[pysal] 01/06: Imported Upstream version 1.12.0

Bas Couwenberg sebastic at debian.org
Fri Sep 30 10:55:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository pysal.

commit 9f42f73fe7e6f3d114b568b25e31ab836e08d8f0
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Sep 30 11:45:21 2016 +0200

    Imported Upstream version 1.12.0
---
 .travis.yml                                        |    29 +-
 .travis_testing.sh                                 |     2 +-
 CHANGELOG.txt                                      |   112 +
 doc/source/conf.py                                 |     4 +-
 doc/source/index.rst                               |     2 +-
 doc/source/library/contrib/index.rst               |    10 +-
 doc/source/library/spreg/index.rst                 |     2 +
 doc/source/library/spreg/sur.rst                   |    12 +
 doc/source/library/spreg/sur_error.rst             |    12 +
 doc/source/library/spreg/sur_lag.rst               |    12 +
 pysal/.gitignore                                   |    10 +
 pysal/__init__.py                                  |    23 +-
 pysal/cg/comparators.py                            |   153 +
 pysal/cg/shapes.py                                 |    40 +-
 pysal/cg/sphere.py                                 |   152 +-
 pysal/cg/tests/test_sphere.py                      |   109 +
 pysal/common.py                                    |    96 +-
 pysal/contrib/README.rst                           |    10 +-
 pysal/contrib/geotable/__init__.py                 |     1 +
 pysal/contrib/geotable/config.py                   |    64 +
 pysal/contrib/geotable/io.py                       |    38 +
 pysal/contrib/geotable/ops/__init__.py             |     2 +
 pysal/contrib/geotable/ops/_accessors.py           |    45 +
 pysal/contrib/geotable/ops/_shapely.py             |   174 +
 pysal/contrib/geotable/ops/atomic.py               |    10 +
 pysal/contrib/geotable/ops/tabular.py              |   118 +
 .../geotable/ops}/tests/__init__.py                |     0
 pysal/contrib/geotable/ops/tests/test_accessors.py |   356 +
 pysal/contrib/geotable/ops/tests/test_shapely.py   |   215 +
 pysal/contrib/geotable/ops/tests/test_tabular.py   |    72 +
 .../geotable}/tests/__init__.py                    |     0
 pysal/contrib/geotable/tests/test_utils.py         |    13 +
 pysal/contrib/geotable/utils.py                    |    70 +
 pysal/contrib/glm/README.md                        |    30 +
 pysal/contrib/glm/__init__.py                      |     4 +
 pysal/contrib/glm/base.py                          |   408 +
 pysal/contrib/glm/family.py                        |  1845 +++
 pysal/contrib/glm/glm.py                           |   365 +
 pysal/contrib/glm/iwls.py                          |    79 +
 pysal/contrib/glm/links.py                         |   953 ++
 pysal/contrib/glm/tests/test_glm.py                |   993 ++
 pysal/contrib/glm/utils.py                         |   350 +
 pysal/contrib/glm/varfuncs.py                      |   284 +
 pysal/contrib/network/klincs.py                    |    18 +-
 pysal/contrib/network/lincs.py                     |    52 +-
 pysal/contrib/pdio/__init__.py                     |     4 +
 .../{pdutilities/dbf_utilities.py => pdio/dbf.py}  |     0
 .../file_utilities.py => pdio/file.py}             |     4 +-
 .../{pdutilities/shp_utilities.py => pdio/shp.py}  |     0
 pysal/contrib/pdutilities/__init__.py              |     4 -
 pysal/contrib/shapely_ext.py                       |     4 +-
 pysal/contrib/spint/README.md                      |    48 +-
 pysal/contrib/spint/__init__.py                    |     6 +
 pysal/contrib/spint/count_model.py                 |   191 +
 pysal/contrib/spint/dispersion.py                  |   102 +
 pysal/contrib/spint/gravity.py                     |  1670 ++-
 pysal/contrib/spint/gravity_stats.py               |   144 -
 pysal/contrib/spint/notebooks/4d_distance.ipynb    |   531 +
 pysal/contrib/spint/notebooks/Gaussian_SAR.ipynb   |   791 ++
 pysal/contrib/spint/notebooks/IV_FLOWS.ipynb       |   195 +
 .../contrib/spint/notebooks/NYC_Bike_Example.ipynb |   661 +
 .../contrib/spint/notebooks/New_DistanceBand.ipynb |   326 +
 pysal/contrib/spint/notebooks/ODW_example.ipynb    |   288 +
 pysal/contrib/spint/notebooks/OD_weights.ipynb     |   254 +
 pysal/contrib/spint/notebooks/Vec_SA_Test.ipynb    |   389 +
 pysal/contrib/spint/notebooks/autograd_test.ipynb  |   128 +
 .../contrib/spint/notebooks/dispersion_test.ipynb  |   455 +
 .../examples/Example_NYCBikes_AllFeatures.ipynb    |   919 ++
 pysal/contrib/spint/notebooks/glm_speed.ipynb      |   360 +
 pysal/contrib/spint/notebooks/local_SI.ipynb       |   232 +
 pysal/contrib/spint/notebooks/netW.ipynb           |   305 +
 .../spint/notebooks/sparse_categorical.ipynb       |   184 +
 .../notebooks/sparse_categorical_bottleneck.ipynb  |    79 +
 .../spint/notebooks/sparse_categorical_speed.ipynb |   596 +
 pysal/contrib/spint/notebooks/sparse_grav.ipynb    |   457 +
 .../spint/notebooks/sparse_scipy_optim.ipynb       |   165 +
 .../spint/notebooks/sparse_vs_dense_grav.ipynb     |   499 +
 pysal/contrib/spint/notebooks/test_grav.ipynb      |   293 +
 .../contrib/spint/notebooks/validate_gravity.ipynb |   966 ++
 pysal/contrib/spint/tests/test_count_model.py      |    87 +
 pysal/contrib/spint/tests/test_dispersion.py       |    47 +
 pysal/contrib/spint/tests/test_gravity.py          |   803 +-
 pysal/contrib/spint/tests/test_gravity_stats.py    |   193 -
 pysal/contrib/spint/tests/test_vec_SA.py           |    54 +
 pysal/contrib/spint/utils.py                       |   120 +
 pysal/contrib/spint/vec_SA.py                      |   342 +
 pysal/contrib/viz/plot.py                          |    52 +
 pysal/core/IOHandlers/__init__.py                  |     5 +
 pysal/core/IOHandlers/db.py                        |    88 +
 pysal/core/IOHandlers/geoda_txt.py                 |     2 +-
 pysal/core/IOHandlers/pyDbfIO.py                   |     6 +-
 pysal/core/IOHandlers/tests/test_db.py             |    55 +
 pysal/core/Tables.py                               |    23 +-
 pysal/core/tests/test_Tables.py                    |    29 +
 pysal/esda/gamma.py                                |    25 +-
 pysal/esda/geary.py                                |    53 +-
 pysal/esda/getisord.py                             |   111 +-
 pysal/esda/join_counts.py                          |    60 +-
 pysal/esda/mapclassify.py                          |   308 +-
 pysal/esda/mixture_smoothing.py                    |    12 +-
 pysal/esda/moran.py                                |   394 +-
 pysal/esda/smoothing.py                            |   481 +-
 pysal/esda/tabular.py                              |   306 +
 pysal/esda/tests/test_gamma.py                     |    31 +-
 pysal/esda/tests/test_geary.py                     |    25 +-
 pysal/esda/tests/test_getisord.py                  |    30 +-
 pysal/esda/tests/test_join_counts.py               |    27 +-
 pysal/esda/tests/test_mapclassify.py               |    35 +-
 pysal/esda/tests/test_moran.py                     |    70 +-
 pysal/esda/tests/test_smoothing.py                 |   399 +-
 pysal/examples/Polygon_Holes/Polygon_Holes.cpg     |     1 +
 pysal/examples/Polygon_Holes/Polygon_Holes.dbf     |   Bin 0 -> 498 bytes
 pysal/examples/Polygon_Holes/Polygon_Holes.prj     |     1 +
 pysal/examples/Polygon_Holes/Polygon_Holes.qpj     |     1 +
 pysal/examples/Polygon_Holes/Polygon_Holes.shp     |   Bin 0 -> 1528 bytes
 pysal/examples/Polygon_Holes/Polygon_Holes.shx     |   Bin 0 -> 124 bytes
 pysal/examples/nyc_bikes/nyc_bikes_ct.csv          | 14043 +++++++++++++++++++
 pysal/examples/nyc_bikes/nyct2010.dbf              |   Bin 0 -> 381602 bytes
 pysal/examples/nyc_bikes/nyct2010.prj              |     1 +
 pysal/examples/nyc_bikes/nyct2010.shp              |   Bin 0 -> 2648092 bytes
 pysal/examples/nyc_bikes/nyct2010.shp.xml          |     1 +
 pysal/examples/nyc_bikes/nyct2010.shx              |   Bin 0 -> 17428 bytes
 pysal/inequality/gini.py                           |    89 +-
 pysal/inequality/tests/test_gini.py                |    33 +
 pysal/network/Network_Usage.ipynb                  |   689 +
 pysal/network/analysis.py                          |    50 +-
 pysal/network/network.py                           |   541 +-
 pysal/network/tests/test_network.py                |    15 +-
 pysal/network/util.py                              |   130 +-
 pysal/spatial_dynamics/markov.py                   |   648 +-
 pysal/spatial_dynamics/tests/test_markov.py        |   107 +-
 pysal/spreg/diagnostics_sur.py                     |    60 +-
 pysal/spreg/ml_error.py                            |    23 +-
 pysal/spreg/ml_lag.py                              |    24 +-
 pysal/spreg/sputils.py                             |   275 +
 pysal/spreg/sur.py                                 |   155 +-
 pysal/spreg/tests/skip.py                          |     6 +
 pysal/spreg/tests/test_diagnostics.py              |     1 -
 pysal/spreg/tests/test_ml_error.py                 |    73 +-
 pysal/spreg/tests/test_ml_error_regimes.py         |     6 +-
 pysal/spreg/tests/test_ml_lag.py                   |    65 +-
 pysal/spreg/tests/test_ml_lag_regimes.py           |     7 +-
 pysal/spreg/tests/test_sputils.py                  |   134 +
 pysal/spreg/tests/test_sur_error.py                |    32 +-
 pysal/spreg/user_output.py                         |    39 +-
 pysal/spreg/utils.py                               |   228 +-
 pysal/version.py                                   |     4 +-
 pysal/weights/Contiguity.py                        |   429 +-
 pysal/weights/Distance.py                          |   541 +-
 pysal/weights/Wsets.py                             |     4 +-
 pysal/weights/__init__.py                          |     5 -
 pysal/weights/_contW_binning.py                    |   205 +-
 pysal/weights/_contW_lists.py                      |    90 +
 pysal/weights/_contW_rtree.py                      |    10 -
 pysal/weights/spintW.py                            |   254 +
 pysal/weights/tests/test_Contiguity.py             |   145 +-
 pysal/weights/tests/test_Distance.py               |   421 +-
 pysal/weights/tests/test__contW_binning.py         |    10 +-
 ...test__contW_binning.py => test__contW_lists.py} |    10 +-
 pysal/weights/tests/test_spintW.py                 |   173 +
 pysal/weights/tests/test_weights.py                |     4 +-
 pysal/weights/user.py                              |   171 +-
 pysal/weights/util.py                              |    49 +-
 pysal/weights/weights.py                           |    76 +-
 pysal/weights/weights_from_geojson.ipynb           |   311 -
 requirements_plus.txt                              |    12 +
 setup.py                                           |     4 +-
 tools/github_stats.py                              |     7 +-
 travis.txt                                         |     4 +-
 169 files changed, 39545 insertions(+), 3744 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 39c323d..cc68bc0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,10 +4,13 @@ branches:
 only:
   - master
 python:
-  - 2.7
-  #- "2.6"
-  - 3.4
-  - 3.5
+  - "2.7"
+  - "3.4"
+  - "3.5"
+
+env:
+  - PYSAL_PLUS=false
+  - PYSAL_PLUS=true
 
 before_install:
   - wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
@@ -15,27 +18,23 @@ before_install:
   - ./miniconda.sh -b -p ./miniconda
   - export PATH=`pwd`/miniconda/bin:$PATH
   - conda update --yes conda
+  - conda config --add channels conda-forge
   - conda create -y -q -n test-env python=$TRAVIS_PYTHON_VERSION
   - source activate test-env
-  - chmod +x ./.travis_testing.sh
-  - if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then rm -rf pysal/contrib; 2to3 -nw pysal/ > /dev/null; fi
+  - if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then 2to3 -nw pysal/ > /dev/null; fi
 
 install:
   - conda install --yes numpy scipy nose pip
+  - if [ "$PYSAL_PLUS" == true ]; then
+        echo 'plus testing'; conda install --yes --file requirements_plus.txt;
+        else conda install --yes --file requirements.txt; 
+    fi;
   - pip install -r travis.txt
 
 script: 
-  - python -c 'import numpy; print(numpy.__version__)'
-  - python -c 'import scipy; print(scipy.__version__)'
-  - python setup.py install  >/dev/null
-  - python -c 'import pysal'
-  #- python -c 'import multiprocessing as mp; print mp.cpu_count()'
-  #- pychecker --limit 1000 pysal
   - python setup.py sdist >/dev/null
-  #- nosetests --processes=-1 --process-timeout=60 --verbosity=1 --ignore-files=collection --exclude-dir=pysal/contrib
-  #- nosetests
   - echo "check_stable=False" >pysal/config.py
-  - ./.travis_testing.sh
+  - nosetests --with-coverage --cover-package=pysal; 
   #- cd doc; make pickle; make doctest
 notifications:
     email:
diff --git a/.travis_testing.sh b/.travis_testing.sh
index 78d5c1b..ac86b0f 100644
--- a/.travis_testing.sh
+++ b/.travis_testing.sh
@@ -1,5 +1,5 @@
 if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then
-    cd pysal; python -m 'nose';
+    nosetests --with-coverage --cover-package=pysal --exclude-dir=pysal/contrib
 else
     nosetests --with-coverage --cover-package=pysal; 
 fi
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index eba2568..b2e5fc7 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,115 @@
+v<1.12.0>, 2016-09-21
+
+We closed a total of 100 issues, 33 pull requests and 67 regular issues;
+this is the full list (generated with the script 
+:file:`tools/github_stats.py`):
+
+Pull Requests (33):
+
+* :ghpull:`864`: addressing issue #845 and adding tests
+* :ghpull:`862`: Memory efficient Gini and tests
+* :ghpull:`865`: fix space/tab inconsistency
+* :ghpull:`861`: GSOC -SpInt
+* :ghpull:`847`: spatial interaction weights 
+* :ghpull:`863`: B859
+* :ghpull:`860`: Incoprate updates to db driver and unittests
+* :ghpull:`858`: Dev mltest
+* :ghpull:`857`: Fix TabErrors, replace tabs with spaces
+* :ghpull:`856`: Make the output and build reproducible
+* :ghpull:`851`: fixed typo in test_network.py
+* :ghpull:`850`: [REBASE] Distance band speed ups
+* :ghpull:`843`: update and clean aesthetic of Network_Usage.ipynb
+* :ghpull:`842`: typo correction in network.py
+* :ghpull:`841`: [REBASE & REDIRECT] Conditional Database Imports & Docos, #692
+* :ghpull:`840`: minor bugfix to #816
+* :ghpull:`839`: documentation cleanup on network.analysis.py
+* :ghpull:`838`: network.util.py documentation cleanup 
+* :ghpull:`836`: re: network.py documentation cleanup
+* :ghpull:`768`: Modified the way area of a ring is calculated to allow for more precision
+* :ghpull:`829`: numba autojit _fisher_jenks_means if numba is available
+* :ghpull:`832`: Handling a deprecation warning, and latex errors corrected.
+* :ghpull:`834`: Travis testing matrix
+* :ghpull:`831`: Refactoring Markov classes for efficiency
+* :ghpull:`827`: ESDA Tabular Functions
+* :ghpull:`823`: typo and format of docstring of user.py in weights module
+* :ghpull:`821`: Pdio
+* :ghpull:`817`: D/sur
+* :ghpull:`818`: Documentation fix + some PEP8 standardization
+* :ghpull:`811`: DistanceBand should correctly handle named weights
+* :ghpull:`808`: Dev
+* :ghpull:`807`: Updating contrib docs and bumping version for dev
+* :ghpull:`797`: working moran plot func
+
+Issues (67):
+
+* :ghissue:`855`: Inefficient Gini Coefficient calculation?
+* :ghissue:`864`: addressing issue #845 and adding tests
+* :ghissue:`862`: Memory efficient Gini and tests
+* :ghissue:`865`: fix space/tab inconsistency
+* :ghissue:`861`: GSOC -SpInt
+* :ghissue:`847`: spatial interaction weights 
+* :ghissue:`859`: Wrong there is one disconnected observation (no neighbors)
+* :ghissue:`863`: B859
+* :ghissue:`860`: Incoprate updates to db driver and unittests
+* :ghissue:`858`: Dev mltest
+* :ghissue:`857`: Fix TabErrors, replace tabs with spaces
+* :ghissue:`854`: handle verication context for githubstats
+* :ghissue:`856`: Make the output and build reproducible
+* :ghissue:`851`: fixed typo in test_network.py
+* :ghissue:`850`: [REBASE] Distance band speed ups
+* :ghissue:`846`: DistanceBand speed ups
+* :ghissue:`843`: update and clean aesthetic of Network_Usage.ipynb
+* :ghissue:`842`: typo correction in network.py
+* :ghissue:`692`: Conditional Database Import / Docos
+* :ghissue:`841`: [REBASE & REDIRECT] Conditional Database Imports & Docos, #692
+* :ghissue:`769`: Windows 7, 64 bit installation issue with visual C++ for python
+* :ghissue:`816`: Exception TypeError in geoda_txt.py
+* :ghissue:`840`: minor bugfix to #816
+* :ghissue:`839`: documentation cleanup on network.analysis.py
+* :ghissue:`397`: integrate optimized contiguity builder
+* :ghissue:`531`: add user space function to generate numpy arrays
+* :ghissue:`654`: meta update for 2-3 conversion
+* :ghissue:`676`: Meta not importable from pysal
+* :ghissue:`838`: network.util.py documentation cleanup 
+* :ghissue:`753`: Fix the network ring bug
+* :ghissue:`836`: re: network.py documentation cleanup
+* :ghissue:`768`: Modified the way area of a ring is calculated to allow for more precision
+* :ghissue:`837`: re: network.allneighbordistances() diagonal fill
+* :ghissue:`822`: two issues about function choropleth_map in viz module
+* :ghissue:`835`: fix deprecation warnings noted in #822
+* :ghissue:`829`: numba autojit _fisher_jenks_means if numba is available
+* :ghissue:`832`: Handling a deprecation warning, and latex errors corrected.
+* :ghissue:`834`: Travis testing matrix
+* :ghissue:`825`: Headbanging Median Rate ignores edge correction
+* :ghissue:`826`: Spatial Filtering grid definition
+* :ghissue:`824`: Direct Age Standardization fails for empty regions
+* :ghissue:`833`: PySAL+ optional testing matrix
+* :ghissue:`830`: [REBASED] PySAL+ optional testing matrix
+* :ghissue:`831`: Refactoring Markov classes for efficiency
+* :ghissue:`827`: ESDA Tabular Functions
+* :ghissue:`815`: rook case not working in ContiguityWeightsPolygons
+* :ghissue:`828`: Fisher_Jenks pure python implementation is too slow
+* :ghissue:`814`: Explore Classmethods for alternative constructors
+* :ghissue:`795`: switch to scipy.linalg instead of numpy.linalg
+* :ghissue:`799`: w_subset(weights:W, ids:np.ndarray) constructs faulty weights object
+* :ghissue:`823`: typo and format of docstring of user.py in weights module
+* :ghissue:`821`: Pdio
+* :ghissue:`794`: spreg ML_lag doesn't always set W in __init__
+* :ghissue:`754`: Update README
+* :ghissue:`819`: add LIMAs
+* :ghissue:`817`: D/sur
+* :ghissue:`818`: Documentation fix + some PEP8 standardization
+* :ghissue:`809`: Fixed documentation
+* :ghissue:`813`: w.remap_ids(ids) never sets w.id_order_set
+* :ghissue:`775`: Added a prototype for constructing weights from a list of shapely Polygons
+* :ghissue:`810`: DistanceBand fails to accept custom ids
+* :ghissue:`811`: DistanceBand should correctly handle named weights
+* :ghissue:`780`: Doctests failing on travis
+* :ghissue:`801`: ImportError: No module named scipy.spatial
+* :ghissue:`808`: Dev
+* :ghissue:`807`: Updating contrib docs and bumping version for dev
+* :ghissue:`797`: working moran plot func
+
 v<1.11.2>, 2016-05-18
 
 We closed a total of 20 issues, 6 pull requests and 14 regular issues;
diff --git a/doc/source/conf.py b/doc/source/conf.py
index c9ac269..464ce65 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -45,9 +45,9 @@ copyright = u'2014-, PySAL Developers; 2009-13 Sergio Rey'
 # built documents.
 #
 # The short X.Y version.
-version = '1.11.2'
+version = '1.12.0'
 # The full version, including alpha/beta/rc tags.
-release = '1.11.2'
+release = '1.12.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/doc/source/index.rst b/doc/source/index.rst
index db61b7e..7373984 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -20,7 +20,7 @@ PySAL
 
 .. sidebar:: Releases
 
-    - `Stable 1.11.2 (Released 2016-5-18) <users/installation.html>`_
+    - `Stable 1.12.0 (Released 2016-9-21) <users/installation.html>`_
     - `Development  <http://github.com/pysal/pysal/tree/dev>`_
 
 PySAL is an open source library of spatial analysis functions written in
diff --git a/doc/source/library/contrib/index.rst b/doc/source/library/contrib/index.rst
index b2a5a7a..64c207d 100644
--- a/doc/source/library/contrib/index.rst
+++ b/doc/source/library/contrib/index.rst
@@ -66,13 +66,19 @@ Currently the following contribs are available:
     - Path: pysal.contrib.pdutilities
     - Requires: `pandas`_
 
- 8. Githooks -- Optional hooks for `git` to make development on `PySAL` easier
+ 8. Spatial Interaction -- Tools for spatial interaction (SpInt) modeling. 
+ 
+   - .. versionadded:: 1.10
+   - Path: pysal.contrib.spint
+   - Requires: `pandas`_
+
+ 9. Githooks -- Optional hooks for `git` to make development on `PySAL` easier
 
     - .. versionadded:: 1.10
     - Path: pysal.contrib.githooks (Note: not importable)
     - Requires: `git`
 
- 9. Handler -- A model ingester to standardize model extension
+ 10. Handler -- A model ingester to standardize model extension
 
     - .. versionadded:: 1.10
     - Path: pysal.contrib.handler
diff --git a/doc/source/library/spreg/index.rst b/doc/source/library/spreg/index.rst
index 1559842..42eec1b 100644
--- a/doc/source/library/spreg/index.rst
+++ b/doc/source/library/spreg/index.rst
@@ -26,5 +26,7 @@
    ml_lag
    ml_lag_regimes
    sur
+   sur_error
+   sur_lag
 
 
diff --git a/doc/source/library/spreg/sur.rst b/doc/source/library/spreg/sur.rst
new file mode 100644
index 0000000..3856f24
--- /dev/null
+++ b/doc/source/library/spreg/sur.rst
@@ -0,0 +1,12 @@
+:mod:`spreg.sur` --- Seeming Unrelated Regression
+=================================================
+
+The :mod:`spreg.sur` module provides SUR estimation.
+
+.. versionadded:: 1.11
+
+
+.. automodule:: pysal.spreg.sur
+    :synopsis: Code for spreg SUR
+    :members:
+
diff --git a/doc/source/library/spreg/sur_error.rst b/doc/source/library/spreg/sur_error.rst
new file mode 100644
index 0000000..3336b03
--- /dev/null
+++ b/doc/source/library/spreg/sur_error.rst
@@ -0,0 +1,12 @@
+:mod:`spreg.sur_error` --- Spatial Error Seeming Unrelated Regression
+=====================================================================
+
+The :mod:`spreg.sur_error` module provides SUR estimation for spatial error model
+
+.. versionadded:: 1.11
+
+
+.. automodule:: pysal.spreg.sur_error
+    :synopsis: Code for spreg SUR error
+    :members:
+
diff --git a/doc/source/library/spreg/sur_lag.rst b/doc/source/library/spreg/sur_lag.rst
new file mode 100644
index 0000000..50a147a
--- /dev/null
+++ b/doc/source/library/spreg/sur_lag.rst
@@ -0,0 +1,12 @@
+:mod:`spreg.sur_lag` --- Spatial Lag Seeming Unrelated Regression
+=================================================================
+
+The :mod:`spreg.sur_lag` module provides SUR estimation for spatial lag model
+
+.. versionadded:: 1.11
+
+
+.. automodule:: pysal.spreg.sur_lag
+    :synopsis: Code for spreg SUR lag
+    :members:
+
diff --git a/pysal/.gitignore b/pysal/.gitignore
new file mode 100644
index 0000000..774fb73
--- /dev/null
+++ b/pysal/.gitignore
@@ -0,0 +1,10 @@
+contrib/points/
+contrib/viz/Untitled.ipynb
+contrib/viz/color.ipynb
+contrib/viz/dispatch.ipynb
+contrib/viz/geotable_plot.html
+contrib/viz/rect5.png
+contrib/viz/selected.png
+inequality/gini_decomp.ipynb
+../tools/gh_api.py
+
diff --git a/pysal/__init__.py b/pysal/__init__.py
index 730c7e9..e7e1630 100644
--- a/pysal/__init__.py
+++ b/pysal/__init__.py
@@ -40,6 +40,18 @@ Utilities
 import pysal.cg
 import pysal.core
 
+try:
+    import pandas
+    from pysal.contrib import pdio
+    pysal.common.pandas = pandas
+except ImportError:
+    pysal.common.pandas = None
+    
+# Load the IOHandlers
+from pysal.core import IOHandlers
+# Assign pysal.open to dispatcher
+open = pysal.core.FileIO.FileIO
+
 from pysal.version import version
 #from pysal.version import stable_release_date
 #import urllib2, json
@@ -84,17 +96,6 @@ import pysal.spreg
 import pysal.examples
 from pysal.network.network import Network, NetworkG, NetworkK, NetworkF
 
-try:
-    import pandas
-    from pysal.contrib import pdutilities as pdio
-except ImportError:
-    print('Pandas adapters not loaded')
-
-# Load the IOHandlers
-from pysal.core import IOHandlers
-# Assign pysal.open to dispatcher
-open = pysal.core.FileIO.FileIO
-
 #__all__=[]
 #import esda,weights
 #__all__+=esda.__all__
diff --git a/pysal/cg/comparators.py b/pysal/cg/comparators.py
new file mode 100644
index 0000000..147c919
--- /dev/null
+++ b/pysal/cg/comparators.py
@@ -0,0 +1,153 @@
+import numpy as np
+from pysal.common import RTOL
+from .shapes import Point, Chain, Polygon, Geometry
+
+#### This approach is invalid :(
+#### OGC has a different definition of equality, so we can't be ogc-compliant
+#### by focusing on vertex set relationships. For example:
+
+# from shapely import geometry as geom
+# p1 = geom.Polygon([(0,0),(0,1),(1,0)])
+# p2 = geom.Polygon([(0,0),(0,1),(.5,.5),(1,0)])
+# p1.equals(p2) #is true
+# no relationship on point set (without simplifying boundaries) will make these
+# approaches work. 
+
+ATOL = 1e-12
+
+def _point_equal(a,b):
+    """
+    Test that a point is exactly equal to another point, using numpy array
+    comparison
+    """
+    return np.array_equal(a._Point__loc, b._Point__loc)
+
+def _point_almost_equal(a,b, rtol=RTOL, atol=ATOL):
+    """
+    test that one point is equal to another point, up to a specified relative or
+    absolute tolerance.
+    """
+    return np.allclose(a._Point__loc, b._Point__loc, 
+                       rtol=rtol, atol=atol)
+
+def _chain_equal(a,b):
+    """
+    Test that two chains are equal. This considers reversed-incident chains,
+    chains with the same pointset but in reverse order, as different chains. 
+    """
+    for a_part, b_part in zip(a.parts, b.parts):
+        for a_seg, b_seg in zip(a_part, b_part):
+            if not np.array_equal(a_seg, b_seg):
+                return False
+    return True 
+
+def _chain_almost_equal(a,b, rtol=RTOL, atol=ATOL):
+    """
+    Test that two chains are equal, up to a specified relative or absolute
+    tolerance. This considers reversed-incident chains,
+    chains with the same pointset but in reverse order, as different chains. 
+    """
+    for a_part, b_part in zip(a.parts, b.parts):
+        for a_seg, b_seg in zip(a_part, b_part):
+            if not np.allclose(a_seg, b_seg, 
+                               rtol=RTOL, atol=ATOL):
+                return False
+    return True
+
+def _poly_exactly_equal(a,b):
+    """
+    Test that two polygons are equal. This is a straightfoward linear comparison
+    of parts and holes. That is, it is assumed that the parts and holes are
+    conformal.
+
+    Thus, shapes with the same parts or holes, but listed in a different order,
+    will be considered different. Solving this will require some way to relate
+    ring/hole sets
+    """
+    for a_hole, b_hole in zip(a.holes, b.holes):
+        if not np.array_equal(a_hole, b_hole):
+            return False
+    for a_part, b_part in zip(a.parts, b.parts):
+        if not np.array_equal(a_part, b_part):
+            return False
+    return True
+
+def _poly_exactly_coincident(a,b):
+    """
+    Check that two polygons have coincident boundaries 
+    
+    Thus, this returns True when two polygons have the same holes & parts in any
+    order with potentially-reversed path directions
+    """
+    n_holes = len(a.holes)
+    n_parts = len(a.parts)
+    if n_holes != len(b.holes):
+        return False
+    if n_parts != len(b.parts):
+        return False
+    b_in_a = [None]*n_holes
+    a_in_b = [None]*n_holes
+    for i, a_hole in a.holes:
+        for j, b_hole in b.holes:
+            i_j = coincident(a_hole, b_hole)
+            if i_j:
+                b_in_a[j] = True
+                a_in_b[i] = True
+                break
+        if not a_in_b[i]:
+            return False
+    if any(in_b):
+        return False
+    for b_hole in b.holes:
+        in_a = [not coincident(b_hole, a_hole) for a_hole in a.holes]
+    if any(in_a):
+        return False
+    return True
+
+def _coincident(a,b):
+    """
+    Check if two vertex lists are equal, either forwards or backwards. Thus,
+    this checks for equality of the path or equality when one path is reversed. 
+    """
+    return np.array_equal(a, b) or np.array_equal(np.flipud(a),b)
+
+def _almost_coincident(a,b, rtol=RTOL, atol=ATOL):
+    """
+    Check if two vertex lists are equal to within a given relative and absolute
+    tolernance, either forwards or backwards. Thus,
+    this checks for equality of the path or equality when one path is reversed. 
+    """
+    return (np.allclose(a, b, rtol=RTOL, atol=ATOL) 
+            or np.allclose(np.flipud(a),b, rtol=RTOL, atol=ATOL))
+
+def _poly_almost_equal(a,b, rtol=RTOL, atol=ATOL):
+    is_equal = True
+    for a_hole, b_hole in zip(a.holes, b.holes):
+        is_equal &= np.allclose(a_hole, b_hole,
+                                rtol=rtol, atol=atol)
+    for a_part, b_part in zip(a.parts, b.parts):
+        is_equal &= np.allclose(a_part, b_part, 
+                                rtol=rtol, atol=atol)
+    return is_equal
+
+_EQ_MAP = {Point:_point_equal, 
+           Polygon:_poly_equal,
+           Chain: _chain_equal}
+_AEQ_MAP = {Point:_point_almost_equal, 
+            Polygon:_poly_almost_equal,
+            Chain: _chain_almost_equal}
+
+def equal(a,b):
+    ta, tb = type(a), type(b)
+    if not all([isinstance(a, tb), isinstance(b, ta)]):
+        return False
+    return _EQ_MAP[ta](a,b)
+
+def almost_equal(a,b, rtol=RTOL, atol=ATOL):
+    ta, tb = type(a), type(b)
+    if not all([isinstance(a, tb), isinstance(b, ta)]):
+        return False
+    return _AEQ_MAP[ta](a,b)
+
+def is_shape(a):
+    return isinstance(a, Geometry)
diff --git a/pysal/cg/shapes.py b/pysal/cg/shapes.py
index 6f10097..d0fc325 100644
--- a/pysal/cg/shapes.py
+++ b/pysal/cg/shapes.py
@@ -10,6 +10,7 @@ import doctest
 import math
 from warnings import warn
 from sphere import arcdist
+import numpy as np
 
 __all__ = ['Point', 'LineSegment', 'Line', 'Ray', 'Chain', 'Polygon',
            'Rectangle', 'asShape']
@@ -20,6 +21,8 @@ def asShape(obj):
     Returns a pysal shape object from obj.
     obj must support the __geo_interface__.
     """
+    if isinstance(obj, (Point, LineSegment, Line, Ray, Chain, Polygon)):
+        return obj
     if hasattr(obj, '__geo_interface__'):
         geo = obj.__geo_interface__
     else:
@@ -35,8 +38,15 @@ def asShape(obj):
         raise NotImplementedError(
             "%s is not supported at this time." % geo_type)
 
+class Geometry(object):
+    """
+    A base class to help implement is_geometry and make geometric types
+    extendable.
+    """
+    def __init__(self):
+        pass
 
-class Point(object):
+class Point(Geometry):
     """
     Geometric class for point objects.
 
@@ -319,7 +329,7 @@ class Point(object):
         >>> Point((0,1))
         (0.0, 1.0)
         """
-        return self.__loc.__repr__()
+        return str(self)
 
     def __str__(self):
         """
@@ -340,9 +350,10 @@ class Point(object):
         '(1.0, 3.0)'
         """
         return str(self.__loc)
+        return "POINT ({} {})".format(*self.__loc)
 
 
-class LineSegment(object):
+class LineSegment(Geometry):
     """
     Geometric representation of line segment objects.
 
@@ -394,6 +405,8 @@ class LineSegment(object):
 
     def __str__(self):
         return "LineSegment(" + str(self._p1) + ", " + str(self._p2) + ")"
+        return "LINESTRING ({} {}, {} {})".format(self._p1[0], self._p1[1], 
+                                                  self._p2[0], self._p2[1])
 
     def __eq__(self, other):
         """
@@ -771,7 +784,7 @@ class LineSegment(object):
         return self._line
 
 
-class VerticalLine:
+class VerticalLine(Geometry):
     """
     Geometric representation of verticle line objects.
 
@@ -848,7 +861,7 @@ class VerticalLine:
         return float('nan')
 
 
-class Line:
+class Line(Geometry):
     """
     Geometric representation of line objects.
 
@@ -977,7 +990,7 @@ class Ray:
         self.p = second_p
 
 
-class Chain(object):
+class Chain(Geometry):
     """
     Geometric representation of a chain, also known as a polyline.
 
@@ -1013,7 +1026,7 @@ class Chain(object):
         else:
             self._vertices = [vertices]
         self._reset_props()
-
+    
     @classmethod
     def __from_geo_interface__(cls, geo):
         if geo['type'].lower() == 'linestring':
@@ -1175,7 +1188,7 @@ class Chain(object):
         return [[LineSegment(a, b) for (a, b) in zip(part[:-1], part[1:])] for part in self._vertices]
 
 
-class Ring(object):
+class Ring(Geometry):
     """
     Geometric representation of a Linear Ring
 
@@ -1285,9 +1298,10 @@ class Ring(object):
 
             A = 0.0
             for i in xrange(N - 1):
-                A += (x[i] * y[i + 1] - x[i + 1] * y[i])
-            A = A / 2.0
-            self._area = A
+                A += (x[i] + x[i + 1]) * \
+                    (y[i] - y[i + 1])
+            A = A * 0.5
+            self._area = -A
         return self._area
 
     @property
@@ -1380,7 +1394,7 @@ class Ring(object):
 
 
 
-class Polygon(object):
+class Polygon(Geometry):
     """
     Geometric representation of polygon objects.
 
@@ -1751,7 +1765,7 @@ class Polygon(object):
 
 
 
-class Rectangle:
+class Rectangle(Geometry):
     """
     Geometric representation of rectangle objects.
 
diff --git a/pysal/cg/sphere.py b/pysal/cg/sphere.py
index df670c9..324ed7c 100644
--- a/pysal/cg/sphere.py
+++ b/pysal/cg/sphere.py
@@ -21,7 +21,7 @@ from math import pi, cos, sin, asin
 __all__ = ['RADIUS_EARTH_KM', 'RADIUS_EARTH_MILES', 'arcdist', 'arcdist2linear', 'brute_knn', 'fast_knn', 'fast_threshold', 'linear2arcdist', 'toLngLat', 'toXYZ', 'lonlat','harcdist','geointerpolate','geogrid']
 
 
-RADIUS_EARTH_KM = 6371.0  
+RADIUS_EARTH_KM = 6371.0
 RADIUS_EARTH_MILES = (
     RADIUS_EARTH_KM * scipy.constants.kilo) / scipy.constants.mile
 
@@ -39,7 +39,7 @@ def arcdist(pt0, pt1, radius=RADIUS_EARTH_KM):
 
         Source: http://nssdc.gsfc.nasa.gov/planetary/factsheet/earthfact.html
 
-    Returns 
+    Returns
     -------
     The arc distance between pt0 and pt1 using supplied radius
 
@@ -200,54 +200,54 @@ def fast_threshold(pts, dist, radius=RADIUS_EARTH_KM):
         l.remove(i)
         wd[i] = l
     return wd
-    
-    
-########### new functions 
+
+
+########### new functions
 
 def lonlat(pointslist):
     """
     Converts point order from lat-lon tuples to lon-lat (x,y) tuples
-    
+
     Parameters
     ----------
-    
+
     pointslist : list of lat-lon tuples (Note, has to be a list, even for one point)
-    
+
     Returns
     -------
-    
+
     newpts      : list with tuples of points in lon-lat order
-    
+
     Example
     -------
     >>> points = [(41.981417, -87.893517), (41.980396, -87.776787), (41.980906, -87.696450)]
     >>> newpoints = lonlat(points)
     >>> newpoints
     [(-87.893517, 41.981417), (-87.776787, 41.980396), (-87.69645, 41.980906)]
-    
+
     """
     newpts = [(i[1],i[0]) for i in pointslist]
     return newpts
-    
+
 def haversine(x):
     """
     Computes the haversine formula
-    
+
     Parameters
     ----------
     x    : angle in radians
-    
+
     Returns
     -------
          : square of sine of half the radian (the haversine formula)
-         
+
     Example
     -------
     >>> haversine(math.pi)     # is 180 in radians, hence sin of 90 = 1
     1.0
-    
+
     """
-    
+
     x = math.sin(x/2)
     return x*x
 
@@ -262,73 +262,73 @@ r2d = lambda x: x * 180.0 / math.pi
 def radangle(p0,p1):
     """
     Radian angle between two points on a sphere in lon-lat (x,y)
-    
+
     Parameters
     ----------
     p0    : first point as a lon,lat tuple
     p1    : second point as a lon,lat tuple
-    
+
     Returns
     -------
     d     : radian angle in radians
-    
+
     Example
     -------
     >>> p0 = (-87.893517, 41.981417)
     >>> p1 = (-87.519295, 41.657498)
     >>> radangle(p0,p1)
     0.007460167953189258
-    
+
     Note
     ----
     Uses haversine formula, function haversine and degree to radian
     conversion lambda function d2r
-    
+
     """
     x0, y0 = d2r(p0[0]),d2r(p0[1])
     x1, y1 = d2r(p1[0]),d2r(p1[1])
-    d = 2.0 * math.asin(math.sqrt(haversine(y1 - y0) + 
+    d = 2.0 * math.asin(math.sqrt(haversine(y1 - y0) +
                         math.cos(y0) * math.cos(y1)*haversine(x1 - x0)))
     return d
 
 def harcdist(p0,p1,lonx=True,radius=RADIUS_EARTH_KM):
     """
     Alternative arc distance function, uses haversine formula
-    
+
     Parameters
     ----------
     p0       : first point as a tuple in decimal degrees
     p1       : second point as a tuple in decimal degrees
-    lonx     : boolean to assess the order of the coordinates, 
+    lonx     : boolean to assess the order of the coordinates,
                for lon,lat (default) = True, for lat,lon = False
     radius   : radius of the earth at the equator as a sphere
                default: RADIUS_EARTH_KM (6371.0 km)
                options: RADIUS_EARTH_MILES (3959.0 miles)
                         None (for result in radians)
-                        
+
     Returns
     -------
     d        : distance in units specified, km, miles or radians (for None)
-    
+
     Example
     -------
     >>> p0 = (-87.893517, 41.981417)
     >>> p1 = (-87.519295, 41.657498)
-    >>> harcdist(p0,p1)  
+    >>> harcdist(p0,p1)
     47.52873002976876
     >>> harcdist(p0,p1,radius=None)
     0.007460167953189258
-    
+
     Note
     ----
     Uses radangle function to compute radian angle
-    
+
     """
     if not(lonx):
         p = lonlat([p0,p1])
         p0 = p[0]
         p1 = p[1]
-        
+
     d = radangle(p0,p1)
     if radius is not None:
         d = d*radius
@@ -336,25 +336,25 @@ def harcdist(p0,p1,lonx=True,radius=RADIUS_EARTH_KM):
 
 def geointerpolate(p0,p1,t,lonx=True):
     """
-    Finds a point on a sphere along the great circle distance between two points 
+    Finds a point on a sphere along the great circle distance between two points
     on a sphere
     also known as a way point in great circle navigation
-    
+
     Parameters
     ----------
     p0       : first point as a tuple in decimal degrees
     p1       : second point as a tuple in decimal degrees
     t        : proportion along great circle distance between p0 and p1
                e.g., t=0.5 would find the mid-point
-    lonx     : boolean to assess the order of the coordinates, 
-               for lon,lat (default) = True, for lat,lon = False 
-               
+    lonx     : boolean to assess the order of the coordinates,
+               for lon,lat (default) = True, for lat,lon = False
+
     Returns
     -------
     x,y      : tuple in decimal degrees of lon-lat (default) or lat-lon,
                depending on setting of lonx; in other words, the same
                order is used as for the input
-               
+
     Example
     -------
     >>> p0 = (-87.893517, 41.981417)
@@ -365,23 +365,23 @@ def geointerpolate(p0,p1,t,lonx=True):
     >>> p4 = (41.657498, -87.519295)
     >>> geointerpolate(p3,p4,0.1,lonx=False)   # using lat-lon
     (41.949079912574796, -87.85592403438788)
-    
+
     """
-    
+
     if not(lonx):
         p = lonlat([p0,p1])
         p0 = p[0]
         p1 = p[1]
-        
+
     d = radangle(p0,p1)
     k = 1.0 / math.sin(d)
     t = t*d
     A = math.sin(d-t) * k
     B = math.sin(t) * k
-    
+
     x0, y0 = d2r(p0[0]),d2r(p0[1])
     x1, y1 = d2r(p1[0]),d2r(p1[1])
-    
+
     x = A * math.cos(y0) * math.cos(x0) + B * math.cos(y1) * math.cos(x1)
     y = A * math.cos(y0) * math.sin(x0) + B * math.cos(y1) * math.sin(x1)
     z = A * math.sin(y0) + B * math.sin(y1)
@@ -391,33 +391,33 @@ def geointerpolate(p0,p1,t,lonx=True):
     if not(lonx):
         return newpy,newpx
     return newpx,newpy
- 
+
 def geogrid(pup,pdown,k,lonx=True):
     """
     Computes a k+1 by k+1 set of grid points for a bounding box in lat-lon
     uses geointerpolate
-    
+
     Parameters
     ----------
     pup     : tuple with lat-lon or lon-lat for upper left corner of bounding box
     pdown   : tuple with lat-lon or lon-lat for lower right corner of bounding box
     k       : number of grid cells (grid points will be one more)
-    lonx    : boolean to assess the order of the coordinates, 
+    lonx    : boolean to assess the order of the coordinates,
               for lon,lat (default) = True, for lat,lon = False
-    
+
     Returns
     -------
     grid    : list of tuples with lat-lon or lon-lat for grid points, row by row,
               starting with the top row and moving to the bottom; coordinate tuples
               are returned in same order as input
-              
+
     Example
     -------
     >>> pup = (42.023768,-87.946389)    # Arlington Heights IL
     >>> pdown = (41.644415,-87.524102)  # Hammond, IN
     >>> geogrid(pup,pdown,3,lonx=False)
     [(42.023768, -87.946389), (42.02393997819538, -87.80562679358316), (42.02393997819538, -87.66486420641684), (42.023768, -87.524102), (41.897317, -87.94638900000001), (41.8974888973743, -87.80562679296166), (41.8974888973743, -87.66486420703835), (41.897317, -87.524102), (41.770866000000005, -87.94638900000001), (41.77103781320412, -87.80562679234043), (41.77103781320412, -87.66486420765956), (41.770866000000005, -87.524102), (41.644415, -87.946389), (41.64458672568646, -87.8056267917 [...]
-    
+
     """
     if lonx:
         corners = [pup,pdown]
@@ -435,7 +435,7 @@ def geogrid(pup,pdown,k,lonx=True):
         rightside.append(newpr)
     leftside.append(leftcorners[1])
     rightside.append(rightcorners[1])
-    
+
     grid = []
     for i in range(len(leftside)):
         grid.append(leftside[i])
@@ -446,57 +446,3 @@ def geogrid(pup,pdown,k,lonx=True):
     if not(lonx):
         grid = lonlat(grid)
     return grid
-    
-       
-
-if __name__ == '__main__':
-    def random_ll():
-        long = (random.random() * 360) - 180
-        lat = (random.random() * 180) - 90
-        return long, lat
-
-    for i in range(1):
-        n = 99
-        # generate random surface points.
-        pts = [random_ll() for i in xrange(n)]
-        # convert to unit sphere points.
-        pts2 = map(toXYZ, pts)
-
-        w = brute_knn(pts, 4, 'arc')
-        w2 = brute_knn(pts2, 4, 'xyz')
-        w3 = fast_knn(pts2, 4)
-        assert w == w2 == w3
-
-    ### Make knn1
-    import pysal
-#    f = pysal.open('/Users/charlie/Documents/data/stl_hom/stl_hom.shp', 'r')
-    f = pysal.open(pysal.examples.get_path('stl_hom.shp'),'r')
-    shapes = f.read()
-    pts = [shape.centroid for shape in shapes]
-    w0 = brute_knn(pts, 4, 'xyz')
-    w1 = brute_knn(pts, 4, 'arc')
-    pts = map(toXYZ, pts)
-    w2 = brute_knn(pts, 4, 'xyz')
-    w3 = fast_knn(pts, 4)
-
-    wn, wd = fast_knn(pts, 4, True)
-    ids = range(1, len(pts) + 1)
-    
-    ### new sphere examples
-    p0 = (-87.893517, 41.981417)
-    p1 = (-87.519295, 41.657498) 
-    p3 = (41.981417, -87.893517)
-    p4 = (41.657498, -87.519295)
-    d1 =harcdist(p0,p1,radius=RADIUS_EARTH_MILES)
-    print "d1",d1
-    d2 = harcdist(p3,p4,lonx=False,radius=None)
-    print "d2",d2
-    pn1 = geointerpolate(p0,p1,0.1)
-    print "pn1",pn1
-    pn2 = geointerpolate(p3,p4,0.1,lonx=False)
-    print "pn2",pn2
-    pup = (42.023768,-87.946389)    # Arlington Heights IL
-    pdown = (41.644415,-87.524102)  # Hammond, IN
-    grid=geogrid(pup,pdown,3,lonx=False)
-    print "grid",grid
-    
diff --git a/pysal/cg/tests/test_sphere.py b/pysal/cg/tests/test_sphere.py
new file mode 100644
index 0000000..8139ada
--- /dev/null
+++ b/pysal/cg/tests/test_sphere.py
@@ -0,0 +1,109 @@
+from pysal.cg import sphere
+import pysal
+import math
+import unittest
+
+
+class Sphere(unittest.TestCase):
+
+    def setUp(self):
+        self.pt0 = (0, 0)
+        self.pt1 = (180, 0)
+        f = pysal.open(pysal.examples.get_path('stl_hom.shp'), 'r')
+        self.shapes = f.read()
+        self.p0 = (-87.893517, 41.981417)
+        self.p1 = (-87.519295, 41.657498)
+        self.p3 = (41.981417, -87.893517)
+        self.p4 = (41.657498, -87.519295)
+
+    def test_arcdist(self):
+        d = sphere.arcdist(self.pt0, self.pt1, sphere.RADIUS_EARTH_MILES)
+        self.assertEquals(d, math.pi * sphere.RADIUS_EARTH_MILES)
+
+    def test_arcdist2linear(self):
+        d = sphere.arcdist(self.pt0, self.pt1, sphere.RADIUS_EARTH_MILES)
+        ld = sphere.arcdist2linear(d, sphere.RADIUS_EARTH_MILES)
+        self.assertEquals(ld, 2.0)
+
+    def test_radangle(self):
+        p0 = (-87.893517, 41.981417)
+        p1 = (-87.519295, 41.657498)
+        self.assertAlmostEquals(sphere.radangle(p0,p1), 0.007460167953189258)
+
+    def test_linear2arcdist(self):
+        d = sphere.arcdist(self.pt0, self.pt1, sphere.RADIUS_EARTH_MILES)
+        ad = sphere.linear2arcdist(2.0, radius=sphere.RADIUS_EARTH_MILES)
+        self.assertEquals(d, ad)
+
+    def test_harcdist(self):
+        d1 = sphere.harcdist(self.p0, self.p1,
+                             radius=sphere.RADIUS_EARTH_MILES)
+        self.assertAlmostEqual(d1, 29.532983644123796)
+        d1 = sphere.harcdist(self.p3, self.p4,
+                             radius=sphere.RADIUS_EARTH_MILES)
+        self.assertAlmostEqual(d1, 25.871647470233675)
+
+    def test_geointerpolate(self):
+        pn1 = sphere.geointerpolate(self.p0, self.p1, 0.1)
+        self.assertAlmostEqual(pn1, (-87.85592403438788, 41.949079912574796))
+        pn2 = sphere.geointerpolate(self.p3, self.p4, 0.1, lonx=False)
+        self.assertAlmostEqual(pn2, (41.949079912574796, -87.85592403438788))
+
+    def test_geogrid(self):
+        grid = [(42.023768, -87.946389), (42.02393997819538,
+                                          -87.80562679358316),
+                (42.02393997819538, -87.66486420641684), (42.023768,
+                                                          -87.524102),
+                (41.897317, -87.94638900000001), (41.8974888973743,
+                                                  -87.80562679296166),
+                (41.8974888973743, -87.66486420703835), (41.897317,
+                                                         -87.524102),
+                (41.770866000000005, -87.94638900000001), (41.77103781320412,
+                                                           -87.80562679234043),
+                (41.77103781320412, -87.66486420765956), (41.770866000000005,
+                                                          -87.524102),
+                (41.644415, -87.946389), (41.64458672568646,
+                                          -87.80562679171955),
+                (41.64458672568646, -87.66486420828045), (41.644415,
+                                                          -87.524102)]
+
+        pup = (42.023768, -87.946389)    # Arlington Heights IL
+        pdown = (41.644415, -87.524102)  # Hammond, IN
+        grid1 = sphere.geogrid(pup, pdown, 3, lonx=False)
+        self.assertAlmostEqual(grid, grid1)
+
+    def test_toXYZ(self):
+        w2 = {0: [2, 5, 6, 10], 1: [4, 7, 9, 14], 2: [6, 0, 3, 8],
+              3: [8, 2, 12, 4], 4: [1, 9, 12, 3], 5: [11, 10, 0, 15],
+              6: [2, 10, 8, 0], 7: [14, 1, 16, 9], 8: [12, 3, 19, 6],
+              9: [12, 16, 4, 1], 10: [17, 6, 15, 5], 11: [15, 13, 5, 21],
+              12: [8, 19, 9, 3], 13: [21, 11, 15, 28], 14:
+              [7, 16, 22, 9], 15: [11, 27, 10, 26], 16: [14, 25, 9, 20], 17:
+              [31, 18, 10, 26], 18: [17, 19, 23, 32], 19: [23, 20, 12, 18], 20:
+              [23, 25, 19, 34], 21: [13, 28, 27, 15], 22: [30, 14, 29, 24], 23:
+              [20, 19, 18, 34], 24: [30, 22, 41, 43], 25: [20, 16, 33, 34], 26:
+              [31, 27, 38, 17], 27: [35, 28, 26, 21], 28: [21, 37, 27, 35], 29:
+              [33, 30, 22, 25], 30: [24, 29, 43, 22], 31: [40, 26, 17, 32], 32:
+              [39, 45, 31, 18], 33: [29, 25, 44, 34], 34: [36, 25, 39, 33], 35:
+              [27, 37, 46, 38], 36: [39, 34, 50, 48], 37: [47, 28, 35, 46], 38:
+              [51, 35, 26, 40], 39: [36, 45, 32, 34], 40: [49, 31, 38, 45], 41:
+              [52, 43, 30, 53], 42: [43, 44, 33, 53], 43: [42, 53, 41, 30], 44:
+              [42, 33, 50, 58], 45: [48, 39, 32, 40], 46: [47, 35, 55, 37], 47:
+              [46, 37, 54, 35], 48: [45, 50, 56, 39], 49: [40, 57, 51, 45], 50:
+              [48, 36, 59, 44], 51: [61, 38, 55, 49], 52: [41, 53, 64, 43], 53:
+              [60, 43, 52, 64], 54: [55, 47, 46, 61], 55: [54, 61, 46, 51], 56:
+              [62, 66, 48, 57], 57: [49, 65, 61, 56], 58: [59, 60, 68, 44], 59:
+              [58, 63, 50, 69], 60: [53, 64, 68, 58], 61: [67, 51, 55, 57], 62:
+              [63, 56, 66, 48], 63: [62, 70, 69, 59], 64: [60, 53, 52, 71], 65:
+              [57, 72, 66, 67], 66: [62, 56, 75, 65], 67: [61, 65, 72, 55], 68:
+              [60, 58, 76, 71], 69: [73, 70, 63, 59], 70: [74, 63, 69, 77], 71:
+              [68, 76, 64, 60], 72: [65, 75, 67, 66], 73: [69, 76, 77, 68], 74:
+              [75, 70, 77, 66], 75: [74, 66, 72, 65], 76: [73, 68, 71, 69], 77:
+              [70, 74, 73, 69]}
+
+        pts = [shape.centroid for shape in self.shapes]
+        pts = map(sphere.toXYZ, pts)
+        self.assertAlmostEqual(sphere.brute_knn(pts, 4, 'xyz'), w2)
+
+if __name__ == '__main__':
+    unittest.main()
diff --git a/pysal/common.py b/pysal/common.py
index 44f8f55..513db5a 100644
--- a/pysal/common.py
+++ b/pysal/common.py
@@ -5,7 +5,7 @@ try:
     import numpy as np
     import numpy.linalg as la
 except:
-    print 'numpy 1.3 is required'
+    print('numpy 1.3 is required')
     raise
 try:
     import scipy as sp
@@ -13,10 +13,11 @@ try:
     from cg.kdtree import KDTree
     from scipy.spatial.distance import pdist, cdist
 except:
-    print 'scipy 0.7+ is required'
+    print('scipy 0.7+ is required')
     raise
 
 RTOL = .00001
+ATOL = 1e-7
 
 import copy
 import math
@@ -24,6 +25,17 @@ import random
 import sys
 import time
 import unittest
+from warnings import warn as Warn
+from functools import wraps
+from pysal.core.FileIO import FileIO as popen
+try:
+    from patsy import PatsyError
+except ImportError:
+    PatsyError = Exception
+
+#################
+# Compatibility #
+#################
 
 def iteritems(d, **kwargs):
     """
@@ -36,3 +48,83 @@ def iteritems(d, **kwargs):
         return d.iteritems(**kwargs)
     else:
         return iter(d.items(**kwargs))
+
+######################
+# Decorators/Utils   #
+######################
+
+def simport(modname):
+    """
+    Safely import a module without raising an error. 
+
+    Parameters
+    -----------
+    modname : str
+              module name needed to import
+    
+    Returns
+    --------
+    tuple of (True, Module) or (False, None) depending on whether the import
+    succeeded.
+
+    Notes
+    ------
+    Wrapping this function around an iterative context or a with context would
+    allow the module to be used without necessarily attaching it permanently in
+    the global namespace:
+    
+    >>> for t,mod in simport('pandas'):
+            if t:
+                mod.DataFrame()
+            else:
+                #do alternative behavior here
+            del mod #or don't del, your call
+
+    instead of:
+
+    >>> t, mod = simport('pandas')
+    >>> if t:
+            mod.DataFrame()
+        else:
+            #do alternative behavior here
+
+    The first idiom makes it work kind of a like a with statement.
+    """
+    try:
+        exec('import {}'.format(modname))
+        return True, eval(modname)
+    except:
+        return False, None
+
+def requires(*args, **kwargs):
+    """
+    Decorator to wrap functions with extra dependencies:
+
+    Arguments
+    ---------
+    args : list
+            list of strings containing module to import
+    verbose : bool
+                boolean describing whether to print a warning message on import
+                failure
+    Returns
+    -------
+    Original function is all arg in args are importable, otherwise returns a
+    function that passes. 
+    """
+    v = kwargs.pop('verbose', True)
+    wanted = copy.deepcopy(args)
+    def inner(function):
+        available = [simport(arg)[0] for arg in args]
+        if all(available):
+            return function
+        else:
+            def passer(*args,**kwargs):
+                if v:
+                    missing = [arg for i, arg in enumerate(wanted) if not available[i]]
+                    print('missing dependencies: {d}'.format(d=missing))
+                    print('not running {}'.format(function.__name__))
+                else:
+                    pass
+            return passer 
+    return inner
diff --git a/pysal/contrib/README.rst b/pysal/contrib/README.rst
index a14c365..c199227 100644
--- a/pysal/contrib/README.rst
+++ b/pysal/contrib/README.rst
@@ -70,8 +70,16 @@ Currently the following contribs are available:
 
     - .. versionadded:: 1.10
     - Path: pysal.contrib.spint
-    - Requires: `pandas`_
+    - Requires: No extra dependencies
+
+ 9. glm -- GLM estimation using iteratively weighted least squares estimation
+
+    - .. versionadded:: 1.12
+    - Path: pysal.contrib.glm
+    - Requires: No extra dependencies
+
 
+       
 
 
 .. _clusterpy: https://pypi.python.org/pypi/clusterPy/0.9.9
diff --git a/pysal/contrib/geotable/__init__.py b/pysal/contrib/geotable/__init__.py
new file mode 100644
index 0000000..d9cca84
--- /dev/null
+++ b/pysal/contrib/geotable/__init__.py
@@ -0,0 +1 @@
+import ops
diff --git a/pysal/contrib/geotable/config.py b/pysal/contrib/geotable/config.py
new file mode 100644
index 0000000..73d52e0
--- /dev/null
+++ b/pysal/contrib/geotable/config.py
@@ -0,0 +1,64 @@
+import ops
+
+def set_preference(pkg):
+    """
+    Set which provider of geospatial operations should be preferred. 
+
+    Arguments
+    ---------
+    pkg     :   string
+                string specifying whether to prefer computing properties using
+                shapely, or to use attribute access on the polygons themselves.
+    Returns
+    --------
+    None, sets configuration option directly
+    """
+    if pkg.lower() == 'shapely':
+        ops.atomic.__dict__.update({k:v for k,v in
+                                    ops.atomic._s.__dict__.items() 
+                                    if not k.startswith('_')})
+        ops.atomic._preferred = ops.atomic._s
+    elif pkg.lower().startswith('att'):
+        ops.atomic.__dict__.update({k:v for k,v in
+                                    ops.atomic._a.__dict__.items() 
+                                    if not k.startswith('_')})
+        ops.atomic._preferred = ops.atomic._a
+    else:
+        raise Exception('Provider not recognized.')
+
+def get_provider(fn=None):
+    """
+    Discover the provider of a given function
+
+    Arguments
+    ---------
+    fn      :   Callable or None
+                either a function whose provider needs to be discovered, or None
+
+    Returns
+    -------
+    the module where fn is defined, or the current preferred provider. 
+
+    Example
+    -------
+
+    >>> from pysal.contrib.geotable import ops
+    >>> from pysal.contrib.config import get_provider, set_config
+    >>> get_provider(ops.atomic.area)
+        <module 'pysal.contrib.geotable.ops._accessors' from 
+         pysal/contrib/geotable/ops/_accessors.pyc'>
+    >>> set_preference('shapely')
+    >>> get_provider(ops.atomic.area)
+        <module 'pysal.contrib.geotable.ops._shapely' from
+        'pysal/contrib/geotable/ops/_shapely.pyc'>
+    """
+    if fn is None:
+        return ops.atomic._preferred
+    try:
+        fprovenance = fn.func.func_name
+    except AttributeError:
+        fprovenance = fn.func_name
+    if fprovenance == 'get_attr':
+        return ops._accessors
+    else:
+        return ops._shapely
diff --git a/pysal/contrib/geotable/io.py b/pysal/contrib/geotable/io.py
new file mode 100644
index 0000000..69ab520
--- /dev/null
+++ b/pysal/contrib/geotable/io.py
@@ -0,0 +1,38 @@
+from pysal.common import simport, requires
+from pysal.cg import asShape
+from pysal.contrib import pdutilities as pdio
+from pysal.core import FileIO
+import pandas as pd
+
+class Namespace(object):
+    pass
+
+ at requires('geopandas')
+def geopandas(filename, **kw):
+    import geopandas
+    return geopandas.read_file(filename, **kw)
+
+ at requires('fiona')
+def fiona(filename, **kw):
+    import fiona
+    props = {}
+    with fiona.open(filename, **kw) as f:
+        for i,feat in enumerate(f):
+            idx = feat.get('id', i)
+            try:
+                idx = int(idx)
+            except ValueError:
+                pass
+            props.update({idx:feat.get('properties', dict())})
+            props[idx].update({'geometry':asShape(feat['geometry'])})
+    return pd.DataFrame().from_dict(props).T
+
+_readers = {'read_shapefile':pdio.read_files, 
+            'read_fiona':fiona}
+_writers = {'to_shapefile':pdio.write_files}
+
+_pandas_readers = {k:v for k,v in pd.io.api.__dict__.items() if k.startswith('read_')}
+
+readers = Namespace()
+readers.__dict__.update(_readers)
+readers.__dict__.update(_pandas_readers)
diff --git a/pysal/contrib/geotable/ops/__init__.py b/pysal/contrib/geotable/ops/__init__.py
new file mode 100644
index 0000000..d704149
--- /dev/null
+++ b/pysal/contrib/geotable/ops/__init__.py
@@ -0,0 +1,2 @@
+import atomic
+import tabular
diff --git a/pysal/contrib/geotable/ops/_accessors.py b/pysal/contrib/geotable/ops/_accessors.py
new file mode 100644
index 0000000..fee7fd6
--- /dev/null
+++ b/pysal/contrib/geotable/ops/_accessors.py
@@ -0,0 +1,45 @@
+import functools as _f
+
+__all__ = [ 'area', 'bbox', 'bounding_box', 'centroid', 'holes', 'len', 
+            'parts', 'perimeter', 'segments', 'vertices']
+
+def get_attr(df, geom_col='geometry', inplace=False, attr=None):
+    outval = df[geom_col].apply(lambda x: x.__getattribute__(attr))
+    if inplace:
+        outcol = 'shape_{}'.format(func.__name__)
+        df[outcol] = outval
+        return None
+    return outval
+
+_doc_template =\
+""" 
+Tabular accessor to grab a geometric object's {n} attribute
+
+Arguments
+---------
+df      :   pandas.DataFrame
+            a pandas dataframe with a geometry column
+geom_col:   string
+            the name of the column in df containing the geometry
+inplace :   bool
+            a boolean denoting whether to operate on the dataframe inplace or to
+            return a series contaning the results of the computation. If
+            operating inplace, the derived column will be under 'shape_{n}'
+
+Returns
+--------
+If inplace, None, and operation is conducted on dataframe in memory. Otherwise,
+returns a series. 
+
+See Also
+---------
+For further documentation about the attributes of the object in question, refer
+to shape classes in pysal.cg.shapes
+"""
+
+_accessors = dict()
+for k in __all__:
+    _accessors[k] = _f.partial(get_attr, attr=k)
+    _accessors[k].__doc__ = _doc_template.format(n=k)
+
+globals().update(_accessors)
diff --git a/pysal/contrib/geotable/ops/_shapely.py b/pysal/contrib/geotable/ops/_shapely.py
new file mode 100644
index 0000000..c747011
--- /dev/null
+++ b/pysal/contrib/geotable/ops/_shapely.py
@@ -0,0 +1,174 @@
+import functools as _f
+from warnings import warn 
+from ....common import requires as _requires
+
+__all__ = ["to_wkb", "to_wkt", "area", "distance", "length", "boundary", "bounds", "centroid", "representative_point", "convex_hull", "envelope", "buffer", "simplify", "difference", "intersection", "symmetric_difference", "union", "has_z", "is_empty", "is_ring", "is_simple", "is_valid", "relate", "contains", "crosses", "disjoint", "equals", "intersects", "overlaps", "touches", "within", "equals_exact", "almost_equals", "project", "interpolate"]
+
+
+def _atomic_op(df, geom_col='geometry', inplace=False, _func=None, **kwargs):
+    outval = df[geom_col].apply(lambda x: _func(x, **kwargs))
+    outcol = 'shape_{}'.format(_func.__name__)
+    if not inplace:
+        new = df.copy()
+        new[outcol] = outval
+        return new
+    df[outcol] = outval 
+
+_doc_template =\
+""" 
+Tabular version of pysal.contrib.shapely_ext.{n}
+
+Arguments
+---------
+df      :   pandas.DataFrame
+            a pandas dataframe with a geometry column
+geom_col:   string
+            the name of the column in df containing the geometry
+inplace :   bool
+            a boolean denoting whether to operate on the dataframe inplace or to
+            return a series contaning the results of the computation. If
+            operating inplace, the derived column will be under 'shape_{n}'
+**kwargs:   keyword arguments
+            arguments to be passed to the elementwise functions
+
+Returns
+-------
+If inplace, None, and operation is conducted on dataframe in memory. Otherwise,
+returns a series.
+
+Note that some atomic operations require an 'other' argument. 
+
+See Also
+--------
+pysal.contrib.shapely_ext.{n}
+"""
+
+# ensure that the construction of atomics is done only if we can use shapely
+_shapely_atomics = {}
+try:
+    from ... import shapely_ext as _s
+    for k in __all__:
+        _shapely_atomics.update({k:_f.partial(_atomic_op, _func=_s.__dict__[k])})
+        _shapely_atomics[k].__doc__ = _doc_template.format(n=_s.__dict__[k].__name__)
+except ImportError:
+    pass
+
+globals().update(_shapely_atomics)
+
+##############
+# Reductions #
+##############
+
+ at _requires('shapely')
+def cascaded_union(df, geom_col='geometry', **groupby_kws):
+    """
+    Returns the cascaded union of a possibly-grouped dataframe
+
+    Arguments
+    ---------
+    df              :   pandas.DataFrame
+                        a dataframe containing geometry objects which are being united
+    geom_col        :   string
+                        a string denoting which column of the dataframe contains the
+                        geometries
+    **groupby_kws   :   keyword arguments
+                        keyword arguments to pass transparently to the groupby
+                        function for the DataFrame
+
+    Returns
+    -------
+    PySAL shape or dataframe of shapes resulting from the union operation.
+
+    See Also
+    --------
+    pysal.shapely_ext.cascaded_union
+    pandas.DataFrame.groupby
+    """
+    by = groupby_kws.pop('by', None)
+    level = groupby_kws.pop('level', None)
+    if by is not None or level is not None:
+        df = df.groupby(by=by, level=level, **groupby_kws)
+        out = df[geom_col].apply(_s.cascaded_union)
+    else:
+        out = _s.cascaded_union(df[geom_col].tolist())
+    return out
+
+ at _requires('shapely')
+def unary_union(df, geom_col='geometry', **groupby_kws):
+    """
+    Returns the cascaded union of a possibly-grouped dataframe
+
+    Arguments
+    ---------
+    df              :   pandas.DataFrame
+                        a dataframe containing geometry objects which are being united
+    geom_col        :   string
+                        a string denoting which column of the dataframe contains the
+                        geometries
+    **groupby_kws   :   keyword arguments
+                        keyword arguments to pass transparently to the groupby
+                        function for the DataFrame
+
+    Returns
+    -------
+    PySAL shape or dataframe of shapes resulting from the union operation.
+
+    See Also
+    --------
+    pysal.shapely_ext.cascaded_union
+    pandas.DataFrame.groupby
+    """
+    by = groupby_kws.pop('by', None)
+    level = groupby_kws.pop('level', None)
+    if by is not None or level is not None:
+        df = df.groupby(**groupby_kws)
+        out = df[geom_col].apply(_cascaded_union)
+    else:
+        out = _cascaded_union(df[geom_col].tolist())
+    return out
+
+ at _requires('shapely')
+def _cascaded_intersection(shapes):
+    it = iter(shapes)
+    outshape = next(it)
+    for i, shape in enumerate(it):
+        try:
+            outshape = _s.intersection(shape, outshape)
+        except NotImplementedError:
+            warn('An intersection is empty!')
+            return None
+    return outshape
+
+ at _requires('shapely')
+def cascaded_intersection(df, geom_col='geometry', **groupby_kws): 
+    """
+    Returns the cascaded union of a possibly-grouped dataframe
+
+    Arguments
+    ---------
+    df              :   pandas.DataFrame
+                        a dataframe containing geometry objects which are being united
+    geom_col        :   string
+                        a string denoting which column of the dataframe contains the
+                        geometries
+    **groupby_kws   :   keyword arguments
+                        keyword arguments to pass transparently to the groupby
+                        function for the DataFrame
+
+    Returns
+    -------
+    PySAL shape or dataframe of shapes resulting from the union operation.
+
+    See Also
+    --------
+    pysal.shapely_ext.cascaded_union
+    pandas.DataFrame.groupby
+    """
+    by = groupby_kws.pop('by', None)
+    level = groupby_kws.pop('level', None)
+    if by is not None or level is not None:
+        df = df.groupby(**groupby_kws)
+        out = df[geom_col].apply(_cascaded_intersection)
+    else:
+        out = _cascaded_intersection(df[geom_col].tolist())
+    return out
diff --git a/pysal/contrib/geotable/ops/atomic.py b/pysal/contrib/geotable/ops/atomic.py
new file mode 100644
index 0000000..333ce66
--- /dev/null
+++ b/pysal/contrib/geotable/ops/atomic.py
@@ -0,0 +1,10 @@
+import _accessors as _a
+import _shapely as _s
+
+# prefer access to shapely computation
+_all = dict()
+_all.update(_s.__dict__)
+_all.update(_a.__dict__)
+
+globals().update({_k:_v for _k,_v in _all.items() if not _k.startswith('_')})
+_preferred = _a
diff --git a/pysal/contrib/geotable/ops/tabular.py b/pysal/contrib/geotable/ops/tabular.py
new file mode 100644
index 0000000..f0acdf0
--- /dev/null
+++ b/pysal/contrib/geotable/ops/tabular.py
@@ -0,0 +1,118 @@
+from ....common import requires as _requires
+from ..utils import to_gdf, to_df
+from warnings import warn as _Warn
+import functools as _f
+import sys as _sys
+
+ at _requires("geopandas")
+def spatial_join(df1, df2, left_geom_col='geometry', 
+          right_geom_col='geometry', **kwargs):
+    """
+    Spatial join of two Pandas DataFrames. Calls out to Geopandas.
+
+    Parameters
+    ----------
+    left_df : pandas.DataFrame
+    right_df: pandas.DataFrames
+    how     : string, default 'inner'
+              The type of join:
+              * 'left': use keys from left_df; retain only 
+                left_df geometry column
+              * 'right': use keys from right_df; retain only 
+                right_df geometry column
+              * 'inner': use intersection of keys from both dfs; 
+                retain only left_df geometry column
+    op      : string, default 'intersection'
+              One of {'intersects', 'contains', 'within'}.
+              See http://toblerity.org/shapely/manual.html#binary-predicates.
+    lsuffix : string, default 'left'
+              Suffix to apply to overlapping column names 
+              (left GeoDataFrame).
+    rsuffix : string, default 'right'
+              Suffix to apply to overlapping column namei
+              (right GeoDataFrame).
+    """
+    import geopandas as gpd
+    gdf1 = to_gdf(df1, geom_col=left_geom_col)
+    gdf2 = to_gdf(df2, geom_col=right_geom_col)
+    out = gpd.tools.sjoin(gdf1, gdf2, **kwargs)
+    return to_df(out)
+
+try:
+    import pandas as _pd
+    @_requires("pandas")
+    @_f.wraps(_pd.merge)
+    def join(*args, **kwargs):
+        return _pd.merge(*args, **kwargs)
+except ImportError:
+    pass
+
+ at _requires("geopandas")
+def spatial_overlay(df1, df2, how, left_geom_col='geometry', 
+            right_geom_col='geometry', **kwargs):
+    """
+    Perform spatial overlay between two polygonal datasets. 
+    Calls out to geopandas.
+    
+    Currently only supports data pandas.DataFrames with polygons.
+    Implements several methods that are all effectively subsets of
+    the union.
+    
+    Parameters
+    ----------
+    df1 : pandas.DataFrame 
+          must have MultiPolygon or Polygon geometry column
+    df2 : pandas.DataFrame 
+          must have MultiPolygon or Polygon geometry column
+    how : string
+          Method of spatial overlay: 'intersection', 'union',
+          'identity', 'symmetric_difference' or 'difference'.
+    use_sindex : boolean, default True
+                 Use the spatial index to speed up operation 
+                 if available.
+    
+    Returns
+    -------
+    df : pandas.DataFrame
+    pandas.DataFrame with new set of polygons and attributes
+    resulting from the overlay
+    """
+    import geopandas as gpd
+    gdf1 = to_gdf(df1, geom_col=left_geom_col)
+    gdf2 = to_gdf(df2, geom_col=right_geom_col)
+    out = gpd.tools.overlay(gdf1, gdf2, how, **kwargs)
+    return to_df(out)
+
+ at _requires('shapely')
+def dissolve(df, by='', **groupby_kws):
+    from ._shapely import cascaded_union as union
+    return union(df, by=by, **groupby_kws)
+
+def clip(return_exterior=False):
+    # return modified entries of the df that are within an envelope
+    # provide an option to null out the geometries instead of not returning
+    raise NotImplementedError
+
+def erase(return_interior=True):
+    # return modified entries of the df that are outside of an envelope
+    # provide an option to null out the geometries instead of not returning 
+    raise NotImplementedError
+
+ at _requires('shapely')
+def union(df, **kws):
+    if 'by' in kws:
+        warn('when a "by" argument is provided, you should be using "dissolve"') 
+        return dissolve(df, **kws)
+    from ._shapely import cascaded_union as union
+    return union(df)
+
+ at _requires('shapely')
+def intersection(df, **kws):
+    from ._shapely import cascaded_intersection as intersection
+    return intersection(df, **kws) 
+
+def symmetric_difference():
+    raise NotImplementedError
+
+def difference():
+    raise NotImplementedError
diff --git a/pysal/weights/tests/__init__.py b/pysal/contrib/geotable/ops/tests/__init__.py
similarity index 100%
copy from pysal/weights/tests/__init__.py
copy to pysal/contrib/geotable/ops/tests/__init__.py
diff --git a/pysal/contrib/geotable/ops/tests/test_accessors.py b/pysal/contrib/geotable/ops/tests/test_accessors.py
new file mode 100644
index 0000000..5fb7dfe
--- /dev/null
+++ b/pysal/contrib/geotable/ops/tests/test_accessors.py
@@ -0,0 +1,356 @@
+from ....pdio import read_files as rf
+from .. import _accessors as to_test
+from .....cg import Point, Chain, Polygon, Rectangle, LineSegment
+from .....common import pandas, RTOL, ATOL
+from .....examples import get_path
+import numpy as np
+import unittest as ut
+
+PANDAS_EXTINCT = pandas is None
+ at ut.skipIf(PANDAS_EXTINCT, 'missing pandas')
+class Test_Accessors(ut.TestCase):
+    def setUp(self):
+        self.polygons = rf(get_path('Polygon.shp'))
+        self.points = rf(get_path('Point.shp'))
+        self.lines = rf(get_path('Line.shp'))
+
+    def test_area(self):
+       
+        with self.assertRaises(AttributeError):
+            to_test.area(self.points)
+        with self.assertRaises(AttributeError):
+            to_test.area(self.lines)
+
+        areas = to_test.area(self.polygons).values
+        answer = [.000284, .000263, .001536]
+        np.testing.assert_allclose(answer, areas, rtol=RTOL, atol=ATOL*10) 
+
+    def test_bbox(self):
+    
+        with self.assertRaises(AttributeError):
+            to_test.bbox(self.points)
+        with self.assertRaises(AttributeError):
+            to_test.bbox(self.lines)
+        
+        answer = [[-0.010809397704086565,
+                   -0.26282711761789435,
+                    0.12787295484449185,
+                   -0.250785835510383],
+                  [ 0.0469057130870883,
+                   -0.35957259110238166,
+                    0.06309916143856897,
+                   -0.3126531125455273],
+                  [-0.04527237752903268,
+                   -0.4646223970748078,
+                    0.1432359699471787,
+                   -0.40150947016647276]]
+
+        bboxes = to_test.bbox(self.polygons).tolist()
+        for ans, bbox in zip(answer, bboxes):
+            np.testing.assert_allclose(ans, bbox, rtol=RTOL, atol=ATOL) 
+
+    def test_bounding_box(self):
+        with self.assertRaises(AttributeError):
+            to_test.bounding_box(self.points)
+        
+        line_rects = to_test.bounding_box(self.lines).tolist()
+        line_bboxes = [[(a.left, a.lower),(a.right, a.upper)] for a in line_rects]
+        pgon_rects = to_test.bounding_box(self.polygons).tolist()
+        pgon_bboxes = [[(a.left, a.lower),(a.right, a.upper)] for a in pgon_rects]
+
+        line_answers = [[(-0.009053924887015952, -0.2589587703323735),
+                         ( 0.007481157395930582, -0.25832280562918325)],
+                        [( 0.10923550990637088,  -0.2564149115196125),
+                         ( 0.12895041570526866,  -0.2564149115196125)],
+                        [( 0.050726757212867735, -0.356261369920482),
+                         ( 0.06153815716710198,  -0.3130157701035449)],
+                        [(-0.0414881247497188,   -0.46055958124368335),
+                         ( 0.1391258509563127,   -0.4058666167693217)]]
+        pgon_answers = [[(-0.010809397704086565, -0.26282711761789435),
+                         ( 0.12787295484449185,  -0.250785835510383)],
+                        [( 0.0469057130870883,   -0.35957259110238166),
+                         ( 0.06309916143856897,  -0.3126531125455273)],
+                        [(-0.04527237752903268,  -0.4646223970748078),
+                         ( 0.1432359699471787,   -0.40150947016647276)]]
+        
+        for bbox, answer in zip(line_bboxes, line_answers):
+            np.testing.assert_allclose(bbox, answer, atol=ATOL, rtol=RTOL)
+        for bbox, answer in zip(pgon_bboxes, pgon_answers):
+            np.testing.assert_allclose(bbox, answer, atol=ATOL, rtol=RTOL)
+        for rectangle in (line_rects + pgon_rects):
+            self.assertIsInstance(rectangle, Rectangle)
+
+    def test_centroid(self):
+        with self.assertRaises(AttributeError):
+            to_test.centroid(self.points)
+        with self.assertRaises(AttributeError):
+            to_test.centroid(self.lines)
+
+        centroids = to_test.centroid(self.polygons).tolist()
+        
+        centroid_answers = [(0.06466214975239247, -0.257330080795802),
+                            (0.05151163524856857, -0.33495102150875505),
+                            (0.04759584610455384, -0.44147205133285744)]
+        
+        for ct, answer in zip(centroids, centroid_answers):
+            np.testing.assert_allclose(ct, answer, rtol=RTOL, atol=ATOL)
+    
+    def test_holes(self):
+        holed_polygons = rf(get_path('Polygon_Holes.shp'))
+        with self.assertRaises(AttributeError):
+            to_test.centroid(self.points)
+        with self.assertRaises(AttributeError):
+            to_test.centroid(self.lines)
+        
+        no_holes = to_test.holes(self.polygons).tolist()
+        holes = to_test.holes(holed_polygons).tolist()
+
+        for elist in no_holes:
+            self.assertEquals(elist, [[]])
+        
+        answers = [[[(-0.002557818613137461,  -0.25599115990199145),
+                     ( 0.0012028146993492903, -0.25561239107915107),
+                     ( 0.004909338180001697,  -0.2596435735508095),
+                     (-0.0019896653788768724, -0.2616726922445973),
+                     (-0.007021879739470651,  -0.25834493758678534),
+                     (-0.002557818613137461,  -0.25599115990199145)],
+                    [( 0.11456291239229519,   -0.2534750527216944),
+                     ( 0.11878347927537383,   -0.2540973157877893),
+                     ( 0.11878347927537383,   -0.2540973157877893),
+                     ( 0.12335576006537571,   -0.25596410498607414),
+                     ( 0.11605093276773958,   -0.258155553175365),
+                     ( 0.11020707092963067,   -0.2579391138480276),
+                     ( 0.11456291239229519,   -0.2534750527216944)]],
+                   [[( 0.04818367618951632,   -0.31403748200228154),
+                     ( 0.052755956979518195,  -0.31384809759086135),
+                     ( 0.04975286131271223,   -0.3566219196559085),
+                     ( 0.04818367618951632,   -0.31403748200228154)]],
+                   [[(-0.039609525961703126,  -0.4112999047245106),
+                     (-0.013745026344887779,  -0.43770550265966934),
+                     (-0.015260101636249357,  -0.4393287976146996),
+                     (-0.04242323721708889,   -0.4140053963162277),
+                     (-0.039609525961703126,  -0.4112999047245106)],
+                    [( 0.027838379419803827,  -0.4597823140480808),
+                     ( 0.07350707748798824,   -0.45859189774772524),
+                     ( 0.07469749378834376,   -0.46064807135743024),
+                     ( 0.028487697401815927,  -0.46270424496713525),
+                     ( 0.027838379419803827,  -0.4597823140480808)],
+                    [( 0.11192505809037084,   -0.43467535207694624),
+                     ( 0.13962929198955382,   -0.4037245282677028),
+                     ( 0.14092792795357803,   -0.405023164231727),
+                     ( 0.11463054968208794,   -0.4370561846776573),
+                     ( 0.11192505809037084,   -0.43467535207694624)]]]
+        for hole, answer in zip(holes, answers):
+            for sub_hole, sub_answer in zip(hole, answer):
+                np.testing.assert_allclose(sub_hole, sub_answer, 
+                                           rtol=RTOL, atol=ATOL)
+    
+    def test_len(self):
+        with self.assertRaises(AttributeError):
+            to_test.len(self.points)
+
+        line_len = to_test.len(self.lines)
+        pgon_len = to_test.len(self.polygons)
+
+        pgon_answers = [24, 7, 14]
+        line_answers = [0.016547307853772356,
+                        0.019714905798897786,
+                        0.058991346117778738,
+                        0.21634275419393173]
+        np.testing.assert_allclose(line_len, line_answers, rtol=RTOL, atol=ATOL)
+        np.testing.assert_allclose(pgon_len, pgon_answers, rtol=RTOL, atol=ATOL)
+
+    def test_parts(self):
+        with self.assertRaises(AttributeError):
+            to_test.parts(self.points)
+
+        line_parts = to_test.parts(self.lines)
+        pgon_parts = to_test.parts(self.polygons)
+
+        pgon_answers =[[[(-0.010809397704086565,  -0.25825973474952796),
+                         (-0.007487664708911018,  -0.25493800175435244),
+                         (-0.0016746319673538457, -0.2532771352567647),
+                         ( 0.003307967525409461,  -0.2545227851299555),
+                         ( 0.006214483896188033,  -0.25701408487633715),
+                         ( 0.007044917144981927,  -0.26033581787151266),
+                         ( 0.003307967525409461,  -0.26241190099349737),
+                         (-0.0029202818405446584, -0.26282711761789435),
+                         (-0.008318097957704912,  -0.26199668436910045),
+                         (-0.009978964455292672,  -0.26075103449590964),
+                         (-0.010809397704086565,  -0.25825973474952796)],
+                        [( 0.10711212362464478,   -0.25618365162754325),
+                         ( 0.1112642898686142,    -0.25203148538357384),
+                         ( 0.11583167273698053,   -0.250785835510383),
+                         ( 0.12164470547853773,   -0.25203148538357384),
+                         ( 0.12538165509811022,   -0.25410756850555855),
+                         ( 0.12787295484449185,   -0.2574293015007341),
+                         ( 0.12579687172250714,   -0.26033581787151266),
+                         ( 0.1191534057321561,    -0.26116625112030656),
+                         ( 0.1141708062393928,    -0.26158146774470353),
+                         ( 0.11084907324421728,   -0.25992060124711575),
+                         ( 0.10794255687343868,   -0.25909016799832185),
+                         ( 0.10794255687343868,   -0.25909016799832185),
+                         ( 0.10711212362464478,   -0.25618365162754325)]],
+                       [[( 0.05396439570183631,   -0.3126531125455273),
+                         ( 0.05147309595545463,   -0.35251390848763364),
+                         ( 0.059777428443393454,  -0.34254870950210703),
+                         ( 0.06309916143856897,   -0.34462479262409174),
+                         ( 0.048981796209073,     -0.35957259110238166),
+                         ( 0.0469057130870883,    -0.3126531125455273),
+                         ( 0.05396439570183631,   -0.3126531125455273)]],
+                       [[(-0.04527237752903268,   -0.413550752273984),
+                         (-0.039874561411872456,  -0.4077377195324269),
+                         (-0.039874561411872456,  -0.4077377195324269),
+                         (-0.010809397704086565,  -0.43680288324021277),
+                         ( 0.02656009849163815,   -0.45756371446005983),
+                         ( 0.07181871055090477,   -0.45673328121126594),
+                         ( 0.1104338566198203,    -0.4338963668694341),
+                         ( 0.1394990203276062,    -0.40150947016647276),
+                         ( 0.1432359699471787,    -0.4052464197860452),
+                         ( 0.1162468893613775,    -0.4380485331134035),
+                         ( 0.07763174329246192,   -0.4625463139528231),
+                         ( 0.02780574836482899,   -0.4646223970748078),
+                         (-0.013715914074865138,  -0.4442767824793577),
+                         (-0.04527237752903268,   -0.413550752273984)]]]
+        line_answers = [[[(-0.009053924887015952, -0.25832280562918325),
+                          (0.007481157395930582,  -0.2589587703323735),
+                          (0.007481157395930582,  -0.2589587703323735)]],
+                        [[(0.10923550990637088,   -0.2564149115196125),
+                          (0.12895041570526866,   -0.2564149115196125)]],
+                        [[(0.050726757212867735,  -0.3130157701035449),
+                          (0.050726757212867735,  -0.356261369920482),
+                          (0.06153815716710198,   -0.3448140052630575),
+                          (0.06153815716710198,   -0.3448140052630575)]],
+                        [[(-0.0414881247497188,   -0.41286222850441445),
+                          (-0.012233748402967204, -0.4402087107415953),
+                          (0.027196063194828424,  -0.46055958124368335),
+                          (0.07489341593409732,   -0.4586516871341126),
+                          (0.11241533342232213,   -0.43639292252245376),
+                          (0.1391258509563127,    -0.4058666167693217)]]]
+        
+        for part, answer in zip(pgon_parts, pgon_answers):
+            for piece, sub_answer in zip(part, answer):
+                np.testing.assert_allclose(piece, sub_answer, 
+                                           rtol=RTOL,atol=ATOL)
+
+    def test_perimeter(self):
+        with self.assertRaises(AttributeError):
+            to_test.perimeter(self.points)
+        with self.assertRaises(AttributeError):
+            to_test.perimeter(self.lines)
+        
+        pgon_perim = to_test.perimeter(self.polygons)
+        pgon_answers = np.array([ 0.09381641,  0.13141213,  0.45907697])
+
+        np.testing.assert_allclose(pgon_perim.values, pgon_answers, 
+                                   rtol=RTOL, atol=ATOL)
+
+    def test_segments(self):
+        with self.assertRaises(AttributeError):
+            to_test.segments(self.points)
+        with self.assertRaises(AttributeError):
+            to_test.segments(self.polygons)
+
+        line_segments = to_test.segments(self.lines)
+        flattened = [l[0] for l in line_segments]
+        
+        answers = [[((-0.009053924887015952, -0.25832280562918325),
+                     (0.007481157395930582, -0.2589587703323735)),
+                    ((0.007481157395930582, -0.2589587703323735),
+                     (0.007481157395930582, -0.2589587703323735))],
+                   [((0.10923550990637088, -0.2564149115196125),
+                     (0.12895041570526866, -0.2564149115196125))],
+                   [((0.050726757212867735, -0.3130157701035449),
+                     (0.050726757212867735, -0.356261369920482)),
+                    ((0.050726757212867735, -0.356261369920482),
+                     (0.06153815716710198, -0.3448140052630575)),
+                    ((0.06153815716710198, -0.3448140052630575),
+                     (0.06153815716710198, -0.3448140052630575))],
+                   [((-0.0414881247497188, -0.41286222850441445),
+                     (-0.012233748402967204, -0.4402087107415953)),
+                    ((-0.012233748402967204, -0.4402087107415953),
+                     (0.027196063194828424, -0.46055958124368335)),
+                    ((0.027196063194828424, -0.46055958124368335),
+                     (0.07489341593409732, -0.4586516871341126)),
+                    ((0.07489341593409732, -0.4586516871341126),
+                     (0.11241533342232213, -0.43639292252245376)),
+                    ((0.11241533342232213, -0.43639292252245376),
+                     (0.1391258509563127, -0.4058666167693217))]]
+
+        for parts, points in zip(flattened, answers):
+            for piece, answer in zip(parts, points):
+                self.assertIsInstance(piece, LineSegment)
+                p1,p2 = piece.p1, piece.p2
+                np.testing.assert_allclose([p1, p2], answer)
+    
+    def test_vertices(self):
+        with self.assertRaises(AttributeError):
+            to_test.vertices(self.points)
+
+        line_verts = to_test.vertices(self.lines).tolist()
+        pgon_verts = to_test.vertices(self.polygons).tolist()
+
+        line_answers = [[(-0.009053924887015952, -0.25832280562918325),
+                         (0.007481157395930582, -0.2589587703323735),
+                         (0.007481157395930582, -0.2589587703323735)],
+                        [(0.10923550990637088, -0.2564149115196125),
+                         (0.12895041570526866, -0.2564149115196125)],
+                        [(0.050726757212867735, -0.3130157701035449),
+                         (0.050726757212867735, -0.356261369920482),
+                         (0.06153815716710198, -0.3448140052630575),
+                         (0.06153815716710198, -0.3448140052630575)],
+                        [(-0.0414881247497188, -0.41286222850441445),
+                         (-0.012233748402967204, -0.4402087107415953),
+                         (0.027196063194828424, -0.46055958124368335),
+                         (0.07489341593409732, -0.4586516871341126),
+                         (0.11241533342232213, -0.43639292252245376),
+                         (0.1391258509563127, -0.4058666167693217)]]
+        pgon_answers = [[(-0.010809397704086565, -0.25825973474952796),
+                         (-0.007487664708911018, -0.25493800175435244),
+                         (-0.0016746319673538457, -0.2532771352567647),
+                         (0.003307967525409461, -0.2545227851299555),
+                         (0.006214483896188033, -0.25701408487633715),
+                         (0.007044917144981927, -0.26033581787151266),
+                         (0.003307967525409461, -0.26241190099349737),
+                         (-0.0029202818405446584, -0.26282711761789435),
+                         (-0.008318097957704912, -0.26199668436910045),
+                         (-0.009978964455292672, -0.26075103449590964),
+                         (-0.010809397704086565, -0.25825973474952796),
+                         (0.10711212362464478, -0.25618365162754325),
+                         (0.1112642898686142, -0.25203148538357384),
+                         (0.11583167273698053, -0.250785835510383),
+                         (0.12164470547853773, -0.25203148538357384),
+                         (0.12538165509811022, -0.25410756850555855),
+                         (0.12787295484449185, -0.2574293015007341),
+                         (0.12579687172250714, -0.26033581787151266),
+                         (0.1191534057321561, -0.26116625112030656),
+                         (0.1141708062393928, -0.26158146774470353),
+                         (0.11084907324421728, -0.25992060124711575),
+                         (0.10794255687343868, -0.25909016799832185),
+                         (0.10794255687343868, -0.25909016799832185),
+                         (0.10711212362464478, -0.25618365162754325)],
+                        [(0.05396439570183631, -0.3126531125455273),
+                         (0.05147309595545463, -0.35251390848763364),
+                         (0.059777428443393454, -0.34254870950210703),
+                         (0.06309916143856897, -0.34462479262409174),
+                         (0.048981796209073, -0.35957259110238166),
+                         (0.0469057130870883, -0.3126531125455273),
+                         (0.05396439570183631, -0.3126531125455273)],
+                        [(-0.04527237752903268, -0.413550752273984),
+                         (-0.039874561411872456, -0.4077377195324269),
+                         (-0.039874561411872456, -0.4077377195324269),
+                         (-0.010809397704086565, -0.43680288324021277),
+                         (0.02656009849163815, -0.45756371446005983),
+                         (0.07181871055090477, -0.45673328121126594),
+                         (0.1104338566198203, -0.4338963668694341),
+                         (0.1394990203276062, -0.40150947016647276),
+                         (0.1432359699471787, -0.4052464197860452),
+                         (0.1162468893613775, -0.4380485331134035),
+                         (0.07763174329246192, -0.4625463139528231),
+                         (0.02780574836482899, -0.4646223970748078),
+                         (-0.013715914074865138, -0.4442767824793577),
+                         (-0.04527237752903268, -0.413550752273984)]]
+        for part, answer in zip(line_verts, line_answers):
+            np.testing.assert_allclose(part, answer, atol=ATOL, rtol=RTOL)
+        for part, answer in zip(pgon_verts, pgon_answers):
+            np.testing.assert_allclose(part, answer, atol=ATOL, rtol=RTOL)
diff --git a/pysal/contrib/geotable/ops/tests/test_shapely.py b/pysal/contrib/geotable/ops/tests/test_shapely.py
new file mode 100644
index 0000000..58de655
--- /dev/null
+++ b/pysal/contrib/geotable/ops/tests/test_shapely.py
@@ -0,0 +1,215 @@
+import unittest as ut
+from .. import _shapely as sht
+from pysal.cg import Point, Chain, Polygon, comparators as comp
+from pysal.contrib import shapely_ext as she
+from pysal.contrib.pdio import read_files as rf
+from pysal.examples import get_path
+import numpy as np
+from warnings import warn
+
+class Test_Shapely(ut.TestCase):
+    def setUp(self):
+        self.polygons = rf(get_path('Polygon.shp'))
+        self.points = rf(get_path('Point.shp'))
+        self.lines = rf(get_path('Line.shp'))
+        self.target_poly = self.polygons.geometry[2]
+        self.target_point = self.points.geometry[1]
+        self.target_line = self.lines.geometry[0]
+        
+        self.dframes = [self.polygons, self.points, self.lines]
+        self.targets = [self.target_poly, self.target_point, self.target_line]
+
+    def compare(self, func_name, df, **kwargs):
+        geom_list = df.geometry.tolist()
+        shefunc = she.__dict__[func_name]
+        shtfunc = sht.__dict__[func_name]
+        
+        try:
+            she_vals = (shefunc(geom, **kwargs) for geom in geom_list)
+            sht_vals = shtfunc(df, inplace=False, **kwargs)
+            sht_list = sht_vals['shape_{}'.format(func_name)].tolist()
+            for tabular, shapely in zip(sht_list, she_vals):
+                if (comp.is_shape(tabular) and
+                    comp.is_shape(shapely)):
+                    comp.equal(tabular, shapely)
+                else:
+                    self.assertEquals(tabular, shapely)
+        except NotImplementedError as e:
+            warn('The shapely/pysal bridge is not implemented: {}'.format(e))
+            return True
+
+    def test_to_wkb(self):
+        for df in self.dframes: 
+            self.compare('to_wkb', df)
+
+    def test_to_wkt(self):
+        for df in self.dframes: 
+            self.compare('to_wkt', df)
+
+    def test_area(self):
+        for df in self.dframes:
+            self.compare('area', df)
+    
+    def test_distance(self):
+        for df in self.dframes:
+            for other in self.targets:
+                self.compare('distance', df, other=other)
+    
+    def test_length(self):
+        for df in self.dframes:
+            self.compare('length', df)
+    
+    def test_boundary(self):
+        for df in self.dframes:
+            self.compare('boundary', df)
+    
+    def test_bounds(self):
+        for df in self.dframes:
+            self.compare('bounds', df)
+    
+    def test_centroid(self):
+        for df in self.dframes:
+            self.compare('centroid', df)
+    
+    def test_representative_point(self):
+        for df in self.dframes:
+            self.compare('representative_point', df)
+    
+    def test_convex_hull(self):
+        for df in self.dframes:
+            self.compare('convex_hull', df)
+    
+    def test_envelope(self):
+        for df in self.dframes:
+            self.compare('envelope', df)
+    
+    def test_buffer(self):
+        np.random.seed(555)
+        for df in self.dframes:
+            self.compare('buffer', df, radius=np.random.randint(10))
+    
+    def test_simplify(self):
+        tol = .001
+        for df in self.dframes:
+            self.compare('simplify', df, tolerance=tol)
+    
+    def test_difference(self):
+        for df in self.dframes:
+            for target in self.targets:
+                self.compare('difference', df, other=target)
+    
+    def test_intersection(self):
+        for df in self.dframes:
+            for target in self.targets:
+                self.compare('intersection', df, other=target)
+    
+    def test_symmetric_difference(self):
+        for df in self.dframes:
+            for target in self.targets:
+                self.compare('symmetric_difference', df, other=target)
+    
+    def test_union(self):
+        for df in self.dframes:
+            for target in self.targets:
+                self.compare('union', df, other=target)
+    
+    def test_has_z(self):
+        for df in self.dframes:
+            self.compare('has_z', df)
+    
+    def test_is_empty(self):
+        """
+        PySAL doesn't really support empty shapes. Like, the following errors
+        out:
+
+        ps.cg.Polygon([[]])
+
+        and you can make it work by:
+        ps.cg.Polygon([[()]])
+        
+        but that won't convert over to shapely. 
+
+        So, we're only testing the negative here. 
+        """
+        for df in self.dframes:
+            self.compare('is_empty', df)
+    
+    def test_is_ring(self):
+        for df in self.dframes:
+            self.compare('is_ring', df)
+    
+    def test_is_simple(self):
+        for df in self.dframes:
+            self.compare('is_simple', df)
+    
+    def test_is_valid(self):
+        for df in self.dframes:
+            self.compare('is_valid', df)
+    
+    def test_relate(self):
+        for df in self.dframes:
+            for target in self.targets:
+                self.compare('relate', df, other=target)
+    
+    def test_contains(self):
+        for df in self.dframes:
+            for target in self.targets:
+                self.compare('contains', df, other=target)
+    
+    def test_crosses(self):
+        for df in self.dframes:
+            for target in self.targets:
+                self.compare('crosses', df, other=target)
+    
+    def test_disjoint(self):
+        for df in self.dframes:
+            for target in self.targets:
+                self.compare('disjoint', df, other=target)
+    
+    def test_equals(self):
+        for df in self.dframes:
+            for target in self.targets:
+                self.compare('equals', df, other=target)
+    
+    def test_intersects(self):
+        for df in self.dframes:
+            for target in self.targets:
+                self.compare('intersects', df, other=target)
+    
+    def test_overlaps(self):
+        for df in self.dframes:
+            for target in self.targets:
+                self.compare('overlaps', df, other=target)
+    
+    def test_touches(self):
+        for df in self.dframes:
+            for target in self.targets:
+                self.compare('touches', df, other=target)
+    
+    def test_within(self):
+        for df in self.dframes:
+            for target in self.targets:
+                self.compare('within', df, other=target)
+    
+    def test_equals_exact(self):
+        for df in self.dframes:
+            for target in self.targets:
+                self.compare('equals_exact', df, other=target, tolerance=.1)
+    
+    def test_almost_equals(self):
+        for df in self.dframes:
+            for target in self.targets:
+                self.compare('almost_equals', df, other=target)
+    
+    def test_project(self):
+        np.random.seed(555)
+        self.compare('project', self.lines, other=self.targets[2])
+    
+    def test_interpolate(self):
+        np.random.seed(555)
+        for df in self.dframes:
+            if isinstance(df.geometry[0], Chain):
+                self.compare('interpolate', df, distance=np.random.randint(10))
+            else:
+                with self.assertRaises(TypeError):
+                    self.compare('interpolate', df, distance=np.random.randint(10))
diff --git a/pysal/contrib/geotable/ops/tests/test_tabular.py b/pysal/contrib/geotable/ops/tests/test_tabular.py
new file mode 100644
index 0000000..3e6d474
--- /dev/null
+++ b/pysal/contrib/geotable/ops/tests/test_tabular.py
@@ -0,0 +1,72 @@
+import unittest as ut
+from .. import tabular as ta
+from pysal.common import RTOL, ATOL, pandas, requires as _requires
+from pysal.examples import get_path
+from pysal.cg import Polygon
+import pysal.contrib.pdio as pdio
+from pysal.contrib.geotable import ops as GIS
+import numpy as np
+
+PANDAS_EXTINCT = pandas is None
+
+ at ut.skipIf(PANDAS_EXTINCT, 'missing pandas')
+class Test_Tabular(ut.TestCase):
+    def setUp(self):
+        import pandas as pd
+        self.columbus = pdio.read_files(get_path('columbus.shp'))
+        grid = [Polygon([(0,0),(0,1),(1,1),(1,0)]), 
+                Polygon([(0,1),(0,2),(1,2),(1,1)]), 
+                Polygon([(1,2),(2,2),(2,1),(1,1)]), 
+                Polygon([(1,1),(2,1),(2,0),(1,0)])]
+        regime = [0,0,1,1]
+        ids = range(4)
+        data = np.array((regime, ids)).T
+        self.exdf = pd.DataFrame(data, columns=['regime', 'ids'])
+        self.exdf['geometry'] = grid
+    
+    @_requires('geopandas')
+    def test_round_trip(self):
+        import geopandas as gpd
+        import pandas as pd
+        geodf = GIS.tabular.to_gdf(self.columbus)
+        self.assertIsInstance(geodf, gpd.GeoDataFrame)
+        new_df = GIS.tabular.to_df(geodf)
+        self.assertIsInstance(new_df, pd.DataFrame)
+        for new, old in zip(new_df.geometry, self.columbus.geometry):
+            self.assertEquals(new, old)
+
+    def test_spatial_join(self):
+        pass
+
+    def test_spatial_overlay(self):
+        pass
+
+    def test_dissolve(self):
+        out = GIS.tabular.dissolve(self.exdf, by='regime')
+        self.assertEqual(out[0].area, 2.0)
+        self.assertEqual(out[1].area, 2.0)
+
+        answer_vertices0 = [(0,0), (0,1), (0,2), (1,2), (1,1), (1,0), (0,0)]
+        answer_vertices1 = [(2,1), (2,0), (1,0), (1,1), (1,2), (2,2), (2,1)]
+
+        np.testing.assert_allclose(out[0].vertices, answer_vertices0)
+        np.testing.assert_allclose(out[1].vertices, answer_vertices1)
+
+    def test_clip(self):
+        pass
+    
+    def test_erase(self):
+        pass
+
+    def test_union(self):
+       new_geom =  GIS.tabular.union(self.exdf)
+       self.assertEqual(new_geom.area, 4)
+
+    def test_intersection(self):
+        pass
+
+    def test_symmetric_difference(self):
+        pass
+
+    def test_difference(self):
+        pass
diff --git a/pysal/weights/tests/__init__.py b/pysal/contrib/geotable/tests/__init__.py
similarity index 100%
rename from pysal/weights/tests/__init__.py
rename to pysal/contrib/geotable/tests/__init__.py
diff --git a/pysal/contrib/geotable/tests/test_utils.py b/pysal/contrib/geotable/tests/test_utils.py
new file mode 100644
index 0000000..bb4ee59
--- /dev/null
+++ b/pysal/contrib/geotable/tests/test_utils.py
@@ -0,0 +1,13 @@
+from .. import utils
+from ...pdio import read_files as rf
+import unittest as ut
+
+class Test_Utils(ut.TestCase):
+    
+    def test_converters(self):
+        ## make a round trip to geodataframe and back
+        raise
+    def test_insert_metadata(self):
+        ## add an attribute to a dataframe and see 
+        ## if it is pervasive over copies
+        raise
diff --git a/pysal/contrib/geotable/utils.py b/pysal/contrib/geotable/utils.py
new file mode 100644
index 0000000..ae2fbc4
--- /dev/null
+++ b/pysal/contrib/geotable/utils.py
@@ -0,0 +1,70 @@
+from ...cg import asShape as pShape
+from ...common import requires as _requires
+from warnings import warn
+
+ at _requires('geopandas')
+def to_df(df, geom_col='geometry', **kw):
+    """
+    Convert a Geopandas dataframe into a normal pandas dataframe with a column
+    containing PySAL shapes. 
+
+    Arguments
+    ---------
+    df      :   geopandas.GeoDataFrame
+                a geopandas dataframe (or pandas dataframe) with a column
+                containing geo-interfaced shapes
+    geom_col:   str
+                string denoting which column in the df contains the geometry
+    **kw    :   keyword options
+                options passed directly to pandas.DataFrame(...,**kw)
+
+    See Also
+    --------
+    pandas.DataFrame
+    """
+    import pandas as pd
+    from geopandas import GeoDataFrame, GeoSeries
+    df[geom_col] = df[geom_col].apply(pShape)
+    if isinstance(df, (GeoDataFrame, GeoSeries)):
+        df = pd.DataFrame(df, **kw)
+    return df
+
+ at _requires('geopandas')
+def to_gdf(df, geom_col='geometry', **kw):
+    """
+    Convert a pandas dataframe with geometry column to a GeoPandas dataframe
+
+    Arguments
+    ---------
+    df      :   pandas.DataFrame
+                a pandas dataframe with a column containing geo-interfaced
+                shapes
+    geom_col:   str
+                string denoting which column in the df contains the geometry
+    **kw    :   keyword options
+                options passed directly to geopandas.GeoDataFrame(...,**kw)
+
+    See Also
+    --------
+    geopandas.GeoDataFrame
+    """
+    from geopandas import GeoDataFrame
+    from shapely.geometry import asShape as sShape
+    df[geom_col] = df[geom_col].apply(sShape)
+    return GeoDataFrame(df, geometry=geom_col, **kw)
+
+def insert_metadata(df, obj, name=None, inplace=True, overwrite=False):
+    if not inplace:
+        new = df.copy(deep=True)
+        insert_metadata(new, obj, name=name, inplace=True)
+        return new
+    if name is None:
+        name = type(obj).__name__
+    if hasattr(df, name):
+        if overwrite:
+            warn('Overwriting attribute {}! This may break the dataframe!'.format(name))
+        else:
+            raise Exception('Dataframe already has attribute {}. Cowardly refusing '
+                        'to break dataframe. '.format(name))
+    df._metadata.append(name)
+    df.__setattr__(name, obj) 
diff --git a/pysal/contrib/glm/README.md b/pysal/contrib/glm/README.md
new file mode 100644
index 0000000..24c8eea
--- /dev/null
+++ b/pysal/contrib/glm/README.md
@@ -0,0 +1,30 @@
+**G**eneralized **L**inear **M**odeling
+=======================================
+
+This module is an adaptation of a portion of [GLM functionality from the
+Statsmodels](https://github.com/statsmodels/statsmodels/blob/master/statsmodels/genmod/generalized_linear_model.py) package, this it has been simplified and customized for the purposes of serving
+as the base for several other PySAL modules, namely SpInt and GWR. Currently, it
+supports the estimation of Gaussian, Poisson, and Logistic regression using only
+iteratively weighted least squares estimation (IWLS). One of the large differences this
+module and the functions avaialble in the Statsmodels package is that the custom IWLS routine is fully sparse compatible, which was necesary for the very sparse design matrices that arise in constrained spatial interaction models. The somewhat limited functionality and computation of only a subset of GLM diagnostics also decreases the computational overhead. Another difference is that this module also supports the estimation of QuasiPoisson models. One caveat is that this custom IWLS rou [...]
+
+Features
+--------
+
+- Gaussian GLM
+- Poisson GLM
+- QuasiPoisson GLM
+- Logistic GLM
+- Selection of most common GLM diagnostics
+- Supports sparse design matrices
+
+Future Work
+-----------
+
+- Add Negative Binomial GLM
+- Add Gamma GLM
+- Add Zero-inflated/Hurdle extensions of Poisson/Negative Binomial
+- Add support for gradient based optimization for maximum likelihood estimation
+
+
+
diff --git a/pysal/contrib/glm/__init__.py b/pysal/contrib/glm/__init__.py
new file mode 100644
index 0000000..4a468d5
--- /dev/null
+++ b/pysal/contrib/glm/__init__.py
@@ -0,0 +1,4 @@
+import glm
+import family
+import utils
+import iwls
diff --git a/pysal/contrib/glm/base.py b/pysal/contrib/glm/base.py
new file mode 100644
index 0000000..01f53bc
--- /dev/null
+++ b/pysal/contrib/glm/base.py
@@ -0,0 +1,408 @@
+
+from __future__ import print_function
+import numpy as np
+from scipy import stats
+from utils import cache_readonly
+
+class Results(object):
+    """
+    Class to contain model results
+    Parameters
+    ----------
+    model : class instance
+        the previously specified model instance
+    params : array
+        parameter estimates from the fit model
+    """
+    def __init__(self, model, params, **kwd):
+        self.__dict__.update(kwd)
+        self.initialize(model, params, **kwd)
+        self._data_attr = []
+
+    def initialize(self, model, params, **kwd):
+        self.params = params
+        self.model = model
+        if hasattr(model, 'k_constant'):
+            self.k_constant = model.k_constant
+
+#TODO: public method?
+class LikelihoodModelResults(Results):
+    """
+    Class to contain results from likelihood models
+    Parameters
+    -----------
+    model : LikelihoodModel instance or subclass instance
+        LikelihoodModelResults holds a reference to the model that is fit.
+    params : 1d array_like
+        parameter estimates from estimated model
+    normalized_cov_params : 2d array
+       Normalized (before scaling) covariance of params. (dot(X.T,X))**-1
+    scale : float
+        For (some subset of models) scale will typically be the
+        mean square error from the estimated model (sigma^2)
+    Returns
+    -------
+    **Attributes**
+    mle_retvals : dict
+        Contains the values returned from the chosen optimization method if
+        full_output is True during the fit.  Available only if the model
+        is fit by maximum likelihood.  See notes below for the output from
+        the different methods.
+    mle_settings : dict
+        Contains the arguments passed to the chosen optimization method.
+        Available if the model is fit by maximum likelihood.  See
+        LikelihoodModel.fit for more information.
+    model : model instance
+        LikelihoodResults contains a reference to the model that is fit.
+    params : ndarray
+        The parameters estimated for the model.
+    scale : float
+        The scaling factor of the model given during instantiation.
+    tvalues : array
+        The t-values of the standard errors.
+    Notes
+    -----
+    The covariance of params is given by scale times normalized_cov_params.
+    Return values by solver if full_output is True during fit:
+        'newton'
+            fopt : float
+                The value of the (negative) loglikelihood at its
+                minimum.
+            iterations : int
+                Number of iterations performed.
+            score : ndarray
+                The score vector at the optimum.
+            Hessian : ndarray
+                The Hessian at the optimum.
+            warnflag : int
+                1 if maxiter is exceeded. 0 if successful convergence.
+            converged : bool
+                True: converged. False: did not converge.
+            allvecs : list
+                List of solutions at each iteration.
+        'nm'
+            fopt : float
+                The value of the (negative) loglikelihood at its
+                minimum.
+            iterations : int
+                Number of iterations performed.
+            warnflag : int
+                1: Maximum number of function evaluations made.
+                2: Maximum number of iterations reached.
+            converged : bool
+                True: converged. False: did not converge.
+            allvecs : list
+                List of solutions at each iteration.
+        'bfgs'
+            fopt : float
+                Value of the (negative) loglikelihood at its minimum.
+            gopt : float
+                Value of gradient at minimum, which should be near 0.
+            Hinv : ndarray
+                value of the inverse Hessian matrix at minimum.  Note
+                that this is just an approximation and will often be
+                different from the value of the analytic Hessian.
+            fcalls : int
+                Number of calls to loglike.
+            gcalls : int
+                Number of calls to gradient/score.
+            warnflag : int
+                1: Maximum number of iterations exceeded. 2: Gradient
+                and/or function calls are not changing.
+            converged : bool
+                True: converged.  False: did not converge.
+            allvecs : list
+                Results at each iteration.
+        'lbfgs'
+            fopt : float
+                Value of the (negative) loglikelihood at its minimum.
+            gopt : float
+                Value of gradient at minimum, which should be near 0.
+            fcalls : int
+                Number of calls to loglike.
+            warnflag : int
+                Warning flag:
+                - 0 if converged
+                - 1 if too many function evaluations or too many iterations
+                - 2 if stopped for another reason
+            converged : bool
+                True: converged.  False: did not converge.
+        'powell'
+            fopt : float
+                Value of the (negative) loglikelihood at its minimum.
+            direc : ndarray
+                Current direction set.
+            iterations : int
+                Number of iterations performed.
+            fcalls : int
+                Number of calls to loglike.
+            warnflag : int
+                1: Maximum number of function evaluations. 2: Maximum number
+                of iterations.
+            converged : bool
+                True : converged. False: did not converge.
+            allvecs : list
+                Results at each iteration.
+        'cg'
+            fopt : float
+                Value of the (negative) loglikelihood at its minimum.
+            fcalls : int
+                Number of calls to loglike.
+            gcalls : int
+                Number of calls to gradient/score.
+            warnflag : int
+                1: Maximum number of iterations exceeded. 2: Gradient and/
+                or function calls not changing.
+            converged : bool
+                True: converged. False: did not converge.
+            allvecs : list
+                Results at each iteration.
+        'ncg'
+            fopt : float
+                Value of the (negative) loglikelihood at its minimum.
+            fcalls : int
+                Number of calls to loglike.
+            gcalls : int
+                Number of calls to gradient/score.
+            hcalls : int
+                Number of calls to hessian.
+            warnflag : int
+                1: Maximum number of iterations exceeded.
+            converged : bool
+                True: converged. False: did not converge.
+            allvecs : list
+                Results at each iteration.
+        """
+
+    # by default we use normal distribution
+    # can be overwritten by instances or subclasses
+    use_t = False
+
+    def __init__(self, model, params, normalized_cov_params=None, scale=1.,
+                 **kwargs):
+        super(LikelihoodModelResults, self).__init__(model, params)
+        self.normalized_cov_params = normalized_cov_params
+        self.scale = scale
+
+        # robust covariance
+        # We put cov_type in kwargs so subclasses can decide in fit whether to
+        # use this generic implementation
+        if 'use_t' in kwargs:
+            use_t = kwargs['use_t']
+            if use_t is not None:
+                self.use_t = use_t
+        if 'cov_type' in kwargs:
+            cov_type = kwargs.get('cov_type', 'nonrobust')
+            cov_kwds = kwargs.get('cov_kwds', {})
+
+            if cov_type == 'nonrobust':
+                self.cov_type = 'nonrobust'
+                self.cov_kwds = {'description' : 'Standard Errors assume that the ' +
+                                 'covariance matrix of the errors is correctly ' +
+                                 'specified.'}
+            else:
+                from statsmodels.base.covtype import get_robustcov_results
+                if cov_kwds is None:
+                    cov_kwds = {}
+                use_t = self.use_t
+                # TODO: we shouldn't need use_t in get_robustcov_results
+                get_robustcov_results(self, cov_type=cov_type, use_self=True,
+                                           use_t=use_t, **cov_kwds)
+
+
+    def normalized_cov_params(self):
+        raise NotImplementedError
+
+
+    def _get_robustcov_results(self, cov_type='nonrobust', use_self=True,
+                                   use_t=None, **cov_kwds):
+        from statsmodels.base.covtype import get_robustcov_results
+        if cov_kwds is None:
+            cov_kwds = {}
+
+        if cov_type == 'nonrobust':
+            self.cov_type = 'nonrobust'
+            self.cov_kwds = {'description' : 'Standard Errors assume that the ' +
+                             'covariance matrix of the errors is correctly ' +
+                             'specified.'}
+        else:
+            # TODO: we shouldn't need use_t in get_robustcov_results
+            get_robustcov_results(self, cov_type=cov_type, use_self=True,
+                                       use_t=use_t, **cov_kwds)
+
+    @cache_readonly
+    def llf(self):
+        return self.model.loglike(self.params)
+
+    @cache_readonly
+    def bse(self):
+        return np.sqrt(np.diag(self.cov_params()))
+
+    @cache_readonly
+    def tvalues(self):
+        """
+        Return the t-statistic for a given parameter estimate.
+        """
+        return self.params / self.bse
+
+    @cache_readonly
+    def pvalues(self):
+        if self.use_t:
+            df_resid = getattr(self, 'df_resid_inference', self.df_resid)
+            return stats.t.sf(np.abs(self.tvalues), df_resid)*2
+        else:
+            return stats.norm.sf(np.abs(self.tvalues))*2
+
+
+    def cov_params(self, r_matrix=None, column=None, scale=None, cov_p=None,
+            other=None):
+        """
+        Returns the variance/covariance matrix.
+        The variance/covariance matrix can be of a linear contrast
+        of the estimates of params or all params multiplied by scale which
+        will usually be an estimate of sigma^2.  Scale is assumed to be
+        a scalar.
+        Parameters
+        ----------
+        r_matrix : array-like
+            Can be 1d, or 2d.  Can be used alone or with other.
+        column :  array-like, optional
+            Must be used on its own.  Can be 0d or 1d see below.
+        scale : float, optional
+            Can be specified or not.  Default is None, which means that
+            the scale argument is taken from the model.
+        other : array-like, optional
+            Can be used when r_matrix is specified.
+        Returns
+        -------
+        cov : ndarray
+            covariance matrix of the parameter estimates or of linear
+            combination of parameter estimates. See Notes.
+        Notes
+        -----
+        (The below are assumed to be in matrix notation.)
+        If no argument is specified returns the covariance matrix of a model
+        ``(scale)*(X.T X)^(-1)``
+        If contrast is specified it pre and post-multiplies as follows
+        ``(scale) * r_matrix (X.T X)^(-1) r_matrix.T``
+        If contrast and other are specified returns
+        ``(scale) * r_matrix (X.T X)^(-1) other.T``
+        If column is specified returns
+        ``(scale) * (X.T X)^(-1)[column,column]`` if column is 0d
+        OR
+        ``(scale) * (X.T X)^(-1)[column][:,column]`` if column is 1d
+        """
+        if (hasattr(self, 'mle_settings') and
+                self.mle_settings['optimizer'] in ['l1', 'l1_cvxopt_cp']):
+            dot_fun = nan_dot
+        else:
+            dot_fun = np.dot
+
+        if (cov_p is None and self.normalized_cov_params is None and
+            not hasattr(self, 'cov_params_default')):
+            raise ValueError('need covariance of parameters for computing '
+                             '(unnormalized) covariances')
+        if column is not None and (r_matrix is not None or other is not None):
+            raise ValueError('Column should be specified without other '
+                             'arguments.')
+        if other is not None and r_matrix is None:
+            raise ValueError('other can only be specified with r_matrix')
+
+        if cov_p is None:
+            if hasattr(self, 'cov_params_default'):
+                cov_p = self.cov_params_default
+            else:
+                if scale is None:
+                    scale = self.scale
+                cov_p = self.normalized_cov_params * scale
+
+        if column is not None:
+            column = np.asarray(column)
+            if column.shape == ():
+                return cov_p[column, column]
+            else:
+                #return cov_p[column][:, column]
+                return cov_p[column[:, None], column]
+        elif r_matrix is not None:
+            r_matrix = np.asarray(r_matrix)
+            if r_matrix.shape == ():
+                raise ValueError("r_matrix should be 1d or 2d")
+            if other is None:
+                other = r_matrix
+            else:
+                other = np.asarray(other)
+            tmp = dot_fun(r_matrix, dot_fun(cov_p, np.transpose(other)))
+            return tmp
+        else:  # if r_matrix is None and column is None:
+            return cov_p
+
+    def conf_int(self, alpha=.05, cols=None, method='default'):
+        """
+        Returns the confidence interval of the fitted parameters.
+        Parameters
+        ----------
+        alpha : float, optional
+            The significance level for the confidence interval.
+            ie., The default `alpha` = .05 returns a 95% confidence interval.
+        cols : array-like, optional
+            `cols` specifies which confidence intervals to return
+        method : string
+            Not Implemented Yet
+            Method to estimate the confidence_interval.
+            "Default" : uses self.bse which is based on inverse Hessian for MLE
+            "hjjh" :
+            "jac" :
+            "boot-bse"
+            "boot_quant"
+            "profile"
+        Returns
+        --------
+        conf_int : array
+            Each row contains [lower, upper] limits of the confidence interval
+            for the corresponding parameter. The first column contains all
+            lower, the second column contains all upper limits.
+        Examples
+        --------
+        >>> import pysal
+        >>> from pysal.contrib.glm.glm import GLM
+        >>> import numpy as np
+        >>> db = pysal.open(pysal.examples.get_path('columbus.dbf'),'r')
+        >>> y = np.array(db.by_col("HOVAL")).reshape((-1,1))
+        >>> X = []
+        >>> X.append(db.by_col("INC"))
+        >>> X.append(db.by_col("CRIME"))
+        >>> X = np.array(X).T
+        >>> model = GLM(y, X)
+        >>> results = model.fit()
+        >>> results.conf_int()
+        array([[ 20.57281401,  72.28355135],
+               [ -0.42138121,   1.67934915],
+               [ -0.84292086,  -0.12685622]])
+
+        Notes
+        -----
+        The confidence interval is based on the standard normal distribution.
+        Models wish to use a different distribution should overwrite this
+        method.
+        """
+        bse = self.bse
+
+        if self.use_t:
+            dist = stats.t
+            df_resid = getattr(self, 'df_resid_inference', self.df_resid)
+            q = dist.ppf(1 - alpha / 2, df_resid)
+        else:
+            dist = stats.norm
+            q = dist.ppf(1 - alpha / 2)
+
+        if cols is None:
+            lower = self.params - q * bse
+            upper = self.params + q * bse
+        else:
+            cols = np.asarray(cols)
+            lower = self.params[cols] - q * bse[cols]
+            upper = self.params[cols] + q * bse[cols]
+        return np.asarray(lzip(lower, upper))
+
+def lzip(*args, **kwargs):
+    return list(zip(*args, **kwargs))
diff --git a/pysal/contrib/glm/family.py b/pysal/contrib/glm/family.py
new file mode 100644
index 0000000..bad22c1
--- /dev/null
+++ b/pysal/contrib/glm/family.py
@@ -0,0 +1,1845 @@
+'''
+The one parameter exponential family distributions used by GLM.
+'''
+# TODO: quasi, quasibinomial, quasipoisson
+# see http://www.biostat.jhsph.edu/~qli/biostatistics_r_doc/library/stats/html/family.html
+# for comparison to R, and McCullagh and Nelder
+
+import numpy as np
+from scipy import special
+import links as L
+import varfuncs as V
+FLOAT_EPS = np.finfo(float).eps
+
+
+class Family(object):
+    """
+    The parent class for one-parameter exponential families.
+
+    Parameters
+    ----------
+    link : a link function instance
+        Link is the linear transformation function.
+        See the individual families for available links.
+    variance : a variance function
+        Measures the variance as a function of the mean probabilities.
+        See the individual families for the default variance function.
+
+    See Also
+    --------
+    :ref:`links`
+
+    """
+    # TODO: change these class attributes, use valid somewhere...
+    valid = [-np.inf, np.inf]
+
+    links = []
+
+    def _setlink(self, link):
+        """
+        Helper method to set the link for a family.
+
+        Raises a ValueError exception if the link is not available.  Note that
+        the error message might not be that informative because it tells you
+        that the link should be in the base class for the link function.
+
+        See glm.GLM for a list of appropriate links for each family but note
+        that not all of these are currently available.
+        """
+        # TODO: change the links class attribute in the families to hold
+        # meaningful information instead of a list of links instances such as
+        # [<statsmodels.family.links.Log object at 0x9a4240c>,
+        #  <statsmodels.family.links.Power object at 0x9a423ec>,
+        #  <statsmodels.family.links.Power object at 0x9a4236c>]
+        # for Poisson...
+        self._link = link
+        if not isinstance(link, L.Link):
+            raise TypeError("The input should be a valid Link object.")
+        if hasattr(self, "links"):
+            validlink = link in self.links
+            validlink = max([isinstance(link, _) for _ in self.links])
+            if not validlink:
+                errmsg = "Invalid link for family, should be in %s. (got %s)"
+                raise ValueError(errmsg % (repr(self.links), link))
+
+    def _getlink(self):
+        """
+        Helper method to get the link for a family.
+        """
+        return self._link
+
+    # link property for each family is a pointer to link instance
+    link = property(_getlink, _setlink, doc="Link function for family")
+
+    def __init__(self, link, variance):
+        self.link = link()
+        self.variance = variance
+
+    def starting_mu(self, y):
+        r"""
+        Starting value for mu in the IRLS algorithm.
+
+        Parameters
+        ----------
+        y : array
+            The untransformed response variable.
+
+        Returns
+        -------
+        mu_0 : array
+            The first guess on the transformed response variable.
+
+        Notes
+        -----
+        .. math::
+
+           \mu_0 = (Y + \overline{Y})/2
+
+        Notes
+        -----
+        Only the Binomial family takes a different initial value.
+        """
+        return (y + y.mean())/2.
+
+    def weights(self, mu):
+        r"""
+        Weights for IRLS steps
+
+        Parameters
+        ----------
+        mu : array-like
+            The transformed mean response variable in the exponential family
+
+        Returns
+        -------
+        w : array
+            The weights for the IRLS steps
+
+        Notes
+        -----
+        .. math::
+
+           w = 1 / (g'(\mu)^2  * Var(\mu))
+        """
+        return 1. / (self.link.deriv(mu)**2 * self.variance(mu))
+
+    def deviance(self, endog, mu, freq_weights=1., scale=1.):
+        r"""
+        The deviance function evaluated at (endog,mu,freq_weights,mu).
+
+        Deviance is usually defined as twice the loglikelihood ratio.
+
+        Parameters
+        ----------
+        endog : array-like
+            The endogenous response variable
+        mu : array-like
+            The inverse of the link function at the linear predicted values.
+        freq_weights : array-like
+            1d array of frequency weights. The default is 1.
+        scale : float, optional
+            An optional scale argument. The default is 1.
+
+        Returns
+        -------
+        Deviance : array
+            The value of deviance function defined below.
+
+        Notes
+        -----
+        Deviance is defined
+
+        .. math::
+
+           D = \sum_i (2 * freq\_weights_i * llf(Y_i, Y_i) - 2 *
+               llf(Y_i, \mu_i)) / scale
+
+        where y is the endogenous variable. The deviance functions are
+        analytically defined for each family.
+        """
+        raise NotImplementedError
+
+    def resid_dev(self, endog, mu, freq_weights=1., scale=1.):
+        """
+        The deviance residuals
+
+        Parameters
+        ----------
+        endog : array
+            The endogenous response variable
+        mu : array
+            The inverse of the link function at the linear predicted values.
+        freq_weights : array-like
+            1d array of frequency weights. The default is 1.
+        scale : float, optional
+            An optional argument to divide the residuals by scale. The default
+            is 1.
+
+        Returns
+        -------
+        Deviance residuals.
+
+        Notes
+        -----
+        The deviance residuals are defined for each family.
+        """
+        raise NotImplementedError
+
+    def fitted(self, lin_pred):
+        """
+        Fitted values based on linear predictors lin_pred.
+
+        Parameters
+        -----------
+        lin_pred : array
+            Values of the linear predictor of the model.
+            dot(X,beta) in a classical linear model.
+
+        Returns
+        --------
+        mu : array
+            The mean response variables given by the inverse of the link
+            function.
+        """
+        fits = self.link.inverse(lin_pred)
+        return fits
+
+    def predict(self, mu):
+        """
+        Linear predictors based on given mu values.
+
+        Parameters
+        ----------
+        mu : array
+            The mean response variables
+
+        Returns
+        -------
+        lin_pred : array
+            Linear predictors based on the mean response variables.  The value
+            of the link function at the given mu.
+        """
+        return self.link(mu)
+
+    def loglike(self, endog, mu, freq_weights=1., scale=1.):
+        """
+        The log-likelihood function in terms of the fitted mean response.
+
+        Parameters
+        ----------
+        `endog` : array
+            Usually the endogenous response variable.
+        `mu` : array
+            Usually but not always the fitted mean response variable.
+        freq_weights : array-like
+            1d array of frequency weights. The default is 1.
+        scale : float
+            The scale parameter. The default is 1.
+
+        Returns
+        -------
+        llf : float
+            The value of the loglikelihood evaluated at
+            (endog,mu,freq_weights,scale) as defined below.
+        Notes
+        -----
+        This is defined for each family.  endog and mu are not restricted to
+        `endog` and `mu` respectively.  For instance, the deviance function
+        calls both loglike(endog,endog) and loglike(endog,mu) to get the
+        likelihood ratio.
+        """
+        raise NotImplementedError
+
+    def resid_anscombe(self, endog, mu):
+        """
+        The Anscome residuals.
+
+        See also
+        --------
+        statsmodels.families.family.Family docstring and the `resid_anscombe`
+        for the individual families for more information.
+        """
+        raise NotImplementedError
+
+
+class Poisson(Family):
+    """
+    Poisson exponential family.
+
+    Parameters
+    ----------
+    link : a link instance, optional
+        The default link for the Poisson family is the log link. Available
+        links are log, identity, and sqrt. See statsmodels.family.links for
+        more information.
+
+    Attributes
+    ----------
+    Poisson.link : a link instance
+        The link function of the Poisson instance.
+    Poisson.variance : varfuncs instance
+        `variance` is an instance of
+        statsmodels.genmod.families.family.varfuncs.mu
+
+    See also
+    --------
+    statsmodels.genmod.families.family.Family
+    :ref:`links`
+
+    """
+
+    links = [L.log, L.identity, L.sqrt]
+    variance = V.mu
+    valid = [0, np.inf]
+    safe_links = [L.Log, ]
+
+    def __init__(self, link=L.log):
+        self.variance = Poisson.variance
+        self.link = link()
+
+    def _clean(self, x):
+        """
+        Helper function to trim the data so that is in (0,inf)
+
+        Notes
+        -----
+        The need for this function was discovered through usage and its
+        possible that other families might need a check for validity of the
+        domain.
+        """
+        return np.clip(x, FLOAT_EPS, np.inf)
+
+    def resid_dev(self, endog, mu, scale=1.):
+        r"""Poisson deviance residual
+
+        Parameters
+        ----------
+        endog : array-like
+            Endogenous response variable
+        mu : array-like
+            Fitted mean response variable
+        scale : float, optional
+            An optional argument to divide the residuals by scale. The default
+            is 1.
+
+        Returns
+        -------
+        resid_dev : array
+            Deviance residuals as defined below
+
+        Notes
+        -----
+        .. math::
+
+           resid\_dev_i = sign(Y_i - \mu_i) * \sqrt{2 *
+                          (Y_i * \log(Y_i / \mu_i) - (Y_i - \mu_i))} / scale
+        """
+        endog_mu = self._clean(endog / mu)
+        return (np.sign(endog - mu) *
+                np.sqrt(2 * (endog * np.log(endog_mu) - (endog - mu))) / scale)
+
+    def deviance(self, endog, mu, freq_weights=1., scale=1.):
+        r'''
+        Poisson deviance function
+
+        Parameters
+        ----------
+        endog : array-like
+            Endogenous response variable
+        mu : array-like
+            Fitted mean response variable
+        freq_weights : array-like
+            1d array of frequency weights. The default is 1.
+        scale : float, optional
+            An optional scale argument. The default is 1.
+
+        Returns
+        -------
+        deviance : float
+            The deviance function at (endog,mu,freq_weights,scale) as defined
+            below.
+
+        Notes
+        -----
+        If a constant term is included it is defined as
+
+        .. math::
+
+           D = 2 * \sum_i (freq\_weights_i * Y_i * \log(Y_i / \mu_i))/ scale
+        '''
+        endog_mu = self._clean(endog / mu)
+        return 2 * np.sum(endog * freq_weights * np.log(endog_mu)) / scale
+
+    def loglike(self, endog, mu, freq_weights=1., scale=1.):
+        r"""
+        The log-likelihood function in terms of the fitted mean response.
+
+        Parameters
+        ----------
+        endog : array-like
+            Endogenous response variable
+        mu : array-like
+            Fitted mean response variable
+        freq_weights : array-like
+            1d array of frequency weights. The default is 1.
+        scale : float, optional
+            The scale parameter, defaults to 1.
+
+        Returns
+        -------
+        llf : float
+            The value of the loglikelihood function evaluated at
+            (endog,mu,freq_weights,scale) as defined below.
+
+        Notes
+        -----
+        .. math::
+
+           llf = scale * \sum_i freq\_weights_i * (Y_i * \log(\mu_i) - \mu_i -
+                 \ln \Gamma(Y_i + 1))
+        """
+        loglike = np.sum(freq_weights * (endog * np.log(mu) - mu -
+                         special.gammaln(endog + 1)))
+        return scale * loglike
+
+    def resid_anscombe(self, endog, mu):
+        r"""
+        Anscombe residuals for the Poisson exponential family distribution
+
+        Parameters
+        ----------
+        endog : array-like
+            Endogenous response variable
+        mu : array-like
+            Fitted mean response variable
+
+        Returns
+        -------
+        resid_anscombe : array
+            The Anscome residuals for the Poisson family defined below
+
+        Notes
+        -----
+        .. math::
+
+           resid\_anscombe_i = (3/2) * (Y_i^{2/3} - \mu_i^{2/3}) / \mu_i^{1/6}
+        """
+        return (3 / 2.) * (endog**(2/3.) - mu**(2 / 3.)) / mu**(1 / 6.)
+
+class QuasiPoisson(Family):
+    """
+    QuasiPoisson exponential family.
+
+    Parameters
+    ----------
+    link : a link instance, optional
+        The default link for the Poisson family is the log link. Available
+        links are log, identity, and sqrt. See statsmodels.family.links for
+        more information.
+
+    Attributes
+    ----------
+    Poisson.link : a link instance
+        The link function of the Poisson instance.
+    Poisson.variance : varfuncs instance
+        `variance` is an instance of
+        statsmodels.genmod.families.family.varfuncs.mu
+
+    See also
+    --------
+    statsmodels.genmod.families.family.Family
+    :ref:`links`
+
+    """
+
+    links = [L.log, L.identity, L.sqrt]
+    variance = V.mu
+    valid = [0, np.inf]
+    safe_links = [L.Log, ]
+
+    def __init__(self, link=L.log):
+        self.variance = Poisson.variance
+        self.link = link()
+
+    def _clean(self, x):
+        """
+        Helper function to trim the data so that is in (0,inf)
+
+        Notes
+        -----
+        The need for this function was discovered through usage and its
+        possible that other families might need a check for validity of the
+        domain.
+        """
+        return np.clip(x, FLOAT_EPS, np.inf)
+
+    def resid_dev(self, endog, mu, scale=1.):
+        r"""Poisson deviance residual
+
+        Parameters
+        ----------
+        endog : array-like
+            Endogenous response variable
+        mu : array-like
+            Fitted mean response variable
+        scale : float, optional
+            An optional argument to divide the residuals by scale. The default
+            is 1.
+
+        Returns
+        -------
+        resid_dev : array
+            Deviance residuals as defined below
+
+        Notes
+        -----
+        .. math::
+
+           resid\_dev_i = sign(Y_i - \mu_i) * \sqrt{2 *
+                          (Y_i * \log(Y_i / \mu_i) - (Y_i - \mu_i))} / scale
+        """
+        endog_mu = self._clean(endog / mu)
+        return (np.sign(endog - mu) *
+                np.sqrt(2 * (endog * np.log(endog_mu) - (endog - mu))) / scale)
+
+    def deviance(self, endog, mu, freq_weights=1., scale=1.):
+        r'''
+        Poisson deviance function
+
+        Parameters
+        ----------
+        endog : array-like
+            Endogenous response variable
+        mu : array-like
+            Fitted mean response variable
+        freq_weights : array-like
+            1d array of frequency weights. The default is 1.
+        scale : float, optional
+            An optional scale argument. The default is 1.
+
+        Returns
+        -------
+        deviance : float
+            The deviance function at (endog,mu,freq_weights,scale) as defined
+            below.
+
+        Notes
+        -----
+        If a constant term is included it is defined as
+
+        .. math::
+
+           D = 2 * \sum_i (freq\_weights_i * Y_i * \log(Y_i / \mu_i))/ scale
+        '''
+        endog_mu = self._clean(endog / mu)
+        return 2 * np.sum(endog * freq_weights * np.log(endog_mu)) / scale
+
+    def loglike(self, endog, mu, freq_weights=1., scale=1.):
+        r"""
+        The log-likelihood function in terms of the fitted mean response.
+
+        Returns NaN for QuasiPoisson 
+
+        Returns
+        -------
+        None: not applicable for QuasiPoisson
+        """
+        return np.nan
+
+    def resid_anscombe(self, endog, mu):
+        r"""
+        Anscombe residuals for the Poisson exponential family distribution
+
+        Parameters
+        ----------
+        endog : array-like
+            Endogenous response variable
+        mu : array-like
+            Fitted mean response variable
+
+        Returns
+        -------
+        resid_anscombe : array
+            The Anscome residuals for the Poisson family defined below
+
+        Notes
+        -----
+        .. math::
+
+           resid\_anscombe_i = (3/2) * (Y_i^{2/3} - \mu_i^{2/3}) / \mu_i^{1/6}
+        """
+        return (3 / 2.) * (endog**(2/3.) - mu**(2 / 3.)) / mu**(1 / 6.)
+
+class Gaussian(Family):
+    """
+    Gaussian exponential family distribution.
+
+    Parameters
+    ----------
+    link : a link instance, optional
+        The default link for the Gaussian family is the identity link.
+        Available links are log, identity, and inverse.
+        See statsmodels.family.links for more information.
+
+    Attributes
+    ----------
+    Gaussian.link : a link instance
+        The link function of the Gaussian instance
+    Gaussian.variance : varfunc instance
+        `variance` is an instance of statsmodels.family.varfuncs.constant
+
+    See also
+    --------
+    statsmodels.genmod.families.family.Family
+    :ref:`links`
+
+    """
+
+    links = [L.log, L.identity, L.inverse_power]
+    variance = V.constant
+    safe_links = links
+
+    def __init__(self, link=L.identity):
+        self.variance = Gaussian.variance
+        self.link = link()
+
+    def resid_dev(self, endog, mu, scale=1.):
+        r"""
+        Gaussian deviance residuals
+
+        Parameters
+        -----------
+        endog : array-like
+            Endogenous response variable
+        mu : array-like
+            Fitted mean response variable
+        scale : float, optional
+            An optional argument to divide the residuals by scale. The default
+            is 1.
+
+        Returns
+        -------
+        resid_dev : array
+            Deviance residuals as defined below
+
+        Notes
+        --------
+        .. math::
+
+           resid\_dev_i = (Y_i - \mu_i) / \sqrt{Var(\mu_i)} / scale
+        """
+
+        return (endog - mu) / np.sqrt(self.variance(mu)) / scale
+
+    def deviance(self, endog, mu, freq_weights=1., scale=1.):
+        r"""
+        Gaussian deviance function
+
+        Parameters
+        ----------
+        endog : array-like
+            Endogenous response variable
+        mu : array-like
+            Fitted mean response variable
+        freq_weights : array-like
+            1d array of frequency weights. The default is 1.
+        scale : float, optional
+            An optional scale argument. The default is 1.
+
+        Returns
+        -------
+        deviance : float
+            The deviance function at (endog,mu,freq_weights,scale)
+            as defined below.
+
+        Notes
+        --------
+        .. math::
+
+           D = \sum_i freq\_weights_i * (Y_i - \mu_i)^2 / scale
+        """
+        return np.sum((freq_weights * (endog - mu)**2)) / scale
+
+    def loglike(self, endog, mu, freq_weights=1., scale=1.):
+        r"""
+        The log-likelihood in terms of the fitted mean response.
+
+        Parameters
+        ----------
+        endog : array-like
+            Endogenous response variable
+        mu : array-like
+            Fitted mean response variable
+        freq_weights : array-like
+            1d array of frequency weights. The default is 1.
+        scale : float, optional
+            Scales the loglikelihood function. The default is 1.
+
+        Returns
+        -------
+        llf : float
+            The value of the loglikelihood function evaluated at
+            (endog,mu,freq_weights,scale) as defined below.
+
+        Notes
+        -----
+        If the link is the identity link function then the
+        loglikelihood function is the same as the classical OLS model.
+
+        .. math::
+
+           llf = -nobs / 2 * (\log(SSR) + (1 + \log(2 \pi / nobs)))
+
+        where
+
+        .. math::
+           SSR = \sum_i (Y_i - g^{-1}(\mu_i))^2
+
+        If the links is not the identity link then the loglikelihood
+        function is defined as
+
+        .. math::
+
+           llf = \sum_i freq\_weights_i * ((Y_i * \mu_i - \mu_i^2 / 2) / scale-
+                 Y^2 / (2 * scale) - (1/2) * \log(2 * \pi * scale))
+        """
+        if isinstance(self.link, L.Power) and self.link.power == 1:
+            # This is just the loglikelihood for classical OLS
+            nobs2 = endog.shape[0] / 2.
+            SSR = np.sum((endog-self.fitted(mu))**2, axis=0)
+            llf = -np.log(SSR) * nobs2
+            llf -= (1+np.log(np.pi/nobs2))*nobs2
+            return llf
+        else:
+            return np.sum(freq_weights * ((endog * mu - mu**2/2)/scale -
+                          endog**2/(2 * scale) - .5*np.log(2 * np.pi * scale)))
+
+    def resid_anscombe(self, endog, mu):
+        r"""
+        The Anscombe residuals for the Gaussian exponential family distribution
+
+        Parameters
+        ----------
+        endog : array
+            Endogenous response variable
+        mu : array
+            Fitted mean response variable
+
+        Returns
+        -------
+        resid_anscombe : array
+            The Anscombe residuals for the Gaussian family defined below
+
+        Notes
+        --------
+        .. math::
+
+           resid\_anscombe_i = Y_i - \mu_i
+        """
+        return endog - mu
+
+
+class Gamma(Family):
+    """
+    Gamma exponential family distribution.
+
+    Parameters
+    ----------
+    link : a link instance, optional
+        The default link for the Gamma family is the inverse link.
+        Available links are log, identity, and inverse.
+        See statsmodels.family.links for more information.
+
+    Attributes
+    ----------
+    Gamma.link : a link instance
+        The link function of the Gamma instance
+    Gamma.variance : varfunc instance
+        `variance` is an instance of statsmodels.family.varfuncs.mu_squared
+
+    See also
+    --------
+    statsmodels.genmod.families.family.Family
+    :ref:`links`
+
+    """
+
+    links = [L.log, L.identity, L.inverse_power]
+    variance = V.mu_squared
+    safe_links = [L.Log, ]
+
+    def __init__(self, link=L.inverse_power):
+        self.variance = Gamma.variance
+        self.link = link()
+
+    def _clean(self, x):
+        """
+        Helper function to trim the data so that is in (0,inf)
+
+        Notes
+        -----
+        The need for this function was discovered through usage and its
+        possible that other families might need a check for validity of the
+        domain.
+        """
+        return np.clip(x, FLOAT_EPS, np.inf)
+
+    def deviance(self, endog, mu, freq_weights=1., scale=1.):
+        r"""
+        Gamma deviance function
+
+        Parameters
+        -----------
+        endog : array-like
+            Endogenous response variable
+        mu : array-like
+            Fitted mean response variable
+        freq_weights : array-like
+            1d array of frequency weights. The default is 1.
+        scale : float, optional
+            An optional scale argument. The default is 1.
+
+        Returns
+        -------
+        deviance : float
+            Deviance function as defined below
+
+        Notes
+        -----
+        .. math::
+
+           D = 2 * \sum_i freq\_weights_i * ((Y_i - \mu_i)/\mu_i - \log(Y_i /
+               \mu_i))
+        """
+        endog_mu = self._clean(endog/mu)
+        return 2*np.sum(freq_weights*((endog-mu)/mu-np.log(endog_mu)))
+
+    def resid_dev(self, endog, mu, scale=1.):
+        r"""
+        Gamma deviance residuals
+
+        Parameters
+        -----------
+        endog : array-like
+            Endogenous response variable
+        mu : array-like
+            Fitted mean response variable
+        scale : float, optional
+            An optional argument to divide the residuals by scale. The default
+            is 1.
+
+        Returns
+        -------
+        resid_dev : array
+            Deviance residuals as defined below
+
+        Notes
+        -----
+        .. math::
+
+           resid\_dev_i = sign(Y_i - \mu_i) \sqrt{-2 *
+                          (-(Y_i - \mu_i) / \mu_i + \log(Y_i / \mu_i))}
+        """
+        endog_mu = self._clean(endog / mu)
+        return np.sign(endog - mu) * np.sqrt(-2 * (-(endog - mu)/mu +
+                                                   np.log(endog_mu)))
+
+    def loglike(self, endog, mu, freq_weights=1., scale=1.):
+        r"""
+        The log-likelihood function in terms of the fitted mean response.
+
+        Parameters
+        ----------
+        endog : array-like
+            Endogenous response variable
+        mu : array-like
+            Fitted mean response variable
+        freq_weights : array-like
+            1d array of frequency weights. The default is 1.
+        scale : float, optional
+            The default is 1.
+
+        Returns
+        -------
+        llf : float
+            The value of the loglikelihood function evaluated at
+            (endog,mu,freq_weights,scale) as defined below.
+
+        Notes
+        --------
+        .. math::
+
+           llf = -1 / scale * \sum_i *(Y_i / \mu_i+ \log(\mu_i)+
+                 (scale -1) * \log(Y) + \log(scale) + scale *
+                 \ln \Gamma(1 / scale))
+        """
+        return - 1./scale * np.sum((endog/mu + np.log(mu) + (scale - 1) *
+                                    np.log(endog) + np.log(scale) + scale *
+                                   special.gammaln(1./scale)) * freq_weights)
+
+        # in Stata scale is set to equal 1 for reporting llf
+        # in R it's the dispersion, though there is a loss of precision vs.
+        # our results due to an assumed difference in implementation
+
+    def resid_anscombe(self, endog, mu):
+        r"""
+        The Anscombe residuals for Gamma exponential family distribution
+
+        Parameters
+        ----------
+        endog : array
+            Endogenous response variable
+        mu : array
+            Fitted mean response variable
+
+        Returns
+        -------
+        resid_anscombe : array
+            The Anscombe residuals for the Gamma family defined below
+
+        Notes
+        -----
+        .. math::
+
+           resid\_anscombe_i = 3 * (Y_i^{1/3} - \mu_i^{1/3}) / \mu_i^{1/3}
+        """
+        return 3 * (endog**(1/3.) - mu**(1/3.)) / mu**(1/3.)
+
+
+class Binomial(Family):
+    """
+    Binomial exponential family distribution.
+
+    Parameters
+    ----------
+    link : a link instance, optional
+        The default link for the Binomial family is the logit link.
+        Available links are logit, probit, cauchy, log, and cloglog.
+        See statsmodels.family.links for more information.
+
+    Attributes
+    ----------
+    Binomial.link : a link instance
+        The link function of the Binomial instance
+    Binomial.variance : varfunc instance
+        `variance` is an instance of statsmodels.family.varfuncs.binary
+
+    See also
+    --------
+    statsmodels.genmod.families.family.Family
+    :ref:`links`
+
+    Notes
+    -----
+    endog for Binomial can be specified in one of three ways.
+
+    """
+
+    links = [L.logit, L.probit, L.cauchy, L.log, L.cloglog, L.identity]
+    variance = V.binary  # this is not used below in an effort to include n
+
+    # Other safe links, e.g. cloglog and probit are subclasses
+    safe_links = [L.Logit, L.CDFLink]
+
+    def __init__(self, link=L.logit):  # , n=1.):
+        # TODO: it *should* work for a constant n>1 actually, if freq_weights
+        # is equal to n
+        self.n = 1
+        # overwritten by initialize if needed but always used to initialize
+        # variance since endog is assumed/forced to be (0,1)
+        self.variance = V.Binomial(n=self.n)
+        self.link = link()
+
+    def starting_mu(self, y):
+        """
+        The starting values for the IRLS algorithm for the Binomial family.
+        A good choice for the binomial family is :math:`\mu_0 = (Y_i + 0.5)/2`
+        """
+        return (y + .5)/2
+
+    def initialize(self, endog, freq_weights):
+        '''
+        Initialize the response variable.
+
+        Parameters
+        ----------
+        endog : array
+            Endogenous response variable
+
+        Returns
+        --------
+        If `endog` is binary, returns `endog`
+
+        If `endog` is a 2d array, then the input is assumed to be in the format
+        (successes, failures) and
+        successes/(success + failures) is returned.  And n is set to
+        successes + failures.
+        '''
+        # if not np.all(np.asarray(freq_weights) == 1):
+        #     self.variance = V.Binomial(n=freq_weights)
+        if (endog.ndim > 1 and endog.shape[1] > 1):
+            y = endog[:, 0]
+            # overwrite self.freq_weights for deviance below
+            self.n = endog.sum(1)
+            return y*1./self.n, self.n
+        else:
+            return endog, np.ones(endog.shape[0])
+
+    def deviance(self, endog, mu, freq_weights=1, scale=1., axis=None):
+        r'''
+        Deviance function for either Bernoulli or Binomial data.
+
+        Parameters
+        ----------
+        endog : array-like
+            Endogenous response variable (already transformed to a probability
+            if appropriate).
+        mu : array
+            Fitted mean response variable
+        freq_weights : array-like
+            1d array of frequency weights. The default is 1.
+        scale : float, optional
+            An optional scale argument. The default is 1.
+
+        Returns
+        --------
+        deviance : float
+            The deviance function as defined below
+
+        Notes
+        -----
+        If the endogenous variable is binary:
+
+        .. math::
+
+           D = -2 * \sum_i freq\_weights * (I_{1,i} * \log(\mu_i) + I_{0,i} *
+               \log(1 - \mu_i))
+
+        where :math:`I_{1,i}` is an indicator function that evalueates to 1 if
+        :math:`Y_i = 1`. and :math:`I_{0,i}` is an indicator function that
+        evaluates to 1 if :math:`Y_i = 0`.
+
+        If the model is ninomial:
+
+        .. math::
+
+           D = 2 * \sum_i freq\_weights * (\log(Y_i / \mu_i) + (n_i - Y_i) *
+               \log((n_i - Y_i) / n_i - \mu_i))
+
+        where :math:`Y_i` and :math:`n` are as defined in Binomial.initialize.
+        '''
+        if np.shape(self.n) == () and self.n == 1:
+            one = np.equal(endog, 1)
+            return -2 * np.sum((one * np.log(mu + 1e-200) + (1-one) *
+                               np.log(1 - mu + 1e-200)) * freq_weights, axis=axis)
+
+        else:
+            return 2 * np.sum(self.n * freq_weights *
+                              (endog * np.log(endog/mu + 1e-200) +
+                               (1 - endog) * np.log((1 - endog) /
+                               (1 - mu) + 1e-200)), axis=axis)
+
+    def resid_dev(self, endog, mu, scale=1.):
+        r"""
+        Binomial deviance residuals
+
+        Parameters
+        -----------
+        endog : array-like
+            Endogenous response variable
+        mu : array-like
+            Fitted mean response variable
+        scale : float, optional
+            An optional argument to divide the residuals by scale. The default
+            is 1.
+
+        Returns
+        -------
+        resid_dev : array
+            Deviance residuals as defined below
+
+        Notes
+        -----
+        If the endogenous variable is binary:
+
+        .. math::
+
+           resid\_dev_i = sign(Y_i - \mu_i) * \sqrt{-2 *
+                          \log(I_{1,i} * \mu_i + I_{0,i} * (1 - \mu_i))}
+
+        where :math:`I_{1,i}` is an indicator function that evalueates to 1 if
+        :math:`Y_i = 1`. and :math:`I_{0,i}` is an indicator function that
+        evaluates to 1 if :math:`Y_i = 0`.
+
+        If the endogenous variable is binomial:
+
+        .. math::
+
+           resid\_dev_i = sign(Y_i - \mu_i) \sqrt{2 * n_i *
+                          (Y_i * \log(Y_i / \mu_i) + (1 - Y_i) *
+                          \log(1 - Y_i)/(1 - \mu_i))}
+
+        where :math:`Y_i` and :math:`n` are as defined in Binomial.initialize.
+        """
+
+        mu = self.link._clean(mu)
+        if np.shape(self.n) == () and self.n == 1:
+            one = np.equal(endog, 1)
+            return np.sign(endog-mu)*np.sqrt(-2 *
+                                             np.log(one * mu + (1 - one) *
+                                                    (1 - mu)))/scale
+        else:
+            return (np.sign(endog - mu) *
+                    np.sqrt(2 * self.n *
+                            (endog * np.log(endog/mu + 1e-200) +
+                             (1 - endog) * np.log((1 - endog)/(1 - mu) + 1e-200)))/scale)
+
+    def loglike(self, endog, mu, freq_weights=1, scale=1.):
+        r"""
+        The log-likelihood function in terms of the fitted mean response.
+
+        Parameters
+        ----------
+        endog : array-like
+            Endogenous response variable
+        mu : array-like
+            Fitted mean response variable
+        freq_weights : array-like
+            1d array of frequency weights. The default is 1.
+        scale : float, optional
+            Not used for the Binomial GLM.
+
+        Returns
+        -------
+        llf : float
+            The value of the loglikelihood function evaluated at
+            (endog,mu,freq_weights,scale) as defined below.
+
+        Notes
+        --------
+        If the endogenous variable is binary:
+
+        .. math::
+
+         llf = scale * \sum_i (y_i * \log(\mu_i/(1-\mu_i)) + \log(1-\mu_i)) *
+               freq\_weights_i
+
+        If the endogenous variable is binomial:
+
+        .. math::
+
+           llf = scale * \sum_i freq\_weights_i * (\ln \Gamma(n+1) -
+                 \ln \Gamma(y_i + 1) - \ln \Gamma(n_i - y_i +1) + y_i *
+                 \log(\mu_i / (1 - \mu_i)) + n * \log(1 - \mu_i))
+
+        where :math:`y_i = Y_i * n_i` with :math:`Y_i` and :math:`n_i` as
+        defined in Binomial initialize.  This simply makes :math:`y_i` the
+        original number of successes.
+        """
+
+        if np.shape(self.n) == () and self.n == 1:
+            return scale * np.sum((endog * np.log(mu/(1 - mu) + 1e-200) +
+                                   np.log(1 - mu)) * freq_weights)
+        else:
+            y = endog * self.n  # convert back to successes
+            return scale * np.sum((special.gammaln(self.n + 1) -
+                                   special.gammaln(y + 1) -
+                                   special.gammaln(self.n - y + 1) + y *
+                                   np.log(mu/(1 - mu)) + self.n *
+                                   np.log(1 - mu)) * freq_weights)
+
+    def resid_anscombe(self, endog, mu):
+        '''
+        The Anscombe residuals
+
+        Parameters
+        ----------
+        endog : array-like
+            Endogenous response variable
+        mu : array-like
+            Fitted mean response variable
+
+        Returns
+        -------
+        resid_anscombe : array
+            The Anscombe residuals as defined below.
+
+        Notes
+        -----
+        sqrt(n)*(cox_snell(endog)-cox_snell(mu))/(mu**(1/6.)*(1-mu)**(1/6.))
+
+        where cox_snell is defined as
+        cox_snell(x) = betainc(2/3., 2/3., x)*betainc(2/3.,2/3.)
+        where betainc is the incomplete beta function
+
+        The name 'cox_snell' is idiosyncratic and is simply used for
+        convenience following the approach suggested in Cox and Snell (1968).
+        Further note that
+        cox_snell(x) = x**(2/3.)/(2/3.)*hyp2f1(2/3.,1/3.,5/3.,x)
+        where hyp2f1 is the hypergeometric 2f1 function.  The Anscombe
+        residuals are sometimes defined in the literature using the
+        hyp2f1 formulation.  Both betainc and hyp2f1 can be found in scipy.
+
+        References
+        ----------
+        Anscombe, FJ. (1953) "Contribution to the discussion of H. Hotelling's
+            paper." Journal of the Royal Statistical Society B. 15, 229-30.
+
+        Cox, DR and Snell, EJ. (1968) "A General Definition of Residuals."
+            Journal of the Royal Statistical Society B. 30, 248-75.
+
+        '''
+        cox_snell = lambda x: (special.betainc(2/3., 2/3., x)
+                               * special.beta(2/3., 2/3.))
+        return np.sqrt(self.n) * ((cox_snell(endog) - cox_snell(mu)) /
+                                  (mu**(1/6.) * (1 - mu)**(1/6.)))
+
+
+class InverseGaussian(Family):
+    """
+    InverseGaussian exponential family.
+
+    Parameters
+    ----------
+    link : a link instance, optional
+        The default link for the inverse Gaussian family is the
+        inverse squared link.
+        Available links are inverse_squared, inverse, log, and identity.
+        See statsmodels.family.links for more information.
+
+    Attributes
+    ----------
+    InverseGaussian.link : a link instance
+        The link function of the inverse Gaussian instance
+    InverseGaussian.variance : varfunc instance
+        `variance` is an instance of statsmodels.family.varfuncs.mu_cubed
+
+    See also
+    --------
+    statsmodels.genmod.families.family.Family
+    :ref:`links`
+
+    Notes
+    -----
+    The inverse Guassian distribution is sometimes referred to in the
+    literature as the Wald distribution.
+
+    """
+
+    links = [L.inverse_squared, L.inverse_power, L.identity, L.log]
+    variance = V.mu_cubed
+    safe_links = [L.inverse_squared, L.Log, ]
+
+    def __init__(self, link=L.inverse_squared):
+        self.variance = InverseGaussian.variance
+        self.link = link()
+
+    def resid_dev(self, endog, mu, scale=1.):
+        r"""
+        Returns the deviance residuals for the inverse Gaussian family.
+
+        Parameters
+        -----------
+        endog : array-like
+            Endogenous response variable
+        mu : array-like
+            Fitted mean response variable
+        freq_weights : array-like
+            1d array of frequency weights. The default is 1.
+        scale : float, optional
+            An optional argument to divide the residuals by scale. The default
+            is 1.
+
+        Returns
+        -------
+        resid_dev : array
+            Deviance residuals as defined below
+
+        Notes
+        -----
+        .. math::
+
+           resid\_dev_i = sign(Y_i - \mu_i) * 
+                          \sqrt {(Y_i - \mu_i)^2 / (Y_i * \mu_i^2)} / scale
+        """
+        return np.sign(endog-mu) * np.sqrt((endog-mu)**2/(endog*mu**2))/scale
+
+    def deviance(self, endog, mu, freq_weights=1., scale=1.):
+        r"""
+        Inverse Gaussian deviance function
+
+        Parameters
+        -----------
+        endog : array-like
+            Endogenous response variable
+        mu : array-like
+            Fitted mean response variable
+        freq_weights : array-like
+            1d array of frequency weights. The default is 1.
+        scale : float, optional
+            An optional scale argument. The default is 1.
+
+        Returns
+        -------
+        deviance : float
+            Deviance function as defined below
+
+        Notes
+        -----
+        .. math::
+
+           D = \sum_i freq\_weights_i * ((Y_i - \mu_i)^2 / (Y_i *\mu_i^2)) /
+               scale
+        """
+        return np.sum(freq_weights*(endog-mu)**2/(endog*mu**2))/scale
+
+    def loglike(self, endog, mu, freq_weights=1., scale=1.):
+        r"""
+        The log-likelihood function in terms of the fitted mean response.
+
+        Parameters
+        ----------
+        endog : array-like
+            Endogenous response variable
+        mu : array-like
+            Fitted mean response variable
+        freq_weights : array-like
+            1d array of frequency weights. The default is 1.
+        scale : float, optional
+            The default is 1.
+
+        Returns
+        -------
+        llf : float
+            The value of the loglikelihood function evaluated at
+            (endog,mu,freq_weights,scale) as defined below.
+
+        Notes
+        -----
+        .. math::
+
+           llf = -1/2 * \sum_i freq\_weights_i * ((Y_i - \mu_i)^2 / (Y_i *
+                 \mu_i * scale) + \log(scale * Y_i^3) + \log(2 * \pi))
+        """
+        return -.5 * np.sum(((endog - mu)**2/(endog * mu**2 * scale) +
+                             np.log(scale * endog**3) + np.log(2 * np.pi)) *
+                            freq_weights)
+
+    def resid_anscombe(self, endog, mu):
+        r"""
+        The Anscombe residuals for the inverse Gaussian distribution
+
+        Parameters
+        ----------
+        endog : array
+            Endogenous response variable
+        mu : array
+            Fitted mean response variable
+
+        Returns
+        -------
+        resid_anscombe : array
+            The Anscombe residuals for the inverse Gaussian distribution  as
+            defined below
+
+        Notes
+        -----
+        .. math::
+
+           resid\_anscombe_i = \log(Y_i / \mu_i) / \sqrt{\mu_i}
+        """
+        return np.log(endog / mu) / np.sqrt(mu)
+
+
+class NegativeBinomial(Family):
+    """
+    Negative Binomial exponential family.
+
+    Parameters
+    ----------
+    link : a link instance, optional
+        The default link for the negative binomial family is the log link.
+        Available links are log, cloglog, identity, nbinom and power.
+        See statsmodels.family.links for more information.
+    alpha : float, optional
+        The ancillary parameter for the negative binomial distribution.
+        For now `alpha` is assumed to be nonstochastic.  The default value
+        is 1.  Permissible values are usually assumed to be between .01 and 2.
+
+
+    Attributes
+    ----------
+    NegativeBinomial.link : a link instance
+        The link function of the negative binomial instance
+    NegativeBinomial.variance : varfunc instance
+        `variance` is an instance of statsmodels.family.varfuncs.nbinom
+
+    See also
+    --------
+    statsmodels.genmod.families.family.Family
+    :ref:`links`
+
+    Notes
+    -----
+    Power link functions are not yet supported.
+
+    """
+    links = [L.log, L.cloglog, L.identity, L.nbinom, L.Power]
+    # TODO: add the ability to use the power links with an if test
+    # similar to below
+    variance = V.nbinom
+    safe_links = [L.Log, ]
+
+    def __init__(self, link=L.log, alpha=1.):
+        self.alpha = 1. * alpha  # make it at least float
+        self.variance = V.NegativeBinomial(alpha=self.alpha)
+        if isinstance(link, L.NegativeBinomial):
+            self.link = link(alpha=self.alpha)
+        else:
+            self.link = link()
+
+    def _clean(self, x):
+        """
+        Helper function to trim the data so that is in (0,inf)
+
+        Notes
+        -----
+        The need for this function was discovered through usage and its
+        possible that other families might need a check for validity of the
+        domain.
+        """
+        return np.clip(x, FLOAT_EPS, np.inf)
+
+    def deviance(self, endog, mu, freq_weights=1., scale=1.):
+        r"""
+        Returns the value of the deviance function.
+
+        Parameters
+        -----------
+        endog : array-like
+            Endogenous response variable
+        mu : array-like
+            Fitted mean response variable
+        freq_weights : array-like
+            1d array of frequency weights. The default is 1.
+        scale : float, optional
+            An optional scale argument. The default is 1.
+
+        Returns
+        -------
+        deviance : float
+            Deviance function as defined below
+
+        Notes
+        -----
+        :math:`D = \sum_i piecewise_i` where :math:`piecewise_i` is defined as:
+
+        If :math:`Y_{i} = 0`:
+
+        :math:`piecewise_i = 2* \log(1 + \alpha * \mu_i) / \alpha`
+
+        If :math:`Y_{i} > 0`:
+
+        :math:`piecewise_i = 2 * Y_i * \log(Y_i / \mu_i) - (2 / \alpha) *
+            (1 + \alpha * Y_i) * \ln(1 + \alpha * Y_i) / (1 + \alpha * \mu_i)`
+        """
+        iszero = np.equal(endog, 0)
+        notzero = 1 - iszero
+        endog_mu = self._clean(endog/mu)
+        tmp = iszero * 2 * np.log(1 + self.alpha * mu) / self.alpha
+        tmp += notzero * (2 * endog * np.log(endog_mu) - 2 / self.alpha *
+                          (1 + self.alpha * endog) *
+                          np.log((1 + self.alpha * endog) /
+                                 (1 + self.alpha * mu)))
+        return np.sum(freq_weights * tmp) / scale
+
+    def resid_dev(self, endog, mu, scale=1.):
+        r"""
+        Negative Binomial Deviance Residual
+
+        Parameters
+        ----------
+        endog : array-like
+            `endog` is the response variable
+        mu : array-like
+            `mu` is the fitted value of the model
+        scale : float, optional
+            An optional argument to divide the residuals by scale. The default
+            is 1.
+
+        Returns
+        --------
+        resid_dev : array
+            The array of deviance residuals
+
+        Notes
+        -----
+        :math:`resid\_dev_i = sign(Y_i-\mu_i) * \sqrt{piecewise_i}`
+
+        where :math:`piecewise_i` is defined as
+
+        If :math:`Y_i = 0`:
+
+        :math:`piecewise_i = 2 * \log(1 + \alpha * \mu_i)/ \alpha`
+
+        If :math:`Y_i > 0`:
+
+        :math:`piecewise_i = 2 * Y_i * \log(Y_i / \mu_i) - (2 / \alpha) *
+        (1 + \alpha * Y_i) * \log((1 + \alpha * Y_i) / (1 + \alpha * \mu_i))`
+        """
+        iszero = np.equal(endog, 0)
+        notzero = 1 - iszero
+        endog_mu = self._clean(endog / mu)
+        tmp = iszero * 2 * np.log(1 + self.alpha * mu) / self.alpha
+        tmp += notzero * (2 * endog * np.log(endog_mu) - 2 / self.alpha *
+                          (1 + self.alpha * endog) *
+                          np.log((1 + self.alpha * endog) /
+                                 (1 + self.alpha * mu)))
+        return np.sign(endog - mu) * np.sqrt(tmp) / scale
+
+    def loglike(self, endog, mu, freq_weights=1., scale=1.):
+        r"""
+        The log-likelihood function in terms of the fitted mean response.
+
+        Parameters
+        ----------
+        endog : array-like
+            Endogenous response variable
+        mu : array-like
+            The fitted mean response values
+        freq_weights : array-like
+            1d array of frequency weights. The default is 1.
+        scale : float
+            The scale parameter. The default is 1.
+
+        Returns
+        -------
+        llf : float
+            The value of the loglikelihood function evaluated at
+            (endog,mu,freq_weights,scale) as defined below.
+
+        Notes
+        -----
+        Defined as:
+
+        .. math::
+
+           llf = \sum_i freq\_weights_i * (Y_i * \log{(\alpha * e^{\eta_i} /
+                 (1 + \alpha * e^{\eta_i}))} - \log{(1 + \alpha * e^{\eta_i})}/
+                 \alpha + Constant)
+
+        where :math:`Constant` is defined as:
+
+        .. math::
+
+           Constant = \ln \Gamma{(Y_i + 1/ \alpha )} - \ln \Gamma(Y_i + 1) -
+                      \ln \Gamma{(1/ \alpha )}
+        """
+        lin_pred = self._link(mu)
+        constant = (special.gammaln(endog + 1 / self.alpha) -
+                    special.gammaln(endog+1)-special.gammaln(1/self.alpha))
+        exp_lin_pred = np.exp(lin_pred)
+        return np.sum((endog * np.log(self.alpha * exp_lin_pred /
+                                      (1 + self.alpha * exp_lin_pred)) -
+                      np.log(1 + self.alpha * exp_lin_pred) /
+                      self.alpha + constant) * freq_weights)
+
+    def resid_anscombe(self, endog, mu):
+        """
+        The Anscombe residuals for the negative binomial family
+
+        Parameters
+        ----------
+        endog : array-like
+            Endogenous response variable
+        mu : array-like
+            Fitted mean response variable
+
+        Returns
+        -------
+        resid_anscombe : array
+            The Anscombe residuals as defined below.
+
+        Notes
+        -----
+        `resid_anscombe` = (hyp2f1(-alpha*endog)-hyp2f1(-alpha*mu)+\
+                1.5*(endog**(2/3.)-mu**(2/3.)))/(mu+alpha*mu**2)**(1/6.)
+
+        where hyp2f1 is the hypergeometric 2f1 function parameterized as
+        hyp2f1(x) = hyp2f1(2/3.,1/3.,5/3.,x)
+        """
+
+        hyp2f1 = lambda x : special.hyp2f1(2 / 3., 1 / 3., 5 / 3., x)
+        return ((hyp2f1(-self.alpha * endog) - hyp2f1(-self.alpha * mu) +
+                 1.5 * ( endog**(2 / 3.) - mu**(2 / 3.))) /
+                (mu + self.alpha * mu**2)**(1 / 6.))
+
+
+class Tweedie(Family):
+    """
+    Tweedie family.
+
+    Parameters
+    ----------
+    link : a link instance, optional
+        The default link for the Tweedie family is the log link when the
+        link_power is 0. Otherwise, the power link is default.
+        Available links are log and Power.
+    var_power : float, optional
+        The variance power.
+    link_power : float, optional
+        The link power.
+
+    Attributes
+    ----------
+    Tweedie.link : a link instance
+        The link function of the Tweedie instance
+    Tweedie.variance : varfunc instance
+        `variance` is an instance of statsmodels.family.varfuncs.Power
+    Tweedie.link_power : float
+        The power of the link function, or 0 if its a log link.
+    Tweedie.var_power : float
+        The power of the variance function.
+
+    See also
+    --------
+    statsmodels.genmod.families.family.Family
+    :ref:`links`
+
+    Notes
+    -----
+    Logliklihood function not implemented because of the complexity of
+    calculating an infinite series of summations. The variance power can be
+    estimated using the `estimate_tweedie_power` function that is part of the
+    `GLM` class.
+    """
+    links = [L.log, L.Power]
+    variance = V.Power
+    safe_links = [L.log, L.Power]
+
+    def __init__(self, link=None, var_power=1., link_power=0):
+        self.var_power = var_power
+        self.link_power = link_power
+        self.variance = V.Power(power=var_power * 1.)
+        if link_power != 0 and not ((link is L.Power) or (link is None)):
+            msg = 'link_power of {} not supported specified link'
+            msg = msg.format(link_power)
+            raise ValueError(msg)
+        if (link_power == 0) and ((link is None) or (link is L.Log)):
+            self.link = L.log()
+        elif link_power != 0:
+            self.link = L.Power(power=link_power * 1.)
+        else:
+            self.link = link()
+
+    def _clean(self, x):
+        """
+        Helper function to trim the data so that is in (0,inf)
+
+        Notes
+        -----
+        The need for this function was discovered through usage and its
+        possible that other families might need a check for validity of the
+        domain.
+        """
+        return np.clip(x, 0, np.inf)
+
+    def deviance(self, endog, mu, freq_weights=1., scale=1.):
+        r"""
+        Returns the value of the deviance function.
+
+        Parameters
+        -----------
+        endog : array-like
+            Endogenous response variable
+        mu : array-like
+            Fitted mean response variable
+        freq_weights : array-like
+            1d array of frequency weights. The default is 1.
+        scale : float, optional
+            An optional scale argument. The default is 1.
+
+        Returns
+        -------
+        deviance : float
+            Deviance function as defined below
+
+        Notes
+        -----
+        When :math:`p = 1`,
+
+        .. math::
+
+            resid\_dev_i = \mu
+
+        when :math:`endog = 0` and
+
+        .. math::
+
+            resid\_dev_i = endog * \log(endog / \mu) + (\mu - endog)
+
+        otherwise.
+
+        When :math:`p = 2`,
+
+        .. math::
+
+            resid\_dev_i =  (endog - \mu) / \mu - \log(endog / \mu)
+
+        For all other p,
+
+        .. math::
+
+            resid\_dev_i = endog ^{2 - p} / ((1 - p) * (2 - p)) -
+                           endog * \mu ^{1 - p} / (1 - p) + \mu ^{2 - p} /
+                           (2 - p)
+
+        Once :math:`resid\_dev_i` is calculated, then calculate deviance as
+
+        .. math::
+
+            D = \sum{2 * freq\_weights * resid\_dev_i}
+        """
+        p = self.var_power
+        if p == 1:
+            dev = np.where(endog == 0,
+                           mu,
+                           endog * np.log(endog / mu) + (mu - endog))
+        elif p == 2:
+            endog1 = np.clip(endog, FLOAT_EPS, np.inf)
+            dev = ((endog - mu) / mu) - np.log(endog1 / mu)
+        else:
+            dev = (endog ** (2 - p) / ((1 - p) * (2 - p)) -
+                   endog * mu ** (1-p) / (1 - p) + mu ** (2 - p) / (2 - p))
+        return np.sum(2 * freq_weights * dev)
+
+    def resid_dev(self, endog, mu, scale=1.):
+        r"""
+        Tweedie Deviance Residual
+
+        Parameters
+        ----------
+        endog : array-like
+            `endog` is the response variable
+        mu : array-like
+            `mu` is the fitted value of the model
+        scale : float, optional
+            An optional argument to divide the residuals by scale. The default
+            is 1.
+
+        Returns
+        --------
+        resid_dev : array
+            The array of deviance residuals
+
+        Notes
+        -----
+        When :math:`p = 1`,
+
+        .. math::
+
+            resid\_dev_i = \mu
+
+        when :math:`endog = 0` and
+
+        .. math::
+
+            resid\_dev_i = endog * \log(endog / \mu) + (\mu - endog)
+
+        otherwise.
+
+        When :math:`p = 2`,
+
+        .. math::
+
+            resid\_dev_i =  (endog - \mu) / \mu - \log(endog / \mu)
+
+        For all other p,
+
+        .. math::
+
+            resid\_dev_i = endog ^{2 - p} / ((1 - p) * (2 - p)) -
+                           endog * \mu ^{1 - p} / (1 - p) + \mu ^{2 - p} /
+                           (2 - p)
+        """
+        p = self.var_power
+        if p == 1:
+            dev = np.where(endog == 0,
+                           mu,
+                           endog * np.log(endog / mu) + (mu - endog))
+        elif p == 2:
+            endog1 = np.clip(endog, FLOAT_EPS, np.inf)
+            dev = ((endog - mu) / mu) - np.log(endog1 / mu)
+        else:
+            dev = (endog ** (2 - p) / ((1 - p) * (2 - p)) -
+                   endog * mu ** (1-p) / (1 - p) + mu ** (2 - p) / (2 - p))
+        return np.sign(endog - mu) * np.sqrt(2 * dev)
+
+    def loglike(self, endog, mu, freq_weights=1., scale=1.):
+        r"""
+        The log-likelihood function in terms of the fitted mean response.
+
+        Parameters
+        ----------
+        endog : array-like
+            Endogenous response variable
+        mu : array-like
+            The fitted mean response values
+        freq_weights : array-like
+            1d array of frequency weights. The default is 1.
+        scale : float
+            The scale parameter. The default is 1.
+
+        Returns
+        -------
+        llf : float
+            The value of the loglikelihood function evaluated at
+            (endog,mu,freq_weights,scale) as defined below.
+
+        Notes
+        -----
+        This is not implemented because of the complexity of calculating an
+        infinite series of sums.
+        """
+        return np.nan
+
+    def resid_anscombe(self, endog, mu):
+        """
+        The Anscombe residuals for the Tweedie family
+
+        Parameters
+        ----------
+        endog : array-like
+            Endogenous response variable
+        mu : array-like
+            Fitted mean response variable
+
+        Returns
+        -------
+        resid_anscombe : array
+            The Anscombe residuals as defined below.
+
+        Notes
+        -----
+        When :math:`p = 3`, then
+
+        .. math::
+
+            resid\_anscombe_i = (\log(endog) - \log(\mu)) / \sqrt{mu}
+
+        Otherwise,
+
+        .. math::
+
+            c = (3 - p) / 3
+
+        .. math::
+
+            resid\_anscombe_i = (1 / c) * (endog ^ c - \mu ^ c) / \mu ^{p / 6}
+        """
+        if self.var_power == 3:
+            return (np.log(endog) - np.log(mu)) / np.sqrt(mu)
+        else:
+            c = (3. - self.var_power) / 3.
+            return ((1. / c) * (endog ** c - mu ** c) /
+                    mu ** (self.var_power / 6.))
diff --git a/pysal/contrib/glm/glm.py b/pysal/contrib/glm/glm.py
new file mode 100644
index 0000000..5ec4229
--- /dev/null
+++ b/pysal/contrib/glm/glm.py
@@ -0,0 +1,365 @@
+
+import numpy as np
+import numpy.linalg as la
+from pysal.spreg.utils import RegressionPropsY, spdot
+import pysal.spreg.user_output as USER
+from utils import cache_readonly
+from base import LikelihoodModelResults
+import family
+from iwls import iwls
+
+__all__ = ['GLM']
+
+class GLM(RegressionPropsY):
+    """
+    Generalised linear models. Can currently estimate Guassian, Poisson and
+    Logisitc regression coefficients. GLM object prepares model input and fit
+    method performs estimation which then returns a GLMResults object.
+
+    Parameters
+    ----------
+        y             : array
+                        n*1, dependent variable.
+        X             : array
+                        n*k, independent variable, exlcuding the constant.
+        family        : string
+                        Model type: 'Gaussian', 'Poisson', 'Binomial'
+        offset        : array
+                        n*1, the offset variable at the ith location. For Poisson model
+                        this term is often the size of the population at risk or
+                        the expected size of the outcome in spatial epidemiology.
+                        Default is None where Ni becomes 1.0 for all locations.
+        y_fix         : array
+                        n*1, the fix intercept value of y
+
+    Attributes
+    ----------
+        y             : array
+                        n*1, dependent variable.
+        X             : array
+                        n*k, independent variable, including constant.
+        family        : string
+                        Model type: 'Gaussian', 'Poisson', 'logistic'
+        n             : integer
+                        Number of observations
+        k             : integer
+                        Number of independent variables
+        df_model      : float
+                        k-1, where k is the number of variables (including
+                        intercept)
+        df_residual   : float
+                        observations minus variables (n-k)
+        mean_y        : float
+                        Mean of y
+        std_y         : float
+                        Standard deviation of y
+        fit_params     : dict
+                        Parameters passed into fit method to define estimation
+                        routine.
+
+    Examples
+    --------
+    >>> from pysal.contrib.glm.glm import GLM
+    >>> db = pysal.open(pysal.examples.get_path('columbus.dbf'),'r')
+    >>> y = np.array(db.by_col("HOVAL"))
+    >>> self.y = np.reshape(y, (49,1))
+    >>> X = []
+    >>> X.append(db.by_col("INC"))
+    >>> X.append(db.by_col("CRIME"))
+    >>> self.X = np.array(X).T
+    >>> model = GLM(self.y, self.X, family=Gaussian())
+    >>> results = model.fit()
+    >>> results.params
+    [ 46.42818268,   0.62898397, -0.48488854]
+
+    """
+    def __init__(self, y, X, family=family.Gaussian(), offset=None, y_fix = None,
+            constant=True):
+        """
+        Initialize class
+        """
+        self.n = USER.check_arrays(y, X)
+        USER.check_y(y, self.n)
+        self.y = y
+        if constant:
+            self.X = USER.check_constant(X)
+        else:
+            self.X = X
+        self.family = family
+        self.k = self.X.shape[1]
+        self.df_model = self.X.shape[1] - 1
+        self.df_resid = self.n - self.df_model - 1
+        if offset is None:
+            self.offset = np.ones(shape=(self.n,1))
+        else:
+            self.offset = offset * 1.0
+        if y_fix is None:
+	        self.y_fix = np.zeros(shape=(self.n,1))
+        else:
+	        self.y_fix = y_fix
+        self.fit_params = {}
+
+    def fit(self, ini_betas=None, tol=1.0e-6, max_iter=200, solve='iwls'):
+        """
+        Method that fits a model with a particular estimation routine.
+
+        Parameters
+        ----------
+
+        ini_betas     : array
+                        k*1, initial coefficient values, including constant.
+                        Default is None, which calculates initial values during
+                        estimation.
+        tol:            float
+                        Tolerence for estimation convergence.
+        max_iter       : integer
+                        Maximum number of iterations if convergence not
+                        achieved.
+        solve         :string
+                       Technique to solve MLE equations.
+                       'iwls' = iteratively (re)weighted least squares (default)
+        """
+        self.fit_params['ini_betas'] = ini_betas
+        self.fit_params['tol'] = tol
+        self.fit_params['max_iter'] = max_iter
+        self.fit_params['solve']=solve
+        if solve.lower() == 'iwls':
+            params, predy, w, n_iter = iwls(self.y, self.X, self.family, self.offset, 
+                    self.y_fix, ini_betas, tol, max_iter)
+            self.fit_params['n_iter'] = n_iter
+        return GLMResults(self, params.flatten(), predy, w)
+
+
+class GLMResults(LikelihoodModelResults):
+    """
+    Results of estimated GLM and diagnostics.
+
+    Parameters
+    ----------
+        model         : GLM object
+                        Pointer to GLM object with estimation parameters.
+        params         : array
+                        k*1, estimared coefficients
+        mu         : array
+                        n*1, predicted y values.
+        w             : array
+                        n*1, final weight used for iwls
+
+    Attributes
+    ----------
+        model         : GLM Object
+                        Points to GLM object for which parameters have been
+                        estimated.
+        y             : array
+                        n*1, dependent variable.
+        x             : array
+                        n*k, independent variable, including constant.
+        family        : string
+                        Model type: 'Gaussian', 'Poisson', 'Logistic'
+        n             : integer
+                        Number of observations
+        k             : integer
+                        Number of independent variables
+        df_model      : float
+                        k-1, where k is the number of variables (including
+                        intercept)
+        df_residual   : float
+                        observations minus variables (n-k)
+        fit_params    : dict
+                        parameters passed into fit method to define estimation
+                        routine.
+        scale         : float
+                        sigma squared used for subsequent computations.
+        params         : array
+                        n*k, estimared beta coefficients
+        w             : array
+                        n*1, final weight values of x
+        mu            : array
+                        n*1, predicted value of y (i.e., fittedvalues)
+        cov_params    : array
+                        Variance covariance matrix (kxk) of betas
+        bse           : array
+                        k*1, standard errors of betas
+        pvalues       : array
+                        k*1, two-tailed pvalues of parameters
+        tvalues       : array
+                        k*1, the tvalues of the standard errors
+        null          : array
+                        n*1, predicted values of y for null model
+        deviance      : float
+                        value of the deviance function evalued at params;
+                        see family.py for distribution-specific deviance
+        null_deviance : float
+                        value of the deviance function for the model fit with
+                        a constant as the only regressor
+        llf           : float
+                        value of the loglikelihood function evalued at params;
+                        see family.py for distribution-specific loglikelihoods
+        llnull       : float
+                        value of log-likelihood function evaluated at null
+        aic           : float 
+                        AIC
+        bic           : float 
+                        BIC
+        D2            : float
+                        percent deviance explained
+        adj_D2        : float
+                        adjusted percent deviance explained
+        pseudo_R2       : float
+                        McFadden's pseudo R2  (coefficient of determination) 
+        adj_pseudoR2    : float
+                        adjusted McFadden's pseudo R2
+        resid_response          : array
+                                  response residuals; defined as y-mu
+        resid_pearson           : array
+                                  Pearson residuals; defined as (y-mu)/sqrt(VAR(mu))
+                                  where VAR is the distribution specific variance
+                                  function; see family.py and varfuncs.py for more information.
+        resid_working           : array
+                                  Working residuals; the working residuals are defined as
+                                  resid_response/link'(mu); see links.py for the
+                                  derivatives of the link functions.
+
+        resid_anscombe          : array
+                                 Anscombe residuals; see family.py for 
+                                 distribution-specific Anscombe residuals.
+        
+        resid_deviance          : array
+                                 deviance residuals; see family.py for 
+                                 distribution-specific deviance residuals.
+
+        pearson_chi2            : float
+                                  chi-Squared statistic is defined as the sum 
+                                  of the squares of the Pearson residuals
+
+        normalized_cov_params   : array
+                                k*k, approximates [X.T*X]-1
+
+    Examples
+    --------
+    >>> from pysal.contrib.glm.glm import GLM, GLMResults
+    >>> db = pysal.open(pysal.examples.get_path('columbus.dbf'),'r')
+    >>> y = np.array(db.by_col("HOVAL"))
+    >>> self.y = np.reshape(y, (49,1))
+    >>> X = []
+    >>> X.append(db.by_col("INC"))
+    >>> X.append(db.by_col("CRIME"))
+    >>> self.X = np.array(X).T
+    >>> model = GLM(self.y, self.X, family=Gaussian())
+    >>> results1 = model.fit()
+    >>> results1.aic
+    408.73548964604873
+    >>> model = results1.model
+    >>> params = results1.params.flatten()
+    >>> predy = results1.predy
+    >>> w = results1.w
+    >>> results2 = GLMResults(model, params, predy, w)
+    >>> results2.aic
+    408.73548964604873
+   
+    """
+    def __init__(self, model, params, mu, w):
+        self.model = model
+        self.n = model.n
+        self.y = model.y.T.flatten()
+        self.X = model.X
+        self.k = model.k
+        self.offset = model.offset
+        self.df_model = model.df_model
+        self.df_resid = model.df_resid
+        self.family = model.family
+        self.fit_params = model.fit_params
+        self.params = params
+        self.w = w
+        self.mu = mu.flatten()
+        self._cache = {}
+        self.normalized_cov_params = la.inv(spdot(self.w.T, self.w))
+
+    @cache_readonly
+    def resid_response(self):
+        return (self.y-self.mu)
+
+    @cache_readonly
+    def resid_pearson(self):
+        return  ((self.y-self.mu) /
+                np.sqrt(self.family.variance(self.mu)))
+
+    @cache_readonly
+    def resid_working(self):
+        return (self.resid_response / self.family.link.deriv(self.mu))
+
+    @cache_readonly
+    def resid_anscombe(self):
+        return (self.family.resid_anscombe(self.y, self.mu))
+
+    @cache_readonly
+    def resid_deviance(self):
+        return (self.family.resid_dev(self.y, self.mu))
+
+    @cache_readonly
+    def pearson_chi2(self):
+        chisq = (self.y - self.mu)**2 / self.family.variance(self.mu)
+        chisqsum = np.sum(chisq)
+        return chisqsum
+
+    @cache_readonly
+    def null(self):
+        y = np.reshape(self.y, (-1,1))
+        model = self.model
+        X = np.ones((len(y), 1))
+        null_mod =  GLM(y, X, family=self.family, offset=self.offset, constant=False)
+        return null_mod.fit().mu
+   
+    @cache_readonly
+    def scale(self):
+        if isinstance(self.family, (family.Binomial, family.Poisson)):
+            return 1.
+        else:
+            return (((np.power(self.resid_response, 2) /
+                         self.family.variance(self.mu))).sum() /
+                        (self.df_resid))
+    @cache_readonly
+    def deviance(self):
+        return self.family.deviance(self.y, self.mu)
+
+    @cache_readonly
+    def null_deviance(self):
+        return self.family.deviance(self.y, self.null)
+   
+    @cache_readonly
+    def llnull(self):
+        return self.family.loglike(self.y, self.null, scale=self.scale)
+
+    @cache_readonly
+    def llf(self):
+        return self.family.loglike(self.y, self.mu, scale=self.scale)
+    
+    @cache_readonly
+    def aic(self):
+        if isinstance(self.family, family.QuasiPoisson):
+        	return np.nan
+        else:
+            return -2 * self.llf + 2*(self.df_model+1)
+
+    @cache_readonly
+    def bic(self):
+        return (self.deviance -
+                (self.model.n - self.df_model - 1) *
+                np.log(self.model.n))
+    
+    @cache_readonly
+    def D2(self):
+        return 1 - (self.deviance / self.null_deviance)
+
+    @cache_readonly
+    def adj_D2(self):
+        return 1.0 - (float(self.n) - 1.0)/(float(self.n) - float(self.k)) * (1.0-self.D2)
+    
+    @cache_readonly
+    def pseudoR2(self):
+        return 1 - (self.llf/self.llnull)
+    
+    @cache_readonly
+    def adj_pseudoR2(self):
+        return 1 - ((self.llf-self.k)/self.llnull)
+    
diff --git a/pysal/contrib/glm/iwls.py b/pysal/contrib/glm/iwls.py
new file mode 100644
index 0000000..29803e3
--- /dev/null
+++ b/pysal/contrib/glm/iwls.py
@@ -0,0 +1,79 @@
+import numpy as np
+import numpy.linalg as la
+from scipy import sparse as sp
+from scipy.sparse import linalg as spla
+from pysal.spreg.utils import spdot, spmultiply
+from family import Binomial
+
+def _compute_betas(y, x):
+    """
+    compute MLE coefficients using iwls routine
+
+    Methods: p189, Iteratively (Re)weighted Least Squares (IWLS),
+    Fotheringham, A. S., Brunsdon, C., & Charlton, M. (2002).
+    Geographically weighted regression: the analysis of spatially varying relationships.
+    """
+    xT = x.T
+    xtx = spdot(xT, x)
+    xtx_inv = la.inv(xtx)
+    xtx_inv = sp.csr_matrix(xtx_inv)
+    xTy = spdot(xT, y, array_out=False)
+    betas = spdot(xtx_inv, xTy)
+    return betas
+
+def _compute_betas_gwr(y, x, wi):
+    """
+    compute MLE coefficients using iwls routine
+
+    Methods: p189, Iteratively (Re)weighted Least Squares (IWLS),
+    Fotheringham, A. S., Brunsdon, C., & Charlton, M. (2002).
+    Geographically weighted regression: the analysis of spatially varying relationships.
+    """
+    xT = np.dot(x.T, wi)
+    xtx = np.dot(xT, x)
+    xtx_inv = la.inv(xtx)
+    xtx_inv_xt = np.dot(xtx_inv, xT)
+    betas = np.dot(xtx_inv_xt, y)
+    return betas, xtx_inv_xt
+
+def iwls(y, x, family, offset, y_fix,
+    ini_betas=None, tol=1.0e-8, max_iter=200, wi=None):
+    """
+    Iteratively re-weighted least squares estimation routine
+    """
+    #spx = sp.csr_matrix(x)
+    #dx = np.float(spx.nnz)/np.float(np.multiply(*spx.shape))
+    n_iter = 0
+    diff = 1.0e6
+    if isinstance(family, Binomial):
+        y = family.link._clean(y)
+    
+    if ini_betas is None:
+        betas = np.zeros((x.shape[1], 1), np.float)
+    else:
+        betas = ini_betas
+    mu = family.starting_mu(y)
+    v = family.predict(mu)
+    while diff > tol and n_iter < max_iter:
+        n_iter += 1
+        w = family.weights(mu)
+        z = v + (family.link.deriv(mu)*(y-mu))
+        w = np.sqrt(w)
+        if type(x) != np.ndarray:
+        	w = sp.csr_matrix(w)
+        	z = sp.csr_matrix(z)
+        wx = spmultiply(x, w, array_out=False)
+        wz = spmultiply(z, w, array_out=False)
+        if wi is None:
+            n_betas = _compute_betas(wz, wx)
+        else:
+            n_betas, xtx_inv_xt = _compute_betas_gwr(wz, wx, wi)
+        v = spdot(x, n_betas)
+        mu  = family.fitted(v)
+        diff = min(abs(n_betas-betas))
+        betas = n_betas
+        
+    if wi is None:
+        return betas, mu, wx, n_iter
+    else:
+        return betas, mu, v, w, z, xtx_inv_xt, n_iter
diff --git a/pysal/contrib/glm/links.py b/pysal/contrib/glm/links.py
new file mode 100644
index 0000000..f45724d
--- /dev/null
+++ b/pysal/contrib/glm/links.py
@@ -0,0 +1,953 @@
+'''
+Defines the link functions to be used with GLM and GEE families.
+'''
+
+import numpy as np
+import scipy.stats
+FLOAT_EPS = np.finfo(float).eps
+
+
+class Link(object):
+    """
+    A generic link function for one-parameter exponential family.
+
+    `Link` does nothing, but lays out the methods expected of any subclass.
+    """
+
+    def __call__(self, p):
+        """
+        Return the value of the link function.  This is just a placeholder.
+
+        Parameters
+        ----------
+        p : array-like
+            Probabilities
+
+        Returns
+        -------
+        g(p) : array-like
+            The value of the link function g(p) = z
+        """
+        return NotImplementedError
+
+    def inverse(self, z):
+        """
+        Inverse of the link function.  Just a placeholder.
+
+        Parameters
+        ----------
+        z : array-like
+            `z` is usually the linear predictor of the transformed variable
+            in the IRLS algorithm for GLM.
+
+        Returns
+        -------
+        g^(-1)(z) : array
+            The value of the inverse of the link function g^(-1)(z) = p
+
+
+        """
+        return NotImplementedError
+
+    def deriv(self, p):
+        """
+        Derivative of the link function g'(p).  Just a placeholder.
+
+        Parameters
+        ----------
+        p : array-like
+
+        Returns
+        -------
+        g'(p) : array
+            The value of the derivative of the link function g'(p)
+        """
+        return NotImplementedError
+
+    def deriv2(self, p):
+        """Second derivative of the link function g''(p)
+
+        implemented through numerical differentiation
+        """
+        from statsmodels.tools.numdiff import approx_fprime_cs
+        # TODO: workaround proplem with numdiff for 1d
+        return np.diag(approx_fprime_cs(p, self.deriv))
+
+    def inverse_deriv(self, z):
+        """
+        Derivative of the inverse link function g^(-1)(z).
+
+        Notes
+        -----
+        This reference implementation gives the correct result but is
+        inefficient, so it can be overriden in subclasses.
+
+        Parameters
+        ----------
+        z : array-like
+            `z` is usually the linear predictor for a GLM or GEE model.
+
+        Returns
+        -------
+        g'^(-1)(z) : array
+            The value of the derivative of the inverse of the link function
+
+        """
+        return 1 / self.deriv(self.inverse(z))
+
+
+class Logit(Link):
+    """
+    The logit transform
+
+    Notes
+    -----
+    call and derivative use a private method _clean to make trim p by
+    machine epsilon so that p is in (0,1)
+
+    Alias of Logit:
+    logit = Logit()
+    """
+
+    def _clean(self, p):
+        """
+        Clip logistic values to range (eps, 1-eps)
+
+        Parameters
+        -----------
+        p : array-like
+            Probabilities
+
+        Returns
+        --------
+        pclip : array
+            Clipped probabilities
+        """
+        return np.clip(p, FLOAT_EPS, 1. - FLOAT_EPS)
+
+    def __call__(self, p):
+        """
+        The logit transform
+
+        Parameters
+        ----------
+        p : array-like
+            Probabilities
+
+        Returns
+        -------
+        z : array
+            Logit transform of `p`
+
+        Notes
+        -----
+        g(p) = log(p / (1 - p))
+        """
+        p = self._clean(p)
+        return np.log(p / (1. - p))
+
+    def inverse(self, z):
+        """
+        Inverse of the logit transform
+
+        Parameters
+        ----------
+        z : array-like
+            The value of the logit transform at `p`
+
+        Returns
+        -------
+        p : array
+            Probabilities
+
+        Notes
+        -----
+        g^(-1)(z) = exp(z)/(1+exp(z))
+        """
+        z = np.asarray(z)
+        t = np.exp(-z)
+        return 1. / (1. + t)
+
+    def deriv(self, p):
+
+        """
+        Derivative of the logit transform
+
+        Parameters
+        ----------
+        p: array-like
+            Probabilities
+
+        Returns
+        -------
+        g'(p) : array
+            Value of the derivative of logit transform at `p`
+
+        Notes
+        -----
+        g'(p) = 1 / (p * (1 - p))
+
+        Alias for `Logit`:
+        logit = Logit()
+        """
+        p = self._clean(p)
+        return 1. / (p * (1 - p))
+
+    def inverse_deriv(self, z):
+        """
+        Derivative of the inverse of the logit transform
+
+        Parameters
+        ----------
+        z : array-like
+            `z` is usually the linear predictor for a GLM or GEE model.
+
+        Returns
+        -------
+        g'^(-1)(z) : array
+            The value of the derivative of the inverse of the logit function
+
+        """
+        t = np.exp(z)
+        return t/(1 + t)**2
+
+
+    def deriv2(self, p):
+        """
+        Second derivative of the logit function.
+
+        Parameters
+        ----------
+        p : array-like
+            probabilities
+
+        Returns
+        -------
+        g''(z) : array
+            The value of the second derivative of the logit function
+        """
+        v = p * (1 - p)
+        return (2*p - 1) / v**2
+
+class logit(Logit):
+    pass
+
+
+class Power(Link):
+    """
+    The power transform
+
+    Parameters
+    ----------
+    power : float
+        The exponent of the power transform
+
+    Notes
+    -----
+    Aliases of Power:
+    inverse = Power(power=-1)
+    sqrt = Power(power=.5)
+    inverse_squared = Power(power=-2.)
+    identity = Power(power=1.)
+    """
+
+    def __init__(self, power=1.):
+        self.power = power
+
+    def __call__(self, p):
+        """
+        Power transform link function
+
+        Parameters
+        ----------
+        p : array-like
+            Mean parameters
+
+        Returns
+        -------
+        z : array-like
+            Power transform of x
+
+        Notes
+        -----
+        g(p) = x**self.power
+        """
+
+        z = np.power(p, self.power)
+        return z
+
+    def inverse(self, z):
+        """
+        Inverse of the power transform link function
+
+        Parameters
+        ----------
+        `z` : array-like
+            Value of the transformed mean parameters at `p`
+
+        Returns
+        -------
+        `p` : array
+            Mean parameters
+
+        Notes
+        -----
+        g^(-1)(z`) = `z`**(1/`power`)
+        """
+
+        p = np.power(z, 1. / self.power)
+        return p
+
+    def deriv(self, p):
+        """
+        Derivative of the power transform
+
+        Parameters
+        ----------
+        p : array-like
+            Mean parameters
+
+        Returns
+        --------
+        g'(p) : array
+            Derivative of power transform of `p`
+
+        Notes
+        -----
+        g'(`p`) = `power` * `p`**(`power` - 1)
+        """
+        return self.power * np.power(p, self.power - 1)
+
+    def deriv2(self, p):
+        """
+        Second derivative of the power transform
+
+        Parameters
+        ----------
+        p : array-like
+            Mean parameters
+
+        Returns
+        --------
+        g''(p) : array
+            Second derivative of the power transform of `p`
+
+        Notes
+        -----
+        g''(`p`) = `power` * (`power` - 1) * `p`**(`power` - 2)
+        """
+        return self.power * (self.power - 1) * np.power(p, self.power - 2)
+
+    def inverse_deriv(self, z):
+        """
+        Derivative of the inverse of the power transform
+
+        Parameters
+        ----------
+        z : array-like
+            `z` is usually the linear predictor for a GLM or GEE model.
+
+        Returns
+        -------
+        g^(-1)'(z) : array
+            The value of the derivative of the inverse of the power transform
+        function
+        """
+        return np.power(z, (1 - self.power)/self.power) / self.power
+
+
+class inverse_power(Power):
+    """
+    The inverse transform
+
+    Notes
+    -----
+    g(p) = 1/p
+
+    Alias of statsmodels.family.links.Power(power=-1.)
+    """
+    def __init__(self):
+        super(inverse_power, self).__init__(power=-1.)
+
+
+class sqrt(Power):
+    """
+    The square-root transform
+
+    Notes
+    -----
+    g(`p`) = sqrt(`p`)
+
+    Alias of statsmodels.family.links.Power(power=.5)
+    """
+    def __init__(self):
+        super(sqrt, self).__init__(power=.5)
+
+
+class inverse_squared(Power):
+    """
+    The inverse squared transform
+
+    Notes
+    -----
+    g(`p`) = 1/(`p`\ \*\*2)
+
+    Alias of statsmodels.family.links.Power(power=2.)
+    """
+    def __init__(self):
+        super(inverse_squared, self).__init__(power=-2.)
+
+
+class identity(Power):
+    """
+    The identity transform
+
+    Notes
+    -----
+    g(`p`) = `p`
+
+    Alias of statsmodels.family.links.Power(power=1.)
+    """
+    def __init__(self):
+        super(identity, self).__init__(power=1.)
+
+
+class Log(Link):
+    """
+    The log transform
+
+    Notes
+    -----
+    call and derivative call a private method _clean to trim the data by
+    machine epsilon so that p is in (0,1). log is an alias of Log.
+    """
+
+    def _clean(self, x):
+        return np.clip(x, FLOAT_EPS, np.inf)
+
+    def __call__(self, p, **extra):
+        """
+        Log transform link function
+
+        Parameters
+        ----------
+        x : array-like
+            Mean parameters
+
+        Returns
+        -------
+        z : array
+            log(x)
+
+        Notes
+        -----
+        g(p) = log(p)
+        """
+        x = self._clean(p)
+        return np.log(x)
+
+    def inverse(self, z):
+        """
+        Inverse of log transform link function
+
+        Parameters
+        ----------
+        z : array
+            The inverse of the link function at `p`
+
+        Returns
+        -------
+        p : array
+            The mean probabilities given the value of the inverse `z`
+
+        Notes
+        -----
+        g^{-1}(z) = exp(z)
+        """
+        return np.exp(z)
+
+    def deriv(self, p):
+        """
+        Derivative of log transform link function
+
+        Parameters
+        ----------
+        p : array-like
+            Mean parameters
+
+        Returns
+        -------
+        g'(p) : array
+            derivative of log transform of x
+
+        Notes
+        -----
+        g'(x) = 1/x
+        """
+        p = self._clean(p)
+        return 1. / p
+
+    def deriv2(self, p):
+        """
+        Second derivative of the log transform link function
+
+        Parameters
+        ----------
+        p : array-like
+            Mean parameters
+
+        Returns
+        -------
+        g''(p) : array
+            Second derivative of log transform of x
+
+        Notes
+        -----
+        g''(x) = -1/x^2
+        """
+        p = self._clean(p)
+        return -1. / p**2
+
+    def inverse_deriv(self, z):
+        """
+        Derivative of the inverse of the log transform link function
+
+        Parameters
+        ----------
+        z : array
+            The inverse of the link function at `p`
+
+        Returns
+        -------
+        g^(-1)'(z) : array
+            The value of the derivative of the inverse of the log function,
+            the exponential function
+        """
+        return np.exp(z)
+
+
+class log(Log):
+    """
+    The log transform
+
+    Notes
+    -----
+    log is a an alias of Log.
+    """
+    pass
+
+
+# TODO: the CDFLink is untested
+class CDFLink(Logit):
+    """
+    The use the CDF of a scipy.stats distribution
+
+    CDFLink is a subclass of logit in order to use its _clean method
+    for the link and its derivative.
+
+    Parameters
+    ----------
+    dbn : scipy.stats distribution
+        Default is dbn=scipy.stats.norm
+
+    Notes
+    -----
+    The CDF link is untested.
+    """
+
+    def __init__(self, dbn=scipy.stats.norm):
+        self.dbn = dbn
+
+    def __call__(self, p):
+        """
+        CDF link function
+
+        Parameters
+        ----------
+        p : array-like
+            Mean parameters
+
+        Returns
+        -------
+        z : array
+            (ppf) inverse of CDF transform of p
+
+        Notes
+        -----
+        g(`p`) = `dbn`.ppf(`p`)
+        """
+        p = self._clean(p)
+        return self.dbn.ppf(p)
+
+    def inverse(self, z):
+        """
+        The inverse of the CDF link
+
+        Parameters
+        ----------
+        z : array-like
+            The value of the inverse of the link function at `p`
+
+        Returns
+        -------
+        p : array
+            Mean probabilities.  The value of the inverse of CDF link of `z`
+
+        Notes
+        -----
+        g^(-1)(`z`) = `dbn`.cdf(`z`)
+        """
+        return self.dbn.cdf(z)
+
+    def deriv(self, p):
+        """
+        Derivative of CDF link
+
+        Parameters
+        ----------
+        p : array-like
+            mean parameters
+
+        Returns
+        -------
+        g'(p) : array
+            The derivative of CDF transform at `p`
+
+        Notes
+        -----
+        g'(`p`) = 1./ `dbn`.pdf(`dbn`.ppf(`p`))
+        """
+        p = self._clean(p)
+        return 1. / self.dbn.pdf(self.dbn.ppf(p))
+
+    def deriv2(self, p):
+        """
+        Second derivative of the link function g''(p)
+
+        implemented through numerical differentiation
+        """
+        from statsmodels.tools.numdiff import approx_fprime
+        p = np.atleast_1d(p)
+        # Note: special function for norm.ppf does not support complex
+        return np.diag(approx_fprime(p, self.deriv, centered=True))
+
+    def inverse_deriv(self, z):
+        """
+        Derivative of the inverse of the CDF transformation link function
+
+        Parameters
+        ----------
+        z : array
+            The inverse of the link function at `p`
+
+        Returns
+        -------
+        g^(-1)'(z) : array
+            The value of the derivative of the inverse of the logit function
+        """
+        return 1/self.deriv(self.inverse(z))
+
+
+class probit(CDFLink):
+    """
+    The probit (standard normal CDF) transform
+
+    Notes
+    --------
+    g(p) = scipy.stats.norm.ppf(p)
+
+    probit is an alias of CDFLink.
+    """
+    pass
+
+
+class cauchy(CDFLink):
+    """
+    The Cauchy (standard Cauchy CDF) transform
+
+    Notes
+    -----
+    g(p) = scipy.stats.cauchy.ppf(p)
+
+    cauchy is an alias of CDFLink with dbn=scipy.stats.cauchy
+    """
+
+    def __init__(self):
+        super(cauchy, self).__init__(dbn=scipy.stats.cauchy)
+
+    def deriv2(self, p):
+        """
+        Second derivative of the Cauchy link function.
+
+        Parameters
+        ----------
+        p: array-like
+            Probabilities
+
+        Returns
+        -------
+        g''(p) : array
+            Value of the second derivative of Cauchy link function at `p`
+        """
+        a = np.pi * (p - 0.5)
+        d2 = 2 * np.pi**2 * np.sin(a) / np.cos(a)**3
+        return d2
+
+class CLogLog(Logit):
+    """
+    The complementary log-log transform
+
+    CLogLog inherits from Logit in order to have access to its _clean method
+    for the link and its derivative.
+
+    Notes
+    -----
+    CLogLog is untested.
+    """
+    def __call__(self, p):
+        """
+        C-Log-Log transform link function
+
+        Parameters
+        ----------
+        p : array
+            Mean parameters
+
+        Returns
+        -------
+        z : array
+            The CLogLog transform of `p`
+
+        Notes
+        -----
+        g(p) = log(-log(1-p))
+        """
+        p = self._clean(p)
+        return np.log(-np.log(1 - p))
+
+    def inverse(self, z):
+        """
+        Inverse of C-Log-Log transform link function
+
+
+        Parameters
+        ----------
+        z : array-like
+            The value of the inverse of the CLogLog link function at `p`
+
+        Returns
+        -------
+        p : array
+            Mean parameters
+
+        Notes
+        -----
+        g^(-1)(`z`) = 1-exp(-exp(`z`))
+        """
+        return 1 - np.exp(-np.exp(z))
+
+    def deriv(self, p):
+        """
+        Derivative of C-Log-Log transform link function
+
+        Parameters
+        ----------
+        p : array-like
+            Mean parameters
+
+        Returns
+        -------
+        g'(p) : array
+            The derivative of the CLogLog transform link function
+
+        Notes
+        -----
+        g'(p) = - 1 / ((p-1)*log(1-p))
+        """
+        p = self._clean(p)
+        return 1. / ((p - 1) * (np.log(1 - p)))
+
+    def deriv2(self, p):
+        """
+        Second derivative of the C-Log-Log ink function
+
+        Parameters
+        ----------
+        p : array-like
+            Mean parameters
+
+        Returns
+        -------
+        g''(p) : array
+            The second derivative of the CLogLog link function
+        """
+        p = self._clean(p)
+        fl = np.log(1 - p)
+        d2 = -1 / ((1 - p)**2 * fl)
+        d2 *= 1 + 1 / fl
+        return d2
+
+    def inverse_deriv(self, z):
+        """
+        Derivative of the inverse of the C-Log-Log transform link function
+
+        Parameters
+        ----------
+        z : array-like
+            The value of the inverse of the CLogLog link function at `p`
+
+        Returns
+        -------
+        g^(-1)'(z) : array
+            The derivative of the inverse of the CLogLog link function
+        """
+        return np.exp(z - np.exp(z))
+
+
+class cloglog(CLogLog):
+    """
+    The CLogLog transform link function.
+
+    Notes
+    -----
+    g(`p`) = log(-log(1-`p`))
+
+    cloglog is an alias for CLogLog
+    cloglog = CLogLog()
+    """
+    pass
+
+
+class NegativeBinomial(object):
+    '''
+    The negative binomial link function
+
+    Parameters
+    ----------
+    alpha : float, optional
+        Alpha is the ancillary parameter of the Negative Binomial link
+        function. It is assumed to be nonstochastic.  The default value is 1.
+        Permissible values are usually assumed to be in (.01, 2).
+    '''
+
+    def __init__(self, alpha=1.):
+        self.alpha = alpha
+
+    def _clean(self, x):
+        return np.clip(x, FLOAT_EPS, np.inf)
+
+    def __call__(self, p):
+        '''
+        Negative Binomial transform link function
+
+        Parameters
+        ----------
+        p : array-like
+            Mean parameters
+
+        Returns
+        -------
+        z : array
+            The negative binomial transform of `p`
+
+        Notes
+        -----
+        g(p) = log(p/(p + 1/alpha))
+        '''
+        p = self._clean(p)
+        return np.log(p/(p + 1/self.alpha))
+
+    def inverse(self, z):
+        '''
+        Inverse of the negative binomial transform
+
+        Parameters
+        -----------
+        z : array-like
+            The value of the inverse of the negative binomial link at `p`.
+
+        Returns
+        -------
+        p : array
+            Mean parameters
+
+        Notes
+        -----
+        g^(-1)(z) = exp(z)/(alpha*(1-exp(z)))
+        '''
+        return -1/(self.alpha * (1 - np.exp(-z)))
+
+    def deriv(self, p):
+        '''
+        Derivative of the negative binomial transform
+
+        Parameters
+        ----------
+        p : array-like
+            Mean parameters
+
+        Returns
+        -------
+        g'(p) : array
+            The derivative of the negative binomial transform link function
+
+        Notes
+        -----
+        g'(x) = 1/(x+alpha*x^2)
+        '''
+        return 1/(p + self.alpha * p**2)
+
+    def deriv2(self,p):
+        '''
+        Second derivative of the negative binomial link function.
+
+        Parameters
+        ----------
+        p : array-like
+            Mean parameters
+
+        Returns
+        -------
+        g''(p) : array
+            The second derivative of the negative binomial transform link
+            function
+
+        Notes
+        -----
+        g''(x) = -(1+2*alpha*x)/(x+alpha*x^2)^2
+        '''
+        numer = -(1 + 2 * self.alpha * p)
+        denom = (p + self.alpha * p**2)**2
+        return numer / denom
+
+    def inverse_deriv(self, z):
+        '''
+        Derivative of the inverse of the negative binomial transform
+
+        Parameters
+        -----------
+        z : array-like
+            Usually the linear predictor for a GLM or GEE model
+
+        Returns
+        -------
+        g^(-1)'(z) : array
+            The value of the derivative of the inverse of the negative
+            binomial link
+        '''
+        t = np.exp(z)
+        return t / (self.alpha * (1-t)**2)
+
+
+class nbinom(NegativeBinomial):
+    """
+    The negative binomial link function.
+
+    Notes
+    -----
+    g(p) = log(p/(p + 1/alpha))
+
+    nbinom is an alias of NegativeBinomial.
+    nbinom = NegativeBinomial(alpha=1.)
+    """
+    pass
diff --git a/pysal/contrib/glm/tests/test_glm.py b/pysal/contrib/glm/tests/test_glm.py
new file mode 100644
index 0000000..b41e962
--- /dev/null
+++ b/pysal/contrib/glm/tests/test_glm.py
@@ -0,0 +1,993 @@
+"""
+Tests for generalized linear models. Majority of code either directly borrowed
+or closely adapted from statsmodels package. Model results verfiied using glm
+function in R and GLM function in statsmodels.
+"""
+
+__author__ = 'Taylor Oshan tayoshan at gmail.com'
+
+from pysal.contrib.glm.glm import GLM
+from pysal.contrib.glm.family import Gaussian, Poisson, Binomial, QuasiPoisson
+import numpy as np
+import pysal
+import unittest
+import math
+
+
+class TestGaussian(unittest.TestCase):
+    """
+    Tests for Poisson GLM
+    """
+
+    def setUp(self):
+        db = pysal.open(pysal.examples.get_path('columbus.dbf'),'r')
+        y = np.array(db.by_col("HOVAL"))
+        self.y = np.reshape(y, (49,1))
+        X = []
+        X.append(db.by_col("INC"))
+        X.append(db.by_col("CRIME"))
+        self.X = np.array(X).T
+
+    def testIWLS(self):
+        model = GLM(self.y, self.X, family=Gaussian())
+        results = model.fit()
+        self.assertAlmostEqual(results.n, 49)
+        self.assertAlmostEqual(results.df_model, 2)
+        self.assertAlmostEqual(results.df_resid, 46)
+        self.assertAlmostEqual(results.aic, 408.73548964604873)
+        self.assertAlmostEqual(results.bic, 10467.991340493107)
+        self.assertAlmostEqual(results.deviance, 10647.015074206196)
+        self.assertAlmostEqual(results.llf, -201.36774482302437)
+        self.assertAlmostEqual(results.null_deviance, 16367.794631703124)
+        self.assertAlmostEqual(results.scale, 231.45684943926514)
+        np.testing.assert_allclose(results.params, [ 46.42818268,   0.62898397,
+            -0.48488854])
+        np.testing.assert_allclose(results.bse, [ 13.19175703,   0.53591045,
+            0.18267291])
+        np.testing.assert_allclose(results.cov_params(),
+                [[  1.74022453e+02,  -6.52060364e+00,  -2.15109867e+00],
+                [ -6.52060364e+00,   2.87200008e-01,   6.80956787e-02],
+                [ -2.15109867e+00,   6.80956787e-02,   3.33693910e-02]])
+        np.testing.assert_allclose(results.tvalues, [ 3.51948437,  1.17367365,
+            -2.65440864])
+        np.testing.assert_allclose(results.pvalues, [ 0.00043239,  0.24052577,
+            0.00794475], atol=1.0e-8)
+        np.testing.assert_allclose(results.conf_int(),
+                [[ 20.57281401,  72.28355135],
+                [ -0.42138121,   1.67934915],
+                [ -0.84292086,  -0.12685622]])
+        np.testing.assert_allclose(results.normalized_cov_params,
+                [[  7.51857004e-01,  -2.81720055e-02,  -9.29373521e-03],
+                [ -2.81720055e-02,   1.24083607e-03,   2.94204638e-04],
+                [ -9.29373521e-03,   2.94204638e-04,   1.44171110e-04]])
+        np.testing.assert_allclose(results.mu,
+                [ 51.08752105,  50.66601521,  41.61367567,  33.53969014,
+                28.90638232,  43.87074227,  51.64910882,  34.92671563,
+                42.69267622,  38.49449134,  20.92815471,  25.25228436,
+                29.78223486,  25.02403635,  29.07959539,  24.63352275,
+                34.71372149,  33.40443052,  27.29864225,  65.86219802,
+                33.69854751,  37.44976435,  50.01304928,  36.81219959,
+                22.02674837,  31.64775955,  27.63563294,  23.7697291 ,
+                22.43119725,  21.76987089,  48.51169321,  49.05891819,
+                32.31656426,  44.20550354,  35.49244888,  51.27811308,
+                36.55047181,  27.37048914,  48.78812922,  57.31744163,
+                51.22914162,  54.70515578,  37.06622277,  44.5075759 ,
+                41.24328983,  49.93821824,  44.85644299,  40.93838609,  47.32045464])
+        self.assertAlmostEqual(results.pearson_chi2, 10647.015074206196)
+        np.testing.assert_allclose(results.resid_response,
+                [ 29.37948195,  -6.09901421, -15.26367567,  -0.33968914,
+                -5.68138232, -15.12074227,  23.35089118,   2.19828437,
+                9.90732178,  57.90551066,  -1.22815371,  -5.35228436,
+                11.91776614,  17.87596565, -11.07959539,  -5.83352375,
+                7.03627851,  26.59556948,   3.30135775,  15.40479998,
+                -13.72354751,  -6.99976335,  -2.28004728,  16.38780141,
+                -4.12674837, -11.34776055,   6.46436506,  -0.9197291 ,
+                10.06880275,   0.73012911, -16.71169421,  -8.75891919,
+                -8.71656426, -15.75550254,  -8.49244888, -14.97811408,
+                6.74952719,  -4.67048814,  -9.18813122,   4.63255937,
+                -9.12914362, -10.37215578, -11.36622177, -11.0075759 ,
+                -13.51028983,  26.16177976,  -2.35644299, -14.13838709, -11.52045564])
+        np.testing.assert_allclose(results.resid_working,
+                [ 29.37948195,  -6.09901421, -15.26367567,  -0.33968914,
+                -5.68138232, -15.12074227,  23.35089118,   2.19828437,
+                9.90732178,  57.90551066,  -1.22815371,  -5.35228436,
+                11.91776614,  17.87596565, -11.07959539,  -5.83352375,
+                7.03627851,  26.59556948,   3.30135775,  15.40479998,
+                -13.72354751,  -6.99976335,  -2.28004728,  16.38780141,
+                -4.12674837, -11.34776055,   6.46436506,  -0.9197291 ,
+                10.06880275,   0.73012911, -16.71169421,  -8.75891919,
+                -8.71656426, -15.75550254,  -8.49244888, -14.97811408,
+                6.74952719,  -4.67048814,  -9.18813122,   4.63255937,
+                -9.12914362, -10.37215578, -11.36622177, -11.0075759 ,
+                -13.51028983,  26.16177976,  -2.35644299, -14.13838709, -11.52045564])
+        np.testing.assert_allclose(results.resid_pearson,
+                [ 29.37948195,  -6.09901421, -15.26367567,  -0.33968914,
+                -5.68138232, -15.12074227,  23.35089118,   2.19828437,
+                9.90732178,  57.90551066,  -1.22815371,  -5.35228436,
+                11.91776614,  17.87596565, -11.07959539,  -5.83352375,
+                7.03627851,  26.59556948,   3.30135775,  15.40479998,
+                -13.72354751,  -6.99976335,  -2.28004728,  16.38780141,
+                -4.12674837, -11.34776055,   6.46436506,  -0.9197291 ,
+                10.06880275,   0.73012911, -16.71169421,  -8.75891919,
+                -8.71656426, -15.75550254,  -8.49244888, -14.97811408,
+                6.74952719,  -4.67048814,  -9.18813122,   4.63255937,
+                -9.12914362, -10.37215578, -11.36622177, -11.0075759 ,
+                -13.51028983,  26.16177976,  -2.35644299, -14.13838709, -11.52045564])
+        np.testing.assert_allclose(results.resid_anscombe,
+                [ 29.37948195,  -6.09901421, -15.26367567,  -0.33968914,
+                -5.68138232, -15.12074227,  23.35089118,   2.19828437,
+                9.90732178,  57.90551066,  -1.22815371,  -5.35228436,
+                11.91776614,  17.87596565, -11.07959539,  -5.83352375,
+                7.03627851,  26.59556948,   3.30135775,  15.40479998,
+                -13.72354751,  -6.99976335,  -2.28004728,  16.38780141,
+                -4.12674837, -11.34776055,   6.46436506,  -0.9197291 ,
+                10.06880275,   0.73012911, -16.71169421,  -8.75891919,
+                -8.71656426, -15.75550254,  -8.49244888, -14.97811408,
+                6.74952719,  -4.67048814,  -9.18813122,   4.63255937,
+                -9.12914362, -10.37215578, -11.36622177, -11.0075759 ,
+                -13.51028983,  26.16177976,  -2.35644299, -14.13838709, -11.52045564])
+        np.testing.assert_allclose(results.resid_deviance,
+                [ 29.37948195,  -6.09901421, -15.26367567,  -0.33968914,
+                -5.68138232, -15.12074227,  23.35089118,   2.19828437,
+                9.90732178,  57.90551066,  -1.22815371,  -5.35228436,
+                11.91776614,  17.87596565, -11.07959539,  -5.83352375,
+                7.03627851,  26.59556948,   3.30135775,  15.40479998,
+                -13.72354751,  -6.99976335,  -2.28004728,  16.38780141,
+                -4.12674837, -11.34776055,   6.46436506,  -0.9197291 ,
+                10.06880275,   0.73012911, -16.71169421,  -8.75891919,
+                -8.71656426, -15.75550254,  -8.49244888, -14.97811408,
+                6.74952719,  -4.67048814,  -9.18813122,   4.63255937,
+                -9.12914362, -10.37215578, -11.36622177, -11.0075759 ,
+                -13.51028983,  26.16177976,  -2.35644299, -14.13838709, -11.52045564])
+        np.testing.assert_allclose(results.null,
+                [ 38.43622447,  38.43622447,  38.43622447,  38.43622447,
+                38.43622447,  38.43622447,  38.43622447,  38.43622447,
+                38.43622447,  38.43622447,  38.43622447,  38.43622447,
+                38.43622447,  38.43622447,  38.43622447,  38.43622447,
+                38.43622447,  38.43622447,  38.43622447,  38.43622447,
+                38.43622447,  38.43622447,  38.43622447,  38.43622447,
+                38.43622447,  38.43622447,  38.43622447,  38.43622447,
+                38.43622447,  38.43622447,  38.43622447,  38.43622447,
+                38.43622447,  38.43622447,  38.43622447,  38.43622447,
+                38.43622447,  38.43622447,  38.43622447,  38.43622447,
+                38.43622447,  38.43622447,  38.43622447,  38.43622447,
+                38.43622447,  38.43622447,  38.43622447,  38.43622447,  38.43622447])
+        self.assertAlmostEqual(results.D2, .349514377851)
+        self.assertAlmostEqual(results.adj_D2, 0.32123239427957673)
+
+class TestPoisson(unittest.TestCase):
+
+    def setUp(self):
+        db = pysal.open(pysal.examples.get_path('columbus.dbf'),'r')
+        y = np.array(db.by_col("HOVAL"))
+        y = np.reshape(y, (49,1))
+        self.y = np.round(y).astype(int)
+        X = []
+        X.append(db.by_col("INC"))
+        X.append(db.by_col("CRIME"))
+        self.X = np.array(X).T
+
+    def testIWLS(self):
+        model = GLM(self.y, self.X, family=Poisson())
+        results = model.fit()
+        self.assertAlmostEqual(results.n, 49)
+        self.assertAlmostEqual(results.df_model, 2)
+        self.assertAlmostEqual(results.df_resid, 46)
+        self.assertAlmostEqual(results.aic, 500.85184179938756)
+        self.assertAlmostEqual(results.bic, 51.436404535087661)
+        self.assertAlmostEqual(results.deviance, 230.46013824817649)
+        self.assertAlmostEqual(results.llf, -247.42592089969378)
+        self.assertAlmostEqual(results.null_deviance, 376.97293610347361)
+        self.assertAlmostEqual(results.scale, 1.0)
+        np.testing.assert_allclose(results.params, [ 3.92159085,  0.01183491,
+            -0.01371397], atol=1.0e-8)
+        np.testing.assert_allclose(results.bse, [ 0.13049161,  0.00511599,
+            0.00193769], atol=1.0e-8)
+        np.testing.assert_allclose(results.cov_params(),
+                [[  1.70280610e-02,  -6.18628383e-04,  -2.21386966e-04],
+                [ -6.18628383e-04,   2.61733917e-05,   6.77496445e-06],
+                [ -2.21386966e-04,   6.77496445e-06,   3.75463502e-06]])
+        np.testing.assert_allclose(results.tvalues, [ 30.0524361 ,   2.31331634,
+            -7.07748998])
+        np.testing.assert_allclose(results.pvalues, [  2.02901657e-198,
+            2.07052532e-002,   1.46788805e-012])
+        np.testing.assert_allclose(results.conf_int(),
+                [[  3.66583199e+00,   4.17734972e+00],
+                [  1.80774841e-03,   2.18620753e-02],
+                [ -1.75117666e-02,  -9.91616901e-03]])
+        np.testing.assert_allclose(results.normalized_cov_params,
+                [[  1.70280610e-02,  -6.18628383e-04,  -2.21386966e-04],
+                [ -6.18628383e-04,   2.61733917e-05,   6.77496445e-06],
+                [ -2.21386966e-04,   6.77496445e-06,   3.75463502e-06]])
+        np.testing.assert_allclose(results.mu,
+                [ 51.26831574,  50.15022766,  40.06142973,  34.13799739,
+                28.76119226,  42.6836241 ,  55.64593703,  34.08277997,
+                40.90389582,  37.19727958,  23.47459217,  26.12384057,
+                29.78303507,  25.96888223,  29.14073823,  26.04369592,
+                34.18996367,  32.28924005,  27.42284396,  72.69207879,
+                33.05316347,  36.52276972,  49.2551479 ,  35.33439632,
+                24.07252457,  31.67153709,  27.81699478,  25.38021219,
+                24.31759259,  23.13586161,  48.40724678,  48.57969818,
+                31.92596006,  43.3679231 ,  34.32925819,  51.78908089,
+                34.49778584,  27.56236198,  48.34273194,  57.50829097,
+                50.66038226,  54.68701352,  35.77103116,  43.21886784,
+                40.07615759,  49.98658004,  43.13352883,  40.28520774,  46.28910294])
+        self.assertAlmostEqual(results.pearson_chi2, 264.62262932090221)
+        np.testing.assert_allclose(results.resid_response,
+                [ 28.73168426,  -5.15022766, -14.06142973,  -1.13799739,
+                -5.76119226, -13.6836241 ,  19.35406297,   2.91722003,
+                12.09610418,  58.80272042,  -3.47459217,  -6.12384057,
+                12.21696493,  17.03111777, -11.14073823,  -7.04369592,
+                7.81003633,  27.71075995,   3.57715604,   8.30792121,
+                -13.05316347,  -6.52276972,  -1.2551479 ,  17.66560368,
+                -6.07252457, -11.67153709,   6.18300522,  -2.38021219,
+                7.68240741,  -1.13586161, -16.40724678,  -8.57969818,
+                -7.92596006, -15.3679231 ,  -7.32925819, -15.78908089,
+                8.50221416,  -4.56236198,  -8.34273194,   4.49170903,
+                -8.66038226, -10.68701352,  -9.77103116,  -9.21886784,
+                -12.07615759,  26.01341996,  -1.13352883, -13.28520774, -10.28910294])
+        np.testing.assert_allclose(results.resid_working,
+                [ 1473.02506034,  -258.28508941,  -563.32097891,   -38.84895192,
+                -165.69875817,  -584.06666725,  1076.97496919,    99.42696848,
+                494.77778514,  2187.30123163,   -81.56463405,  -159.97823479,
+                363.858295  ,   442.27909165,  -324.64933645,  -183.44387481,
+                267.02485844,   894.75938   ,    98.09579187,   603.9200634 ,
+                -431.44834594,  -238.2296165 ,   -61.82249568,   624.20344168,
+                -146.18099686,  -369.65551968,   171.99262399,   -60.41029031,
+                186.81765356,   -26.27913713,  -794.22964417,  -416.79914795,
+                -253.04388425,  -666.47490701,  -251.6079969 ,  -817.70198717,
+                293.30756327,  -125.74947222,  -403.31045369,   258.31051005,
+                -438.73827602,  -584.440853  ,  -349.51985996,  -398.42903071,
+                -483.96599444,  1300.32189904,   -48.89309853,  -535.19735391,
+                -476.27334527])
+        np.testing.assert_allclose(results.resid_pearson,
+                [ 4.01269878, -0.72726045, -2.221602  , -0.19477008, -1.07425881,
+                -2.09445239,  2.59451042,  0.49969118,  1.89131202,  9.64143836,
+                -0.71714142, -1.19813392,  2.23861212,  3.34207756, -2.0637814 ,
+                -1.3802231 ,  1.33568403,  4.87662684,  0.68309584,  0.97442591,
+                -2.27043598, -1.07931992, -0.17884182,  2.97186889, -1.23768025,
+                -2.07392709,  1.1723155 , -0.47246327,  1.55789092, -0.23614708,
+                -2.35819937, -1.23096188, -1.40274877, -2.33362391, -1.25091503,
+                -2.19400568,  1.44755952, -0.8690235 , -1.19989348,  0.59230634,
+                -1.21675413, -1.44515442, -1.63370888, -1.40229988, -1.90759306,
+                3.67934693, -0.17259375, -2.09312684, -1.51230062])
+        np.testing.assert_allclose(results.resid_anscombe,
+                [ 3.70889134, -0.74031295, -2.37729865, -0.19586855, -1.11374751,
+                -2.22611959,  2.46352013,  0.49282126,  1.80857757,  8.06444452,
+                -0.73610811, -1.25061371,  2.10820431,  3.05467547, -2.22437611,
+                -1.45136173,  1.28939698,  4.35942058,  0.66904552,  0.95674923,
+                -2.45438937, -1.11429881, -0.17961012,  2.76715848, -1.29658591,
+                -2.22816691,  1.13269136, -0.48017382,  1.48562248, -0.23812278,
+                -2.51664399, -1.2703721 , -1.4683091 , -2.49907536, -1.30026484,
+                -2.32398309,  1.39380683, -0.89495368, -1.23735395,  0.58485202,
+                -1.25435224, -1.4968484 , -1.71888038, -1.45756652, -2.01906267,
+                3.41729922, -0.17335867, -2.22921828, -1.57470549])
+        np.testing.assert_allclose(results.resid_deviance,
+                [ 3.70529668, -0.74027329, -2.37536322, -0.19586751, -1.11349765,
+                -2.22466106,  2.46246446,  0.4928057 ,  1.80799655,  8.02696525,
+                -0.73602255, -1.25021555,  2.10699958,  3.05084608, -2.22214376,
+                -1.45072221,  1.28913747,  4.35106213,  0.6689982 ,  0.95669662,
+                -2.45171913, -1.11410444, -0.17960956,  2.76494217, -1.29609865,
+                -2.22612429,  1.13247453, -0.48015254,  1.48508549, -0.23812   ,
+                -2.51476072, -1.27015583, -1.46777697, -2.49699318, -1.29992892,
+                -2.32263069,  1.39348459, -0.89482132, -1.23715363,  0.58483655,
+                -1.25415329, -1.49653039, -1.7181055 , -1.45719072, -2.01791949,
+                3.41437156, -0.1733581 , -2.22765605, -1.57426046])
+        np.testing.assert_allclose(results.null,
+                [ 38.42857143,  38.42857143,  38.42857143,  38.42857143,
+                38.42857143,  38.42857143,  38.42857143,  38.42857143,
+                38.42857143,  38.42857143,  38.42857143,  38.42857143,
+                38.42857143,  38.42857143,  38.42857143,  38.42857143,
+                38.42857143,  38.42857143,  38.42857143,  38.42857143,
+                38.42857143,  38.42857143,  38.42857143,  38.42857143,
+                38.42857143,  38.42857143,  38.42857143,  38.42857143,
+                38.42857143,  38.42857143,  38.42857143,  38.42857143,
+                38.42857143,  38.42857143,  38.42857143,  38.42857143,
+                38.42857143,  38.42857143,  38.42857143,  38.42857143,
+                38.42857143,  38.42857143,  38.42857143,  38.42857143,
+                38.42857143,  38.42857143,  38.42857143,  38.42857143,  38.42857143])
+        self.assertAlmostEqual(results.D2, .388656011675)
+        self.assertAlmostEqual(results.adj_D2, 0.36207583826952761)#.375648692774)
+
+    def testQuasi(self):
+        model = GLM(self.y, self.X, family=QuasiPoisson())
+        results = model.fit()
+        self.assertAlmostEqual(results.n, 49)
+        self.assertAlmostEqual(results.df_model, 2)
+        self.assertAlmostEqual(results.df_resid, 46)
+        self.assertTrue(math.isnan(results.aic))
+        self.assertAlmostEqual(results.bic, 51.436404535087661)
+        self.assertAlmostEqual(results.deviance, 230.46013824817649)
+        self.assertTrue(math.isnan(results.llf))
+        self.assertAlmostEqual(results.null_deviance, 376.97293610347361)
+        self.assertAlmostEqual(results.scale, 5.7526658548022223)
+        np.testing.assert_allclose(results.params, [ 3.92159085,  0.01183491,
+            -0.01371397], atol=1.0e-8)
+        np.testing.assert_allclose(results.bse, [ 0.31298042,  0.01227057,
+            0.00464749], atol=1.0e-8)
+        np.testing.assert_allclose(results.cov_params(),
+                [[  9.79567451e-02,  -3.55876238e-03,  -1.27356524e-03],
+                [ -3.55876238e-03,   1.50566777e-04,   3.89741067e-05],
+                [ -1.27356524e-03,   3.89741067e-05,   2.15991606e-05]])
+        np.testing.assert_allclose(results.tvalues, [ 12.52982796,   0.96449604,
+            -2.95083339])
+        np.testing.assert_allclose(results.pvalues, [  5.12737770e-36,
+            3.34797291e-01,   3.16917819e-03])
+        np.testing.assert_allclose(results.conf_int(),
+                [[ 3.3081605 ,  4.53502121],
+                [-0.01221495,  0.03588478],
+                [-0.02282288, -0.00460506]], atol=1.0e-8)
+        np.testing.assert_allclose(results.normalized_cov_params,
+                [[  1.70280610e-02,  -6.18628383e-04,  -2.21386966e-04],
+                [ -6.18628383e-04,   2.61733917e-05,   6.77496445e-06],
+                [ -2.21386966e-04,   6.77496445e-06,   3.75463502e-06]])
+        np.testing.assert_allclose(results.mu,
+                [ 51.26831574,  50.15022766,  40.06142973,  34.13799739,
+                28.76119226,  42.6836241 ,  55.64593703,  34.08277997,
+                40.90389582,  37.19727958,  23.47459217,  26.12384057,
+                29.78303507,  25.96888223,  29.14073823,  26.04369592,
+                34.18996367,  32.28924005,  27.42284396,  72.69207879,
+                33.05316347,  36.52276972,  49.2551479 ,  35.33439632,
+                24.07252457,  31.67153709,  27.81699478,  25.38021219,
+                24.31759259,  23.13586161,  48.40724678,  48.57969818,
+                31.92596006,  43.3679231 ,  34.32925819,  51.78908089,
+                34.49778584,  27.56236198,  48.34273194,  57.50829097,
+                50.66038226,  54.68701352,  35.77103116,  43.21886784,
+                40.07615759,  49.98658004,  43.13352883,  40.28520774,  46.28910294])
+        self.assertAlmostEqual(results.pearson_chi2, 264.62262932090221)
+        np.testing.assert_allclose(results.resid_response,
+                [ 28.73168426,  -5.15022766, -14.06142973,  -1.13799739,
+                -5.76119226, -13.6836241 ,  19.35406297,   2.91722003,
+                12.09610418,  58.80272042,  -3.47459217,  -6.12384057,
+                12.21696493,  17.03111777, -11.14073823,  -7.04369592,
+                7.81003633,  27.71075995,   3.57715604,   8.30792121,
+                -13.05316347,  -6.52276972,  -1.2551479 ,  17.66560368,
+                -6.07252457, -11.67153709,   6.18300522,  -2.38021219,
+                7.68240741,  -1.13586161, -16.40724678,  -8.57969818,
+                -7.92596006, -15.3679231 ,  -7.32925819, -15.78908089,
+                8.50221416,  -4.56236198,  -8.34273194,   4.49170903,
+                -8.66038226, -10.68701352,  -9.77103116,  -9.21886784,
+                -12.07615759,  26.01341996,  -1.13352883, -13.28520774, -10.28910294])
+        np.testing.assert_allclose(results.resid_working,
+                [ 1473.02506034,  -258.28508941,  -563.32097891,   -38.84895192,
+                -165.69875817,  -584.06666725,  1076.97496919,    99.42696848,
+                494.77778514,  2187.30123163,   -81.56463405,  -159.97823479,
+                363.858295  ,   442.27909165,  -324.64933645,  -183.44387481,
+                267.02485844,   894.75938   ,    98.09579187,   603.9200634 ,
+                -431.44834594,  -238.2296165 ,   -61.82249568,   624.20344168,
+                -146.18099686,  -369.65551968,   171.99262399,   -60.41029031,
+                186.81765356,   -26.27913713,  -794.22964417,  -416.79914795,
+                -253.04388425,  -666.47490701,  -251.6079969 ,  -817.70198717,
+                293.30756327,  -125.74947222,  -403.31045369,   258.31051005,
+                -438.73827602,  -584.440853  ,  -349.51985996,  -398.42903071,
+                -483.96599444,  1300.32189904,   -48.89309853,  -535.19735391,
+                -476.27334527])
+        np.testing.assert_allclose(results.resid_pearson,
+                [ 4.01269878, -0.72726045, -2.221602  , -0.19477008, -1.07425881,
+                -2.09445239,  2.59451042,  0.49969118,  1.89131202,  9.64143836,
+                -0.71714142, -1.19813392,  2.23861212,  3.34207756, -2.0637814 ,
+                -1.3802231 ,  1.33568403,  4.87662684,  0.68309584,  0.97442591,
+                -2.27043598, -1.07931992, -0.17884182,  2.97186889, -1.23768025,
+                -2.07392709,  1.1723155 , -0.47246327,  1.55789092, -0.23614708,
+                -2.35819937, -1.23096188, -1.40274877, -2.33362391, -1.25091503,
+                -2.19400568,  1.44755952, -0.8690235 , -1.19989348,  0.59230634,
+                -1.21675413, -1.44515442, -1.63370888, -1.40229988, -1.90759306,
+                3.67934693, -0.17259375, -2.09312684, -1.51230062])
+        np.testing.assert_allclose(results.resid_anscombe,
+                [ 3.70889134, -0.74031295, -2.37729865, -0.19586855, -1.11374751,
+                -2.22611959,  2.46352013,  0.49282126,  1.80857757,  8.06444452,
+                -0.73610811, -1.25061371,  2.10820431,  3.05467547, -2.22437611,
+                -1.45136173,  1.28939698,  4.35942058,  0.66904552,  0.95674923,
+                -2.45438937, -1.11429881, -0.17961012,  2.76715848, -1.29658591,
+                -2.22816691,  1.13269136, -0.48017382,  1.48562248, -0.23812278,
+                -2.51664399, -1.2703721 , -1.4683091 , -2.49907536, -1.30026484,
+                -2.32398309,  1.39380683, -0.89495368, -1.23735395,  0.58485202,
+                -1.25435224, -1.4968484 , -1.71888038, -1.45756652, -2.01906267,
+                3.41729922, -0.17335867, -2.22921828, -1.57470549])
+        np.testing.assert_allclose(results.resid_deviance,
+                [ 3.70529668, -0.74027329, -2.37536322, -0.19586751, -1.11349765,
+                -2.22466106,  2.46246446,  0.4928057 ,  1.80799655,  8.02696525,
+                -0.73602255, -1.25021555,  2.10699958,  3.05084608, -2.22214376,
+                -1.45072221,  1.28913747,  4.35106213,  0.6689982 ,  0.95669662,
+                -2.45171913, -1.11410444, -0.17960956,  2.76494217, -1.29609865,
+                -2.22612429,  1.13247453, -0.48015254,  1.48508549, -0.23812   ,
+                -2.51476072, -1.27015583, -1.46777697, -2.49699318, -1.29992892,
+                -2.32263069,  1.39348459, -0.89482132, -1.23715363,  0.58483655,
+                -1.25415329, -1.49653039, -1.7181055 , -1.45719072, -2.01791949,
+                3.41437156, -0.1733581 , -2.22765605, -1.57426046])
+        np.testing.assert_allclose(results.null,
+                [ 38.42857143,  38.42857143,  38.42857143,  38.42857143,
+                38.42857143,  38.42857143,  38.42857143,  38.42857143,
+                38.42857143,  38.42857143,  38.42857143,  38.42857143,
+                38.42857143,  38.42857143,  38.42857143,  38.42857143,
+                38.42857143,  38.42857143,  38.42857143,  38.42857143,
+                38.42857143,  38.42857143,  38.42857143,  38.42857143,
+                38.42857143,  38.42857143,  38.42857143,  38.42857143,
+                38.42857143,  38.42857143,  38.42857143,  38.42857143,
+                38.42857143,  38.42857143,  38.42857143,  38.42857143,
+                38.42857143,  38.42857143,  38.42857143,  38.42857143,
+                38.42857143,  38.42857143,  38.42857143,  38.42857143,
+                38.42857143,  38.42857143,  38.42857143,  38.42857143,  38.42857143])
+        self.assertAlmostEqual(results.D2, .388656011675)
+        self.assertAlmostEqual(results.adj_D2, 0.36207583826952761)
+
+class TestBinomial(unittest.TestCase):
+
+    def setUp(self):
+        #London house price data
+        #y: 'BATH2'
+        y = np.array([0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0,
+            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0,
+            0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,
+            0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0,
+            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,
+            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0,
+            0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1,
+            0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0,
+            0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0,
+            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,
+            0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0,
+            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0])
+       	self.y = y.reshape((316,1))
+        #X: 'FLOORSZ'
+       	X = np.array([ 77,  75,  64,  95, 107, 100,  81, 151,  98, 260, 171, 161,  91,
+            80,  50,  85,  52,  69,  60,  84, 155,  97,  69, 126,  90,  43,
+            51,  41, 140,  80,  52,  86,  66,  60,  40, 155, 138,  97, 115,
+            148, 206,  60,  53,  96,  88, 160,  31,  43, 154,  60, 131,  60,
+            46,  61, 125, 150,  76,  92,  96, 100, 105,  72,  48,  41,  72,
+            65,  60,  65,  98,  33, 144, 111,  91, 108,  38,  48,  95,  63,
+            98, 129, 108,  51, 131,  66,  48, 127,  76,  68,  52,  64,  57,
+            121,  67,  76, 112,  96,  90,  53,  93,  64,  97,  58,  44, 157,
+            53,  70,  71, 167,  47,  70,  96,  77,  75,  71,  67,  47,  71,
+            90,  69,  64,  65,  95,  60,  60,  65,  54, 121, 105,  50,  85,
+            69,  69,  62,  65,  93,  93,  70,  62, 155,  68, 117,  80,  80,
+            75,  98, 114,  86,  70,  50,  51, 163, 124,  59,  95,  51,  63,
+            85,  53,  46, 102, 114,  83,  47,  40,  63, 123, 100,  63, 110,
+            79,  98,  99, 120,  52,  48,  37,  81,  30,  88,  50,  35, 116,
+            67,  45,  80,  86, 109,  59,  75,  60,  71, 141, 121,  50, 168,
+            90,  51, 133,  75, 133, 127,  37,  68, 105,  61, 123, 151, 110,
+            77, 220,  94,  77,  70, 100,  98, 126,  55, 105,  60, 176, 104,
+            68,  62,  70,  48, 102,  80,  97,  66,  80, 102, 160,  55,  60,
+            71, 125,  85,  85, 190, 137,  48,  41,  42,  51,  57,  60, 114,
+            88,  84, 108,  66,  85,  42,  98,  90, 127, 100,  55,  76,  82,
+            63,  80,  71,  76, 121, 109,  92, 160, 109, 185, 100,  90,  90,
+            86,  88,  95, 116, 135,  61,  74,  60, 235,  76,  66, 100,  49,
+            50,  37, 100,  88,  90,  52,  95,  81,  79,  96,  75,  91,  86,
+            83, 180, 108,  80,  96,  49, 117, 117,  86,  46,  66,  95,  57,
+            120, 137,  68, 240])
+        self.X = X.reshape((316,1))
+
+    def testIWLS(self):
+        model = GLM(self.y, self.X, family=Binomial())
+        results = model.fit()
+        self.assertAlmostEqual(results.n, 316)
+        self.assertAlmostEqual(results.df_model, 1)
+        self.assertAlmostEqual(results.df_resid, 314)
+        self.assertAlmostEqual(results.aic, 155.19347530342466)
+        self.assertAlmostEqual(results.bic, -1656.1095797628657)
+        self.assertAlmostEqual(results.deviance, 151.19347530342466)
+        self.assertAlmostEqual(results.llf, -75.596737651712331)
+        self.assertAlmostEqual(results.null_deviance, 189.16038985881212)
+        self.assertAlmostEqual(results.scale, 1.0)
+        np.testing.assert_allclose(results.params, [-5.33638276,  0.0287754 ])
+        np.testing.assert_allclose(results.bse, [ 0.64499904,  0.00518312],
+                atol=1.0e-8)
+        np.testing.assert_allclose(results.cov_params(),
+            [[  4.16023762e-01,  -3.14338457e-03],
+            [ -3.14338457e-03,   2.68646833e-05]])
+        np.testing.assert_allclose(results.tvalues, [-8.27347396,  5.55175826])
+        np.testing.assert_allclose(results.pvalues, [  1.30111233e-16,
+            2.82810512e-08])
+        np.testing.assert_allclose(results.conf_int(),
+            [[-6.60055765, -4.07220787],
+            [ 0.01861668,  0.03893412]], atol=1.0e-8)
+        np.testing.assert_allclose(results.normalized_cov_params,
+            [[  4.16023762e-01,  -3.14338457e-03],
+            [ -3.14338457e-03,   2.68646833e-05]])
+        np.testing.assert_allclose(results.mu,
+            [ 0.04226237,  0.03999333,  0.02946178,  0.0689636 ,  0.09471181,
+            0.07879431,  0.04717464,  0.27065598,  0.07471691,  0.89522144,
+            0.39752487,  0.33102718,  0.06192993,  0.04589793,  0.01988679,
+            0.0526265 ,  0.02104007,  0.03386636,  0.02634295,  0.05121018,
+            0.29396682,  0.07275173,  0.03386636,  0.15307528,  0.06027915,
+            0.01631789,  0.02045547,  0.01541937,  0.2128508 ,  0.04589793,
+            0.02104007,  0.05407977,  0.0311527 ,  0.02634295,  0.01498855,
+            0.29396682,  0.20336776,  0.07275173,  0.11637537,  0.25395607,
+            0.64367488,  0.02634295,  0.02164101,  0.07083428,  0.05710047,
+            0.32468619,  0.01160845,  0.01631789,  0.28803008,  0.02634295,
+            0.17267234,  0.02634295,  0.01776301,  0.02709115,  0.14938186,
+            0.26501331,  0.04111287,  0.06362285,  0.07083428,  0.07879431,
+            0.08989109,  0.03680743,  0.0187955 ,  0.01541937,  0.03680743,
+            0.03029581,  0.02634295,  0.03029581,  0.07471691,  0.01228768,
+            0.23277197,  0.10505173,  0.06192993,  0.09720799,  0.01416217,
+            0.0187955 ,  0.0689636 ,  0.02865003,  0.07471691,  0.16460503,
+            0.09720799,  0.02045547,  0.17267234,  0.0311527 ,  0.0187955 ,
+            0.15684317,  0.04111287,  0.03293737,  0.02104007,  0.02946178,
+            0.02421701,  0.1353385 ,  0.03203302,  0.04111287,  0.10778798,
+            0.07083428,  0.06027915,  0.02164101,  0.06535882,  0.02946178,
+            0.07275173,  0.02490638,  0.01678627,  0.30605146,  0.02164101,
+            0.03482061,  0.03580075,  0.37030921,  0.0182721 ,  0.03482061,
+            0.07083428,  0.04226237,  0.03999333,  0.03580075,  0.03203302,
+            0.0182721 ,  0.03580075,  0.06027915,  0.03386636,  0.02946178,
+            0.03029581,  0.0689636 ,  0.02634295,  0.02634295,  0.03029581,
+            0.02225873,  0.1353385 ,  0.08989109,  0.01988679,  0.0526265 ,
+            0.03386636,  0.03386636,  0.02786   ,  0.03029581,  0.06535882,
+            0.06535882,  0.03482061,  0.02786   ,  0.29396682,  0.03293737,
+            0.12242534,  0.04589793,  0.04589793,  0.03999333,  0.07471691,
+            0.11344884,  0.05407977,  0.03482061,  0.01988679,  0.02045547,
+            0.34389327,  0.14576223,  0.02561486,  0.0689636 ,  0.02045547,
+            0.02865003,  0.0526265 ,  0.02164101,  0.01776301,  0.08307425,
+            0.11344884,  0.04982997,  0.0182721 ,  0.01498855,  0.02865003,
+            0.14221564,  0.07879431,  0.02865003,  0.10237696,  0.04465416,
+            0.07471691,  0.07673078,  0.13200634,  0.02104007,  0.0187955 ,
+            0.01376599,  0.04717464,  0.01128289,  0.05710047,  0.01988679,
+            0.01300612,  0.11936722,  0.03203302,  0.01726786,  0.04589793,
+            0.05407977,  0.09976271,  0.02561486,  0.03999333,  0.02634295,
+            0.03580075,  0.21771181,  0.1353385 ,  0.01988679,  0.37704374,
+            0.06027915,  0.02045547,  0.18104935,  0.03999333,  0.18104935,
+            0.15684317,  0.01376599,  0.03293737,  0.08989109,  0.02709115,
+            0.14221564,  0.27065598,  0.10237696,  0.04226237,  0.72991785,
+            0.06713876,  0.04226237,  0.03482061,  0.07879431,  0.07471691,
+            0.15307528,  0.02289366,  0.08989109,  0.02634295,  0.43243779,
+            0.08756457,  0.03293737,  0.02786   ,  0.03482061,  0.0187955 ,
+            0.08307425,  0.04589793,  0.07275173,  0.0311527 ,  0.04589793,
+            0.08307425,  0.32468619,  0.02289366,  0.02634295,  0.03580075,
+            0.14938186,  0.0526265 ,  0.0526265 ,  0.53268924,  0.19874565,
+            0.0187955 ,  0.01541937,  0.01586237,  0.02045547,  0.02421701,
+            0.02634295,  0.11344884,  0.05710047,  0.05121018,  0.09720799,
+            0.0311527 ,  0.0526265 ,  0.01586237,  0.07471691,  0.06027915,
+            0.15684317,  0.07879431,  0.02289366,  0.04111287,  0.04848506,
+            0.02865003,  0.04589793,  0.03580075,  0.04111287,  0.1353385 ,
+            0.09976271,  0.06362285,  0.32468619,  0.09976271,  0.49676673,
+            0.07879431,  0.06027915,  0.06027915,  0.05407977,  0.05710047,
+            0.0689636 ,  0.11936722,  0.18973955,  0.02709115,  0.03890304,
+            0.02634295,  0.80625182,  0.04111287,  0.0311527 ,  0.07879431,
+            0.0193336 ,  0.01988679,  0.01376599,  0.07879431,  0.05710047,
+            0.06027915,  0.02104007,  0.0689636 ,  0.04717464,  0.04465416,
+            0.07083428,  0.03999333,  0.06192993,  0.05407977,  0.04982997,
+            0.46087756,  0.09720799,  0.04589793,  0.07083428,  0.0193336 ,
+            0.12242534,  0.12242534,  0.05407977,  0.01776301,  0.0311527 ,
+            0.0689636 ,  0.02421701,  0.13200634,  0.19874565,  0.03293737,
+            0.82774282], atol=1.0e-8)
+        self.assertAlmostEqual(results.pearson_chi2, 271.21110541713801)
+        np.testing.assert_allclose(results.resid_response,
+            [-0.04226237, -0.03999333, -0.02946178, -0.0689636 , -0.09471181,
+            -0.07879431, -0.04717464, -0.27065598, -0.07471691,  0.10477856,
+            -0.39752487,  0.66897282, -0.06192993, -0.04589793, -0.01988679,
+            -0.0526265 , -0.02104007, -0.03386636, -0.02634295, -0.05121018,
+            -0.29396682,  0.92724827, -0.03386636, -0.15307528, -0.06027915,
+            -0.01631789, -0.02045547, -0.01541937, -0.2128508 , -0.04589793,
+            -0.02104007, -0.05407977, -0.0311527 , -0.02634295, -0.01498855,
+            -0.29396682,  0.79663224, -0.07275173, -0.11637537,  0.74604393,
+            -0.64367488, -0.02634295, -0.02164101, -0.07083428, -0.05710047,
+            -0.32468619, -0.01160845, -0.01631789, -0.28803008, -0.02634295,
+            -0.17267234, -0.02634295, -0.01776301, -0.02709115,  0.85061814,
+            0.73498669, -0.04111287, -0.06362285, -0.07083428, -0.07879431,
+            0.91010891, -0.03680743, -0.0187955 , -0.01541937, -0.03680743,
+            -0.03029581, -0.02634295, -0.03029581, -0.07471691, -0.01228768,
+            0.76722803, -0.10505173, -0.06192993, -0.09720799, -0.01416217,
+            -0.0187955 , -0.0689636 , -0.02865003, -0.07471691, -0.16460503,
+            -0.09720799, -0.02045547,  0.82732766, -0.0311527 , -0.0187955 ,
+            -0.15684317, -0.04111287, -0.03293737, -0.02104007, -0.02946178,
+            -0.02421701, -0.1353385 , -0.03203302, -0.04111287, -0.10778798,
+            -0.07083428, -0.06027915, -0.02164101, -0.06535882, -0.02946178,
+            -0.07275173, -0.02490638, -0.01678627, -0.30605146, -0.02164101,
+            -0.03482061, -0.03580075,  0.62969079, -0.0182721 , -0.03482061,
+            -0.07083428, -0.04226237, -0.03999333, -0.03580075, -0.03203302,
+            -0.0182721 , -0.03580075, -0.06027915, -0.03386636, -0.02946178,
+            -0.03029581, -0.0689636 , -0.02634295, -0.02634295, -0.03029581,
+            -0.02225873, -0.1353385 , -0.08989109, -0.01988679, -0.0526265 ,
+            -0.03386636, -0.03386636, -0.02786   , -0.03029581, -0.06535882,
+            -0.06535882, -0.03482061, -0.02786   , -0.29396682, -0.03293737,
+            -0.12242534, -0.04589793, -0.04589793, -0.03999333, -0.07471691,
+            -0.11344884, -0.05407977, -0.03482061, -0.01988679, -0.02045547,
+            0.65610673,  0.85423777, -0.02561486, -0.0689636 , -0.02045547,
+            -0.02865003, -0.0526265 , -0.02164101, -0.01776301, -0.08307425,
+            -0.11344884, -0.04982997, -0.0182721 , -0.01498855, -0.02865003,
+            -0.14221564, -0.07879431, -0.02865003, -0.10237696, -0.04465416,
+            -0.07471691, -0.07673078, -0.13200634, -0.02104007, -0.0187955 ,
+            -0.01376599, -0.04717464, -0.01128289,  0.94289953, -0.01988679,
+            -0.01300612, -0.11936722, -0.03203302, -0.01726786, -0.04589793,
+            -0.05407977, -0.09976271, -0.02561486, -0.03999333, -0.02634295,
+            -0.03580075, -0.21771181,  0.8646615 , -0.01988679,  0.62295626,
+            -0.06027915, -0.02045547, -0.18104935,  0.96000667, -0.18104935,
+            -0.15684317, -0.01376599, -0.03293737, -0.08989109, -0.02709115,
+            -0.14221564,  0.72934402, -0.10237696, -0.04226237, -0.72991785,
+            -0.06713876, -0.04226237, -0.03482061, -0.07879431, -0.07471691,
+            -0.15307528,  0.97710634,  0.91010891, -0.02634295, -0.43243779,
+            -0.08756457, -0.03293737, -0.02786   , -0.03482061, -0.0187955 ,
+             0.91692575, -0.04589793, -0.07275173, -0.0311527 , -0.04589793,
+            -0.08307425,  0.67531381, -0.02289366, -0.02634295, -0.03580075,
+            -0.14938186, -0.0526265 , -0.0526265 ,  0.46731076, -0.19874565,
+            -0.0187955 , -0.01541937, -0.01586237, -0.02045547, -0.02421701,
+            -0.02634295, -0.11344884, -0.05710047, -0.05121018, -0.09720799,
+            0.9688473 , -0.0526265 , -0.01586237, -0.07471691, -0.06027915,
+            -0.15684317, -0.07879431, -0.02289366, -0.04111287, -0.04848506,
+            -0.02865003, -0.04589793, -0.03580075, -0.04111287, -0.1353385 ,
+            -0.09976271, -0.06362285,  0.67531381, -0.09976271, -0.49676673,
+            -0.07879431, -0.06027915, -0.06027915, -0.05407977, -0.05710047,
+            -0.0689636 , -0.11936722, -0.18973955, -0.02709115, -0.03890304,
+            -0.02634295,  0.19374818, -0.04111287, -0.0311527 , -0.07879431,
+            -0.0193336 , -0.01988679, -0.01376599, -0.07879431,  0.94289953,
+            -0.06027915, -0.02104007, -0.0689636 , -0.04717464, -0.04465416,
+            0.92916572, -0.03999333, -0.06192993, -0.05407977, -0.04982997,
+            -0.46087756, -0.09720799, -0.04589793, -0.07083428, -0.0193336 ,
+            -0.12242534, -0.12242534, -0.05407977, -0.01776301, -0.0311527 ,
+            -0.0689636 , -0.02421701, -0.13200634, -0.19874565, -0.03293737,
+            -0.82774282], atol=1.0e-8)
+        np.testing.assert_allclose(results.resid_working,
+            [ -1.71062283e-03,  -1.53549840e-03,  -8.42423701e-04,
+            -4.42798906e-03,  -8.12073047e-03,  -5.71934606e-03,
+            -2.12046213e-03,  -5.34278480e-02,  -5.16550074e-03,
+            9.82823035e-03,  -9.52067472e-02,   1.48142818e-01,
+            -3.59779501e-03,  -2.00993083e-03,  -3.87619325e-04,
+            -2.62379729e-03,  -4.33370579e-04,  -1.10808799e-03,
+            -6.75670103e-04,  -2.48818484e-03,  -6.10129090e-02,
+            6.25511612e-02,  -1.10808799e-03,  -1.98451739e-02,
+            -3.41454749e-03,  -2.61928659e-04,  -4.09867263e-04,
+            -2.34090923e-04,  -3.56621577e-02,  -2.00993083e-03,
+            -4.33370579e-04,  -2.76645832e-03,  -9.40257152e-04,
+            -6.75670103e-04,  -2.21289369e-04,  -6.10129090e-02,
+            1.29061842e-01,  -4.90775251e-03,  -1.19671283e-02,
+            1.41347263e-01,  -1.47631680e-01,  -6.75670103e-04,
+            -4.58198217e-04,  -4.66208406e-03,  -3.07429001e-03,
+            -7.11923401e-02,  -1.33191898e-04,  -2.61928659e-04,
+            -5.90659690e-02,  -6.75670103e-04,  -2.46673839e-02,
+            -6.75670103e-04,  -3.09919962e-04,  -7.14047519e-04,
+            1.08085429e-01,   1.43161630e-01,  -1.62077632e-03,
+            -3.79032977e-03,  -4.66208406e-03,  -5.71934606e-03,
+            7.44566288e-02,  -1.30492035e-03,  -3.46630910e-04,
+            -2.34090923e-04,  -1.30492035e-03,  -8.90029618e-04,
+            -6.75670103e-04,  -8.90029618e-04,  -5.16550074e-03,
+            -1.49131762e-04,   1.37018624e-01,  -9.87652847e-03,
+            -3.59779501e-03,  -8.53083698e-03,  -1.97726627e-04,
+            -3.46630910e-04,  -4.42798906e-03,  -7.97307494e-04,
+            -5.16550074e-03,  -2.26348718e-02,  -8.53083698e-03,
+            -4.09867263e-04,   1.18189219e-01,  -9.40257152e-04,
+            -3.46630910e-04,  -2.07414715e-02,  -1.62077632e-03,
+            -1.04913757e-03,  -4.33370579e-04,  -8.42423701e-04,
+            -5.72261321e-04,  -1.58375811e-02,  -9.93244730e-04,
+            -1.62077632e-03,  -1.03659408e-02,  -4.66208406e-03,
+            -3.41454749e-03,  -4.58198217e-04,  -3.99257703e-03,
+            -8.42423701e-04,  -4.90775251e-03,  -6.04877746e-04,
+            -2.77048947e-04,  -6.50004229e-02,  -4.58198217e-04,
+            -1.17025566e-03,  -1.23580799e-03,   1.46831486e-01,
+            -3.27769165e-04,  -1.17025566e-03,  -4.66208406e-03,
+            -1.71062283e-03,  -1.53549840e-03,  -1.23580799e-03,
+            -9.93244730e-04,  -3.27769165e-04,  -1.23580799e-03,
+            -3.41454749e-03,  -1.10808799e-03,  -8.42423701e-04,
+            -8.90029618e-04,  -4.42798906e-03,  -6.75670103e-04,
+            -6.75670103e-04,  -8.90029618e-04,  -4.84422741e-04,
+            -1.58375811e-02,  -7.35405096e-03,  -3.87619325e-04,
+            -2.62379729e-03,  -1.10808799e-03,  -1.10808799e-03,
+            -7.54555329e-04,  -8.90029618e-04,  -3.99257703e-03,
+            -3.99257703e-03,  -1.17025566e-03,  -7.54555329e-04,
+            -6.10129090e-02,  -1.04913757e-03,  -1.31530576e-02,
+            -2.00993083e-03,  -2.00993083e-03,  -1.53549840e-03,
+            -5.16550074e-03,  -1.14104800e-02,  -2.76645832e-03,
+            -1.17025566e-03,  -3.87619325e-04,  -4.09867263e-04,
+            1.48037813e-01,   1.06365931e-01,  -6.39314594e-04,
+            -4.42798906e-03,  -4.09867263e-04,  -7.97307494e-04,
+            -2.62379729e-03,  -4.58198217e-04,  -3.09919962e-04,
+            -6.32800839e-03,  -1.14104800e-02,  -2.35929680e-03,
+            -3.27769165e-04,  -2.21289369e-04,  -7.97307494e-04,
+            -1.73489362e-02,  -5.71934606e-03,  -7.97307494e-04,
+            -9.40802551e-03,  -1.90495384e-03,  -5.16550074e-03,
+            -5.43585191e-03,  -1.51253748e-02,  -4.33370579e-04,
+            -3.46630910e-04,  -1.86893696e-04,  -2.12046213e-03,
+            -1.25867293e-04,   5.07657192e-02,  -3.87619325e-04,
+            -1.66959104e-04,  -1.25477263e-02,  -9.93244730e-04,
+            -2.93030065e-04,  -2.00993083e-03,  -2.76645832e-03,
+            -8.95970087e-03,  -6.39314594e-04,  -1.53549840e-03,
+            -6.75670103e-04,  -1.23580799e-03,  -3.70792339e-02,
+            1.01184411e-01,  -3.87619325e-04,   1.46321062e-01,
+            -3.41454749e-03,  -4.09867263e-04,  -2.68442736e-02,
+            3.68583645e-02,  -2.68442736e-02,  -2.07414715e-02,
+            -1.86893696e-04,  -1.04913757e-03,  -7.35405096e-03,
+            -7.14047519e-04,  -1.73489362e-02,   1.43973473e-01,
+            -9.40802551e-03,  -1.71062283e-03,  -1.43894386e-01,
+            -4.20497779e-03,  -1.71062283e-03,  -1.17025566e-03,
+            -5.71934606e-03,  -5.16550074e-03,  -1.98451739e-02,
+            2.18574168e-02,   7.44566288e-02,  -6.75670103e-04,
+            -1.06135519e-01,  -6.99614755e-03,  -1.04913757e-03,
+            -7.54555329e-04,  -1.17025566e-03,  -3.46630910e-04,
+            6.98449121e-02,  -2.00993083e-03,  -4.90775251e-03,
+            -9.40257152e-04,  -2.00993083e-03,  -6.32800839e-03,
+            1.48072729e-01,  -5.12120512e-04,  -6.75670103e-04,
+            -1.23580799e-03,  -1.89814939e-02,  -2.62379729e-03,
+            -2.62379729e-03,   1.16328328e-01,  -3.16494123e-02,
+            -3.46630910e-04,  -2.34090923e-04,  -2.47623705e-04,
+            -4.09867263e-04,  -5.72261321e-04,  -6.75670103e-04,
+            -1.14104800e-02,  -3.07429001e-03,  -2.48818484e-03,
+            -8.53083698e-03,   2.92419496e-02,  -2.62379729e-03,
+            -2.47623705e-04,  -5.16550074e-03,  -3.41454749e-03,
+            -2.07414715e-02,  -5.71934606e-03,  -5.12120512e-04,
+            -1.62077632e-03,  -2.23682205e-03,  -7.97307494e-04,
+            -2.00993083e-03,  -1.23580799e-03,  -1.62077632e-03,
+            -1.58375811e-02,  -8.95970087e-03,  -3.79032977e-03,
+            1.48072729e-01,  -8.95970087e-03,  -1.24186489e-01,
+            -5.71934606e-03,  -3.41454749e-03,  -3.41454749e-03,
+            -2.76645832e-03,  -3.07429001e-03,  -4.42798906e-03,
+            -1.25477263e-02,  -2.91702648e-02,  -7.14047519e-04,
+            -1.45456868e-03,  -6.75670103e-04,   3.02653681e-02,
+            -1.62077632e-03,  -9.40257152e-04,  -5.71934606e-03,
+            -3.66561274e-04,  -3.87619325e-04,  -1.86893696e-04,
+            -5.71934606e-03,   5.07657192e-02,  -3.41454749e-03,
+            -4.33370579e-04,  -4.42798906e-03,  -2.12046213e-03,
+            -1.90495384e-03,   6.11546973e-02,  -1.53549840e-03,
+            -3.59779501e-03,  -2.76645832e-03,  -2.35929680e-03,
+            -1.14513988e-01,  -8.53083698e-03,  -2.00993083e-03,
+            -4.66208406e-03,  -3.66561274e-04,  -1.31530576e-02,
+            -1.31530576e-02,  -2.76645832e-03,  -3.09919962e-04,
+            -9.40257152e-04,  -4.42798906e-03,  -5.72261321e-04,
+            -1.51253748e-02,  -3.16494123e-02,  -1.04913757e-03,
+            -1.18023417e-01])
+        np.testing.assert_allclose(results.resid_pearson,
+            [-0.21006498, -0.20410641, -0.17423009, -0.27216147, -0.3234511 ,
+            -0.29246179, -0.22250903, -0.60917574, -0.28416602,  0.3421141 ,
+            -0.81229277,  1.42158361, -0.25694055, -0.21933056, -0.142444  ,
+            -0.23569027, -0.14660243, -0.18722578, -0.16448609, -0.2323235 ,
+            -0.64526275,  3.57006696, -0.18722578, -0.42513819, -0.25327023,
+            -0.12879668, -0.14450826, -0.12514332, -0.5200069 , -0.21933056,
+            -0.14660243, -0.23910582, -0.17931646, -0.16448609, -0.12335569,
+            -0.64526275,  1.97919183, -0.28010679, -0.36290807,  1.71396874,
+            -1.3440334 , -0.16448609, -0.14872695, -0.27610555, -0.24608613,
+            -0.69339243, -0.1083734 , -0.12879668, -0.63604537, -0.16448609,
+            -0.45684893, -0.16448609, -0.13447767, -0.16686977,  2.3862634 ,
+            1.66535145, -0.20706426, -0.26066405, -0.27610555, -0.29246179,
+            3.18191348, -0.19548397, -0.13840353, -0.12514332, -0.19548397,
+            -0.17675498, -0.16448609, -0.17675498, -0.28416602, -0.11153719,
+            1.81550268, -0.34261205, -0.25694055, -0.32813846, -0.11985666,
+            -0.13840353, -0.27216147, -0.17174127, -0.28416602, -0.44389026,
+            -0.32813846, -0.14450826,  2.18890738, -0.17931646, -0.13840353,
+            -0.43129917, -0.20706426, -0.18455132, -0.14660243, -0.17423009,
+            -0.1575374 , -0.39562855, -0.18191506, -0.20706426, -0.34757708,
+            -0.27610555, -0.25327023, -0.14872695, -0.26444152, -0.17423009,
+            -0.28010679, -0.15982038, -0.13066317, -0.66410018, -0.14872695,
+            -0.189939  , -0.19269154,  1.30401147, -0.13642648, -0.189939  ,
+            -0.27610555, -0.21006498, -0.20410641, -0.19269154, -0.18191506,
+            -0.13642648, -0.19269154, -0.25327023, -0.18722578, -0.17423009,
+            -0.17675498, -0.27216147, -0.16448609, -0.16448609, -0.17675498,
+            -0.15088226, -0.39562855, -0.3142763 , -0.142444  , -0.23569027,
+            -0.18722578, -0.18722578, -0.169288  , -0.17675498, -0.26444152,
+            -0.26444152, -0.189939  , -0.169288  , -0.64526275, -0.18455132,
+            -0.3735026 , -0.21933056, -0.21933056, -0.20410641, -0.28416602,
+            -0.35772404, -0.23910582, -0.189939  , -0.142444  , -0.14450826,
+            1.38125991,  2.42084442, -0.16213645, -0.27216147, -0.14450826,
+            -0.17174127, -0.23569027, -0.14872695, -0.13447767, -0.30099975,
+            -0.35772404, -0.22900483, -0.13642648, -0.12335569, -0.17174127,
+            -0.4071783 , -0.29246179, -0.17174127, -0.33771794, -0.21619749,
+            -0.28416602, -0.28828407, -0.38997712, -0.14660243, -0.13840353,
+            -0.11814455, -0.22250903, -0.10682532,  4.06361781, -0.142444  ,
+            -0.11479334, -0.36816723, -0.18191506, -0.1325567 , -0.21933056,
+            -0.23910582, -0.33289374, -0.16213645, -0.20410641, -0.16448609,
+            -0.19269154, -0.52754269,  2.52762346, -0.142444  ,  1.28538406,
+            -0.25327023, -0.14450826, -0.47018591,  4.89940505, -0.47018591,
+            -0.43129917, -0.11814455, -0.18455132, -0.3142763 , -0.16686977,
+            -0.4071783 ,  1.64156241, -0.33771794, -0.21006498, -1.6439517 ,
+            -0.26827373, -0.21006498, -0.189939  , -0.29246179, -0.28416602,
+            -0.42513819,  6.53301013,  3.18191348, -0.16448609, -0.87288109,
+            -0.30978696, -0.18455132, -0.169288  , -0.189939  , -0.13840353,
+             3.32226189, -0.21933056, -0.28010679, -0.17931646, -0.21933056,
+            -0.30099975,  1.44218477, -0.1530688 , -0.16448609, -0.19269154,
+            -0.41906522, -0.23569027, -0.23569027,  0.93662539, -0.4980393 ,
+            -0.13840353, -0.12514332, -0.12695686, -0.14450826, -0.1575374 ,
+            -0.16448609, -0.35772404, -0.24608613, -0.2323235 , -0.32813846,
+            5.57673284, -0.23569027, -0.12695686, -0.28416602, -0.25327023,
+            -0.43129917, -0.29246179, -0.1530688 , -0.20706426, -0.22573357,
+            -0.17174127, -0.21933056, -0.19269154, -0.20706426, -0.39562855,
+            -0.33289374, -0.26066405,  1.44218477, -0.33289374, -0.99355423,
+            -0.29246179, -0.25327023, -0.25327023, -0.23910582, -0.24608613,
+            -0.27216147, -0.36816723, -0.48391225, -0.16686977, -0.20119082,
+            -0.16448609,  0.49021146, -0.20706426, -0.17931646, -0.29246179,
+            -0.14040923, -0.142444  , -0.11814455, -0.29246179,  4.06361781,
+            -0.25327023, -0.14660243, -0.27216147, -0.22250903, -0.21619749,
+            3.6218033 , -0.20410641, -0.25694055, -0.23910582, -0.22900483,
+            -0.92458976, -0.32813846, -0.21933056, -0.27610555, -0.14040923,
+            -0.3735026 , -0.3735026 , -0.23910582, -0.13447767, -0.17931646,
+            -0.27216147, -0.1575374 , -0.38997712, -0.4980393 , -0.18455132,
+            -2.19209332])
+        np.testing.assert_allclose(results.resid_anscombe,
+            [-0.31237627, -0.3036605 , -0.25978208, -0.40240831, -0.47552289,
+            -0.43149255, -0.33053793, -0.85617194, -0.41962951,  0.50181328,
+            -1.0954382 ,  1.66940149, -0.38048321, -0.3259044 , -0.21280762,
+            -0.34971301, -0.21896842, -0.27890356, -0.2454118 , -0.34482158,
+            -0.90063409,  2.80452413, -0.27890356, -0.61652596, -0.37518169,
+            -0.19255932, -0.2158664 , -0.18713159, -0.74270558, -0.3259044 ,
+            -0.21896842, -0.35467084, -0.2672722 , -0.2454118 , -0.18447466,
+            -0.90063409,  2.05763941, -0.41381347, -0.53089521,  1.88552083,
+            -1.60654218, -0.2454118 , -0.22211425, -0.40807333, -0.3647888 ,
+            -0.95861559, -0.16218047, -0.19255932, -0.88935802, -0.2454118 ,
+            -0.65930821, -0.2454118 , -0.20099345, -0.24892975,  2.28774016,
+            1.85167195, -0.30798858, -0.38585584, -0.40807333, -0.43149255,
+            2.65398426, -0.2910267 , -0.20681747, -0.18713159, -0.2910267 ,
+            -0.26350118, -0.2454118 , -0.26350118, -0.41962951, -0.16689207,
+             1.95381191, -0.50251231, -0.38048321, -0.48214234, -0.17927213,
+            -0.20681747, -0.40240831, -0.25611424, -0.41962951, -0.64189694,
+            -0.48214234, -0.2158664 ,  2.18071204, -0.2672722 , -0.20681747,
+            -0.62488429, -0.30798858, -0.27497271, -0.21896842, -0.25978208,
+            -0.23514749, -0.57618899, -0.27109582, -0.30798858, -0.50947546,
+            -0.40807333, -0.37518169, -0.22211425, -0.39130036, -0.25978208,
+            -0.41381347, -0.2385213 , -0.19533116, -0.92350689, -0.22211425,
+            -0.28288904, -0.28692985,  1.5730846 , -0.20388497, -0.28288904,
+            -0.40807333, -0.31237627, -0.3036605 , -0.28692985, -0.27109582,
+            -0.20388497, -0.28692985, -0.37518169, -0.27890356, -0.25978208,
+            -0.26350118, -0.40240831, -0.2454118 , -0.2454118 , -0.26350118,
+            -0.22530448, -0.57618899, -0.46253505, -0.21280762, -0.34971301,
+            -0.27890356, -0.27890356, -0.25249702, -0.26350118, -0.39130036,
+            -0.39130036, -0.28288904, -0.25249702, -0.90063409, -0.27497271,
+            -0.5456246 , -0.3259044 , -0.3259044 , -0.3036605 , -0.41962951,
+            -0.52366614, -0.35467084, -0.28288904, -0.21280762, -0.2158664 ,
+            1.63703418,  2.30570989, -0.24194253, -0.40240831, -0.2158664 ,
+            -0.25611424, -0.34971301, -0.22211425, -0.20099345, -0.44366892,
+            -0.52366614, -0.33999576, -0.20388497, -0.18447466, -0.25611424,
+            -0.59203547, -0.43149255, -0.25611424, -0.49563627, -0.32133344,
+            -0.41962951, -0.42552227, -0.56840788, -0.21896842, -0.20681747,
+            -0.17672552, -0.33053793, -0.15987433,  2.9768074 , -0.21280762,
+            -0.17173916, -0.53821445, -0.27109582, -0.19814236, -0.3259044 ,
+            -0.35467084, -0.48884654, -0.24194253, -0.3036605 , -0.2454118 ,
+            -0.28692985, -0.75249089,  2.35983933, -0.21280762,  1.55726719,
+            -0.37518169, -0.2158664 , -0.67712261,  3.23165236, -0.67712261,
+            -0.62488429, -0.17672552, -0.27497271, -0.46253505, -0.24892975,
+            -0.59203547,  1.83482464, -0.49563627, -0.31237627, -1.83652534,
+            -0.39681759, -0.31237627, -0.28288904, -0.43149255, -0.41962951,
+            -0.61652596,  3.63983609,  2.65398426, -0.2454118 , -1.16171662,
+            -0.45616505, -0.27497271, -0.25249702, -0.28288904, -0.20681747,
+            2.71015945, -0.3259044 , -0.41381347, -0.2672722 , -0.3259044 ,
+            -0.44366892,  1.68567947, -0.22853969, -0.2454118 , -0.28692985,
+            -0.60826548, -0.34971301, -0.34971301,  1.2290223 , -0.71397735,
+            -0.20681747, -0.18713159, -0.1898263 , -0.2158664 , -0.23514749,
+            -0.2454118 , -0.52366614, -0.3647888 , -0.34482158, -0.48214234,
+            3.41271513, -0.34971301, -0.1898263 , -0.41962951, -0.37518169,
+            -0.62488429, -0.43149255, -0.22853969, -0.30798858, -0.3352348 ,
+            -0.25611424, -0.3259044 , -0.28692985, -0.30798858, -0.57618899,
+            -0.48884654, -0.38585584,  1.68567947, -0.48884654, -1.28709718,
+            -0.43149255, -0.37518169, -0.37518169, -0.35467084, -0.3647888 ,
+            -0.40240831, -0.53821445, -0.69534436, -0.24892975, -0.29939131,
+            -0.2454118 ,  0.70366797, -0.30798858, -0.2672722 , -0.43149255,
+            -0.2097915 , -0.21280762, -0.17672552, -0.43149255,  2.9768074 ,
+            -0.37518169, -0.21896842, -0.40240831, -0.33053793, -0.32133344,
+            2.82351017, -0.3036605 , -0.38048321, -0.35467084, -0.33999576,
+            -1.21650102, -0.48214234, -0.3259044 , -0.40807333, -0.2097915 ,
+            -0.5456246 , -0.5456246 , -0.35467084, -0.20099345, -0.2672722 ,
+            -0.40240831, -0.23514749, -0.56840788, -0.71397735, -0.27497271,
+            -2.18250381])
+        np.testing.assert_allclose(results.resid_deviance,
+            [-0.29387552, -0.2857098 , -0.24455876, -0.37803944, -0.44609851,
+            -0.40514674, -0.31088148, -0.79449324, -0.39409528,  0.47049798,
+            -1.00668653,  1.48698001, -0.35757692, -0.30654405, -0.20043547,
+            -0.32882173, -0.20622595, -0.26249995, -0.23106769, -0.32424676,
+            -0.83437766,  2.28941155, -0.26249995, -0.57644334, -0.35262564,
+            -0.18139734, -0.20331052, -0.17629229, -0.69186337, -0.30654405,
+            -0.20622595, -0.33345774, -0.251588  , -0.23106769, -0.17379306,
+            -0.83437766,  1.78479093, -0.38867448, -0.4974393 ,  1.65565332,
+            -1.43660134, -0.23106769, -0.20918228, -0.38332275, -0.34291558,
+            -0.88609006, -0.15281596, -0.18139734, -0.82428104, -0.23106769,
+            -0.61571821, -0.23106769, -0.18932865, -0.234371  ,  1.94999969,
+            1.62970871, -0.2897651 , -0.36259328, -0.38332275, -0.40514674,
+            2.19506559, -0.27386827, -0.19480442, -0.17629229, -0.27386827,
+            -0.24804925, -0.23106769, -0.24804925, -0.39409528, -0.15725009,
+            1.7074519 , -0.47114617, -0.35757692, -0.4522457 , -0.16889886,
+            -0.19480442, -0.37803944, -0.24111595, -0.39409528, -0.59975102,
+            -0.4522457 , -0.20331052,  1.87422489, -0.251588  , -0.19480442,
+            -0.5841272 , -0.2897651 , -0.25881274, -0.20622595, -0.24455876,
+            -0.22142749, -0.53929061, -0.25517563, -0.2897651 , -0.47760126,
+            -0.38332275, -0.35262564, -0.20918228, -0.36767536, -0.24455876,
+            -0.38867448, -0.2245965 , -0.18400413, -0.85481866, -0.20918228,
+            -0.26623785, -0.27002708,  1.40955093, -0.19204738, -0.26623785,
+            -0.38332275, -0.29387552, -0.2857098 , -0.27002708, -0.25517563,
+            -0.19204738, -0.27002708, -0.35262564, -0.26249995, -0.24455876,
+            -0.24804925, -0.37803944, -0.23106769, -0.23106769, -0.24804925,
+            -0.21218006, -0.53929061, -0.43402996, -0.20043547, -0.32882173,
+            -0.26249995, -0.26249995, -0.23772023, -0.24804925, -0.36767536,
+            -0.36767536, -0.26623785, -0.23772023, -0.83437766, -0.25881274,
+            -0.51106408, -0.30654405, -0.30654405, -0.2857098 , -0.39409528,
+            -0.49074728, -0.33345774, -0.26623785, -0.20043547, -0.20331052,
+            1.46111186,  1.96253843, -0.22780971, -0.37803944, -0.20331052,
+            -0.24111595, -0.32882173, -0.20918228, -0.18932865, -0.41648237,
+            -0.49074728, -0.31973217, -0.19204738, -0.17379306, -0.24111595,
+            -0.55389988, -0.40514674, -0.24111595, -0.46476893, -0.30226435,
+            -0.39409528, -0.39958581, -0.53211065, -0.20622595, -0.19480442,
+            -0.16650295, -0.31088148, -0.15064545,  2.39288231, -0.20043547,
+            -0.16181126, -0.5042114 , -0.25517563, -0.18664773, -0.30654405,
+            -0.33345774, -0.45846897, -0.22780971, -0.2857098 , -0.23106769,
+            -0.27002708, -0.7007597 ,  1.99998811, -0.20043547,  1.39670618,
+            -0.35262564, -0.20331052, -0.63203077,  2.53733821, -0.63203077,
+            -0.5841272 , -0.16650295, -0.25881274, -0.43402996, -0.234371  ,
+            -0.55389988,  1.61672923, -0.46476893, -0.29387552, -1.61804148,
+            -0.37282386, -0.29387552, -0.26623785, -0.40514674, -0.39409528,
+            -0.57644334,  2.74841605,  2.19506559, -0.23106769, -1.06433539,
+            -0.42810736, -0.25881274, -0.23772023, -0.26623785, -0.19480442,
+            2.23070414, -0.30654405, -0.38867448, -0.251588  , -0.30654405,
+            -0.41648237,  1.49993075, -0.21521982, -0.23106769, -0.27002708,
+            -0.5688444 , -0.32882173, -0.32882173,  1.12233423, -0.66569789,
+            -0.19480442, -0.17629229, -0.17882689, -0.20331052, -0.22142749,
+            -0.23106769, -0.49074728, -0.34291558, -0.32424676, -0.4522457 ,
+            2.63395309, -0.32882173, -0.17882689, -0.39409528, -0.35262564,
+            -0.5841272 , -0.40514674, -0.21521982, -0.2897651 , -0.3152773 ,
+            -0.24111595, -0.30654405, -0.27002708, -0.2897651 , -0.53929061,
+            -0.45846897, -0.36259328,  1.49993075, -0.45846897, -1.17192274,
+            -0.40514674, -0.35262564, -0.35262564, -0.33345774, -0.34291558,
+            -0.37803944, -0.5042114 , -0.64869028, -0.234371  , -0.28170899,
+            -0.23106769,  0.65629132, -0.2897651 , -0.251588  , -0.40514674,
+            -0.19760028, -0.20043547, -0.16650295, -0.40514674,  2.39288231,
+            -0.35262564, -0.20622595, -0.37803944, -0.31088148, -0.30226435,
+            2.30104857, -0.2857098 , -0.35757692, -0.33345774, -0.31973217,
+            -1.11158678, -0.4522457 , -0.30654405, -0.38332275, -0.19760028,
+            -0.51106408, -0.51106408, -0.33345774, -0.18932865, -0.251588  ,
+            -0.37803944, -0.22142749, -0.53211065, -0.66569789, -0.25881274,
+            -1.87550882])
+        np.testing.assert_allclose(results.null,
+            [ 0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759,  0.08860759,  0.08860759,  0.08860759,  0.08860759,
+            0.08860759])
+        self.assertAlmostEqual(results.D2, .200712816165)
+        self.assertAlmostEqual(results.adj_D2, 0.19816731557930456)
+
+
+
+if __name__ == '__main__':
+	unittest.main()
diff --git a/pysal/contrib/glm/utils.py b/pysal/contrib/glm/utils.py
new file mode 100644
index 0000000..0789675
--- /dev/null
+++ b/pysal/contrib/glm/utils.py
@@ -0,0 +1,350 @@
+
+from __future__ import absolute_import, print_function
+import numpy as np
+import warnings
+
+
+def _bit_length_26(x):
+    if x == 0:
+        return 0
+    elif x == 1:
+        return 1
+    else:
+        return len(bin(x)) - 2
+
+
+try:
+    from scipy.lib._version import NumpyVersion
+except ImportError:
+    import re
+    string_types = basestring 
+
+    class NumpyVersion():
+        """Parse and compare numpy version strings.
+        Numpy has the following versioning scheme (numbers given are examples; they
+        can be >9) in principle):
+        - Released version: '1.8.0', '1.8.1', etc.
+        - Alpha: '1.8.0a1', '1.8.0a2', etc.
+        - Beta: '1.8.0b1', '1.8.0b2', etc.
+        - Release candidates: '1.8.0rc1', '1.8.0rc2', etc.
+        - Development versions: '1.8.0.dev-f1234afa' (git commit hash appended)
+        - Development versions after a1: '1.8.0a1.dev-f1234afa',
+                                        '1.8.0b2.dev-f1234afa',
+                                        '1.8.1rc1.dev-f1234afa', etc.
+        - Development versions (no git hash available): '1.8.0.dev-Unknown'
+        Comparing needs to be done against a valid version string or other
+        `NumpyVersion` instance.
+        Parameters
+        ----------
+        vstring : str
+            Numpy version string (``np.__version__``).
+        Notes
+        -----
+        All dev versions of the same (pre-)release compare equal.
+        Examples
+        --------
+        >>> from scipy.lib._version import NumpyVersion
+        >>> if NumpyVersion(np.__version__) < '1.7.0':
+        ...     print('skip')
+        skip
+        >>> NumpyVersion('1.7')  # raises ValueError, add ".0"
+        """
+
+        def __init__(self, vstring):
+            self.vstring = vstring
+            ver_main = re.match(r'\d[.]\d+[.]\d+', vstring)
+            if not ver_main:
+                raise ValueError("Not a valid numpy version string")
+
+            self.version = ver_main.group()
+            self.major, self.minor, self.bugfix = [int(x) for x in
+                                                   self.version.split('.')]
+            if len(vstring) == ver_main.end():
+                self.pre_release = 'final'
+            else:
+                alpha = re.match(r'a\d', vstring[ver_main.end():])
+                beta = re.match(r'b\d', vstring[ver_main.end():])
+                rc = re.match(r'rc\d', vstring[ver_main.end():])
+                pre_rel = [m for m in [alpha, beta, rc] if m is not None]
+                if pre_rel:
+                    self.pre_release = pre_rel[0].group()
+                else:
+                    self.pre_release = ''
+
+            self.is_devversion = bool(re.search(r'.dev-', vstring))
+
+        def _compare_version(self, other):
+            """Compare major.minor.bugfix"""
+            if self.major == other.major:
+                if self.minor == other.minor:
+                    if self.bugfix == other.bugfix:
+                        vercmp = 0
+                    elif self.bugfix > other.bugfix:
+                        vercmp = 1
+                    else:
+                        vercmp = -1
+                elif self.minor > other.minor:
+                    vercmp = 1
+                else:
+                    vercmp = -1
+            elif self.major > other.major:
+                vercmp = 1
+            else:
+                vercmp = -1
+
+            return vercmp
+
+        def _compare_pre_release(self, other):
+            """Compare alpha/beta/rc/final."""
+            if self.pre_release == other.pre_release:
+                vercmp = 0
+            elif self.pre_release == 'final':
+                vercmp = 1
+            elif other.pre_release == 'final':
+                vercmp = -1
+            elif self.pre_release > other.pre_release:
+                vercmp = 1
+            else:
+                vercmp = -1
+
+            return vercmp
+
+        def _compare(self, other):
+            if not isinstance(other, (string_types, NumpyVersion)):
+                raise ValueError("Invalid object to compare with NumpyVersion.")
+
+            if isinstance(other, string_types):
+                other = NumpyVersion(other)
+
+            vercmp = self._compare_version(other)
+            if vercmp == 0:
+                # Same x.y.z version, check for alpha/beta/rc
+                vercmp = self._compare_pre_release(other)
+                if vercmp == 0:
+                    # Same version and same pre-release, check if dev version
+                    if self.is_devversion is other.is_devversion:
+                        vercmp = 0
+                    elif self.is_devversion:
+                        vercmp = -1
+                    else:
+                        vercmp = 1
+
+            return vercmp
+
+        def __lt__(self, other):
+            return self._compare(other) < 0
+
+        def __le__(self, other):
+            return self._compare(other) <= 0
+
+        def __eq__(self, other):
+            return self._compare(other) == 0
+
+        def __ne__(self, other):
+            return self._compare(other) != 0
+
+        def __gt__(self, other):
+            return self._compare(other) > 0
+
+        def __ge__(self, other):
+            return self._compare(other) >= 0
+
+        def __repr(self):
+            return "NumpyVersion(%s)" % self.vstring
+
+
+def _next_regular(target):
+    """
+    Find the next regular number greater than or equal to target.
+    Regular numbers are composites of the prime factors 2, 3, and 5.
+    Also known as 5-smooth numbers or Hamming numbers, these are the optimal
+    size for inputs to FFTPACK.
+    Target must be a positive integer.
+    """
+    if target <= 6:
+        return target
+
+    # Quickly check if it's already a power of 2
+    if not (target & (target - 1)):
+        return target
+
+    match = float('inf')  # Anything found will be smaller
+    p5 = 1
+    while p5 < target:
+        p35 = p5
+        while p35 < target:
+            # Ceiling integer division, avoiding conversion to float
+            # (quotient = ceil(target / p35))
+            quotient = -(-target // p35)
+            # Quickly find next power of 2 >= quotient
+            try:
+                p2 = 2 ** ((quotient - 1).bit_length())
+            except AttributeError:
+                # Fallback for Python <2.7
+                p2 = 2 ** _bit_length_26(quotient - 1)
+
+            N = p2 * p35
+            if N == target:
+                return N
+            elif N < match:
+                match = N
+            p35 *= 3
+            if p35 == target:
+                return p35
+        if p35 < match:
+            match = p35
+        p5 *= 5
+        if p5 == target:
+            return p5
+    if p5 < match:
+        match = p5
+    return match
+if NumpyVersion(np.__version__) >= '1.7.1':
+    np_matrix_rank = np.linalg.matrix_rank
+else:
+    def np_matrix_rank(M, tol=None):
+        """
+        Return matrix rank of array using SVD method
+        Rank of the array is the number of SVD singular values of the array that are
+        greater than `tol`.
+        Parameters
+        ----------
+        M : {(M,), (M, N)} array_like
+            array of <=2 dimensions
+        tol : {None, float}, optional
+        threshold below which SVD values are considered zero. If `tol` is
+        None, and ``S`` is an array with singular values for `M`, and
+        ``eps`` is the epsilon value for datatype of ``S``, then `tol` is
+        set to ``S.max() * max(M.shape) * eps``.
+        Notes
+        -----
+        The default threshold to detect rank deficiency is a test on the magnitude
+        of the singular values of `M`.  By default, we identify singular values less
+        than ``S.max() * max(M.shape) * eps`` as indicating rank deficiency (with
+        the symbols defined above). This is the algorithm MATLAB uses [1].  It also
+        appears in *Numerical recipes* in the discussion of SVD solutions for linear
+        least squares [2].
+        This default threshold is designed to detect rank deficiency accounting for
+        the numerical errors of the SVD computation.  Imagine that there is a column
+        in `M` that is an exact (in floating point) linear combination of other
+        columns in `M`. Computing the SVD on `M` will not produce a singular value
+        exactly equal to 0 in general: any difference of the smallest SVD value from
+        0 will be caused by numerical imprecision in the calculation of the SVD.
+        Our threshold for small SVD values takes this numerical imprecision into
+        account, and the default threshold will detect such numerical rank
+        deficiency.  The threshold may declare a matrix `M` rank deficient even if
+        the linear combination of some columns of `M` is not exactly equal to
+        another column of `M` but only numerically very close to another column of
+        `M`.
+        We chose our default threshold because it is in wide use.  Other thresholds
+        are possible.  For example, elsewhere in the 2007 edition of *Numerical
+        recipes* there is an alternative threshold of ``S.max() *
+        np.finfo(M.dtype).eps / 2. * np.sqrt(m + n + 1.)``. The authors describe
+        this threshold as being based on "expected roundoff error" (p 71).
+        The thresholds above deal with floating point roundoff error in the
+        calculation of the SVD.  However, you may have more information about the
+        sources of error in `M` that would make you consider other tolerance values
+        to detect *effective* rank deficiency.  The most useful measure of the
+        tolerance depends on the operations you intend to use on your matrix.  For
+        example, if your data come from uncertain measurements with uncertainties
+        greater than floating point epsilon, choosing a tolerance near that
+        uncertainty may be preferable.  The tolerance may be absolute if the
+        uncertainties are absolute rather than relative.
+        References
+        ----------
+        .. [1] MATLAB reference documention, "Rank"
+            http://www.mathworks.com/help/techdoc/ref/rank.html
+        .. [2] W. H. Press, S. A. Teukolsky, W. T. Vetterling and B. P. Flannery,
+            "Numerical Recipes (3rd edition)", Cambridge University Press, 2007,
+            page 795.
+        Examples
+        --------
+        >>> from numpy.linalg import matrix_rank
+        >>> matrix_rank(np.eye(4)) # Full rank matrix
+        4
+        >>> I=np.eye(4); I[-1,-1] = 0. # rank deficient matrix
+        >>> matrix_rank(I)
+        3
+        >>> matrix_rank(np.ones((4,))) # 1 dimension - rank 1 unless all 0
+        1
+        >>> matrix_rank(np.zeros((4,)))
+        0
+        """
+        M = np.asarray(M)
+        if M.ndim > 2:
+            raise TypeError('array should have 2 or fewer dimensions')
+        if M.ndim < 2:
+            return int(not all(M == 0))
+        S = np.linalg.svd(M, compute_uv=False)
+        if tol is None:
+            tol = S.max() * max(M.shape) * np.finfo(S.dtype).eps
+        return np.sum(S > tol)
+
+
+
+class CacheWriteWarning(UserWarning):
+    pass
+
+class CachedAttribute(object):
+
+    def __init__(self, func, cachename=None, resetlist=None):
+        self.fget = func
+        self.name = func.__name__
+        self.cachename = cachename or '_cache'
+        self.resetlist = resetlist or ()
+
+    def __get__(self, obj, type=None):
+        if obj is None:
+            return self.fget
+        # Get the cache or set a default one if needed
+        _cachename = self.cachename
+        _cache = getattr(obj, _cachename, None)
+        if _cache is None:
+            setattr(obj, _cachename, resettable_cache())
+            _cache = getattr(obj, _cachename)
+        # Get the name of the attribute to set and cache
+        name = self.name
+        _cachedval = _cache.get(name, None)
+        # print("[_cachedval=%s]" % _cachedval)
+        if _cachedval is None:
+            # Call the "fget" function
+            _cachedval = self.fget(obj)
+            # Set the attribute in obj
+            # print("Setting %s in cache to %s" % (name, _cachedval))
+            try:
+                _cache[name] = _cachedval
+            except KeyError:
+                setattr(_cache, name, _cachedval)
+            # Update the reset list if needed (and possible)
+            resetlist = self.resetlist
+            if resetlist is not ():
+                try:
+                    _cache._resetdict[name] = self.resetlist
+                except AttributeError:
+                    pass
+        # else:
+        # print("Reading %s from cache (%s)" % (name, _cachedval))
+        return _cachedval
+
+    def __set__(self, obj, value):
+        errmsg = "The attribute '%s' cannot be overwritten" % self.name
+        warnings.warn(errmsg, CacheWriteWarning)
+
+
+class _cache_readonly(object):
+    """
+    Decorator for CachedAttribute
+    """
+
+    def __init__(self, cachename=None, resetlist=None):
+        self.func = None
+        self.cachename = cachename
+        self.resetlist = resetlist or None
+
+    def __call__(self, func):
+        return CachedAttribute(func,
+                               cachename=self.cachename,
+                               resetlist=self.resetlist)
+cache_readonly = _cache_readonly()
+
+
diff --git a/pysal/contrib/glm/varfuncs.py b/pysal/contrib/glm/varfuncs.py
new file mode 100644
index 0000000..af66d8c
--- /dev/null
+++ b/pysal/contrib/glm/varfuncs.py
@@ -0,0 +1,284 @@
+"""
+Variance functions for use with the link functions in statsmodels.family.links
+"""
+
+__docformat__ = 'restructuredtext'
+
+import numpy as np
+FLOAT_EPS = np.finfo(float).eps
+
+class VarianceFunction(object):
+    """
+    Relates the variance of a random variable to its mean. Defaults to 1.
+
+    Methods
+    -------
+    call
+        Returns an array of ones that is the same shape as `mu`
+
+    Notes
+    -----
+    After a variance function is initialized, its call method can be used.
+
+    Alias for VarianceFunction:
+    constant = VarianceFunction()
+
+    See also
+    --------
+    statsmodels.family.family
+    """
+
+    def __call__(self, mu):
+        """
+        Default variance function
+
+        Parameters
+        -----------
+        mu : array-like
+            mean parameters
+
+        Returns
+        -------
+        v : array
+            ones(mu.shape)
+        """
+        mu = np.asarray(mu)
+        return np.ones(mu.shape, np.float64)
+
+
+    def deriv(self, mu):
+        """
+        Derivative of the variance function v'(mu)
+        """
+        from statsmodels.tools.numdiff import approx_fprime_cs
+        # TODO: diag workaround proplem with numdiff for 1d
+        return np.diag(approx_fprime_cs(mu, self))
+
+
+constant = VarianceFunction()
+constant.__doc__ = """
+The call method of constant returns a constant variance, i.e., a vector of ones.
+
+constant is an alias of VarianceFunction()
+"""
+
+class Power(object):
+    """
+    Power variance function
+
+    Parameters
+    ----------
+    power : float
+        exponent used in power variance function
+
+    Methods
+    -------
+    call
+        Returns the power variance
+
+    Formulas
+    --------
+    V(mu) = numpy.fabs(mu)**power
+
+    Notes
+    -----
+    Aliases for Power:
+    mu = Power()
+    mu_squared = Power(power=2)
+    mu_cubed = Power(power=3)
+    """
+
+    def __init__(self, power=1.):
+        self.power = power
+
+    def __call__(self, mu):
+        """
+        Power variance function
+
+        Parameters
+        ----------
+        mu : array-like
+            mean parameters
+
+        Returns
+        -------
+        variance : array
+            numpy.fabs(mu)**self.power
+        """
+        return np.power(np.fabs(mu), self.power)
+
+
+    def deriv(self, mu):
+        """
+        Derivative of the variance function v'(mu)
+        """
+        from statsmodels.tools.numdiff import approx_fprime_cs, approx_fprime
+        #return approx_fprime_cs(mu, self)  # TODO fix breaks in `fabs
+        # TODO: diag is workaround problem with numdiff for 1d
+        return np.diag(approx_fprime(mu, self))
+
+
+mu = Power()
+mu.__doc__ = """
+Returns np.fabs(mu)
+
+Notes
+-----
+This is an alias of Power()
+"""
+mu_squared = Power(power=2)
+mu_squared.__doc__ = """
+Returns np.fabs(mu)**2
+
+Notes
+-----
+This is an alias of statsmodels.family.links.Power(power=2)
+"""
+mu_cubed = Power(power=3)
+mu_cubed.__doc__ = """
+Returns np.fabs(mu)**3
+
+Notes
+-----
+This is an alias of statsmodels.family.links.Power(power=3)
+"""
+
+class Binomial(object):
+    """
+    Binomial variance function
+
+    Parameters
+    ----------
+    n : int, optional
+        The number of trials for a binomial variable.  The default is 1 for
+        p in (0,1)
+
+    Methods
+    -------
+    call
+        Returns the binomial variance
+
+    Formulas
+    --------
+    V(mu) = p * (1 - p) * n
+
+    where p = mu / n
+
+    Notes
+    -----
+    Alias for Binomial:
+    binary = Binomial()
+
+    A private method _clean trims the data by machine epsilon so that p is
+    in (0,1)
+    """
+
+    def __init__(self, n=1):
+        self.n = n
+
+    def _clean(self, p):
+        return np.clip(p, FLOAT_EPS, 1 - FLOAT_EPS)
+
+    def __call__(self, mu):
+        """
+        Binomial variance function
+
+        Parameters
+        -----------
+        mu : array-like
+            mean parameters
+
+        Returns
+        -------
+        variance : array
+           variance = mu/n * (1 - mu/n) * self.n
+        """
+        p = self._clean(mu / self.n)
+        return p * (1 - p) * self.n
+
+    #TODO: inherit from super
+    def deriv(self, mu):
+        """
+        Derivative of the variance function v'(mu)
+        """
+        from statsmodels.tools.numdiff import approx_fprime_cs, approx_fprime
+        # TODO: diag workaround proplem with numdiff for 1d
+        return np.diag(approx_fprime_cs(mu, self))
+
+
+binary = Binomial()
+binary.__doc__ = """
+The binomial variance function for n = 1
+
+Notes
+-----
+This is an alias of Binomial(n=1)
+"""
+
+class NegativeBinomial(object):
+    '''
+    Negative binomial variance function
+
+    Parameters
+    ----------
+    alpha : float
+        The ancillary parameter for the negative binomial variance function.
+        `alpha` is assumed to be nonstochastic.  The default is 1.
+
+    Methods
+    -------
+    call
+        Returns the negative binomial variance
+
+    Formulas
+    --------
+    V(mu) = mu + alpha*mu**2
+
+    Notes
+    -----
+    Alias for NegativeBinomial:
+    nbinom = NegativeBinomial()
+
+    A private method _clean trims the data by machine epsilon so that p is
+    in (0,inf)
+    '''
+
+    def __init__(self, alpha=1.):
+        self.alpha = alpha
+
+    def _clean(self, p):
+        return np.clip(p, FLOAT_EPS, np.inf)
+
+    def __call__(self, mu):
+        """
+        Negative binomial variance function
+
+        Parameters
+        ----------
+        mu : array-like
+            mean parameters
+
+        Returns
+        -------
+        variance : array
+            variance = mu + alpha*mu**2
+        """
+        p = self._clean(mu)
+        return p + self.alpha*p**2
+
+    def deriv(self, mu):
+        """
+        Derivative of the negative binomial variance function.
+        """
+
+        p = self._clean(mu)
+        return 1 + 2 * self.alpha * p
+
+nbinom = NegativeBinomial()
+nbinom.__doc__ = """
+Negative Binomial variance function.
+
+Notes
+-----
+This is an alias of NegativeBinomial(alpha=1.)
+"""
diff --git a/pysal/contrib/network/klincs.py b/pysal/contrib/network/klincs.py
index 3bbdd4b..472e749 100644
--- a/pysal/contrib/network/klincs.py
+++ b/pysal/contrib/network/klincs.py
@@ -31,11 +31,11 @@ class WeightedRandomSampleGenerator(object):
     """
 
     def __init__(self, weights, population, n):
-	"""
-	weights: an iterable with m numeric elements
-	population: a numpy array with m elements
-	n: an integer representing sample size
-	"""
+        """
+        weights: an iterable with m numeric elements
+        population: a numpy array with m elements
+        n: an integer representing sample size
+        """
         self.totals = np.cumsum(weights)
         self.population = population
         self.n = n
@@ -57,10 +57,10 @@ class RandomSampleGenerator(object):
     from a population group
     """
     def __init__(self, population, n):
-	"""
-	population: a numpy array with m elements
-	n: an integer representing sample size
-	"""
+        """
+        population: a numpy array with m elements
+        n: an integer representing sample size
+        """
         self.population = population
         self.n = n
 
diff --git a/pysal/contrib/network/lincs.py b/pysal/contrib/network/lincs.py
index d3ee5b0..a5a684e 100644
--- a/pysal/contrib/network/lincs.py
+++ b/pysal/contrib/network/lincs.py
@@ -284,11 +284,11 @@ def lincs(network, event, base, weight, dist=None, lisa_func='moran', sim_method
     w, edges, e, b, edges_geom = None, None, None, None, []
     if weight == 'Node-based':
         w, edges = node_weights(network, attribute=True)
-	n = len(edges)
-	e, b = np.zeros(n), np.zeros(n)
-	for edge in edges:
+        n = len(edges)
+        e, b = np.zeros(n), np.zeros(n)
+        for edge in edges:
             edges_geom.append(edges[edge][0])
-	    e[edge] = edges[edge][event]
+            e[edge] = edges[edge][event]
             b[edge] = getBase(edges, edge, base)
         w.id_order = edges.keys()
     elif dist is not None:
@@ -298,50 +298,50 @@ def lincs(network, event, base, weight, dist=None, lisa_func='moran', sim_method
                 network[n1][n2] = network[n1][n2][0]
         w, edges = dist_weights(network, id2edgepoints, edge2id, dist)
         n = len(id2attr)
-	e, b = np.zeros(n), np.zeros(n)
+        e, b = np.zeros(n), np.zeros(n)
         if base:
             base -= 1
-	for edge in id2attr:
+        for edge in id2attr:
             edges_geom.append(edges[edge])
-	    e[edge] = id2attr[edge][event - 1]
+            e[edge] = id2attr[edge][event - 1]
             b[edge] = getBase(id2attr, edge, base)
         w.id_order = id2attr.keys()
 
     Is, p_sim, Zs = None,None, None
     if sim_method == 'permutation':
         if lisa_func == pysal.esda.moran.Moran_Local:
-	    lisa_i = lisa_func(e*1.0/b,w,transformation="r",permutations=sim_num)
+            lisa_i = lisa_func(e*1.0/b,w,transformation="r",permutations=sim_num)
             Is = lisa_i.Is
             Zs = lisa_i.q
         else:
-	    lisa_i = lisa_func(e*1.0/b,w,transform="R",permutations=sim_num,star=star)
+            lisa_i = lisa_func(e*1.0/b,w,transform="R",permutations=sim_num,star=star)
             Is = lisa_i.Gs
             Zs = lisa_i.Zs
         p_sim = lisa_i.p_sim
     else:
-	sims = None
+        sims = None
         if lisa_func == pysal.esda.moran.Moran_Local:
-	    lisa_i = lisa_func(e*1.0/b,w,transformation="r",permutations=0)
+            lisa_i = lisa_func(e*1.0/b,w,transformation="r",permutations=0)
             Is = lisa_i.Is
             Zs = lisa_i.q
         else:
-	    lisa_i = lisa_func(e*1.0/b,w,transform="R",permutations=0,star=star)
-	    Is = lisa_i.Gs
-	    Zs = lisa_i.Zs
-	if sim_method == 'binomial':
-	    sims = unconditional_sim(e, b, sim_num)
-	elif sim_method == 'poisson':
-	    sims = unconditional_sim_poisson(e, b, sim_num)
-	else:
-	    sims = conditional_multinomial(e, b, sim_num)
+            lisa_i = lisa_func(e*1.0/b,w,transform="R",permutations=0,star=star)
+            Is = lisa_i.Gs
+            Zs = lisa_i.Zs
+        if sim_method == 'binomial':
+            sims = unconditional_sim(e, b, sim_num)
+        elif sim_method == 'poisson':
+            sims = unconditional_sim_poisson(e, b, sim_num)
+        else:
+            sims = conditional_multinomial(e, b, sim_num)
         if lisa_func == pysal.esda.moran.Moran_Local:
-	    for i in range(sim_num):
-		sims[:,i] = lisa_func(sims[:,i]*1.0/b,w,transformation="r",permutations=0).Is
+            for i in range(sim_num):
+                sims[:,i] = lisa_func(sims[:,i]*1.0/b,w,transformation="r",permutations=0).Is
         else:
-	    for i in range(sim_num):
-		sims[:,i] = lisa_func(sims[:,i]*1.0/b,w,permutations=0,star=star).Gs
-	sim_res = pseudo_pvalues(Is, sims)
-	p_sim = sim_res[0]
+            for i in range(sim_num):
+                sims[:,i] = lisa_func(sims[:,i]*1.0/b,w,permutations=0,star=star).Gs
+        sim_res = pseudo_pvalues(Is, sims)
+        p_sim = sim_res[0]
 
     w.transform = 'O'
     return zip(edges_geom, e, b, Is, Zs, p_sim), w
diff --git a/pysal/contrib/pdio/__init__.py b/pysal/contrib/pdio/__init__.py
new file mode 100644
index 0000000..7e95a9e
--- /dev/null
+++ b/pysal/contrib/pdio/__init__.py
@@ -0,0 +1,4 @@
+import dbf as dbio
+import shp as shio
+import file as fio
+from file import read_files, write_files
diff --git a/pysal/contrib/pdutilities/dbf_utilities.py b/pysal/contrib/pdio/dbf.py
similarity index 100%
rename from pysal/contrib/pdutilities/dbf_utilities.py
rename to pysal/contrib/pdio/dbf.py
diff --git a/pysal/contrib/pdutilities/file_utilities.py b/pysal/contrib/pdio/file.py
similarity index 95%
rename from pysal/contrib/pdutilities/file_utilities.py
rename to pysal/contrib/pdio/file.py
index ad45a5e..3002b7c 100644
--- a/pysal/contrib/pdutilities/file_utilities.py
+++ b/pysal/contrib/pdio/file.py
@@ -1,7 +1,7 @@
 import pysal as ps
 import os
-from shp_utilities import shp2series, series2shp
-from dbf_utilities import dbf2df, df2dbf
+from shp import shp2series, series2shp
+from dbf import dbf2df, df2dbf
 
 
 def read_files(filepath, **kwargs):
diff --git a/pysal/contrib/pdutilities/shp_utilities.py b/pysal/contrib/pdio/shp.py
similarity index 100%
rename from pysal/contrib/pdutilities/shp_utilities.py
rename to pysal/contrib/pdio/shp.py
diff --git a/pysal/contrib/pdutilities/__init__.py b/pysal/contrib/pdutilities/__init__.py
deleted file mode 100644
index 4df967d..0000000
--- a/pysal/contrib/pdutilities/__init__.py
+++ /dev/null
@@ -1,4 +0,0 @@
-import dbf_utilities as dbio
-import shp_utilities as shio
-import file_utilities as fio
-from file_utilities import read_files, write_files
diff --git a/pysal/contrib/shapely_ext.py b/pysal/contrib/shapely_ext.py
index c2a6847..1c58215 100644
--- a/pysal/contrib/shapely_ext.py
+++ b/pysal/contrib/shapely_ext.py
@@ -40,7 +40,7 @@ def length(shape):
 def boundary(shape):
     if not hasattr(shape,'__geo_interface__'): raise TypeError, "%r does not appear to be a shape"%shape
     o = shapely.geometry.asShape(shape)
-    res = o.bondary
+    res = o.boundary
     return pysal.cg.shapes.asShape(res)
 
 def bounds(shape):
@@ -57,7 +57,7 @@ def centroid(shape):
 def representative_point(shape):
     if not hasattr(shape,'__geo_interface__'): raise TypeError, "%r does not appear to be a shape"%shape
     o = shapely.geometry.asShape(shape)
-    res = o.representative_point
+    res = o.representative_point()
     return pysal.cg.shapes.asShape(res)
 
 def convex_hull(shape):
diff --git a/pysal/contrib/spint/README.md b/pysal/contrib/spint/README.md
index 65b8ca5..61e04fe 100644
--- a/pysal/contrib/spint/README.md
+++ b/pysal/contrib/spint/README.md
@@ -1,17 +1,57 @@
 Spatial Interaction Modeling Package
 ===========================================
 
-The **Sp**atial **Int**eraction Modeling (SpInt) package seeks to provide a collection of tools to study spatial interaction processes.
+The **Sp**atial **Int**eraction Modeling (SpInt) module seeks to provide a collection of tools to study spatial interaction processes and analyze spatial interaction data.
 
-It currently supports the calibration of the 'family' of spatial interaction models (Wilson, 1971) which are derived using an entropy maximizing (EM) framework or the equivalent information minimizing (IM) framework. As such, it is able to derive parameters for the following models:
+The [initial development](https://github.com/pysal/pysal/wiki/SpInt-Development) of the module was carried out as a Google Summer of Code
+project (summer 2016). Documentation of the project progress can be found on the
+[project blog](https://tayloroshan.github.io/). 
+
+The module currently supports the calibration of the 'family' of spatial interaction models (Wilson, 1971) which are derived using an entropy maximizing (EM) framework or the equivalent information minimizing (IM) framework. As such, it is able to derive parameters for the following Poisson count models:
+
+Models
+------
 
 - unconstrained gravity model
 - production-constrained model (origin-constrained)
 - attraction-constrained model (destination-constrained)
 - doubly-constrained model
 
+Calibration is carried out using iteratively weighted least squares in a generalized linear modleing framework (Cameron & Trivedi, 2013). These model results have been verified against comparable routines laid out in (Fotheringham and O’Kelly, 1989; Willimans and Fotheringham, 1984) and functions avaialble in R such as GL  or Pythons statsmodels. The estimation of the constrained routines are carried out using sparse data strucutres for lower memory overhead and faster computations.
+
+Additional Features
+-------------------
+
+- QuasiPoisson model estimation
+- Regression-based tests for overdispersion
+- Model fit statistics including typical GLM metrics, standardized root mean
+  square error, and Sorensen similarit index
+- Vector-based Moran's I statistic for testing for spatial autcorrelation in
+  spatial interaction data
+- Local subset model calibration for mappable sets of parameter estimates and model
+  diagnostics
+- Three types of spatial interaction spatial weights: origin-destination
+  contiguity weights, network-based weights, and vector-based distance weights
+
+In Progress
+-----------
+
+- Spatial Autoregressive (Lag) model spatial interaction specification
+
+Future Work
+-----------
+
+- Parameter estimation via maximum likelihood and gradient-based optimization
+- Zero-inflated Poisson model
+- Negative Binomial model/zero-inflated negative binomial model
+- Functions to compute competing destinations
+- Functions to compute eigenvector spatial filters
+- Parameter estimation via neural networks
+- Universal (determinsitic) models such as the Radiation model and Inverse
+  Population Weighted model
 
-Calibration is carried out using maximum likelihood estimation routines outlined in (Fotheringham and O’Kelly, 1989; Willimans and Fotheringham, 1984). Optimization is achieved using scipy.optimize.fsolve(). Overall, the package is currently dependent upon numpy, spicy, and pandas.
+Cameron, C. A. and Trivedi, P. K. (2013). Regression analyis of count data.
+Cambridge University Press, 1998. 
 
 Fotheringham, A. S. and O'Kelly, M. E. (1989). Spatial Interaction Models: Formulations and Applications. London: Kluwer Academic Publishers.
 
@@ -20,4 +60,4 @@ Models by Maximum Likelihood Estimation with Program SIMODEL, Geographic Monogra
 Series, 7, Department of Geography, Indiana University.
 
 Wilson, A. G. (1971). A family of spatial interaction models, and associated developments. Environment and
-Planning A, 3, 1–32.
\ No newline at end of file
+Planning A, 3, 1–32.
diff --git a/pysal/contrib/spint/__init__.py b/pysal/contrib/spint/__init__.py
new file mode 100644
index 0000000..1b9d073
--- /dev/null
+++ b/pysal/contrib/spint/__init__.py
@@ -0,0 +1,6 @@
+import gravity 
+from gravity import Gravity, Production, Attraction, Doubly
+import dispersion
+import utils
+import vec_SA
+import count_model
diff --git a/pysal/contrib/spint/count_model.py b/pysal/contrib/spint/count_model.py
new file mode 100644
index 0000000..cb7b5aa
--- /dev/null
+++ b/pysal/contrib/spint/count_model.py
@@ -0,0 +1,191 @@
+"""
+CountModel class for dispatching different types of count models and different
+types of estimation technqiues.
+"""
+
+__author__ = "Taylor Oshan tayoshan at gmail.com"
+
+import numpy as np
+from pysal.contrib.glm.glm import GLM
+from pysal.contrib.glm.family import Poisson, QuasiPoisson
+
+class CountModel(object):
+    """
+    Base class for variety of count-based models such as Poisson, negative binomial,
+    etc. of the exponetial family. 
+
+    Parameters
+    ----------
+    y           : array
+                  n x 1; n observations of the depedent variable
+    X           : array
+                  n x k; design matrix of k explanatory variables
+    family      : instance of class 'family'
+                  default is Poisson()
+    constant    : boolean
+                  True if intercept should be estimated and false otherwise.
+                  Default is True.
+
+                  
+    Attributes
+    ----------
+    y           : array
+                  n x 1; n observations of the depedent variable
+    X           : array
+                  n x k; design matrix of k explanatory variables
+    fitted      : boolean
+                  False is model has not been fitted and True if it has been
+                  successfully fitted. Deault is False. 
+    constant    : boolean
+                  True if intercept should be estimated and false otherwise.
+                  Default is True.
+
+    Example
+    -------
+    >>> import pysal.contrib.spint.count_model import CountModel
+    >>> from pysal.
+    >>> db = pysal.open(pysal.examples.get_path('columbus.dbf'),'r')
+    >>> y =  np.array(db.by_col("HOVAL"))
+    >>> y = np.reshape(y, (49,1))
+    >>> self.y = np.round(y).astype(int)
+    >>> X = []
+    >>> X.append(db.by_col("INC"))
+    >>> X.append(db.by_col("CRIME"))
+    >>> self.X = np.array(X).T
+    >>> model = CountModel(self.y, self.X, family=Poisson())
+    >>> results = model.fit('GLM')
+    >>> results.params
+    array([3.92159085, 0.01183491, -0.01371397])
+
+    """
+    def __init__(self, y, X, family = Poisson(), constant = True):
+        self.y = self._check_counts(y)
+        self.X = X
+        self.constant = constant
+    def _check_counts(self, y):
+        if (y.dtype == 'int64') | (y.dtype == 'int32'):
+        	return y
+        else:
+        	raise TypeError('Dependent variable (y) must be composed of integers')
+
+    def fit(self, framework='GLM', Quasi=False):
+        """
+        Method that fits a particular count model usign the appropriate
+        estimation technique. Models include Poisson GLM, Negative Binomial GLM,
+        Quasi-Poisson - at the moment Poisson GLM is the only option.
+
+        TODO: add zero inflated variants and hurdle variants.
+
+        Parameters
+        ----------
+        framework           : string
+                            estimation framework; default is GLM
+                             "GLM" | "QUASI" | 
+        """
+        if (framework.lower() == 'glm'):
+            if not Quasi:
+                results = GLM(self.y, self.X, family = Poisson(), constant=self.constant).fit()
+            else:
+                results = GLM(self.y, self.X, family = QuasiPoisson(), constant=self.constant).fit()
+            return CountModelResults(results)
+   
+        else:
+            raise NotImplemented('Poisson GLM is the only count model currently implemented')
+
+class CountModelResults(object):
+    """
+    Results of estimated GLM and diagnostics.
+
+    Parameters
+    ----------
+        results       : GLM object
+                        Pointer to GLMResults object with estimated parameters
+                        and diagnostics.
+    
+    Attributes
+    ----------
+        model         : GLM Object
+                        Points to model object for which parameters have been
+                        estimated. May contain additional diagnostics.
+        y             : array
+                        n*1, dependent variable.
+        X             : array
+                        n*k, independent variable, including constant.
+        family        : string
+                        Model type: 'Gaussian', 'Poisson', 'Logistic'
+        n             : integer
+                        Number of observations
+        k             : integer
+                        Number of independent variables
+        df_model      : float
+                        k-1, where k is the number of variables (including
+                        intercept)
+        df_residual   : float
+                        observations minus variables (n-k)
+                        routine.
+        params        : array
+                        n*k, estimared beta coefficients
+        yhat          : array
+                        n*1, predicted value of y (i.e., fittedvalues)
+        cov_params    : array
+                        Variance covariance matrix (kxk) of betas
+        std_err       : array
+                        k*1, standard errors of betas
+        pvalues       : array
+                        k*1, two-tailed pvalues of parameters
+        tvalues       : array
+                        k*1, the tvalues of the standard errors
+        deviance      : float
+                        value of the deviance function evalued at params;
+                        see family.py for distribution-specific deviance
+        llf           : float
+                        value of the loglikelihood function evalued at params;
+                        see family.py for distribution-specific loglikelihoods
+        llnull        : float
+                        value of the loglikelihood function evaluated with only an
+                        intercept; see family.py for distribution-specific
+                        loglikelihoods
+        aic           : float 
+                        Akaike information criterion
+        resid         : array
+                        response residuals; defined as y-mu
+        
+        resid_dev     : array
+                        k x 1, residual deviance of model
+        D2            : float
+                        percentage of explained deviance
+        adj_D2        : float
+
+        pseudo_R2       : float
+                        McFadden's pseudo R2  (coefficient of determination) 
+        adj_pseudoR2    : float
+                        adjusted McFadden's pseudo R2
+
+    """
+    def __init__(self, results):
+        self.y = results.y
+        self.X = results.X
+        self.family = results.family
+        self.params = results.params
+        self.aic = results.aic
+        self.df_model = results.df_model
+        self.df_resid = results.df_resid
+        self.llf = results.llf
+        self.llnull = results.llnull
+        self.yhat = results.mu
+        self.deviance = results.deviance
+        self.n = results.n
+        self.k = results.k
+        self.resid = results.resid_response
+        self.resid_dev = results.resid_deviance
+        self.cov_params = results.cov_params()
+        self.std_err = results.bse
+        self.pvalues = results.pvalues
+        self.tvalues = results.tvalues
+        self.D2 = results.D2
+        self.adj_D2 = results.adj_D2
+        self.pseudoR2 = results.pseudoR2
+        self.adj_pseudoR2 = results.adj_pseudoR2
+        self.model = results
+
+    
diff --git a/pysal/contrib/spint/dispersion.py b/pysal/contrib/spint/dispersion.py
new file mode 100644
index 0000000..3470c49
--- /dev/null
+++ b/pysal/contrib/spint/dispersion.py
@@ -0,0 +1,102 @@
+"""
+Various functions to test hypotheses regarding the dispersion of the variance of
+a variable.
+
+"""
+
+__author__ = "Taylor Oshan tayoshan at gmail.com"
+
+from pysal.contrib.glm.glm import GLM
+from pysal.contrib.glm.family import Poisson
+import numpy as np
+import scipy.stats as stats
+from types import FunctionType
+    
+def phi_disp(model):
+    """
+    Test the hypothesis that var[y] = mu (equidispersion) against the
+    alternative hypothesis (quasi-Poisson) that var[y] = phi * mu  where mu
+    is the expected value of y and phi is an estimated overdispersion
+    coefficient which is equivalent to 1+alpha in the alternative alpha
+    dispersion test. 
+
+    phi > 0: overdispersion
+    phi = 1: equidispersion
+    phi < 0: underdispersion
+
+    Parameters
+    ----------
+    model       : Model results class
+                  function can only be called on a sucessfully fitted model
+                  which has a valid response variable, y, and a valid
+                  predicted response variable, yhat.
+    alt_var     : function
+                  specifies an alternative varaince as a function of mu.
+                  Function must take a single scalar as input and return a
+                  single scalar as output
+    Returns
+    -------
+    array       : [alpha coefficient, tvalue of alpha, pvalue of alpha]
+        
+    """
+    try:
+        y = model.y.reshape((-1,1))
+        yhat = model.yhat.reshape((-1,1))
+        ytest = (((y-yhat)**2-y)/yhat).reshape((-1,1))
+    except: 
+        raise AttributeError("Check that fitted model has valid 'y' and 'yhat' attributes")
+    
+    phi = 1 + np.mean(ytest)
+    zval = np.sqrt(len(ytest)) * np.mean(ytest)/np.std(ytest, ddof=1)
+    pval = stats.norm.sf(zval)
+
+    return np.array([phi, zval, pval])
+
+def alpha_disp(model, alt_var=lambda x: x):
+    """
+    Test the hypothesis that var[y] = mu (equidispersion) against the
+    alternative hypothesis that var[y] = mu + alpha * alt_var(mu) where mu
+    is the expected value of y, alpha is an estimated coefficient, and
+    alt_var() specifies an alternative variance as a function of mu.
+    alt_var=lambda x:x corresponds to an alternative hypothesis of a negative
+    binomimal model with a linear variance function and alt_var=lambda
+    x:x**2 correspinds to an alternative hypothesis of a negative binomial
+    model with a quadratic varaince function. 
+
+    alpha > 0: overdispersion
+    alpha = 1: equidispersion
+    alpha < 0: underdispersion
+
+    Parameters
+    ----------
+    model       : Model results class
+                  function can only be called on a sucessfully fitted model
+                  which has a valid response variable, y, and a valid
+                  predicted response variable, yhat.
+    alt_var     : function
+                  specifies an alternative varaince as a function of mu.
+                  Function must take a single scalar as input and return a
+                  single scalar as output
+    Returns
+    -------
+    array       : [alpha coefficient, tvalue of alpha, pvalue of alpha]
+        
+    """
+    try:
+        y = model.y.reshape((-1,1))
+        yhat = model.yhat.reshape((-1,1))
+        ytest = (((y-yhat)**2-y)/yhat).reshape((-1,1))
+    except: 
+        raise AttributeError("Make sure model passed has been estimated and has a valid 'y' and 'yhat' attribute")
+       
+    if isinstance(alt_var, FunctionType):
+        X = (alt_var(yhat)/yhat).reshape((-1,1))
+        test_results = GLM(ytest, X, constant=False).fit()
+        alpha = test_results.params[0]
+        zval = test_results.tvalues[0]
+        pval = stats.norm.sf(zval)
+    else:
+        raise TypeError("The alternative variance function, 'alt_var', must be a valid function'")
+
+    return np.array([alpha, zval, pval])
+
diff --git a/pysal/contrib/spint/gravity.py b/pysal/contrib/spint/gravity.py
index 4865d42..94df1b6 100644
--- a/pysal/contrib/spint/gravity.py
+++ b/pysal/contrib/spint/gravity.py
@@ -1,6 +1,6 @@
 # coding=utf-8
 """
-MLE calibration for Wilson (1967) family of gravity models
+ Wilsonian (1967) family of gravity-type spatial interaction models
 
 References
 ----------
@@ -8,812 +8,1010 @@ References
 Fotheringham, A. S. and O'Kelly, M. E. (1989). Spatial Interaction Models: Formulations
  and Applications. London: Kluwer Academic Publishers.
 
-Williams, P. A. and A. S. Fotheringham (1984), The Calibration of Spatial Interaction
- Models by Maximum Likelihood Estimation with Program SIMODEL, Geographic Monograph
- Series, 7, Department of Geography, Indiana University.
-
 Wilson, A. G. (1967). A statistical theory of spatial distribution models.
  Transportation Research, 1, 253–269.
 
-
 """
 
 __author__ = "Taylor Oshan tayoshan at gmail.com"
 
-import pandas as pd
+from types import FunctionType
 import numpy as np
-from scipy.optimize import fsolve
-import gravity_stats as stats
-
-
-class Unconstrained:
+from scipy import sparse as sp
+from pysal.spreg import user_output as User
+from pysal.spreg.utils import sphstack
+from pysal.contrib.glm.utils import cache_readonly
+from count_model import CountModel
+from utils import sorensen, srmse, spcategorical
+
+class BaseGravity(CountModel):
     """
-    Unconstrained gravity model estimated using MLE
+    Base class to set up gravity-type spatial interaction models and dispatch
+    estimaton technqiues.
 
     Parameters
     ----------
-    data            : str
-                      pandas d frame
-    origins         : str
-                      column name for origin names
-    destinations    : str
-                      column name for destination names
-    flows           : str
-                      column name for observed flows
-    o_factors       : list of strings
-                      column name for each origin attribute
-    d_factors       : list of strings
-                      column name for each destination attribute
-    cost            : str
-                      column name for distance or cost values
-    cost_func       : str
-                      either 'exp' for exponential or 'pow' for power distance function
-    filter_intra    : boolean
-                      True (default) to filter intra-zonal flows
+    flows           : array of integers
+                      n x 1; observed flows between O origins and D destinations
+    origins         : array of strings
+                      n x 1; unique identifiers of origins of n flows
+    destinations    : array of strings
+                      n x 1; unique identifiers of destinations of n flows 
+    cost            : array 
+                      n x 1; cost to overcome separation between each origin and
+                      destination associated with a flow; typically distance or time
+    cost_func       : string or function that has scalar input and output
+                      functional form of the cost function;
+                      'exp' | 'pow' | custom function
+    o_vars          : array (optional)
+                      n x p; p attributes for each origin of  n flows; default
+                      is None
+    d_vars          : array (optional)
+                      n x p; p attributes for each destination of n flows;
+                      default is None
+    constant        : boolean
+                      True to include intercept in model; false by default
+    framework       : string
+                      estimation technique; currently only 'GLM' is avaialble
+    Quasi           : boolean
+                      True to estimate QuasiPoisson model; should result in same
+                      parameters as Poisson but with altered covariance; default
+                      to true which estimates Poisson model
+    SF              : array
+                      n x 1; eigenvector spatial filter to include in the model;
+                      default to None which does not include a filter; not yet
+                      implemented
+    CD              : array
+                      n x 1; competing destination term that accounts for the
+                      likelihood that alternative destinations are considered
+                      along with each destination under consideration for every
+                      OD pair; defaults to None which does not include a CD
+                      term; not yet implemented
+    Lag             : W object
+                      spatial weight for n observations (OD pairs) used to
+                      construct a spatial autoregressive model and estimator;
+                      defaults to None which does not include an autoregressive
+                      term; not yet implemented
+
 
     Attributes
     ----------
-    dt              : pandas DataFrame
-                      model input data
-    o               : pandas series
-                      origins
-    d               : pandas series
-                      destinations
-    f               : pandas series
-                      observed flows
-    of              : dict
-                      origin factors
-    df              : dict
-                      destination factors
-    c               : pandas series
-                      cost or distance variable
-    cf              : str
-                      either 'exp' for exponential or 'pow' for power cost function
-    opt_log         : dict
-                      record of minimization of o_function
-    ip              : dict
-                      initial parameter estimate values
-    p               : dict
-                      parameters estimates
-    ests            : list of floats
-                      estimated values for calibrated model
-
+    f               : array
+                      n x 1; observed flows; dependent variable; y
+    n               : integer
+                      number of observations
+    k               : integer
+                      number of parameters
+    c               : array 
+                      n x 1; cost to overcome separation between each origin and
+                      destination associated with a flow; typically distance or time
+    cf              : function
+                      cost function; used to transform cost variable
+    ov              : array 
+                      n x p(o); p attributes for each origin of n flows
+    dv              : array
+                      n x p(d); p attributes for each destination of n flows
+    constant        : boolean
+                      True to include intercept in model; false by default
+    y               : array
+                      n x 1; dependent variable used in estimation including any
+                      transformations
+    X               : array
+                      n x k, design matrix used in estimation
+    params          : array
+                      n x k, k estimated beta coefficients; k = p(o) + p(d) + 1
+    yhat            : array
+                      n x 1, predicted value of y (i.e., fittedvalues)
+    cov_params      : array
+                      Variance covariance matrix (k x k) of betas
+    std_err         : array
+                      k x 1, standard errors of betas
+    pvalues         : array
+                      k x 1, two-tailed pvalues of parameters
+    tvalues         : array
+                      k x 1, the tvalues of the standard errors
+    deviance        : float
+                      value of the deviance function evalued at params;
+                      see family.py for distribution-specific deviance
+    resid_dev       : array
+                      n x 1, residual deviance of model
+    llf             : float
+                      value of the loglikelihood function evalued at params;
+                      see family.py for distribution-specific loglikelihoods
+    llnull          : float
+                      value of the loglikelihood function evaluated with only an
+                      intercept; see family.py for distribution-specific
+                      loglikelihoods
+    aic             : float
+                      Akaike information criterion
+    D2              : float
+                      percentage of explained deviance
+    adj_D2          : float
+                      adjusted percentage of explained deviance
+    pseudo_R2       : float
+                      McFadden's pseudo R2  (coefficient of determination) 
+    adj_pseudoR2    : float
+                      adjusted McFadden's pseudo R2
+    SRMSE           : float
+                      standardized root mean square error
+    SSI             : float
+                      Sorensen similarity index
+    results         : object
+                      full results from estimated model. May contain addtional
+                      diagnostics
     Example
     -------
-
-    import numpy as np
-    import pandas as pd
-    import gravity as grav
-    >>> f = np.array([56, 100.8, 173.6, 235.2, 87.36,
-                    28., 100.8, 69.44, 235.2, 145.6,
-                    22., 26.4, 136.4, 123.2, 343.2,
-                    14., 75.6, 130.2, 70.56, 163.8,
-                    22, 59.4,  204.6,  110.88,  171.6])
-    >>> V = np.repeat(np.array([56, 56, 44, 42, 66]), 5)
-    >>> o = np.repeat(np.array(range(1, 6)), 5)
-    >>> W = np.tile(np.array([10, 18, 62, 84, 78]), 5)
-    >>> d = np.tile(np.array(range(1, 6)), 5)
-    >>> dij = np.array([10, 10, 20, 20, 50,
-                        20, 10, 50, 20, 30,
-                        20, 30, 20, 30, 10,
-                        30, 10, 20, 50, 20,
-                        30, 20, 20, 50, 30])
-    >>> dt = pd.DataFrame({'origins': self.o,
-                            'destinations': self.d,
-                            'V': V,
-                            'W': W,
-                            'Dij': dij,
-                            'flows': f})
-    >>> model = grav.Unconstrained(dt, 'origins', 'destinations', 'flows',
-                                    ['V'], ['W'], 'Dij', 'pow')
-    >>> print model.p
-    {'beta': -1.0, 'W': 1.0, 'V': 1.0}
+    >>> import numpy as np
+    >>> import pysal
+    >>> from pysal.contrib.spint.gravity import BaseGravity
+    >>> db = pysal.open(pysal.examples.get_path('nyc_bikes_ct.csv'))
+    >>> cost = np.array(db.by_col('tripduration')).reshape((-1,1))
+    >>> flows = np.array(db.by_col('count')).reshape((-1,1))
+    >>> model = BaseGravity(flows, cost)
+    >>> model.params
+    array([ 0.92860101])
 
     """
+    def __init__(self, flows, cost, cost_func='pow', o_vars=None, d_vars=None,
+            origins=None, destinations=None, constant=False, framework='GLM',
+            SF=None, CD=None, Lag=None, Quasi=False):
+        n = User.check_arrays(flows, cost)
+        #User.check_y(flows, n)
+        self.n = n
+        self.f = flows
+        self.c = cost
+        self.ov = o_vars
+        self.dv = d_vars
+        if type(cost_func) == str:
+            if cost_func.lower() == 'pow':
+                self.cf = np.log
+            elif cost_func.lower() == 'exp':
+                self.cf = lambda x: x*1.0
+        elif (type(cost_func) == FunctionType) | (type(cost_func) == np.ufunc):
+            self.cf = cost_func
+        else:
+            raise ValueError("cost_func must be 'exp', 'pow' or a valid"
+            " function that has a scalar as a input and output")
 
-    def __init__(self, data, origins, destinations, flows, o_factors, d_factors, cost, cost_func, filter_intra=True):
-        if filter_intra:
-            self.dt = data[data[origins] != data[destinations]].reset_index(level=0, drop=True)
+        y = np.reshape(self.f, (-1,1))
+        if isinstance(self, Gravity):
+            X = np.empty((self.n, 0))
         else:
-            self.dt = data
-        self.o = self.dt[origins].astype(str)
-        self.d = self.dt[destinations].astype(str)
-        self.f = self.dt[flows]
-        self.c = self.dt[cost]
-        self.of = dict(zip(o_factors, [self.dt[x] for x in o_factors]))
-        self.df = dict(zip(d_factors, [self.dt[x] for x in d_factors]))
-        self.cf = cost_func
-        self.opt_log = {}
-        self.ip = {'beta': 0}
-        self.p = {'beta': 0}
-
-        if self.cf == 'exp':
-            k = self.c
-        elif self.cf == 'pow':
-            k = np.log(self.c)
+            X = sp.csr_matrix((self.n, 1))
+        if isinstance(self, Attraction) | isinstance(self, Doubly):
+            d_dummies = spcategorical(destinations.flatten())
+            X = sphstack(X, d_dummies, array_out=False)
+        if isinstance(self, Production) | isinstance(self, Doubly):
+            o_dummies = spcategorical(origins.flatten())
+            X = sphstack(X, o_dummies, array_out=False)
+        if isinstance(self, Doubly):
+            X = X[:,1:]
+        if self.ov is not None:	
+            if isinstance(self, Gravity):
+                for each in range(self.ov.shape[1]):
+                    X = np.hstack((X, np.log(np.reshape(self.ov[:,each], (-1,1)))))
+            else:
+                for each in range(self.ov.shape[1]):
+                    ov = sp.csr_matrix(np.log(np.reshape(self.ov[:,each], ((-1,1)))))
+                    X = sphstack(X, ov, array_out=False)
+        if self.dv is not None:    	
+            if isinstance(self, Gravity):
+                for each in range(self.dv.shape[1]):
+                    X = np.hstack((X, np.log(np.reshape(self.dv[:,each], (-1,1)))))
+            else:
+                for each in range(self.dv.shape[1]):
+                    dv = sp.csr_matrix(np.log(np.reshape(self.dv[:,each], ((-1,1)))))
+                    X = sphstack(X, dv, array_out=False)
+        if isinstance(self, Gravity):
+            X = np.hstack((X, self.cf(np.reshape(self.c, (-1,1)))))
         else:
-            raise ValueError('variable cost_func must either be "exp" or "pow"')
-
-        for fx in self.of:
-            k += np.log(self.of[fx])
-            self.ip[fx] = 1
-            self.p[fx] = 1
-        for fx in self.df:
-            k += np.log(self.df[fx])
-            self.ip[fx] = 1
-            self.p[fx] = 1
-
-        o_info = np.sum(self.f*k)
-
-        self.p, self.ests = calibrate(self, o_info, k)
-        errors = output(self)
-        self.dt['aboslute_error'] = errors[0]
-        self.dt['percent_error'] = errors[1]
-        stats = statistics(self)
-        self.system_stats = stats[0]
-        self.entropy_stats = stats[1]
-        self.fit_stats = stats[2]
-        self.parameter_stats = stats[3]
-
-    def calc_dcy(self, c, cf, p):
-        if cf == 'exp':
-            dcy = np.exp(c*p['beta'])
-        elif cf == 'pow':
-            dcy = c**p['beta']
-        return dcy
-
-    def estimate_flows(self, c, cf, of, df, p):
-        """
-        estimate predicted flows multiplying individual model terms
-        """
-        dcy = self.calc_dcy(c, cf, p)
-        ests = dcy
-        for fx in of:
-            ests *= (of[fx]**p[fx])
-
-        for fx in df:
-            ests *= (df[fx]**p[fx])
-        return ests
-
-    def estimate_cum(self, ests, k):
-        """
-        calculate sum of all estimated flows and log of known 'information'
-        being estimated (log likelihood)
-        """
-        return np.sum(ests*k)
-
-    def build_LL_function(self, gm, LL_fx, of, df, f, cf, beta=False):
-        """
-        builds model-specifc components of the LL function being evaluated
-        """
-        dcy = self.calc_dcy(self.c, cf, gm.p)
-        fxs = dict(of.items() + df.items())
-        fs = 1
-        for fx in fxs:
-            fs *= fxs[fx]**gm.p[fx]
-        if beta:
-            if cf == 'exp':
-                return np.sum(fs*dcy*LL_fx) - np.sum(f*LL_fx)
+            c = sp.csr_matrix(self.cf(np.reshape(self.c, (-1,1))))
+            X = sphstack(X, c, array_out=False)
+            X = X[:,1:]#because empty array instantiated with extra column
+        if not isinstance(self, (Gravity, Production, Attraction, Doubly)):
+            X = self.cf(np.reshape(self.c, (-1,1)))
+        if SF:
+        	raise NotImplementedError("Spatial filter model not yet implemented")
+        if CD:
+        	raise NotImplementedError("Competing destination model not yet implemented")
+        if Lag:
+        	raise NotImplementedError("Spatial Lag autoregressive model not yet implemented")
+        
+        CountModel.__init__(self, y, X, constant=constant)
+        if (framework.lower() == 'glm'):
+            if not Quasi:
+                results = self.fit(framework='glm')
             else:
-                return np.sum(fs*dcy*np.log(LL_fx)) - np.sum(f*np.log(LL_fx))
+                results = self.fit(framework='glm', Quasi=True)
         else:
-            return np.sum(fs*dcy*np.log(LL_fx)) - np.sum(f*np.log(LL_fx))
-
-
-class ProductionConstrained(Unconstrained):
+            raise NotImplementedError('Only GLM is currently implemented')
+
+        self.params = results.params
+        self.yhat = results.yhat
+        self.cov_params = results.cov_params
+        self.std_err = results.std_err
+        self.pvalues = results.pvalues
+        self.tvalues = results.tvalues
+        self.deviance = results.deviance
+        self.resid_dev = results.resid_dev
+        self.llf = results.llf
+        self.llnull = results.llnull
+        self.aic = results.aic
+        self.k = results.k
+        self.D2 = results.D2
+        self.adj_D2 = results.adj_D2
+        self.pseudoR2 = results.pseudoR2
+        self.adj_pseudoR2 = results.adj_pseudoR2
+        self.results = results
+        self._cache = {}
+
+    @cache_readonly
+    def SSI(self):
+        return sorensen(self)
+
+    @cache_readonly
+    def SRMSE(self):
+        return srmse(self)
+
+    def reshape(self, array):
+        if type(array) == np.ndarray:
+            return array.reshape((-1,1))
+        elif type(array) == list:
+            return np.array(array).reshape((-1,1))
+        else:
+            raise TypeError("input must be an numpy array or list that can be coerced"
+                    " into the dimensions n x 1")
+    
+class Gravity(BaseGravity):
     """
-    Production-constrained gravity model estimated using MLE
+    Unconstrained (traditional gravity) gravity-type spatial interaction model
 
     Parameters
     ----------
-    data            : str
-                      pandas d frame
-    origins         : str
-                      column name for origin names
-    destinations    : str
-                      column name for destination names
-    flows           : str
-                      column name for observed flows
-    d_factors       : list of strings
-                      column name for each destination attribute
-    cost            : str
-                      column name for distance or cost values
-    cost_func       : str
-                      either 'exp' for exponential or 'pow' for power distance function
-    filter_intra    : boolean
-                      True (default) to filter intra-zonal flows
+    flows           : array of integers
+                      n x 1; observed flows between O origins and D destinations
+    cost            : array 
+                      n x 1; cost to overcome separation between each origin and
+                      destination associated with a flow; typically distance or time
+    cost_func       : string or function that has scalar input and output
+                      functional form of the cost function;
+                      'exp' | 'pow' | custom function
+    o_vars          : array (optional)
+                      n x p; p attributes for each origin of  n flows; default
+                      is None
+    d_vars          : array (optional)
+                      n x p; p attributes for each destination of n flows;
+                      default is None
+    constant        : boolean
+                      True to include intercept in model; false by default
+    framework       : string
+                      estimation technique; currently only 'GLM' is avaialble
+    Quasi           : boolean
+                      True to estimate QuasiPoisson model; should result in same
+                      parameters as Poisson but with altered covariance; default
+                      to true which estimates Poisson model
+    SF              : array
+                      n x 1; eigenvector spatial filter to include in the model;
+                      default to None which does not include a filter; not yet
+                      implemented
+    CD              : array
+                      n x 1; competing destination term that accounts for the
+                      likelihood that alternative destinations are considered
+                      along with each destination under consideration for every
+                      OD pair; defaults to None which does not include a CD
+                      term; not yet implemented
+    Lag             : W object
+                      spatial weight for n observations (OD pairs) used to
+                      construct a spatial autoregressive model and estimator;
+                      defaults to None which does not include an autoregressive
+                      term; not yet implemented
 
     Attributes
     ----------
-    dt              : pandas DataFrame
-                      model input data
-    o               : pandas series
-                      origins
-    d               : pandas series
-                      destinations
-    f               : pandas series
-                      observed flows
-    of              : empty dict
-                      origin factors
-    df              : dict
-                      destination factors
-    c               : pandas series
-                      cost or distance variable
-    cf              : str
-                      either 'exp' for exponential or 'pow' for power cost function
-    opt_log         : dict
-                      record of minimization of o_function
-    ip              : dict
-                      initial parameter estimate values
-    p               : dict
-                      parameters estimates
-    ests            : list of floats
-                      estimated values for calibrated model
-
+    f               : array
+                      n x 1; observed flows; dependent variable; y
+    n               : integer
+                      number of observations
+    k               : integer
+                      number of parameters
+    c               : array 
+                      n x 1; cost to overcome separation between each origin and
+                      destination associated with a flow; typically distance or time
+    cf              : function
+                      cost function; used to transform cost variable
+    ov              : array 
+                      n x p(o); p attributes for each origin of n flows
+    dv              : array 
+                      n x p(d); p attributes for each destination of n flows
+    constant        : boolean
+                      True to include intercept in model; false by default
+    y               : array
+                      n x 1; dependent variable used in estimation including any
+                      transformations
+    X               : array
+                      n x k, design matrix used in estimation
+    params          : array
+                      n x k, k estimated beta coefficients; k = p(o) + p(d) + 1
+    yhat            : array
+                      n x 1, predicted value of y (i.e., fittedvalues)
+    cov_params      : array
+                      Variance covariance matrix (kxk) of betas
+    std_err         : array
+                      k x 1, standard errors of betas
+    pvalues         : array
+                      k x 1, two-tailed pvalues of parameters
+    tvalues         : array
+                      k x 1, the tvalues of the standard errors
+    deviance        : float
+                      value of the deviance function evalued at params;
+                      see family.py for distribution-specific deviance
+    resid_dev       : array
+                      n x 1, residual deviance of model
+    llf             : float
+                      value of the loglikelihood function evalued at params;
+                      see family.py for distribution-specific loglikelihoods
+    llnull          : float
+                      value of the loglikelihood function evaluated with only an
+                      intercept; see family.py for distribution-specific
+                      loglikelihoods
+    aic             : float 
+                      Akaike information criterion
+    D2              : float
+                      percentage of explained deviance
+    adj_D2          : float
+                      adjusted percentage of explained deviance
+    pseudo_R2       : float
+                      McFadden's pseudo R2  (coefficient of determination) 
+    adj_pseudoR2    : float
+                      adjusted McFadden's pseudo R2
+    SRMSE           : float
+                      standardized root mean square error
+    SSI             : float
+                      Sorensen similarity index
+    results         : object
+                      Full results from estimated model. May contain addtional
+                      diagnostics
     Example
     -------
-
-    import numpy as np
-    import pandas pd
-    import gravity as grav
-    >>> f = np.array([0, 6469, 7629, 20036, 4690,
-                        6194, 11688, 2243, 8857, 7248,
-                        3559, 9221, 10099, 22866, 3388,
-                        9986, 46618, 11639, 1380, 5261,
-                        5985, 6731, 2704, 12250, 16132])
-    >>> o = np.repeat(1, 25)
-    >>> d = np.array(range(1, 26))
-    >>> dij = np.array([0, 576, 946, 597, 373,
-                        559, 707, 1208, 602, 692,
-                        681, 1934, 332, 595, 906,
-                        425, 755, 672, 1587, 526,
-                        484, 2141, 2182, 410, 540])
-    >>> pop = np.array([1596000, 2071000, 3376000, 6978000, 1345000,
-                        2064000, 2378000, 1239000, 4435000, 1999000,
-                        1274000, 7042000, 834000, 1268000, 1965000,
-                        1046000, 12131000, 4824000, 969000, 2401000,
-                        2410000, 2847000, 1425000, 1089000, 2909000])
-    >>> dt = pd.DataFrame({'origins': self.o,
-                            'destinations': self.d,
-                            'pop': self.pop,
-                            'Dij': self.dij,
-                            'flows': self.f})
-    >>> model = grav.ProductionConstrained(self.dt, 'origins', 'destinations', 'flows',
-            ['pop'], 'Dij', 'pow')
-    {'beta': -0.7365098, 'pop': 0.7818262}
-
+    >>> import numpy as np
+    >>> import pysal
+    >>> from pysal.contrib.spint.gravity import Gravity
+    >>> db = pysal.open(pysal.examples.get_path('nyc_bikes_ct.csv'))
+    >>> cost = np.array(db.by_col('tripduration')).reshape((-1,1))
+    >>> flows = np.array(db.by_col('count')).reshape((-1,1))
+    >>> o_cap = np.array(db.by_col('o_cap')).reshape((-1,1))
+    >>> d_cap = np.array(db.by_col('d_cap')).reshape((-1,1))
+    >>> model = Gravity(flows, o_cap, d_cap, cost, 'exp')
+    >>> model.params
+    array([ 0.87911778,  0.71080687, -0.00194626])
+    
     """
-    def __init__(self, data, origins, destinations, flows, d_factors, cost, cost_func, filter_intra=True):
-        if filter_intra:
-            self.dt = data[data[origins] != data[destinations]].reset_index(level=0, drop=True)
+    def __init__(self, flows, o_vars, d_vars, cost,
+            cost_func, constant=False, framework='GLM', SF=None, CD=None,
+            Lag=None, Quasi=False):
+        self.f = np.reshape(flows, (-1,1))
+        if len(o_vars.shape) > 1:
+            p = o_vars.shape[1]
         else:
-            self.dt = data
-        self.o = self.dt[origins].astype(str)
-        self.d = self.dt[destinations].astype(str)
-        self.f = self.dt[flows]
-        self.c = self.dt[cost]
-        self.of = {}
-        self.df = dict(zip(d_factors, [self.dt[x] for x in d_factors]))
-        self.cf = cost_func
-        self.opt_log = {}
-        self.ip = {'beta': 0}
-        self.p = {'beta': 0}
-        self.dt['Oi'] = total_flows(self.dt, flows, self.o)
-
-        if self.cf == 'exp':
-            k = self.c
-        elif self.cf == 'pow':
-            k = np.log(self.c)
+            p = 1
+        self.ov = np.reshape(o_vars, (-1,p))
+        if len(d_vars.shape) > 1:
+            p = d_vars.shape[1]
         else:
-            raise ValueError('variable cost_func must either be "exp" or "pow"')
-
-        for fx in self.df:
-            k += np.log(self.df[fx])
-            self.ip[fx] = 1
-            self.p[fx] = 1
-
-        o_info = np.sum(self.f*k)
-
-        self.p, self.ests = calibrate(self, o_info, k)
-        errors = output(self)
-        self.dt['aboslute_error'] = errors[0]
-        self.dt['percent_error'] = errors[1]
-        stats = statistics(self)
-        self.system_stats = stats[0]
-        self.entropy_stats = stats[1]
-        self.fit_stats = stats[2]
-        self.parameter_stats = stats[3]
-
-    def estimate_flows(self, c, cf, of, df, p):
-        """
-        estimate predicted flows multiplying individual model terms
+            p = 1
+        self.dv = np.reshape(d_vars, (-1,p))
+        self.c = np.reshape(cost, (-1,1))
+        #User.check_arrays(self.f, self.ov, self.dv, self.c)
+        
+        BaseGravity.__init__(self, self.f, self.c,
+                cost_func=cost_func, o_vars=self.ov, d_vars=self.dv, constant=constant,
+                framework=framework, SF=SF, CD=CD, Lag=Lag, Quasi=Quasi)
+        
+    def local(self, loc_index, locs):
         """
-        dcy = self.calc_dcy(c, cf, p)
-        self.dt['Ai'] = self.calc_Ai(self.dt, self.o, df, p)
-        ests = self.dt['Oi']*self.dt['Ai']*dcy
-        for fx in df:
-            ests *= (df[fx]**p[fx])
-        return ests
-
-    def calc_Ai(self, dt, o, df, p, dc=False):
+        Calibrate local models for subsets of data from a single location to all
+        other locations
+        
+        Parameters
+        ----------
+        loc_index   : n x 1 array of either origin or destination id label for
+                      flows; must be explicitly provided for local version of
+                      basic gravity model since these are not passed to the
+                      global model. 
+                    
+        locs        : iterable of either origin or destination labels for which
+                      to calibrate local models; must also be explicitly
+                      provided since local gravity models can be calibrated from origins
+                      or destinations. If all origins are also destinations and
+                      a local model is desired for each location then use
+                      np.unique(loc_index)
+
+        Returns
+        -------
+        results     : dict where keys are names of model outputs and diagnostics
+                      and values are lists of location specific values. 
         """
-        calculate Ai balancing factor
-        """
-        Ai = self.calc_dcy(self.c, self.cf, p)
-
-        if df:
-            for fx in df:
-                Ai *= df[fx]**p[fx]
-
-        if not dc:
-            dt['Ai'] = Ai
-        else:
-            dt['Ai'] = Ai*dt['Bj']*dt['Dj']
-        Ai = (dt.groupby(o).aggregate({'Ai': np.sum}))
-        Ai['Ai'] = 1/Ai['Ai']
-        Ai = Ai.ix[pd.match(o, Ai.index), 'Ai']
-        return Ai.reset_index(level=0, drop=True)
-
-    def build_LL_function(self, gm, LL_fx, of, df, f, cf, beta=False):
-        """
-        builds model-specifc components of the LL function being evaluated
-        """
-        self.dt['Ai'] = self.calc_Ai(self.dt, self.o, df, self.p)
-        dcy = self.calc_dcy(self.c, cf, gm.p)
-        fxs = dict(of.items() + df.items())
-        fs = 1
-        for fx in fxs:
-            fs *= fxs[fx]**gm.p[fx]
-        Ai = self.dt['Ai']
-        Oi = self.dt['Oi']
-        if beta:
-            if cf == 'exp':
-                return np.sum(Ai*Oi*fs*dcy*LL_fx) - np.sum(f*LL_fx)
-            else:
-                return np.sum(Ai*Oi*fs*dcy*np.log(LL_fx)) - np.sum(f*np.log(LL_fx))
-        else:
-            return np.sum(Ai*Oi*fs*dcy*np.log(LL_fx)) - np.sum(f*np.log(LL_fx))
-
-
-class AttractionConstrained(Unconstrained):
+        results = {}
+        covs = self.ov.shape[1] + self.dv.shape[1] + 1
+        results['aic'] = []
+        results['deviance'] = []
+        results['pseudoR2'] = []
+        results['adj_pseudoR2'] = []
+        results['D2'] = []
+        results['adj_D2'] = []
+        results['SSI'] = []
+        results['SRMSE'] = []
+        for cov in range(covs):
+            results['param' + str(cov)] = []
+            results['pvalue' + str(cov)] = []
+            results['tvalue' + str(cov)] = []
+        for loc in locs:
+            subset = loc_index == loc
+            f = self.reshape(self.f[subset])
+            o_vars = self.ov[subset.reshape(self.ov.shape[0]),:]
+            d_vars = self.dv[subset.reshape(self.dv.shape[0]),:]
+            dij = self.reshape(self.c[subset])
+            model = Gravity(f, o_vars, d_vars, dij, self.cf)
+            results['aic'].append(model.aic)
+            results['deviance'].append(model.deviance)
+            results['pseudoR2'].append(model.pseudoR2)
+            results['adj_pseudoR2'].append(model.adj_pseudoR2)
+            results['D2'].append(model.D2)
+            results['adj_D2'].append(model.adj_D2)
+            results['SSI'].append(model.SSI)
+            results['SRMSE'].append(model.SRMSE)
+            for cov in range(covs):
+                results['param' + str(cov)].append(model.params[cov])
+                results['pvalue' + str(cov)].append(model.pvalues[cov])
+                results['tvalue' + str(cov)].append(model.tvalues[cov])
+        return results
+
+class Production(BaseGravity):
     """
-    Attraction-constrained gravity model estimated using MLE
-
+    Production-constrained (origin-constrained) gravity-type spatial interaction model
+    
     Parameters
     ----------
-    data            : str
-                      pandas d frame
-    origins         : str
-                      column name for origin names
-    destinations    : str
-                      column name for destination names
-    flows           : str
-                      column name for observed flows
-    o_factors       : list of strings
-                      column name for each origin attribute
-    cost            : str
-                      column name for distance or cost values
-    cost_func       : str
-                      either 'exp' for exponential or 'pow' for power distance function
-    filter_intra    : boolean
-                      True (default) to filter intra-zonal flows
+    flows           : array of integers
+                      n x 1; observed flows between O origins and D destinations
+    origins         : array of strings
+                      n x 1; unique identifiers of origins of n flows; when
+                      there are many origins it will be faster to use integers
+                      rather than strings for id labels.
+    cost            : array 
+                      n x 1; cost to overcome separation between each origin and
+                      destination associated with a flow; typically distance or time
+    cost_func       : string or function that has scalar input and output
+                      functional form of the cost function;
+                      'exp' | 'pow' | custom function
+    d_vars          : array (optional)
+                      n x p; p attributes for each destination of n flows;
+                      default is None
+    constant        : boolean
+                      True to include intercept in model; false by default
+    framework       : string
+                      estimation technique; currently only 'GLM' is avaialble
+    Quasi           : boolean
+                      True to estimate QuasiPoisson model; should result in same
+                      parameters as Poisson but with altered covariance; default
+                      to true which estimates Poisson model
+    SF              : array
+                      n x 1; eigenvector spatial filter to include in the model;
+                      default to None which does not include a filter; not yet
+                      implemented
+    CD              : array
+                      n x 1; competing destination term that accounts for the
+                      likelihood that alternative destinations are considered
+                      along with each destination under consideration for every
+                      OD pair; defaults to None which does not include a CD
+                      term; not yet implemented
+    Lag             : W object
+                      spatial weight for n observations (OD pairs) used to
+                      construct a spatial autoregressive model and estimator;
+                      defaults to None which does not include an autoregressive
+                      term; not yet implemented
 
     Attributes
     ----------
-    dt              : pandas DataFrame
-                      model input data
-    o               : pandas series
-                      origins
-    d               : pandas series
-                      destinations
-    f               : pandas series
-                      observed flows
-    of              : dict
-                      origin factors
-    df              : None
-                      destination factors
-    c               : pandas series
-                      cost or distance variable
-    cf              : str
-                      either 'exp' for exponential or 'pow' for power cost function
-    opt_log         : dict
-                      record of minimization of o_function
-    ip              : dict
-                      initial parameter estimate values
-    p               : dict
-                      parameters estimates
-    ests            : list of floats
-                      estimated values for calibrated model
-
+    f               : array
+                      n x 1; observed flows; dependent variable; y
+    n               : integer
+                      number of observations
+    k               : integer
+                      number of parameters
+    c               : array 
+                      n x 1; cost to overcome separation between each origin and
+                      destination associated with a flow; typically distance or time
+    cf              : function
+                      cost function; used to transform cost variable
+    o               : array
+                      n x 1; index of origin id's
+    dv              : array 
+                      n x p; p attributes for each destination of n flows
+    constant        : boolean
+                      True to include intercept in model; false by default
+    y               : array
+                      n x 1; dependent variable used in estimation including any
+                      transformations
+    X               : array
+                      n x k, design matrix used in estimation
+    params          : array
+                      n x k, k estimated beta coefficients; k = # of origins + p + 1
+    yhat            : array
+                      n x 1, predicted value of y (i.e., fittedvalues)
+    cov_params      : array
+                      Variance covariance matrix (kxk) of betas
+    std_err         : array
+                      k x 1, standard errors of betas
+    pvalues         : array
+                      k x 1, two-tailed pvalues of parameters
+    tvalues         : array
+                      k x 1, the tvalues of the standard errors
+    deviance        : float
+                      value of the deviance function evalued at params;
+                      see family.py for distribution-specific deviance
+    resid_dev       : array
+                      n x 1, residual deviance of model
+    llf             : float
+                      value of the loglikelihood function evalued at params;
+                      see family.py for distribution-specific loglikelihoods
+    llnull          : float
+                      value of the loglikelihood function evaluated with only an
+                      intercept; see family.py for distribution-specific
+                      loglikelihoods
+    aic             : float 
+                      Akaike information criterion
+    D2              : float
+                      percentage of explained deviance
+    adj_D2          : float
+                      adjusted percentage of explained deviance
+    pseudo_R2       : float
+                      McFadden's pseudo R2  (coefficient of determination) 
+    adj_pseudoR2    : float
+                      adjusted McFadden's pseudo R2
+    SRMSE           : float
+                      standardized root mean square error
+    SSI             : float
+                      Sorensen similarity index
+    results         : object
+                      Full results from estimated model. May contain addtional
+                      diagnostics
     Example
     -------
 
-    import numpy as np
-    import pandas as pd
-    import gravity as grav
-    >>> f = np.array([56, 100.8, 173.6, 235.2, 87.36,
-                        28., 100.8, 69.44, 235.2, 145.6,
-                        22., 26.4, 136.4, 123.2, 343.2,
-                        14., 75.6, 130.2, 70.56, 163.8,
-                        22, 59.4,  204.6,  110.88,  171.6])
-    >>> V = np.repeat(np.array([56, 56, 44, 42, 66]), 5)
-    >>> o = np.repeat(np.array(range(1, 6)), 5)
-    >>> W = np.tile(np.array([10, 18, 62, 84, 78]), 5)
-    >>> d = np.tile(np.array(range(1, 6)), 5)
-    >>> dij = np.array([10, 10, 20, 20, 50,
-                        20, 10, 50, 20, 30,
-                        20, 30, 20, 30, 10,
-                        30, 10, 20, 50, 20,
-                        30, 20, 20, 50, 30])
-    >>> dt = pd.DataFrame({'origins': self.o,
-                            'destinations': self.d,
-                            'V': self.V,
-                            'Dij': self.dij,
-                            'flows': self.f})
-    >>> model = grav.AttractionConstrained(self.dt, 'origins', 'destinations', 'flows',
-                                            ['V'], 'Dij', 'pow')
-    >>> print model.p
-    {'beta': -1.0, 'V': 1.0}
+    >>> import numpy as np
+    >>> import pysal
+    >>> from pysal.contrib.spint.gravity import Production
+    >>> db = pysal.open(pysal.examples.get_path('nyc_bikes_ct.csv'))
+    >>> cost = np.array(db.by_col('tripduration')).reshape((-1,1))
+    >>> flows = np.array(db.by_col('count')).reshape((-1,1))
+    >>> o = np.array(db.by_col('o_tract')).reshape((-1,1))
+    >>> d_cap = np.array(db.by_col('d_cap')).reshape((-1,1))
+    >>> model = Production(flows, o, d_cap, cost, 'exp')
+    >>> model.params[-4:]
+    array([  5.38580065e+00,   5.00216058e+00,   8.55357745e-01,
+            -2.27444394e-03])
 
     """
-
-    def __init__(self, data, origins, destinations, flows, o_factors, cost, cost_func, filter_intra=True):
-        if filter_intra:
-            self.dt = data[data[origins] != data[destinations]].reset_index(level=0, drop=True)
-        else:
-            self.dt = data
-        self.o = self.dt[origins].astype(str)
-        self.d = self.dt[destinations].astype(str)
-        self.f = self.dt[flows]
-        self.c = self.dt[cost]
-        self.of = dict(zip(o_factors, [self.dt[x] for x in o_factors]))
-        self.df = {}
-        self.cf = cost_func
-        self.opt_log = {}
-        self.ip = {'beta': 0}
-        self.p = {'beta': 0}
-        self.dt['Dj'] = total_flows(self.dt, flows, self.d)
-
-        if self.cf == 'exp':
-            k = self.c
-        elif self.cf == 'pow':
-            k = np.log(self.c)
-        else:
-            raise ValueError('variable cost_func must either be "exp" or "pow"')
-
-        for fx in self.of:
-            k += np.log(self.of[fx])
-            self.ip[fx] = 1
-            self.p[fx] = 1
-
-        o_info = np.sum(self.f*k)
-
-        self.p, self.ests = calibrate(self, o_info, k)
-        errors = output(self)
-        self.dt['aboslute_error'] = errors[0]
-        self.dt['percent_error'] = errors[1]
-        stats = statistics(self)
-        self.system_stats = stats[0]
-        self.entropy_stats = stats[1]
-        self.fit_stats = stats[2]
-        self.parameter_stats = stats[3]
-
-    def estimate_flows(self, c, cf, of, df, p):
-        """
-        estimate predicted flows multiplying individual model terms
+    def __init__(self, flows, origins, d_vars, cost, cost_func, constant=False,
+            framework='GLM', SF=None, CD=None, Lag=None, Quasi=False):
+        self.constant = constant
+        self.f = self.reshape(flows)
+        self.o = self.reshape(origins)
+        
+        try:
+            if d_vars.shape[1]:
+                p = d_vars.shape[1]
+        except:
+            p = 1
+        self.dv = np.reshape(d_vars, (-1,p))
+        self.c = self.reshape(cost)
+        #User.check_arrays(self.f, self.o, self.dv, self.c)
+       
+        BaseGravity.__init__(self, self.f, self.c, cost_func=cost_func, d_vars=self.dv,
+                origins=self.o, constant=constant, framework=framework,
+                SF=SF, CD=CD, Lag=Lag, Quasi=Quasi)
+    
+    def local(self, locs=None):
         """
-        dcy = self.calc_dcy(c, cf, p)
-        self.dt['Bj'] = self.calc_Bj(self.dt, self.d, of, p)
-        ests = self.dt['Dj']*self.dt['Bj']*dcy
-        for fx in of:
-            ests *= (of[fx]**p[fx])
-        return ests
-
-    def calc_Bj(self, dt, d, of, p, dc=False):
+        Calibrate local models for subsets of data from a single location to all
+        other locations
+        
+        Parameters
+        ----------
+        locs        : iterable of location (origins) labels; default is
+                      None which calibrates a local model for each origin
+
+        Returns
+        -------
+        results     : dict where keys are names of model outputs and diagnostics
+                      and values are lists of location specific values
         """
-        calculate Bj balancing factor
-        """
-        Bj = self.calc_dcy(self.c, self.cf, p)
-
-        if of:
-            for fx in of:
-                Bj *= of[fx]**p[fx]
-        if not dc:
-            dt['Bj'] = Bj
-        else:
-            dt['Bj'] = Bj*dt['Ai']*dt['Oi']
-        Bj = (dt.groupby(d).aggregate({'Bj': np.sum}))
-        Bj['Bj'] = 1/Bj['Bj']
-        Bj = Bj.ix[pd.match(d, Bj.index), 'Bj']
-        return Bj.reset_index(level=0, drop=True)
-
-    def build_LL_function(self, gm, LL_fx, of, df, f, cf, beta=False):
-        """
-        builds model-specifc components of the LL function being evaluated
-        """
-        self.dt['Bj'] = self.calc_Bj(self.dt, self.d, of, self.p)
-        dcy = self.calc_dcy(self.c, cf, gm.p)
-        fxs = dict(of.items() + df.items())
-        fs = 1
-        for fx in fxs:
-            fs *= fxs[fx]**gm.p[fx]
-        Bj = self.dt['Bj']
-        Dj = self.dt['Dj']
-        if beta:
-            if cf == 'exp':
-                return np.sum(Bj*Dj*fs*dcy*LL_fx) - np.sum(f*LL_fx)
-            else:
-                return np.sum(Bj*Dj*fs*dcy*np.log(LL_fx)) - np.sum(f*np.log(LL_fx))
-        else:
-            return np.sum(Bj*Dj*fs*dcy*np.log(LL_fx)) - np.sum(f*np.log(LL_fx))
-
-
-class DoublyConstrained(ProductionConstrained, AttractionConstrained):
+        results = {}
+        covs = self.dv.shape[1] + 1
+        results['aic'] = []
+        results['deviance'] = []
+        results['pseudoR2'] = []
+        results['adj_pseudoR2'] = []
+        results['D2'] = []
+        results['adj_D2'] = []
+        results['SSI'] = []
+        results['SRMSE'] = []
+        for cov in range(covs):
+            results['param' + str(cov)] = []
+            results['pvalue' + str(cov)] = []
+            results['tvalue' + str(cov)] = []
+        if locs is None:
+        	locs = np.unique(self.o)
+        for loc in np.unique(locs):
+            subset = self.o == loc
+            f = self.reshape(self.f[subset])
+            o = self.reshape(self.o[subset])
+            d_vars = self.dv[subset.reshape(self.dv.shape[0]),:]
+            dij = self.reshape(self.c[subset])
+            model = Production(f, o, d_vars, dij, self.cf)
+            results['aic'].append(model.aic)
+            results['deviance'].append(model.deviance)
+            results['pseudoR2'].append(model.pseudoR2)
+            results['adj_pseudoR2'].append(model.adj_pseudoR2)
+            results['D2'].append(model.D2)
+            results['adj_D2'].append(model.adj_D2)
+            results['SSI'].append(model.SSI)
+            results['SRMSE'].append(model.SRMSE)
+            for cov in range(covs):
+                results['param' + str(cov)].append(model.params[cov])
+                results['pvalue' + str(cov)].append(model.pvalues[cov])
+                results['tvalue' + str(cov)].append(model.tvalues[cov])
+        return results
+
+class Attraction(BaseGravity):
     """
-    Doubly-constrained gravity model estimated using MLE
-
+    Attraction-constrained (destination-constrained) gravity-type spatial interaction model
+    
     Parameters
     ----------
-    data            : str
-                      pandas d frame
-    origins         : str
-                      column name for origin names
-    destinations    : str
-                      column name for destination names
-    flows           : str
-                      column name for observed flows
-                      column name for each destination attribute
-    cost            : str
-                      column name for distance or cost values
-    cost_func       : str
-                      either 'exp' for exponential or 'pow' for power distance function
-    filter_intra    : boolean
-                      True (default) to filter intra-zonal flows
+    flows           : array of integers
+                      n x 1; observed flows between O origins and D destinations
+    destinations    : array of strings
+                      n x 1; unique identifiers of destinations of n flows; when
+                      there are many destinations it will be faster to use
+                      integers over strings for id labels.
+    cost            : array 
+                      n x 1; cost to overcome separation between each origin and
+                      destination associated with a flow; typically distance or time
+    cost_func       : string or function that has scalar input and output
+                      functional form of the cost function;
+                      'exp' | 'pow' | custom function
+    o_vars          : array (optional)
+                      n x p; p attributes for each origin of  n flows; default
+                      is None
+    constant        : boolean
+                      True to include intercept in model; false by default
+    y               : array
+                      n x 1; dependent variable used in estimation including any
+                      transformations
+    X               : array
+                      n x k, design matrix used in estimation
+    framework       : string
+                      estimation technique; currently only 'GLM' is avaialble
+    Quasi           : boolean
+                      True to estimate QuasiPoisson model; should result in same
+                      parameters as Poisson but with altered covariance; default
+                      to true which estimates Poisson model
+    SF              : array
+                      n x 1; eigenvector spatial filter to include in the model;
+                      default to None which does not include a filter; not yet
+                      implemented
+    CD              : array
+                      n x 1; competing destination term that accounts for the
+                      likelihood that alternative destinations are considered
+                      along with each destination under consideration for every
+                      OD pair; defaults to None which does not include a CD
+                      term; not yet implemented
+    Lag             : W object
+                      spatial weight for n observations (OD pairs) used to
+                      construct a spatial autoregressive model and estimator;
+                      defaults to None which does not include an autoregressive
+                      term; not yet implemented
 
     Attributes
     ----------
-    dt              : pandas DataFrame
-                      model input data
-    o               : pandas series
-                      origins
-    d               : pandas series
-                      destinations
-    f               : pandas series
-                      observed flows
-    of              : None
-                      origin factors
-    df              : None
-                      destination factors
-    c               : pandas series
-                      cost or distance variable
-    cf              : str
-                      either 'exp' for exponential or 'pow' for power cost function
-    opt_log         : dict
-                      record of minimization of o_function
-    ip              : dict
-                      initial parameter estimate values
-    p               : dict
-                      parameters estimates
-    ests            : list of floats
-                      estimated values for calibrated model
-
+    f               : array
+                      n x 1; observed flows; dependent variable; y
+    n               : integer
+                      number of observations
+    k               : integer
+                      number of parameters
+    c               : array 
+                      n x 1; cost to overcome separation between each origin and
+                      destination associated with a flow; typically distance or time
+    cf              : function
+                      cost function; used to transform cost variable
+    d               : array
+                      n x 1; index of destination id's
+    ov              : array
+                      n x p; p attributes for each origin of n flows
+    constant        : boolean
+                      True to include intercept in model; false by default
+    params          : array
+                      n x k, k estimated beta coefficients; k = # of
+                      destinations + p + 1
+    yhat            : array
+                      n x 1, predicted value of y (i.e., fittedvalues)
+    cov_params      : array
+                      Variance covariance matrix (kxk) of betas
+    std_err         : array
+                      k x 1, standard errors of betas
+    pvalues         : array
+                      k x 1, two-tailed pvalues of parameters
+    tvalues         : array
+                      k x 1, the tvalues of the standard errors
+    deviance        : float
+                      value of the deviance function evalued at params;
+                      see family.py for distribution-specific deviance
+    resid_dev       : array
+                      n x 1, residual deviance of model
+    llf             : float
+                      value of the loglikelihood function evalued at params;
+                      see family.py for distribution-specific loglikelihoods
+    llnull          : float
+                      value of the loglikelihood function evaluated with only an
+                      intercept; see family.py for distribution-specific
+                      loglikelihoods
+    aic             : float 
+                      Akaike information criterion
+    D2              : float
+                      percentage of explained deviance
+    adj_D2          : float
+                      adjusted percentage of explained deviance
+    pseudo_R2       : float
+                      McFadden's pseudo R2  (coefficient of determination) 
+    adj_pseudoR2    : float
+                      adjusted McFadden's pseudo R2
+    SRMSE           : float
+                      standardized root mean square error
+    SSI             : float
+                      Sorensen similarity index
+    results         : object
+                      Full results from estimated model. May contain addtional
+                      diagnostics
     Example
     -------
-    import numpy as np
-    import pandas as pd
-    import gravity as grav
-    >>> f = np.array([0, 180048, 79223, 26887, 198144, 17995, 35563, 30528, 110792,
-                        283049, 0, 300345, 67280, 718673, 55094, 93434, 87987, 268458,
-                        87267, 237229, 0, 281791, 551483, 230788, 178517, 172711, 394481,
-                        29877, 60681, 286580, 0, 143860, 49892, 185618, 181868, 274629,
-                        130830, 382565, 346407, 92308, 0, 252189, 192223, 89389, 279739,
-                        21434, 53772, 287340, 49828, 316650, 0, 141679, 27409, 87938,
-                        30287, 64645, 161645, 144980, 199466, 121366, 0, 134229, 289880,
-                        21450, 43749, 97808, 113683, 89806, 25574, 158006, 0, 437255,
-                        72114, 133122, 229764, 165405, 266305, 66324, 252039, 342948, 0])
-    >>> o = np.repeat(np.array(range(1, 10)), 9)
-    >>> d = np.tile(np.array(range(1, 10)), 9)
-    >>> dij = np.array([0, 219, 1009, 1514, 974, 1268, 1795, 2420, 3174,
-                        219, 0, 831, 1336, 755, 1049, 1576, 2242, 2996,
-                        1009, 831, 0, 505, 1019, 662, 933, 1451, 2205,
-                        1514, 1336, 505, 0, 1370, 888, 654, 946, 1700,
-                        974, 755, 1019, 1370, 0, 482, 1144, 2278, 2862,
-                        1268, 1049, 662, 888, 482, 0, 662, 1795, 2380,
-                        1795, 1576, 933, 654, 1144, 662, 0, 1287, 1779,
-                        2420, 2242, 1451, 946, 2278, 1795, 1287, 0, 754,
-                        3147, 2996, 2205, 1700, 2862, 2380, 1779, 754, 0])
-    >>> dt = pd.DataFrame({'Origin': self.o,
-                            'Destination': self.d,
-                            'flows': self.f,
-                            'Dij': self.dij})
-    >>> model = grav.DoublyConstrained(self.dt, 'Origin', 'Destination', 'flows', 'Dij', 'exp')
-    >>> print model.p
-    {'beta': -0.0007369}
+    >>> import numpy as np
+    >>> import pysal
+    >>> from pysal.contrib.spint.gravity import Attraction
+    >>> db = pysal.open(pysal.examples.get_path('nyc_bikes_ct.csv'))
+    >>> cost = np.array(db.by_col('tripduration')).reshape((-1,1))
+    >>> flows = np.array(db.by_col('count')).reshape((-1,1))
+    >>> d = np.array(db.by_col('d_tract')).reshape((-1,1))
+    >>> o_cap = np.array(db.by_col('o_cap')).reshape((-1,1))
+    >>> model = Attraction(flows, d, o_cap, cost, 'exp')
+    >>> model.params[-4:]
+    array([  5.23366116e+00,   4.89037868e+00,   8.82909095e-01,
+            -2.29081323e-03])
 
     """
-
-    def __init__(self, data, origins, destinations, flows, cost, cost_func, filter_intra=True):
-        if filter_intra:
-            self.dt = data[data[origins] != data[destinations]].reset_index(level=0, drop=True)
+    def __init__(self, flows, destinations, o_vars, cost, cost_func,
+            constant=False, framework='GLM', SF=None, CD=None, Lag=None,
+            Quasi=False):
+        self.f = np.reshape(flows, (-1,1))
+        if len(o_vars.shape) > 1:
+            p = o_vars.shape[1]
         else:
-            self.dt = data
-        self.o = self.dt[origins].astype(str)
-        self.d = self.dt[destinations].astype(str)
-        self.f = self.dt[flows]
-        self.c = self.dt[cost]
-        self.of = {}
-        self.df = {}
-        self.cf = cost_func
-        self.opt_log = {}
-        self.ip = {'beta': 0}
-        self.p = {'beta': 0}
-        self.dt['Bj'] = 1.0
-        self.dt['Ai'] = 1.0
-        self.dt['OldAi'] = 10.000000000
-        self.dt['OldBj'] = 10.000000000
-        self.dt['diff'] = abs((self.dt['OldAi'] - self.dt['Ai'])/self.dt['OldAi'])
-        self.dt['Oi'] = total_flows(self.dt, flows, self.o)
-        self.dt['Dj'] = total_flows(self.dt, flows, self.d)
-
-        if self.cf == 'exp':
-            k = self.c
-        elif self.cf == 'pow':
-            k = np.log(self.c)
-        else:
-            raise ValueError('variable cost_func must either be "exp" or "pow"')
-
-        o_info = np.sum(self.f*k)
-
-        self.p, self.ests = calibrate(self, o_info, k)
-        errors = output(self)
-        self.dt['aboslute_error'] = errors[0]
-        self.dt['percent_error'] = errors[1]
-        stats = statistics(self)
-        self.system_stats = stats[0]
-        self.entropy_stats = stats[1]
-        self.fit_stats = stats[2]
-        self.parameter_stats = stats[3]
+            p = 1
+        self.ov = np.reshape(o_vars, (-1,p))
+        self.d = np.reshape(destinations, (-1,1))
+        self.c = np.reshape(cost, (-1,1))
+        #User.check_arrays(self.f, self.d, self.ov, self.c)
 
-    def estimate_flows(self, c, cf, of, df, p):
-        """
-        estimate predicted flows multiplying individual model terms
-        """
-        dcy = self.calc_dcy(c, cf, p)
-        self.dt['Ai'], self.dt['Bj'] = self.balance_factors(self.dt, self.o, self.d, of, df, p)
-        ests = self.dt['Dj']*self.dt['Bj']*self.dt['Oi']*self.dt['Ai']*dcy
-        return ests
+        BaseGravity.__init__(self, self.f, self.c, cost_func=cost_func, o_vars=self.ov,
+                 destinations=self.d, constant=constant,
+                 framework=framework, SF=SF, CD=CD, Lag=Lag, Quasi=Quasi)
 
-    def build_LL_function(self, gm, LL_fx, of, df, f, cf, beta=False):
+    def local(self, locs=None):
         """
-        builds model-specifc components of the LL function being evaluated
+        Calibrate local models for subsets of data from a single location to all
+        other locations
+
+        Parameters
+        ----------
+        locs        : iterable of location (destinations) labels; default is
+                      None which calibrates a local model for each destination
+
+        Returns
+        -------
+        results     : dict where keys are names of model outputs and diagnostics
+                      and values are lists of location specific values
         """
-        self.dt['Ai'], self.dt['Bj'] = self.balance_factors(self.dt, self.o, self.d, of, df, gm.p)
-        dcy = self.calc_dcy(self.c, cf, gm.p)
-        Ai = self.dt['Ai']
-        Oi = self.dt['Oi']
-        Bj = self.dt['Bj']
-        Dj = self.dt['Dj']
-        if beta:
-            if cf == 'exp':
-                return np.sum(Ai*Oi*Bj*Dj*dcy*LL_fx) - np.sum(f*LL_fx)
-            else:
-                return np.sum(dcy*np.log(LL_fx)) - np.sum(f*np.log(LL_fx))
-        else:
-            return np.sum(dcy*np.log(LL_fx)) - np.sum(f*np.log(LL_fx))
-
-    def balance_factors(self, dt, o, d, of, df, p):
-        """
-        calculate balancing factors and balance the balancing factors
-        if doubly-constrained model
-        """
-        its = 0
-        cnvg = 1
-        while cnvg > .0001:
-            its += 1
-            dt['Ai'] = self.calc_Ai(dt, o, df, p, dc=True)
-            if its == 1:
-                dt['OldAi'] = dt['Ai']
-            else:
-                dt['diff'] = abs((dt['OldAi'] - dt['Ai'])/dt['OldAi'])
-                dt['OldAi'] = dt['Ai']
-            dt['Bj'] = self.calc_Bj(dt, d, of, p, dc=True)
-            if its == 1:
-                dt['OldBj'] = dt['Bj']
-            else:
-                dt['diff'] = abs((dt['OldBj'] - dt['Bj'])/dt['OldBj'])
-                dt['OldBj'] = dt['Bj']
-            cnvg = np.sum(dt['diff'])
-        return dt['Ai'], dt['Bj']
-
-
-def total_flows(dt, f, locs):
+        results = {}
+        covs = self.ov.shape[1] + 1
+        results['aic'] = []
+        results['deviance'] = []
+        results['pseudoR2'] = []
+        results['adj_pseudoR2'] = []
+        results['D2'] = []
+        results['adj_D2'] = []
+        results['SSI'] = []
+        results['SRMSE'] = []
+        for cov in range(covs):
+            results['param' + str(cov)] = []
+            results['pvalue' + str(cov)] = []
+            results['tvalue' + str(cov)] = []
+        if locs is  None:
+        	locs = np.unique(self.d)
+        for loc in np.unique(locs):
+            subset = self.d == loc
+            f = self.reshape(self.f[subset])
+            d = self.reshape(self.d[subset])
+            o_vars = self.ov[subset.reshape(self.ov.shape[0]),:]
+            dij = self.reshape(self.c[subset])
+            model = Attraction(f, d, o_vars, dij, self.cf)
+            results['aic'].append(model.aic)
+            results['deviance'].append(model.deviance)
+            results['pseudoR2'].append(model.pseudoR2)
+            results['adj_pseudoR2'].append(model.adj_pseudoR2)
+            results['D2'].append(model.D2)
+            results['adj_D2'].append(model.adj_D2)
+            results['SSI'].append(model.SSI)
+            results['SRMSE'].append(model.SRMSE)
+            for cov in range(covs):
+                results['param' + str(cov)].append(model.params[cov])
+                results['pvalue' + str(cov)].append(model.pvalues[cov])
+                results['tvalue' + str(cov)].append(model.tvalues[cov])
+        return results
+
+class Doubly(BaseGravity):
     """
-    sum rows or columns to derive total inflows or total outflows
-    """
-
-    totals = dt.groupby(locs).aggregate({f: np.sum})
-    return totals.ix[pd.match(locs, totals.index.astype(str))].reset_index()[f]
-
+    Doubly-constrained gravity-type spatial interaction model
+    
+    Parameters
+    ----------
+    flows           : array of integers
+                      n x 1; observed flows between O origins and D destinations
+    origins         : array of strings
+                      n x 1; unique identifiers of origins of n flows; when
+                      there are many origins it will be faster to use integers
+                      rather than strings for id labels.
+    destinations    : array of strings
+                      n x 1; unique identifiers of destinations of n flows; when
+                      there are many destinations it will be faster to use
+                      integers rather than strings for id labels
+    cost            : array 
+                      n x 1; cost to overcome separation between each origin and
+                      destination associated with a flow; typically distance or time
+    cost_func       : string or function that has scalar input and output
+                      functional form of the cost function;
+                      'exp' | 'pow' | custom function
+    constant        : boolean
+                      True to include intercept in model; false by default
+    y               : array
+                      n x 1; dependent variable used in estimation including any
+                      transformations
+    X               : array
+                      n x k, design matrix used in estimation
+    framework       : string
+                      estimation technique; currently only 'GLM' is avaialble
+    Quasi           : boolean
+                      True to estimate QuasiPoisson model; should result in same
+                      parameters as Poisson but with altered covariance; default
+                      to true which estimates Poisson model
+    SF              : array
+                      n x 1; eigenvector spatial filter to include in the model;
+                      default to None which does not include a filter; not yet
+                      implemented
+    CD              : array
+                      n x 1; competing destination term that accounts for the
+                      likelihood that alternative destinations are considered
+                      along with each destination under consideration for every
+                      OD pair; defaults to None which does not include a CD
+                      term; not yet implemented
+    Lag             : W object
+                      spatial weight for n observations (OD pairs) used to
+                      construct a spatial autoregressive model and estimator;
+                      defaults to None which does not include an autoregressive
+                      term; not yet implemented
 
-def o_function(pv, gm, cf, of, df):
-    """
-    evaluates log-likelihood functions for each parameter being estimated.
-    Used in optimization/calibration and statistics.
+    Attributes
+    ----------
+    f               : array
+                      n x 1; observed flows; dependent variable; y
+    n               : integer
+                      number of observations
+    k               : integer
+                      number of parameters
+    c               : array 
+                      n x 1; cost to overcome separation between each origin and
+                      destination associated with a flow; typically distance or time
+    cf              : function
+                      cost function; used to transform cost variable
+    o               : array
+                      n x 1; index of origin id's
+    d               : array
+                      n x 1; index of destination id's
+    constant        : boolean
+                      True to include intercept in model; false by default
+    params          : array
+                      n x k, estimated beta coefficients; k = # of origins + #
+                      of destinations; the first x-1 values
+                      pertain to the x destinations (leaving out the first
+                      destination to avoid perfect collinearity; no fixed
+                      effect), the next x values pertain to the x origins, and the
+                      final value is the distance decay coefficient
+    yhat            : array
+                      n x 1, predicted value of y (i.e., fittedvalues)
+    cov_params      : array
+                      Variance covariance matrix (kxk) of betas
+    std_err         : array
+                      k x 1, standard errors of betas
+    pvalues         : array
+                      k x 1, two-tailed pvalues of parameters
+    tvalues         : array
+                      k x 1, the tvalues of the standard errors
+    deviance        : float
+                      value of the deviance function evalued at params;
+                      see family.py for distribution-specific deviance
+    resid_dev       : array
+                      n x 1, residual deviance of model
+    llf             : float
+                      value of the loglikelihood function evalued at params;
+                      see family.py for distribution-specific loglikelihoods
+    llnull          : float
+                      value of the loglikelihood function evaluated with only an
+                      intercept; see family.py for distribution-specific
+                      loglikelihoods
+    aic             : float 
+                      Akaike information criterion
+    D2              : float
+                      percentage of explained deviance
+    adj_D2          : float
+                      adjusted percentage of explained deviance
+    pseudo_R2       : float
+                      McFadden's pseudo R2  (coefficient of determination) 
+    adj_pseudoR2    : float
+                      adjusted McFadden's pseudo R2
+    SRMSE           : float
+                      standardized root mean square error
+    SSI             : float
+                      Sorensen similarity index
+    results         : object
+                      Full results from estimated model. May contain addtional
+                      diagnostics
+    Example
+    -------
+    >>> import numpy as np
+    >>> import pysal
+    >>> from pysal.contrib.spint.gravity import Doubly
+    >>> db = pysal.open(pysal.examples.get_path('nyc_bikes_ct.csv'))
+    >>> cost = np.array(db.by_col('tripduration')).reshape((-1,1))
+    >>> flows = np.array(db.by_col('count')).reshape((-1,1))
+    >>> d = np.array(db.by_col('d_tract')).reshape((-1,1))
+    >>> o = np.array(db.by_col('o_tract')).reshape((-1,1))
+    >>> model = Doubly(flows, o, d, cost, 'exp')
+    >>> model.params[-1:]
+    array([-0.00232112])
 
-    prepares and builds the constant terms across a model and passes it
-    to build_LL_function to finish
     """
-    for x, px in enumerate(gm.p):
-        gm.p[px] = pv[x]
-    funcs = []
-    fxs = dict(of.items() + df.items())
-    for fx in gm.p:
-        if fx == 'beta':
-            funcs.append(gm.build_LL_function(gm, gm.c, of, df, gm.f, gm.cf, beta=True))
-        else:
-            funcs.append(gm.build_LL_function(gm, fxs[fx], of, df, gm.f, gm.cf))
-    return funcs
+    def __init__(self, flows, origins, destinations, cost, cost_func,
+            constant=False, framework='GLM', SF=None, CD=None, Lag=None,
+            Quasi=False):
 
+        self.f = np.reshape(flows, (-1,1))
+        self.o = np.reshape(origins, (-1,1))
+        self.d = np.reshape(destinations, (-1,1))
+        self.c = np.reshape(cost, (-1,1))
+        #User.check_arrays(self.f, self.o, self.d, self.c)
 
-def calibrate(gm, o_info, k):
-    """
-    run the main routine which estimates parameters using mle
-    """
-    ests = gm.estimate_flows(gm.c, gm.cf, gm.of, gm.df, gm.p)
-    e_info = gm.estimate_cum(ests, k)
-    its = 0
-    diff = abs(e_info - o_info)
-    try:
-        while diff > .1:
-            gm.pv = gm.p.values()
-            gm.opt_log[its] = [gm.pv, diff]
-            gm.pv = fsolve(o_function, gm.pv, (gm, gm.cf, gm.of, gm.df))
-            ests = gm.estimate_flows(gm.c, gm.cf, gm.of, gm.df, gm.p)
-            e_info = gm.estimate_cum(ests, k)
-            its += 1
-            diff = abs(e_info - o_info)
-            if its > 25:
-                print 'Convergence criterion not met, solution may not be optimal'
-                break
-        gm.opt_log[its] = [gm.pv, diff]
-        gm.p = dict(zip(gm.p.keys(), [round(x, 7) for x in gm.pv]))
-        return gm.p, ests
-    except:
-        raise RuntimeError('Optimization could not be carried out, check input validity')
-        return gm.p, ests
-
-
-def output(gm):
-    """
-    prepare output
-    """
-    abs_err = gm.ests - gm.f
-    perc_err = (abs_err/gm.f) * 100
-    return abs_err, perc_err
+        BaseGravity.__init__(self, self.f, self.c, cost_func=cost_func, origins=self.o, 
+                destinations=self.d, constant=constant,
+                framework=framework, SF=SF, CD=CD, Lag=Lag, Quasi=Quasi)
 
+    def local(self, locs=None):
+        """
+        **Not inmplemented for doubly-constrained models** Not possible due to
+        insufficient degrees of freedom.
 
-def statistics(gm):
-    """
-    calculate statistics
-    """
-    if 'Ai' in gm.dt.columns:
-        Ai = gm.dt.Ai.values.copy()
-    if 'Bj' in gm.dt.columns:
-        Bj = gm.dt.Bj.values.copy()
-    ests = gm.ests.values.copy()
-    p = gm.p.copy()
-
-    system_stats = stats.sys_stats(gm)
-    entropy_stats = stats.ent_stats(gm)
-    fit_stats = stats.fit_stats(gm)
-    parameter_statistics = stats.param_stats(gm)
-
-    if 'Ai' in gm.dt.columns:
-        gm.dt.Ai = Ai
-    if 'Bj' in gm.dt.columns:
-        gm.dt.Bj = Bj
-    gm.ests = ests
-    gm.dt.ests = ests
-    gm.p = p
-
-    return system_stats, entropy_stats, fit_stats, parameter_statistics
\ No newline at end of file
+        Calibrate local models for subsets of data from a single location to all
+        other locations
+        """
+        raise NotImplementedError("Local models not possible for"
+        " doubly-constrained model due to insufficient degrees of freedom.")
diff --git a/pysal/contrib/spint/gravity_stats.py b/pysal/contrib/spint/gravity_stats.py
deleted file mode 100644
index d43c9a0..0000000
--- a/pysal/contrib/spint/gravity_stats.py
+++ /dev/null
@@ -1,144 +0,0 @@
-# coding=utf-8
-"""
-Statistics for gravity models
-
-References
-----------
-
-Fotheringham, A. S. and O'Kelly, M. E. (1989). Spatial Interaction Models: Formulations
- and Applications. London: Kluwer Academic Publishers.
-
-Williams, P. A. and A. S. Fotheringham (1984), The Calibration of Spatial Interaction
- Models by Maximum Likelihood Estimation with Program SIMODEL, Geographic Monograph
- Series, 7, Department of Geography, Indiana University.
-
-Wilson, A. G. (1967). A statistical theory of spatial distribution models.
- Transportation Research, 1, 253–269.
-
-
-"""
-
-__author__ = "Taylor Oshan tayoshan at gmail.com"
-
-import pandas as pd
-import numpy as np
-from scipy.stats.stats import pearsonr
-import gravity as gv
-
-
-def sys_stats(gm):
-    """
-    calculate descriptive statistics of model system
-    """
-    system_stats = {}
-    num_origins = len(gm.o.unique())
-    system_stats['num_origins'] = num_origins
-    num_destinations = len(gm.d.unique())
-    system_stats['num_destinations'] = num_destinations
-    pairs = len(gm.dt)
-    system_stats['OD_pairs'] = pairs
-    observed_flows = np.sum(gm.f)
-    system_stats['observed_flows'] = observed_flows
-    predicted_flows = np.sum(gm.ests)
-    system_stats['predicted_flows'] = predicted_flows
-    avg_dist = round(np.sum(gm.c)*float(1)/pairs)
-    system_stats['avg_dist'] = avg_dist
-    avg_dist_trav = round((np.sum(gm.f*gm.c))*float(1)/np.sum(gm.f)*float(1))
-    system_stats['avg_dist_trav'] = avg_dist_trav
-    obs_mean_trip_len = (np.sum(gm.f*gm.c))*float(1)/observed_flows*float(1)
-    system_stats['obs_mean_trip_len'] = obs_mean_trip_len
-    pred_mean_trip_len = (np.sum(gm.ests*gm.c))/predicted_flows
-    system_stats['pred_mean_trip_len'] = pred_mean_trip_len
-    return system_stats
-
-def ent_stats(gm):
-    """
-    calculate the entropy statistics for the model system
-    """
-    entropy_stats = {}
-    pij = gm.f/np.sum(gm.f)
-    phatij = gm.ests/np.sum(gm.f)
-    max_ent = round(np.log(len(gm.dt)), 4)
-    entropy_stats['maximum_entropy'] = max_ent
-    pred_ent = round(-np.sum(phatij*np.log(phatij)), 4)
-    entropy_stats['predicted_entropy'] = pred_ent
-    obs_ent = round(-np.sum(pij*np.log(pij)), 4)
-    entropy_stats['observed_entropy'] = obs_ent
-    diff_pred_ent = round(max_ent - pred_ent, 4)
-    entropy_stats['max_pred_deviance'] = diff_pred_ent
-    diff_obs_ent = round(max_ent - obs_ent, 4)
-    entropy_stats['max_obs_deviance'] = diff_obs_ent
-    diff_ent = round(pred_ent - obs_ent, 4)
-    entropy_stats['pred_obs_deviance'] = diff_ent
-    ent_rs = round(diff_pred_ent/diff_obs_ent, 4)
-    entropy_stats['entropy_ratio'] = ent_rs
-    obs_flows = np.sum(gm.f)
-    var_pred_ent = round(((np.sum(phatij*(np.log(phatij)**2))-pred_ent**2)/obs_flows) + ((len(gm.dt)-1)/(2*obs_flows**2)), 11)
-    entropy_stats['variance_pred_entropy'] = var_pred_ent
-    var_obs_ent = round(((np.sum(pij*np.log(pij)**2)-obs_ent**2)/obs_flows) + ((len(gm.dt)-1)/(2*obs_flows**2)), 11)
-    entropy_stats['variance_obs_entropy'] = var_obs_ent
-    t_stat_ent = round((pred_ent-obs_ent)/((var_pred_ent+var_obs_ent)**.5), 4)
-    entropy_stats['t_stat_entropy'] = t_stat_ent
-    return entropy_stats
-
-def fit_stats(gm):
-    """
-    calculate the goodness-of-fit statistics
-    """
-    fit_stats = {}
-    srmse = ((np.sum((gm.f-gm.ests)**2)/len(gm.dt))**.5)/(np.sum(gm.f)/len(gm.dt))
-    fit_stats['srmse'] = srmse
-    pearson_r = pearsonr(gm.ests, gm.f)[0]
-    fit_stats['r_squared'] = pearson_r**2
-    return fit_stats
-
-
-def param_stats(gm):
-    """
-    calculate standard errors and likelihood statistics
-    """
-    parameter_statistics = {}
-    PV = list(gm.p.values())
-    if len(PV) == 1:
-        first_deriv = gv.o_function(PV, gm, gm.cf, gm.of, gm.df)
-        recalc_fd = gv.o_function([PV[0]+.001], gm, gm.cf, gm.of, gm.df)
-        diff = first_deriv[0]-recalc_fd[0]
-        second_deriv = -(1/(diff/.001))
-        gm.p['beta'] = PV
-        parameter_statistics['beta'] = {}
-        parameter_statistics['beta']['standard_error'] = np.sqrt(second_deriv)
-    elif len(PV) > 1:
-        var_matrix = np.zeros((len(PV),len(PV)))
-        for x, param in enumerate(PV):
-            first_deriv = gv.o_function(PV, gm, gm.cf, gm.of, gm.df)
-            var_params = list(PV)
-            var_params[x] += .001
-            var_matrix[x] = gv.o_function(var_params, gm, gm.cf, gm.of, gm.df)
-            var_matrix[x] = (first_deriv-var_matrix[x])/.001
-        errors = np.sqrt(-np.linalg.inv(var_matrix).diagonal())
-        for x, param in enumerate(gm.p):
-            parameter_statistics[param] = {'standard_error': errors[x]}
-
-    LL = np.sum((gm.f/np.sum(gm.f))*np.log((gm.ests/np.sum(gm.ests))))
-    parameter_statistics['all_params'] = {}
-    parameter_statistics['all_params']['mle_vals_LL'] = LL
-    new_PV = list(PV)
-    for x, param in enumerate(gm.p):
-        new_PV[x] = 0
-        gv.o_function(new_PV, gm, gm.cf, gm.of, gm.df)
-        LL_ests = gm.estimate_flows(gm.c, gm.cf, gm.of, gm.df, gm.p)
-        new_LL = np.sum((gm.f/np.sum(gm.f))*np.log((LL_ests/np.sum(LL_ests))))
-        parameter_statistics[param]['LL_zero_val'] = new_LL
-        lamb = 2*np.sum(gm.f)*(LL-new_LL)
-        parameter_statistics[param]['relative_likelihood_stat'] = lamb
-        new_PV = list(PV)
-    for x, param in enumerate(PV):
-        new_PV[x] = 0
-    gv.o_function(new_PV, gm, gm.cf, gm.of, gm.df)
-    LL_ests = gm.estimate_flows(gm.c, gm.cf, gm.of, gm.df, gm.p)
-    LL_zero = np.sum((gm.f/np.sum(gm.f))*np.log((LL_ests/np.sum(LL_ests))))
-    parameter_statistics['all_params']['zero_vals_LL'] = LL_zero
-    return parameter_statistics
-
-
-
diff --git a/pysal/contrib/spint/notebooks/4d_distance.ipynb b/pysal/contrib/spint/notebooks/4d_distance.ipynb
new file mode 100644
index 0000000..82834ea
--- /dev/null
+++ b/pysal/contrib/spint/notebooks/4d_distance.ipynb
@@ -0,0 +1,531 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 69,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "import numpy as np\n",
+    "from scipy.spatial import distance\n",
+    "import scipy.spatial as spatial\n",
+    "from pysal.weights import W\n",
+    "from pysal.weights.util import isKDTree\n",
+    "from pysal.weights import Distance as Distance"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 373,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "def nplinalg():\n",
+    "    np.linalg.norm(np.array((67, 46, 92, 67))-np.array((44, 97, 25, 50)))\n",
+    "    np.linalg.norm(np.array((67, 46, 92, 67))-np.array((84, 37, 66, 53)))\n",
+    "    np.linalg.norm(np.array((67, 46, 92, 67))-np.array((30, 46, 23, 80)))\n",
+    "    \n",
+    "    np.linalg.norm(np.array((44, 97, 25, 50))-np.array((67, 46, 92, 67)))\n",
+    "    np.linalg.norm(np.array((44, 97, 25, 50))-np.array((84, 37, 66, 53)))\n",
+    "    np.linalg.norm(np.array((44, 97, 25, 50))-np.array((30, 46, 23, 80)))\n",
+    "    \n",
+    "    np.linalg.norm(np.array((84, 37, 66, 53))-np.array((44, 97, 25, 50)))\n",
+    "    np.linalg.norm(np.array((84, 37, 66, 53))-np.array((30, 46, 23, 80)))\n",
+    "    np.linalg.norm(np.array((84, 37, 66, 53))-np.array((67, 46, 92, 67)))\n",
+    "    \n",
+    "    np.linalg.norm(np.array((30, 46, 23, 80))-np.array((67, 46, 92, 67)))\n",
+    "    np.linalg.norm(np.array((30, 46, 23, 80))-np.array((44, 97, 25, 50)))\n",
+    "    np.linalg.norm(np.array((30, 46, 23, 80))-np.array((30, 46, 23, 80)))\n",
+    "    \n",
+    "def eucdist():\n",
+    "    distance.euclidean(np.array((67, 46, 92, 67)),np.array((44, 97, 25, 50)))\n",
+    "    distance.euclidean(np.array((67, 46, 92, 67)),np.array((84, 37, 66, 53)))\n",
+    "    distance.euclidean(np.array((67, 46, 92, 67)),np.array((30, 46, 23, 80)))\n",
+    "    \n",
+    "    distance.euclidean(np.array((44, 97, 25, 50)),np.array((67, 46, 92, 67)))\n",
+    "    distance.euclidean(np.array((44, 97, 25, 50)),np.array((84, 37, 66, 53)))\n",
+    "    distance.euclidean(np.array((44, 97, 25, 50)),np.array((30, 46, 23, 80)))\n",
+    "    \n",
+    "    distance.euclidean(np.array((84, 37, 66, 53)),np.array((44, 97, 25, 50)))\n",
+    "    distance.euclidean(np.array((84, 37, 66, 53)),np.array((30, 46, 23, 80)))\n",
+    "    distance.euclidean(np.array((84, 37, 66, 53)),np.array((67, 46, 92, 67)))\n",
+    "    \n",
+    "    distance.euclidean(np.array((30, 46, 23, 80)),np.array((67, 46, 92, 67)))\n",
+    "    distance.euclidean(np.array((30, 46, 23, 80)),np.array((44, 97, 25, 50)))\n",
+    "    distance.euclidean(np.array((30, 46, 23, 80)),np.array((30, 46, 23, 80)))\n",
+    "    \n",
+    "def distpython():\n",
+    "    dist(np.array((67, 46, 92, 67)),np.array((44, 97, 25, 50)))\n",
+    "    dist(np.array((67, 46, 92, 67)),np.array((84, 37, 66, 53)))\n",
+    "    dist(np.array((67, 46, 92, 67)),np.array((30, 46, 23, 80)))\n",
+    "    \n",
+    "    dist(np.array((44, 97, 25, 50)),np.array((67, 46, 92, 67)))\n",
+    "    dist(np.array((44, 97, 25, 50)),np.array((84, 37, 66, 53)))\n",
+    "    dist(np.array((44, 97, 25, 50)),np.array((30, 46, 23, 80)))\n",
+    "    \n",
+    "    dist(np.array((84, 37, 66, 53)),np.array((44, 97, 25, 50)))\n",
+    "    dist(np.array((84, 37, 66, 53)),np.array((30, 46, 23, 80)))\n",
+    "    dist(np.array((84, 37, 66, 53)),np.array((67, 46, 92, 67)))\n",
+    "    \n",
+    "    dist(np.array((30, 46, 23, 80)),np.array((67, 46, 92, 67)))\n",
+    "    dist(np.array((30, 46, 23, 80)),np.array((44, 97, 25, 50)))\n",
+    "    dist(np.array((30, 46, 23, 80)),np.array((30, 46, 23, 80)))\n",
+    "\n",
+    "def scpkdtree():\n",
+    "    data = zip(x.ravel(), y.ravel(), w.ravel(), z.ravel())\n",
+    "    tree = spatial.KDTree(data)\n",
+    "    W = pysal.weights.DistanceBand(tree, threshold=9999, alpha=-1.5, binary=False)\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 374,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "The slowest run took 144.28 times longer than the fastest. This could mean that an intermediate result is being cached.\n",
+      "10000 loops, best of 3: 86.8 µs per loop\n",
+      "The slowest run took 17.86 times longer than the fastest. This could mean that an intermediate result is being cached.\n",
+      "10000 loops, best of 3: 82.1 µs per loop\n",
+      "The slowest run took 5.82 times longer than the fastest. This could mean that an intermediate result is being cached.\n",
+      "1 loop, best of 3: 40min 50s per loop\n"
+     ]
+    }
+   ],
+   "source": [
+    "%timeit nplinalg()\n",
+    "%timeit distpython()\n",
+    "%timeit scpkdtree()"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 371,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "ename": "KeyboardInterrupt",
+     "evalue": "",
+     "output_type": "error",
+     "traceback": [
+      "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
+      "\u001b[0;31mKeyboardInterrupt\u001b[0m                         Traceback (most recent call last)",
+      "\u001b[0;32m<ipython-input-371-25b6bf1123d8>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m()\u001b[0m\n\u001b[1;32m      6\u001b[0m \u001b[0mdata\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mzip\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mx\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mravel\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0my\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mravel\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m,\u001b[0m \u0 [...]
+      "\u001b[0;32m//anaconda/lib/python2.7/site-packages/pysal/weights/Distance.pyc\u001b[0m in \u001b[0;36m__init__\u001b[0;34m(self, data, threshold, p, alpha, binary, ids)\u001b[0m\n\u001b[1;32m    472\u001b[0m         \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0malpha\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0malpha\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m    473\u001b[0m         \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_band\u001b[0m\u001b[0;34m(\u001b [...]
+      "\u001b[0;32m//anaconda/lib/python2.7/site-packages/pysal/weights/Distance.pyc\u001b[0m in \u001b[0;36m_distance_to_W\u001b[0;34m(self, ids)\u001b[0m\n\u001b[1;32m    504\u001b[0m                 \u001b[0mi\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0mj\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mkey\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m    505\u001b[0m                 \u001b[0;32mif\u001b[0m \u001b[0mi\u001b[0m \u001b[0;34m!=\u001b[0m \u001b[0mj\u001b[0m\u001b[0;34m:\u001b[0 [...]
+      "\u001b[0;31mKeyboardInterrupt\u001b[0m: "
+     ]
+    }
+   ],
+   "source": [
+    "x = np.random.randint(1,1000, 3000)\n",
+    "y = np.random.randint(1,1000, 3000)\n",
+    "w = np.random.randint(1,1000, 3000)\n",
+    "z = np.random.randint(1,1000, 3000)\n",
+    "\n",
+    "data = zip(x.ravel(), y.ravel(), w.ravel(), z.ravel())\n",
+    "tree = spatial.KDTree(data)\n",
+    "W = pysal.weights.DistanceBand(tree, threshold=9999, alpha=-1.5, binary=False)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 65,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "class DistanceBand(W):\n",
+    "    \"\"\"\n",
+    "    Spatial weights based on distance band.\n",
+    "\n",
+    "    Parameters\n",
+    "    ----------\n",
+    "\n",
+    "    data        : array\n",
+    "                  (n,k) or KDTree where KDtree.data is array (n,k)\n",
+    "                  n observations on k characteristics used to measure\n",
+    "                  distances between the n objects\n",
+    "    threshold  : float\n",
+    "                 distance band\n",
+    "    p          : float\n",
+    "                 Minkowski p-norm distance metric parameter:\n",
+    "                 1<=p<=infinity\n",
+    "                 2: Euclidean distance\n",
+    "                 1: Manhattan distance\n",
+    "    binary     : boolean\n",
+    "                 If true w_{ij}=1 if d_{i,j}<=threshold, otherwise w_{i,j}=0\n",
+    "                 If false wij=dij^{alpha}\n",
+    "    alpha      : float\n",
+    "                 distance decay parameter for weight (default -1.0)\n",
+    "                 if alpha is positive the weights will not decline with\n",
+    "                 distance. If binary is True, alpha is ignored\n",
+    "\n",
+    "    ids         : list\n",
+    "                  values to use for keys of the neighbors and weights dicts\n",
+    "\n",
+    "    Attributes\n",
+    "    ----------\n",
+    "    weights : dict\n",
+    "              of neighbor weights keyed by observation id\n",
+    "\n",
+    "    neighbors : dict\n",
+    "                of neighbors keyed by observation id\n",
+    "\n",
+    "\n",
+    "    \"\"\"\n",
+    "\n",
+    "    def __init__(self, data, threshold=None, p=2, alpha=-1.0, binary=True, ids=None):\n",
+    "        \"\"\"Casting to floats is a work around for a bug in scipy.spatial.\n",
+    "        See detail in pysal issue #126.\n",
+    "\n",
+    "        \"\"\"\n",
+    "        if isKDTree(data):\n",
+    "            self.kd = data\n",
+    "            self.data = self.kd.data\n",
+    "        else:\n",
+    "            try:\n",
+    "                data = np.asarray(data)\n",
+    "                if data.dtype.kind != 'f':\n",
+    "                    data = data.astype(float)\n",
+    "                self.data = data\n",
+    "                self.kd = KDTree(self.data)\n",
+    "            except:\n",
+    "                raise ValueError(\"Could not make array from data\")\n",
+    "\n",
+    "        self.p = p\n",
+    "        self.threshold = threshold\n",
+    "        self.binary = binary\n",
+    "        self.alpha = alpha\n",
+    "        self._band()\n",
+    "        neighbors, weights = self._distance_to_W(ids)\n",
+    "        W.__init__(self, neighbors, weights, ids)\n",
+    "\n",
+    "    def _band(self):\n",
+    "        \"\"\"Find all pairs within threshold.\n",
+    "\n",
+    "        \"\"\"\n",
+    "        if self.threshold is not None:\n",
+    "            self.dmat = self.kd.sparse_distance_matrix(\n",
+    "                    self.kd, max_distance=self.threshold)\n",
+    "        else:\n",
+    "            self.dmat = np.array(distance_matrix(self.data, self.data))\n",
+    "\n",
+    "    def _distance_to_W(self, ids=None):\n",
+    "        if ids:\n",
+    "            ids = np.array(ids)\n",
+    "        else:\n",
+    "            ids = np.arange(self.dmat.shape[0])\n",
+    "        neighbors = dict([(i,[]) for i in ids])\n",
+    "        weights = dict([(i,[]) for i in ids])\n",
+    "        if self.binary:\n",
+    "            for key,weight in self.dmat.items():\n",
+    "                i,j = key\n",
+    "                if i != j:\n",
+    "                    if j not in neighbors[i]:\n",
+    "                        weights[i].append(1)\n",
+    "                        neighbors[i].append(j)\n",
+    "                    if i not in neighbors[j]:\n",
+    "                        weights[j].append(1)\n",
+    "                        neighbors[j].append(i)\n",
+    "\n",
+    "        else:\n",
+    "            weighted = np.array(map(lambda x: pow(x, -1.5), self.dmat))\n",
+    "            print weighted.shape\n",
+    "            rows, cols =self.dmat.shape\n",
+    "            for i in range(rows):\n",
+    "                for j in range(cols):\n",
+    "                    if i != j:\n",
+    "                        if j not in neighbors[i]:\n",
+    "                            weights[i].append(weighted[i,j])\n",
+    "                            neighbors[i].append(j)\n",
+    "                        if i not in neighbors[j]:\n",
+    "                            weights[j].append(weighted[i,j])\n",
+    "                            neighbors[j].append(i)\n",
+    "\n",
+    "        return neighbors, weights\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 10,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "x = np.random.randint(1,1000, 500)\n",
+    "y = np.random.randint(1,1000, 500)\n",
+    "w = np.random.randint(1,1000, 500)\n",
+    "z = np.random.randint(1,1000, 500)\n",
+    "\n",
+    "data = zip(x.ravel(), y.ravel(), w.ravel(), z.ravel())\n",
+    "tree = spatial.KDTree(data)\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 11,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "1 loop, best of 3: 7.73 s per loop\n"
+     ]
+    }
+   ],
+   "source": [
+    "%timeit DistanceBand(tree, threshold=9999, alpha=-1.5, binary=False)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 12,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      " "
+     ]
+    }
+   ],
+   "source": [
+    "%prun DistanceBand(tree, threshold=9999, alpha=-1.5, binary=False)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 15,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "weight = DistanceBand(tree, threshold=9999, alpha=-1.5, binary=False)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 17,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "pairs = weight.dmat.keys()"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 13,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "from scipy.spatial import distance_matrix"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 28,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "one = np.hstack([x.reshape((-1,1)),y.reshape((-1,1))])\n",
+    "two = np.hstack([w.reshape((-1,1)),z.reshape((-1,1))])\n",
+    "test = np.hstack([x.reshape((-1,1)),y.reshape((-1,1)), w.reshape((-1,1)),z.reshape((-1,1))])"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 60,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "(500, 500)"
+      ]
+     },
+     "execution_count": 60,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "mat = distance_matrix(data, data)\n",
+    "mat = np.array(mat)\n",
+    "mat.shape"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 67,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "(500, 500)\n",
+      "CPU times: user 1.82 s, sys: 87 ms, total: 1.91 s\n",
+      "Wall time: 1.85 s\n"
+     ]
+    },
+    {
+     "data": {
+      "text/plain": [
+       "<__main__.DistanceBand at 0x123f3c450>"
+      ]
+     },
+     "execution_count": 67,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "%time DistanceBand(tree, alpha=-1.5, binary=False)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 70,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "CPU times: user 8.43 s, sys: 92.3 ms, total: 8.52 s\n",
+      "Wall time: 8.5 s\n"
+     ]
+    },
+    {
+     "data": {
+      "text/plain": [
+       "<pysal.weights.Distance.DistanceBand at 0x123f38250>"
+      ]
+     },
+     "execution_count": 70,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "%time Distance.DistanceBand(tree, threshold=9999999, alpha=-1.5, binary=False)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 71,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "(500, 500)\n"
+     ]
+    }
+   ],
+   "source": [
+    "W_new = DistanceBand(tree, alpha=-1.5, binary=False)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 72,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "W_old = Distance.DistanceBand(tree, threshold=9999999, alpha=-1.5, binary=False)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 74,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "True"
+      ]
+     },
+     "execution_count": 74,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "np.allclose(W_new.full()[0], W_old.full()[0])"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": []
+  }
+ ],
+ "metadata": {
+  "anaconda-cloud": {},
+  "kernelspec": {
+   "display_name": "Python [Root]",
+   "language": "python",
+   "name": "Python [Root]"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 2
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython2",
+   "version": "2.7.12"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}
diff --git a/pysal/contrib/spint/notebooks/Gaussian_SAR.ipynb b/pysal/contrib/spint/notebooks/Gaussian_SAR.ipynb
new file mode 100644
index 0000000..6a66bab
--- /dev/null
+++ b/pysal/contrib/spint/notebooks/Gaussian_SAR.ipynb
@@ -0,0 +1,791 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 920,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "import numpy as np\n",
+    "import pandas as pd\n",
+    "import os\n",
+    "os.chdir('/Users/toshan/dev/pysal/pysal/contrib/spint')\n",
+    "from gravity import Gravity, Production, Attraction, Doubly, BaseGravity\n",
+    "import statsmodels.formula.api as smf\n",
+    "from statsmodels.api import families\n",
+    "import pysal.spreg.ml_lag as ml_lag\n",
+    "import pysal\n",
+    "\n",
+    "os.chdir('/Users/toshan/dev/pysal/pysal/weights')\n",
+    "from spintW import ODW\n",
+    "from pysal.spreg.twosls_sp import GM_Lag, BaseGM_Lag\n",
+    "from pysal.spreg.twosls import BaseTSLS\n",
+    "from pysal.spreg.utils import set_endog"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 921,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "def m_inverse_prod(w, data, scalar, post_multiply=False, inv_method=\"power_exp\", threshold=0.0000000001, max_iterations=None):\n",
+    "    \"\"\" \n",
+    "\n",
+    "    Parameters\n",
+    "    ----------\n",
+    "\n",
+    "    w               : Pysal W object\n",
+    "                      nxn Pysal spatial weights object \n",
+    "\n",
+    "    data            : Numpy array\n",
+    "                      nx1 vector of data\n",
+    "\n",
+    "    scalar          : float\n",
+    "                      Scalar value (typically rho or lambda)\n",
+    "\n",
+    "    post_multiply   : boolean\n",
+    "                      If True then post-multiplies the data vector by the\n",
+    "                      inverse of the spatial filter, if false then\n",
+    "                      pre-multiplies.\n",
+    "    \n",
+    "    threshold       : float\n",
+    "                      Test value to stop the iterations. Test is against\n",
+    "                      sqrt(increment' * increment), where increment is a\n",
+    "                      vector representing the contribution from each\n",
+    "                      iteration.\n",
+    "\n",
+    "    max_iterations  : integer\n",
+    "                      Maximum number of iterations for the expansion.   \n",
+    "\n",
+    "    Examples\n",
+    "    --------\n",
+    "    \"\"\"\n",
+    "    N = data.shape[0]\n",
+    "    matrix = la.inv(np.eye(N))\n",
+    "    try:\n",
+    "        for i in range(len(w)):\n",
+    "            matrix -=  (scalar[i] * w[i].full()[0])\n",
+    "    except:\n",
+    "        for i in range(len(w)):\n",
+    "            matrix -= (scalar[i] * w[i])\n",
+    "    if post_multiply:\n",
+    "        inv_prod = spdot(data.T, np.asarray(matrix))\n",
+    "    else:\n",
+    "        inv_prod = spdot(np.asarray(matrix), data)\n",
+    "    return inv_prod\n",
+    "\n",
+    "\n",
+    "\n",
+    "\n",
+    "import numpy as np\n",
+    "import numpy.linalg as la\n",
+    "from scipy import sparse as sp\n",
+    "from scipy.sparse.linalg import splu as SuperLU\n",
+    "import pysal as ps\n",
+    "from pysal.spreg.utils import RegressionPropsY, RegressionPropsVM, inverse_prod, spdot\n",
+    "import pysal.spreg.diagnostics as DIAG\n",
+    "import pysal.spreg.user_output as USER\n",
+    "import pysal.spreg.summary_output as SUMMARY\n",
+    "from pysal.spreg.w_utils import symmetrize\n",
+    "try:\n",
+    "    from scipy.optimize import minimize_scalar\n",
+    "    from scipy.optimize import minimize\n",
+    "    minimize_scalar_available = True\n",
+    "except ImportError:\n",
+    "    minimize_scalar_available = False\n",
+    "\n",
+    "__all__ = [\"ML_Lag\"]\n",
+    "\n",
+    "\n",
+    "class BaseML_Lag(RegressionPropsY, RegressionPropsVM):\n",
+    "\n",
+    "    \"\"\"\n",
+    "    ML estimation of the spatial lag model (note no consistency\n",
+    "    checks, diagnostics or constants added); Anselin (1988) [Anselin1988]_\n",
+    "    Parameters\n",
+    "    ----------\n",
+    "    y            : array\n",
+    "                   nx1 array for dependent variable\n",
+    "    x            : array\n",
+    "                   Two dimensional array with n rows and one column for each\n",
+    "                   independent (exogenous) variable, excluding the constant\n",
+    "    w            : pysal W object\n",
+    "                   Spatial weights object\n",
+    "    method       : string\n",
+    "                   if 'full', brute force calculation (full matrix expressions)\n",
+    "                   if 'ord', Ord eigenvalue method\n",
+    "                   if 'LU', LU sparse matrix decomposition\n",
+    "    epsilon      : float\n",
+    "                   tolerance criterion in mimimize_scalar function and inverse_product\n",
+    "    Attributes\n",
+    "    ----------\n",
+    "    betas        : array\n",
+    "                   (k+1)x1 array of estimated coefficients (rho first)\n",
+    "    rho          : float\n",
+    "                   estimate of spatial autoregressive coefficient\n",
+    "    u            : array\n",
+    "                   nx1 array of residuals\n",
+    "    predy        : array\n",
+    "                   nx1 array of predicted y values\n",
+    "    n            : integer\n",
+    "                   Number of observations\n",
+    "    k            : integer\n",
+    "                   Number of variables for which coefficients are estimated\n",
+    "                   (including the constant, excluding the rho)\n",
+    "    y            : array\n",
+    "                   nx1 array for dependent variable\n",
+    "    x            : array\n",
+    "                   Two dimensional array with n rows and one column for each\n",
+    "                   independent (exogenous) variable, including the constant\n",
+    "    method       : string\n",
+    "                   log Jacobian method\n",
+    "                   if 'full': brute force (full matrix computations)\n",
+    "                   if 'ord' : Ord eigenvalue method\n",
+    "    epsilon      : float\n",
+    "                   tolerance criterion used in minimize_scalar function and inverse_product\n",
+    "    mean_y       : float\n",
+    "                   Mean of dependent variable\n",
+    "    std_y        : float\n",
+    "                   Standard deviation of dependent variable\n",
+    "    vm           : array\n",
+    "                   Variance covariance matrix (k+1 x k+1)\n",
+    "    vm1          : array\n",
+    "                   Variance covariance matrix (k+2 x k+2) includes sigma2\n",
+    "    sig2         : float\n",
+    "                   Sigma squared used in computations\n",
+    "    logll        : float\n",
+    "                   maximized log-likelihood (including constant terms)\n",
+    "    predy_e      : array\n",
+    "                   predicted values from reduced form\n",
+    "    e_pred       : array\n",
+    "                   prediction errors using reduced form predicted values\n",
+    "    Examples\n",
+    "    --------\n",
+    "    >>> import numpy as np\n",
+    "    >>> import pysal as ps\n",
+    "    >>> db =  ps.open(ps.examples.get_path(\"baltim.dbf\"),'r')\n",
+    "    >>> ds_name = \"baltim.dbf\"\n",
+    "    >>> y_name = \"PRICE\"\n",
+    "    >>> y = np.array(db.by_col(y_name)).T\n",
+    "    >>> y.shape = (len(y),1)\n",
+    "    >>> x_names = [\"NROOM\",\"NBATH\",\"PATIO\",\"FIREPL\",\"AC\",\"GAR\",\"AGE\",\"LOTSZ\",\"SQFT\"]\n",
+    "    >>> x = np.array([db.by_col(var) for var in x_names]).T\n",
+    "    >>> x = np.hstack((np.ones((len(y),1)),x))\n",
+    "    >>> ww = ps.open(ps.examples.get_path(\"baltim_q.gal\"))\n",
+    "    >>> w = ww.read()\n",
+    "    >>> ww.close()\n",
+    "    >>> w.transform = 'r'\n",
+    "    >>> w_name = \"baltim_q.gal\"\n",
+    "    >>> mllag = BaseML_Lag(y,x,w,method='ord') #doctest: +SKIP\n",
+    "    >>> \"{0:.6f}\".format(mllag.rho) #doctest: +SKIP\n",
+    "    '0.425885'\n",
+    "    >>> np.around(mllag.betas, decimals=4) #doctest: +SKIP\n",
+    "    array([[ 4.3675],\n",
+    "           [ 0.7502],\n",
+    "           [ 5.6116],\n",
+    "           [ 7.0497],\n",
+    "           [ 7.7246],\n",
+    "           [ 6.1231],\n",
+    "           [ 4.6375],\n",
+    "           [-0.1107],\n",
+    "           [ 0.0679],\n",
+    "           [ 0.0794],\n",
+    "           [ 0.4259]])\n",
+    "    >>> \"{0:.6f}\".format(mllag.mean_y) #doctest: +SKIP\n",
+    "    '44.307180'\n",
+    "    >>> \"{0:.6f}\".format(mllag.std_y) #doctest: +SKIP\n",
+    "    '23.606077'\n",
+    "    >>> np.around(np.diag(mllag.vm1), decimals=4) #doctest: +SKIP\n",
+    "    array([  23.8716,    1.1222,    3.0593,    7.3416,    5.6695,    5.4698,\n",
+    "              2.8684,    0.0026,    0.0002,    0.0266,    0.0032,  220.1292])\n",
+    "    >>> np.around(np.diag(mllag.vm), decimals=4) #doctest: +SKIP\n",
+    "    array([ 23.8716,   1.1222,   3.0593,   7.3416,   5.6695,   5.4698,\n",
+    "             2.8684,   0.0026,   0.0002,   0.0266,   0.0032])\n",
+    "    >>> \"{0:.6f}\".format(mllag.sig2) #doctest: +SKIP\n",
+    "    '151.458698'\n",
+    "    >>> \"{0:.6f}\".format(mllag.logll) #doctest: +SKIP\n",
+    "    '-832.937174'\n",
+    "    >>> mllag = BaseML_Lag(y,x,w) #doctest: +SKIP\n",
+    "    >>> \"{0:.6f}\".format(mllag.rho) #doctest: +SKIP\n",
+    "    '0.425885'\n",
+    "    >>> np.around(mllag.betas, decimals=4) #doctest: +SKIP\n",
+    "    array([[ 4.3675],\n",
+    "           [ 0.7502],\n",
+    "           [ 5.6116],\n",
+    "           [ 7.0497],\n",
+    "           [ 7.7246],\n",
+    "           [ 6.1231],\n",
+    "           [ 4.6375],\n",
+    "           [-0.1107],\n",
+    "           [ 0.0679],\n",
+    "           [ 0.0794],\n",
+    "           [ 0.4259]])\n",
+    "    >>> \"{0:.6f}\".format(mllag.mean_y) #doctest: +SKIP\n",
+    "    '44.307180'\n",
+    "    >>> \"{0:.6f}\".format(mllag.std_y) #doctest: +SKIP\n",
+    "    '23.606077'\n",
+    "    >>> np.around(np.diag(mllag.vm1), decimals=4) #doctest: +SKIP\n",
+    "    array([  23.8716,    1.1222,    3.0593,    7.3416,    5.6695,    5.4698,\n",
+    "              2.8684,    0.0026,    0.0002,    0.0266,    0.0032,  220.1292])\n",
+    "    >>> np.around(np.diag(mllag.vm), decimals=4) #doctest: +SKIP\n",
+    "    array([ 23.8716,   1.1222,   3.0593,   7.3416,   5.6695,   5.4698,\n",
+    "             2.8684,   0.0026,   0.0002,   0.0266,   0.0032])\n",
+    "    >>> \"{0:.6f}\".format(mllag.sig2) #doctest: +SKIP\n",
+    "    '151.458698'\n",
+    "    >>> \"{0:.6f}\".format(mllag.logll) #doctest: +SKIP\n",
+    "    '-832.937174'\n",
+    "    \"\"\"\n",
+    "\n",
+    "    def __init__(self, y, x, wo, wd, ww, method='full', epsilon=0.0000001):\n",
+    "        # set up main regression variables and spatial filters\n",
+    "        self.y = y\n",
+    "        self.x = x\n",
+    "        self.n, self.k = self.x.shape\n",
+    "        self.method = method\n",
+    "        self.epsilon = epsilon\n",
+    "        #W = w.full()[0]\n",
+    "        #Wsp = w.sparse\n",
+    "        oylag = ps.lag_spatial(wo, y)\n",
+    "        dylag = ps.lag_spatial(wd, y)\n",
+    "        wylag = ps.lag_spatial(ww, y)\n",
+    "        ylag = (wo.sparse*wd.sparse*ODw.sparse)*f\n",
+    "        # b0, b1, e0 and e1\n",
+    "        xtx = spdot(self.x.T, self.x)\n",
+    "        xtxi = la.inv(xtx)\n",
+    "        xty = spdot(self.x.T, self.y)\n",
+    "        xtylo = spdot(self.x.T, oylag)\n",
+    "        xtyld = spdot(self.x.T, dylag)\n",
+    "        xtylw = spdot(self.x.T, wylag)\n",
+    "        xtyl = spdot(self.x.T, ylag)\n",
+    "        b0 = np.dot(xtxi, xty)\n",
+    "        b1 = np.dot(xtxi, xtylo)\n",
+    "        b2 = np.dot(xtxi, xtyld)\n",
+    "        b3 = np.dot(xtxi, xtylw)\n",
+    "        b4 = np.dot(xtxi, xtyl)\n",
+    "        e0 = self.y - spdot(x, b0)\n",
+    "        e1 = oylag - spdot(x, b1)\n",
+    "        e2 = dylag - spdot(x, b2)\n",
+    "        e3 = wylag - spdot(x, b3)\n",
+    "        e4 = ylag - spdot(x, b4)\n",
+    "        methodML = method.upper()\n",
+    "        # call minimizer using concentrated log-likelihood to get rho\n",
+    "        if methodML in ['FULL', 'LU', 'ORD']:\n",
+    "            if methodML == 'FULL':\n",
+    "                Wo = wo.full()[0]     # moved here\n",
+    "                Wd = wd.full()[0]\n",
+    "                Ww = ww.full()[0]\n",
+    "                x0 = np.array([0.0, 0.0, 0.0])\n",
+    "                bounds = [(-1.0, 1.0), (-1.0, 1.0), (-1.0, 1.0)]\n",
+    "                res = minimize(lag_c_loglik, x0 , bounds=bounds,\n",
+    "                                      args=(\n",
+    "                                          self.n, e0, e1, e2, e3, e4, Wo, Wd, Ww),\n",
+    "                                      tol=epsilon)\n",
+    "            elif methodML == 'LU':\n",
+    "                I = sp.identity(w.n)\n",
+    "                Wsp = w.sparse  # moved here\n",
+    "                res = minimize_scalar(lag_c_loglik_sp, 0.0, bounds=(-1.0,1.0),\n",
+    "                                      args=(self.n, e0, e1, I, Wsp),\n",
+    "                                      method='bounded', tol=epsilon)\n",
+    "            elif methodML == 'ORD':\n",
+    "                # check on symmetry structure\n",
+    "                if w.asymmetry(intrinsic=False) == []:\n",
+    "                    ww = symmetrize(w)\n",
+    "                    WW = ww.todense()\n",
+    "                    evals = la.eigvalsh(WW)\n",
+    "                else:\n",
+    "                    W = w.full()[0]     # moved here\n",
+    "                    evals = la.eigvals(W)\n",
+    "                res = minimize_scalar(lag_c_loglik_ord, 0.0, bounds=(-1.0, 1.0),\n",
+    "                                      args=(\n",
+    "                                          self.n, e0, e1, evals), method='bounded',\n",
+    "                                      tol=epsilon)\n",
+    "        else:\n",
+    "            # program will crash, need to catch\n",
+    "            print(\"{0} is an unsupported method\".format(methodML))\n",
+    "            self = None\n",
+    "            return\n",
+    "        \n",
+    "        #print res.x\n",
+    "        self.o_rho, self.d_rho, self.w_rho = res.x\n",
+    "\n",
+    "        # compute full log-likelihood, including constants\n",
+    "        ln2pi = np.log(2.0 * np.pi)\n",
+    "        llik = -res.fun - self.n / 2.0 * ln2pi - self.n / 2.0\n",
+    "        self.logll = llik[0][0]\n",
+    "\n",
+    "        # b, residuals and predicted values\n",
+    "\n",
+    "        b = b0 - self.o_rho * b1 - self.d_rho * b2 - self.w_rho *b3\n",
+    "        self.betas = np.vstack((b, self.o_rho, self.d_rho, self.w_rho))   # rho added as last coefficient\n",
+    "        self.u = e0 - self.o_rho * e1 - self.o_rho * e2 - self.w_rho * e3\n",
+    "        self.predy = self.y - self.u\n",
+    "        xb = spdot(x, b)\n",
+    "\n",
+    "        self.predy_e = m_inverse_prod(\n",
+    "            [wo.sparse, wd.sparse, ww.sparse], xb, [self.o_rho, self.d_rho, self.w_rho], inv_method=\"power_exp\", threshold=epsilon)\n",
+    "        self.e_pred = self.y - self.predy_e\n",
+    "\n",
+    "        # residual variance\n",
+    "        self.sig2 = self.sig2n  # no allowance for division by n-k\n",
+    "        #print self.betas\n",
+    "        # information matrix\n",
+    "        a = -self.o_rho * Wo - self.d_rho * Wd + self.w_rho * Ww\n",
+    "        W_o = -Wo - self.d_rho * Wd + self.w_rho * Ww\n",
+    "        W_d = -self.o_rho * Wo - Wd + self.w_rho * Ww\n",
+    "        W_w = -self.o_rho * Wo - self.d_rho * Wd + Ww\n",
+    "        np.fill_diagonal(a, 1.0)\n",
+    "        ai = la.inv(a)\n",
+    "\n",
+    "        o_wai = np.dot(W_o, ai)\n",
+    "        o_tr1 = np.trace(o_wai)\n",
+    "        d_wai = np.dot(W_d, ai)\n",
+    "        d_tr1 = np.trace(d_wai)\n",
+    "        w_wai = np.dot(W_w, ai)\n",
+    "        w_tr1 = np.trace(w_wai)\n",
+    "\n",
+    "        oo_wai2 = np.dot(o_wai, o_wai)\n",
+    "        oo_tr2 = np.trace(oo_wai2)\n",
+    "        dd_wai2 = np.dot(d_wai, d_wai)\n",
+    "        dd_tr2 = np.trace(dd_wai2)\n",
+    "        ww_wai2 = np.dot(w_wai, w_wai)\n",
+    "        ww_tr2 = np.trace(ww_wai2)\n",
+    "        \n",
+    "        od_wai2 = np.dot(o_wai, d_wai)\n",
+    "        od_tr2 = np.trace(od_wai2)\n",
+    "\n",
+    "        do_wai2 = np.dot(d_wai, o_wai)\n",
+    "        do_tr2 = np.trace(do_wai2)\n",
+    "\n",
+    "        ow_wai2 = np.dot(o_wai, w_wai)\n",
+    "        ow_tr2 = np.trace(ow_wai2)\n",
+    "\n",
+    "        wo_wai2 = np.dot(w_wai, o_wai)\n",
+    "        wo_tr2 = np.trace(wo_wai2)\n",
+    "\n",
+    "        \n",
+    "        dw_wai2 = np.dot(d_wai, w_wai)\n",
+    "        dw_tr2 = np.trace(dw_wai2)\n",
+    "\n",
+    "        wd_wai2 = np.dot(w_wai, d_wai)\n",
+    "        wd_tr2 = np.trace(wd_wai2)\n",
+    "\n",
+    "        oo_waiTwai = np.dot(o_wai.T, o_wai)\n",
+    "        oo_tr3 = np.trace(oo_waiTwai)\n",
+    "        dd_waiTwai = np.dot(d_wai.T, d_wai)\n",
+    "        dd_tr3 = np.trace(dd_waiTwai)\n",
+    "        ww_waiTwai = np.dot(w_wai.T, w_wai)\n",
+    "        ww_tr3 = np.trace(ww_waiTwai)\n",
+    "\n",
+    "        od_waiTwai = np.dot(o_wai.T, d_wai)\n",
+    "        od_tr3 = np.trace(od_waiTwai)\n",
+    "\n",
+    "        do_waiTwai = np.dot(d_wai.T, o_wai)\n",
+    "        do_tr3 = np.trace(do_waiTwai)\n",
+    "\n",
+    "        ow_waiTwai = np.dot(o_wai.T, w_wai)\n",
+    "        ow_tr3 = np.trace(ow_waiTwai)\n",
+    "\n",
+    "        wo_waiTwai = np.dot(w_wai.T, o_wai)\n",
+    "        wo_tr3 = np.trace(wo_waiTwai)\n",
+    "\n",
+    "        dw_waiTwai = np.dot(d_wai.T, w_wai)\n",
+    "        dw_tr3 = np.trace(dw_waiTwai)\n",
+    "\n",
+    "        wd_waiTwai = np.dot(w_wai.T, d_wai)\n",
+    "        wd_tr3 = np.trace(wd_waiTwai)\n",
+    "\n",
+    "        o_wpredy = ps.lag_spatial(wo, self.predy_e)\n",
+    "        d_wpredy = ps.lag_spatial(wd, self.predy_e)\n",
+    "        w_wpredy = ps.lag_spatial(ww, self.predy_e)\n",
+    "\n",
+    "        o_xTwpy = spdot(x.T, o_wpredy)\n",
+    "        d_xTwpy = spdot(x.T, d_wpredy)\n",
+    "        w_xTwpy = spdot(x.T, w_wpredy)\n",
+    "\n",
+    "        oo_wpyTwpy = np.dot(o_wpredy.T, o_wpredy)\n",
+    "        dd_wpyTwpy = np.dot(d_wpredy.T, d_wpredy)\n",
+    "        ww_wpyTwpy = np.dot(w_wpredy.T, w_wpredy)\n",
+    "        od_wpyTwpy = np.dot(o_wpredy.T, d_wpredy)\n",
+    "        do_wpyTwpy = np.dot(d_wpredy.T, o_wpredy)\n",
+    "        ow_wpyTwpy = np.dot(o_wpredy.T, w_wpredy)\n",
+    "        wo_wpyTwpy = np.dot(w_wpredy.T, o_wpredy)\n",
+    "        dw_wpyTwpy = np.dot(d_wpredy.T, w_wpredy)\n",
+    "        wd_wpyTwpy = np.dot(w_wpredy.T, d_wpredy)\n",
+    "\n",
+    "\n",
+    "\n",
+    "        sig2 = self.sig2\n",
+    "\n",
+    "        beta_beta  = xtx / sig2\n",
+    "        beta_o_rho = o_xTwpy.T / sig2\n",
+    "        beta_d_rho = d_xTwpy.T / sig2\n",
+    "        beta_w_rho = w_xTwpy.T / sig2\n",
+    "        beta_sig2 = np.zeros((1, self.k))\n",
+    "\n",
+    "        o_rho_beta = o_xTwpy / sig2\n",
+    "        o_rho_o_rho = oo_tr2 + oo_tr3 + oo_wpyTwpy / sig2\n",
+    "        o_rho_d_rho = od_tr2 + od_tr3 + od_wpyTwpy / sig2\n",
+    "        o_rho_w_rho = ow_tr2 + ow_tr3 + ow_wpyTwpy / sig2\n",
+    "        o_rho_sig2 = o_tr1 / sig2\n",
+    "\n",
+    "        d_rho_beta = d_xTwpy / sig2\n",
+    "        d_rho_o_rho = do_tr2 + do_tr3 + do_wpyTwpy / sig2\n",
+    "        d_rho_d_rho = dd_tr2 + dd_tr3 + dd_wpyTwpy / sig2\n",
+    "        d_rho_w_rho = dw_tr2 + dw_tr3 + dw_wpyTwpy / sig2\n",
+    "        d_rho_sig2 = d_tr1 / sig2\n",
+    "\n",
+    "        w_rho_beta = w_xTwpy / sig2  \n",
+    "        w_rho_o_rho = wo_tr2 + wo_tr3 + wo_wpyTwpy / sig2\n",
+    "        w_rho_d_rho = wd_tr2 + wd_tr3 + wd_wpyTwpy / sig2\n",
+    "        w_rho_w_rho = ww_tr2 + ww_tr3 + ww_wpyTwpy / sig2\n",
+    "        w_rho_sig2 = w_tr1 / sig2\n",
+    "\n",
+    "        sig2_beta = np.zeros((self.k, 1))   \n",
+    "        sig2_o_rho = o_tr1 / sig2\n",
+    "        sig2_d_rho = d_tr1 / sig2\n",
+    "        sig2_w_rho = w_tr1 / sig2\n",
+    "        sig2_sig2 = self.n / (2.0 * sig2 ** 2)\n",
+    "\n",
+    "        # order of variables is beta, rho_o, rho_d, rho_w, sigma2\n",
+    "\n",
+    "    \n",
+    "        v1 = np.vstack((beta_beta, beta_o_rho, beta_d_rho, beta_w_rho, beta_sig2))\n",
+    "        v2 = np.vstack((o_rho_beta, o_rho_o_rho, o_rho_d_rho, o_rho_w_rho, o_rho_sig2))\n",
+    "        v3 = np.vstack((d_rho_beta, d_rho_o_rho, d_rho_d_rho, d_rho_w_rho, d_rho_sig2))\n",
+    "        v4 = np.vstack((w_rho_beta, w_rho_d_rho, w_rho_d_rho, w_rho_w_rho, w_rho_sig2))\n",
+    "        v5 = np.vstack((sig2_beta, sig2_d_rho, sig2_d_rho, sig2_w_rho, sig2_sig2))\n",
+    "        \n",
+    "        v = np.hstack((v1, v2, v3, v4, v5))\n",
+    "\n",
+    "        self.vm1 = la.inv(v)  # vm1 includes variance for sigma2\n",
+    "        self.vm = self.vm1[:-1, :-1]  # vm is for coefficients only\n",
+    "\n",
+    "\n",
+    "def lag_c_loglik(rho, n, e0, e1, e2, e3, e4, Wo, Wd, Ww):\n",
+    "    # concentrated log-lik for lag model, no constants, brute force\n",
+    "    o_rho, d_rho, w_rho = rho\n",
+    "    er = e0  - (o_rho * e1) - (d_rho * e2) - (w_rho * e3)\n",
+    "    sig2 = np.dot(er.T, er) / n\n",
+    "    nlsig2 = (n / 2.0) * np.log(sig2)\n",
+    "    a = (np.identity(n)  - ((o_rho * Wo)*(d_rho * Wd)*(w_rho * Ww)))\n",
+    "    np.fill_diagonal(a, 1.0)\n",
+    "    jacob = np.log(np.linalg.det(a))\n",
+    "    # this is the negative of the concentrated log lik for minimization\n",
+    "    clik = nlsig2 - jacob\n",
+    "    #print clik\n",
+    "    return clik\n",
+    "\n",
+    "def lag_c_loglik_sp(rho, n, e0, e1, I, Wsp):\n",
+    "    # concentrated log-lik for lag model, sparse algebra\n",
+    "    if isinstance(rho, np.ndarray):\n",
+    "        if rho.shape == (1,1):\n",
+    "            rho = rho[0][0] #why does the interior value change?\n",
+    "    er = e0 - rho * e1\n",
+    "    sig2 = np.dot(er.T, er) / n\n",
+    "    nlsig2 = (n / 2.0) * np.log(sig2)\n",
+    "    a = I - rho * Wsp\n",
+    "    LU = SuperLU(a.tocsc())\n",
+    "    jacob = np.sum(np.log(np.abs(LU.U.diagonal())))\n",
+    "    clike = nlsig2 - jacob\n",
+    "    return clike\n",
+    "\n",
+    "def lag_c_loglik_ord(rho, n, e0, e1, evals):\n",
+    "    # concentrated log-lik for lag model, no constants, Ord eigenvalue method\n",
+    "    er = e0 - rho * e1\n",
+    "    sig2 = np.dot(er.T, er) / n\n",
+    "    nlsig2 = (n / 2.0) * np.log(sig2)\n",
+    "    revals = rho * evals\n",
+    "    jacob = np.log(1 - revals).sum()\n",
+    "    if isinstance(jacob, complex):\n",
+    "        jacob = jacob.real\n",
+    "    # this is the negative of the concentrated log lik for minimization\n",
+    "    clik = nlsig2 - jacob\n",
+    "    return clik\n",
+    "\n"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "SAR SI DGP\n",
+    "\n"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    " $y = (I - \\rho W) X \\beta + (I - \\rho W)\\epsilon$ \n",
+    "\n",
+    " "
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "$X \\beta  = X_{o} \\beta_{o} + X_{d} \\beta_{d} + X_{d_{ij}} \\beta_{d_{ij}}$\n",
+    "\n"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    " $\\rho W = (I - \\rho_{o}W_{o})(I - \\rho_{d}W_{d}) = (I - \\rho_{o}W_{o} - \\rho_{d}W_{d} - \\rho_{w}W_{w})$\n",
+    "\n",
+    " "
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "$\\rho_{w}W_{w} = \\rho_{o} \\rho_{d}W_{o}*W_{d}$\n"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "SAR SI Model Specification\n"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    " $y = \\rho_{o}W_{o}  + \\rho_{d}W_{d} + \\rho_{w}W_{w} + k + X \\beta + (I - \\rho W)\\epsilon$"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 922,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "#Simulate covariates\n",
+    "\n",
+    "o_vars = np.random.randint(5000,10000, (81,1))\n",
+    "d_vars = np.random.randint(5000,10000, (81,1))\n",
+    "dij = np.random.randint(50,1000, (81,1))\n",
+    "\n",
+    "\n",
+    "X = np.hstack([o_vars.reshape((-1,1)), d_vars.reshape((-1,1)), dij.reshape((-1,1))])"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 954,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "#Simulate spatial weights and compute dependent variable using DGP\n",
+    "\n",
+    "z = 7\n",
+    "n = 49\n",
+    "N = n**2\n",
+    "o_vars = np.random.randint(5000,10000, (N,1))\n",
+    "d_vars = np.random.randint(5000,10000, (N,1))\n",
+    "dij = np.random.randint(50,1000, (N,1))\n",
+    "\n",
+    "\n",
+    "X = np.hstack([o_vars.reshape((-1,1)), d_vars.reshape((-1,1)), dij.reshape((-1,1))])\n",
+    "\n",
+    "o = pysal.weights.lat2W(z, z)\n",
+    "d = pysal.weights.lat2W(z, z)\n",
+    "\n",
+    "wo = np.kron(o.full()[0], np.identity(n))\n",
+    "wo = pysal.weights.full2W(wo)\n",
+    "wo.transform = 'r'\n",
+    "wd = np.kron(np.identity(n), d.full()[0])\n",
+    "wd = pysal.weights.full2W(wd)\n",
+    "wd.transform = 'r'\n",
+    "\n",
+    "ODw = ODW(o,d)\n",
+    "ODw.transform = 'r'\n",
+    "\n",
+    "o_rho = .15\n",
+    "d_rho = .15\n",
+    "w_rho = -.3\n",
+    "\n",
+    "ar = np.array(np.linalg.inv((np.identity(N) - o_rho*wo.sparse - d_rho*wd.sparse - w_rho*ODw.sparse)))\n",
+    "\n",
+    "betas = np.vstack([1,.3,.3,-5])\n",
+    "X_constant = np.hstack([np.ones((N,1)), X])\n",
+    "\n",
+    "XB = np.dot(X_constant,betas)\n",
+    "e = np.random.normal(0, 100, (N,1))\n",
+    "\n",
+    "y = np.dot(ar, XB) + np.dot(ar, e)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 955,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "#Prep instruments\n",
+    "\n",
+    "w_lags=1\n",
+    "\n",
+    "o_yend, o_q = set_endog(y, X, wo, None, None, w_lags, True)\n",
+    "d_yend, d_q = set_endog(y, X, wd, None, None, w_lags, True)\n",
+    "w_yend, w_q = set_endog(y, X, ODw, None, None, w_lags, True)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 959,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "[[-16.72171832]\n",
+      " [  0.29949819]\n",
+      " [  0.30055381]\n",
+      " [ -4.99972034]\n",
+      " [  0.15083737]\n",
+      " [  0.15049648]\n",
+      " [ -0.29155565]]\n",
+      "[  3.49950480e+02   2.06426812e-06   2.03681447e-06   5.76503201e-05\n",
+      "   6.21546016e-06   5.76756214e-06   1.92331040e-05]\n"
+     ]
+    }
+   ],
+   "source": [
+    "#GM_Lag via TSLS\n",
+    "\n",
+    "w = (wo.sparse, wd.sparse, ODw.sparse)\n",
+    "yend = np.hstack([o_yend, d_yend, w_yend])\n",
+    "q = np.hstack([o_q, d_q, w_q])\n",
+    "\n",
+    "model = BaseTSLS(y=y, x=X_constant, yend=yend, q=q)\n",
+    "print model.betas\n",
+    "print model.vm.diagonal()"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 958,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "[[-12.59047756]\n",
+      " [  0.29941335]\n",
+      " [  0.30048807]\n",
+      " [ -4.9992496 ]\n",
+      " [  0.15157087]\n",
+      " [  0.15191892]\n",
+      " [ -0.29554088]]\n",
+      "[  3.79284298e+02   2.05665963e-06   2.03571089e-06   5.85031928e-05\n",
+      "   6.51171315e-06   5.92191738e-06   2.01701685e-05]\n"
+     ]
+    }
+   ],
+   "source": [
+    "#Extended ML_Lag\n",
+    "\n",
+    "model = BaseML_Lag(y, X_constant, wo, wd, ODw)\n",
+    "print model.betas\n",
+    "print model.vm.diagonal()"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 964,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "2401\n"
+     ]
+    }
+   ],
+   "source": [
+    "print len(y>=0)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 965,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "2401"
+      ]
+     },
+     "execution_count": 965,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "len(y)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "generate 2000\n"
+   ]
+  }
+ ],
+ "metadata": {
+  "anaconda-cloud": {},
+  "kernelspec": {
+   "display_name": "Python [Root]",
+   "language": "python",
+   "name": "Python [Root]"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 2
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython2",
+   "version": "2.7.12"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}
diff --git a/pysal/contrib/spint/notebooks/IV_FLOWS.ipynb b/pysal/contrib/spint/notebooks/IV_FLOWS.ipynb
new file mode 100644
index 0000000..12169ce
--- /dev/null
+++ b/pysal/contrib/spint/notebooks/IV_FLOWS.ipynb
@@ -0,0 +1,195 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 145,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "import numpy as np\n",
+    "import pandas as pd\n",
+    "import pysal as ps\n",
+    "import os\n",
+    "os.chdir('/Users/toshan/dev/pysal/pysal/weights')\n",
+    "from spintW import ODW\n",
+    "from pysal.spreg.twosls_sp import GM_Lag, BaseGM_Lag"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 146,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "#Prep Data\n",
+    "austria = pd.read_csv('http://dl.dropbox.com/u/8649795/AT_Austria.csv')\n",
+    "f = austria['Data'].values.reshape((-1,1))\n",
+    "o = austria['Origin'].values.reshape((-1,1))\n",
+    "d = austria['Destination'].values.reshape((-1,1))\n",
+    "dij = austria['Dij'].values.reshape((-1,1))\n",
+    "o_vars = austria['Oi2007'].values.reshape((-1,1))\n",
+    "d_vars = austria['Dj2007'].values.reshape((-1,1))\n",
+    "\n",
+    "Wo = ps.weights.lat2W(3,3)\n",
+    "Wd = ps.weights.lat2W(3,3)\n",
+    "Ww = ODW(Wo,Wd)\n",
+    "\n",
+    "y = f.reshape((-1,1))\n",
+    "X = np.hstack([o_vars.reshape((-1,1)), d_vars.reshape((-1,1)), dij.reshape((-1,1))])"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 149,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "array([[ -2.86692386e+02],\n",
+       "       [  1.02229167e-01],\n",
+       "       [  1.02020709e-01],\n",
+       "       [ -3.59211608e+00],\n",
+       "       [ -3.46757679e-02]])"
+      ]
+     },
+     "execution_count": 149,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "#GM Lag with OD-W\n",
+    "model = GM_Lag(y, X, w=ODw, w_lags=1)\n",
+    "model.betas"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 150,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "array([[  1.40576692e+03],\n",
+       "       [  6.93836657e-02],\n",
+       "       [  6.03194419e-02],\n",
+       "       [ -1.05386559e+01],\n",
+       "       [  3.10794995e-01]])"
+      ]
+     },
+     "execution_count": 150,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "#Base TSLS with OD-W\n",
+    "\n",
+    "X = np.hstack([np.ones((81,1)), o_vars.reshape((-1,1)), d_vars.reshape((-1,1)), dij.reshape((-1,1))])\n",
+    "#X = np.hstack([o_vars.reshape((-1,1)), d_vars.reshape((-1,1)), dij.reshape((-1,1))])\n",
+    "\n",
+    "Wo = ps.weights.full2W(np.kron(Wo.full()[0], np.identity(9)))\n",
+    "Wd = ps.weights.full2W(np.kron(np.identity(9), Wd.full()[0]))\n",
+    "\n",
+    "w_lags=1\n",
+    "    \n",
+    "o_yend, o_q = set_endog(y, X, Wo, None, None, w_lags, True)\n",
+    "d_yend, d_q = set_endog(y, X, Wd, None, None, w_lags, True)\n",
+    "w_yend, w_q = set_endog(y, X, Ww, None, None, w_lags, True)\n",
+    "\n",
+    "w = Ww.sparse\n",
+    "yend = w_yend\n",
+    "q = w_q\n",
+    "\n",
+    "model = TSLS.BaseTSLS(y=y, x=X, yend=yend, q=q)\n",
+    "model.betas"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 151,
+   "metadata": {
+    "collapsed": false,
+    "scrolled": true
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "array([[  5.38733321e+04],\n",
+       "       [ -1.33117926e+01],\n",
+       "       [ -7.14188368e+00],\n",
+       "       [  3.55723696e+02],\n",
+       "       [  7.88125684e+00],\n",
+       "       [  1.20094221e+01],\n",
+       "       [  6.54489799e+01]])"
+      ]
+     },
+     "execution_count": 151,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "#Base TSLS with O-W, D-Wm and OD-W\n",
+    "\n",
+    "w = (Wo.sparse, Wd.sparse, Ww.sparse)\n",
+    "yend = np.hstack([o_yend, d_yend, w_yend])\n",
+    "q = np.hstack([o_q, d_q, w_q])\n",
+    "\n",
+    "model = TSLS.BaseTSLS(y=f, x=X, yend=yend, q=q)\n",
+    "model.betas"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": []
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": []
+  }
+ ],
+ "metadata": {
+  "anaconda-cloud": {},
+  "kernelspec": {
+   "display_name": "Python [Root]",
+   "language": "python",
+   "name": "Python [Root]"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 2
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython2",
+   "version": "2.7.12"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}
diff --git a/pysal/contrib/spint/notebooks/NYC_Bike_Example.ipynb b/pysal/contrib/spint/notebooks/NYC_Bike_Example.ipynb
new file mode 100644
index 0000000..58606a7
--- /dev/null
+++ b/pysal/contrib/spint/notebooks/NYC_Bike_Example.ipynb
@@ -0,0 +1,661 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 12,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "Populating the interactive namespace from numpy and matplotlib\n"
+     ]
+    },
+    {
+     "name": "stderr",
+     "output_type": "stream",
+     "text": [
+      "WARNING: pylab import has clobbered these variables: ['plt', 'Polygon']\n",
+      "`%matplotlib` prevents importing * from pylab and numpy\n"
+     ]
+    }
+   ],
+   "source": [
+    "import os\n",
+    "os.chdir('../')\n",
+    "from gravity import Gravity, Production, Attraction, Doubly\n",
+    "os.chdir('/Users/toshan/dev/pysal/pysal/contrib/spint')\n",
+    "import entropy as grav\n",
+    "import numpy as np\n",
+    "import scipy.stats as stats\n",
+    "import pandas as pd\n",
+    "import seaborn as sns\n",
+    "import geopandas as gp\n",
+    "os.chdir('/Users/toshan/Dropbox/Data/NYC_BIKES')\n",
+    "import matplotlib.pylab as plt\n",
+    "%pylab inline\n",
+    "from descartes import PolygonPatch\n",
+    "import matplotlib as mpl\n",
+    "from mpl_toolkits.basemap import Basemap\n",
+    "import pyproj as pj\n",
+    "from shapely.geometry import Polygon, Point\n",
+    "\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 14,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "14042  OD pairs between census tracts after filtering out intrazonal flows\n"
+     ]
+    },
+    {
+     "data": {
+      "text/html": [
+       "<div style=\"max-height:1000px;max-width:1500px;overflow:auto;\">\n",
+       "<table border=\"1\" class=\"dataframe\">\n",
+       "  <thead>\n",
+       "    <tr style=\"text-align: right;\">\n",
+       "      <th></th>\n",
+       "      <th>Unnamed: 0</th>\n",
+       "      <th>count</th>\n",
+       "      <th>d_cap</th>\n",
+       "      <th>d_tract</th>\n",
+       "      <th>distance</th>\n",
+       "      <th>end station latitude</th>\n",
+       "      <th>end station longitude</th>\n",
+       "      <th>o_cap</th>\n",
+       "      <th>o_tract</th>\n",
+       "      <th>tripduration</th>\n",
+       "      <th>...</th>\n",
+       "      <th>d_sq_foot</th>\n",
+       "      <th>diffs_out</th>\n",
+       "      <th>start</th>\n",
+       "      <th>end</th>\n",
+       "      <th>weighted</th>\n",
+       "      <th>total_out</th>\n",
+       "      <th>total_in</th>\n",
+       "      <th>o_hub</th>\n",
+       "      <th>d_hub</th>\n",
+       "      <th>od_hub</th>\n",
+       "    </tr>\n",
+       "  </thead>\n",
+       "  <tbody>\n",
+       "    <tr>\n",
+       "      <th>0</th>\n",
+       "      <td> 0</td>\n",
+       "      <td> 5709</td>\n",
+       "      <td> 255</td>\n",
+       "      <td> 600</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td> 40.712899</td>\n",
+       "      <td>-73.989865</td>\n",
+       "      <td> 162</td>\n",
+       "      <td>  202</td>\n",
+       "      <td> 474.173605</td>\n",
+       "      <td>...</td>\n",
+       "      <td> 59149181.752643</td>\n",
+       "      <td> 28553756</td>\n",
+       "      <td>  202</td>\n",
+       "      <td> 600</td>\n",
+       "      <td> 0</td>\n",
+       "      <td>  56352</td>\n",
+       "      <td> 69165</td>\n",
+       "      <td> hub</td>\n",
+       "      <td> hub</td>\n",
+       "      <td>     hub</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>1</th>\n",
+       "      <td> 1</td>\n",
+       "      <td> 4010</td>\n",
+       "      <td> 595</td>\n",
+       "      <td> 600</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td> 40.712899</td>\n",
+       "      <td>-73.989865</td>\n",
+       "      <td> 774</td>\n",
+       "      <td>  700</td>\n",
+       "      <td> 765.920864</td>\n",
+       "      <td>...</td>\n",
+       "      <td> 59149181.752643</td>\n",
+       "      <td> 28553756</td>\n",
+       "      <td>  700</td>\n",
+       "      <td> 600</td>\n",
+       "      <td> 0</td>\n",
+       "      <td> 160040</td>\n",
+       "      <td> 69165</td>\n",
+       "      <td> hub</td>\n",
+       "      <td> hub</td>\n",
+       "      <td>     hub</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>2</th>\n",
+       "      <td> 2</td>\n",
+       "      <td> 1906</td>\n",
+       "      <td> 170</td>\n",
+       "      <td> 600</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td> 40.712899</td>\n",
+       "      <td>-73.989865</td>\n",
+       "      <td> 141</td>\n",
+       "      <td>  800</td>\n",
+       "      <td> 395.842085</td>\n",
+       "      <td>...</td>\n",
+       "      <td> 59149181.752643</td>\n",
+       "      <td> 28553756</td>\n",
+       "      <td>  800</td>\n",
+       "      <td> 600</td>\n",
+       "      <td> 0</td>\n",
+       "      <td>  34254</td>\n",
+       "      <td> 69165</td>\n",
+       "      <td> hub</td>\n",
+       "      <td> hub</td>\n",
+       "      <td> non_hub</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>3</th>\n",
+       "      <td> 3</td>\n",
+       "      <td> 1192</td>\n",
+       "      <td> 255</td>\n",
+       "      <td> 600</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td> 40.712899</td>\n",
+       "      <td>-73.989865</td>\n",
+       "      <td> 291</td>\n",
+       "      <td>  900</td>\n",
+       "      <td> 882.062412</td>\n",
+       "      <td>...</td>\n",
+       "      <td> 59149181.752643</td>\n",
+       "      <td> 28553756</td>\n",
+       "      <td>  900</td>\n",
+       "      <td> 600</td>\n",
+       "      <td> 0</td>\n",
+       "      <td>  46446</td>\n",
+       "      <td> 69165</td>\n",
+       "      <td> hub</td>\n",
+       "      <td> hub</td>\n",
+       "      <td> non_hub</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>4</th>\n",
+       "      <td> 4</td>\n",
+       "      <td>  484</td>\n",
+       "      <td>  85</td>\n",
+       "      <td> 600</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td> 40.712899</td>\n",
+       "      <td>-73.989865</td>\n",
+       "      <td>  57</td>\n",
+       "      <td> 1002</td>\n",
+       "      <td> 767.284951</td>\n",
+       "      <td>...</td>\n",
+       "      <td> 59149181.752643</td>\n",
+       "      <td> 28553756</td>\n",
+       "      <td> 1002</td>\n",
+       "      <td> 600</td>\n",
+       "      <td> 0</td>\n",
+       "      <td>  15916</td>\n",
+       "      <td> 69165</td>\n",
+       "      <td> hub</td>\n",
+       "      <td> hub</td>\n",
+       "      <td> non_hub</td>\n",
+       "    </tr>\n",
+       "  </tbody>\n",
+       "</table>\n",
+       "<p>5 rows × 27 columns</p>\n",
+       "</div>"
+      ],
+      "text/plain": [
+       "   Unnamed: 0  count  d_cap  d_tract  distance  end station latitude  \\\n",
+       "0           0   5709    255      600       NaN             40.712899   \n",
+       "1           1   4010    595      600       NaN             40.712899   \n",
+       "2           2   1906    170      600       NaN             40.712899   \n",
+       "3           3   1192    255      600       NaN             40.712899   \n",
+       "4           4    484     85      600       NaN             40.712899   \n",
+       "\n",
+       "   end station longitude  o_cap  o_tract  tripduration   ...     \\\n",
+       "0             -73.989865    162      202    474.173605   ...      \n",
+       "1             -73.989865    774      700    765.920864   ...      \n",
+       "2             -73.989865    141      800    395.842085   ...      \n",
+       "3             -73.989865    291      900    882.062412   ...      \n",
+       "4             -73.989865     57     1002    767.284951   ...      \n",
+       "\n",
+       "         d_sq_foot  diffs_out  start  end  weighted  total_out  total_in  \\\n",
+       "0  59149181.752643   28553756    202  600         0      56352     69165   \n",
+       "1  59149181.752643   28553756    700  600         0     160040     69165   \n",
+       "2  59149181.752643   28553756    800  600         0      34254     69165   \n",
+       "3  59149181.752643   28553756    900  600         0      46446     69165   \n",
+       "4  59149181.752643   28553756   1002  600         0      15916     69165   \n",
+       "\n",
+       "   o_hub  d_hub   od_hub  \n",
+       "0    hub    hub      hub  \n",
+       "1    hub    hub      hub  \n",
+       "2    hub    hub  non_hub  \n",
+       "3    hub    hub  non_hub  \n",
+       "4    hub    hub  non_hub  \n",
+       "\n",
+       "[5 rows x 27 columns]"
+      ]
+     },
+     "execution_count": 14,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "ct = pd.read_csv('CT_BIKE_DATA.csv')\n",
+    "ct = ct[ct['o_tract'] != ct['d_tract']]\n",
+    "\n",
+    "ct.ix[ct.o_sq_foot == 0, 'o_sq_foot'] = 1\n",
+    "ct.ix[ct.d_sq_foot == 0, 'd_sq_foot'] = 1\n",
+    "ct.ix[ct.o_cap == 0, 'o_cap'] = 1\n",
+    "ct.ix[ct.d_cap == 0, 'd_cap'] = 1\n",
+    "ct.ix[ct.o_housing == 0, 'o_housing'] = 1\n",
+    "ct.ix[ct.d_housing == 0, 'd_housing'] = 1\n",
+    "\n",
+    "flows = ct['count'].values.reshape((-1,1))\n",
+    "o_vars = np.hstack([ct['o_sq_foot'].values.reshape((-1,1)), ct['o_housing'].values.reshape((-1,1)), ct['o_cap'].values.reshape((-1,1))])\n",
+    "d_vars = np.hstack([ct['d_sq_foot'].values.reshape((-1,1)), ct['d_housing'].values.reshape((-1,1)), ct['d_cap'].values.reshape((-1,1))])\n",
+    "cost = ct['tripduration'].values.reshape((-1,1))\n",
+    "o = ct['o_tract'].astype(str).values.reshape((-1,1))\n",
+    "d = ct['d_tract'].astype(str).values.reshape((-1,1))\n",
+    "print len(ct), ' OD pairs between census tracts after filtering out intrazonal flows'\n",
+    "ct.head()\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 15,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "[ 0.09898099  0.05748786  0.50319944  0.06920194  0.06408526  0.39371417\n",
+      " -0.00226671]\n",
+      "3289243.68953\n"
+     ]
+    }
+   ],
+   "source": [
+    "os.chdir('/Users/toshan/dev/pysal/pysal/contrib/spint')\n",
+    "from gravity import Gravity, Production, Attraction, Doubly\n",
+    "\n",
+    "model = Gravity(flows, o_vars, d_vars, cost, 'exp')\n",
+    "print model.params\n",
+    "print model.deviance"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 16,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "[ 0.00437122  0.06794379  0.85720958 -0.00227555]\n",
+      "2383227.55076\n"
+     ]
+    }
+   ],
+   "source": [
+    "model = Production(flows, o, d_vars, cost, 'exp')\n",
+    "print model.params[-4:]\n",
+    "print model.deviance"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 18,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "-0.00232112445583\n",
+      "1444734.46276\n"
+     ]
+    }
+   ],
+   "source": [
+    "model = Doubly(flows, o, d, cost, 'exp')\n",
+    "print model.params[-1]\n",
+    "print model.deviance"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 68,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "model = Production(flows, o, d_vars, cost, 'exp')\n",
+    "local = model.local()"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 70,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "[-0.0017795992298777902,\n",
+       " -0.0026156676327248746,\n",
+       " -0.0022363993586345388,\n",
+       " -0.00194947666943137,\n",
+       " -0.0017071540350527339,\n",
+       " -0.0019515685319320963,\n",
+       " -0.0016810426792857047,\n",
+       " -0.0017657944972518311,\n",
+       " -0.0020341925723913884,\n",
+       " -0.0015759200833807205]"
+      ]
+     },
+     "execution_count": 70,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "local['param4'][:10]"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 81,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "array([ -4.95948156e-04,   3.40120247e-04,  -3.91480275e-05,\n",
+       "        -3.26070717e-04,  -5.68393351e-04,  -3.23978854e-04,\n",
+       "        -5.94504707e-04,  -5.09752889e-04,  -2.41354814e-04,\n",
+       "        -6.99627303e-04,  -6.06703481e-04,  -2.87165103e-04,\n",
+       "        -2.06833527e-04,  -7.12588916e-04,   5.04928141e-06,\n",
+       "         5.34234751e-04,  -1.23411275e-04,  -1.59568001e-04,\n",
+       "        -2.96358867e-04,  -8.13853592e-04,  -5.58786311e-04,\n",
+       "        -1.53686724e-04,   1.52269287e-04,  -5.62449153e-04,\n",
+       "        -4.99537030e-04,  -1.98040148e-04,   9.82797486e-04,\n",
+       "        -8.67929860e-04,  -5.27493938e-04,  -9.24817442e-04,\n",
+       "        -2.45312465e-04,  -1.16812380e-04,  -1.02053526e-03,\n",
+       "         1.67786401e-04,   3.41493881e-04,   4.59007938e-04,\n",
+       "         8.02955033e-04,   2.43489411e-04,   1.10776816e-03,\n",
+       "         8.55636181e-04,  -1.29914342e-04,   5.03848977e-04,\n",
+       "         8.70868120e-04,   5.28052058e-04,   1.09964551e-03,\n",
+       "         2.88481182e-04,   3.95290078e-04,   7.13678425e-04,\n",
+       "         6.20446122e-05,  -1.46495796e-04,  -2.73198728e-04,\n",
+       "         9.14219582e-04,   3.19989141e-04,   3.02280808e-04,\n",
+       "         4.41425231e-04,   4.36411583e-04,   3.47806100e-05,\n",
+       "         3.49817242e-04,   2.02926954e-04,   1.61125584e-04,\n",
+       "        -1.37626107e-04,   3.14375309e-04,   2.71524960e-04,\n",
+       "         2.57004947e-04,   5.06773514e-05,   1.41876242e-04,\n",
+       "        -9.54660826e-05,   7.85559253e-05,   1.04857127e-04,\n",
+       "        -1.22876232e-04,  -3.72755027e-05,   2.21322945e-04,\n",
+       "         5.30628729e-04,   2.60089456e-05,   3.44939369e-04,\n",
+       "        -2.03039191e-04,   8.70161481e-04,   5.93617124e-04,\n",
+       "         2.20113262e-05,   2.28752154e-04,   1.70450009e-05,\n",
+       "         4.31890011e-04,  -1.63104457e-04,   5.46943635e-04,\n",
+       "        -1.79543169e-04,   4.17203373e-04,  -8.31555539e-05,\n",
+       "         4.56660548e-04,  -4.73247746e-04,   1.91977621e-04,\n",
+       "         6.35081811e-04,   1.23280773e-04,   4.13098476e-04,\n",
+       "         6.17848610e-05,   5.71604649e-05,   4.84527935e-04,\n",
+       "        -3.04029156e-04,   2.82207361e-04,   4.09784527e-04,\n",
+       "        -4.02865802e-04,   3.82267728e-04,  -5.74829501e-04,\n",
+       "         4.00848442e-04,  -5.56075560e-05,  -8.41775681e-04,\n",
+       "         3.21238255e-04,  -3.94157736e-04,   5.70250598e-04,\n",
+       "        -6.58632949e-04,  -3.50101571e-04,   3.52107030e-04,\n",
+       "        -3.79342620e-04,   4.12304788e-04,  -8.41623629e-04,\n",
+       "         2.55518204e-04,  -2.47800511e-04,   4.01094216e-04,\n",
+       "        -3.52907394e-04,   4.74670899e-05])"
+      ]
+     },
+     "execution_count": 81,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "model.params[-1:] - local['param4']"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 60,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "crs = {'datum':'WGS84', 'proj':'longlat'}\n",
+    "tracts = gp.read_file('/Users/toshan/Dropbox/Data/NYC_BIKES/nyct2010_15a/nyct2010.shp')\n",
+    "tracts = tracts.to_crs(crs=crs)\n",
+    "man_tracts = tracts[tracts['BoroCode'] == '1'].copy()\n",
+    "man_tracts['CT2010S'] = man_tracts['CT2010'].astype(int).astype(str)\n",
+    "mt = set(man_tracts.CT2010S.unique())\n",
+    "lt = set(np.unique(o))\n",
+    "nt = list(mt.difference(lt))\n",
+    "no_tracts = pd.DataFrame({'no_tract':nt})\n",
+    "no_tracts = man_tracts[man_tracts.CT2010S.isin(nt)].copy()\n",
+    "local_vals = pd.DataFrame({'betas': local['param4'], 'tract':np.unique(o)})\n",
+    "local_vals = pd.merge(local_vals, man_tracts[['CT2010S', 'geometry']], left_on='tract', right_on='CT2010S')\n",
+    "local_vals = gp.GeoDataFrame(local_vals)\n",
+    "\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 61,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "(40.7, 40.78)"
+      ]
+     },
+     "execution_count": 61,
+     "metadata": {},
+     "output_type": "execute_result"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAoIAAALVCAYAAABUe4BaAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzsnXdYVFf6xz9DF1BBFBUbiIwdG6Ig3RpjitHYe9eU3+5m\nN22zm57NJptNNib2bmI0tsRYE6UoSBULKjAIKmJBQJAyjDBcfn+MjKAgDNyZAb2f58mTh3PvPfed\n45m53/ue874vSEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhI\nSEhISEhISEhISEhISEhISEhISEhINEFkxjZAV+Ry+RvAl0BrhUJxp5rjY4BvAFNgnUKh+Pf99u1A\n9/un2QF5CoViQC33OgwMAcIVCsVz4n0KCQkJCQkJCQnjY2JsA6pDLpcHyOXyjdW0dwJGAldruM4U\n+A4Y [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x116b20510>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "plt.figure(figsize=(12,12))\n",
+    "local_vals['inv_betas'] = (local_vals['betas']*-1)\n",
+    "no_tracts['test'] = 0\n",
+    "no_tracts.plot('test', colormap='copper')\n",
+    "local_vals.plot('inv_betas', colormap='Blues')\n",
+    "plt.xlim(-74.02, -73.95)\n",
+    "plt.ylim(40.7, 40.78)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 62,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "(40.7, 40.78)"
+      ]
+     },
+     "execution_count": 62,
+     "metadata": {},
+     "output_type": "execute_result"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAoIAAALVCAYAAABUe4BaAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzsnXdYVGf6v++hVwERVGwgMnZURAQEKXZjYiyxxd6ipu7u\nb3eTrUm25Ztt2RS7RmNiNLHFWBOlKEgVEZUyCCgqioD0oQ2H3x8DIyidKaDnvq5cuXjnnPc883pm\nzmee9ykgIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIi\nIiIiIiIiIiIiIiIiIiIiIiLSBZHo2oC2IpVKfwX8E+ghk8keNfL6dOATQB/YKZPJ/q92/AAwuPYw\na6BAJpONaeFaZ4DxQJhMJntRfe9CRERERERERET36OnagMaQSqX+Uqn0y0bG+wFTgNtNnKcPfA5M\nB4YB [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x1121213d0>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "plt.figure(figsize=(12,12))\n",
+    "local_vals['cap'] = local['param3']\n",
+    "no_tracts['test'] = 0\n",
+    "no_tracts.plot('test', colormap='copper')\n",
+    "local_vals.plot('cap', colormap='Reds')\n",
+    "plt.legend()\n",
+    "plt.xlim(-74.02, -73.95)\n",
+    "plt.ylim(40.7, 40.78)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 63,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "(40.7, 40.78)"
+      ]
+     },
+     "execution_count": 63,
+     "metadata": {},
+     "output_type": "execute_result"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAoIAAALVCAYAAABUe4BaAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzsnXdYVGfah++hS1EQQQULiI69ITak2xMTYzS22FvUJO5m\nd7+03Y0xyWazm2yySWzYNYmrsSXWaFRAUEBQEURh7IBYAOnDMAyH74+REZQ2MAX03NeVKxfvnPOe\nZ14PnN953qeAiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiI\niIiIiIiIiIiIiIiIiIiIiIiIiIhIE0RibAO0RSqV/hn4Emglk8keVvH5GOC/gCmwQSaT/evR+A6g\n66PD7IEcmUzWv5Zr/QYMBiJkMtlLuvsWIiIiIiIiIiLGx8TYBlSFVCoNkEqlm6sYbw+MBG5Xc54p\nsBIY [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x1126b2c10>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "plt.figure(figsize=(12,12))\n",
+    "local_vals['house'] = local['param2']\n",
+    "no_tracts['test'] = 0\n",
+    "no_tracts.plot('test', colormap='copper')\n",
+    "local_vals.plot('house', colormap='Reds')\n",
+    "plt.legend()\n",
+    "plt.xlim(-74.02, -73.95)\n",
+    "plt.ylim(40.7, 40.78)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 64,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "(40.7, 40.78)"
+      ]
+     },
+     "execution_count": 64,
+     "metadata": {},
+     "output_type": "execute_result"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAoIAAALVCAYAAABUe4BaAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzsnXdYVGfah+8ZqhQBEVRsIDL2jg3p9phmYu+9JZrdzW7K\nbvbbZLMt2WSzKfYaTUxMNG6MRk2UoiBFbCgKgxUQRXobh2E4fH+MjKCgDJyZAT33de21l++c855n\n3hzm/M7zPgUkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQk\nJCQkJCQkJCQkJCQkJCQkJCQkJCSaITJzG2AoCoXideDfQGulUplXy+fjgP8CFsAmpVL5wb3xb4Fu\n9w5zBgqUSuWAx1zrEDAUiFIqlc+J9y0kJCQkJCQkJMyP3NwG1IZCoQhWKBRbaxnvCIwGbtRxngXw\nBTAO [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x11260eb10>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "plt.figure(figsize=(12,12))\n",
+    "local_vals['foot'] = local['param1']\n",
+    "no_tracts['test'] = 0\n",
+    "no_tracts.plot('test', colormap='copper')\n",
+    "local_vals.plot('foot', colormap='Reds')\n",
+    "plt.legend()\n",
+    "plt.xlim(-74.02, -73.95)\n",
+    "plt.ylim(40.7, 40.78)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": []
+  }
+ ],
+ "metadata": {
+  "kernelspec": {
+   "display_name": "Python [Root]",
+   "language": "python",
+   "name": "Python [Root]"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 2
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython2",
+   "version": "2.7.12"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}
diff --git a/pysal/contrib/spint/notebooks/New_DistanceBand.ipynb b/pysal/contrib/spint/notebooks/New_DistanceBand.ipynb
new file mode 100644
index 0000000..bffe39b
--- /dev/null
+++ b/pysal/contrib/spint/notebooks/New_DistanceBand.ipynb
@@ -0,0 +1,326 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 1,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "import numpy as np\n",
+    "from scipy.spatial import distance\n",
+    "import scipy.spatial as spatial\n",
+    "from pysal.weights import W\n",
+    "from pysal.weights.util import isKDTree\n",
+    "from pysal.weights import Distance as Distance\n",
+    "from pysal.weights import WSP, WSP2W\n",
+    "from scipy.spatial import distance_matrix\n",
+    "import scipy.sparse as sp\n",
+    "from pysal.common import KDTree"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 2,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "class DistanceBand(W):\n",
+    "    \"\"\"\n",
+    "    Spatial weights based on distance band.\n",
+    "\n",
+    "    Parameters\n",
+    "    ----------\n",
+    "\n",
+    "    data        : array\n",
+    "                  (n,k) or KDTree where KDtree.data is array (n,k)\n",
+    "                  n observations on k characteristics used to measure\n",
+    "                  distances between the n objects\n",
+    "    threshold  : float\n",
+    "                 distance band\n",
+    "    p          : float\n",
+    "                 Minkowski p-norm distance metric parameter:\n",
+    "                 1<=p<=infinity\n",
+    "                 2: Euclidean distance\n",
+    "                 1: Manhattan distance\n",
+    "    binary     : boolean\n",
+    "                 If true w_{ij}=1 if d_{i,j}<=threshold, otherwise w_{i,j}=0\n",
+    "                 If false wij=dij^{alpha}\n",
+    "    alpha      : float\n",
+    "                 distance decay parameter for weight (default -1.0)\n",
+    "                 if alpha is positive the weights will not decline with\n",
+    "                 distance. If binary is True, alpha is ignored\n",
+    "\n",
+    "    ids         : list\n",
+    "                  values to use for keys of the neighbors and weights dicts\n",
+    "\n",
+    "    Attributes\n",
+    "    ----------\n",
+    "    weights : dict\n",
+    "              of neighbor weights keyed by observation id\n",
+    "\n",
+    "    neighbors : dict\n",
+    "                of neighbors keyed by observation id\n",
+    "\n",
+    "\n",
+    "\n",
+    "    \"\"\"\n",
+    "\n",
+    "    def __init__(self, data, threshold, p=2, alpha=-1.0, binary=True, ids=None, build_sp=True):\n",
+    "        \"\"\"Casting to floats is a work around for a bug in scipy.spatial.\n",
+    "        See detail in pysal issue #126.\n",
+    "\n",
+    "        \"\"\"\n",
+    "        self.p = p\n",
+    "        self.threshold = threshold\n",
+    "        self.binary = binary\n",
+    "        self.alpha = alpha\n",
+    "        self.build_sp = build_sp\n",
+    "        \n",
+    "        if isKDTree(data):\n",
+    "            self.kd = data\n",
+    "            self.data = self.kd.data\n",
+    "        else:\n",
+    "            if self.build_sp:\n",
+    "                try:\n",
+    "                    data = np.asarray(data)\n",
+    "                    if data.dtype.kind != 'f':\n",
+    "                        data = data.astype(float)\n",
+    "                        self.data = data\n",
+    "                        self.kd = KDTree(self.data)\n",
+    "                except:\n",
+    "                    raise ValueError(\"Could not make array from data\")        \n",
+    "            else:\n",
+    "                self.data = data\n",
+    "                self.kd = None       \n",
+    "               \n",
+    "\n",
+    "        self._band()\n",
+    "        neighbors, weights = self._distance_to_W(ids)\n",
+    "        W.__init__(self, neighbors, weights, ids)\n",
+    "\n",
+    "    def _band(self):\n",
+    "        \"\"\"Find all pairs within threshold.\n",
+    "\n",
+    "        \"\"\"\n",
+    "        if self.build_sp:    \n",
+    "            self.dmat = self.kd.sparse_distance_matrix(\n",
+    "                    self.kd, max_distance=self.threshold)\n",
+    "        else:\n",
+    "            self.dmat = self._spdistance_matrix(self.data, self.data, self.threshold)\n",
+    "    \n",
+    "    def _distance_to_W(self, ids=None):\n",
+    "        if self.binary:\n",
+    "            self.dmat[self.dmat>0] = 1\n",
+    "            tempW = WSP2W(WSP(self.dmat))\n",
+    "            return tempW.neighbors, tempW.weights\n",
+    "\n",
+    "        else:\n",
+    "            weighted = self.dmat.power(self.alpha)\n",
+    "            weighted[weighted==np.inf] = 0\n",
+    "            tempW = WSP2W(WSP(weighted))\n",
+    "            return tempW.neighbors, tempW.weights\n",
+    "          \n",
+    "    def _spdistance_matrix(self, x,y, threshold=None):\n",
+    "        dist = distance_matrix(x,y)\n",
+    "        if threshold is not None:\n",
+    "            zeros = dist > threshold\n",
+    "            dist[zeros] = 0\n",
+    "        return sp.csr_matrix(dist)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 21,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "x = np.random.randint(0, 1000, 1000)\n",
+    "y = np.random.randint(0, 1000, 1000)\n",
+    "w = np.random.randint(0, 1000, 1000)\n",
+    "z = np.random.randint(0, 1000, 1000)\n",
+    "\n",
+    "data = zip(x.ravel(), y.ravel(), w.ravel(), z.ravel())\n",
+    "tree = KDTree(data)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 22,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "#print np.allclose(Distance.DistanceBand(tree, threshold=500, alpha=-1.5, binary=True).full()[0], DistanceBand(tree, threshold=500, alpha=-1.5, binary=True).full()[0])\n",
+    "#print np.allclose(Distance.DistanceBand(tree, threshold=500, alpha=-1.5, binary=False).full()[0], DistanceBand(tree, threshold=500, alpha=-1.5, binary=False).full()[0])"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 23,
+   "metadata": {
+    "collapsed": false,
+    "scrolled": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "CPU times: user 1.42 s, sys: 17.9 ms, total: 1.44 s\n",
+      "Wall time: 1.44 s\n",
+      "CPU times: user 366 ms, sys: 11.3 ms, total: 377 ms\n",
+      "Wall time: 376 ms\n"
+     ]
+    },
+    {
+     "data": {
+      "text/plain": [
+       "<__main__.DistanceBand at 0x10c0aedd0>"
+      ]
+     },
+     "execution_count": 23,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "%time Distance.DistanceBand(tree, threshold=500, alpha=-1.5, binary=True)\n",
+    "%time DistanceBand(tree, threshold=500, alpha=-1.5, binary=True, build_sp=True)\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 24,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "CPU times: user 1.37 s, sys: 21.7 ms, total: 1.39 s\n",
+      "Wall time: 1.4 s\n",
+      "CPU times: user 69.9 ms, sys: 4.84 ms, total: 74.7 ms\n",
+      "Wall time: 74.7 ms\n"
+     ]
+    },
+    {
+     "data": {
+      "text/plain": [
+       "<__main__.DistanceBand at 0x117d18c90>"
+      ]
+     },
+     "execution_count": 24,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "%time Distance.DistanceBand(tree, threshold=500, alpha=-1.5, binary=True)\n",
+    "%time DistanceBand(tree, threshold=500, alpha=-1.5, binary=True, build_sp=False)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 25,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "CPU times: user 1.28 s, sys: 44 ms, total: 1.32 s\n",
+      "Wall time: 1.3 s\n",
+      "CPU times: user 199 ms, sys: 10.9 ms, total: 210 ms\n",
+      "Wall time: 210 ms\n"
+     ]
+    },
+    {
+     "data": {
+      "text/plain": [
+       "<__main__.DistanceBand at 0x117d18a10>"
+      ]
+     },
+     "execution_count": 25,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "%time Distance.DistanceBand(tree, threshold=500, alpha=-1.5, binary=False)\n",
+    "%time DistanceBand(tree, threshold=500, alpha=-1.5, binary=False, build_sp=True)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 26,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "CPU times: user 1.5 s, sys: 46.3 ms, total: 1.54 s\n",
+      "Wall time: 1.53 s\n",
+      "CPU times: user 67.1 ms, sys: 5.1 ms, total: 72.2 ms\n",
+      "Wall time: 72.2 ms\n"
+     ]
+    },
+    {
+     "data": {
+      "text/plain": [
+       "<__main__.DistanceBand at 0x117d18e90>"
+      ]
+     },
+     "execution_count": 26,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "%time Distance.DistanceBand(tree, threshold=500, alpha=-1.5, binary=False)\n",
+    "%time DistanceBand(tree, threshold=500, alpha=-1.5, binary=False, build_sp=False)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": []
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": []
+  }
+ ],
+ "metadata": {
+  "anaconda-cloud": {},
+  "kernelspec": {
+   "display_name": "Python [Root]",
+   "language": "python",
+   "name": "Python [Root]"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}
diff --git a/pysal/contrib/spint/notebooks/ODW_example.ipynb b/pysal/contrib/spint/notebooks/ODW_example.ipynb
new file mode 100644
index 0000000..2f05d87
--- /dev/null
+++ b/pysal/contrib/spint/notebooks/ODW_example.ipynb
@@ -0,0 +1,288 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 4,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "import sys\n",
+    "sys.path.append('/Users/toshan/dev/pysal/pysal/weights')\n",
+    "from spintW import ODW\n",
+    "import pysal as ps"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "# With an equal number of origins and destinations (n=16)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 33,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "origins = ps.weights.lat2W(4,4)\n",
+    "dests = ps.weights.lat2W(4,4)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 34,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "16"
+      ]
+     },
+     "execution_count": 34,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "origins.n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 35,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "16"
+      ]
+     },
+     "execution_count": 35,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "dests.n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 36,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "ODw = ODW(origins, dests)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 37,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "256 256\n"
+     ]
+    }
+   ],
+   "source": [
+    "print ODw.n, 16*16"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 38,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "(256, 256)"
+      ]
+     },
+     "execution_count": 38,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "ODw.full()[0].shape"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    " # With non-equal number of origins (n=9) and destinations (m=25)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 39,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "origins = ps.weights.lat2W(3,3)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 40,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "dests = ps.weights.lat2W(5,5)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 41,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "9"
+      ]
+     },
+     "execution_count": 41,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "origins.n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 42,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "25"
+      ]
+     },
+     "execution_count": 42,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "dests.n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 43,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "ODw = ODW(origins, dests)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 44,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "225 225\n"
+     ]
+    }
+   ],
+   "source": [
+    "print ODw.n, 9*25"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 45,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "(225, 225)"
+      ]
+     },
+     "execution_count": 45,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "ODw.full()[0].shape"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": []
+  }
+ ],
+ "metadata": {
+  "kernelspec": {
+   "display_name": "Python [Root]",
+   "language": "python",
+   "name": "Python [Root]"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 2
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython2",
+   "version": "2.7.12"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}
diff --git a/pysal/contrib/spint/notebooks/OD_weights.ipynb b/pysal/contrib/spint/notebooks/OD_weights.ipynb
new file mode 100644
index 0000000..c0c7b14
--- /dev/null
+++ b/pysal/contrib/spint/notebooks/OD_weights.ipynb
@@ -0,0 +1,254 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 1,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "import pysal as ps\n",
+    "from pysal import weights as w\n",
+    "import numpy as np\n",
+    "import scipy.sparse as sp"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 2,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "\n",
+    "def OD(Wo, Wd):\n",
+    "    Wo = Wo.sparse\n",
+    "    Wd = Wd.sparse\n",
+    "    Ww = sp.kron(Wo, Wd)\n",
+    "    return w.WSP2W(w.WSP(Ww))"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 7,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "(256, 256)\n"
+     ]
+    }
+   ],
+   "source": [
+    "origins = ps.weights.lat2W(4,4)\n",
+    "dests = ps.weights.lat2W(4,4)\n",
+    "Ww = OD(origins, dests)\n",
+    "Ww.transform = 'r'\n",
+    "print Ww.full()[0].shape"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 4,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "[[ 0]\n",
+      " [38]\n",
+      " [36]\n",
+      " [86]\n",
+      " [30]\n",
+      " [ 0]\n",
+      " [69]\n",
+      " [19]\n",
+      " [84]\n",
+      " [43]\n",
+      " [ 0]\n",
+      " [80]\n",
+      " [58]\n",
+      " [ 3]\n",
+      " [35]\n",
+      " [ 0]]\n",
+      "[[ 28.  ]\n",
+      " [ 53.25]\n",
+      " [ 53.25]\n",
+      " [ 28.  ]\n",
+      " [ 28.  ]\n",
+      " [ 36.  ]\n",
+      " [ 36.  ]\n",
+      " [ 28.  ]\n",
+      " [ 28.  ]\n",
+      " [ 36.  ]\n",
+      " [ 36.  ]\n",
+      " [ 28.  ]\n",
+      " [ 28.  ]\n",
+      " [ 53.25]\n",
+      " [ 53.25]\n",
+      " [ 28.  ]]\n"
+     ]
+    }
+   ],
+   "source": [
+    "flows = np.random.randint(0,100, (4,4))\n",
+    "np.fill_diagonal(flows, 0)\n",
+    "flows = flows.reshape((16,1))\n",
+    "print flows\n",
+    "slag = ps.lag_spatial(Ww, flows)\n",
+    "print slag"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 5,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "{0: [1.0, 1.0], 1: [1.0, 1.0], 2: [1.0, 1.0], 3: [1.0, 1.0]}"
+      ]
+     },
+     "execution_count": 5,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "origins.weights"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 6,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "import os\n",
+    "os.chdir('/Users/toshan/dev/pysal/pysal/weights')\n",
+    "from spintW import ODW"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 16,
+   "metadata": {
+    "collapsed": false,
+    "scrolled": true
+   },
+   "outputs": [],
+   "source": [
+    "origins = ps.weights.lat2W(2,2)\n",
+    "dests = ps.weights.lat2W(2,2)\n",
+    "Ww = ODW(origins, dests)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 17,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "array([[ 0.  ,  0.  ,  0.  ,  0.  ,  0.  ,  0.25,  0.25,  0.  ,  0.  ,\n",
+       "         0.25,  0.25,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ],\n",
+       "       [ 0.  ,  0.  ,  0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.25,  0.25,\n",
+       "         0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.  ,  0.  ],\n",
+       "       [ 0.  ,  0.  ,  0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.25,  0.25,\n",
+       "         0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.  ,  0.  ],\n",
+       "       [ 0.  ,  0.  ,  0.  ,  0.  ,  0.  ,  0.25,  0.25,  0.  ,  0.  ,\n",
+       "         0.25,  0.25,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ],\n",
+       "       [ 0.  ,  0.25,  0.25,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ,\n",
+       "         0.  ,  0.  ,  0.  ,  0.  ,  0.25,  0.25,  0.  ],\n",
+       "       [ 0.25,  0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ,\n",
+       "         0.  ,  0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.25],\n",
+       "       [ 0.25,  0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ,\n",
+       "         0.  ,  0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.25],\n",
+       "       [ 0.  ,  0.25,  0.25,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ,\n",
+       "         0.  ,  0.  ,  0.  ,  0.  ,  0.25,  0.25,  0.  ],\n",
+       "       [ 0.  ,  0.25,  0.25,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ,\n",
+       "         0.  ,  0.  ,  0.  ,  0.  ,  0.25,  0.25,  0.  ],\n",
+       "       [ 0.25,  0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ,\n",
+       "         0.  ,  0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.25],\n",
+       "       [ 0.25,  0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ,\n",
+       "         0.  ,  0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.25],\n",
+       "       [ 0.  ,  0.25,  0.25,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ,\n",
+       "         0.  ,  0.  ,  0.  ,  0.  ,  0.25,  0.25,  0.  ],\n",
+       "       [ 0.  ,  0.  ,  0.  ,  0.  ,  0.  ,  0.25,  0.25,  0.  ,  0.  ,\n",
+       "         0.25,  0.25,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ],\n",
+       "       [ 0.  ,  0.  ,  0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.25,  0.25,\n",
+       "         0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.  ,  0.  ],\n",
+       "       [ 0.  ,  0.  ,  0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.25,  0.25,\n",
+       "         0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.  ,  0.  ],\n",
+       "       [ 0.  ,  0.  ,  0.  ,  0.  ,  0.  ,  0.25,  0.25,  0.  ,  0.  ,\n",
+       "         0.25,  0.25,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ]])"
+      ]
+     },
+     "execution_count": 17,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "Ww.full()[0]"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": []
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": []
+  }
+ ],
+ "metadata": {
+  "anaconda-cloud": {},
+  "kernelspec": {
+   "display_name": "Python [Root]",
+   "language": "python",
+   "name": "Python [Root]"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 2
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython2",
+   "version": "2.7.12"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}
diff --git a/pysal/contrib/spint/notebooks/Vec_SA_Test.ipynb b/pysal/contrib/spint/notebooks/Vec_SA_Test.ipynb
new file mode 100644
index 0000000..1ca91e2
--- /dev/null
+++ b/pysal/contrib/spint/notebooks/Vec_SA_Test.ipynb
@@ -0,0 +1,389 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 1,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "Populating the interactive namespace from numpy and matplotlib\n"
+     ]
+    }
+   ],
+   "source": [
+    "import os\n",
+    "os.chdir('../')\n",
+    "from vec_SA import VecMoran\n",
+    "import numpy as np\n",
+    "from pysal.weights.Distance import DistanceBand\n",
+    "import matplotlib.pyplot as plt\n",
+    "%pylab inline"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "# Demonstrating the vector-based Moran's I statistic for spatial autocorrelation and the associated proposed randomization techniques for generating psuedo p-values\n",
+    "\n",
+    "##### - Technique A: Randomly select one vector among the N observed vectors and assign its origin (destination) to the origin (destination) point of another observed vector. This is equivlanet to geometrically translating both the original origin and the original destination by the coordinates of the new origin (destination) point, which preserves the direction and magnitude of the original vector. Using this technique it is possible to generate new vectors that are outside the bou [...]
+    "##### - Technique B: For each vector among the N observed vectors, reassign its origin (destination) point to the destination (origin) from another  randomly selected vector from the N observed vectors. This does does not preserve distance or magnitude, though it does ensure that all new vectors remain within the bounding box of the of the original vectors"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "### Generate 1000 random datasets of 50 vectors, then calculate the vector Moran's I  from the destination perspective (VMD) and a psuedo p value  (based on 99 permutations) using randomization technique A and randomization technique B for each of the 1000 datasets. "
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 237,
+   "metadata": {
+    "collapsed": false,
+    "scrolled": false
+   },
+   "outputs": [],
+   "source": [
+    "dest_A_rand_I = []\n",
+    "dest_B_rand_I = []\n",
+    "dest_A_rand_p = []\n",
+    "dest_B_rand_p = []\n",
+    "for i in range(1000):\n",
+    "    phi = np.random.uniform(0,np.pi*2, 50).reshape((-1,1))\n",
+    "    num = np.arange(0,50).reshape((-1,1))\n",
+    "    OX = np.random.randint(0,500, 50).reshape((-1,1))\n",
+    "    OY = np.random.randint(0,500, 50).reshape((-1,1))\n",
+    "    DX = np.cos(phi)*(np.random.randint(0,500, 50)).reshape((-1,1))\n",
+    "    DY = np.sin(phi)*np.random.randint(0,500, 50).reshape((-1,1))\n",
+    "\n",
+    "    vecs = np.hstack([num, OX, OY, DX, DY])\n",
+    "    dests = vecs[:, 3:5]\n",
+    "    wd = DistanceBand(dests, threshold=9999, alpha=-1.5, binary=False)\n",
+    "\n",
+    "    vmd = VecMoran(vecs, wd, focus='destination', rand='A', permutations=999)\n",
+    "    dest_A_rand_I.append(vmd.I)\n",
+    "    dest_A_rand_p.append(vmd.p_z_sim)\n",
+    "    vmd = VecMoran(vecs, wd, focus='destination', rand='B', permutations=999)\n",
+    "    dest_B_rand_I.append(vmd.I)\n",
+    "    dest_B_rand_p.append(vmd.p_z_sim)\n",
+    "\n",
+    "\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 238,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAXoAAAEKCAYAAAAcgp5RAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzsnXeUFMUWh39LRhAeQUQkqiAgooCSniSRoIBEBUSUrIhE\nyUhQkqDkYIBVcpAgSUABFyQpgkTJOcM+WGDZZdnQ9/3Rc2uqp7sn7czOgvWdU4eZ7urq6l7mVtWt\nGwCFQqFQKBQKhUKhUCgUCoVCoVAoFAqFQqFQKBQKhUKhUCgUCoVCEQLaANgapLZ/AHATwB9Baj8l\nOQugZqg7oXi4SBPqDigCwlkAsQCipTI5lB1KQaoAeA1APgAVLc5XB6DB+G5aS+czAvgewG0AVwD0\nDGJfvYEc5UFkFoDhoe6Ewky6UHdAERAIQH0Av4W6IyGgEPSBLs5NnUsACticGwbgaQAFATwBIALA\nYQC/ [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x10d6dd490>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "X,Y,U,V = zip(*vecs[:,1:])\n",
+    "plt.subplot(111)\n",
+    "for x in range(0,len(vecs[:,1])):\n",
+    "    plt.arrow(X[x],  #x1\n",
+    "              Y[x],  # y1\n",
+    "              U[x]-X[x], # x2 - x1\n",
+    "              V[x]-Y[x], # y2 - y1\n",
+    "              fc=\"k\", ec=\"k\", head_width=0.05, head_length=0.1)\n",
+    "plt.xlim([-510,550])\n",
+    "plt.ylim([-510,550])\n",
+    "plt.title('Example of 50 random vectors')\n",
+    "plt.show()"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "### Generate 1000 random datasets of 50 vectors with constrained origins (to induce positive spatial autocorrrlation), then calculate the vector Moran's I  from the destination perspective (VMD) and a psuedo p value  (based on 99 permutations) using randomization technique A and randomization technique B for each of the 1000 datasets. "
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 239,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "\n",
+    "dest_A_cons_I = []\n",
+    "dest_B_cons_I = []\n",
+    "dest_A_cons_p = []\n",
+    "dest_B_cons_p = []\n",
+    "for i in range(1000):\n",
+    "    phi = np.random.uniform(0,np.pi*2, 50).reshape((-1,1))\n",
+    "    num = np.arange(0,50).reshape((-1,1))\n",
+    "    OX = np.random.randint(450,500, 50).reshape((-1,1))\n",
+    "    OY = np.random.randint(450,500, 50).reshape((-1,1))\n",
+    "    DX = np.cos(phi)*(np.random.randint(450,500, 50)).reshape((-1,1))\n",
+    "    DY = np.sin(phi)*np.random.randint(450,500, 50).reshape((-1,1))\n",
+    "\n",
+    "    vecs = np.hstack([num, OX, OY, DX, DY])\n",
+    "    dests = vecs[:, 3:5]\n",
+    "    wd = DistanceBand(dests, threshold=9999, alpha=-1.5, binary=False)\n",
+    "\n",
+    "    vmd = VecMoran(vecs, wd, focus='destination', rand='A', permutations=999)\n",
+    "    dest_A_cons_I.append(vmd.I)\n",
+    "    dest_A_cons_p.append(vmd.p_z_sim)\n",
+    "    vmd = VecMoran(vecs, wd, focus='destination', rand='B', permutations=999)\n",
+    "    dest_B_cons_I.append(vmd.I)\n",
+    "    dest_B_cons_p.append(vmd.p_z_sim)\n",
+    "\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 240,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAXoAAAEKCAYAAAAcgp5RAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzsXXd4FEUb/wEJJYAJvRcB6fqJBSwgoRcpgoAUQUB6E5Eu\nSG9KE0GRooA0AypNpARIUAGRjoQSqiGAIYUE0nP7fn/MzWZmb6/mLgmwv+eZ5253Zqft7Dsz77wF\nMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAbegN4HcP5f09\ngGgAxzyUf2biJoAmWV2JJwgTAKy0Ed8bnhuX2QX/AHjLA/n6AwhzY367AfT0QNonBjcBJAB4KIQl\nWVkhHfSGZz6oBmCDLa+VeH8ACuS+EQdIHgDfAYgFcBfAxx6oozO4AaBxFtfBVawBMCOrK2EDFcHG\nQk7h [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x10c01d590>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "X,Y,U,V = zip(*vecs[:,1:])\n",
+    "plt.subplot(111)\n",
+    "for x in range(0,len(vecs[:,1])):\n",
+    "    plt.arrow(X[x],  #x1\n",
+    "              Y[x],  # y1\n",
+    "              U[x]-X[x], # x2 - x1\n",
+    "              V[x]-Y[x], # y2 - y1\n",
+    "              fc=\"k\", ec=\"k\", head_width=0.05, head_length=0.1)\n",
+    "plt.xlim([-510,550])\n",
+    "plt.ylim([-510,550])\n",
+    "plt.title('Example of 50 random vectors with constrained origins')\n",
+    "plt.show()"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 247,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAYMAAAEKCAYAAADw2zkCAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAGktJREFUeJzt3X+4HFV5wPHvkoQKJheShkISCJeCVGMt2BaUonVbKwWt\nRPtDASuh0FZrH6Van0LQlotVfrWiba22VYGgEIpaKVCxAmUFrWK1qECgkJRIAkkUEklQ2oK5/eM9\ny86duz9m793Z3Zt8P8+zz52dmZ15d+aceeecmbkLkiRJkiRJkiRJkiRJkiRJUuk+Ary7R8taCuwA\nKul9DTijR8sG+Bzwxh4ur6j3At8DHhnAugflcuDP+7zOY4EHiDJ0Yp/X3Q81elsf1HuX07tyPwZ8\nokfLesYeU/zceuCHwHZgG/Bl4E00DtYAf0Ac7Ios65c7zPMQMA8YT+/HM8PdGmPyhnxlk3FlWwq8\nA3gu [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x11311fd90>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAXoAAAEKCAYAAAAcgp5RAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAHZFJREFUeJzt3X+cHWV96PHPkhB+Q0zwhvwAQoGIsVCx8sNS6mJtbsrV\nJK96L6C1pDX12qZVr7dVSK+apFpF+0PstXhbFAgUolGvEX0pJUZO660KoiDCGpMgW1wgCxtoiEZq\nMHv/+D7jmT05Z8/M7jm7yfB5v17ndebMzJl55pmZ7/PMM3POA5IkSZIkSZIkSZIkSZIkSTrAfRR4\nZ4eWdRKwG+hJn2vAig4tG+CLwO90cHlFvRd4Anh0EtadmQ/sAw6Z4PVeDzwJfGOC1zsReoEfTnYi\nNKr5dPa43wf8QoeWdcDoB/YATwNPAf8KvIl6IC67rFeU/M4dwBvGsC6ANcBNY/xuJ51E5OHMSU7H\nfCY+ [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x111894450>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "#Method A random\n",
+    "plt.hist(dest_A_rand_I, bins = 25)\n",
+    "plt.title('Distribution of VMD I values from random vectors - Method A')\n",
+    "plt.show()\n",
+    "plt.hist(dest_A_rand_p, bins = 25)\n",
+    "plt.title('Distribution of p values from random vectors - Method A')\n",
+    "plt.show()"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 248,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAZYAAAEKCAYAAAAxXHOuAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAHFVJREFUeJzt3Xu0XFWd4PHvNQkgjwvEIJCEEAakAZeiToPQNG219tDQ\nKjA9qxVxIGkcR5tZ6PKxmsd0y9VRoLW1sZcjzlIeQSGKOtJA+wBsqnmIOLgiAjFKAkgCSXhDQEAe\nd/747aLOrVvP1K7HrXw/a9W6p17n/M45++zf2XufUxckSZIkSZIkSZIkSZIkSZIkqafOA/4u07wW\nAZuAsfS8DLwv07wBvg+ckHF+7fo08BDwwACWPSgXAf+rz8s8DLiLKENH93nZM1Ht8ZbTBPD1Hsx3\nS7cUuCHTvErA2kzzetkr2vjMvcDvgCeBx4CbgA8wtSD+DVFxtjOvt7b4zH3ADsBkej5ZmO7UBNML\n9l/U [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x1107ec450>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAYcAAAEKCAYAAAD5MJl4AAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAGgRJREFUeJzt3Xu8XGV97/HPkIRLEkJMackNEk6QI/Fl0V1F0FJ2LYdS\nROD0tICXNlZqbfHltVpIq7Jje/ByaqG2pfXIxYAmCqgULfUF0kxtS+VSgQIxzaXEmGA2ECAJiVgi\nu3/8nnHWnmdm79mz9uy9s/N5v17z2jPrMut5Zj3r+a71rJkEJEmSJEmSJEmSJEmSJEmSpAPOXwMf\nGqX3OgbYDVTS6ypw0Si9N8BtwG+M4vu160+AJ4DHxmHbNYuBF4CDxni71wFPAd8e4+3ur0bzeGr0\nAvA/uvTeB7LNwC+N0ntVGd0+r2s2A3uBXcDTwL8A76DeeY/0vV43wnXWAG/rYFsAfcANHa47mo4h\nPsOf [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x10dab2bd0>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "#Method A constricted\n",
+    "plt.hist(dest_A_cons_I, bins=25)\n",
+    "plt.title('Distribution of VMD I values from constrained vectors - Method A')\n",
+    "plt.show()\n",
+    "plt.hist(dest_A_cons_p, bins=25)\n",
+    "plt.title('Distribution of p values from constrained vectors - Method A')\n",
+    "plt.show()"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 249,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAYIAAAEKCAYAAAAfGVI8AAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAGs5JREFUeJzt3X20JGV94PFvw0AEZy7MZAzMDAyXBYmOx6jZBSXo2okr\nAY1gkrMKGoVANrruUTbGs7xowiVR3hLRJCbuRgUGgSGgKwEiRiC04BuuHlReA0wYYWBmFBiZQdGA\nc/eP39N23b79Un1vv915vp9z+tzqquqqX1c9T/3qearqNkiSJEmSJEmSJEmSJEmSJEl983HgA31a\n1mpgO1BJ72vAyX1aNsDngbf1cXllfRD4AfDoCNY9KhcDfz7kdR4B3E+UoWOGvO5hqNHf+qD+u5j+\nlfsp4NN9Wha7zOOzG4AfA9uArcBXgHfQOFAD/HfiQFdmWb/RZZ6HgCXAdHo/XRju1RSzN+LrWowb\ntNXA [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x1147fb650>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAXQAAAEKCAYAAAACS67iAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAGGtJREFUeJzt3Xu4HVV9h/H3kHBRIGDEhkggoWAQLBSQq5R6pNEiVeDR\nFi9Vo1Kr1aIPtXKxKge1gpd6K2otCAQEJOgjt3oBIlG8gKAgchckIkIChBgiEI3k9I/fGvecffY+\nZ/bl7H3Oyvt5nv1k75m9Z9asmfnOmjUzJyBJkiRJkiRJkiRJkiRJkpS9LwDv69K0dgDWAAPp81Lg\n6C5NG+AbwOu7OL2qPgw8DDzQh3kX5gHrgY16PN+zgEeBa3s8314YBH7d70JoTPPo7na/HvjzLk2r\n55YBTwCPAauAHwBvpRa4rU7rkBZ/czXw5jbmBTAEnNvmb7tpB6IOn9nncsyj94F+MBF4m/Vwnr00\nyNQO [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x1135d5e50>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "#Method B random\n",
+    "plt.hist(dest_B_rand_I, bins=25)\n",
+    "plt.title('Distribution of VMD I values from random vectors - Method B')\n",
+    "plt.show()\n",
+    "plt.hist(dest_B_rand_p, bins=25)\n",
+    "plt.title('Distribution of p values from random vectors - Method B')\n",
+    "plt.show()"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 250,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAZUAAAEKCAYAAADaa8itAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAHGxJREFUeJzt3X20XGV96PHvMQkihAPEIJBACA1SxCW+3IJQynWqXRR8\nIbZdVcSLpHi9WrrQVXWVl1o5eBWoXi3t8oJdyktQiGKtXqC+AMKUFzFeXBGBGCEBJAES3iFBVCCn\nf/yeYfaZM69nnjMvJ9/PWrPOnpk9e//27Gc/v/08z95zQJIkSZIkSZIkSZIkSZIkSZK6dj7wiUzL\nWgRsBkbS8zLw/kzLBvgucHzG5bXr08AjwIN9WHe/XAz87x6v83DgbqIMHdPjdQ+j2uMtpzHgq9Ow\n3G3dMuDGTMsqAeszLQuAl7Qxz33Ar4GngSeAm4EPMrEQ/jVRabazrDe3mOd+YCdgPD0fL0x3aozJ\nhfqt [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x10b837690>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAXsAAAEKCAYAAADzQPVvAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAGcRJREFUeJzt3X2YJFV96PHv7C4I7jIsG8yy8rJrEAR8fMEExRiT0aCX\nEAViEny/q5LEJD6aa6IBjYYhNxc010Q0rz4RcUVBUSMiUS/ruhOJIEoCGEWCbFgBYQdYFvYNDcrc\nP36n7Jqe7unqmZ7qnj7fz/P0M9X1dk6dOvWrU6eqekCSJEmSJEmSJEmSJEmSJEl98PfAO3q0riOA\nXcBI+j4BnNmjdQN8Hnh1D9dX1Z8D9wF39yHtwjrgUWBJzeleBDwAfK3mdBerXh5PzR4FfmaB1p2z\nrcAv92hdE/Q25lW2FdgL7AR2AF8FXk8jGHe7rud3ucxm4HVzSAtgHLh4jsv20hFEGf5Un/OxjvqD\n/XOB [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x10d5c07d0>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "#Method B constricted\n",
+    "plt.hist(dest_B_cons_I, bins=25)\n",
+    "plt.title('Distribution of VMD I values from constrained vectors - Method B')\n",
+    "plt.show()\n",
+    "plt.hist(dest_B_cons_p, bins=25)\n",
+    "plt.title('Distribution of p values from constrained vectors - Method B')\n",
+    "plt.show()"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 245,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "a\n"
+     ]
+    }
+   ],
+   "source": [
+    "print 'a'"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": []
+  }
+ ],
+ "metadata": {
+  "kernelspec": {
+   "display_name": "Python [Root]",
+   "language": "python",
+   "name": "Python [Root]"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 2
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython2",
+   "version": "2.7.12"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}
diff --git a/pysal/contrib/spint/notebooks/autograd_test.ipynb b/pysal/contrib/spint/notebooks/autograd_test.ipynb
new file mode 100644
index 0000000..9749168
--- /dev/null
+++ b/pysal/contrib/spint/notebooks/autograd_test.ipynb
@@ -0,0 +1,128 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 11,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "import pandas as pd\n",
+    "import scipy.optimize as sc\n",
+    "import autograd.numpy as np\n",
+    "import autograd\n",
+    "from autograd.convenience_wrappers import multigrad\n",
+    "import scipy.sparse"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 12,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "austria = pd.read_csv('http://dl.dropbox.com/u/8649795/AT_Austria.csv')\n",
+    "austria = austria[austria['Origin'] != austria['Destination']]\n",
+    "f = np.reshape(austria['Data'].values, (-1,1))\n",
+    "o = austria['Origin'].values\n",
+    "d = austria['Destination'].values\n",
+    "dij = np.reshape(austria['Dij'].values, (-1,1))\n",
+    "o_vars = np.reshape(austria['Oi2007'].values, (-1,1))\n",
+    "d_vars = np.reshape(austria['Dj2007'].values, (-1,1))\n",
+    "dij = np.reshape(austria['Dij'].values, (-1,1))\n",
+    "o_vars = np.reshape(austria['Oi2007'].values, (-1,1))\n",
+    "d_vars = np.reshape(austria['Dj2007'].values, (-1,1))"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 13,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "def newton(f, x0):\n",
+    "    # wrap scipy.optimize.newton with our automatic derivatives\n",
+    "    params = sc.fsolve(f, x0)\n",
+    "    return params\n",
+    "\n",
+    "def poiss_loglike(mu, sig, ep, x, inputs):\n",
+    "    a,b,c = inputs[:,0], inputs[:,1], inputs[:,2]\n",
+    "    predict = sig*a + ep*b + mu*c\n",
+    "    predict = np.reshape(predict, (-1,1))\n",
+    "    return -np.sum(x*np.log(predict)-predict)\n",
+    "\n",
+    "#def loglike(mu, k, x, inputs):\n",
+    "    #return np.sum(poiss_loglike(mu, k, x, inputs))\n",
+    "\n",
+    "\n",
+    "def fit_maxlike(x, inputs, mu_guess, o_guess, d_guess):\n",
+    "    prime = lambda p: multigrad(poiss_loglike, argnums=[0,1,2])(p[0], p[1], p[2], x, inputs)\n",
+    "    params = newton(prime, (mu_guess, o_guess, d_guess))\n",
+    "    return params"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 15,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "[-1.14993102  0.69084953  0.68523832]\n",
+      "(-2.7430635540781623e-10, -2.5915536383536164e-10, -4.730811298259141e-10)\n"
+     ]
+    }
+   ],
+   "source": [
+    "if __name__ == \"__main__\":\n",
+    "    \n",
+    "    x=np.log(f)\n",
+    "    inputs = np.hstack((np.log(o_vars), np.log(d_vars), np.log(dij)))\n",
+    "    params = fit_maxlike(x, inputs, mu_guess=0.0, o_guess=1.0, d_guess=1.0)\n",
+    "    print(params)\n",
+    "    \n",
+    "    prime = lambda p: multigrad(poiss_loglike, argnums=[0,1,2])(p[0], p[1], p[2], x, inputs)\n",
+    "    print(prime(params))"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": []
+  }
+ ],
+ "metadata": {
+  "kernelspec": {
+   "display_name": "Python 2",
+   "language": "python",
+   "name": "python2"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 2
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython2",
+   "version": "2.7.9"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}
diff --git a/pysal/contrib/spint/notebooks/dispersion_test.ipynb b/pysal/contrib/spint/notebooks/dispersion_test.ipynb
new file mode 100644
index 0000000..ee3109b
--- /dev/null
+++ b/pysal/contrib/spint/notebooks/dispersion_test.ipynb
@@ -0,0 +1,455 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 8,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "import os\n",
+    "os.chdir('/Users/toshan/dev/pysal/pysal/contrib/spint')\n",
+    "from count_model import CountModel\n",
+    "import numpy as np\n",
+    "import pandas as pd\n",
+    "from gravity import Gravity, Production, Attraction, Doubly, BaseGravity\n",
+    "import statsmodels.formula.api as smf\n",
+    "from statsmodels.api import families\n",
+    "os.chdir('/Users/toshan/dev/pysal/pysal/contrib/glm')\n",
+    "from glm import GLM\n",
+    "from family import Poisson, QuasiPoisson\n",
+    "\n",
+    "import pysal\n",
+    "import os\n",
+    "os.chdir('/Users/toshan/dev/pysal/pysal/contrib/spint')\n",
+    "from dispersion import alpha_disp, phi_disp\n",
+    "\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 2,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "rec = pd.read_csv('/Users/toshan/Documents/RecreationDemand.csv')"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 3,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/html": [
+       "<div style=\"max-height:1000px;max-width:1500px;overflow:auto;\">\n",
+       "<table border=\"1\" class=\"dataframe\">\n",
+       "  <thead>\n",
+       "    <tr style=\"text-align: right;\">\n",
+       "      <th></th>\n",
+       "      <th>Unnamed: 0</th>\n",
+       "      <th>trips</th>\n",
+       "      <th>quality</th>\n",
+       "      <th>ski</th>\n",
+       "      <th>income</th>\n",
+       "      <th>userfee</th>\n",
+       "      <th>costC</th>\n",
+       "      <th>costS</th>\n",
+       "      <th>costH</th>\n",
+       "    </tr>\n",
+       "  </thead>\n",
+       "  <tbody>\n",
+       "    <tr>\n",
+       "      <th>0</th>\n",
+       "      <td> 1</td>\n",
+       "      <td> 0</td>\n",
+       "      <td> 0</td>\n",
+       "      <td> yes</td>\n",
+       "      <td> 4</td>\n",
+       "      <td> no</td>\n",
+       "      <td> 67.59</td>\n",
+       "      <td> 68.620</td>\n",
+       "      <td> 76.800</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>1</th>\n",
+       "      <td> 2</td>\n",
+       "      <td> 0</td>\n",
+       "      <td> 0</td>\n",
+       "      <td>  no</td>\n",
+       "      <td> 9</td>\n",
+       "      <td> no</td>\n",
+       "      <td> 68.86</td>\n",
+       "      <td> 70.936</td>\n",
+       "      <td> 84.780</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>2</th>\n",
+       "      <td> 3</td>\n",
+       "      <td> 0</td>\n",
+       "      <td> 0</td>\n",
+       "      <td> yes</td>\n",
+       "      <td> 5</td>\n",
+       "      <td> no</td>\n",
+       "      <td> 58.12</td>\n",
+       "      <td> 59.465</td>\n",
+       "      <td> 72.110</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>3</th>\n",
+       "      <td> 4</td>\n",
+       "      <td> 0</td>\n",
+       "      <td> 0</td>\n",
+       "      <td>  no</td>\n",
+       "      <td> 2</td>\n",
+       "      <td> no</td>\n",
+       "      <td> 15.79</td>\n",
+       "      <td> 13.750</td>\n",
+       "      <td> 23.680</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>4</th>\n",
+       "      <td> 5</td>\n",
+       "      <td> 0</td>\n",
+       "      <td> 0</td>\n",
+       "      <td> yes</td>\n",
+       "      <td> 3</td>\n",
+       "      <td> no</td>\n",
+       "      <td> 24.02</td>\n",
+       "      <td> 34.033</td>\n",
+       "      <td> 34.547</td>\n",
+       "    </tr>\n",
+       "  </tbody>\n",
+       "</table>\n",
+       "</div>"
+      ],
+      "text/plain": [
+       "   Unnamed: 0  trips  quality  ski  income userfee  costC   costS   costH\n",
+       "0           1      0        0  yes       4      no  67.59  68.620  76.800\n",
+       "1           2      0        0   no       9      no  68.86  70.936  84.780\n",
+       "2           3      0        0  yes       5      no  58.12  59.465  72.110\n",
+       "3           4      0        0   no       2      no  15.79  13.750  23.680\n",
+       "4           5      0        0  yes       3      no  24.02  34.033  34.547"
+      ]
+     },
+     "execution_count": 3,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "rec.head()"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 4,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "y = rec['trips'].values.reshape((-1,1))"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 5,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "X = rec[['quality', 'income', 'costC', 'costS', 'costH']].values"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 22,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "test = CountModel(y, X, constant=False)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 23,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "glm_results = test.fit(framework='glm')"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 24,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "array([  7.30811593e+00,   2.71035909e+00,   3.36051997e-03])"
+      ]
+     },
+     "execution_count": 24,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "phi_disp(glm_results)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 26,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "array([  6.30811593e+00,   2.71035909e+00,   3.36051997e-03])"
+      ]
+     },
+     "execution_count": 26,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "alpha_disp(glm_results)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 27,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "array([  1.55402055e+00,   3.38253708e+00,   3.59097912e-04])"
+      ]
+     },
+     "execution_count": 27,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "alpha_disp(glm_results, lambda x: x**2)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 28,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "#Prepare some test data - columbus example\n",
+    "db = pysal.open(pysal.examples.get_path('columbus.dbf'),'r')\n",
+    "y = np.array(db.by_col(\"HOVAL\"))\n",
+    "y = np.reshape(y, (49,1))\n",
+    "X = []\n",
+    "#X.append(np.ones(len(y)))\n",
+    "X.append(db.by_col(\"INC\"))\n",
+    "X.append(db.by_col(\"CRIME\"))\n",
+    "X = np.array(X).T\n",
+    "\n",
+    "poisson_y = np.round(y).astype(int)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 29,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "test = CountModel(poisson_y, X)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 30,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "glm_results = test.fit(framework='glm')"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 31,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "array([ 5.39968689,  2.3230411 ,  0.01008847])"
+      ]
+     },
+     "execution_count": 31,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "phi_disp(glm_results)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 32,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "array([ 4.39968689,  2.3230411 ,  0.01008847])"
+      ]
+     },
+     "execution_count": 32,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "alpha_disp(glm_results)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 33,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "array([ 0.10690133,  2.24709978,  0.01231683])"
+      ]
+     },
+     "execution_count": 33,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "alpha_disp(glm_results, lambda x:x**2)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 10,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "<class 'family.Poisson'>\n",
+      "<class 'family.Poisson'>\n",
+      "<class 'family.Poisson'>\n"
+     ]
+    }
+   ],
+   "source": [
+    "model1 = GLM(y, X, constant=False, family=Poisson()).fit()"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 11,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "<class 'family.QuasiPoisson'>\n",
+      "<class 'family.QuasiPoisson'>\n",
+      "<class 'family.QuasiPoisson'>\n"
+     ]
+    }
+   ],
+   "source": [
+    "model2 = GLM(y, X, constant=False, family=QuasiPoisson()).fit()"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 13,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "1.0\n",
+      "<class 'family.QuasiPoisson'>\n",
+      "7.02573401193\n"
+     ]
+    }
+   ],
+   "source": [
+    "print model1.scale\n",
+    "print model2.scale"
+   ]
+  }
+ ],
+ "metadata": {
+  "kernelspec": {
+   "display_name": "Python 2",
+   "language": "python",
+   "name": "python2"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 2
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython2",
+   "version": "2.7.9"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}
diff --git a/pysal/contrib/spint/notebooks/examples/Example_NYCBikes_AllFeatures.ipynb b/pysal/contrib/spint/notebooks/examples/Example_NYCBikes_AllFeatures.ipynb
new file mode 100644
index 0000000..d31fa64
--- /dev/null
+++ b/pysal/contrib/spint/notebooks/examples/Example_NYCBikes_AllFeatures.ipynb
@@ -0,0 +1,919 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 1,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "Populating the interactive namespace from numpy and matplotlib\n"
+     ]
+    },
+    {
+     "name": "stderr",
+     "output_type": "stream",
+     "text": [
+      "//anaconda/envs/spint/lib/python2.7/site-packages/IPython/html.py:14: ShimWarning: The `IPython.html` package has been deprecated. You should import from `notebook` instead. `IPython.html.widgets` has moved to `ipywidgets`.\n",
+      "  \"`IPython.html.widgets` has moved to `ipywidgets`.\", ShimWarning)\n",
+      "//anaconda/envs/spint/lib/python2.7/site-packages/IPython/core/magics/pylab.py:161: UserWarning: pylab import has clobbered these variables: ['plt']\n",
+      "`%matplotlib` prevents importing * from pylab and numpy\n",
+      "  \"\\n`%matplotlib` prevents importing * from pylab and numpy\"\n"
+     ]
+    }
+   ],
+   "source": [
+    "from pysal.contrib.spint.gravity import  BaseGravity, Gravity, Production, Attraction, Doubly\n",
+    "from pysal.contrib.spint.dispersion import phi_disp\n",
+    "from pysal.contrib.spint.vec_SA import VecMoran\n",
+    "import pysal as ps\n",
+    "import pandas as pd\n",
+    "import geopandas as gp\n",
+    "import numpy as np\n",
+    "import seaborn as sb\n",
+    "import matplotlib.pylab as plt\n",
+    "%pylab inline\n",
+    "from descartes import PolygonPatch\n",
+    "import matplotlib as mpl\n",
+    "from mpl_toolkits.basemap import Basemap\n",
+    "import pyproj as pj\n",
+    "from shapely.geometry import Polygon, Point"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 2,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/html": [
+       "<div>\n",
+       "<table border=\"1\" class=\"dataframe\">\n",
+       "  <thead>\n",
+       "    <tr style=\"text-align: right;\">\n",
+       "      <th></th>\n",
+       "      <th>Unnamed: 0</th>\n",
+       "      <th>index</th>\n",
+       "      <th>count</th>\n",
+       "      <th>d_cap</th>\n",
+       "      <th>d_tract</th>\n",
+       "      <th>distance</th>\n",
+       "      <th>end station latitude</th>\n",
+       "      <th>end station longitude</th>\n",
+       "      <th>o_cap</th>\n",
+       "      <th>o_tract</th>\n",
+       "      <th>...</th>\n",
+       "      <th>weighted</th>\n",
+       "      <th>total_out</th>\n",
+       "      <th>total_in</th>\n",
+       "      <th>o_hub</th>\n",
+       "      <th>d_hub</th>\n",
+       "      <th>od_hub</th>\n",
+       "      <th>SX</th>\n",
+       "      <th>SY</th>\n",
+       "      <th>EX</th>\n",
+       "      <th>EY</th>\n",
+       "    </tr>\n",
+       "  </thead>\n",
+       "  <tbody>\n",
+       "    <tr>\n",
+       "      <th>0</th>\n",
+       "      <td>0</td>\n",
+       "      <td>0</td>\n",
+       "      <td>5709</td>\n",
+       "      <td>255.0</td>\n",
+       "      <td>600</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>40.712899</td>\n",
+       "      <td>-73.989865</td>\n",
+       "      <td>162.0</td>\n",
+       "      <td>202</td>\n",
+       "      <td>...</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>56352</td>\n",
+       "      <td>69165</td>\n",
+       "      <td>hub</td>\n",
+       "      <td>hub</td>\n",
+       "      <td>hub</td>\n",
+       "      <td>585995.353038</td>\n",
+       "      <td>4.507417e+06</td>\n",
+       "      <td>585322.159723</td>\n",
+       "      <td>4.507378e+06</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>1</th>\n",
+       "      <td>1</td>\n",
+       "      <td>1</td>\n",
+       "      <td>4010</td>\n",
+       "      <td>595.0</td>\n",
+       "      <td>600</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>40.712899</td>\n",
+       "      <td>-73.989865</td>\n",
+       "      <td>774.0</td>\n",
+       "      <td>700</td>\n",
+       "      <td>...</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>160040</td>\n",
+       "      <td>69165</td>\n",
+       "      <td>hub</td>\n",
+       "      <td>hub</td>\n",
+       "      <td>hub</td>\n",
+       "      <td>583785.918305</td>\n",
+       "      <td>4.506573e+06</td>\n",
+       "      <td>585322.159723</td>\n",
+       "      <td>4.507378e+06</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>2</th>\n",
+       "      <td>2</td>\n",
+       "      <td>2</td>\n",
+       "      <td>1906</td>\n",
+       "      <td>170.0</td>\n",
+       "      <td>600</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>40.712899</td>\n",
+       "      <td>-73.989865</td>\n",
+       "      <td>141.0</td>\n",
+       "      <td>800</td>\n",
+       "      <td>...</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>34254</td>\n",
+       "      <td>69165</td>\n",
+       "      <td>hub</td>\n",
+       "      <td>hub</td>\n",
+       "      <td>non_hub</td>\n",
+       "      <td>585018.109713</td>\n",
+       "      <td>4.507320e+06</td>\n",
+       "      <td>585322.159723</td>\n",
+       "      <td>4.507378e+06</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>3</th>\n",
+       "      <td>3</td>\n",
+       "      <td>3</td>\n",
+       "      <td>1192</td>\n",
+       "      <td>255.0</td>\n",
+       "      <td>600</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>40.712899</td>\n",
+       "      <td>-73.989865</td>\n",
+       "      <td>291.0</td>\n",
+       "      <td>900</td>\n",
+       "      <td>...</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>46446</td>\n",
+       "      <td>69165</td>\n",
+       "      <td>hub</td>\n",
+       "      <td>hub</td>\n",
+       "      <td>non_hub</td>\n",
+       "      <td>583444.520998</td>\n",
+       "      <td>4.506199e+06</td>\n",
+       "      <td>585322.159723</td>\n",
+       "      <td>4.507378e+06</td>\n",
+       "    </tr>\n",
+       "    <tr>\n",
+       "      <th>4</th>\n",
+       "      <td>4</td>\n",
+       "      <td>4</td>\n",
+       "      <td>484</td>\n",
+       "      <td>85.0</td>\n",
+       "      <td>600</td>\n",
+       "      <td>NaN</td>\n",
+       "      <td>40.712899</td>\n",
+       "      <td>-73.989865</td>\n",
+       "      <td>57.0</td>\n",
+       "      <td>1002</td>\n",
+       "      <td>...</td>\n",
+       "      <td>0.0</td>\n",
+       "      <td>15916</td>\n",
+       "      <td>69165</td>\n",
+       "      <td>hub</td>\n",
+       "      <td>hub</td>\n",
+       "      <td>non_hub</td>\n",
+       "      <td>586462.456350</td>\n",
+       "      <td>4.507937e+06</td>\n",
+       "      <td>585322.159723</td>\n",
+       "      <td>4.507378e+06</td>\n",
+       "    </tr>\n",
+       "  </tbody>\n",
+       "</table>\n",
+       "<p>5 rows × 35 columns</p>\n",
+       "</div>"
+      ],
+      "text/plain": [
+       "   Unnamed: 0  index  count  d_cap  d_tract  distance  end station latitude  \\\n",
+       "0           0      0   5709  255.0      600       NaN             40.712899   \n",
+       "1           1      1   4010  595.0      600       NaN             40.712899   \n",
+       "2           2      2   1906  170.0      600       NaN             40.712899   \n",
+       "3           3      3   1192  255.0      600       NaN             40.712899   \n",
+       "4           4      4    484   85.0      600       NaN             40.712899   \n",
+       "\n",
+       "   end station longitude  o_cap  o_tract      ...       weighted  total_out  \\\n",
+       "0             -73.989865  162.0      202      ...            0.0      56352   \n",
+       "1             -73.989865  774.0      700      ...            0.0     160040   \n",
+       "2             -73.989865  141.0      800      ...            0.0      34254   \n",
+       "3             -73.989865  291.0      900      ...            0.0      46446   \n",
+       "4             -73.989865   57.0     1002      ...            0.0      15916   \n",
+       "\n",
+       "   total_in  o_hub  d_hub   od_hub             SX            SY  \\\n",
+       "0     69165    hub    hub      hub  585995.353038  4.507417e+06   \n",
+       "1     69165    hub    hub      hub  583785.918305  4.506573e+06   \n",
+       "2     69165    hub    hub  non_hub  585018.109713  4.507320e+06   \n",
+       "3     69165    hub    hub  non_hub  583444.520998  4.506199e+06   \n",
+       "4     69165    hub    hub  non_hub  586462.456350  4.507937e+06   \n",
+       "\n",
+       "              EX            EY  \n",
+       "0  585322.159723  4.507378e+06  \n",
+       "1  585322.159723  4.507378e+06  \n",
+       "2  585322.159723  4.507378e+06  \n",
+       "3  585322.159723  4.507378e+06  \n",
+       "4  585322.159723  4.507378e+06  \n",
+       "\n",
+       "[5 rows x 35 columns]"
+      ]
+     },
+     "execution_count": 2,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "#Load NYC bike data - trips between census tract centroids\n",
+    "bikes = pd.read_csv(ps.examples.get_path('nyc_bikes_ct.csv'))\n",
+    "bikes.head()"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 3,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "14042  OD pairs between census tracts after filtering out intrazonal flows\n"
+     ]
+    }
+   ],
+   "source": [
+    "#Process data\n",
+    "\n",
+    "#Remove intrazonal flows\n",
+    "bikes = bikes[bikes['o_tract'] != bikes['d_tract']]\n",
+    "\n",
+    "#Set zero attirbute values to a small constant\n",
+    "bikes.ix[bikes.o_sq_foot == 0, 'o_sq_foot'] = 1\n",
+    "bikes.ix[bikes.d_sq_foot == 0, 'd_sq_foot'] = 1\n",
+    "bikes.ix[bikes.o_cap == 0, 'o_cap'] = 1\n",
+    "bikes.ix[bikes.d_cap == 0, 'd_cap'] = 1\n",
+    "bikes.ix[bikes.o_housing == 0, 'o_housing'] = 1\n",
+    "bikes.ix[bikes.d_housing == 0, 'd_housing'] = 1\n",
+    "\n",
+    "#Flows between tracts\n",
+    "flows = bikes['count'].values.reshape((-1,1))\n",
+    "\n",
+    "#Origin variables: square footage of buildings, housing units, total station capacity\n",
+    "o_vars = np.hstack([bikes['o_sq_foot'].values.reshape((-1,1)),\n",
+    "                    bikes['o_housing'].values.reshape((-1,1)),\n",
+    "                    bikes['o_cap'].values.reshape((-1,1))])\n",
+    "\n",
+    "#Destination variables: square footage of buildings, housing units, total station capacity\n",
+    "d_vars = np.hstack([bikes['d_sq_foot'].values.reshape((-1,1)),\n",
+    "                    bikes['d_housing'].values.reshape((-1,1)),\n",
+    "                    bikes['d_cap'].values.reshape((-1,1))])\n",
+    "\n",
+    "#Trip \"cost\" in time (seconds)\n",
+    "cost = bikes['tripduration'].values.reshape((-1,1))\n",
+    "\n",
+    "#Origin ids\n",
+    "o = bikes['o_tract'].astype(str).values.reshape((-1,1))\n",
+    "\n",
+    "#destination ids\n",
+    "d = bikes['d_tract'].astype(str).values.reshape((-1,1))\n",
+    "\n",
+    "print len(bikes), ' OD pairs between census tracts after filtering out intrazonal flows'"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 4,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "[ 0.09898099  0.05748786  0.50319944  0.06920194  0.06408526  0.39371417\n",
+      " -0.00226671]\n",
+      "Adjusted psuedo R2:  0.772607968896\n",
+      "Adjusted D2:  0.77684235847\n",
+      "SRMSE:  0.924994119459\n",
+      "Sorensen similarity index:  0.746131903798\n"
+     ]
+    }
+   ],
+   "source": [
+    "#First we fit a basic gravity model and examine the parameters and model fit\n",
+    "\n",
+    "grav= Gravity(flows, o_vars, d_vars, cost, 'exp')\n",
+    "\n",
+    "print grav.params\n",
+    "\n",
+    "print 'Adjusted psuedo R2: ', grav.adj_pseudoR2\n",
+    "print 'Adjusted D2: ', grav.adj_D2\n",
+    "print 'SRMSE: ', grav.SRMSE\n",
+    "print 'Sorensen similarity index: ', grav.SSI"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 5,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "[ 0.00437122  0.06794379  0.85720958 -0.00227555]\n",
+      "Adjusted psuedo R2:  0.832399632692\n",
+      "Adjusted D2:  0.836963213893\n",
+      "SRMSE:  0.794147843751\n",
+      "Sorensen similarity index:  0.777965361121\n"
+     ]
+    }
+   ],
+   "source": [
+    "#Next we fit a production-constrained model\n",
+    "\n",
+    "prod = Production(flows, o, d_vars, cost, 'exp')\n",
+    "\n",
+    "print prod.params[-4:] #truncate to exclude balancing factors/fixed effects\n",
+    "\n",
+    "print 'Adjusted psuedo R2: ', prod.adj_pseudoR2\n",
+    "print 'Adjusted D2: ', prod.adj_D2\n",
+    "print 'SRMSE: ', prod.SRMSE\n",
+    "print 'Sorensen similarity index: ', prod.SSI"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 6,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "[ 0.05281568  0.05689814  0.85161213 -0.00229343]\n",
+      "Adjusted psuedo R2:  0.83252844463\n",
+      "Adjusted D2:  0.83709408585\n",
+      "SRMSE:  0.792604389867\n",
+      "Sorensen similarity index:  0.777557481635\n"
+     ]
+    }
+   ],
+   "source": [
+    "#Next we fit an attraction-constrained model\n",
+    "\n",
+    "att = Attraction(flows, d, o_vars, cost, 'exp')\n",
+    "\n",
+    "print att.params[-4:] #truncate to exclude balancing factors/fixed effects\n",
+    "\n",
+    "print 'Adjusted psuedo R2: ', att.adj_pseudoR2\n",
+    "print 'Adjusted D2: ', att.adj_D2\n",
+    "print 'SRMSE: ', att.SRMSE\n",
+    "print 'Sorensen similarity index: ', att.SSI"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 7,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "[-0.00232112]\n",
+      "Adjusted psuedo R2:  0.895575966583\n",
+      "Adjusted D2:  0.900342219279\n",
+      "SRMSE:  0.627981455879\n",
+      "Sorensen similarity index:  0.818294076455\n"
+     ]
+    }
+   ],
+   "source": [
+    "#Finally, we fit the doubly constrained model\n",
+    "\n",
+    "doub = Doubly(flows, o, d, cost, 'exp')\n",
+    "\n",
+    "print doub.params[-1:] #truncate to exclude balancing factors/fixed effects\n",
+    "\n",
+    "print 'Adjusted psuedo R2: ', doub.adj_pseudoR2\n",
+    "print 'Adjusted D2: ', doub.adj_D2\n",
+    "print 'SRMSE: ', doub.SRMSE\n",
+    "print 'Sorensen similarity index: ', doub.SSI"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 8,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "[  2.99777896e+002   2.38580701e+001   4.17517731e-126]\n",
+      "[  2.06092255e+002   2.60328203e+001   1.05289599e-149]\n",
+      "[  2.07645243e+002   2.64229678e+001   3.73180682e-154]\n",
+      "[  1.18261248e+002   2.96580921e+001   1.33362721e-193]\n"
+     ]
+    }
+   ],
+   "source": [
+    "#Next, we can test the models for violations of the equidispersion assumption of Poisson models\n",
+    "\n",
+    "#test the hypotehsis of equidispersion (var[mu] = mu) against that of QuasiPoisson (var[mu] = phi * mu)\n",
+    "#Results = [phi, tvalue, pvalue]\n",
+    "print phi_disp(grav)\n",
+    "print phi_disp(prod)\n",
+    "print phi_disp(att)\n",
+    "print phi_disp(doub)\n",
+    "\n",
+    "#We can see for all four models there is overdispersion (phi >> 0), \n",
+    "#which are statistically significant according the tvalues (large)\n",
+    "#and pvalues (essentially zero). It does however decrease as more \n",
+    "#constraints are introduced and model fit increases"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 9,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "Production-constrained Poisson model standard errors and tvalues\n",
+      "[ 0.00437122  0.06794379  0.85720958 -0.00227555]\n",
+      "[  5.00039382e-04   3.52444295e-04   6.85493176e-04   1.00141356e-06]\n",
+      "[    8.74174692   192.77880405  1250.5005361  -2272.33530432]\n",
+      "Production-constrained QuasiPoisson model standard errors and tvalues\n",
+      "[ 0.00437122  0.06794379  0.85720958 -0.00227555]\n",
+      "[  7.21095039e-03   5.08251633e-03   9.88533597e-03   1.44411496e-05]\n",
+      "[   0.60619162   13.36813995   86.71527071 -157.57383972]\n"
+     ]
+    }
+   ],
+   "source": [
+    "#As a result we can compare our standard errors and tvalues for a Poisson model to a QuasiPoisson\n",
+    "\n",
+    "print 'Production-constrained Poisson model standard errors and tvalues'\n",
+    "print prod.params[-4:]\n",
+    "print prod.std_err[-4:]\n",
+    "print prod.tvalues[-4:]\n",
+    "\n",
+    "#Fit the same model using QuasiPoisson framework\n",
+    "Quasi = Production(flows, o, d_vars, cost, 'exp', Quasi=True)\n",
+    "\n",
+    "print 'Production-constrained QuasiPoisson model standard errors and tvalues'\n",
+    "print Quasi.params[-4:]\n",
+    "print Quasi.std_err[-4:]\n",
+    "print Quasi.tvalues[-4:]\n",
+    "\n",
+    "#As we can see both models result in the same parameters (first line)\n",
+    "#We also see the QuasiPoisson results in larger standard errors (middle line)\n",
+    "#Which then results in smaller t-values (bottom line)\n",
+    "#We would even consdier rejecting the statistical significant of of the \n",
+    "#parameter estimate on destination building square footage because its abolsute \n",
+    "# value is less than 1.96 (96% confidence level) "
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 10,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "#We can also estimate a local model which subsets the data\n",
+    "#For a production constrained model this means each local model\n",
+    "#is from one origin to all destinations. Since we get a set of \n",
+    "#parameter estimates for each origin, we can then map them.\n",
+    "\n",
+    "local_prod = prod.local()"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 11,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "['pvalue3',\n",
+       " 'pvalue2',\n",
+       " 'SRMSE',\n",
+       " 'pvalue0',\n",
+       " 'deviance',\n",
+       " 'adj_pseudoR2',\n",
+       " 'pvalue1',\n",
+       " 'tvalue0',\n",
+       " 'tvalue2',\n",
+       " 'tvalue3',\n",
+       " 'adj_D2',\n",
+       " 'tvalue1',\n",
+       " 'SSI',\n",
+       " 'aic',\n",
+       " 'param1',\n",
+       " 'param0',\n",
+       " 'param3',\n",
+       " 'D2',\n",
+       " 'pseudoR2',\n",
+       " 'param2']"
+      ]
+     },
+     "execution_count": 11,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "#There is a set of local parameter estimates, tvalues, and pvalues for each covariate\n",
+    "#And there is a set of local values for each diagnostic\n",
+    "\n",
+    "local_prod.keys()"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 12,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "#Prep geometry for plotting\n",
+    "\n",
+    "#Read in census tracts for NYC\n",
+    "crs = {'datum':'WGS84', 'proj':'longlat'}\n",
+    "tracts = ps.examples.get_path('nyct2010.shp')\n",
+    "tracts = gp.read_file(tracts)\n",
+    "tracts = tracts.to_crs(crs=crs)\n",
+    "\n",
+    "#subset manhattan tracts\n",
+    "man_tracts = tracts[tracts['BoroCode'] == '1'].copy()\n",
+    "man_tracts['CT2010S'] = man_tracts['CT2010'].astype(int).astype(str)\n",
+    "\n",
+    "#Get tracts for which there are no onbservations\n",
+    "mt = set(man_tracts.CT2010S.unique())\n",
+    "lt = set(np.unique(o))\n",
+    "nt = list(mt.difference(lt))\n",
+    "no_tracts = pd.DataFrame({'no_tract':nt})\n",
+    "no_tracts = man_tracts[man_tracts.CT2010S.isin(nt)].copy()\n",
+    "\n",
+    "#Join local values to census tracts\n",
+    "local_vals = pd.DataFrame({'betas': local_prod['param3'], 'tract':np.unique(o)})\n",
+    "local_vals = pd.merge(local_vals, man_tracts[['CT2010S', 'geometry']], left_on='tract', right_on='CT2010S')\n",
+    "local_vals = gp.GeoDataFrame(local_vals)\n",
+    "\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 13,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "(40.7, 40.78)"
+      ]
+     },
+     "execution_count": 13,
+     "metadata": {},
+     "output_type": "execute_result"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAtMAAALRCAYAAACZPC86AAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzsnXdY1Ffav28UASkKKKgIArZRwUpvxl6xxV6ixoIlb/a3\nSTabzSZ5N9l3k2xLj713sQR7r0jvAiojIohgQ5RexmH4/UGJBZUyDTz3deVKYGbO95knh+985pzn\nfB6d8vJyBAKBQCAQCAQCQd1ppukABAKBQCAQCASCxooQ0wKBQCAQCAQCQT0RYlogEAgEAoFAIKgn\nQkwLBAKBQCAQCAT1RIhpgUAgEAgEAoGgnggxLRAIBAKBQCAQ1BNdTQdQGyQSSQ8gDLCUSqWy5x5b\nDPgBT4B/SKXSYxKJ5BNgFFAOmAHtpFKp1Wuu4Qb8UyqVDlbFexAIBAKBQCAQND20XkxLJBIT4L9A\nSQ2P [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x11a8a6790>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "#Plot local \"cost\" values: darker blue is stronger distance decay; grey is no data\n",
+    "\n",
+    "fig = plt.figure(figsize=(12,12))\n",
+    "ax = fig.add_subplot(111)\n",
+    "local_vals['inv_betas'] = (local_vals['betas']*-1)\n",
+    "no_tracts['test'] = 0\n",
+    "no_tracts.plot('test', cmap='copper', ax=ax)\n",
+    "local_vals.plot('inv_betas', cmap='Blues', ax=ax)\n",
+    "plt.xlim(-74.02, -73.95)\n",
+    "plt.ylim(40.7, 40.78)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 14,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stderr",
+     "output_type": "stream",
+     "text": [
+      "//anaconda/envs/spint/lib/python2.7/site-packages/matplotlib/axes/_axes.py:519: UserWarning: No labelled objects found. Use label='...' kwarg on individual plots.\n",
+      "  warnings.warn(\"No labelled objects found. \"\n"
+     ]
+    },
+    {
+     "data": {
+      "text/plain": [
+       "(40.7, 40.78)"
+      ]
+     },
+     "execution_count": 14,
+     "metadata": {},
+     "output_type": "execute_result"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAtMAAALRCAYAAACZPC86AAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzs3XdYVFf+x/E3itLEgqKCKGAbOkiTqrH3Fqyx98Rskq3J\nZnezm90km81vs9nNbpotxh57YqyJld57GxBBxAKIIJ1hGH5/AAYVlTINPa/nyZPAzNx75uRy5zP3\nnvM9OvX19QiCIAiCIAiC0HZdNN0AQRAEQRAEQeisRJgWBEEQBEEQhHYSYVoQBEEQBEEQ2kmEaUEQ\nBEEQBEFoJxGmBUEQBEEQBKGdRJgWBEEQBEEQhHbS1XQDWkMikdgA4UB/qVQqe+ix9cAGoBZ4XyqV\nnpJIJG8BU4F6oA8wQCqVmj9lH6OBf0il0nGqeA+CIAiCIAjCs0frw7REIjEGPgaqW3hsAPAa4AoY\nAsES [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x1143c89d0>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "#Plot local estimates for destination capacity: darker red is larger effect; grey is no data\n",
+    "\n",
+    "fig = plt.figure(figsize=(12,12))\n",
+    "ax = fig.add_subplot(111)\n",
+    "local_vals['cap'] = local_prod['param3']\n",
+    "no_tracts['test'] = 0\n",
+    "no_tracts.plot('test', cmap='copper', ax=ax)\n",
+    "local_vals.plot('cap', cmap='Reds', ax=ax)\n",
+    "plt.legend()\n",
+    "plt.xlim(-74.02, -73.95)\n",
+    "plt.ylim(40.7, 40.78)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 15,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "(40.7, 40.78)"
+      ]
+     },
+     "execution_count": 15,
+     "metadata": {},
+     "output_type": "execute_result"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAtMAAALRCAYAAACZPC86AAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzsnXdYlFfah28EpaugoCIK2AbESq92o7H3XmNL2Ww2+yWb\nTds0TbLZkmpce9SosRtbTGKld1AQGREpgg1RpAwwDsP3B2BQUSnvFPTc15UrgZk555knL+/85pzn\n/B6DiooKBAKBQCAQCAQCQf1ppusABAKBQCAQCASCpooQ0wKBQCAQCAQCQQMRYlogEAgEAoFAIGgg\nQkwLBAKBQCAQCAQNRIhpgUAgEAgEAoGggQgxLRAIBAKBQCAQNBAjXQdQF2QymTMQAdjK5XLlA48t\nAZYCd4Hlcrn8iEwmewsYCVQAVkA7uVxu94Q5vIHP5XL5YE28B4FAIBAIBALB04fei2mZTGYJ/Bso\nreWx [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x11a5e0a50>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "#Plot local estimates for # of housing units: darker red is larger effect; grey is no data\n",
+    "\n",
+    "fig = plt.figure(figsize=(12,12))\n",
+    "ax = fig.add_subplot(111)\n",
+    "local_vals['house'] = local_prod['param2']\n",
+    "no_tracts['test'] = 0\n",
+    "no_tracts.plot('test', cmap='copper', ax=ax)\n",
+    "local_vals.plot('house', cmap='Reds', ax=ax)\n",
+    "plt.legend()\n",
+    "plt.xlim(-74.02, -73.95)\n",
+    "plt.ylim(40.7, 40.78)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 16,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "(40.7, 40.78)"
+      ]
+     },
+     "execution_count": 16,
+     "metadata": {},
+     "output_type": "execute_result"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAtMAAALRCAYAAACZPC86AAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzsnXdYlFfah28UpVtQUBEERR0REKVXW2I0xl5j7A0Ts9ls\nsiW7KVuy2ZrdJPslsRtjS2LvvdM7CIiMiCBiQUR6G4fh+wMwqKiUdwp47uvKlcDMnPeZJ4d3fnPO\nc36PXnV1NQKBQCAQCAQCgaDptNN2AAKBQCAQCAQCQWtFiGmBQCAQCAQCgaCZCDEtEAgEAoFAIBA0\nEyGmBQKBQCAQCASCZiLEtEAgEAgEAoFA0EyEmBYIBAKBQCAQCJqJvrYDaAwymWwQEAFYyuVyxWOP\nLQcCgQfAZ3K5/KhMJvsAGAdUA12BHnK53Oo51/AC/imXy0ep4z0IBAKBQCAQCNoeOi+mZTKZGfAf\noKKB [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x11f6c0890>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "#Plot local estimates for destination building sq footage: darker red is larger effect; grey is no data\n",
+    "\n",
+    "fig = plt.figure(figsize=(12,12))\n",
+    "ax = fig.add_subplot(111)\n",
+    "local_vals['foot'] = local_prod['param1']\n",
+    "no_tracts['test'] = 0\n",
+    "no_tracts.plot('test', cmap='copper', ax=ax)\n",
+    "local_vals.plot('foot', cmap='Reds', ax=ax)\n",
+    "plt.legend()\n",
+    "plt.xlim(-74.02, -73.95)\n",
+    "plt.ylim(40.7, 40.78)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 17,
+   "metadata": {
+    "collapsed": false,
+    "scrolled": false
+   },
+   "outputs": [],
+   "source": [
+    "#Drop NA values\n",
+    "labels = ['start station longitude', 'start station latitude', 'end station longitude', 'end station latitude']\n",
+    "bikes = bikes.dropna(subset=labels)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 18,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "#Prep OD data as vectors and then compute origin or destination focused distance-based weights\n",
+    "\n",
+    "ids = bikes['index'].reshape((-1,1))\n",
+    "origin_x = bikes['SX'].reshape((-1,1))\n",
+    "origin_y = bikes['SY'].reshape((-1,1))\n",
+    "dest_x = bikes['EX'].reshape((-1,1))\n",
+    "dest_y = bikes['EY'].reshape((-1,1))\n",
+    "\n",
+    "\n",
+    "vecs = np.hstack([ids, origin_x, origin_y, dest_x, dest_y])\n",
+    "origins = vecs[:,1:3]\n",
+    "wo = ps.weights.DistanceBand(origins, 999, alpha=-1.5, binary=False, build_sp=False, silent=True)\n",
+    "dests = vecs[:,3:5]\n",
+    "wd = ps.weights.DistanceBand(dests, 999, alpha=-1.5, binary=False, build_sp=False, silent=True)\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 19,
+   "metadata": {
+    "collapsed": false,
+    "scrolled": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "0.15734115508365823"
+      ]
+     },
+     "execution_count": 19,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "#Origin focused Moran's I of OD pairs as vectors in space\n",
+    "vmo = VecMoran(vecs, wo, permutations=1)\n",
+    "vmo.I"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 20,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "0.21322002653342809"
+      ]
+     },
+     "execution_count": 20,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "#Destination focused Moran's I of OD pairs as vectors in space\n",
+    "vmd = VecMoran(vecs, wd, permutations=1)\n",
+    "vmd.I"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "#No substantial examples to show for spatial interaction weights\n",
+    "#Will add them once there is a working SAR Lag spatial interaction\n",
+    "#model implementation avaialble\n",
+    "#from pysal.weights.spintW import vecW, netW, ODW"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": []
+  }
+ ],
+ "metadata": {
+  "anaconda-cloud": {},
+  "kernelspec": {
+   "display_name": "Python [spint]",
+   "language": "python",
+   "name": "Python [spint]"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 2
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython2",
+   "version": "2.7.12"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}
diff --git a/pysal/contrib/spint/notebooks/glm_speed.ipynb b/pysal/contrib/spint/notebooks/glm_speed.ipynb
new file mode 100644
index 0000000..4100a5b
--- /dev/null
+++ b/pysal/contrib/spint/notebooks/glm_speed.ipynb
@@ -0,0 +1,360 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 1,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "Populating the interactive namespace from numpy and matplotlib\n"
+     ]
+    }
+   ],
+   "source": [
+    "import numpy as np\n",
+    "import pandas as pd\n",
+    "from gravity import Gravity, Production, Attraction, Doubly, BaseGravity\n",
+    "from entropy import Unconstrained, ProductionConstrained, AttractionConstrained, DoublyConstrained\n",
+    "import statsmodels.formula.api as smf\n",
+    "from statsmodels.api import families\n",
+    "import matplotlib.pyplot as plt\n",
+    "%pylab inline\n",
+    "\n",
+    "import time                                                \n",
+    "\n",
+    "def timeit(method):\n",
+    "\n",
+    "    def timed(*args, **kw):\n",
+    "        ts = time.time()\n",
+    "        result = method(*args, **kw)\n",
+    "        te = time.time()\n",
+    "        elapsed = te-ts\n",
+    "\n",
+    "        #print '%2.8f sec' % \\\n",
+    "              #(elapsed)\n",
+    "        return result, elapsed\n",
+    "\n",
+    "    return timed"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 2,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "@timeit\n",
+    "def gravity(f ,o, d, o_vars, d_vars, dij, cost='exp', framework='glm'):\n",
+    "    results = Gravity(f, o_vars, d_vars, dij, cost, framework=framework)\n",
+    "    return results\n",
+    "    \n",
+    "@timeit    \n",
+    "def production(f ,o, d, o_vars, d_vars, dij, cost='exp', framework='glm'):\n",
+    "    results = Production(f, o, d_vars, dij, 'exp', framework=framework)\n",
+    "    return results\n",
+    "\n",
+    "@timeit    \n",
+    "def attraction(f ,o, d, o_vars, d_vars, dij, cost='exp', framework='glm'):\n",
+    "    results = Attraction(f, d, o_vars, dij, 'exp', framework=framework)\n",
+    "    return results\n",
+    "\n",
+    "@timeit    \n",
+    "def doubly(f ,o, d, o_vars, d_vars, dij, cost='exp', framework='glm'):\n",
+    "    results = Doubly(f, o, d, dij, 'exp', framework=framework)\n",
+    "    return results\n",
+    "\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 3,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "def sim_data(n):\n",
+    "    o = np.tile(np.arange(n),n)\n",
+    "    d = np.repeat(np.arange(n),n)\n",
+    "    loc_size = np.random.randint(25000,500000, n)\n",
+    "    o_vars = np.tile(loc_size, n)\n",
+    "    d_vars = np.repeat(loc_size, n)\n",
+    "    dij = np.random.exponential(2500, n**2)\n",
+    "    f = o_vars**.3*d_vars**.4*np.exp(dij*-.00005)\n",
+    "    o = np.reshape(o, (-1,1))\n",
+    "    d = np.reshape(d, (-1,1))\n",
+    "    o_vars = np.reshape(o_vars, (-1,1))\n",
+    "    d_vars = np.reshape(d_vars, (-1,1))\n",
+    "    dij = np.reshape(dij, (-1,1))\n",
+    "    f = np.reshape(f, (-1,1))\n",
+    "    f = f.astype(np.int64)\n",
+    "    return f, o, d, o_vars, d_vars, dij\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 4,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "def loop(func, start, stop, step, framework='glm'):\n",
+    "    results = []\n",
+    "    for n in np.arange(start, stop, step):\n",
+    "        f, o, d, o_vars, d_vars, dij = sim_data(n)\n",
+    "        out, elapsed = func(f, o, d, o_vars, d_vars, dij, 'exp', framework=framework)\n",
+    "        print out.params[-2:]\n",
+    "        results.append(elapsed)\n",
+    "    return results\n",
+    "    \n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 5,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "[  4.00001257e-01  -5.00075026e-05]\n",
+      "[  4.00002691e-01  -5.00057493e-05]\n",
+      "[  4.00001649e-01  -5.00060675e-05]\n",
+      "[  4.00001376e-01  -5.00058984e-05]\n",
+      "[  4.00051886e-01  -5.00049596e-05]\n",
+      "[  4.00044719e-01  -5.00050590e-05]\n",
+      "[  4.00043934e-01  -5.00056964e-05]\n",
+      "[  4.00043715e-01  -5.00050037e-05]\n",
+      "[  3.00028487e-01  -5.00050902e-05]\n",
+      "[  3.00033534e-01  -5.00062507e-05]\n",
+      "[  3.00034197e-01  -5.00056436e-05]\n",
+      "[  3.00031161e-01  -5.00054761e-05]\n",
+      "[  8.75614014e+00  -5.00047571e-05]\n",
+      "[  9.11029983e+00  -5.00060123e-05]\n",
+      "[  8.87950504e+00  -5.00053788e-05]\n",
+      "[  8.72216390e+00  -5.00056374e-05]\n"
+     ]
+    }
+   ],
+   "source": [
+    "glm_grav = loop(gravity, 50, 250, 50)\n",
+    "glm_prod = loop(production, 50, 250, 50)\n",
+    "glm_att = loop(attraction, 50, 250, 50)\n",
+    "glm_doub = loop(doubly, 50, 250, 50)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 13,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "[  4.00002626e-01  -5.00057094e-05]\n",
+      "[  4.00000936e-01  -5.00062666e-05]\n",
+      "[  4.00001444e-01  -5.00060850e-05]\n",
+      "[  4.00000755e-01  -5.00061246e-05]\n",
+      "[  4.00052830e-01  -5.00067562e-05]\n",
+      "[  4.00045674e-01  -5.00053804e-05]\n",
+      "[  4.00045399e-01  -5.00052245e-05]\n",
+      "[  4.00046355e-01  -5.00055175e-05]\n",
+      "[  3.00035234e-01  -5.00067417e-05]\n",
+      "[  3.00032374e-01  -5.00055319e-05]\n",
+      "[  3.00032702e-01  -5.00053970e-05]\n",
+      "[  3.00032242e-01  -5.00056510e-05]\n",
+      "[  8.92179263e+00  -5.00048341e-05]\n",
+      "[  9.03051268e+00  -5.00050915e-05]\n",
+      "[  9.09915765e+00  -5.00057034e-05]\n",
+      "[  9.09697592e+00  -5.00055190e-05]\n"
+     ]
+    }
+   ],
+   "source": [
+    "smglm_grav = loop(gravity, 50, 250, 50, framework='sm_glm')\n",
+    "smglm_prod = loop(production, 50, 250, 50, framework='sm_glm')\n",
+    "smglm_att = loop(attraction, 50, 250, 50, framework='sm_glm')\n",
+    "smglm_doub = loop(doubly, 50, 250, 50, framework='sm_glm')"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 6,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "x = np.arange(50, 250, 50)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 12,
+   "metadata": {
+    "collapsed": false,
+    "scrolled": true
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "<matplotlib.text.Text at 0x105cb9d50>"
+      ]
+     },
+     "execution_count": 12,
+     "metadata": {},
+     "output_type": "execute_result"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAYcAAAEZCAYAAAB8culNAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzt3Xd8FHX6wPHPplfSSUggCRBQehEQxBIVFfsdCieIith+\nd4qnp6fSJBRFRLDfWY6iWOHEO/Q8RcGohzTpPSSQnpAe0tvO74/vZrObbApJNrtJnvfrta/M7M7O\nPrNJ5pn5VhBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghOrVoIMXWQYj24WDrAESnMAP4DSgC\n0oFvgIlt3GcMsKGN+7hQdwG7gWLgHLAL+KPJ6+uBpY28V294j6PJc85AluG1xiQCpajvrgg4D4Rc\ncORCdDBJDqI5fwFeBZYBPYE+wNvAbbYMqhWeAl4DVgDBhsf/oZKcs2EbzfBoTB5wo8n6jYbnmnqP\nBtwC [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x10d145b50>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "plt.plot(x, glm_grav, x, glm_prod, x, glm_att, x, glm_doub)\n",
+    "plt.legend(('unconstrained', 'production', 'attraction', 'doubly'))\n",
+    "plt.title('Custom GLM Framework')\n",
+    "plt.xlabel('Sample Size')\n",
+    "plt.ylabel('Seconds')"
+   ]
+  },
+  {
+   "cell_type": "code",
+<<<<<<< HEAD
+   "execution_count": 36,
+=======
+   "execution_count": 14,
+>>>>>>> sparse_glm_spint
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+<<<<<<< HEAD
+       "[<matplotlib.lines.Line2D at 0x10db8c110>,\n",
+       " <matplotlib.lines.Line2D at 0x10d83aed0>,\n",
+       " <matplotlib.lines.Line2D at 0x10db8ca10>,\n",
+       " <matplotlib.lines.Line2D at 0x10db87090>]"
+      ]
+     },
+     "execution_count": 36,
+=======
+       "<matplotlib.text.Text at 0x10d2d9c90>"
+      ]
+     },
+     "execution_count": 14,
+>>>>>>> sparse_glm_spint
+     "metadata": {},
+     "output_type": "execute_result"
+    },
+    {
+     "data": {
+<<<<<<< HEAD
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAXsAAAEACAYAAABS29YJAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzt3XlcVNf9//EXmwiDCigiIgoIKK6AURNjUtJmMybBtGmW\nb7bGNE2bNmnTNo2attKmokma5WezNiaN2UxsFtHsmkribkxUNkGQRZFN2YQZlhnm/v64AwwIgjAz\nd2A+z8djHnPnMsvHEd5z5txzzgUhhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIYSPDgX3AISAbWG3Z\nnwyUAActl0VWj1kO5AE5wJWOKlQIIcTA+FquPYG9wEJgJfD7bu47DfWDwQsIB/IBd/uXKIQQ4lz6\nEsQGy/UwwAOosdx26+a+ScAGwAgUoYb9vIGVKIQQYqD6EvbuqK31CmA7kGXZ/wBwGHgV8LfsG4/a\nvdOm [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x10d809350>"
+=======
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAYoAAAEZCAYAAACJjGL9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzs3XlcVOX+wPHPIDuoLCKbbG6luJumpjcybbF90Wtlm3pv\nt1u231LLXNLU0rZ7f93bopmmlpUtlpm5UFqmVu5ICoIgIoKAsm9zfn88Z4YBAUFmmAG+79drXnPm\nzJlzvjMD5zvPcp4HhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYRoMdrYOwAhrCgW9Te9px7bGoEV\nQI4tAxIXJZb6f4+iCTjZOwBhF8OBX4Bc4AywHbhMf+4BYFsD9hWJOuk6wt+Spt9sKRh4D0gD8oBE\n4APgEv35SGr/PGbpzz1Wbf3j+vqZtRzzAaBCP57p9tbFhd8sNMX3KBrAEf65RdNqB3wDvAn4AqHA\nbKCk [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x10bdb7d90>"
+>>>>>>> sparse_glm_spint
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "plt.plot(x, smglm_grav, x, smglm_prod, x, smglm_att, x, smglm_doub)\n",
+    "plt.legend(('unconstrained', 'production', 'attraction', 'doubly'))\n",
+    "plt.legend(('unconstrained', 'production', 'attraction', 'doubly'))\n",
+    "plt.title('Statsmodels GLM Framework')\n",
+    "plt.xlabel('Sample Size')\n",
+    "plt.ylabel('Seconds')"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": []
+  },
+  {
+   "cell_type": "code",
+<<<<<<< HEAD
+=======
+   "execution_count": 7,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "f, o, d, o_vars, d_vars, dij = sim_data(100)\n",
+    "test = Production(f, o, d_vars, dij, 'exp')"
+   ]
+  },
+  {
+   "cell_type": "code",
+>>>>>>> sparse_glm_spint
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+<<<<<<< HEAD
+   "source": []
+=======
+   "source": [
+    "test."
+   ]
+>>>>>>> sparse_glm_spint
+  }
+ ],
+ "metadata": {
+  "kernelspec": {
+   "display_name": "Python 2",
+   "language": "python",
+   "name": "python2"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 2
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython2",
+   "version": "2.7.9"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}
diff --git a/pysal/contrib/spint/notebooks/local_SI.ipynb b/pysal/contrib/spint/notebooks/local_SI.ipynb
new file mode 100644
index 0000000..60e6419
--- /dev/null
+++ b/pysal/contrib/spint/notebooks/local_SI.ipynb
@@ -0,0 +1,232 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 1,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "Populating the interactive namespace from numpy and matplotlib\n"
+     ]
+    }
+   ],
+   "source": [
+    "import numpy as np\n",
+    "import pandas as pd\n",
+    "import os\n",
+    "os.chdir('../')\n",
+    "from gravity import Gravity, Production, Attraction, Doubly, BaseGravity\n",
+    "import statsmodels.formula.api as smf\n",
+    "from statsmodels.api import families\n",
+    "import matplotlib.pyplot as plt\n",
+    "%pylab inline"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 2,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "austria = pd.read_csv('http://dl.dropbox.com/u/8649795/AT_Austria.csv')\n",
+    "austria = austria[austria['Origin'] != austria['Destination']]\n",
+    "f = austria['Data'].values\n",
+    "o = austria['Origin'].values\n",
+    "d = austria['Destination'].values\n",
+    "dij = austria['Dij'].values\n",
+    "o_vars = austria['Oi2007'].values\n",
+    "d_vars = austria['Dj2007'].values"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 37,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "-0.00976746026969\n"
+     ]
+    }
+   ],
+   "source": [
+    "model = Gravity(f, o_vars, d_vars, dij, 'exp')\n",
+    "print model.params[-1]"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 39,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "[-0.01699776161094757,\n",
+       " -0.0053210259160796358,\n",
+       " -0.0028594272276957211,\n",
+       " -0.006533037784217155,\n",
+       " -0.0024666647861060209,\n",
+       " -0.0058258251130860472,\n",
+       " -0.010739622617965516,\n",
+       " -0.0046867791898773659,\n",
+       " -0.0065940756391066335]"
+      ]
+     },
+     "execution_count": 39,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "local = model.local(loc_index=o, locs=np.unique(o))\n",
+    "local['param2']"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 41,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "-0.00727113391179\n"
+     ]
+    }
+   ],
+   "source": [
+    "model = Production(f, o, d_vars, dij, 'exp')\n",
+    "print model.params[-1]"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 42,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "[-0.016997761610949791,\n",
+       " -0.005321025916080413,\n",
+       " -0.0028594272276953325,\n",
+       " -0.0065330377842177101,\n",
+       " -0.0024666647861060209,\n",
+       " -0.0058258251130863803,\n",
+       " -0.010739622617965183,\n",
+       " -0.0046867791898770328,\n",
+       " -0.0065940756391070776]"
+      ]
+     },
+     "execution_count": 42,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "local = model.local()\n",
+    "local['param2']"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 43,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "-0.00693754909526\n"
+     ]
+    }
+   ],
+   "source": [
+    "model = Attraction(f, d, o_vars, dij, 'exp')\n",
+    "print model.params[-1]"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 44,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "[-0.010872636479707154,\n",
+       " -0.0054690202130680543,\n",
+       " -0.0025567421332022833,\n",
+       " -0.0051439340488994012,\n",
+       " -0.0036020461535491433,\n",
+       " -0.010088935906795271,\n",
+       " -0.012926843651020203,\n",
+       " -0.0075750287063747201,\n",
+       " -0.0081576735088411123]"
+      ]
+     },
+     "execution_count": 44,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "local = model.local()\n",
+    "local['param2']"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": []
+  }
+ ],
+ "metadata": {
+  "kernelspec": {
+   "display_name": "Python 2",
+   "language": "python",
+   "name": "python2"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 2
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython2",
+   "version": "2.7.9"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}
diff --git a/pysal/contrib/spint/notebooks/netW.ipynb b/pysal/contrib/spint/notebooks/netW.ipynb
new file mode 100644
index 0000000..fe6a717
--- /dev/null
+++ b/pysal/contrib/spint/notebooks/netW.ipynb
@@ -0,0 +1,305 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 1,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "import numpy as np\n",
+    "import os\n",
+    "os.chdir('/Users/toshan/dev/pysal/pysal/weights')\n",
+    "from spintW import netW, mat2L"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 2,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "link_list = [('a', 'b'), ('a', 'c'), ('a', 'd'), ('b', 'a'), ('b', 'c'), ('b', 'd'), ('c', 'a'), ('c', 'b'), ('c', 'd'), ('d', 'a'), ('d', 'b'), ('d', 'c')]"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 3,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "array([[ 0.,  1.,  1.,  1.,  1.,  1.,  1.,  1.,  0.,  1.,  1.,  0.],\n",
+       "       [ 1.,  0.,  1.,  1.,  1.,  0.,  1.,  1.,  1.,  1.,  0.,  1.],\n",
+       "       [ 1.,  1.,  0.,  1.,  0.,  1.,  1.,  0.,  1.,  1.,  1.,  1.],\n",
+       "       [ 1.,  1.,  1.,  0.,  1.,  1.,  1.,  1.,  0.,  1.,  1.,  0.],\n",
+       "       [ 1.,  1.,  0.,  1.,  0.,  1.,  1.,  1.,  1.,  0.,  1.,  1.],\n",
+       "       [ 1.,  0.,  1.,  1.,  1.,  0.,  0.,  1.,  1.,  1.,  1.,  1.],\n",
+       "       [ 1.,  1.,  1.,  1.,  1.,  0.,  0.,  1.,  1.,  1.,  0.,  1.],\n",
+       "       [ 1.,  1.,  0.,  1.,  1.,  1.,  1.,  0.,  1.,  0.,  1.,  1.],\n",
+       "       [ 0.,  1.,  1.,  0.,  1.,  1.,  1.,  1.,  0.,  1.,  1.,  1.],\n",
+       "       [ 1.,  1.,  1.,  1.,  0.,  1.,  1.,  0.,  1.,  0.,  1.,  1.],\n",
+       "       [ 1.,  0.,  1.,  1.,  1.,  1.,  0.,  1.,  1.,  1.,  0.,  1.],\n",
+       "       [ 0.,  1.,  1.,  0.,  1.,  1.,  1.,  1.,  1.,  1.,  1.,  0.]])"
+      ]
+     },
+     "execution_count": 3,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "w = netW(link_list)\n",
+    "w.full()[0]"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 4,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "array([[ 0.,  1.,  1.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.],\n",
+       "       [ 1.,  0.,  1.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.],\n",
+       "       [ 1.,  1.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.],\n",
+       "       [ 0.,  0.,  0.,  0.,  1.,  1.,  0.,  0.,  0.,  0.,  0.,  0.],\n",
+       "       [ 0.,  0.,  0.,  1.,  0.,  1.,  0.,  0.,  0.,  0.,  0.,  0.],\n",
+       "       [ 0.,  0.,  0.,  1.,  1.,  0.,  0.,  0.,  0.,  0.,  0.,  0.],\n",
+       "       [ 0.,  0.,  0.,  0.,  0.,  0.,  0.,  1.,  1.,  0.,  0.,  0.],\n",
+       "       [ 0.,  0.,  0.,  0.,  0.,  0.,  1.,  0.,  1.,  0.,  0.,  0.],\n",
+       "       [ 0.,  0.,  0.,  0.,  0.,  0.,  1.,  1.,  0.,  0.,  0.,  0.],\n",
+       "       [ 0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  1.,  1.],\n",
+       "       [ 0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  1.,  0.,  1.],\n",
+       "       [ 0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  1.,  1.,  0.]])"
+      ]
+     },
+     "execution_count": 4,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "w = netW(link_list, share='O')\n",
+    "w.full()[0]"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 5,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "array([[ 0.,  0.,  0.,  0.,  0.,  0.,  0.,  1.,  0.,  0.,  1.,  0.],\n",
+       "       [ 0.,  0.,  0.,  0.,  1.,  0.,  0.,  0.,  0.,  0.,  0.,  1.],\n",
+       "       [ 0.,  0.,  0.,  0.,  0.,  1.,  0.,  0.,  1.,  0.,  0.,  0.],\n",
+       "       [ 0.,  0.,  0.,  0.,  0.,  0.,  1.,  0.,  0.,  1.,  0.,  0.],\n",
+       "       [ 0.,  1.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  1.],\n",
+       "       [ 0.,  0.,  1.,  0.,  0.,  0.,  0.,  0.,  1.,  0.,  0.,  0.],\n",
+       "       [ 0.,  0.,  0.,  1.,  0.,  0.,  0.,  0.,  0.,  1.,  0.,  0.],\n",
+       "       [ 1.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  1.,  0.],\n",
+       "       [ 0.,  0.,  1.,  0.,  0.,  1.,  0.,  0.,  0.,  0.,  0.,  0.],\n",
+       "       [ 0.,  0.,  0.,  1.,  0.,  0.,  1.,  0.,  0.,  0.,  0.,  0.],\n",
+       "       [ 1.,  0.,  0.,  0.,  0.,  0.,  0.,  1.,  0.,  0.,  0.,  0.],\n",
+       "       [ 0.,  1.,  0.,  0.,  1.,  0.,  0.,  0.,  0.,  0.,  0.,  0.]])"
+      ]
+     },
+     "execution_count": 5,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "w = netW(link_list, share='D')\n",
+    "w.full()[0]"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 6,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "array([[ 0.,  1.,  1.,  0.,  0.,  0.,  0.,  1.,  0.,  0.,  1.,  0.],\n",
+       "       [ 1.,  0.,  1.,  0.,  1.,  0.,  0.,  0.,  0.,  0.,  0.,  1.],\n",
+       "       [ 1.,  1.,  0.,  0.,  0.,  1.,  0.,  0.,  1.,  0.,  0.,  0.],\n",
+       "       [ 0.,  0.,  0.,  0.,  1.,  1.,  1.,  0.,  0.,  1.,  0.,  0.],\n",
+       "       [ 0.,  1.,  0.,  1.,  0.,  1.,  0.,  0.,  0.,  0.,  0.,  1.],\n",
+       "       [ 0.,  0.,  1.,  1.,  1.,  0.,  0.,  0.,  1.,  0.,  0.,  0.],\n",
+       "       [ 0.,  0.,  0.,  1.,  0.,  0.,  0.,  1.,  1.,  1.,  0.,  0.],\n",
+       "       [ 1.,  0.,  0.,  0.,  0.,  0.,  1.,  0.,  1.,  0.,  1.,  0.],\n",
+       "       [ 0.,  0.,  1.,  0.,  0.,  1.,  1.,  1.,  0.,  0.,  0.,  0.],\n",
+       "       [ 0.,  0.,  0.,  1.,  0.,  0.,  1.,  0.,  0.,  0.,  1.,  1.],\n",
+       "       [ 1.,  0.,  0.,  0.,  0.,  0.,  0.,  1.,  0.,  1.,  0.,  1.],\n",
+       "       [ 0.,  1.,  0.,  0.,  1.,  0.,  0.,  0.,  0.,  1.,  1.,  0.]])"
+      ]
+     },
+     "execution_count": 6,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "w = netW(link_list, share='OD')\n",
+    "w.full()[0]"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 7,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "array([[ 0.,  0.,  0.,  1.,  1.,  1.,  0.,  0.,  0.,  0.,  0.,  0.],\n",
+       "       [ 0.,  0.,  0.,  0.,  0.,  0.,  1.,  1.,  1.,  0.,  0.,  0.],\n",
+       "       [ 0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  1.,  1.,  1.],\n",
+       "       [ 1.,  1.,  1.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.],\n",
+       "       [ 0.,  0.,  0.,  0.,  0.,  0.,  1.,  1.,  1.,  0.,  0.,  0.],\n",
+       "       [ 0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  1.,  1.,  1.],\n",
+       "       [ 1.,  1.,  1.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.],\n",
+       "       [ 0.,  0.,  0.,  1.,  1.,  1.,  0.,  0.,  0.,  0.,  0.,  0.],\n",
+       "       [ 0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  1.,  1.,  1.],\n",
+       "       [ 1.,  1.,  1.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.],\n",
+       "       [ 0.,  0.,  0.,  1.,  1.,  1.,  0.,  0.,  0.,  0.,  0.,  0.],\n",
+       "       [ 0.,  0.,  0.,  0.,  0.,  0.,  1.,  1.,  1.,  0.,  0.,  0.]])"
+      ]
+     },
+     "execution_count": 7,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "w = netW(link_list, share='C')\n",
+    "w.full()[0]"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 8,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "array([[0, 1, 1],\n",
+       "       [1, 0, 1],\n",
+       "       [1, 1, 0]])"
+      ]
+     },
+     "execution_count": 8,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "mat = np.array([[0,1,1],[1,0,1],[1,1,0]])\n",
+    "mat"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 11,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "[(0, 1), (0, 2), (1, 0), (1, 2), (2, 0), (2, 1)]"
+      ]
+     },
+     "execution_count": 11,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "adjL = mat2L(mat)\n",
+    "adjL"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 10,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "array([[ 0.,  0.,  1.,  1.,  0.,  0.],\n",
+       "       [ 0.,  0.,  0.,  0.,  1.,  1.],\n",
+       "       [ 1.,  1.,  0.,  0.,  0.,  0.],\n",
+       "       [ 0.,  0.,  0.,  0.,  1.,  1.],\n",
+       "       [ 1.,  1.,  0.,  0.,  0.,  0.],\n",
+       "       [ 0.,  0.,  1.,  1.,  0.,  0.]])"
+      ]
+     },
+     "execution_count": 10,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "w = netW(adjL, share='C')\n",
+    "w.full()[0]"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": []
+  }
+ ],
+ "metadata": {
+  "kernelspec": {
+   "display_name": "Python 2",
+   "language": "python",
+   "name": "python2"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 2
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython2",
+   "version": "2.7.9"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}
diff --git a/pysal/contrib/spint/notebooks/sparse_categorical.ipynb b/pysal/contrib/spint/notebooks/sparse_categorical.ipynb
new file mode 100644
index 0000000..457c4d2
--- /dev/null
+++ b/pysal/contrib/spint/notebooks/sparse_categorical.ipynb
@@ -0,0 +1,184 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 1,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "import numpy as np\n",
+    "from scipy import sparse as sp\n",
+    "from statsmodels.tools.tools import categorical\n",
+    "from datetime import datetime as dt\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 2,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "def spcategorical(data):\n",
+    "    '''\n",
+    "    Returns a dummy matrix given an array of categorical variables.\n",
+    "    Parameters\n",
+    "    ----------\n",
+    "    data : array\n",
+    "        A 1d vector of the categorical variable.\n",
+    "\n",
+    "    Returns\n",
+    "    --------\n",
+    "    dummy_matrix\n",
+    "        A sparse matrix of dummy (indicator/binary) float variables for the\n",
+    "        categorical data.  \n",
+    "\n",
+    "    '''\n",
+    "    if np.squeeze(data).ndim == 1:\n",
+    "        tmp_arr = np.unique(data)\n",
+    "        tmp_dummy = sp.csr_matrix((0, len(data)))\n",
+    "        for each in tmp_arr[:, None]:\n",
+    "            row = sp.csr_matrix((each == data).astype(float))\n",
+    "            tmp_dummy = sp.vstack([tmp_dummy, row])\n",
+    "        tmp_dummy = tmp_dummy.T\n",
+    "        return tmp_dummy\n",
+    "    else:\n",
+    "        raise IndexError(\"The index %s is not understood\" % col)\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 3,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "True"
+      ]
+     },
+     "execution_count": 3,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "data = np.random.randint(1,100, 10000)\n",
+    "np.allclose(spcategorical(np.array(data)).toarray(), categorical(np.array(data), drop=True))"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 4,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "ename": "KeyboardInterrupt",
+     "evalue": "",
+     "output_type": "error",
+     "traceback": [
+      "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
+      "\u001b[0;31mKeyboardInterrupt\u001b[0m                         Traceback (most recent call last)",
+      "\u001b[0;32m<ipython-input-4-a64b538a6ade>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m()\u001b[0m\n\u001b[1;32m      2\u001b[0m \u001b[0mn\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0;36m3000\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m      3\u001b[0m \u001b[0mo\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mnp\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mtile\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mnp\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0marange\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mn [...]
+      "\u001b[0;32m<ipython-input-2-68702ba242f4>\u001b[0m in \u001b[0;36mspcategorical\u001b[0;34m(data)\u001b[0m\n\u001b[1;32m     18\u001b[0m         \u001b[0mtmp_dummy\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0msp\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mcsr_matrix\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;36m0\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mlen\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mdata\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m)\u001b[ [...]
+      "\u001b[0;32m/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/sparse/compressed.pyc\u001b[0m in \u001b[0;36m__init__\u001b[0;34m(self, arg1, shape, dtype, copy)\u001b[0m\n\u001b[1;32m     67\u001b[0m                         self.format)\n\u001b[1;32m     68\u001b[0m             \u001b[0;32mfrom\u001b[0m \u001b[0;34m.\u001b[0m\u001b[0mcoo\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0mcoo_matrix\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m-- [...]
+      "\u001b[0;32m/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/sparse/coo.pyc\u001b[0m in \u001b[0;36m__init__\u001b[0;34m(self, arg1, shape, dtype, copy)\u001b[0m\n\u001b[1;32m    197\u001b[0m                     \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mshape\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mM\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mshape\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m    198\u001b[0m \u001b[0;34m\u001b[0m\ [...]
+      "\u001b[0;31mKeyboardInterrupt\u001b[0m: "
+     ]
+    }
+   ],
+   "source": [
+    "s = dt.now()\n",
+    "n = 3000\n",
+    "o = np.tile(np.arange(n),n)\n",
+    "o_dums = spcategorical(np.array(o))\n",
+    "n = 3000\n",
+    "d = np.repeat(np.arange(n),n)\n",
+    "d_dums = spcategorical(np.array(d))\n",
+    "sp.hstack((o_dums, d_dums))\n",
+    "e = dt.now()\n",
+    "print e-s"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 59,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "<9000000x6000 sparse matrix of type '<type 'numpy.float64'>'\n",
+       "\twith 18000000 stored elements in Compressed Sparse Column format>"
+      ]
+     },
+     "execution_count": 59,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "all_dums = sp.hstack((o_dums, d_dums))\n",
+    "all_dums"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 7,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "(10000, 99)\n"
+     ]
+    }
+   ],
+   "source": [
+    "print spcategorical(np.array(data)).toarray().shape"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": []
+  }
+ ],
+ "metadata": {
+  "kernelspec": {
+   "display_name": "Python 2",
+   "language": "python",
+   "name": "python2"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 2
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython2",
+   "version": "2.7.9"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}
diff --git a/pysal/contrib/spint/notebooks/sparse_categorical_bottleneck.ipynb b/pysal/contrib/spint/notebooks/sparse_categorical_bottleneck.ipynb
new file mode 100644
index 0000000..51d2177
--- /dev/null
+++ b/pysal/contrib/spint/notebooks/sparse_categorical_bottleneck.ipynb
@@ -0,0 +1,79 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 2,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "from scipy import sparse as sp\n",
+    "import numpy as np\n",
+    "\n",
+    "def spcategorical(n_cat_ids):\n",
+    "    '''\n",
+    "    Returns a dummy matrix given an array of categorical variables.\n",
+    "    Parameters\n",
+    "    ----------\n",
+    "    n_cat_ids    : array\n",
+    "                   A 1d vector of the categorical labels for n observations.\n",
+    "\n",
+    "    Returns\n",
+    "    --------\n",
+    "    dummy        : array\n",
+    "                   A sparse matrix of dummy (indicator/binary) variables for the\n",
+    "                   categorical data.  \n",
+    "\n",
+    "    '''\n",
+    "    if np.squeeze(n_cat_ids).ndim == 1:\n",
+    "        cat_set = np.unique(n_cat_ids)\n",
+    "        n = len(n_cat_ids)\n",
+    "        index = [np.where(cat_set == id)[0].tolist()[0] for id in n_cat_ids] #This list comprehension is likely \n",
+    "        print index                                                                    #the most intense part of the algorithm\n",
+    "        indptr = np.arange(n+1, dtype=int) \n",
+    "        return sp.csr_matrix((np.ones(n), index, indptr))\n",
+    "    else:\n",
+    "        raise IndexError(\"The index %s is not understood\" % col)\n",
+    "\n",
+    "#If the variable, n_cat_ids, is already composed of integers and the integers are the n x 1 vector of\n",
+    "#origins or destinations in OD pairs for which w ewant to build fixed effects then there is no need to \n",
+    "#create the index variable, which probably takes the most time within this function. Instead n_cat_ids can\n",
+    "#passed directly to the csr matrix constructor and some speed-ups can be achieved. In the case where the\n",
+    "#origin/destination ids are not integers but are strings a speed-up may be possible by alterign the algorithm\n",
+    "#so that the index is build in chunks (say each origin/destination) rather than for each row of of the n x 1\n",
+    "#n_cat_ids array as is done in creating the index variable."
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": []
+  }
+ ],
+ "metadata": {
+  "kernelspec": {
+   "display_name": "Python 2",
+   "language": "python",
+   "name": "python2"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 2
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython2",
+   "version": "2.7.9"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}
diff --git a/pysal/contrib/spint/notebooks/sparse_categorical_speed.ipynb b/pysal/contrib/spint/notebooks/sparse_categorical_speed.ipynb
new file mode 100644
index 0000000..ae33cd2
--- /dev/null
+++ b/pysal/contrib/spint/notebooks/sparse_categorical_speed.ipynb
@@ -0,0 +1,596 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 3,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "Populating the interactive namespace from numpy and matplotlib\n"
+     ]
+    },
+    {
+     "name": "stderr",
+     "output_type": "stream",
+     "text": [
+      "WARNING: pylab import has clobbered these variables: ['f']\n",
+      "`%matplotlib` prevents importing * from pylab and numpy\n"
+     ]
+    }
+   ],
+   "source": [
+    "import numpy as np\n",
+    "import pysal\n",
+    "import scipy.sparse as sp\n",
+    "import itertools as iter\n",
+    "from scipy.stats import f, chisqprob\n",
+    "import numpy.linalg as la\n",
+    "import pandas as pd\n",
+    "from datetime import datetime as dt\n",
+    "import matplotlib.pyplot as plt\n",
+    "%pylab inline"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 4,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "#OLD\n",
+    "\"\"\"\n",
+    "def spcategorical2(n_cat_ids):\n",
+    "    '''\n",
+    "    Returns a dummy matrix given an array of categorical variables.\n",
+    "    Parameters\n",
+    "    ----------\n",
+    "    n_cat_ids    : array\n",
+    "                   A 1d vector of the categorical labels for n observations.\n",
+    "\n",
+    "    Returns\n",
+    "    --------\n",
+    "    dummy        : array\n",
+    "                   A sparse matrix of dummy (indicator/binary) variables for the\n",
+    "                   categorical data.  \n",
+    "\n",
+    "    '''\n",
+    "    if np.squeeze(n_cat_ids).ndim == 1:\n",
+    "        cat_set = np.unique(n_cat_ids)\n",
+    "        n = len(n_cat_ids)\n",
+    "        C = len(cat_set)\n",
+    "        row_map = dict((id, np.where(cat_set == id)[0]) for id in n_cat_ids)\n",
+    "        indices = np.array([row_map[row] for row in n_cat_ids]).flatten()\n",
+    "        indptr = np.zeros((n + 1, ), dtype=int)\n",
+    "        indptr[:-1] = list(np.arange(n))\n",
+    "        indptr[-1] = n \n",
+    "        return sp.csr_matrix((np.ones(n), indices, indptr))\n",
+    "    else:\n",
+    "        raise IndexError(\"The index %s is not understood\" % col)\n",
+    "\"\"\"\n",
+    "def spcategorical2(n_cat_ids):\n",
+    "    '''\n",
+    "    Returns a dummy matrix given an array of categorical variables.\n",
+    "    Parameters\n",
+    "    ----------\n",
+    "    n_cat_ids    : array\n",
+    "                   A 1d vector of the categorical labels for n observations.\n",
+    "\n",
+    "    Returns\n",
+    "    --------\n",
+    "    dummy        : array\n",
+    "                   A sparse matrix of dummy (indicator/binary) variables for the\n",
+    "                   categorical data.  \n",
+    "\n",
+    "    '''\n",
+    "    if np.squeeze(n_cat_ids).ndim == 1:\n",
+    "        cat_set = np.unique(n_cat_ids)\n",
+    "        n = len(n_cat_ids)\n",
+    "        C = len(cat_set)\n",
+    "        indices = n_cat_ids\n",
+    "        indptr = np.arange(n+1, dtype=int) \n",
+    "        return sp.csr_matrix((np.ones(n), indices, indptr))\n",
+    "    else:\n",
+    "        raise IndexError(\"The index %s is not understood\" % col)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 5,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "def spcategorical1(data):\n",
+    "    '''\n",
+    "    Returns a dummy matrix given an array of categorical variables.\n",
+    "    Parameters\n",
+    "    ----------\n",
+    "    data : array\n",
+    "        A 1d vector of the categorical variable.\n",
+    "\n",
+    "    Returns\n",
+    "    --------\n",
+    "    dummy_matrix\n",
+    "        A sparse matrix of dummy (indicator/binary) variables for the\n",
+    "        categorical data.  \n",
+    "\n",
+    "    '''\n",
+    "    if np.squeeze(data).ndim == 1:\n",
+    "        tmp_arr = np.unique(data)\n",
+    "        tmp_dummy = sp.csr_matrix((0, len(data)))\n",
+    "        for each in tmp_arr[:, None]:\n",
+    "            row = sp.csr_matrix((each == data).astype(float))\n",
+    "            tmp_dummy = sp.vstack([tmp_dummy, row])\n",
+    "        tmp_dummy = tmp_dummy.T\n",
+    "        return tmp_dummy\n",
+    "    else:\n",
+    "        raise IndexError(\"The index %s is not understood\" % col)\n",
+    "\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 6,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "def spcategorical1a(data):\n",
+    "    '''\n",
+    "    Returns a dummy matrix given an array of categorical variables.\n",
+    "    Parameters\n",
+    "    ----------\n",
+    "    data : array\n",
+    "        A 1d vector of the categorical variable.\n",
+    "\n",
+    "    Returns\n",
+    "    --------\n",
+    "    dummy_matrix\n",
+    "        A sparse matrix of dummy (indicator/binary) variables for the\n",
+    "        categorical data.  \n",
+    "\n",
+    "    '''\n",
+    "    if np.squeeze(data).ndim == 1:\n",
+    "        tmp_arr = np.unique(data)\n",
+    "        n = len(data)\n",
+    "        C = len(tmp_arr)\n",
+    "        tmp_dummy = sp.dok_matrix((n, C))\n",
+    "        for each in tmp_arr[:, None]:\n",
+    "            row = (each == data).astype(float)\n",
+    "            tmp_dummy[:,each[0]] = row.reshape((n,1))\n",
+    "        return tmp_dummy.tocsr()\n",
+    "    else:\n",
+    "        raise IndexError(\"The index %s is not understood\" % col)\n",
+    "\n",
+    "\n",
+    "\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 7,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "def spcategorical1b(data):\n",
+    "    '''\n",
+    "    Returns a dummy matrix given an array of categorical variables.\n",
+    "    Parameters\n",
+    "    ----------\n",
+    "    data : array\n",
+    "        A 1d vector of the categorical variable.\n",
+    "\n",
+    "    Returns\n",
+    "    --------\n",
+    "    dummy_matrix\n",
+    "        A sparse matrix of dummy (indicator/binary) variables for the\n",
+    "        categorical data.  \n",
+    "\n",
+    "    '''\n",
+    "    if np.squeeze(data).ndim == 1:\n",
+    "        tmp_arr = np.unique(data)\n",
+    "        n = len(data)\n",
+    "        C = len(tmp_arr)\n",
+    "        tmp_dummy = sp.lil_matrix((n, C))\n",
+    "        for each in tmp_arr[:, None]:\n",
+    "            row = (each == data).astype(float)\n",
+    "            tmp_dummy[:,each[0]] = row.reshape((n,1))\n",
+    "        return tmp_dummy.tocsr()\n",
+    "    else:\n",
+    "        raise IndexError(\"The index %s is not understood\" % col)\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 8,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "True\n",
+      "True\n",
+      "True\n"
+     ]
+    }
+   ],
+   "source": [
+    "n = 20\n",
+    "o = np.tile(np.arange(n),n)\n",
+    "print np.allclose(spcategorical1(o).toarray(), spcategorical2(o).toarray())\n",
+    "print np.allclose(spcategorical1(o).toarray(), spcategorical1a(o).toarray())\n",
+    "print np.allclose(spcategorical1(o).toarray(), spcategorical1b(o).toarray())"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 9,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "spcat1 = []\n",
+    "for n in np.arange(25,250,25):\n",
+    "    o = np.tile(np.arange(n),n)\n",
+    "    s = dt.now()\n",
+    "    a = spcategorical1(np.array(o))\n",
+    "    e = dt.now()\n",
+    "    spcat1.append((e-s).total_seconds())"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "spcat1a = []\n",
+    "for n in np.arange(25,250,25):\n",
+    "    o = np.tile(np.arange(n),n)\n",
+    "    s = dt.now()\n",
+    "    b = spcategorical1a(np.array(o))\n",
+    "    e = dt.now()\n",
+    "    spcat1a.append((e-s).total_seconds())"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "spcat1b = []\n",
+    "for n in np.arange(25,250,25):\n",
+    "    o = np.tile(np.arange(n),n)\n",
+    "    s = dt.now()\n",
+    "    b = spcategorical1b(np.array(o))\n",
+    "    e = dt.now()\n",
+    "    spcat1b.append((e-s).total_seconds())"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "spcat2 = []\n",
+    "for n in np.arange(25,250,25):\n",
+    "    o = np.tile(np.arange(n),n)\n",
+    "    s = dt.now()\n",
+    "    b = spcategorical2(np.array(o))\n",
+    "    e = dt.now()\n",
+    "    spcat2.append((e-s).total_seconds())"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "spcat1"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "spcat1a"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "spcat1b"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "spcat2"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "x = np.arange(25, 250, 25)\n",
+    "plt.plot(x, spcat1, x, spcat1a, x, spcat1b, x, spcat2)\n",
+    "plt.legend(('spcat1', 'spcat1a', 'spcat1b', 'spcat2'))\n",
+    "plt.title('Speed of Sparse Dummy Functions')\n",
+    "plt.xlabel('Sample Size')\n",
+    "plt.ylabel('Seconds')"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "###### It is obvious that spcat1 and spcat2 are the fastest functions for creating sparse dummies. The differnece between these two functions is that spcat1 creates the dummies row by row (in sparse format) and then stacks the rows using sparse.hstack() while spcat2 builds an index for the non-zero dummy variable entries and then uses this index to instanitate the entire sparse dummy matrix, somewhat simularly to how the regimes are built in pysal. The slower functions spcat1a and s [...]
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "spcat1 = []\n",
+    "for n in np.arange(100,1000,100):\n",
+    "    o = np.tile(np.arange(n),n)\n",
+    "    s = dt.now()\n",
+    "    b = spcategorical1(np.array(o))\n",
+    "    e = dt.now()\n",
+    "    spcat1.append((e-s).total_seconds())"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "spcat2 = []\n",
+    "for n in np.arange(100,1000,100):\n",
+    "    o = np.tile(np.arange(n),n)\n",
+    "    s = dt.now()\n",
+    "    b = spcategorical2(np.array(o))\n",
+    "    e = dt.now()\n",
+    "    spcat2.append((e-s).total_seconds())"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "spcat1"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "spcat2"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "x = np.arange(100, 1000, 100)\n",
+    "plt.plot(x, spcat1, x, spcat2)\n",
+    "plt.legend(('spcat1', 'spcat2'))\n",
+    "plt.title('Speed of Sparse Dummy Functions')\n",
+    "plt.xlabel('Sample Size')\n",
+    "plt.ylabel('Seconds')"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "###### It is clear that the spcat2 function, which uses the non-zero-value index, is more efficient than the row by row method in spcat1. However, from additional testing, it was noticed that spcat2 does use more memory and for larger n (somewhere between 10k and 20k), my notebook ran out of memory. This is likely due to to the fact that the spcat2 function requires an ($n^2$,) array ones ones, an index array of shape ($n^2$,) and an index pointer array of shape ($n^2$,). Combined t [...]
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 10,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "def concatenate_csc_matrices_by_columns(matrix1, matrix2):\n",
+    "    new_data = np.concatenate((matrix1.data, matrix2.data))\n",
+    "    new_indices = np.concatenate((matrix1.indices, matrix2.indices))\n",
+    "    new_ind_ptr = matrix2.indptr + len(matrix1.data)\n",
+    "    new_ind_ptr = new_ind_ptr[1:]\n",
+    "    new_ind_ptr = np.concatenate((matrix1.indptr, new_ind_ptr))\n",
+    "\n",
+    "    return csc_matrix((new_data, new_indices, new_ind_ptr))\n",
+    "\n",
+    "def spcategorical2a(n_cat_ids, unique=None):\n",
+    "    '''\n",
+    "    Returns a dummy matrix given an array of categorical variables.\n",
+    "    Parameters\n",
+    "    ----------\n",
+    "    n_cat_ids    : array\n",
+    "                   A 1d vector of the categorical labels for n observations.\n",
+    "\n",
+    "    Returns\n",
+    "    --------\n",
+    "    dummy        : array\n",
+    "                   A sparse matrix of dummy (indicator/binary) variables for the\n",
+    "                   categorical data.  \n",
+    "\n",
+    "    '''\n",
+    "    if np.squeeze(n_cat_ids).ndim == 1:\n",
+    "        n = np.size(n_cat_ids)\n",
+    "        indptr = np.arange(n+1, dtype=uint32) \n",
+    "        return sp.csr_matrix((np.ones(n, dtype=int8), n_cat_ids, indptr))\n",
+    "    else:\n",
+    "        raise IndexError(\"The index %s is not understood\" % col)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 13,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "0:00:00.462530\n"
+     ]
+    },
+    {
+     "data": {
+      "text/plain": [
+       "<12250000x3500 sparse matrix of type '<type 'numpy.float64'>'\n",
+       "\twith 12250000 stored elements in Compressed Sparse Row format>"
+      ]
+     },
+     "execution_count": 13,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "n = 3500\n",
+    "o = np.tile(np.arange(n, dtype=uint16),n)\n",
+    "s = dt.now()\n",
+    "b2 = spcategorical2(o)\n",
+    "e = dt.now()\n",
+    "print e-s\n",
+    "b2"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 14,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "0:00:00.074958\n"
+     ]
+    },
+    {
+     "data": {
+      "text/plain": [
+       "<12250000x3500 sparse matrix of type '<type 'numpy.int8'>'\n",
+       "\twith 12250000 stored elements in Compressed Sparse Row format>"
+      ]
+     },
+     "execution_count": 14,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "n = 3500\n",
+    "o = np.tile(np.arange(n, dtype=uint16),n)\n",
+    "s = dt.now()\n",
+    "b2a = spcategorical2a(o)\n",
+    "e = dt.now()\n",
+    "print e-s\n",
+    "b2a"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": []
+  }
+ ],
+ "metadata": {
+  "kernelspec": {
+   "display_name": "Python 2",
+   "language": "python",
+   "name": "python2"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 2
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython2",
+   "version": "2.7.9"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}
diff --git a/pysal/contrib/spint/notebooks/sparse_grav.ipynb b/pysal/contrib/spint/notebooks/sparse_grav.ipynb
new file mode 100644
index 0000000..ee08e63
--- /dev/null
+++ b/pysal/contrib/spint/notebooks/sparse_grav.ipynb
@@ -0,0 +1,457 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 1,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "Populating the interactive namespace from numpy and matplotlib\n"
+     ]
+    }
+   ],
+   "source": [
+    "import numpy as np\n",
+    "import pandas as pd\n",
+    "from gravity import Gravity, Production, Attraction, Doubly, BaseGravity\n",
+    "from entropy import Unconstrained, ProductionConstrained, AttractionConstrained, DoublyConstrained\n",
+    "import statsmodels.formula.api as smf\n",
+    "from statsmodels.api import families\n",
+    "import matplotlib.pyplot as plt\n",
+    "%pylab inline\n",
+    "\n",
+    "import time                                                \n",
+    "\n",
+    "def timeit(method):\n",
+    "\n",
+    "    def timed(*args, **kw):\n",
+    "        ts = time.time()\n",
+    "        result = method(*args, **kw)\n",
+    "        te = time.time()\n",
+    "        elapsed = te-ts\n",
+    "\n",
+    "        #print '%2.8f sec' % \\\n",
+    "              #(elapsed)\n",
+    "        return result, elapsed\n",
+    "\n",
+    "    return timed"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 2,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "@timeit\n",
+    "def gravity(f ,o, d, o_vars, d_vars, dij, cost='exp', framework='glm'):\n",
+    "    results = Gravity(f, o_vars, d_vars, dij, cost, framework=framework)\n",
+    "    return results\n",
+    "    \n",
+    "@timeit    \n",
+    "def production(f ,o, d, o_vars, d_vars, dij, cost='exp', framework='glm'):\n",
+    "    results = Production(f, o, d_vars, dij, 'exp', framework=framework)\n",
+    "    return results\n",
+    "\n",
+    "@timeit    \n",
+    "def attraction(f ,o, d, o_vars, d_vars, dij, cost='exp', framework='glm'):\n",
+    "    results = Attraction(f, d, o_vars, dij, 'exp', framework=framework)\n",
+    "    return results\n",
+    "\n",
+    "@timeit    \n",
+    "def doubly(f ,o, d, o_vars, d_vars, dij, cost='exp', framework='glm'):\n",
+    "    results = Doubly(f, o, d, dij, 'exp', framework=framework)\n",
+    "    return results\n",
+    "\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 3,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "def sim_data(n):\n",
+    "    o = np.tile(np.arange(n),n)\n",
+    "    d = np.repeat(np.arange(n),n)\n",
+    "    loc_size = np.random.randint(25000,500000, n)\n",
+    "    o_vars = np.tile(loc_size, n)\n",
+    "    d_vars = np.repeat(loc_size, n)\n",
+    "    dij = np.random.exponential(2500, n**2)\n",
+    "    f = o_vars**.3*d_vars**.4*np.exp(dij*-.00005)\n",
+    "    o = np.reshape(o, (-1,1))\n",
+    "    d = np.reshape(d, (-1,1))\n",
+    "    o_vars = np.reshape(o_vars, (-1,1))\n",
+    "    d_vars = np.reshape(d_vars, (-1,1))\n",
+    "    dij = np.reshape(dij, (-1,1))\n",
+    "    f = np.reshape(f, (-1,1))\n",
+    "    f = f.astype(np.int64)\n",
+    "    return f, o, d, o_vars, d_vars, dij\n",
+    "\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 4,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "def loop(func, start, stop, step, framework='glm'):\n",
+    "    results = []\n",
+    "    for n in np.arange(start, stop, step):\n",
+    "        f, o, d, o_vars, d_vars, dij = sim_data(n)\n",
+    "        out, elapsed = func(f, o, d, o_vars, d_vars, dij, 'exp', framework=framework)\n",
+    "        print out.params[-2:]\n",
+    "        results.append(elapsed)\n",
+    "    return results\n",
+    "    \n",
+    "\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 8,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "[  4.00004848e-01  -5.00084038e-05]\n",
+      "[  4.00000573e-01  -5.00062538e-05]\n",
+      "[  4.00001709e-01  -5.00054961e-05]\n",
+      "[  4.00001851e-01  -5.00069564e-05]\n",
+      "[  4.00001279e-01  -5.00065682e-05]\n",
+      "[  4.00000901e-01  -5.00061544e-05]\n",
+      "[  4.00001603e-01  -5.00058037e-05]\n",
+      "[  4.00001320e-01  -5.00064304e-05]\n",
+      "[  4.00001404e-01  -5.00056856e-05]\n",
+      "[  4.00001253e-01  -5.00063662e-05]\n",
+      "[  4.00000851e-01  -5.00063702e-05]\n",
+      "[  4.00000984e-01  -5.00059202e-05]\n",
+      "[  4.00001083e-01  -5.00060371e-05]\n",
+      "[  4.00001701e-01  -5.00061038e-05]\n",
+      "[  4.00001469e-01  -5.00061712e-05]\n",
+      "[  4.00001233e-01  -5.00059894e-05]\n",
+      "[  4.00001018e-01  -5.00064219e-05]\n",
+      "[  4.00001447e-01  -5.00059376e-05]\n",
+      "[  4.00001685e-01  -5.00059481e-05]\n",
+      "[  4.00039830e-01  -5.00050274e-05]\n",
+      "[  4.00046796e-01  -5.00056265e-05]\n",
+      "[  4.00044515e-01  -5.00048669e-05]\n",
+      "[  4.00044456e-01  -5.00050570e-05]\n",
+      "[  4.00045157e-01  -5.00052127e-05]\n",
+      "[  4.00042556e-01  -5.00056352e-05]\n",
+      "[  4.00043244e-01  -5.00050025e-05]\n",
+      "[  4.00045189e-01  -5.00051355e-05]\n",
+      "[  4.00045454e-01  -5.00054531e-05]\n",
+      "[  4.00047931e-01  -5.00055669e-05]\n",
+      "[  4.00045333e-01  -5.00056505e-05]\n",
+      "[  4.00046490e-01  -5.00055746e-05]\n",
+      "[  4.00045398e-01  -5.00055018e-05]\n",
+      "[  4.00047206e-01  -5.00056325e-05]\n",
+      "[  4.00048521e-01  -5.00058902e-05]\n",
+      "[  4.00045749e-01  -5.00053913e-05]\n",
+      "[  4.00045288e-01  -5.00056639e-05]\n",
+      "[  4.00044985e-01  -5.00053463e-05]\n",
+      "[  4.00045780e-01  -5.00053808e-05]\n",
+      "[  3.00033188e-01  -5.00072565e-05]\n",
+      "[  3.00032626e-01  -5.00045301e-05]\n",
+      "[  3.00037918e-01  -5.00057608e-05]\n",
+      "[  3.00032697e-01  -5.00054110e-05]\n",
+      "[  3.00034233e-01  -5.00057761e-05]\n",
+      "[  3.00035555e-01  -5.00054497e-05]\n",
+      "[  3.00033197e-01  -5.00057455e-05]\n",
+      "[  3.00034492e-01  -5.00058517e-05]\n",
+      "[  3.00032975e-01  -5.00053805e-05]\n",
+      "[  3.00033378e-01  -5.00054912e-05]\n",
+      "[  3.00033934e-01  -5.00054718e-05]\n",
+      "[  3.00034142e-01  -5.00057332e-05]\n",
+      "[  3.00032985e-01  -5.00055014e-05]\n",
+      "[  3.00032581e-01  -5.00053024e-05]\n",
+      "[  3.00033213e-01  -5.00055054e-05]\n",
+      "[  3.00033148e-01  -5.00054063e-05]\n",
+      "[  3.00034026e-01  -5.00055501e-05]\n",
+      "[  3.00033102e-01  -5.00056106e-05]\n",
+      "[  3.00032262e-01  -5.00053987e-05]\n",
+      "[  7.96718580e+00  -5.00039641e-05]\n",
+      "[  8.76704129e+00  -5.00058576e-05]\n",
+      "[  8.98014242e+00  -5.00059356e-05]\n",
+      "[  7.90481052e+00  -5.00056110e-05]\n",
+      "[  8.78811765e+00  -5.00052879e-05]\n",
+      "[  8.54380348e+00  -5.00053106e-05]\n",
+      "[  8.97843454e+00  -5.00056992e-05]\n",
+      "[  8.52837694e+00  -5.00052285e-05]\n",
+      "[  8.73867401e+00  -5.00055958e-05]\n",
+      "[  9.03798321e+00  -5.00054993e-05]\n",
+      "[  8.70060661e+00  -5.00054254e-05]\n",
+      "[  8.49901168e+00  -5.00054887e-05]\n",
+      "[  8.74020466e+00  -5.00054129e-05]\n",
+      "[  8.92245665e+00  -5.00054691e-05]\n",
+      "[  8.69150733e+00  -5.00053833e-05]\n",
+      "[  8.84487410e+00  -5.00055906e-05]\n",
+      "[  7.93233294e+00  -5.00054770e-05]\n",
+      "[  8.51533586e+00  -5.00055944e-05]\n",
+      "[  8.86541542e+00  -5.00053305e-05]\n"
+     ]
+    }
+   ],
+   "source": [
+    "grav = loop(gravity, 25, 500, 25)\n",
+    "prod = loop(production, 25, 500, 25)\n",
+    "att = loop(attraction, 25, 500, 25)\n",
+    "doub = loop(doubly, 25, 500, 25)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 12,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "[0.009379863739013672,\n",
+       " 0.010191917419433594,\n",
+       " 0.013580083847045898,\n",
+       " 0.02336597442626953,\n",
+       " 0.023818016052246094,\n",
+       " 0.03525900840759277,\n",
+       " 0.03714299201965332,\n",
+       " 0.047389984130859375,\n",
+       " 0.055455923080444336,\n",
+       " 0.07191991806030273,\n",
+       " 0.07992720603942871,\n",
+       " 0.10130095481872559,\n",
+       " 0.10898685455322266,\n",
+       " 0.1385822296142578,\n",
+       " 0.15839409828186035,\n",
+       " 0.18109512329101562,\n",
+       " 0.19623899459838867,\n",
+       " 0.2373828887939453,\n",
+       " 0.24484801292419434]"
+      ]
+     },
+     "execution_count": 12,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "grav"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 13,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "[0.008792877197265625,\n",
+       " 0.012892961502075195,\n",
+       " 0.018072128295898438,\n",
+       " 0.02672410011291504,\n",
+       " 0.036765098571777344,\n",
+       " 0.05049705505371094,\n",
+       " 0.06424093246459961,\n",
+       " 0.08189702033996582,\n",
+       " 0.1013631820678711,\n",
+       " 0.1273641586303711,\n",
+       " 0.15144896507263184,\n",
+       " 0.17901921272277832,\n",
+       " 0.2195439338684082,\n",
+       " 0.2700672149658203,\n",
+       " 0.2963399887084961,\n",
+       " 0.332568883895874,\n",
+       " 0.3813331127166748,\n",
+       " 0.44652509689331055,\n",
+       " 0.4651219844818115]"
+      ]
+     },
+     "execution_count": 13,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "prod"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 14,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "[0.00892496109008789,\n",
+       " 0.01181483268737793,\n",
+       " 0.017676830291748047,\n",
+       " 0.025489091873168945,\n",
+       " 0.03578901290893555,\n",
+       " 0.04750704765319824,\n",
+       " 0.06312990188598633,\n",
+       " 0.07956314086914062,\n",
+       " 0.09888005256652832,\n",
+       " 0.11808300018310547,\n",
+       " 0.14717316627502441,\n",
+       " 0.175645112991333,\n",
+       " 0.20492291450500488,\n",
+       " 0.23653817176818848,\n",
+       " 0.2717468738555908,\n",
+       " 0.2954838275909424,\n",
+       " 0.3636939525604248,\n",
+       " 0.4200310707092285,\n",
+       " 0.43506598472595215]"
+      ]
+     },
+     "execution_count": 14,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "att"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 15,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "[0.01020193099975586,\n",
+       " 0.015948057174682617,\n",
+       " 0.025825023651123047,\n",
+       " 0.03924298286437988,\n",
+       " 0.05489301681518555,\n",
+       " 0.08008694648742676,\n",
+       " 0.10814595222473145,\n",
+       " 0.14121484756469727,\n",
+       " 0.18188691139221191,\n",
+       " 0.2283778190612793,\n",
+       " 0.2879500389099121,\n",
+       " 0.3248469829559326,\n",
+       " 0.3642420768737793,\n",
+       " 0.44018101692199707,\n",
+       " 0.506378173828125,\n",
+       " 0.5851249694824219,\n",
+       " 0.6679189205169678,\n",
+       " 0.7664568424224854,\n",
+       " 0.8878300189971924]"
+      ]
+     },
+     "execution_count": 15,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "doub"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 10,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "x = np.arange(25, 500, 25)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 11,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "<matplotlib.text.Text at 0x10439c9d0>"
+      ]
+     },
+     "execution_count": 11,
+     "metadata": {},
+     "output_type": "execute_result"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAYcAAAEZCAYAAAB8culNAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzs3XdcVfX/wPHXBRVwoKgIggzFvVem5iC1clSm5czUsm3D\nvi0t+6XmNzPTb7usHFmaaVo5KiuVNPdAHKAIssHBkCnznt8fnwtchnpVLpd7eT8fj/Pgnnk/9wLn\nfT4bhBBCCCGEEEIIIYQQQgghhBBCCCGEEEIIIYQQQgirpAdaWDoRomLZWToBwmr0A/YCl4Ek4F+g\np0VTZJqewBYgGUgBTgHzgQaG/VOB3Vc5NwB14+tcavvPhu0DrnLeSiAHSDdaxtxE2oWwGAkOwhTO\nqBvsR4AL4AnMRd0AK1qNCrxWX2An6ubfBpX2oUA+0MWE8zXgDDDZaFsjoA9w8TrnLQTqGS3rSx2j\nMyzW [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x1031cab50>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "plt.plot(x, grav, x, prod, x, att, x, doub)\n",
+    "plt.legend(('unconstrained', 'production', 'attraction', 'doubly'))\n",
+    "plt.title('Sparse GLM Framework')\n",
+    "plt.xlabel('Sample Size')\n",
+    "plt.ylabel('Seconds')"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": []
+  }
+ ],
+ "metadata": {
+  "kernelspec": {
+   "display_name": "Python 2",
+   "language": "python",
+   "name": "python2"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 2
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython2",
+   "version": "2.7.9"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}
diff --git a/pysal/contrib/spint/notebooks/sparse_scipy_optim.ipynb b/pysal/contrib/spint/notebooks/sparse_scipy_optim.ipynb
new file mode 100644
index 0000000..77d4c16
--- /dev/null
+++ b/pysal/contrib/spint/notebooks/sparse_scipy_optim.ipynb
@@ -0,0 +1,165 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 114,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "import pandas as pd\n",
+    "import scipy.optimize as sc\n",
+    "import scipy.sparse as sp"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 115,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "data = np.random.poisson(100, (10000,1))"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 116,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "data = sp.csr_matrix(data)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 117,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "[ 0.]\n",
+      "[ 0.00025]\n",
+      "[ 0.0005]\n",
+      "[ 0.00075]\n",
+      "[ 0.00125]\n",
+      "[ 0.00175]\n",
+      "[ 0.00275]\n",
+      "[ 0.00375]\n",
+      "[ 0.00575]\n",
+      "[ 0.00775]\n",
+      "[ 0.01175]\n",
+      "[ 0.01575]\n",
+      "[ 0.02375]\n",
+      "[ 0.03175]\n",
+      "[ 0.04775]\n",
+      "[ 0.06375]\n",
+      "[ 0.09575]\n",
+      "[ 0.12775]\n",
+      "[ 0.19175]\n",
+      "[ 0.25575]\n",
+      "[ 0.38375]\n",
+      "[ 0.51175]\n",
+      "[ 0.76775]\n",
+      "[ 1.02375]\n",
+      "[ 1.53575]\n",
+      "[ 2.04775]\n",
+      "[ 3.07175]\n",
+      "[ 4.09575]\n",
+      "[ 6.14375]\n",
+      "[ 8.19175]\n",
+      "[ 12.28775]\n",
+      "[ 16.38375]\n",
+      "[ 24.57575]\n",
+      "[ 32.76775]\n",
+      "[ 49.15175]\n",
+      "[ 65.53575]\n",
+      "[ 98.30375]\n",
+      "[ 131.07175]\n",
+      "[ 131.07175]\n",
+      "[ 114.68775]\n",
+      "[ 81.91975]\n",
+      "[ 106.49575]\n",
+      "[ 90.11175]\n",
+      "[ 102.39975]\n",
+      "[ 94.20775]\n",
+      "[ 100.35175]\n",
+      "[ 102.39975]\n",
+      "[ 99.32775]\n",
+      "[ 98.30375]\n",
+      "[ 99.83975]\n",
+      "[ 100.35175]\n",
+      "[ 99.58375]\n",
+      "[ 100.09575]\n",
+      "[ 99.71175]\n",
+      "[ 99.58375]\n",
+      "[ 99.77575]\n",
+      "[ 99.83975]\n",
+      "[ 99.74375]\n",
+      "[ 99.80775]\n",
+      "[ 99.75975]\n",
+      "[ 99.74375]\n",
+      "[ 99.76775]\n",
+      "[ 99.77575]\n",
+      "[ 99.76375]\n",
+      "[ 99.77175]\n",
+      "[ 99.76575]\n",
+      "[ 99.76975]\n",
+      "[ 99.76675]\n",
+      "[ 99.76875]\n",
+      "[ 99.76725]\n",
+      "[ 99.76825]\n",
+      "[ 99.7675]\n",
+      "[ 99.76725]\n",
+      "[ 99.767625]\n",
+      "[ 99.76775]\n",
+      "[ 99.7675625]\n",
+      "Optimization terminated successfully.\n",
+      "         Current function value: -3594470.473058\n",
+      "         Iterations: 38\n",
+      "         Function evaluations: 76\n",
+      "[ 99.767625]\n"
+     ]
+    }
+   ],
+   "source": [
+    "def poiss_loglike(x, data, a):\n",
+    "    print x\n",
+    "    return -np.sum(data*np.log(x)-x)*a\n",
+    "\n",
+    "\n",
+    "params = sc.fmin(poiss_loglike, 0, args=(data ,1))\n",
+    "print params"
+   ]
+  }
+ ],
+ "metadata": {
+  "kernelspec": {
+   "display_name": "Python 2",
+   "language": "python",
+   "name": "python2"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 2
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython2",
+   "version": "2.7.9"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}
diff --git a/pysal/contrib/spint/notebooks/sparse_vs_dense_grav.ipynb b/pysal/contrib/spint/notebooks/sparse_vs_dense_grav.ipynb
new file mode 100644
index 0000000..3fbc7f6
--- /dev/null
+++ b/pysal/contrib/spint/notebooks/sparse_vs_dense_grav.ipynb
@@ -0,0 +1,499 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 1,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "Populating the interactive namespace from numpy and matplotlib\n"
+     ]
+    }
+   ],
+   "source": [
+    "import numpy as np\n",
+    "import pandas as pd\n",
+    "from gravity import Gravity, Production, Attraction, Doubly, BaseGravity\n",
+    "from entropy import Unconstrained, ProductionConstrained, AttractionConstrained, DoublyConstrained\n",
+    "import statsmodels.formula.api as smf\n",
+    "from statsmodels.api import families\n",
+    "import matplotlib.pyplot as plt\n",
+    "%pylab inline\n",
+    "\n",
+    "import time                                                \n",
+    "\n",
+    "def timeit(method):\n",
+    "\n",
+    "    def timed(*args, **kw):\n",
+    "        ts = time.time()\n",
+    "        result = method(*args, **kw)\n",
+    "        te = time.time()\n",
+    "        elapsed = te-ts\n",
+    "\n",
+    "        #print '%2.8f sec' % \\\n",
+    "              #(elapsed)\n",
+    "        return result, elapsed\n",
+    "\n",
+    "    return timed"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 2,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "@timeit\n",
+    "def gravity(f ,o, d, o_vars, d_vars, dij, cost='exp', framework='glm'):\n",
+    "    results = Gravity(f, o_vars, d_vars, dij, cost, framework=framework)\n",
+    "    return results\n",
+    "    \n",
+    "@timeit    \n",
+    "def production(f ,o, d, o_vars, d_vars, dij, cost='exp', framework='glm'):\n",
+    "    results = Production(f, o, d_vars, dij, 'exp', framework=framework)\n",
+    "    return results\n",
+    "\n",
+    "@timeit    \n",
+    "def attraction(f ,o, d, o_vars, d_vars, dij, cost='exp', framework='glm'):\n",
+    "    results = Attraction(f, d, o_vars, dij, 'exp', framework=framework)\n",
+    "    return results\n",
+    "\n",
+    "@timeit    \n",
+    "def doubly(f ,o, d, o_vars, d_vars, dij, cost='exp', framework='glm'):\n",
+    "    results = Doubly(f, o, d, dij, 'exp', framework=framework)\n",
+    "    return results\n",
+    "\n",
+    "\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 3,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "def sim_data(n):\n",
+    "    o = np.tile(np.arange(n),n)\n",
+    "    d = np.repeat(np.arange(n),n)\n",
+    "    loc_size = np.random.randint(25000,500000, n)\n",
+    "    o_vars = np.tile(loc_size, n)\n",
+    "    d_vars = np.repeat(loc_size, n)\n",
+    "    dij = np.random.exponential(2500, n**2)\n",
+    "    f = o_vars**.3*d_vars**.4*np.exp(dij*-.00005)\n",
+    "    o = np.reshape(o, (-1,1))\n",
+    "    d = np.reshape(d, (-1,1))\n",
+    "    o_vars = np.reshape(o_vars, (-1,1))\n",
+    "    d_vars = np.reshape(d_vars, (-1,1))\n",
+    "    dij = np.reshape(dij, (-1,1))\n",
+    "    f = np.reshape(f, (-1,1))\n",
+    "    f = f.astype(np.int64)\n",
+    "    return f, o, d, o_vars, d_vars, dij\n",
+    "\n",
+    "\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 4,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "def loop(func, start, stop, step, framework='glm'):\n",
+    "    results = []\n",
+    "    for n in np.arange(start, stop, step):\n",
+    "        f, o, d, o_vars, d_vars, dij = sim_data(n)\n",
+    "        out, elapsed = func(f, o, d, o_vars, d_vars, dij, 'exp', framework=framework)\n",
+    "        print out.params[-2:]\n",
+    "        results.append(elapsed)\n",
+    "    return results\n",
+    "    \n",
+    "\n",
+    "\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 16,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "#copy results over from notebook in sparse branch\n",
+    "sp_grav = np.array([0.009379863739013672,\n",
+    " 0.010191917419433594,\n",
+    " 0.013580083847045898,\n",
+    " 0.02336597442626953,\n",
+    " 0.023818016052246094,\n",
+    " 0.03525900840759277,\n",
+    " 0.03714299201965332,\n",
+    " 0.047389984130859375,\n",
+    " 0.055455923080444336,\n",
+    " 0.07191991806030273,\n",
+    " 0.07992720603942871,\n",
+    " 0.10130095481872559,\n",
+    " 0.10898685455322266,\n",
+    " 0.1385822296142578,\n",
+    " 0.15839409828186035,\n",
+    " 0.18109512329101562,\n",
+    " 0.19623899459838867,\n",
+    " 0.2373828887939453,\n",
+    " 0.24484801292419434])\n",
+    "\n",
+    "sp_prod = np.array([0.008792877197265625,\n",
+    " 0.012892961502075195,\n",
+    " 0.018072128295898438,\n",
+    " 0.02672410011291504,\n",
+    " 0.036765098571777344,\n",
+    " 0.05049705505371094,\n",
+    " 0.06424093246459961,\n",
+    " 0.08189702033996582,\n",
+    " 0.1013631820678711,\n",
+    " 0.1273641586303711,\n",
+    " 0.15144896507263184,\n",
+    " 0.17901921272277832,\n",
+    " 0.2195439338684082,\n",
+    " 0.2700672149658203,\n",
+    " 0.2963399887084961,\n",
+    " 0.332568883895874,\n",
+    " 0.3813331127166748,\n",
+    " 0.44652509689331055,\n",
+    " 0.4651219844818115])\n",
+    "\n",
+    "sp_att = np.array([0.00892496109008789,\n",
+    " 0.01181483268737793,\n",
+    " 0.017676830291748047,\n",
+    " 0.025489091873168945,\n",
+    " 0.03578901290893555,\n",
+    " 0.04750704765319824,\n",
+    " 0.06312990188598633,\n",
+    " 0.07956314086914062,\n",
+    " 0.09888005256652832,\n",
+    " 0.11808300018310547,\n",
+    " 0.14717316627502441,\n",
+    " 0.175645112991333,\n",
+    " 0.20492291450500488,\n",
+    " 0.23653817176818848,\n",
+    " 0.2717468738555908,\n",
+    " 0.2954838275909424,\n",
+    " 0.3636939525604248,\n",
+    " 0.4200310707092285,\n",
+    " 0.43506598472595215])\n",
+    "\n",
+    "sp_doub = np.array([0.01020193099975586,\n",
+    " 0.015948057174682617,\n",
+    " 0.025825023651123047,\n",
+    " 0.03924298286437988,\n",
+    " 0.05489301681518555,\n",
+    " 0.08008694648742676,\n",
+    " 0.10814595222473145,\n",
+    " 0.14121484756469727,\n",
+    " 0.18188691139221191,\n",
+    " 0.2283778190612793,\n",
+    " 0.2879500389099121,\n",
+    " 0.3248469829559326,\n",
+    " 0.3642420768737793,\n",
+    " 0.44018101692199707,\n",
+    " 0.506378173828125,\n",
+    " 0.5851249694824219,\n",
+    " 0.6679189205169678,\n",
+    " 0.7664568424224854,\n",
+    " 0.8878300189971924])"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 10,
+   "metadata": {
+    "collapsed": false,
+    "scrolled": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "[  4.00003765e-01  -5.00082127e-05]\n",
+      "[  4.00002697e-01  -5.00066666e-05]\n",
+      "[  3.99999915e-01  -5.00055984e-05]\n",
+      "[  4.00000861e-01  -5.00064292e-05]\n",
+      "[  4.00001140e-01  -5.00063276e-05]\n",
+      "[  4.00001953e-01  -5.00062703e-05]\n",
+      "[  4.00001310e-01  -5.00062954e-05]\n",
+      "[  4.00000599e-01  -5.00060056e-05]\n",
+      "[  4.00001176e-01  -5.00056830e-05]\n",
+      "[  4.00001582e-01  -5.00061861e-05]\n",
+      "[  4.00001745e-01  -5.00066448e-05]\n",
+      "[  4.00001078e-01  -5.00061603e-05]\n",
+      "[  4.00001357e-01  -5.00060119e-05]\n",
+      "[  4.00001380e-01  -5.00057114e-05]\n",
+      "[  4.00001400e-01  -5.00060612e-05]\n",
+      "[  4.00001041e-01  -5.00061054e-05]\n",
+      "[  4.00001420e-01  -5.00061600e-05]\n",
+      "[  4.00001390e-01  -5.00061795e-05]\n",
+      "[  4.00001566e-01  -5.00060298e-05]\n",
+      "[  4.00044504e-01  -5.00046674e-05]\n",
+      "[  4.00045068e-01  -5.00051517e-05]\n",
+      "[  4.00046830e-01  -5.00051536e-05]\n",
+      "[  4.00044189e-01  -5.00051428e-05]\n",
+      "[  4.00047196e-01  -5.00056583e-05]\n",
+      "[  4.00046735e-01  -5.00056823e-05]\n",
+      "[  4.00046318e-01  -5.00055976e-05]\n",
+      "[  4.00047239e-01  -5.00055579e-05]\n",
+      "[  4.00046316e-01  -5.00056376e-05]\n",
+      "[  4.00045989e-01  -5.00051992e-05]\n",
+      "[  4.00044818e-01  -5.00054746e-05]\n",
+      "[  4.00045085e-01  -5.00051760e-05]\n",
+      "[  4.00045998e-01  -5.00054688e-05]\n",
+      "[  4.00045219e-01  -5.00055610e-05]\n",
+      "[  4.00047317e-01  -5.00056556e-05]\n",
+      "[  4.00045808e-01  -5.00055909e-05]\n",
+      "[  4.00045374e-01  -5.00053382e-05]\n",
+      "[  4.00046947e-01  -5.00056095e-05]\n",
+      "[  4.00046361e-01  -5.00056381e-05]\n",
+      "[  3.00034016e-01  -5.00057525e-05]\n",
+      "[  3.00033252e-01  -5.00052744e-05]\n",
+      "[  3.00030145e-01  -5.00053775e-05]\n",
+      "[  3.00030037e-01  -5.00047565e-05]\n",
+      "[  3.00032487e-01  -5.00052466e-05]\n",
+      "[  3.00032907e-01  -5.00052725e-05]\n",
+      "[  3.00033558e-01  -5.00059839e-05]\n",
+      "[  3.00032909e-01  -5.00053619e-05]\n",
+      "[  3.00031875e-01  -5.00051895e-05]\n",
+      "[  3.00032290e-01  -5.00053379e-05]\n",
+      "[  3.00032978e-01  -5.00053514e-05]\n",
+      "[  3.00033905e-01  -5.00054823e-05]\n",
+      "[  3.00031747e-01  -5.00056422e-05]\n",
+      "[  3.00032427e-01  -5.00053723e-05]\n",
+      "[  3.00031778e-01  -5.00052621e-05]\n",
+      "[  3.00034105e-01  -5.00057004e-05]\n",
+      "[  3.00033159e-01  -5.00053856e-05]\n",
+      "[  3.00033450e-01  -5.00056404e-05]\n",
+      "[  3.00032449e-01  -5.00053773e-05]\n",
+      "[  9.05975391e+00  -5.00058173e-05]\n",
+      "[  7.89807159e+00  -5.00052349e-05]\n",
+      "[  8.90961019e+00  -5.00053092e-05]\n",
+      "[  8.65670296e+00  -5.00054583e-05]\n",
+      "[  8.84397080e+00  -5.00052016e-05]\n",
+      "[  8.47393885e+00  -5.00054873e-05]\n",
+      "[  8.29266674e+00  -5.00049815e-05]\n",
+      "[  8.38421867e+00  -5.00060056e-05]\n",
+      "[  8.82217852e+00  -5.00054169e-05]\n",
+      "[  8.88570848e+00  -5.00056774e-05]\n",
+      "[  8.36139835e+00  -5.00054640e-05]\n",
+      "[  8.50520290e+00  -5.00056668e-05]\n",
+      "[  8.93418525e+00  -5.00053669e-05]\n",
+      "[  8.65710610e+00  -5.00055227e-05]\n",
+      "[  7.73443865e+00  -5.00057702e-05]\n",
+      "[  8.63212583e+00  -5.00053614e-05]\n",
+      "[  7.95999344e+00  -5.00053746e-05]\n",
+      "[  8.69617289e+00  -5.00056379e-05]\n",
+      "[  8.54361439e+00  -4.99613448e-05]\n"
+     ]
+    }
+   ],
+   "source": [
+    "grav = loop(gravity, 25, 500, 25)\n",
+    "prod = loop(production, 25, 500, 25)\n",
+    "att = loop(attraction, 25, 500, 25)\n",
+    "doub = loop(doubly, 25, 500, 25)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 11,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "x = np.arange(25, 500, 25)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 12,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "<matplotlib.text.Text at 0x10cf792d0>"
+      ]
+     },
+     "execution_count": 12,
+     "metadata": {},
+     "output_type": "execute_result"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAY0AAAEZCAYAAABrUHmEAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzt3Xd4FOX2wPFvCASkREIvAamKoEiRzsVQVIoUQQQEKYIg\nCHjFiorC715REJQLKAJ6pShFil4UBKSEXjX0Ji2UUKQHAqnz++PMspslCRuSzWw5n+fZZ3dnZ3bP\nzs7OmbfMO6CUUkoppZRSSimllFJKKaWUUkoppZRSSimllFJKqVSUBqKBADe893Bgphve9151BZZZ\nHcRdDMf1dRYO9HZbJKnIltUf6CEaAhuBK8BFYD3wuKURZY0wIAnZSUQDJ4G5eOZ3Lw5MBU4jsR4B\nvgMeMl8vg3yXlLbh4eZrg52mv2ZO/yiVzxxOyn/YJKCcq4FnoZ7Augy+xwkgH2BkOJo73e098wGf\nA8eA [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x10cea8550>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "plt.plot(x, grav, x, sp_grav)\n",
+    "plt.legend(('dense', 'sparse'))\n",
+    "plt.title('Sparse vs Dense GLM Unconstrained Gravity Model')\n",
+    "plt.xlabel('Sample Size')\n",
+    "plt.ylabel('Seconds')"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 13,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "<matplotlib.text.Text at 0x10cdc6450>"
+      ]
+     },
+     "execution_count": 13,
+     "metadata": {},
+     "output_type": "execute_result"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAYkAAAEZCAYAAABiu9n+AAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzt3XmcE/X9x/FXNsshlyyH3LiIWqq2ogjKUdiqaL3woCqe\nQL3a+qtaqRXaqmsPUQqCWu9abi9UPFArXusJqAgiKCDIUpD7lEtgd+f3x2eymc0muwGSTDZ5Px+P\nPJKZycx8883MfOb7/c58B0REREREREREREREREREREREREREREQkDRQAK5K07G1AfpKWXVMNAx5P\n0rKLgVOStOz98Rpwhd+JqEYx8eVZPlAG5CQzMfHoBXwMbAE2Ah8CJ/iaotQowP6Abe5rBfAM6fnb\nW2E7+XdYWpcCY4EfudPzib0xFbrTbogYf6M7/o4Y6xwElLrr2wrMAc7av+RXUkBigkQRcFUClhOv\nVsAT [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x10cf670d0>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "plt.plot(x, prod, x, sp_prod)\n",
+    "plt.legend(('dense', 'sparse'))\n",
+    "plt.title('Sparse vs Dense GLM Production-Constrained Gravity Model')\n",
+    "plt.xlabel('Sample Size')\n",
+    "plt.ylabel('Seconds')"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 14,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "<matplotlib.text.Text at 0x10d49c410>"
+      ]
+     },
+     "execution_count": 14,
+     "metadata": {},
+     "output_type": "execute_result"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAYcAAAEZCAYAAAB8culNAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzt3XmYFNXZ9/FvTzPsIMMi+yZoENwRFUEZEdQ8UTSgLIkR\njEbjZaJR4pbEOOrzuhCJPBiTKEZxYRNFo6gRRccFBZeALIoIAiKrAyj7NlPvH3fVdE9Pd8/W3dU9\n/ftcV89UV1VXnzpdde4659QCIiIiIiIiIiIiIiIiIiIiIiIiIiIiIpLGOgE7gYDfCUkz/wD+lKRl\nlwBHJGnZ1bEUONPvRFSgsnmWD6xLblKqpj/wAfA9sBV4HzjZ1xSlRj72o+10X+uAGaTnurcFJgHr\nsbSuAp4AfuRO74KtS06Uzxa4066LGH+9O/6OCr47353v5ojxY4D3IsZNBu6uYHk1sQYYmMTlRzoK\nmAl8 [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x10cfb8910>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "plt.plot(x, att, x, sp_att)\n",
+    "plt.legend(('dense', 'sparse'))\n",
+    "plt.title('Sparse vs Dense GLM Attraction-Constrained Gravity Model')\n",
+    "plt.xlabel('Sample Size')\n",
+    "plt.ylabel('Seconds')"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 17,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "<matplotlib.text.Text at 0x10d49ce50>"
+      ]
+     },
+     "execution_count": 17,
+     "metadata": {},
+     "output_type": "execute_result"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAYoAAAEZCAYAAACJjGL9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzt3XecVNX9//HX7NBU2lKk61I0qEmkWEAQVoJGfwqoqBQL\nGFsSW+ygohgLiBIJ5BuNohQbgiJRbAi6ahSwQRQQEUNvSpO+sLv398fnzs7s7M7sbJm9U97Px2Me\nM7fMnXPP3Hs/95xz77kgIiIiIiIiIiIiIiIiIiIiIiIiIiIiImkiG1gXZfpk4MEqSUniOArYDfji\nsOyRwPNxWG55XQq853UiSjGS2PMsB7iqrD+QUdYveKg78BmwE9gG/Ac4ydMUVY1soADbMXdjB61X\nSMx1bwY8A2zA0vojMAn4lTs9C1uXkra7ke60m8LG3+yOvz/Cbw4F8gnmz/+A54BjyrUGZee4r/Lw\nYev7 [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x10d4b1a90>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "plt.plot(x, doub, x, sp_doub)\n",
+    "plt.legend(('dense', 'sparse'))\n",
+    "plt.title('Sparse vs Dense GLM Doubly-Constrained Gravity Model')\n",
+    "plt.xlabel('Sample Size')\n",
+    "plt.ylabel('Seconds')"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": []
+  }
+ ],
+ "metadata": {
+  "kernelspec": {
+   "display_name": "Python 2",
+   "language": "python",
+   "name": "python2"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 2
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython2",
+   "version": "2.7.9"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}
diff --git a/pysal/contrib/spint/notebooks/test_grav.ipynb b/pysal/contrib/spint/notebooks/test_grav.ipynb
new file mode 100644
index 0000000..ed54516
--- /dev/null
+++ b/pysal/contrib/spint/notebooks/test_grav.ipynb
@@ -0,0 +1,293 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 1,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stderr",
+     "output_type": "stream",
+     "text": [
+      "//anaconda/lib/python2.7/site-packages/matplotlib/font_manager.py:273: UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment.\n",
+      "  warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.')\n"
+     ]
+    },
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "Populating the interactive namespace from numpy and matplotlib\n"
+     ]
+    }
+   ],
+   "source": [
+    "import numpy as np\n",
+    "import pandas as pd\n",
+    "import os\n",
+    "os.chdir('../')\n",
+    "from gravity import Gravity, Production, Attraction, Doubly, BaseGravity\n",
+    "import statsmodels.formula.api as smf\n",
+    "from statsmodels.api import families\n",
+    "import matplotlib.pyplot as plt\n",
+    "%pylab inline"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 2,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "\n",
+    "n = 3000\n",
+    "o = np.tile(np.arange(n),n)\n",
+    "d = np.repeat(np.arange(n),n)\n",
+    "loc_size = np.random.randint(25000,500000, n)\n",
+    "o_vars = np.tile(loc_size, n)\n",
+    "d_vars = np.repeat(loc_size, n)\n",
+    "dij = np.random.exponential(2500, n**2)\n",
+    "f = o_vars**.3*d_vars**.4*np.exp(dij*-.00005)\n",
+    "o = np.reshape(o, (-1,1))\n",
+    "d = np.reshape(d, (-1,1))\n",
+    "o_vars = np.reshape(o_vars, (-1,1))\n",
+    "d_vars = np.reshape(d_vars, (-1,1))\n",
+    "dij = np.reshape(dij, (-1,1))\n",
+    "f = np.reshape(f, (-1,1))\n",
+    "f = f.astype(np.int64)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 3,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "CPU times: user 14.3 s, sys: 1.46 s, total: 15.8 s\n",
+      "Wall time: 7.41 s\n"
+     ]
+    },
+    {
+     "data": {
+      "text/plain": [
+       "<gravity.Gravity at 0x118346850>"
+      ]
+     },
+     "execution_count": 3,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "%time Gravity(f, o_vars, d_vars, dij, 'exp')"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 4,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "CPU times: user 38.3 s, sys: 4 s, total: 42.3 s\n",
+      "Wall time: 24.6 s\n"
+     ]
+    },
+    {
+     "data": {
+      "text/plain": [
+       "<gravity.Production at 0x118353510>"
+      ]
+     },
+     "execution_count": 4,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "%time Production(f, o, d_vars, dij, 'exp')"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 5,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "CPU times: user 36 s, sys: 4.25 s, total: 40.2 s\n",
+      "Wall time: 21.4 s\n"
+     ]
+    },
+    {
+     "data": {
+      "text/plain": [
+       "<gravity.Attraction at 0x118353310>"
+      ]
+     },
+     "execution_count": 5,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "%time Attraction(f, d, o_vars, dij, 'exp')"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 6,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "CPU times: user 1min 19s, sys: 6.3 s, total: 1min 25s\n",
+      "Wall time: 37.4 s\n"
+     ]
+    },
+    {
+     "data": {
+      "text/plain": [
+       "<gravity.Doubly at 0x118353250>"
+      ]
+     },
+     "execution_count": 6,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "%time Doubly(f, o, d, dij, 'exp')"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": []
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": []
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 3,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "from glm import GLM\n",
+    "from iwls import iwls\n",
+    "import line_profiler\n",
+    "import IPython\n",
+    "ip = IPython.get_ipython()\n",
+    "ip.define_magic('lprun', line_profiler.magic_lprun)\n",
+    "instance = Production(f, o, d_vars, dij, 'exp')\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 9,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "correct sparse\n"
+     ]
+    }
+   ],
+   "source": [
+    "%lprun -f BaseGravity.__init__ instance.__init__(f, o, d_vars, dij, 'exp')"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 8,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "glm_inst = GLM(instance.y, instance.X, family=families.Poisson())\n",
+    "%lprun -f GLM.__init__ glm_inst.__init__(instance.y, instance.X, family=families.Poisson())"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 7,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "%lprun -f iwls iwls(instance.y, instance.X, family=families.Poisson(), offset=None, y_fix=None)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": []
+  }
+ ],
+ "metadata": {
+  "anaconda-cloud": {},
+  "kernelspec": {
+   "display_name": "Python [Root]",
+   "language": "python",
+   "name": "Python [Root]"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 2
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython2",
+   "version": "2.7.12"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}
diff --git a/pysal/contrib/spint/notebooks/validate_gravity.ipynb b/pysal/contrib/spint/notebooks/validate_gravity.ipynb
new file mode 100644
index 0000000..4eace91
--- /dev/null
+++ b/pysal/contrib/spint/notebooks/validate_gravity.ipynb
@@ -0,0 +1,966 @@
+{
+ "cells": [
+  {
+   "cell_type": "code",
+   "execution_count": 1,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "#import sys\n",
+    "#sys.path.append('/Users/toshan/dev/pysal/pysal/contrib/glm')\n",
+    "#from utils import \n",
+    "import numpy as np\n",
+    "import pandas as pd\n",
+    "import sys\n",
+    "sys.path.append('/Users/toshan/dev/pysal/pysal/contrib/spint')\n",
+    "from gravity import Gravity, Production, Attraction, Doubly, BaseGravity\n",
+    "import gravity\n",
+    "from spint_utils import sorensen\n",
+    "import statsmodels.formula.api as smf\n",
+    "from statsmodels.api import families as families"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 2,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "austria = pd.read_csv('http://dl.dropbox.com/u/8649795/AT_Austria.csv')\n",
+    "austria = austria[austria['Origin'] != austria['Destination']]\n",
+    "f = austria['Data'].values\n",
+    "o = austria['Origin'].values\n",
+    "d = austria['Destination'].values\n",
+    "dij = austria['Dij'].values\n",
+    "o_vars = austria['Oi2007'].values\n",
+    "d_vars = austria['Dj2007'].values"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 3,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "[ 0.44051324  0.5144978  -0.00976746]\n",
+      "[ 0.44051324  0.5144978  -0.00976746]\n"
+     ]
+    }
+   ],
+   "source": [
+    "grav = Gravity(f, o_vars, d_vars, dij, 'exp', framework='glm')\n",
+    "print grav.params\n",
+    "\n",
+    "gravity = smf.glm('Data~np.log(Oi2007)+np.log(Dj2007)+Dij-1', family=families.Poisson(), data=austria).fit()\n",
+    "print gravity.params.values"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 4,
+   "metadata": {
+    "collapsed": false,
+    "scrolled": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "[-1.11700938  0.5696138   1.03487752 -0.51400641 -0.23320154  0.09225167\n",
+      " -0.42761955  0.03771866 -0.0922097   0.89278717 -0.00727113]\n",
+      "[-1.11700938  0.56961379  1.03487751 -0.51400641 -0.23320154  0.09225166\n",
+      " -0.42761955  0.03771866 -0.0922097   0.89278717 -0.00727113]\n"
+     ]
+    }
+   ],
+   "source": [
+    "production = Production(f, o, d_vars, dij, 'exp', framework='glm')\n",
+    "print production.params\n",
+    "\n",
+    "gravity = smf.glm('Data~Origin+np.log(Dj2007)+Dij-1', family=families.Poisson(), data=austria).fit()\n",
+    "print gravity.params.values"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 5,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "[-0.88439723  0.73740882  1.04332355 -0.75977722 -0.26060911 -0.1879365\n",
+      " -0.67530313 -0.19871953 -0.39900098  0.89235874 -0.00693755]\n",
+      "[-0.88439723  0.73740882  1.04332355 -0.75977722 -0.26060911 -0.1879365\n",
+      " -0.67530313 -0.19871953 -0.39900099  0.89235874 -0.00693755]\n"
+     ]
+    }
+   ],
+   "source": [
+    "attraction = Attraction(f, d, o_vars, dij, 'exp', framework='glm')\n",
+    "print attraction.params\n",
+    "\n",
+    "gravity = smf.glm('Data~np.log(Oi2007)+Destination + Dij-1', family=families.Poisson(), data=austria).fit()\n",
+    "print gravity.params.values"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 6,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "[-0.00791533]\n",
+      "[-0.00791533]\n"
+     ]
+    }
+   ],
+   "source": [
+    "doubly = Doubly(f, o, d, dij, 'exp', framework='glm')\n",
+    "print doubly.params[-1:]\n",
+    "\n",
+    "gravity = smf.glm('Data~Origin+Destination+Dij-1', family=families.Poisson(), data=austria).fit()\n",
+    "print gravity.params.values[-1:]"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 7,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "0.68822035942795623"
+      ]
+     },
+     "execution_count": 7,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "sorensen(grav)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 8,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "0.74061920338298048"
+      ]
+     },
+     "execution_count": 8,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "sorensen(production)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 9,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "0.75063449829283135"
+      ]
+     },
+     "execution_count": 9,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "sorensen(attraction)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 10,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "0.81185211090388831"
+      ]
+     },
+     "execution_count": 10,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "sorensen(doubly)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 11,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "0.68822035942795623"
+      ]
+     },
+     "execution_count": 11,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "grav.SSI"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 12,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "0.74061920338298048"
+      ]
+     },
+     "execution_count": 12,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "production.SSI"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 13,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "0.75063449829283135"
+      ]
+     },
+     "execution_count": 13,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "attraction.SSI"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 14,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "0.81185211090388831"
+      ]
+     },
+     "execution_count": 14,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "doubly.SSI"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 15,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "23.103958298546722"
+      ]
+     },
+     "execution_count": 15,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "grav.srmse"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 16,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "26.41275121188659"
+      ]
+     },
+     "execution_count": 16,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "doubly.srmse"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 17,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "26.023881688328146"
+      ]
+     },
+     "execution_count": 17,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "production.srmse"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 18,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "0.81258943875040157"
+      ]
+     },
+     "execution_count": 18,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "grav.pseudoR2"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 19,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "0.9099205901109565"
+      ]
+     },
+     "execution_count": 19,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "production.pseudoR2"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 20,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "0.94353991219813327"
+      ]
+     },
+     "execution_count": 20,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "doubly.pseudoR2\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 21,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "0.81255536218830349"
+      ]
+     },
+     "execution_count": 21,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "grav.adj_pseudoR2"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 21,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "0.83445652029136452"
+      ]
+     },
+     "execution_count": 21,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "grav.D2"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 22,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "0.82965815856067948"
+      ]
+     },
+     "execution_count": 22,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "grav.adj_D2"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 23,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "0.94666192089648937"
+      ]
+     },
+     "execution_count": 23,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "doubly.D2"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 24,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "0.92987030340093968"
+      ]
+     },
+     "execution_count": 24,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "doubly.adj_D2"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 123,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "y = grav.y\n",
+    "yhat = grav.yhat\n",
+    "n = grav.n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 124,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "28741.324123392122"
+      ]
+     },
+     "execution_count": 124,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "(np.sum((yhat-y)**2)/n)**.5"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 125,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "y = production.y\n",
+    "yhat = production.yhat\n",
+    "n = production.n\n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 126,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "32373.708820280212"
+      ]
+     },
+     "execution_count": 126,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "np.sqrt(np.sum((y-yhat)**2)/n) \n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 127,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "y = doubly.y\n",
+    "yhat = doubly.yhat\n",
+    "n = doubly.n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 128,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "32857.462507586919"
+      ]
+     },
+     "execution_count": 128,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "np.sqrt(np.sum((y-yhat)**2)/n) "
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 39,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "72"
+      ]
+     },
+     "execution_count": 39,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "len(doubly.y)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 41,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "72"
+      ]
+     },
+     "execution_count": 41,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "doubly.n"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 42,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "1244.0972222222222"
+      ]
+     },
+     "execution_count": 42,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "np.mean(doubly.y)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 46,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "3872.2890919495749"
+      ]
+     },
+     "execution_count": 46,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "np.sqrt(np.mean((y-yhat)**2))"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 47,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "array([  9.78988280e+02,   2.26003279e+03,   1.04038742e+02,\n",
+       "         3.38382580e+02,   1.90458075e+02,   8.67908467e+01,\n",
+       "         4.37554720e+01,   1.35532201e+01,   1.02693176e+03,\n",
+       "         1.43579537e+04,   5.02646536e+02,   1.61314478e+03,\n",
+       "         1.60124044e+03,   5.84144805e+02,   2.98377549e+02,\n",
+       "         9.55604104e+01,   2.92086883e+03,   1.76899160e+04,\n",
+       "         9.49267467e+02,   3.14910952e+03,   2.73315395e+03,\n",
+       "         1.01972797e+03,   5.15779061e+02,   1.64177257e+02,\n",
+       "         1.73496758e+02,   7.99088484e+02,   1.22486311e+03,\n",
+       "         9.31563443e+02,   6.29698756e+02,   5.91117070e+02,\n",
+       "         4.15424488e+02,   1.31747905e+02,   4.49674437e+02,\n",
+       "         2.04361676e+03,   3.23802841e+03,   7.42345992e+02,\n",
+       "         1.00234547e+03,   6.00432512e+02,   3.13590596e+02,\n",
+       "         9.69658353e+01,   3.29132064e+02,   2.63792996e+03,\n",
+       "         3.65458094e+03,   6.52540343e+02,   1.30346098e+03,\n",
+       "         1.16517842e+03,   6.73203489e+02,   2.21973821e+02,\n",
+       "         1.47356669e+02,   9.45479887e+02,   1.33962391e+03,\n",
+       "         6.01828982e+02,   7.67131590e+02,   1.14476805e+03,\n",
+       "         6.43385796e+02,   2.00425139e+02,   7.41169755e+01,\n",
+       "         4.81822820e+02,   6.76007805e+02,   4.21969575e+02,\n",
+       "         3.99722086e+02,   6.59873779e+02,   6.41890452e+02,\n",
+       "         9.85596546e+02,   2.44225078e+01,   1.64157859e+02,\n",
+       "         2.28909306e+02,   1.42362371e+02,   1.31485029e+02,\n",
+       "         2.31461478e+02,   2.12717926e+02,   1.04848355e+03])"
+      ]
+     },
+     "execution_count": 47,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "yhat"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 64,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "26.799427831357789"
+      ]
+     },
+     "execution_count": 64,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "np.sqrt(np.sum(((y-yhat)**2)/n)) / np.sum(y/n)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 90,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "0.005019646605929266"
+      ]
+     },
+     "execution_count": 90,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "np.sqrt(np.sum((y-yhat)**2)/n) / np.sum(y)/float(n)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 88,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "1244.0972222222222"
+      ]
+     },
+     "execution_count": 88,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "np.sum(y)/float(n)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 86,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "1244.0972222222222"
+      ]
+     },
+     "execution_count": 86,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "np.mean(y)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 130,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "nan"
+      ]
+     },
+     "execution_count": 130,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "np.nan * -1"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 132,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "False"
+      ]
+     },
+     "execution_count": 132,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "np.nan == np.nan"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "metadata": {
+    "collapsed": true
+   },
+   "outputs": [],
+   "source": [
+    "np"
+   ]
+  }
+ ],
+ "metadata": {
+  "anaconda-cloud": {},
+  "kernelspec": {
+   "display_name": "Python [Root]",
+   "language": "python",
+   "name": "Python [Root]"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 2
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython2",
+   "version": "2.7.12"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}
diff --git a/pysal/contrib/spint/tests/test_count_model.py b/pysal/contrib/spint/tests/test_count_model.py
new file mode 100644
index 0000000..4aed5fc
--- /dev/null
+++ b/pysal/contrib/spint/tests/test_count_model.py
@@ -0,0 +1,87 @@
+"""
+Tests for CountModel class, which includes various linear models designed for
+count data
+
+Test data is the Columbus dataset after it has been rounded to integers to act
+as count data. Results are verified using corresponding functions in R.
+
+"""
+
+__author__ = 'Taylor Oshan tayoshan at gmail.com'
+
+import unittest
+import numpy as np
+import pysal
+from pysal.contrib.spint.count_model import CountModel
+from pysal.contrib.glm.family import Poisson
+
+class TestCountModel(unittest.TestCase):
+    """Tests CountModel class"""
+
+    def setUp(self):
+        db = pysal.open(pysal.examples.get_path('columbus.dbf'),'r')
+        y =  np.array(db.by_col("HOVAL"))
+        y = np.reshape(y, (49,1))
+        self.y = np.round(y).astype(int)
+        X = []
+        X.append(db.by_col("INC"))
+        X.append(db.by_col("CRIME"))
+        self.X = np.array(X).T
+
+    def test_PoissonGLM(self):
+        model = CountModel(self.y, self.X, family=Poisson())
+        results = model.fit('GLM')
+        np.testing.assert_allclose(results.params, [3.92159085,  0.01183491,
+            -0.01371397], atol=1.0e-8)
+        self.assertIsInstance(results.family, Poisson)
+        self.assertEqual(results.n, 49)
+        self.assertEqual(results.k, 3)
+        self.assertEqual(results.df_model, 2)
+        self.assertEqual(results.df_resid, 46)
+        np.testing.assert_allclose(results.yhat, 
+                [ 51.26831574,  50.15022766,  40.06142973,  34.13799739,
+                28.76119226,  42.6836241 ,  55.64593703,  34.08277997,
+                40.90389582,  37.19727958,  23.47459217,  26.12384057,
+                29.78303507,  25.96888223,  29.14073823,  26.04369592,
+                34.18996367,  32.28924005,  27.42284396,  72.69207879,
+                33.05316347,  36.52276972,  49.2551479 ,  35.33439632,
+                24.07252457,  31.67153709,  27.81699478,  25.38021219,
+                24.31759259,  23.13586161,  48.40724678,  48.57969818,
+                31.92596006,  43.3679231 ,  34.32925819,  51.78908089,
+                34.49778584,  27.56236198,  48.34273194,  57.50829097,
+                50.66038226,  54.68701352,  35.77103116,  43.21886784,
+                40.07615759,  49.98658004,  43.13352883,  40.28520774,
+                46.28910294])
+        np.testing.assert_allclose(results.cov_params, 
+                [[  1.70280610e-02,  -6.18628383e-04,  -2.21386966e-04],
+                [ -6.18628383e-04,   2.61733917e-05,   6.77496445e-06],
+                [ -2.21386966e-04,   6.77496445e-06,   3.75463502e-06]])
+        np.testing.assert_allclose(results.std_err, [ 0.13049161,  0.00511599,
+            0.00193769], atol=1.0e-8)
+        np.testing.assert_allclose(results.pvalues, [  2.02901657e-198,
+            2.07052532e-002,   1.46788805e-012])
+        np.testing.assert_allclose(results.tvalues, [ 30.0524361 ,   2.31331634,
+            -7.07748998])
+        np.testing.assert_allclose(results.resid,
+                [ 28.73168426,  -5.15022766, -14.06142973,  -1.13799739,
+                -5.76119226, -13.6836241 ,  19.35406297,   2.91722003,
+                12.09610418,  58.80272042,  -3.47459217,  -6.12384057,
+                12.21696493,  17.03111777, -11.14073823,  -7.04369592,
+                7.81003633,  27.71075995,   3.57715604,   8.30792121,
+                -13.05316347,  -6.52276972,  -1.2551479 ,  17.66560368,
+                -6.07252457, -11.67153709,   6.18300522,  -2.38021219,
+                7.68240741,  -1.13586161, -16.40724678,  -8.57969818,
+                -7.92596006, -15.3679231 ,  -7.32925819, -15.78908089,
+                8.50221416,  -4.56236198,  -8.34273194,   4.49170903,
+                -8.66038226, -10.68701352,  -9.77103116,  -9.21886784,
+                -12.07615759,  26.01341996,  -1.13352883, -13.28520774,
+                -10.28910294])
+        self.assertAlmostEqual(results.deviance, 230.46013824817649)
+        self.assertAlmostEqual(results.llf, -247.42592089969378)
+        self.assertAlmostEqual(results.aic, 500.85184179938756)
+        self.assertAlmostEqual(results.D2, 0.388656011675)
+        self.assertAlmostEqual(results.adj_D2, 0.36207583826952761)
+
+if __name__ == '__main__':
+	    unittest.main()
+
diff --git a/pysal/contrib/spint/tests/test_dispersion.py b/pysal/contrib/spint/tests/test_dispersion.py
new file mode 100644
index 0000000..4517680
--- /dev/null
+++ b/pysal/contrib/spint/tests/test_dispersion.py
@@ -0,0 +1,47 @@
+
+"""
+Tests for regressiom based dispersion tests (Cameron & Trivedi, 2013)
+
+Cameron, Colin A. & Trivedi, Pravin K. (2013) Regression Analysis of Count Data.
+    Camridge University Press: New York, New York. 
+
+"""
+
+__author__ = 'Taylor Oshan tayoshan at gmail.com'
+
+import unittest
+import numpy as np
+import pysal
+from pysal.contrib.spint.count_model import CountModel
+from pysal.contrib.glm.family import Poisson
+from pysal.contrib.spint.dispersion import phi_disp, alpha_disp
+
+class TestDispersion(unittest.TestCase):
+
+    def setUp(self):
+        db = pysal.open(pysal.examples.get_path('columbus.dbf'),'r')
+        y =  np.array(db.by_col("HOVAL"))
+        y = np.reshape(y, (49,1))
+        self.y = np.round(y).astype(int) 
+        X = []
+        X.append(db.by_col("INC"))
+        X.append(db.by_col("CRIME"))
+        self.X = np.array(X).T
+
+    def test_Dispersion(self):
+        model = CountModel(self.y, self.X, family=Poisson())
+        results = model.fit('GLM')
+        phi = phi_disp(results)
+        alpha1 = alpha_disp(results)
+        alpha2 = alpha_disp(results, lambda x:x**2)
+        np.testing.assert_allclose(phi, [ 5.39968689,  2.3230411 ,  0.01008847],
+                atol=1.0e-8)
+        np.testing.assert_allclose(alpha1, [ 4.39968689,  2.3230411 ,
+            0.01008847], atol=1.0e-8)
+        np.testing.assert_allclose(alpha2, [ 0.10690133,  2.24709978,
+            0.01231683], atol=1.0e-8)
+
+
+if __name__ == '__main__':
+	    unittest.main()
+
diff --git a/pysal/contrib/spint/tests/test_gravity.py b/pysal/contrib/spint/tests/test_gravity.py
index 3997716..8afb0f7 100644
--- a/pysal/contrib/spint/tests/test_gravity.py
+++ b/pysal/contrib/spint/tests/test_gravity.py
@@ -1,152 +1,685 @@
+
 """
 Tests for gravity-style spatial interaction models
-"""
-
-__author__ = 'toshan'
-
-import unittest
-import numpy as np
-import pandas as pd
-import gravity as grav
 
+Test data is the Austria migration dataset used in Dennet's (2012) practical primer
+on spatial interaction modeling. The data was made avialable through the
+following dropbox link: http://dl.dropbox.com/u/8649795/AT_Austria.csv.
+The data has been pre-filtered so that there are no intra-zonal flows,
 
+Dennett, A. (2012). Estimating flows between geographical locations:get me
+started in spatial interaction modelling (Working Paper No. 184). UCL: Citeseer.
 
-class TestUnconstrained(unittest.TestCase):
-    """Unconstrained class for unit tests"""
-    def setUp(self):
-        self.f = np.array([56, 100.8, 173.6, 235.2, 87.36,
-                           28., 100.8, 69.44, 235.2, 145.6,
-                           22., 26.4, 136.4, 123.2, 343.2,
-                           14., 75.6, 130.2, 70.56, 163.8,
-                           22, 59.4,  204.6,  110.88,  171.6])
-        self.V = np.repeat(np.array([56, 56, 44, 42, 66]), 5)
-        self.o = np.repeat(np.array(range(1, 6)), 5)
-        self.W = np.tile(np.array([10, 18, 62, 84, 78]), 5)
-        self.d = np.tile(np.array(range(1, 6)), 5)
-        self.dij = np.array([10, 10, 20, 20, 50,
-                             20, 10, 50, 20, 30,
-                             20, 30, 20, 30, 10,
-                             30, 10, 20, 50, 20,
-                             30, 20, 20, 50, 30])
-        self.dt = pd.DataFrame({'origins': self.o,
-                                'destinations': self.d,
-                                'V': self.V,
-                                'W': self.W,
-                                'Dij': self.dij,
-                                'flows': self.f})
-
-    def test_Uconstrained(self):
-        model = grav.Unconstrained(self.dt, 'origins', 'destinations', 'flows',
-            ['V'], ['W'], 'Dij', 'pow')
-        V = 1.0
-        W = 1.0
-        beta = -1.0
-        self.assertAlmostEqual(model.p['V'], V, delta=.0001)
-        self.assertAlmostEqual(model.p['W'], W, delta=.0001)
-        self.assertAlmostEqual(model.p['beta'], beta, delta=.0001)
-
-
-class TestProductionConstrained(unittest.TestCase):
-    """Production constrained class for unit tests"""
-    def setUp(self):
-        self.f = np.array([0, 6469, 7629, 20036, 4690,
-                           6194, 11688, 2243, 8857, 7248,
-                           3559, 9221, 10099, 22866, 3388,
-                           9986, 46618, 11639, 1380, 5261,
-                           5985, 6731, 2704, 12250, 16132])
-        self.o = np.repeat(1, 25)
-        self.d = np.array(range(1, 26))
-        self.dij = np.array([0, 576, 946, 597, 373,
-                             559, 707, 1208, 602, 692,
-                             681, 1934, 332, 595, 906,
-                             425, 755, 672, 1587, 526,
-                             484, 2141, 2182, 410, 540])
-        self.pop = np.array([1596000, 2071000, 3376000, 6978000, 1345000,
-                             2064000, 2378000, 1239000, 4435000, 1999000,
-                             1274000, 7042000, 834000, 1268000, 1965000,
-                             1046000, 12131000, 4824000, 969000, 2401000,
-                             2410000, 2847000, 1425000, 1089000, 2909000])
-        self.dt = pd.DataFrame({'origins': self.o,
-                                'destinations': self.d,
-                                'pop': self.pop,
-                                'Dij': self.dij,
-                                'flows': self.f})
+"""
 
-    def test_Production_Constrained(self):
-        model = grav.ProductionConstrained(self.dt, 'origins', 'destinations', 'flows',
-            ['pop'], 'Dij', 'pow')
-        pop = 0.7818262
-        beta = -0.7365098
-        self.assertAlmostEqual(model.p['pop'], pop, delta=.0001)
-        self.assertAlmostEqual(model.p['beta'], beta, delta=.0001)
+import unittest
+import math
+import numpy as np
+from pysal.contrib.spint import gravity as grav
 
+class TestGravity(unittest.TestCase):
+    """Tests for gravity-type models"""
 
-class TestAttractionConstrained(unittest.TestCase):
-    """Attraction constrained class for unit tests"""
     def setUp(self):
-        self.f = np.array([56, 100.8, 173.6, 235.2, 87.36,
-                           28., 100.8, 69.44, 235.2, 145.6,
-                           22., 26.4, 136.4, 123.2, 343.2,
-                           14., 75.6, 130.2, 70.56, 163.8,
-                           22, 59.4,  204.6,  110.88,  171.6])
-        self.V = np.repeat(np.array([56, 56, 44, 42, 66]), 5)
-        self.o = np.repeat(np.array(range(1, 6)), 5)
-        self.W = np.tile(np.array([10, 18, 62, 84, 78]), 5)
-        self.d = np.tile(np.array(range(1, 6)), 5)
-        self.dij = np.array([10, 10, 20, 20, 50,
-                             20, 10, 50, 20, 30,
-                             20, 30, 20, 30, 10,
-                             30, 10, 20, 50, 20,
-                             30, 20, 20, 50, 30])
-        self.dt = pd.DataFrame({'origins': self.o,
-                                'destinations': self.d,
-                                'V': self.V,
-                                'Dij': self.dij,
-                                'flows': self.f})
+        self.f =  np.array([ 1131,  1887,    69,   738,    98,    31,    43,    19,  1633,
+            14055,   416,  1276,  1850,   388,   303,   159,  2301, 20164,
+            1080,  1831,  1943,   742,   674,   407,    85,   379,  1597,
+            1608,   328,   317,   469,   114,   762,  1110,  2973,  1252,
+            1081,   622,   425,   262,   196,  2027,  3498,   346,  1332,
+            2144,   821,   274,    49,   378,  1349,   310,   851,  2117,
+            630,   106,    87,   424,   978,   490,   670,   577,   546,
+            569,    33,   128,   643,   154,   328,   199,   112,   587])
 
-    def test_Attraction_Constrained(self):
-        model = grav.AttractionConstrained(self.dt, 'origins', 'destinations', 'flows',
-            ['V'], 'Dij', 'pow')
-        V = 1.0
-        beta = -1.0
-        self.assertAlmostEqual(model.p['V'], V, delta=.0001)
-        self.assertAlmostEqual(model.p['beta'], beta, delta=.0001)
+        self.o = np.array(['AT11', 'AT11', 'AT11', 'AT11', 'AT11', 'AT11', 'AT11', 'AT11',
+            'AT12', 'AT12', 'AT12', 'AT12', 'AT12', 'AT12', 'AT12', 'AT12',
+            'AT13', 'AT13', 'AT13', 'AT13', 'AT13', 'AT13', 'AT13', 'AT13',
+            'AT21', 'AT21', 'AT21', 'AT21', 'AT21', 'AT21', 'AT21', 'AT21',
+            'AT22', 'AT22', 'AT22', 'AT22', 'AT22', 'AT22', 'AT22', 'AT22',
+            'AT31', 'AT31', 'AT31', 'AT31', 'AT31', 'AT31', 'AT31', 'AT31',
+            'AT32', 'AT32', 'AT32', 'AT32', 'AT32', 'AT32', 'AT32', 'AT32',
+            'AT33', 'AT33', 'AT33', 'AT33', 'AT33', 'AT33', 'AT33', 'AT33',
+            'AT34', 'AT34', 'AT34', 'AT34', 'AT34', 'AT34', 'AT34', 'AT34'])
+        
+        self.d = np.array(['AT12', 'AT13', 'AT21', 'AT22', 'AT31', 'AT32', 'AT33', 'AT34',
+            'AT11', 'AT13', 'AT21', 'AT22', 'AT31', 'AT32', 'AT33', 'AT34',
+            'AT11', 'AT12', 'AT21', 'AT22', 'AT31', 'AT32', 'AT33', 'AT34',
+            'AT11', 'AT12', 'AT13', 'AT22', 'AT31', 'AT32', 'AT33', 'AT34',
+            'AT11', 'AT12', 'AT13', 'AT21', 'AT31', 'AT32', 'AT33', 'AT34',
+            'AT11', 'AT12', 'AT13', 'AT21', 'AT22', 'AT32', 'AT33', 'AT34',
+            'AT11', 'AT12', 'AT13', 'AT21', 'AT22', 'AT31', 'AT33', 'AT34',
+            'AT11', 'AT12', 'AT13', 'AT21', 'AT22', 'AT31', 'AT32', 'AT34',
+            'AT11', 'AT12', 'AT13', 'AT21', 'AT22', 'AT31', 'AT32', 'AT33'])
+        
+        self.dij = np.array([ 103.001845,   84.204666,  220.811933,  132.00748 ,  214.511814,
+            246.933305,  390.85611 ,  505.089539,  103.001845,   45.796272,
+            216.994739,  129.878172,  140.706671,  201.232355,  343.50075 ,
+            453.515594,   84.204666,   45.796272,  249.932874,  158.630661,
+            186.420738,  244.108305,  387.61776 ,  498.407152,  220.811933,
+            216.994739,  249.932874,   92.407958,  151.777157,   92.894408,
+            194.851669,  306.105825,  132.00748 ,  129.878172,  158.630661,
+            92.407958,  124.563096,  122.433524,  261.893783,  376.34667 ,
+            214.511814,  140.706671,  186.420738,  151.777157,  124.563096,
+            81.753652,  208.456383,  314.793199,  246.933305,  201.232355,
+            244.108305,   92.894408,  122.433524,   81.753652,  145.076472,
+            258.591197,  390.85611 ,  343.50075 ,  387.61776 ,  194.851669,
+            261.893783,  208.456383,  145.076472,  114.46325 ,  505.089539,
+            453.515594,  498.407152,  306.105825,  376.34667 ,  314.793199,
+            258.591197,  114.46325 ])
+        
+        self.o_var = np.array([ 4320,  4320,  4320,  4320,  4320,  4320,  4320,  4320, 21478,
+            21478, 21478, 21478, 21478, 21478, 21478, 21478, 30500, 30500,
+            30500, 30500, 30500, 30500, 30500, 30500,  5012,  5012,  5012,
+            5012,  5012,  5012,  5012,  5012,  8811,  8811,  8811,  8811,
+            8811,  8811,  8811,  8811, 11349, 11349, 11349, 11349, 11349,
+            11349, 11349, 11349,  6021,  6021,  6021,  6021,  6021,  6021,
+            6021,  6021,  4477,  4477,  4477,  4477,  4477,  4477,  4477,
+            4477,  2275,  2275,  2275,  2275,  2275,  2275,  2275,  2275])
+        
+        self.d_var = np.array([27169, 28710,  4354,  9069,  8577,  4963,  3923,  2026,  5452,
+            28710,  4354,  9069,  8577,  4963,  3923,  2026,  5452, 27169,
+            4354,  9069,  8577,  4963,  3923,  2026,  5452, 27169, 28710,
+            9069,  8577,  4963,  3923,  2026,  5452, 27169, 28710,  4354,
+            8577,  4963,  3923,  2026,  5452, 27169, 28710,  4354,  9069,
+            4963,  3923,  2026,  5452, 27169, 28710,  4354,  9069,  8577,
+            3923,  2026,  5452, 27169, 28710,  4354,  9069,  8577,  4963,
+            2026,  5452, 27169, 28710,  4354,  9069,  8577,  4963,  3923])
+    
+    def test_BaseGravity_exp(self):
+        f = np.array(self.f).reshape((-1,1))
+        dij = np.array(self.dij).reshape((-1,1))
+        model = grav.BaseGravity(f, dij, 'exp')
+        np.testing.assert_allclose(model.params, [0.01641585], atol = .0001)
+        self.assertAlmostEqual(model.aic, 957622.28429746185, delta = .0001)
+        np.testing.assert_allclose(model.cov_params, [[  1.92096665e-10]])
+        self.assertAlmostEqual(model.deviance, 1087408.9707170483, delta = .0001)
+        self.assertAlmostEqual(model.llf, -478810.14214873099, delta = .0001)
+        self.assertAlmostEqual(model.llnull, -88037.0499629, delta = .0001)
+        np.testing.assert_allclose(model.pvalues, [ 0.])
+        np.testing.assert_allclose(model.std_err, [  1.38598941e-05])
+        np.testing.assert_allclose(model.tvalues, [ 1184.41355888])
+        np.testing.assert_allclose(model.yhat, 
+            [  5.42415692e+00,   3.98401807e+00,   3.75177744e+01,
+            8.73217546e+00,   3.38315236e+01,   5.76055685e+01,
+            6.11695077e+02,   3.98970414e+03,   5.42415692e+00,
+            2.12078133e+00,   3.52389616e+01,   8.43222048e+00,
+            1.00726025e+01,   2.72049640e+01,   2.81140796e+02,
+            1.71101560e+03,   3.98401807e+00,   2.12078133e+00,
+            6.05130899e+01,   1.35184658e+01,   2.13329799e+01,
+            5.49951210e+01,   5.80026424e+02,   3.57519614e+03,
+            3.75177744e+01,   3.52389616e+01,   6.05130899e+01,
+            4.55832329e+00,   1.20799918e+01,   4.59486946e+00,
+            2.44995584e+01,   1.52168163e+02,   8.73217546e+00,
+            8.43222048e+00,   1.35184658e+01,   4.55832329e+00,
+            7.72767984e+00,   7.46219749e+00,   7.36414576e+01,
+            4.82050643e+02,   3.38315236e+01,   1.00726025e+01,
+            2.13329799e+01,   1.20799918e+01,   7.72767984e+00,
+            3.82690126e+00,   3.06302472e+01,   1.75492594e+02,
+            5.76055685e+01,   2.72049640e+01,   5.49951210e+01,
+            4.59486946e+00,   7.46219749e+00,   3.82690126e+00,
+            1.08216970e+01,   6.97553001e+01,   6.11695077e+02,
+            2.81140796e+02,   5.80026424e+02,   2.44995584e+01,
+            7.36414576e+01,   3.06302472e+01,   1.08216970e+01,
+            6.54702760e+00,   3.98970414e+03,   1.71101560e+03,
+            3.57519614e+03,   1.52168163e+02,   4.82050643e+02,
+            1.75492594e+02,   6.97553001e+01,   6.54702760e+00])
 
+    def test_BaseGravity_pow(self):
+        f = np.array(self.f).reshape((-1,1))
+        dij = np.array(self.dij).reshape((-1,1))
+        model = grav.BaseGravity(f, dij, 'pow')
+        np.testing.assert_allclose(model.params, [ 1.27223738], atol = .0001)
+        self.assertAlmostEqual(model.aic, 377298.04716333596, delta = .0001)
+        np.testing.assert_allclose(model.cov_params, [[  4.31955426e-07]])
+        self.assertAlmostEqual(model.deviance, 409811.34329065739, delta = .0001)
+        self.assertAlmostEqual(model.llf, -188648.02358166798, delta = .0001)
+        self.assertAlmostEqual(model.llnull, -88037.0499629, delta = .0001)
+        np.testing.assert_allclose(model.pvalues, [ 0.])
+        np.testing.assert_allclose(model.std_err, [   0.00065723], atol = .000001)
+        np.testing.assert_allclose(model.tvalues, [ 1935.74740017])
+        np.testing.assert_allclose(model.yhat,  
+            [  363.76143383,   281.50403714,   959.7388893 ,   498.77506053,
+            925.03759732,  1106.44361848,  1984.54428735,  2749.95948574,
+            363.76143383,   129.70901679,   938.68096943,   488.56203387,
+            540.96136464,   852.80642651,  1683.84456031,  2397.81642174,
+            281.50403714,   129.70901679,  1123.57104159,   630.10766251,
+            773.76239688,  1090.36467516,  1963.64917204,  2703.75625368,
+            959.7388893 ,   938.68096943,  1123.57104159,   316.84652033,
+            595.67905738,   318.9700416 ,   818.55371165,  1454.18199247,
+            498.77506053,   488.56203387,   630.10766251,   316.84652033,
+            463.26843623,   453.2156204 ,  1192.42000515,  1891.29566175,
+            925.03759732,   540.96136464,   773.76239688,   595.67905738,
+            463.26843623,   271.12096396,   891.94447199,  1506.88882976,
+            1106.44361848,   852.80642651,  1090.36467516,   318.9700416 ,
+            453.2156204 ,   271.12096396,   562.42482847,  1173.32244253,
+            1984.54428735,  1683.84456031,  1963.64917204,   818.55371165,
+            1192.42000515,   891.94447199,   562.42482847,   416.01781589,
+            2749.95948574,  2397.81642174,  2703.75625368,  1454.18199247,
+            1891.29566175,  1506.88882976,  1173.32244253,   416.01781589])
+    
+    def test_QuasiPoisson(self):
+        f = np.array(self.f).reshape((-1,1))
+        dij = np.array(self.dij).reshape((-1,1))
+        model = grav.BaseGravity(f, dij, 'exp', Quasi=True)
+        np.testing.assert_allclose(model.params, [0.01641585], atol = .0001)
+        self.assertTrue(math.isnan(model.aic))
+        np.testing.assert_allclose(model.cov_params, [[ 0.00079749]],
+                atol=1.0e-8)
+        self.assertAlmostEqual(model.deviance, 1087408.9707170483, delta = .0001)
+        self.assertTrue(np.isnan(model.llf))
+        self.assertTrue(np.isnan(model.llnull))
+        np.testing.assert_allclose(model.pvalues, [ 0.56103881])
+        np.testing.assert_allclose(model.std_err, [ 0.02823993], atol=1.0e-8)
+        np.testing.assert_allclose(model.tvalues, [ 0.58129922])
+        np.testing.assert_allclose(model.yhat, 
+            [  5.42415692e+00,   3.98401807e+00,   3.75177744e+01,
+            8.73217546e+00,   3.38315236e+01,   5.76055685e+01,
+            6.11695077e+02,   3.98970414e+03,   5.42415692e+00,
+            2.12078133e+00,   3.52389616e+01,   8.43222048e+00,
+            1.00726025e+01,   2.72049640e+01,   2.81140796e+02,
+            1.71101560e+03,   3.98401807e+00,   2.12078133e+00,
+            6.05130899e+01,   1.35184658e+01,   2.13329799e+01,
+            5.49951210e+01,   5.80026424e+02,   3.57519614e+03,
+            3.75177744e+01,   3.52389616e+01,   6.05130899e+01,
+            4.55832329e+00,   1.20799918e+01,   4.59486946e+00,
+            2.44995584e+01,   1.52168163e+02,   8.73217546e+00,
+            8.43222048e+00,   1.35184658e+01,   4.55832329e+00,
+            7.72767984e+00,   7.46219749e+00,   7.36414576e+01,
+            4.82050643e+02,   3.38315236e+01,   1.00726025e+01,
+            2.13329799e+01,   1.20799918e+01,   7.72767984e+00,
+            3.82690126e+00,   3.06302472e+01,   1.75492594e+02,
+            5.76055685e+01,   2.72049640e+01,   5.49951210e+01,
+            4.59486946e+00,   7.46219749e+00,   3.82690126e+00,
+            1.08216970e+01,   6.97553001e+01,   6.11695077e+02,
+            2.81140796e+02,   5.80026424e+02,   2.44995584e+01,
+            7.36414576e+01,   3.06302472e+01,   1.08216970e+01,
+            6.54702760e+00,   3.98970414e+03,   1.71101560e+03,
+            3.57519614e+03,   1.52168163e+02,   4.82050643e+02,
+            1.75492594e+02,   6.97553001e+01,   6.54702760e+00])
+    
+    def test_Gravity(self):
+        model = grav.Gravity(self.f, self.o_var, self.d_var,
+                self.dij, 'exp')
+        np.testing.assert_allclose(model.params, [ 0.44051324,  0.5144978,
+            -0.00976746])
+        self.assertAlmostEqual(model.aic, 33004.1458886, delta = .0001)
+        np.testing.assert_allclose(model.cov_params, [[  1.12101850e-05,
+            -1.09133569e-05,  -1.44593711e-08],
+            [ -1.09133569e-05,   1.10801323e-05,  -1.23580963e-08],
+            [ -1.44593711e-08,  -1.23580963e-08,   2.11497156e-09]])
+        self.assertAlmostEqual(model.deviance, 29051.791954, delta = .0001)
+        self.assertAlmostEqual(model.llf, -16499.0729443, delta = .0001)
+        self.assertAlmostEqual(model.llnull, -88037.0499629, delta = .0001)
+        np.testing.assert_allclose(model.pvalues, [0., 0., 0.])
+        np.testing.assert_allclose(model.std_err, [  3.34816144e-03,   3.32868327e-03,
+            4.59888200e-05])
+        np.testing.assert_allclose(model.tvalues, [ 131.5686976,   154.56496075,
+            -212.38771233])
+        np.testing.assert_allclose(model.yhat, 
+            [  2791.71294459,   3450.9181662 ,    344.35367686,   1195.8168102 ,
+            519.06514371,    285.39822879,     62.00029499,     14.46008341,
+            2476.40288126,  10178.48689237,    724.46765915,   2474.67971095,
+            2163.32521114,    903.92942165,    199.56985231,     48.50282363,
+            3472.5689778 ,  11546.46123418,    612.90019043,   2180.94678642,
+            1615.46535168,    693.98410032,    151.37195314,     36.51168734,
+            412.74282775,    978.91114569,    730.04284105,   1879.61605356,
+            1022.73834302,   1371.83645825,    449.01488086,    107.81413822,
+            1259.84153016,   2939.13628073,   2283.39010725,   1652.13526474,
+            1710.55604408,   1318.04651914,    299.09085631,     69.60641198,
+            629.16274459,   2956.0542728 ,   1945.9091469 ,   1034.2626935 ,
+            1968.00942356,   2192.39883984,    563.51931891,    141.96553438,
+            346.7081784 ,   1237.93201505,    837.81110558,   1390.40186809,
+            1519.82045346,   2197.30955425,    791.58042696,    185.91772597,
+            74.60436444,    270.71659234,    181.00879336,    450.77145086,
+            341.60352923,    559.42021561,    784.06616575,    666.83596532,
+            18.14169546,     68.59991159,     45.52214916,    112.85166716,
+            82.89055652,    146.94298691,    192.00611495,    695.27339343])
+        self.assertAlmostEquals(model.D2, 0.834456520292)
+        self.assertAlmostEquals(model.adj_D2, 0.829658158561)
+        self.assertAlmostEquals(model.SSI, 0.688220359428)
+        self.assertAlmostEquals(model.pseudoR2, 0.81258943875)
+        self.assertAlmostEquals(model.adj_pseudoR2, 0.812555362188)
+        self.assertAlmostEquals(model.SRMSE, 1.0220094905985986)
 
-class TestDoublyConstrained(unittest.TestCase):
-    """Doubly constrained class for unit tests"""
-    def setUp(self):
-        self.f = np.array([0, 180048, 79223, 26887, 198144, 17995, 35563, 30528, 110792,
-                        283049, 0, 300345, 67280, 718673, 55094, 93434, 87987, 268458,
-                        87267, 237229, 0, 281791, 551483, 230788, 178517, 172711, 394481,
-                        29877, 60681, 286580, 0, 143860, 49892, 185618, 181868, 274629,
-                        130830, 382565, 346407, 92308, 0, 252189, 192223, 89389, 279739,
-                        21434, 53772, 287340, 49828, 316650, 0, 141679, 27409, 87938,
-                        30287, 64645, 161645, 144980, 199466, 121366, 0, 134229, 289880,
-                        21450, 43749, 97808, 113683, 89806, 25574, 158006, 0, 437255,
-                        72114, 133122, 229764, 165405, 266305, 66324, 252039, 342948, 0])
-        self.o = np.repeat(np.array(range(1, 10)), 9)
-        self.d = np.tile(np.array(range(1, 10)), 9)
-        self.dij = np.array([0, 219, 1009, 1514, 974, 1268, 1795, 2420, 3174,
-                            219, 0, 831, 1336, 755, 1049, 1576, 2242, 2996,
-                            1009, 831, 0, 505, 1019, 662, 933, 1451, 2205,
-                            1514, 1336, 505, 0, 1370, 888, 654, 946, 1700,
-                            974, 755, 1019, 1370, 0, 482, 1144, 2278, 2862,
-                            1268, 1049, 662, 888, 482, 0, 662, 1795, 2380,
-                            1795, 1576, 933, 654, 1144, 662, 0, 1287, 1779,
-                            2420, 2242, 1451, 946, 2278, 1795, 1287, 0, 754,
-                            3147, 2996, 2205, 1700, 2862, 2380, 1779, 754, 0])
-        self.dt = pd.DataFrame({'Origin': self.o,
-                                'Destination': self.d,
-                                'flows': self.f,
-                                'Dij': self.dij})
+    def test_local_Gravity(self):
+        model = grav.Gravity(self.f, self.o_var, self.d_var, self.dij, 'exp')
+        local = model.local(loc_index=self.o, locs=np.unique(self.o))
+        self.assertEqual(local.keys().sort(), ['pvalue2', 
+                                                'SRMSE', 
+                                                'pvalue0',
+                                                'deviance', 
+                                                'adj_pseudoR2', 
+                                                'pvalue1', 
+                                                'tvalue0', 
+                                                'tvalue2',
+                                                'adj_D2', 
+                                                'tvalue1', 
+                                                'SSI', 
+                                                'aic', 
+                                                'param1', 
+                                                'param0', 
+                                                'D2',
+                                                'pseudoR2', 
+                                                'param2'].sort())
+    
+    def test_Production(self):
+        model = grav.Production(self.f, self.o, self.d_var,
+                self.dij, 'exp')
+        np.testing.assert_allclose(model.params, [-1.11700938,  0.5696138 ,  
+            1.03487752, -0.51400641, -0.23320154, 0.09225167, -0.42761955,  
+            0.03771866, -0.0922097 ,  0.89278717, -0.00727113], atol = .0001)
+        self.assertAlmostEqual(model.aic, 15882.651018068489, delta = .0001)
+        np.testing.assert_allclose(model.cov_params, 
+            [[ 2.58467540e-03,   2.25525153e-03,   2.25698879e-03,
+               2.27598630e-03,   2.28753498e-03,   2.29518139e-03,
+               2.26066086e-03,   2.28389856e-03,   2.30028223e-03,
+               -2.24000219e-04,  -9.64855587e-07],
+            [  2.25525153e-03,   2.22885311e-03,   2.18057451e-03,
+               2.19382566e-03,   2.20716973e-03,   2.21373933e-03,
+               2.17974121e-03,   2.19682475e-03,   2.20967384e-03,
+               -2.16966417e-04,  -8.72732269e-07],
+            [  2.25698879e-03,   2.18057451e-03,   2.21642787e-03,
+               2.19592307e-03,   2.20904148e-03,   2.21570366e-03,
+               2.18175104e-03,   2.19942376e-03,   2.21260234e-03,
+               -2.17060431e-04,  -8.79741394e-07],
+            [  2.27598630e-03,   2.19382566e-03,   2.19592307e-03,
+               2.43184109e-03,   2.23320408e-03,   2.24276394e-03,
+               2.21085295e-03,   2.24737607e-03,   2.27104133e-03,
+               -2.16513520e-04,  -1.09288157e-06],
+            [  2.28753498e-03,   2.20716973e-03,   2.20904148e-03,
+               2.23320408e-03,   2.35994849e-03,   2.25049809e-03,
+               2.21741622e-03,   2.24601728e-03,   2.26530460e-03,
+               -2.18641277e-04,  -1.00923831e-06],
+            [  2.29518139e-03,   2.21373933e-03,   2.21570366e-03,
+               2.24276394e-03,   2.25049809e-03,   2.35335488e-03,
+               2.22652875e-03,   2.25818713e-03,   2.27918210e-03,
+               -2.18996160e-04,  -1.04519353e-06],
+            [  2.26066086e-03,   2.17974121e-03,   2.18175104e-03,
+               2.21085295e-03,   2.21741622e-03,   2.22652875e-03,
+               2.36722952e-03,   2.22827572e-03,   2.25038328e-03,
+               -2.15375557e-04,  -1.05779552e-06],
+            [  2.28389856e-03,   2.19682475e-03,   2.19942376e-03,
+               2.24737607e-03,   2.24601728e-03,   2.25818713e-03,
+               2.22827572e-03,   2.51224347e-03,   2.31504070e-03,
+               -2.15113513e-04,  -1.28324145e-06],
+            [  2.30028223e-03,   2.20967384e-03,   2.21260234e-03,
+               2.27104133e-03,   2.26530460e-03,   2.27918210e-03,
+               2.25038328e-03,   2.31504070e-03,   2.81219776e-03,
+               -2.15302957e-04,  -1.40976210e-06],
+            [ -2.24000219e-04,  -2.16966417e-04,  -2.17060431e-04,
+              -2.16513520e-04,  -2.18641277e-04,  -2.18996160e-04,
+              -2.15375557e-04,  -2.15113513e-04,  -2.15302957e-04,
+               2.17985878e-05,   6.51339971e-08],
+            [ -9.64855587e-07,  -8.72732269e-07,  -8.79741394e-07,
+              -1.09288157e-06,  -1.00923831e-06,  -1.04519353e-06,
+              -1.05779552e-06,  -1.28324145e-06,  -1.40976210e-06,
+               6.51339971e-08,   2.77308674e-09]])
+        self.assertAlmostEqual(model.deviance, 15279.974241770311, delta = .0001)
+        self.assertAlmostEqual(model.llf, -7930.3255090342445, delta = .0001)
+        self.assertAlmostEqual(model.llnull, -88037.0499629, delta = .0001)
+        np.testing.assert_allclose(model.pvalues, 
+            [  5.43122294e-107,   1.60984652e-033,   4.30597019e-107,
+            1.94310017e-025,   1.58325196e-006,   5.72169717e-002,
+            1.50954058e-018,   4.51730708e-001,   8.20670992e-002,
+            0.00000000e+000,   0.00000000e+000])
+        np.testing.assert_allclose(model.std_err, 
+            [  5.08397030e-02,   4.72107308e-02,   4.70789536e-02,
+            4.93137008e-02,   4.85793011e-02,   4.85113892e-02,
+            4.86541830e-02,   5.01222852e-02,   5.30301589e-02,
+            4.66889578e-03,   5.26601057e-05])
+        np.testing.assert_allclose(model.tvalues, 
+            [ -21.97120187,   12.06534585,   21.98174424,  -10.4231968 ,
+            -4.80043014,    1.90164966,   -8.78895757,    0.75253281,
+            -1.73881619,  191.22019711, -138.07670549])
+        np.testing.assert_allclose(model.yhat, 
+            [  1.40705950e+03,   1.69457663e+03,   1.16508879e+02,
+            4.27850723e+02,   2.23425179e+02,   1.08301078e+02,
+            3.08300817e+01,   7.44793331e+00,   1.81162644e+03,
+            1.21014912e+04,   6.46999802e+02,   2.34696906e+03,
+            2.06388796e+03,   8.15528209e+02,   2.34966095e+02,
+            5.85312512e+01,   3.30741049e+03,   1.83446566e+04,
+            8.10873546e+02,   3.03231168e+03,   2.35717102e+03,
+            9.50837295e+02,   2.71489717e+02,   6.72496632e+01,
+            2.60277189e+02,   1.12260001e+03,   9.28118288e+02,
+            1.04284804e+03,   6.44343295e+02,   6.06652130e+02,
+            2.34315477e+02,   5.78455649e+01,   6.57379261e+02,
+            2.80075361e+03,   2.38710037e+03,   7.17245241e+02,
+            1.03993511e+03,   6.48056270e+02,   1.90566474e+02,
+            4.59636590e+01,   4.99603238e+02,   3.58445439e+03,
+            2.70058180e+03,   6.44960859e+02,   1.51347637e+03,
+            1.20618713e+03,   3.89165529e+02,   9.95706858e+01,
+            2.34675109e+02,   1.37251483e+03,   1.05563448e+03,
+            5.88432822e+02,   9.13951678e+02,   1.16884200e+03,
+            3.66858927e+02,   8.90901579e+01,   1.31244011e+02,
+            7.76879800e+02,   5.92149430e+02,   4.46507449e+02,
+            5.27992298e+02,   7.40876898e+02,   7.20725128e+02,
+            4.04624989e+02,   5.02255240e+01,   3.06563409e+02,
+            2.32354948e+02,   1.74615053e+02,   2.01734215e+02,
+            3.00280455e+02,   2.77258060e+02,   6.40968342e+02])
+        self.assertAlmostEquals(model.D2, 0.912931356874)
+        self.assertAlmostEquals(model.adj_D2, 0.89865780882)
+        self.assertAlmostEquals(model.SSI, 0.740619203383)
+        self.assertAlmostEquals(model.pseudoR2, 0.909920590111)
+        self.assertAlmostEquals(model.adj_pseudoR2, 0.909795642717)
+        self.assertAlmostEquals(model.SRMSE, 0.46626328789729393)
 
-    def test_Doubly_Constrained(self):
-        model = grav.DoublyConstrained(self.dt, 'Origin', 'Destination', 'flows', 'Dij', 'exp')
-        beta = -0.0007369
-        self.assertAlmostEqual(model.p['beta'], beta, delta=.0000001)
+    def test_local_Production(self):
+        model = grav.Production(self.f, self.o, self.d_var, self.dij, 'exp')
+        local = model.local(locs=np.unique(self.o))
+        self.assertEqual(local.keys().sort(), ['pvalue2', 
+                                                'SRMSE', 
+                                                'pvalue0',
+                                                'deviance', 
+                                                'adj_pseudoR2', 
+                                                'pvalue1', 
+                                                'tvalue0', 
+                                                'tvalue2',
+                                                'adj_D2', 
+                                                'tvalue1', 
+                                                'SSI', 
+                                                'aic', 
+                                                'param1', 
+                                                'param0', 
+                                                'D2',
+                                                'pseudoR2', 
+                                                'param2'].sort())
+                                                  
+    def test_Attraction(self):
+        model = grav.Production(self.f, self.d, self.o_var,
+                self.dij, 'exp')
+        np.testing.assert_allclose(model.params, 
+                [-0.88439723,  0.73740882,  1.04332355, -0.75977722, -0.26060911,
+                -0.1879365 , -0.67530313, -0.19871953, -0.39900098,  0.89235874,
+                -0.00693755], atol = .0001)
+        self.assertAlmostEqual(model.aic, 16275.899321893821, delta = .0001)
+        np.testing.assert_allclose(model.cov_params, 
+            [[  3.01436996e-03,   2.75262767e-03,   2.69617868e-03,
+            2.75263367e-03,   2.76096809e-03,   2.76082495e-03,
+            2.73320039e-03,   2.77096042e-03,   2.80156716e-03,
+            -2.71488782e-04,  -1.17108280e-06],
+            [  2.75262767e-03,   2.72725703e-03,   2.63241450e-03,
+            2.68345714e-03,   2.69359309e-03,   2.69264448e-03,
+            2.66538758e-03,   2.69705597e-03,   2.72384308e-03,
+            -2.65699549e-04,  -1.08479153e-06],
+            [  2.69617868e-03,   2.63241450e-03,   2.61511832e-03,
+            2.63025621e-03,   2.63909790e-03,   2.63860796e-03,
+            2.61206899e-03,   2.64590548e-03,   2.67381997e-03,
+            -2.59870000e-04,  -1.09419859e-06],
+            [  2.75263367e-03,   2.68345714e-03,   2.63025621e-03,
+            2.93687480e-03,   2.69787111e-03,   2.69944743e-03,
+            2.67310431e-03,   2.72096984e-03,   2.75739588e-03,
+            -2.63511222e-04,  -1.26675817e-06],
+            [  2.76096809e-03,   2.69359309e-03,   2.63909790e-03,
+            2.69787111e-03,   2.82012775e-03,   2.70486370e-03,
+            2.67807014e-03,   2.71951056e-03,   2.75213707e-03,
+            -2.65196970e-04,  -1.19678325e-06],
+            [  2.76082495e-03,   2.69264448e-03,   2.63860796e-03,
+            2.69944743e-03,   2.70486370e-03,   2.82788771e-03,
+            2.67918953e-03,   2.72327074e-03,   2.75746837e-03,
+            -2.64826047e-04,  -1.22641311e-06],
+            [  2.73320039e-03,   2.66538758e-03,   2.61206899e-03,
+            2.67310431e-03,   2.67807014e-03,   2.67918953e-03,
+            2.85686854e-03,   2.69753883e-03,   2.73200584e-03,
+            -2.62037343e-04,  -1.22568680e-06],
+            [  2.77096042e-03,   2.69705597e-03,   2.64590548e-03,
+            2.72096984e-03,   2.71951056e-03,   2.72327074e-03,
+            2.69753883e-03,   3.01269943e-03,   2.80463020e-03,
+            -2.63381525e-04,  -1.43182005e-06],
+            [  2.80156716e-03,   2.72384308e-03,   2.67381997e-03,
+            2.75739588e-03,   2.75213707e-03,   2.75746837e-03,
+            2.73200584e-03,   2.80463020e-03,   3.37945677e-03,
+            -2.64964684e-04,  -1.55786850e-06],
+            [ -2.71488782e-04,  -2.65699549e-04,  -2.59870000e-04,
+            -2.63511222e-04,  -2.65196970e-04,  -2.64826047e-04,
+            -2.62037343e-04,  -2.63381525e-04,  -2.64964684e-04,
+            2.64461183e-05,   8.70031728e-08],
+            [ -1.17108280e-06,  -1.08479153e-06,  -1.09419859e-06,
+            -1.26675817e-06,  -1.19678325e-06,  -1.22641311e-06,
+            -1.22568680e-06,  -1.43182005e-06,  -1.55786850e-06,
+            8.70031728e-08,   2.62593686e-09]])
+        self.assertAlmostEqual(model.deviance, 15673.222613627502, delta = .0001)
+        self.assertAlmostEqual(model.llf, -8126.9496609469106, delta = .0001)
+        self.assertAlmostEqual(model.llnull, -88037.0499629, delta = .0001)
+        np.testing.assert_allclose(model.pvalues, 
+            [  2.23154436e-58,   2.84596439e-45,   1.60422925e-92,
+            1.17853681e-44,   9.22717986e-07,   4.09150807e-04,
+            1.36480824e-36,   2.94090148e-04,   6.71572334e-12,
+            0.00000000e+00,   0.00000000e+00])
+        np.testing.assert_allclose(model.std_err, 
+            [  5.49032782e-02,   5.22231465e-02,   5.11382276e-02,
+            5.41929405e-02,   5.31048750e-02,   5.31778874e-02,
+            5.34496823e-02,   5.48880627e-02,   5.81330953e-02,
+            5.14257895e-03,   5.12438958e-05])
+        np.testing.assert_allclose(model.tvalues, 
+            [ -16.10827734,   14.12034455,   20.4020279 ,  -14.01985592,
+            -4.90744228,   -3.53410997,  -12.63437119,   -3.62045082,
+            -6.86357714,  173.52358548, -135.38293645])
+        np.testing.assert_allclose(model.yhat, 
+            [  1.79502279e+03,   2.77690999e+03,   1.77376340e+02,
+            5.41058308e+02,   3.28265191e+02,   1.61020145e+02,
+            9.55492240e+01,   3.54052486e+01,   1.48342439e+03,
+            1.51642463e+04,   7.61962380e+02,   2.29718733e+03,
+            2.29156465e+03,   9.24935115e+02,   5.55191561e+02,
+            2.11833031e+02,   2.31106289e+03,   1.52712766e+04,
+            8.29095427e+02,   2.57322937e+03,   2.28197035e+03,
+            9.39377653e+02,   5.59026730e+02,   2.12153271e+02,
+            1.78795020e+02,   9.29389609e+02,   1.00418629e+03,
+            8.13086106e+02,   5.79191340e+02,   5.35268359e+02,
+            4.24969889e+02,   1.60758895e+02,   5.47719688e+02,
+            2.81394269e+03,   3.12998907e+03,   8.16565623e+02,
+            1.15732912e+03,   7.21460431e+02,   4.41575377e+02,
+            1.63374443e+02,   3.87326254e+02,   3.27181524e+03,
+            3.23528198e+03,   6.77976176e+02,   1.34894643e+03,
+            1.19916138e+03,   8.01876754e+02,   3.13863001e+02,
+            1.75685709e+02,   1.22115852e+03,   1.23153422e+03,
+            5.79386090e+02,   7.77596785e+02,   1.10887286e+03,
+            7.06986190e+02,   2.63279368e+02,   4.96907636e+01,
+            3.49378290e+02,   3.49326167e+02,   2.19253703e+02,
+            2.26850151e+02,   3.53430501e+02,   3.36979293e+02,
+            5.49332748e+02,   1.22952888e+01,   8.90162551e+01,
+            8.85260032e+01,   5.53842615e+01,   5.60455225e+01,
+            9.23759900e+01,   8.37976212e+01,   3.66824277e+02])
+        self.assertAlmostEquals(model.D2, .910690541438)
+        self.assertAlmostEquals(model.adj_D2, .896049646592)
+        self.assertAlmostEquals(model.SSI, .750634498293)
+        self.assertAlmostEquals(model.pseudoR2, .90768716507)
+        self.assertAlmostEquals(model.adj_pseudoR2, .907562217676)
+        self.assertAlmostEquals(model.SRMSE, 0.59483126233090433)
 
+    def test_local_Attraction(self):
+        model = grav.Attraction(self.f, self.d, self.o_var, self.dij, 'exp')
+        local = model.local(locs=np.unique(self.d))
+        self.assertEqual(local.keys().sort(), ['pvalue2', 
+                                                'SRMSE', 
+                                                'pvalue0',
+                                                'deviance', 
+                                                'adj_pseudoR2', 
+                                                'pvalue1', 
+                                                'tvalue0', 
+                                                'tvalue2',
+                                                'adj_D2', 
+                                                'tvalue1', 
+                                                'SSI', 
+                                                'aic', 
+                                                'param1', 
+                                                'param0', 
+                                                'D2',
+                                                'pseudoR2', 
+                                                'param2'].sort())
 
+    def test_Doubly(self):
+        model = grav.Doubly(self.f, self.o, self.d,
+                self.dij, 'exp')
+        np.testing.assert_allclose(model.params, 
+            [  1.49709841e+00,   2.18492741e+00,   1.87848176e-01,
+            6.64345148e-01,   7.42649379e-01,   2.13345351e-01,
+            6.67657810e-01,   3.99860937e-01,   6.20471518e+00,
+            7.74962468e+00,   8.64614438e+00,   6.90395892e+00,
+            7.15340702e+00,   7.49439155e+00,   6.94741533e+00,
+            7.39940090e+00,   7.19345711e+00,  -7.91533311e-03])
+        self.assertAlmostEqual(model.aic, 9977.1591414502109, delta = .0001)
+        np.testing.assert_allclose(model.cov_params, 
+            [[  2.42563703e-04,   1.84733809e-04,   1.89259451e-04,
+            1.91681710e-04,   1.89152965e-04,   1.92231256e-04,
+            1.87441436e-04,   1.86834624e-04,  -2.12557582e-04,
+            -1.85482863e-04,  -2.14024619e-04,  -2.11064638e-04,
+            -2.06862321e-04,  -2.13608850e-04,  -2.10640872e-04,
+            -2.17216459e-04,  -2.18470971e-04,   1.13843139e-07],
+            [  1.84733809e-04,   2.63915732e-04,   2.06737361e-04,
+            2.02941436e-04,   2.03812109e-04,   2.06876793e-04,
+            2.08793972e-04,   2.09473765e-04,  -2.30973877e-04,
+            -2.35038219e-04,  -1.70143798e-04,  -2.05817163e-04,
+            -2.09270447e-04,  -2.11179236e-04,  -2.07192858e-04,
+            -2.05101234e-04,  -2.04407823e-04,  -1.94248549e-08],
+            [  1.89259451e-04,   2.06737361e-04,   4.53792323e-04,
+            2.01217128e-04,   2.05155865e-04,   2.05806138e-04,
+            2.14332194e-04,   2.21550755e-04,  -1.98360054e-04,
+            -1.94813739e-04,  -1.74043824e-04,  -1.79955670e-04,
+            -2.00249554e-04,  -1.96708288e-04,  -2.09795316e-04,
+            -2.07058650e-04,  -1.99681815e-04,  -9.10506514e-08],
+            [  1.91681710e-04,   2.02941436e-04,   2.01217128e-04,
+            3.17290867e-04,   2.00121482e-04,   2.02120689e-04,
+            2.06522637e-04,   2.08554008e-04,  -2.04848380e-04,
+            -1.98117102e-04,  -1.83618154e-04,  -2.07840280e-04,
+            -1.82826360e-04,  -2.01083472e-04,  -2.03827844e-04,
+            -1.99372606e-04,  -1.97090647e-04,  -4.37219119e-08],
+            [  1.89152965e-04,   2.03812109e-04,   2.05155865e-04,
+            2.00121482e-04,   3.26458468e-04,   2.01391450e-04,
+            2.09628557e-04,   2.14889547e-04,  -1.97315240e-04,
+            -1.96966358e-04,  -1.78246708e-04,  -1.96030118e-04,
+            -1.93177196e-04,  -1.81632388e-04,  -2.08658217e-04,
+            -2.01831801e-04,  -1.96793054e-04,  -7.68167253e-08],
+            [  1.92231256e-04,   2.06876793e-04,   2.05806138e-04,
+            2.02120689e-04,   2.01391450e-04,   4.14676504e-04,
+            2.11496728e-04,   2.21430978e-04,  -2.04713619e-04,
+            -1.99872552e-04,  -1.81435387e-04,  -2.17387447e-04,
+            -2.03438822e-04,  -2.15975048e-04,  -1.94747314e-04,
+            -2.29253582e-04,  -2.19396689e-04,  -2.25147281e-08],
+            [  1.87441436e-04,   2.08793972e-04,   2.14332194e-04,
+            2.06522637e-04,   2.09628557e-04,   2.11496728e-04,
+            5.06851801e-04,   2.14569472e-04,  -1.92147501e-04,
+            -1.92256318e-04,  -1.67373803e-04,  -1.99536301e-04,
+            -1.85234692e-04,  -1.95220763e-04,  -2.12076508e-04,
+            -1.74748404e-04,  -3.15464930e-04,  -1.33183180e-07],
+            [  1.86834624e-04,   2.09473765e-04,   2.21550755e-04,
+            2.08554008e-04,   2.14889547e-04,   2.21430978e-04,
+            2.14569472e-04,   8.07696796e-04,  -1.90223393e-04,
+            -1.91005620e-04,  -1.64892620e-04,  -1.90136139e-04,
+            -1.80941924e-04,  -1.88390040e-04,  -1.99615358e-04,
+            -3.08949366e-04,  -1.73275263e-04,  -1.49419116e-07],
+            [ -2.12557582e-04,  -2.30973877e-04,  -1.98360054e-04,
+            -2.04848380e-04,  -1.97315240e-04,  -2.04713619e-04,
+            -1.92147501e-04,  -1.90223393e-04,   5.01690795e-04,
+            2.34604925e-04,   2.15829388e-04,   2.54545792e-04,
+            2.45346420e-04,   2.53731101e-04,   2.49832769e-04,
+            2.66780923e-04,   2.70158589e-04,  -2.88654296e-07],
+            [ -1.85482863e-04,  -2.35038219e-04,  -1.94813739e-04,
+            -1.98117102e-04,  -1.96966358e-04,  -1.99872552e-04,
+            -1.92256318e-04,  -1.91005620e-04,   2.34604925e-04,
+            2.77338030e-04,   1.86945338e-04,   2.28276363e-04,
+            2.22769121e-04,   2.28218883e-04,   2.25960817e-04,
+            2.36170239e-04,   2.38337459e-04,  -1.71284609e-07],
+            [ -2.14024619e-04,  -1.70143798e-04,  -1.74043824e-04,
+            -1.83618154e-04,  -1.78246708e-04,  -1.81435387e-04,
+            -1.67373803e-04,  -1.64892620e-04,   2.15829388e-04,
+            1.86945338e-04,   2.45803385e-04,   2.29398497e-04,
+            2.16802998e-04,   2.26157245e-04,   2.24998100e-04,
+            2.43491383e-04,   2.47501416e-04,  -2.99347493e-07],
+            [ -2.11064638e-04,  -2.05817163e-04,  -1.79955670e-04,
+            -2.07840280e-04,  -1.96030118e-04,  -2.17387447e-04,
+            -1.99536301e-04,  -1.90136139e-04,   2.54545792e-04,
+            2.28276363e-04,   2.29398497e-04,   4.81070964e-04,
+            2.56007624e-04,   2.69174189e-04,   2.66750505e-04,
+            2.96278814e-04,   3.07523359e-04,  -4.35727563e-07],
+            [ -2.06862321e-04,  -2.09270447e-04,  -2.00249554e-04,
+            -1.82826360e-04,  -1.93177196e-04,  -2.03438822e-04,
+            -1.85234692e-04,  -1.80941924e-04,   2.45346420e-04,
+            2.22769121e-04,   2.16802998e-04,   2.56007624e-04,
+            3.63658820e-04,   2.53530192e-04,   2.51566361e-04,
+            2.75202102e-04,   2.81144405e-04,  -3.64321585e-07],
+            [ -2.13608850e-04,  -2.11179236e-04,  -1.96708288e-04,
+            -2.01083472e-04,  -1.81632388e-04,  -2.15975048e-04,
+            -1.95220763e-04,  -1.88390040e-04,   2.53731101e-04,
+            2.28218883e-04,   2.26157245e-04,   2.69174189e-04,
+            2.53530192e-04,   3.60293800e-04,   2.60651465e-04,
+            2.88323917e-04,   2.97276990e-04,  -4.03684411e-07],
+            [ -2.10640872e-04,  -2.07192858e-04,  -2.09795316e-04,
+            -2.03827844e-04,  -2.08658217e-04,  -1.94747314e-04,
+            -2.12076508e-04,  -1.99615358e-04,   2.49832769e-04,
+            2.25960817e-04,   2.24998100e-04,   2.66750505e-04,
+            2.51566361e-04,   2.60651465e-04,   4.37541208e-04,
+            2.87192980e-04,   3.00841537e-04,  -3.80706214e-07],
+            [ -2.17216459e-04,  -2.05101234e-04,  -2.07058650e-04,
+            -1.99372606e-04,  -2.01831801e-04,  -2.29253582e-04,
+            -1.74748404e-04,  -3.08949366e-04,   2.66780923e-04,
+            2.36170239e-04,   2.43491383e-04,   2.96278814e-04,
+            2.75202102e-04,   2.88323917e-04,   2.87192980e-04,
+            5.80191216e-04,   3.22518390e-04,  -5.30363748e-07],
+            [ -2.18470971e-04,  -2.04407823e-04,  -1.99681815e-04,
+            -1.97090647e-04,  -1.96793054e-04,  -2.19396689e-04,
+            -3.15464930e-04,  -1.73275263e-04,   2.70158589e-04,
+            2.38337459e-04,   2.47501416e-04,   3.07523359e-04,
+            2.81144405e-04,   2.97276990e-04,   3.00841537e-04,
+            3.22518390e-04,   8.53001477e-04,  -5.59442560e-07],
+            [  1.13843139e-07,  -1.94248549e-08,  -9.10506514e-08,
+            -4.37219119e-08,  -7.68167253e-08,  -2.25147281e-08,
+            -1.33183180e-07,  -1.49419116e-07,  -2.88654296e-07,
+            -1.71284609e-07,  -2.99347493e-07,  -4.35727563e-07,
+            -3.64321585e-07,  -4.03684411e-07,  -3.80706214e-07,
+            -5.30363748e-07,  -5.59442560e-07,   2.56252122e-09]])
+        self.assertAlmostEqual(model.deviance, 9360.482092561484, delta = .0001)
+        self.assertAlmostEqual(model.llf, -4970.5795707251054, delta = .0001)
+        self.assertAlmostEqual(model.llnull, -88037.0499629, delta = .0001)
+        np.testing.assert_allclose(model.pvalues, 
+            [  0.00000000e+000,   0.00000000e+000,   1.16346714e-018,
+            1.88877600e-304,   0.00000000e+000,   1.10421926e-025,
+            2.83322217e-193,   5.83172788e-045,   0.00000000e+000,
+            0.00000000e+000,   0.00000000e+000,   0.00000000e+000,
+            0.00000000e+000,   0.00000000e+000,   0.00000000e+000,
+            0.00000000e+000,   0.00000000e+000,   0.00000000e+000])
+        np.testing.assert_allclose(model.std_err, 
+            [  1.55744567e-02,   1.62454834e-02,   2.13024018e-02,
+            1.78126603e-02,   1.80681617e-02,   2.03636073e-02,
+            2.25133694e-02,   2.84200070e-02,   2.23984552e-02,
+            1.66534690e-02,   1.56781180e-02,   2.19333300e-02,
+            1.90698406e-02,   1.89814067e-02,   2.09174857e-02,
+            2.40871587e-02,   2.92061890e-02,   5.06213514e-05])
+        np.testing.assert_allclose(model.tvalues, 
+            [  96.12524108,  134.49445277,    8.81816885,   37.29623407,
+            41.10265285,   10.47679558,   29.65605897,   14.06969877,
+            277.01531761,  465.34596906,  551.47845915,  314.77021149,
+            375.11624684,  394.828037  ,  332.13434099,  307.19276533,
+            246.2990671 , -156.36352821])
+        np.testing.assert_allclose(model.yhat, 
+            [  9.78988280e+02,   2.26003279e+03,   1.04038742e+02,
+            3.38382580e+02,   1.90458075e+02,   8.67908467e+01,
+            4.37554720e+01,   1.35532201e+01,   1.02693176e+03,
+            1.43579537e+04,   5.02646536e+02,   1.61314478e+03,
+            1.60124044e+03,   5.84144805e+02,   2.98377549e+02,
+            9.55604104e+01,   2.92086883e+03,   1.76899160e+04,
+            9.49267467e+02,   3.14910952e+03,   2.73315395e+03,
+            1.01972797e+03,   5.15779061e+02,   1.64177257e+02,
+            1.73496758e+02,   7.99088484e+02,   1.22486311e+03,
+            9.31563443e+02,   6.29698756e+02,   5.91117070e+02,
+            4.15424488e+02,   1.31747905e+02,   4.49674437e+02,
+            2.04361676e+03,   3.23802841e+03,   7.42345992e+02,
+            1.00234547e+03,   6.00432512e+02,   3.13590596e+02,
+            9.69658353e+01,   3.29132064e+02,   2.63792996e+03,
+            3.65458094e+03,   6.52540343e+02,   1.30346098e+03,
+            1.16517842e+03,   6.73203489e+02,   2.21973821e+02,
+            1.47356669e+02,   9.45479887e+02,   1.33962391e+03,
+            6.01828982e+02,   7.67131590e+02,   1.14476805e+03,
+            6.43385796e+02,   2.00425139e+02,   7.41169755e+01,
+            4.81822820e+02,   6.76007805e+02,   4.21969575e+02,
+            3.99722086e+02,   6.59873779e+02,   6.41890452e+02,
+            9.85596546e+02,   2.44225078e+01,   1.64157859e+02,
+            2.28909306e+02,   1.42362371e+02,   1.31485029e+02,
+            2.31461478e+02,   2.12717926e+02,   1.04848355e+03])
+        self.assertAlmostEquals(model.D2, .946661920897)
+        self.assertAlmostEquals(model.adj_D2, .929870303401)
+        self.assertAlmostEquals(model.SSI, .811852110904)
+        self.assertAlmostEquals(model.pseudoR2, .943539912198)
+        self.assertAlmostEquals(model.adj_pseudoR2, .943335452826)
+        self.assertAlmostEquals(model.SRMSE, 0.37928618532947161)
 
 if __name__ == '__main__':
-    unittest.main()
\ No newline at end of file
+    unittest.main()
diff --git a/pysal/contrib/spint/tests/test_gravity_stats.py b/pysal/contrib/spint/tests/test_gravity_stats.py
deleted file mode 100644
index bd1521c..0000000
--- a/pysal/contrib/spint/tests/test_gravity_stats.py
+++ /dev/null
@@ -1,193 +0,0 @@
-"""
-Tests for statistics for gravity-style spatial interaction models
-"""
-
-__author__ = 'toshan'
-
-import unittest
-import numpy as np
-import pandas as pd
-import gravity as grav
-import mle_stats as stats
-
-
-class SingleParameter(unittest.TestCase):
-    """Unit tests statistics when there is a single parameters estimated"""
-    def setUp(self):
-        self.f = np.array([0, 6469, 7629, 20036, 4690,
-                           6194, 11688, 2243, 8857, 7248,
-                           3559, 9221, 10099, 22866, 3388,
-                           9986, 46618, 11639, 1380, 5261,
-                           5985, 6731, 2704, 12250, 16132])
-        self.o = np.repeat(1, 25)
-        self.d = np.array(range(1, 26))
-        self.dij = np.array([0, 576, 946, 597, 373,
-                             559, 707, 1208, 602, 692,
-                             681, 1934, 332, 595, 906,
-                             425, 755, 672, 1587, 526,
-                             484, 2141, 2182, 410, 540])
-        self.pop = np.array([1596000, 2071000, 3376000, 6978000, 1345000,
-                             2064000, 2378000, 1239000, 4435000, 1999000,
-                             1274000, 7042000, 834000, 1268000, 1965000,
-                             1046000, 12131000, 4824000, 969000, 2401000,
-                             2410000, 2847000, 1425000, 1089000, 2909000])
-        self.dt = pd.DataFrame({'origins': self.o,
-                                'destinations': self.d,
-                                'pop': self.pop,
-                                'Dij': self.dij,
-                                'flows': self.f})
-    def test_single_parameter(self):
-        model = grav.ProductionConstrained(self.dt, 'origins', 'destinations', 'flows',
-            ['pop'], 'Dij', 'pow')
-        ss = {'obs_mean_trip_len': 736.52834197296534,
-              'pred_mean_trip_len': 734.40974204773784,
-              'OD_pairs': 24,
-              'predicted_flows': 242873.00000000003,
-              'avg_dist_trav': 737.0,
-              'num_destinations': 24,
-              'observed_flows': 242873,
-              'avg_dist': 851.0,
-              'num_origins': 1}
-        ps = {'beta': {'LL_zero_val': -3.057415839736517,
-                       'relative_likelihood_stat': 24833.721614296166,
-                       'standard_error': 0.0052734418614330883},
-              'all_params': {'zero_vals_LL': -3.1780538303479453,
-                             'mle_vals_LL': -3.0062909275101761},
-              'pop': {'LL_zero_val': -3.1773474269437778,
-                      'relative_likelihood_stat': 83090.010373874276,
-                      'standard_error': 0.0027673052892085684}}
-        fs = {'r_squared': 0.60516003720997413,
-              'srmse': 0.57873206718148507}
-        es = {'pred_obs_deviance': 0.1327,
-              'entropy_ratio': 0.5642,
-              'maximum_entropy': 3.1781,
-              'max_pred_deviance': 0.1718,
-              'variance_obs_entropy': 2.55421e-06,
-              'predicted_entropy': 3.0063,
-              't_stat_entropy': 66.7614,
-              'max_obs_deviance': 0.3045,
-              'observed_entropy': 2.8736,
-              'variance_pred_entropy': 1.39664e-06}
-        sys_stats = stats.sys_stats(model)
-        self.assertAlmostEqual(model.system_stats['obs_mean_trip_len'], ss['obs_mean_trip_len'], 4)
-        self.assertAlmostEqual(model.system_stats['pred_mean_trip_len'], ss['pred_mean_trip_len'], 4)
-        self.assertAlmostEqual(model.system_stats['OD_pairs'], ss['OD_pairs'])
-        self.assertAlmostEqual(model.system_stats['predicted_flows'], ss['predicted_flows'])
-        self.assertAlmostEqual(model.system_stats['avg_dist_trav'], ss['avg_dist_trav'])
-        self.assertAlmostEqual(model.system_stats['num_destinations'], ss['num_destinations'])
-        self.assertAlmostEqual(model.system_stats['observed_flows'], ss['observed_flows'])
-        self.assertAlmostEqual(model.system_stats['avg_dist'], ss['avg_dist'], 4)
-        self.assertAlmostEqual(model.system_stats['num_origins'], ss['num_origins'])
-        param_stats = stats.param_stats(model)
-        self.assertAlmostEqual(model.parameter_stats['beta']['LL_zero_val'], ps['beta']['LL_zero_val'], 4)
-        self.assertAlmostEqual(model.parameter_stats['beta']['relative_likelihood_stat'],
-                                                  ps['beta']['relative_likelihood_stat'], 4)
-        self.assertAlmostEqual(model.parameter_stats['beta']['standard_error'], ps['beta']['standard_error'], 4)
-        self.assertAlmostEqual(model.parameter_stats['pop']['LL_zero_val'], ps['pop']['LL_zero_val'], 4)
-        self.assertAlmostEqual(model.parameter_stats['pop']['relative_likelihood_stat'],
-                                                  ps['pop']['relative_likelihood_stat'], 4)
-        self.assertAlmostEqual(model.parameter_stats['pop']['standard_error'], ps['pop']['standard_error'], 4)
-        self.assertAlmostEqual(model.parameter_stats['all_params']['zero_vals_LL'], ps['all_params']['zero_vals_LL'], 4)
-        self.assertAlmostEqual(model.parameter_stats['all_params']['mle_vals_LL'], ps['all_params']['mle_vals_LL'], 4)
-        fit_stats = stats.fit_stats(model)
-        self.assertAlmostEqual(model.fit_stats['r_squared'], fs['r_squared'], 4)
-        self.assertAlmostEqual(model.fit_stats['srmse'], fs['srmse'], 4)
-        ent_stats = stats.ent_stats(model)
-        self.assertAlmostEqual(model.entropy_stats['pred_obs_deviance'], es['pred_obs_deviance'], 4)
-        self.assertAlmostEqual(model.entropy_stats['entropy_ratio'], es['entropy_ratio'], 4)
-        self.assertAlmostEqual(model.entropy_stats['maximum_entropy'], es['maximum_entropy'], 4)
-        self.assertAlmostEqual(model.entropy_stats['max_pred_deviance'], es['max_pred_deviance'], 4)
-        self.assertAlmostEqual(model.entropy_stats['variance_obs_entropy'], es['variance_obs_entropy'], 4)
-        self.assertAlmostEqual(model.entropy_stats['predicted_entropy'], es['predicted_entropy'], 4)
-        self.assertAlmostEqual(model.entropy_stats['t_stat_entropy'], es['t_stat_entropy'], 4)
-        self.assertAlmostEqual(model.entropy_stats['max_obs_deviance'], es['max_obs_deviance'], 4)
-        self.assertAlmostEqual(model.entropy_stats['observed_entropy'], es['observed_entropy'], 4)
-        self.assertAlmostEqual(model.entropy_stats['variance_pred_entropy'], es['variance_pred_entropy'], 4)
-
-class MultipleParameter(unittest.TestCase):
-    """Unit tests statistics when there are multiple parameters estimated"""
-    def setUp(self):
-        self.f = np.array([0, 180048, 79223, 26887, 198144, 17995, 35563, 30528, 110792,
-                        283049, 0, 300345, 67280, 718673, 55094, 93434, 87987, 268458,
-                        87267, 237229, 0, 281791, 551483, 230788, 178517, 172711, 394481,
-                        29877, 60681, 286580, 0, 143860, 49892, 185618, 181868, 274629,
-                        130830, 382565, 346407, 92308, 0, 252189, 192223, 89389, 279739,
-                        21434, 53772, 287340, 49828, 316650, 0, 141679, 27409, 87938,
-                        30287, 64645, 161645, 144980, 199466, 121366, 0, 134229, 289880,
-                        21450, 43749, 97808, 113683, 89806, 25574, 158006, 0, 437255,
-                        72114, 133122, 229764, 165405, 266305, 66324, 252039, 342948, 0])
-        self.o = np.repeat(np.array(range(1, 10)), 9)
-        self.d = np.tile(np.array(range(1, 10)), 9)
-        self.dij = np.array([0, 219, 1009, 1514, 974, 1268, 1795, 2420, 3174,
-                            219, 0, 831, 1336, 755, 1049, 1576, 2242, 2996,
-                            1009, 831, 0, 505, 1019, 662, 933, 1451, 2205,
-                            1514, 1336, 505, 0, 1370, 888, 654, 946, 1700,
-                            974, 755, 1019, 1370, 0, 482, 1144, 2278, 2862,
-                            1268, 1049, 662, 888, 482, 0, 662, 1795, 2380,
-                            1795, 1576, 933, 654, 1144, 662, 0, 1287, 1779,
-                            2420, 2242, 1451, 946, 2278, 1795, 1287, 0, 754,
-                            3147, 2996, 2205, 1700, 2862, 2380, 1779, 754, 0])
-        self.dt = pd.DataFrame({'Origin': self.o,
-                                'Destination': self.d,
-                                'flows': self.f,
-                                'Dij': self.dij})
-    def test_multiple_parameter(self):
-        model = grav.DoublyConstrained(self.dt, 'Origin', 'Destination', 'flows', 'Dij', 'exp')
-        ss = {'obs_mean_trip_len': 1250.9555521611339,
-              'pred_mean_trip_len': 1250.9555521684863,
-              'OD_pairs': 72, 'predicted_flows': 12314322.0,
-              'avg_dist_trav': 1251.0, 'num_destinations': 9,
-              'observed_flows': 12314322, 'avg_dist': 1414.0,
-              'num_origins': 9}
-        ps = {'beta': {'LL_zero_val': -4.1172103581711941,
-                       'relative_likelihood_stat': 2053596.3814015209,
-                       'standard_error': 4.9177433418433932e-07},
-                        'all_params': {'zero_vals_LL': -4.1172102183395936,
-                        'mle_vals_LL': -4.0338279201692675}}
-        fs = {'r_squared': 0.89682406680906979,
-              'srmse': 0.24804939821988789}
-        es = {'pred_obs_deviance': 0.0314,
-              'entropy_ratio': 0.8855,
-              'maximum_entropy': 4.2767,
-              'max_pred_deviance': 0.2429,
-              'variance_obs_entropy': 3.667e-08,
-              'predicted_entropy': 4.0338,
-              't_stat_entropy': 117.1593,
-              'max_obs_deviance': 0.2743,
-              'observed_entropy': 4.0024,
-              'variance_pred_entropy': 3.516e-08}
-        sys_stats = stats.sys_stats(model)
-        self.assertAlmostEqual(model.system_stats['obs_mean_trip_len'], ss['obs_mean_trip_len'], 4)
-        self.assertAlmostEqual(model.system_stats['pred_mean_trip_len'], ss['pred_mean_trip_len'], 4)
-        self.assertAlmostEqual(model.system_stats['OD_pairs'], ss['OD_pairs'])
-        self.assertAlmostEqual(model.system_stats['predicted_flows'], ss['predicted_flows'])
-        self.assertAlmostEqual(model.system_stats['avg_dist_trav'], ss['avg_dist_trav'])
-        self.assertAlmostEqual(model.system_stats['num_destinations'], ss['num_destinations'])
-        self.assertAlmostEqual(model.system_stats['observed_flows'], ss['observed_flows'])
-        self.assertAlmostEqual(model.system_stats['avg_dist'], ss['avg_dist'], 4)
-        self.assertAlmostEqual(model.system_stats['num_origins'], ss['num_origins'])
-        param_stats = stats.param_stats(model)
-        self.assertAlmostEqual(model.parameter_stats['beta']['LL_zero_val'], ps['beta']['LL_zero_val'], 4)
-        self.assertAlmostEqual(model.parameter_stats['beta']['relative_likelihood_stat'],
-                                                  ps['beta']['relative_likelihood_stat'], 4)
-        self.assertAlmostEqual(model.parameter_stats['beta']['standard_error'], ps['beta']['standard_error'], 4)
-        self.assertAlmostEqual(model.parameter_stats['all_params']['zero_vals_LL'], ps['all_params']['zero_vals_LL'], 4)
-        self.assertAlmostEqual(model.parameter_stats['all_params']['mle_vals_LL'], ps['all_params']['mle_vals_LL'], 4)
-        fit_stats = stats.fit_stats(model)
-        self.assertAlmostEqual(model.fit_stats['r_squared'], fs['r_squared'], 4)
-        self.assertAlmostEqual(model.fit_stats['srmse'], fs['srmse'], 4)
-        ent_stats = stats.ent_stats(model)
-        self.assertAlmostEqual(model.entropy_stats['pred_obs_deviance'], es['pred_obs_deviance'], 4)
-        self.assertAlmostEqual(model.entropy_stats['entropy_ratio'], es['entropy_ratio'], 4)
-        self.assertAlmostEqual(model.entropy_stats['maximum_entropy'], es['maximum_entropy'], 4)
-        self.assertAlmostEqual(model.entropy_stats['max_pred_deviance'], es['max_pred_deviance'], 4)
-        self.assertAlmostEqual(model.entropy_stats['variance_obs_entropy'], es['variance_obs_entropy'], 4)
-        self.assertAlmostEqual(model.entropy_stats['predicted_entropy'], es['predicted_entropy'], 4)
-        self.assertAlmostEqual(model.entropy_stats['t_stat_entropy'], es['t_stat_entropy'], 4)
-        self.assertAlmostEqual(model.entropy_stats['max_obs_deviance'], es['max_obs_deviance'], 4)
-        self.assertAlmostEqual(model.entropy_stats['observed_entropy'], es['observed_entropy'], 4)
-        self.assertAlmostEqual(model.entropy_stats['variance_pred_entropy'], es['variance_pred_entropy'], 4)
-
-
-if __name__ == '__main__':
-    unittest.main()
\ No newline at end of file
diff --git a/pysal/contrib/spint/tests/test_vec_SA.py b/pysal/contrib/spint/tests/test_vec_SA.py
new file mode 100644
index 0000000..098936a
--- /dev/null
+++ b/pysal/contrib/spint/tests/test_vec_SA.py
@@ -0,0 +1,54 @@
+"""
+Tests for analysis of spatial autocorrelation within vectors
+
+"""
+
+__author__ = 'Taylor Oshan tayoshan at gmail.com'
+
+import unittest
+import numpy as np
+np.random.seed(1)
+import pysal
+from pysal.contrib.spint.vec_SA import VecMoran
+from pysal.weights import DistanceBand
+
+class TestVecMoran(unittest.TestCase):
+    """Tests VecMoran class"""
+
+    def setUp(self):
+        self.vecs = np.array([[1, 55, 60, 100, 500], 
+                             [2, 60, 55, 105, 501], 
+                             [3, 500, 55, 155, 500], 
+                             [4, 505, 60, 160, 500], 
+                             [5, 105, 950, 105, 500], 
+                             [6, 155, 950, 155, 499]])
+        self.origins = self.vecs[:, 1:3]
+        self.dests = self.vecs[:, 3:5]
+
+    def test_origin_focused_A(self):
+        wo = DistanceBand(self.origins, threshold=9999, alpha=-1.5, binary=False)
+        vmo = VecMoran(self.vecs, wo, focus='origin', rand='A')
+        self.assertAlmostEquals(vmo.I, 0.645944594367)
+        self.assertAlmostEquals(vmo.p_z_sim, 0.099549579548)
+
+    def test_dest_focused_A(self):
+        wd = DistanceBand(self.dests, threshold=9999, alpha=-1.5, binary=False)
+        vmd = VecMoran(self.vecs, wd, focus='destination', rand='A')
+        self.assertAlmostEquals(vmd.I, -0.764603695022)
+        self.assertAlmostEquals(vmd.p_z_sim, 0.149472673677)
+    
+    def test_origin_focused_B(self):
+        wo = DistanceBand(self.origins, threshold=9999, alpha=-1.5, binary=False)
+        vmo = VecMoran(self.vecs, wo, focus='origin', rand='B')
+        self.assertAlmostEquals(vmo.I, 0.645944594367)
+        self.assertAlmostEquals(vmo.p_z_sim, 0.071427063787951814)
+
+    def test_dest_focused_B(self):
+        wd = DistanceBand(self.dests, threshold=9999, alpha=-1.5, binary=False)
+        vmd = VecMoran(self.vecs, wd, focus='destination', rand='B')
+        self.assertAlmostEquals(vmd.I, -0.764603695022)
+        self.assertAlmostEquals(vmd.p_z_sim, 0.086894261015806051)
+
+if __name__ == '__main__':
+	    unittest.main()
+
diff --git a/pysal/contrib/spint/utils.py b/pysal/contrib/spint/utils.py
new file mode 100644
index 0000000..954c175
--- /dev/null
+++ b/pysal/contrib/spint/utils.py
@@ -0,0 +1,120 @@
+"""
+Useful functions for analyzing spatial interaction data.
+"""
+
+__author__ = "Taylor Oshan tayoshan at gmail.com"
+
+from scipy import sparse as sp
+import numpy as np
+from collections import defaultdict
+from functools import partial
+from itertools import count
+
+def CPC(model):
+    """
+    Common part of commuters based on Sorensen index
+    Lenormand et al. 2012
+    """
+    y = model.y
+    try:
+        yhat = model.yhat.resahpe((-1,1))
+    except:
+        yhat = model.mu((-1,1))
+    N = model.n 
+    YYhat = np.hstack([y, yhat])
+    NCC = np.sum(np.min(YYhat, axis=1))
+    NCY = np.sum(Y)
+    NCYhat = np.sum(yhat)
+    return (N*NCC) / (NCY + NCYhat)
+
+def sorensen(model):
+    """
+    Sorensen similarity index
+
+    For use on spatial interaction models; N = sample size
+    rather than N = number of locations and normalized by N instead of N**2
+    """
+    try:
+        y = model.y.reshape((-1,1))
+    except:
+        y = model.f.reshape((-1,1))
+    try:
+        yhat = model.yhat.reshape((-1,1))
+    except:
+        yhat = model.mu.reshape((-1,1))
+    N = model.n
+    YYhat = np.hstack([y, yhat])
+    num = 2.0 * np.min(YYhat, axis = 1)
+    den = yhat + y
+    return (1.0/N) * (np.sum(num.reshape((-1,1))/den.reshape((-1,1))))
+    
+def srmse(model):
+    """
+    Standardized root mean square error
+    """
+    n = model.n
+    try:
+        y = model.y.reshape((-1,1))
+    except:
+        y = model.f.reshape((-1,1))
+    try:
+        yhat = model.yhat.reshape((-1,1))
+    except:
+        yhat = model.mu.reshape((-1,1))
+    srmse = ((np.sum((y-yhat)**2)/n)**.5)/(np.sum(y)/n)
+    return srmse
+
+def spcategorical(index):
+    '''
+    Returns a dummy matrix given an array of categorical variables.
+    Parameters
+    ----------
+    n_cat_ids    : array
+                   A 1d vector of the categorical labels for n observations.
+
+    Returns
+    --------
+    dummy        : array
+                   A sparse matrix of dummy (indicator/binary) variables for the
+                   categorical data.  
+
+    '''
+    if np.squeeze(index).ndim == 1:
+        id_set = np.unique(index)
+        n = len(index)
+        #if index.dtype.type is not np.int_:
+        mapper = defaultdict(partial(next, count()))
+        [mapper[each] for each in id_set]
+        index = [mapper[each] for each in index]
+        indptr = np.arange(n+1, dtype=int)
+        return sp.csr_matrix((np.ones(n), index, indptr))
+    else:
+        raise IndexError("The index %s is not understood" % index)
+
+#old and slow
+"""
+def spcategorical(n_cat_ids):
+    '''
+    Returns a dummy matrix given an array of categorical variables.
+    Parameters
+    ----------
+    n_cat_ids    : array
+                   A 1d vector of the categorical labels for n observations.
+
+    Returns
+    --------
+    dummy        : array
+                   A sparse matrix of dummy (indicator/binary) variables for the
+                   categorical data.  
+
+    '''
+    if np.squeeze(n_cat_ids).ndim == 1:
+        cat_set = np.unique(n_cat_ids)
+        n = len(n_cat_ids)
+        index = [np.where(cat_set == id)[0].tolist()[0] for id in n_cat_ids]
+        indptr = np.arange(n+1, dtype=int) 
+        return sp.csr_matrix((np.ones(n), index, indptr))
+    else:
+        raise IndexError("The index %s is not understood" % col)
+"""
+
diff --git a/pysal/contrib/spint/vec_SA.py b/pysal/contrib/spint/vec_SA.py
new file mode 100644
index 0000000..605d778
--- /dev/null
+++ b/pysal/contrib/spint/vec_SA.py
@@ -0,0 +1,342 @@
+"""
+Classes for statistics for testing hypotheses of spatial autocorrelation amongst
+vectors. 
+"""
+
+_author_ = "Taylor Oshan tayoshan at gmail.com, Levi Wolf levi.john.wolf at gmail.com"
+
+import numpy as np
+import scipy.stats as stats
+from pysal.weights.Distance import DistanceBand
+
+PERMUTATIONS = 99
+
+class VecMoran:
+    """Moran's I Global Autocorrelation Statistic For Vectors
+    
+    Parameters
+    ----------
+    y               : array
+                      variable measured across n origin-destination vectors
+    w               : W
+                      spatial weights instance
+    focus           : string
+                      denotes whether to calculate the statistic with a focus on
+                      spatial proximity between origins or destinations; default
+                      is 'origin' but option include:
+
+                      'origin' | 'destination'
+    
+    rand            : string
+                      denote which randomization technqiue to use for
+                      significance testing; default is 'A' but options are:
+
+                      'A': transate entire vector 
+                      'B': shuffle points and redraw vectors
+
+    permutations    : int
+                      number of random permutations for calculation of
+                      pseudo-p_values
+    two_tailed      : boolean
+                      If True (default) analytical p-values for Moran are two
+                      tailed, otherwise if False, they are one-tailed.
+    Attributes
+    ----------
+    y               : array
+                      original variable
+    w               : W obejct
+                      original w object
+    n               : integer
+                      number of vectors
+    o               : array
+                      n x 2; 2D coordinates of vector origins
+    d               : array
+                      n x 2: 2D coordinates of vector destinations
+    alpha           : scalar
+                      distance decay parameter harvested from W object
+    binary          : boolean
+                      True is all entries in W > 0 are set to 1; False if if they
+                      are inverse distance weighted; default is False; attribute is
+                      harvested from W object
+    build_sp        : boolean 
+                      True if W object is build using sparse distance matrix and
+                      False if it is built using a dense distance matrix; attribute
+                      is harvested from W object
+    threshold       : scalar
+                      all values larger than threshold are set 0 in W object;
+                      attribute is harvested from W object
+    silent          : boolean
+                      True if island warnings are silent and False if they are not;
+                      default is False; attribute is harvested from W object
+    focus           : string
+                      denotes whether to calculate the statistic with a focus on
+                      spatial proximity between origins or destinations; default
+                      is 'origin' but option include:
+
+                      'origin' | 'destination'
+    
+    rand            : string
+                      denote which randomization technqiue to use for
+                      significance testing; default is 'A' but options are:
+
+                      'A': transate entire vector 
+                      'B': shuffle points and redraw vectors
+
+    permutations    : int
+                      number of permutations
+    I               : float
+                      value of vector-based Moran's I
+    EI              : float
+                      expected value under randomization assumption
+    VI_rand         : float
+                      variance of I under randomization assumption
+    seI_rand        : float
+                      standard deviation of I under randomization assumption
+    z_rand          : float
+                      z-value of I under randomization assumption
+    p_rand          : float
+                      p-value of I under randomization assumption
+    two_tailed      : boolean
+                      If True p_norm and p_rand are two-tailed, otherwise they
+                      are one-tailed.
+    sim             : array
+                      (if permutations>0)
+                      vector of I values for permuted samples
+    p_sim           : array
+                      (if permutations>0)
+                      p-value based on permutations (one-tailed)
+                      null: spatial randomness
+                      alternative: the observed I is extreme if
+                      it is either extremely greater or extremely lower
+                      than the values obtained based on permutations
+    EI_sim          : float
+                      (if permutations>0)
+                      average value of I from permutations
+    VI_sim          : float
+                      (if permutations>0)
+                      variance of I from permutations
+    seI_sim         : float
+                      (if permutations>0)
+                      standard deviation of I under permutations.
+    z_sim           : float
+                      (if permutations>0)
+                      standardized I based on permutations
+    p_z_sim         : float
+                      (if permutations>0)
+                      p-value based on standard normal approximation from
+                      permutations
+
+    Examples
+    --------
+    >>> import numpy as np
+    >>> np.random.seed(1)
+    >>> from pysal.weight import DistanceBand
+    >>> from pysal.contrib.spint.vec_SA import VecMoran
+    >>> vecs = np.array([[1, 55, 60, 100, 500], 
+    >>>                 [2, 60, 55, 105, 501], 
+    >>>                 [3, 500, 55, 155, 500], 
+    >>>                 [4, 505, 60, 160, 500], 
+    >>>                 [5, 105, 950, 105, 500], 
+    >>>                 [6, 155, 950, 155, 499]])
+    >>> origins = vecs[:, 1:3]
+    >>> dests = vecs[:, 3:5]
+    >>> wo = DistanceBand(origins, threshold=9999, alpha=-1.5, binary=False)
+    >>> wd = DistanceBand(dests, threshold=9999, alpha=-1.5, binary=False)
+    
+    #randomization technique A
+    >>> vmo = VecMoran(vecs, wo, focus='origin', rand='A')
+    >>> vmd = VecMoran(vecs, wd, focus='destination', rand='A')
+    >>> vmo.I
+    -0.764603695022
+    >>> vmo.p_z_sim
+    0.99549579548
+    >>>  vmd.I
+    0.645944594367
+    >>>  vmd.p_z_sim
+    0.1494726733677
+
+    #randomization technique B
+    >>> vmo = VecMoran(vecs, wo, focus='origin', rand='B')
+    >>> vmd = VecMoran(vecs, wd, foucs='destination', rand='B')
+    >>> vmo.I
+    -0.764603695022
+    >>> vmo.p_z_sim
+    0.071427063787951814
+    >>>  vmd.I
+    0.645944594367
+    >>>  vmd.p_z_sim
+    0.086894261015806051
+    
+    """
+
+    def __init__(self, y, w, focus='origin', rand='A', permutations=PERMUTATIONS,
+            two_tailed=True):
+        self.y = y
+        self.o = y[:, 1:3]
+        self.d = y[:, 3:5]
+        self.focus = focus
+        self.rand = rand
+        self.permutations = permutations
+        self.two_tailed = two_tailed
+        if isinstance(w, DistanceBand): 
+            self.w = w
+        else:
+            raise TypeError('Spatial weight, W, must be of type DistanceBand')
+        try:
+            self.threshold = w.threshold
+            self.alpha = w.alpha
+            self.build_sp = w.build_sp
+            self.binary = w.binary
+            self.silent = w.silent
+        except:
+            raise AttributeError('W object missing necessary attributes: '
+                'threshold, alpha, binary, build_sp, silent')
+
+        self.__moments()
+        self.I = self.__calc(self.z)
+        self.z_rand = (self.I - self.EI) / self.seI_rand
+  
+        if self.z_rand > 0:
+            self.p_rand = 1 - stats.norm.cdf(self.z_rand)
+        else:
+            self.p_rand = stats.norm.cdf(self.z_rand)
+
+        if self.two_tailed:
+            self.p_rand *= 2.
+
+        if permutations:
+            if self.rand.upper() == 'A':
+            	sim = self.__rand_vecs_A(self.focus)
+            elif self.rand.upper() == 'B':
+                sim = self.__rand_vecs_B(self.focus)
+            else:
+                raise ValueError("Parameter 'rand' must take a value of either 'A' or 'B'")
+
+            self.sim = sim = np.array(sim)
+            above = sim >= self.I
+            larger = above.sum()
+            if (self.permutations - larger) < larger:
+                larger = self.permutations - larger
+            self.p_sim = (larger + 1.) / (permutations + 1.)
+            self.EI_sim = sim.sum() / permutations
+            self.seI_sim = np.array(sim).std()
+            self.VI_sim = self.seI_sim ** 2
+            self.z_sim = (self.I - self.EI_sim) / self.seI_sim
+            if self.z_sim > 0:
+                self.p_z_sim = 1 - stats.norm.cdf(self.z_sim)
+            else:
+                self.p_z_sim = stats.norm.cdf(self.z_sim)
+
+    def __moments(self):
+        self.n = len(self.y)
+        xObar = self.o[:,0].mean()
+        yObar = self.o[:,1].mean()
+        xDbar = self.d[:,0].mean()
+        yDbar = self.d[:,1].mean()
+        u = (self.y[:,3] - self.y[:,1]) - (xDbar - xObar)
+        v = (self.y[:,4] - self.y[:,2]) - (yDbar - yObar)
+        z = np.outer(u, u) + np.outer(v,v)
+        self.z = z
+        self.uv2ss = np.sum(np.dot(u,u) + np.dot(v,v))
+        self.EI = -1. / (self.n - 1)
+        n = self.n
+        s1 = self.w.s1
+        W = self.w.s0
+        s2 = self.w.s2
+
+        v_num = n * n * s1 - n * s2 + 3 * W * W
+        v_den = (n - 1) * (n + 1) * W * W
+
+        a2 = np.sum(np.dot(u, u))/n
+        b2 = np.sum(np.dot(v, v))/n
+        m2 = a2 + b2
+        a4 = np.sum(np.dot(np.dot(u, u), np.dot(u, u)))/n
+        b4 = np.sum(np.dot(np.dot(v, u), np.dot(v, v)))/n
+        n1 = a2**2*((n**2 - 3*n + 3)*s1-n*s2 + 3*W**2)
+        n2 = a4*((n**2 - n)*s1 - 2*n*s2 + 6*W**2)
+        n3 = b2**2*((n**2 - 3*n + 3)*s1 - n*s2 + 3*W**2)
+        n4 = b4*((n**2 - n)*s1 - 2*n*s2 + 6*W**2)
+        d = (n - 1)*(n - 2)*(n - 3)
+        self.VI_rand = 1/(W**2*m2**2) * \
+                  ((n1 - n2)/d + (n3 - n4)/d) + \
+                  ((a2*b2) - m2**2)/(m2**2*(n - 1)**2)
+        self.seI_rand = self.VI_rand ** (1 / 2.)
+
+    def __calc(self, z):
+        zl = self._slag(self.w, z)
+        inum = np.sum(zl)
+        return self.n / self.w.s0 * inum / self.uv2ss
+    
+    def _newD(self, oldO, oldD, newO):
+        oldOX, oldOY = oldO[:,0], oldO[:,1]
+        oldDX, oldDY = oldD[:,0], oldD[:,1]
+        newOX, newOY = newO[:,0], newO[:,1]
+        deltaX = newOX - oldOX
+        deltaY = newOY - oldOY
+        newDX = oldDX + deltaX
+        newDY = oldDY + deltaY
+        return np.hstack([newDX.reshape((-1,1)), newDY.reshape((-1,1))])
+
+    def _newO(self, oldO, oldD, newD):
+        oldOX, oldOY = oldO[:,0], oldO[:,1]
+        oldDX, oldDY = oldD[:,0], oldD[:,1]
+        newDX, newDY = newD[:,0], newD[:,1]
+        deltaX = newDX - oldDX
+        deltaY = newDY - oldDY
+        newOX = oldOX + deltaX
+        newOY = oldOY + deltaY
+        return np.hstack([newOX.reshape((-1,1)), newOY.reshape((-1,1))])
+    
+    def __rand_vecs_A(self, focus):
+        if focus.lower() == 'origin':
+            newOs = [np.random.permutation(self.o) for i in xrange(self.permutations)]
+            sims = [np.hstack([np.arange(self.n).reshape((-1,1)), newO,
+            self._newD(self.o, self.d, newO)]) for newO in newOs]
+            Ws = [DistanceBand(newO, threshold=self.threshold, alpha=self.alpha, 
+                binary=self.binary, build_sp=self.build_sp, silent=self.silent)
+                for newO in newOs]
+        elif focus.lower() == 'destination':
+            newDs = [np.random.permutation(self.d) for i in xrange(self.permutations)]
+            sims = [np.hstack([np.arange(self.n).reshape((-1,1)),
+                self._newO(self.o, self.d, newD), newD]) for newD in newDs]
+            Ws = [DistanceBand(newD, threshold=self.threshold, alpha=self.alpha, 
+                binary=self.binary, build_sp=self.build_sp, silent=self.silent)
+                for newD in newDs]
+        else:
+            raise ValueError("Parameter 'focus' must take value of either 'origin' or 'destination.'")
+
+        VMs = [VecMoran(y, Ws[i], permutations=None) for i, y in enumerate(sims)]
+        sim = [VM.__calc(VM.z) for VM in VMs]
+        return sim
+
+    def __rand_vecs_B(self, focus):
+        if focus.lower() == 'origin':
+            sims = [np.hstack([np.arange(self.n).reshape((-1,1)), self.o,
+                np.random.permutation(self.d)]) for i in xrange(self.permutations)]
+        elif focus.lower() == 'destination':
+            sims = [np.hstack([np.arange(self.n).reshape((-1,1)),
+                np.random.permutation(self.o), self.d]) for i in xrange(self.permutations)]
+        else:
+            raise ValueError("Parameter 'focus' must take value of either 'origin' or 'destination.'")
+        sims = [VecMoran(y, self.w, permutations=None) for y in sims]
+        sim = [VM.__calc(VM.z) for VM in sims]
+        return sim
+       
+    def _slag(self, w, y):
+        """
+        Dense spatial lag operator for.
+        If w is row standardized, returns the average of each observation's neighbors;
+        if not, returns the weighted sum of each observation's neighbors.
+        Parameters
+        ----------
+        w                   : W
+                              object
+        y                   : array
+                              numpy array with dimensionality conforming to w (see examples)
+        Returns
+        -------
+        wy                  : array
+                              array of numeric values for the spatial lag
+        """
+        return np.array(w.sparse.todense()) * y
+
diff --git a/pysal/contrib/viz/plot.py b/pysal/contrib/viz/plot.py
new file mode 100644
index 0000000..5116dc4
--- /dev/null
+++ b/pysal/contrib/viz/plot.py
@@ -0,0 +1,52 @@
+"""
+Canned Views using PySAL and Matplotlib
+"""
+
+__author__ = "Marynia Kolak <marynia.kolak at gmail.com>"
+
+import pandas as pd
+import numpy as np
+import pysal as ps
+import matplotlib.pyplot as plt
+
+def mplot(m, xlabel='', ylabel='', title='', custom=(7,7)):
+    '''
+    Produce basic Moran Plot 
+    ...
+    Parameters
+    ---------
+    m            : array
+                   values of Moran's I 
+    xlabel       : str
+                   label for x axis
+    ylabel       : str
+                   label for y axis                
+    title        : str
+                   title of plot
+    custom       : tuple
+                   dimensions of figure size
+
+    Returns
+    ---------
+    plot         : png 
+                    image file showing plot
+            
+    '''
+    
+    lag = ps.lag_spatial(m.w, m.z)
+    fit = ps.spreg.OLS(m.z[:, None], lag[:,None])
+
+    ## Customize plot
+    fig = plt.figure(figsize=custom)
+    plt.xlabel(xlabel)
+    plt.ylabel(ylabel)
+    plt.suptitle(title)
+
+    plt.scatter(m.z, lag, s=60, color='k', alpha=.6)
+    plt.plot(lag, fit.predy, color='r')
+
+    plt.axvline(0, alpha=0.5)
+    plt.axhline(0, alpha=0.5)
+    plt.show()
+
+    return None
diff --git a/pysal/core/IOHandlers/__init__.py b/pysal/core/IOHandlers/__init__.py
index b9361cf..97c141f 100644
--- a/pysal/core/IOHandlers/__init__.py
+++ b/pysal/core/IOHandlers/__init__.py
@@ -18,3 +18,8 @@ import mat
 import mtx
 import stata_txt
 import wk1
+
+try:
+    from . import db
+except:
+    warnings.warn('SQLAlchemy and Geomet not installed, database I/O disabled')
diff --git a/pysal/core/IOHandlers/db.py b/pysal/core/IOHandlers/db.py
new file mode 100644
index 0000000..db6211a
--- /dev/null
+++ b/pysal/core/IOHandlers/db.py
@@ -0,0 +1,88 @@
+import pysal.core.FileIO as FileIO
+errmsg = ''
+try:
+    try:
+        from geomet import wkb
+    except ImportError:
+        from shapely import wkb
+except ImportError:
+    wkb = None
+    errmsg += ('No WKB parser found. Please install one of the following packages '
+             'to enable this functionality: [geomet, shapely]\n')
+
+try:
+    from sqlalchemy.ext.automap import automap_base
+    from sqlalchemy import create_engine, inspect
+    from sqlalchemy.ext.automap import automap_base
+    from sqlalchemy.orm import Session
+    nosql_mode = False
+except ImportError:
+    nosql_mode = True
+    errmsg += ('No module named sqlalchemy. Please install'
+               ' sqlalchemy to enable this functionality.')
+
+class SQLConnection(FileIO.FileIO):
+    """
+    Reads SQL mappable
+    """
+
+    FORMATS = ['sqlite', 'db']
+    MODES = ['r']
+
+    def __init__(self, *args, **kwargs):
+        if errmsg != '':
+            raise ImportError(errmsg)
+        self._typ = str
+        FileIO.FileIO.__init__(self, *args, **kwargs)
+        #self.file = open(self.dataPath, self.mode)
+
+        self.dbname = args[0]
+        self.Base = automap_base()
+        self._engine = create_engine(self.dbname)
+        self.Base.prepare(self._engine, reflect=True)
+        self.metadata = self.Base.metadata
+
+    def read(self, *args, **kwargs):
+        return self._get_gjson(*args, **kwargs)
+
+    def seek(self):
+        pass
+
+    def next(self):
+        pass
+
+    def close(self):
+        self.file.close()
+        FileIO.FileIO.close(self)
+
+    def _get_gjson(self, tablename, geom_column="GEOMETRY"):
+
+        gjson = {
+            "type": "FeatureCollection",
+            "features": []}
+
+        for row in self.session.query(self.metadata.tables[tablename]):
+            feat = {"type": "Feature",
+                    "geometry": {},
+                    "properties":{}}
+            feat["GEOMETRY"] = wkb.loads(getattr(row,geom_column))
+            attributes = row._asdict()
+            attributes.pop(geom_column, None)
+            feat["properties"] = attributes
+            gjson["features"].append(feat)
+
+        return gjson
+
+
+    @property
+    def tables(self):
+        if not hasattr(self, '_tables'):
+            self._tables = self.metadata.tables.keys()
+        return self._tables
+
+    @property
+    def session(self):
+        #What happens if the session is externally closed?  Check for None?
+        if not hasattr(self, '_session'):
+            self._session = Session(self._engine)
+        return self._session
diff --git a/pysal/core/IOHandlers/geoda_txt.py b/pysal/core/IOHandlers/geoda_txt.py
index 406c8a9..2f129c6 100644
--- a/pysal/core/IOHandlers/geoda_txt.py
+++ b/pysal/core/IOHandlers/geoda_txt.py
@@ -60,7 +60,7 @@ class GeoDaTxtReader(Tables.DataTable):
             self.pos += 1
             return row
         else:
-            raise None
+            return None
 
     def close(self):
         self.fileObj.close()
diff --git a/pysal/core/IOHandlers/pyDbfIO.py b/pysal/core/IOHandlers/pyDbfIO.py
index 5aecc6f..057209c 100644
--- a/pysal/core/IOHandlers/pyDbfIO.py
+++ b/pysal/core/IOHandlers/pyDbfIO.py
@@ -4,6 +4,8 @@ import struct
 import itertools
 from warnings import warn
 import pysal
+import os
+import time
 
 __author__ = "Charles R Schmidt <schmidtc at gmail.com>"
 __all__ = ['DBF']
@@ -272,7 +274,9 @@ class DBF(pysal.core.Tables.DataTable):
         POS = self.f.tell()
         self.f.seek(0)
         ver = 3
-        now = datetime.datetime.now()
+        now = datetime.datetime.utcfromtimestamp(
+            int(os.environ.get('SOURCE_DATE_EPOCH', time.time())),
+        )
         yr, mon, day = now.year - 1900, now.month, now.day
         numrec = self.numrec
         numfields = len(self.header)
diff --git a/pysal/core/IOHandlers/tests/test_db.py b/pysal/core/IOHandlers/tests/test_db.py
new file mode 100644
index 0000000..6484d64
--- /dev/null
+++ b/pysal/core/IOHandlers/tests/test_db.py
@@ -0,0 +1,55 @@
+import os
+import pysal as ps
+import unittest as ut
+
+try:
+    import sqlalchemy
+    missing_sql = False
+except ImportError:
+    missing_sql = True
+
+try:
+    import geomet
+    missing_geomet = False
+except ImportError:
+    missing_geomet = True
+
+
+def to_wkb_point(c):
+    """
+    Super quick hack that does not actually belong in here
+    """
+    point = {'type': 'Point', 'coordinates':[c[0], c[1]]}
+    return geomet.wkb.dumps(point)
+
+
+ at ut.skipIf(missing_sql or missing_geomet,
+           'missing dependencies: Geomet ({}) & SQLAlchemy ({})'.format(missing_geomet, missing_sql))
+class Test_sqlite_reader(ut.TestCase):
+
+    def setUp(self):
+        df = ps.pdio.read_files(ps.examples.get_path('new_haven_merged.dbf'))
+        df['GEOMETRY'] = df['geometry'].apply(to_wkb_point)
+        del df['geometry'] # This is a hack to not have to worry about a custom point type in the DB
+        engine = sqlalchemy.create_engine('sqlite:///test.db')
+        conn = engine.connect()
+        df.to_sql('newhaven', conn, index=True,
+                  dtype={'date': sqlalchemy.types.UnicodeText,  # Should convert the df date into a true date object, just a hack again
+                      'dataset': sqlalchemy.types.UnicodeText,
+                      'street': sqlalchemy.types.UnicodeText,
+                      'intersection': sqlalchemy.types.UnicodeText,
+                      'time': sqlalchemy.types.UnicodeText,  # As above re: date
+                      'GEOMETRY': sqlalchemy.types.BLOB})  # This is converted to TEXT as lowest type common sqlite
+
+    def test_deserialize(self):
+        db = ps.open('sqlite:///test.db')
+        self.assertEqual(db.tables, [u'newhaven'])
+
+        gj = db._get_gjson('newhaven')
+        self.assertFalse(True)
+
+    def tearDown(self):
+        os.remove('test.db')
+
+if __name__ == '__main__':
+    ut.main()
diff --git a/pysal/core/Tables.py b/pysal/core/Tables.py
index 5fc03aa..7f981e8 100644
--- a/pysal/core/Tables.py
+++ b/pysal/core/Tables.py
@@ -1,5 +1,7 @@
 __all__ = ['DataTable']
 import FileIO
+from ..common import requires
+from warnings import warn
 import numpy as np
 
 __author__ = "Charles R Schmidt <schmidtc at gmail.com>"
@@ -192,7 +194,26 @@ class DataTable(FileIO.FileIO):
                 data = [r[cols] for r in data]
         self.seek(prevPos)
         return data
-
+    
+    @requires('pandas')
+    def to_df(self, n=-1, read_shp=None, **df_kws):
+        import pandas as pd
+        self.seek(0)
+        header = self.header
+        records = self.read(n)
+        df = pd.DataFrame(records, columns=header, **df_kws)
+        if read_shp is not False:
+            if read_shp is True or self.dataPath.endswith('.dbf'):
+                read_shp = self.dataPath[:-3] + 'shp'
+            try:
+                import pysal.contrib.pdio.shp as shp
+                df['geometry'] = shp.shp2series(self.dataPath[:-3] + 'shp')
+            except IOError as e:
+                warn('Encountered the following error in attempting to read'
+                     ' the shapefile {}. Proceeding with read, but the error'
+                     ' will be reproduced below:\n'
+                     ' {}'.format(self.dataPath[:-3]+'shp', e))
+        return df
 
 def _test():
     import doctest
diff --git a/pysal/core/tests/test_Tables.py b/pysal/core/tests/test_Tables.py
new file mode 100644
index 0000000..46ee91f
--- /dev/null
+++ b/pysal/core/tests/test_Tables.py
@@ -0,0 +1,29 @@
+import pysal as ps
+import numpy as np
+import unittest as ut
+
+PANDAS_EXTINCT = ps.common.pandas is None
+
+class Test_Table(ut.TestCase):
+    def setUp(self):
+        self.filehandler = ps.open(ps.examples.get_path('columbus.dbf'))
+        self.df = self.filehandler.to_df()
+        self.filehandler.seek(0)
+        self.shapefile = ps.open(ps.examples.get_path('columbus.shp'))
+        self.csvhandler = ps.open(ps.examples.get_path('usjoin.csv'))
+        self.csv_df = self.csvhandler.to_df()
+        self.csvhandler.seek(0)
+    
+    @ut.skipIf(PANDAS_EXTINCT, 'missing pandas')
+    def test_to_df(self):
+        for column in self.csv_df.columns:
+            if column.lower() == 'name':
+                continue
+            np.testing.assert_allclose(self.csvhandler.by_col(column), 
+                                       self.csv_df[column].values)
+        for column in self.df.columns:
+            if column == 'geometry':
+                continue
+            np.testing.assert_allclose(self.filehandler.by_col(column), 
+                                       self.df[column])
+
diff --git a/pysal/esda/gamma.py b/pysal/esda/gamma.py
index 3eb7d2f..e01c50b 100644
--- a/pysal/esda/gamma.py
+++ b/pysal/esda/gamma.py
@@ -5,15 +5,16 @@ Gamma index for spatial autocorrelation
 """
 __author__ = "Luc Anselin <luc.anselin at asu.edu>"
 
-import pysal
 import numpy as np
+from ..weights.spatial_lag import lag_spatial
+from .tabular import _univariate_handler 
 
 __all__ = ['Gamma']
 
 PERMUTATIONS = 999
 
 
-class Gamma:
+class Gamma(object):
     """Gamma index for spatial autocorrelation
 
 
@@ -74,7 +75,7 @@ class Gamma:
 
     use same example as for join counts to show similarity
 
-    >>> import numpy as np
+    >>> import pysal, numpy as np
     >>> w=pysal.lat2W(4,4)
     >>> y=np.ones(16)
     >>> y[0:8]=0
@@ -149,6 +150,7 @@ class Gamma:
 
     """
     def __init__(self, y, w, operation='c', standardize='no', permutations=PERMUTATIONS):
+        y = np.asarray(y).flatten()
         self.w = w
         self.y = y
         self.op = operation
@@ -171,10 +173,19 @@ class Gamma:
             p_sim_g = self.__pseudop(self.sim_g, self.g)
             self.p_sim_g = p_sim_g
             self.g_z = (self.g - self.mean_g) / np.std(self.sim_g)
+    
+    @property
+    def _statistic(self):
+        return self.g
+
+    @property
+    def  p_sim(self):
+        """new name to fit with Moran module"""
+        return self.p_sim_g
 
     def __calc(self, z, op):
         if op == 'c':     # cross-product
-            zl = pysal.lag_spatial(self.w, z)
+            zl = lag_spatial(self.w, z)
             g = (z * zl).sum()
         elif op == 's':   # squared difference
             zs = np.zeros(z.shape)
@@ -211,4 +222,8 @@ class Gamma:
         if psim > 0.5:
             psim = (self.permutations - larger + 1.) / (self.permutations + 1.)
         return psim
-
+   
+    @classmethod
+    def by_col(cls, df, cols, w=None, inplace=False, pvalue = 'sim', outvals = None, **stat_kws):
+        return _univariate_handler(df, cols, w=w, inplace=inplace, pvalue=pvalue,
+                outvals=outvals, stat=cls, swapname=cls.__name__.lower(), **stat_kws)
diff --git a/pysal/esda/geary.py b/pysal/esda/geary.py
index f8d499e..9be01ef 100644
--- a/pysal/esda/geary.py
+++ b/pysal/esda/geary.py
@@ -5,11 +5,13 @@ __author__ = "Sergio J. Rey <srey at asu.edu> "
 
 import numpy as np
 import scipy.stats as stats
+from .. import weights
+from .tabular import _univariate_handler
 
 __all__ = ['Geary']
 
 
-class Geary:
+class Geary(object):
     """
     Global Geary C Autocorrelation statistic
 
@@ -90,6 +92,10 @@ class Geary:
     >>>
     """
     def __init__(self, y, w, transformation="r", permutations=999):
+        if not isinstance(w, weights.W):
+            raise TypeError('w must be a pysal weights object, got {}'
+                            ' instead'.format(type(w)))
+        y = np.asarray(y).flatten()
         self.n = len(y)
         self.y = y
         w.transform = transformation
@@ -130,6 +136,11 @@ class Geary:
             self.z_sim = (self.C - self.EC_sim) / self.seC_sim
             self.p_z_sim = 1 - stats.norm.cdf(np.abs(self.z_sim))
 
+    @property
+    def _statistic(self):
+        """ a standardized accessor for esda statistics"""
+        return self.C
+
     def __moments(self):
         y = self.y
         n = self.n
@@ -166,4 +177,44 @@ class Geary:
         a = (self.n - 1) * sum(ys)
         return a / self.den
 
+    @classmethod
+    def by_col(cls, df, cols, w=None, inplace=False, pvalue='sim', outvals=None, **stat_kws):
+        """ 
+        Function to compute a Geary statistic on a dataframe
+
+        Arguments
+        ---------
+        df          :   pandas.DataFrame
+                        a pandas dataframe with a geometry column
+        cols        :   string or list of string
+                        name or list of names of columns to use to compute the statistic
+        w           :   pysal weights object
+                        a weights object aligned with the dataframe. If not provided, this
+                        is searched for in the dataframe's metadata
+        inplace     :   bool
+                        a boolean denoting whether to operate on the dataframe inplace or to
+                        return a series contaning the results of the computation. If
+                        operating inplace, with default configurations, 
+                        the derived columns will be named like 'column_geary' and 'column_p_sim'
+        pvalue      :   string
+                        a string denoting which pvalue should be returned. Refer to the
+                        the Geary statistic's documentation for available p-values
+        outvals     :   list of strings
+                        list of arbitrary attributes to return as columns from the 
+                        Geary statistic
+        **stat_kws  :   keyword arguments
+                        options to pass to the underlying statistic. For this, see the
+                        documentation for the Geary statistic.
+
+        Returns
+        --------
+        If inplace, None, and operation is conducted on dataframe in memory. Otherwise,
+        returns a copy of the dataframe with the relevant columns attached.
 
+        See Also
+        ---------
+        For further documentation, refer to the Geary class in pysal.esda
+        """
+        return _univariate_handler(df, cols, w=w, inplace=inplace, pvalue=pvalue,
+                                   outvals=outvals, stat=cls,
+                                   swapname=cls.__name__.lower(), **stat_kws)
diff --git a/pysal/esda/getisord.py b/pysal/esda/getisord.py
index a8ef43a..cde36ac 100644
--- a/pysal/esda/getisord.py
+++ b/pysal/esda/getisord.py
@@ -4,13 +4,14 @@ Getis and Ord G statistic for spatial autocorrelation
 __author__ = "Sergio J. Rey <srey at asu.edu>, Myunghwa Hwang <mhwang4 at gmail.com> "
 __all__ = ['G', 'G_Local']
 
-from pysal.common import np, stats, math
-from pysal.weights.spatial_lag import lag_spatial as slag
+from ..common import np, stats, math
+from ..weights.spatial_lag import lag_spatial as slag
+from .tabular import _univariate_handler
 
 PERMUTATIONS = 999
 
 
-class G:
+class G(object):
     """
     Global G Autocorrelation Statistic
 
@@ -93,6 +94,7 @@ class G:
     """
 
     def __init__(self, y, w, permutations=PERMUTATIONS):
+        y = np.asarray(y).flatten()
         self.n = len(y)
         self.y = y
         w.transform = "B"
@@ -158,8 +160,55 @@ class G:
         self.num = y * yl
         return self.num.sum() / self.den_sum
 
-
-class G_Local:
+    @property
+    def _statistic(self):
+        """ Standardized accessor for esda statistics"""
+        return self.G
+
+    @classmethod
+    def by_col(cls, df, cols, w=None, inplace=False, pvalue='sim', outvals=None, **stat_kws):
+        """ 
+        Function to compute a G statistic on a dataframe
+
+        Arguments
+        ---------
+        df          :   pandas.DataFrame
+                        a pandas dataframe with a geometry column
+        cols        :   string or list of string
+                        name or list of names of columns to use to compute the statistic
+        w           :   pysal weights object
+                        a weights object aligned with the dataframe. If not provided, this
+                        is searched for in the dataframe's metadata
+        inplace     :   bool
+                        a boolean denoting whether to operate on the dataframe inplace or to
+                        return a series contaning the results of the computation. If
+                        operating inplace, the derived columns will be named 'column_g'
+        pvalue      :   string
+                        a string denoting which pvalue should be returned. Refer to the
+                        the G statistic's documentation for available p-values
+        outvals     :   list of strings
+                        list of arbitrary attributes to return as columns from the 
+                        G statistic
+        **stat_kws  :   keyword arguments
+                        options to pass to the underlying statistic. For this, see the
+                        documentation for the G statistic.
+
+        Returns
+        --------
+        If inplace, None, and operation is conducted on dataframe in memory. Otherwise,
+        returns a copy of the dataframe with the relevant columns attached.
+
+        See Also
+        ---------
+        For further documentation, refer to the G class in pysal.esda
+        """
+        return _univariate_handler(df, cols, w=w, inplace=inplace, pvalue=pvalue,
+                                   outvals=outvals, stat=cls,
+                                   swapname=cls.__name__.lower(), **stat_kws)
+
+
+
+class G_Local(object):
     """
     Generalized Local G Autocorrelation
     Statistic [Getis1992]_, [Ord1995]_, [Getis1996]_ .
@@ -185,7 +234,7 @@ class G_Local:
        original variable
     w : DistanceBand W
        original weights object
-    permutations: int
+    permutations : int
                   the number of permutations
     Gs : array
         of floats, the value of the orginal G statistic in Getis & Ord (1992)
@@ -292,6 +341,7 @@ class G_Local:
 
     """
     def __init__(self, y, w, transform='R', permutations=PERMUTATIONS, star=False):
+        y = np.asarray(y).flatten()
         self.n = len(y)
         self.y = y
         self.w = w
@@ -384,4 +434,51 @@ class G_Local:
         self.Zs = (self.Gs - self.EGs) / np.sqrt(self.VGs)
 
         self.w.transform = self.w_original
-
+    
+    @property
+    def _statistic(self):
+        """Standardized accessor for esda statistics"""
+        return self.Gs
+
+    @classmethod
+    def by_col(cls, df, cols, w=None, inplace=False, pvalue='sim', outvals=None, **stat_kws):
+        """ 
+        Function to compute a G_Local statistic on a dataframe
+
+        Arguments
+        ---------
+        df          :   pandas.DataFrame
+                        a pandas dataframe with a geometry column
+        cols        :   string or list of string
+                        name or list of names of columns to use to compute the statistic
+        w           :   pysal weights object
+                        a weights object aligned with the dataframe. If not provided, this
+                        is searched for in the dataframe's metadata
+        inplace     :   bool
+                        a boolean denoting whether to operate on the dataframe inplace or to
+                        return a series contaning the results of the computation. If
+                        operating inplace, the derived columns will be named 'column_g_local'
+        pvalue      :   string
+                        a string denoting which pvalue should be returned. Refer to the
+                        the G_Local statistic's documentation for available p-values
+        outvals     :   list of strings
+                        list of arbitrary attributes to return as columns from the 
+                        G_Local statistic
+        **stat_kws  :   keyword arguments
+                        options to pass to the underlying statistic. For this, see the
+                        documentation for the G_Local statistic.
+
+        Returns
+        --------
+        If inplace, None, and operation is conducted on dataframe in memory. Otherwise,
+        returns a copy of the dataframe with the relevant columns attached.
+
+        See Also
+        ---------
+        For further documentation, refer to the G_Local class in pysal.esda
+        """
+        return _univariate_handler(df, cols, w=w, inplace=inplace, pvalue=pvalue, 
+                                   outvals=outvals, stat=cls,
+                                   swapname=cls.__name__.lower(), **stat_kws)
+    
+    
diff --git a/pysal/esda/join_counts.py b/pysal/esda/join_counts.py
index 430b187..b91668f 100644
--- a/pysal/esda/join_counts.py
+++ b/pysal/esda/join_counts.py
@@ -4,7 +4,8 @@ Spatial autocorrelation for binary attributes
 """
 __author__ = "Sergio J. Rey <srey at asu.edu> , Luc Anselin <luc.anselin at asu.edu>"
 
-import pysal
+from ..weights.spatial_lag import lag_spatial
+from .tabular import _univariate_handler
 import numpy as np
 
 __all__ = ['Join_Counts']
@@ -12,7 +13,7 @@ __all__ = ['Join_Counts']
 PERMUTATIONS = 999
 
 
-class Join_Counts:
+class Join_Counts(object):
     """Binary Join Counts
 
 
@@ -114,6 +115,7 @@ class Join_Counts:
     >>>
     """
     def __init__(self, y, w, permutations=PERMUTATIONS):
+        y = np.asarray(y).flatten()
         w.transformation = 'b'  # ensure we have binary weights
         self.w = w
         self.y = y
@@ -139,10 +141,10 @@ class Join_Counts:
             self.p_sim_bw = p_sim_bw
 
     def __calc(self, z):
-        zl = pysal.lag_spatial(self.w, z)
+        zl = lag_spatial(self.w, z)
         bb = sum(z * zl) / 2.0
         zw = 1 - z
-        zl = pysal.lag_spatial(self.w, zw)
+        zl = lag_spatial(self.w, zw)
         ww = sum(zw * zl) / 2.0
         bw = self.J - (bb + ww)
         return (bb, ww, bw)
@@ -152,3 +154,53 @@ class Join_Counts:
         larger = sum(above)
         psim = (larger + 1.) / (self.permutations + 1.)
         return psim
+
+    @property
+    def _statistic(self):
+        return self.bw
+    
+    @classmethod
+    def by_col(cls, df, cols, w=None, inplace=False, pvalue='sim', outvals=None, **stat_kws):
+        """ 
+        Function to compute a Join_Count statistic on a dataframe
+
+        Arguments
+        ---------
+        df          :   pandas.DataFrame
+                        a pandas dataframe with a geometry column
+        cols        :   string or list of string
+                        name or list of names of columns to use to compute the statistic
+        w           :   pysal weights object
+                        a weights object aligned with the dataframe. If not provided, this
+                        is searched for in the dataframe's metadata
+        inplace     :   bool
+                        a boolean denoting whether to operate on the dataframe inplace or to
+                        return a series contaning the results of the computation. If
+                        operating inplace, the derived columns will be named
+                        'column_join_count'
+        pvalue      :   string
+                        a string denoting which pvalue should be returned. Refer to the
+                        the Join_Count statistic's documentation for available p-values
+        outvals     :   list of strings
+                        list of arbitrary attributes to return as columns from the 
+                        Join_Count statistic
+        **stat_kws  :   keyword arguments
+                        options to pass to the underlying statistic. For this, see the
+                        documentation for the Join_Count statistic.
+
+        Returns
+        --------
+        If inplace, None, and operation is conducted on dataframe in memory. Otherwise,
+        returns a copy of the dataframe with the relevant columns attached.
+
+        See Also
+        ---------
+        For further documentation, refer to the Join_Count class in pysal.esda
+        """
+        if outvals is None:
+            outvals = []
+            outvals.extend(['bb', 'p_sim_bw', 'p_sim_bb'])
+            pvalue = ''
+        return _univariate_handler(df, cols, w=w, inplace=inplace, pvalue=pvalue, 
+                                   outvals=outvals, stat=cls,
+                                   swapname='bw', **stat_kws)
diff --git a/pysal/esda/mapclassify.py b/pysal/esda/mapclassify.py
index c4f71bc..3690948 100644
--- a/pysal/esda/mapclassify.py
+++ b/pysal/esda/mapclassify.py
@@ -21,6 +21,11 @@ import copy
 import sys
 from scipy.cluster.vq import kmeans as KMEANS
 from warnings import warn as Warn
+try:
+    from numba import autojit
+except ImportError:
+    def autojit(func):
+        return func
 
 def headTail_breaks(values, cuts):
     """
@@ -210,7 +215,7 @@ def bin(y, bins):
 
 def bin1d(x, bins):
     """
-    place values of a 1-d array into bins and determine counts of values in
+    Place values of a 1-d array into bins and determine counts of values in
     each bin
 
     Parameters
@@ -225,7 +230,7 @@ def bin1d(x, bins):
     binIds : array
              1-d array of integer bin Ids
 
-    counts: int
+    counts : int
             number of elements of x falling in each bin
 
     Examples
@@ -301,7 +306,7 @@ def natural_breaks(values, k=5):
     uv = np.unique(values)
     uvk = len(uv)
     if uvk < k:
-        Warn('Warning: Not enough unique values in array to form k classes', 
+        Warn('Warning: Not enough unique values in array to form k classes',
                 UserWarning)
         Warn('Warning: setting k to %d' % uvk, UserWarning)
         k = uvk
@@ -313,6 +318,7 @@ def natural_breaks(values, k=5):
     return (sids, class_ids, fit, cuts)
 
 
+ at autojit
 def _fisher_jenks_means(values, classes=5, sort=True):
     """
     Jenks Optimal (Natural Breaks) algorithm implemented in Python.
@@ -325,61 +331,45 @@ def _fisher_jenks_means(values, classes=5, sort=True):
     assuring heterogeneity among classes.
 
     """
-
     if sort:
         values.sort()
-    mat1 = []
-    for i in range(0, len(values) + 1):
-        temp = []
-        for j in range(0, classes + 1):
-            temp.append(0)
-        mat1.append(temp)
-    mat2 = []
-    for i in range(0, len(values) + 1):
-        temp = []
-        for j in range(0, classes + 1):
-            temp.append(0)
-        mat2.append(temp)
-    for i in range(1, classes + 1):
-        mat1[1][i] = 1
-        mat2[1][i] = 0
-        for j in range(2, len(values) + 1):
-            mat2[j][i] = float('inf')
-    v = 0.0
+    n_data = len(values)
+    mat1 = np.zeros((n_data + 1, classes + 1), dtype=np.int32)
+    mat2 = np.zeros((n_data + 1, classes + 1), dtype=np.float32)
+    mat1[1, 1:] = 1
+    mat2[2:, 1:] = np.inf
+
+    v = np.float32(0)
     for l in range(2, len(values) + 1):
-        s1 = 0.0
-        s2 = 0.0
-        w = 0.0
+        s1 = np.float32(0)
+        s2 = np.float32(0)
+        w = np.float32(0)
         for m in range(1, l + 1):
             i3 = l - m + 1
-            val = float(values[i3 - 1])
+            val = np.float32(values[i3 - 1])
             s2 += val * val
             s1 += val
-            w += 1
+            w += np.float32(1)
             v = s2 - (s1 * s1) / w
             i4 = i3 - 1
             if i4 != 0:
                 for j in range(2, classes + 1):
-                    if mat2[l][j] >= (v + mat2[i4][j - 1]):
-                        mat1[l][j] = i3
-                        mat2[l][j] = v + mat2[i4][j - 1]
-        mat1[l][1] = 1
-        mat2[l][1] = v
+                    if mat2[l, j] >= (v + mat2[i4, j - 1]):
+                        mat1[l, j] = i3
+                        mat2[l, j] = v + mat2[i4, j - 1]
+        mat1[l, 1] = 1
+        mat2[l, 1] = v
 
     k = len(values)
 
-    kclass = []
-    for i in range(0, classes + 1):
-        kclass.append(0)
-    kclass[classes] = float(values[len(values) - 1])
-    kclass[0] = float(values[0])
-    countNum = classes
-    while countNum >= 2:
-        pivot = mat1[k][countNum]
+    kclass = np.zeros(classes + 1, dtype=values.dtype)
+    kclass[classes] = values[len(values) - 1]
+    kclass[0] = values[0]
+    for countNum in range(classes, 1, -1):
+        pivot = mat1[k, countNum]
         id = int(pivot - 2)
         kclass[countNum - 1] = values[id]
         k = int(pivot - 1)
-        countNum -= 1
     return kclass
 
 
@@ -394,7 +384,7 @@ class Map_Classifier(object):
 
     .. math::
 
-              C_j^l < y_i \le C_j^u \  forall  i \in C_j
+              C_j^l < y_i \le C_j^u \  \forall  i \in C_j
 
     where :math:`C_j` denotes class :math:`j` which has lower bound
           :math:`C_j^l` and upper bound :math:`C_j^u`.
@@ -432,9 +422,8 @@ class Map_Classifier(object):
     """
 
     def __init__(self, y):
+        y = np.asarray(y).flatten()
         self.name = 'Map Classifier'
-        if hasattr(y, 'values'):
-            y = y.values  # fix for pandas
         self.y = y
         self._classify()
         self._summary()
@@ -449,39 +438,186 @@ class Map_Classifier(object):
     def _classify(self):
         self._set_bins()
         self.yb, self.counts = bin1d(self.y, self.bins)
-    
+
     def _update(self, data, *args, **kwargs):
         """
-        The only thing that *should* happen in this function is 
+        The only thing that *should* happen in this function is
         1. input sanitization for pandas
-        2. classification/reclassification. 
-        
+        2. classification/reclassification.
+
         Using their __init__ methods, all classifiers can re-classify given
-        different input parameters or additional data. 
+        different input parameters or additional data.
 
         If you've got a cleverer updating equation than the intial estimation
         equation, remove the call to self.__init__ below and replace it with the
-        updating function. 
+        updating function.
         """
         if data is not None:
-            if hasattr(data, 'values'):
-                data = data.values
+            data = np.asarray(data).flatten()
             data = np.append(data.flatten(), self.y)
         else:
             data = self.y
         self.__init__(data, *args, **kwargs)
-    
+
+    @classmethod
+    def make(cls, *args, **kwargs):
+        """
+        Configure and create a classifier that will consume data and produce
+        classifications, given the configuration options specified by this
+        function.
+
+        Note that this like a *partial application* of the relevant class
+        constructor. `make` creates a function that returns classifications; it
+        does not actually do the classification.
+
+        If you want to classify data directly, use the appropriate class
+        constructor, like Quantiles, Max_Breaks, etc.
+
+        If you *have* a classifier object, but want to find which bins new data falls into,
+        use find_bin.
+
+        Parameters
+        ----------
+        *args           : required positional arguments
+                          all positional arguments required by the classifier,
+                          excluding the input data.
+        rolling         : bool
+                          a boolean configuring the outputted classifier to use
+                          a rolling classifier rather than a new classifier
+                          for each input. If rolling, this adds the current data
+                          to all of the previous data in the classifier, and
+                          rebalances the bins, like a running median
+                          computation.
+        return_object   : bool
+                          a boolean configuring the outputted classifier to
+                          return the classifier object or not
+        return_bins     : bool
+                          a boolean configuring the outputted classifier to
+                          return the bins/breaks or not
+        return_counts   : bool
+                          a boolean configuring the outputted classifier to
+                          return the histogram of objects falling into each bin
+                          or not
+
+        Returns
+        -------
+        A function that consumes data and returns their bins (and object,
+        bins/breaks, or counts, if requested).
+
+        Note
+        ----
+        This is most useful when you want to run a classifier many times
+        with a given configuration, such as when classifying many columns of an
+        array or dataframe using the same configuration.
+
+        Examples
+        --------
+        >>> import pysal as ps
+        >>> df = ps.pdio.read_files(ps.examples.get_path('columbus.dbf'))
+        >>> classifier = ps.Quantiles.make(k=9)
+        >>> classifier
+        >>> classifications = df[['HOVAL', 'CRIME', 'INC']].apply(ps.Quantiles.make(k=9))
+        >>> classifications.head()
+            HOVAL  CRIME   INC
+        0       8      0     7
+        1       7      1     8
+        2       2      3     5
+        3       4      4     0
+        4       1      6     3
+        >>> import pandas as pd; from numpy import linspace as lsp
+        >>> data = [lsp(3,8,num=10), lsp(10, 0, num=10), lsp(-5, 15, num=10)]
+        >>> data = pd.DataFrame(data).T
+        >>> data
+                 0          1          2
+        0 3.000000  10.000000  -5.000000
+        1 3.555556   8.888889  -2.777778
+        2 4.111111   7.777778  -0.555556
+        3 4.666667   6.666667   1.666667
+        4 5.222222   5.555556   3.888889
+        5 5.777778   4.444444   6.111111
+        6 6.333333   3.333333   8.333333
+        7 6.888888   2.222222  10.555556
+        8 7.444444   1.111111  12.777778
+        9 8.000000   0.000000  15.000000
+        >>> data.apply(ps.Quantiles.make(rolling=True))
+            0   1   3
+        0   0   4   0
+        1   0   4   0
+        2   1   4   0
+        3   1   3   0
+        4   2   2   1
+        5   2   1   2
+        6   3   0   4
+        7   3   0   4
+        8   4   0   4
+        9   4   0   4
+        >>> dbf = ps.open(ps.examples.get_path('baltim.dbf'))
+        >>> data = dbf.by_col_array('PRICE', 'LOTSZ', 'SQFT')
+        >>> my_bins = [1, 10, 20, 40, 80]
+        >>> classifications = [ps.User_Defined.make(bins=my_bins)(a) for a in data.T]
+        >>> len(classifications)
+        3
+        >>> print(classifications)
+        [array([4, 5, 5, 5, 4, 4, 5, 4, 4, 5, 4, 4, 4, 4, 4, 1, 2, 2, 3, 4, 4, 3, 3,
+            ...
+            2, 2, 2, 2])]
+        """
+
+        # only flag overrides return flag
+        to_annotate = copy.deepcopy(kwargs)
+        return_object = kwargs.pop('return_object', False)
+        return_bins = kwargs.pop('return_bins', False)
+        return_counts = kwargs.pop('return_counts', False)
+
+        rolling = kwargs.pop('rolling', False)
+        if rolling:
+            #just initialize a fake classifier
+            data = range(10)
+            cls_instance = cls(data, *args, **kwargs)
+            #and empty it, since we'll be using the update
+            cls_instance.y = np.array([])
+        else:
+            cls_instance = None
+
+        #wrap init in a closure to make a consumer.
+        # Qc Na: "Objects/Closures are poor man's Closures/Objects"
+        def classifier(data, cls_instance=cls_instance):
+            if rolling:
+                cls_instance.update(data, inplace=True, **kwargs)
+                yb = cls_instance.find_bin(data)
+            else:
+                cls_instance = cls(data, *args, **kwargs)
+                yb = cls_instance.yb
+            outs = [yb, None, None, None]
+            outs[1] = cls_instance if return_object else None
+            outs[2] = cls_instance.bins if return_bins else None
+            outs[3] = cls_instance.counts if return_counts else None
+            outs = [a for a in outs if a is not None]
+            if len(outs) == 1:
+                return outs[0]
+            else:
+                return outs
+
+        # for debugging/jic, keep around the kwargs.
+        # in future, we might want to make this a thin class, so that we can set
+        # a custom repr. Call the class `Binner` or something, that's a
+        # pre-configured Classifier that just consumes data, bins it, & possibly
+        # updates the bins.
+        classifier._options = to_annotate
+        return classifier
+
+
     def update(self, y=None, inplace=False, **kwargs):
         """
-        Add data or change classification parameters. 
+        Add data or change classification parameters.
 
         Parameters
         ----------
-        y   :   array
+        y       :   array
                     (n,1) array of data to classify
         inplace :   bool
                     whether to conduct the update in place or to return a copy
-                    estimated from the additional specifications. 
+                    estimated from the additional specifications.
 
         Additional parameters provided in **kwargs are passed to the init
         function of the class. For documentation, check the class constructor.
@@ -506,11 +642,11 @@ class Map_Classifier(object):
         This will allow the classifier to be called like it's a function.
 
         Whether or not we want to make this be "find_bin" or "update" is a
-        design decision. 
+        design decision.
 
         I like this as find_bin, since a classifier's job should be to classify
         the data given to it using the rules estimated from the `_classify()`
-        function. 
+        function.
         """
         return self.find_bin(*args)
 
@@ -601,7 +737,7 @@ class Map_Classifier(object):
         table.insert(1, " ")
         table = "\n".join(table)
         return table
-    
+
     def find_bin(self, x):
         """
         Sort input or inputs according to the current bin estimate
@@ -617,10 +753,10 @@ class Map_Classifier(object):
         a bin index or array of bin indices that classify the input into one of
         the classifiers' bins
         """
-        if not isinstance(x, np.ndarray):
-            x = np.array([x]).flatten()
+        x = np.asarray(x).flatten()
         uptos = [np.where(value < self.bins)[0] for value in x]
         bins = [x.min() if x.size > 0 else len(self.bins)-1 for x in uptos] #bail upwards
+        bins = np.asarray(bins)
         if len(bins) == 1:
             return bins[0]
         else:
@@ -821,7 +957,7 @@ class Percentiles(Map_Classifier):
 
     def update(self, y=None, inplace=False, **kwargs):
         """
-        Add data or change classification parameters. 
+        Add data or change classification parameters.
 
         Parameters
         ----------
@@ -829,12 +965,12 @@ class Percentiles(Map_Classifier):
                     (n,1) array of data to classify
         inplace :   bool
                     whether to conduct the update in place or to return a copy
-                    estimated from the additional specifications. 
+                    estimated from the additional specifications.
 
         Additional parameters provided in **kwargs are passed to the init
         function of the class. For documentation, check the class constructor.
         """
-        kwargs.update({'pct':kwargs.pkp('pct', self.pct)})
+        kwargs.update({'pct':kwargs.pop('pct', self.pct)})
         if inplace:
             self._update(y, **kwargs)
         else:
@@ -942,10 +1078,10 @@ class Box_Plot(Map_Classifier):
         Map_Classifier._classify(self)
         self.low_outlier_ids = np.nonzero(self.yb == 0)[0]
         self.high_outlier_ids = np.nonzero(self.yb == 5)[0]
-    
+
     def update(self, y=None,  inplace=False, **kwargs):
         """
-        Add data or change classification parameters. 
+        Add data or change classification parameters.
 
         Parameters
         ----------
@@ -953,7 +1089,7 @@ class Box_Plot(Map_Classifier):
                         (n,1) array of data to classify
         inplace     :   bool
                         whether to conduct the update in place or to return a copy
-                        estimated from the additional specifications. 
+                        estimated from the additional specifications.
 
         Additional parameters provided in **kwargs are passed to the init
         function of the class. For documentation, check the class constructor.
@@ -1076,10 +1212,10 @@ class Std_Mean(Map_Classifier):
             cuts.append(y_max)
         self.bins = np.array(cuts)
         self.k = len(cuts)
-    
+
     def update(self, y=None, inplace=False, **kwargs):
         """
-        Add data or change classification parameters. 
+        Add data or change classification parameters.
 
         Parameters
         ----------
@@ -1087,7 +1223,7 @@ class Std_Mean(Map_Classifier):
                     (n,1) array of data to classify
         inplace :   bool
                     whether to conduct the update in place or to return a copy
-                    estimated from the additional specifications. 
+                    estimated from the additional specifications.
 
         Additional parameters provided in **kwargs are passed to the init
         function of the class. For documentation, check the class constructor.
@@ -1176,7 +1312,7 @@ class Maximum_Breaks(Map_Classifier):
 
     def update(self, y=None, inplace=False, **kwargs):
         """
-        Add data or change classification parameters. 
+        Add data or change classification parameters.
 
         Parameters
         ----------
@@ -1184,7 +1320,7 @@ class Maximum_Breaks(Map_Classifier):
                     (n,1) array of data to classify
         inplace :   bool
                     whether to conduct the update in place or to return a copy
-                    estimated from the additional specifications. 
+                    estimated from the additional specifications.
 
         Additional parameters provided in **kwargs are passed to the init
         function of the class. For documentation, check the class constructor.
@@ -1294,7 +1430,7 @@ class Natural_Breaks(Map_Classifier):
 
     def update(self, y=None, inplace=False, **kwargs):
         """
-        Add data or change classification parameters. 
+        Add data or change classification parameters.
 
         Parameters
         ----------
@@ -1302,7 +1438,7 @@ class Natural_Breaks(Map_Classifier):
                         (n,1) array of data to classify
         inplace     :   bool
                         whether to conduct the update in place or to return a copy
-                        estimated from the additional specifications. 
+                        estimated from the additional specifications.
 
         Additional parameters provided in **kwargs are passed to the init
         function of the class. For documentation, check the class constructor.
@@ -1410,7 +1546,7 @@ class Fisher_Jenks_Sampled(Map_Classifier):
 
         if (pct * n > 1000) and truncate:
             pct = 1000. / n
-        ids = np.random.random_integers(0, n - 1, n * pct)
+        ids = np.random.random_integers(0, n - 1, int(n * pct))
         yr = y[ids]
         yr[-1] = max(y)  # make sure we have the upper bound
         yr[0] = min(y)  # make sure we have the min
@@ -1432,7 +1568,7 @@ class Fisher_Jenks_Sampled(Map_Classifier):
 
     def update(self, y=None, inplace=False, **kwargs):
         """
-        Add data or change classification parameters. 
+        Add data or change classification parameters.
 
         Parameters
         ----------
@@ -1440,7 +1576,7 @@ class Fisher_Jenks_Sampled(Map_Classifier):
                         (n,1) array of data to classify
         inplace     :   bool
                         whether to conduct the update in place or to return a copy
-                        estimated from the additional specifications. 
+                        estimated from the additional specifications.
 
         Additional parameters provided in **kwargs are passed to the init
         function of the class. For documentation, check the class constructor.
@@ -1525,7 +1661,7 @@ class Jenks_Caspall(Map_Classifier):
         cuts.shape = (len(cuts),)
         self.bins = cuts
         self.iterations = it
-  
+
 class Jenks_Caspall_Sampled(Map_Classifier):
     """
     Jenks Caspall Map Classification using a random sample
@@ -1593,7 +1729,7 @@ class Jenks_Caspall_Sampled(Map_Classifier):
         n = y.size
         if pct * n > 1000:
             pct = 1000. / n
-        ids = np.random.random_integers(0, n - 1, n * pct)
+        ids = np.random.random_integers(0, n - 1, int(n * pct))
         yr = y[ids]
         yr[0] = max(y)  # make sure we have the upper bound
         self.original_y = y
@@ -1610,10 +1746,10 @@ class Jenks_Caspall_Sampled(Map_Classifier):
         jc = Jenks_Caspall(self.y, self.k)
         self.bins = jc.bins
         self.iterations = jc.iterations
-    
+
     def update(self, y=None, inplace=False, **kwargs):
         """
-        Add data or change classification parameters. 
+        Add data or change classification parameters.
 
         Parameters
         ----------
@@ -1621,7 +1757,7 @@ class Jenks_Caspall_Sampled(Map_Classifier):
                         (n,1) array of data to classify
         inplace     :   bool
                         whether to conduct the update in place or to return a copy
-                        estimated from the additional specifications. 
+                        estimated from the additional specifications.
 
         Additional parameters provided in **kwargs are passed to the init
         function of the class. For documentation, check the class constructor.
@@ -1856,7 +1992,7 @@ class User_Defined(Map_Classifier):
 
     def update(self, y=None, inplace=False, **kwargs):
         """
-        Add data or change classification parameters. 
+        Add data or change classification parameters.
 
         Parameters
         ----------
@@ -1864,7 +2000,7 @@ class User_Defined(Map_Classifier):
                         (n,1) array of data to classify
         inplace     :   bool
                         whether to conduct the update in place or to return a copy
-                        estimated from the additional specifications. 
+                        estimated from the additional specifications.
 
         Additional parameters provided in **kwargs are passed to the init
         function of the class. For documentation, check the class constructor.
@@ -2045,7 +2181,7 @@ class Max_P_Classifier(Map_Classifier):
 
     def update(self, y=None, inplace=False, **kwargs):
         """
-        Add data or change classification parameters. 
+        Add data or change classification parameters.
 
         Parameters
         ----------
@@ -2053,7 +2189,7 @@ class Max_P_Classifier(Map_Classifier):
                         (n,1) array of data to classify
         inplace     :   bool
                         whether to conduct the update in place or to return a copy
-                        estimated from the additional specifications. 
+                        estimated from the additional specifications.
 
         Additional parameters provided in **kwargs are passed to the init
         function of the class. For documentation, check the class constructor.
diff --git a/pysal/esda/mixture_smoothing.py b/pysal/esda/mixture_smoothing.py
index 5f5a39c..0a00cc7 100644
--- a/pysal/esda/mixture_smoothing.py
+++ b/pysal/esda/mixture_smoothing.py
@@ -24,10 +24,10 @@ class NP_Mixture_Smoother(object):
 
     Parameters
     ----------
-    e           : array
-                  (n, 1), event variable measured across n spatial units
-    b           : array
-                  (n, 1), population at risk variable measured across n spatial units
+    e           : array-like
+                  event variable measured across n spatial units
+    b           : array-like
+                  population at risk variable measured across n spatial units
     k           : integer
                   a seed number to specify the number of subpopulations
     acc         : float
@@ -116,8 +116,8 @@ class NP_Mixture_Smoother(object):
     """
 
     def __init__(self, e, b, k=50, acc=1.E-7, numiter=5000, limit=0.01):
-        self.e = e
-        self.b = b
+        self.e = np.asarray(e).flatten()
+        self.b = np.asarray(b).flatten()
         self.n = len(e)
         self.w = 1. / self.n
         self.k = k
diff --git a/pysal/esda/moran.py b/pysal/esda/moran.py
index 4cec902..cbc5f06 100644
--- a/pysal/esda/moran.py
+++ b/pysal/esda/moran.py
@@ -4,8 +4,9 @@ Moran's I Spatial Autocorrelation Statistics
 """
 __author__ = "Sergio J. Rey <srey at asu.edu>, \
         Dani Arribas-Bel <daniel.arribas.bel at gmail.com>"
-from pysal.weights.spatial_lag import lag_spatial as slag
-from pysal.esda.smoothing import assuncao_rate
+from ..weights.spatial_lag import lag_spatial as slag
+from .smoothing import assuncao_rate
+from .tabular import _univariate_handler, _bivariate_handler
 import scipy.stats as stats
 import numpy as np
 
@@ -15,7 +16,7 @@ __all__ = ["Moran", "Moran_Local", "Moran_BV", "Moran_BV_matrix",
 PERMUTATIONS = 999
 
 
-class Moran:
+class Moran(object):
     """Moran's I Global Autocorrelation Statistic
 
     Parameters
@@ -131,6 +132,7 @@ class Moran:
     """
     def __init__(self, y, w, transformation="r", permutations=PERMUTATIONS,
                  two_tailed=True):
+        y = np.asarray(y).flatten()
         self.y = y
         w.transform = transformation
         self.w = w
@@ -199,8 +201,54 @@ class Moran:
         inum = (z * zl).sum()
         return self.n / self.w.s0 * inum / self.z2ss
 
-
-class Moran_BV:
+    @property
+    def _statistic(self):
+        """More consistent hidden attribute to access ESDA statistics"""
+        return self.I
+
+    @classmethod
+    def by_col(cls, df, cols, w=None, inplace=False, pvalue='sim', outvals=None, **stat_kws):
+        """ 
+        Function to compute a Moran statistic on a dataframe
+
+        Arguments
+        ---------
+        df          :   pandas.DataFrame
+                        a pandas dataframe with a geometry column
+        cols        :   string or list of string
+                        name or list of names of columns to use to compute the statistic
+        w           :   pysal weights object
+                        a weights object aligned with the dataframe. If not provided, this
+                        is searched for in the dataframe's metadata
+        inplace     :   bool
+                        a boolean denoting whether to operate on the dataframe inplace or to
+                        return a series contaning the results of the computation. If
+                        operating inplace, the derived columns will be named
+                        'column_moran'
+        pvalue      :   string
+                        a string denoting which pvalue should be returned. Refer to the
+                        the Moran statistic's documentation for available p-values
+        outvals     :   list of strings
+                        list of arbitrary attributes to return as columns from the 
+                        Moran statistic
+        **stat_kws  :   keyword arguments
+                        options to pass to the underlying statistic. For this, see the
+                        documentation for the Moran statistic.
+
+        Returns
+        --------
+        If inplace, None, and operation is conducted on dataframe in memory. Otherwise,
+        returns a copy of the dataframe with the relevant columns attached.
+
+        See Also
+        ---------
+        For further documentation, refer to the Moran class in pysal.esda
+        """
+        return _univariate_handler(df, cols, w=w, inplace=inplace, pvalue=pvalue, 
+                                   outvals=outvals, stat=cls,
+                                   swapname=cls.__name__.lower(), **stat_kws)
+    
+class Moran_BV(object):
     """
     Bivariate Moran's I
 
@@ -304,6 +352,8 @@ class Moran_BV:
 
     """
     def __init__(self, x, y, w, transformation="r", permutations=PERMUTATIONS):
+        x = np.asarray(x).flatten()
+        y = np.asarray(y).flatten()
         zy = (y - y.mean()) / y.std(ddof=1)
         zx = (x - x.mean()) / x.std(ddof=1)
         self.zx = zx
@@ -336,6 +386,60 @@ class Moran_BV:
         self.num = (self.zx * wzy).sum()
         return self.num / self.den
 
+    @property
+    def _statistic(self):
+        """More consistent hidden attribute to access ESDA statistics"""
+        return self.I
+    
+    @classmethod
+    def by_col(cls, df, x, y=None, w=None, inplace=False, pvalue='sim', outvals=None, **stat_kws):
+        """ 
+        Function to compute a Moran_BV statistic on a dataframe
+
+        Arguments
+        ---------
+        df          :   pandas.DataFrame
+                        a pandas dataframe with a geometry column
+        X           :   list of strings
+                        column name or list of column names to use as X values to compute
+                        the bivariate statistic. If no Y is provided, pairwise comparisons
+                        among these variates are used instead. 
+        Y           :   list of strings
+                        column name or list of column names to use as Y values to compute
+                        the bivariate statistic. if no Y is provided, pariwise comparisons
+                        among the X variates are used instead. 
+        w           :   pysal weights object
+                        a weights object aligned with the dataframe. If not provided, this
+                        is searched for in the dataframe's metadata
+        inplace     :   bool
+                        a boolean denoting whether to operate on the dataframe inplace or to
+                        return a series contaning the results of the computation. If
+                        operating inplace, the derived columns will be named
+                        'column_moran_local'
+        pvalue      :   string
+                        a string denoting which pvalue should be returned. Refer to the
+                        the Moran_BV statistic's documentation for available p-values
+        outvals     :   list of strings
+                        list of arbitrary attributes to return as columns from the 
+                        Moran_BV statistic
+        **stat_kws  :   keyword arguments
+                        options to pass to the underlying statistic. For this, see the
+                        documentation for the Moran_BV statistic.
+
+
+        Returns
+        --------
+        If inplace, None, and operation is conducted on dataframe in memory. Otherwise,
+        returns a copy of the dataframe with the relevant columns attached.
+
+        See Also
+        ---------
+        For further documentation, refer to the Moran_BV class in pysal.esda
+        """
+        return _bivariate_handler(df, x, y=y, w=w, inplace=inplace, 
+                                  pvalue = pvalue, outvals = outvals, 
+                                  swapname=cls.__name__.lower(), stat=cls,**stat_kws)
+
 
 def Moran_BV_matrix(variables, w, permutations=0, varnames=None):
     """Bivariate Moran Matrix
@@ -402,7 +506,6 @@ def Moran_BV_matrix(variables, w, permutations=0, varnames=None):
             results[j, i] = Moran_BV(y2, y1, w, permutations=permutations)
     return results
 
-
 class Moran_Rate(Moran):
     """
     Adjusted Moran's I Global Autocorrelation Statistic for Rate
@@ -510,15 +613,98 @@ class Moran_Rate(Moran):
 
     def __init__(self, e, b, w, adjusted=True, transformation="r",
                  permutations=PERMUTATIONS, two_tailed=True):
+        e = np.asarray(e).flatten()
+        b = np.asarray(b).flatten()
         if adjusted:
             y = assuncao_rate(e, b)
         else:
             y = e * 1.0 / b
         Moran.__init__(self, y, w, transformation=transformation,
                        permutations=permutations, two_tailed=two_tailed)
-
-
-class Moran_Local:
+    
+    @classmethod
+    def by_col(cls, df, events, populations, w=None, inplace=False, 
+               pvalue='sim', outvals=None, swapname='',  **stat_kws):
+        """ 
+        Function to compute a Moran_Rate statistic on a dataframe
+
+        Arguments
+        ---------
+        df          :   pandas.DataFrame
+                        a pandas dataframe with a geometry column
+        events      :   string or  list of strings
+                        one or more names where events are stored
+        populations :   string or list of strings
+                        one or more names where the populations corresponding to the
+                        events are stored. If one population column is provided, it is
+                        used for all event columns. If more than one population column
+                        is provided but there is not a population for every event
+                        column, an exception will be raised.
+        w           :   pysal weights object
+                        a weights object aligned with the dataframe. If not provided, this
+                        is searched for in the dataframe's metadata
+        inplace     :   bool
+                        a boolean denoting whether to operate on the dataframe inplace or to
+                        return a series contaning the results of the computation. If
+                        operating inplace, the derived columns will be named
+                        'column_moran_rate'
+        pvalue      :   string
+                        a string denoting which pvalue should be returned. Refer to the
+                        the Moran_Rate statistic's documentation for available p-values
+        outvals     :   list of strings
+                        list of arbitrary attributes to return as columns from the 
+                        Moran_Rate statistic
+        **stat_kws  :   keyword arguments
+                        options to pass to the underlying statistic. For this, see the
+                        documentation for the Moran_Rate statistic.
+
+        Returns
+        --------
+        If inplace, None, and operation is conducted on dataframe in memory. Otherwise,
+        returns a copy of the dataframe with the relevant columns attached.
+
+        See Also
+        ---------
+        For further documentation, refer to the Moran_Rate class in pysal.esda
+        """
+        if not inplace:
+            new = df.copy()
+            cls.by_col(new, events, populations, w=w, inplace=True,
+                              pvalue=pvalue, outvals=outvals, swapname=swapname,
+                              **stat_kws)
+            return new
+        if isinstance(events, str):
+            events = [events]
+        if isinstance(populations, str): 
+            populations = [populations]
+        if len(populations) < len(events):
+            populations = populations * len(events)
+        if len(events) != len(populations):
+            raise ValueError('There is not a one-to-one matching between events and '
+                              'populations!\nEvents: {}\n\nPopulations:'
+                              ' {}'.format(events, populations))
+        adjusted = stat_kws.pop('adjusted', True)
+
+        if isinstance(adjusted, bool):
+            adjusted = [adjusted] * len(events)
+        if swapname is '':
+            swapname = cls.__name__.lower()
+
+        rates = [assuncao_rate(df[e], df[pop]) if adj
+                 else df[e].astype(float) / df[pop] 
+                 for e,pop,adj in zip(events, populations, adjusted)]
+        names = ['-'.join((e,p)) for e,p in zip(events, populations)]
+        out_df = df.copy()
+        rate_df = out_df.from_items(zip(names, rates)) #trick to avoid importing pandas
+        stat_df = _univariate_handler(rate_df, names, w=w, inplace=False, 
+                                      pvalue = pvalue, outvals = outvals, 
+                                      swapname=swapname, 
+                                      stat=Moran, #how would this get done w/super?
+                                      **stat_kws)
+        for col in stat_df.columns:
+            df[col] = stat_df[col]
+
+class Moran_Local(object):
     """Local Moran Statistics
 
 
@@ -610,6 +796,7 @@ class Moran_Local:
     """
     def __init__(self, y, w, transformation="r", permutations=PERMUTATIONS,
                  geoda_quads=False):
+        y = np.asarray(y).flatten()
         self.y = y
         n = len(y)
         self.n = n
@@ -647,7 +834,7 @@ class Moran_Local:
             self.VI_sim = self.seI_sim * self.seI_sim
             self.z_sim = (self.Is - self.EI_sim) / self.seI_sim
             self.p_z_sim = 1 - stats.norm.cdf(np.abs(self.z_sim))
-
+        
     def calc(self, w, z):
         zl = slag(w, z)
         return self.n_1 * self.z * zl / self.den
@@ -695,8 +882,55 @@ class Moran_Local:
         self.q = self.quads[0] * pp + self.quads[1] * np + self.quads[2] * nn \
             + self.quads[3] * pn
 
+    @property
+    def _statistic(self):
+        """More consistent hidden attribute to access ESDA statistics"""
+        return self.Is
+    
+    @classmethod
+    def by_col(cls, df, cols, w=None, inplace=False, pvalue='sim', outvals=None, **stat_kws):
+        """ 
+        Function to compute a Moran_Local statistic on a dataframe
+
+        Arguments
+        ---------
+        df          :   pandas.DataFrame
+                        a pandas dataframe with a geometry column
+        cols        :   string or list of string
+                        name or list of names of columns to use to compute the statistic
+        w           :   pysal weights object
+                        a weights object aligned with the dataframe. If not provided, this
+                        is searched for in the dataframe's metadata
+        inplace     :   bool
+                        a boolean denoting whether to operate on the dataframe inplace or to
+                        return a series contaning the results of the computation. If
+                        operating inplace, the derived columns will be named
+                        'column_moran_local'
+        pvalue      :   string
+                        a string denoting which pvalue should be returned. Refer to the
+                        the Moran_Local statistic's documentation for available p-values
+        outvals     :   list of strings
+                        list of arbitrary attributes to return as columns from the 
+                        Moran_Local statistic
+        **stat_kws  :   keyword arguments
+                        options to pass to the underlying statistic. For this, see the
+                        documentation for the Moran_Local statistic.
+
+        Returns
+        --------
+        If inplace, None, and operation is conducted on dataframe in memory. Otherwise,
+        returns a copy of the dataframe with the relevant columns attached.
+
+        See Also
+        ---------
+        For further documentation, refer to the Moran_Local class in pysal.esda
+        """
+        return _univariate_handler(df, cols, w=w, inplace=inplace, pvalue=pvalue, 
+                                   outvals=outvals, stat=cls,
+                                   swapname=cls.__name__.lower(), **stat_kws)
+
 
-class Moran_Local_BV:
+class Moran_Local_BV(object):
     """Bivariate Local Moran Statistics
 
 
@@ -795,6 +1029,8 @@ class Moran_Local_BV:
     """
     def __init__(self, x, y, w, transformation="r", permutations=PERMUTATIONS,
                  geoda_quads=False):
+        x = np.asarray(x).flatten()
+        y = np.asarray(y).flatten()
         self.y = y
         n = len(y)
         self.n = n
@@ -885,6 +1121,59 @@ class Moran_Local_BV:
         self.q = self.quads[0] * pp + self.quads[1] * np + self.quads[2] * nn \
             + self.quads[3] * pn
 
+    @property
+    def _statistic(self):
+        """More consistent hidden attribute to access ESDA statistics"""
+        return self.Is
+
+    @classmethod
+    def by_col(cls, df, x, y=None, w=None, inplace=False, pvalue='sim', outvals=None, **stat_kws):
+        """ 
+        Function to compute a Moran_Local_BV statistic on a dataframe
+
+        Arguments
+        ---------
+        df          :   pandas.DataFrame
+                        a pandas dataframe with a geometry column
+        X           :   list of strings
+                        column name or list of column names to use as X values to compute
+                        the bivariate statistic. If no Y is provided, pairwise comparisons
+                        among these variates are used instead. 
+        Y           :   list of strings
+                        column name or list of column names to use as Y values to compute
+                        the bivariate statistic. if no Y is provided, pariwise comparisons
+                        among the X variates are used instead. 
+        w           :   pysal weights object
+                        a weights object aligned with the dataframe. If not provided, this
+                        is searched for in the dataframe's metadata
+        inplace     :   bool
+                        a boolean denoting whether to operate on the dataframe inplace or to
+                        return a series contaning the results of the computation. If
+                        operating inplace, the derived columns will be named
+                        'column_moran_local_bv'
+        pvalue      :   string
+                        a string denoting which pvalue should be returned. Refer to the
+                        the Moran_Local_BV statistic's documentation for available p-values
+        outvals     :   list of strings
+                        list of arbitrary attributes to return as columns from the 
+                        Moran_Local_BV statistic
+        **stat_kws  :   keyword arguments
+                        options to pass to the underlying statistic. For this, see the
+                        documentation for the Moran_Local_BV statistic.
+
+
+        Returns
+        --------
+        If inplace, None, and operation is conducted on dataframe in memory. Otherwise,
+        returns a copy of the dataframe with the relevant columns attached.
+
+        See Also
+        ---------
+        For further documentation, refer to the Moran_Local_BV class in pysal.esda
+        """
+        return _bivariate_handler(df, x, y=y, w=w, inplace=inplace, 
+                                  pvalue = pvalue, outvals = outvals, 
+                                  swapname=cls.__name__.lower(), stat=cls,**stat_kws)
 
 class Moran_Local_Rate(Moran_Local):
     """
@@ -989,6 +1278,8 @@ class Moran_Local_Rate(Moran_Local):
 
     def __init__(self, e, b, w, adjusted=True, transformation="r",
                  permutations=PERMUTATIONS, geoda_quads=False):
+        e = np.asarray(e).flatten()
+        b = np.asarray(b).flatten()
         if adjusted:
             y = assuncao_rate(e, b)
         else:
@@ -997,3 +1288,84 @@ class Moran_Local_Rate(Moran_Local):
                              transformation=transformation,
                              permutations=permutations,
                              geoda_quads=geoda_quads)
+    
+    @classmethod
+    def by_col(cls, df, events, populations, w=None, inplace=False, 
+               pvalue='sim', outvals=None, swapname='',  **stat_kws):
+        """ 
+        Function to compute a Moran_Local_Rate statistic on a dataframe
+
+        Arguments
+        ---------
+        df          :   pandas.DataFrame
+                        a pandas dataframe with a geometry column
+        events      :   string or  list of strings
+                        one or more names where events are stored
+        populations :   string or list of strings
+                        one or more names where the populations corresponding to the
+                        events are stored. If one population column is provided, it is
+                        used for all event columns. If more than one population column
+                        is provided but there is not a population for every event
+                        column, an exception will be raised.
+        w           :   pysal weights object
+                        a weights object aligned with the dataframe. If not provided, this
+                        is searched for in the dataframe's metadata
+        inplace     :   bool
+                        a boolean denoting whether to operate on the dataframe inplace or to
+                        return a series contaning the results of the computation. If
+                        operating inplace, the derived columns will be named 'column_moran_local_rate'
+        pvalue      :   string
+                        a string denoting which pvalue should be returned. Refer to the
+                        the Moran_Local_Rate statistic's documentation for available p-values
+        outvals     :   list of strings
+                        list of arbitrary attributes to return as columns from the 
+                        Moran_Local_Rate statistic
+        **stat_kws  :   keyword arguments
+                        options to pass to the underlying statistic. For this, see the
+                        documentation for the Moran_Local_Rate statistic.
+
+        Returns
+        --------
+        If inplace, None, and operation is conducted on dataframe in memory. Otherwise,
+        returns a copy of the dataframe with the relevant columns attached.
+
+        See Also
+        ---------
+        For further documentation, refer to the Moran_Local_Rate class in pysal.esda
+        """
+        if not inplace:
+            new = df.copy()
+            cls.by_col(new, events, populations, w=w, inplace=True,
+                              pvalue=pvalue, outvals=outvals, swapname=swapname,
+                              **stat_kws)
+            return new
+        if isinstance(events, str):
+            events = [events]
+        if isinstance(populations, str): 
+            populations = [populations]
+        if len(populations) < len(events):
+            populations = populations * len(events)
+        if len(events) != len(populations):
+            raise ValueError('There is not a one-to-one matching between events and '
+                              'populations!\nEvents: {}\n\nPopulations:'
+                              ' {}'.format(events, populations))
+        adjusted = stat_kws.pop('adjusted', True)
+
+        if isinstance(adjusted, bool):
+            adjusted = [adjusted] * len(events)
+        if swapname is '':
+            swapname = cls.__name__.lower()
+
+        rates = [assuncao_rate(df[e], df[pop]) if adj
+                 else df[e].astype(float) / df[pop] 
+                 for e,pop,adj in zip(events, populations, adjusted)]
+        names = ['-'.join((e,p)) for e,p in zip(events, populations)]
+        out_df = df.copy()
+        rate_df = out_df.from_items(zip(names, rates)) #trick to avoid importing pandas
+        _univariate_handler(rate_df, names, w=w, inplace=True, 
+                                      pvalue = pvalue, outvals = outvals, 
+                                      swapname=swapname,
+                                      stat=Moran_Local, #how would this get done w/super?
+                                      **stat_kws)
+        for col in rate_df.columns:
+            df[col] = rate_df[col]
diff --git a/pysal/esda/smoothing.py b/pysal/esda/smoothing.py
index 4bd9f90..1334e24 100644
--- a/pysal/esda/smoothing.py
+++ b/pysal/esda/smoothing.py
@@ -1,3 +1,4 @@
+from __future__ import division
 """
 Apply smoothing to rate computation
 
@@ -14,12 +15,13 @@ Author(s):
 __author__ = "Myunghwa Hwang <mhwang4 at gmail.com>, David Folch <dfolch at asu.edu>, Luc Anselin <luc.anselin at asu.edu>, Serge Rey <srey at asu.edu"
 
 import pysal
-from pysal.weights import comb, Kernel
-from pysal.cg import Point, Ray, LineSegment
-from pysal.cg import get_angle_between, get_points_dist, get_segment_point_dist
-from pysal.cg import get_point_at_angle_and_dist, convex_hull
-from pysal.common import np, KDTree
-from pysal.weights.spatial_lag import lag_spatial as slag
+from ..weights import comb, Kernel, W
+from ..weights.util import get_points_array
+from ..cg import Point, Ray, LineSegment
+from ..cg import get_angle_between, get_points_dist, get_segment_point_dist,\
+                 get_point_at_angle_and_dist, convex_hull, get_bounding_box
+from ..common import np, KDTree, requires as _requires
+from ..weights.spatial_lag import lag_spatial as slag
 from scipy.stats import gamma, norm, chi2, poisson
 
 __all__ = ['Excess_Risk', 'Empirical_Bayes', 'Spatial_Empirical_Bayes', 'Spatial_Rate', 'Kernel_Smoother', 'Age_Adjusted_Smoother', 'Disk_Smoother', 'Spatial_Median_Rate', 'Spatial_Filtering', 'Headbanging_Triples', 'Headbanging_Median_Rate', 'flatten', 'weighted_median', 'sum_by_n', 'crude_age_standardization', 'direct_age_standardization', 'indirect_age_standardization', 'standardized_mortality_ratio', 'choynowski', 'assuncao_rate']
@@ -67,7 +69,7 @@ def weighted_median(d, w):
     d          : array
                  (n, 1), variable for which median will be found
     w          : array
-                 (n, 1), variable on which d's medain will be decided
+                 (n, 1), variable on which d's median will be decided
 
     Notes
     -----
@@ -254,7 +256,7 @@ def direct_age_standardization(e, b, s, n, alpha=0.05):
     For direct age standardization, we also need the data for standard population.
     Standard population is a reference population-at-risk (e.g., population distribution for the U.S.)
     whose age distribution can be used as a benchmarking point for comparing age distributions
-    across regions (e.g., popoulation distribution for Arizona and California).
+    across regions (e.g., population distribution for Arizona and California).
     Another array including standard population is created.
 
     >>> s = np.array([1000, 900, 1000, 900, 1000, 900, 1000, 900])
@@ -282,7 +284,7 @@ def direct_age_standardization(e, b, s, n, alpha=0.05):
     res = []
     for i in range(len(adjusted_r)):
         if adjusted_r[i] == 0:
-            upper = 0.5 * chi2(1 - 0.5 * alpha)
+            upper = 0.5 * chi2.ppf(1 - 0.5 * alpha)
             lower = 0.0
         else:
             lower = gamma.ppf(0.5 * alpha, g_a[i], scale=g_b[i])
@@ -550,8 +552,70 @@ def assuncao_rate(e, b):
     ebi_v = ebi_a + ebi_b / b
     return (y - ebi_b) / np.sqrt(ebi_v)
 
+class _Smoother(object):
+    """
+    This is a helper class that implements things that all smoothers should do.
+    Right now, the only thing that we need to propagate is the by_col function. 
 
-class Excess_Risk:
+    TBQH, most of these smoothers should be functions, not classes (aside from
+    maybe headbanging triples), since they're literally only inits + one
+    attribute. 
+    """
+    def __init__(self):
+        pass
+
+    @classmethod
+    def by_col(cls, df, e,b, inplace=False, **kwargs):
+        """
+        Compute smoothing by columns in a dataframe. 
+
+        Parameters
+        -----------
+        df      :  pandas.DataFrame
+                   a dataframe containing the data to be smoothed
+        e       :  string or list of strings
+                   the name or names of columns containing event variables to be
+                   smoothed
+        b       :  string or list of strings
+                   the name or names of columns containing the population
+                   variables to be smoothed
+        inplace :  bool
+                   a flag denoting whether to output a copy of `df` with the
+                   relevant smoothed columns appended, or to append the columns
+                   directly to `df` itself. 
+        **kwargs:  optional keyword arguments
+                   optional keyword options that are passed directly to the
+                   smoother. 
+
+        Returns
+        ---------
+        a copy of `df` containing the columns. Or, if `inplace`, this returns
+        None, but implicitly adds columns to `df`.  
+        """
+        if not inplace:
+            new = df.copy()
+            cls.by_col(new, e, b, inplace=True, **kwargs)
+            return new
+        if isinstance(e, str):
+            e = [e]
+        if isinstance(b, str):
+            b = [b]
+        if len(b) == 1 and len(e) > 1:
+            b = b * len(e)
+        try:
+            assert len(e) == len(b)
+        except AssertionError:
+            raise ValueError('There is no one-to-one mapping between event'
+                             ' variable and population at risk variable!')
+        for ei, bi in zip(e,b):
+            ename = ei
+            bname = bi
+            ei = df[ename]
+            bi = df[bname]
+            outcol = '_'.join(('-'.join((ename, bname)), cls.__name__.lower()))
+            df[outcol] = cls(ei, bi, **kwargs).r
+
+class Excess_Risk(_Smoother):
     """Excess Risk
 
     Parameters
@@ -591,11 +655,13 @@ class Excess_Risk:
 
     """
     def __init__(self, e, b):
+        e = np.asarray(e).reshape(-1,1)
+        b = np.asarray(b).reshape(-1,1)
         r_mean = e.sum() * 1.0 / b.sum()
         self.r = e * 1.0 / (b * r_mean)
 
 
-class Empirical_Bayes:
+class Empirical_Bayes(_Smoother):
     """Aspatial Empirical Bayes Smoothing
 
     Parameters
@@ -637,6 +703,8 @@ class Empirical_Bayes:
 
     """
     def __init__(self, e, b):
+        e = np.asarray(e).reshape(-1,1)
+        b = np.asarray(b).reshape(-1,1)
         e_sum, b_sum = e.sum() * 1.0, b.sum() * 1.0
         r_mean = e_sum / b_sum
         rate = e * 1.0 / b
@@ -647,8 +715,89 @@ class Empirical_Bayes:
         weight = r_var / (r_var + r_mean / b)
         self.r = weight * rate + (1.0 - weight) * r_mean
 
-
-class Spatial_Empirical_Bayes:
+class _Spatial_Smoother(_Smoother):
+    """
+    This is a helper class that implements things that all the things that
+    spatial smoothers should do. 
+    .
+    Right now, the only thing that we need to propagate is the by_col function. 
+
+    TBQH, most of these smoothers should be functions, not classes (aside from
+    maybe headbanging triples), since they're literally only inits + one
+    attribute. 
+    """
+    def __init__(self):
+        pass
+
+    @classmethod
+    def by_col(cls, df, e,b, w=None, inplace=False, **kwargs):
+        """
+        Compute smoothing by columns in a dataframe. 
+
+        Parameters
+        -----------
+        df      :  pandas.DataFrame
+                   a dataframe containing the data to be smoothed
+        e       :  string or list of strings
+                   the name or names of columns containing event variables to be
+                   smoothed
+        b       :  string or list of strings
+                   the name or names of columns containing the population
+                   variables to be smoothed
+        w       :  pysal.weights.W or list of pysal.weights.W
+                   the spatial weights object or objects to use with the
+                   event-population pairs. If not provided and a weights object
+                   is in the dataframe's metadata, that weights object will be
+                   used. 
+        inplace :  bool
+                   a flag denoting whether to output a copy of `df` with the
+                   relevant smoothed columns appended, or to append the columns
+                   directly to `df` itself. 
+        **kwargs:  optional keyword arguments
+                   optional keyword options that are passed directly to the
+                   smoother. 
+
+        Returns
+        ---------
+        a copy of `df` containing the columns. Or, if `inplace`, this returns
+        None, but implicitly adds columns to `df`.  
+        """
+        if not inplace:
+            new = df.copy()
+            cls.by_col(new, e, b, w=w, inplace=True, **kwargs)
+            return new
+        if isinstance(e, str):
+            e = [e]
+        if isinstance(b, str):
+            b = [b]
+        if w is None:
+            found = False
+            for k in df._metadata:
+                w = df.__dict__.get(w, None)
+                if isinstance(w, W):
+                    found = True
+            if not found:
+                raise Exception('Weights not provided and no weights attached to frame!'
+                                    ' Please provide a weight or attach a weight to the'
+                                    ' dataframe')
+        if isinstance(w, W):
+            w = [w] * len(e)
+        if len(b) == 1 and len(e) > 1:
+            b = b * len(e)
+        try:
+            assert len(e) == len(b)
+        except AssertionError:
+            raise ValueError('There is no one-to-one mapping between event'
+                             ' variable and population at risk variable!')
+        for ei, bi, wi in zip(e, b, w):
+            ename = ei
+            bname = bi
+            ei = df[ename]
+            bi = df[bname]
+            outcol = '_'.join(('-'.join((ename, bname)), cls.__name__.lower()))
+            df[outcol] = cls(ei, bi, w=wi, **kwargs).r
+
+class Spatial_Empirical_Bayes(_Spatial_Smoother):
     """Spatial Empirical Bayes Smoothing
 
     Parameters
@@ -701,10 +850,12 @@ class Spatial_Empirical_Bayes:
     def __init__(self, e, b, w):
         if not w.id_order_set:
             raise ValueError("w id_order must be set to align with the order of e an b")
+        e = np.asarray(e).reshape(-1,1)
+        b = np.asarray(b).reshape(-1,1)
         r_mean = Spatial_Rate(e, b, w).r
         rate = e * 1.0 / b
-        r_var_left = np.ones(len(e)) * 1.
-        ngh_num = np.ones(len(e))
+        r_var_left = np.ones_like(e) * 1.
+        ngh_num = np.ones_like(e)
         bi = slag(w, b) + b
         for i, idv in enumerate(w.id_order):
             ngh = w[idv].keys() + [idv]
@@ -718,8 +869,7 @@ class Spatial_Empirical_Bayes:
         r_var[r_var < 0] = 0.0
         self.r = r_mean + (rate - r_mean) * (r_var / (r_var + (r_mean / b)))
 
-
-class Spatial_Rate:
+class Spatial_Rate(_Spatial_Smoother):
     """Spatial Rate Smoothing
 
     Parameters
@@ -773,13 +923,15 @@ class Spatial_Rate:
         if not w.id_order_set:
             raise ValueError("w id_order must be set to align with the order of e and b")
         else:
+            e = np.asarray(e).reshape(-1,1)
+            b = np.asarray(b).reshape(-1,1)
             w.transform = 'b'
             w_e, w_b = slag(w, e), slag(w, b)
             self.r = (e + w_e) / (b + w_b)
             w.transform = 'o'
 
 
-class Kernel_Smoother:
+class Kernel_Smoother(_Spatial_Smoother):
     """Kernal smoothing
 
     Parameters
@@ -835,11 +987,13 @@ class Kernel_Smoother:
         if not w.id_order_set:
             raise ValueError("w id_order must be set to align with the order of e and b")
         else:
+            e = np.asarray(e).reshape(-1,1)
+            b = np.asarray(b).reshape(-1,1)
             w_e, w_b = slag(w, e), slag(w, b)
             self.r = w_e / w_b
 
 
-class Age_Adjusted_Smoother:
+class Age_Adjusted_Smoother(_Spatial_Smoother):
     """Age-adjusted rate smoothing
 
     Parameters
@@ -901,6 +1055,9 @@ class Age_Adjusted_Smoother:
             0.05020968])
     """
     def __init__(self, e, b, w, s, alpha=0.05):
+        e = np.asarray(e).reshape(-1, 1)
+        b = np.asarray(b).reshape(-1, 1)
+        s = np.asarray(s).flatten()
         t = len(e)
         h = t // w.n
         w.transform = 'b'
@@ -910,12 +1067,102 @@ class Age_Adjusted_Smoother:
             b_n.append(slag(w, b[i::h]).tolist())
         e_n = np.array(e_n).reshape((1, t), order='F')[0]
         b_n = np.array(b_n).reshape((1, t), order='F')[0]
+        e_n = e_n.reshape(s.shape)
+        b_n = b_n.reshape(s.shape)
         r = direct_age_standardization(e_n, b_n, s, w.n, alpha=alpha)
         self.r = np.array([i[0] for i in r])
         w.transform = 'o'
-
-
-class Disk_Smoother:
+    
+    @_requires('pandas')
+    @classmethod
+    def by_col(cls, df, e,b, w=None, s=None, **kwargs):
+        """
+        Compute smoothing by columns in a dataframe. 
+
+        Parameters
+        -----------
+        df      :  pandas.DataFrame
+                   a dataframe containing the data to be smoothed
+        e       :  string or list of strings
+                   the name or names of columns containing event variables to be
+                   smoothed
+        b       :  string or list of strings
+                   the name or names of columns containing the population
+                   variables to be smoothed
+        w       :  pysal.weights.W or list of pysal.weights.W
+                   the spatial weights object or objects to use with the
+                   event-population pairs. If not provided and a weights object
+                   is in the dataframe's metadata, that weights object will be
+                   used. 
+        s       :  string or list of strings
+                   the name or names of columns to use as a standard population
+                   variable for the events `e` and at-risk populations `b`. 
+        inplace :  bool
+                   a flag denoting whether to output a copy of `df` with the
+                   relevant smoothed columns appended, or to append the columns
+                   directly to `df` itself. 
+        **kwargs:  optional keyword arguments
+                   optional keyword options that are passed directly to the
+                   smoother. 
+
+        Returns
+        ---------
+        a copy of `df` containing the columns. Or, if `inplace`, this returns
+        None, but implicitly adds columns to `df`.  
+        """
+        if s is None:
+            raise Exception('Standard population variable "s" must be supplied.')
+        import pandas as pd
+        if isinstance(e, str):
+            e = [e]
+        if isinstance(b, str):
+            b = [b]
+        if isinstance(s, str):
+            s = [s]
+        if w is None:
+            found = False
+            for k in df._metadata:
+                w = df.__dict__.get(w, None)
+                if isinstance(w, W):
+                    found = True
+                    break
+            if not found:
+                raise Exception('Weights not provided and no weights attached to frame!'
+                                    ' Please provide a weight or attach a weight to the'
+                                    ' dataframe.')
+        if isinstance(w, W):
+            w = [w] * len(e)
+        if not all(isinstance(wi, W) for wi in w):
+            raise Exception('Weights object must be an instance of '
+                            ' pysal.weights.W!')
+        b = b * len(e) if len(b) == 1 and len(e) > 1 else b
+        s = s * len(e) if len(s) == 1 and len(e) > 1 else s
+        try:
+            assert len(e) == len(b)
+            assert len(e) == len(s)
+            assert len(e) == len(w)
+        except AssertionError:
+            raise ValueError('There is no one-to-one mapping between event'
+                             ' variable and population at risk variable, and '
+                             ' standard population variable, and spatial '
+                             ' weights!')
+        rdf = []
+        max_len = 0
+        for ei, bi, wi, si in zip(e, b, w, s):
+            ename = ei
+            bname = bi
+            h = len(ei) // wi.n
+            outcol = '_'.join(('-'.join((ename, bname)), cls.__name__.lower()))
+            this_r = cls(df[ei], df[bi], w=wi, s=df[si], **kwargs).r
+            max_len = 0 if len(this_r) > max_len else max_len
+            rdf.append((outcol, this_r.tolist()))
+        padded = (r[1] + [None] * max_len for r in rdf)
+        rdf = zip((r[0] for r in rdf), padded)
+        rdf = pd.DataFrame.from_items(rdf)
+        return rdf
+
+
+class Disk_Smoother(_Spatial_Smoother):
     """Locally weighted averages or disk smoothing
 
     Parameters
@@ -970,14 +1217,16 @@ class Disk_Smoother:
         if not w.id_order_set:
             raise ValueError("w id_order must be set to align with the order of e and b")
         else:
+            e = np.asarray(e).reshape(-1,1)
+            b = np.asarray(b).reshape(-1,1)
             r = e * 1.0 / b
             weight_sum = []
             for i in w.id_order:
                 weight_sum.append(sum(w.weights[i]))
-            self.r = slag(w, r) / np.array(weight_sum)
+            self.r = slag(w, r) / np.array(weight_sum).reshape(-1,1)
 
 
-class Spatial_Median_Rate:
+class Spatial_Median_Rate(_Spatial_Smoother):
     """Spatial Median Rate Smoothing
 
     Parameters
@@ -1076,6 +1325,8 @@ class Spatial_Median_Rate:
     def __init__(self, e, b, w, aw=None, iteration=1):
         if not w.id_order_set:
             raise ValueError("w id_order must be set to align with the order of e and b")
+        e = np.asarray(e).flatten()
+        b = np.asarray(b).flatten() 
         self.r = e * 1.0 / b
         self.aw, self.w = aw, w
         while iteration:
@@ -1094,10 +1345,10 @@ class Spatial_Median_Rate:
                 id_d = [i] + list(w.neighbor_offsets[id])
                 aw_d, r_d = aw[id_d], r[id_d]
                 new_r.append(weighted_median(r_d, aw_d))
-        self.r = np.array(new_r)
+        self.r = np.asarray(new_r).reshape(r.shape)
 
 
-class Spatial_Filtering:
+class Spatial_Filtering(_Smoother):
     """Spatial Filtering
 
     Parameters
@@ -1191,11 +1442,13 @@ class Spatial_Filtering:
     """
 
     def __init__(self, bbox, data, e, b, x_grid, y_grid, r=None, pop=None):
+        e= np.asarray(e).reshape(-1,1)
+        b= np.asarray(b).reshape(-1,1)
         data_tree = KDTree(data)
         x_range = bbox[1][0] - bbox[0][0]
         y_range = bbox[1][1] - bbox[0][1]
-        x, y = np.mgrid[bbox[0][0]:bbox[1][0]:x_range // x_grid,
-                        bbox[0][1]:bbox[1][1]:y_range // y_grid]
+        x, y = np.mgrid[bbox[0][0]:bbox[1][0]:float(x_range) / x_grid,
+                        bbox[0][1]:bbox[1][1]:float(y_range) / y_grid]
         self.grid = zip(x.ravel(), y.ravel())
         self.r = []
         if r is None and pop is None:
@@ -1216,10 +1469,71 @@ class Spatial_Filtering:
                     b_n_f = b_n[[0]]
                 self.r.append(e_n_f[-1] * 1.0 / b_n_f[-1])
         self.r = np.array(self.r)
-
-
-class Headbanging_Triples:
-    """Generate a pseudo spatial weights instance that contains headbaning triples
+    
+    @_requires('pandas')
+    @classmethod
+    def by_col(cls, df, e, b, x_grid, y_grid, geom_col='geometry', **kwargs):
+        """
+        Compute smoothing by columns in a dataframe. The bounding box and point
+        information is computed from the geometry column. 
+
+        Parameters
+        -----------
+        df      :  pandas.DataFrame
+                   a dataframe containing the data to be smoothed
+        e       :  string or list of strings
+                   the name or names of columns containing event variables to be
+                   smoothed
+        b       :  string or list of strings
+                   the name or names of columns containing the population
+                   variables to be smoothed
+        x_grid  :  integer
+                   number of grid cells to use along the x-axis
+        y_grid  :  integer
+                   number of grid cells to use along the y-axis
+        geom_col:  string
+                   the name of the column in the dataframe containing the
+                   geometry information. 
+        **kwargs:  optional keyword arguments
+                   optional keyword options that are passed directly to the
+                   smoother. 
+        Returns
+        ---------
+        a new dataframe of dimension (x_grid*y_grid, 3), containing the 
+        coordinates of the grid cells and the rates associated with those grid
+        cells.
+        """
+        import pandas as pd
+        # prep for application over multiple event/population pairs
+        if isinstance(e, str):
+            e = [e]
+        if isinstance(b, str):
+            b = [b]
+        if len(e) > len(b):
+            b = b * len(e)
+        if isinstance(x_grid, (int, float)):
+            x_grid = [x_grid] * len(e)
+        if isinstance(y_grid, (int, float)):
+            y_grid = [y_grid] * len(e)
+
+        bbox = get_bounding_box(df[geom_col])
+        bbox = [[bbox.left, bbox.lower], [bbox.right, bbox.upper]]
+        data = get_points_array(df[geom_col])
+        res = []
+        for ename, bname, xgi, ygi in zip(e, b, x_grid, y_grid):
+            r = cls(bbox, data, df[ename], df[bname], xgi, ygi, **kwargs)
+            grid = np.asarray(r.grid).reshape(-1,2)
+            name = '_'.join(('-'.join((ename, bname)), cls.__name__.lower()))
+            colnames = ('_'.join((name, suffix)) for suffix in ['X', 'Y', 'R'])
+            items = [(name, col) for name,col in zip(colnames, [grid[:,0], 
+                                                                grid[:,1], 
+                                                                r.r])]
+            res.append(pd.DataFrame.from_items(items))
+        outdf = pd.concat(res)
+        return outdf
+
+class Headbanging_Triples(object):
+    """Generate a pseudo spatial weights instance that contains headbanging triples
 
     Parameters
     ----------
@@ -1318,7 +1632,7 @@ class Headbanging_Triples:
     3 [(16, 6), (19, 6), (20, 6)]
     4 [(5, 15), (27, 15), (35, 15)]
 
-    Finding headbanging tirpes by using 5 nearest neighbors with edge correction
+    Finding headbanging triples by using 5 nearest neighbors with edge correction
 
     >>> s_ht2 = Headbanging_Triples(sids_d,sids_w,k=5,edgecor=True)
 
@@ -1341,7 +1655,7 @@ class Headbanging_Triples:
     >>> extrapolated[0]
     (89, 77)
 
-    Checking the distances between the exploated point and the observation 89 and 77
+    Checking the distances between the extraploated point and the observation 89 and 77
 
     >>> round(extrapolated[1],5), round(extrapolated[2],6)
     (0.33753, 0.302707)
@@ -1407,7 +1721,7 @@ class Headbanging_Triples:
                 self.extra[ps[point]] = extra
 
 
-class Headbanging_Median_Rate:
+class Headbanging_Median_Rate(object):
     """Headbaning Median Rate Smoothing
 
     Parameters
@@ -1425,7 +1739,7 @@ class Headbanging_Median_Rate:
     Attributes
     ----------
     r           : array (n, 1)
-                  rate values from headbaning median smoothing
+                  rate values from headbanging median smoothing
 
     Examples
     --------
@@ -1451,6 +1765,7 @@ class Headbanging_Median_Rate:
     >>> if not sids_w.id_order_set: sids_w.id_order = sids_w.id_order
 
     finding headbanging triples by using 5 neighbors
+        return outdf
 
     >>> s_ht = Headbanging_Triples(sids_d,sids_w,k=5)
 
@@ -1493,7 +1808,7 @@ class Headbanging_Median_Rate:
     def __init__(self, e, b, t, aw=None, iteration=1):
         self.r = e * 1.0 / b
         self.tr, self.aw = t.triples, aw
-        if hasattr(t, 'exta'):
+        if hasattr(t, 'extra'):
             self.extra = t.extra
         while iteration:
             self.__search_headbanging_median()
@@ -1506,16 +1821,19 @@ class Headbanging_Median_Rate:
         if hasattr(self, 'extra') and id in self.extra:
             extra = self.extra
             trp_r = r[list(triples[0])]
+            # observed rate 
+            # plus difference in rate scaled by ratio of extrapolated distance
+            # & observed distance. 
             trp_r[-1] = trp_r[0] + (trp_r[0] - trp_r[-1]) * (
                 extra[id][-1] * 1.0 / extra[id][1])
             trp_r = sorted(trp_r)
             if not weighted:
-                return r, trp_r[0], trp_r[-1]
+                return r[id], trp_r[0], trp_r[-1]
             else:
-                trp_aw = self.aw[trp]
+                trp_aw = self.aw[triples[0]]
                 extra_w = trp_aw[0] + (trp_aw[0] - trp_aw[-
                                                           1]) * (extra[id][-1] * 1.0 / extra[id][1])
-                return r, trp_r[0], trp_r[-1], self.aw[id], trp_aw[0] + extra_w
+                return r[id], trp_r[0], trp_r[-1], self.aw[id], trp_aw[0] + extra_w
         if not weighted:
             lowest, highest = [], []
             for trp in triples:
@@ -1541,7 +1859,7 @@ class Headbanging_Median_Rate:
                 np.array(highest), np.array(highest_aw))
             triple_members = flatten(triples, unique=False)
             return r[id], wm_lowest, wm_highest, self.aw[id] * len(triples), self.aw[triple_members].sum()
-
+    
     def __get_median_from_screens(self, screens):
         if isinstance(screens, float):
             return screens
@@ -1566,3 +1884,84 @@ class Headbanging_Median_Rate:
                 k, tr[k], weighted=(self.aw is not None))
             new_r.append(self.__get_median_from_screens(screens))
         self.r = np.array(new_r)
+    
+    @_requires('pandas')
+    @classmethod
+    def by_col(cls, df, e, b, t=None, geom_col='geometry', inplace=False, **kwargs):
+        """
+        Compute smoothing by columns in a dataframe. The bounding box and point
+        information is computed from the geometry column. 
+
+        Parameters
+        -----------
+        df      :  pandas.DataFrame
+                   a dataframe containing the data to be smoothed
+        e       :  string or list of strings
+                   the name or names of columns containing event variables to be
+                   smoothed
+        b       :  string or list of strings
+                   the name or names of columns containing the population
+                   variables to be smoothed
+        t       :  Headbanging_Triples instance or list of Headbanging_Triples
+                   list of headbanging triples instances. If not provided, this
+                   is computed from the geometry column of the dataframe. 
+        geom_col:  string
+                   the name of the column in the dataframe containing the
+                   geometry information. 
+        inplace :  bool
+                   a flag denoting whether to output a copy of `df` with the
+                   relevant smoothed columns appended, or to append the columns
+                   directly to `df` itself. 
+        **kwargs:  optional keyword arguments
+                   optional keyword options that are passed directly to the
+                   smoother. 
+        Returns
+        ---------
+        a new dataframe containing the smoothed Headbanging Median Rates for the
+        event/population pairs. If done inplace, there is no return value and
+        `df` is modified in place. 
+        """
+        import pandas as pd
+        if not inplace:
+            new = df.copy()
+            cls.by_col(new, e, b, t=t, geom_col=geom_col, inplace=True, **kwargs)
+            return new
+        import pandas as pd
+        # prep for application over multiple event/population pairs
+        if isinstance(e, str):
+            e = [e]
+        if isinstance(b, str):
+            b = [b]
+        if len(e) > len(b):
+            b = b * len(e)
+
+        data = get_points_array(df[geom_col])
+
+        #Headbanging_Triples doesn't take **kwargs, so filter its arguments
+        # (self, data, w, k=5, t=3, angle=135.0, edgecor=False):
+        
+        w = kwargs.pop('w', None)
+        if w is None:
+            found = False
+            for k in df._metadata:
+                w = df.__dict__.get(w, None)
+                if isinstance(w, W):
+                    found = True
+            if not found:
+                raise Exception('Weights not provided and no weights attached to frame!'
+                                    ' Please provide a weight or attach a weight to the'
+                                    ' dataframe')
+        
+        k = kwargs.pop('k', 5)
+        t = kwargs.pop('t', 3)
+        angle = kwargs.pop('angle', 135.0)
+        edgecor = kwargs.pop('edgecor', False)
+
+        hbt = Headbanging_Triples(data, w, k=k, t=t, angle=angle,
+                                  edgecor=edgecor)
+        
+        res = []
+        for ename, bname in zip(e, b):
+            r = cls(df[ename], df[bname], hbt, **kwargs).r
+            name = '_'.join(('-'.join((ename, bname)), cls.__name__.lower()))
+            df[name] = r
diff --git a/pysal/esda/tabular.py b/pysal/esda/tabular.py
new file mode 100644
index 0000000..99f890a
--- /dev/null
+++ b/pysal/esda/tabular.py
@@ -0,0 +1,306 @@
+#from ...common import requires as _requires
+
+import itertools as _it
+from pysal.weights import W
+
+# I would like to define it like this, so that you could make a call like:
+# Geary(df, 'HOVAL', 'INC', w=W), but this only works in Python3. So, I have to
+# use a workaround
+#def _statistic(df, *cols, stat=None, w=None, inplace=True, 
+def _univariate_handler(df, cols, stat=None, w=None, inplace=True,
+                        pvalue = 'sim', outvals = None, swapname='', **kwargs):
+    """
+    Compute a univariate descriptive statistic `stat` over columns `cols` in
+    `df`.
+
+    Parameters
+    ----------
+    df          : pandas.DataFrame
+                  the dataframe containing columns to compute the descriptive
+                  statistics
+    cols        : string or list of strings
+                  one or more names of columns in `df` to use to compute
+                  exploratory descriptive statistics. 
+    stat        : callable
+                  a function that takes data as a first argument and any number
+                  of configuration keyword arguments and returns an object
+                  encapsulating the exploratory statistic results 
+    w           : pysal.weights.W
+                  the spatial weights object corresponding to the dataframe
+    inplace     : bool
+                  a flag denoting whether to add the statistic to the dataframe
+                  in memory, or to construct a copy of the dataframe and append
+                  the results to the copy
+    pvalue      : string
+                  the name of the pvalue on the results object wanted
+    outvals     : list of strings
+                  names of attributes of the dataframe to attempt to flatten
+                  into a column
+    swapname    : string
+                  suffix to replace generic identifier with. Each caller of this
+                  function should set this to a unique column suffix
+    **kwargs    : optional keyword arguments
+                  options that are passed directly to the statistic
+    """
+    ### Preprocess
+    if not inplace:
+        new_df = df.copy()
+        _univariate_handler(new_df, cols, stat=stat, w=w, pvalue=pvalue, 
+                                   inplace=True, outvals=outvals,
+                                   swapname=swapname, **kwargs)
+        return new_df
+    if w is None:
+        for name in df._metadata:
+            this_obj = df.__dict__.get(name)
+            if isinstance(this_obj, W):
+                w = this_obj
+    if w is None:
+        raise Exception('Weights not provided and no weights attached to frame!'
+                            ' Please provide a weight or attach a weight to the'
+                            ' dataframe')
+    ### Prep indexes
+    if outvals is None:
+        outvals = []
+    outvals.insert(0,'_statistic')
+    if pvalue.lower() in ['all', 'both', '*']: 
+        raise NotImplementedError("If you want more than one type of PValue,add"
+                                  " the targeted pvalue type to outvals. For example:"
+                                  " Geary(df, cols=['HOVAL'], w=w, outvals=['p_z_sim', "
+                                  "'p_rand']")
+    # this is nontrivial, since we
+    # can't know which p_value types are on the object without computing it.
+    # This is because we don't flag them with @properties, so they're just
+    # arbitrarily assigned post-facto. One solution might be to post-process the
+    # objects, determine which pvalue types are available, and then grab them
+    # all if needed. 
+    
+    if pvalue is not '':
+        outvals.append('p_'+pvalue.lower())
+    if isinstance(cols, str):
+        cols = [cols]
+
+    ### Make closure around weights & apply columnwise
+    def column_stat(column):
+        return stat(column.values, w=w, **kwargs)
+    stat_objs = df[cols].apply(column_stat)
+
+    ### Assign into dataframe
+    for col in cols:
+        stat_obj = stat_objs[col]
+        y = kwargs.get('y')
+        if y is not None:
+            col += '-' + y.name
+        outcols = ['_'.join((col, val)) for val in outvals]
+        for colname, attname in zip(outcols, outvals):
+            df[colname] = stat_obj.__getattribute__(attname)
+    if swapname is not '':
+        df.columns = [_swap_ending(col, swapname) if col.endswith('_statistic') else col
+                      for col in df.columns]
+
+def _bivariate_handler(df, x, y=None, w=None, inplace=True, pvalue='sim', 
+                       outvals=None, **kwargs):
+    """
+    Compute a descriptive bivariate statistic over two sets of columns, `x` and
+    `y`, contained in `df`. 
+
+    Parameters
+    ----------
+    df          : pandas.DataFrame
+                  dataframe in which columns `x` and `y` are contained
+    x           : string or list of strings
+                  one or more column names to use as variates in the bivariate
+                  statistics
+    y           : string or list of strings
+                  one or more column names to use as variates in the bivariate
+                  statistics
+    w           : pysal.weights.W
+                  spatial weights object corresponding to the dataframe `df`
+    inplace     : bool
+                  a flag denoting whether to add the statistic to the dataframe
+                  in memory, or to construct a copy of the dataframe and append
+                  the results to the copy
+    pvalue      : string
+                  the name of the pvalue on the results object wanted
+    outvals     : list of strings
+                  names of attributes of the dataframe to attempt to flatten
+                  into a column
+    swapname    : string
+                  suffix to replace generic identifier with. Each caller of this
+                  function should set this to a unique column suffix
+    **kwargs    : optional keyword arguments
+                  options that are passed directly to the statistic
+    """
+    real_swapname = kwargs.pop('swapname', '')
+    if isinstance(y, str):
+        y = [y]
+    if isinstance(x, str):
+        x = [x]
+    if not inplace:
+        new_df = df.copy()
+        _bivariate_handler(new_df, x, y=y, w=w, inplace=True,
+                           swapname=real_swapname, 
+                           pvalue=pvalue, outvals=outvals, **kwargs)
+        return new_df
+    if y is None:
+        y = x
+    for xi,yi in _it.product(x,y):
+        if xi == yi:
+            continue
+        _univariate_handler(df, cols=xi, w=w, y=df[yi], inplace=True, 
+                            pvalue=pvalue, outvals=outvals, swapname='', **kwargs)
+    if real_swapname is not '':
+        df.columns = [_swap_ending(col, real_swapname) 
+                      if col.endswith('_statistic')
+                      else col for col in df.columns]
+
+def _swap_ending(s, ending, delim='_'):
+    """
+    Replace the ending of a string, delimited into an arbitrary 
+    number of chunks by `delim`, with the ending provided
+
+    Parameters
+    ----------
+    s       :   string
+                string to replace endings
+    ending  :   string
+                string used to replace ending of `s`
+    delim   :   string
+                string that splits s into one or more parts
+    
+    Returns
+    -------
+    new string where the final chunk of `s`, delimited by `delim`, is replaced
+    with `ending`. 
+    """
+    parts = [x for x in s.split(delim)[:-1] if x != '']
+    parts.append(ending)
+    return delim.join(parts)
+ 
+##############
+# DOCSTRINGS #
+##############
+
+_univ_doc_template =\
+""" 
+Function to compute a {n} statistic on a dataframe
+
+Arguments
+---------
+df          :   pandas.DataFrame
+                a pandas dataframe with a geometry column
+cols        :   string or list of string
+                name or list of names of columns to use to compute the statistic
+w           :   pysal weights object
+                a weights object aligned with the dataframe. If not provided, this
+                is searched for in the dataframe's metadata
+inplace     :   bool
+                a boolean denoting whether to operate on the dataframe inplace or to
+                return a series contaning the results of the computation. If
+                operating inplace, the derived columns will be named 'column_{nl}'
+pvalue      :   string
+                a string denoting which pvalue should be returned. Refer to the
+                the {n} statistic's documentation for available p-values
+outvals     :   list of strings
+                list of arbitrary attributes to return as columns from the 
+                {n} statistic
+**stat_kws  :   keyword arguments
+                options to pass to the underlying statistic. For this, see the
+                documentation for the {n} statistic.
+
+Returns
+--------
+If inplace, None, and operation is conducted on dataframe in memory. Otherwise,
+returns a copy of the dataframe with the relevant columns attached.
+
+See Also
+---------
+For further documentation, refer to the {n} class in pysal.esda
+"""
+
+_bv_doc_template =\
+""" 
+Function to compute a {n} statistic on a dataframe
+
+Arguments
+---------
+df          :   pandas.DataFrame
+                a pandas dataframe with a geometry column
+X           :   list of strings
+                column name or list of column names to use as X values to compute
+                the bivariate statistic. If no Y is provided, pairwise comparisons
+                among these variates are used instead. 
+Y           :   list of strings
+                column name or list of column names to use as Y values to compute
+                the bivariate statistic. if no Y is provided, pariwise comparisons
+                among the X variates are used instead. 
+
+w           :   pysal weights object
+                a weights object aligned with the dataframe. If not provided, this
+                is searched for in the dataframe's metadata
+inplace     :   bool
+                a boolean denoting whether to operate on the dataframe inplace or to
+                return a series contaning the results of the computation. If
+                operating inplace, the derived columns will be named 'column_{nl}'
+pvalue      :   string
+                a string denoting which pvalue should be returned. Refer to the
+                the {n} statistic's documentation for available p-values
+outvals     :   list of strings
+                list of arbitrary attributes to return as columns from the 
+                {n} statistic
+**stat_kws  :   keyword arguments
+                options to pass to the underlying statistic. For this, see the
+                documentation for the {n} statistic.
+
+
+Returns
+--------
+If inplace, None, and operation is conducted on dataframe in memory. Otherwise,
+returns a copy of the dataframe with the relevant columns attached.
+
+See Also
+---------
+For further documentation, refer to the {n} class in pysal.esda
+"""
+
+_rate_doc_template =\
+""" 
+Function to compute a {n} statistic on a dataframe
+
+Arguments
+---------
+df          :   pandas.DataFrame
+                a pandas dataframe with a geometry column
+events      :   string or  list of strings
+                one or more names where events are stored
+populations :   string or list of strings
+                one or more names where the populations corresponding to the
+                events are stored. If one population column is provided, it is
+                used for all event columns. If more than one population column
+                is provided but there is not a population for every event
+                column, an exception will be raised.
+w           :   pysal weights object
+                a weights object aligned with the dataframe. If not provided, this
+                is searched for in the dataframe's metadata
+inplace     :   bool
+                a boolean denoting whether to operate on the dataframe inplace or to
+                return a series contaning the results of the computation. If
+                operating inplace, the derived columns will be named 'column_{nl}'
+pvalue      :   string
+                a string denoting which pvalue should be returned. Refer to the
+                the {n} statistic's documentation for available p-values
+outvals     :   list of strings
+                list of arbitrary attributes to return as columns from the 
+                {n} statistic
+**stat_kws  :   keyword arguments
+                options to pass to the underlying statistic. For this, see the
+                documentation for the {n} statistic.
+
+Returns
+--------
+If inplace, None, and operation is conducted on dataframe in memory. Otherwise,
+returns a copy of the dataframe with the relevant columns attached.
+
+See Also
+---------
+For further documentation, refer to the {n} class in pysal.esda
+"""
diff --git a/pysal/esda/tests/test_gamma.py b/pysal/esda/tests/test_gamma.py
index 0cdae76..54cadf8 100644
--- a/pysal/esda/tests/test_gamma.py
+++ b/pysal/esda/tests/test_gamma.py
@@ -1,20 +1,22 @@
 import unittest
 import numpy as np
-import pysal
-from pysal.esda.gamma import Gamma
-
+from ...weights import lat2W
+from ..gamma import Gamma
+from ...common import pandas
 
+PANDAS_EXTINCT = pandas is None
 class Gamma_Tester(unittest.TestCase):
     """Unit test for Gamma Index"""
     def setUp(self):
-        self.w = pysal.lat2W(4, 4)
+        self.w = lat2W(4, 4)
         self.y = np.ones(16)
         self.y[0:8] = 0
+        np.random.seed(12345)
+        self.g = Gamma(self.y, self.w)
 
     def test_Gamma(self):
         """Test method"""
-        np.random.seed(12345)
-        g = Gamma(self.y, self.w)
+        g = self.g
         self.assertAlmostEquals(g.g, 20.0)
         self.assertAlmostEquals(g.g_z, 3.1879280354548638)
         self.assertAlmostEquals(g.p_sim_g, 0.0030000000000000001)
@@ -56,6 +58,23 @@ class Gamma_Tester(unittest.TestCase):
         self.assertAlmostEquals(g4.g_z, 3.1879280354548638)
         self.assertAlmostEquals(g4.p_sim_g, 0.0030000000000000001)
 
+    @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
+    def test_by_col(self):
+        import pandas as pd
+        df = pd.DataFrame(self.y, columns=['y'])
+        r1 = Gamma.by_col(df, ['y'], w=self.w)
+        self.assertIn('y_gamma', r1.columns)
+        self.assertIn('y_p_sim', r1.columns)
+        this_gamma = np.unique(r1.y_gamma.values)
+        this_pval = np.unique(r1.y_p_sim.values)
+        np.testing.assert_allclose(this_gamma, self.g.g)
+        np.testing.assert_allclose(this_pval, self.g.p_sim)
+        Gamma.by_col(df, ['y'], inplace=True, operation='s', w=self.w)
+        this_gamma = np.unique(df.y_gamma.values)
+        this_pval = np.unique(df.y_p_sim.values)
+        np.testing.assert_allclose(this_gamma, 8.0)
+        np.testing.assert_allclose(this_pval, .001)
+
 
 suite = unittest.TestSuite()
 test_classes = [Gamma_Tester]
diff --git a/pysal/esda/tests/test_geary.py b/pysal/esda/tests/test_geary.py
index 1e12d2e..6cff335 100644
--- a/pysal/esda/tests/test_geary.py
+++ b/pysal/esda/tests/test_geary.py
@@ -1,15 +1,19 @@
 """Geary Unittest."""
 import unittest
-import pysal
-from pysal.esda import geary
+
+from ... import open as popen
+from ... import examples
+from .. import geary
 import numpy as np
 
+from ...common import pandas
+PANDAS_EXTINCT = pandas is None
 
 class Geary_Tester(unittest.TestCase):
     """Geary class for unit tests."""
     def setUp(self):
-        self.w = pysal.open(pysal.examples.get_path("book.gal")).read()
-        f = pysal.open(pysal.examples.get_path("book.txt"))
+        self.w = popen(examples.get_path("book.gal")).read()
+        f = popen(examples.get_path("book.txt"))
         self.y = np.array(f.by_col['y'])
 
     def test_Geary(self):
@@ -49,6 +53,19 @@ class Geary_Tester(unittest.TestCase):
         self.assertAlmostEquals(c.z_sim, -3.5841621159171746)
         self.assertAlmostEquals(c.seC_sim, 0.18555432843202269)
 
+    @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
+    def test_by_col(self):
+        import pandas as pd
+        df = pd.DataFrame(self.y, columns=['y'])
+        r1 = geary.Geary.by_col(df, ['y'], w=self.w, permutations=999)
+        this_geary = np.unique(r1.y_geary.values)
+        this_pval = np.unique(r1.y_p_sim.values)
+        np.random.seed(12345)
+        c = geary.Geary(self.y, self.w, permutations=999)
+        self.assertAlmostEquals(this_geary, c.C)
+        self.assertAlmostEquals(this_pval, c.p_sim)
+
+
 
 suite = unittest.TestSuite()
 test_classes = [Geary_Tester]
diff --git a/pysal/esda/tests/test_getisord.py b/pysal/esda/tests/test_getisord.py
index 97b0baf..667cc23 100644
--- a/pysal/esda/tests/test_getisord.py
+++ b/pysal/esda/tests/test_getisord.py
@@ -1,12 +1,15 @@
 import unittest
-from pysal.weights.Distance import DistanceBand
-from pysal.esda import getisord
 import numpy as np
 
+from .. import getisord
+from ...weights.Distance import DistanceBand
+from ...common import pandas
+
 POINTS = [(10, 10), (20, 10), (40, 10), (15, 20), (30, 20), (30, 30)]
 W = DistanceBand(POINTS, threshold=15)
 Y = np.array([2, 3, 3.2, 5, 8, 7])
 
+PANDAS_EXTINCT = pandas is None
 
 class G_Tester(unittest.TestCase):
 
@@ -20,6 +23,18 @@ class G_Tester(unittest.TestCase):
         self.assertAlmostEquals(g.G, 0.55709779, places=8)
         self.assertAlmostEquals(g.p_norm, 0.1729, places=4)
 
+    @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
+    def test_by_col(self):
+        import pandas as pd
+        df = pd.DataFrame(self.y, columns=['y'])
+        np.random.seed(12345)
+        r1 = getisord.G.by_col(df, ['y'], w=self.w)
+        this_getisord = np.unique(r1.y_g.values)
+        this_pval = np.unique(r1.y_p_sim.values)
+        np.random.seed(12345)
+        stat = getisord.G(self.y, self.w)
+        self.assertAlmostEquals(this_getisord, stat._statistic)
+        self.assertAlmostEquals(this_pval, stat.p_sim)
 
 class G_Local_Tester(unittest.TestCase):
 
@@ -47,6 +62,17 @@ class G_Local_Tester(unittest.TestCase):
         lg = getisord.G_Local(self.y, self.w, transform='R', star=True)
         self.assertAlmostEquals(lg.Zs[0], -0.62488094, places=8)
         self.assertAlmostEquals(lg.p_sim[0], 0.10100000000000001, places=7)
+    
+    @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
+    def test_by_col(self):
+        import pandas as pd
+        df = pd.DataFrame(self.y, columns=['y'])
+        np.random.seed(12345)
+        r1 = getisord.G_Local.by_col(df, ['y'], w=self.w)
+        np.random.seed(12345)
+        stat = getisord.G_Local(self.y, self.w)
+        np.testing.assert_allclose(r1.y_g_local.values, stat.Gs)
+        np.testing.assert_allclose(r1.y_p_sim, stat.p_sim)
 
 suite = unittest.TestSuite()
 test_classes = [G_Tester, G_Local_Tester]
diff --git a/pysal/esda/tests/test_join_counts.py b/pysal/esda/tests/test_join_counts.py
index ed51af8..23fe1ab 100644
--- a/pysal/esda/tests/test_join_counts.py
+++ b/pysal/esda/tests/test_join_counts.py
@@ -1,13 +1,16 @@
 import unittest
 import numpy as np
-import pysal
-from pysal.esda.join_counts import Join_Counts
 
+from ..join_counts import Join_Counts
+from ...weights import lat2W
+from ...common import pandas
+
+PANDAS_EXTINCT = pandas is None
 
 class Join_Counts_Tester(unittest.TestCase):
     """Unit test for Join Counts"""
     def setUp(self):
-        self.w = pysal.lat2W(4, 4)
+        self.w = lat2W(4, 4)
         self.y = np.ones(16)
         self.y[0:8] = 0
 
@@ -29,6 +32,24 @@ class Join_Counts_Tester(unittest.TestCase):
         self.assertAlmostEquals(np.mean(jc.sim_bw), 12.811811811811811)
         self.assertAlmostEquals(np.max(jc.sim_bw), 24.0)
         self.assertAlmostEquals(np.min(jc.sim_bw), 7.0)
+    
+    @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
+    def test_by_col(self):
+        import pandas as pd
+        df = pd.DataFrame(self.y, columns=['y'])
+        np.random.seed(12345)
+        r1 = Join_Counts.by_col(df, ['y'], w=self.w, permutations=999)
+        
+        bb = np.unique(r1.y_bb.values)
+        bw = np.unique(r1.y_bw.values)
+        bb_p = np.unique(r1.y_p_sim_bb.values)
+        bw_p = np.unique(r1.y_p_sim_bw.values)
+        np.random.seed(12345)
+        c = Join_Counts(self.y, self.w, permutations=999)
+        self.assertAlmostEquals(bb, c.bb)
+        self.assertAlmostEquals(bw, c.bw)
+        self.assertAlmostEquals(bb_p, c.p_sim_bb)
+        self.assertAlmostEquals(bw_p, c.p_sim_bw)
 
 suite = unittest.TestSuite()
 test_classes = [Join_Counts_Tester]
diff --git a/pysal/esda/tests/test_mapclassify.py b/pysal/esda/tests/test_mapclassify.py
index a8f3428..61dfcc7 100644
--- a/pysal/esda/tests/test_mapclassify.py
+++ b/pysal/esda/tests/test_mapclassify.py
@@ -1,9 +1,10 @@
 import pysal
-from pysal.esda.mapclassify import *
-from pysal.esda.mapclassify import binC, bin, bin1d
-from pysal.common import RTOL
+from ..mapclassify import *
+from ..mapclassify import binC, bin, bin1d
+from ...common import RTOL
 import numpy as np
 import unittest
+import types
 
 class TestQuantile(unittest.TestCase):
     def test_quantile(self):
@@ -67,6 +68,34 @@ class TestFindBin(unittest.TestCase):
         known = [0, 0, 0, 0, 2, 2, 3, 5, 7, 7, 8, 8, 8]
         np.testing.assert_array_equal(known, mc2.find_bin(toclass))
 
+class TestMake(unittest.TestCase):
+    def setUp(self):
+        self.data = [np.linspace(-5,5, num=5), np.linspace(-10, 10, num=5),
+                np.linspace(-20, 20, num=5)]
+        self.ei = Equal_Interval.make()
+        self.q5r = Quantiles.make(k=5, rolling=True)
+    
+    def test_make(self):
+        self.assertIsInstance(self.ei, types.FunctionType)
+        self.assertIsInstance(self.q5r, types.FunctionType)
+        
+        assert hasattr(self.ei, '_options')
+        self.assertEqual(self.ei._options, dict())
+        assert hasattr(self.q5r, '_options')
+        self.assertEqual(self.q5r._options, {'k':5, 'rolling':True})
+
+    def test_apply(self):
+        ei_classes = [self.ei(d) for d in self.data]
+        known = [np.arange(0,5,1)] * 3
+        np.testing.assert_allclose(known, ei_classes)
+
+        q5r_classes = [self.q5r(d) for d in self.data]
+        known = [[0,1,2,3,4], [0,1,2,4,4], [0,0,2,4,4]]
+        accreted_data = set(self.q5r.func_defaults[0].y)
+        all_data = set(np.asarray(self.data).flatten())
+        self.assertEqual(accreted_data, all_data)
+        np.testing.assert_allclose(known, q5r_classes)
+
 class TestBinC(unittest.TestCase):
     def test_bin_c(self):
         bins = range(2, 8)
diff --git a/pysal/esda/tests/test_moran.py b/pysal/esda/tests/test_moran.py
index 858916b..2f0143a 100644
--- a/pysal/esda/tests/test_moran.py
+++ b/pysal/esda/tests/test_moran.py
@@ -1,8 +1,10 @@
 import unittest
 import pysal
-from pysal.esda import moran
+from .. import moran
+from ...common import pandas, RTOL, ATOL 
 import numpy as np
 
+PANDAS_EXTINCT = pandas is None
 
 class Moran_Tester(unittest.TestCase):
     def setUp(self):
@@ -12,7 +14,7 @@ class Moran_Tester(unittest.TestCase):
 
     def test_moran(self):
         mi = moran.Moran(self.y, self.w, two_tailed=False)
-        self.assertAlmostEquals(mi.I, 0.24365582621771659, 7)
+        np.testing.assert_allclose(mi.I,  0.24365582621771659, rtol=RTOL, atol=ATOL)
         self.assertAlmostEquals(mi.p_norm, 0.00013573931385468807)
 
     def test_sids(self):
@@ -20,9 +22,20 @@ class Moran_Tester(unittest.TestCase):
         f = pysal.open(pysal.examples.get_path("sids2.dbf"))
         SIDR = np.array(f.by_col("SIDR74"))
         mi = pysal.Moran(SIDR, w, two_tailed=False)
-        self.assertAlmostEquals(mi.I, 0.24772519320480135)
+        np.testing.assert_allclose(mi.I, 0.24772519320480135, atol=ATOL, rtol=RTOL)
         self.assertAlmostEquals(mi.p_norm,  5.7916539074498452e-05)
 
+    @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
+    def test_by_col(self):
+        import pysal.contrib.pdio as pdio
+        df = pdio.read_files(pysal.examples.get_path('sids2.dbf'))
+        w = pysal.open(pysal.examples.get_path("sids2.gal")).read()
+        mi = moran.Moran.by_col(df, ['SIDR74'], w=w, two_tailed=False)
+        sidr = np.unique(mi.SIDR74_moran.values)
+        pval = np.unique(mi.SIDR74_p_sim.values)
+        np.testing.assert_allclose(sidr, 0.24772519320480135, atol=ATOL, rtol=RTOL)
+        self.assertAlmostEquals(pval, 0.001)
+
 
 class Moran_Rate_Tester(unittest.TestCase):
     def setUp(self):
@@ -33,9 +46,20 @@ class Moran_Rate_Tester(unittest.TestCase):
 
     def test_moran_rate(self):
         mi = moran.Moran_Rate(self.e, self.b, self.w, two_tailed=False)
-        self.assertAlmostEquals(mi.I, 0.16622343552567395, 7)
+        np.testing.assert_allclose(mi.I, 0.16622343552567395, rtol=RTOL, atol=ATOL)
         self.assertAlmostEquals(mi.p_norm, 0.004191499504892171)
 
+    @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
+    def test_by_col(self):
+        import pysal.contrib.pdio as pdio
+        df = pdio.read_files(pysal.examples.get_path('sids2.dbf'))
+        mi = moran.Moran_Rate.by_col(df, ['SID79'], ['BIR79'], w=self.w, two_tailed=False)
+        sidr = np.unique(mi["SID79-BIR79_moran_rate"].values)
+        pval = np.unique(mi["SID79-BIR79_p_sim"].values)
+        np.testing.assert_allclose(sidr, 0.16622343552567395, rtol=RTOL, atol=ATOL)
+        self.assertAlmostEquals(pval, 0.009)
+
+
 
 class Moran_BV_matrix_Tester(unittest.TestCase):
     def setUp(self):
@@ -51,7 +75,6 @@ class Moran_BV_matrix_Tester(unittest.TestCase):
         self.assertAlmostEquals(res[(0, 1)].I, 0.19362610652874668)
         self.assertAlmostEquals(res[(3, 0)].I, 0.37701382542927858)
 
-
 class Moran_Local_Tester(unittest.TestCase):
     def setUp(self):
         np.random.seed(10)
@@ -65,6 +88,15 @@ class Moran_Local_Tester(unittest.TestCase):
         self.assertAlmostEquals(lm.z_sim[0], -0.68493799168603808)
         self.assertAlmostEquals(lm.p_z_sim[0],  0.24669152541631179)
 
+    @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
+    def test_by_col(self):
+        import pandas as pd
+        df = pd.DataFrame(self.y, columns =['z'])
+        lm = moran.Moran_Local.by_col(df, ['z'], w=self.w, transformation='r',
+                permutations=99, outvals=['z_sim', 'p_z_sim'])
+        self.assertAlmostEquals(lm.z_z_sim[0], -0.68493799168603808)
+        self.assertAlmostEquals(lm.z_p_z_sim[0],  0.24669152541631179)
+
 
 class Moran_Local_BV_Tester(unittest.TestCase):
     def setUp(self):
@@ -81,6 +113,21 @@ class Moran_Local_BV_Tester(unittest.TestCase):
         self.assertAlmostEquals(lm.z_sim[0],  1.5816540860500772)
         self.assertAlmostEquals(lm.p_z_sim[0], 0.056864279811026153)
 
+    @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
+    def test_by_col(self):
+        import pysal.contrib.pdio as pdio
+        df = pdio.read_files(pysal.examples.get_path('sids2.dbf'))
+        np.random.seed(12345)
+        moran.Moran_Local_BV.by_col(df, ['SIDR74', 'SIDR79'], w=self.w,
+                                    inplace=True, outvals=['z_sim', 'p_z_sim'],
+                                    transformation='r', permutations=99)
+        bvstats = df['SIDR79-SIDR74_moran_local_bv'].values
+        bvz = df['SIDR79-SIDR74_z_sim'].values
+        bvzp = df['SIDR79-SIDR74_p_z_sim'].values
+        self.assertAlmostEquals(bvstats[0], 1.4649221250620736)
+        self.assertAlmostEquals(bvz[0],  1.657427, 5)
+        self.assertAlmostEquals(bvzp[0], 0.048717, 5)
+
 
 class Moran_Local_Rate_Tester(unittest.TestCase):
     def setUp(self):
@@ -93,9 +140,20 @@ class Moran_Local_Rate_Tester(unittest.TestCase):
     def test_moran_rate(self):
         lm = moran.Moran_Local_Rate(self.e, self.b, self.w,
                                     transformation="r", permutations=99)
-        self.assertAlmostEquals(lm.z_sim[0], -0.13699844503985936)
+        self.assertAlmostEquals(lm.z_sim[0], -0.13699844503985936, 7)
         self.assertAlmostEquals(lm.p_z_sim[0], 0.44551601210081715)
 
+    @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
+    def test_by_col(self):
+        import pysal.contrib.pdio as pdio
+        df = pdio.read_files(pysal.examples.get_path('sids2.dbf'))
+        lm = moran.Moran_Local_Rate.by_col(df, ['SID79'], ['BIR79'], w=self.w,
+                                           outvals=['p_z_sim', 'z_sim'],
+                                           transformation='r', permutations=99)
+        self.assertAlmostEquals(lm['SID79-BIR79_z_sim'][0],  -0.13699844503985936, 7)
+        self.assertAlmostEquals(lm['SID79-BIR79_p_z_sim'][0], 0.44551601210081715)
+
+
 
 suite = unittest.TestSuite()
 test_classes = [Moran_Tester, Moran_Rate_Tester,
diff --git a/pysal/esda/tests/test_smoothing.py b/pysal/esda/tests/test_smoothing.py
index 6d8fbe3..85b4965 100644
--- a/pysal/esda/tests/test_smoothing.py
+++ b/pysal/esda/tests/test_smoothing.py
@@ -3,7 +3,11 @@ import pysal
 from pysal.esda import smoothing as sm
 from pysal import knnW_from_array
 import numpy as np
+from pysal.common import RTOL, ATOL
 
+from pysal.common import pandas
+
+PANDAS_EXTINCT = pandas is None
 
 class TestFlatten(unittest.TestCase):
     def setUp(self):
@@ -63,59 +67,197 @@ class TestSRate(unittest.TestCase):
         sids = pysal.open(pysal.examples.get_path('sids2.dbf'), 'r')
         self.w = pysal.open(pysal.examples.get_path('sids2.gal'), 'r').read()
         self.b, self.e = np.array(sids[:, 8]), np.array(sids[:, 9])
-        er = [0.453433, 0.000000, 0.775871, 0.973810, 3.133190]
-        eb = [0.0016973, 0.0017054, 0.0017731, 0.0020129, 0.0035349]
-        sr = [0.0009922, 0.0012639, 0.0009740, 0.0007605, 0.0050154]
-        smr = [0.00083622, 0.00109402, 0.00081567, 0.0, 0.0048209]
-        smr_w = [0.00127146, 0.00127146, 0.0008433, 0.0, 0.0049889]
-        smr2 = [0.00091659, 0.00087641, 0.00091073, 0.0, 0.00467633]
-        self.er = [round(i, 5) for i in er]
-        self.eb = [round(i, 7) for i in eb]
-        self.sr = [round(i, 7) for i in sr]
-        self.smr = [round(i, 7) for i in smr]
-        self.smr_w = [round(i, 7) for i in smr_w]
-        self.smr2 = [round(i, 7) for i in smr2]
+        self.er = [0.453433, 0.000000, 0.775871, 0.973810, 3.133190]
+        self.eb = [0.0016973, 0.0017054, 0.0017731, 0.0020129, 0.0035349]
+        self.sr = [0.0009922, 0.0012639, 0.0009740, 0.0007605, 0.0050154]
+        self.smr = [0.00083622, 0.00109402, 0.00081567, 0.0, 0.0048209]
+        self.smr_w = [0.00127146, 0.00127146, 0.0008433, 0.0, 0.0049889]
+        self.smr2 = [0.00091659, 0.00087641, 0.00091073, 0.0, 0.00467633]
+        self.s_ebr10 = np.array([4.01485749e-05, 3.62437513e-05,
+                            4.93034844e-05, 5.09387329e-05, 3.72735210e-05,
+                            3.69333797e-05, 5.40245456e-05, 2.99806055e-05,
+                            3.73034109e-05, 3.47270722e-05]).reshape(-1,1)
+        
+        self.stl = pysal.open(pysal.examples.get_path('stl_hom.csv'), 'r')
+        self.stl_e, self.stl_b = np.array(self.stl[:, 10]), np.array(self.stl[:, 13])
+        self.stl_w = pysal.open(pysal.examples.get_path('stl.gal'), 'r').read()
+        if not self.stl_w.id_order_set:
+            self.stl_w.id_order = range(1, len(self.stl) + 1)
+        
+        if not PANDAS_EXTINCT:
+            self.df = pysal.open(pysal.examples.get_path('sids2.dbf')).to_df()
+            self.ename = 'SID74'
+            self.bname = 'BIR74'
+            self.stl_df = pysal.open(pysal.examples.get_path('stl_hom.csv')).to_df()
+            self.stl_ename = 'HC7984'
+            self.stl_bname = 'PO7984'
 
     def test_Excess_Risk(self):
         out_er = sm.Excess_Risk(self.e, self.b).r
-        out_er = [round(i, 5) for i in out_er[:5]]
-        self.assertEquals(out_er, self.er)
+        np.testing.assert_allclose(out_er[:5].flatten(), self.er, 
+                                   rtol=RTOL, atol=ATOL)
+    
+    @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
+    def test_Excess_Risk_tabular(self):
+        out_er = sm.Excess_Risk(self.df[self.ename], self.df[self.bname]).r
+        np.testing.assert_allclose(out_er[:5].flatten(), self.er, 
+                                   rtol=RTOL, atol=ATOL)
+        self.assertIsInstance(out_er, np.ndarray)
+        out_er = sm.Excess_Risk.by_col(self.df, self.ename, self.bname)
+        outcol = '{}-{}_excess_risk'.format(self.ename, self.bname)
+        outcol = out_er[outcol]
+        np.testing.assert_allclose(outcol[:5], self.er, 
+                                   rtol=RTOL, atol=ATOL)
+        self.assertIsInstance(outcol.values, np.ndarray)
 
     def test_Empirical_Bayes(self):
         out_eb = sm.Empirical_Bayes(self.e, self.b).r
-        out_eb = [round(i, 7) for i in out_eb[:5]]
-        self.assertEquals(out_eb, self.eb)
+        np.testing.assert_allclose(out_eb[:5].flatten(), self.eb, 
+                                   rtol=RTOL, atol=ATOL)
+
+    @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
+    def test_Empirical_Bayes_tabular(self):
+        out_eb = sm.Empirical_Bayes(self.df[self.ename], self.df[self.bname]).r
+        np.testing.assert_allclose(out_eb[:5].flatten(), self.eb, 
+                                   rtol=RTOL, atol=ATOL)
+        self.assertIsInstance(out_eb, np.ndarray)
+
+        out_eb = sm.Empirical_Bayes.by_col(self.df, self.ename, self.bname)
+        outcol = '{}-{}_empirical_bayes'.format(self.ename, self.bname)
+        outcol = out_eb[outcol]
+        np.testing.assert_allclose(outcol[:5], self.eb, 
+                                   rtol=RTOL, atol=ATOL)
+        self.assertIsInstance(outcol.values, np.ndarray)
 
     def test_Spatial_Empirical_Bayes(self):
-        stl = pysal.open(pysal.examples.get_path('stl_hom.csv'), 'r')
-        stl_e, stl_b = np.array(stl[:, 10]), np.array(stl[:, 13])
-        stl_w = pysal.open(pysal.examples.get_path('stl.gal'), 'r').read()
-        if not stl_w.id_order_set:
-            stl_w.id_order = range(1, len(stl) + 1)
-        s_eb = sm.Spatial_Empirical_Bayes(stl_e, stl_b, stl_w)
-        s_ebr10 = np.array([4.01485749e-05, 3.62437513e-05,
-                            4.93034844e-05, 5.09387329e-05, 3.72735210e-05,
-                            3.69333797e-05, 5.40245456e-05, 2.99806055e-05,
-                            3.73034109e-05, 3.47270722e-05])
-        np.testing.assert_array_almost_equal(s_ebr10, s_eb.r[:10])
+        s_eb = sm.Spatial_Empirical_Bayes(self.stl_e, self.stl_b, self.stl_w)
+        np.testing.assert_allclose(self.s_ebr10, s_eb.r[:10], 
+                                   rtol=RTOL, atol=ATOL)
+
+    @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
+    def test_Spatial_Empirical_Bayes_tabular(self):
+        s_eb = sm.Spatial_Empirical_Bayes(self.stl_df[self.stl_ename],
+                                          self.stl_df[self.stl_bname],
+                                          self.stl_w).r
+        self.assertIsInstance(s_eb, np.ndarray)
+        np.testing.assert_allclose(self.s_ebr10, s_eb[:10])
+
+        s_eb = sm.Spatial_Empirical_Bayes.by_col(self.stl_df, 
+                                                 self.stl_ename,
+                                                 self.stl_bname,
+                                                 self.stl_w)
+        outcol = '{}-{}_spatial_empirical_bayes'.format(self.stl_ename, self.stl_bname)
+        r = s_eb[outcol].values
+        self.assertIsInstance(r, np.ndarray)
+        np.testing.assert_allclose(self.s_ebr10, r[:10].reshape(-1,1))
 
     def test_Spatial_Rate(self):
         out_sr = sm.Spatial_Rate(self.e, self.b, self.w).r
-        out_sr = [round(i, 7) for i in out_sr[:5]]
-        self.assertEquals(out_sr, self.sr)
+        np.testing.assert_allclose(out_sr[:5].flatten(), self.sr, 
+                                   rtol=RTOL, atol=ATOL)
+
+    @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
+    def test_Spatial_Rate_tabular(self):
+        out_sr = sm.Spatial_Rate(self.df[self.ename], self.df[self.bname], self.w).r
+        np.testing.assert_allclose(out_sr[:5].flatten(), self.sr, 
+                                   rtol=RTOL, atol=ATOL)
+        self.assertIsInstance(out_sr, np.ndarray)
+
+        out_sr = sm.Spatial_Rate.by_col(self.df, self.ename, self.bname,w=self.w)
+        outcol = '{}-{}_spatial_rate'.format(self.ename, self.bname)
+        r = out_sr[outcol].values
+        self.assertIsInstance(r, np.ndarray)
+        np.testing.assert_allclose(r[:5], self.sr, rtol=RTOL, atol=ATOL)
 
     def test_Spatial_Median_Rate(self):
         out_smr = sm.Spatial_Median_Rate(self.e, self.b, self.w).r
         out_smr_w = sm.Spatial_Median_Rate(self.e, self.b, self.w, aw=self.b).r
-        out_smr2 = sm.Spatial_Median_Rate(
-            self.e, self.b, self.w, iteration=2).r
-        out_smr = [round(i, 7) for i in out_smr[:5]]
-        out_smr_w = [round(i, 7) for i in out_smr_w[:5]]
-        out_smr2 = [round(i, 7) for i in out_smr2[:5]]
-        self.assertEquals(out_smr, self.smr)
-        self.assertEquals(out_smr_w, self.smr_w)
-        self.assertEquals(out_smr2, self.smr2)
-
+        out_smr2 = sm.Spatial_Median_Rate(self.e, self.b, self.w, iteration=2).r
+        np.testing.assert_allclose(out_smr[:5].flatten(), self.smr, 
+                                   atol=ATOL, rtol=RTOL)
+        np.testing.assert_allclose(out_smr_w[:5].flatten(), self.smr_w,
+                                   atol=ATOL, rtol=RTOL)
+        np.testing.assert_allclose(out_smr2[:5].flatten(), self.smr2,
+                                   atol=ATOL, rtol=RTOL)
+
+    @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
+    def test_Spatial_Median_Rate_tabular(self):
+        out_smr = sm.Spatial_Median_Rate(self.df[self.ename],
+                                         self.df[self.bname],
+                                         self.w).r
+        out_smr_w = sm.Spatial_Median_Rate(self.df[self.ename],
+                                           self.df[self.bname],
+                                           self.w, 
+                                           aw = self.df[self.bname]).r
+        out_smr2 = sm.Spatial_Median_Rate(self.df[self.ename], 
+                                          self.df[self.bname],
+                                          self.w,
+                                          iteration=2).r
+        
+        self.assertIsInstance(out_smr, np.ndarray)
+        self.assertIsInstance(out_smr_w, np.ndarray)
+        self.assertIsInstance(out_smr2, np.ndarray)
+
+        np.testing.assert_allclose(out_smr[:5].flatten(), self.smr, 
+                                   atol=ATOL, rtol=RTOL)
+        np.testing.assert_allclose(out_smr_w[:5].flatten(), self.smr_w,
+                                   atol=ATOL, rtol=RTOL)
+        np.testing.assert_allclose(out_smr2[:5].flatten(), self.smr2,
+                                   atol=ATOL, rtol=RTOL)
+        
+        out_smr = sm.Spatial_Median_Rate.by_col(self.df, self.ename,
+                                                self.bname, self.w)
+        out_smr_w = sm.Spatial_Median_Rate.by_col(self.df, self.ename, 
+                                                  self.bname, self.w, 
+                                                  aw = self.df[self.bname])
+        out_smr2 = sm.Spatial_Median_Rate.by_col(self.df, self.ename, 
+                                                 self.bname, self.w,
+                                                 iteration=2)
+        outcol = '{}-{}_spatial_median_rate'.format(self.ename, self.bname)
+
+        np.testing.assert_allclose(out_smr[outcol].values[:5], self.smr, 
+                                   rtol=RTOL, atol=ATOL)
+        np.testing.assert_allclose(out_smr_w[outcol].values[:5], self.smr_w,
+                                   rtol=RTOL, atol=ATOL)
+        np.testing.assert_allclose(out_smr2[outcol].values[:5], self.smr2,
+                                   rtol=RTOL, atol=ATOL)
+
+        @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
+        def test_Spatial_Smoother_multicol(self):
+            """
+            test that specifying multiple columns works correctly. Since the
+            function is shared over all spatial smoothers, we can only test one.
+            """
+            enames = [self.ename, 'SID79']
+            bnames = [self.bname, 'BIR79']
+            out_df = sm.Spatial_Median_Rate.by_col(self.df, enames, bnames, self.w)
+            outcols = ['{}-{}_spatial_median_rate'.format(e,b) 
+                       for e,b in zip(enames, bnames)]
+            smr79 = np.array([0.00122129, 0.00176924, 0.00176924,
+                              0.00240964, 0.00272035])
+            answers = [self.smr, smr79]
+            for col, answer in zip(outcols, answer):
+                self.assertIn(out_df.columns, col)
+                np.testing.assert_allclose(out_df[col].values[:5], answer, 
+                                           rtol=RTOL, atol=ATOL)
+
+        @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
+        def test_Smoother_multicol(self):
+            """
+            test that non-spatial smoothers work with multicolumn queries
+            """
+            enames = [self.ename, 'SID79']
+            bnames = [self.bname, 'BIR79']
+            out_df = sm.Excess_Risk.by_col(self.df, enames, bnames)
+            outcols = ['{}-{}_excess_risk'.format(e,b) 
+                       for e,b in zip(enames, bnames)]
+            er79 = np.array([0.000000, 2.796607, 0.8383863,
+                              1.217479, 0.943811])
+            answers = [self.er, er79]
+            for col, answer in zip(outcols, answer):
+                self.assertIn(out_df.columns, col)
+                np.testing.assert_allclose(out_df[col].values[:5], answer, 
+                                           rtol=RTOL, atol=ATOL)
 
 class TestHB(unittest.TestCase):
     def setUp(self):
@@ -127,6 +269,20 @@ class TestHB(unittest.TestCase):
             self.w.id_order = self.w.id_order
         sids_db = pysal.open(pysal.examples.get_path('sids2.dbf'), 'r')
         self.b, self.e = np.array(sids_db[:, 8]), np.array(sids_db[:, 9])
+        self.sids_hb_rr5 = np.array([0.00075586, 0.,
+                                     0.0008285, 0.0018315, 0.00498891])
+        self.sids_hb_r2r5 = np.array([0.0008285, 0.00084331,
+                                      0.00086896, 0.0018315, 0.00498891])
+        self.sids_hb_r3r5 = np.array([0.00091659, 0.,
+                                      0.00156838, 0.0018315, 0.00498891])
+        if not PANDAS_EXTINCT:
+            self.df = sids_db.to_df()
+            self.ename = 'SID74'
+            self.bname = 'BIR74'
+            self.enames = [self.ename, 'SID79']
+            self.bnames = [self.bname, 'BIR79']
+            self.sids79r = np.array([.000563, .001659, .001879, 
+                                     .002410, .002720])
 
     def test_Headbanging_Triples(self):
         ht = sm.Headbanging_Triples(self.d, self.w)
@@ -140,26 +296,46 @@ class TestHB(unittest.TestCase):
             self.assertTrue(i is not None)
 
     def test_Headbanging_Median_Rate(self):
-        sids_d = np.array([i.centroid for i in self.sids])
-        sids_w = pysal.knnW_from_array(sids_d, k=5)
-        if not sids_w.id_order_set:
-            sids_w.id_order = sids_w.id_order
-        s_ht = sm.Headbanging_Triples(sids_d, sids_w, k=5)
-        sids_db = pysal.open(pysal.examples.get_path('sids2.dbf'), 'r')
-        s_e, s_b = np.array(sids_db[:, 9]), np.array(sids_db[:, 8])
-        sids_hb_r = sm.Headbanging_Median_Rate(s_e, s_b, s_ht)
-        sids_hb_rr5 = np.array([0.00075586, 0.,
-                                0.0008285, 0.0018315, 0.00498891])
-        np.testing.assert_array_almost_equal(sids_hb_rr5, sids_hb_r.r[:5])
-        sids_hb_r2 = sm.Headbanging_Median_Rate(s_e, s_b, s_ht, iteration=5)
-        sids_hb_r2r5 = np.array([0.0008285, 0.00084331,
-                                 0.00086896, 0.0018315, 0.00498891])
-        np.testing.assert_array_almost_equal(sids_hb_r2r5, sids_hb_r2.r[:5])
-        sids_hb_r3 = sm.Headbanging_Median_Rate(s_e, s_b, s_ht, aw=s_b)
-        sids_hb_r3r5 = np.array([0.00091659, 0.,
-                                 0.00156838, 0.0018315, 0.00498891])
-        np.testing.assert_array_almost_equal(sids_hb_r3r5, sids_hb_r3.r[:5])
-
+        s_ht = sm.Headbanging_Triples(self.d, self.w, k=5)
+        sids_hb_r = sm.Headbanging_Median_Rate(self.e, self.b, s_ht)
+        np.testing.assert_array_almost_equal(self.sids_hb_rr5, sids_hb_r.r[:5])
+        sids_hb_r2 = sm.Headbanging_Median_Rate(self.e, self.b, s_ht, iteration=5)
+        np.testing.assert_array_almost_equal(self.sids_hb_r2r5, sids_hb_r2.r[:5])
+        sids_hb_r3 = sm.Headbanging_Median_Rate(self.e, self.b, s_ht, aw=self.b)
+        np.testing.assert_array_almost_equal(self.sids_hb_r3r5, sids_hb_r3.r[:5])
+    
+    @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
+    def test_Headbanging_Median_Rate_tabular(self):
+
+        # test that dataframe columns are treated correctly
+        s_ht = sm.Headbanging_Triples(self.d, self.w, k=5)
+        sids_hb_r = sm.Headbanging_Median_Rate(self.df[self.ename], 
+                                               self.df[self.bname], s_ht)
+        self.assertIsInstance(sids_hb_r.r, np.ndarray)
+        np.testing.assert_array_almost_equal(self.sids_hb_rr5, sids_hb_r.r[:5])
+        
+        sids_hb_r2 = sm.Headbanging_Median_Rate(self.df[self.ename], 
+                                                self.df[self.bname], s_ht,
+                                                iteration=5)
+        self.assertIsInstance(sids_hb_r2.r, np.ndarray)
+        np.testing.assert_array_almost_equal(self.sids_hb_r2r5, sids_hb_r2.r[:5])
+
+        sids_hb_r3 = sm.Headbanging_Median_Rate(self.df[self.ename], 
+                                                self.df[self.bname], s_ht, 
+                                                aw=self.df[self.bname])
+        self.assertIsInstance(sids_hb_r3.r, np.ndarray)
+        np.testing.assert_array_almost_equal(self.sids_hb_r3r5, sids_hb_r3.r[:5])
+        
+        #test that the by col on multiple names works correctly
+        sids_hr_df = sm.Headbanging_Median_Rate.by_col(self.df, self.enames,
+                                                       self.bnames, w=self.w)
+        outcols = ['{}-{}_headbanging_median_rate'.format(e,b) for e,b in
+                   zip(self.enames, self.bnames)]
+        for col, answer in zip(outcols, [self.sids_hb_rr5, self.sids79r]):
+            this_col = sids_hr_df[col].values
+            self.assertIsInstance(this_col, np.ndarray)
+            np.testing.assert_allclose(sids_hr_df[col][:5], answer, 
+                                       rtol=RTOL, atol=ATOL*10)
 
 class TestKernel_AgeAdj_SM(unittest.TestCase):
     def setUp(self):
@@ -171,36 +347,115 @@ class TestKernel_AgeAdj_SM(unittest.TestCase):
         self.points = [(
             10, 10), (20, 10), (40, 10), (15, 20), (30, 20), (30, 30)]
         self.kw = pysal.weights.Kernel(self.points)
+        self.points1 = np.array(self.points) + 5
+        self.points1 = np.vstack((self.points1, self.points))
+        self.kw1 = pysal.weights.Kernel(self.points1)
         if not self.kw.id_order_set:
             self.kw.id_order = range(0, len(self.points))
-
+        if not PANDAS_EXTINCT:
+            import pandas as pd
+            dfa = np.array([self.e, self.b]).T
+            dfb = np.array([self.e1, self.b1, self.s]).T
+            self.dfa = pd.DataFrame(dfa, columns=['e','b'])
+            self.dfb = pd.DataFrame(dfb, columns=['e', 'b', 's'])
+
+        #answers
+        self.kernel_exp = [0.10543301, 0.0858573, 0.08256196, 0.09884584,
+                           0.04756872, 0.04845298]
+        self.ageadj_exp = [0.10519625, 0.08494318, 0.06440072, 0.06898604,
+                           0.06952076, 0.05020968]
+        self.disk_exp = [0.12222222000000001, 0.10833333, 0.08055556,
+                         0.08944444, 0.09944444, 0.09351852]
+        self.sf_exp = np.array([ 0.111111,  0.111111,  0.085106,  0.076923])
+    
     def test_Kernel_Smoother(self):
         kr = sm.Kernel_Smoother(self.e, self.b, self.kw)
-        exp = [0.10543301, 0.0858573, 0.08256196, 0.09884584,
-               0.04756872, 0.04845298]
-        self.assertEquals(list(kr.r.round(8)), exp)
+        np.testing.assert_allclose(kr.r.flatten(), self.kernel_exp)
+    
+    @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
+    def test_Kernel_Smoother_tabular(self):
+        dfa, dfb = self.dfa, self.dfb
+        kr = sm.Kernel_Smoother(dfa['e'], dfa['b'], self.kw)
+        np.testing.assert_allclose(kr.r.flatten(), kernel_exp)
+
+        kr = sm.Kernel_Smoother.by_col(dfa, 'e', 'b', w=self.kw)
+        colname = 'e_b_kernel_smoother'
+        np.testing.assert_allclose(kr[colname].values, kernel_exp)
+        
+        kr = sm.Kernel_Smoother.by_col(dfb, ['e', 's'], 'b', w=self.kw)
+        outcols = ['{}-b_kernel_smoother'.format(l) for l in ['e','s']]
+        
+        exp_eb = np.array([ 0.08276363,  0.08096262,  0.03636364,  0.0704302 ,
+                            0.07996067,  0.1287226 ,  0.09831286,  0.0952105 ,
+                            0.02857143,  0.06671039,  0.07129231,  0.08078792])
+        exp_sb = np.array([ 1.00575463,  0.99597005,  0.96363636,  0.99440132,
+                            0.98468399,  1.07912333,  1.03376267,  1.02759815,
+                            0.95428572,  0.99716186,  0.98277235,  1.03906155])
+        for name, answer in zip(outcols, [exp_eb, exp_sb]):
+            np.testing.assert_allclose(kr[name].values, answer, rtol=RTOL, atol=ATOL)
 
     def test_Age_Adjusted_Smoother(self):
         ar = sm.Age_Adjusted_Smoother(self.e1, self.b1, self.kw, self.s)
-        exp = [0.10519625, 0.08494318, 0.06440072, 0.06898604,
-               0.06952076, 0.05020968]
-        self.assertEquals(list(ar.r.round(8)), exp)
+        np.testing.assert_allclose(ar.r, self.ageadj_exp)
+    
+    @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
+    def test_Age_Adjusted_Smoother_tabular(self):
+        dfb = self.dfb
+        kr = sm.Age_Adjusted_Smoother(dfb.e, dfb.b, s=dfb.s, w=self.kw)
+        self.assertIsInstance(kr.r, np.ndarray)
+        np.testing.assert_allclose(kr.r, self.ageadj_exp)
+
+        kr = sm.Age_Adjusted_Smoother.by_col(dfb, 'e', 'b', w=self.kw, s='s')
+        answer = np.array([ 0.10519625, 0.08494318, 0.06440072, 
+                         0.06898604, 0.06952076, 0.05020968])
+        colname = 'e-b_age_adjusted_smoother' 
+        np.testing.assert_allclose(kr[colname].values, answer, rtol=RTOL, atol=ATOL)
 
     def test_Disk_Smoother(self):
         self.kw.transform = 'b'
-        exp = [0.12222222000000001, 0.10833333, 0.08055556,
-               0.08944444, 0.09944444, 0.09351852]
         disk = sm.Disk_Smoother(self.e, self.b, self.kw)
-        self.assertEqual(list(disk.r.round(8)), exp)
+        np.testing.assert_allclose(disk.r.flatten(), self.disk_exp)
+    
+    @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
+    def test_Disk_Smoother_tabular(self):
+        self.kw.transform = 'b'
+        dfa = self.dfa
+        disk = sm.Disk_Smoother(dfa.e, dfa.b, self.kw).r
+        np.testing.assert_allclose(disk.flatten(), self.disk_exp)
+
+        disk = sm.Disk_Smoother.by_col(dfa, 'e', 'b', self.kw)
+        col = 'e-b_disk_smoother'
+        np.testing.assert_allclose(disk[col].values, self.disk_exp, 
+                                   rtol=RTOL, atol=ATOL)
 
     def test_Spatial_Filtering(self):
         points = np.array(self.points)
         bbox = [[0, 0], [45, 45]]
         sf = sm.Spatial_Filtering(bbox, points, self.e, self.b, 2, 2, r=30)
-        exp = [0.11111111, 0.11111111, 0.20000000000000001, 0.085106379999999995,
-               0.076923080000000005, 0.05789474, 0.052173909999999997, 0.066666669999999997, 0.04117647]
-        self.assertEqual(list(sf.r.round(8)), exp)
-
+        np.testing.assert_allclose(sf.r, self.sf_exp, rtol=RTOL, atol=ATOL)
+    
+    @unittest.skipIf(PANDAS_EXTINCT, 'missing pandas')
+    def test_Kernel_Smoother_tabular(self):
+        point_array = np.array(self.points)
+        bbox = [[0,0] , [45,45]]
+        dfa = self.dfa
+        sf = sm.Spatial_Filtering(bbox, point_array, dfa.e, dfa.b, 2, 2, r=30)
+
+        np.testing.assert_allclose(sf.r, self.sf_exp, rtol=RTOL, atol=ATOL)
+
+        dfa['geometry'] = self.points
+        sf = sm.Spatial_Filtering.by_col(dfa, 'e', 'b', 3, 3, r=30)
+        r_answer = np.array([ 0.07692308,  0.07213115,  0.07213115,  0.07692308,
+                              0.07692308,  0.07692308,  0.07692308,  0.07692308,
+                              0.07692308])
+        x_answer = np.array([10.0, 10.0, 10.0, 20.0, 20.0, 20.0, 30.0, 30.0, 30.0])
+        y_answer = np.array([10.000000, 16.666667, 23.333333, 
+                             10.000000, 16.666667, 23.333333, 
+                             10.000000, 16.666667, 23.333333])
+        columns = ['e-b_spatial_filtering_{}'.format(name) for name in ['X', 'Y', 'R']]
+        
+        for col, answer in zip(columns, [x_answer, y_answer, r_answer]):
+            np.testing.assert_allclose(sf[col].values, answer, rtol=RTOL, atol=ATOL)
 
 class TestUtils(unittest.TestCase):
     def test_sum_by_n(self):
diff --git a/pysal/examples/Polygon_Holes/Polygon_Holes.cpg b/pysal/examples/Polygon_Holes/Polygon_Holes.cpg
new file mode 100644
index 0000000..3ad133c
--- /dev/null
+++ b/pysal/examples/Polygon_Holes/Polygon_Holes.cpg
@@ -0,0 +1 @@
+UTF-8
\ No newline at end of file
diff --git a/pysal/examples/Polygon_Holes/Polygon_Holes.dbf b/pysal/examples/Polygon_Holes/Polygon_Holes.dbf
new file mode 100644
index 0000000..2f3f1c7
Binary files /dev/null and b/pysal/examples/Polygon_Holes/Polygon_Holes.dbf differ
diff --git a/pysal/examples/Polygon_Holes/Polygon_Holes.prj b/pysal/examples/Polygon_Holes/Polygon_Holes.prj
new file mode 100644
index 0000000..a30c00a
--- /dev/null
+++ b/pysal/examples/Polygon_Holes/Polygon_Holes.prj
@@ -0,0 +1 @@
+GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]
\ No newline at end of file
diff --git a/pysal/examples/Polygon_Holes/Polygon_Holes.qpj b/pysal/examples/Polygon_Holes/Polygon_Holes.qpj
new file mode 100644
index 0000000..5fbc831
--- /dev/null
+++ b/pysal/examples/Polygon_Holes/Polygon_Holes.qpj
@@ -0,0 +1 @@
+GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]]
diff --git a/pysal/examples/Polygon_Holes/Polygon_Holes.shp b/pysal/examples/Polygon_Holes/Polygon_Holes.shp
new file mode 100644
index 0000000..e11e281
Binary files /dev/null and b/pysal/examples/Polygon_Holes/Polygon_Holes.shp differ
diff --git a/pysal/examples/Polygon_Holes/Polygon_Holes.shx b/pysal/examples/Polygon_Holes/Polygon_Holes.shx
new file mode 100644
index 0000000..98824b8
Binary files /dev/null and b/pysal/examples/Polygon_Holes/Polygon_Holes.shx differ
diff --git a/pysal/examples/nyc_bikes/nyc_bikes_ct.csv b/pysal/examples/nyc_bikes/nyc_bikes_ct.csv
new file mode 100644
index 0000000..f326556
--- /dev/null
+++ b/pysal/examples/nyc_bikes/nyc_bikes_ct.csv
@@ -0,0 +1,14043 @@
+,index,count,d_cap,d_tract,distance,end station latitude,end station longitude,o_cap,o_tract,start station latitude,start station longitude,tripduration,o_pop,d_pop,o_housing,d_housing,tract_x,o_sq_foot,tract_y,d_sq_foot,tract,diffs_out,start,end,weighted,total_out,total_in,o_hub,d_hub,od_hub,SX,SY,EX,EY
+0,0,5709,255.0,000600,,40.7128987867,-73.9898646367,162.0,000202,40.71318002,-73.9818904933,474.173605013,8012,11558,3598,4083,000202,37878157.9781,000600,59149181.7526,000600,28553756.0,000202,000600,0.0,56352,69165,hub,hub,hub,585995.353038,4507416.50937,585322.159723,4507377.5136
+1,1,4010,595.0,000600,,40.7128987867,-73.9898646367,774.0,000700,40.70581148,-74.0081572071,765.920864463,7722,11558,5201,4083,000700,476954959.734,000600,59149181.7526,000600,28553756.0,000700,000600,0.0,160040,69165,hub,hub,hub,583785.918305,4506573.16797,585322.159723,4507377.5136
+2,2,1906,170.0,000600,,40.7128987867,-73.9898646367,141.0,000800,40.712414475,-73.993471545,395.842085258,10365,11558,4150,4083,000800,46479755.076,000600,59149181.7526,000600,28553756.0,000800,000600,0.0,34254,69165,hub,hub,non_hub,585018.109713,4507320.25418,585322.159723,4507377.5136
+3,3,1192,255.0,000600,,40.7128987867,-73.9898646367,291.0,000900,40.7024745833,-74.01224785,882.062411975,1140,11558,939,4083,000900,404341803.896,000600,59149181.7526,000600,28553756.0,000900,000600,0.0,46446,69165,hub,hub,non_hub,583444.520998,4506198.85784,585322.159723,4507377.5136
+4,4,484,85.0,000600,,40.7128987867,-73.9898646367,57.0,001002,40.71782143,-73.97628939,767.28495098,6439,11558,2346,4083,001002,22763374.2099,000600,59149181.7526,000600,28553756.0,001002,000600,0.0,15916,69165,hub,hub,non_hub,586462.45635,4507937.23607,585322.159723,4507377.5136
+5,5,1098,170.0,000600,,40.7128987867,-73.9898646367,138.0,001200,40.717364275,-73.982955325,664.901414077,3547,11558,1857,4083,001200,23518220.7411,000600,59149181.7526,000600,28553756.0,001200,000600,0.0,36493,69165,hub,hub,non_hub,585900.031125,4507879.94738,585322.159723,4507377.5136
+6,6,395,85.0,000600,,40.7128987867,-73.9898646367,108.0,001300,40.70463334,-74.01361706,932.706217007,3776,11558,3028,4083,001300,286606455.687,000600,59149181.7526,000600,28553756.0,001300,000600,0.0,27671,69165,hub,hub,non_hub,583326.158808,4506437.19368,585322.159723,4507377.5136
+7,7,1650,85.0,000600,,40.7128987867,-73.9898646367,84.0,001401,40.71559509,-73.9870295,328.814105953,3289,11558,1708,4083,001401,20168722.3199,000600,59149181.7526,000600,28553756.0,001401,000600,0.0,26885,69165,hub,hub,non_hub,585558.18429,4507679.57909,585322.159723,4507377.5136
+8,8,724,170.0,000600,,40.7128987867,-73.9898646367,201.0,001501,40.70966832,-74.003597135,658.717531438,5581,11558,3450,4083,001501,172466366.322,000600,59149181.7526,000600,28553756.0,001501,000600,0.0,27425,69165,hub,hub,non_hub,584166.279828,4507005.66129,585322.159723,4507377.5136
+9,9,1427,255.0,000600,,40.7128987867,-73.9898646367,369.0,001502,40.7088053467,-74.00635276,726.527217349,7095,11558,3459,4083,001502,221282059.103,000600,59149181.7526,000600,28553756.0,001502,000600,0.0,82052,69165,hub,hub,non_hub,583934.59195,4506907.22889,585322.159723,4507377.5136
+10,10,5580,255.0,000600,,40.7128987867,-73.9898646367,321.0,001600,40.7153350167,-73.9943926833,355.764431146,8236,11558,3242,4083,001600,76565505.7581,000600,59149181.7526,000600,28553756.0,001600,000600,0.0,82798,69165,hub,hub,hub,584936.591099,4507643.5622,585322.159723,4507377.5136
+11,11,3416,340.0,000600,,40.7128987867,-73.9898646367,462.0,001800,40.7193657075,-73.9906468425,471.982939632,8063,11558,3489,4083,001800,60554858.5127,000600,59149181.7526,000600,28553756.0,001800,000600,0.0,133306,69165,hub,hub,hub,585247.838585,4508094.62497,585322.159723,4507377.5136
+12,12,610,170.0,000600,,40.7128987867,-73.9898646367,138.0,002000,40.721554605,-73.977309405,757.464653108,4795,11558,1899,4083,002000,17907673.5628,000600,59149181.7526,000600,28553756.0,002000,000600,0.0,31656,69165,hub,hub,non_hub,586371.478696,4508350.63994,585322.159723,4507377.5136
+13,13,1517,340.0,000600,,40.7128987867,-73.9898646367,306.0,002100,40.71451321,-74.0108850975,839.570130492,6111,11558,3038,4083,002100,273869828.705,000600,59149181.7526,000600,28553756.0,002100,000600,0.0,151037,69165,hub,hub,non_hub,583544.598931,4507536.51732,585322.159723,4507377.5136
+14,14,1346,170.0,000600,,40.7128987867,-73.9898646367,132.0,002201,40.71833027,-73.980972895,473.062452903,6762,11558,3030,4083,002201,37585954.9949,000600,59149181.7526,000600,28553756.0,002201,000600,0.0,26391,69165,hub,hub,non_hub,586066.226443,4507989.12022,585322.159723,4507377.5136
+15,15,577,85.0,000600,,40.7128987867,-73.9898646367,93.0,002202,40.7208736,-73.98085795,702.89075959,2256,11558,1045,4083,002202,13179093.8977,000600,59149181.7526,000600,28553756.0,002202,000600,0.0,23935,69165,hub,hub,non_hub,586072.658368,4508271.55961,585322.159723,4507377.5136
+16,16,569,170.0,000600,,40.7128987867,-73.9898646367,144.0,002400,40.724744875,-73.974986535,964.131845145,5775,11558,2175,4083,002400,17986635.5592,000600,59149181.7526,000600,28553756.0,002400,000600,0.0,17965,69165,hub,hub,non_hub,586563.526382,4508707.06897,585322.159723,4507377.5136
+17,17,1245,170.0,000600,,40.7128987867,-73.9898646367,186.0,002500,40.7111743,-73.99849582,459.796044165,5061,11558,1917,4083,002500,22428407.6271,000600,59149181.7526,000600,28553756.0,002500,000600,0.0,28216,69165,hub,hub,non_hub,584595.28909,4507177.73549,585322.159723,4507377.5136
+18,18,192,85.0,000600,,40.7128987867,-73.9898646367,93.0,002601,40.72299208,-73.97995466,846.052380952,3774,11558,1593,4083,002601,22248722.3098,000600,59149181.7526,000600,28553756.0,002601,000600,0.0,22144,69165,hub,hub,non_hub,586146.216204,4508507.61099,585322.159723,4507377.5136
+19,19,1017,85.0,000600,,40.7128987867,-73.9898646367,81.0,002700,40.71307916,-73.99851193,388.5732031,1191,11558,655,4083,002700,11349914.9514,000600,59149181.7526,000600,28553756.0,002700,000600,0.0,20570,69165,hub,hub,non_hub,584591.517275,4507389.17181,585322.159723,4507377.5136
+20,20,361,85.0,000600,,40.7128987867,-73.9898646367,96.0,002800,40.72521311,-73.97768752,777.426490714,7302,11558,3341,4083,002800,47641507.3146,000600,59149181.7526,000600,28553756.0,002800,000600,0.0,36744,69165,hub,hub,non_hub,586334.816403,4508756.38709,585322.159723,4507377.5136
+21,21,1145,85.0,000600,,40.7128987867,-73.9898646367,129.0,002900,40.71602118,-73.99974372,482.194183012,5855,11558,2420,4083,002900,200965547.24,000600,59149181.7526,000600,28553756.0,002900,000600,0.0,31936,69165,hub,hub,non_hub,584483.752153,4507714.56961,585322.159723,4507377.5136
+22,22,719,85.0,000600,,40.7128987867,-73.9898646367,105.0,003001,40.72066442,-73.98517977,491.062612996,4301,11558,2553,4083,003001,34302720.7166,000600,59149181.7526,000600,28553756.0,003001,000600,0.0,41223,69165,hub,hub,non_hub,585707.91731,4508244.11218,585322.159723,4507377.5136
+23,23,497,85.0,000600,,40.7128987867,-73.9898646367,111.0,003002,40.72217444,-73.98368779,656.359079895,3031,11558,1885,4083,003002,18686109.2263,000600,59149181.7526,000600,28553756.0,003002,000600,0.0,38675,69165,hub,hub,non_hub,585831.986427,4508413.19181,585322.159723,4507377.5136
+24,24,1654,255.0,000600,,40.7128987867,-73.9898646367,363.0,003100,40.7140617467,-74.0041933367,545.276024907,2809,11558,858,4083,003100,145687012.574,000600,59149181.7526,000600,28553756.0,003100,000600,0.0,81469,69165,hub,hub,non_hub,584110.388584,4507492.78891,585322.159723,4507377.5136
+25,25,1237,255.0,000600,,40.7128987867,-73.9898646367,300.0,003200,40.7260543867,-73.9823576167,795.024109829,7630,11558,4888,4083,003200,46369492.482,000600,59149181.7526,000600,28553756.0,003200,000600,0.0,138064,69165,hub,hub,non_hub,585939.335766,4508845.19329,585322.159723,4507377.5136
+26,26,846,425.0,000600,,40.7128987867,-73.9898646367,519.0,003300,40.7188203377,-74.0063376029,749.742212468,5174,11558,2694,4083,003300,215459582.054,000600,59149181.7526,000600,28553756.0,003300,000600,0.0,115059,69165,hub,hub,non_hub,583923.294822,4508018.97232,585322.159723,4507377.5136
+27,27,364,85.0,000600,,40.7128987867,-73.9898646367,117.0,003400,40.72955361,-73.98057249,867.479027277,6706,11558,4203,4083,003400,42933229.7541,000600,59149181.7526,000600,28553756.0,003400,000600,0.0,47926,69165,hub,hub,non_hub,586085.581298,4509235.37985,585322.159723,4507377.5136
+28,28,2606,170.0,000600,,40.7128987867,-73.9898646367,198.0,003601,40.72217423,-73.990293175,533.48651792,3299,11558,1613,4083,003601,29191583.8104,000600,59149181.7526,000600,28553756.0,003601,000600,0.0,77585,69165,hub,hub,non_hub,585274.124459,4508406.73315,585322.159723,4507377.5136
+29,29,755,170.0,000600,,40.7128987867,-73.9898646367,186.0,003602,40.724852985,-73.989265345,716.901619904,2918,11558,1586,4083,003602,24941258.1161,000600,59149181.7526,000600,28553756.0,003602,000600,0.0,82124,69165,hub,hub,non_hub,585357.507872,4508705.09166,585322.159723,4507377.5136
+30,30,897,340.0,000600,,40.7128987867,-73.9898646367,444.0,003700,40.7256696075,-74.0052069325,960.905433907,2401,11558,1490,4083,003700,212385639.924,000600,59149181.7526,000600,28553756.0,003700,000600,0.0,173333,69165,hub,hub,non_hub,584010.178026,4508780.36793,585322.159723,4507377.5136
+31,31,1551,340.0,000600,,40.7128987867,-73.9898646367,480.0,003800,40.72765889,-73.988195855,839.863950633,8610,11558,5795,4083,003800,67437493.5221,000600,59149181.7526,000600,28553756.0,003800,000600,0.0,167230,69165,hub,hub,non_hub,585444.239635,4509017.60641,585322.159723,4507377.5136
+32,32,502,340.0,000600,,40.7128987867,-73.9898646367,318.0,003900,40.7201717475,-74.00983051,886.599965629,5253,11558,3059,4083,003900,194910113.03,000600,59149181.7526,000600,28553756.0,003900,000600,0.0,113624,69165,hub,hub,non_hub,583626.593058,4508165.65565,585322.159723,4507377.5136
+33,33,505,170.0,000600,,40.7128987867,-73.9898646367,198.0,004000,40.73000573,-73.98549552,936.603448482,9801,11558,4546,4083,004000,66858387.5133,000600,59149181.7526,000600,28553756.0,004000,000600,0.0,99660,69165,hub,hub,non_hub,585669.269443,4509280.75306,585322.159723,4507377.5136
+34,34,2546,170.0,000600,,40.7128987867,-73.9898646367,192.0,004100,40.7195529,-73.996789035,633.152965421,7793,11558,3765,4083,004100,71738983.3617,000600,59149181.7526,000600,28553756.0,004100,000600,0.0,114685,69165,hub,hub,non_hub,584728.836557,4508109.46034,585322.159723,4507377.5136
+35,35,319,85.0,000600,,40.7128987867,-73.9898646367,105.0,004200,40.73223272,-73.98889957,933.257459328,4988,11558,1801,4083,004200,39941846.3325,000600,59149181.7526,000600,28553756.0,004200,000600,0.0,50846,69165,hub,hub,non_hub,585378.96492,4509524.64843,585322.159723,4507377.5136
+36,36,987,170.0,000600,,40.7128987867,-73.9898646367,201.0,004300,40.723870235,-73.995226525,738.599844881,4267,11558,2598,4083,004300,65935514.1184,000600,59149181.7526,000600,28553756.0,004300,000600,0.0,95162,69165,hub,hub,non_hub,584855.320992,4508590.22212,585322.159723,4507377.5136
+37,37,349,170.0,000600,,40.7128987867,-73.9898646367,180.0,004400,40.73080269,-73.97968993,1111.37272002,17710,11558,8297,4083,004400,114601147.016,000600,59149181.7526,000600,28553756.0,004400,000600,0.0,106427,69165,hub,hub,non_hub,586158.498991,4509374.90208,585322.159723,4507377.5136
+38,38,638,85.0,000600,,40.7128987867,-73.9898646367,81.0,004500,40.71910537,-73.99973337,608.406462433,840,11558,582,4083,004500,52009114.8865,000600,59149181.7526,000600,28553756.0,004500,000600,0.0,34275,69165,hub,hub,non_hub,584480.726971,4508056.94497,585322.159723,4507377.5136
+39,39,316,85.0,000600,,40.7128987867,-73.9898646367,117.0,004700,40.72165481,-74.00234737,599.989176875,2267,11558,1586,4083,004700,75477587.1594,000600,59149181.7526,000600,28553756.0,004700,000600,0.0,27544,69165,hub,hub,non_hub,584256.734795,4508337.43837,585322.159723,4507377.5136
+40,40,132,85.0,000600,,40.7128987867,-73.9898646367,105.0,004800,40.73624527,-73.98473765,1160.35745423,7550,11558,3799,4083,004800,74763044.6965,000600,59149181.7526,000600,28553756.0,004800,000600,0.0,42567,69165,hub,hub,non_hub,585725.258797,4509974.12516,585322.159723,4507377.5136
+41,41,456,170.0,000600,,40.7128987867,-73.9898646367,219.0,004900,40.724268615,-74.000521515,905.492156535,4951,11558,3054,4083,004900,103848670.177,000600,59149181.7526,000600,28553756.0,004900,000600,0.0,80152,69165,hub,hub,non_hub,584407.63728,4508629.34168,585322.159723,4507377.5136
+42,42,352,255.0,000600,,40.7128987867,-73.9898646367,279.0,005000,40.7359163467,-73.9873427633,1249.06306908,5061,11558,3595,4083,005000,120638459.215,000600,59149181.7526,000600,28553756.0,005000,000600,0.0,111023,69165,hub,hub,non_hub,585505.709717,4509935.07175,585322.159723,4507377.5136
+43,43,540,170.0,000600,,40.7128987867,-73.9898646367,318.0,005200,40.73715585,-73.991241315,1213.51571782,4193,11558,1785,4083,005200,109103391.81,000600,59149181.7526,000600,28553756.0,005200,000600,0.0,159876,69165,hub,hub,non_hub,585174.941656,4510068.87544,585322.159723,4507377.5136
+44,44,124,85.0,000600,,40.7128987867,-73.9898646367,141.0,005400,40.73971301,-73.99456405,1374.54479456,4656,11558,2837,4083,005400,128803552.888,000600,59149181.7526,000600,28553756.0,005400,000600,0.0,73728,69165,hub,hub,non_hub,584891.129718,4510349.51956,585322.159723,4507377.5136
+45,45,361,85.0,000600,,40.7128987867,-73.9898646367,90.0,005501,40.72679454,-73.99695094,873.779861111,5079,11558,2483,4083,005501,61061928.4125,000600,59149181.7526,000600,28553756.0,005501,000600,0.0,57258,69165,hub,hub,non_hub,584705.980012,4508913.17477,585322.159723,4507377.5136
+46,46,300,85.0,000600,,40.7128987867,-73.9898646367,81.0,005502,40.72743423,-73.99379025,772.027621161,2383,11558,1262,4083,005502,49017118.6146,000600,59149181.7526,000600,28553756.0,005502,000600,0.0,55117,69165,hub,hub,non_hub,584972.085912,4508987.23863,585322.159723,4507377.5136
+47,47,271,170.0,000600,,40.7128987867,-73.9898646367,285.0,005600,40.74065347,-73.98778661,1272.27675452,2618,11558,2190,4083,005600,189153355.609,000600,59149181.7526,000600,28553756.0,005600,000600,0.0,113209,69165,hub,hub,non_hub,585462.168743,4510460.49357,585322.159723,4507377.5136
+48,48,540,170.0,000600,,40.7128987867,-73.9898646367,246.0,005700,40.729662915,-73.992405595,919.462584232,2937,11558,1789,4083,005700,90178032.7137,000600,59149181.7526,000600,28553756.0,005700,000600,0.0,156896,69165,hub,hub,non_hub,585086.179601,4509235.9788,585322.159723,4507377.5136
+49,49,178,170.0,000600,,40.7128987867,-73.9898646367,261.0,005800,40.743154205,-73.990299735,1604.64549458,3182,11558,2306,4083,005800,164037511.755,000600,59149181.7526,000600,28553756.0,005800,000600,0.0,130970,69165,hub,hub,non_hub,585246.786708,4510735.64918,585322.159723,4507377.5136
+50,50,120,85.0,000600,,40.7128987867,-73.9898646367,93.0,005900,40.73049393,-73.9957214,973.852614261,5516,11558,3276,4083,005900,71785177.1361,000600,59149181.7526,000600,28553756.0,005900,000600,0.0,53180,69165,hub,hub,non_hub,584805.117401,4509325.01914,585322.159723,4507377.5136
+51,51,320,170.0,000600,,40.7128987867,-73.9898646367,189.0,006000,40.734822295,-73.976916765,1226.6225912,5286,11558,2459,4083,006000,27468182.8943,000600,59149181.7526,000600,28553756.0,006000,000600,0.0,80462,69165,hub,hub,non_hub,586387.478737,4509823.83141,585322.159723,4507377.5136
+52,52,1228,340.0,000600,,40.7128987867,-73.9898646367,423.0,006100,40.73385254,-73.992357065,1102.44130739,4913,11558,2683,4083,006100,91682014.33,000600,59149181.7526,000600,28553756.0,006100,000600,0.0,245510,69165,hub,hub,non_hub,585084.940162,4509701.10308,585322.159723,4507377.5136
+53,53,166,85.0,000600,,40.7128987867,-73.9898646367,90.0,006200,40.7381765,-73.97738662,1289.6267096,4680,11558,1401,4083,006200,231817485.533,000600,59149181.7526,000600,28553756.0,006200,000600,0.0,33218,69165,hub,hub,non_hub,586343.467107,4510195.70961,585322.159723,4507377.5136
+54,54,306,255.0,000600,,40.7128987867,-73.9898646367,297.0,006300,40.7346940933,-73.99785666,1194.05243138,6076,11558,4277,4083,006300,85447631.8451,000600,59149181.7526,000600,28553756.0,006300,000600,0.0,120233,69165,hub,hub,non_hub,584619.48321,4509789.20591,585322.159723,4507377.5136
+55,55,180,85.0,000600,,40.7128987867,-73.9898646367,117.0,006400,40.73587678,-73.98205027,1183.05432865,7518,11558,5058,4083,006400,95664936.1545,000600,59149181.7526,000600,28553756.0,006400,000600,0.0,47750,69165,hub,hub,non_hub,585952.649806,4509935.84788,585322.159723,4507377.5136
+56,56,471,255.0,000600,,40.7128987867,-73.9898646367,318.0,006500,40.7306296367,-73.9991423,1043.73923027,6517,11558,3568,4083,006500,59290910.3694,000600,59149181.7526,000600,28553756.0,006500,000600,0.0,125356,69165,hub,hub,non_hub,584516.067395,4509336.78488,585322.159723,4507377.5136
+57,57,395,170.0,000600,,40.7128987867,-73.9898646367,246.0,006600,40.739285505,-73.97827188,1356.61878507,11780,11558,6818,4083,006600,84730469.4548,000600,59149181.7526,000600,28553756.0,006600,000600,0.0,74621,69165,hub,hub,non_hub,586267.286922,4510317.94668,585322.159723,4507377.5136
+58,58,261,85.0,000600,,40.7128987867,-73.9898646367,117.0,006700,40.73038599,-74.00214988,1083.71612438,4984,11558,3796,4083,006700,47238039.9972,000600,59149181.7526,000600,28553756.0,006700,000600,0.0,70025,69165,hub,hub,non_hub,584262.399901,4509306.84766,585322.159723,4507377.5136
+59,59,198,85.0,000600,,40.7128987867,-73.9898646367,117.0,006800,40.74025878,-73.98409214,1261.08047948,6735,11558,4494,4083,006800,130298431.446,000600,59149181.7526,000600,28553756.0,006800,000600,0.0,58926,69165,hub,hub,non_hub,585774.608423,4510420.28363,585322.159723,4507377.5136
+60,60,326,170.0,000600,,40.7128987867,-73.9898646367,201.0,006900,40.732319905,-74.0069291,1231.77122883,2687,11558,1484,4083,006900,61292499.9331,000600,59149181.7526,000600,28553756.0,006900,000600,0.0,130727,69165,hub,hub,non_hub,583856.38945,4509516.94969,585322.159723,4507377.5136
+61,61,449,255.0,000600,,40.7128987867,-73.9898646367,381.0,007000,40.7425452388,-73.9756730632,1396.08559512,8302,11558,5669,4083,007000,78634704.8451,000600,59149181.7526,000600,28553756.0,007000,000600,0.0,145227,69165,hub,hub,non_hub,586482.493116,4510682.35763,585322.159723,4507377.5136
+62,62,110,170.0,000600,,40.7128987867,-73.9898646367,213.0,007100,40.736526545,-74.000108805,1558.68388695,5633,11558,3844,4083,007100,68447429.2743,000600,59149181.7526,000600,28553756.0,007100,000600,0.0,79459,69165,hub,hub,non_hub,584426.995774,4509990.4524,585322.159723,4507377.5136
+63,63,520,255.0,000600,,40.7128987867,-73.9898646367,378.0,007200,40.7447014833,-73.98154809,1422.59517675,7734,11558,5222,4083,007200,132092861.454,000600,59149181.7526,000600,28553756.0,007200,000600,0.0,157612,69165,hub,hub,non_hub,585983.687715,4510915.94446,585322.159723,4507377.5136
+64,64,193,170.0,000600,,40.7128987867,-73.9898646367,177.0,007300,40.734682705,-74.00388484,1471.64156515,5615,11558,4547,4083,007300,48716185.79,000600,59149181.7526,000600,28553756.0,007300,000600,0.0,92567,69165,hub,hub,non_hub,584110.479319,4509782.14883,585322.159723,4507377.5136
+65,65,189,170.0,000600,,40.7128987867,-73.9898646367,258.0,007400,40.746413585,-73.98586892,1517.11132818,4179,11558,2700,4083,007400,170614202.951,000600,59149181.7526,000600,28553756.0,007400,000600,0.0,81121,69165,hub,hub,non_hub,585616.696258,4511101.7763,585322.159723,4507377.5136
+66,66,204,170.0,000600,,40.7128987867,-73.9898646367,207.0,007600,40.74737476,-73.988320695,1581.59585912,2203,11558,1573,4083,007600,242014413.464,000600,59149181.7526,000600,28553756.0,007600,000600,0.0,97464,69165,hub,hub,non_hub,585408.475283,4511206.08492,585322.159723,4507377.5136
+67,67,180,85.0,000600,,40.7128987867,-73.9898646367,129.0,007700,40.7390169121,-74.0026376103,1257.41977126,5404,11558,4254,4083,007700,59306273.1509,000600,59149181.7526,000600,28553756.0,007700,000600,0.0,79025,69165,hub,hub,non_hub,584210.329106,4510264.47156,585322.159723,4507377.5136
+68,68,149,85.0,000600,,40.7128987867,-73.9898646367,117.0,007800,40.74780373,-73.9734419,1499.3078421,7380,11558,5372,4083,007800,112124597.728,000600,59149181.7526,000600,28553756.0,007800,000600,0.0,59601,69165,hub,hub,non_hub,586664.043115,4511268.28888,585322.159723,4507377.5136
+69,69,252,425.0,000600,,40.7128987867,-73.9898646367,522.0,007900,40.738916514,-74.007286026,1464.72974226,4406,11558,2904,4083,007900,86937368.5918,000600,59149181.7526,000600,28553756.0,007900,000600,0.0,171846,69165,hub,hub,non_hub,583817.969395,4510248.87788,585322.159723,4507377.5136
+70,70,106,170.0,000600,,40.7128987867,-73.9898646367,213.0,008000,40.7485693,-73.97717991,1601.82383029,4946,11558,3730,4083,008000,197763821.532,000600,59149181.7526,000600,28553756.0,008000,000600,0.0,74808,69165,hub,hub,non_hub,586347.477591,4511349.58844,585322.159723,4507377.5136
+71,71,61,85.0,000600,,40.7128987867,-73.9898646367,117.0,008100,40.73935542,-73.99931783,1468.20390071,8675,11558,5315,4083,008100,91100400.6907,000600,59149181.7526,000600,28553756.0,008100,000600,0.0,53195,69165,hub,hub,non_hub,584490.204148,4510305.23824,585322.159723,4507377.5136
+72,72,432,255.0,000600,,40.7128987867,-73.9898646367,525.0,008200,40.751971343,-73.9793962002,1608.50377183,3442,11558,2534,4083,008200,262405408.076,000600,59149181.7526,000600,28553756.0,008200,000600,0.0,228612,69165,hub,hub,non_hub,586155.981571,4511725.06197,585322.159723,4507377.5136
+73,73,331,340.0,000600,,40.7128987867,-73.9898646367,357.0,008300,40.742591315,-74.004102785,1471.37529996,4211,11558,2321,4083,008300,119862327.354,000600,59149181.7526,000600,28553756.0,008300,000600,0.0,186113,69165,hub,hub,non_hub,584082.11654,4510659.85081,585322.159723,4507377.5136
+74,74,31,85.0,000600,,40.7128987867,-73.9898646367,114.0,008400,40.75038009,-73.98338988,1639.65384615,1726,11558,1041,4083,008400,147824461.739,000600,59149181.7526,000600,28553756.0,008400,000600,0.0,34199,69165,hub,hub,non_hub,585820.889203,4511544.50828,585322.159723,4507377.5136
+75,75,383,85.0,000600,,40.7128987867,-73.9898646367,129.0,008601,40.744219,-73.97121214,1476.02923602,2551,11558,1528,4083,008601,31141773.9073,000600,59149181.7526,000600,28553756.0,008601,000600,0.0,31961,69165,hub,hub,non_hub,586856.951039,4510872.56191,585322.159723,4507377.5136
+76,76,328,170.0,000600,,40.7128987867,-73.9898646367,234.0,008700,40.74206378,-73.995708955,1411.83360821,6671,11558,4249,4083,008700,85660216.7821,000600,59149181.7526,000600,28553756.0,008700,000600,0.0,152953,69165,hub,hub,non_hub,584791.475936,4510609.36503,585322.159723,4507377.5136
+77,77,129,170.0,000600,,40.7128987867,-73.9898646367,234.0,008800,40.75012189,-73.970133575,1704.83060852,6964,11558,5507,4083,008800,216532475.876,000600,59149181.7526,000600,28553756.0,008800,000600,0.0,43247,69165,hub,hub,non_hub,586940.323322,4511528.89362,585322.159723,4507377.5136
+78,78,159,255.0,000600,,40.7128987867,-73.9898646367,360.0,008900,40.74529008,-74.0021768567,1573.66273372,5560,11558,3511,4083,008900,54419260.2723,000600,59149181.7526,000600,28553756.0,008900,000600,0.0,158638,69165,hub,hub,non_hub,584241.316685,4510961.27944,585322.159723,4507377.5136
+79,79,168,255.0,000600,,40.7128987867,-73.9898646367,330.0,009000,40.75261798,-73.9703317533,1689.63218011,7026,11558,5832,4083,009000,208846060.851,000600,59149181.7526,000600,28553756.0,009000,000600,0.0,74531,69165,hub,hub,non_hub,586920.342162,4511805.78171,585322.159723,4507377.5136
+80,80,60,85.0,000600,,40.7128987867,-73.9898646367,117.0,009100,40.74487634,-73.99529885,1465.89259259,6415,11558,4386,4083,009100,127325659.041,000600,59149181.7526,000600,28553756.0,009100,000600,0.0,63878,69165,hub,hub,non_hub,584822.527687,4510921.97538,585322.159723,4507377.5136
+81,81,60,170.0,000600,,40.7128987867,-73.9898646367,330.0,009200,40.7548518863,-73.9734329075,1846.20627706,1754,11558,1461,4083,009200,408192557.246,000600,59149181.7526,000600,28553756.0,009200,000600,0.0,72226,69165,hub,hub,non_hub,586655.650548,4512050.69496,585322.159723,4507377.5136
+82,82,46,85.0,000600,,40.7128987867,-73.9898646367,117.0,009300,40.74475148,-73.99915362,1331.97916667,9705,11558,5585,4083,009300,68528055.2433,000600,59149181.7526,000600,28553756.0,009300,000600,0.0,52202,69165,hub,hub,non_hub,584497.239363,4510904.39701,585322.159723,4507377.5136
+83,83,35,85.0,000600,,40.7128987867,-73.9898646367,93.0,009400,40.75320159,-73.9779874,1767.27348485,29,11558,16,4083,009400,299218147.811,000600,59149181.7526,000600,28553756.0,009400,000600,0.0,82147,69165,hub,hub,non_hub,586273.319314,4511863.01244,585322.159723,4507377.5136
+84,84,58,85.0,000600,,40.7128987867,-73.9898646367,153.0,009500,40.746647,-73.993915,1625.06666667,3425,11558,1416,4083,009500,129660033.725,000600,59149181.7526,000600,28553756.0,009500,000600,0.0,57488,69165,hub,hub,non_hub,584937.108907,4511119.86954,585322.159723,4507377.5136
+85,85,62,255.0,000600,4.74848575622,40.7129248325,-73.9901273125,420.0,009600,40.7562102162,-73.98042826,1616.50991326,153,11558,268,4083,009600,270304841.585,000600,59149181.7526,000600,28553756.0,009600,000600,0.0,71527,69165,hub,hub,non_hub,586063.390335,4512194.59547,585299.938938,4507380.14971
+86,86,116,255.0,000600,3.98559807074,40.7130447513,-73.9896064125,297.0,009700,40.7496132725,-73.9993691813,1747.28370587,4744,11558,2827,4083,009700,83018263.1602,000600,59149181.7526,000600,28553756.0,009700,000600,0.0,118804,69165,hub,hub,non_hub,584472.887375,4511443.88322,585343.784848,4507393.9675
+87,87,58,170.0,000600,,40.7128987867,-73.9898646367,210.0,009800,40.755285655,-73.96667288,1828.59054973,7105,11558,5244,4083,009800,115943808.909,000600,59149181.7526,000600,28553756.0,009800,000600,0.0,40039,69165,hub,hub,non_hub,587225.727282,4512105.54383,585322.159723,4507377.5136
+88,88,383,425.0,000600,,40.7128987867,-73.9898646367,555.0,009900,40.7520807866,-74.0031899092,1402.24748234,3617,11558,2438,4083,009900,404439511.776,000600,59149181.7526,000600,28553756.0,009900,000600,0.0,208076,69165,hub,hub,non_hub,584147.226991,4511714.12465,585322.159723,4507377.5136
+89,89,80,255.0,000600,,40.7128987867,-73.9898646367,363.0,010000,40.7583696933,-73.9710287767,1676.27946683,1829,11558,1399,4083,010000,366457143.613,000600,59149181.7526,000600,28553756.0,010000,000600,0.0,72085,69165,hub,hub,non_hub,586854.014885,4512443.57459,585322.159723,4507377.5136
+90,90,180,255.0,000600,,40.7128987867,-73.9898646367,381.0,010100,40.74945622,-73.9903382667,1614.6557961,1119,11558,828,4083,010100,246168211.101,000600,59149181.7526,000600,28553756.0,010100,000600,0.0,183377,69165,hub,hub,non_hub,585235.486219,4511435.18064,585322.159723,4507377.5136
+91,91,58,170.0,000600,,40.7128987867,-73.9898646367,243.0,010200,40.7606694,-73.973473555,1510.42723727,313,11558,268,4083,010200,333450202.294,000600,59149181.7526,000600,28553756.0,010200,000600,0.0,46675,69165,hub,hub,non_hub,586644.664817,4512696.44233,585322.159723,4507377.5136
+92,92,133,170.0,000600,,40.7128987867,-73.9898646367,294.0,010300,40.751000495,-73.994372255,1686.71797643,1859,11558,1351,4083,010300,141506056.87,000600,59149181.7526,000600,28553756.0,010300,000600,0.0,221593,69165,hub,hub,non_hub,584892.968075,4511602.69644,585322.159723,4507377.5136
+93,93,42,170.0,000600,,40.7128987867,-73.9898646367,225.0,010400,40.761664375,-73.976854975,1891.94510321,1031,11558,1033,4083,010400,363981333.295,000600,59149181.7526,000600,28553756.0,010400,000600,0.0,65073,69165,hub,hub,non_hub,586357.961325,4512803.55852,585322.159723,4507377.5136
+94,94,14,85.0,000600,,40.7128987867,-73.9898646367,99.0,010602,40.75849116,-73.95920622,1665.1031746,4794,11558,2963,4083,010602,67980898.3739,000600,59149181.7526,000600,28553756.0,010602,000600,0.0,22153,69165,hub,hub,non_hub,587851.796682,4512468.82754,585322.159723,4507377.5136
+95,95,560,255.0,000600,,40.7128987867,-73.9898646367,351.0,010800,40.7591736033,-73.96613818,1765.64845521,8531,11558,6272,4083,010800,189351523.799,000600,59149181.7526,000600,28553756.0,010800,000600,0.0,79198,69165,hub,hub,non_hub,587265.778542,4512537.66689,585322.159723,4507377.5136
+96,96,95,170.0,000600,,40.7128987867,-73.9898646367,342.0,010900,40.751351715,-73.987594755,1459.4324834,182,11558,92,4083,010900,228173063.011,000600,59149181.7526,000600,28553756.0,010900,000600,0.0,60092,69165,hub,hub,non_hub,585464.669441,4511648.26242,585322.159723,4507377.5136
+97,97,30,85.0,000600,,40.7128987867,-73.9898646367,177.0,011201,40.7643971,-73.97371465,2013.96153846,827,11558,964,4083,011201,118515444.187,000600,59149181.7526,000600,28553756.0,011201,000600,0.0,41525,69165,hub,hub,non_hub,586619.474659,4513110.00718,585322.159723,4507377.5136
+98,98,78,85.0,000600,,40.7128987867,-73.9898646367,99.0,011203,40.76095756,-73.96724467,1830.48801743,1176,11558,1160,4083,011203,143782379.009,000600,59149181.7526,000600,28553756.0,011203,000600,0.0,48033,69165,hub,hub,non_hub,587170.050102,4512734.59972,585322.159723,4507377.5136
+99,99,329,340.0,000600,,40.7128987867,-73.9898646367,594.0,011300,40.7548008425,-73.9888010575,1659.6098468,204,11558,107,4083,011300,357940519.061,000600,59149181.7526,000600,28553756.0,011300,000600,0.0,236650,69165,hub,hub,non_hub,585358.423228,4512029.96675,585322.159723,4507377.5136
+100,100,86,170.0,000600,,40.7128987867,-73.9898646367,246.0,011500,40.75701407,-73.992353645,1996.65322617,2487,11558,1678,4083,011500,130958459.747,000600,59149181.7526,000600,28553756.0,011500,000600,0.0,103294,69165,hub,hub,non_hub,585055.712647,4512272.20178,585322.159723,4507377.5136
+101,101,60,170.0,000600,,40.7128987867,-73.9898646367,252.0,011700,40.76058799,-74.00080945,1904.33711474,2938,11558,2304,4083,011700,91270705.1484,000600,59149181.7526,000600,28553756.0,011700,000600,0.0,73016,69165,hub,hub,non_hub,584337.427395,4512660.77158,585322.159723,4507377.5136
+102,102,18,85.0,000600,,40.7128987867,-73.9898646367,102.0,011900,40.7568001,-73.98291153,1650.15454545,1079,11558,1121,4083,011900,395254501.74,000600,59149181.7526,000600,28553756.0,011900,000600,0.0,39976,69165,hub,hub,non_hub,585853.012005,4512257.64444,585322.159723,4507377.5136
+103,103,71,255.0,000600,,40.7128987867,-73.9898646367,327.0,012100,40.7598593767,-73.9914900133,1733.52162529,8366,11558,5744,4083,012100,101223732.045,000600,59149181.7526,000600,28553756.0,012100,000600,0.0,132767,69165,hub,hub,non_hub,585124.983126,4512588.88932,585322.159723,4507377.5136
+104,104,22,85.0,000600,5.47580123028,40.713482645,-73.98883174,153.0,012500,40.76064679,-73.98442659,1751.18786987,2439,11558,2096,4083,012500,322911522.418,000600,59149181.7526,000600,28553756.0,012500,000600,0.0,45486,69165,hub,hub,non_hub,585720.180916,4512683.17447,585408.65965,4507443.32962
+105,105,47,170.0,000600,,40.7128987867,-73.9898646367,252.0,012700,40.762485435,-73.990447135,1513.09734432,6437,11558,4434,4083,012700,104637996.687,000600,59149181.7526,000600,28553756.0,012700,000600,0.0,83393,69165,hub,hub,non_hub,585209.656415,4512881.41361,585322.159723,4507377.5136
+106,106,17,85.0,000600,,40.7128987867,-73.9898646367,72.0,012900,40.76341379,-73.99667444,1920.9,5312,11558,3621,4083,012900,158698340.053,000600,59149181.7526,000600,28553756.0,012900,000600,0.0,28661,69165,hub,hub,non_hub,584682.864463,4512978.43901,585322.159723,4507377.5136
+107,107,57,255.0,000600,5.65938023038,40.7129248325,-73.9901273125,480.0,013100,40.76196563,-73.982088685,1476.22220468,2489,11558,2283,4083,013100,405023451.28,000600,59149181.7526,000600,28553756.0,013100,000600,0.0,107228,69165,hub,hub,non_hub,585915.818154,4512831.86218,585299.938938,4507380.14971
+108,108,46,255.0,000600,,40.7128987867,-73.9898646367,303.0,013300,40.7647250567,-73.9866537633,1884.94466089,5363,11558,3909,4083,013300,79847412.2593,000600,59149181.7526,000600,28553756.0,013300,000600,0.0,89810,69165,hub,hub,non_hub,585526.963405,4513133.71926,585322.159723,4507377.5136
+109,109,49,170.0,000600,,40.7128987867,-73.9898646367,195.0,013500,40.766984435,-73.99227308,1446.31157407,6075,11558,3935,4083,013500,198199142.958,000600,59149181.7526,000600,28553756.0,013500,000600,0.0,64723,69165,hub,hub,non_hub,585049.80204,4513379.06475,585322.159723,4507377.5136
+110,110,74,170.0,000600,,40.7128987867,-73.9898646367,294.0,013700,40.766109285,-73.981808355,1518.69206349,6557,11558,5442,4083,013700,314878324.419,000600,59149181.7526,000600,28553756.0,013700,000600,0.0,91142,69165,hub,hub,non_hub,585934.141665,4513292.1137,585322.159723,4507377.5136
+111,111,7,85.0,000600,6.29117752379,40.713482645,-73.98883174,81.0,013900,40.768254,-73.988639,1849.9724451,7607,11558,7359,4083,013900,139918084.587,000600,59149181.7526,000600,28553756.0,013900,000600,0.0,26390,69165,hub,hub,non_hub,585354.890073,4513523.52534,585408.65965,4507443.32962
+112,112,20,85.0,000600,,40.7128987867,-73.9898646367,147.0,014300,40.76590936,-73.97634151,1606.91025641,3,11558,0,4083,014300,50027992.3322,000600,59149181.7526,000600,28553756.0,014300,000600,0.0,21051,69165,hub,hub,non_hub,586395.803012,4513275.28949,585322.159723,4507377.5136
+113,113,65,85.0,000600,,40.7128987867,-73.9898646367,108.0,014500,40.76915505,-73.98191841,1841.88737717,5811,11558,3462,4083,014500,253397343.373,000600,59149181.7526,000600,28553756.0,014500,000600,0.0,68350,69165,hub,hub,non_hub,585920.929601,4513630.10902,585322.159723,4507377.5136
+114,114,32,85.0,000600,6.54447359661,40.713482645,-73.98883174,165.0,014700,40.770513,-73.988038,1801.46340321,2586,11558,1743,4083,014700,70871746.8417,000600,59149181.7526,000600,28553756.0,014700,000600,0.0,35099,69165,hub,hub,non_hub,585402.720353,4513774.87644,585408.65965,4507443.32962
+115,115,9,85.0,000600,6.64947848136,40.713482645,-73.98883174,108.0,015100,40.771522,-73.990541,2526.91904894,8105,11558,4856,4083,015100,164953931.102,000600,59149181.7526,000600,28553756.0,015100,000600,0.0,17578,69165,hub,hub,non_hub,585190.192062,4513884.4495,585408.65965,4507443.32962
+116,116,392,170.0,000600,,40.7128987867,-73.9898646367,210.0,031703,40.71644312,-74.014902115,1263.35273406,8670,11558,4231,4083,031703,332361109.355,000600,59149181.7526,000600,28553756.0,031703,000600,0.0,136082,69165,hub,hub,non_hub,583202.897614,4507746.93647,585322.159723,4507377.5136
+117,117,559,255.0,000600,,40.7128987867,-73.9898646367,294.0,031704,40.7085171733,-74.0165557667,1256.32687,6610,11558,3790,4083,031704,160823714.408,000600,59149181.7526,000600,28553756.0,031704,000600,0.0,105244,69165,hub,hub,non_hub,583073.076824,4506865.54027,585322.159723,4507377.5136
+118,118,3719,774.0,000700,,40.70581148,-74.0081572071,378.0,000202,40.71318002,-73.9818904933,883.288656319,8012,7722,3598,5201,000202,37878157.9781,000700,476954959.734,000700,97631811.0,000202,000700,40993.0028538,56352,168964,hub,hub,hub,585995.353038,4507416.50937,583785.918305,4506573.16797
+119,119,2776,516.0,000700,,40.70581148,-74.0081572071,329.0,000800,40.712414475,-73.993471545,639.080697125,10365,7722,4150,5201,000800,46479755.076,000700,476954959.734,000700,97631811.0,000800,000700,40993.0028538,34254,168964,hub,hub,non_hub,585018.109713,4507320.25418,583785.918305,4506573.16797
+120,120,5402,774.0,000700,,40.70581148,-74.0081572071,679.0,000900,40.7024745833,-74.01224785,371.956187053,1140,7722,939,5201,000900,404341803.896,000700,476954959.734,000700,97631811.0,000900,000700,40993.0028538,46446,168964,hub,hub,hub,583444.520998,4506198.85784,583785.918305,4506573.16797
+121,121,394,258.0,000700,,40.70581148,-74.0081572071,133.0,001002,40.71782143,-73.97628939,1156.97044187,6439,7722,2346,5201,001002,22763374.2099,000700,476954959.734,000700,97631811.0,001002,000700,40993.0028538,15916,168964,hub,hub,non_hub,586462.45635,4507937.23607,583785.918305,4506573.16797
+122,122,1331,516.0,000700,,40.70581148,-74.0081572071,322.0,001200,40.717364275,-73.982955325,1027.17865902,3547,7722,1857,5201,001200,23518220.7411,000700,476954959.734,000700,97631811.0,001200,000700,40993.0028538,36493,168964,hub,hub,non_hub,585900.031125,4507879.94738,583785.918305,4506573.16797
+123,123,2131,258.0,000700,,40.70581148,-74.0081572071,252.0,001300,40.70463334,-74.01361706,390.862735553,3776,7722,3028,5201,001300,286606455.687,000700,476954959.734,000700,97631811.0,001300,000700,40993.0028538,27671,168964,hub,hub,non_hub,583326.158808,4506437.19368,583785.918305,4506573.16797
+124,124,862,258.0,000700,,40.70581148,-74.0081572071,196.0,001401,40.71559509,-73.9870295,819.410285069,3289,7722,1708,5201,001401,20168722.3199,000700,476954959.734,000700,97631811.0,001401,000700,40993.0028538,26885,168964,hub,hub,non_hub,585558.18429,4507679.57909,583785.918305,4506573.16797
+125,125,2503,516.0,000700,,40.70581148,-74.0081572071,469.0,001501,40.70966832,-74.003597135,400.42078977,5581,7722,3450,5201,001501,172466366.322,000700,476954959.734,000700,97631811.0,001501,000700,40993.0028538,27425,168964,hub,hub,non_hub,584166.279828,4507005.66129,583785.918305,4506573.16797
+126,126,9835,774.0,000700,,40.70581148,-74.0081572071,861.0,001502,40.7088053467,-74.00635276,329.555053702,7095,7722,3459,5201,001502,221282059.103,000700,476954959.734,000700,97631811.0,001502,000700,40993.0028538,82052,168964,hub,hub,hub,583934.59195,4506907.22889,583785.918305,4506573.16797
+127,127,3701,774.0,000700,,40.70581148,-74.0081572071,749.0,001600,40.7153350167,-73.9943926833,700.937247311,8236,7722,3242,5201,001600,76565505.7581,000700,476954959.734,000700,97631811.0,001600,000700,40993.0028538,82798,168964,hub,hub,hub,584936.591099,4507643.5622,583785.918305,4506573.16797
+128,128,3607,1032.0,000700,,40.70581148,-74.0081572071,1078.0,001800,40.7193657075,-73.9906468425,920.420461568,8063,7722,3489,5201,001800,60554858.5127,000700,476954959.734,000700,97631811.0,001800,000700,40993.0028538,133306,168964,hub,hub,hub,585247.838585,4508094.62497,583785.918305,4506573.16797
+129,129,1165,516.0,000700,,40.70581148,-74.0081572071,322.0,002000,40.721554605,-73.977309405,1163.15358823,4795,7722,1899,5201,002000,17907673.5628,000700,476954959.734,000700,97631811.0,002000,000700,40993.0028538,31656,168964,hub,hub,non_hub,586371.478696,4508350.63994,583785.918305,4506573.16797
+130,130,12909,1032.0,000700,,40.70581148,-74.0081572071,714.0,002100,40.71451321,-74.0108850975,578.290705473,6111,7722,3038,5201,002100,273869828.705,000700,476954959.734,000700,97631811.0,002100,000700,40993.0028538,151037,168964,hub,hub,hub,583544.598931,4507536.51732,583785.918305,4506573.16797
+131,131,825,516.0,000700,,40.70581148,-74.0081572071,308.0,002201,40.71833027,-73.980972895,1080.07137255,6762,7722,3030,5201,002201,37585954.9949,000700,476954959.734,000700,97631811.0,002201,000700,40993.0028538,26391,168964,hub,hub,non_hub,586066.226443,4507989.12022,583785.918305,4506573.16797
+132,132,463,258.0,000700,,40.70581148,-74.0081572071,217.0,002202,40.7208736,-73.98085795,1144.20384988,2256,7722,1045,5201,002202,13179093.8977,000700,476954959.734,000700,97631811.0,002202,000700,40993.0028538,23935,168964,hub,hub,non_hub,586072.658368,4508271.55961,583785.918305,4506573.16797
+133,133,922,516.0,000700,,40.70581148,-74.0081572071,336.0,002400,40.724744875,-73.974986535,1223.23110233,5775,7722,2175,5201,002400,17986635.5592,000700,476954959.734,000700,97631811.0,002400,000700,40993.0028538,17965,168964,hub,hub,non_hub,586563.526382,4508707.06897,583785.918305,4506573.16797
+134,134,2576,516.0,000700,,40.70581148,-74.0081572071,434.0,002500,40.7111743,-73.99849582,510.834500034,5061,7722,1917,5201,002500,22428407.6271,000700,476954959.734,000700,97631811.0,002500,000700,40993.0028538,28216,168964,hub,hub,non_hub,584595.28909,4507177.73549,583785.918305,4506573.16797
+135,135,525,258.0,000700,,40.70581148,-74.0081572071,217.0,002601,40.72299208,-73.97995466,1226.58630769,3774,7722,1593,5201,002601,22248722.3098,000700,476954959.734,000700,97631811.0,002601,000700,40993.0028538,22144,168964,hub,hub,non_hub,586146.216204,4508507.61099,583785.918305,4506573.16797
+136,136,2878,258.0,000700,,40.70581148,-74.0081572071,189.0,002700,40.71307916,-73.99851193,475.030511376,1191,7722,655,5201,002700,11349914.9514,000700,476954959.734,000700,97631811.0,002700,000700,40993.0028538,20570,168964,hub,hub,non_hub,584591.517275,4507389.17181,583785.918305,4506573.16797
+137,137,977,258.0,000700,,40.70581148,-74.0081572071,224.0,002800,40.72521311,-73.97768752,1276.35918417,7302,7722,3341,5201,002800,47641507.3146,000700,476954959.734,000700,97631811.0,002800,000700,40993.0028538,36744,168964,hub,hub,non_hub,586334.816403,4508756.38709,583785.918305,4506573.16797
+138,138,1889,258.0,000700,,40.70581148,-74.0081572071,301.0,002900,40.71602118,-73.99974372,586.324297962,5855,7722,2420,5201,002900,200965547.24,000700,476954959.734,000700,97631811.0,002900,000700,40993.0028538,31936,168964,hub,hub,non_hub,584483.752153,4507714.56961,583785.918305,4506573.16797
+139,139,1067,258.0,000700,,40.70581148,-74.0081572071,245.0,003001,40.72066442,-73.98517977,1063.81216205,4301,7722,2553,5201,003001,34302720.7166,000700,476954959.734,000700,97631811.0,003001,000700,40993.0028538,41223,168964,hub,hub,non_hub,585707.91731,4508244.11218,583785.918305,4506573.16797
+140,140,807,258.0,000700,,40.70581148,-74.0081572071,259.0,003002,40.72217444,-73.98368779,1169.13109379,3031,7722,1885,5201,003002,18686109.2263,000700,476954959.734,000700,97631811.0,003002,000700,40993.0028538,38675,168964,hub,hub,non_hub,585831.986427,4508413.19181,583785.918305,4506573.16797
+141,141,5537,774.0,000700,,40.70581148,-74.0081572071,847.0,003100,40.7140617467,-74.0041933367,507.576857962,2809,7722,858,5201,003100,145687012.574,000700,476954959.734,000700,97631811.0,003100,000700,40993.0028538,81469,168964,hub,hub,hub,584110.388584,4507492.78891,583785.918305,4506573.16797
+142,142,2928,774.0,000700,,40.70581148,-74.0081572071,700.0,003200,40.7260543867,-73.9823576167,1286.35904641,7630,7722,4888,5201,003200,46369492.482,000700,476954959.734,000700,97631811.0,003200,000700,40993.0028538,138064,168964,hub,hub,non_hub,585939.335766,4508845.19329,583785.918305,4506573.16797
+143,143,4420,1290.0,000700,,40.70581148,-74.0081572071,1211.0,003300,40.7188240554,-74.0063294947,753.404610053,5174,7722,2694,5201,003300,215459582.054,000700,476954959.734,000700,97631811.0,003300,000700,40993.0028538,115059,168964,hub,hub,hub,583923.974967,4508019.39276,583785.918305,4506573.16797
+144,144,1235,258.0,000700,,40.70581148,-74.0081572071,273.0,003400,40.72955361,-73.98057249,1394.63339042,6706,7722,4203,5201,003400,42933229.7541,000700,476954959.734,000700,97631811.0,003400,000700,40993.0028538,47926,168964,hub,hub,non_hub,586085.581298,4509235.37985,583785.918305,4506573.16797
+145,145,2280,516.0,000700,,40.70581148,-74.0081572071,462.0,003601,40.72217423,-73.990293175,935.700665159,3299,7722,1613,5201,003601,29191583.8104,000700,476954959.734,000700,97631811.0,003601,000700,40993.0028538,77585,168964,hub,hub,non_hub,585274.124459,4508406.73315,583785.918305,4506573.16797
+146,146,1358,516.0,000700,,40.70581148,-74.0081572071,434.0,003602,40.724852985,-73.989265345,1060.99172932,2918,7722,1586,5201,003602,24941258.1161,000700,476954959.734,000700,97631811.0,003602,000700,40993.0028538,82124,168964,hub,hub,non_hub,585357.507872,4508705.09166,583785.918305,4506573.16797
+147,147,2488,1032.0,000700,,40.70581148,-74.0081572071,1036.0,003700,40.7256696075,-74.0052069325,1019.41686768,2401,7722,1490,5201,003700,212385639.924,000700,476954959.734,000700,97631811.0,003700,000700,40993.0028538,173333,168964,hub,hub,non_hub,584010.178026,4508780.36793,583785.918305,4506573.16797
+148,148,2984,1032.0,000700,,40.70581148,-74.0081572071,1120.0,003800,40.72765889,-73.988195855,1202.38826623,8610,7722,5795,5201,003800,67437493.5221,000700,476954959.734,000700,97631811.0,003800,000700,40993.0028538,167230,168964,hub,hub,non_hub,585444.239635,4509017.60641,583785.918305,4506573.16797
+149,149,4394,1032.0,000700,,40.70581148,-74.0081572071,742.0,003900,40.7201717475,-74.00983051,796.70321557,5253,7722,3059,5201,003900,194910113.03,000700,476954959.734,000700,97631811.0,003900,000700,40993.0028538,113624,168964,hub,hub,hub,583626.593058,4508165.65565,583785.918305,4506573.16797
+150,150,916,516.0,000700,,40.70581148,-74.0081572071,462.0,004000,40.73000573,-73.98549552,1392.5572348,9801,7722,4546,5201,004000,66858387.5133,000700,476954959.734,000700,97631811.0,004000,000700,40993.0028538,99660,168964,hub,hub,non_hub,585669.269443,4509280.75306,583785.918305,4506573.16797
+151,151,3124,516.0,000700,,40.70581148,-74.0081572071,448.0,004100,40.7195529,-73.996789035,787.952881461,7793,7722,3765,5201,004100,71738983.3617,000700,476954959.734,000700,97631811.0,004100,000700,40993.0028538,114685,168964,hub,hub,hub,584728.836557,4508109.46034,583785.918305,4506573.16797
+152,152,546,258.0,000700,,40.70581148,-74.0081572071,245.0,004200,40.73223272,-73.98889957,1176.76302288,4988,7722,1801,5201,004200,39941846.3325,000700,476954959.734,000700,97631811.0,004200,000700,40993.0028538,50846,168964,hub,hub,non_hub,585378.96492,4509524.64843,583785.918305,4506573.16797
+153,153,1455,516.0,000700,,40.70581148,-74.0081572071,469.0,004300,40.723870235,-73.995226525,975.889387311,4267,7722,2598,5201,004300,65935514.1184,000700,476954959.734,000700,97631811.0,004300,000700,40993.0028538,95162,168964,hub,hub,non_hub,584855.320992,4508590.22212,583785.918305,4506573.16797
+154,154,1815,516.0,000700,,40.70581148,-74.0081572071,420.0,004400,40.73080269,-73.97968993,1462.29064751,17710,7722,8297,5201,004400,114601147.016,000700,476954959.734,000700,97631811.0,004400,000700,40993.0028538,106427,168964,hub,hub,non_hub,586158.498991,4509374.90208,583785.918305,4506573.16797
+155,155,1518,258.0,000700,,40.70581148,-74.0081572071,189.0,004500,40.71910537,-73.99973337,666.047032066,840,7722,582,5201,004500,52009114.8865,000700,476954959.734,000700,97631811.0,004500,000700,40993.0028538,34275,168964,hub,hub,non_hub,584480.726971,4508056.94497,583785.918305,4506573.16797
+156,156,751,258.0,000700,,40.70581148,-74.0081572071,273.0,004700,40.72165481,-74.00234737,863.332762167,2267,7722,1586,5201,004700,75477587.1594,000700,476954959.734,000700,97631811.0,004700,000700,40993.0028538,27544,168964,hub,hub,non_hub,584256.734795,4508337.43837,583785.918305,4506573.16797
+157,157,373,258.0,000700,,40.70581148,-74.0081572071,245.0,004800,40.73624527,-73.98473765,1401.0333207,7550,7722,3799,5201,004800,74763044.6965,000700,476954959.734,000700,97631811.0,004800,000700,40993.0028538,42567,168964,hub,hub,non_hub,585725.258797,4509974.12516,583785.918305,4506573.16797
+158,158,1231,516.0,000700,,40.70581148,-74.0081572071,511.0,004900,40.724268615,-74.000521515,973.995829333,4951,7722,3054,5201,004900,103848670.177,000700,476954959.734,000700,97631811.0,004900,000700,40993.0028538,80152,168964,hub,hub,non_hub,584407.63728,4508629.34168,583785.918305,4506573.16797
+159,159,950,774.0,000700,,40.70581148,-74.0081572071,651.0,005000,40.7359163467,-73.9873427633,1378.97084257,5061,7722,3595,5201,005000,120638459.215,000700,476954959.734,000700,97631811.0,005000,000700,40993.0028538,111023,168964,hub,hub,non_hub,585505.709717,4509935.07175,583785.918305,4506573.16797
+160,160,812,516.0,000700,,40.70581148,-74.0081572071,742.0,005200,40.73715585,-73.991241315,1424.44714729,4193,7722,1785,5201,005200,109103391.81,000700,476954959.734,000700,97631811.0,005200,000700,40993.0028538,159876,168964,hub,hub,non_hub,585174.941656,4510068.87544,583785.918305,4506573.16797
+161,161,320,258.0,000700,,40.70581148,-74.0081572071,329.0,005400,40.73971301,-73.99456405,1537.5734033,4656,7722,2837,5201,005400,128803552.888,000700,476954959.734,000700,97631811.0,005400,000700,40993.0028538,73728,168964,hub,hub,non_hub,584891.129718,4510349.51956,583785.918305,4506573.16797
+162,162,782,258.0,000700,,40.70581148,-74.0081572071,210.0,005501,40.72679454,-73.99695094,996.504319905,5079,7722,2483,5201,005501,61061928.4125,000700,476954959.734,000700,97631811.0,005501,000700,40993.0028538,57258,168964,hub,hub,non_hub,584705.980012,4508913.17477,583785.918305,4506573.16797
+163,163,527,258.0,000700,,40.70581148,-74.0081572071,189.0,005502,40.72743423,-73.99379025,1022.17115895,2383,7722,1262,5201,005502,49017118.6146,000700,476954959.734,000700,97631811.0,005502,000700,40993.0028538,55117,168964,hub,hub,non_hub,584972.085912,4508987.23863,583785.918305,4506573.16797
+164,164,626,516.0,000700,,40.70581148,-74.0081572071,665.0,005600,40.74065347,-73.98778661,1483.16092438,2618,7722,2190,5201,005600,189153355.609,000700,476954959.734,000700,97631811.0,005600,000700,40993.0028538,113209,168964,hub,hub,non_hub,585462.168743,4510460.49357,583785.918305,4506573.16797
+165,165,1535,516.0,000700,,40.70581148,-74.0081572071,574.0,005700,40.729662915,-73.992405595,1091.65261543,2937,7722,1789,5201,005700,90178032.7137,000700,476954959.734,000700,97631811.0,005700,000700,40993.0028538,156896,168964,hub,hub,non_hub,585086.179601,4509235.9788,583785.918305,4506573.16797
+166,166,719,516.0,000700,,40.70581148,-74.0081572071,609.0,005800,40.743154205,-73.990299735,1557.57980829,3182,7722,2306,5201,005800,164037511.755,000700,476954959.734,000700,97631811.0,005800,000700,40993.0028538,130970,168964,hub,hub,non_hub,585246.786708,4510735.64918,583785.918305,4506573.16797
+167,167,273,258.0,000700,,40.70581148,-74.0081572071,217.0,005900,40.73049393,-73.9957214,1292.811953,5516,7722,3276,5201,005900,71785177.1361,000700,476954959.734,000700,97631811.0,005900,000700,40993.0028538,53180,168964,hub,hub,non_hub,584805.117401,4509325.01914,583785.918305,4506573.16797
+168,168,2430,516.0,000700,,40.70581148,-74.0081572071,441.0,006000,40.734822295,-73.976916765,1457.79331295,5286,7722,2459,5201,006000,27468182.8943,000700,476954959.734,000700,97631811.0,006000,000700,40993.0028538,80462,168964,hub,hub,non_hub,586387.478737,4509823.83141,583785.918305,4506573.16797
+169,169,2078,1032.0,000700,,40.70581148,-74.0081572071,987.0,006100,40.73385254,-73.992357065,1343.51055512,4913,7722,2683,5201,006100,91682014.33,000700,476954959.734,000700,97631811.0,006100,000700,40993.0028538,245510,168964,hub,hub,non_hub,585084.940162,4509701.10308,583785.918305,4506573.16797
+170,170,638,258.0,000700,,40.70581148,-74.0081572071,210.0,006200,40.7381765,-73.97738662,1477.34424786,4680,7722,1401,5201,006200,231817485.533,000700,476954959.734,000700,97631811.0,006200,000700,40993.0028538,33218,168964,hub,hub,non_hub,586343.467107,4510195.70961,583785.918305,4506573.16797
+171,171,490,774.0,000700,,40.70581148,-74.0081572071,693.0,006300,40.7346940933,-73.99785666,1429.03116064,6076,7722,4277,5201,006300,85447631.8451,000700,476954959.734,000700,97631811.0,006300,000700,40993.0028538,120233,168964,hub,hub,non_hub,584619.48321,4509789.20591,583785.918305,4506573.16797
+172,172,750,258.0,000700,,40.70581148,-74.0081572071,273.0,006400,40.73587678,-73.98205027,1466.29748811,7518,7722,5058,5201,006400,95664936.1545,000700,476954959.734,000700,97631811.0,006400,000700,40993.0028538,47750,168964,hub,hub,non_hub,585952.649806,4509935.84788,583785.918305,4506573.16797
+173,173,1158,774.0,000700,,40.70581148,-74.0081572071,742.0,006500,40.7306296367,-73.9991423,1206.05596464,6517,7722,3568,5201,006500,59290910.3694,000700,476954959.734,000700,97631811.0,006500,000700,40993.0028538,125356,168964,hub,hub,non_hub,584516.067395,4509336.78488,583785.918305,4506573.16797
+174,174,744,516.0,000700,,40.70581148,-74.0081572071,574.0,006600,40.739285505,-73.97827188,1587.92129285,11780,7722,6818,5201,006600,84730469.4548,000700,476954959.734,000700,97631811.0,006600,000700,40993.0028538,74621,168964,hub,hub,non_hub,586267.286922,4510317.94668,583785.918305,4506573.16797
+175,175,538,258.0,000700,,40.70581148,-74.0081572071,273.0,006700,40.73038599,-74.00214988,1292.85018957,4984,7722,3796,5201,006700,47238039.9972,000700,476954959.734,000700,97631811.0,006700,000700,40993.0028538,70025,168964,hub,hub,non_hub,584262.399901,4509306.84766,583785.918305,4506573.16797
+176,176,412,258.0,000700,,40.70581148,-74.0081572071,273.0,006800,40.74025878,-73.98409214,1428.43164016,6735,7722,4494,5201,006800,130298431.446,000700,476954959.734,000700,97631811.0,006800,000700,40993.0028538,58926,168964,hub,hub,non_hub,585774.608423,4510420.28363,583785.918305,4506573.16797
+177,177,1532,516.0,000700,,40.70581148,-74.0081572071,469.0,006900,40.732319905,-74.0069291,1237.24955416,2687,7722,1484,5201,006900,61292499.9331,000700,476954959.734,000700,97631811.0,006900,000700,40993.0028538,130727,168964,hub,hub,non_hub,583856.38945,4509516.94969,583785.918305,4506573.16797
+178,178,1598,774.0,000700,,40.70581148,-74.0081572071,889.0,007000,40.7425423786,-73.9756674283,1693.2195171,8302,7722,5669,5201,007000,78634704.8451,000700,476954959.734,000700,97631811.0,007000,000700,40993.0028538,145227,168964,hub,hub,non_hub,586482.972572,4510682.04568,583785.918305,4506573.16797
+179,179,349,516.0,000700,,40.70581148,-74.0081572071,497.0,007100,40.736526545,-74.000108805,1432.03424748,5633,7722,3844,5201,007100,68447429.2743,000700,476954959.734,000700,97631811.0,007100,000700,40993.0028538,79459,168964,hub,hub,non_hub,584426.995774,4509990.4524,583785.918305,4506573.16797
+180,180,1223,774.0,000700,,40.70581148,-74.0081572071,882.0,007200,40.7447014833,-73.98154809,1644.52030142,7734,7722,5222,5201,007200,132092861.454,000700,476954959.734,000700,97631811.0,007200,000700,40993.0028538,157612,168964,hub,hub,non_hub,585983.687715,4510915.94446,583785.918305,4506573.16797
+181,181,735,516.0,000700,,40.70581148,-74.0081572071,413.0,007300,40.734682705,-74.00388484,1385.00891344,5615,7722,4547,5201,007300,48716185.79,000700,476954959.734,000700,97631811.0,007300,000700,40993.0028538,92567,168964,hub,hub,non_hub,584110.479319,4509782.14883,583785.918305,4506573.16797
+182,182,347,516.0,000700,,40.70581148,-74.0081572071,602.0,007400,40.746413585,-73.98586892,1732.06165457,4179,7722,2700,5201,007400,170614202.951,000700,476954959.734,000700,97631811.0,007400,000700,40993.0028538,81121,168964,hub,hub,non_hub,585616.696258,4511101.7763,583785.918305,4506573.16797
+183,183,370,516.0,000700,,40.70581148,-74.0081572071,483.0,007600,40.74737476,-73.988320695,1627.42088129,2203,7722,1573,5201,007600,242014413.464,000700,476954959.734,000700,97631811.0,007600,000700,40993.0028538,97464,168964,hub,hub,non_hub,585408.475283,4511206.08492,583785.918305,4506573.16797
+184,184,368,258.0,000700,,40.70581148,-74.0081572071,301.0,007700,40.7390169121,-74.0026376103,1443.58577893,5404,7722,4254,5201,007700,59306273.1509,000700,476954959.734,000700,97631811.0,007700,000700,40993.0028538,79025,168964,hub,hub,non_hub,584210.329106,4510264.47156,583785.918305,4506573.16797
+185,185,688,258.0,000700,,40.70581148,-74.0081572071,273.0,007800,40.74780373,-73.9734419,1772.56511814,7380,7722,5372,5201,007800,112124597.728,000700,476954959.734,000700,97631811.0,007800,000700,40993.0028538,59601,168964,hub,hub,non_hub,586664.043115,4511268.28888,583785.918305,4506573.16797
+186,186,2032,1290.0,000700,,40.70581148,-74.0081572071,1218.0,007900,40.738916514,-74.007286026,1425.68989673,4406,7722,2904,5201,007900,86937368.5918,000700,476954959.734,000700,97631811.0,007900,000700,40993.0028538,171846,168964,hub,hub,non_hub,583817.969395,4510248.87788,583785.918305,4506573.16797
+187,187,721,516.0,000700,,40.70581148,-74.0081572071,497.0,008000,40.7485693,-73.97717991,1743.45336267,4946,7722,3730,5201,008000,197763821.532,000700,476954959.734,000700,97631811.0,008000,000700,40993.0028538,74808,168964,hub,hub,non_hub,586347.477591,4511349.58844,583785.918305,4506573.16797
+188,188,283,258.0,000700,,40.70581148,-74.0081572071,273.0,008100,40.73935542,-73.99931783,1473.17741527,8675,7722,5315,5201,008100,91100400.6907,000700,476954959.734,000700,97631811.0,008100,000700,40993.0028538,53195,168964,hub,hub,non_hub,584490.204148,4510305.23824,583785.918305,4506573.16797
+189,189,2426,774.0,000700,,40.70581148,-74.0081572071,1225.0,008200,40.7519552957,-73.9793882027,1762.13014727,3442,7722,2534,5201,008200,262405408.076,000700,476954959.734,000700,97631811.0,008200,000700,40993.0028538,228612,168964,hub,hub,non_hub,586156.677418,4511723.28846,583785.918305,4506573.16797
+190,190,1077,1032.0,000700,,40.70581148,-74.0081572071,833.0,008300,40.742591315,-74.004102785,1498.40584814,4211,7722,2321,5201,008300,119862327.354,000700,476954959.734,000700,97631811.0,008300,000700,40993.0028538,186113,168964,hub,hub,non_hub,584082.11654,4510659.85081,583785.918305,4506573.16797
+191,191,314,258.0,000700,,40.70581148,-74.0081572071,266.0,008400,40.75038009,-73.98338988,1674.22944682,1726,7722,1041,5201,008400,147824461.739,000700,476954959.734,000700,97631811.0,008400,000700,40993.0028538,34199,168964,hub,hub,non_hub,585820.889203,4511544.50828,583785.918305,4506573.16797
+192,192,1897,258.0,000700,,40.70581148,-74.0081572071,301.0,008601,40.744219,-73.97121214,1665.44391636,2551,7722,1528,5201,008601,31141773.9073,000700,476954959.734,000700,97631811.0,008601,000700,40993.0028538,31961,168964,hub,hub,non_hub,586856.951039,4510872.56191,583785.918305,4506573.16797
+193,193,534,516.0,000700,,40.70581148,-74.0081572071,546.0,008700,40.74206378,-73.995708955,1543.6382374,6671,7722,4249,5201,008700,85660216.7821,000700,476954959.734,000700,97631811.0,008700,000700,40993.0028538,152953,168964,hub,hub,non_hub,584791.475936,4510609.36503,583785.918305,4506573.16797
+194,194,356,516.0,000700,,40.70581148,-74.0081572071,546.0,008800,40.75012189,-73.970133575,1914.23618228,6964,7722,5507,5201,008800,216532475.876,000700,476954959.734,000700,97631811.0,008800,000700,40993.0028538,43247,168964,hub,hub,non_hub,586940.323322,4511528.89362,583785.918305,4506573.16797
+195,195,749,774.0,000700,,40.70581148,-74.0081572071,840.0,008900,40.74529008,-74.0021768567,1528.94226333,5560,7722,3511,5201,008900,54419260.2723,000700,476954959.734,000700,97631811.0,008900,000700,40993.0028538,158638,168964,hub,hub,non_hub,584241.316685,4510961.27944,583785.918305,4506573.16797
+196,196,571,774.0,000700,,40.70581148,-74.0081572071,770.0,009000,40.75261798,-73.9703317533,1895.33581775,7026,7722,5832,5201,009000,208846060.851,000700,476954959.734,000700,97631811.0,009000,000700,40993.0028538,74531,168964,hub,hub,non_hub,586920.342162,4511805.78171,583785.918305,4506573.16797
+197,197,310,258.0,000700,,40.70581148,-74.0081572071,273.0,009100,40.74487634,-73.99529885,1731.46090165,6415,7722,4386,5201,009100,127325659.041,000700,476954959.734,000700,97631811.0,009100,000700,40993.0028538,63878,168964,hub,hub,non_hub,584822.527687,4510921.97538,583785.918305,4506573.16797
+198,198,315,516.0,000700,,40.70581148,-74.0081572071,770.0,009200,40.7548518863,-73.9734329075,1899.6557944,1754,7722,1461,5201,009200,408192557.246,000700,476954959.734,000700,97631811.0,009200,000700,40993.0028538,72226,168964,hub,hub,non_hub,586655.650548,4512050.69496,583785.918305,4506573.16797
+199,199,142,258.0,000700,,40.70581148,-74.0081572071,273.0,009300,40.74475148,-73.99915362,1463.86346154,9705,7722,5585,5201,009300,68528055.2433,000700,476954959.734,000700,97631811.0,009300,000700,40993.0028538,52202,168964,hub,hub,non_hub,584497.239363,4510904.39701,583785.918305,4506573.16797
+200,200,367,258.0,000700,,40.70581148,-74.0081572071,217.0,009400,40.75320159,-73.9779874,1787.70474784,29,7722,16,5201,009400,299218147.811,000700,476954959.734,000700,97631811.0,009400,000700,40993.0028538,82147,168964,hub,hub,non_hub,586273.319314,4511863.01244,583785.918305,4506573.16797
+201,201,197,258.0,000700,,40.70581148,-74.0081572071,357.0,009500,40.746647,-73.993915,1577.12020656,3425,7722,1416,5201,009500,129660033.725,000700,476954959.734,000700,97631811.0,009500,000700,40993.0028538,57488,168964,hub,hub,non_hub,584937.108907,4511119.86954,583785.918305,4506573.16797
+202,202,151,774.0,000700,5.94349998088,40.705836577,-74.0082587815,980.0,009600,40.7561204725,-73.9804008167,1807.70891909,153,7722,268,5201,009600,270304841.585,000700,476954959.734,000700,97631811.0,009600,000700,40993.0028538,71527,168964,hub,hub,non_hub,586065.822645,4512184.66016,583777.306229,4506575.85702
+203,203,457,774.0,000700,,40.70581148,-74.0081572071,693.0,009700,40.7493616033,-73.9991321067,1594.83882281,4744,7722,2827,5201,009700,83018263.1602,000700,476954959.734,000700,97631811.0,009700,000700,40993.0028538,118804,168964,hub,hub,non_hub,584493.220017,4511416.17434,583785.918305,4506573.16797
+204,204,209,516.0,000700,,40.70581148,-74.0081572071,490.0,009800,40.755285655,-73.96667288,2086.71644307,7105,7722,5244,5201,009800,115943808.909,000700,476954959.734,000700,97631811.0,009800,000700,40993.0028538,40039,168964,hub,hub,non_hub,587225.727282,4512105.54383,583785.918305,4506573.16797
+205,205,1822,1290.0,000700,,40.70581148,-74.0081572071,1295.0,009900,40.7520807866,-74.0031899092,1531.70167283,3617,7722,2438,5201,009900,404439511.776,000700,476954959.734,000700,97631811.0,009900,000700,40993.0028538,208076,168964,hub,hub,non_hub,584147.226991,4511714.12465,583785.918305,4506573.16797
+206,206,248,774.0,000700,,40.70581148,-74.0081572071,847.0,010000,40.7583696933,-73.9710287767,1951.72420903,1829,7722,1399,5201,010000,366457143.613,000700,476954959.734,000700,97631811.0,010000,000700,40993.0028538,72085,168964,hub,hub,non_hub,586854.014885,4512443.57459,583785.918305,4506573.16797
+207,207,745,774.0,000700,,40.70581148,-74.0081572071,889.0,010100,40.74945622,-73.9903382667,1556.7232022,1119,7722,828,5201,010100,246168211.101,000700,476954959.734,000700,97631811.0,010100,000700,40993.0028538,183377,168964,hub,hub,non_hub,585235.486219,4511435.18064,583785.918305,4506573.16797
+208,208,119,516.0,000700,,40.70581148,-74.0081572071,567.0,010200,40.7606694,-73.973473555,1718.25870927,313,7722,268,5201,010200,333450202.294,000700,476954959.734,000700,97631811.0,010200,000700,40993.0028538,46675,168964,hub,hub,non_hub,586644.664817,4512696.44233,583785.918305,4506573.16797
+209,209,1881,516.0,000700,,40.70581148,-74.0081572071,686.0,010300,40.751000495,-73.994372255,1745.58565438,1859,7722,1351,5201,010300,141506056.87,000700,476954959.734,000700,97631811.0,010300,000700,40993.0028538,221593,168964,hub,hub,non_hub,584892.968074,4511602.69644,583785.918305,4506573.16797
+210,210,140,516.0,000700,,40.70581148,-74.0081572071,525.0,010400,40.761664375,-73.976854975,2084.08938603,1031,7722,1033,5201,010400,363981333.295,000700,476954959.734,000700,97631811.0,010400,000700,40993.0028538,65073,168964,hub,hub,non_hub,586357.961325,4512803.55852,583785.918305,4506573.16797
+211,211,138,258.0,000700,,40.70581148,-74.0081572071,231.0,010602,40.75849116,-73.95920622,2270.60372917,4794,7722,2963,5201,010602,67980898.3739,000700,476954959.734,000700,97631811.0,010602,000700,40993.0028538,22153,168964,hub,hub,non_hub,587851.796682,4512468.82754,583785.918305,4506573.16797
+212,212,446,774.0,000700,,40.70581148,-74.0081572071,819.0,010800,40.7591736033,-73.96613818,2091.10589833,8531,7722,6272,5201,010800,189351523.799,000700,476954959.734,000700,97631811.0,010800,000700,40993.0028538,79198,168964,hub,hub,non_hub,587265.778542,4512537.66689,583785.918305,4506573.16797
+213,213,131,516.0,000700,,40.70581148,-74.0081572071,798.0,010900,40.751351715,-73.987594755,1839.61888696,182,7722,92,5201,010900,228173063.011,000700,476954959.734,000700,97631811.0,010900,000700,40993.0028538,60092,168964,hub,hub,non_hub,585464.669441,4511648.26242,583785.918305,4506573.16797
+214,214,81,258.0,000700,,40.70581148,-74.0081572071,413.0,011201,40.7643971,-73.97371465,2156.72761905,827,7722,964,5201,011201,118515444.187,000700,476954959.734,000700,97631811.0,011201,000700,40993.0028538,41525,168964,hub,hub,non_hub,586619.474659,4513110.00718,583785.918305,4506573.16797
+215,215,182,258.0,000700,,40.70581148,-74.0081572071,231.0,011203,40.76095756,-73.96724467,2065.04435493,1176,7722,1160,5201,011203,143782379.009,000700,476954959.734,000700,97631811.0,011203,000700,40993.0028538,48033,168964,hub,hub,non_hub,587170.050102,4512734.59972,583785.918305,4506573.16797
+216,216,945,1032.0,000700,,40.70581148,-74.0081572071,1386.0,011300,40.7548008425,-73.9888010575,1603.69936829,204,7722,107,5201,011300,357940519.061,000700,476954959.734,000700,97631811.0,011300,000700,40993.0028538,236650,168964,hub,hub,non_hub,585358.423228,4512029.96675,583785.918305,4506573.16797
+217,217,492,516.0,000700,,40.70581148,-74.0081572071,574.0,011500,40.75701407,-73.992353645,1686.9313063,2487,7722,1678,5201,011500,130958459.747,000700,476954959.734,000700,97631811.0,011500,000700,40993.0028538,103294,168964,hub,hub,non_hub,585055.712647,4512272.20178,583785.918305,4506573.16797
+218,218,831,516.0,000700,,40.70581148,-74.0081572071,588.0,011700,40.76058799,-74.00080945,1767.57554977,2938,7722,2304,5201,011700,91270705.1484,000700,476954959.734,000700,97631811.0,011700,000700,40993.0028538,73016,168964,hub,hub,non_hub,584337.427395,4512660.77158,583785.918305,4506573.16797
+219,219,87,258.0,000700,,40.70581148,-74.0081572071,238.0,011900,40.7568001,-73.98291153,1872.11772894,1079,7722,1121,5201,011900,395254501.74,000700,476954959.734,000700,97631811.0,011900,000700,40993.0028538,39976,168964,hub,hub,non_hub,585853.012005,4512257.64444,583785.918305,4506573.16797
+220,220,562,774.0,000700,,40.70581148,-74.0081572071,763.0,012100,40.7598593767,-73.9914900133,1602.63826489,8366,7722,5744,5201,012100,101223732.045,000700,476954959.734,000700,97631811.0,012100,000700,40993.0028538,132767,168964,hub,hub,non_hub,585124.983126,4512588.88932,583785.918305,4506573.16797
+221,221,144,258.0,000700,,40.70581148,-74.0081572071,357.0,012500,40.76064679,-73.98442659,2115.93745221,2439,7722,2096,5201,012500,322911522.418,000700,476954959.734,000700,97631811.0,012500,000700,40993.0028538,45486,168964,hub,hub,non_hub,585720.180916,4512683.17447,583785.918305,4506573.16797
+222,222,329,516.0,000700,,40.70581148,-74.0081572071,588.0,012700,40.762485435,-73.990447135,1824.04936795,6437,7722,4434,5201,012700,104637996.687,000700,476954959.734,000700,97631811.0,012700,000700,40993.0028538,83393,168964,hub,hub,non_hub,585209.656415,4512881.41361,583785.918305,4506573.16797
+223,223,219,258.0,000700,,40.70581148,-74.0081572071,168.0,012900,40.76341379,-73.99667444,1826.49198352,5312,7722,3621,5201,012900,158698340.053,000700,476954959.734,000700,97631811.0,012900,000700,40993.0028538,28661,168964,hub,hub,non_hub,584682.864463,4512978.43901,583785.918305,4506573.16797
+224,224,390,774.0,000700,,40.70581148,-74.0081572071,1120.0,013100,40.7621295133,-73.98215453,1912.77674435,2489,7722,2283,5201,013100,405023451.28,000700,476954959.734,000700,97631811.0,013100,000700,40993.0028538,107228,168964,hub,hub,non_hub,585910.04945,4512849.98999,583785.918305,4506573.16797
+225,225,255,774.0,000700,6.97971340907,40.705912094,-74.0081457295,707.0,013300,40.764730391,-73.986591715,1771.05217092,5363,7722,3909,5201,013300,79847412.2593,000700,476954959.734,000700,97631811.0,013300,000700,40993.0028538,89810,168964,hub,hub,non_hub,585532.19356,4513134.3719,583786.761786,4506584.34771
+226,226,341,516.0,000700,,40.70581148,-74.0081572071,455.0,013500,40.766984435,-73.99227308,1895.09771814,6075,7722,3935,5201,013500,198199142.958,000700,476954959.734,000700,97631811.0,013500,000700,40993.0028538,64723,168964,hub,hub,non_hub,585049.80204,4513379.06475,583785.918305,4506573.16797
+227,227,276,516.0,000700,,40.70581148,-74.0081572071,686.0,013700,40.766109285,-73.981808355,1984.44801014,6557,7722,5442,5201,013700,314878324.419,000700,476954959.734,000700,97631811.0,013700,000700,40993.0028538,91142,168964,hub,hub,non_hub,585934.141665,4513292.1137,583785.918305,4506573.16797
+228,228,79,258.0,000700,,40.70581148,-74.0081572071,189.0,013900,40.768254,-73.988639,1875.65551839,7607,7722,7359,5201,013900,139918084.587,000700,476954959.734,000700,97631811.0,013900,000700,40993.0028538,26390,168964,hub,hub,non_hub,585354.890073,4513523.52534,583785.918305,4506573.16797
+229,229,53,258.0,000700,,40.70581148,-74.0081572071,343.0,014300,40.76590936,-73.97634151,1919.66071429,3,7722,0,5201,014300,50027992.3322,000700,476954959.734,000700,97631811.0,014300,000700,40993.0028538,21051,168964,hub,hub,non_hub,586395.803012,4513275.28949,583785.918305,4506573.16797
+230,230,300,258.0,000700,,40.70581148,-74.0081572071,252.0,014500,40.76915505,-73.98191841,2068.24012708,5811,7722,3462,5201,014500,253397343.373,000700,476954959.734,000700,97631811.0,014500,000700,40993.0028538,68350,168964,hub,hub,non_hub,585920.929601,4513630.10902,583785.918305,4506573.16797
+231,231,265,258.0,000700,,40.70581148,-74.0081572071,385.0,014700,40.770513,-73.988038,1971.90246562,2586,7722,1743,5201,014700,70871746.8417,000700,476954959.734,000700,97631811.0,014700,000700,40993.0028538,35099,168964,hub,hub,non_hub,585402.720353,4513774.87644,583785.918305,4506573.16797
+232,232,171,258.0,000700,,40.70581148,-74.0081572071,252.0,015100,40.771522,-73.990541,2075.21713776,8105,7722,4856,5201,015100,164953931.102,000700,476954959.734,000700,97631811.0,015100,000700,40993.0028538,17578,168964,hub,hub,non_hub,585190.192062,4513884.4495,583785.918305,4506573.16797
+233,233,6139,516.0,000700,,40.70581148,-74.0081572071,490.0,031703,40.71644312,-74.014902115,851.515199467,8670,7722,4231,5201,031703,332361109.355,000700,476954959.734,000700,97631811.0,031703,000700,40993.0028538,136082,168964,hub,hub,hub,583202.897614,4507746.93647,583785.918305,4506573.16797
+234,234,7347,774.0,000700,,40.70581148,-74.0081572071,686.0,031704,40.7085171733,-74.0165557667,563.710608159,6610,7722,3790,5201,031704,160823714.408,000700,476954959.734,000700,97631811.0,031704,000700,40993.0028538,105244,168964,hub,hub,hub,583073.076824,4506865.54027,583785.918305,4506573.16797
+235,235,5089,774.0,000700,,40.70581148,-74.0081572071,595.0,000600,40.7128987867,-73.9898646367,718.635278897,11558,7722,4083,5201,000600,59149181.7526,000700,476954959.734,000700,97631811.0,000600,000700,40993.0028538,70053,168964,hub,hub,hub,585322.159723,4507377.5136,583785.918305,4506573.16797
+236,236,1752,141.0,000800,,40.712414475,-73.993471545,108.0,000202,40.71318002,-73.9818904933,488.162701584,8012,10365,3598,4150,000202,37878157.9781,000800,46479755.076,,0.0,000202,000800,162816.828983,56352,35345,hub,hub,non_hub,585995.353038,4507416.50937,585018.109713,4507320.25418
+237,237,2392,329.0,000800,,40.712414475,-73.993471545,516.0,000700,40.70581148,-74.0081572071,680.012317922,7722,10365,5201,4150,000700,476954959.734,000800,46479755.076,,0.0,000700,000800,162816.828983,160040,35345,hub,hub,non_hub,583785.918305,4506573.16797,585018.109713,4507320.25418
+238,238,742,141.0,000800,,40.712414475,-73.993471545,194.0,000900,40.7024745833,-74.01224785,806.715461268,1140,10365,939,4150,000900,404341803.896,000800,46479755.076,,0.0,000900,000800,162816.828983,46446,35345,hub,hub,non_hub,583444.520998,4506198.85784,585018.109713,4507320.25418
+239,239,582,47.0,000800,,40.712414475,-73.993471545,38.0,001002,40.71782143,-73.97628939,792.51984127,6439,10365,2346,4150,001002,22763374.2099,000800,46479755.076,,0.0,001002,000800,162816.828983,15916,35345,hub,hub,non_hub,586462.45635,4507937.23607,585018.109713,4507320.25418
+240,240,385,94.0,000800,,40.712414475,-73.993471545,92.0,001200,40.717364275,-73.982955325,654.113407063,3547,10365,1857,4150,001200,23518220.7411,000800,46479755.076,,0.0,001200,000800,162816.828983,36493,35345,hub,hub,non_hub,585900.031125,4507879.94738,585018.109713,4507320.25418
+241,241,262,47.0,000800,,40.712414475,-73.993471545,72.0,001300,40.70463334,-74.01361706,802.951607916,3776,10365,3028,4150,001300,286606455.687,000800,46479755.076,,0.0,001300,000800,162816.828983,27671,35345,hub,hub,non_hub,583326.158808,4506437.19368,585018.109713,4507320.25418
+242,242,626,47.0,000800,,40.712414475,-73.993471545,56.0,001401,40.71559509,-73.9870295,353.907323232,3289,10365,1708,4150,001401,20168722.3199,000800,46479755.076,,0.0,001401,000800,162816.828983,26885,35345,hub,hub,non_hub,585558.18429,4507679.57909,585018.109713,4507320.25418
+243,243,311,94.0,000800,,40.712414475,-73.993471545,134.0,001501,40.70966832,-74.003597135,536.36820936,5581,10365,3450,4150,001501,172466366.322,000800,46479755.076,,0.0,001501,000800,162816.828983,27425,35345,hub,hub,non_hub,584166.279828,4507005.66129,585018.109713,4507320.25418
+244,244,1091,141.0,000800,,40.712414475,-73.993471545,246.0,001502,40.7088053467,-74.00635276,635.310777808,7095,10365,3459,4150,001502,221282059.103,000800,46479755.076,,0.0,001502,000800,162816.828983,82052,35345,hub,hub,non_hub,583934.59195,4506907.22889,585018.109713,4507320.25418
+245,245,2133,141.0,000800,,40.712414475,-73.993471545,214.0,001600,40.7153350167,-73.9943926833,374.989206977,8236,10365,3242,4150,001600,76565505.7581,000800,46479755.076,,0.0,001600,000800,162816.828983,82798,35345,hub,hub,non_hub,584936.591099,4507643.5622,585018.109713,4507320.25418
+246,246,2215,188.0,000800,,40.712414475,-73.993471545,308.0,001800,40.7193657075,-73.9906468425,487.992301132,8063,10365,3489,4150,001800,60554858.5127,000800,46479755.076,,0.0,001800,000800,162816.828983,133306,35345,hub,hub,non_hub,585247.838585,4508094.62497,585018.109713,4507320.25418
+247,247,618,94.0,000800,,40.712414475,-73.993471545,92.0,002000,40.721554605,-73.977309405,904.673861635,4795,10365,1899,4150,002000,17907673.5628,000800,46479755.076,,0.0,002000,000800,162816.828983,31656,35345,hub,hub,non_hub,586371.478696,4508350.63994,585018.109713,4507320.25418
+248,248,677,188.0,000800,,40.712414475,-73.993471545,204.0,002100,40.71451321,-74.0108850975,816.28325178,6111,10365,3038,4150,002100,273869828.705,000800,46479755.076,,0.0,002100,000800,162816.828983,151037,35345,hub,hub,non_hub,583544.598931,4507536.51732,585018.109713,4507320.25418
+249,249,1188,94.0,000800,,40.712414475,-73.993471545,88.0,002201,40.71833027,-73.980972895,650.517497213,6762,10365,3030,4150,002201,37585954.9949,000800,46479755.076,,0.0,002201,000800,162816.828983,26391,35345,hub,hub,non_hub,586066.226443,4507989.12022,585018.109713,4507320.25418
+250,250,117,47.0,000800,,40.712414475,-73.993471545,62.0,002202,40.7208736,-73.98085795,872.43077957,2256,10365,1045,4150,002202,13179093.8977,000800,46479755.076,,0.0,002202,000800,162816.828983,23935,35345,hub,hub,non_hub,586072.658368,4508271.55961,585018.109713,4507320.25418
+251,251,443,94.0,000800,,40.712414475,-73.993471545,96.0,002400,40.724744875,-73.974986535,1013.39872143,5775,10365,2175,4150,002400,17986635.5592,000800,46479755.076,,0.0,002400,000800,162816.828983,17965,35345,hub,hub,non_hub,586563.526382,4508707.06897,585018.109713,4507320.25418
+252,252,798,94.0,000800,,40.712414475,-73.993471545,124.0,002500,40.7111743,-73.99849582,586.661301591,5061,10365,1917,4150,002500,22428407.6271,000800,46479755.076,,0.0,002500,000800,162816.828983,28216,35345,hub,hub,non_hub,584595.28909,4507177.73549,585018.109713,4507320.25418
+253,253,67,47.0,000800,,40.712414475,-73.993471545,62.0,002601,40.72299208,-73.97995466,887.339569161,3774,10365,1593,4150,002601,22248722.3098,000800,46479755.076,,0.0,002601,000800,162816.828983,22144,35345,hub,hub,non_hub,586146.216204,4508507.61099,585018.109713,4507320.25418
+254,254,305,47.0,000800,,40.712414475,-73.993471545,54.0,002700,40.71307916,-73.99851193,477.07486884,1191,10365,655,4150,002700,11349914.9514,000800,46479755.076,,0.0,002700,000800,162816.828983,20570,35345,hub,hub,non_hub,584591.517275,4507389.17181,585018.109713,4507320.25418
+255,255,200,47.0,000800,,40.712414475,-73.993471545,64.0,002800,40.72521311,-73.97768752,1013.87573496,7302,10365,3341,4150,002800,47641507.3146,000800,46479755.076,,0.0,002800,000800,162816.828983,36744,35345,hub,hub,non_hub,586334.816403,4508756.38709,585018.109713,4507320.25418
+256,256,312,47.0,000800,,40.712414475,-73.993471545,86.0,002900,40.71602118,-73.99974372,531.607118984,5855,10365,2420,4150,002900,200965547.24,000800,46479755.076,,0.0,002900,000800,162816.828983,31936,35345,hub,hub,non_hub,584483.752153,4507714.56961,585018.109713,4507320.25418
+257,257,643,47.0,000800,,40.712414475,-73.993471545,70.0,003001,40.72066442,-73.98517977,616.015676824,4301,10365,2553,4150,003001,34302720.7166,000800,46479755.076,,0.0,003001,000800,162816.828983,41223,35345,hub,hub,non_hub,585707.91731,4508244.11218,585018.109713,4507320.25418
+258,258,154,47.0,000800,,40.712414475,-73.993471545,74.0,003002,40.72217444,-73.98368779,753.731624319,3031,10365,1885,4150,003002,18686109.2263,000800,46479755.076,,0.0,003002,000800,162816.828983,38675,35345,hub,hub,non_hub,585831.986427,4508413.19181,585018.109713,4507320.25418
+259,259,841,141.0,000800,,40.712414475,-73.993471545,242.0,003100,40.7140617467,-74.0041933367,514.32380381,2809,10365,858,4150,003100,145687012.574,000800,46479755.076,,0.0,003100,000800,162816.828983,81469,35345,hub,hub,non_hub,584110.388584,4507492.78891,585018.109713,4507320.25418
+260,260,411,141.0,000800,,40.712414475,-73.993471545,200.0,003200,40.7260543867,-73.9823576167,888.556724485,7630,10365,4888,4150,003200,46369492.482,000800,46479755.076,,0.0,003200,000800,162816.828983,138064,35345,hub,hub,non_hub,585939.335766,4508845.19329,585018.109713,4507320.25418
+261,261,546,235.0,000800,,40.712414475,-73.993471545,346.0,003300,40.7188263396,-74.006324513,808.540942739,5174,10365,2694,4150,003300,215459582.054,000800,46479755.076,,0.0,003300,000800,162816.828983,115059,35345,hub,hub,non_hub,583924.392855,4508019.65108,585018.109713,4507320.25418
+262,262,120,47.0,000800,,40.712414475,-73.993471545,78.0,003400,40.72955361,-73.98057249,1040.67216117,6706,10365,4203,4150,003400,42933229.7541,000800,46479755.076,,0.0,003400,000800,162816.828983,47926,35345,hub,hub,non_hub,586085.581298,4509235.37985,585018.109713,4507320.25418
+263,263,1878,94.0,000800,,40.712414475,-73.993471545,132.0,003601,40.72217423,-73.990293175,505.440966858,3299,10365,1613,4150,003601,29191583.8104,000800,46479755.076,,0.0,003601,000800,162816.828983,77585,35345,hub,hub,non_hub,585274.124459,4508406.73315,585018.109713,4507320.25418
+264,264,400,94.0,000800,,40.712414475,-73.993471545,124.0,003602,40.724852985,-73.989265345,683.081944341,2918,10365,1586,4150,003602,24941258.1161,000800,46479755.076,,0.0,003602,000800,162816.828983,82124,35345,hub,hub,non_hub,585357.507872,4508705.09166,585018.109713,4507320.25418
+265,265,335,188.0,000800,,40.712414475,-73.993471545,296.0,003700,40.7256696075,-74.0052069325,1063.83576857,2401,10365,1490,4150,003700,212385639.924,000800,46479755.076,,0.0,003700,000800,162816.828983,173333,35345,hub,hub,non_hub,584010.178026,4508780.36793,585018.109713,4507320.25418
+266,266,726,188.0,000800,,40.712414475,-73.993471545,320.0,003800,40.72765889,-73.988195855,830.064260867,8610,10365,5795,4150,003800,67437493.5221,000800,46479755.076,,0.0,003800,000800,162816.828983,167230,35345,hub,hub,non_hub,585444.239635,4509017.60641,585018.109713,4507320.25418
+267,267,242,188.0,000800,,40.712414475,-73.993471545,212.0,003900,40.7201717475,-74.00983051,1028.17738407,5253,10365,3059,4150,003900,194910113.03,000800,46479755.076,,0.0,003900,000800,162816.828983,113624,35345,hub,hub,non_hub,583626.593058,4508165.65565,585018.109713,4507320.25418
+268,268,395,94.0,000800,,40.712414475,-73.993471545,132.0,004000,40.73000573,-73.98549552,920.498676911,9801,10365,4546,4150,004000,66858387.5133,000800,46479755.076,,0.0,004000,000800,162816.828983,99660,35345,hub,hub,non_hub,585669.269443,4509280.75306,585018.109713,4507320.25418
+269,269,684,94.0,000800,,40.712414475,-73.993471545,128.0,004100,40.7195529,-73.996789035,600.770869536,7793,10365,3765,4150,004100,71738983.3617,000800,46479755.076,,0.0,004100,000800,162816.828983,114685,35345,hub,hub,non_hub,584728.836557,4508109.46034,585018.109713,4507320.25418
+270,270,182,47.0,000800,,40.712414475,-73.993471545,70.0,004200,40.73223272,-73.98889957,997.490384615,4988,10365,1801,4150,004200,39941846.3325,000800,46479755.076,,0.0,004200,000800,162816.828983,50846,35345,hub,hub,non_hub,585378.96492,4509524.64843,585018.109713,4507320.25418
+271,271,335,94.0,000800,,40.712414475,-73.993471545,134.0,004300,40.723870235,-73.995226525,697.19629331,4267,10365,2598,4150,004300,65935514.1184,000800,46479755.076,,0.0,004300,000800,162816.828983,95162,35345,hub,hub,non_hub,584855.320992,4508590.22212,585018.109713,4507320.25418
+272,272,314,94.0,000800,,40.712414475,-73.993471545,120.0,004400,40.73080269,-73.97968993,1167.30433161,17710,10365,8297,4150,004400,114601147.016,000800,46479755.076,,0.0,004400,000800,162816.828983,106427,35345,hub,hub,non_hub,586158.498991,4509374.90208,585018.109713,4507320.25418
+273,273,189,47.0,000800,,40.712414475,-73.993471545,54.0,004500,40.71910537,-73.99973337,588.587614081,840,10365,582,4150,004500,52009114.8865,000800,46479755.076,,0.0,004500,000800,162816.828983,34275,35345,hub,hub,non_hub,584480.726971,4508056.94497,585018.109713,4507320.25418
+274,274,84,47.0,000800,,40.712414475,-73.993471545,78.0,004700,40.72165481,-74.00234737,650.778592375,2267,10365,1586,4150,004700,75477587.1594,000800,46479755.076,,0.0,004700,000800,162816.828983,27544,35345,hub,hub,non_hub,584256.734795,4508337.43837,585018.109713,4507320.25418
+275,275,61,47.0,000800,,40.712414475,-73.993471545,70.0,004800,40.73624527,-73.98473765,1277.97682927,7550,10365,3799,4150,004800,74763044.6965,000800,46479755.076,,0.0,004800,000800,162816.828983,42567,35345,hub,hub,non_hub,585725.258797,4509974.12516,585018.109713,4507320.25418
+276,276,201,94.0,000800,,40.712414475,-73.993471545,146.0,004900,40.724268615,-74.000521515,937.405332244,4951,10365,3054,4150,004900,103848670.177,000800,46479755.076,,0.0,004900,000800,162816.828983,80152,35345,hub,hub,non_hub,584407.63728,4508629.34168,585018.109713,4507320.25418
+277,277,105,141.0,000800,,40.712414475,-73.993471545,186.0,005000,40.7359163467,-73.9873427633,1172.96467732,5061,10365,3595,4150,005000,120638459.215,000800,46479755.076,,0.0,005000,000800,162816.828983,111023,35345,hub,hub,non_hub,585505.709717,4509935.07175,585018.109713,4507320.25418
+278,278,160,94.0,000800,,40.712414475,-73.993471545,212.0,005200,40.73715585,-73.991241315,1342.2717824,4193,10365,1785,4150,005200,109103391.81,000800,46479755.076,,0.0,005200,000800,162816.828983,159876,35345,hub,hub,non_hub,585174.941657,4510068.87544,585018.109713,4507320.25418
+279,279,36,47.0,000800,,40.712414475,-73.993471545,94.0,005400,40.73971301,-73.99456405,1299.97727273,4656,10365,2837,4150,005400,128803552.888,000800,46479755.076,,0.0,005400,000800,162816.828983,73728,35345,hub,hub,non_hub,584891.129718,4510349.51956,585018.109713,4507320.25418
+280,280,273,47.0,000800,,40.712414475,-73.993471545,60.0,005501,40.72679454,-73.99695094,782.428817734,5079,10365,2483,4150,005501,61061928.4125,000800,46479755.076,,0.0,005501,000800,162816.828983,57258,35345,hub,hub,non_hub,584705.980012,4508913.17477,585018.109713,4507320.25418
+281,281,101,47.0,000800,,40.712414475,-73.993471545,54.0,005502,40.72743423,-73.99379025,755.947357724,2383,10365,1262,4150,005502,49017118.6146,000800,46479755.076,,0.0,005502,000800,162816.828983,55117,35345,hub,hub,non_hub,584972.085912,4508987.23863,585018.109713,4507320.25418
+282,282,122,94.0,000800,,40.712414475,-73.993471545,190.0,005600,40.74065347,-73.98778661,1376.35039959,2618,10365,2190,4150,005600,189153355.609,000800,46479755.076,,0.0,005600,000800,162816.828983,113209,35345,hub,hub,non_hub,585462.168743,4510460.49357,585018.109713,4507320.25418
+283,283,297,94.0,000800,,40.712414475,-73.993471545,164.0,005700,40.729662915,-73.992405595,909.111434659,2937,10365,1789,4150,005700,90178032.7137,000800,46479755.076,,0.0,005700,000800,162816.828983,156896,35345,hub,hub,non_hub,585086.179601,4509235.9788,585018.109713,4507320.25418
+284,284,162,94.0,000800,,40.712414475,-73.993471545,174.0,005800,40.743154205,-73.990299735,1539.41101779,3182,10365,2306,4150,005800,164037511.755,000800,46479755.076,,0.0,005800,000800,162816.828983,130970,35345,hub,hub,non_hub,585246.786708,4510735.64918,585018.109713,4507320.25418
+285,285,60,47.0,000800,,40.712414475,-73.993471545,62.0,005900,40.73049393,-73.9957214,1066.63636364,5516,10365,3276,4150,005900,71785177.1361,000800,46479755.076,,0.0,005900,000800,162816.828983,53180,35345,hub,hub,non_hub,584805.117401,4509325.01914,585018.109713,4507320.25418
+286,286,179,94.0,000800,,40.712414475,-73.993471545,126.0,006000,40.734822295,-73.976916765,1410.47262188,5286,10365,2459,4150,006000,27468182.8943,000800,46479755.076,,0.0,006000,000800,162816.828983,80462,35345,hub,hub,non_hub,586387.478737,4509823.83141,585018.109713,4507320.25418
+287,287,516,188.0,000800,,40.712414475,-73.993471545,282.0,006100,40.73385254,-73.992357065,1099.49628805,4913,10365,2683,4150,006100,91682014.33,000800,46479755.076,,0.0,006100,000800,162816.828983,245510,35345,hub,hub,non_hub,585084.940162,4509701.10308,585018.109713,4507320.25418
+288,288,49,47.0,000800,,40.712414475,-73.993471545,60.0,006200,40.7381765,-73.97738662,1372.11538462,4680,10365,1401,4150,006200,231817485.533,000800,46479755.076,,0.0,006200,000800,162816.828983,33218,35345,hub,hub,non_hub,586343.467107,4510195.70961,585018.109713,4507320.25418
+289,289,157,141.0,000800,,40.712414475,-73.993471545,198.0,006300,40.7346940933,-73.99785666,1277.66500104,6076,10365,4277,4150,006300,85447631.8451,000800,46479755.076,,0.0,006300,000800,162816.828983,120233,35345,hub,hub,non_hub,584619.48321,4509789.20591,585018.109713,4507320.25418
+290,290,214,47.0,000800,,40.712414475,-73.993471545,78.0,006400,40.73587678,-73.98205027,1174.94189815,7518,10365,5058,4150,006400,95664936.1545,000800,46479755.076,,0.0,006400,000800,162816.828983,47750,35345,hub,hub,non_hub,585952.649806,4509935.84788,585018.109713,4507320.25418
+291,291,307,141.0,000800,,40.712414475,-73.993471545,212.0,006500,40.7306296367,-73.9991423,899.40674841,6517,10365,3568,4150,006500,59290910.3694,000800,46479755.076,,0.0,006500,000800,162816.828983,125356,35345,hub,hub,non_hub,584516.067395,4509336.78488,585018.109713,4507320.25418
+292,292,188,94.0,000800,,40.712414475,-73.993471545,164.0,006600,40.739285505,-73.97827188,1391.87042397,11780,10365,6818,4150,006600,84730469.4548,000800,46479755.076,,0.0,006600,000800,162816.828983,74621,35345,hub,hub,non_hub,586267.286922,4510317.94668,585018.109713,4507320.25418
+293,293,152,47.0,000800,,40.712414475,-73.993471545,78.0,006700,40.73038599,-74.00214988,1054.74468864,4984,10365,3796,4150,006700,47238039.9972,000800,46479755.076,,0.0,006700,000800,162816.828983,70025,35345,hub,hub,non_hub,584262.399901,4509306.84766,585018.109713,4507320.25418
+294,294,122,47.0,000800,,40.712414475,-73.993471545,78.0,006800,40.74025878,-73.98409214,1360.19168984,6735,10365,4494,4150,006800,130298431.446,000800,46479755.076,,0.0,006800,000800,162816.828983,58926,35345,hub,hub,non_hub,585774.608423,4510420.28363,585018.109713,4507320.25418
+295,295,104,94.0,000800,,40.712414475,-73.993471545,134.0,006900,40.732319905,-74.0069291,1380.84732405,2687,10365,1484,4150,006900,61292499.9331,000800,46479755.076,,0.0,006900,000800,162816.828983,130727,35345,hub,hub,non_hub,583856.38945,4509516.94969,585018.109713,4507320.25418
+296,296,271,141.0,000800,,40.712414475,-73.993471545,254.0,007000,40.7425217738,-73.9756268349,1452.80079254,8302,10365,5669,4150,007000,78634704.8451,000800,46479755.076,,0.0,007000,000800,162816.828983,145227,35345,hub,hub,non_hub,586486.426563,4510679.7984,585018.109713,4507320.25418
+297,297,76,94.0,000800,,40.712414475,-73.993471545,142.0,007100,40.736526545,-74.000108805,1220.09878663,5633,10365,3844,4150,007100,68447429.2743,000800,46479755.076,,0.0,007100,000800,162816.828983,79459,35345,hub,hub,non_hub,584426.995774,4509990.4524,585018.109713,4507320.25418
+298,298,283,141.0,000800,,40.712414475,-73.993471545,252.0,007200,40.7447014833,-73.98154809,1527.25869892,7734,10365,5222,4150,007200,132092861.454,000800,46479755.076,,0.0,007200,000800,162816.828983,157612,35345,hub,hub,non_hub,585983.687715,4510915.94446,585018.109713,4507320.25418
+299,299,60,94.0,000800,,40.712414475,-73.993471545,118.0,007300,40.734682705,-74.00388484,1261.13958917,5615,10365,4547,4150,007300,48716185.79,000800,46479755.076,,0.0,007300,000800,162816.828983,92567,35345,hub,hub,non_hub,584110.479319,4509782.14883,585018.109713,4507320.25418
+300,300,69,94.0,000800,,40.712414475,-73.993471545,172.0,007400,40.746413585,-73.98586892,1667.24569328,4179,10365,2700,4150,007400,170614202.951,000800,46479755.076,,0.0,007400,000800,162816.828983,81121,35345,hub,hub,non_hub,585616.696258,4511101.7763,585018.109713,4507320.25418
+301,301,111,94.0,000800,,40.712414475,-73.993471545,138.0,007600,40.74737476,-73.988320695,1682.35848229,2203,10365,1573,4150,007600,242014413.464,000800,46479755.076,,0.0,007600,000800,162816.828983,97464,35345,hub,hub,non_hub,585408.475283,4511206.08492,585018.109713,4507320.25418
+302,302,17,47.0,000800,,40.712414475,-73.993471545,86.0,007700,40.7390169121,-74.0026376103,1237.275,5404,10365,4254,4150,007700,59306273.1509,000800,46479755.076,,0.0,007700,000800,162816.828983,79025,35345,hub,hub,non_hub,584210.329106,4510264.47156,585018.109713,4507320.25418
+303,303,117,47.0,000800,,40.712414475,-73.993471545,78.0,007800,40.74780373,-73.9734419,1694.16570946,7380,10365,5372,4150,007800,112124597.728,000800,46479755.076,,0.0,007800,000800,162816.828983,59601,35345,hub,hub,non_hub,586664.043115,4511268.28888,585018.109713,4507320.25418
+304,304,99,235.0,000800,,40.712414475,-73.993471545,348.0,007900,40.738916514,-74.007286026,1566.99824968,4406,10365,2904,4150,007900,86937368.5918,000800,46479755.076,,0.0,007900,000800,162816.828983,171846,35345,hub,hub,non_hub,583817.969395,4510248.87788,585018.109713,4507320.25418
+305,305,86,94.0,000800,,40.712414475,-73.993471545,142.0,008000,40.7485693,-73.97717991,1603.8810562,4946,10365,3730,4150,008000,197763821.532,000800,46479755.076,,0.0,008000,000800,162816.828983,74808,35345,hub,hub,non_hub,586347.477591,4511349.58844,585018.109713,4507320.25418
+306,306,22,47.0,000800,,40.712414475,-73.993471545,78.0,008100,40.73935542,-73.99931783,1227.625,8675,10365,5315,4150,008100,91100400.6907,000800,46479755.076,,0.0,008100,000800,162816.828983,53195,35345,hub,hub,non_hub,584490.204148,4510305.23824,585018.109713,4507320.25418
+307,307,156,141.0,000800,,40.712414475,-73.993471545,350.0,008200,40.7519175691,-73.9792478575,1461.71090923,3442,10365,2534,4150,008200,262405408.076,000800,46479755.076,,0.0,008200,000800,162816.828983,228612,35345,hub,hub,non_hub,586168.573795,4511719.23831,585018.109713,4507320.25418
+308,308,83,188.0,000800,,40.712414475,-73.993471545,238.0,008300,40.742591315,-74.004102785,1693.09996499,4211,10365,2321,4150,008300,119862327.354,000800,46479755.076,,0.0,008300,000800,162816.828983,186113,35345,hub,hub,non_hub,584082.11654,4510659.85081,585018.109713,4507320.25418
+309,309,18,47.0,000800,,40.712414475,-73.993471545,76.0,008400,40.75038009,-73.98338988,1523.29166667,1726,10365,1041,4150,008400,147824461.739,000800,46479755.076,,0.0,008400,000800,162816.828983,34199,35345,hub,hub,non_hub,585820.889203,4511544.50828,585018.109713,4507320.25418
+310,310,179,47.0,000800,,40.712414475,-73.993471545,86.0,008601,40.744219,-73.97121214,1611.36405187,2551,10365,1528,4150,008601,31141773.9073,000800,46479755.076,,0.0,008601,000800,162816.828983,31961,35345,hub,hub,non_hub,586856.951039,4510872.56191,585018.109713,4507320.25418
+311,311,84,94.0,000800,,40.712414475,-73.993471545,156.0,008700,40.74206378,-73.995708955,1425.41043021,6671,10365,4249,4150,008700,85660216.7821,000800,46479755.076,,0.0,008700,000800,162816.828983,152953,35345,hub,hub,non_hub,584791.475936,4510609.36503,585018.109713,4507320.25418
+312,312,67,94.0,000800,,40.712414475,-73.993471545,156.0,008800,40.75012189,-73.970133575,1556.76219807,6964,10365,5507,4150,008800,216532475.876,000800,46479755.076,,0.0,008800,000800,162816.828983,43247,35345,hub,hub,non_hub,586940.323322,4511528.89362,585018.109713,4507320.25418
+313,313,60,141.0,000800,,40.712414475,-73.993471545,240.0,008900,40.74529008,-74.0021768567,1421.06439394,5560,10365,3511,4150,008900,54419260.2723,000800,46479755.076,,0.0,008900,000800,162816.828983,158638,35345,hub,hub,non_hub,584241.316685,4510961.27944,585018.109713,4507320.25418
+314,314,177,141.0,000800,,40.712414475,-73.993471545,220.0,009000,40.75261798,-73.9703317533,1554.01057042,7026,10365,5832,4150,009000,208846060.851,000800,46479755.076,,0.0,009000,000800,162816.828983,74531,35345,hub,hub,non_hub,586920.342162,4511805.78171,585018.109713,4507320.25418
+315,315,52,47.0,000800,,40.712414475,-73.993471545,78.0,009100,40.74487634,-73.99529885,1568.0625,6415,10365,4386,4150,009100,127325659.041,000800,46479755.076,,0.0,009100,000800,162816.828983,63878,35345,hub,hub,non_hub,584822.527687,4510921.97538,585018.109713,4507320.25418
+316,316,44,94.0,000800,,40.712414475,-73.993471545,220.0,009200,40.7548518863,-73.9734329075,1624.72884615,1754,10365,1461,4150,009200,408192557.246,000800,46479755.076,,0.0,009200,000800,162816.828983,72226,35345,hub,hub,non_hub,586655.650548,4512050.69496,585018.109713,4507320.25418
+317,317,13,47.0,000800,,40.712414475,-73.993471545,78.0,009300,40.74475148,-73.99915362,1515.22619048,9705,10365,5585,4150,009300,68528055.2433,000800,46479755.076,,0.0,009300,000800,162816.828983,52202,35345,hub,hub,non_hub,584497.239363,4510904.39701,585018.109713,4507320.25418
+318,318,60,47.0,000800,,40.712414475,-73.993471545,62.0,009400,40.75320159,-73.9779874,1477.09449761,29,10365,16,4150,009400,299218147.811,000800,46479755.076,,0.0,009400,000800,162816.828983,82147,35345,hub,hub,non_hub,586273.319314,4511863.01244,585018.109713,4507320.25418
+319,319,18,47.0,000800,,40.712414475,-73.993471545,102.0,009500,40.746647,-73.993915,1871.69642857,3425,10365,1416,4150,009500,129660033.725,000800,46479755.076,,0.0,009500,000800,162816.828983,57488,35345,hub,hub,non_hub,584937.108907,4511119.86954,585018.109713,4507320.25418
+320,320,130,141.0,000800,5.40803855015,40.712744914,-73.993365058,280.0,009600,40.75570074,-73.980900776,1541.17450907,153,10365,268,4150,009600,270304841.585,000800,46479755.076,,0.0,009600,000800,162816.828983,71527,35345,hub,hub,non_hub,586024.160792,4512137.57652,585026.68406,4507357.03815
+321,321,88,141.0,000800,,40.712414475,-73.993471545,198.0,009700,40.7493616033,-73.9991321067,1793.27375201,4744,10365,2827,4150,009700,83018263.1602,000800,46479755.076,,0.0,009700,000800,162816.828983,118804,35345,hub,hub,non_hub,584493.220017,4511416.17434,585018.109713,4507320.25418
+322,322,73,94.0,000800,,40.712414475,-73.993471545,140.0,009800,40.755285655,-73.96667288,1851.30012626,7105,10365,5244,4150,009800,115943808.909,000800,46479755.076,,0.0,009800,000800,162816.828983,40039,35345,hub,hub,non_hub,587225.727282,4512105.54383,585018.109713,4507320.25418
+323,323,155,235.0,000800,,40.712414475,-73.993471545,370.0,009900,40.7520807866,-74.0031899092,1565.67268982,3617,10365,2438,4150,009900,404439511.776,000800,46479755.076,,0.0,009900,000800,162816.828983,208076,35345,hub,hub,non_hub,584147.226991,4511714.12465,585018.109713,4507320.25418
+324,324,27,141.0,000800,,40.712414475,-73.993471545,242.0,010000,40.7583696933,-73.9710287767,1814.50277778,1829,10365,1399,4150,010000,366457143.613,000800,46479755.076,,0.0,010000,000800,162816.828983,72085,35345,hub,hub,non_hub,586854.014885,4512443.57459,585018.109713,4507320.25418
+325,325,91,141.0,000800,,40.712414475,-73.993471545,254.0,010100,40.74945622,-73.9903382667,1692.95135328,1119,10365,828,4150,010100,246168211.101,000800,46479755.076,,0.0,010100,000800,162816.828983,183377,35345,hub,hub,non_hub,585235.486219,4511435.18064,585018.109713,4507320.25418
+326,326,8,94.0,000800,5.55092489306,40.7118637433,-73.9936490233,162.0,010200,40.7603498667,-73.97365674,1699.40939805,313,10365,268,4150,010200,333450202.294,000800,46479755.076,,0.0,010200,000800,162816.828983,46675,35345,hub,hub,non_hub,586629.617603,4512660.79085,585003.818931,4507258.9476
+327,327,56,94.0,000800,,40.712414475,-73.993471545,196.0,010300,40.751000495,-73.994372255,1671.12994048,1859,10365,1351,4150,010300,141506056.87,000800,46479755.076,,0.0,010300,000800,162816.828983,221593,35345,hub,hub,non_hub,584892.968075,4511602.69644,585018.109713,4507320.25418
+328,328,15,94.0,000800,,40.712414475,-73.993471545,150.0,010400,40.761664375,-73.976854975,1693.19166667,1031,10365,1033,4150,010400,363981333.295,000800,46479755.076,,0.0,010400,000800,162816.828983,65073,35345,hub,hub,non_hub,586357.961325,4512803.55852,585018.109713,4507320.25418
+329,329,12,47.0,000800,,40.712414475,-73.993471545,66.0,010602,40.75849116,-73.95920622,1792.3125,4794,10365,2963,4150,010602,67980898.3739,000800,46479755.076,,0.0,010602,000800,162816.828983,22153,35345,hub,hub,non_hub,587851.796682,4512468.82754,585018.109713,4507320.25418
+330,330,47,141.0,000800,,40.712414475,-73.993471545,234.0,010800,40.7591736033,-73.96613818,1845.82718254,8531,10365,6272,4150,010800,189351523.799,000800,46479755.076,,0.0,010800,000800,162816.828983,79198,35345,hub,hub,non_hub,587265.778542,4512537.66689,585018.109713,4507320.25418
+331,331,52,94.0,000800,,40.712414475,-73.993471545,228.0,010900,40.751351715,-73.987594755,1743.00815217,182,10365,92,4150,010900,228173063.011,000800,46479755.076,,0.0,010900,000800,162816.828983,60092,35345,hub,hub,non_hub,585464.669441,4511648.26242,585018.109713,4507320.25418
+332,332,10,47.0,000800,,40.712414475,-73.993471545,118.0,011201,40.7643971,-73.97371465,2568.95833333,827,10365,964,4150,011201,118515444.187,000800,46479755.076,,0.0,011201,000800,162816.828983,41525,35345,hub,hub,non_hub,586619.474659,4513110.00718,585018.109713,4507320.25418
+333,333,10,47.0,000800,,40.712414475,-73.993471545,66.0,011203,40.76095756,-73.96724467,1925.625,1176,10365,1160,4150,011203,143782379.009,000800,46479755.076,,0.0,011203,000800,162816.828983,48033,35345,hub,hub,non_hub,587170.050102,4512734.59972,585018.109713,4507320.25418
+334,334,234,188.0,000800,,40.712414475,-73.993471545,396.0,011300,40.7548008425,-73.9888010575,1562.10721706,204,10365,107,4150,011300,357940519.061,000800,46479755.076,,0.0,011300,000800,162816.828983,236650,35345,hub,hub,non_hub,585358.423228,4512029.96675,585018.109713,4507320.25418
+335,335,31,94.0,000800,,40.712414475,-73.993471545,164.0,011500,40.75701407,-73.992353645,1695.94444444,2487,10365,1678,4150,011500,130958459.747,000800,46479755.076,,0.0,011500,000800,162816.828983,103294,35345,hub,hub,non_hub,585055.712647,4512272.20178,585018.109713,4507320.25418
+336,336,13,94.0,000800,5.34426683322,40.712414475,-73.993471545,168.0,011700,40.76087502,-74.00277668,2059.85712871,2938,10365,2304,4150,011700,91270705.1484,000800,46479755.076,,0.0,011700,000800,162816.828983,73016,35345,hub,hub,non_hub,584171.017252,4512690.74507,585018.109713,4507320.25418
+337,337,16,47.0,000800,,40.712414475,-73.993471545,68.0,011900,40.7568001,-73.98291153,2121.6984127,1079,10365,1121,4150,011900,395254501.74,000800,46479755.076,,0.0,011900,000800,162816.828983,39976,35345,hub,hub,non_hub,585853.012005,4512257.64444,585018.109713,4507320.25418
+338,338,34,141.0,000800,,40.712414475,-73.993471545,218.0,012100,40.7598593767,-73.9914900133,1944.83611111,8366,10365,5744,4150,012100,101223732.045,000800,46479755.076,,0.0,012100,000800,162816.828983,132767,35345,hub,hub,non_hub,585124.983126,4512588.88932,585018.109713,4507320.25418
+339,339,31,47.0,000800,5.60529331926,40.71406667,-73.99293911,102.0,012500,40.76064679,-73.98442659,1679.05885954,2439,10365,2096,4150,012500,322911522.418,000800,46479755.076,,0.0,012500,000800,162816.828983,45486,35345,hub,hub,non_hub,585720.180916,4512683.17447,585060.98053,4507504.17416
+340,340,23,94.0,000800,5.77568424028,40.7129652067,-73.9932940667,168.0,012700,40.7624143067,-73.9895921067,1689.67849874,6437,10365,4434,4150,012700,104637996.687,000800,46479755.076,,0.0,012700,000800,162816.828983,83393,35345,hub,hub,non_hub,585281.915723,4512874.34854,585032.40024,4507381.5608
+341,341,7,47.0,000800,,40.712414475,-73.993471545,48.0,012900,40.76341379,-73.99667444,1066.45833333,5312,10365,3621,4150,012900,158698340.053,000800,46479755.076,,0.0,012900,000800,162816.828983,28661,35345,hub,hub,non_hub,584682.864463,4512978.43901,585018.109713,4507320.25418
+342,342,51,141.0,000800,5.66514980684,40.712744914,-73.993365058,320.0,013100,40.762423476,-73.982501342,1561.63284666,2489,10365,2283,4150,013100,405023451.28,000800,46479755.076,,0.0,013100,000800,162816.828983,107228,35345,hub,hub,non_hub,585880.39832,4512882.28254,585026.68406,4507357.03815
+343,343,15,141.0,000800,,40.712414475,-73.993471545,202.0,013300,40.7647250567,-73.9866537633,1695.65277778,5363,10365,3909,4150,013300,79847412.2593,000800,46479755.076,,0.0,013300,000800,162816.828983,89810,35345,hub,hub,non_hub,585526.963405,4513133.71926,585018.109713,4507320.25418
+344,344,28,94.0,000800,,40.712414475,-73.993471545,130.0,013500,40.766984435,-73.99227308,1366.2125,6075,10365,3935,4150,013500,198199142.958,000800,46479755.076,,0.0,013500,000800,162816.828983,64723,35345,hub,hub,non_hub,585049.80204,4513379.06475,585018.109713,4507320.25418
+345,345,12,94.0,000800,6.33364360677,40.7129652067,-73.9932940667,196.0,013700,40.76582799,-73.9818466967,1508.07556676,6557,10365,5442,4150,013700,314878324.419,000800,46479755.076,,0.0,013700,000800,162816.828983,91142,35345,hub,hub,non_hub,585931.267988,4513260.85026,585032.40024,4507381.5608
+346,346,1,47.0,000800,6.0362374526,40.71076228,-73.99400398,54.0,013900,40.768254,-73.988639,2302.28434506,7607,10365,7359,4150,013900,139918084.587,000800,46479755.076,,0.0,013900,000800,162816.828983,26390,35345,hub,hub,non_hub,585354.890073,4513523.52534,584975.236602,4507136.33454
+347,347,9,47.0,000800,,40.712414475,-73.993471545,98.0,014300,40.76590936,-73.97634151,1929.58333333,3,10365,0,4150,014300,50027992.3322,000800,46479755.076,,0.0,014300,000800,162816.828983,21051,35345,hub,hub,non_hub,586395.803012,4513275.28949,585018.109713,4507320.25418
+348,348,30,47.0,000800,,40.712414475,-73.993471545,72.0,014500,40.76915505,-73.98191841,2143.45192308,5811,10365,3462,4150,014500,253397343.373,000800,46479755.076,,0.0,014500,000800,162816.828983,68350,35345,hub,hub,non_hub,585920.929601,4513630.10902,585018.109713,4507320.25418
+349,349,23,47.0,000800,,40.712414475,-73.993471545,110.0,014700,40.770513,-73.988038,1987.84090909,2586,10365,1743,4150,014700,70871746.8417,000800,46479755.076,,0.0,014700,000800,162816.828983,35099,35345,hub,hub,non_hub,585402.720353,4513774.87644,585018.109713,4507320.25418
+350,350,1,47.0,000800,6.76246900673,40.71406667,-73.99293911,72.0,015100,40.771522,-73.990541,2261.05888086,8105,10365,4856,4150,015100,164953931.102,000800,46479755.076,,0.0,015100,000800,162816.828983,17578,35345,hub,hub,non_hub,585190.192062,4513884.4495,585060.98053,4507504.17416
+351,351,222,94.0,000800,,40.712414475,-73.993471545,140.0,031703,40.71644312,-74.014902115,1434.37278049,8670,10365,4231,4150,031703,332361109.355,000800,46479755.076,,0.0,031703,000800,162816.828983,136082,35345,hub,hub,non_hub,583202.897614,4507746.93647,585018.109713,4507320.25418
+352,352,318,141.0,000800,,40.712414475,-73.993471545,196.0,031704,40.7085171733,-74.0165557667,1216.53015927,6610,10365,3790,4150,031704,160823714.408,000800,46479755.076,,0.0,031704,000800,162816.828983,105244,35345,hub,hub,non_hub,583073.076824,4506865.54027,585018.109713,4507320.25418
+353,353,1989,141.0,000800,,40.712414475,-73.993471545,170.0,000600,40.7128987867,-73.9898646367,399.036691316,11558,10365,4083,4150,000600,59149181.7526,000800,46479755.076,,0.0,000600,000800,162816.828983,70053,35345,hub,hub,non_hub,585322.159723,4507377.5136,585018.109713,4507320.25418
+354,354,843,291.0,000900,,40.7024745833,-74.01224785,162.0,000202,40.71318002,-73.9818904933,979.025901599,8012,1140,3598,939,000202,37878157.9781,000900,404341803.896,000900,630828052.0,000202,000900,34147.2515991,56352,51301,hub,hub,non_hub,585995.353038,4507416.50937,583444.520998,4506198.85784
+355,355,6750,679.0,000900,,40.7024745833,-74.01224785,774.0,000700,40.70581148,-74.0081572071,330.573778357,7722,1140,5201,939,000700,476954959.734,000900,404341803.896,000900,630828052.0,000700,000900,34147.2515991,160040,51301,hub,hub,hub,583785.918305,4506573.16797,583444.520998,4506198.85784
+356,356,745,194.0,000900,,40.7024745833,-74.01224785,141.0,000800,40.712414475,-73.993471545,783.315486242,10365,1140,4150,939,000800,46479755.076,000900,404341803.896,000900,630828052.0,000800,000900,34147.2515991,34254,51301,hub,hub,non_hub,585018.109713,4507320.25418,583444.520998,4506198.85784
+357,357,82,97.0,000900,,40.7024745833,-74.01224785,57.0,001002,40.71782143,-73.97628939,1313.40443989,6439,1140,2346,939,001002,22763374.2099,000900,404341803.896,000900,630828052.0,001002,000900,34147.2515991,15916,51301,hub,hub,non_hub,586462.45635,4507937.23607,583444.520998,4506198.85784
+358,358,617,194.0,000900,,40.7024745833,-74.01224785,138.0,001200,40.717364275,-73.982955325,1019.93179793,3547,1140,1857,939,001200,23518220.7411,000900,404341803.896,000900,630828052.0,001200,000900,34147.2515991,36493,51301,hub,hub,non_hub,585900.031125,4507879.94738,583444.520998,4506198.85784
+359,359,728,97.0,000900,,40.7024745833,-74.01224785,108.0,001300,40.70463334,-74.01361706,337.189654731,3776,1140,3028,939,001300,286606455.687,000900,404341803.896,000900,630828052.0,001300,000900,34147.2515991,27671,51301,hub,hub,non_hub,583326.158808,4506437.19368,583444.520998,4506198.85784
+360,360,147,97.0,000900,,40.7024745833,-74.01224785,84.0,001401,40.71559509,-73.9870295,1118.58081622,3289,1140,1708,939,001401,20168722.3199,000900,404341803.896,000900,630828052.0,001401,000900,34147.2515991,26885,51301,hub,hub,non_hub,585558.18429,4507679.57909,583444.520998,4506198.85784
+361,361,634,194.0,000900,,40.7024745833,-74.01224785,201.0,001501,40.70966832,-74.003597135,490.170266448,5581,1140,3450,939,001501,172466366.322,000900,404341803.896,000900,630828052.0,001501,000900,34147.2515991,27425,51301,hub,hub,non_hub,584166.279828,4507005.66129,583444.520998,4506198.85784
+362,362,3934,291.0,000900,,40.7024745833,-74.01224785,369.0,001502,40.7088053467,-74.00635276,396.447738499,7095,1140,3459,939,001502,221282059.103,000900,404341803.896,000900,630828052.0,001502,000900,34147.2515991,82052,51301,hub,hub,hub,583934.59195,4506907.22889,583444.520998,4506198.85784
+363,363,816,291.0,000900,,40.7024745833,-74.01224785,321.0,001600,40.7153350167,-73.9943926833,831.778938079,8236,1140,3242,939,001600,76565505.7581,000900,404341803.896,000900,630828052.0,001600,000900,34147.2515991,82798,51301,hub,hub,non_hub,584936.591099,4507643.5622,583444.520998,4506198.85784
+364,364,742,388.0,000900,,40.7024745833,-74.01224785,462.0,001800,40.7193657075,-73.9906468425,1040.38089872,8063,1140,3489,939,001800,60554858.5127,000900,404341803.896,000900,630828052.0,001800,000900,34147.2515991,133306,51301,hub,hub,non_hub,585247.838585,4508094.62497,583444.520998,4506198.85784
+365,365,265,194.0,000900,,40.7024745833,-74.01224785,138.0,002000,40.721554605,-73.977309405,1245.97492244,4795,1140,1899,939,002000,17907673.5628,000900,404341803.896,000900,630828052.0,002000,000900,34147.2515991,31656,51301,hub,hub,non_hub,586371.478696,4508350.63994,583444.520998,4506198.85784
+366,366,4329,388.0,000900,,40.7024745833,-74.01224785,306.0,002100,40.71451321,-74.0108850975,716.09603272,6111,1140,3038,939,002100,273869828.705,000900,404341803.896,000900,630828052.0,002100,000900,34147.2515991,151037,51301,hub,hub,hub,583544.598931,4507536.51732,583444.520998,4506198.85784
+367,367,409,194.0,000900,,40.7024745833,-74.01224785,132.0,002201,40.71833027,-73.980972895,1178.67050815,6762,1140,3030,939,002201,37585954.9949,000900,404341803.896,000900,630828052.0,002201,000900,34147.2515991,26391,51301,hub,hub,non_hub,586066.226443,4507989.12022,583444.520998,4506198.85784
+368,368,125,97.0,000900,,40.7024745833,-74.01224785,93.0,002202,40.7208736,-73.98085795,1284.64109878,2256,1140,1045,939,002202,13179093.8977,000900,404341803.896,000900,630828052.0,002202,000900,34147.2515991,23935,51301,hub,hub,non_hub,586072.658368,4508271.55961,583444.520998,4506198.85784
+369,369,251,194.0,000900,,40.7024745833,-74.01224785,144.0,002400,40.724744875,-73.974986535,1517.29119263,5775,1140,2175,939,002400,17986635.5592,000900,404341803.896,000900,630828052.0,002400,000900,34147.2515991,17965,51301,hub,hub,non_hub,586563.526382,4508707.06897,583444.520998,4506198.85784
+370,370,1002,194.0,000900,,40.7024745833,-74.01224785,186.0,002500,40.7111743,-73.99849582,560.782113723,5061,1140,1917,939,002500,22428407.6271,000900,404341803.896,000900,630828052.0,002500,000900,34147.2515991,28216,51301,hub,hub,non_hub,584595.28909,4507177.73549,583444.520998,4506198.85784
+371,371,272,97.0,000900,,40.7024745833,-74.01224785,93.0,002601,40.72299208,-73.97995466,1189.31672793,3774,1140,1593,939,002601,22248722.3098,000900,404341803.896,000900,630828052.0,002601,000900,34147.2515991,22144,51301,hub,hub,non_hub,586146.216204,4508507.61099,583444.520998,4506198.85784
+372,372,653,97.0,000900,,40.7024745833,-74.01224785,81.0,002700,40.71307916,-73.99851193,553.857041668,1191,1140,655,939,002700,11349914.9514,000900,404341803.896,000900,630828052.0,002700,000900,34147.2515991,20570,51301,hub,hub,non_hub,584591.517275,4507389.17181,583444.520998,4506198.85784
+373,373,175,97.0,000900,,40.7024745833,-74.01224785,96.0,002800,40.72521311,-73.97768752,1411.76660906,7302,1140,3341,939,002800,47641507.3146,000900,404341803.896,000900,630828052.0,002800,000900,34147.2515991,36744,51301,hub,hub,non_hub,586334.816403,4508756.38709,583444.520998,4506198.85784
+374,374,307,97.0,000900,,40.7024745833,-74.01224785,129.0,002900,40.71602118,-73.99974372,767.491039427,5855,1140,2420,939,002900,200965547.24,000900,404341803.896,000900,630828052.0,002900,000900,34147.2515991,31936,51301,hub,hub,non_hub,584483.752153,4507714.56961,583444.520998,4506198.85784
+375,375,275,97.0,000900,,40.7024745833,-74.01224785,105.0,003001,40.72066442,-73.98517977,1165.40109059,4301,1140,2553,939,003001,34302720.7166,000900,404341803.896,000900,630828052.0,003001,000900,34147.2515991,41223,51301,hub,hub,non_hub,585707.91731,4508244.11218,583444.520998,4506198.85784
+376,376,265,97.0,000900,,40.7024745833,-74.01224785,111.0,003002,40.72217444,-73.98368779,1206.256933,3031,1140,1885,939,003002,18686109.2263,000900,404341803.896,000900,630828052.0,003002,000900,34147.2515991,38675,51301,hub,hub,non_hub,585831.986427,4508413.19181,583444.520998,4506198.85784
+377,377,859,291.0,000900,,40.7024745833,-74.01224785,363.0,003100,40.7140617467,-74.0041933367,689.121910305,2809,1140,858,939,003100,145687012.574,000900,404341803.896,000900,630828052.0,003100,000900,34147.2515991,81469,51301,hub,hub,non_hub,584110.388584,4507492.78891,583444.520998,4506198.85784
+378,378,889,291.0,000900,,40.7024745833,-74.01224785,300.0,003200,40.7260543867,-73.9823576167,1339.94307405,7630,1140,4888,939,003200,46369492.482,000900,404341803.896,000900,630828052.0,003200,000900,34147.2515991,138064,51301,hub,hub,non_hub,585939.335766,4508845.19329,583444.520998,4506198.85784
+379,379,551,485.0,000900,,40.7024745833,-74.01224785,519.0,003300,40.7188250775,-74.0063272655,881.086671226,5174,1140,2694,939,003300,215459582.054,000900,404341803.896,000900,630828052.0,003300,000900,34147.2515991,115059,51301,hub,hub,non_hub,583924.161961,4508019.50835,583444.520998,4506198.85784
+380,380,235,97.0,000900,,40.7024745833,-74.01224785,117.0,003400,40.72955361,-73.98057249,1422.61130523,6706,1140,4203,939,003400,42933229.7541,000900,404341803.896,000900,630828052.0,003400,000900,34147.2515991,47926,51301,hub,hub,non_hub,586085.581298,4509235.37985,583444.520998,4506198.85784
+381,381,333,194.0,000900,,40.7024745833,-74.01224785,198.0,003601,40.72217423,-73.990293175,1031.75672467,3299,1140,1613,939,003601,29191583.8104,000900,404341803.896,000900,630828052.0,003601,000900,34147.2515991,77585,51301,hub,hub,non_hub,585274.124459,4508406.73315,583444.520998,4506198.85784
+382,382,129,194.0,000900,,40.7024745833,-74.01224785,186.0,003602,40.724852985,-73.989265345,1348.10844353,2918,1140,1586,939,003602,24941258.1161,000900,404341803.896,000900,630828052.0,003602,000900,34147.2515991,82124,51301,hub,hub,non_hub,585357.507872,4508705.09166,583444.520998,4506198.85784
+383,383,465,388.0,000900,,40.7024745833,-74.01224785,444.0,003700,40.7256696075,-74.0052069325,1201.77253102,2401,1140,1490,939,003700,212385639.924,000900,404341803.896,000900,630828052.0,003700,000900,34147.2515991,173333,51301,hub,hub,non_hub,584010.178026,4508780.36793,583444.520998,4506198.85784
+384,384,574,388.0,000900,,40.7024745833,-74.01224785,480.0,003800,40.72765889,-73.988195855,1220.19899888,8610,1140,5795,939,003800,67437493.5221,000900,404341803.896,000900,630828052.0,003800,000900,34147.2515991,167230,51301,hub,hub,non_hub,585444.239635,4509017.60641,583444.520998,4506198.85784
+385,385,549,388.0,000900,,40.7024745833,-74.01224785,318.0,003900,40.7201717475,-74.00983051,972.581315212,5253,1140,3059,939,003900,194910113.03,000900,404341803.896,000900,630828052.0,003900,000900,34147.2515991,113624,51301,hub,hub,non_hub,583626.593058,4508165.65565,583444.520998,4506198.85784
+386,386,210,194.0,000900,,40.7024745833,-74.01224785,198.0,004000,40.73000573,-73.98549552,1511.98666557,9801,1140,4546,939,004000,66858387.5133,000900,404341803.896,000900,630828052.0,004000,000900,34147.2515991,99660,51301,hub,hub,non_hub,585669.269443,4509280.75306,583444.520998,4506198.85784
+387,387,523,194.0,000900,,40.7024745833,-74.01224785,192.0,004100,40.7195529,-73.996789035,972.553173292,7793,1140,3765,939,004100,71738983.3617,000900,404341803.896,000900,630828052.0,004100,000900,34147.2515991,114685,51301,hub,hub,non_hub,584728.836557,4508109.46034,583444.520998,4506198.85784
+388,388,66,97.0,000900,,40.7024745833,-74.01224785,105.0,004200,40.73223272,-73.98889957,1485.13961988,4988,1140,1801,939,004200,39941846.3325,000900,404341803.896,000900,630828052.0,004200,000900,34147.2515991,50846,51301,hub,hub,non_hub,585378.96492,4509524.64843,583444.520998,4506198.85784
+389,389,284,194.0,000900,,40.7024745833,-74.01224785,201.0,004300,40.723870235,-73.995226525,1012.3588951,4267,1140,2598,939,004300,65935514.1184,000900,404341803.896,000900,630828052.0,004300,000900,34147.2515991,95162,51301,hub,hub,non_hub,584855.320992,4508590.22212,583444.520998,4506198.85784
+390,390,568,194.0,000900,,40.7024745833,-74.01224785,180.0,004400,40.73080269,-73.97968993,1450.12530867,17710,1140,8297,939,004400,114601147.016,000900,404341803.896,000900,630828052.0,004400,000900,34147.2515991,106427,51301,hub,hub,non_hub,586158.498991,4509374.90208,583444.520998,4506198.85784
+391,391,156,97.0,000900,,40.7024745833,-74.01224785,81.0,004500,40.71910537,-73.99973337,835.007378129,840,1140,582,939,004500,52009114.8865,000900,404341803.896,000900,630828052.0,004500,000900,34147.2515991,34275,51301,hub,hub,non_hub,584480.726971,4508056.94497,583444.520998,4506198.85784
+392,392,53,97.0,000900,,40.7024745833,-74.01224785,117.0,004700,40.72165481,-74.00234737,964.674382716,2267,1140,1586,939,004700,75477587.1594,000900,404341803.896,000900,630828052.0,004700,000900,34147.2515991,27544,51301,hub,hub,non_hub,584256.734795,4508337.43837,583444.520998,4506198.85784
+393,393,58,97.0,000900,,40.7024745833,-74.01224785,105.0,004800,40.73624527,-73.98473765,1633.66955267,7550,1140,3799,939,004800,74763044.6965,000900,404341803.896,000900,630828052.0,004800,000900,34147.2515991,42567,51301,hub,hub,non_hub,585725.258797,4509974.12516,583444.520998,4506198.85784
+394,394,180,194.0,000900,,40.7024745833,-74.01224785,219.0,004900,40.724268615,-74.000521515,1188.34070206,4951,1140,3054,939,004900,103848670.177,000900,404341803.896,000900,630828052.0,004900,000900,34147.2515991,80152,51301,hub,hub,non_hub,584407.63728,4508629.34168,583444.520998,4506198.85784
+395,395,119,291.0,000900,,40.7024745833,-74.01224785,279.0,005000,40.7359163467,-73.9873427633,1623.124519,5061,1140,3595,939,005000,120638459.215,000900,404341803.896,000900,630828052.0,005000,000900,34147.2515991,111023,51301,hub,hub,non_hub,585505.709717,4509935.07175,583444.520998,4506198.85784
+396,396,152,194.0,000900,,40.7024745833,-74.01224785,318.0,005200,40.73715585,-73.991241315,1655.61495469,4193,1140,1785,939,005200,109103391.81,000900,404341803.896,000900,630828052.0,005200,000900,34147.2515991,159876,51301,hub,hub,non_hub,585174.941656,4510068.87544,583444.520998,4506198.85784
+397,397,65,97.0,000900,,40.7024745833,-74.01224785,141.0,005400,40.73971301,-73.99456405,1559.75913743,4656,1140,2837,939,005400,128803552.888,000900,404341803.896,000900,630828052.0,005400,000900,34147.2515991,73728,51301,hub,hub,non_hub,584891.129718,4510349.51956,583444.520998,4506198.85784
+398,398,150,97.0,000900,,40.7024745833,-74.01224785,90.0,005501,40.72679454,-73.99695094,1181.09245978,5079,1140,2483,939,005501,61061928.4125,000900,404341803.896,000900,630828052.0,005501,000900,34147.2515991,57258,51301,hub,hub,non_hub,584705.980012,4508913.17477,583444.520998,4506198.85784
+399,399,54,97.0,000900,,40.7024745833,-74.01224785,81.0,005502,40.72743423,-73.99379025,1114.20802469,2383,1140,1262,939,005502,49017118.6146,000900,404341803.896,000900,630828052.0,005502,000900,34147.2515991,55117,51301,hub,hub,non_hub,584972.085912,4508987.23863,583444.520998,4506198.85784
+400,400,129,194.0,000900,,40.7024745833,-74.01224785,285.0,005600,40.74065347,-73.98778661,1659.99349572,2618,1140,2190,939,005600,189153355.609,000900,404341803.896,000900,630828052.0,005600,000900,34147.2515991,113209,51301,hub,hub,non_hub,585462.168743,4510460.49357,583444.520998,4506198.85784
+401,401,154,194.0,000900,,40.7024745833,-74.01224785,246.0,005700,40.729662915,-73.992405595,1277.3598187,2937,1140,1789,939,005700,90178032.7137,000900,404341803.896,000900,630828052.0,005700,000900,34147.2515991,156896,51301,hub,hub,non_hub,585086.179601,4509235.9788,583444.520998,4506198.85784
+402,402,217,194.0,000900,,40.7024745833,-74.01224785,261.0,005800,40.743154205,-73.990299735,1796.26613321,3182,1140,2306,939,005800,164037511.755,000900,404341803.896,000900,630828052.0,005800,000900,34147.2515991,130970,51301,hub,hub,non_hub,585246.786708,4510735.64918,583444.520998,4506198.85784
+403,403,61,97.0,000900,,40.7024745833,-74.01224785,93.0,005900,40.73049393,-73.9957214,1560.31441799,5516,1140,3276,939,005900,71785177.1361,000900,404341803.896,000900,630828052.0,005900,000900,34147.2515991,53180,51301,hub,hub,non_hub,584805.117401,4509325.01914,583444.520998,4506198.85784
+404,404,1024,194.0,000900,,40.7024745833,-74.01224785,189.0,006000,40.734822295,-73.976916765,1508.64728649,5286,1140,2459,939,006000,27468182.8943,000900,404341803.896,000900,630828052.0,006000,000900,34147.2515991,80462,51301,hub,hub,non_hub,586387.478737,4509823.83141,583444.520998,4506198.85784
+405,405,383,388.0,000900,,40.7024745833,-74.01224785,423.0,006100,40.73385254,-73.992357065,1478.02482685,4913,1140,2683,939,006100,91682014.33,000900,404341803.896,000900,630828052.0,006100,000900,34147.2515991,245510,51301,hub,hub,non_hub,585084.940162,4509701.10308,583444.520998,4506198.85784
+406,406,175,97.0,000900,,40.7024745833,-74.01224785,90.0,006200,40.7381765,-73.97738662,1652.20133102,4680,1140,1401,939,006200,231817485.533,000900,404341803.896,000900,630828052.0,006200,000900,34147.2515991,33218,51301,hub,hub,non_hub,586343.467107,4510195.70961,583444.520998,4506198.85784
+407,407,115,291.0,000900,,40.7024745833,-74.01224785,297.0,006300,40.7346940933,-73.99785666,1671.9432186,6076,1140,4277,939,006300,85447631.8451,000900,404341803.896,000900,630828052.0,006300,000900,34147.2515991,120233,51301,hub,hub,non_hub,584619.48321,4509789.20591,583444.520998,4506198.85784
+408,408,336,97.0,000900,,40.7024745833,-74.01224785,117.0,006400,40.73587678,-73.98205027,1582.10598022,7518,1140,5058,939,006400,95664936.1545,000900,404341803.896,000900,630828052.0,006400,000900,34147.2515991,47750,51301,hub,hub,non_hub,585952.649806,4509935.84788,583444.520998,4506198.85784
+409,409,176,291.0,000900,,40.7024745833,-74.01224785,318.0,006500,40.7306296367,-73.9991423,1404.39524257,6517,1140,3568,939,006500,59290910.3694,000900,404341803.896,000900,630828052.0,006500,000900,34147.2515991,125356,51301,hub,hub,non_hub,584516.067395,4509336.78488,583444.520998,4506198.85784
+410,410,331,194.0,000900,,40.7024745833,-74.01224785,246.0,006600,40.739285505,-73.97827188,1704.81761781,11780,1140,6818,939,006600,84730469.4548,000900,404341803.896,000900,630828052.0,006600,000900,34147.2515991,74621,51301,hub,hub,non_hub,586267.286922,4510317.94668,583444.520998,4506198.85784
+411,411,149,97.0,000900,,40.7024745833,-74.01224785,117.0,006700,40.73038599,-74.00214988,1238.12071548,4984,1140,3796,939,006700,47238039.9972,000900,404341803.896,000900,630828052.0,006700,000900,34147.2515991,70025,51301,hub,hub,non_hub,584262.399901,4509306.84766,583444.520998,4506198.85784
+412,412,141,97.0,000900,,40.7024745833,-74.01224785,117.0,006800,40.74025878,-73.98409214,1563.41302883,6735,1140,4494,939,006800,130298431.446,000900,404341803.896,000900,630828052.0,006800,000900,34147.2515991,58926,51301,hub,hub,non_hub,585774.608423,4510420.28363,583444.520998,4506198.85784
+413,413,373,194.0,000900,,40.7024745833,-74.01224785,201.0,006900,40.732319905,-74.0069291,1396.67040311,2687,1140,1484,939,006900,61292499.9331,000900,404341803.896,000900,630828052.0,006900,000900,34147.2515991,130727,51301,hub,hub,non_hub,583856.38945,4509516.94969,583444.520998,4506198.85784
+414,414,484,291.0,000900,,40.7024745833,-74.01224785,381.0,007000,40.7425186802,-73.9756207403,1738.21203695,8302,1140,5669,939,007000,78634704.8451,000900,404341803.896,000900,630828052.0,007000,000900,34147.2515991,145227,51301,hub,hub,non_hub,586486.945143,4510679.46099,583444.520998,4506198.85784
+415,415,184,194.0,000900,,40.7024745833,-74.01224785,213.0,007100,40.736526545,-74.000108805,1419.78927033,5633,1140,3844,939,007100,68447429.2743,000900,404341803.896,000900,630828052.0,007100,000900,34147.2515991,79459,51301,hub,hub,non_hub,584426.995774,4509990.4524,583444.520998,4506198.85784
+416,416,160,291.0,000900,,40.7024745833,-74.01224785,378.0,007200,40.7447014833,-73.98154809,1835.91999488,7734,1140,5222,939,007200,132092861.454,000900,404341803.896,000900,630828052.0,007200,000900,34147.2515991,157612,51301,hub,hub,non_hub,585983.687715,4510915.94446,583444.520998,4506198.85784
+417,417,208,194.0,000900,,40.7024745833,-74.01224785,177.0,007300,40.734682705,-74.00388484,1486.49520291,5615,1140,4547,939,007300,48716185.79,000900,404341803.896,000900,630828052.0,007300,000900,34147.2515991,92567,51301,hub,hub,non_hub,584110.479319,4509782.14883,583444.520998,4506198.85784
+418,418,48,194.0,000900,,40.7024745833,-74.01224785,258.0,007400,40.746413585,-73.98586892,1967.62348485,4179,1140,2700,939,007400,170614202.951,000900,404341803.896,000900,630828052.0,007400,000900,34147.2515991,81121,51301,hub,hub,non_hub,585616.696258,4511101.7763,583444.520998,4506198.85784
+419,419,37,194.0,000900,,40.7024745833,-74.01224785,207.0,007600,40.74737476,-73.988320695,1715.58333333,2203,1140,1573,939,007600,242014413.464,000900,404341803.896,000900,630828052.0,007600,000900,34147.2515991,97464,51301,hub,hub,non_hub,585408.475283,4511206.08492,583444.520998,4506198.85784
+420,420,119,97.0,000900,,40.7024745833,-74.01224785,129.0,007700,40.7390169121,-74.0026376103,1565.9087118,5404,1140,4254,939,007700,59306273.1509,000900,404341803.896,000900,630828052.0,007700,000900,34147.2515991,79025,51301,hub,hub,non_hub,584210.329106,4510264.47156,583444.520998,4506198.85784
+421,421,221,97.0,000900,,40.7024745833,-74.01224785,117.0,007800,40.74780373,-73.9734419,1887.65913743,7380,1140,5372,939,007800,112124597.728,000900,404341803.896,000900,630828052.0,007800,000900,34147.2515991,59601,51301,hub,hub,non_hub,586664.043115,4511268.28888,583444.520998,4506198.85784
+422,422,600,485.0,000900,,40.7024745833,-74.01224785,522.0,007900,40.738916514,-74.007286026,1467.32799045,4406,1140,2904,939,007900,86937368.5918,000900,404341803.896,000900,630828052.0,007900,000900,34147.2515991,171846,51301,hub,hub,non_hub,583817.969395,4510248.87788,583444.520998,4506198.85784
+423,423,121,194.0,000900,,40.7024745833,-74.01224785,213.0,008000,40.7485693,-73.97717991,1902.11736111,4946,1140,3730,939,008000,197763821.532,000900,404341803.896,000900,630828052.0,008000,000900,34147.2515991,74808,51301,hub,hub,non_hub,586347.477591,4511349.58844,583444.520998,4506198.85784
+424,424,57,97.0,000900,,40.7024745833,-74.01224785,117.0,008100,40.73935542,-73.99931783,1638.44259259,8675,1140,5315,939,008100,91100400.6907,000900,404341803.896,000900,630828052.0,008100,000900,34147.2515991,53195,51301,hub,hub,non_hub,584490.204148,4510305.23824,583444.520998,4506198.85784
+425,425,615,291.0,000900,,40.7024745833,-74.01224785,525.0,008200,40.7519999754,-73.9794935336,1889.04939824,3442,1140,2534,939,008200,262405408.076,000900,404341803.896,000900,630828052.0,008200,000900,34147.2515991,228612,51301,hub,hub,non_hub,586147.727921,4511728.14482,583444.520998,4506198.85784
+426,426,392,388.0,000900,,40.7024745833,-74.01224785,357.0,008300,40.742591315,-74.004102785,1398.81945766,4211,1140,2321,939,008300,119862327.354,000900,404341803.896,000900,630828052.0,008300,000900,34147.2515991,186113,51301,hub,hub,non_hub,584082.11654,4510659.85081,583444.520998,4506198.85784
+427,427,18,97.0,000900,5.98597108421,40.703101235,-74.012200685,114.0,008400,40.75038009,-73.98338988,1979.37249499,1726,1140,1041,939,008400,147824461.739,000900,404341803.896,000900,630828052.0,008400,000900,34147.2515991,34199,51301,hub,hub,non_hub,585820.889203,4511544.50828,583447.723351,4506268.4649
+428,428,562,97.0,000900,,40.7024745833,-74.01224785,129.0,008601,40.744219,-73.97121214,1797.89595592,2551,1140,1528,939,008601,31141773.9073,000900,404341803.896,000900,630828052.0,008601,000900,34147.2515991,31961,51301,hub,hub,non_hub,586856.951039,4510872.56191,583444.520998,4506198.85784
+429,429,149,194.0,000900,,40.7024745833,-74.01224785,234.0,008700,40.74206378,-73.995708955,1534.11478392,6671,1140,4249,939,008700,85660216.7821,000900,404341803.896,000900,630828052.0,008700,000900,34147.2515991,152953,51301,hub,hub,non_hub,584791.475936,4510609.36503,583444.520998,4506198.85784
+430,430,93,194.0,000900,6.28368570311,40.702239136,-74.012361826,234.0,008800,40.750142296,-73.970349688,2020.83868279,6964,1140,5507,939,008800,216532475.876,000900,404341803.896,000900,630828052.0,008800,000900,34147.2515991,43247,51301,hub,hub,non_hub,586922.052402,4511530.94477,583435.186079,4506172.61347
+431,431,164,291.0,000900,,40.7024745833,-74.01224785,360.0,008900,40.74529008,-74.0021768567,1720.46678975,5560,1140,3511,939,008900,54419260.2723,000900,404341803.896,000900,630828052.0,008900,000900,34147.2515991,158638,51301,hub,hub,non_hub,584241.316685,4510961.27944,583444.520998,4506198.85784
+432,432,182,291.0,000900,,40.7024745833,-74.01224785,330.0,009000,40.75261798,-73.9703317533,1938.73266639,7026,1140,5832,939,009000,208846060.851,000900,404341803.896,000900,630828052.0,009000,000900,34147.2515991,74531,51301,hub,hub,non_hub,586920.342162,4511805.78171,583444.520998,4506198.85784
+433,433,88,97.0,000900,,40.7024745833,-74.01224785,117.0,009100,40.74487634,-73.99529885,1595.81226684,6415,1140,4386,939,009100,127325659.041,000900,404341803.896,000900,630828052.0,009100,000900,34147.2515991,63878,51301,hub,hub,non_hub,584822.527687,4510921.97538,583444.520998,4506198.85784
+434,434,89,194.0,000900,6.58349790177,40.702239136,-74.012361826,330.0,009200,40.754902043,-73.973743718,2046.97807056,1754,1140,1461,939,009200,408192557.246,000900,404341803.896,000900,630828052.0,009200,000900,34147.2515991,72226,51301,hub,hub,non_hub,586629.348557,4512055.95586,583435.186079,4506172.61347
+435,435,34,97.0,000900,,40.7024745833,-74.01224785,117.0,009300,40.74475148,-73.99915362,1682.75299145,9705,1140,5585,939,009300,68528055.2433,000900,404341803.896,000900,630828052.0,009300,000900,34147.2515991,52202,51301,hub,hub,non_hub,584497.239363,4510904.39701,583444.520998,4506198.85784
+436,436,109,97.0,000900,,40.7024745833,-74.01224785,93.0,009400,40.75320159,-73.9779874,1989.91830065,29,1140,16,939,009400,299218147.811,000900,404341803.896,000900,630828052.0,009400,000900,34147.2515991,82147,51301,hub,hub,non_hub,586273.319314,4511863.01244,583444.520998,4506198.85784
+437,437,36,97.0,000900,,40.7024745833,-74.01224785,153.0,009500,40.746647,-73.993915,1712.77539683,3425,1140,1416,939,009500,129660033.725,000900,404341803.896,000900,630828052.0,009500,000900,34147.2515991,57488,51301,hub,hub,non_hub,584937.108907,4511119.86954,583444.520998,4506198.85784
+438,438,40,291.0,000900,,40.7024745833,-74.01224785,420.0,009600,40.75607603,-73.9803967167,1805.06388889,153,1140,268,939,009600,270304841.585,000900,404341803.896,000900,630828052.0,009600,000900,34147.2515991,71527,51301,hub,hub,non_hub,586066.226062,4512179.73074,583444.520998,4506198.85784
+439,439,284,291.0,000900,,40.7024745833,-74.01224785,297.0,009700,40.7493616033,-73.9991321067,1705.54066613,4744,1140,2827,939,009700,83018263.1602,000900,404341803.896,000900,630828052.0,009700,000900,34147.2515991,118804,51301,hub,hub,non_hub,584493.220017,4511416.17434,583444.520998,4506198.85784
+440,440,69,194.0,000900,6.84842313088,40.702239136,-74.012361826,210.0,009800,40.755431324,-73.966821504,2124.1365773,7105,1140,5244,939,009800,115943808.909,000900,404341803.896,000900,630828052.0,009800,000900,34147.2515991,40039,51301,hub,hub,non_hub,587212.990975,4512121.56646,583435.186079,4506172.61347
+441,441,438,485.0,000900,,40.7024745833,-74.01224785,555.0,009900,40.7520807866,-74.0031899092,1661.01512296,3617,1140,2438,939,009900,404439511.776,000900,404341803.896,000900,630828052.0,009900,000900,34147.2515991,208076,51301,hub,hub,non_hub,584147.226991,4511714.12465,583444.520998,4506198.85784
+442,442,34,291.0,000900,7.13880769807,40.7023274287,-74.012319085,363.0,010000,40.7582057987,-73.9711181662,2232.21361334,1829,1140,1399,939,010000,366457143.613,000900,404341803.896,000900,630828052.0,010000,000900,34147.2515991,72085,51301,hub,hub,non_hub,586846.682835,4512425.29259,583438.686682,4506182.45511
+443,443,95,291.0,000900,,40.7024745833,-74.01224785,381.0,010100,40.74945622,-73.9903382667,1455.56615452,1119,1140,828,939,010100,246168211.101,000900,404341803.896,000900,630828052.0,010100,000900,34147.2515991,183377,51301,hub,hub,non_hub,585235.486219,4511435.18064,583444.520998,4506198.85784
+444,444,25,194.0,000900,7.22648770518,40.702239136,-74.012361826,243.0,010200,40.76047768,-73.973583466,1770.76775272,313,1140,268,939,010200,333450202.294,000900,404341803.896,000900,630828052.0,010200,000900,34147.2515991,46675,51301,hub,hub,non_hub,586635.636507,4512675.05144,583435.186079,4506172.61347
+445,445,536,194.0,000900,,40.7024745833,-74.01224785,294.0,010300,40.751000495,-73.994372255,1878.44429653,1859,1140,1351,939,010300,141506056.87,000900,404341803.896,000900,630828052.0,010300,000900,34147.2515991,221593,51301,hub,hub,non_hub,584892.968075,4511602.69644,583444.520998,4506198.85784
+446,446,14,194.0,000900,,40.7024745833,-74.01224785,225.0,010400,40.761664375,-73.976854975,1982.84722222,1031,1140,1033,939,010400,363981333.295,000900,404341803.896,000900,630828052.0,010400,000900,34147.2515991,65073,51301,hub,hub,non_hub,586357.961325,4512803.55852,583444.520998,4506198.85784
+447,447,54,97.0,000900,,40.7024745833,-74.01224785,99.0,010602,40.75849116,-73.95920622,2257.65808081,4794,1140,2963,939,010602,67980898.3739,000900,404341803.896,000900,630828052.0,010602,000900,34147.2515991,22153,51301,hub,hub,non_hub,587851.796682,4512468.82754,583444.520998,4506198.85784
+448,448,238,291.0,000900,,40.7024745833,-74.01224785,351.0,010800,40.7591736033,-73.96613818,2070.92272816,8531,1140,6272,939,010800,189351523.799,000900,404341803.896,000900,630828052.0,010800,000900,34147.2515991,79198,51301,hub,hub,non_hub,587265.778542,4512537.66689,583444.520998,4506198.85784
+449,449,24,194.0,000900,,40.7024745833,-74.01224785,342.0,010900,40.751351715,-73.987594755,2065.65079365,182,1140,92,939,010900,228173063.011,000900,404341803.896,000900,630828052.0,010900,000900,34147.2515991,60092,51301,hub,hub,non_hub,585464.669441,4511648.26242,583444.520998,4506198.85784
+450,450,6,97.0,000900,,40.7024745833,-74.01224785,177.0,011201,40.7643971,-73.97371465,2194.5,827,1140,964,939,011201,118515444.187,000900,404341803.896,000900,630828052.0,011201,000900,34147.2515991,41525,51301,hub,hub,non_hub,586619.474659,4513110.00718,583444.520998,4506198.85784
+451,451,71,97.0,000900,,40.7024745833,-74.01224785,99.0,011203,40.76095756,-73.96724467,1921.06617332,1176,1140,1160,939,011203,143782379.009,000900,404341803.896,000900,630828052.0,011203,000900,34147.2515991,48033,51301,hub,hub,non_hub,587170.050102,4512734.59972,583444.520998,4506198.85784
+452,452,156,388.0,000900,,40.7024745833,-74.01224785,594.0,011300,40.7548008425,-73.9888010575,1847.3932098,204,1140,107,939,011300,357940519.061,000900,404341803.896,000900,630828052.0,011300,000900,34147.2515991,236650,51301,hub,hub,non_hub,585358.423228,4512029.96675,583444.520998,4506198.85784
+453,453,128,194.0,000900,,40.7024745833,-74.01224785,246.0,011500,40.75701407,-73.992353645,1716.37669064,2487,1140,1678,939,011500,130958459.747,000900,404341803.896,000900,630828052.0,011500,000900,34147.2515991,103294,51301,hub,hub,non_hub,585055.712647,4512272.20178,583444.520998,4506198.85784
+454,454,281,194.0,000900,,40.7024745833,-74.01224785,252.0,011700,40.76058799,-74.00080945,1891.46926233,2938,1140,2304,939,011700,91270705.1484,000900,404341803.896,000900,630828052.0,011700,000900,34147.2515991,73016,51301,hub,hub,non_hub,584337.427395,4512660.77158,583444.520998,4506198.85784
+455,455,15,97.0,000900,,40.7024745833,-74.01224785,102.0,011900,40.7568001,-73.98291153,2362.44444444,1079,1140,1121,939,011900,395254501.74,000900,404341803.896,000900,630828052.0,011900,000900,34147.2515991,39976,51301,hub,hub,non_hub,585853.012005,4512257.64444,583444.520998,4506198.85784
+456,456,175,291.0,000900,,40.7024745833,-74.01224785,327.0,012100,40.7598593767,-73.9914900133,1727.68436565,8366,1140,5744,939,012100,101223732.045,000900,404341803.896,000900,630828052.0,012100,000900,34147.2515991,132767,51301,hub,hub,non_hub,585124.983126,4512588.88932,583444.520998,4506198.85784
+457,457,54,97.0,000900,,40.7024745833,-74.01224785,153.0,012500,40.76064679,-73.98442659,2163.61456024,2439,1140,2096,939,012500,322911522.418,000900,404341803.896,000900,630828052.0,012500,000900,34147.2515991,45486,51301,hub,hub,non_hub,585720.180916,4512683.17447,583444.520998,4506198.85784
+458,458,56,194.0,000900,,40.7024745833,-74.01224785,252.0,012700,40.762485435,-73.990447135,2069.81868687,6437,1140,4434,939,012700,104637996.687,000900,404341803.896,000900,630828052.0,012700,000900,34147.2515991,83393,51301,hub,hub,non_hub,585209.656415,4512881.41361,583444.520998,4506198.85784
+459,459,68,97.0,000900,,40.7024745833,-74.01224785,72.0,012900,40.76341379,-73.99667444,2049.61792108,5312,1140,3621,939,012900,158698340.053,000900,404341803.896,000900,630828052.0,012900,000900,34147.2515991,28661,51301,hub,hub,non_hub,584682.864463,4512978.43901,583444.520998,4506198.85784
+460,460,95,291.0,000900,,40.7024745833,-74.01224785,480.0,013100,40.7621295133,-73.98215453,1819.0827862,2489,1140,2283,939,013100,405023451.28,000900,404341803.896,000900,630828052.0,013100,000900,34147.2515991,107228,51301,hub,hub,non_hub,585910.049449,4512849.98999,583444.520998,4506198.85784
+461,461,57,291.0,000900,,40.7024745833,-74.01224785,303.0,013300,40.7647250567,-73.9866537633,1847.93950617,5363,1140,3909,939,013300,79847412.2593,000900,404341803.896,000900,630828052.0,013300,000900,34147.2515991,89810,51301,hub,hub,non_hub,585526.963405,4513133.71926,583444.520998,4506198.85784
+462,462,241,194.0,000900,,40.7024745833,-74.01224785,195.0,013500,40.766984435,-73.99227308,1888.63608796,6075,1140,3935,939,013500,198199142.958,000900,404341803.896,000900,630828052.0,013500,000900,34147.2515991,64723,51301,hub,hub,non_hub,585049.80204,4513379.06475,583444.520998,4506198.85784
+463,463,107,194.0,000900,,40.7024745833,-74.01224785,294.0,013700,40.766109285,-73.981808355,1954.02602369,6557,1140,5442,939,013700,314878324.419,000900,404341803.896,000900,630828052.0,013700,000900,34147.2515991,91142,51301,hub,hub,non_hub,585934.141665,4513292.1137,583444.520998,4506198.85784
+464,464,38,97.0,000900,,40.7024745833,-74.01224785,81.0,013900,40.768254,-73.988639,2099.32888889,7607,1140,7359,939,013900,139918084.587,000900,404341803.896,000900,630828052.0,013900,000900,34147.2515991,26390,51301,hub,hub,non_hub,585354.890073,4513523.52534,583444.520998,4506198.85784
+465,465,14,97.0,000900,,40.7024745833,-74.01224785,147.0,014300,40.76590936,-73.97634151,2186.41666667,3,1140,0,939,014300,50027992.3322,000900,404341803.896,000900,630828052.0,014300,000900,34147.2515991,21051,51301,hub,hub,non_hub,586395.803012,4513275.28949,583444.520998,4506198.85784
+466,466,80,97.0,000900,,40.7024745833,-74.01224785,108.0,014500,40.76915505,-73.98191841,2091.63819444,5811,1140,3462,939,014500,253397343.373,000900,404341803.896,000900,630828052.0,014500,000900,34147.2515991,68350,51301,hub,hub,non_hub,585920.929601,4513630.10902,583444.520998,4506198.85784
+467,467,77,97.0,000900,,40.7024745833,-74.01224785,165.0,014700,40.770513,-73.988038,1998.55009925,2586,1140,1743,939,014700,70871746.8417,000900,404341803.896,000900,630828052.0,014700,000900,34147.2515991,35099,51301,hub,hub,non_hub,585402.720353,4513774.87644,583444.520998,4506198.85784
+468,468,64,97.0,000900,,40.7024745833,-74.01224785,108.0,015100,40.771522,-73.990541,2189.65447154,8105,1140,4856,939,015100,164953931.102,000900,404341803.896,000900,630828052.0,015100,000900,34147.2515991,17578,51301,hub,hub,non_hub,585190.192062,4513884.4495,583444.520998,4506198.85784
+469,469,2196,194.0,000900,,40.7024745833,-74.01224785,210.0,031703,40.71644312,-74.014902115,832.965767645,8670,1140,4231,939,031703,332361109.355,000900,404341803.896,000900,630828052.0,031703,000900,34147.2515991,136082,51301,hub,hub,non_hub,583202.897614,4507746.93647,583444.520998,4506198.85784
+470,470,3812,291.0,000900,,40.7024745833,-74.01224785,294.0,031704,40.7085171733,-74.0165557667,420.954825163,6610,1140,3790,939,031704,160823714.408,000900,404341803.896,000900,630828052.0,031704,000900,34147.2515991,105244,51301,hub,hub,hub,583073.076824,4506865.54027,583444.520998,4506198.85784
+471,471,1537,291.0,000900,,40.7024745833,-74.01224785,255.0,000600,40.7128987867,-73.9898646367,848.100467119,11558,1140,4083,939,000600,59149181.7526,000900,404341803.896,000900,630828052.0,000600,000900,34147.2515991,70053,51301,hub,hub,non_hub,585322.159723,4507377.5136,583444.520998,4506198.85784
+472,472,372,57.0,001002,,40.71782143,-73.97628939,54.0,000202,40.71318002,-73.9818904933,762.430709875,8012,6439,3598,2346,000202,37878157.9781,001002,22763374.2099,,0.0,000202,001002,56972.7547929,56352,15158,hub,hub,non_hub,585995.353038,4507416.50937,586462.45635,4507937.23607
+473,473,290,133.0,001002,,40.71782143,-73.97628939,258.0,000700,40.70581148,-74.0081572071,1178.65587132,7722,6439,5201,2346,000700,476954959.734,001002,22763374.2099,,0.0,000700,001002,56972.7547929,160040,15158,hub,hub,non_hub,583785.918305,4506573.16797,586462.45635,4507937.23607
+474,474,648,38.0,001002,,40.71782143,-73.97628939,47.0,000800,40.712414475,-73.993471545,752.880245167,10365,6439,4150,2346,000800,46479755.076,001002,22763374.2099,,0.0,000800,001002,56972.7547929,34254,15158,hub,hub,non_hub,585018.109713,4507320.25418,586462.45635,4507937.23607
+475,475,43,57.0,001002,,40.71782143,-73.97628939,97.0,000900,40.7024745833,-74.01224785,1416.54401154,1140,6439,939,2346,000900,404341803.896,001002,22763374.2099,,0.0,000900,001002,56972.7547929,46446,15158,hub,hub,non_hub,583444.520998,4506198.85784,586462.45635,4507937.23607
+476,476,403,38.0,001002,,40.71782143,-73.97628939,46.0,001200,40.717364275,-73.982955325,419.779071488,3547,6439,1857,2346,001200,23518220.7411,001002,22763374.2099,,0.0,001200,001002,56972.7547929,36493,15158,hub,hub,non_hub,585900.031125,4507879.94738,586462.45635,4507937.23607
+477,477,24,19.0,001002,,40.71782143,-73.97628939,36.0,001300,40.70463334,-74.01361706,1230.33333333,3776,6439,3028,2346,001300,286606455.687,001002,22763374.2099,,0.0,001300,001002,56972.7547929,27671,15158,hub,hub,non_hub,583326.158808,4506437.19368,586462.45635,4507937.23607
+478,478,351,19.0,001002,,40.71782143,-73.97628939,28.0,001401,40.71559509,-73.9870295,494.658119658,3289,6439,1708,2346,001401,20168722.3199,001002,22763374.2099,,0.0,001401,001002,56972.7547929,26885,15158,hub,hub,non_hub,585558.18429,4507679.57909,586462.45635,4507937.23607
+479,479,54,38.0,001002,,40.71782143,-73.97628939,67.0,001501,40.70966832,-74.003597135,1284.7293956,5581,6439,3450,2346,001501,172466366.322,001002,22763374.2099,,0.0,001501,001002,56972.7547929,27425,15158,hub,hub,non_hub,584166.279828,4507005.66129,586462.45635,4507937.23607
+480,480,123,57.0,001002,,40.71782143,-73.97628939,123.0,001502,40.7088053467,-74.00635276,1135.89274106,7095,6439,3459,2346,001502,221282059.103,001002,22763374.2099,,0.0,001502,001002,56972.7547929,82052,15158,hub,hub,non_hub,583934.59195,4506907.22889,586462.45635,4507937.23607
+481,481,1016,57.0,001002,,40.71782143,-73.97628939,107.0,001600,40.7153350167,-73.9943926833,845.516574886,8236,6439,3242,2346,001600,76565505.7581,001002,22763374.2099,,0.0,001600,001002,56972.7547929,82798,15158,hub,hub,non_hub,584936.591099,4507643.5622,586462.45635,4507937.23607
+482,482,1330,76.0,001002,,40.71782143,-73.97628939,154.0,001800,40.7193657075,-73.9906468425,577.414714709,8063,6439,3489,2346,001800,60554858.5127,001002,22763374.2099,,0.0,001800,001002,56972.7547929,133306,15158,hub,hub,non_hub,585247.838585,4508094.62497,586462.45635,4507937.23607
+483,483,157,38.0,001002,,40.71782143,-73.97628939,46.0,002000,40.721554605,-73.977309405,589.756360078,4795,6439,1899,2346,002000,17907673.5628,001002,22763374.2099,,0.0,002000,001002,56972.7547929,31656,15158,hub,hub,non_hub,586371.478696,4508350.63994,586462.45635,4507937.23607
+484,484,47,76.0,001002,,40.71782143,-73.97628939,102.0,002100,40.71451321,-74.0108850975,1260.61370574,6111,6439,3038,2346,002100,273869828.705,001002,22763374.2099,,0.0,002100,001002,56972.7547929,151037,15158,hub,hub,non_hub,583544.598931,4507536.51732,586462.45635,4507937.23607
+485,485,498,38.0,001002,,40.71782143,-73.97628939,44.0,002201,40.71833027,-73.980972895,470.978683898,6762,6439,3030,2346,002201,37585954.9949,001002,22763374.2099,,0.0,002201,001002,56972.7547929,26391,15158,hub,hub,non_hub,586066.226443,4507989.12022,586462.45635,4507937.23607
+486,486,196,19.0,001002,,40.71782143,-73.97628939,31.0,002202,40.7208736,-73.98085795,276.107142857,2256,6439,1045,2346,002202,13179093.8977,001002,22763374.2099,,0.0,002202,001002,56972.7547929,23935,15158,hub,hub,non_hub,586072.658368,4508271.55961,586462.45635,4507937.23607
+487,487,56,38.0,001002,,40.71782143,-73.97628939,48.0,002400,40.724744875,-73.974986535,607.088541667,5775,6439,2175,2346,002400,17986635.5592,001002,22763374.2099,,0.0,002400,001002,56972.7547929,17965,15158,hub,hub,non_hub,586563.526382,4508707.06897,586462.45635,4507937.23607
+488,488,149,38.0,001002,,40.71782143,-73.97628939,62.0,002500,40.7111743,-73.99849582,1157.58258547,5061,6439,1917,2346,002500,22428407.6271,001002,22763374.2099,,0.0,002500,001002,56972.7547929,28216,15158,hub,hub,non_hub,584595.28909,4507177.73549,586462.45635,4507937.23607
+489,489,39,19.0,001002,,40.71782143,-73.97628939,31.0,002601,40.72299208,-73.97995466,483.897435897,3774,6439,1593,2346,002601,22248722.3098,001002,22763374.2099,,0.0,002601,001002,56972.7547929,22144,15158,hub,hub,non_hub,586146.216204,4508507.61099,586462.45635,4507937.23607
+490,490,21,19.0,001002,,40.71782143,-73.97628939,27.0,002700,40.71307916,-73.99851193,988.285714286,1191,6439,655,2346,002700,11349914.9514,001002,22763374.2099,,0.0,002700,001002,56972.7547929,20570,15158,hub,hub,non_hub,584591.517275,4507389.17181,586462.45635,4507937.23607
+491,491,93,19.0,001002,,40.71782143,-73.97628939,32.0,002800,40.72521311,-73.97768752,554.76344086,7302,6439,3341,2346,002800,47641507.3146,001002,22763374.2099,,0.0,002800,001002,56972.7547929,36744,15158,hub,hub,non_hub,586334.816403,4508756.38709,586462.45635,4507937.23607
+492,492,97,19.0,001002,,40.71782143,-73.97628939,43.0,002900,40.71602118,-73.99974372,1373.10309278,5855,6439,2420,2346,002900,200965547.24,001002,22763374.2099,,0.0,002900,001002,56972.7547929,31936,15158,hub,hub,non_hub,584483.752153,4507714.56961,586462.45635,4507937.23607
+493,493,339,19.0,001002,,40.71782143,-73.97628939,35.0,003001,40.72066442,-73.98517977,480.100294985,4301,6439,2553,2346,003001,34302720.7166,001002,22763374.2099,,0.0,003001,001002,56972.7547929,41223,15158,hub,hub,non_hub,585707.91731,4508244.11218,586462.45635,4507937.23607
+494,494,146,19.0,001002,,40.71782143,-73.97628939,37.0,003002,40.72217444,-73.98368779,366.602739726,3031,6439,1885,2346,003002,18686109.2263,001002,22763374.2099,,0.0,003002,001002,56972.7547929,38675,15158,hub,hub,non_hub,585831.986427,4508413.19181,586462.45635,4507937.23607
+495,495,48,57.0,001002,,40.71782143,-73.97628939,121.0,003100,40.7140617467,-74.0041933367,1161.64803922,2809,6439,858,2346,003100,145687012.574,001002,22763374.2099,,0.0,003100,001002,56972.7547929,81469,15158,hub,hub,non_hub,584110.388584,4507492.78891,586462.45635,4507937.23607
+496,496,248,57.0,001002,,40.71782143,-73.97628939,100.0,003200,40.7260543867,-73.9823576167,578.477788221,7630,6439,4888,2346,003200,46369492.482,001002,22763374.2099,,0.0,003200,001002,56972.7547929,138064,15158,hub,hub,non_hub,585939.335766,4508845.19329,586462.45635,4507937.23607
+497,497,53,95.0,001002,,40.71782143,-73.97628939,173.0,003300,40.7188277953,-74.006321338,1263.59455128,5174,6439,2694,2346,003300,215459582.054,001002,22763374.2099,,0.0,003300,001002,56972.7547929,115059,15158,hub,hub,non_hub,583924.659187,4508019.81572,586462.45635,4507937.23607
+498,498,121,19.0,001002,,40.71782143,-73.97628939,39.0,003400,40.72955361,-73.98057249,644.41322314,6706,6439,4203,2346,003400,42933229.7541,001002,22763374.2099,,0.0,003400,001002,56972.7547929,47926,15158,hub,hub,non_hub,586085.581298,4509235.37985,586462.45635,4507937.23607
+499,499,465,38.0,001002,,40.71782143,-73.97628939,66.0,003601,40.72217423,-73.990293175,582.893097643,3299,6439,1613,2346,003601,29191583.8104,001002,22763374.2099,,0.0,003601,001002,56972.7547929,77585,15158,hub,hub,non_hub,585274.124459,4508406.73315,586462.45635,4507937.23607
+500,500,177,38.0,001002,,40.71782143,-73.97628939,62.0,003602,40.724852985,-73.989265345,712.395879425,2918,6439,1586,2346,003602,24941258.1161,001002,22763374.2099,,0.0,003602,001002,56972.7547929,82124,15158,hub,hub,non_hub,585357.507872,4508705.09166,586462.45635,4507937.23607
+501,501,168,76.0,001002,,40.71782143,-73.97628939,148.0,003700,40.7256696075,-74.0052069325,1018.8183069,2401,6439,1490,2346,003700,212385639.924,001002,22763374.2099,,0.0,003700,001002,56972.7547929,173333,15158,hub,hub,non_hub,584010.178026,4508780.36793,586462.45635,4507937.23607
+502,502,279,76.0,001002,,40.71782143,-73.97628939,160.0,003800,40.72765889,-73.988195855,639.760852415,8610,6439,5795,2346,003800,67437493.5221,001002,22763374.2099,,0.0,003800,001002,56972.7547929,167230,15158,hub,hub,non_hub,585444.239635,4509017.60641,586462.45635,4507937.23607
+503,503,29,76.0,001002,,40.71782143,-73.97628939,106.0,003900,40.7201717475,-74.00983051,1306.37152778,5253,6439,3059,2346,003900,194910113.03,001002,22763374.2099,,0.0,003900,001002,56972.7547929,113624,15158,hub,hub,non_hub,583626.593058,4508165.65565,586462.45635,4507937.23607
+504,504,159,38.0,001002,,40.71782143,-73.97628939,66.0,004000,40.73000573,-73.98549552,794.343102899,9801,6439,4546,2346,004000,66858387.5133,001002,22763374.2099,,0.0,004000,001002,56972.7547929,99660,15158,hub,hub,non_hub,585669.269443,4509280.75306,586462.45635,4507937.23607
+505,505,756,38.0,001002,,40.71782143,-73.97628939,64.0,004100,40.7195529,-73.996789035,975.313954741,7793,6439,3765,2346,004100,71738983.3617,001002,22763374.2099,,0.0,004100,001002,56972.7547929,114685,15158,hub,hub,non_hub,584728.836557,4508109.46034,586462.45635,4507937.23607
+506,506,55,19.0,001002,,40.71782143,-73.97628939,35.0,004200,40.73223272,-73.98889957,831.072727273,4988,6439,1801,2346,004200,39941846.3325,001002,22763374.2099,,0.0,004200,001002,56972.7547929,50846,15158,hub,hub,non_hub,585378.96492,4509524.64843,586462.45635,4507937.23607
+507,507,295,38.0,001002,,40.71782143,-73.97628939,67.0,004300,40.723870235,-73.995226525,653.522154528,4267,6439,2598,2346,004300,65935514.1184,001002,22763374.2099,,0.0,004300,001002,56972.7547929,95162,15158,hub,hub,non_hub,584855.320992,4508590.22212,586462.45635,4507937.23607
+508,508,294,38.0,001002,,40.71782143,-73.97628939,60.0,004400,40.73080269,-73.97968993,699.626942023,17710,6439,8297,2346,004400,114601147.016,001002,22763374.2099,,0.0,004400,001002,56972.7547929,106427,15158,hub,hub,non_hub,586158.498991,4509374.90208,586462.45635,4507937.23607
+509,509,93,19.0,001002,,40.71782143,-73.97628939,27.0,004500,40.71910537,-73.99973337,917.075268817,840,6439,582,2346,004500,52009114.8865,001002,22763374.2099,,0.0,004500,001002,56972.7547929,34275,15158,hub,hub,non_hub,584480.726971,4508056.94497,586462.45635,4507937.23607
+510,510,17,19.0,001002,,40.71782143,-73.97628939,39.0,004700,40.72165481,-74.00234737,991.117647059,2267,6439,1586,2346,004700,75477587.1594,001002,22763374.2099,,0.0,004700,001002,56972.7547929,27544,15158,hub,hub,non_hub,584256.734795,4508337.43837,586462.45635,4507937.23607
+511,511,36,19.0,001002,,40.71782143,-73.97628939,35.0,004800,40.73624527,-73.98473765,1046.02777778,7550,6439,3799,2346,004800,74763044.6965,001002,22763374.2099,,0.0,004800,001002,56972.7547929,42567,15158,hub,hub,non_hub,585725.258797,4509974.12516,586462.45635,4507937.23607
+512,512,49,38.0,001002,,40.71782143,-73.97628939,73.0,004900,40.724268615,-74.000521515,794.252631579,4951,6439,3054,2346,004900,103848670.177,001002,22763374.2099,,0.0,004900,001002,56972.7547929,80152,15158,hub,hub,non_hub,584407.63728,4508629.34168,586462.45635,4507937.23607
+513,513,116,57.0,001002,,40.71782143,-73.97628939,93.0,005000,40.7359163467,-73.9873427633,968.364825265,5061,6439,3595,2346,005000,120638459.215,001002,22763374.2099,,0.0,005000,001002,56972.7547929,111023,15158,hub,hub,non_hub,585505.709717,4509935.07175,586462.45635,4507937.23607
+514,514,163,38.0,001002,,40.71782143,-73.97628939,106.0,005200,40.73715585,-73.991241315,1101.45369013,4193,6439,1785,2346,005200,109103391.81,001002,22763374.2099,,0.0,005200,001002,56972.7547929,159876,15158,hub,hub,non_hub,585174.941656,4510068.87544,586462.45635,4507937.23607
+515,515,28,19.0,001002,,40.71782143,-73.97628939,47.0,005400,40.73971301,-73.99456405,1291.32142857,4656,6439,2837,2346,005400,128803552.888,001002,22763374.2099,,0.0,005400,001002,56972.7547929,73728,15158,hub,hub,non_hub,584891.129718,4510349.51956,586462.45635,4507937.23607
+516,516,107,19.0,001002,,40.71782143,-73.97628939,30.0,005501,40.72679454,-73.99695094,726.08411215,5079,6439,2483,2346,005501,61061928.4125,001002,22763374.2099,,0.0,005501,001002,56972.7547929,57258,15158,hub,hub,non_hub,584705.980012,4508913.17477,586462.45635,4507937.23607
+517,517,159,19.0,001002,,40.71782143,-73.97628939,27.0,005502,40.72743423,-73.99379025,722.132075472,2383,6439,1262,2346,005502,49017118.6146,001002,22763374.2099,,0.0,005502,001002,56972.7547929,55117,15158,hub,hub,non_hub,584972.085912,4508987.23863,586462.45635,4507937.23607
+518,518,69,38.0,001002,,40.71782143,-73.97628939,95.0,005600,40.74065347,-73.98778661,1101.05555556,2618,6439,2190,2346,005600,189153355.609,001002,22763374.2099,,0.0,005600,001002,56972.7547929,113209,15158,hub,hub,non_hub,585462.168743,4510460.49357,586462.45635,4507937.23607
+519,519,144,38.0,001002,,40.71782143,-73.97628939,82.0,005700,40.729662915,-73.992405595,796.125950197,2937,6439,1789,2346,005700,90178032.7137,001002,22763374.2099,,0.0,005700,001002,56972.7547929,156896,15158,hub,hub,non_hub,585086.179601,4509235.9788,586462.45635,4507937.23607
+520,520,38,38.0,001002,,40.71782143,-73.97628939,87.0,005800,40.743154205,-73.990299735,1274.72321429,3182,6439,2306,2346,005800,164037511.755,001002,22763374.2099,,0.0,005800,001002,56972.7547929,130970,15158,hub,hub,non_hub,585246.786708,4510735.64918,586462.45635,4507937.23607
+521,521,24,19.0,001002,,40.71782143,-73.97628939,31.0,005900,40.73049393,-73.9957214,1133.79166667,5516,6439,3276,2346,005900,71785177.1361,001002,22763374.2099,,0.0,005900,001002,56972.7547929,53180,15158,hub,hub,non_hub,584805.117401,4509325.01914,586462.45635,4507937.23607
+522,522,237,38.0,001002,,40.71782143,-73.97628939,63.0,006000,40.734822295,-73.976916765,887.397115385,5286,6439,2459,2346,006000,27468182.8943,001002,22763374.2099,,0.0,006000,001002,56972.7547929,80462,15158,hub,hub,non_hub,586387.478737,4509823.83141,586462.45635,4507937.23607
+523,523,276,76.0,001002,,40.71782143,-73.97628939,141.0,006100,40.73385254,-73.992357065,893.078741359,4913,6439,2683,2346,006100,91682014.33,001002,22763374.2099,,0.0,006100,001002,56972.7547929,245510,15158,hub,hub,non_hub,585084.940162,4509701.10308,586462.45635,4507937.23607
+524,524,54,19.0,001002,,40.71782143,-73.97628939,30.0,006200,40.7381765,-73.97738662,1034.35185185,4680,6439,1401,2346,006200,231817485.533,001002,22763374.2099,,0.0,006200,001002,56972.7547929,33218,15158,hub,hub,non_hub,586343.467107,4510195.70961,586462.45635,4507937.23607
+525,525,149,57.0,001002,,40.71782143,-73.97628939,99.0,006300,40.7346940933,-73.99785666,1029.32381608,6076,6439,4277,2346,006300,85447631.8451,001002,22763374.2099,,0.0,006300,001002,56972.7547929,120233,15158,hub,hub,non_hub,584619.48321,4509789.20591,586462.45635,4507937.23607
+526,526,60,19.0,001002,,40.71782143,-73.97628939,39.0,006400,40.73587678,-73.98205027,857.366666667,7518,6439,5058,2346,006400,95664936.1545,001002,22763374.2099,,0.0,006400,001002,56972.7547929,47750,15158,hub,hub,non_hub,585952.649806,4509935.84788,586462.45635,4507937.23607
+527,527,122,57.0,001002,,40.71782143,-73.97628939,106.0,006500,40.7306296367,-73.9991423,869.364462081,6517,6439,3568,2346,006500,59290910.3694,001002,22763374.2099,,0.0,006500,001002,56972.7547929,125356,15158,hub,hub,non_hub,584516.067395,4509336.78488,586462.45635,4507937.23607
+528,528,93,38.0,001002,,40.71782143,-73.97628939,82.0,006600,40.739285505,-73.97827188,994.306412338,11780,6439,6818,2346,006600,84730469.4548,001002,22763374.2099,,0.0,006600,001002,56972.7547929,74621,15158,hub,hub,non_hub,586267.286922,4510317.94668,586462.45635,4507937.23607
+529,529,54,19.0,001002,,40.71782143,-73.97628939,39.0,006700,40.73038599,-74.00214988,939.055555556,4984,6439,3796,2346,006700,47238039.9972,001002,22763374.2099,,0.0,006700,001002,56972.7547929,70025,15158,hub,hub,non_hub,584262.399901,4509306.84766,586462.45635,4507937.23607
+530,530,44,19.0,001002,,40.71782143,-73.97628939,39.0,006800,40.74025878,-73.98409214,1160.45454545,6735,6439,4494,2346,006800,130298431.446,001002,22763374.2099,,0.0,006800,001002,56972.7547929,58926,15158,hub,hub,non_hub,585774.608423,4510420.28363,586462.45635,4507937.23607
+531,531,150,38.0,001002,,40.71782143,-73.97628939,67.0,006900,40.732319905,-74.0069291,1099.44348062,2687,6439,1484,2346,006900,61292499.9331,001002,22763374.2099,,0.0,006900,001002,56972.7547929,130727,15158,hub,hub,non_hub,583856.38945,4509516.94969,586462.45635,4507937.23607
+532,532,248,57.0,001002,,40.71782143,-73.97628939,127.0,007000,40.7425067569,-73.9755972504,1093.45930413,8302,6439,5669,2346,007000,78634704.8451,001002,22763374.2099,,0.0,007000,001002,56972.7547929,145227,15158,hub,hub,non_hub,586488.943842,4510678.16057,586462.45635,4507937.23607
+533,533,38,38.0,001002,,40.71782143,-73.97628939,71.0,007100,40.736526545,-74.000108805,1502.21889401,5633,6439,3844,2346,007100,68447429.2743,001002,22763374.2099,,0.0,007100,001002,56972.7547929,79459,15158,hub,hub,non_hub,584426.995774,4509990.4524,586462.45635,4507937.23607
+534,534,114,57.0,001002,,40.71782143,-73.97628939,126.0,007200,40.7447014833,-73.98154809,1274.43904321,7734,6439,5222,2346,007200,132092861.454,001002,22763374.2099,,0.0,007200,001002,56972.7547929,157612,15158,hub,hub,non_hub,585983.687715,4510915.94446,586462.45635,4507937.23607
+535,535,29,38.0,001002,,40.71782143,-73.97628939,59.0,007300,40.734682705,-74.00388484,985.021052632,5615,6439,4547,2346,007300,48716185.79,001002,22763374.2099,,0.0,007300,001002,56972.7547929,92567,15158,hub,hub,non_hub,584110.479319,4509782.14883,586462.45635,4507937.23607
+536,536,27,38.0,001002,,40.71782143,-73.97628939,86.0,007400,40.746413585,-73.98586892,1433.71022727,4179,6439,2700,2346,007400,170614202.951,001002,22763374.2099,,0.0,007400,001002,56972.7547929,81121,15158,hub,hub,non_hub,585616.696258,4511101.7763,586462.45635,4507937.23607
+537,537,27,38.0,001002,,40.71782143,-73.97628939,69.0,007600,40.74737476,-73.988320695,1482.90625,2203,6439,1573,2346,007600,242014413.464,001002,22763374.2099,,0.0,007600,001002,56972.7547929,97464,15158,hub,hub,non_hub,585408.475283,4511206.08492,586462.45635,4507937.23607
+538,538,22,19.0,001002,,40.71782143,-73.97628939,43.0,007700,40.7390169121,-74.0026376103,1433.72727273,5404,6439,4254,2346,007700,59306273.1509,001002,22763374.2099,,0.0,007700,001002,56972.7547929,79025,15158,hub,hub,non_hub,584210.329106,4510264.47156,586462.45635,4507937.23607
+539,539,155,19.0,001002,,40.71782143,-73.97628939,39.0,007800,40.74780373,-73.9734419,1242.86451613,7380,6439,5372,2346,007800,112124597.728,001002,22763374.2099,,0.0,007800,001002,56972.7547929,59601,15158,hub,hub,non_hub,586664.043115,4511268.28888,586462.45635,4507937.23607
+540,540,24,95.0,001002,3.78846618015,40.71782143,-73.97628939,174.0,007900,40.7381577975,-74.0071,1466.63724846,4406,6439,2904,2346,007900,86937368.5918,001002,22763374.2099,,0.0,007900,001002,56972.7547929,171846,15158,hub,hub,non_hub,583834.628989,4510164.83272,586462.45635,4507937.23607
+541,541,92,38.0,001002,,40.71782143,-73.97628939,71.0,008000,40.7485693,-73.97717991,1276.37271805,4946,6439,3730,2346,008000,197763821.532,001002,22763374.2099,,0.0,008000,001002,56972.7547929,74808,15158,hub,hub,non_hub,586347.477591,4511349.58844,586462.45635,4507937.23607
+542,542,33,19.0,001002,,40.71782143,-73.97628939,39.0,008100,40.73935542,-73.99931783,1124.39393939,8675,6439,5315,2346,008100,91100400.6907,001002,22763374.2099,,0.0,008100,001002,56972.7547929,53195,15158,hub,hub,non_hub,584490.204148,4510305.23824,586462.45635,4507937.23607
+543,543,148,57.0,001002,,40.71782143,-73.97628939,175.0,008200,40.7519160063,-73.9793423919,1344.52280702,3442,6439,2534,2346,008200,262405408.076,001002,22763374.2099,,0.0,008200,001002,56972.7547929,228612,15158,hub,hub,non_hub,586160.595396,4511718.97202,586462.45635,4507937.23607
+544,544,95,76.0,001002,,40.71782143,-73.97628939,119.0,008300,40.742591315,-74.004102785,1405.50081169,4211,6439,2321,2346,008300,119862327.354,001002,22763374.2099,,0.0,008300,001002,56972.7547929,186113,15158,hub,hub,non_hub,584082.11654,4510659.85081,586462.45635,4507937.23607
+545,545,4,19.0,001002,,40.71782143,-73.97628939,38.0,008400,40.75038009,-73.98338988,1432.75,1726,6439,1041,2346,008400,147824461.739,001002,22763374.2099,,0.0,008400,001002,56972.7547929,34199,15158,hub,hub,non_hub,585820.889203,4511544.50828,586462.45635,4507937.23607
+546,546,200,19.0,001002,,40.71782143,-73.97628939,43.0,008601,40.744219,-73.97121214,996.495,2551,6439,1528,2346,008601,31141773.9073,001002,22763374.2099,,0.0,008601,001002,56972.7547929,31961,15158,hub,hub,non_hub,586856.951039,4510872.56191,586462.45635,4507937.23607
+547,547,96,38.0,001002,,40.71782143,-73.97628939,78.0,008700,40.74206378,-73.995708955,1171.15378422,6671,6439,4249,2346,008700,85660216.7821,001002,22763374.2099,,0.0,008700,001002,56972.7547929,152953,15158,hub,hub,non_hub,584791.475936,4510609.36503,586462.45635,4507937.23607
+548,548,14,38.0,001002,,40.71782143,-73.97628939,78.0,008800,40.75012189,-73.970133575,1361.22916667,6964,6439,5507,2346,008800,216532475.876,001002,22763374.2099,,0.0,008800,001002,56972.7547929,43247,15158,hub,hub,non_hub,586940.323322,4511528.89362,586462.45635,4507937.23607
+549,549,44,57.0,001002,,40.71782143,-73.97628939,120.0,008900,40.74529008,-74.0021768567,1480.83333333,5560,6439,3511,2346,008900,54419260.2723,001002,22763374.2099,,0.0,008900,001002,56972.7547929,158638,15158,hub,hub,non_hub,584241.316685,4510961.27944,586462.45635,4507937.23607
+550,550,75,57.0,001002,,40.71782143,-73.97628939,110.0,009000,40.75261798,-73.9703317533,1344.90545204,7026,6439,5832,2346,009000,208846060.851,001002,22763374.2099,,0.0,009000,001002,56972.7547929,74531,15158,hub,hub,non_hub,586920.342162,4511805.78171,586462.45635,4507937.23607
+551,551,65,19.0,001002,,40.71782143,-73.97628939,39.0,009100,40.74487634,-73.99529885,1066.16923077,6415,6439,4386,2346,009100,127325659.041,001002,22763374.2099,,0.0,009100,001002,56972.7547929,63878,15158,hub,hub,non_hub,584822.527687,4510921.97538,586462.45635,4507937.23607
+552,552,56,38.0,001002,,40.71782143,-73.97628939,110.0,009200,40.7548518863,-73.9734329075,1449.69358974,1754,6439,1461,2346,009200,408192557.246,001002,22763374.2099,,0.0,009200,001002,56972.7547929,72226,15158,hub,hub,non_hub,586655.650548,4512050.69496,586462.45635,4507937.23607
+553,553,6,19.0,001002,,40.71782143,-73.97628939,39.0,009300,40.74475148,-73.99915362,1494.66666667,9705,6439,5585,2346,009300,68528055.2433,001002,22763374.2099,,0.0,009300,001002,56972.7547929,52202,15158,hub,hub,non_hub,584497.239363,4510904.39701,586462.45635,4507937.23607
+554,554,8,19.0,001002,,40.71782143,-73.97628939,31.0,009400,40.75320159,-73.9779874,1479.75,29,6439,16,2346,009400,299218147.811,001002,22763374.2099,,0.0,009400,001002,56972.7547929,82147,15158,hub,hub,non_hub,586273.319314,4511863.01244,586462.45635,4507937.23607
+555,555,24,19.0,001002,,40.71782143,-73.97628939,51.0,009500,40.746647,-73.993915,1427.91666667,3425,6439,1416,2346,009500,129660033.725,001002,22763374.2099,,0.0,009500,001002,56972.7547929,57488,15158,hub,hub,non_hub,584937.108907,4511119.86954,586462.45635,4507937.23607
+556,556,27,57.0,001002,,40.71782143,-73.97628939,140.0,009600,40.75607603,-73.9803967167,1407.39393939,153,6439,268,2346,009600,270304841.585,001002,22763374.2099,,0.0,009600,001002,56972.7547929,71527,15158,hub,hub,non_hub,586066.226062,4512179.73074,586462.45635,4507937.23607
+557,557,19,57.0,001002,,40.71782143,-73.97628939,99.0,009700,40.7493616033,-73.9991321067,1503.91919192,4744,6439,2827,2346,009700,83018263.1602,001002,22763374.2099,,0.0,009700,001002,56972.7547929,118804,15158,hub,hub,non_hub,584493.220017,4511416.17434,586462.45635,4507937.23607
+558,558,93,38.0,001002,,40.71782143,-73.97628939,70.0,009800,40.755285655,-73.96667288,1496.81646825,7105,6439,5244,2346,009800,115943808.909,001002,22763374.2099,,0.0,009800,001002,56972.7547929,40039,15158,hub,hub,non_hub,587225.727282,4512105.54383,586462.45635,4507937.23607
+559,559,80,95.0,001002,,40.71782143,-73.97628939,185.0,009900,40.7520807866,-74.0031899092,1426.29428571,3617,6439,2438,2346,009900,404439511.776,001002,22763374.2099,,0.0,009900,001002,56972.7547929,208076,15158,hub,hub,non_hub,584147.226991,4511714.12465,586462.45635,4507937.23607
+560,560,25,57.0,001002,,40.71782143,-73.97628939,121.0,010000,40.7583696933,-73.9710287767,1528.39285714,1829,6439,1399,2346,010000,366457143.613,001002,22763374.2099,,0.0,010000,001002,56972.7547929,72085,15158,hub,hub,non_hub,586854.014885,4512443.57459,586462.45635,4507937.23607
+561,561,32,57.0,001002,,40.71782143,-73.97628939,127.0,010100,40.74945622,-73.9903382667,1459.6026936,1119,6439,828,2346,010100,246168211.101,001002,22763374.2099,,0.0,010100,001002,56972.7547929,183377,15158,hub,hub,non_hub,585235.486219,4511435.18064,586462.45635,4507937.23607
+562,562,8,38.0,001002,,40.71782143,-73.97628939,81.0,010200,40.7606694,-73.973473555,2445.13333333,313,6439,268,2346,010200,333450202.294,001002,22763374.2099,,0.0,010200,001002,56972.7547929,46675,15158,hub,hub,non_hub,586644.664817,4512696.44233,586462.45635,4507937.23607
+563,563,52,38.0,001002,,40.71782143,-73.97628939,98.0,010300,40.751000495,-73.994372255,1523.57731092,1859,6439,1351,2346,010300,141506056.87,001002,22763374.2099,,0.0,010300,001002,56972.7547929,221593,15158,hub,hub,non_hub,584892.968075,4511602.69644,586462.45635,4507937.23607
+564,564,5,38.0,001002,,40.71782143,-73.97628939,75.0,010400,40.761664375,-73.976854975,1719.66666667,1031,6439,1033,2346,010400,363981333.295,001002,22763374.2099,,0.0,010400,001002,56972.7547929,65073,15158,hub,hub,non_hub,586357.961325,4512803.55852,586462.45635,4507937.23607
+565,565,19,19.0,001002,,40.71782143,-73.97628939,33.0,010602,40.75849116,-73.95920622,1520.42105263,4794,6439,2963,2346,010602,67980898.3739,001002,22763374.2099,,0.0,010602,001002,56972.7547929,22153,15158,hub,hub,non_hub,587851.796682,4512468.82754,586462.45635,4507937.23607
+566,566,59,57.0,001002,,40.71782143,-73.97628939,117.0,010800,40.7591736033,-73.96613818,1434.91758242,8531,6439,6272,2346,010800,189351523.799,001002,22763374.2099,,0.0,010800,001002,56972.7547929,79198,15158,hub,hub,non_hub,587265.778542,4512537.66689,586462.45635,4507937.23607
+567,567,14,38.0,001002,,40.71782143,-73.97628939,114.0,010900,40.751351715,-73.987594755,1322.89583333,182,6439,92,2346,010900,228173063.011,001002,22763374.2099,,0.0,010900,001002,56972.7547929,60092,15158,hub,hub,non_hub,585464.669441,4511648.26242,586462.45635,4507937.23607
+568,568,6,19.0,001002,,40.71782143,-73.97628939,59.0,011201,40.7643971,-73.97371465,2314.33333333,827,6439,964,2346,011201,118515444.187,001002,22763374.2099,,0.0,011201,001002,56972.7547929,41525,15158,hub,hub,non_hub,586619.474659,4513110.00718,586462.45635,4507937.23607
+569,569,18,19.0,001002,,40.71782143,-73.97628939,33.0,011203,40.76095756,-73.96724467,1498.0,1176,6439,1160,2346,011203,143782379.009,001002,22763374.2099,,0.0,011203,001002,56972.7547929,48033,15158,hub,hub,non_hub,587170.050102,4512734.59972,586462.45635,4507937.23607
+570,570,26,76.0,001002,,40.71782143,-73.97628939,198.0,011300,40.7548008425,-73.9888010575,1515.13333333,204,6439,107,2346,011300,357940519.061,001002,22763374.2099,,0.0,011300,001002,56972.7547929,236650,15158,hub,hub,non_hub,585358.423228,4512029.96675,586462.45635,4507937.23607
+571,571,40,38.0,001002,,40.71782143,-73.97628939,82.0,011500,40.75701407,-73.992353645,1610.23901099,2487,6439,1678,2346,011500,130958459.747,001002,22763374.2099,,0.0,011500,001002,56972.7547929,103294,15158,hub,hub,non_hub,585055.712647,4512272.20178,586462.45635,4507937.23607
+572,572,8,38.0,001002,,40.71782143,-73.97628939,84.0,011700,40.76058799,-74.00080945,1886.7,2938,6439,2304,2346,011700,91270705.1484,001002,22763374.2099,,0.0,011700,001002,56972.7547929,73016,15158,hub,hub,non_hub,584337.427395,4512660.77158,586462.45635,4507937.23607
+573,573,3,19.0,001002,,40.71782143,-73.97628939,34.0,011900,40.7568001,-73.98291153,1446.0,1079,6439,1121,2346,011900,395254501.74,001002,22763374.2099,,0.0,011900,001002,56972.7547929,39976,15158,hub,hub,non_hub,585853.012005,4512257.64444,586462.45635,4507937.23607
+574,574,26,57.0,001002,,40.71782143,-73.97628939,109.0,012100,40.7598593767,-73.9914900133,1793.56944444,8366,6439,5744,2346,012100,101223732.045,001002,22763374.2099,,0.0,012100,001002,56972.7547929,132767,15158,hub,hub,non_hub,585124.983126,4512588.88932,586462.45635,4507937.23607
+575,575,9,19.0,001002,,40.71782143,-73.97628939,51.0,012500,40.76064679,-73.98442659,2067.11111111,2439,6439,2096,2346,012500,322911522.418,001002,22763374.2099,,0.0,012500,001002,56972.7547929,45486,15158,hub,hub,non_hub,585720.180916,4512683.17447,586462.45635,4507937.23607
+576,576,9,38.0,001002,,40.71782143,-73.97628939,84.0,012700,40.762485435,-73.990447135,1722.925,6437,6439,4434,2346,012700,104637996.687,001002,22763374.2099,,0.0,012700,001002,56972.7547929,83393,15158,hub,hub,non_hub,585209.656415,4512881.41361,586462.45635,4507937.23607
+577,577,2,19.0,001002,,40.71782143,-73.97628939,24.0,012900,40.76341379,-73.99667444,1676.0,5312,6439,3621,2346,012900,158698340.053,001002,22763374.2099,,0.0,012900,001002,56972.7547929,28661,15158,hub,hub,non_hub,584682.864463,4512978.43901,586462.45635,4507937.23607
+578,578,23,57.0,001002,,40.71782143,-73.97628939,160.0,013100,40.7621295133,-73.98215453,1365.31481481,2489,6439,2283,2346,013100,405023451.28,001002,22763374.2099,,0.0,013100,001002,56972.7547929,107228,15158,hub,hub,non_hub,585910.04945,4512849.98999,586462.45635,4507937.23607
+579,579,12,57.0,001002,,40.71782143,-73.97628939,101.0,013300,40.7647250567,-73.9866537633,2225.42222222,5363,6439,3909,2346,013300,79847412.2593,001002,22763374.2099,,0.0,013300,001002,56972.7547929,89810,15158,hub,hub,non_hub,585526.963405,4513133.71926,586462.45635,4507937.23607
+580,580,21,38.0,001002,,40.71782143,-73.97628939,65.0,013500,40.766984435,-73.99227308,1636.98333333,6075,6439,3935,2346,013500,198199142.958,001002,22763374.2099,,0.0,013500,001002,56972.7547929,64723,15158,hub,hub,non_hub,585049.80204,4513379.06475,586462.45635,4507937.23607
+581,581,22,38.0,001002,,40.71782143,-73.97628939,98.0,013700,40.766109285,-73.981808355,1637.93809524,6557,6439,5442,2346,013700,314878324.419,001002,22763374.2099,,0.0,013700,001002,56972.7547929,91142,15158,hub,hub,non_hub,585934.141665,4513292.1137,586462.45635,4507937.23607
+582,582,9,19.0,001002,,40.71782143,-73.97628939,27.0,013900,40.768254,-73.988639,2372.11111111,7607,6439,7359,2346,013900,139918084.587,001002,22763374.2099,,0.0,013900,001002,56972.7547929,26390,15158,hub,hub,non_hub,585354.890073,4513523.52534,586462.45635,4507937.23607
+583,583,7,19.0,001002,,40.71782143,-73.97628939,49.0,014300,40.76590936,-73.97634151,1923.14285714,3,6439,0,2346,014300,50027992.3322,001002,22763374.2099,,0.0,014300,001002,56972.7547929,21051,15158,hub,hub,non_hub,586395.803012,4513275.28949,586462.45635,4507937.23607
+584,584,45,19.0,001002,,40.71782143,-73.97628939,36.0,014500,40.76915505,-73.98191841,2071.48888889,5811,6439,3462,2346,014500,253397343.373,001002,22763374.2099,,0.0,014500,001002,56972.7547929,68350,15158,hub,hub,non_hub,585920.929601,4513630.10902,586462.45635,4507937.23607
+585,585,8,19.0,001002,,40.71782143,-73.97628939,55.0,014700,40.770513,-73.988038,2093.875,2586,6439,1743,2346,014700,70871746.8417,001002,22763374.2099,,0.0,014700,001002,56972.7547929,35099,15158,hub,hub,non_hub,585402.720353,4513774.87644,586462.45635,4507937.23607
+586,586,1,19.0,001002,,40.71782143,-73.97628939,36.0,015100,40.771522,-73.990541,1690.0,8105,6439,4856,2346,015100,164953931.102,001002,22763374.2099,,0.0,015100,001002,56972.7547929,17578,15158,hub,hub,non_hub,585190.192062,4513884.4495,586462.45635,4507937.23607
+587,587,29,38.0,001002,,40.71782143,-73.97628939,70.0,031703,40.71644312,-74.014902115,1846.4,8670,6439,4231,2346,031703,332361109.355,001002,22763374.2099,,0.0,031703,001002,56972.7547929,136082,15158,hub,hub,non_hub,583202.897614,4507746.93647,586462.45635,4507937.23607
+588,588,106,57.0,001002,,40.71782143,-73.97628939,98.0,031704,40.7085171733,-74.0165557667,1439.35032237,6610,6439,3790,2346,031704,160823714.408,001002,22763374.2099,,0.0,031704,001002,56972.7547929,105244,15158,hub,hub,non_hub,583073.076824,4506865.54027,586462.45635,4507937.23607
+589,589,730,57.0,001002,,40.71782143,-73.97628939,85.0,000600,40.7128987867,-73.9898646367,732.341477526,11558,6439,4083,2346,000600,59149181.7526,001002,22763374.2099,,0.0,000600,001002,56972.7547929,70053,15158,hub,hub,non_hub,585322.159723,4507377.5136,586462.45635,4507937.23607
+590,590,645,138.0,001200,,40.717364275,-73.982955325,108.0,000202,40.71318002,-73.9818904933,642.474340424,8012,3547,3598,1857,000202,37878157.9781,001200,23518220.7411,,0.0,000202,001200,90767.2164685,56352,35702,hub,hub,non_hub,585995.353038,4507416.50937,585900.031125,4507879.94738
+591,591,1005,322.0,001200,,40.717364275,-73.982955325,516.0,000700,40.70581148,-74.0081572071,1030.84981567,7722,3547,5201,1857,000700,476954959.734,001200,23518220.7411,,0.0,000700,001200,90767.2164685,160040,35702,hub,hub,non_hub,583785.918305,4506573.16797,585900.031125,4507879.94738
+592,592,464,92.0,001200,,40.717364275,-73.982955325,94.0,000800,40.712414475,-73.993471545,627.635547902,10365,3547,4150,1857,000800,46479755.076,001200,23518220.7411,,0.0,000800,001200,90767.2164685,34254,35702,hub,hub,non_hub,585018.109713,4507320.25418,585900.031125,4507879.94738
+593,593,434,138.0,001200,,40.717364275,-73.982955325,194.0,000900,40.7024745833,-74.01224785,1040.03706035,1140,3547,939,1857,000900,404341803.896,001200,23518220.7411,,0.0,000900,001200,90767.2164685,46446,35702,hub,hub,non_hub,583444.520998,4506198.85784,585900.031125,4507879.94738
+594,594,602,46.0,001200,,40.717364275,-73.982955325,38.0,001002,40.71782143,-73.97628939,510.536812144,6439,3547,2346,1857,001002,22763374.2099,001200,23518220.7411,,0.0,001002,001200,90767.2164685,15916,35702,hub,hub,non_hub,586462.45635,4507937.23607,585900.031125,4507879.94738
+595,595,93,46.0,001200,,40.717364275,-73.982955325,72.0,001300,40.70463334,-74.01361706,1251.2520872,3776,3547,3028,1857,001300,286606455.687,001200,23518220.7411,,0.0,001300,001200,90767.2164685,27671,35702,hub,hub,non_hub,583326.158808,4506437.19368,585900.031125,4507879.94738
+596,596,450,46.0,001200,,40.717364275,-73.982955325,56.0,001401,40.71559509,-73.9870295,359.125384169,3289,3547,1708,1857,001401,20168722.3199,001200,23518220.7411,,0.0,001401,001200,90767.2164685,26885,35702,hub,hub,non_hub,585558.18429,4507679.57909,585900.031125,4507879.94738
+597,597,247,92.0,001200,,40.717364275,-73.982955325,134.0,001501,40.70966832,-74.003597135,883.548977835,5581,3547,3450,1857,001501,172466366.322,001200,23518220.7411,,0.0,001501,001200,90767.2164685,27425,35702,hub,hub,non_hub,584166.279828,4507005.66129,585900.031125,4507879.94738
+598,598,462,138.0,001200,,40.717364275,-73.982955325,246.0,001502,40.7088053467,-74.00635276,935.486138067,7095,3547,3459,1857,001502,221282059.103,001200,23518220.7411,,0.0,001502,001200,90767.2164685,82052,35702,hub,hub,non_hub,583934.59195,4506907.22889,585900.031125,4507879.94738
+599,599,1014,138.0,001200,,40.717364275,-73.982955325,214.0,001600,40.7153350167,-73.9943926833,541.906482926,8236,3547,3242,1857,001600,76565505.7581,001200,23518220.7411,,0.0,001600,001200,90767.2164685,82798,35702,hub,hub,non_hub,584936.591099,4507643.5622,585900.031125,4507879.94738
+600,600,3823,184.0,001200,,40.717364275,-73.982955325,308.0,001800,40.7193657075,-73.9906468425,411.905974148,8063,3547,3489,1857,001800,60554858.5127,001200,23518220.7411,,0.0,001800,001200,90767.2164685,133306,35702,hub,hub,hub,585247.838585,4508094.62497,585900.031125,4507879.94738
+601,601,343,92.0,001200,,40.717364275,-73.982955325,92.0,002000,40.721554605,-73.977309405,455.883638509,4795,3547,1899,1857,002000,17907673.5628,001200,23518220.7411,,0.0,002000,001200,90767.2164685,31656,35702,hub,hub,non_hub,586371.478696,4508350.63994,585900.031125,4507879.94738
+602,602,275,184.0,001200,,40.717364275,-73.982955325,204.0,002100,40.71451321,-74.0108850975,1109.02863495,6111,3547,3038,1857,002100,273869828.705,001200,23518220.7411,,0.0,002100,001200,90767.2164685,151037,35702,hub,hub,non_hub,583544.598931,4507536.51732,585900.031125,4507879.94738
+603,603,696,92.0,001200,,40.717364275,-73.982955325,88.0,002201,40.71833027,-73.980972895,679.846629272,6762,3547,3030,1857,002201,37585954.9949,001200,23518220.7411,,0.0,002201,001200,90767.2164685,26391,35702,hub,hub,non_hub,586066.226443,4507989.12022,585900.031125,4507879.94738
+604,604,163,46.0,001200,,40.717364275,-73.982955325,62.0,002202,40.7208736,-73.98085795,396.121611446,2256,3547,1045,1857,002202,13179093.8977,001200,23518220.7411,,0.0,002202,001200,90767.2164685,23935,35702,hub,hub,non_hub,586072.658368,4508271.55961,585900.031125,4507879.94738
+605,605,129,92.0,001200,,40.717364275,-73.982955325,96.0,002400,40.724744875,-73.974986535,672.063058036,5775,3547,2175,1857,002400,17986635.5592,001200,23518220.7411,,0.0,002400,001200,90767.2164685,17965,35702,hub,hub,non_hub,586563.526382,4508707.06897,585900.031125,4507879.94738
+606,606,252,92.0,001200,,40.717364275,-73.982955325,124.0,002500,40.7111743,-73.99849582,734.493343896,5061,3547,1917,1857,002500,22428407.6271,001200,23518220.7411,,0.0,002500,001200,90767.2164685,28216,35702,hub,hub,non_hub,584595.28909,4507177.73549,585900.031125,4507879.94738
+607,607,149,46.0,001200,,40.717364275,-73.982955325,62.0,002601,40.72299208,-73.97995466,496.578112609,3774,3547,1593,1857,002601,22248722.3098,001200,23518220.7411,,0.0,002601,001200,90767.2164685,22144,35702,hub,hub,non_hub,586146.216204,4508507.61099,585900.031125,4507879.94738
+608,608,156,46.0,001200,,40.717364275,-73.982955325,54.0,002700,40.71307916,-73.99851193,628.596774194,1191,3547,655,1857,002700,11349914.9514,001200,23518220.7411,,0.0,002700,001200,90767.2164685,20570,35702,hub,hub,non_hub,584591.517275,4507389.17181,585900.031125,4507879.94738
+609,609,409,46.0,001200,,40.717364275,-73.982955325,64.0,002800,40.72521311,-73.97768752,496.983813317,7302,3547,3341,1857,002800,47641507.3146,001200,23518220.7411,,0.0,002800,001200,90767.2164685,36744,35702,hub,hub,non_hub,586334.816403,4508756.38709,585900.031125,4507879.94738
+610,610,174,46.0,001200,,40.717364275,-73.982955325,86.0,002900,40.71602118,-73.99974372,720.103786251,5855,3547,2420,1857,002900,200965547.24,001200,23518220.7411,,0.0,002900,001200,90767.2164685,31936,35702,hub,hub,non_hub,584483.752153,4507714.56961,585900.031125,4507879.94738
+611,611,616,46.0,001200,,40.717364275,-73.982955325,70.0,003001,40.72066442,-73.98517977,450.713209402,4301,3547,2553,1857,003001,34302720.7166,001200,23518220.7411,,0.0,003001,001200,90767.2164685,41223,35702,hub,hub,non_hub,585707.91731,4508244.11218,585900.031125,4507879.94738
+612,612,377,46.0,001200,,40.717364275,-73.982955325,74.0,003002,40.72217444,-73.98368779,379.59106082,3031,3547,1885,1857,003002,18686109.2263,001200,23518220.7411,,0.0,003002,001200,90767.2164685,38675,35702,hub,hub,non_hub,585831.986427,4508413.19181,585900.031125,4507879.94738
+613,613,416,138.0,001200,,40.717364275,-73.982955325,242.0,003100,40.7140617467,-74.0041933367,804.457711719,2809,3547,858,1857,003100,145687012.574,001200,23518220.7411,,0.0,003100,001200,90767.2164685,81469,35702,hub,hub,non_hub,584110.388584,4507492.78891,585900.031125,4507879.94738
+614,614,847,138.0,001200,,40.717364275,-73.982955325,200.0,003200,40.7260543867,-73.9823576167,543.102735526,7630,3547,4888,1857,003200,46369492.482,001200,23518220.7411,,0.0,003200,001200,90767.2164685,138064,35702,hub,hub,non_hub,585939.335766,4508845.19329,585900.031125,4507879.94738
+615,615,284,230.0,001200,,40.717364275,-73.982955325,346.0,003300,40.7188221178,-74.0063337205,1125.34346224,5174,3547,2694,1857,003300,215459582.054,001200,23518220.7411,,0.0,003300,001200,90767.2164685,115059,35702,hub,hub,non_hub,583923.620494,4508019.17364,585900.031125,4507879.94738
+616,616,217,46.0,001200,,40.717364275,-73.982955325,78.0,003400,40.72955361,-73.98057249,669.684741784,6706,3547,4203,1857,003400,42933229.7541,001200,23518220.7411,,0.0,003400,001200,90767.2164685,47926,35702,hub,hub,non_hub,586085.581298,4509235.37985,585900.031125,4507879.94738
+617,617,2063,92.0,001200,,40.717364275,-73.982955325,132.0,003601,40.72217423,-73.990293175,426.405655454,3299,3547,1613,1857,003601,29191583.8104,001200,23518220.7411,,0.0,003601,001200,90767.2164685,77585,35702,hub,hub,non_hub,585274.124459,4508406.73315,585900.031125,4507879.94738
+618,618,659,92.0,001200,,40.717364275,-73.982955325,124.0,003602,40.724852985,-73.989265345,629.592480925,2918,3547,1586,1857,003602,24941258.1161,001200,23518220.7411,,0.0,003602,001200,90767.2164685,82124,35702,hub,hub,non_hub,585357.507872,4508705.09166,585900.031125,4507879.94738
+619,619,573,184.0,001200,,40.717364275,-73.982955325,296.0,003700,40.7256696075,-74.0052069325,947.597035411,2401,3547,1490,1857,003700,212385639.924,001200,23518220.7411,,0.0,003700,001200,90767.2164685,173333,35702,hub,hub,non_hub,584010.178026,4508780.36793,585900.031125,4507879.94738
+620,620,1073,184.0,001200,,40.717364275,-73.982955325,320.0,003800,40.72765889,-73.988195855,649.285649652,8610,3547,5795,1857,003800,67437493.5221,001200,23518220.7411,,0.0,003800,001200,90767.2164685,167230,35702,hub,hub,non_hub,585444.239635,4509017.60641,585900.031125,4507879.94738
+621,621,116,184.0,001200,,40.717364275,-73.982955325,212.0,003900,40.7201717475,-74.00983051,1267.47917772,5253,3547,3059,1857,003900,194910113.03,001200,23518220.7411,,0.0,003900,001200,90767.2164685,113624,35702,hub,hub,non_hub,583626.593058,4508165.65565,585900.031125,4507879.94738
+622,622,473,92.0,001200,,40.717364275,-73.982955325,132.0,004000,40.73000573,-73.98549552,762.990093257,9801,3547,4546,1857,004000,66858387.5133,001200,23518220.7411,,0.0,004000,001200,90767.2164685,99660,35702,hub,hub,non_hub,585669.269443,4509280.75306,585900.031125,4507879.94738
+623,623,1298,92.0,001200,,40.717364275,-73.982955325,128.0,004100,40.7195529,-73.996789035,642.849957356,7793,3547,3765,1857,004100,71738983.3617,001200,23518220.7411,,0.0,004100,001200,90767.2164685,114685,35702,hub,hub,non_hub,584728.836557,4508109.46034,585900.031125,4507879.94738
+624,624,315,46.0,001200,,40.717364275,-73.982955325,70.0,004200,40.73223272,-73.98889957,788.442292069,4988,3547,1801,1857,004200,39941846.3325,001200,23518220.7411,,0.0,004200,001200,90767.2164685,50846,35702,hub,hub,non_hub,585378.96492,4509524.64843,585900.031125,4507879.94738
+625,625,1089,92.0,001200,,40.717364275,-73.982955325,134.0,004300,40.723870235,-73.995226525,608.133332501,4267,3547,2598,1857,004300,65935514.1184,001200,23518220.7411,,0.0,004300,001200,90767.2164685,95162,35702,hub,hub,non_hub,584855.320992,4508590.22212,585900.031125,4507879.94738
+626,626,361,92.0,001200,,40.717364275,-73.982955325,120.0,004400,40.73080269,-73.97968993,775.8846457,17710,3547,8297,1857,004400,114601147.016,001200,23518220.7411,,0.0,004400,001200,90767.2164685,106427,35702,hub,hub,non_hub,586158.498991,4509374.90208,585900.031125,4507879.94738
+627,627,308,46.0,001200,,40.717364275,-73.982955325,54.0,004500,40.71910537,-73.99973337,746.430236486,840,3547,582,1857,004500,52009114.8865,001200,23518220.7411,,0.0,004500,001200,90767.2164685,34275,35702,hub,hub,non_hub,584480.726971,4508056.94497,585900.031125,4507879.94738
+628,628,125,46.0,001200,,40.717364275,-73.982955325,78.0,004700,40.72165481,-74.00234737,832.784950443,2267,3547,1586,1857,004700,75477587.1594,001200,23518220.7411,,0.0,004700,001200,90767.2164685,27544,35702,hub,hub,non_hub,584256.734795,4508337.43837,585900.031125,4507879.94738
+629,629,112,46.0,001200,,40.717364275,-73.982955325,70.0,004800,40.73624527,-73.98473765,1046.96865672,7550,3547,3799,1857,004800,74763044.6965,001200,23518220.7411,,0.0,004800,001200,90767.2164685,42567,35702,hub,hub,non_hub,585725.258797,4509974.12516,585900.031125,4507879.94738
+630,630,380,92.0,001200,,40.717364275,-73.982955325,146.0,004900,40.724268615,-74.000521515,760.181790277,4951,3547,3054,1857,004900,103848670.177,001200,23518220.7411,,0.0,004900,001200,90767.2164685,80152,35702,hub,hub,non_hub,584407.63728,4508629.34168,585900.031125,4507879.94738
+631,631,344,138.0,001200,,40.717364275,-73.982955325,186.0,005000,40.7359163467,-73.9873427633,1042.22375859,5061,3547,3595,1857,005000,120638459.215,001200,23518220.7411,,0.0,005000,001200,90767.2164685,111023,35702,hub,hub,non_hub,585505.709717,4509935.07175,585900.031125,4507879.94738
+632,632,390,92.0,001200,,40.717364275,-73.982955325,212.0,005200,40.73715585,-73.991241315,1165.78652457,4193,3547,1785,1857,005200,109103391.81,001200,23518220.7411,,0.0,005200,001200,90767.2164685,159876,35702,hub,hub,non_hub,585174.941656,4510068.87544,585900.031125,4507879.94738
+633,633,114,46.0,001200,,40.717364275,-73.982955325,94.0,005400,40.73971301,-73.99456405,1265.75659873,4656,3547,2837,1857,005400,128803552.888,001200,23518220.7411,,0.0,005400,001200,90767.2164685,73728,35702,hub,hub,non_hub,584891.129718,4510349.51956,585900.031125,4507879.94738
+634,634,205,46.0,001200,,40.717364275,-73.982955325,60.0,005501,40.72679454,-73.99695094,781.986725217,5079,3547,2483,1857,005501,61061928.4125,001200,23518220.7411,,0.0,005501,001200,90767.2164685,57258,35702,hub,hub,non_hub,584705.980012,4508913.17477,585900.031125,4507879.94738
+635,635,274,46.0,001200,,40.717364275,-73.982955325,54.0,005502,40.72743423,-73.99379025,714.973557558,2383,3547,1262,1857,005502,49017118.6146,001200,23518220.7411,,0.0,005502,001200,90767.2164685,55117,35702,hub,hub,non_hub,584972.085912,4508987.23863,585900.031125,4507879.94738
+636,636,219,92.0,001200,,40.717364275,-73.982955325,190.0,005600,40.74065347,-73.98778661,1168.37741879,2618,3547,2190,1857,005600,189153355.609,001200,23518220.7411,,0.0,005600,001200,90767.2164685,113209,35702,hub,hub,non_hub,585462.168743,4510460.49357,585900.031125,4507879.94738
+637,637,494,92.0,001200,,40.717364275,-73.982955325,164.0,005700,40.729662915,-73.992405595,811.193481046,2937,3547,1789,1857,005700,90178032.7137,001200,23518220.7411,,0.0,005700,001200,90767.2164685,156896,35702,hub,hub,non_hub,585086.179601,4509235.9788,585900.031125,4507879.94738
+638,638,390,92.0,001200,,40.717364275,-73.982955325,174.0,005800,40.743154205,-73.990299735,1317.64396144,3182,3547,2306,1857,005800,164037511.755,001200,23518220.7411,,0.0,005800,001200,90767.2164685,130970,35702,hub,hub,non_hub,585246.786708,4510735.64918,585900.031125,4507879.94738
+639,639,109,46.0,001200,,40.717364275,-73.982955325,62.0,005900,40.73049393,-73.9957214,939.518702814,5516,3547,3276,1857,005900,71785177.1361,001200,23518220.7411,,0.0,005900,001200,90767.2164685,53180,35702,hub,hub,non_hub,584805.117401,4509325.01914,585900.031125,4507879.94738
+640,640,212,92.0,001200,,40.717364275,-73.982955325,126.0,006000,40.734822295,-73.976916765,932.986100929,5286,3547,2459,1857,006000,27468182.8943,001200,23518220.7411,,0.0,006000,001200,90767.2164685,80462,35702,hub,hub,non_hub,586387.478737,4509823.83141,585900.031125,4507879.94738
+641,641,950,184.0,001200,,40.717364275,-73.982955325,282.0,006100,40.73385254,-73.992357065,954.879315977,4913,3547,2683,1857,006100,91682014.33,001200,23518220.7411,,0.0,006100,001200,90767.2164685,245510,35702,hub,hub,non_hub,585084.940162,4509701.10308,585900.031125,4507879.94738
+642,642,46,46.0,001200,,40.717364275,-73.982955325,60.0,006200,40.7381765,-73.97738662,1066.24166667,4680,3547,1401,1857,006200,231817485.533,001200,23518220.7411,,0.0,006200,001200,90767.2164685,33218,35702,hub,hub,non_hub,586343.467107,4510195.70961,585900.031125,4507879.94738
+643,643,160,138.0,001200,,40.717364275,-73.982955325,198.0,006300,40.7346940933,-73.99785666,1120.08599696,6076,3547,4277,1857,006300,85447631.8451,001200,23518220.7411,,0.0,006300,001200,90767.2164685,120233,35702,hub,hub,non_hub,584619.48321,4509789.20591,585900.031125,4507879.94738
+644,644,145,46.0,001200,,40.717364275,-73.982955325,78.0,006400,40.73587678,-73.98205027,917.36,7518,3547,5058,1857,006400,95664936.1545,001200,23518220.7411,,0.0,006400,001200,90767.2164685,47750,35702,hub,hub,non_hub,585952.649806,4509935.84788,585900.031125,4507879.94738
+645,645,402,138.0,001200,,40.717364275,-73.982955325,212.0,006500,40.7306296367,-73.9991423,893.072420844,6517,3547,3568,1857,006500,59290910.3694,001200,23518220.7411,,0.0,006500,001200,90767.2164685,125356,35702,hub,hub,non_hub,584516.067395,4509336.78488,585900.031125,4507879.94738
+646,646,178,92.0,001200,,40.717364275,-73.982955325,164.0,006600,40.739285505,-73.97827188,1217.45941311,11780,3547,6818,1857,006600,84730469.4548,001200,23518220.7411,,0.0,006600,001200,90767.2164685,74621,35702,hub,hub,non_hub,586267.286922,4510317.94668,585900.031125,4507879.94738
+647,647,272,46.0,001200,,40.717364275,-73.982955325,78.0,006700,40.73038599,-74.00214988,969.446809758,4984,3547,3796,1857,006700,47238039.9972,001200,23518220.7411,,0.0,006700,001200,90767.2164685,70025,35702,hub,hub,non_hub,584262.399901,4509306.84766,585900.031125,4507879.94738
+648,648,124,46.0,001200,,40.717364275,-73.982955325,78.0,006800,40.74025878,-73.98409214,1116.34506303,6735,3547,4494,1857,006800,130298431.446,001200,23518220.7411,,0.0,006800,001200,90767.2164685,58926,35702,hub,hub,non_hub,585774.608423,4510420.28363,585900.031125,4507879.94738
+649,649,174,92.0,001200,,40.717364275,-73.982955325,134.0,006900,40.732319905,-74.0069291,1165.53208267,2687,3547,1484,1857,006900,61292499.9331,001200,23518220.7411,,0.0,006900,001200,90767.2164685,130727,35702,hub,hub,non_hub,583856.38945,4509516.94969,585900.031125,4507879.94738
+650,650,423,138.0,001200,,40.717364275,-73.982955325,254.0,007000,40.7425217909,-73.9756268686,1197.12940611,8302,3547,5669,1857,007000,78634704.8451,001200,23518220.7411,,0.0,007000,001200,90767.2164685,145227,35702,hub,hub,non_hub,586486.4237,4510679.80026,585900.031125,4507879.94738
+651,651,133,92.0,001200,,40.717364275,-73.982955325,142.0,007100,40.736526545,-74.000108805,1181.91597222,5633,3547,3844,1857,007100,68447429.2743,001200,23518220.7411,,0.0,007100,001200,90767.2164685,79459,35702,hub,hub,non_hub,584426.995774,4509990.4524,585900.031125,4507879.94738
+652,652,298,138.0,001200,,40.717364275,-73.982955325,252.0,007200,40.7447014833,-73.98154809,1289.68811603,7734,3547,5222,1857,007200,132092861.454,001200,23518220.7411,,0.0,007200,001200,90767.2164685,157612,35702,hub,hub,non_hub,585983.687715,4510915.94446,585900.031125,4507879.94738
+653,653,147,92.0,001200,,40.717364275,-73.982955325,118.0,007300,40.734682705,-74.00388484,1106.64077362,5615,3547,4547,1857,007300,48716185.79,001200,23518220.7411,,0.0,007300,001200,90767.2164685,92567,35702,hub,hub,non_hub,584110.479319,4509782.14883,585900.031125,4507879.94738
+654,654,115,92.0,001200,,40.717364275,-73.982955325,172.0,007400,40.746413585,-73.98586892,1478.24675221,4179,3547,2700,1857,007400,170614202.951,001200,23518220.7411,,0.0,007400,001200,90767.2164685,81121,35702,hub,hub,non_hub,585616.696258,4511101.7763,585900.031125,4507879.94738
+655,655,196,92.0,001200,,40.717364275,-73.982955325,138.0,007600,40.74737476,-73.988320695,1384.54956755,2203,3547,1573,1857,007600,242014413.464,001200,23518220.7411,,0.0,007600,001200,90767.2164685,97464,35702,hub,hub,non_hub,585408.475283,4511206.08492,585900.031125,4507879.94738
+656,656,88,46.0,001200,,40.717364275,-73.982955325,86.0,007700,40.7390169121,-74.0026376103,1234.2083612,5404,3547,4254,1857,007700,59306273.1509,001200,23518220.7411,,0.0,007700,001200,90767.2164685,79025,35702,hub,hub,non_hub,584210.329106,4510264.47156,585900.031125,4507879.94738
+657,657,149,46.0,001200,,40.717364275,-73.982955325,78.0,007800,40.74780373,-73.9734419,1339.84053651,7380,3547,5372,1857,007800,112124597.728,001200,23518220.7411,,0.0,007800,001200,90767.2164685,59601,35702,hub,hub,non_hub,586664.043115,4511268.28888,585900.031125,4507879.94738
+658,658,239,230.0,001200,,40.717364275,-73.982955325,348.0,007900,40.738916514,-74.007286026,1371.56391108,4406,3547,2904,1857,007900,86937368.5918,001200,23518220.7411,,0.0,007900,001200,90767.2164685,171846,35702,hub,hub,non_hub,583817.969395,4510248.87788,585900.031125,4507879.94738
+659,659,96,92.0,001200,,40.717364275,-73.982955325,142.0,008000,40.7485693,-73.97717991,1481.03085735,4946,3547,3730,1857,008000,197763821.532,001200,23518220.7411,,0.0,008000,001200,90767.2164685,74808,35702,hub,hub,non_hub,586347.477591,4511349.58844,585900.031125,4507879.94738
+660,660,108,46.0,001200,,40.717364275,-73.982955325,78.0,008100,40.73935542,-73.99931783,1256.32321429,8675,3547,5315,1857,008100,91100400.6907,001200,23518220.7411,,0.0,008100,001200,90767.2164685,53195,35702,hub,hub,non_hub,584490.204148,4510305.23824,585900.031125,4507879.94738
+661,661,280,138.0,001200,,40.717364275,-73.982955325,350.0,008200,40.7519616951,-73.9793884121,1471.72520677,3442,3547,2534,1857,008200,262405408.076,001200,23518220.7411,,0.0,008200,001200,90767.2164685,228612,35702,hub,hub,non_hub,586156.651482,4511723.99863,585900.031125,4507879.94738
+662,662,119,184.0,001200,,40.717364275,-73.982955325,238.0,008300,40.742591315,-74.004102785,1409.30974581,4211,3547,2321,1857,008300,119862327.354,001200,23518220.7411,,0.0,008300,001200,90767.2164685,186113,35702,hub,hub,non_hub,584082.11654,4510659.85081,585900.031125,4507879.94738
+663,663,35,46.0,001200,,40.717364275,-73.982955325,76.0,008400,40.75038009,-73.98338988,1590.38980263,1726,3547,1041,1857,008400,147824461.739,001200,23518220.7411,,0.0,008400,001200,90767.2164685,34199,35702,hub,hub,non_hub,585820.889203,4511544.50828,585900.031125,4507879.94738
+664,664,247,46.0,001200,,40.717364275,-73.982955325,86.0,008601,40.744219,-73.97121214,1315.13761098,2551,3547,1528,1857,008601,31141773.9073,001200,23518220.7411,,0.0,008601,001200,90767.2164685,31961,35702,hub,hub,non_hub,586856.951039,4510872.56191,585900.031125,4507879.94738
+665,665,230,92.0,001200,,40.717364275,-73.982955325,156.0,008700,40.74206378,-73.995708955,1474.93663173,6671,3547,4249,1857,008700,85660216.7821,001200,23518220.7411,,0.0,008700,001200,90767.2164685,152953,35702,hub,hub,non_hub,584791.475936,4510609.36503,585900.031125,4507879.94738
+666,666,72,92.0,001200,,40.717364275,-73.982955325,156.0,008800,40.75012189,-73.970133575,1458.78935532,6964,3547,5507,1857,008800,216532475.876,001200,23518220.7411,,0.0,008800,001200,90767.2164685,43247,35702,hub,hub,non_hub,586940.323322,4511528.89362,585900.031125,4507879.94738
+667,667,158,138.0,001200,,40.717364275,-73.982955325,240.0,008900,40.74529008,-74.0021768567,1394.24401423,5560,3547,3511,1857,008900,54419260.2723,001200,23518220.7411,,0.0,008900,001200,90767.2164685,158638,35702,hub,hub,non_hub,584241.316685,4510961.27944,585900.031125,4507879.94738
+668,668,178,138.0,001200,,40.717364275,-73.982955325,220.0,009000,40.75261798,-73.9703317533,1468.41528406,7026,3547,5832,1857,009000,208846060.851,001200,23518220.7411,,0.0,009000,001200,90767.2164685,74531,35702,hub,hub,non_hub,586920.342162,4511805.78171,585900.031125,4507879.94738
+669,669,45,46.0,001200,,40.717364275,-73.982955325,78.0,009100,40.74487634,-73.99529885,1431.7037037,6415,3547,4386,1857,009100,127325659.041,001200,23518220.7411,,0.0,009100,001200,90767.2164685,63878,35702,hub,hub,non_hub,584822.527687,4510921.97538,585900.031125,4507879.94738
+670,670,67,92.0,001200,,40.717364275,-73.982955325,220.0,009200,40.7548518863,-73.9734329075,1752.60393882,1754,3547,1461,1857,009200,408192557.246,001200,23518220.7411,,0.0,009200,001200,90767.2164685,72226,35702,hub,hub,non_hub,586655.650548,4512050.69496,585900.031125,4507879.94738
+671,671,33,46.0,001200,,40.717364275,-73.982955325,78.0,009300,40.74475148,-73.99915362,1756.15037594,9705,3547,5585,1857,009300,68528055.2433,001200,23518220.7411,,0.0,009300,001200,90767.2164685,52202,35702,hub,hub,non_hub,584497.239363,4510904.39701,585900.031125,4507879.94738
+672,672,61,46.0,001200,,40.717364275,-73.982955325,62.0,009400,40.75320159,-73.9779874,1444.59878419,29,3547,16,1857,009400,299218147.811,001200,23518220.7411,,0.0,009400,001200,90767.2164685,82147,35702,hub,hub,non_hub,586273.319314,4511863.01244,585900.031125,4507879.94738
+673,673,37,46.0,001200,,40.717364275,-73.982955325,102.0,009500,40.746647,-73.993915,1542.8735119,3425,3547,1416,1857,009500,129660033.725,001200,23518220.7411,,0.0,009500,001200,90767.2164685,57488,35702,hub,hub,non_hub,584937.108907,4511119.86954,585900.031125,4507879.94738
+674,674,42,138.0,001200,,40.717364275,-73.982955325,280.0,009600,40.75607603,-73.9803967167,1726.99725275,153,3547,268,1857,009600,270304841.585,001200,23518220.7411,,0.0,009600,001200,90767.2164685,71527,35702,hub,hub,non_hub,586066.226062,4512179.73074,585900.031125,4507879.94738
+675,675,49,138.0,001200,,40.717364275,-73.982955325,198.0,009700,40.7493616033,-73.9991321067,1660.64160562,4744,3547,2827,1857,009700,83018263.1602,001200,23518220.7411,,0.0,009700,001200,90767.2164685,118804,35702,hub,hub,non_hub,584493.220017,4511416.17434,585900.031125,4507879.94738
+676,676,56,92.0,001200,,40.717364275,-73.982955325,140.0,009800,40.755285655,-73.96667288,1637.12039474,7105,3547,5244,1857,009800,115943808.909,001200,23518220.7411,,0.0,009800,001200,90767.2164685,40039,35702,hub,hub,non_hub,587225.727282,4512105.54383,585900.031125,4507879.94738
+677,677,215,230.0,001200,,40.717364275,-73.982955325,370.0,009900,40.7520807866,-74.0031899092,1370.9853607,3617,3547,2438,1857,009900,404439511.776,001200,23518220.7411,,0.0,009900,001200,90767.2164685,208076,35702,hub,hub,non_hub,584147.226991,4511714.12465,585900.031125,4507879.94738
+678,678,41,138.0,001200,,40.717364275,-73.982955325,242.0,010000,40.7583696933,-73.9710287767,1397.01851852,1829,3547,1399,1857,010000,366457143.613,001200,23518220.7411,,0.0,010000,001200,90767.2164685,72085,35702,hub,hub,non_hub,586854.014885,4512443.57459,585900.031125,4507879.94738
+679,679,213,138.0,001200,,40.717364275,-73.982955325,254.0,010100,40.74945622,-73.9903382667,1484.2115163,1119,3547,828,1857,010100,246168211.101,001200,23518220.7411,,0.0,010100,001200,90767.2164685,183377,35702,hub,hub,non_hub,585235.486219,4511435.18064,585900.031125,4507879.94738
+680,680,29,92.0,001200,,40.717364275,-73.982955325,162.0,010200,40.7606694,-73.973473555,1785.38041126,313,3547,268,1857,010200,333450202.294,001200,23518220.7411,,0.0,010200,001200,90767.2164685,46675,35702,hub,hub,non_hub,586644.664817,4512696.44233,585900.031125,4507879.94738
+681,681,126,92.0,001200,,40.717364275,-73.982955325,196.0,010300,40.751000495,-73.994372255,1529.31207632,1859,3547,1351,1857,010300,141506056.87,001200,23518220.7411,,0.0,010300,001200,90767.2164685,221593,35702,hub,hub,non_hub,584892.968075,4511602.69644,585900.031125,4507879.94738
+682,682,38,92.0,001200,,40.717364275,-73.982955325,150.0,010400,40.761664375,-73.976854975,1869.02345938,1031,3547,1033,1857,010400,363981333.295,001200,23518220.7411,,0.0,010400,001200,90767.2164685,65073,35702,hub,hub,non_hub,586357.961325,4512803.55852,585900.031125,4507879.94738
+683,683,32,46.0,001200,,40.717364275,-73.982955325,66.0,010602,40.75849116,-73.95920622,1621.98987854,4794,3547,2963,1857,010602,67980898.3739,001200,23518220.7411,,0.0,010602,001200,90767.2164685,22153,35702,hub,hub,non_hub,587851.796682,4512468.82754,585900.031125,4507879.94738
+684,684,230,138.0,001200,,40.717364275,-73.982955325,234.0,010800,40.7591736033,-73.96613818,1636.38154349,8531,3547,6272,1857,010800,189351523.799,001200,23518220.7411,,0.0,010800,001200,90767.2164685,79198,35702,hub,hub,non_hub,587265.778542,4512537.66689,585900.031125,4507879.94738
+685,685,119,92.0,001200,,40.717364275,-73.982955325,228.0,010900,40.751351715,-73.987594755,1629.7775623,182,3547,92,1857,010900,228173063.011,001200,23518220.7411,,0.0,010900,001200,90767.2164685,60092,35702,hub,hub,non_hub,585464.669441,4511648.26242,585900.031125,4507879.94738
+686,686,34,46.0,001200,,40.717364275,-73.982955325,118.0,011201,40.7643971,-73.97371465,2196.51383399,827,3547,964,1857,011201,118515444.187,001200,23518220.7411,,0.0,011201,001200,90767.2164685,41525,35702,hub,hub,non_hub,586619.474659,4513110.00718,585900.031125,4507879.94738
+687,687,112,46.0,001200,,40.717364275,-73.982955325,66.0,011203,40.76095756,-73.96724467,1763.07211329,1176,3547,1160,1857,011203,143782379.009,001200,23518220.7411,,0.0,011203,001200,90767.2164685,48033,35702,hub,hub,non_hub,587170.050102,4512734.59972,585900.031125,4507879.94738
+688,688,133,184.0,001200,,40.717364275,-73.982955325,396.0,011300,40.7548008425,-73.9888010575,1606.82853654,204,3547,107,1857,011300,357940519.061,001200,23518220.7411,,0.0,011300,001200,90767.2164685,236650,35702,hub,hub,non_hub,585358.423228,4512029.96675,585900.031125,4507879.94738
+689,689,71,92.0,001200,,40.717364275,-73.982955325,164.0,011500,40.75701407,-73.992353645,1777.29270833,2487,3547,1678,1857,011500,130958459.747,001200,23518220.7411,,0.0,011500,001200,90767.2164685,103294,35702,hub,hub,non_hub,585055.712647,4512272.20178,585900.031125,4507879.94738
+690,690,20,92.0,001200,,40.717364275,-73.982955325,168.0,011700,40.76058799,-74.00080945,1986.125,2938,3547,2304,1857,011700,91270705.1484,001200,23518220.7411,,0.0,011700,001200,90767.2164685,73016,35702,hub,hub,non_hub,584337.427395,4512660.77158,585900.031125,4507879.94738
+691,691,12,46.0,001200,,40.717364275,-73.982955325,68.0,011900,40.7568001,-73.98291153,1858.54285714,1079,3547,1121,1857,011900,395254501.74,001200,23518220.7411,,0.0,011900,001200,90767.2164685,39976,35702,hub,hub,non_hub,585853.012005,4512257.64444,585900.031125,4507879.94738
+692,692,73,138.0,001200,,40.717364275,-73.982955325,218.0,012100,40.7598593767,-73.9914900133,1551.5484127,8366,3547,5744,1857,012100,101223732.045,001200,23518220.7411,,0.0,012100,001200,90767.2164685,132767,35702,hub,hub,non_hub,585124.983126,4512588.88932,585900.031125,4507879.94738
+693,693,20,46.0,001200,,40.717364275,-73.982955325,102.0,012500,40.76064679,-73.98442659,2206.27083333,2439,3547,2096,1857,012500,322911522.418,001200,23518220.7411,,0.0,012500,001200,90767.2164685,45486,35702,hub,hub,non_hub,585720.180916,4512683.17447,585900.031125,4507879.94738
+694,694,27,92.0,001200,,40.717364275,-73.982955325,168.0,012700,40.762485435,-73.990447135,1830.95833333,6437,3547,4434,1857,012700,104637996.687,001200,23518220.7411,,0.0,012700,001200,90767.2164685,83393,35702,hub,hub,non_hub,585209.656415,4512881.41361,585900.031125,4507879.94738
+695,695,8,46.0,001200,,40.717364275,-73.982955325,48.0,012900,40.76341379,-73.99667444,2052.16666667,5312,3547,3621,1857,012900,158698340.053,001200,23518220.7411,,0.0,012900,001200,90767.2164685,28661,35702,hub,hub,non_hub,584682.864463,4512978.43901,585900.031125,4507879.94738
+696,696,38,138.0,001200,,40.717364275,-73.982955325,320.0,013100,40.7621295133,-73.98215453,1905.14714452,2489,3547,2283,1857,013100,405023451.28,001200,23518220.7411,,0.0,013100,001200,90767.2164685,107228,35702,hub,hub,non_hub,585910.04945,4512849.98999,585900.031125,4507879.94738
+697,697,50,138.0,001200,5.52966341717,40.717591842,-73.983023978,202.0,013300,40.764500186,-73.986603504,2100.78255469,5363,3547,3909,1857,013300,79847412.2593,001200,23518220.7411,,0.0,013300,001200,90767.2164685,89810,35702,hub,hub,non_hub,585531.493703,4513108.80592,585893.940048,4507905.14169
+698,698,31,92.0,001200,,40.717364275,-73.982955325,130.0,013500,40.766984435,-73.99227308,1104.22916667,6075,3547,3935,1857,013500,198199142.958,001200,23518220.7411,,0.0,013500,001200,90767.2164685,64723,35702,hub,hub,non_hub,585049.80204,4513379.06475,585900.031125,4507879.94738
+699,699,50,92.0,001200,,40.717364275,-73.982955325,196.0,013700,40.766109285,-73.981808355,1677.98901515,6557,3547,5442,1857,013700,314878324.419,001200,23518220.7411,,0.0,013700,001200,90767.2164685,91142,35702,hub,hub,non_hub,585934.141665,4513292.1137,585900.031125,4507879.94738
+700,700,3,46.0,001200,,40.717364275,-73.982955325,54.0,013900,40.768254,-73.988639,2232.0,7607,3547,7359,1857,013900,139918084.587,001200,23518220.7411,,0.0,013900,001200,90767.2164685,26390,35702,hub,hub,non_hub,585354.890073,4513523.52534,585900.031125,4507879.94738
+701,701,27,46.0,001200,,40.717364275,-73.982955325,98.0,014300,40.76590936,-73.97634151,1642.20357143,3,3547,0,1857,014300,50027992.3322,001200,23518220.7411,,0.0,014300,001200,90767.2164685,21051,35702,hub,hub,non_hub,586395.803012,4513275.28949,585900.031125,4507879.94738
+702,702,25,46.0,001200,,40.717364275,-73.982955325,72.0,014500,40.76915505,-73.98191841,2092.02777778,5811,3547,3462,1857,014500,253397343.373,001200,23518220.7411,,0.0,014500,001200,90767.2164685,68350,35702,hub,hub,non_hub,585920.929601,4513630.10902,585900.031125,4507879.94738
+703,703,20,46.0,001200,,40.717364275,-73.982955325,110.0,014700,40.770513,-73.988038,1493.625,2586,3547,1743,1857,014700,70871746.8417,001200,23518220.7411,,0.0,014700,001200,90767.2164685,35099,35702,hub,hub,non_hub,585402.720353,4513774.87644,585900.031125,4507879.94738
+704,704,11,46.0,001200,,40.717364275,-73.982955325,72.0,015100,40.771522,-73.990541,2583.16666667,8105,3547,4856,1857,015100,164953931.102,001200,23518220.7411,,0.0,015100,001200,90767.2164685,17578,35702,hub,hub,non_hub,585190.192062,4513884.4495,585900.031125,4507879.94738
+705,705,128,92.0,001200,,40.717364275,-73.982955325,140.0,031703,40.71644312,-74.014902115,1636.82049045,8670,3547,4231,1857,031703,332361109.355,001200,23518220.7411,,0.0,031703,001200,90767.2164685,136082,35702,hub,hub,non_hub,583202.897614,4507746.93647,585900.031125,4507879.94738
+706,706,127,138.0,001200,,40.717364275,-73.982955325,196.0,031704,40.7085171733,-74.0165557667,1541.69531124,6610,3547,3790,1857,031704,160823714.408,001200,23518220.7411,,0.0,031704,001200,90767.2164685,105244,35702,hub,hub,non_hub,583073.076824,4506865.54027,585900.031125,4507879.94738
+707,707,1049,138.0,001200,,40.717364275,-73.982955325,170.0,000600,40.7128987867,-73.9898646367,484.544237967,11558,3547,4083,1857,000600,59149181.7526,001200,23518220.7411,,0.0,000600,001200,90767.2164685,70053,35702,hub,hub,non_hub,585322.159723,4507377.5136,585900.031125,4507879.94738
+708,708,181,108.0,001300,,40.70463334,-74.01361706,54.0,000202,40.71318002,-73.9818904933,1098.5870625,8012,3776,3598,3028,000202,37878157.9781,001300,286606455.687,001300,1336084821.0,000202,001300,34424.7030411,56352,29611,hub,hub,non_hub,585995.353038,4507416.50937,583326.158808,4506437.19368
+709,709,2775,252.0,001300,,40.70463334,-74.01361706,258.0,000700,40.70581148,-74.0081572071,412.359526589,7722,3776,5201,3028,000700,476954959.734,001300,286606455.687,001300,1336084821.0,000700,001300,34424.7030411,160040,29611,hub,hub,non_hub,583785.918305,4506573.16797,583326.158808,4506437.19368
+710,710,236,72.0,001300,,40.70463334,-74.01361706,47.0,000800,40.712414475,-73.993471545,858.393864169,10365,3776,4150,3028,000800,46479755.076,001300,286606455.687,001300,1336084821.0,000800,001300,34424.7030411,34254,29611,hub,hub,non_hub,585018.109713,4507320.25418,583326.158808,4506437.19368
+711,711,601,108.0,001300,,40.70463334,-74.01361706,97.0,000900,40.7024745833,-74.01224785,409.081097101,1140,3776,939,3028,000900,404341803.896,001300,286606455.687,001300,1336084821.0,000900,001300,34424.7030411,46446,29611,hub,hub,non_hub,583444.520998,4506198.85784,583326.158808,4506437.19368
+712,712,33,36.0,001300,,40.70463334,-74.01361706,19.0,001002,40.71782143,-73.97628939,1458.57575758,6439,3776,2346,3028,001002,22763374.2099,001300,286606455.687,001300,1336084821.0,001002,001300,34424.7030411,15916,29611,hub,hub,non_hub,586462.45635,4507937.23607,583326.158808,4506437.19368
+713,713,80,72.0,001300,,40.70463334,-74.01361706,46.0,001200,40.717364275,-73.982955325,1259.12953995,3547,3776,1857,3028,001200,23518220.7411,001300,286606455.687,001300,1336084821.0,001200,001300,34424.7030411,36493,29611,hub,hub,non_hub,585900.031125,4507879.94738,583326.158808,4506437.19368
+714,714,223,36.0,001300,,40.70463334,-74.01361706,28.0,001401,40.71559509,-73.9870295,874.573991031,3289,3776,1708,3028,001401,20168722.3199,001300,286606455.687,001300,1336084821.0,001401,001300,34424.7030411,26885,29611,hub,hub,non_hub,585558.18429,4507679.57909,583326.158808,4506437.19368
+715,715,277,72.0,001300,,40.70463334,-74.01361706,67.0,001501,40.70966832,-74.003597135,596.013360324,5581,3776,3450,3028,001501,172466366.322,001300,286606455.687,001300,1336084821.0,001501,001300,34424.7030411,27425,29611,hub,hub,non_hub,584166.279828,4507005.66129,583326.158808,4506437.19368
+716,716,1461,108.0,001300,,40.70463334,-74.01361706,123.0,001502,40.7088053467,-74.00635276,410.337296545,7095,3776,3459,3028,001502,221282059.103,001300,286606455.687,001300,1336084821.0,001502,001300,34424.7030411,82052,29611,hub,hub,non_hub,583934.59195,4506907.22889,583326.158808,4506437.19368
+717,717,331,108.0,001300,,40.70463334,-74.01361706,107.0,001600,40.7153350167,-73.9943926833,933.23842798,8236,3776,3242,3028,001600,76565505.7581,001300,286606455.687,001300,1336084821.0,001600,001300,34424.7030411,82798,29611,hub,hub,non_hub,584936.591099,4507643.5622,583326.158808,4506437.19368
+718,718,214,144.0,001300,,40.70463334,-74.01361706,154.0,001800,40.7193657075,-73.9906468425,1153.19199463,8063,3776,3489,3028,001800,60554858.5127,001300,286606455.687,001300,1336084821.0,001800,001300,34424.7030411,133306,29611,hub,hub,non_hub,585247.838585,4508094.62497,583326.158808,4506437.19368
+719,719,56,72.0,001300,,40.70463334,-74.01361706,46.0,002000,40.721554605,-73.977309405,1268.80409357,4795,3776,1899,3028,002000,17907673.5628,001300,286606455.687,001300,1336084821.0,002000,001300,34424.7030411,31656,29611,hub,hub,non_hub,586371.478696,4508350.63994,583326.158808,4506437.19368
+720,720,1796,144.0,001300,,40.70463334,-74.01361706,102.0,002100,40.71451321,-74.0108850975,686.512867163,6111,3776,3038,3028,002100,273869828.705,001300,286606455.687,001300,1336084821.0,002100,001300,34424.7030411,151037,29611,hub,hub,non_hub,583544.598931,4507536.51732,583326.158808,4506437.19368
+721,721,80,72.0,001300,,40.70463334,-74.01361706,44.0,002201,40.71833027,-73.980972895,1208.93058918,6762,3776,3030,3028,002201,37585954.9949,001300,286606455.687,001300,1336084821.0,002201,001300,34424.7030411,26391,29611,hub,hub,non_hub,586066.226443,4507989.12022,583326.158808,4506437.19368
+722,722,88,36.0,001300,,40.70463334,-74.01361706,31.0,002202,40.7208736,-73.98085795,1282.78409091,2256,3776,1045,3028,002202,13179093.8977,001300,286606455.687,001300,1336084821.0,002202,001300,34424.7030411,23935,29611,hub,hub,non_hub,586072.658368,4508271.55961,583326.158808,4506437.19368
+723,723,28,72.0,001300,,40.70463334,-74.01361706,48.0,002400,40.724744875,-73.974986535,1537.46923077,5775,3776,2175,3028,002400,17986635.5592,001300,286606455.687,001300,1336084821.0,002400,001300,34424.7030411,17965,29611,hub,hub,non_hub,586563.526382,4508707.06897,583326.158808,4506437.19368
+724,724,240,72.0,001300,,40.70463334,-74.01361706,62.0,002500,40.7111743,-73.99849582,665.821097017,5061,3776,1917,3028,002500,22428407.6271,001300,286606455.687,001300,1336084821.0,002500,001300,34424.7030411,28216,29611,hub,hub,non_hub,584595.28909,4507177.73549,583326.158808,4506437.19368
+725,725,77,36.0,001300,,40.70463334,-74.01361706,31.0,002601,40.72299208,-73.97995466,1336.92207792,3774,3776,1593,3028,002601,22248722.3098,001300,286606455.687,001300,1336084821.0,002601,001300,34424.7030411,22144,29611,hub,hub,non_hub,586146.216204,4508507.61099,583326.158808,4506437.19368
+726,726,219,36.0,001300,,40.70463334,-74.01361706,27.0,002700,40.71307916,-73.99851193,702.908675799,1191,3776,655,3028,002700,11349914.9514,001300,286606455.687,001300,1336084821.0,002700,001300,34424.7030411,20570,29611,hub,hub,non_hub,584591.517275,4507389.17181,583326.158808,4506437.19368
+727,727,59,36.0,001300,,40.70463334,-74.01361706,32.0,002800,40.72521311,-73.97768752,1416.77966102,7302,3776,3341,3028,002800,47641507.3146,001300,286606455.687,001300,1336084821.0,002800,001300,34424.7030411,36744,29611,hub,hub,non_hub,586334.816403,4508756.38709,583326.158808,4506437.19368
+728,728,145,36.0,001300,,40.70463334,-74.01361706,43.0,002900,40.71602118,-73.99974372,879.993103448,5855,3776,2420,3028,002900,200965547.24,001300,286606455.687,001300,1336084821.0,002900,001300,34424.7030411,31936,29611,hub,hub,non_hub,584483.752153,4507714.56961,583326.158808,4506437.19368
+729,729,59,36.0,001300,,40.70463334,-74.01361706,35.0,003001,40.72066442,-73.98517977,1290.47457627,4301,3776,2553,3028,003001,34302720.7166,001300,286606455.687,001300,1336084821.0,003001,001300,34424.7030411,41223,29611,hub,hub,non_hub,585707.91731,4508244.11218,583326.158808,4506437.19368
+730,730,38,36.0,001300,,40.70463334,-74.01361706,37.0,003002,40.72217444,-73.98368779,1570.47368421,3031,3776,1885,3028,003002,18686109.2263,001300,286606455.687,001300,1336084821.0,003002,001300,34424.7030411,38675,29611,hub,hub,non_hub,585831.986427,4508413.19181,583326.158808,4506437.19368
+731,731,815,108.0,001300,,40.70463334,-74.01361706,121.0,003100,40.7140617467,-74.0041933367,617.125367992,2809,3776,858,3028,003100,145687012.574,001300,286606455.687,001300,1336084821.0,003100,001300,34424.7030411,81469,29611,hub,hub,non_hub,584110.388584,4507492.78891,583326.158808,4506437.19368
+732,732,165,108.0,001300,,40.70463334,-74.01361706,100.0,003200,40.7260543867,-73.9823576167,1499.02857143,7630,3776,4888,3028,003200,46369492.482,001300,286606455.687,001300,1336084821.0,003200,001300,34424.7030411,138064,29611,hub,hub,non_hub,585939.335766,4508845.19329,583326.158808,4506437.19368
+733,733,833,180.0,001300,,40.70463334,-74.01361706,173.0,003300,40.7188241341,-74.006329323,853.598834485,5174,3776,2694,3028,003300,215459582.054,001300,286606455.687,001300,1336084821.0,003300,001300,34424.7030411,115059,29611,hub,hub,non_hub,583923.989371,4508019.40167,583326.158808,4506437.19368
+734,734,82,36.0,001300,,40.70463334,-74.01361706,39.0,003400,40.72955361,-73.98057249,1761.85365854,6706,3776,4203,3028,003400,42933229.7541,001300,286606455.687,001300,1336084821.0,003400,001300,34424.7030411,47926,29611,hub,hub,non_hub,586085.581298,4509235.37985,583326.158808,4506437.19368
+735,735,105,72.0,001300,,40.70463334,-74.01361706,66.0,003601,40.72217423,-73.990293175,1268.05714286,3299,3776,1613,3028,003601,29191583.8104,001300,286606455.687,001300,1336084821.0,003601,001300,34424.7030411,77585,29611,hub,hub,non_hub,585274.124459,4508406.73315,583326.158808,4506437.19368
+736,736,73,72.0,001300,,40.70463334,-74.01361706,62.0,003602,40.724852985,-73.989265345,1247.75277778,2918,3776,1586,3028,003602,24941258.1161,001300,286606455.687,001300,1336084821.0,003602,001300,34424.7030411,82124,29611,hub,hub,non_hub,585357.507872,4508705.09166,583326.158808,4506437.19368
+737,737,657,144.0,001300,,40.70463334,-74.01361706,148.0,003700,40.7256696075,-74.0052069325,1157.38704391,2401,3776,1490,3028,003700,212385639.924,001300,286606455.687,001300,1336084821.0,003700,001300,34424.7030411,173333,29611,hub,hub,non_hub,584010.178026,4508780.36793,583326.158808,4506437.19368
+738,738,185,144.0,001300,,40.70463334,-74.01361706,160.0,003800,40.72765889,-73.988195855,1395.41130952,8610,3776,5795,3028,003800,67437493.5221,001300,286606455.687,001300,1336084821.0,003800,001300,34424.7030411,167230,29611,hub,hub,non_hub,585444.239635,4509017.60641,583326.158808,4506437.19368
+739,739,750,144.0,001300,,40.70463334,-74.01361706,106.0,003900,40.7201717475,-74.00983051,942.487313723,5253,3776,3059,3028,003900,194910113.03,001300,286606455.687,001300,1336084821.0,003900,001300,34424.7030411,113624,29611,hub,hub,non_hub,583626.593058,4508165.65565,583326.158808,4506437.19368
+740,740,71,72.0,001300,,40.70463334,-74.01361706,66.0,004000,40.73000573,-73.98549552,1561.85606061,9801,3776,4546,3028,004000,66858387.5133,001300,286606455.687,001300,1336084821.0,004000,001300,34424.7030411,99660,29611,hub,hub,non_hub,585669.269443,4509280.75306,583326.158808,4506437.19368
+741,741,255,72.0,001300,,40.70463334,-74.01361706,64.0,004100,40.7195529,-73.996789035,989.658496732,7793,3776,3765,3028,004100,71738983.3617,001300,286606455.687,001300,1336084821.0,004100,001300,34424.7030411,114685,29611,hub,hub,non_hub,584728.836557,4508109.46034,583326.158808,4506437.19368
+742,742,21,36.0,001300,,40.70463334,-74.01361706,35.0,004200,40.73223272,-73.98889957,1239.0952381,4988,3776,1801,3028,004200,39941846.3325,001300,286606455.687,001300,1336084821.0,004200,001300,34424.7030411,50846,29611,hub,hub,non_hub,585378.96492,4509524.64843,583326.158808,4506437.19368
+743,743,115,72.0,001300,,40.70463334,-74.01361706,67.0,004300,40.723870235,-73.995226525,1122.21428571,4267,3776,2598,3028,004300,65935514.1184,001300,286606455.687,001300,1336084821.0,004300,001300,34424.7030411,95162,29611,hub,hub,non_hub,584855.320992,4508590.22212,583326.158808,4506437.19368
+744,744,67,72.0,001300,,40.70463334,-74.01361706,60.0,004400,40.73080269,-73.97968993,1794.65758929,17710,3776,8297,3028,004400,114601147.016,001300,286606455.687,001300,1336084821.0,004400,001300,34424.7030411,106427,29611,hub,hub,non_hub,586158.498991,4509374.90208,583326.158808,4506437.19368
+745,745,134,36.0,001300,,40.70463334,-74.01361706,27.0,004500,40.71910537,-73.99973337,776.858208955,840,3776,582,3028,004500,52009114.8865,001300,286606455.687,001300,1336084821.0,004500,001300,34424.7030411,34275,29611,hub,hub,non_hub,584480.726971,4508056.94497,583326.158808,4506437.19368
+746,746,44,36.0,001300,,40.70463334,-74.01361706,39.0,004700,40.72165481,-74.00234737,966.659090909,2267,3776,1586,3028,004700,75477587.1594,001300,286606455.687,001300,1336084821.0,004700,001300,34424.7030411,27544,29611,hub,hub,non_hub,584256.734795,4508337.43837,583326.158808,4506437.19368
+747,747,22,36.0,001300,,40.70463334,-74.01361706,35.0,004800,40.73624527,-73.98473765,1608.40909091,7550,3776,3799,3028,004800,74763044.6965,001300,286606455.687,001300,1336084821.0,004800,001300,34424.7030411,42567,29611,hub,hub,non_hub,585725.258797,4509974.12516,583326.158808,4506437.19368
+748,748,183,72.0,001300,,40.70463334,-74.01361706,73.0,004900,40.724268615,-74.000521515,1086.84055556,4951,3776,3054,3028,004900,103848670.177,001300,286606455.687,001300,1336084821.0,004900,001300,34424.7030411,80152,29611,hub,hub,non_hub,584407.63728,4508629.34168,583326.158808,4506437.19368
+749,749,50,108.0,001300,,40.70463334,-74.01361706,93.0,005000,40.7359163467,-73.9873427633,1635.25,5061,3776,3595,3028,005000,120638459.215,001300,286606455.687,001300,1336084821.0,005000,001300,34424.7030411,111023,29611,hub,hub,non_hub,585505.709717,4509935.07175,583326.158808,4506437.19368
+750,750,139,72.0,001300,,40.70463334,-74.01361706,106.0,005200,40.73715585,-73.991241315,1506.85423197,4193,3776,1785,3028,005200,109103391.81,001300,286606455.687,001300,1336084821.0,005200,001300,34424.7030411,159876,29611,hub,hub,non_hub,585174.941657,4510068.87544,583326.158808,4506437.19368
+751,751,41,36.0,001300,,40.70463334,-74.01361706,47.0,005400,40.73971301,-73.99456405,1639.43902439,4656,3776,2837,3028,005400,128803552.888,001300,286606455.687,001300,1336084821.0,005400,001300,34424.7030411,73728,29611,hub,hub,non_hub,584891.129718,4510349.51956,583326.158808,4506437.19368
+752,752,78,36.0,001300,,40.70463334,-74.01361706,30.0,005501,40.72679454,-73.99695094,1272.24358974,5079,3776,2483,3028,005501,61061928.4125,001300,286606455.687,001300,1336084821.0,005501,001300,34424.7030411,57258,29611,hub,hub,non_hub,584705.980012,4508913.17477,583326.158808,4506437.19368
+753,753,44,36.0,001300,,40.70463334,-74.01361706,27.0,005502,40.72743423,-73.99379025,1130.11363636,2383,3776,1262,3028,005502,49017118.6146,001300,286606455.687,001300,1336084821.0,005502,001300,34424.7030411,55117,29611,hub,hub,non_hub,584972.085912,4508987.23863,583326.158808,4506437.19368
+754,754,119,72.0,001300,,40.70463334,-74.01361706,95.0,005600,40.74065347,-73.98778661,1525.9350508,2618,3776,2190,3028,005600,189153355.609,001300,286606455.687,001300,1336084821.0,005600,001300,34424.7030411,113209,29611,hub,hub,non_hub,585462.168743,4510460.49357,583326.158808,4506437.19368
+755,755,131,72.0,001300,,40.70463334,-74.01361706,82.0,005700,40.729662915,-73.992405595,1266.0912881,2937,3776,1789,3028,005700,90178032.7137,001300,286606455.687,001300,1336084821.0,005700,001300,34424.7030411,156896,29611,hub,hub,non_hub,585086.179601,4509235.9788,583326.158808,4506437.19368
+756,756,159,72.0,001300,,40.70463334,-74.01361706,87.0,005800,40.743154205,-73.990299735,1679.43867925,3182,3776,2306,3028,005800,164037511.755,001300,286606455.687,001300,1336084821.0,005800,001300,34424.7030411,130970,29611,hub,hub,non_hub,585246.786708,4510735.64918,583326.158808,4506437.19368
+757,757,46,36.0,001300,,40.70463334,-74.01361706,31.0,005900,40.73049393,-73.9957214,1349.13043478,5516,3776,3276,3028,005900,71785177.1361,001300,286606455.687,001300,1336084821.0,005900,001300,34424.7030411,53180,29611,hub,hub,non_hub,584805.117401,4509325.01914,583326.158808,4506437.19368
+758,758,107,72.0,001300,,40.70463334,-74.01361706,63.0,006000,40.734822295,-73.976916765,1575.69783378,5286,3776,2459,3028,006000,27468182.8943,001300,286606455.687,001300,1336084821.0,006000,001300,34424.7030411,80462,29611,hub,hub,non_hub,586387.478737,4509823.83141,583326.158808,4506437.19368
+759,759,272,144.0,001300,,40.70463334,-74.01361706,141.0,006100,40.73385254,-73.992357065,1459.83192363,4913,3776,2683,3028,006100,91682014.33,001300,286606455.687,001300,1336084821.0,006100,001300,34424.7030411,245510,29611,hub,hub,non_hub,585084.940162,4509701.10308,583326.158808,4506437.19368
+760,760,13,36.0,001300,,40.70463334,-74.01361706,30.0,006200,40.7381765,-73.97738662,1843.84615385,4680,3776,1401,3028,006200,231817485.533,001300,286606455.687,001300,1336084821.0,006200,001300,34424.7030411,33218,29611,hub,hub,non_hub,586343.467107,4510195.70961,583326.158808,4506437.19368
+761,761,170,108.0,001300,,40.70463334,-74.01361706,99.0,006300,40.7346940933,-73.99785666,1541.43094588,6076,3776,4277,3028,006300,85447631.8451,001300,286606455.687,001300,1336084821.0,006300,001300,34424.7030411,120233,29611,hub,hub,non_hub,584619.48321,4509789.20591,583326.158808,4506437.19368
+762,762,41,36.0,001300,,40.70463334,-74.01361706,39.0,006400,40.73587678,-73.98205027,1512.70731707,7518,3776,5058,3028,006400,95664936.1545,001300,286606455.687,001300,1336084821.0,006400,001300,34424.7030411,47750,29611,hub,hub,non_hub,585952.649806,4509935.84788,583326.158808,4506437.19368
+763,763,247,108.0,001300,,40.70463334,-74.01361706,106.0,006500,40.7306296367,-73.9991423,1239.32606178,6517,3776,3568,3028,006500,59290910.3694,001300,286606455.687,001300,1336084821.0,006500,001300,34424.7030411,125356,29611,hub,hub,non_hub,584516.067395,4509336.78488,583326.158808,4506437.19368
+764,764,51,72.0,001300,,40.70463334,-74.01361706,82.0,006600,40.739285505,-73.97827188,1826.87386364,11780,3776,6818,3028,006600,84730469.4548,001300,286606455.687,001300,1336084821.0,006600,001300,34424.7030411,74621,29611,hub,hub,non_hub,586267.286922,4510317.94668,583326.158808,4506437.19368
+765,765,292,36.0,001300,,40.70463334,-74.01361706,39.0,006700,40.73038599,-74.00214988,1299.55479452,4984,3776,3796,3028,006700,47238039.9972,001300,286606455.687,001300,1336084821.0,006700,001300,34424.7030411,70025,29611,hub,hub,non_hub,584262.399901,4509306.84766,583326.158808,4506437.19368
+766,766,31,36.0,001300,,40.70463334,-74.01361706,39.0,006800,40.74025878,-73.98409214,1681.19354839,6735,3776,4494,3028,006800,130298431.446,001300,286606455.687,001300,1336084821.0,006800,001300,34424.7030411,58926,29611,hub,hub,non_hub,585774.608423,4510420.28363,583326.158808,4506437.19368
+767,767,396,72.0,001300,,40.70463334,-74.01361706,67.0,006900,40.732319905,-74.0069291,1256.28036872,2687,3776,1484,3028,006900,61292499.9331,001300,286606455.687,001300,1336084821.0,006900,001300,34424.7030411,130727,29611,hub,hub,non_hub,583856.38945,4509516.94969,583326.158808,4506437.19368
+768,768,58,108.0,001300,,40.70463334,-74.01361706,127.0,007000,40.74250285,-73.9755895533,1896.88528736,8302,3776,5669,3028,007000,78634704.8451,001300,286606455.687,001300,1336084821.0,007000,001300,34424.7030411,145227,29611,hub,hub,non_hub,586489.598764,4510677.73445,583326.158808,4506437.19368
+769,769,96,72.0,001300,,40.70463334,-74.01361706,71.0,007100,40.736526545,-74.000108805,1492.85294118,5633,3776,3844,3028,007100,68447429.2743,001300,286606455.687,001300,1336084821.0,007100,001300,34424.7030411,79459,29611,hub,hub,non_hub,584426.995774,4509990.4524,583326.158808,4506437.19368
+770,770,96,108.0,001300,,40.70463334,-74.01361706,126.0,007200,40.7447014833,-73.98154809,1951.84259259,7734,3776,5222,3028,007200,132092861.454,001300,286606455.687,001300,1336084821.0,007200,001300,34424.7030411,157612,29611,hub,hub,non_hub,585983.687715,4510915.94446,583326.158808,4506437.19368
+771,771,177,72.0,001300,,40.70463334,-74.01361706,59.0,007300,40.734682705,-74.00388484,1335.18645669,5615,3776,4547,3028,007300,48716185.79,001300,286606455.687,001300,1336084821.0,007300,001300,34424.7030411,92567,29611,hub,hub,non_hub,584110.479319,4509782.14883,583326.158808,4506437.19368
+772,772,50,72.0,001300,,40.70463334,-74.01361706,86.0,007400,40.746413585,-73.98586892,1964.25714286,4179,3776,2700,3028,007400,170614202.951,001300,286606455.687,001300,1336084821.0,007400,001300,34424.7030411,81121,29611,hub,hub,non_hub,585616.696258,4511101.7763,583326.158808,4506437.19368
+773,773,61,72.0,001300,,40.70463334,-74.01361706,69.0,007600,40.74737476,-73.988320695,1833.91166667,2203,3776,1573,3028,007600,242014413.464,001300,286606455.687,001300,1336084821.0,007600,001300,34424.7030411,97464,29611,hub,hub,non_hub,585408.475283,4511206.08492,583326.158808,4506437.19368
+774,774,154,36.0,001300,,40.70463334,-74.01361706,43.0,007700,40.7390169121,-74.0026376103,1368.70779221,5404,3776,4254,3028,007700,59306273.1509,001300,286606455.687,001300,1336084821.0,007700,001300,34424.7030411,79025,29611,hub,hub,non_hub,584210.329106,4510264.47156,583326.158808,4506437.19368
+775,775,33,36.0,001300,,40.70463334,-74.01361706,39.0,007800,40.74780373,-73.9734419,2023.57575758,7380,3776,5372,3028,007800,112124597.728,001300,286606455.687,001300,1336084821.0,007800,001300,34424.7030411,59601,29611,hub,hub,non_hub,586664.043115,4511268.28888,583326.158808,4506437.19368
+776,776,718,180.0,001300,,40.70463334,-74.01361706,174.0,007900,40.738916514,-74.007286026,1432.52020479,4406,3776,2904,3028,007900,86937368.5918,001300,286606455.687,001300,1336084821.0,007900,001300,34424.7030411,171846,29611,hub,hub,non_hub,583817.969395,4510248.87788,583326.158808,4506437.19368
+777,777,22,72.0,001300,,40.70463334,-74.01361706,71.0,008000,40.7485693,-73.97717991,1987.19166667,4946,3776,3730,3028,008000,197763821.532,001300,286606455.687,001300,1336084821.0,008000,001300,34424.7030411,74808,29611,hub,hub,non_hub,586347.477591,4511349.58844,583326.158808,4506437.19368
+778,778,63,36.0,001300,,40.70463334,-74.01361706,39.0,008100,40.73935542,-73.99931783,1705.22222222,8675,3776,5315,3028,008100,91100400.6907,001300,286606455.687,001300,1336084821.0,008100,001300,34424.7030411,53195,29611,hub,hub,non_hub,584490.204148,4510305.23824,583326.158808,4506437.19368
+779,779,316,108.0,001300,,40.70463334,-74.01361706,175.0,008200,40.7519497168,-73.9793826398,1908.42362587,3442,3776,2534,3028,008200,262405408.076,001300,286606455.687,001300,1336084821.0,008200,001300,34424.7030411,228612,29611,hub,hub,non_hub,586157.154229,4511722.67462,583326.158808,4506437.19368
+780,780,239,144.0,001300,,40.70463334,-74.01361706,119.0,008300,40.742591315,-74.004102785,1653.41881338,4211,3776,2321,3028,008300,119862327.354,001300,286606455.687,001300,1336084821.0,008300,001300,34424.7030411,186113,29611,hub,hub,non_hub,584082.11654,4510659.85081,583326.158808,4506437.19368
+781,781,14,36.0,001300,,40.70463334,-74.01361706,38.0,008400,40.75038009,-73.98338988,1925.07142857,1726,3776,1041,3028,008400,147824461.739,001300,286606455.687,001300,1336084821.0,008400,001300,34424.7030411,34199,29611,hub,hub,non_hub,585820.889203,4511544.50828,583326.158808,4506437.19368
+782,782,34,36.0,001300,,40.70463334,-74.01361706,43.0,008601,40.744219,-73.97121214,2080.0,2551,3776,1528,3028,008601,31141773.9073,001300,286606455.687,001300,1336084821.0,008601,001300,34424.7030411,31961,29611,hub,hub,non_hub,586856.951039,4510872.56191,583326.158808,4506437.19368
+783,783,160,72.0,001300,,40.70463334,-74.01361706,78.0,008700,40.74206378,-73.995708955,1828.32039216,6671,3776,4249,3028,008700,85660216.7821,001300,286606455.687,001300,1336084821.0,008700,001300,34424.7030411,152953,29611,hub,hub,non_hub,584791.475936,4510609.36503,583326.158808,4506437.19368
+784,784,23,72.0,001300,,40.70463334,-74.01361706,78.0,008800,40.75012189,-73.970133575,2234.27307692,6964,3776,5507,3028,008800,216532475.876,001300,286606455.687,001300,1336084821.0,008800,001300,34424.7030411,43247,29611,hub,hub,non_hub,586940.323322,4511528.89362,583326.158808,4506437.19368
+785,785,224,108.0,001300,,40.70463334,-74.01361706,120.0,008900,40.74529008,-74.0021768567,1663.82521303,5560,3776,3511,3028,008900,54419260.2723,001300,286606455.687,001300,1336084821.0,008900,001300,34424.7030411,158638,29611,hub,hub,non_hub,584241.316685,4510961.27944,583326.158808,4506437.19368
+786,786,48,108.0,001300,,40.70463334,-74.01361706,110.0,009000,40.75261798,-73.9703317533,1772.91775937,7026,3776,5832,3028,009000,208846060.851,001300,286606455.687,001300,1336084821.0,009000,001300,34424.7030411,74531,29611,hub,hub,non_hub,586920.342162,4511805.78171,583326.158808,4506437.19368
+787,787,41,36.0,001300,,40.70463334,-74.01361706,39.0,009100,40.74487634,-73.99529885,1712.63414634,6415,3776,4386,3028,009100,127325659.041,001300,286606455.687,001300,1336084821.0,009100,001300,34424.7030411,63878,29611,hub,hub,non_hub,584822.527687,4510921.97538,583326.158808,4506437.19368
+788,788,28,72.0,001300,,40.70463334,-74.01361706,110.0,009200,40.7548518863,-73.9734329075,2226.17179487,1754,3776,1461,3028,009200,408192557.246,001300,286606455.687,001300,1336084821.0,009200,001300,34424.7030411,72226,29611,hub,hub,non_hub,586655.650548,4512050.69496,583326.158808,4506437.19368
+789,789,55,36.0,001300,,40.70463334,-74.01361706,39.0,009300,40.74475148,-73.99915362,1696.98181818,9705,3776,5585,3028,009300,68528055.2433,001300,286606455.687,001300,1336084821.0,009300,001300,34424.7030411,52202,29611,hub,hub,non_hub,584497.239363,4510904.39701,583326.158808,4506437.19368
+790,790,125,36.0,001300,,40.70463334,-74.01361706,31.0,009400,40.75320159,-73.9779874,1950.416,29,3776,16,3028,009400,299218147.811,001300,286606455.687,001300,1336084821.0,009400,001300,34424.7030411,82147,29611,hub,hub,non_hub,586273.319314,4511863.01244,583326.158808,4506437.19368
+791,791,37,36.0,001300,,40.70463334,-74.01361706,51.0,009500,40.746647,-73.993915,1775.0,3425,3776,1416,3028,009500,129660033.725,001300,286606455.687,001300,1336084821.0,009500,001300,34424.7030411,57488,29611,hub,hub,non_hub,584937.108907,4511119.86954,583326.158808,4506437.19368
+792,792,26,108.0,001300,,40.70463334,-74.01361706,140.0,009600,40.75607603,-73.9803967167,2001.27142857,153,3776,268,3028,009600,270304841.585,001300,286606455.687,001300,1336084821.0,009600,001300,34424.7030411,71527,29611,hub,hub,non_hub,586066.226062,4512179.73074,583326.158808,4506437.19368
+793,793,264,108.0,001300,,40.70463334,-74.01361706,99.0,009700,40.7493616033,-73.9991321067,1695.82251875,4744,3776,2827,3028,009700,83018263.1602,001300,286606455.687,001300,1336084821.0,009700,001300,34424.7030411,118804,29611,hub,hub,non_hub,584493.220017,4511416.17434,583326.158808,4506437.19368
+794,794,7,72.0,001300,,40.70463334,-74.01361706,70.0,009800,40.755285655,-73.96667288,2385.0,7105,3776,5244,3028,009800,115943808.909,001300,286606455.687,001300,1336084821.0,009800,001300,34424.7030411,40039,29611,hub,hub,non_hub,587225.727282,4512105.54383,583326.158808,4506437.19368
+795,795,735,180.0,001300,,40.70463334,-74.01361706,185.0,009900,40.7520807866,-74.0031899092,1668.75261024,3617,3776,2438,3028,009900,404439511.776,001300,286606455.687,001300,1336084821.0,009900,001300,34424.7030411,208076,29611,hub,hub,non_hub,584147.226991,4511714.12465,583326.158808,4506437.19368
+796,796,36,108.0,001300,,40.70463334,-74.01361706,121.0,010000,40.7583696933,-73.9710287767,2168.11904762,1829,3776,1399,3028,010000,366457143.613,001300,286606455.687,001300,1336084821.0,010000,001300,34424.7030411,72085,29611,hub,hub,non_hub,586854.014885,4512443.57459,583326.158808,4506437.19368
+797,797,151,108.0,001300,,40.70463334,-74.01361706,127.0,010100,40.74945622,-73.9903382667,1778.89792403,1119,3776,828,3028,010100,246168211.101,001300,286606455.687,001300,1336084821.0,010100,001300,34424.7030411,183377,29611,hub,hub,non_hub,585235.486219,4511435.18064,583326.158808,4506437.19368
+798,798,13,72.0,001300,,40.70463334,-74.01361706,81.0,010200,40.7606694,-73.973473555,2228.96666667,313,3776,268,3028,010200,333450202.294,001300,286606455.687,001300,1336084821.0,010200,001300,34424.7030411,46675,29611,hub,hub,non_hub,586644.664817,4512696.44233,583326.158808,4506437.19368
+799,799,794,72.0,001300,,40.70463334,-74.01361706,98.0,010300,40.751000495,-73.994372255,1760.24509804,1859,3776,1351,3028,010300,141506056.87,001300,286606455.687,001300,1336084821.0,010300,001300,34424.7030411,221593,29611,hub,hub,non_hub,584892.968075,4511602.69644,583326.158808,4506437.19368
+800,800,21,72.0,001300,,40.70463334,-74.01361706,75.0,010400,40.761664375,-73.976854975,2299.21428571,1031,3776,1033,3028,010400,363981333.295,001300,286606455.687,001300,1336084821.0,010400,001300,34424.7030411,65073,29611,hub,hub,non_hub,586357.961325,4512803.55852,583326.158808,4506437.19368
+801,801,4,36.0,001300,,40.70463334,-74.01361706,33.0,010602,40.75849116,-73.95920622,2535.75,4794,3776,2963,3028,010602,67980898.3739,001300,286606455.687,001300,1336084821.0,010602,001300,34424.7030411,22153,29611,hub,hub,non_hub,587851.796682,4512468.82754,583326.158808,4506437.19368
+802,802,30,108.0,001300,,40.70463334,-74.01361706,117.0,010800,40.7591736033,-73.96613818,2285.07195767,8531,3776,6272,3028,010800,189351523.799,001300,286606455.687,001300,1336084821.0,010800,001300,34424.7030411,79198,29611,hub,hub,non_hub,587265.778542,4512537.66689,583326.158808,4506437.19368
+803,803,16,72.0,001300,,40.70463334,-74.01361706,114.0,010900,40.751351715,-73.987594755,1877.55555556,182,3776,92,3028,010900,228173063.011,001300,286606455.687,001300,1336084821.0,010900,001300,34424.7030411,60092,29611,hub,hub,non_hub,585464.669441,4511648.26242,583326.158808,4506437.19368
+804,804,10,36.0,001300,,40.70463334,-74.01361706,59.0,011201,40.7643971,-73.97371465,2734.0,827,3776,964,3028,011201,118515444.187,001300,286606455.687,001300,1336084821.0,011201,001300,34424.7030411,41525,29611,hub,hub,non_hub,586619.474659,4513110.00718,583326.158808,4506437.19368
+805,805,6,36.0,001300,,40.70463334,-74.01361706,33.0,011203,40.76095756,-73.96724467,2427.0,1176,3776,1160,3028,011203,143782379.009,001300,286606455.687,001300,1336084821.0,011203,001300,34424.7030411,48033,29611,hub,hub,non_hub,587170.050102,4512734.59972,583326.158808,4506437.19368
+806,806,225,144.0,001300,,40.70463334,-74.01361706,198.0,011300,40.7548008425,-73.9888010575,1787.23594439,204,3776,107,3028,011300,357940519.061,001300,286606455.687,001300,1336084821.0,011300,001300,34424.7030411,236650,29611,hub,hub,non_hub,585358.423228,4512029.96675,583326.158808,4506437.19368
+807,807,112,72.0,001300,,40.70463334,-74.01361706,82.0,011500,40.75701407,-73.992353645,1658.61527778,2487,3776,1678,3028,011500,130958459.747,001300,286606455.687,001300,1336084821.0,011500,001300,34424.7030411,103294,29611,hub,hub,non_hub,585055.712647,4512272.20178,583326.158808,4506437.19368
+808,808,401,72.0,001300,,40.70463334,-74.01361706,84.0,011700,40.76058799,-74.00080945,1825.79542881,2938,3776,2304,3028,011700,91270705.1484,001300,286606455.687,001300,1336084821.0,011700,001300,34424.7030411,73016,29611,hub,hub,non_hub,584337.427395,4512660.77158,583326.158808,4506437.19368
+809,809,17,36.0,001300,,40.70463334,-74.01361706,34.0,011900,40.7568001,-73.98291153,2066.64705882,1079,3776,1121,3028,011900,395254501.74,001300,286606455.687,001300,1336084821.0,011900,001300,34424.7030411,39976,29611,hub,hub,non_hub,585853.012005,4512257.64444,583326.158808,4506437.19368
+810,810,282,108.0,001300,,40.70463334,-74.01361706,109.0,012100,40.7598593767,-73.9914900133,1775.19391451,8366,3776,5744,3028,012100,101223732.045,001300,286606455.687,001300,1336084821.0,012100,001300,34424.7030411,132767,29611,hub,hub,non_hub,585124.983126,4512588.88932,583326.158808,4506437.19368
+811,811,26,36.0,001300,,40.70463334,-74.01361706,51.0,012500,40.76064679,-73.98442659,1829.53846154,2439,3776,2096,3028,012500,322911522.418,001300,286606455.687,001300,1336084821.0,012500,001300,34424.7030411,45486,29611,hub,hub,non_hub,585720.180916,4512683.17447,583326.158808,4506437.19368
+812,812,151,72.0,001300,,40.70463334,-74.01361706,84.0,012700,40.762485435,-73.990447135,1967.18540052,6437,3776,4434,3028,012700,104637996.687,001300,286606455.687,001300,1336084821.0,012700,001300,34424.7030411,83393,29611,hub,hub,non_hub,585209.656415,4512881.41361,583326.158808,4506437.19368
+813,813,58,36.0,001300,,40.70463334,-74.01361706,24.0,012900,40.76341379,-73.99667444,1778.24137931,5312,3776,3621,3028,012900,158698340.053,001300,286606455.687,001300,1336084821.0,012900,001300,34424.7030411,28661,29611,hub,hub,non_hub,584682.864463,4512978.43901,583326.158808,4506437.19368
+814,814,42,108.0,001300,,40.70463334,-74.01361706,160.0,013100,40.7621295133,-73.98215453,2249.58134921,2489,3776,2283,3028,013100,405023451.28,001300,286606455.687,001300,1336084821.0,013100,001300,34424.7030411,107228,29611,hub,hub,non_hub,585910.04945,4512849.98999,583326.158808,4506437.19368
+815,815,49,108.0,001300,,40.70463334,-74.01361706,101.0,013300,40.7647250567,-73.9866537633,1979.24216524,5363,3776,3909,3028,013300,79847412.2593,001300,286606455.687,001300,1336084821.0,013300,001300,34424.7030411,89810,29611,hub,hub,non_hub,585526.963405,4513133.71926,583326.158808,4506437.19368
+816,816,193,72.0,001300,,40.70463334,-74.01361706,65.0,013500,40.766984435,-73.99227308,2032.2045977,6075,3776,3935,3028,013500,198199142.958,001300,286606455.687,001300,1336084821.0,013500,001300,34424.7030411,64723,29611,hub,hub,non_hub,585049.80204,4513379.06475,583326.158808,4506437.19368
+817,817,64,72.0,001300,,40.70463334,-74.01361706,98.0,013700,40.766109285,-73.981808355,2067.73373373,6557,3776,5442,3028,013700,314878324.419,001300,286606455.687,001300,1336084821.0,013700,001300,34424.7030411,91142,29611,hub,hub,non_hub,585934.141665,4513292.1137,583326.158808,4506437.19368
+818,818,25,36.0,001300,,40.70463334,-74.01361706,27.0,013900,40.768254,-73.988639,2077.56,7607,3776,7359,3028,013900,139918084.587,001300,286606455.687,001300,1336084821.0,013900,001300,34424.7030411,26390,29611,hub,hub,non_hub,585354.890073,4513523.52534,583326.158808,4506437.19368
+819,819,11,36.0,001300,,40.70463334,-74.01361706,49.0,014300,40.76590936,-73.97634151,2079.09090909,3,3776,0,3028,014300,50027992.3322,001300,286606455.687,001300,1336084821.0,014300,001300,34424.7030411,21051,29611,hub,hub,non_hub,586395.803012,4513275.28949,583326.158808,4506437.19368
+820,820,104,36.0,001300,,40.70463334,-74.01361706,36.0,014500,40.76915505,-73.98191841,2142.39423077,5811,3776,3462,3028,014500,253397343.373,001300,286606455.687,001300,1336084821.0,014500,001300,34424.7030411,68350,29611,hub,hub,non_hub,585920.929601,4513630.10902,583326.158808,4506437.19368
+821,821,49,36.0,001300,,40.70463334,-74.01361706,55.0,014700,40.770513,-73.988038,2088.16326531,2586,3776,1743,3028,014700,70871746.8417,001300,286606455.687,001300,1336084821.0,014700,001300,34424.7030411,35099,29611,hub,hub,non_hub,585402.720353,4513774.87644,583326.158808,4506437.19368
+822,822,20,36.0,001300,,40.70463334,-74.01361706,36.0,015100,40.771522,-73.990541,2035.5,8105,3776,4856,3028,015100,164953931.102,001300,286606455.687,001300,1336084821.0,015100,001300,34424.7030411,17578,29611,hub,hub,non_hub,585190.192062,4513884.4495,583326.158808,4506437.19368
+823,823,2197,72.0,001300,,40.70463334,-74.01361706,70.0,031703,40.71644312,-74.014902115,801.983709682,8670,3776,4231,3028,031703,332361109.355,001300,286606455.687,001300,1336084821.0,031703,001300,34424.7030411,136082,29611,hub,hub,non_hub,583202.897614,4507746.93647,583326.158808,4506437.19368
+824,824,3962,108.0,001300,,40.70463334,-74.01361706,98.0,031704,40.7085171733,-74.0165557667,357.05332921,6610,3776,3790,3028,031704,160823714.408,001300,286606455.687,001300,1336084821.0,031704,001300,34424.7030411,105244,29611,hub,hub,hub,583073.076824,4506865.54027,583326.158808,4506437.19368
+825,825,337,108.0,001300,,40.70463334,-74.01361706,85.0,000600,40.7128987867,-73.9898646367,944.827595237,11558,3776,4083,3028,000600,59149181.7526,001300,286606455.687,001300,1336084821.0,000600,001300,34424.7030411,70053,29611,hub,hub,non_hub,585322.159723,4507377.5136,583326.158808,4506437.19368
+826,826,1515,84.0,001401,,40.71559509,-73.9870295,54.0,000202,40.71318002,-73.9818904933,403.540708687,8012,3289,3598,1708,000202,37878157.9781,001401,20168722.3199,,0.0,000202,001401,172922.258594,56352,26792,hub,hub,non_hub,585995.353038,4507416.50937,585558.18429,4507679.57909
+827,827,1072,196.0,001401,,40.71559509,-73.9870295,258.0,000700,40.70581148,-74.0081572071,801.62240325,7722,3289,5201,1708,000700,476954959.734,001401,20168722.3199,,0.0,000700,001401,172922.258594,160040,26792,hub,hub,non_hub,583785.918305,4506573.16797,585558.18429,4507679.57909
+828,828,574,56.0,001401,,40.71559509,-73.9870295,47.0,000800,40.712414475,-73.993471545,390.300819412,10365,3289,4150,1708,000800,46479755.076,001401,20168722.3199,,0.0,000800,001401,172922.258594,34254,26792,hub,hub,non_hub,585018.109713,4507320.25418,585558.18429,4507679.57909
+829,829,206,84.0,001401,,40.71559509,-73.9870295,97.0,000900,40.7024745833,-74.01224785,1027.76082559,1140,3289,939,1708,000900,404341803.896,001401,20168722.3199,,0.0,000900,001401,172922.258594,46446,26792,hub,hub,non_hub,583444.520998,4506198.85784,585558.18429,4507679.57909
+830,830,285,28.0,001401,,40.71559509,-73.9870295,19.0,001002,40.71782143,-73.97628939,576.964912281,6439,3289,2346,1708,001002,22763374.2099,001401,20168722.3199,,0.0,001002,001401,172922.258594,15916,26792,hub,hub,non_hub,586462.45635,4507937.23607,585558.18429,4507679.57909
+831,831,370,56.0,001401,,40.71559509,-73.9870295,46.0,001200,40.717364275,-73.982955325,380.274068323,3547,3289,1857,1708,001200,23518220.7411,001401,20168722.3199,,0.0,001200,001401,172922.258594,36493,26792,hub,hub,non_hub,585900.031125,4507879.94738,585558.18429,4507679.57909
+832,832,181,28.0,001401,,40.71559509,-73.9870295,36.0,001300,40.70463334,-74.01361706,1023.57458564,3776,3289,3028,1708,001300,286606455.687,001401,20168722.3199,,0.0,001300,001401,172922.258594,27671,26792,hub,hub,non_hub,583326.158808,4506437.19368,585558.18429,4507679.57909
+833,833,249,56.0,001401,,40.71559509,-73.9870295,67.0,001501,40.70966832,-74.003597135,710.612663906,5581,3289,3450,1708,001501,172466366.322,001401,20168722.3199,,0.0,001501,001401,172922.258594,27425,26792,hub,hub,non_hub,584166.279828,4507005.66129,585558.18429,4507679.57909
+834,834,229,84.0,001401,,40.71559509,-73.9870295,123.0,001502,40.7088053467,-74.00635276,912.660432674,7095,3289,3459,1708,001502,221282059.103,001401,20168722.3199,,0.0,001502,001401,172922.258594,82052,26792,hub,hub,non_hub,583934.59195,4506907.22889,585558.18429,4507679.57909
+835,835,1033,84.0,001401,,40.71559509,-73.9870295,107.0,001600,40.7153350167,-73.9943926833,381.6106311,8236,3289,3242,1708,001600,76565505.7581,001401,20168722.3199,,0.0,001600,001401,172922.258594,82798,26792,hub,hub,non_hub,584936.591099,4507643.5622,585558.18429,4507679.57909
+836,836,1454,112.0,001401,,40.71559509,-73.9870295,154.0,001800,40.7193657075,-73.9906468425,394.282509639,8063,3289,3489,1708,001800,60554858.5127,001401,20168722.3199,,0.0,001800,001401,172922.258594,133306,26792,hub,hub,non_hub,585247.838585,4508094.62497,585558.18429,4507679.57909
+837,837,138,56.0,001401,,40.71559509,-73.9870295,46.0,002000,40.721554605,-73.977309405,630.905147864,4795,3289,1899,1708,002000,17907673.5628,001401,20168722.3199,,0.0,002000,001401,172922.258594,31656,26792,hub,hub,non_hub,586371.478696,4508350.63994,585558.18429,4507679.57909
+838,838,564,112.0,001401,,40.71559509,-73.9870295,102.0,002100,40.71451321,-74.0108850975,843.245208617,6111,3289,3038,1708,002100,273869828.705,001401,20168722.3199,,0.0,002100,001401,172922.258594,151037,26792,hub,hub,non_hub,583544.598931,4507536.51732,585558.18429,4507679.57909
+839,839,384,56.0,001401,,40.71559509,-73.9870295,44.0,002201,40.71833027,-73.980972895,500.584026161,6762,3289,3030,1708,002201,37585954.9949,001401,20168722.3199,,0.0,002201,001401,172922.258594,26391,26792,hub,hub,non_hub,586066.226443,4507989.12022,585558.18429,4507679.57909
+840,840,79,28.0,001401,,40.71559509,-73.9870295,31.0,002202,40.7208736,-73.98085795,487.392405063,2256,3289,1045,1708,002202,13179093.8977,001401,20168722.3199,,0.0,002202,001401,172922.258594,23935,26792,hub,hub,non_hub,586072.658368,4508271.55961,585558.18429,4507679.57909
+841,841,105,56.0,001401,,40.71559509,-73.9870295,48.0,002400,40.724744875,-73.974986535,675.66237678,5775,3289,2175,1708,002400,17986635.5592,001401,20168722.3199,,0.0,002400,001401,172922.258594,17965,26792,hub,hub,non_hub,586563.526382,4508707.06897,585558.18429,4507679.57909
+842,842,216,56.0,001401,,40.71559509,-73.9870295,62.0,002500,40.7111743,-73.99849582,545.218056061,5061,3289,1917,1708,002500,22428407.6271,001401,20168722.3199,,0.0,002500,001401,172922.258594,28216,26792,hub,hub,non_hub,584595.28909,4507177.73549,585558.18429,4507679.57909
+843,843,58,28.0,001401,,40.71559509,-73.9870295,31.0,002601,40.72299208,-73.97995466,622.775862069,3774,3289,1593,1708,002601,22248722.3098,001401,20168722.3199,,0.0,002601,001401,172922.258594,22144,26792,hub,hub,non_hub,586146.216204,4508507.61099,585558.18429,4507679.57909
+844,844,192,28.0,001401,,40.71559509,-73.9870295,27.0,002700,40.71307916,-73.99851193,483.463541667,1191,3289,655,1708,002700,11349914.9514,001401,20168722.3199,,0.0,002700,001401,172922.258594,20570,26792,hub,hub,non_hub,584591.517275,4507389.17181,585558.18429,4507679.57909
+845,845,100,28.0,001401,,40.71559509,-73.9870295,32.0,002800,40.72521311,-73.97768752,780.08,7302,3289,3341,1708,002800,47641507.3146,001401,20168722.3199,,0.0,002800,001401,172922.258594,36744,26792,hub,hub,non_hub,586334.816403,4508756.38709,585558.18429,4507679.57909
+846,846,165,28.0,001401,,40.71559509,-73.9870295,43.0,002900,40.71602118,-73.99974372,632.212121212,5855,3289,2420,1708,002900,200965547.24,001401,20168722.3199,,0.0,002900,001401,172922.258594,31936,26792,hub,hub,non_hub,584483.752153,4507714.56961,585558.18429,4507679.57909
+847,847,356,28.0,001401,,40.71559509,-73.9870295,35.0,003001,40.72066442,-73.98517977,385.047752809,4301,3289,2553,1708,003001,34302720.7166,001401,20168722.3199,,0.0,003001,001401,172922.258594,41223,26792,hub,hub,non_hub,585707.91731,4508244.11218,585558.18429,4507679.57909
+848,848,265,28.0,001401,,40.71559509,-73.9870295,37.0,003002,40.72217444,-73.98368779,422.58490566,3031,3289,1885,1708,003002,18686109.2263,001401,20168722.3199,,0.0,003002,001401,172922.258594,38675,26792,hub,hub,non_hub,585831.986427,4508413.19181,585558.18429,4507679.57909
+849,849,540,84.0,001401,,40.71559509,-73.9870295,121.0,003100,40.7140617467,-74.0041933367,635.570574088,2809,3289,858,1708,003100,145687012.574,001401,20168722.3199,,0.0,003100,001401,172922.258594,81469,26792,hub,hub,non_hub,584110.388584,4507492.78891,585558.18429,4507679.57909
+850,850,602,84.0,001401,,40.71559509,-73.9870295,100.0,003200,40.7260543867,-73.9823576167,599.809176672,7630,3289,4888,1708,003200,46369492.482,001401,20168722.3199,,0.0,003200,001401,172922.258594,138064,26792,hub,hub,non_hub,585939.335766,4508845.19329,585558.18429,4507679.57909
+851,851,310,140.0,001401,,40.71559509,-73.9870295,173.0,003300,40.7188248153,-74.0063278374,822.95431362,5174,3289,2694,1708,003300,215459582.054,001401,20168722.3199,,0.0,003300,001401,172922.258594,115059,26792,hub,hub,non_hub,583924.11399,4508019.4787,585558.18429,4507679.57909
+852,852,114,28.0,001401,,40.71559509,-73.9870295,39.0,003400,40.72955361,-73.98057249,815.175438596,6706,3289,4203,1708,003400,42933229.7541,001401,20168722.3199,,0.0,003400,001401,172922.258594,47926,26792,hub,hub,non_hub,586085.581298,4509235.37985,585558.18429,4507679.57909
+853,853,998,56.0,001401,,40.71559509,-73.9870295,66.0,003601,40.72217423,-73.990293175,473.659877992,3299,3289,1613,1708,003601,29191583.8104,001401,20168722.3199,,0.0,003601,001401,172922.258594,77585,26792,hub,hub,non_hub,585274.124459,4508406.73315,585558.18429,4507679.57909
+854,854,351,56.0,001401,,40.71559509,-73.9870295,62.0,003602,40.724852985,-73.989265345,606.550962513,2918,3289,1586,1708,003602,24941258.1161,001401,20168722.3199,,0.0,003602,001401,172922.258594,82124,26792,hub,hub,non_hub,585357.507872,4508705.09166,585558.18429,4507679.57909
+855,855,447,112.0,001401,,40.71559509,-73.9870295,148.0,003700,40.7256696075,-74.0052069325,817.804636689,2401,3289,1490,1708,003700,212385639.924,001401,20168722.3199,,0.0,003700,001401,172922.258594,173333,26792,hub,hub,non_hub,584010.178026,4508780.36793,585558.18429,4507679.57909
+856,856,701,112.0,001401,,40.71559509,-73.9870295,160.0,003800,40.72765889,-73.988195855,695.606812306,8610,3289,5795,1708,003800,67437493.5221,001401,20168722.3199,,0.0,003800,001401,172922.258594,167230,26792,hub,hub,non_hub,585444.239635,4509017.60641,585558.18429,4507679.57909
+857,857,198,112.0,001401,,40.71559509,-73.9870295,106.0,003900,40.7201717475,-74.00983051,919.337955014,5253,3289,3059,1708,003900,194910113.03,001401,20168722.3199,,0.0,003900,001401,172922.258594,113624,26792,hub,hub,non_hub,583626.593058,4508165.65565,585558.18429,4507679.57909
+858,858,295,56.0,001401,,40.71559509,-73.9870295,66.0,004000,40.73000573,-73.98549552,781.795273076,9801,3289,4546,1708,004000,66858387.5133,001401,20168722.3199,,0.0,004000,001401,172922.258594,99660,26792,hub,hub,non_hub,585669.269443,4509280.75306,585558.18429,4507679.57909
+859,859,1011,56.0,001401,,40.71559509,-73.9870295,64.0,004100,40.7195529,-73.996789035,522.835358325,7793,3289,3765,1708,004100,71738983.3617,001401,20168722.3199,,0.0,004100,001401,172922.258594,114685,26792,hub,hub,non_hub,584728.836557,4508109.46034,585558.18429,4507679.57909
+860,860,162,28.0,001401,,40.71559509,-73.9870295,35.0,004200,40.73223272,-73.98889957,875.50617284,4988,3289,1801,1708,004200,39941846.3325,001401,20168722.3199,,0.0,004200,001401,172922.258594,50846,26792,hub,hub,non_hub,585378.96492,4509524.64843,585558.18429,4507679.57909
+861,861,574,56.0,001401,,40.71559509,-73.9870295,67.0,004300,40.723870235,-73.995226525,624.649973252,4267,3289,2598,1708,004300,65935514.1184,001401,20168722.3199,,0.0,004300,001401,172922.258594,95162,26792,hub,hub,non_hub,584855.320992,4508590.22212,585558.18429,4507679.57909
+862,862,252,56.0,001401,,40.71559509,-73.9870295,60.0,004400,40.73080269,-73.97968993,875.909570725,17710,3289,8297,1708,004400,114601147.016,001401,20168722.3199,,0.0,004400,001401,172922.258594,106427,26792,hub,hub,non_hub,586158.498991,4509374.90208,585558.18429,4507679.57909
+863,863,299,28.0,001401,,40.71559509,-73.9870295,27.0,004500,40.71910537,-73.99973337,565.237458194,840,3289,582,1708,004500,52009114.8865,001401,20168722.3199,,0.0,004500,001401,172922.258594,34275,26792,hub,hub,non_hub,584480.726971,4508056.94497,585558.18429,4507679.57909
+864,864,310,28.0,001401,,40.71559509,-73.9870295,39.0,004700,40.72165481,-74.00234737,598.319354839,2267,3289,1586,1708,004700,75477587.1594,001401,20168722.3199,,0.0,004700,001401,172922.258594,27544,26792,hub,hub,non_hub,584256.734795,4508337.43837,585558.18429,4507679.57909
+865,865,76,28.0,001401,,40.71559509,-73.9870295,35.0,004800,40.73624527,-73.98473765,1053.31578947,7550,3289,3799,1708,004800,74763044.6965,001401,20168722.3199,,0.0,004800,001401,172922.258594,42567,26792,hub,hub,non_hub,585725.258797,4509974.12516,585558.18429,4507679.57909
+866,866,309,56.0,001401,,40.71559509,-73.9870295,73.0,004900,40.724268615,-74.000521515,774.772346369,4951,3289,3054,1708,004900,103848670.177,001401,20168722.3199,,0.0,004900,001401,172922.258594,80152,26792,hub,hub,non_hub,584407.63728,4508629.34168,585558.18429,4507679.57909
+867,867,209,84.0,001401,,40.71559509,-73.9870295,93.0,005000,40.7359163467,-73.9873427633,998.352777852,5061,3289,3595,1708,005000,120638459.215,001401,20168722.3199,,0.0,005000,001401,172922.258594,111023,26792,hub,hub,non_hub,585505.709717,4509935.07175,585558.18429,4507679.57909
+868,868,412,56.0,001401,,40.71559509,-73.9870295,106.0,005200,40.73715585,-73.991241315,1110.96078834,4193,3289,1785,1708,005200,109103391.81,001401,20168722.3199,,0.0,005200,001401,172922.258594,159876,26792,hub,hub,non_hub,585174.941656,4510068.87544,585558.18429,4507679.57909
+869,869,106,28.0,001401,,40.71559509,-73.9870295,47.0,005400,40.73971301,-73.99456405,1219.0,4656,3289,2837,1708,005400,128803552.888,001401,20168722.3199,,0.0,005400,001401,172922.258594,73728,26792,hub,hub,non_hub,584891.129718,4510349.51956,585558.18429,4507679.57909
+870,870,184,28.0,001401,,40.71559509,-73.9870295,30.0,005501,40.72679454,-73.99695094,716.141304348,5079,3289,2483,1708,005501,61061928.4125,001401,20168722.3199,,0.0,005501,001401,172922.258594,57258,26792,hub,hub,non_hub,584705.980012,4508913.17477,585558.18429,4507679.57909
+871,871,119,28.0,001401,,40.71559509,-73.9870295,27.0,005502,40.72743423,-73.99379025,700.025210084,2383,3289,1262,1708,005502,49017118.6146,001401,20168722.3199,,0.0,005502,001401,172922.258594,55117,26792,hub,hub,non_hub,584972.085912,4508987.23863,585558.18429,4507679.57909
+872,872,177,56.0,001401,,40.71559509,-73.9870295,95.0,005600,40.74065347,-73.98778661,1127.45466448,2618,3289,2190,1708,005600,189153355.609,001401,20168722.3199,,0.0,005600,001401,172922.258594,113209,26792,hub,hub,non_hub,585462.168743,4510460.49357,585558.18429,4507679.57909
+873,873,269,56.0,001401,,40.71559509,-73.9870295,82.0,005700,40.729662915,-73.992405595,772.193660411,2937,3289,1789,1708,005700,90178032.7137,001401,20168722.3199,,0.0,005700,001401,172922.258594,156896,26792,hub,hub,non_hub,585086.179601,4509235.9788,585558.18429,4507679.57909
+874,874,138,56.0,001401,,40.71559509,-73.9870295,87.0,005800,40.743154205,-73.990299735,1243.02117347,3182,3289,2306,1708,005800,164037511.755,001401,20168722.3199,,0.0,005800,001401,172922.258594,130970,26792,hub,hub,non_hub,585246.786708,4510735.64918,585558.18429,4507679.57909
+875,875,64,28.0,001401,,40.71559509,-73.9870295,31.0,005900,40.73049393,-73.9957214,919.359375,5516,3289,3276,1708,005900,71785177.1361,001401,20168722.3199,,0.0,005900,001401,172922.258594,53180,26792,hub,hub,non_hub,584805.117401,4509325.01914,585558.18429,4507679.57909
+876,876,118,56.0,001401,,40.71559509,-73.9870295,63.0,006000,40.734822295,-73.976916765,1152.9017199,5286,3289,2459,1708,006000,27468182.8943,001401,20168722.3199,,0.0,006000,001401,172922.258594,80462,26792,hub,hub,non_hub,586387.478737,4509823.83141,585558.18429,4507679.57909
+877,877,627,112.0,001401,,40.71559509,-73.9870295,141.0,006100,40.73385254,-73.992357065,951.442619158,4913,3289,2683,1708,006100,91682014.33,001401,20168722.3199,,0.0,006100,001401,172922.258594,245510,26792,hub,hub,non_hub,585084.940162,4509701.10308,585558.18429,4507679.57909
+878,878,29,28.0,001401,,40.71559509,-73.9870295,30.0,006200,40.7381765,-73.97738662,1361.93103448,4680,3289,1401,1708,006200,231817485.533,001401,20168722.3199,,0.0,006200,001401,172922.258594,33218,26792,hub,hub,non_hub,586343.467107,4510195.70961,585558.18429,4507679.57909
+879,879,163,84.0,001401,,40.71559509,-73.9870295,99.0,006300,40.7346940933,-73.99785666,1072.03448276,6076,3289,4277,1708,006300,85447631.8451,001401,20168722.3199,,0.0,006300,001401,172922.258594,120233,26792,hub,hub,non_hub,584619.48321,4509789.20591,585558.18429,4507679.57909
+880,880,107,28.0,001401,,40.71559509,-73.9870295,39.0,006400,40.73587678,-73.98205027,948.177570093,7518,3289,5058,1708,006400,95664936.1545,001401,20168722.3199,,0.0,006400,001401,172922.258594,47750,26792,hub,hub,non_hub,585952.649806,4509935.84788,585558.18429,4507679.57909
+881,881,316,84.0,001401,,40.71559509,-73.9870295,106.0,006500,40.7306296367,-73.9991423,870.553423992,6517,3289,3568,1708,006500,59290910.3694,001401,20168722.3199,,0.0,006500,001401,172922.258594,125356,26792,hub,hub,non_hub,584516.067395,4509336.78488,585558.18429,4507679.57909
+882,882,124,56.0,001401,,40.71559509,-73.9870295,82.0,006600,40.739285505,-73.97827188,1207.18439716,11780,3289,6818,1708,006600,84730469.4548,001401,20168722.3199,,0.0,006600,001401,172922.258594,74621,26792,hub,hub,non_hub,586267.286922,4510317.94668,585558.18429,4507679.57909
+883,883,184,28.0,001401,,40.71559509,-73.9870295,39.0,006700,40.73038599,-74.00214988,971.385869565,4984,3289,3796,1708,006700,47238039.9972,001401,20168722.3199,,0.0,006700,001401,172922.258594,70025,26792,hub,hub,non_hub,584262.399901,4509306.84766,585558.18429,4507679.57909
+884,884,126,28.0,001401,,40.71559509,-73.9870295,39.0,006800,40.74025878,-73.98409214,947.007936508,6735,3289,4494,1708,006800,130298431.446,001401,20168722.3199,,0.0,006800,001401,172922.258594,58926,26792,hub,hub,non_hub,585774.608423,4510420.28363,585558.18429,4507679.57909
+885,885,129,56.0,001401,,40.71559509,-73.9870295,67.0,006900,40.732319905,-74.0069291,953.032063645,2687,3289,1484,1708,006900,61292499.9331,001401,20168722.3199,,0.0,006900,001401,172922.258594,130727,26792,hub,hub,non_hub,583856.38945,4509516.94969,585558.18429,4507679.57909
+886,886,167,84.0,001401,,40.71559509,-73.9870295,127.0,007000,40.7425097337,-73.9756031148,1360.10243287,8302,3289,5669,1708,007000,78634704.8451,001401,20168722.3199,,0.0,007000,001401,172922.258594,145227,26792,hub,hub,non_hub,586488.444854,4510678.48523,585558.18429,4507679.57909
+887,887,117,56.0,001401,,40.71559509,-73.9870295,71.0,007100,40.736526545,-74.000108805,1068.30552309,5633,3289,3844,1708,007100,68447429.2743,001401,20168722.3199,,0.0,007100,001401,172922.258594,79459,26792,hub,hub,non_hub,584426.995774,4509990.4524,585558.18429,4507679.57909
+888,888,222,84.0,001401,,40.71559509,-73.9870295,126.0,007200,40.7447014833,-73.98154809,1362.11011835,7734,3289,5222,1708,007200,132092861.454,001401,20168722.3199,,0.0,007200,001401,172922.258594,157612,26792,hub,hub,non_hub,585983.687715,4510915.94446,585558.18429,4507679.57909
+889,889,91,56.0,001401,,40.71559509,-73.9870295,59.0,007300,40.734682705,-74.00388484,942.923976608,5615,3289,4547,1708,007300,48716185.79,001401,20168722.3199,,0.0,007300,001401,172922.258594,92567,26792,hub,hub,non_hub,584110.479319,4509782.14883,585558.18429,4507679.57909
+890,890,152,56.0,001401,,40.71559509,-73.9870295,86.0,007400,40.746413585,-73.98586892,1340.4545177,4179,3289,2700,1708,007400,170614202.951,001401,20168722.3199,,0.0,007400,001401,172922.258594,81121,26792,hub,hub,non_hub,585616.696258,4511101.7763,585558.18429,4507679.57909
+891,891,83,56.0,001401,,40.71559509,-73.9870295,69.0,007600,40.74737476,-73.988320695,1348.40043424,2203,3289,1573,1708,007600,242014413.464,001401,20168722.3199,,0.0,007600,001401,172922.258594,97464,26792,hub,hub,non_hub,585408.475283,4511206.08492,585558.18429,4507679.57909
+892,892,68,28.0,001401,,40.71559509,-73.9870295,43.0,007700,40.7390169121,-74.0026376103,1181.25,5404,3289,4254,1708,007700,59306273.1509,001401,20168722.3199,,0.0,007700,001401,172922.258594,79025,26792,hub,hub,non_hub,584210.329106,4510264.47156,585558.18429,4507679.57909
+893,893,123,28.0,001401,,40.71559509,-73.9870295,39.0,007800,40.74780373,-73.9734419,1446.17073171,7380,3289,5372,1708,007800,112124597.728,001401,20168722.3199,,0.0,007800,001401,172922.258594,59601,26792,hub,hub,non_hub,586664.043115,4511268.28888,585558.18429,4507679.57909
+894,894,136,140.0,001401,,40.71559509,-73.9870295,174.0,007900,40.738916514,-74.007286026,1389.41836563,4406,3289,2904,1708,007900,86937368.5918,001401,20168722.3199,,0.0,007900,001401,172922.258594,171846,26792,hub,hub,non_hub,583817.969395,4510248.87788,585558.18429,4507679.57909
+895,895,69,56.0,001401,,40.71559509,-73.9870295,71.0,008000,40.7485693,-73.97717991,1353.86866554,4946,3289,3730,1708,008000,197763821.532,001401,20168722.3199,,0.0,008000,001401,172922.258594,74808,26792,hub,hub,non_hub,586347.477591,4511349.58844,585558.18429,4507679.57909
+896,896,26,28.0,001401,,40.71559509,-73.9870295,39.0,008100,40.73935542,-73.99931783,1130.57692308,8675,3289,5315,1708,008100,91100400.6907,001401,20168722.3199,,0.0,008100,001401,172922.258594,53195,26792,hub,hub,non_hub,584490.204148,4510305.23824,585558.18429,4507679.57909
+897,897,202,84.0,001401,,40.71559509,-73.9870295,175.0,008200,40.7519818671,-73.9794249849,1470.97198808,3442,3289,2534,1708,008200,262405408.076,001401,20168722.3199,,0.0,008200,001401,172922.258594,228612,26792,hub,hub,non_hub,586153.538041,4511726.20197,585558.18429,4507679.57909
+898,898,119,112.0,001401,,40.71559509,-73.9870295,119.0,008300,40.742591315,-74.004102785,1254.01012602,4211,3289,2321,1708,008300,119862327.354,001401,20168722.3199,,0.0,008300,001401,172922.258594,186113,26792,hub,hub,non_hub,584082.11654,4510659.85081,585558.18429,4507679.57909
+899,899,17,28.0,001401,,40.71559509,-73.9870295,38.0,008400,40.75038009,-73.98338988,1451.58823529,1726,3289,1041,1708,008400,147824461.739,001401,20168722.3199,,0.0,008400,001401,172922.258594,34199,26792,hub,hub,non_hub,585820.889203,4511544.50828,585558.18429,4507679.57909
+900,900,82,28.0,001401,,40.71559509,-73.9870295,43.0,008601,40.744219,-73.97121214,1572.12195122,2551,3289,1528,1708,008601,31141773.9073,001401,20168722.3199,,0.0,008601,001401,172922.258594,31961,26792,hub,hub,non_hub,586856.951039,4510872.56191,585558.18429,4507679.57909
+901,901,123,56.0,001401,,40.71559509,-73.9870295,78.0,008700,40.74206378,-73.995708955,1155.38866471,6671,3289,4249,1708,008700,85660216.7821,001401,20168722.3199,,0.0,008700,001401,172922.258594,152953,26792,hub,hub,non_hub,584791.475936,4510609.36503,585558.18429,4507679.57909
+902,902,107,56.0,001401,,40.71559509,-73.9870295,78.0,008800,40.75012189,-73.970133575,1479.05753968,6964,3289,5507,1708,008800,216532475.876,001401,20168722.3199,,0.0,008800,001401,172922.258594,43247,26792,hub,hub,non_hub,586940.323322,4511528.89362,585558.18429,4507679.57909
+903,903,115,84.0,001401,,40.71559509,-73.9870295,120.0,008900,40.74529008,-74.0021768567,1287.43877714,5560,3289,3511,1708,008900,54419260.2723,001401,20168722.3199,,0.0,008900,001401,172922.258594,158638,26792,hub,hub,non_hub,584241.316685,4510961.27944,585558.18429,4507679.57909
+904,904,80,84.0,001401,,40.71559509,-73.9870295,110.0,009000,40.75261798,-73.9703317533,1468.41837493,7026,3289,5832,1708,009000,208846060.851,001401,20168722.3199,,0.0,009000,001401,172922.258594,74531,26792,hub,hub,non_hub,586920.342162,4511805.78171,585558.18429,4507679.57909
+905,905,46,28.0,001401,,40.71559509,-73.9870295,39.0,009100,40.74487634,-73.99529885,1168.06521739,6415,3289,4386,1708,009100,127325659.041,001401,20168722.3199,,0.0,009100,001401,172922.258594,63878,26792,hub,hub,non_hub,584822.527687,4510921.97538,585558.18429,4507679.57909
+906,906,69,56.0,001401,,40.71559509,-73.9870295,110.0,009200,40.7548518863,-73.9734329075,1460.15498311,1754,3289,1461,1708,009200,408192557.246,001401,20168722.3199,,0.0,009200,001401,172922.258594,72226,26792,hub,hub,non_hub,586655.650548,4512050.69496,585558.18429,4507679.57909
+907,907,22,28.0,001401,,40.71559509,-73.9870295,39.0,009300,40.74475148,-73.99915362,1340.59090909,9705,3289,5585,1708,009300,68528055.2433,001401,20168722.3199,,0.0,009300,001401,172922.258594,52202,26792,hub,hub,non_hub,584497.239363,4510904.39701,585558.18429,4507679.57909
+908,908,38,28.0,001401,,40.71559509,-73.9870295,31.0,009400,40.75320159,-73.9779874,1031.10526316,29,3289,16,1708,009400,299218147.811,001401,20168722.3199,,0.0,009400,001401,172922.258594,82147,26792,hub,hub,non_hub,586273.319314,4511863.01244,585558.18429,4507679.57909
+909,909,87,28.0,001401,,40.71559509,-73.9870295,51.0,009500,40.746647,-73.993915,1318.85057471,3425,3289,1416,1708,009500,129660033.725,001401,20168722.3199,,0.0,009500,001401,172922.258594,57488,26792,hub,hub,non_hub,584937.108907,4511119.86954,585558.18429,4507679.57909
+910,910,54,84.0,001401,,40.71559509,-73.9870295,140.0,009600,40.7560221767,-73.9803470325,1319.0620915,153,3289,268,1708,009600,270304841.585,001401,20168722.3199,,0.0,009600,001401,172922.258594,71527,26792,hub,hub,non_hub,586070.489504,4512173.80135,585558.18429,4507679.57909
+911,911,79,84.0,001401,,40.71559509,-73.9870295,99.0,009700,40.7493616033,-73.9991321067,1453.78140097,4744,3289,2827,1708,009700,83018263.1602,001401,20168722.3199,,0.0,009700,001401,172922.258594,118804,26792,hub,hub,non_hub,584493.220017,4511416.17434,585558.18429,4507679.57909
+912,912,52,56.0,001401,,40.71559509,-73.9870295,70.0,009800,40.755285655,-73.96667288,1570.39285714,7105,3289,5244,1708,009800,115943808.909,001401,20168722.3199,,0.0,009800,001401,172922.258594,40039,26792,hub,hub,non_hub,587225.727282,4512105.54383,585558.18429,4507679.57909
+913,913,231,140.0,001401,,40.71559509,-73.9870295,185.0,009900,40.7520807866,-74.0031899092,1350.84183408,3617,3289,2438,1708,009900,404439511.776,001401,20168722.3199,,0.0,009900,001401,172922.258594,208076,26792,hub,hub,non_hub,584147.226991,4511714.12465,585558.18429,4507679.57909
+914,914,76,84.0,001401,,40.71559509,-73.9870295,121.0,010000,40.7583696933,-73.9710287767,1641.70769231,1829,3289,1399,1708,010000,366457143.613,001401,20168722.3199,,0.0,010000,001401,172922.258594,72085,26792,hub,hub,non_hub,586854.014885,4512443.57459,585558.18429,4507679.57909
+915,915,110,84.0,001401,,40.71559509,-73.9870295,127.0,010100,40.74945622,-73.9903382667,1476.67997569,1119,3289,828,1708,010100,246168211.101,001401,20168722.3199,,0.0,010100,001401,172922.258594,183377,26792,hub,hub,non_hub,585235.486219,4511435.18064,585558.18429,4507679.57909
+916,916,34,56.0,001401,,40.71559509,-73.9870295,81.0,010200,40.7606694,-73.973473555,1374.96969697,313,3289,268,1708,010200,333450202.294,001401,20168722.3199,,0.0,010200,001401,172922.258594,46675,26792,hub,hub,non_hub,586644.664817,4512696.44233,585558.18429,4507679.57909
+917,917,116,56.0,001401,,40.71559509,-73.9870295,98.0,010300,40.751000495,-73.994372255,1377.35731922,1859,3289,1351,1708,010300,141506056.87,001401,20168722.3199,,0.0,010300,001401,172922.258594,221593,26792,hub,hub,non_hub,584892.968074,4511602.69644,585558.18429,4507679.57909
+918,918,31,56.0,001401,,40.71559509,-73.9870295,75.0,010400,40.761664375,-73.976854975,1300.6489899,1031,3289,1033,1708,010400,363981333.295,001401,20168722.3199,,0.0,010400,001401,172922.258594,65073,26792,hub,hub,non_hub,586357.961325,4512803.55852,585558.18429,4507679.57909
+919,919,15,28.0,001401,,40.71559509,-73.9870295,33.0,010602,40.75849116,-73.95920622,1359.4,4794,3289,2963,1708,010602,67980898.3739,001401,20168722.3199,,0.0,010602,001401,172922.258594,22153,26792,hub,hub,non_hub,587851.796682,4512468.82754,585558.18429,4507679.57909
+920,920,93,84.0,001401,,40.71559509,-73.9870295,117.0,010800,40.7591736033,-73.96613818,1680.99047619,8531,3289,6272,1708,010800,189351523.799,001401,20168722.3199,,0.0,010800,001401,172922.258594,79198,26792,hub,hub,non_hub,587265.778542,4512537.66689,585558.18429,4507679.57909
+921,921,80,56.0,001401,,40.71559509,-73.9870295,114.0,010900,40.751351715,-73.987594755,1590.15409207,182,3289,92,1708,010900,228173063.011,001401,20168722.3199,,0.0,010900,001401,172922.258594,60092,26792,hub,hub,non_hub,585464.669441,4511648.26242,585558.18429,4507679.57909
+922,922,19,28.0,001401,,40.71559509,-73.9870295,59.0,011201,40.7643971,-73.97371465,2008.94736842,827,3289,964,1708,011201,118515444.187,001401,20168722.3199,,0.0,011201,001401,172922.258594,41525,26792,hub,hub,non_hub,586619.474659,4513110.00718,585558.18429,4507679.57909
+923,923,19,28.0,001401,,40.71559509,-73.9870295,33.0,011203,40.76095756,-73.96724467,1573.84210526,1176,3289,1160,1708,011203,143782379.009,001401,20168722.3199,,0.0,011203,001401,172922.258594,48033,26792,hub,hub,non_hub,587170.050102,4512734.59972,585558.18429,4507679.57909
+924,924,188,112.0,001401,,40.71559509,-73.9870295,198.0,011300,40.7548008425,-73.9888010575,1622.43977928,204,3289,107,1708,011300,357940519.061,001401,20168722.3199,,0.0,011300,001401,172922.258594,236650,26792,hub,hub,non_hub,585358.423228,4512029.96675,585558.18429,4507679.57909
+925,925,46,56.0,001401,,40.71559509,-73.9870295,82.0,011500,40.75701407,-73.992353645,1644.72312373,2487,3289,1678,1708,011500,130958459.747,001401,20168722.3199,,0.0,011500,001401,172922.258594,103294,26792,hub,hub,non_hub,585055.712647,4512272.20178,585558.18429,4507679.57909
+926,926,28,56.0,001401,,40.71559509,-73.9870295,84.0,011700,40.76058799,-74.00080945,1034.21428571,2938,3289,2304,1708,011700,91270705.1484,001401,20168722.3199,,0.0,011700,001401,172922.258594,73016,26792,hub,hub,non_hub,584337.427395,4512660.77158,585558.18429,4507679.57909
+927,927,13,28.0,001401,,40.71559509,-73.9870295,34.0,011900,40.7568001,-73.98291153,1684.53846154,1079,3289,1121,1708,011900,395254501.74,001401,20168722.3199,,0.0,011900,001401,172922.258594,39976,26792,hub,hub,non_hub,585853.012005,4512257.64444,585558.18429,4507679.57909
+928,928,69,84.0,001401,,40.71559509,-73.9870295,109.0,012100,40.7598593767,-73.9914900133,1308.79419192,8366,3289,5744,1708,012100,101223732.045,001401,20168722.3199,,0.0,012100,001401,172922.258594,132767,26792,hub,hub,non_hub,585124.983126,4512588.88932,585558.18429,4507679.57909
+929,929,42,28.0,001401,,40.71559509,-73.9870295,51.0,012500,40.76064679,-73.98442659,1436.73809524,2439,3289,2096,1708,012500,322911522.418,001401,20168722.3199,,0.0,012500,001401,172922.258594,45486,26792,hub,hub,non_hub,585720.180916,4512683.17447,585558.18429,4507679.57909
+930,930,44,56.0,001401,,40.71559509,-73.9870295,84.0,012700,40.762485435,-73.990447135,829.018390805,6437,3289,4434,1708,012700,104637996.687,001401,20168722.3199,,0.0,012700,001401,172922.258594,83393,26792,hub,hub,non_hub,585209.656415,4512881.41361,585558.18429,4507679.57909
+931,931,8,28.0,001401,,40.71559509,-73.9870295,24.0,012900,40.76341379,-73.99667444,1757.125,5312,3289,3621,1708,012900,158698340.053,001401,20168722.3199,,0.0,012900,001401,172922.258594,28661,26792,hub,hub,non_hub,584682.864463,4512978.43901,585558.18429,4507679.57909
+932,932,60,84.0,001401,,40.71559509,-73.9870295,160.0,013100,40.7621295133,-73.98215453,1458.58531746,2489,3289,2283,1708,013100,405023451.28,001401,20168722.3199,,0.0,013100,001401,172922.258594,107228,26792,hub,hub,non_hub,585910.04945,4512849.98999,585558.18429,4507679.57909
+933,933,44,84.0,001401,,40.71559509,-73.9870295,101.0,013300,40.7647250567,-73.9866537633,1469.95854146,5363,3289,3909,1708,013300,79847412.2593,001401,20168722.3199,,0.0,013300,001401,172922.258594,89810,26792,hub,hub,non_hub,585526.963405,4513133.71926,585558.18429,4507679.57909
+934,934,32,56.0,001401,,40.71559509,-73.9870295,65.0,013500,40.766984435,-73.99227308,1402.43333333,6075,3289,3935,1708,013500,198199142.958,001401,20168722.3199,,0.0,013500,001401,172922.258594,64723,26792,hub,hub,non_hub,585049.80204,4513379.06475,585558.18429,4507679.57909
+935,935,37,56.0,001401,,40.71559509,-73.9870295,98.0,013700,40.766109285,-73.981808355,1506.34615385,6557,3289,5442,1708,013700,314878324.419,001401,20168722.3199,,0.0,013700,001401,172922.258594,91142,26792,hub,hub,non_hub,585934.141665,4513292.1137,585558.18429,4507679.57909
+936,936,11,28.0,001401,,40.71559509,-73.9870295,27.0,013900,40.768254,-73.988639,779.090909091,7607,3289,7359,1708,013900,139918084.587,001401,20168722.3199,,0.0,013900,001401,172922.258594,26390,26792,hub,hub,non_hub,585354.890073,4513523.52534,585558.18429,4507679.57909
+937,937,16,28.0,001401,,40.71559509,-73.9870295,49.0,014300,40.76590936,-73.97634151,1417.3125,3,3289,0,1708,014300,50027992.3322,001401,20168722.3199,,0.0,014300,001401,172922.258594,21051,26792,hub,hub,non_hub,586395.803012,4513275.28949,585558.18429,4507679.57909
+938,938,29,28.0,001401,,40.71559509,-73.9870295,36.0,014500,40.76915505,-73.98191841,1580.0,5811,3289,3462,1708,014500,253397343.373,001401,20168722.3199,,0.0,014500,001401,172922.258594,68350,26792,hub,hub,non_hub,585920.929601,4513630.10902,585558.18429,4507679.57909
+939,939,17,28.0,001401,,40.71559509,-73.9870295,55.0,014700,40.770513,-73.988038,1629.35294118,2586,3289,1743,1708,014700,70871746.8417,001401,20168722.3199,,0.0,014700,001401,172922.258594,35099,26792,hub,hub,non_hub,585402.720353,4513774.87644,585558.18429,4507679.57909
+940,940,1,28.0,001401,,40.71559509,-73.9870295,36.0,015100,40.771522,-73.990541,1913.0,8105,3289,4856,1708,015100,164953931.102,001401,20168722.3199,,0.0,015100,001401,172922.258594,17578,26792,hub,hub,non_hub,585190.192062,4513884.4495,585558.18429,4507679.57909
+941,941,118,56.0,001401,,40.71559509,-73.9870295,70.0,031703,40.71644312,-74.014902115,1332.05892598,8670,3289,4231,1708,031703,332361109.355,001401,20168722.3199,,0.0,031703,001401,172922.258594,136082,26792,hub,hub,non_hub,583202.897614,4507746.93647,585558.18429,4507679.57909
+942,942,241,84.0,001401,,40.71559509,-73.9870295,98.0,031704,40.7085171733,-74.0165557667,1221.8042652,6610,3289,3790,1708,031704,160823714.408,001401,20168722.3199,,0.0,031704,001401,172922.258594,105244,26792,hub,hub,non_hub,583073.076824,4506865.54027,585558.18429,4507679.57909
+943,943,1438,84.0,001401,,40.71559509,-73.9870295,85.0,000600,40.7128987867,-73.9898646367,371.375440366,11558,3289,4083,1708,000600,59149181.7526,001401,20168722.3199,,0.0,000600,001401,172922.258594,70053,26792,hub,hub,non_hub,585322.159723,4507377.5136,585558.18429,4507679.57909
+944,944,520,201.0,001501,,40.70966832,-74.003597135,108.0,000202,40.71318002,-73.9818904933,802.730658005,8012,5581,3598,3450,000202,37878157.9781,001501,172466366.322,,0.0,000202,001501,56003.6984224,56352,27690,hub,hub,non_hub,585995.353038,4507416.50937,584166.279828,4507005.66129
+945,945,2637,469.0,001501,,40.70966832,-74.003597135,516.0,000700,40.70581148,-74.0081572071,438.444692212,7722,5581,5201,3450,000700,476954959.734,001501,172466366.322,,0.0,000700,001501,56003.6984224,160040,27690,hub,hub,non_hub,583785.918305,4506573.16797,584166.279828,4507005.66129
+946,946,207,134.0,001501,,40.70966832,-74.003597135,94.0,000800,40.712414475,-73.993471545,486.787572438,10365,5581,4150,3450,000800,46479755.076,001501,172466366.322,,0.0,000800,001501,56003.6984224,34254,27690,hub,hub,non_hub,585018.109713,4507320.25418,584166.279828,4507005.66129
+947,947,659,201.0,001501,,40.70966832,-74.003597135,194.0,000900,40.7024745833,-74.01224785,534.204649646,1140,5581,939,3450,000900,404341803.896,001501,172466366.322,,0.0,000900,001501,56003.6984224,46446,27690,hub,hub,non_hub,583444.520998,4506198.85784,584166.279828,4507005.66129
+948,948,63,67.0,001501,,40.70966832,-74.003597135,38.0,001002,40.71782143,-73.97628939,1012.89345114,6439,5581,2346,3450,001002,22763374.2099,001501,172466366.322,,0.0,001002,001501,56003.6984224,15916,27690,hub,hub,non_hub,586462.45635,4507937.23607,584166.279828,4507005.66129
+949,949,187,134.0,001501,,40.70966832,-74.003597135,92.0,001200,40.717364275,-73.982955325,891.059735167,3547,5581,1857,3450,001200,23518220.7411,001501,172466366.322,,0.0,001200,001501,56003.6984224,36493,27690,hub,hub,non_hub,585900.031125,4507879.94738,584166.279828,4507005.66129
+950,950,286,67.0,001501,,40.70966832,-74.003597135,72.0,001300,40.70463334,-74.01361706,574.150568182,3776,5581,3028,3450,001300,286606455.687,001501,172466366.322,,0.0,001300,001501,56003.6984224,27671,27690,hub,hub,non_hub,583326.158808,4506437.19368,584166.279828,4507005.66129
+951,951,190,67.0,001501,,40.70966832,-74.003597135,56.0,001401,40.71559509,-73.9870295,683.896765903,3289,5581,1708,3450,001401,20168722.3199,001501,172466366.322,,0.0,001401,001501,56003.6984224,26885,27690,hub,hub,non_hub,585558.18429,4507679.57909,584166.279828,4507005.66129
+952,952,1784,201.0,001501,,40.70966832,-74.003597135,246.0,001502,40.7088053467,-74.00635276,294.086976274,7095,5581,3459,3450,001502,221282059.103,001501,172466366.322,,0.0,001502,001501,56003.6984224,82052,27690,hub,hub,non_hub,583934.59195,4506907.22889,584166.279828,4507005.66129
+953,953,496,201.0,001501,,40.70966832,-74.003597135,214.0,001600,40.7153350167,-73.9943926833,657.951680729,8236,5581,3242,3450,001600,76565505.7581,001501,172466366.322,,0.0,001600,001501,56003.6984224,82798,27690,hub,hub,non_hub,584936.591099,4507643.5622,584166.279828,4507005.66129
+954,954,527,268.0,001501,,40.70966832,-74.003597135,308.0,001800,40.7193657075,-73.9906468425,803.072741359,8063,5581,3489,3450,001800,60554858.5127,001501,172466366.322,,0.0,001800,001501,56003.6984224,133306,27690,hub,hub,non_hub,585247.838585,4508094.62497,584166.279828,4507005.66129
+955,955,96,134.0,001501,,40.70966832,-74.003597135,92.0,002000,40.721554605,-73.977309405,1142.96390716,4795,5581,1899,3450,002000,17907673.5628,001501,172466366.322,,0.0,002000,001501,56003.6984224,31656,27690,hub,hub,non_hub,586371.478696,4508350.63994,584166.279828,4507005.66129
+956,956,2397,268.0,001501,,40.70966832,-74.003597135,204.0,002100,40.71451321,-74.0108850975,519.879400142,6111,5581,3038,3450,002100,273869828.705,001501,172466366.322,,0.0,002100,001501,56003.6984224,151037,27690,hub,hub,non_hub,583544.598931,4507536.51732,584166.279828,4507005.66129
+957,957,87,134.0,001501,,40.70966832,-74.003597135,88.0,002201,40.71833027,-73.980972895,1065.44973414,6762,5581,3030,3450,002201,37585954.9949,001501,172466366.322,,0.0,002201,001501,56003.6984224,26391,27690,hub,hub,non_hub,586066.226443,4507989.12022,584166.279828,4507005.66129
+958,958,71,67.0,001501,,40.70966832,-74.003597135,62.0,002202,40.7208736,-73.98085795,943.05764411,2256,5581,1045,3450,002202,13179093.8977,001501,172466366.322,,0.0,002202,001501,56003.6984224,23935,27690,hub,hub,non_hub,586072.658368,4508271.55961,584166.279828,4507005.66129
+959,959,145,134.0,001501,,40.70966832,-74.003597135,96.0,002400,40.724744875,-73.974986535,1421.86852106,5775,5581,2175,3450,002400,17986635.5592,001501,172466366.322,,0.0,002400,001501,56003.6984224,17965,27690,hub,hub,non_hub,586563.526382,4508707.06897,584166.279828,4507005.66129
+960,960,369,134.0,001501,,40.70966832,-74.003597135,124.0,002500,40.7111743,-73.99849582,441.268464305,5061,5581,1917,3450,002500,22428407.6271,001501,172466366.322,,0.0,002500,001501,56003.6984224,28216,27690,hub,hub,non_hub,584595.28909,4507177.73549,584166.279828,4507005.66129
+961,961,30,67.0,001501,,40.70966832,-74.003597135,62.0,002601,40.72299208,-73.97995466,1180.38235294,3774,5581,1593,3450,002601,22248722.3098,001501,172466366.322,,0.0,002601,001501,56003.6984224,22144,27690,hub,hub,non_hub,586146.216204,4508507.61099,584166.279828,4507005.66129
+962,962,305,67.0,001501,,40.70966832,-74.003597135,54.0,002700,40.71307916,-73.99851193,402.956253804,1191,5581,655,3450,002700,11349914.9514,001501,172466366.322,,0.0,002700,001501,56003.6984224,20570,27690,hub,hub,non_hub,584591.517275,4507389.17181,584166.279828,4507005.66129
+963,963,48,67.0,001501,,40.70966832,-74.003597135,64.0,002800,40.72521311,-73.97768752,1270.93650794,7302,5581,3341,3450,002800,47641507.3146,001501,172466366.322,,0.0,002800,001501,56003.6984224,36744,27690,hub,hub,non_hub,586334.816403,4508756.38709,584166.279828,4507005.66129
+964,964,287,67.0,001501,,40.70966832,-74.003597135,86.0,002900,40.71602118,-73.99974372,544.607917777,5855,5581,2420,3450,002900,200965547.24,001501,172466366.322,,0.0,002900,001501,56003.6984224,31936,27690,hub,hub,non_hub,584483.752153,4507714.56961,584166.279828,4507005.66129
+965,965,115,67.0,001501,,40.70966832,-74.003597135,70.0,003001,40.72066442,-73.98517977,968.521141215,4301,5581,2553,3450,003001,34302720.7166,001501,172466366.322,,0.0,003001,001501,56003.6984224,41223,27690,hub,hub,non_hub,585707.91731,4508244.11218,584166.279828,4507005.66129
+966,966,58,67.0,001501,,40.70966832,-74.003597135,74.0,003002,40.72217444,-73.98368779,1163.81034483,3031,5581,1885,3450,003002,18686109.2263,001501,172466366.322,,0.0,003002,001501,56003.6984224,38675,27690,hub,hub,non_hub,585831.986427,4508413.19181,584166.279828,4507005.66129
+967,967,520,201.0,001501,,40.70966832,-74.003597135,242.0,003100,40.7140617467,-74.0041933367,434.780383229,2809,5581,858,3450,003100,145687012.574,001501,172466366.322,,0.0,003100,001501,56003.6984224,81469,27690,hub,hub,non_hub,584110.388584,4507492.78891,584166.279828,4507005.66129
+968,968,255,201.0,001501,,40.70966832,-74.003597135,200.0,003200,40.7260543867,-73.9823576167,1375.45220831,7630,5581,4888,3450,003200,46369492.482,001501,172466366.322,,0.0,003200,001501,56003.6984224,138064,27690,hub,hub,non_hub,585939.335766,4508845.19329,584166.279828,4507005.66129
+969,969,1087,335.0,001501,,40.70966832,-74.003597135,346.0,003300,40.7188310244,-74.0063142956,607.644140519,5174,5581,2694,3450,003300,215459582.054,001501,172466366.322,,0.0,003300,001501,56003.6984224,115059,27690,hub,hub,non_hub,583925.249933,4508020.18089,584166.279828,4507005.66129
+970,970,79,67.0,001501,,40.70966832,-74.003597135,78.0,003400,40.72955361,-73.98057249,1471.40217391,6706,5581,4203,3450,003400,42933229.7541,001501,172466366.322,,0.0,003400,001501,56003.6984224,47926,27690,hub,hub,non_hub,586085.581298,4509235.37985,584166.279828,4507005.66129
+971,971,352,134.0,001501,,40.70966832,-74.003597135,132.0,003601,40.72217423,-73.990293175,823.324072536,3299,5581,1613,3450,003601,29191583.8104,001501,172466366.322,,0.0,003601,001501,56003.6984224,77585,27690,hub,hub,non_hub,585274.124459,4508406.73315,584166.279828,4507005.66129
+972,972,96,134.0,001501,,40.70966832,-74.003597135,124.0,003602,40.724852985,-73.989265345,1047.29528388,2918,5581,1586,3450,003602,24941258.1161,001501,172466366.322,,0.0,003602,001501,56003.6984224,82124,27690,hub,hub,non_hub,585357.507872,4508705.09166,584166.279828,4507005.66129
+973,973,542,268.0,001501,,40.70966832,-74.003597135,296.0,003700,40.7256696075,-74.0052069325,889.802633501,2401,5581,1490,3450,003700,212385639.924,001501,172466366.322,,0.0,003700,001501,56003.6984224,173333,27690,hub,hub,non_hub,584010.178026,4508780.36793,584166.279828,4507005.66129
+974,974,336,268.0,001501,,40.70966832,-74.003597135,320.0,003800,40.72765889,-73.988195855,1067.46504388,8610,5581,5795,3450,003800,67437493.5221,001501,172466366.322,,0.0,003800,001501,56003.6984224,167230,27690,hub,hub,non_hub,585444.239635,4509017.60641,584166.279828,4507005.66129
+975,975,824,268.0,001501,,40.70966832,-74.003597135,212.0,003900,40.7201717475,-74.00983051,729.367989476,5253,5581,3059,3450,003900,194910113.03,001501,172466366.322,,0.0,003900,001501,56003.6984224,113624,27690,hub,hub,non_hub,583626.593058,4508165.65565,584166.279828,4507005.66129
+976,976,131,134.0,001501,,40.70966832,-74.003597135,132.0,004000,40.73000573,-73.98549552,1414.42204742,9801,5581,4546,3450,004000,66858387.5133,001501,172466366.322,,0.0,004000,001501,56003.6984224,99660,27690,hub,hub,non_hub,585669.269443,4509280.75306,584166.279828,4507005.66129
+977,977,978,134.0,001501,,40.70966832,-74.003597135,128.0,004100,40.7195529,-73.996789035,666.745938639,7793,5581,3765,3450,004100,71738983.3617,001501,172466366.322,,0.0,004100,001501,56003.6984224,114685,27690,hub,hub,non_hub,584728.836557,4508109.46034,584166.279828,4507005.66129
+978,978,51,67.0,001501,,40.70966832,-74.003597135,70.0,004200,40.73223272,-73.98889957,1132.30212355,4988,5581,1801,3450,004200,39941846.3325,001501,172466366.322,,0.0,004200,001501,56003.6984224,50846,27690,hub,hub,non_hub,585378.96492,4509524.64843,584166.279828,4507005.66129
+979,979,258,134.0,001501,,40.70966832,-74.003597135,134.0,004300,40.723870235,-73.995226525,728.899555886,4267,5581,2598,3450,004300,65935514.1184,001501,172466366.322,,0.0,004300,001501,56003.6984224,95162,27690,hub,hub,non_hub,584855.320992,4508590.22212,584166.279828,4507005.66129
+980,980,238,134.0,001501,,40.70966832,-74.003597135,120.0,004400,40.73080269,-73.97968993,1535.24941448,17710,5581,8297,3450,004400,114601147.016,001501,172466366.322,,0.0,004400,001501,56003.6984224,106427,27690,hub,hub,non_hub,586158.498991,4509374.90208,584166.279828,4507005.66129
+981,981,374,67.0,001501,,40.70966832,-74.003597135,54.0,004500,40.71910537,-73.99973337,548.462663406,840,5581,582,3450,004500,52009114.8865,001501,172466366.322,,0.0,004500,001501,56003.6984224,34275,27690,hub,hub,non_hub,584480.726971,4508056.94497,584166.279828,4507005.66129
+982,982,181,67.0,001501,,40.70966832,-74.003597135,78.0,004700,40.72165481,-74.00234737,800.101190476,2267,5581,1586,3450,004700,75477587.1594,001501,172466366.322,,0.0,004700,001501,56003.6984224,27544,27690,hub,hub,non_hub,584256.734795,4508337.43837,584166.279828,4507005.66129
+983,983,30,67.0,001501,,40.70966832,-74.003597135,70.0,004800,40.73624527,-73.98473765,1487.05429864,7550,5581,3799,3450,004800,74763044.6965,001501,172466366.322,,0.0,004800,001501,56003.6984224,42567,27690,hub,hub,non_hub,585725.258797,4509974.12516,584166.279828,4507005.66129
+984,984,540,134.0,001501,,40.70966832,-74.003597135,146.0,004900,40.724268615,-74.000521515,773.577376385,4951,5581,3054,3450,004900,103848670.177,001501,172466366.322,,0.0,004900,001501,56003.6984224,80152,27690,hub,hub,non_hub,584407.63728,4508629.34168,584166.279828,4507005.66129
+985,985,153,201.0,001501,,40.70966832,-74.003597135,186.0,005000,40.7359163467,-73.9873427633,1306.24282708,5061,5581,3595,3450,005000,120638459.215,001501,172466366.322,,0.0,005000,001501,56003.6984224,111023,27690,hub,hub,non_hub,585505.709717,4509935.07175,584166.279828,4507005.66129
+986,986,199,134.0,001501,,40.70966832,-74.003597135,212.0,005200,40.73715585,-73.991241315,1336.02094156,4193,5581,1785,3450,005200,109103391.81,001501,172466366.322,,0.0,005200,001501,56003.6984224,159876,27690,hub,hub,non_hub,585174.941657,4510068.87544,584166.279828,4507005.66129
+987,987,50,67.0,001501,,40.70966832,-74.003597135,94.0,005400,40.73971301,-73.99456405,1537.13333333,4656,5581,2837,3450,005400,128803552.888,001501,172466366.322,,0.0,005400,001501,56003.6984224,73728,27690,hub,hub,non_hub,584891.129718,4510349.51956,584166.279828,4507005.66129
+988,988,62,67.0,001501,,40.70966832,-74.003597135,60.0,005501,40.72679454,-73.99695094,915.03422619,5079,5581,2483,3450,005501,61061928.4125,001501,172466366.322,,0.0,005501,001501,56003.6984224,57258,27690,hub,hub,non_hub,584705.980012,4508913.17477,584166.279828,4507005.66129
+989,989,138,67.0,001501,,40.70966832,-74.003597135,54.0,005502,40.72743423,-73.99379025,934.946731749,2383,5581,1262,3450,005502,49017118.6146,001501,172466366.322,,0.0,005502,001501,56003.6984224,55117,27690,hub,hub,non_hub,584972.085912,4508987.23863,584166.279828,4507005.66129
+990,990,128,134.0,001501,,40.70966832,-74.003597135,190.0,005600,40.74065347,-73.98778661,1471.92278084,2618,5581,2190,3450,005600,189153355.609,001501,172466366.322,,0.0,005600,001501,56003.6984224,113209,27690,hub,hub,non_hub,585462.168743,4510460.49357,584166.279828,4507005.66129
+991,991,209,134.0,001501,,40.70966832,-74.003597135,164.0,005700,40.729662915,-73.992405595,953.800932728,2937,5581,1789,3450,005700,90178032.7137,001501,172466366.322,,0.0,005700,001501,56003.6984224,156896,27690,hub,hub,non_hub,585086.179601,4509235.9788,584166.279828,4507005.66129
+992,992,104,134.0,001501,,40.70966832,-74.003597135,174.0,005800,40.743154205,-73.990299735,1499.58864183,3182,5581,2306,3450,005800,164037511.755,001501,172466366.322,,0.0,005800,001501,56003.6984224,130970,27690,hub,hub,non_hub,585246.786708,4510735.64918,584166.279828,4507005.66129
+993,993,23,67.0,001501,,40.70966832,-74.003597135,62.0,005900,40.73049393,-73.9957214,1599.97727273,5516,5581,3276,3450,005900,71785177.1361,001501,172466366.322,,0.0,005900,001501,56003.6984224,53180,27690,hub,hub,non_hub,584805.117401,4509325.01914,584166.279828,4507005.66129
+994,994,264,134.0,001501,,40.70966832,-74.003597135,126.0,006000,40.734822295,-73.976916765,1510.86503831,5286,5581,2459,3450,006000,27468182.8943,001501,172466366.322,,0.0,006000,001501,56003.6984224,80462,27690,hub,hub,non_hub,586387.478737,4509823.83141,584166.279828,4507005.66129
+995,995,357,268.0,001501,,40.70966832,-74.003597135,282.0,006100,40.73385254,-73.992357065,1264.55832171,4913,5581,2683,3450,006100,91682014.33,001501,172466366.322,,0.0,006100,001501,56003.6984224,245510,27690,hub,hub,non_hub,585084.940162,4509701.10308,584166.279828,4507005.66129
+996,996,65,67.0,001501,,40.70966832,-74.003597135,60.0,006200,40.7381765,-73.97738662,1592.58387446,4680,5581,1401,3450,006200,231817485.533,001501,172466366.322,,0.0,006200,001501,56003.6984224,33218,27690,hub,hub,non_hub,586343.467107,4510195.70961,584166.279828,4507005.66129
+997,997,81,201.0,001501,,40.70966832,-74.003597135,198.0,006300,40.7346940933,-73.99785666,1322.40013228,6076,5581,4277,3450,006300,85447631.8451,001501,172466366.322,,0.0,006300,001501,56003.6984224,120233,27690,hub,hub,non_hub,584619.48321,4509789.20591,584166.279828,4507005.66129
+998,998,50,67.0,001501,,40.70966832,-74.003597135,78.0,006400,40.73587678,-73.98205027,1572.63311688,7518,5581,5058,3450,006400,95664936.1545,001501,172466366.322,,0.0,006400,001501,56003.6984224,47750,27690,hub,hub,non_hub,585952.649806,4509935.84788,584166.279828,4507005.66129
+999,999,174,201.0,001501,,40.70966832,-74.003597135,212.0,006500,40.7306296367,-73.9991423,1073.42991453,6517,5581,3568,3450,006500,59290910.3694,001501,172466366.322,,0.0,006500,001501,56003.6984224,125356,27690,hub,hub,non_hub,584516.067395,4509336.78488,584166.279828,4507005.66129
+1000,1000,153,134.0,001501,,40.70966832,-74.003597135,164.0,006600,40.739285505,-73.97827188,1408.20905871,11780,5581,6818,3450,006600,84730469.4548,001501,172466366.322,,0.0,006600,001501,56003.6984224,74621,27690,hub,hub,non_hub,586267.286922,4510317.94668,584166.279828,4507005.66129
+1001,1001,110,67.0,001501,,40.70966832,-74.003597135,78.0,006700,40.73038599,-74.00214988,1211.21577381,4984,5581,3796,3450,006700,47238039.9972,001501,172466366.322,,0.0,006700,001501,56003.6984224,70025,27690,hub,hub,non_hub,584262.399901,4509306.84766,584166.279828,4507005.66129
+1002,1002,41,67.0,001501,,40.70966832,-74.003597135,78.0,006800,40.74025878,-73.98409214,1427.90375,6735,5581,4494,3450,006800,130298431.446,001501,172466366.322,,0.0,006800,001501,56003.6984224,58926,27690,hub,hub,non_hub,585774.608423,4510420.28363,584166.279828,4507005.66129
+1003,1003,322,134.0,001501,,40.70966832,-74.003597135,134.0,006900,40.732319905,-74.0069291,1345.99828512,2687,5581,1484,3450,006900,61292499.9331,001501,172466366.322,,0.0,006900,001501,56003.6984224,130727,27690,hub,hub,non_hub,583856.38945,4509516.94969,584166.279828,4507005.66129
+1004,1004,156,201.0,001501,,40.70966832,-74.003597135,254.0,007000,40.7426437001,-73.975867041,1735.25089169,8302,5581,5669,3450,007000,78634704.8451,001501,172466366.322,,0.0,007000,001501,56003.6984224,145227,27690,hub,hub,non_hub,586465.988054,4510693.09644,584166.279828,4507005.66129
+1005,1005,63,134.0,001501,,40.70966832,-74.003597135,142.0,007100,40.736526545,-74.000108805,1657.34940115,5633,5581,3844,3450,007100,68447429.2743,001501,172466366.322,,0.0,007100,001501,56003.6984224,79459,27690,hub,hub,non_hub,584426.995774,4509990.4524,584166.279828,4507005.66129
+1006,1006,105,201.0,001501,,40.70966832,-74.003597135,252.0,007200,40.7447014833,-73.98154809,1614.50464827,7734,5581,5222,3450,007200,132092861.454,001501,172466366.322,,0.0,007200,001501,56003.6984224,157612,27690,hub,hub,non_hub,585983.687715,4510915.94446,584166.279828,4507005.66129
+1007,1007,130,134.0,001501,,40.70966832,-74.003597135,118.0,007300,40.734682705,-74.00388484,1220.38336735,5615,5581,4547,3450,007300,48716185.79,001501,172466366.322,,0.0,007300,001501,56003.6984224,92567,27690,hub,hub,non_hub,584110.479319,4509782.14883,584166.279828,4507005.66129
+1008,1008,43,134.0,001501,,40.70966832,-74.003597135,172.0,007400,40.746413585,-73.98586892,1614.77083333,4179,5581,2700,3450,007400,170614202.951,001501,172466366.322,,0.0,007400,001501,56003.6984224,81121,27690,hub,hub,non_hub,585616.696258,4511101.7763,584166.279828,4507005.66129
+1009,1009,55,134.0,001501,,40.70966832,-74.003597135,138.0,007600,40.74737476,-73.988320695,1592.07190476,2203,5581,1573,3450,007600,242014413.464,001501,172466366.322,,0.0,007600,001501,56003.6984224,97464,27690,hub,hub,non_hub,585408.475283,4511206.08492,584166.279828,4507005.66129
+1010,1010,46,67.0,001501,,40.70966832,-74.003597135,86.0,007700,40.7390169121,-74.0026376103,1344.30019493,5404,5581,4254,3450,007700,59306273.1509,001501,172466366.322,,0.0,007700,001501,56003.6984224,79025,27690,hub,hub,non_hub,584210.329106,4510264.47156,584166.279828,4507005.66129
+1011,1011,55,67.0,001501,,40.70966832,-74.003597135,78.0,007800,40.74780373,-73.9734419,1844.94747899,7380,5581,5372,3450,007800,112124597.728,001501,172466366.322,,0.0,007800,001501,56003.6984224,59601,27690,hub,hub,non_hub,586664.043115,4511268.28888,584166.279828,4507005.66129
+1012,1012,352,335.0,001501,,40.70966832,-74.003597135,348.0,007900,40.738916514,-74.007286026,1534.00978004,4406,5581,2904,3450,007900,86937368.5918,001501,172466366.322,,0.0,007900,001501,56003.6984224,171846,27690,hub,hub,non_hub,583817.969395,4510248.87788,584166.279828,4507005.66129
+1013,1013,54,134.0,001501,,40.70966832,-74.003597135,142.0,008000,40.7485693,-73.97717991,1679.5462963,4946,5581,3730,3450,008000,197763821.532,001501,172466366.322,,0.0,008000,001501,56003.6984224,74808,27690,hub,hub,non_hub,586347.477591,4511349.58844,584166.279828,4507005.66129
+1014,1014,33,67.0,001501,,40.70966832,-74.003597135,78.0,008100,40.73935542,-73.99931783,1698.13888889,8675,5581,5315,3450,008100,91100400.6907,001501,172466366.322,,0.0,008100,001501,56003.6984224,53195,27690,hub,hub,non_hub,584490.204148,4510305.23824,584166.279828,4507005.66129
+1015,1015,149,201.0,001501,,40.70966832,-74.003597135,350.0,008200,40.7519473796,-73.9793384326,1858.56943802,3442,5581,2534,3450,008200,262405408.076,001501,172466366.322,,0.0,008200,001501,56003.6984224,228612,27690,hub,hub,non_hub,586160.889136,4511722.45857,584166.279828,4507005.66129
+1016,1016,243,268.0,001501,,40.70966832,-74.003597135,238.0,008300,40.742591315,-74.004102785,1420.69494902,4211,5581,2321,3450,008300,119862327.354,001501,172466366.322,,0.0,008300,001501,56003.6984224,186113,27690,hub,hub,non_hub,584082.11654,4510659.85081,584166.279828,4507005.66129
+1017,1017,31,67.0,001501,,40.70966832,-74.003597135,76.0,008400,40.75038009,-73.98338988,1873.63793103,1726,5581,1041,3450,008400,147824461.739,001501,172466366.322,,0.0,008400,001501,56003.6984224,34199,27690,hub,hub,non_hub,585820.889203,4511544.50828,584166.279828,4507005.66129
+1018,1018,164,67.0,001501,,40.70966832,-74.003597135,86.0,008601,40.744219,-73.97121214,1686.90443254,2551,5581,1528,3450,008601,31141773.9073,001501,172466366.322,,0.0,008601,001501,56003.6984224,31961,27690,hub,hub,non_hub,586856.951039,4510872.56191,584166.279828,4507005.66129
+1019,1019,77,134.0,001501,,40.70966832,-74.003597135,156.0,008700,40.74206378,-73.995708955,1605.11278195,6671,5581,4249,3450,008700,85660216.7821,001501,172466366.322,,0.0,008700,001501,56003.6984224,152953,27690,hub,hub,non_hub,584791.475936,4510609.36503,584166.279828,4507005.66129
+1020,1020,58,134.0,001501,,40.70966832,-74.003597135,156.0,008800,40.75012189,-73.970133575,1630.73850575,6964,5581,5507,3450,008800,216532475.876,001501,172466366.322,,0.0,008800,001501,56003.6984224,43247,27690,hub,hub,non_hub,586940.323322,4511528.89362,584166.279828,4507005.66129
+1021,1021,112,201.0,001501,,40.70966832,-74.003597135,240.0,008900,40.74529008,-74.0021768567,1451.6011046,5560,5581,3511,3450,008900,54419260.2723,001501,172466366.322,,0.0,008900,001501,56003.6984224,158638,27690,hub,hub,non_hub,584241.316685,4510961.27944,584166.279828,4507005.66129
+1022,1022,67,201.0,001501,,40.70966832,-74.003597135,220.0,009000,40.75261798,-73.9703317533,1844.80235043,7026,5581,5832,3450,009000,208846060.851,001501,172466366.322,,0.0,009000,001501,56003.6984224,74531,27690,hub,hub,non_hub,586920.342162,4511805.78171,584166.279828,4507005.66129
+1023,1023,28,67.0,001501,,40.70966832,-74.003597135,78.0,009100,40.74487634,-73.99529885,1734.93939394,6415,5581,4386,3450,009100,127325659.041,001501,172466366.322,,0.0,009100,001501,56003.6984224,63878,27690,hub,hub,non_hub,584822.527687,4510921.97538,584166.279828,4507005.66129
+1024,1024,52,134.0,001501,5.71273659508,40.71026676,-74.0042395133,220.0,009200,40.7547682917,-73.97291489,1940.60087857,1754,5581,1461,3450,009200,408192557.246,001501,172466366.322,,0.0,009200,001501,56003.6984224,72226,27690,hub,hub,non_hub,586699.487289,4512041.92699,584111.264131,4507071.47664
+1025,1025,39,67.0,001501,,40.70966832,-74.003597135,78.0,009300,40.74475148,-73.99915362,1872.36538462,9705,5581,5585,3450,009300,68528055.2433,001501,172466366.322,,0.0,009300,001501,56003.6984224,52202,27690,hub,hub,non_hub,584497.239363,4510904.39701,584166.279828,4507005.66129
+1026,1026,44,67.0,001501,,40.70966832,-74.003597135,62.0,009400,40.75320159,-73.9779874,1802.6015873,29,5581,16,3450,009400,299218147.811,001501,172466366.322,,0.0,009400,001501,56003.6984224,82147,27690,hub,hub,non_hub,586273.319314,4511863.01244,584166.279828,4507005.66129
+1027,1027,30,67.0,001501,,40.70966832,-74.003597135,102.0,009500,40.746647,-73.993915,1539.31730769,3425,5581,1416,3450,009500,129660033.725,001501,172466366.322,,0.0,009500,001501,56003.6984224,57488,27690,hub,hub,non_hub,584937.108907,4511119.86954,584166.279828,4507005.66129
+1028,1028,49,201.0,001501,,40.70966832,-74.003597135,280.0,009600,40.75607603,-73.9803967167,1951.20337302,153,5581,268,3450,009600,270304841.585,001501,172466366.322,,0.0,009600,001501,56003.6984224,71527,27690,hub,hub,non_hub,586066.226062,4512179.73074,584166.279828,4507005.66129
+1029,1029,128,201.0,001501,,40.70966832,-74.003597135,198.0,009700,40.7493616033,-73.9991321067,1717.68504125,4744,5581,2827,3450,009700,83018263.1602,001501,172466366.322,,0.0,009700,001501,56003.6984224,118804,27690,hub,hub,non_hub,584493.220017,4511416.17434,584166.279828,4507005.66129
+1030,1030,58,134.0,001501,,40.70966832,-74.003597135,140.0,009800,40.755285655,-73.96667288,2267.43654499,7105,5581,5244,3450,009800,115943808.909,001501,172466366.322,,0.0,009800,001501,56003.6984224,40039,27690,hub,hub,non_hub,587225.727282,4512105.54383,584166.279828,4507005.66129
+1031,1031,269,335.0,001501,,40.70966832,-74.003597135,370.0,009900,40.7520807866,-74.0031899092,1824.75381599,3617,5581,2438,3450,009900,404439511.776,001501,172466366.322,,0.0,009900,001501,56003.6984224,208076,27690,hub,hub,non_hub,584147.226991,4511714.12465,584166.279828,4507005.66129
+1032,1032,37,201.0,001501,6.33772370703,40.710027384,-74.003982562,242.0,010000,40.758107462,-73.9711718,1964.05202225,1829,5581,1399,3450,010000,366457143.613,001501,172466366.322,,0.0,010000,001501,56003.6984224,72085,27690,hub,hub,non_hub,586842.283587,4512414.32339,584133.270294,4507045.15045
+1033,1033,159,201.0,001501,,40.70966832,-74.003597135,254.0,010100,40.74945622,-73.9903382667,1615.78179757,1119,5581,828,3450,010100,246168211.101,001501,172466366.322,,0.0,010100,001501,56003.6984224,183377,27690,hub,hub,non_hub,585235.486219,4511435.18064,584166.279828,4507005.66129
+1034,1034,21,134.0,001501,,40.70966832,-74.003597135,162.0,010200,40.7606694,-73.973473555,2252.26762821,313,5581,268,3450,010200,333450202.294,001501,172466366.322,,0.0,010200,001501,56003.6984224,46675,27690,hub,hub,non_hub,586644.664817,4512696.44233,584166.279828,4507005.66129
+1035,1035,167,134.0,001501,,40.70966832,-74.003597135,196.0,010300,40.751000495,-73.994372255,1734.29178002,1859,5581,1351,3450,010300,141506056.87,001501,172466366.322,,0.0,010300,001501,56003.6984224,221593,27690,hub,hub,non_hub,584892.968075,4511602.69644,584166.279828,4507005.66129
+1036,1036,19,134.0,001501,6.33692212766,40.71146364,-74.00552427,150.0,010400,40.761664375,-73.976854975,2000.01787751,1031,5581,1033,3450,010400,363981333.295,001501,172466366.322,,0.0,010400,001501,56003.6984224,65073,27690,hub,hub,non_hub,586357.961325,4512803.55852,584001.23563,4507203.10852
+1037,1037,22,67.0,001501,,40.70966832,-74.003597135,66.0,010602,40.75849116,-73.95920622,2221.79487179,4794,5581,2963,3450,010602,67980898.3739,001501,172466366.322,,0.0,010602,001501,56003.6984224,22153,27690,hub,hub,non_hub,587851.796682,4512468.82754,584166.279828,4507005.66129
+1038,1038,47,201.0,001501,,40.70966832,-74.003597135,234.0,010800,40.7591736033,-73.96613818,1941.27433862,8531,5581,6272,3450,010800,189351523.799,001501,172466366.322,,0.0,010800,001501,56003.6984224,79198,27690,hub,hub,non_hub,587265.778542,4512537.66689,584166.279828,4507005.66129
+1039,1039,19,134.0,001501,,40.70966832,-74.003597135,228.0,010900,40.751351715,-73.987594755,2061.0,182,5581,92,3450,010900,228173063.011,001501,172466366.322,,0.0,010900,001501,56003.6984224,60092,27690,hub,hub,non_hub,585464.669441,4511648.26242,584166.279828,4507005.66129
+1040,1040,9,67.0,001501,6.71203767859,40.71146364,-74.00552427,118.0,011201,40.7643971,-73.97371465,2141.42195328,827,5581,964,3450,011201,118515444.187,001501,172466366.322,,0.0,011201,001501,56003.6984224,41525,27690,hub,hub,non_hub,586619.474659,4513110.00718,584001.23563,4507203.10852
+1041,1041,17,67.0,001501,,40.70966832,-74.003597135,66.0,011203,40.76095756,-73.96724467,2197.0,1176,5581,1160,3450,011203,143782379.009,001501,172466366.322,,0.0,011203,001501,56003.6984224,48033,27690,hub,hub,non_hub,587170.050102,4512734.59972,584166.279828,4507005.66129
+1042,1042,131,268.0,001501,,40.70966832,-74.003597135,396.0,011300,40.7548008425,-73.9888010575,1796.71875,204,5581,107,3450,011300,357940519.061,001501,172466366.322,,0.0,011300,001501,56003.6984224,236650,27690,hub,hub,non_hub,585358.423228,4512029.96675,584166.279828,4507005.66129
+1043,1043,36,134.0,001501,,40.70966832,-74.003597135,164.0,011500,40.75701407,-73.992353645,1893.82916667,2487,5581,1678,3450,011500,130958459.747,001501,172466366.322,,0.0,011500,001501,56003.6984224,103294,27690,hub,hub,non_hub,585055.712647,4512272.20178,584166.279828,4507005.66129
+1044,1044,110,134.0,001501,,40.70966832,-74.003597135,168.0,011700,40.76058799,-74.00080945,1815.35608814,2938,5581,2304,3450,011700,91270705.1484,001501,172466366.322,,0.0,011700,001501,56003.6984224,73016,27690,hub,hub,non_hub,584337.427395,4512660.77158,584166.279828,4507005.66129
+1045,1045,25,67.0,001501,,40.70966832,-74.003597135,68.0,011900,40.7568001,-73.98291153,1927.375,1079,5581,1121,3450,011900,395254501.74,001501,172466366.322,,0.0,011900,001501,56003.6984224,39976,27690,hub,hub,non_hub,585853.012005,4512257.64444,584166.279828,4507005.66129
+1046,1046,79,201.0,001501,,40.70966832,-74.003597135,218.0,012100,40.7598593767,-73.9914900133,1788.03584194,8366,5581,5744,3450,012100,101223732.045,001501,172466366.322,,0.0,012100,001501,56003.6984224,132767,27690,hub,hub,non_hub,585124.983126,4512588.88932,584166.279828,4507005.66129
+1047,1047,15,67.0,001501,,40.70966832,-74.003597135,102.0,012500,40.76064679,-73.98442659,2375.69230769,2439,5581,2096,3450,012500,322911522.418,001501,172466366.322,,0.0,012500,001501,56003.6984224,45486,27690,hub,hub,non_hub,585720.180916,4512683.17447,584166.279828,4507005.66129
+1048,1048,34,134.0,001501,,40.70966832,-74.003597135,168.0,012700,40.762485435,-73.990447135,2009.32371795,6437,5581,4434,3450,012700,104637996.687,001501,172466366.322,,0.0,012700,001501,56003.6984224,83393,27690,hub,hub,non_hub,585209.656415,4512881.41361,584166.279828,4507005.66129
+1049,1049,186,67.0,001501,,40.70966832,-74.003597135,48.0,012900,40.76341379,-73.99667444,1723.57142857,5312,5581,3621,3450,012900,158698340.053,001501,172466366.322,,0.0,012900,001501,56003.6984224,28661,27690,hub,hub,non_hub,584682.864463,4512978.43901,584166.279828,4507005.66129
+1050,1050,38,201.0,001501,6.2442395802,40.710027384,-74.003982562,320.0,013100,40.762097764,-73.98191307,1797.44679543,2489,5581,2283,3450,013100,405023451.28,001501,172466366.322,,0.0,013100,001501,56003.6984224,107228,27690,hub,hub,non_hub,585930.470811,4512846.70202,584133.270294,4507045.15045
+1051,1051,22,201.0,001501,6.56561245048,40.710027384,-74.003982562,202.0,013300,40.764500186,-73.986603504,1993.64905937,5363,5581,3909,3450,013300,79847412.2593,001501,172466366.322,,0.0,013300,001501,56003.6984224,89810,27690,hub,hub,non_hub,585531.493703,4513108.80592,584133.270294,4507045.15045
+1052,1052,48,134.0,001501,6.6219322877,40.71146364,-74.00552427,130.0,013500,40.766984435,-73.99227308,1958.7537344,6075,5581,3935,3450,013500,198199142.958,001501,172466366.322,,0.0,013500,001501,56003.6984224,64723,27690,hub,hub,non_hub,585049.80204,4513379.06475,584001.23563,4507203.10852
+1053,1053,25,134.0,001501,,40.70966832,-74.003597135,196.0,013700,40.766109285,-73.981808355,2282.87713675,6557,5581,5442,3450,013700,314878324.419,001501,172466366.322,,0.0,013700,001501,56003.6984224,91142,27690,hub,hub,non_hub,585934.141665,4513292.1137,584166.279828,4507005.66129
+1054,1054,13,67.0,001501,6.80323342033,40.71146364,-74.00552427,54.0,013900,40.768254,-73.988639,1957.52631345,7607,5581,7359,3450,013900,139918084.587,001501,172466366.322,,0.0,013900,001501,56003.6984224,26390,27690,hub,hub,non_hub,585354.890073,4513523.52534,584001.23563,4507203.10852
+1055,1055,6,67.0,001501,6.79704181885,40.71146364,-74.00552427,98.0,014300,40.76590936,-73.97634151,2221.26111867,3,5581,0,3450,014300,50027992.3322,001501,172466366.322,,0.0,014300,001501,56003.6984224,21051,27690,hub,hub,non_hub,586395.803012,4513275.28949,584001.23563,4507203.10852
+1056,1056,36,67.0,001501,,40.70966832,-74.003597135,72.0,014500,40.76915505,-73.98191841,2311.15,5811,5581,3462,3450,014500,253397343.373,001501,172466366.322,,0.0,014500,001501,56003.6984224,68350,27690,hub,hub,non_hub,585920.929601,4513630.10902,584166.279828,4507005.66129
+1057,1057,15,67.0,001501,,40.70966832,-74.003597135,110.0,014700,40.770513,-73.988038,1973.89285714,2586,5581,1743,3450,014700,70871746.8417,001501,172466366.322,,0.0,014700,001501,56003.6984224,35099,27690,hub,hub,non_hub,585402.720353,4513774.87644,584166.279828,4507005.66129
+1058,1058,31,67.0,001501,,40.70966832,-74.003597135,72.0,015100,40.771522,-73.990541,2367.49137931,8105,5581,4856,3450,015100,164953931.102,001501,172466366.322,,0.0,015100,001501,56003.6984224,17578,27690,hub,hub,non_hub,585190.192062,4513884.4495,584166.279828,4507005.66129
+1059,1059,779,134.0,001501,,40.70966832,-74.003597135,140.0,031703,40.71644312,-74.014902115,911.480705939,8670,5581,4231,3450,031703,332361109.355,001501,172466366.322,,0.0,031703,001501,56003.6984224,136082,27690,hub,hub,non_hub,583202.897614,4507746.93647,584166.279828,4507005.66129
+1060,1060,1036,201.0,001501,,40.70966832,-74.003597135,196.0,031704,40.7085171733,-74.0165557667,741.613240701,6610,5581,3790,3450,031704,160823714.408,001501,172466366.322,,0.0,031704,001501,56003.6984224,105244,27690,hub,hub,non_hub,583073.076824,4506865.54027,584166.279828,4507005.66129
+1061,1061,699,201.0,001501,,40.70966832,-74.003597135,170.0,000600,40.7128987867,-73.9898646367,590.322068397,11558,5581,4083,3450,000600,59149181.7526,001501,172466366.322,,0.0,000600,001501,56003.6984224,70053,27690,hub,hub,non_hub,585322.159723,4507377.5136,584166.279828,4507005.66129
+1062,1062,1109,369.0,001502,,40.7088053467,-74.00635276,162.0,000202,40.71318002,-73.9818904933,849.466529965,8012,7095,3598,3459,000202,37878157.9781,001502,221282059.103,001502,1847996891.0,000202,001502,48902.6107501,56352,83686,hub,hub,non_hub,585995.353038,4507416.50937,583934.59195,4506907.22889
+1063,1063,9958,861.0,001502,,40.7088053467,-74.00635276,774.0,000700,40.70581148,-74.0081572071,309.818309935,7722,7095,5201,3459,000700,476954959.734,001502,221282059.103,001502,1847996891.0,000700,001502,48902.6107501,160040,83686,hub,hub,hub,583785.918305,4506573.16797,583934.59195,4506907.22889
+1064,1064,912,246.0,001502,,40.7088053467,-74.00635276,141.0,000800,40.712414475,-73.993471545,577.668113575,10365,7095,4150,3459,000800,46479755.076,001502,221282059.103,001502,1847996891.0,000800,001502,48902.6107501,34254,83686,hub,hub,non_hub,585018.109713,4507320.25418,583934.59195,4506907.22889
+1065,1065,3103,369.0,001502,,40.7088053467,-74.00635276,291.0,000900,40.7024745833,-74.01224785,419.408253005,1140,7095,939,3459,000900,404341803.896,001502,221282059.103,001502,1847996891.0,000900,001502,48902.6107501,46446,83686,hub,hub,hub,583444.520998,4506198.85784,583934.59195,4506907.22889
+1066,1066,195,123.0,001502,,40.7088053467,-74.00635276,57.0,001002,40.71782143,-73.97628939,1068.34520469,6439,7095,2346,3459,001002,22763374.2099,001502,221282059.103,001502,1847996891.0,001002,001502,48902.6107501,15916,83686,hub,hub,non_hub,586462.45635,4507937.23607,583934.59195,4506907.22889
+1067,1067,380,246.0,001502,,40.7088053467,-74.00635276,138.0,001200,40.717364275,-73.982955325,977.254702381,3547,7095,1857,3459,001200,23518220.7411,001502,221282059.103,001502,1847996891.0,001200,001502,48902.6107501,36493,83686,hub,hub,non_hub,585900.031125,4507879.94738,583934.59195,4506907.22889
+1068,1068,1043,123.0,001502,,40.7088053467,-74.00635276,108.0,001300,40.70463334,-74.01361706,444.133072297,3776,7095,3028,3459,001300,286606455.687,001502,221282059.103,001502,1847996891.0,001300,001502,48902.6107501,27671,83686,hub,hub,non_hub,583326.158808,4506437.19368,583934.59195,4506907.22889
+1069,1069,174,123.0,001502,,40.7088053467,-74.00635276,84.0,001401,40.71559509,-73.9870295,923.826702977,3289,7095,1708,3459,001401,20168722.3199,001502,221282059.103,001502,1847996891.0,001401,001502,48902.6107501,26885,83686,hub,hub,non_hub,585558.18429,4507679.57909,583934.59195,4506907.22889
+1070,1070,2278,246.0,001502,,40.7088053467,-74.00635276,201.0,001501,40.70966832,-74.003597135,324.849156871,5581,7095,3450,3459,001501,172466366.322,001502,221282059.103,001502,1847996891.0,001501,001502,48902.6107501,27425,83686,hub,hub,non_hub,584166.279828,4507005.66129,583934.59195,4506907.22889
+1071,1071,1844,369.0,001502,,40.7088053467,-74.00635276,321.0,001600,40.7153350167,-73.9943926833,625.839752023,8236,7095,3242,3459,001600,76565505.7581,001502,221282059.103,001502,1847996891.0,001600,001502,48902.6107501,82798,83686,hub,hub,non_hub,584936.591099,4507643.5622,583934.59195,4506907.22889
+1072,1072,1485,492.0,001502,,40.7088053467,-74.00635276,462.0,001800,40.7193657075,-73.9906468425,846.313824237,8063,7095,3489,3459,001800,60554858.5127,001502,221282059.103,001502,1847996891.0,001800,001502,48902.6107501,133306,83686,hub,hub,non_hub,585247.838585,4508094.62497,583934.59195,4506907.22889
+1073,1073,317,246.0,001502,,40.7088053467,-74.00635276,138.0,002000,40.721554605,-73.977309405,1269.71935293,4795,7095,1899,3459,002000,17907673.5628,001502,221282059.103,001502,1847996891.0,002000,001502,48902.6107501,31656,83686,hub,hub,non_hub,586371.478696,4508350.63994,583934.59195,4506907.22889
+1074,1074,7151,492.0,001502,,40.7088053467,-74.00635276,306.0,002100,40.71451321,-74.0108850975,404.656273119,6111,7095,3038,3459,002100,273869828.705,001502,221282059.103,001502,1847996891.0,002100,001502,48902.6107501,151037,83686,hub,hub,hub,583544.598931,4507536.51732,583934.59195,4506907.22889
+1075,1075,430,246.0,001502,,40.7088053467,-74.00635276,132.0,002201,40.71833027,-73.980972895,966.588767754,6762,7095,3030,3459,002201,37585954.9949,001502,221282059.103,001502,1847996891.0,002201,001502,48902.6107501,26391,83686,hub,hub,non_hub,586066.226443,4507989.12022,583934.59195,4506907.22889
+1076,1076,129,123.0,001502,,40.7088053467,-74.00635276,93.0,002202,40.7208736,-73.98085795,1159.53817788,2256,7095,1045,3459,002202,13179093.8977,001502,221282059.103,001502,1847996891.0,002202,001502,48902.6107501,23935,83686,hub,hub,non_hub,586072.658368,4508271.55961,583934.59195,4506907.22889
+1077,1077,307,246.0,001502,,40.7088053467,-74.00635276,144.0,002400,40.724744875,-73.974986535,1308.16441978,5775,7095,2175,3459,002400,17986635.5592,001502,221282059.103,001502,1847996891.0,002400,001502,48902.6107501,17965,83686,hub,hub,non_hub,586563.526382,4508707.06897,583934.59195,4506907.22889
+1078,1078,1912,246.0,001502,,40.7088053467,-74.00635276,186.0,002500,40.7111743,-73.99849582,419.225885412,5061,7095,1917,3459,002500,22428407.6271,001502,221282059.103,001502,1847996891.0,002500,001502,48902.6107501,28216,83686,hub,hub,non_hub,584595.28909,4507177.73549,583934.59195,4506907.22889
+1079,1079,102,123.0,001502,,40.7088053467,-74.00635276,93.0,002601,40.72299208,-73.97995466,1203.17328239,3774,7095,1593,3459,002601,22248722.3098,001502,221282059.103,001502,1847996891.0,002601,001502,48902.6107501,22144,83686,hub,hub,non_hub,586146.216204,4508507.61099,583934.59195,4506907.22889
+1080,1080,2293,123.0,001502,,40.7088053467,-74.00635276,81.0,002700,40.71307916,-73.99851193,385.508377789,1191,7095,655,3459,002700,11349914.9514,001502,221282059.103,001502,1847996891.0,002700,001502,48902.6107501,20570,83686,hub,hub,non_hub,584591.517275,4507389.17181,583934.59195,4506907.22889
+1081,1081,186,123.0,001502,,40.7088053467,-74.00635276,96.0,002800,40.72521311,-73.97768752,1479.6950098,7302,7095,3341,3459,002800,47641507.3146,001502,221282059.103,001502,1847996891.0,002800,001502,48902.6107501,36744,83686,hub,hub,non_hub,586334.816403,4508756.38709,583934.59195,4506907.22889
+1082,1082,1055,123.0,001502,,40.7088053467,-74.00635276,129.0,002900,40.71602118,-73.99974372,538.431517785,5855,7095,2420,3459,002900,200965547.24,001502,221282059.103,001502,1847996891.0,002900,001502,48902.6107501,31936,83686,hub,hub,non_hub,584483.752153,4507714.56961,583934.59195,4506907.22889
+1083,1083,345,123.0,001502,,40.7088053467,-74.00635276,105.0,003001,40.72066442,-73.98517977,1019.68742122,4301,7095,2553,3459,003001,34302720.7166,001502,221282059.103,001502,1847996891.0,003001,001502,48902.6107501,41223,83686,hub,hub,non_hub,585707.91731,4508244.11218,583934.59195,4506907.22889
+1084,1084,218,123.0,001502,,40.7088053467,-74.00635276,111.0,003002,40.72217444,-73.98368779,1076.02588844,3031,7095,1885,3459,003002,18686109.2263,001502,221282059.103,001502,1847996891.0,003002,001502,48902.6107501,38675,83686,hub,hub,non_hub,585831.986427,4508413.19181,583934.59195,4506907.22889
+1085,1085,3530,369.0,001502,,40.7088053467,-74.00635276,363.0,003100,40.7140617467,-74.0041933367,366.878933851,2809,7095,858,3459,003100,145687012.574,001502,221282059.103,001502,1847996891.0,003100,001502,48902.6107501,81469,83686,hub,hub,hub,584110.388584,4507492.78891,583934.59195,4506907.22889
+1086,1086,657,369.0,001502,,40.7088053467,-74.00635276,300.0,003200,40.7260543867,-73.9823576167,1194.49835336,7630,7095,4888,3459,003200,46369492.482,001502,221282059.103,001502,1847996891.0,003200,001502,48902.6107501,138064,83686,hub,hub,non_hub,585939.335766,4508845.19329,583934.59195,4506907.22889
+1087,1087,3127,615.0,001502,,40.7088053467,-74.00635276,519.0,003300,40.7188233164,-74.0063311065,588.865220687,5174,7095,2694,3459,003300,215459582.054,001502,221282059.103,001502,1847996891.0,003300,001502,48902.6107501,115059,83686,hub,hub,hub,583923.83977,4508019.30919,583934.59195,4506907.22889
+1088,1088,200,123.0,001502,,40.7088053467,-74.00635276,117.0,003400,40.72955361,-73.98057249,1375.25185185,6706,7095,4203,3459,003400,42933229.7541,001502,221282059.103,001502,1847996891.0,003400,001502,48902.6107501,47926,83686,hub,hub,non_hub,586085.581298,4509235.37985,583934.59195,4506907.22889
+1089,1089,1143,246.0,001502,,40.7088053467,-74.00635276,198.0,003601,40.72217423,-73.990293175,861.829259735,3299,7095,1613,3459,003601,29191583.8104,001502,221282059.103,001502,1847996891.0,003601,001502,48902.6107501,77585,83686,hub,hub,non_hub,585274.124459,4508406.73315,583934.59195,4506907.22889
+1090,1090,433,246.0,001502,,40.7088053467,-74.00635276,186.0,003602,40.724852985,-73.989265345,1032.96673804,2918,7095,1586,3459,003602,24941258.1161,001502,221282059.103,001502,1847996891.0,003602,001502,48902.6107501,82124,83686,hub,hub,non_hub,585357.507872,4508705.09166,583934.59195,4506907.22889
+1091,1091,1720,492.0,001502,,40.7088053467,-74.00635276,444.0,003700,40.7256696075,-74.0052069325,839.737725259,2401,7095,1490,3459,003700,212385639.924,001502,221282059.103,001502,1847996891.0,003700,001502,48902.6107501,173333,83686,hub,hub,non_hub,584010.178026,4508780.36793,583934.59195,4506907.22889
+1092,1092,1048,492.0,001502,,40.7088053467,-74.00635276,480.0,003800,40.72765889,-73.988195855,1091.55539459,8610,7095,5795,3459,003800,67437493.5221,001502,221282059.103,001502,1847996891.0,003800,001502,48902.6107501,167230,83686,hub,hub,non_hub,585444.239635,4509017.60641,583934.59195,4506907.22889
+1093,1093,2822,492.0,001502,,40.7088053467,-74.00635276,318.0,003900,40.7201717475,-74.00983051,605.544895327,5253,7095,3059,3459,003900,194910113.03,001502,221282059.103,001502,1847996891.0,003900,001502,48902.6107501,113624,83686,hub,hub,non_hub,583626.593058,4508165.65565,583934.59195,4506907.22889
+1094,1094,369,246.0,001502,,40.7088053467,-74.00635276,198.0,004000,40.73000573,-73.98549552,1240.94349525,9801,7095,4546,3459,004000,66858387.5133,001502,221282059.103,001502,1847996891.0,004000,001502,48902.6107501,99660,83686,hub,hub,non_hub,585669.269443,4509280.75306,583934.59195,4506907.22889
+1095,1095,2260,246.0,001502,,40.7088053467,-74.00635276,192.0,004100,40.7195529,-73.996789035,655.46006301,7793,7095,3765,3459,004100,71738983.3617,001502,221282059.103,001502,1847996891.0,004100,001502,48902.6107501,114685,83686,hub,hub,non_hub,584728.836557,4508109.46034,583934.59195,4506907.22889
+1096,1096,176,123.0,001502,,40.7088053467,-74.00635276,105.0,004200,40.73223272,-73.98889957,1205.47412102,4988,7095,1801,3459,004200,39941846.3325,001502,221282059.103,001502,1847996891.0,004200,001502,48902.6107501,50846,83686,hub,hub,non_hub,585378.96492,4509524.64843,583934.59195,4506907.22889
+1097,1097,703,246.0,001502,,40.7088053467,-74.00635276,201.0,004300,40.723870235,-73.995226525,804.673246257,4267,7095,2598,3459,004300,65935514.1184,001502,221282059.103,001502,1847996891.0,004300,001502,48902.6107501,95162,83686,hub,hub,non_hub,584855.320992,4508590.22212,583934.59195,4506907.22889
+1098,1098,426,246.0,001502,,40.7088053467,-74.00635276,180.0,004400,40.73080269,-73.97968993,1498.56652857,17710,7095,8297,3459,004400,114601147.016,001502,221282059.103,001502,1847996891.0,004400,001502,48902.6107501,106427,83686,hub,hub,non_hub,586158.498991,4509374.90208,583934.59195,4506907.22889
+1099,1099,864,123.0,001502,,40.7088053467,-74.00635276,81.0,004500,40.71910537,-73.99973337,572.837736981,840,7095,582,3459,004500,52009114.8865,001502,221282059.103,001502,1847996891.0,004500,001502,48902.6107501,34275,83686,hub,hub,non_hub,584480.726971,4508056.94497,583934.59195,4506907.22889
+1100,1100,391,123.0,001502,,40.7088053467,-74.00635276,117.0,004700,40.72165481,-74.00234737,679.359819188,2267,7095,1586,3459,004700,75477587.1594,001502,221282059.103,001502,1847996891.0,004700,001502,48902.6107501,27544,83686,hub,hub,non_hub,584256.734795,4508337.43837,583934.59195,4506907.22889
+1101,1101,162,123.0,001502,,40.7088053467,-74.00635276,105.0,004800,40.73624527,-73.98473765,1419.41537415,7550,7095,3799,3459,004800,74763044.6965,001502,221282059.103,001502,1847996891.0,004800,001502,48902.6107501,42567,83686,hub,hub,non_hub,585725.258797,4509974.12516,583934.59195,4506907.22889
+1102,1102,1070,246.0,001502,,40.7088053467,-74.00635276,219.0,004900,40.724268615,-74.000521515,753.434671806,4951,7095,3054,3459,004900,103848670.177,001502,221282059.103,001502,1847996891.0,004900,001502,48902.6107501,80152,83686,hub,hub,non_hub,584407.63728,4508629.34168,583934.59195,4506907.22889
+1103,1103,304,369.0,001502,,40.7088053467,-74.00635276,279.0,005000,40.7359163467,-73.9873427633,1285.83473067,5061,7095,3595,3459,005000,120638459.215,001502,221282059.103,001502,1847996891.0,005000,001502,48902.6107501,111023,83686,hub,hub,non_hub,585505.709717,4509935.07175,583934.59195,4506907.22889
+1104,1104,542,246.0,001502,,40.7088053467,-74.00635276,318.0,005200,40.73715585,-73.991241315,1314.24302589,4193,7095,1785,3459,005200,109103391.81,001502,221282059.103,001502,1847996891.0,005200,001502,48902.6107501,159876,83686,hub,hub,non_hub,585174.941656,4510068.87544,583934.59195,4506907.22889
+1105,1105,161,123.0,001502,,40.7088053467,-74.00635276,141.0,005400,40.73971301,-73.99456405,1418.04651962,4656,7095,2837,3459,005400,128803552.888,001502,221282059.103,001502,1847996891.0,005400,001502,48902.6107501,73728,83686,hub,hub,non_hub,584891.129718,4510349.51956,583934.59195,4506907.22889
+1106,1106,394,123.0,001502,,40.7088053467,-74.00635276,90.0,005501,40.72679454,-73.99695094,854.776418799,5079,7095,2483,3459,005501,61061928.4125,001502,221282059.103,001502,1847996891.0,005501,001502,48902.6107501,57258,83686,hub,hub,non_hub,584705.980012,4508913.17477,583934.59195,4506907.22889
+1107,1107,293,123.0,001502,,40.7088053467,-74.00635276,81.0,005502,40.72743423,-73.99379025,960.944356121,2383,7095,1262,3459,005502,49017118.6146,001502,221282059.103,001502,1847996891.0,005502,001502,48902.6107501,55117,83686,hub,hub,non_hub,584972.085912,4508987.23863,583934.59195,4506907.22889
+1108,1108,333,246.0,001502,,40.7088053467,-74.00635276,285.0,005600,40.74065347,-73.98778661,1475.51196188,2618,7095,2190,3459,005600,189153355.609,001502,221282059.103,001502,1847996891.0,005600,001502,48902.6107501,113209,83686,hub,hub,non_hub,585462.168743,4510460.49357,583934.59195,4506907.22889
+1109,1109,856,246.0,001502,,40.7088053467,-74.00635276,246.0,005700,40.729662915,-73.992405595,982.522558241,2937,7095,1789,3459,005700,90178032.7137,001502,221282059.103,001502,1847996891.0,005700,001502,48902.6107501,156896,83686,hub,hub,non_hub,585086.179601,4509235.9788,583934.59195,4506907.22889
+1110,1110,321,246.0,001502,,40.7088053467,-74.00635276,261.0,005800,40.743154205,-73.990299735,1591.79086174,3182,7095,2306,3459,005800,164037511.755,001502,221282059.103,001502,1847996891.0,005800,001502,48902.6107501,130970,83686,hub,hub,non_hub,585246.786708,4510735.64918,583934.59195,4506907.22889
+1111,1111,154,123.0,001502,,40.7088053467,-74.00635276,93.0,005900,40.73049393,-73.9957214,1037.90024224,5516,7095,3276,3459,005900,71785177.1361,001502,221282059.103,001502,1847996891.0,005900,001502,48902.6107501,53180,83686,hub,hub,non_hub,584805.117402,4509325.01914,583934.59195,4506907.22889
+1112,1112,557,246.0,001502,,40.7088053467,-74.00635276,189.0,006000,40.734822295,-73.976916765,1496.04606638,5286,7095,2459,3459,006000,27468182.8943,001502,221282059.103,001502,1847996891.0,006000,001502,48902.6107501,80462,83686,hub,hub,non_hub,586387.478737,4509823.83141,583934.59195,4506907.22889
+1113,1113,1150,492.0,001502,,40.7088053467,-74.00635276,423.0,006100,40.73385254,-73.992357065,1133.56181751,4913,7095,2683,3459,006100,91682014.33,001502,221282059.103,001502,1847996891.0,006100,001502,48902.6107501,245510,83686,hub,hub,non_hub,585084.940162,4509701.10308,583934.59195,4506907.22889
+1114,1114,132,123.0,001502,,40.7088053467,-74.00635276,90.0,006200,40.7381765,-73.97738662,1639.09333333,4680,7095,1401,3459,006200,231817485.533,001502,221282059.103,001502,1847996891.0,006200,001502,48902.6107501,33218,83686,hub,hub,non_hub,586343.467107,4510195.70961,583934.59195,4506907.22889
+1115,1115,367,369.0,001502,,40.7088053467,-74.00635276,297.0,006300,40.7346940933,-73.99785666,1224.5607476,6076,7095,4277,3459,006300,85447631.8451,001502,221282059.103,001502,1847996891.0,006300,001502,48902.6107501,120233,83686,hub,hub,non_hub,584619.48321,4509789.20591,583934.59195,4506907.22889
+1116,1116,137,123.0,001502,,40.7088053467,-74.00635276,117.0,006400,40.73587678,-73.98205027,1510.49571805,7518,7095,5058,3459,006400,95664936.1545,001502,221282059.103,001502,1847996891.0,006400,001502,48902.6107501,47750,83686,hub,hub,non_hub,585952.649806,4509935.84788,583934.59195,4506907.22889
+1117,1117,639,369.0,001502,,40.7088053467,-74.00635276,318.0,006500,40.7306296367,-73.9991423,1028.18950669,6517,7095,3568,3459,006500,59290910.3694,001502,221282059.103,001502,1847996891.0,006500,001502,48902.6107501,125356,83686,hub,hub,non_hub,584516.067395,4509336.78488,583934.59195,4506907.22889
+1118,1118,293,246.0,001502,,40.7088053467,-74.00635276,246.0,006600,40.739285505,-73.97827188,1495.7741656,11780,7095,6818,3459,006600,84730469.4548,001502,221282059.103,001502,1847996891.0,006600,001502,48902.6107501,74621,83686,hub,hub,non_hub,586267.286922,4510317.94668,583934.59195,4506907.22889
+1119,1119,458,123.0,001502,,40.7088053467,-74.00635276,117.0,006700,40.73038599,-74.00214988,958.008838299,4984,7095,3796,3459,006700,47238039.9972,001502,221282059.103,001502,1847996891.0,006700,001502,48902.6107501,70025,83686,hub,hub,non_hub,584262.399901,4509306.84766,583934.59195,4506907.22889
+1120,1120,158,123.0,001502,,40.7088053467,-74.00635276,117.0,006800,40.74025878,-73.98409214,1507.51419269,6735,7095,4494,3459,006800,130298431.446,001502,221282059.103,001502,1847996891.0,006800,001502,48902.6107501,58926,83686,hub,hub,non_hub,585774.608423,4510420.28363,583934.59195,4506907.22889
+1121,1121,807,246.0,001502,,40.7088053467,-74.00635276,201.0,006900,40.732319905,-74.0069291,1049.13781542,2687,7095,1484,3459,006900,61292499.9331,001502,221282059.103,001502,1847996891.0,006900,001502,48902.6107501,130727,83686,hub,hub,non_hub,583856.38945,4509516.94969,583934.59195,4506907.22889
+1122,1122,323,369.0,001502,,40.7088053467,-74.00635276,381.0,007000,40.7425207475,-73.975624813,1719.4558013,8302,7095,5669,3459,007000,78634704.8451,001502,221282059.103,001502,1847996891.0,007000,001502,48902.6107501,145227,83686,hub,hub,non_hub,586486.5986,4510679.68646,583934.59195,4506907.22889
+1123,1123,192,246.0,001502,,40.7088053467,-74.00635276,213.0,007100,40.736526545,-74.000108805,1271.14387921,5633,7095,3844,3459,007100,68447429.2743,001502,221282059.103,001502,1847996891.0,007100,001502,48902.6107501,79459,83686,hub,hub,non_hub,584426.995774,4509990.4524,583934.59195,4506907.22889
+1124,1124,610,369.0,001502,,40.7088053467,-74.00635276,378.0,007200,40.7447014833,-73.98154809,1588.94724711,7734,7095,5222,3459,007200,132092861.454,001502,221282059.103,001502,1847996891.0,007200,001502,48902.6107501,157612,83686,hub,hub,non_hub,585983.687715,4510915.94446,583934.59195,4506907.22889
+1125,1125,336,246.0,001502,,40.7088053467,-74.00635276,177.0,007300,40.734682705,-74.00388484,1202.45770138,5615,7095,4547,3459,007300,48716185.79,001502,221282059.103,001502,1847996891.0,007300,001502,48902.6107501,92567,83686,hub,hub,non_hub,584110.479319,4509782.14883,583934.59195,4506907.22889
+1126,1126,197,246.0,001502,,40.7088053467,-74.00635276,258.0,007400,40.746413585,-73.98586892,1574.97436926,4179,7095,2700,3459,007400,170614202.951,001502,221282059.103,001502,1847996891.0,007400,001502,48902.6107501,81121,83686,hub,hub,non_hub,585616.696258,4511101.7763,583934.59195,4506907.22889
+1127,1127,176,246.0,001502,,40.7088053467,-74.00635276,207.0,007600,40.74737476,-73.988320695,1642.34099311,2203,7095,1573,3459,007600,242014413.464,001502,221282059.103,001502,1847996891.0,007600,001502,48902.6107501,97464,83686,hub,hub,non_hub,585408.475283,4511206.08492,583934.59195,4506907.22889
+1128,1128,222,123.0,001502,,40.7088053467,-74.00635276,129.0,007700,40.7390169121,-74.0026376103,1331.0968862,5404,7095,4254,3459,007700,59306273.1509,001502,221282059.103,001502,1847996891.0,007700,001502,48902.6107501,79025,83686,hub,hub,non_hub,584210.329106,4510264.47156,583934.59195,4506907.22889
+1129,1129,232,123.0,001502,,40.7088053467,-74.00635276,117.0,007800,40.74780373,-73.9734419,1783.63863479,7380,7095,5372,3459,007800,112124597.728,001502,221282059.103,001502,1847996891.0,007800,001502,48902.6107501,59601,83686,hub,hub,non_hub,586664.043115,4511268.28888,583934.59195,4506907.22889
+1130,1130,1618,615.0,001502,,40.7088053467,-74.00635276,522.0,007900,40.738916514,-74.007286026,1240.36708383,4406,7095,2904,3459,007900,86937368.5918,001502,221282059.103,001502,1847996891.0,007900,001502,48902.6107501,171846,83686,hub,hub,non_hub,583817.969395,4510248.87788,583934.59195,4506907.22889
+1131,1131,104,246.0,001502,,40.7088053467,-74.00635276,213.0,008000,40.7485693,-73.97717991,1838.33345035,4946,7095,3730,3459,008000,197763821.532,001502,221282059.103,001502,1847996891.0,008000,001502,48902.6107501,74808,83686,hub,hub,non_hub,586347.477591,4511349.58844,583934.59195,4506907.22889
+1132,1132,192,123.0,001502,,40.7088053467,-74.00635276,117.0,008100,40.73935542,-73.99931783,1325.73133031,8675,7095,5315,3459,008100,91100400.6907,001502,221282059.103,001502,1847996891.0,008100,001502,48902.6107501,53195,83686,hub,hub,non_hub,584490.204148,4510305.23824,583934.59195,4506907.22889
+1133,1133,518,369.0,001502,,40.7088053467,-74.00635276,525.0,008200,40.7519787476,-73.9794291632,1821.2138463,3442,7095,2534,3459,008200,262405408.076,001502,221282059.103,001502,1847996891.0,008200,001502,48902.6107501,228612,83686,hub,hub,non_hub,586153.189337,4511725.85157,583934.59195,4506907.22889
+1134,1134,536,492.0,001502,,40.7088053467,-74.00635276,357.0,008300,40.742591315,-74.004102785,1321.70483846,4211,7095,2321,3459,008300,119862327.354,001502,221282059.103,001502,1847996891.0,008300,001502,48902.6107501,186113,83686,hub,hub,non_hub,584082.11654,4510659.85081,583934.59195,4506907.22889
+1135,1135,46,123.0,001502,,40.7088053467,-74.00635276,114.0,008400,40.75038009,-73.98338988,1713.9375,1726,7095,1041,3459,008400,147824461.739,001502,221282059.103,001502,1847996891.0,008400,001502,48902.6107501,34199,83686,hub,hub,non_hub,585820.889203,4511544.50828,583934.59195,4506907.22889
+1136,1136,213,123.0,001502,,40.7088053467,-74.00635276,129.0,008601,40.744219,-73.97121214,1734.46502732,2551,7095,1528,3459,008601,31141773.9073,001502,221282059.103,001502,1847996891.0,008601,001502,48902.6107501,31961,83686,hub,hub,non_hub,586856.951039,4510872.56191,583934.59195,4506907.22889
+1137,1137,472,246.0,001502,,40.7088053467,-74.00635276,234.0,008700,40.74206378,-73.995708955,1367.46589717,6671,7095,4249,3459,008700,85660216.7821,001502,221282059.103,001502,1847996891.0,008700,001502,48902.6107501,152953,83686,hub,hub,non_hub,584791.475936,4510609.36503,583934.59195,4506907.22889
+1138,1138,139,246.0,001502,,40.7088053467,-74.00635276,234.0,008800,40.75012189,-73.970133575,1890.90676199,6964,7095,5507,3459,008800,216532475.876,001502,221282059.103,001502,1847996891.0,008800,001502,48902.6107501,43247,83686,hub,hub,non_hub,586940.323322,4511528.89362,583934.59195,4506907.22889
+1139,1139,463,369.0,001502,,40.7088053467,-74.00635276,360.0,008900,40.74529008,-74.0021768567,1296.05967078,5560,7095,3511,3459,008900,54419260.2723,001502,221282059.103,001502,1847996891.0,008900,001502,48902.6107501,158638,83686,hub,hub,non_hub,584241.316685,4510961.27944,583934.59195,4506907.22889
+1140,1140,166,369.0,001502,,40.7088053467,-74.00635276,330.0,009000,40.75261798,-73.9703317533,1819.88800602,7026,7095,5832,3459,009000,208846060.851,001502,221282059.103,001502,1847996891.0,009000,001502,48902.6107501,74531,83686,hub,hub,non_hub,586920.342162,4511805.78171,583934.59195,4506907.22889
+1141,1141,80,123.0,001502,,40.7088053467,-74.00635276,117.0,009100,40.74487634,-73.99529885,1492.19042146,6415,7095,4386,3459,009100,127325659.041,001502,221282059.103,001502,1847996891.0,009100,001502,48902.6107501,63878,83686,hub,hub,non_hub,584822.527687,4510921.97538,583934.59195,4506907.22889
+1142,1142,68,246.0,001502,,40.7088053467,-74.00635276,330.0,009200,40.7548518863,-73.9734329075,1965.45227273,1754,7095,1461,3459,009200,408192557.246,001502,221282059.103,001502,1847996891.0,009200,001502,48902.6107501,72226,83686,hub,hub,non_hub,586655.650548,4512050.69496,583934.59195,4506907.22889
+1143,1143,147,123.0,001502,,40.7088053467,-74.00635276,117.0,009300,40.74475148,-73.99915362,1362.14960317,9705,7095,5585,3459,009300,68528055.2433,001502,221282059.103,001502,1847996891.0,009300,001502,48902.6107501,52202,83686,hub,hub,non_hub,584497.239363,4510904.39701,583934.59195,4506907.22889
+1144,1144,97,123.0,001502,,40.7088053467,-74.00635276,93.0,009400,40.75320159,-73.9779874,2062.31902357,29,7095,16,3459,009400,299218147.811,001502,221282059.103,001502,1847996891.0,009400,001502,48902.6107501,82147,83686,hub,hub,non_hub,586273.319314,4511863.01244,583934.59195,4506907.22889
+1145,1145,76,123.0,001502,,40.7088053467,-74.00635276,153.0,009500,40.746647,-73.993915,1531.00191571,3425,7095,1416,3459,009500,129660033.725,001502,221282059.103,001502,1847996891.0,009500,001502,48902.6107501,57488,83686,hub,hub,non_hub,584937.108907,4511119.86954,583934.59195,4506907.22889
+1146,1146,77,369.0,001502,,40.7088053467,-74.00635276,420.0,009600,40.75607603,-73.9803967167,1767.53807489,153,7095,268,3459,009600,270304841.585,001502,221282059.103,001502,1847996891.0,009600,001502,48902.6107501,71527,83686,hub,hub,non_hub,586066.226062,4512179.73074,583934.59195,4506907.22889
+1147,1147,257,369.0,001502,,40.7088053467,-74.00635276,297.0,009700,40.7493616033,-73.9991321067,1608.21616565,4744,7095,2827,3459,009700,83018263.1602,001502,221282059.103,001502,1847996891.0,009700,001502,48902.6107501,118804,83686,hub,hub,non_hub,584493.220017,4511416.17434,583934.59195,4506907.22889
+1148,1148,122,246.0,001502,,40.7088053467,-74.00635276,210.0,009800,40.755285655,-73.96667288,2147.27060593,7105,7095,5244,3459,009800,115943808.909,001502,221282059.103,001502,1847996891.0,009800,001502,48902.6107501,40039,83686,hub,hub,non_hub,587225.727282,4512105.54383,583934.59195,4506907.22889
+1149,1149,581,615.0,001502,,40.7088053467,-74.00635276,555.0,009900,40.7520807866,-74.0031899092,1477.69651759,3617,7095,2438,3459,009900,404439511.776,001502,221282059.103,001502,1847996891.0,009900,001502,48902.6107501,208076,83686,hub,hub,non_hub,584147.226991,4511714.12465,583934.59195,4506907.22889
+1150,1150,101,369.0,001502,,40.7088053467,-74.00635276,363.0,010000,40.7583696933,-73.9710287767,1828.66424382,1829,7095,1399,3459,010000,366457143.613,001502,221282059.103,001502,1847996891.0,010000,001502,48902.6107501,72085,83686,hub,hub,non_hub,586854.014885,4512443.57459,583934.59195,4506907.22889
+1151,1151,243,369.0,001502,,40.7088053467,-74.00635276,381.0,010100,40.74945622,-73.9903382667,1564.22270129,1119,7095,828,3459,010100,246168211.101,001502,221282059.103,001502,1847996891.0,010100,001502,48902.6107501,183377,83686,hub,hub,non_hub,585235.486219,4511435.18064,583934.59195,4506907.22889
+1152,1152,57,246.0,001502,,40.7088053467,-74.00635276,243.0,010200,40.7606694,-73.973473555,2064.49487179,313,7095,268,3459,010200,333450202.294,001502,221282059.103,001502,1847996891.0,010200,001502,48902.6107501,46675,83686,hub,hub,non_hub,586644.664817,4512696.44233,583934.59195,4506907.22889
+1153,1153,629,246.0,001502,,40.7088053467,-74.00635276,294.0,010300,40.751000495,-73.994372255,1626.34700814,1859,7095,1351,3459,010300,141506056.87,001502,221282059.103,001502,1847996891.0,010300,001502,48902.6107501,221593,83686,hub,hub,non_hub,584892.968075,4511602.69644,583934.59195,4506907.22889
+1154,1154,49,246.0,001502,,40.7088053467,-74.00635276,225.0,010400,40.761664375,-73.976854975,2108.83849206,1031,7095,1033,3459,010400,363981333.295,001502,221282059.103,001502,1847996891.0,010400,001502,48902.6107501,65073,83686,hub,hub,non_hub,586357.961325,4512803.55852,583934.59195,4506907.22889
+1155,1155,118,123.0,001502,,40.7088053467,-74.00635276,99.0,010602,40.75849116,-73.95920622,2452.73425321,4794,7095,2963,3459,010602,67980898.3739,001502,221282059.103,001502,1847996891.0,010602,001502,48902.6107501,22153,83686,hub,hub,non_hub,587851.796682,4512468.82754,583934.59195,4506907.22889
+1156,1156,106,369.0,001502,,40.7088053467,-74.00635276,351.0,010800,40.7591736033,-73.96613818,2109.67348777,8531,7095,6272,3459,010800,189351523.799,001502,221282059.103,001502,1847996891.0,010800,001502,48902.6107501,79198,83686,hub,hub,non_hub,587265.778542,4512537.66689,583934.59195,4506907.22889
+1157,1157,88,246.0,001502,,40.7088053467,-74.00635276,342.0,010900,40.751351715,-73.987594755,1645.21139971,182,7095,92,3459,010900,228173063.011,001502,221282059.103,001502,1847996891.0,010900,001502,48902.6107501,60092,83686,hub,hub,non_hub,585464.669441,4511648.26242,583934.59195,4506907.22889
+1158,1158,23,123.0,001502,,40.7088053467,-74.00635276,177.0,011201,40.7643971,-73.97371465,2159.1,827,7095,964,3459,011201,118515444.187,001502,221282059.103,001502,1847996891.0,011201,001502,48902.6107501,41525,83686,hub,hub,non_hub,586619.474659,4513110.00718,583934.59195,4506907.22889
+1159,1159,96,123.0,001502,,40.7088053467,-74.00635276,99.0,011203,40.76095756,-73.96724467,2348.47948898,1176,7095,1160,3459,011203,143782379.009,001502,221282059.103,001502,1847996891.0,011203,001502,48902.6107501,48033,83686,hub,hub,non_hub,587170.050102,4512734.59972,583934.59195,4506907.22889
+1160,1160,584,492.0,001502,,40.7088053467,-74.00635276,594.0,011300,40.7548008425,-73.9888010575,1620.0227497,204,7095,107,3459,011300,357940519.061,001502,221282059.103,001502,1847996891.0,011300,001502,48902.6107501,236650,83686,hub,hub,non_hub,585358.423228,4512029.96675,583934.59195,4506907.22889
+1161,1161,145,246.0,001502,,40.7088053467,-74.00635276,246.0,011500,40.75701407,-73.992353645,1621.82832054,2487,7095,1678,3459,011500,130958459.747,001502,221282059.103,001502,1847996891.0,011500,001502,48902.6107501,103294,83686,hub,hub,non_hub,585055.712647,4512272.20178,583934.59195,4506907.22889
+1162,1162,229,246.0,001502,,40.7088053467,-74.00635276,252.0,011700,40.76058799,-74.00080945,1699.40278566,2938,7095,2304,3459,011700,91270705.1484,001502,221282059.103,001502,1847996891.0,011700,001502,48902.6107501,73016,83686,hub,hub,non_hub,584337.427395,4512660.77158,583934.59195,4506907.22889
+1163,1163,43,123.0,001502,,40.7088053467,-74.00635276,102.0,011900,40.7568001,-73.98291153,2002.14975845,1079,7095,1121,3459,011900,395254501.74,001502,221282059.103,001502,1847996891.0,011900,001502,48902.6107501,39976,83686,hub,hub,non_hub,585853.012005,4512257.64444,583934.59195,4506907.22889
+1164,1164,304,369.0,001502,,40.7088053467,-74.00635276,327.0,012100,40.7598593767,-73.9914900133,1696.55497306,8366,7095,5744,3459,012100,101223732.045,001502,221282059.103,001502,1847996891.0,012100,001502,48902.6107501,132767,83686,hub,hub,non_hub,585124.983126,4512588.88932,583934.59195,4506907.22889
+1165,1165,95,123.0,001502,,40.7088053467,-74.00635276,153.0,012500,40.76064679,-73.98442659,2261.41595442,2439,7095,2096,3459,012500,322911522.418,001502,221282059.103,001502,1847996891.0,012500,001502,48902.6107501,45486,83686,hub,hub,non_hub,585720.180916,4512683.17447,583934.59195,4506907.22889
+1166,1166,135,246.0,001502,,40.7088053467,-74.00635276,252.0,012700,40.762485435,-73.990447135,1842.15666348,6437,7095,4434,3459,012700,104637996.687,001502,221282059.103,001502,1847996891.0,012700,001502,48902.6107501,83393,83686,hub,hub,non_hub,585209.656415,4512881.41361,583934.59195,4506907.22889
+1167,1167,85,123.0,001502,,40.7088053467,-74.00635276,72.0,012900,40.76341379,-73.99667444,1762.83577534,5312,7095,3621,3459,012900,158698340.053,001502,221282059.103,001502,1847996891.0,012900,001502,48902.6107501,28661,83686,hub,hub,non_hub,584682.864463,4512978.43901,583934.59195,4506907.22889
+1168,1168,142,369.0,001502,,40.7088053467,-74.00635276,480.0,013100,40.7621295133,-73.98215453,1894.89782393,2489,7095,2283,3459,013100,405023451.28,001502,221282059.103,001502,1847996891.0,013100,001502,48902.6107501,107228,83686,hub,hub,non_hub,585910.049449,4512849.98999,583934.59195,4506907.22889
+1169,1169,152,369.0,001502,,40.7088053467,-74.00635276,303.0,013300,40.7647250567,-73.9866537633,1640.85028985,5363,7095,3909,3459,013300,79847412.2593,001502,221282059.103,001502,1847996891.0,013300,001502,48902.6107501,89810,83686,hub,hub,non_hub,585526.963405,4513133.71926,583934.59195,4506907.22889
+1170,1170,155,246.0,001502,,40.7088053467,-74.00635276,195.0,013500,40.766984435,-73.99227308,1807.59551237,6075,7095,3935,3459,013500,198199142.958,001502,221282059.103,001502,1847996891.0,013500,001502,48902.6107501,64723,83686,hub,hub,non_hub,585049.80204,4513379.06475,583934.59195,4506907.22889
+1171,1171,132,246.0,001502,,40.7088053467,-74.00635276,294.0,013700,40.766109285,-73.981808355,2149.95055992,6557,7095,5442,3459,013700,314878324.419,001502,221282059.103,001502,1847996891.0,013700,001502,48902.6107501,91142,83686,hub,hub,non_hub,585934.141665,4513292.1137,583934.59195,4506907.22889
+1172,1172,36,123.0,001502,,40.7088053467,-74.00635276,81.0,013900,40.768254,-73.988639,1938.80610022,7607,7095,7359,3459,013900,139918084.587,001502,221282059.103,001502,1847996891.0,013900,001502,48902.6107501,26390,83686,hub,hub,non_hub,585354.890073,4513523.52534,583934.59195,4506907.22889
+1173,1173,29,123.0,001502,,40.7088053467,-74.00635276,147.0,014300,40.76590936,-73.97634151,2015.92592593,3,7095,0,3459,014300,50027992.3322,001502,221282059.103,001502,1847996891.0,014300,001502,48902.6107501,21051,83686,hub,hub,non_hub,586395.803012,4513275.28949,583934.59195,4506907.22889
+1174,1174,95,123.0,001502,,40.7088053467,-74.00635276,108.0,014500,40.76915505,-73.98191841,2146.87542419,5811,7095,3462,3459,014500,253397343.373,001502,221282059.103,001502,1847996891.0,014500,001502,48902.6107501,68350,83686,hub,hub,non_hub,585920.929601,4513630.10902,583934.59195,4506907.22889
+1175,1175,79,123.0,001502,,40.7088053467,-74.00635276,165.0,014700,40.770513,-73.988038,1755.73954934,2586,7095,1743,3459,014700,70871746.8417,001502,221282059.103,001502,1847996891.0,014700,001502,48902.6107501,35099,83686,hub,hub,non_hub,585402.720353,4513774.87644,583934.59195,4506907.22889
+1176,1176,86,123.0,001502,,40.7088053467,-74.00635276,108.0,015100,40.771522,-73.990541,1989.50937766,8105,7095,4856,3459,015100,164953931.102,001502,221282059.103,001502,1847996891.0,015100,001502,48902.6107501,17578,83686,hub,hub,non_hub,585190.192062,4513884.4495,583934.59195,4506907.22889
+1177,1177,2245,246.0,001502,,40.7088053467,-74.00635276,210.0,031703,40.71644312,-74.014902115,692.817036931,8670,7095,4231,3459,031703,332361109.355,001502,221282059.103,001502,1847996891.0,031703,001502,48902.6107501,136082,83686,hub,hub,non_hub,583202.897614,4507746.93647,583934.59195,4506907.22889
+1178,1178,1623,369.0,001502,,40.7088053467,-74.00635276,294.0,031704,40.7085171733,-74.0165557667,673.314441605,6610,7095,3790,3459,031704,160823714.408,001502,221282059.103,001502,1847996891.0,031704,001502,48902.6107501,105244,83686,hub,hub,non_hub,583073.076824,4506865.54027,583934.59195,4506907.22889
+1179,1179,1439,369.0,001502,,40.7088053467,-74.00635276,255.0,000600,40.7128987867,-73.9898646367,685.777363751,11558,7095,4083,3459,000600,59149181.7526,001502,221282059.103,001502,1847996891.0,000600,001502,48902.6107501,70053,83686,hub,hub,non_hub,585322.159723,4507377.5136,583934.59195,4506907.22889
+1180,1180,3819,321.0,001600,,40.7153350167,-73.9943926833,162.0,000202,40.71318002,-73.9818904933,521.605674381,8012,8236,3598,3242,000202,37878157.9781,001600,76565505.7581,,0.0,000202,001600,126184.838673,56352,82799,hub,hub,hub,585995.353038,4507416.50937,584936.591099,4507643.5622
+1181,1181,3053,749.0,001600,,40.7153350167,-73.9943926833,774.0,000700,40.70581148,-74.0081572071,809.818291887,7722,8236,5201,3242,000700,476954959.734,001600,76565505.7581,,0.0,000700,001600,126184.838673,160040,82799,hub,hub,hub,583785.918305,4506573.16797,584936.591099,4507643.5622
+1182,1182,1782,214.0,001600,,40.7153350167,-73.9943926833,141.0,000800,40.712414475,-73.993471545,381.092254892,10365,8236,4150,3242,000800,46479755.076,001600,76565505.7581,,0.0,000800,001600,126184.838673,34254,82799,hub,hub,non_hub,585018.109713,4507320.25418,584936.591099,4507643.5622
+1183,1183,739,321.0,001600,,40.7153350167,-73.9943926833,291.0,000900,40.7024745833,-74.01224785,896.317673286,1140,8236,939,3242,000900,404341803.896,001600,76565505.7581,,0.0,000900,001600,126184.838673,46446,82799,hub,hub,non_hub,583444.520998,4506198.85784,584936.591099,4507643.5622
+1184,1184,1329,107.0,001600,,40.7153350167,-73.9943926833,57.0,001002,40.71782143,-73.97628939,798.578756482,6439,8236,2346,3242,001002,22763374.2099,001600,76565505.7581,,0.0,001002,001600,126184.838673,15916,82799,hub,hub,non_hub,586462.45635,4507937.23607,584936.591099,4507643.5622
+1185,1185,1197,214.0,001600,,40.7153350167,-73.9943926833,138.0,001200,40.717364275,-73.982955325,557.087142863,3547,8236,1857,3242,001200,23518220.7411,001600,76565505.7581,,0.0,001200,001600,126184.838673,36493,82799,hub,hub,non_hub,585900.031125,4507879.94738,584936.591099,4507643.5622
+1186,1186,317,107.0,001600,,40.7153350167,-73.9943926833,108.0,001300,40.70463334,-74.01361706,1016.28762307,3776,8236,3028,3242,001300,286606455.687,001600,76565505.7581,,0.0,001300,001600,126184.838673,27671,82799,hub,hub,non_hub,583326.158808,4506437.19368,584936.591099,4507643.5622
+1187,1187,994,107.0,001600,,40.7153350167,-73.9943926833,84.0,001401,40.71559509,-73.9870295,379.514357447,3289,8236,1708,3242,001401,20168722.3199,001600,76565505.7581,,0.0,001401,001600,126184.838673,26885,82799,hub,hub,non_hub,585558.18429,4507679.57909,584936.591099,4507643.5622
+1188,1188,582,214.0,001600,,40.7153350167,-73.9943926833,201.0,001501,40.70966832,-74.003597135,666.666168442,5581,8236,3450,3242,001501,172466366.322,001600,76565505.7581,,0.0,001501,001600,126184.838673,27425,82799,hub,hub,non_hub,584166.279828,4507005.66129,584936.591099,4507643.5622
+1189,1189,1733,321.0,001600,,40.7153350167,-73.9943926833,369.0,001502,40.7088053467,-74.00635276,686.777603608,7095,8236,3459,3242,001502,221282059.103,001600,76565505.7581,,0.0,001502,001600,126184.838673,82052,82799,hub,hub,non_hub,583934.59195,4506907.22889,584936.591099,4507643.5622
+1190,1190,4295,428.0,001600,,40.7153350167,-73.9943926833,462.0,001800,40.7193657075,-73.9906468425,431.110560169,8063,8236,3489,3242,001800,60554858.5127,001600,76565505.7581,,0.0,001800,001600,126184.838673,133306,82799,hub,hub,hub,585247.838585,4508094.62497,584936.591099,4507643.5622
+1191,1191,1446,214.0,001600,,40.7153350167,-73.9943926833,138.0,002000,40.721554605,-73.977309405,774.418689996,4795,8236,1899,3242,002000,17907673.5628,001600,76565505.7581,,0.0,002000,001600,126184.838673,31656,82799,hub,hub,non_hub,586371.478696,4508350.63994,584936.591099,4507643.5622
+1192,1192,2067,428.0,001600,,40.7153350167,-73.9943926833,306.0,002100,40.71451321,-74.0108850975,773.17832177,6111,8236,3038,3242,002100,273869828.705,001600,76565505.7581,,0.0,002100,001600,126184.838673,151037,82799,hub,hub,non_hub,583544.598931,4507536.51732,584936.591099,4507643.5622
+1193,1193,1449,214.0,001600,,40.7153350167,-73.9943926833,132.0,002201,40.71833027,-73.980972895,639.428412376,6762,8236,3030,3242,002201,37585954.9949,001600,76565505.7581,,0.0,002201,001600,126184.838673,26391,82799,hub,hub,non_hub,586066.226443,4507989.12022,584936.591099,4507643.5622
+1194,1194,415,107.0,001600,,40.7153350167,-73.9943926833,93.0,002202,40.7208736,-73.98085795,762.9274177,2256,8236,1045,3242,002202,13179093.8977,001600,76565505.7581,,0.0,002202,001600,126184.838673,23935,82799,hub,hub,non_hub,586072.658368,4508271.55961,584936.591099,4507643.5622
+1195,1195,1024,214.0,001600,,40.7153350167,-73.9943926833,144.0,002400,40.724744875,-73.974986535,943.208335282,5775,8236,2175,3242,002400,17986635.5592,001600,76565505.7581,,0.0,002400,001600,126184.838673,17965,82799,hub,hub,non_hub,586563.526382,4508707.06897,584936.591099,4507643.5622
+1196,1196,1469,214.0,001600,,40.7153350167,-73.9943926833,186.0,002500,40.7111743,-73.99849582,435.150050967,5061,8236,1917,3242,002500,22428407.6271,001600,76565505.7581,,0.0,002500,001600,126184.838673,28216,82799,hub,hub,non_hub,584595.28909,4507177.73549,584936.591099,4507643.5622
+1197,1197,252,107.0,001600,,40.7153350167,-73.9943926833,93.0,002601,40.72299208,-73.97995466,842.64706624,3774,8236,1593,3242,002601,22248722.3098,001600,76565505.7581,,0.0,002601,001600,126184.838673,22144,82799,hub,hub,non_hub,586146.216204,4508507.61099,584936.591099,4507643.5622
+1198,1198,313,107.0,001600,,40.7153350167,-73.9943926833,81.0,002700,40.71307916,-73.99851193,563.463759803,1191,8236,655,3242,002700,11349914.9514,001600,76565505.7581,,0.0,002700,001600,126184.838673,20570,82799,hub,hub,non_hub,584591.517275,4507389.17181,584936.591099,4507643.5622
+1199,1199,327,107.0,001600,,40.7153350167,-73.9943926833,96.0,002800,40.72521311,-73.97768752,948.790847169,7302,8236,3341,3242,002800,47641507.3146,001600,76565505.7581,,0.0,002800,001600,126184.838673,36744,82799,hub,hub,non_hub,586334.816403,4508756.38709,584936.591099,4507643.5622
+1200,1200,613,107.0,001600,,40.7153350167,-73.9943926833,129.0,002900,40.71602118,-73.99974372,505.033617996,5855,8236,2420,3242,002900,200965547.24,001600,76565505.7581,,0.0,002900,001600,126184.838673,31936,82799,hub,hub,non_hub,584483.752153,4507714.56961,584936.591099,4507643.5622
+1201,1201,769,107.0,001600,,40.7153350167,-73.9943926833,105.0,003001,40.72066442,-73.98517977,564.022626932,4301,8236,2553,3242,003001,34302720.7166,001600,76565505.7581,,0.0,003001,001600,126184.838673,41223,82799,hub,hub,non_hub,585707.91731,4508244.11218,584936.591099,4507643.5622
+1202,1202,653,107.0,001600,,40.7153350167,-73.9943926833,111.0,003002,40.72217444,-73.98368779,657.808179691,3031,8236,1885,3242,003002,18686109.2263,001600,76565505.7581,,0.0,003002,001600,126184.838673,38675,82799,hub,hub,non_hub,585831.986427,4508413.19181,584936.591099,4507643.5622
+1203,1203,1437,321.0,001600,,40.7153350167,-73.9943926833,363.0,003100,40.7140617467,-74.0041933367,539.907544492,2809,8236,858,3242,003100,145687012.574,001600,76565505.7581,,0.0,003100,001600,126184.838673,81469,82799,hub,hub,non_hub,584110.388584,4507492.78891,584936.591099,4507643.5622
+1204,1204,1402,321.0,001600,,40.7153350167,-73.9943926833,300.0,003200,40.7260543867,-73.9823576167,816.877479341,7630,8236,4888,3242,003200,46369492.482,001600,76565505.7581,,0.0,003200,001600,126184.838673,138064,82799,hub,hub,non_hub,585939.335766,4508845.19329,584936.591099,4507643.5622
+1205,1205,1576,535.0,001600,,40.7153350167,-73.9943926833,519.0,003300,40.7188232954,-74.0063311523,653.431432715,5174,8236,2694,3242,003300,215459582.054,001600,76565505.7581,,0.0,003300,001600,126184.838673,115059,82799,hub,hub,non_hub,583923.835926,4508019.30681,584936.591099,4507643.5622
+1206,1206,279,107.0,001600,,40.7153350167,-73.9943926833,117.0,003400,40.72955361,-73.98057249,889.750598225,6706,8236,4203,3242,003400,42933229.7541,001600,76565505.7581,,0.0,003400,001600,126184.838673,47926,82799,hub,hub,non_hub,586085.581298,4509235.37985,584936.591099,4507643.5622
+1207,1207,3835,214.0,001600,,40.7153350167,-73.9943926833,198.0,003601,40.72217423,-73.990293175,429.129420628,3299,8236,1613,3242,003601,29191583.8104,001600,76565505.7581,,0.0,003601,001600,126184.838673,77585,82799,hub,hub,hub,585274.124459,4508406.73315,584936.591099,4507643.5622
+1208,1208,1190,214.0,001600,,40.7153350167,-73.9943926833,186.0,003602,40.724852985,-73.989265345,611.540422158,2918,8236,1586,3242,003602,24941258.1161,001600,76565505.7581,,0.0,003602,001600,126184.838673,82124,82799,hub,hub,non_hub,585357.507872,4508705.09166,584936.591099,4507643.5622
+1209,1209,1465,428.0,001600,,40.7153350167,-73.9943926833,444.0,003700,40.7256696075,-74.0052069325,804.095194264,2401,8236,1490,3242,003700,212385639.924,001600,76565505.7581,,0.0,003700,001600,126184.838673,173333,82799,hub,hub,non_hub,584010.178026,4508780.36793,584936.591099,4507643.5622
+1210,1210,2020,428.0,001600,,40.7153350167,-73.9943926833,480.0,003800,40.72765889,-73.988195855,690.911725199,8610,8236,5795,3242,003800,67437493.5221,001600,76565505.7581,,0.0,003800,001600,126184.838673,167230,82799,hub,hub,non_hub,585444.239635,4509017.60641,584936.591099,4507643.5622
+1211,1211,1021,428.0,001600,,40.7153350167,-73.9943926833,318.0,003900,40.7201717475,-74.00983051,807.146545286,5253,8236,3059,3242,003900,194910113.03,001600,76565505.7581,,0.0,003900,001600,126184.838673,113624,82799,hub,hub,non_hub,583626.593058,4508165.65565,584936.591099,4507643.5622
+1212,1212,925,214.0,001600,,40.7153350167,-73.9943926833,198.0,004000,40.73000573,-73.98549552,821.996581428,9801,8236,4546,3242,004000,66858387.5133,001600,76565505.7581,,0.0,004000,001600,126184.838673,99660,82799,hub,hub,non_hub,585669.269443,4509280.75306,584936.591099,4507643.5622
+1213,1213,2492,214.0,001600,,40.7153350167,-73.9943926833,192.0,004100,40.7195529,-73.996789035,498.460138495,7793,8236,3765,3242,004100,71738983.3617,001600,76565505.7581,,0.0,004100,001600,126184.838673,114685,82799,hub,hub,non_hub,584728.836557,4508109.46034,584936.591099,4507643.5622
+1214,1214,389,107.0,001600,,40.7153350167,-73.9943926833,105.0,004200,40.73223272,-73.98889957,833.802647645,4988,8236,1801,3242,004200,39941846.3325,001600,76565505.7581,,0.0,004200,001600,126184.838673,50846,82799,hub,hub,non_hub,585378.96492,4509524.64843,584936.591099,4507643.5622
+1215,1215,1352,214.0,001600,,40.7153350167,-73.9943926833,201.0,004300,40.723870235,-73.995226525,580.801437852,4267,8236,2598,3242,004300,65935514.1184,001600,76565505.7581,,0.0,004300,001600,126184.838673,95162,82799,hub,hub,non_hub,584855.320992,4508590.22212,584936.591099,4507643.5622
+1216,1216,898,214.0,001600,,40.7153350167,-73.9943926833,180.0,004400,40.73080269,-73.97968993,975.784022174,17710,8236,8297,3242,004400,114601147.016,001600,76565505.7581,,0.0,004400,001600,126184.838673,106427,82799,hub,hub,non_hub,586158.498991,4509374.90208,584936.591099,4507643.5622
+1217,1217,967,107.0,001600,,40.7153350167,-73.9943926833,81.0,004500,40.71910537,-73.99973337,491.823514818,840,8236,582,3242,004500,52009114.8865,001600,76565505.7581,,0.0,004500,001600,126184.838673,34275,82799,hub,hub,non_hub,584480.726971,4508056.94497,584936.591099,4507643.5622
+1218,1218,482,107.0,001600,,40.7153350167,-73.9943926833,117.0,004700,40.72165481,-74.00234737,580.968756498,2267,8236,1586,3242,004700,75477587.1594,001600,76565505.7581,,0.0,004700,001600,126184.838673,27544,82799,hub,hub,non_hub,584256.734795,4508337.43837,584936.591099,4507643.5622
+1219,1219,279,107.0,001600,,40.7153350167,-73.9943926833,105.0,004800,40.73624527,-73.98473765,1022.49437831,7550,8236,3799,3242,004800,74763044.6965,001600,76565505.7581,,0.0,004800,001600,126184.838673,42567,82799,hub,hub,non_hub,585725.258797,4509974.12516,584936.591099,4507643.5622
+1220,1220,894,214.0,001600,,40.7153350167,-73.9943926833,219.0,004900,40.724268615,-74.000521515,672.156209612,4951,8236,3054,3242,004900,103848670.177,001600,76565505.7581,,0.0,004900,001600,126184.838673,80152,82799,hub,hub,non_hub,584407.63728,4508629.34168,584936.591099,4507643.5622
+1221,1221,610,321.0,001600,,40.7153350167,-73.9943926833,279.0,005000,40.7359163467,-73.9873427633,981.40947522,5061,8236,3595,3242,005000,120638459.215,001600,76565505.7581,,0.0,005000,001600,126184.838673,111023,82799,hub,hub,non_hub,585505.709717,4509935.07175,584936.591099,4507643.5622
+1222,1222,679,214.0,001600,,40.7153350167,-73.9943926833,318.0,005200,40.73715585,-73.991241315,1143.83672825,4193,8236,1785,3242,005200,109103391.81,001600,76565505.7581,,0.0,005200,001600,126184.838673,159876,82799,hub,hub,non_hub,585174.941656,4510068.87544,584936.591099,4507643.5622
+1223,1223,183,107.0,001600,,40.7153350167,-73.9943926833,141.0,005400,40.73971301,-73.99456405,1300.3354358,4656,8236,2837,3242,005400,128803552.888,001600,76565505.7581,,0.0,005400,001600,126184.838673,73728,82799,hub,hub,non_hub,584891.129718,4510349.51956,584936.591099,4507643.5622
+1224,1224,533,107.0,001600,,40.7153350167,-73.9943926833,90.0,005501,40.72679454,-73.99695094,719.522328717,5079,8236,2483,3242,005501,61061928.4125,001600,76565505.7581,,0.0,005501,001600,126184.838673,57258,82799,hub,hub,non_hub,584705.980012,4508913.17477,584936.591099,4507643.5622
+1225,1225,507,107.0,001600,,40.7153350167,-73.9943926833,81.0,005502,40.72743423,-73.99379025,671.543396497,2383,8236,1262,3242,005502,49017118.6146,001600,76565505.7581,,0.0,005502,001600,126184.838673,55117,82799,hub,hub,non_hub,584972.085912,4508987.23863,584936.591099,4507643.5622
+1226,1226,405,214.0,001600,,40.7153350167,-73.9943926833,285.0,005600,40.74065347,-73.98778661,1132.50202201,2618,8236,2190,3242,005600,189153355.609,001600,76565505.7581,,0.0,005600,001600,126184.838673,113209,82799,hub,hub,non_hub,585462.168743,4510460.49357,584936.591099,4507643.5622
+1227,1227,964,214.0,001600,,40.7153350167,-73.9943926833,246.0,005700,40.729662915,-73.992405595,773.909439455,2937,8236,1789,3242,005700,90178032.7137,001600,76565505.7581,,0.0,005700,001600,126184.838673,156896,82799,hub,hub,non_hub,585086.179601,4509235.9788,584936.591099,4507643.5622
+1228,1228,440,214.0,001600,,40.7153350167,-73.9943926833,261.0,005800,40.743154205,-73.990299735,1332.54564527,3182,8236,2306,3242,005800,164037511.755,001600,76565505.7581,,0.0,005800,001600,126184.838673,130970,82799,hub,hub,non_hub,585246.786708,4510735.64918,584936.591099,4507643.5622
+1229,1229,198,107.0,001600,,40.7153350167,-73.9943926833,93.0,005900,40.73049393,-73.9957214,940.403439385,5516,8236,3276,3242,005900,71785177.1361,001600,76565505.7581,,0.0,005900,001600,126184.838673,53180,82799,hub,hub,non_hub,584805.117402,4509325.01914,584936.591099,4507643.5622
+1230,1230,274,214.0,001600,,40.7153350167,-73.9943926833,189.0,006000,40.734822295,-73.976916765,1250.92747814,5286,8236,2459,3242,006000,27468182.8943,001600,76565505.7581,,0.0,006000,001600,126184.838673,80462,82799,hub,hub,non_hub,586387.478737,4509823.83141,584936.591099,4507643.5622
+1231,1231,1597,428.0,001600,,40.7153350167,-73.9943926833,423.0,006100,40.73385254,-73.992357065,933.192994763,4913,8236,2683,3242,006100,91682014.33,001600,76565505.7581,,0.0,006100,001600,126184.838673,245510,82799,hub,hub,non_hub,585084.940162,4509701.10308,584936.591099,4507643.5622
+1232,1232,108,107.0,001600,,40.7153350167,-73.9943926833,90.0,006200,40.7381765,-73.97738662,1253.06666667,4680,8236,1401,3242,006200,231817485.533,001600,76565505.7581,,0.0,006200,001600,126184.838673,33218,82799,hub,hub,non_hub,586343.467107,4510195.70961,584936.591099,4507643.5622
+1233,1233,496,321.0,001600,,40.7153350167,-73.9943926833,297.0,006300,40.7346940933,-73.99785666,1150.57071811,6076,8236,4277,3242,006300,85447631.8451,001600,76565505.7581,,0.0,006300,001600,126184.838673,120233,82799,hub,hub,non_hub,584619.48321,4509789.20591,584936.591099,4507643.5622
+1234,1234,602,107.0,001600,,40.7153350167,-73.9943926833,117.0,006400,40.73587678,-73.98205027,913.866432285,7518,8236,5058,3242,006400,95664936.1545,001600,76565505.7581,,0.0,006400,001600,126184.838673,47750,82799,hub,hub,non_hub,585952.649806,4509935.84788,584936.591099,4507643.5622
+1235,1235,1148,321.0,001600,,40.7153350167,-73.9943926833,318.0,006500,40.7306296367,-73.9991423,938.536050747,6517,8236,3568,3242,006500,59290910.3694,001600,76565505.7581,,0.0,006500,001600,126184.838673,125356,82799,hub,hub,non_hub,584516.067395,4509336.78488,584936.591099,4507643.5622
+1236,1236,615,214.0,001600,,40.7153350167,-73.9943926833,246.0,006600,40.739285505,-73.97827188,1197.27266161,11780,8236,6818,3242,006600,84730469.4548,001600,76565505.7581,,0.0,006600,001600,126184.838673,74621,82799,hub,hub,non_hub,586267.286922,4510317.94668,584936.591099,4507643.5622
+1237,1237,785,107.0,001600,,40.7153350167,-73.9943926833,117.0,006700,40.73038599,-74.00214988,861.277033907,4984,8236,3796,3242,006700,47238039.9972,001600,76565505.7581,,0.0,006700,001600,126184.838673,70025,82799,hub,hub,non_hub,584262.399901,4509306.84766,584936.591099,4507643.5622
+1238,1238,542,107.0,001600,,40.7153350167,-73.9943926833,117.0,006800,40.74025878,-73.98409214,1155.53851202,6735,8236,4494,3242,006800,130298431.446,001600,76565505.7581,,0.0,006800,001600,126184.838673,58926,82799,hub,hub,non_hub,585774.608423,4510420.28363,584936.591099,4507643.5622
+1239,1239,408,214.0,001600,,40.7153350167,-73.9943926833,201.0,006900,40.732319905,-74.0069291,1108.47281787,2687,8236,1484,3242,006900,61292499.9331,001600,76565505.7581,,0.0,006900,001600,126184.838673,130727,82799,hub,hub,non_hub,583856.38945,4509516.94969,584936.591099,4507643.5622
+1240,1240,684,321.0,001600,,40.7153350167,-73.9943926833,381.0,007000,40.7425506705,-73.9756837642,1279.06882699,8302,8236,5669,3242,007000,78634704.8451,001600,76565505.7581,,0.0,007000,001600,126184.838673,145227,82799,hub,hub,non_hub,586481.582596,4510682.95005,584936.591099,4507643.5622
+1241,1241,311,214.0,001600,,40.7153350167,-73.9943926833,213.0,007100,40.736526545,-74.000108805,1223.36889222,5633,8236,3844,3242,007100,68447429.2743,001600,76565505.7581,,0.0,007100,001600,126184.838673,79459,82799,hub,hub,non_hub,584426.995774,4509990.4524,584936.591099,4507643.5622
+1242,1242,486,321.0,001600,,40.7153350167,-73.9943926833,378.0,007200,40.7447014833,-73.98154809,1269.04811508,7734,8236,5222,3242,007200,132092861.454,001600,76565505.7581,,0.0,007200,001600,126184.838673,157612,82799,hub,hub,non_hub,585983.687715,4510915.94446,584936.591099,4507643.5622
+1243,1243,461,214.0,001600,,40.7153350167,-73.9943926833,177.0,007300,40.734682705,-74.00388484,1142.13538196,5615,8236,4547,3242,007300,48716185.79,001600,76565505.7581,,0.0,007300,001600,126184.838673,92567,82799,hub,hub,non_hub,584110.479319,4509782.14883,584936.591099,4507643.5622
+1244,1244,274,214.0,001600,,40.7153350167,-73.9943926833,258.0,007400,40.746413585,-73.98586892,1488.49383199,4179,8236,2700,3242,007400,170614202.951,001600,76565505.7581,,0.0,007400,001600,126184.838673,81121,82799,hub,hub,non_hub,585616.696258,4511101.7763,584936.591099,4507643.5622
+1245,1245,296,214.0,001600,,40.7153350167,-73.9943926833,207.0,007600,40.74737476,-73.988320695,1437.1585319,2203,8236,1573,3242,007600,242014413.464,001600,76565505.7581,,0.0,007600,001600,126184.838673,97464,82799,hub,hub,non_hub,585408.475283,4511206.08492,584936.591099,4507643.5622
+1246,1246,197,107.0,001600,,40.7153350167,-73.9943926833,129.0,007700,40.7390169121,-74.0026376103,1267.86525722,5404,8236,4254,3242,007700,59306273.1509,001600,76565505.7581,,0.0,007700,001600,126184.838673,79025,82799,hub,hub,non_hub,584210.329106,4510264.47156,584936.591099,4507643.5622
+1247,1247,245,107.0,001600,,40.7153350167,-73.9943926833,117.0,007800,40.74780373,-73.9734419,1418.524274,7380,8236,5372,3242,007800,112124597.728,001600,76565505.7581,,0.0,007800,001600,126184.838673,59601,82799,hub,hub,non_hub,586664.043115,4511268.28888,584936.591099,4507643.5622
+1248,1248,678,535.0,001600,,40.7153350167,-73.9943926833,522.0,007900,40.738916514,-74.007286026,1288.05052742,4406,8236,2904,3242,007900,86937368.5918,001600,76565505.7581,,0.0,007900,001600,126184.838673,171846,82799,hub,hub,non_hub,583817.969395,4510248.87788,584936.591099,4507643.5622
+1249,1249,375,214.0,001600,,40.7153350167,-73.9943926833,213.0,008000,40.7485693,-73.97717991,1422.80999283,4946,8236,3730,3242,008000,197763821.532,001600,76565505.7581,,0.0,008000,001600,126184.838673,74808,82799,hub,hub,non_hub,586347.477591,4511349.58844,584936.591099,4507643.5622
+1250,1250,101,107.0,001600,,40.7153350167,-73.9943926833,117.0,008100,40.73935542,-73.99931783,1357.86590909,8675,8236,5315,3242,008100,91100400.6907,001600,76565505.7581,,0.0,008100,001600,126184.838673,53195,82799,hub,hub,non_hub,584490.204148,4510305.23824,584936.591099,4507643.5622
+1251,1251,449,321.0,001600,,40.7153350167,-73.9943926833,525.0,008200,40.751947339,-73.9793796688,1531.03585742,3442,8236,2534,3242,008200,262405408.076,001600,76565505.7581,,0.0,008200,001600,126184.838673,228612,82799,hub,hub,non_hub,586157.408103,4511722.41358,584936.591099,4507643.5622
+1252,1252,441,428.0,001600,,40.7153350167,-73.9943926833,357.0,008300,40.742591315,-74.004102785,1469.92440703,4211,8236,2321,3242,008300,119862327.354,001600,76565505.7581,,0.0,008300,001600,126184.838673,186113,82799,hub,hub,non_hub,584082.11654,4510659.85081,584936.591099,4507643.5622
+1253,1253,41,107.0,001600,,40.7153350167,-73.9943926833,114.0,008400,40.75038009,-73.98338988,1557.74945887,1726,8236,1041,3242,008400,147824461.739,001600,76565505.7581,,0.0,008400,001600,126184.838673,34199,82799,hub,hub,non_hub,585820.889203,4511544.50828,584936.591099,4507643.5622
+1254,1254,137,107.0,001600,,40.7153350167,-73.9943926833,129.0,008601,40.744219,-73.97121214,1580.32572601,2551,8236,1528,3242,008601,31141773.9073,001600,76565505.7581,,0.0,008601,001600,126184.838673,31961,82799,hub,hub,non_hub,586856.951039,4510872.56191,584936.591099,4507643.5622
+1255,1255,337,214.0,001600,,40.7153350167,-73.9943926833,234.0,008700,40.74206378,-73.995708955,1274.62115442,6671,8236,4249,3242,008700,85660216.7821,001600,76565505.7581,,0.0,008700,001600,126184.838673,152953,82799,hub,hub,non_hub,584791.475936,4510609.36503,584936.591099,4507643.5622
+1256,1256,142,214.0,001600,,40.7153350167,-73.9943926833,234.0,008800,40.75012189,-73.970133575,1475.80654762,6964,8236,5507,3242,008800,216532475.876,001600,76565505.7581,,0.0,008800,001600,126184.838673,43247,82799,hub,hub,non_hub,586940.323322,4511528.89362,584936.591099,4507643.5622
+1257,1257,402,321.0,001600,,40.7153350167,-73.9943926833,360.0,008900,40.74529008,-74.0021768567,1484.00879897,5560,8236,3511,3242,008900,54419260.2723,001600,76565505.7581,,0.0,008900,001600,126184.838673,158638,82799,hub,hub,non_hub,584241.316685,4510961.27944,584936.591099,4507643.5622
+1258,1258,359,321.0,001600,,40.7153350167,-73.9943926833,330.0,009000,40.75261798,-73.9703317533,1472.27614736,7026,8236,5832,3242,009000,208846060.851,001600,76565505.7581,,0.0,009000,001600,126184.838673,74531,82799,hub,hub,non_hub,586920.342162,4511805.78171,584936.591099,4507643.5622
+1259,1259,111,107.0,001600,,40.7153350167,-73.9943926833,117.0,009100,40.74487634,-73.99529885,1430.30269841,6415,8236,4386,3242,009100,127325659.041,001600,76565505.7581,,0.0,009100,001600,126184.838673,63878,82799,hub,hub,non_hub,584822.527687,4510921.97538,584936.591099,4507643.5622
+1260,1260,136,214.0,001600,,40.7153350167,-73.9943926833,330.0,009200,40.7548518863,-73.9734329075,1457.92913817,1754,8236,1461,3242,009200,408192557.246,001600,76565505.7581,,0.0,009200,001600,126184.838673,72226,82799,hub,hub,non_hub,586655.650548,4512050.69496,584936.591099,4507643.5622
+1261,1261,118,107.0,001600,,40.7153350167,-73.9943926833,117.0,009300,40.74475148,-73.99915362,1429.71969697,9705,8236,5585,3242,009300,68528055.2433,001600,76565505.7581,,0.0,009300,001600,126184.838673,52202,82799,hub,hub,non_hub,584497.239363,4510904.39701,584936.591099,4507643.5622
+1262,1262,107,107.0,001600,,40.7153350167,-73.9943926833,93.0,009400,40.75320159,-73.9779874,1622.90619048,29,8236,16,3242,009400,299218147.811,001600,76565505.7581,,0.0,009400,001600,126184.838673,82147,82799,hub,hub,non_hub,586273.319314,4511863.01244,584936.591099,4507643.5622
+1263,1263,97,107.0,001600,,40.7153350167,-73.9943926833,153.0,009500,40.746647,-73.993915,1423.99046453,3425,8236,1416,3242,009500,129660033.725,001600,76565505.7581,,0.0,009500,001600,126184.838673,57488,82799,hub,hub,non_hub,584937.108907,4511119.86954,584936.591099,4507643.5622
+1264,1264,189,321.0,001600,,40.7153350167,-73.9943926833,420.0,009600,40.75607603,-73.9803967167,1623.25536471,153,8236,268,3242,009600,270304841.585,001600,76565505.7581,,0.0,009600,001600,126184.838673,71527,82799,hub,hub,non_hub,586066.226062,4512179.73074,584936.591099,4507643.5622
+1265,1265,321,321.0,001600,,40.7153350167,-73.9943926833,297.0,009700,40.7493616033,-73.9991321067,1575.85443106,4744,8236,2827,3242,009700,83018263.1602,001600,76565505.7581,,0.0,009700,001600,126184.838673,118804,82799,hub,hub,non_hub,584493.220017,4511416.17434,584936.591099,4507643.5622
+1266,1266,203,214.0,001600,,40.7153350167,-73.9943926833,210.0,009800,40.755285655,-73.96667288,1647.11074133,7105,8236,5244,3242,009800,115943808.909,001600,76565505.7581,,0.0,009800,001600,126184.838673,40039,82799,hub,hub,non_hub,587225.727282,4512105.54383,584936.591099,4507643.5622
+1267,1267,575,535.0,001600,,40.7153350167,-73.9943926833,555.0,009900,40.7520807866,-74.0031899092,1465.16215219,3617,8236,2438,3242,009900,404439511.776,001600,76565505.7581,,0.0,009900,001600,126184.838673,208076,82799,hub,hub,non_hub,584147.226991,4511714.12465,584936.591099,4507643.5622
+1268,1268,173,321.0,001600,,40.7153350167,-73.9943926833,363.0,010000,40.7583696933,-73.9710287767,1627.8046841,1829,8236,1399,3242,010000,366457143.613,001600,76565505.7581,,0.0,010000,001600,126184.838673,72085,82799,hub,hub,non_hub,586854.014885,4512443.57459,584936.591099,4507643.5622
+1269,1269,322,321.0,001600,,40.7153350167,-73.9943926833,381.0,010100,40.74945622,-73.9903382667,1607.55474039,1119,8236,828,3242,010100,246168211.101,001600,76565505.7581,,0.0,010100,001600,126184.838673,183377,82799,hub,hub,non_hub,585235.486219,4511435.18064,584936.591099,4507643.5622
+1270,1270,61,214.0,001600,,40.7153350167,-73.9943926833,243.0,010200,40.7606694,-73.973473555,1721.10372475,313,8236,268,3242,010200,333450202.294,001600,76565505.7581,,0.0,010200,001600,126184.838673,46675,82799,hub,hub,non_hub,586644.664817,4512696.44233,584936.591099,4507643.5622
+1271,1271,210,214.0,001600,,40.7153350167,-73.9943926833,294.0,010300,40.751000495,-73.994372255,1593.09773185,1859,8236,1351,3242,010300,141506056.87,001600,76565505.7581,,0.0,010300,001600,126184.838673,221593,82799,hub,hub,non_hub,584892.968075,4511602.69644,584936.591099,4507643.5622
+1272,1272,75,214.0,001600,,40.7153350167,-73.9943926833,225.0,010400,40.761664375,-73.976854975,1836.88327991,1031,8236,1033,3242,010400,363981333.295,001600,76565505.7581,,0.0,010400,001600,126184.838673,65073,82799,hub,hub,non_hub,586357.961325,4512803.55852,584936.591099,4507643.5622
+1273,1273,75,107.0,001600,,40.7153350167,-73.9943926833,99.0,010602,40.75849116,-73.95920622,1761.02380296,4794,8236,2963,3242,010602,67980898.3739,001600,76565505.7581,,0.0,010602,001600,126184.838673,22153,82799,hub,hub,non_hub,587851.796682,4512468.82754,584936.591099,4507643.5622
+1274,1274,298,321.0,001600,,40.7153350167,-73.9943926833,351.0,010800,40.7591736033,-73.96613818,1705.1975051,8531,8236,6272,3242,010800,189351523.799,001600,76565505.7581,,0.0,010800,001600,126184.838673,79198,82799,hub,hub,non_hub,587265.778542,4512537.66689,584936.591099,4507643.5622
+1275,1275,125,214.0,001600,,40.7153350167,-73.9943926833,342.0,010900,40.751351715,-73.987594755,1560.84432951,182,8236,92,3242,010900,228173063.011,001600,76565505.7581,,0.0,010900,001600,126184.838673,60092,82799,hub,hub,non_hub,585464.669441,4511648.26242,584936.591099,4507643.5622
+1276,1276,73,107.0,001600,,40.7153350167,-73.9943926833,177.0,011201,40.7643971,-73.97371465,2086.70098522,827,8236,964,3242,011201,118515444.187,001600,76565505.7581,,0.0,011201,001600,126184.838673,41525,82799,hub,hub,non_hub,586619.474659,4513110.00718,584936.591099,4507643.5622
+1277,1277,111,107.0,001600,,40.7153350167,-73.9943926833,99.0,011203,40.76095756,-73.96724467,1658.85626781,1176,8236,1160,3242,011203,143782379.009,001600,76565505.7581,,0.0,011203,001600,126184.838673,48033,82799,hub,hub,non_hub,587170.050102,4512734.59972,584936.591099,4507643.5622
+1278,1278,514,428.0,001600,,40.7153350167,-73.9943926833,594.0,011300,40.7548008425,-73.9888010575,1624.47473686,204,8236,107,3242,011300,357940519.061,001600,76565505.7581,,0.0,011300,001600,126184.838673,236650,82799,hub,hub,non_hub,585358.423228,4512029.96675,584936.591099,4507643.5622
+1279,1279,198,214.0,001600,,40.7153350167,-73.9943926833,246.0,011500,40.75701407,-73.992353645,1784.50194191,2487,8236,1678,3242,011500,130958459.747,001600,76565505.7581,,0.0,011500,001600,126184.838673,103294,82799,hub,hub,non_hub,585055.712647,4512272.20178,584936.591099,4507643.5622
+1280,1280,90,214.0,001600,,40.7153350167,-73.9943926833,252.0,011700,40.76058799,-74.00080945,1795.48516738,2938,8236,2304,3242,011700,91270705.1484,001600,76565505.7581,,0.0,011700,001600,126184.838673,73016,82799,hub,hub,non_hub,584337.427395,4512660.77158,584936.591099,4507643.5622
+1281,1281,70,107.0,001600,,40.7153350167,-73.9943926833,102.0,011900,40.7568001,-73.98291153,1792.44370887,1079,8236,1121,3242,011900,395254501.74,001600,76565505.7581,,0.0,011900,001600,126184.838673,39976,82799,hub,hub,non_hub,585853.012005,4512257.64444,584936.591099,4507643.5622
+1282,1282,245,321.0,001600,,40.7153350167,-73.9943926833,327.0,012100,40.7598593767,-73.9914900133,1831.96862656,8366,8236,5744,3242,012100,101223732.045,001600,76565505.7581,,0.0,012100,001600,126184.838673,132767,82799,hub,hub,non_hub,585124.983126,4512588.88932,584936.591099,4507643.5622
+1283,1283,52,107.0,001600,,40.7153350167,-73.9943926833,153.0,012500,40.76064679,-73.98442659,1983.29861111,2439,8236,2096,3242,012500,322911522.418,001600,76565505.7581,,0.0,012500,001600,126184.838673,45486,82799,hub,hub,non_hub,585720.180916,4512683.17447,584936.591099,4507643.5622
+1284,1284,104,214.0,001600,,40.7153350167,-73.9943926833,252.0,012700,40.762485435,-73.990447135,1822.51384844,6437,8236,4434,3242,012700,104637996.687,001600,76565505.7581,,0.0,012700,001600,126184.838673,83393,82799,hub,hub,non_hub,585209.656415,4512881.41361,584936.591099,4507643.5622
+1285,1285,52,107.0,001600,,40.7153350167,-73.9943926833,72.0,012900,40.76341379,-73.99667444,1913.84761905,5312,8236,3621,3242,012900,158698340.053,001600,76565505.7581,,0.0,012900,001600,126184.838673,28661,82799,hub,hub,non_hub,584682.864463,4512978.43901,584936.591099,4507643.5622
+1286,1286,156,321.0,001600,,40.7153350167,-73.9943926833,480.0,013100,40.7621295133,-73.98215453,1742.77468744,2489,8236,2283,3242,013100,405023451.28,001600,76565505.7581,,0.0,013100,001600,126184.838673,107228,82799,hub,hub,non_hub,585910.04945,4512849.98999,584936.591099,4507643.5622
+1287,1287,82,321.0,001600,,40.7153350167,-73.9943926833,303.0,013300,40.7647250567,-73.9866537633,1954.1138448,5363,8236,3909,3242,013300,79847412.2593,001600,76565505.7581,,0.0,013300,001600,126184.838673,89810,82799,hub,hub,non_hub,585526.963405,4513133.71926,584936.591099,4507643.5622
+1288,1288,81,214.0,001600,,40.7153350167,-73.9943926833,195.0,013500,40.766984435,-73.99227308,1562.83486159,6075,8236,3935,3242,013500,198199142.958,001600,76565505.7581,,0.0,013500,001600,126184.838673,64723,82799,hub,hub,non_hub,585049.80204,4513379.06475,584936.591099,4507643.5622
+1289,1289,129,214.0,001600,,40.7153350167,-73.9943926833,294.0,013700,40.766109285,-73.981808355,1523.39880952,6557,8236,5442,3242,013700,314878324.419,001600,76565505.7581,,0.0,013700,001600,126184.838673,91142,82799,hub,hub,non_hub,585934.141665,4513292.1137,584936.591099,4507643.5622
+1290,1290,18,107.0,001600,,40.7153350167,-73.9943926833,81.0,013900,40.768254,-73.988639,1905.34722222,7607,8236,7359,3242,013900,139918084.587,001600,76565505.7581,,0.0,013900,001600,126184.838673,26390,82799,hub,hub,non_hub,585354.890073,4513523.52534,584936.591099,4507643.5622
+1291,1291,36,107.0,001600,,40.7153350167,-73.9943926833,147.0,014300,40.76590936,-73.97634151,1719.17269985,3,8236,0,3242,014300,50027992.3322,001600,76565505.7581,,0.0,014300,001600,126184.838673,21051,82799,hub,hub,non_hub,586395.803012,4513275.28949,584936.591099,4507643.5622
+1292,1292,155,107.0,001600,,40.7153350167,-73.9943926833,108.0,014500,40.76915505,-73.98191841,2056.01743776,5811,8236,3462,3242,014500,253397343.373,001600,76565505.7581,,0.0,014500,001600,126184.838673,68350,82799,hub,hub,non_hub,585920.929601,4513630.10902,584936.591099,4507643.5622
+1293,1293,50,107.0,001600,,40.7153350167,-73.9943926833,165.0,014700,40.770513,-73.988038,1636.28932462,2586,8236,1743,3242,014700,70871746.8417,001600,76565505.7581,,0.0,014700,001600,126184.838673,35099,82799,hub,hub,non_hub,585402.720353,4513774.87644,584936.591099,4507643.5622
+1294,1294,19,107.0,001600,,40.7153350167,-73.9943926833,108.0,015100,40.771522,-73.990541,2263.86111111,8105,8236,4856,3242,015100,164953931.102,001600,76565505.7581,,0.0,015100,001600,126184.838673,17578,82799,hub,hub,non_hub,585190.192062,4513884.4495,584936.591099,4507643.5622
+1295,1295,452,214.0,001600,,40.7153350167,-73.9943926833,210.0,031703,40.71644312,-74.014902115,1233.19983578,8670,8236,4231,3242,031703,332361109.355,001600,76565505.7581,,0.0,031703,001600,126184.838673,136082,82799,hub,hub,non_hub,583202.897614,4507746.93647,584936.591099,4507643.5622
+1296,1296,564,321.0,001600,,40.7153350167,-73.9943926833,294.0,031704,40.7085171733,-74.0165557667,1191.28139154,6610,8236,3790,3242,031704,160823714.408,001600,76565505.7581,,0.0,031704,001600,126184.838673,105244,82799,hub,hub,non_hub,583073.076824,4506865.54027,584936.591099,4507643.5622
+1297,1297,5302,321.0,001600,,40.7153350167,-73.9943926833,255.0,000600,40.7128987867,-73.9898646367,338.017700314,11558,8236,4083,3242,000600,59149181.7526,001600,76565505.7581,,0.0,000600,001600,126184.838673,70053,82799,hub,hub,hub,585322.159723,4507377.5136,584936.591099,4507643.5622
+1298,1298,6478,462.0,001800,,40.7193657075,-73.9906468425,216.0,000202,40.71318002,-73.9818904933,559.824845287,8012,8063,3598,3489,000202,37878157.9781,001800,60554858.5127,001800,150814838.0,000202,001800,86754.313851,56352,137986,hub,hub,hub,585995.353038,4507416.50937,585247.838585,4508094.62497
+1299,1299,3148,1078.0,001800,,40.7193657075,-73.9906468425,1032.0,000700,40.70581148,-74.0081572071,1004.00322911,7722,8063,5201,3489,000700,476954959.734,001800,60554858.5127,001800,150814838.0,000700,001800,86754.313851,160040,137986,hub,hub,hub,583785.918305,4506573.16797,585247.838585,4508094.62497
+1300,1300,2150,308.0,001800,,40.7193657075,-73.9906468425,188.0,000800,40.712414475,-73.993471545,541.191897874,10365,8063,4150,3489,000800,46479755.076,001800,60554858.5127,001800,150814838.0,000800,001800,86754.313851,34254,137986,hub,hub,non_hub,585018.109713,4507320.25418,585247.838585,4508094.62497
+1301,1301,706,462.0,001800,,40.7193657075,-73.9906468425,388.0,000900,40.7024745833,-74.01224785,1170.99171159,1140,8063,939,3489,000900,404341803.896,001800,60554858.5127,001800,150814838.0,000900,001800,86754.313851,46446,137986,hub,hub,non_hub,583444.520998,4506198.85784,585247.838585,4508094.62497
+1302,1302,1161,154.0,001800,,40.7193657075,-73.9906468425,76.0,001002,40.71782143,-73.97628939,675.305717653,6439,8063,2346,3489,001002,22763374.2099,001800,60554858.5127,001800,150814838.0,001002,001800,86754.313851,15916,137986,hub,hub,non_hub,586462.45635,4507937.23607,585247.838585,4508094.62497
+1303,1303,3861,308.0,001800,,40.7193657075,-73.9906468425,184.0,001200,40.717364275,-73.982955325,400.088377436,3547,8063,1857,3489,001200,23518220.7411,001800,60554858.5127,001800,150814838.0,001200,001800,86754.313851,36493,137986,hub,hub,hub,585900.031125,4507879.94738,585247.838585,4508094.62497
+1304,1304,254,154.0,001800,,40.7193657075,-73.9906468425,144.0,001300,40.70463334,-74.01361706,1339.06581704,3776,8063,3028,3489,001300,286606455.687,001800,60554858.5127,001800,150814838.0,001300,001800,86754.313851,27671,137986,hub,hub,non_hub,583326.158808,4506437.19368,585247.838585,4508094.62497
+1305,1305,1760,154.0,001800,,40.7193657075,-73.9906468425,112.0,001401,40.71559509,-73.9870295,382.227129764,3289,8063,1708,3489,001401,20168722.3199,001800,60554858.5127,001800,150814838.0,001401,001800,86754.313851,26885,137986,hub,hub,non_hub,585558.18429,4507679.57909,585247.838585,4508094.62497
+1306,1306,520,308.0,001800,,40.7193657075,-73.9906468425,268.0,001501,40.70966832,-74.003597135,842.030056455,5581,8063,3450,3489,001501,172466366.322,001800,60554858.5127,001800,150814838.0,001501,001800,86754.313851,27425,137986,hub,hub,non_hub,584166.279828,4507005.66129,585247.838585,4508094.62497
+1307,1307,1376,462.0,001800,,40.7193657075,-73.9906468425,492.0,001502,40.7088053467,-74.00635276,942.358464545,7095,8063,3459,3489,001502,221282059.103,001800,60554858.5127,001800,150814838.0,001502,001800,86754.313851,82052,137986,hub,hub,non_hub,583934.59195,4506907.22889,585247.838585,4508094.62497
+1308,1308,4400,462.0,001800,,40.7193657075,-73.9906468425,428.0,001600,40.7153350167,-73.9943926833,451.406346415,8236,8063,3242,3489,001600,76565505.7581,001800,60554858.5127,001800,150814838.0,001600,001800,86754.313851,82798,137986,hub,hub,hub,584936.591099,4507643.5622,585247.838585,4508094.62497
+1309,1309,1659,308.0,001800,,40.7193657075,-73.9906468425,184.0,002000,40.721554605,-73.977309405,622.53370219,4795,8063,1899,3489,002000,17907673.5628,001800,60554858.5127,001800,150814838.0,002000,001800,86754.313851,31656,137986,hub,hub,non_hub,586371.478696,4508350.63994,585247.838585,4508094.62497
+1310,1310,1420,616.0,001800,,40.7193657075,-73.9906468425,408.0,002100,40.71451321,-74.0108850975,964.232914043,6111,8063,3038,3489,002100,273869828.705,001800,60554858.5127,001800,150814838.0,002100,001800,86754.313851,151037,137986,hub,hub,non_hub,583544.598931,4507536.51732,585247.838585,4508094.62497
+1311,1311,2168,308.0,001800,,40.7193657075,-73.9906468425,176.0,002201,40.71833027,-73.980972895,472.633891953,6762,8063,3030,3489,002201,37585954.9949,001800,60554858.5127,001800,150814838.0,002201,001800,86754.313851,26391,137986,hub,hub,non_hub,586066.226443,4507989.12022,585247.838585,4508094.62497
+1312,1312,978,154.0,001800,,40.7193657075,-73.9906468425,124.0,002202,40.7208736,-73.98085795,472.062668876,2256,8063,1045,3489,002202,13179093.8977,001800,60554858.5127,001800,150814838.0,002202,001800,86754.313851,23935,137986,hub,hub,non_hub,586072.658368,4508271.55961,585247.838585,4508094.62497
+1313,1313,341,308.0,001800,,40.7193657075,-73.9906468425,192.0,002400,40.724744875,-73.974986535,832.748811044,5775,8063,2175,3489,002400,17986635.5592,001800,60554858.5127,001800,150814838.0,002400,001800,86754.313851,17965,137986,hub,hub,non_hub,586563.526382,4508707.06897,585247.838585,4508094.62497
+1314,1314,926,308.0,001800,,40.7193657075,-73.9906468425,248.0,002500,40.7111743,-73.99849582,641.044348377,5061,8063,1917,3489,002500,22428407.6271,001800,60554858.5127,001800,150814838.0,002500,001800,86754.313851,28216,137986,hub,hub,non_hub,584595.28909,4507177.73549,585247.838585,4508094.62497
+1315,1315,1074,154.0,001800,,40.7193657075,-73.9906468425,124.0,002601,40.72299208,-73.97995466,621.949331035,3774,8063,1593,3489,002601,22248722.3098,001800,60554858.5127,001800,150814838.0,002601,001800,86754.313851,22144,137986,hub,hub,non_hub,586146.216204,4508507.61099,585247.838585,4508094.62497
+1316,1316,701,154.0,001800,,40.7193657075,-73.9906468425,108.0,002700,40.71307916,-73.99851193,546.696173957,1191,8063,655,3489,002700,11349914.9514,001800,60554858.5127,001800,150814838.0,002700,001800,86754.313851,20570,137986,hub,hub,non_hub,584591.517275,4507389.17181,585247.838585,4508094.62497
+1317,1317,949,154.0,001800,,40.7193657075,-73.9906468425,128.0,002800,40.72521311,-73.97768752,697.777425943,7302,8063,3341,3489,002800,47641507.3146,001800,60554858.5127,001800,150814838.0,002800,001800,86754.313851,36744,137986,hub,hub,non_hub,586334.816403,4508756.38709,585247.838585,4508094.62497
+1318,1318,738,154.0,001800,,40.7193657075,-73.9906468425,172.0,002900,40.71602118,-73.99974372,593.845217384,5855,8063,2420,3489,002900,200965547.24,001800,60554858.5127,001800,150814838.0,002900,001800,86754.313851,31936,137986,hub,hub,non_hub,584483.752153,4507714.56961,585247.838585,4508094.62497
+1319,1319,2043,154.0,001800,,40.7193657075,-73.9906468425,140.0,003001,40.72066442,-73.98517977,397.734429943,4301,8063,2553,3489,003001,34302720.7166,001800,60554858.5127,001800,150814838.0,003001,001800,86754.313851,41223,137986,hub,hub,non_hub,585707.91731,4508244.11218,585247.838585,4508094.62497
+1320,1320,1432,154.0,001800,,40.7193657075,-73.9906468425,148.0,003002,40.72217444,-73.98368779,451.888108694,3031,8063,1885,3489,003002,18686109.2263,001800,60554858.5127,001800,150814838.0,003002,001800,86754.313851,38675,137986,hub,hub,non_hub,585831.986427,4508413.19181,585247.838585,4508094.62497
+1321,1321,1410,462.0,001800,,40.7193657075,-73.9906468425,484.0,003100,40.7140617467,-74.0041933367,768.840732136,2809,8063,858,3489,003100,145687012.574,001800,60554858.5127,001800,150814838.0,003100,001800,86754.313851,81469,137986,hub,hub,non_hub,584110.388584,4507492.78891,585247.838585,4508094.62497
+1322,1322,3744,462.0,001800,,40.7193657075,-73.9906468425,400.0,003200,40.7260543867,-73.9823576167,567.359898944,7630,8063,4888,3489,003200,46369492.482,001800,60554858.5127,001800,150814838.0,003200,001800,86754.313851,138064,137986,hub,hub,hub,585939.335766,4508845.19329,585247.838585,4508094.62497
+1323,1323,2348,770.0,001800,,40.7193657075,-73.9906468425,692.0,003300,40.7188256789,-74.0063259539,803.691723627,5174,8063,2694,3489,003300,215459582.054,001800,60554858.5127,001800,150814838.0,003300,001800,86754.313851,115059,137986,hub,hub,non_hub,583924.271991,4508019.57637,585247.838585,4508094.62497
+1324,1324,1176,154.0,001800,,40.7193657075,-73.9906468425,156.0,003400,40.72955361,-73.98057249,644.471389781,6706,8063,4203,3489,003400,42933229.7541,001800,60554858.5127,001800,150814838.0,003400,001800,86754.313851,47926,137986,hub,hub,non_hub,586085.581298,4509235.37985,585247.838585,4508094.62497
+1325,1325,3522,308.0,001800,,40.7193657075,-73.9906468425,264.0,003601,40.72217423,-73.990293175,396.264178574,3299,8063,1613,3489,003601,29191583.8104,001800,60554858.5127,001800,150814838.0,003601,001800,86754.313851,77585,137986,hub,hub,hub,585274.124459,4508406.73315,585247.838585,4508094.62497
+1326,1326,1930,308.0,001800,,40.7193657075,-73.9906468425,248.0,003602,40.724852985,-73.989265345,459.294415659,2918,8063,1586,3489,003602,24941258.1161,001800,60554858.5127,001800,150814838.0,003602,001800,86754.313851,82124,137986,hub,hub,non_hub,585357.507872,4508705.09166,585247.838585,4508094.62497
+1327,1327,3579,616.0,001800,,40.7193657075,-73.9906468425,592.0,003700,40.7256696075,-74.0052069325,730.51684517,2401,8063,1490,3489,003700,212385639.924,001800,60554858.5127,001800,150814838.0,003700,001800,86754.313851,173333,137986,hub,hub,hub,584010.178026,4508780.36793,585247.838585,4508094.62497
+1328,1328,5539,616.0,001800,,40.7193657075,-73.9906468425,640.0,003800,40.72765889,-73.988195855,519.374768138,8610,8063,5795,3489,003800,67437493.5221,001800,60554858.5127,001800,150814838.0,003800,001800,86754.313851,167230,137986,hub,hub,hub,585444.239635,4509017.60641,585247.838585,4508094.62497
+1329,1329,1279,616.0,001800,,40.7193657075,-73.9906468425,424.0,003900,40.7201717475,-74.00983051,901.977255535,5253,8063,3059,3489,003900,194910113.03,001800,60554858.5127,001800,150814838.0,003900,001800,86754.313851,113624,137986,hub,hub,non_hub,583626.593058,4508165.65565,585247.838585,4508094.62497
+1330,1330,2648,308.0,001800,,40.7193657075,-73.9906468425,264.0,004000,40.73000573,-73.98549552,602.689140964,9801,8063,4546,3489,004000,66858387.5133,001800,60554858.5127,001800,150814838.0,004000,001800,86754.313851,99660,137986,hub,hub,non_hub,585669.269443,4509280.75306,585247.838585,4508094.62497
+1331,1331,4345,308.0,001800,,40.7193657075,-73.9906468425,256.0,004100,40.7195529,-73.996789035,459.084066622,7793,8063,3765,3489,004100,71738983.3617,001800,60554858.5127,001800,150814838.0,004100,001800,86754.313851,114685,137986,hub,hub,hub,584728.836557,4508109.46034,585247.838585,4508094.62497
+1332,1332,1192,154.0,001800,,40.7193657075,-73.9906468425,140.0,004200,40.73223272,-73.98889957,678.6266529,4988,8063,1801,3489,004200,39941846.3325,001800,60554858.5127,001800,150814838.0,004200,001800,86754.313851,50846,137986,hub,hub,non_hub,585378.96492,4509524.64843,585247.838585,4508094.62497
+1333,1333,3022,308.0,001800,,40.7193657075,-73.9906468425,268.0,004300,40.723870235,-73.995226525,444.470014138,4267,8063,2598,3489,004300,65935514.1184,001800,60554858.5127,001800,150814838.0,004300,001800,86754.313851,95162,137986,hub,hub,hub,584855.320992,4508590.22212,585247.838585,4508094.62497
+1334,1334,1780,308.0,001800,,40.7193657075,-73.9906468425,240.0,004400,40.73080269,-73.97968993,754.002547986,17710,8063,8297,3489,004400,114601147.016,001800,60554858.5127,001800,150814838.0,004400,001800,86754.313851,106427,137986,hub,hub,non_hub,586158.498991,4509374.90208,585247.838585,4508094.62497
+1335,1335,1246,154.0,001800,,40.7193657075,-73.9906468425,108.0,004500,40.71910537,-73.99973337,507.013971199,840,8063,582,3489,004500,52009114.8865,001800,60554858.5127,001800,150814838.0,004500,001800,86754.313851,34275,137986,hub,hub,non_hub,584480.726971,4508056.94497,585247.838585,4508094.62497
+1336,1336,1075,154.0,001800,,40.7193657075,-73.9906468425,156.0,004700,40.72165481,-74.00234737,557.276199784,2267,8063,1586,3489,004700,75477587.1594,001800,60554858.5127,001800,150814838.0,004700,001800,86754.313851,27544,137986,hub,hub,non_hub,584256.734795,4508337.43837,585247.838585,4508094.62497
+1337,1337,871,154.0,001800,,40.7193657075,-73.9906468425,140.0,004800,40.73624527,-73.98473765,824.324557668,7550,8063,3799,3489,004800,74763044.6965,001800,60554858.5127,001800,150814838.0,004800,001800,86754.313851,42567,137986,hub,hub,non_hub,585725.258797,4509974.12516,585247.838585,4508094.62497
+1338,1338,2384,308.0,001800,,40.7193657075,-73.9906468425,292.0,004900,40.724268615,-74.000521515,586.30915708,4951,8063,3054,3489,004900,103848670.177,001800,60554858.5127,001800,150814838.0,004900,001800,86754.313851,80152,137986,hub,hub,non_hub,584407.63728,4508629.34168,585247.838585,4508094.62497
+1339,1339,1717,462.0,001800,,40.7193657075,-73.9906468425,372.0,005000,40.7359163467,-73.9873427633,820.227497247,5061,8063,3595,3489,005000,120638459.215,001800,60554858.5127,001800,150814838.0,005000,001800,86754.313851,111023,137986,hub,hub,non_hub,585505.709717,4509935.07175,585247.838585,4508094.62497
+1340,1340,1891,308.0,001800,,40.7193657075,-73.9906468425,424.0,005200,40.73715585,-73.991241315,941.002472009,4193,8063,1785,3489,005200,109103391.81,001800,60554858.5127,001800,150814838.0,005200,001800,86754.313851,159876,137986,hub,hub,non_hub,585174.941656,4510068.87544,585247.838585,4508094.62497
+1341,1341,417,154.0,001800,,40.7193657075,-73.9906468425,188.0,005400,40.73971301,-73.99456405,1075.97851484,4656,8063,2837,3489,005400,128803552.888,001800,60554858.5127,001800,150814838.0,005400,001800,86754.313851,73728,137986,hub,hub,non_hub,584891.129718,4510349.51956,585247.838585,4508094.62497
+1342,1342,1293,154.0,001800,,40.7193657075,-73.9906468425,120.0,005501,40.72679454,-73.99695094,600.784845136,5079,8063,2483,3489,005501,61061928.4125,001800,60554858.5127,001800,150814838.0,005501,001800,86754.313851,57258,137986,hub,hub,non_hub,584705.980012,4508913.17477,585247.838585,4508094.62497
+1343,1343,1283,154.0,001800,,40.7193657075,-73.9906468425,108.0,005502,40.72743423,-73.99379025,537.691662726,2383,8063,1262,3489,005502,49017118.6146,001800,60554858.5127,001800,150814838.0,005502,001800,86754.313851,55117,137986,hub,hub,non_hub,584972.085912,4508987.23863,585247.838585,4508094.62497
+1344,1344,1062,308.0,001800,,40.7193657075,-73.9906468425,380.0,005600,40.74065347,-73.98778661,969.792788062,2618,8063,2190,3489,005600,189153355.609,001800,60554858.5127,001800,150814838.0,005600,001800,86754.313851,113209,137986,hub,hub,non_hub,585462.168743,4510460.49357,585247.838585,4508094.62497
+1345,1345,2205,308.0,001800,,40.7193657075,-73.9906468425,328.0,005700,40.729662915,-73.992405595,629.678125943,2937,8063,1789,3489,005700,90178032.7137,001800,60554858.5127,001800,150814838.0,005700,001800,86754.313851,156896,137986,hub,hub,non_hub,585086.179601,4509235.9788,585247.838585,4508094.62497
+1346,1346,998,308.0,001800,,40.7193657075,-73.9906468425,348.0,005800,40.743154205,-73.990299735,1105.12972353,3182,8063,2306,3489,005800,164037511.755,001800,60554858.5127,001800,150814838.0,005800,001800,86754.313851,130970,137986,hub,hub,non_hub,585246.786708,4510735.64918,585247.838585,4508094.62497
+1347,1347,530,154.0,001800,,40.7193657075,-73.9906468425,124.0,005900,40.73049393,-73.9957214,690.885304437,5516,8063,3276,3489,005900,71785177.1361,001800,60554858.5127,001800,150814838.0,005900,001800,86754.313851,53180,137986,hub,hub,non_hub,584805.117402,4509325.01914,585247.838585,4508094.62497
+1348,1348,577,308.0,001800,,40.7193657075,-73.9906468425,252.0,006000,40.734822295,-73.976916765,918.566130471,5286,8063,2459,3489,006000,27468182.8943,001800,60554858.5127,001800,150814838.0,006000,001800,86754.313851,80462,137986,hub,hub,non_hub,586387.478737,4509823.83141,585247.838585,4508094.62497
+1349,1349,3473,616.0,001800,,40.7193657075,-73.9906468425,564.0,006100,40.73385254,-73.992357065,805.823540563,4913,8063,2683,3489,006100,91682014.33,001800,60554858.5127,001800,150814838.0,006100,001800,86754.313851,245510,137986,hub,hub,hub,585084.940162,4509701.10308,585247.838585,4508094.62497
+1350,1350,302,154.0,001800,,40.7193657075,-73.9906468425,120.0,006200,40.7381765,-73.97738662,942.036925596,4680,8063,1401,3489,006200,231817485.533,001800,60554858.5127,001800,150814838.0,006200,001800,86754.313851,33218,137986,hub,hub,non_hub,586343.467107,4510195.70961,585247.838585,4508094.62497
+1351,1351,1645,462.0,001800,,40.7193657075,-73.9906468425,396.0,006300,40.7346940933,-73.99785666,903.739502103,6076,8063,4277,3489,006300,85447631.8451,001800,60554858.5127,001800,150814838.0,006300,001800,86754.313851,120233,137986,hub,hub,non_hub,584619.48321,4509789.20591,585247.838585,4508094.62497
+1352,1352,1603,154.0,001800,,40.7193657075,-73.9906468425,156.0,006400,40.73587678,-73.98205027,778.602061544,7518,8063,5058,3489,006400,95664936.1545,001800,60554858.5127,001800,150814838.0,006400,001800,86754.313851,47750,137986,hub,hub,non_hub,585952.649806,4509935.84788,585247.838585,4508094.62497
+1353,1353,2251,462.0,001800,,40.7193657075,-73.9906468425,424.0,006500,40.7306296367,-73.9991423,764.782854228,6517,8063,3568,3489,006500,59290910.3694,001800,60554858.5127,001800,150814838.0,006500,001800,86754.313851,125356,137986,hub,hub,non_hub,584516.067395,4509336.78488,585247.838585,4508094.62497
+1354,1354,1340,308.0,001800,,40.7193657075,-73.9906468425,328.0,006600,40.739285505,-73.97827188,933.218999102,11780,8063,6818,3489,006600,84730469.4548,001800,60554858.5127,001800,150814838.0,006600,001800,86754.313851,74621,137986,hub,hub,non_hub,586267.286922,4510317.94668,585247.838585,4508094.62497
+1355,1355,1302,154.0,001800,,40.7193657075,-73.9906468425,156.0,006700,40.73038599,-74.00214988,791.100665926,4984,8063,3796,3489,006700,47238039.9972,001800,60554858.5127,001800,150814838.0,006700,001800,86754.313851,70025,137986,hub,hub,non_hub,584262.399901,4509306.84766,585247.838585,4508094.62497
+1356,1356,834,154.0,001800,,40.7193657075,-73.9906468425,156.0,006800,40.74025878,-73.98409214,915.711608991,6735,8063,4494,3489,006800,130298431.446,001800,60554858.5127,001800,150814838.0,006800,001800,86754.313851,58926,137986,hub,hub,non_hub,585774.608423,4510420.28363,585247.838585,4508094.62497
+1357,1357,1048,308.0,001800,,40.7193657075,-73.9906468425,268.0,006900,40.732319905,-74.0069291,993.217249671,2687,8063,1484,3489,006900,61292499.9331,001800,60554858.5127,001800,150814838.0,006900,001800,86754.313851,130727,137986,hub,hub,non_hub,583856.38945,4509516.94969,585247.838585,4508094.62497
+1358,1358,1524,462.0,001800,,40.7193657075,-73.9906468425,508.0,007000,40.742531408,-73.9756458151,1085.47540518,8302,8063,5669,3489,007000,78634704.8451,001800,60554858.5127,001800,150814838.0,007000,001800,86754.313851,145227,137986,hub,hub,non_hub,586484.811584,4510680.84916,585247.838585,4508094.62497
+1359,1359,740,308.0,001800,,40.7193657075,-73.9906468425,284.0,007100,40.736526545,-74.000108805,991.568205805,5633,8063,3844,3489,007100,68447429.2743,001800,60554858.5127,001800,150814838.0,007100,001800,86754.313851,79459,137986,hub,hub,non_hub,584426.995774,4509990.4524,585247.838585,4508094.62497
+1360,1360,1408,462.0,001800,,40.7193657075,-73.9906468425,504.0,007200,40.7447014833,-73.98154809,1078.67536063,7734,8063,5222,3489,007200,132092861.454,001800,60554858.5127,001800,150814838.0,007200,001800,86754.313851,157612,137986,hub,hub,non_hub,585983.687715,4510915.94446,585247.838585,4508094.62497
+1361,1361,995,308.0,001800,,40.7193657075,-73.9906468425,236.0,007300,40.734682705,-74.00388484,947.809909533,5615,8063,4547,3489,007300,48716185.79,001800,60554858.5127,001800,150814838.0,007300,001800,86754.313851,92567,137986,hub,hub,non_hub,584110.479319,4509782.14883,585247.838585,4508094.62497
+1362,1362,417,308.0,001800,,40.7193657075,-73.9906468425,344.0,007400,40.746413585,-73.98586892,1188.32131706,4179,8063,2700,3489,007400,170614202.951,001800,60554858.5127,001800,150814838.0,007400,001800,86754.313851,81121,137986,hub,hub,non_hub,585616.696258,4511101.7763,585247.838585,4508094.62497
+1363,1363,660,308.0,001800,,40.7193657075,-73.9906468425,276.0,007600,40.74737476,-73.988320695,1225.20242653,2203,8063,1573,3489,007600,242014413.464,001800,60554858.5127,001800,150814838.0,007600,001800,86754.313851,97464,137986,hub,hub,non_hub,585408.475283,4511206.08492,585247.838585,4508094.62497
+1364,1364,437,154.0,001800,,40.7193657075,-73.9906468425,172.0,007700,40.7390169121,-74.0026376103,1131.7112049,5404,8063,4254,3489,007700,59306273.1509,001800,60554858.5127,001800,150814838.0,007700,001800,86754.313851,79025,137986,hub,hub,non_hub,584210.329106,4510264.47156,585247.838585,4508094.62497
+1365,1365,514,154.0,001800,,40.7193657075,-73.9906468425,156.0,007800,40.74780373,-73.9734419,1137.68831,7380,8063,5372,3489,007800,112124597.728,001800,60554858.5127,001800,150814838.0,007800,001800,86754.313851,59601,137986,hub,hub,non_hub,586664.043115,4511268.28888,585247.838585,4508094.62497
+1366,1366,1527,770.0,001800,,40.7193657075,-73.9906468425,696.0,007900,40.738916514,-74.007286026,1151.13896155,4406,8063,2904,3489,007900,86937368.5918,001800,60554858.5127,001800,150814838.0,007900,001800,86754.313851,171846,137986,hub,hub,non_hub,583817.969395,4510248.87788,585247.838585,4508094.62497
+1367,1367,446,308.0,001800,,40.7193657075,-73.9906468425,284.0,008000,40.7485693,-73.97717991,1240.54599998,4946,8063,3730,3489,008000,197763821.532,001800,60554858.5127,001800,150814838.0,008000,001800,86754.313851,74808,137986,hub,hub,non_hub,586347.477591,4511349.58844,585247.838585,4508094.62497
+1368,1368,309,154.0,001800,,40.7193657075,-73.9906468425,156.0,008100,40.73935542,-73.99931783,1086.79590391,8675,8063,5315,3489,008100,91100400.6907,001800,60554858.5127,001800,150814838.0,008100,001800,86754.313851,53195,137986,hub,hub,non_hub,584490.204148,4510305.23824,585247.838585,4508094.62497
+1369,1369,1063,462.0,001800,,40.7193657075,-73.9906468425,700.0,008200,40.7519177527,-73.9793088346,1334.87406299,3442,8063,2534,3489,008200,262405408.076,001800,60554858.5127,001800,150814838.0,008200,001800,86754.313851,228612,137986,hub,hub,non_hub,586163.425988,4511719.19883,585247.838585,4508094.62497
+1370,1370,1038,616.0,001800,,40.7193657075,-73.9906468425,476.0,008300,40.742591315,-74.004102785,1224.18403143,4211,8063,2321,3489,008300,119862327.354,001800,60554858.5127,001800,150814838.0,008300,001800,86754.313851,186113,137986,hub,hub,non_hub,584082.11654,4510659.85081,585247.838585,4508094.62497
+1371,1371,130,154.0,001800,,40.7193657075,-73.9906468425,152.0,008400,40.75038009,-73.98338988,1256.49838934,1726,8063,1041,3489,008400,147824461.739,001800,60554858.5127,001800,150814838.0,008400,001800,86754.313851,34199,137986,hub,hub,non_hub,585820.889203,4511544.50828,585247.838585,4508094.62497
+1372,1372,179,154.0,001800,,40.7193657075,-73.9906468425,172.0,008601,40.744219,-73.97121214,1472.17558824,2551,8063,1528,3489,008601,31141773.9073,001800,60554858.5127,001800,150814838.0,008601,001800,86754.313851,31961,137986,hub,hub,non_hub,586856.951039,4510872.56191,585247.838585,4508094.62497
+1373,1373,669,308.0,001800,,40.7193657075,-73.9906468425,312.0,008700,40.74206378,-73.995708955,1157.37292462,6671,8063,4249,3489,008700,85660216.7821,001800,60554858.5127,001800,150814838.0,008700,001800,86754.313851,152953,137986,hub,hub,non_hub,584791.475936,4510609.36503,585247.838585,4508094.62497
+1374,1374,263,308.0,001800,,40.7193657075,-73.9906468425,312.0,008800,40.75012189,-73.970133575,1278.82130557,6964,8063,5507,3489,008800,216532475.876,001800,60554858.5127,001800,150814838.0,008800,001800,86754.313851,43247,137986,hub,hub,non_hub,586940.323322,4511528.89362,585247.838585,4508094.62497
+1375,1375,711,462.0,001800,,40.7193657075,-73.9906468425,480.0,008900,40.74529008,-74.0021768567,1229.56340245,5560,8063,3511,3489,008900,54419260.2723,001800,60554858.5127,001800,150814838.0,008900,001800,86754.313851,158638,137986,hub,hub,non_hub,584241.316685,4510961.27944,585247.838585,4508094.62497
+1376,1376,463,462.0,001800,,40.7193657075,-73.9906468425,440.0,009000,40.75261798,-73.9703317533,1320.09487672,7026,8063,5832,3489,009000,208846060.851,001800,60554858.5127,001800,150814838.0,009000,001800,86754.313851,74531,137986,hub,hub,non_hub,586920.342162,4511805.78171,585247.838585,4508094.62497
+1377,1377,355,154.0,001800,,40.7193657075,-73.9906468425,156.0,009100,40.74487634,-73.99529885,1186.1914784,6415,8063,4386,3489,009100,127325659.041,001800,60554858.5127,001800,150814838.0,009100,001800,86754.313851,63878,137986,hub,hub,non_hub,584822.527687,4510921.97538,585247.838585,4508094.62497
+1378,1378,288,308.0,001800,,40.7193657075,-73.9906468425,440.0,009200,40.7548518863,-73.9734329075,1334.47029657,1754,8063,1461,3489,009200,408192557.246,001800,60554858.5127,001800,150814838.0,009200,001800,86754.313851,72226,137986,hub,hub,non_hub,586655.650548,4512050.69496,585247.838585,4508094.62497
+1379,1379,146,154.0,001800,,40.7193657075,-73.9906468425,156.0,009300,40.74475148,-73.99915362,1289.24941698,9705,8063,5585,3489,009300,68528055.2433,001800,60554858.5127,001800,150814838.0,009300,001800,86754.313851,52202,137986,hub,hub,non_hub,584497.239363,4510904.39701,585247.838585,4508094.62497
+1380,1380,141,154.0,001800,,40.7193657075,-73.9906468425,124.0,009400,40.75320159,-73.9779874,1307.58265306,29,8063,16,3489,009400,299218147.811,001800,60554858.5127,001800,150814838.0,009400,001800,86754.313851,82147,137986,hub,hub,non_hub,586273.319314,4511863.01244,585247.838585,4508094.62497
+1381,1381,368,154.0,001800,,40.7193657075,-73.9906468425,204.0,009500,40.746647,-73.993915,1219.26048155,3425,8063,1416,3489,009500,129660033.725,001800,60554858.5127,001800,150814838.0,009500,001800,86754.313851,57488,137986,hub,hub,non_hub,584937.108907,4511119.86954,585247.838585,4508094.62497
+1382,1382,254,462.0,001800,,40.7193657075,-73.9906468425,560.0,009600,40.7560384247,-73.9803620227,1475.89236328,153,8063,268,3489,009600,270304841.585,001800,60554858.5127,001800,150814838.0,009600,001800,86754.313851,71527,137986,hub,hub,non_hub,586069.203183,4512175.5903,585247.838585,4508094.62497
+1383,1383,391,462.0,001800,,40.7193657075,-73.9906468425,396.0,009700,40.7493616033,-73.9991321067,1504.25331805,4744,8063,2827,3489,009700,83018263.1602,001800,60554858.5127,001800,150814838.0,009700,001800,86754.313851,118804,137986,hub,hub,non_hub,584493.220017,4511416.17434,585247.838585,4508094.62497
+1384,1384,324,308.0,001800,,40.7193657075,-73.9906468425,280.0,009800,40.755285655,-73.96667288,1436.69148416,7105,8063,5244,3489,009800,115943808.909,001800,60554858.5127,001800,150814838.0,009800,001800,86754.313851,40039,137986,hub,hub,non_hub,587225.727282,4512105.54383,585247.838585,4508094.62497
+1385,1385,1258,770.0,001800,,40.7193657075,-73.9906468425,740.0,009900,40.7520807866,-74.0031899092,1401.28374739,3617,8063,2438,3489,009900,404439511.776,001800,60554858.5127,001800,150814838.0,009900,001800,86754.313851,208076,137986,hub,hub,non_hub,584147.226991,4511714.12465,585247.838585,4508094.62497
+1386,1386,241,462.0,001800,,40.7193657075,-73.9906468425,484.0,010000,40.7583696933,-73.9710287767,1381.65527897,1829,8063,1399,3489,010000,366457143.613,001800,60554858.5127,001800,150814838.0,010000,001800,86754.313851,72085,137986,hub,hub,non_hub,586854.014885,4512443.57459,585247.838585,4508094.62497
+1387,1387,922,462.0,001800,,40.7193657075,-73.9906468425,508.0,010100,40.74945622,-73.9903382667,1340.39476735,1119,8063,828,3489,010100,246168211.101,001800,60554858.5127,001800,150814838.0,010100,001800,86754.313851,183377,137986,hub,hub,non_hub,585235.486219,4511435.18064,585247.838585,4508094.62497
+1388,1388,88,308.0,001800,,40.7193657075,-73.9906468425,324.0,010200,40.7606694,-73.973473555,1566.21841787,313,8063,268,3489,010200,333450202.294,001800,60554858.5127,001800,150814838.0,010200,001800,86754.313851,46675,137986,hub,hub,non_hub,586644.664817,4512696.44233,585247.838585,4508094.62497
+1389,1389,545,308.0,001800,,40.7193657075,-73.9906468425,392.0,010300,40.751000495,-73.994372255,1452.6485657,1859,8063,1351,3489,010300,141506056.87,001800,60554858.5127,001800,150814838.0,010300,001800,86754.313851,221593,137986,hub,hub,non_hub,584892.968074,4511602.69644,585247.838585,4508094.62497
+1390,1390,158,308.0,001800,,40.7193657075,-73.9906468425,300.0,010400,40.761664375,-73.976854975,1722.15000664,1031,8063,1033,3489,010400,363981333.295,001800,60554858.5127,001800,150814838.0,010400,001800,86754.313851,65073,137986,hub,hub,non_hub,586357.961325,4512803.55852,585247.838585,4508094.62497
+1391,1391,102,154.0,001800,,40.7193657075,-73.9906468425,132.0,010602,40.75849116,-73.95920622,1346.2996732,4794,8063,2963,3489,010602,67980898.3739,001800,60554858.5127,001800,150814838.0,010602,001800,86754.313851,22153,137986,hub,hub,non_hub,587851.796682,4512468.82754,585247.838585,4508094.62497
+1392,1392,504,462.0,001800,,40.7193657075,-73.9906468425,468.0,010800,40.7591736033,-73.96613818,1504.29957703,8531,8063,6272,3489,010800,189351523.799,001800,60554858.5127,001800,150814838.0,010800,001800,86754.313851,79198,137986,hub,hub,non_hub,587265.778542,4512537.66689,585247.838585,4508094.62497
+1393,1393,307,308.0,001800,,40.7193657075,-73.9906468425,456.0,010900,40.751351715,-73.987594755,1294.68952261,182,8063,92,3489,010900,228173063.011,001800,60554858.5127,001800,150814838.0,010900,001800,86754.313851,60092,137986,hub,hub,non_hub,585464.669441,4511648.26242,585247.838585,4508094.62497
+1394,1394,95,154.0,001800,,40.7193657075,-73.9906468425,236.0,011201,40.7643971,-73.97371465,1845.30809019,827,8063,964,3489,011201,118515444.187,001800,60554858.5127,001800,150814838.0,011201,001800,86754.313851,41525,137986,hub,hub,non_hub,586619.474659,4513110.00718,585247.838585,4508094.62497
+1395,1395,212,154.0,001800,,40.7193657075,-73.9906468425,132.0,011203,40.76095756,-73.96724467,1602.55771434,1176,8063,1160,3489,011203,143782379.009,001800,60554858.5127,001800,150814838.0,011203,001800,86754.313851,48033,137986,hub,hub,non_hub,587170.050102,4512734.59972,585247.838585,4508094.62497
+1396,1396,1098,616.0,001800,,40.7193657075,-73.9906468425,792.0,011300,40.7548008425,-73.9888010575,1443.04856204,204,8063,107,3489,011300,357940519.061,001800,60554858.5127,001800,150814838.0,011300,001800,86754.313851,236650,137986,hub,hub,non_hub,585358.423228,4512029.96675,585247.838585,4508094.62497
+1397,1397,308,308.0,001800,,40.7193657075,-73.9906468425,328.0,011500,40.75701407,-73.992353645,1663.85312151,2487,8063,1678,3489,011500,130958459.747,001800,60554858.5127,001800,150814838.0,011500,001800,86754.313851,103294,137986,hub,hub,non_hub,585055.712647,4512272.20178,585247.838585,4508094.62497
+1398,1398,168,308.0,001800,,40.7193657075,-73.9906468425,336.0,011700,40.76058799,-74.00080945,1716.29385959,2938,8063,2304,3489,011700,91270705.1484,001800,60554858.5127,001800,150814838.0,011700,001800,86754.313851,73016,137986,hub,hub,non_hub,584337.427395,4512660.77158,585247.838585,4508094.62497
+1399,1399,81,154.0,001800,,40.7193657075,-73.9906468425,136.0,011900,40.7568001,-73.98291153,1755.37539683,1079,8063,1121,3489,011900,395254501.74,001800,60554858.5127,001800,150814838.0,011900,001800,86754.313851,39976,137986,hub,hub,non_hub,585853.012005,4512257.64444,585247.838585,4508094.62497
+1400,1400,354,462.0,001800,,40.7193657075,-73.9906468425,436.0,012100,40.7598593767,-73.9914900133,1605.43870297,8366,8063,5744,3489,012100,101223732.045,001800,60554858.5127,001800,150814838.0,012100,001800,86754.313851,132767,137986,hub,hub,non_hub,585124.983126,4512588.88932,585247.838585,4508094.62497
+1401,1401,73,154.0,001800,,40.7193657075,-73.9906468425,204.0,012500,40.76064679,-73.98442659,1666.37256512,2439,8063,2096,3489,012500,322911522.418,001800,60554858.5127,001800,150814838.0,012500,001800,86754.313851,45486,137986,hub,hub,non_hub,585720.180916,4512683.17447,585247.838585,4508094.62497
+1402,1402,207,308.0,001800,,40.7193657075,-73.9906468425,336.0,012700,40.762485435,-73.990447135,1569.12716883,6437,8063,4434,3489,012700,104637996.687,001800,60554858.5127,001800,150814838.0,012700,001800,86754.313851,83393,137986,hub,hub,non_hub,585209.656415,4512881.41361,585247.838585,4508094.62497
+1403,1403,71,154.0,001800,,40.7193657075,-73.9906468425,96.0,012900,40.76341379,-73.99667444,2020.09419192,5312,8063,3621,3489,012900,158698340.053,001800,60554858.5127,001800,150814838.0,012900,001800,86754.313851,28661,137986,hub,hub,non_hub,584682.864463,4512978.43901,585247.838585,4508094.62497
+1404,1404,214,462.0,001800,,40.7193657075,-73.9906468425,640.0,013100,40.7621295133,-73.98215453,1621.64079763,2489,8063,2283,3489,013100,405023451.28,001800,60554858.5127,001800,150814838.0,013100,001800,86754.313851,107228,137986,hub,hub,non_hub,585910.04945,4512849.98999,585247.838585,4508094.62497
+1405,1405,156,462.0,001800,,40.7193657075,-73.9906468425,404.0,013300,40.7647250567,-73.9866537633,1824.93661556,5363,8063,3909,3489,013300,79847412.2593,001800,60554858.5127,001800,150814838.0,013300,001800,86754.313851,89810,137986,hub,hub,non_hub,585526.963405,4513133.71926,585247.838585,4508094.62497
+1406,1406,183,308.0,001800,,40.7193657075,-73.9906468425,260.0,013500,40.766984435,-73.99227308,1539.20576108,6075,8063,3935,3489,013500,198199142.958,001800,60554858.5127,001800,150814838.0,013500,001800,86754.313851,64723,137986,hub,hub,non_hub,585049.80204,4513379.06475,585247.838585,4508094.62497
+1407,1407,235,308.0,001800,,40.7193657075,-73.9906468425,392.0,013700,40.766109285,-73.981808355,1624.53800595,6557,8063,5442,3489,013700,314878324.419,001800,60554858.5127,001800,150814838.0,013700,001800,86754.313851,91142,137986,hub,hub,non_hub,585934.141665,4513292.1137,585247.838585,4508094.62497
+1408,1408,34,154.0,001800,,40.7193657075,-73.9906468425,108.0,013900,40.768254,-73.988639,2082.92108586,7607,8063,7359,3489,013900,139918084.587,001800,60554858.5127,001800,150814838.0,013900,001800,86754.313851,26390,137986,hub,hub,non_hub,585354.890073,4513523.52534,585247.838585,4508094.62497
+1409,1409,93,154.0,001800,,40.7193657075,-73.9906468425,196.0,014300,40.76590936,-73.97634151,1381.35195727,3,8063,0,3489,014300,50027992.3322,001800,60554858.5127,001800,150814838.0,014300,001800,86754.313851,21051,137986,hub,hub,non_hub,586395.803012,4513275.28949,585247.838585,4508094.62497
+1410,1410,199,154.0,001800,,40.7193657075,-73.9906468425,144.0,014500,40.76915505,-73.98191841,1832.42334957,5811,8063,3462,3489,014500,253397343.373,001800,60554858.5127,001800,150814838.0,014500,001800,86754.313851,68350,137986,hub,hub,non_hub,585920.929601,4513630.10902,585247.838585,4508094.62497
+1411,1411,103,154.0,001800,,40.7193657075,-73.9906468425,220.0,014700,40.770513,-73.988038,1542.05762603,2586,8063,1743,3489,014700,70871746.8417,001800,60554858.5127,001800,150814838.0,014700,001800,86754.313851,35099,137986,hub,hub,non_hub,585402.720353,4513774.87644,585247.838585,4508094.62497
+1412,1412,34,154.0,001800,,40.7193657075,-73.9906468425,144.0,015100,40.771522,-73.990541,2737.25189394,8105,8063,4856,3489,015100,164953931.102,001800,60554858.5127,001800,150814838.0,015100,001800,86754.313851,17578,137986,hub,hub,non_hub,585190.192062,4513884.4495,585247.838585,4508094.62497
+1413,1413,630,308.0,001800,,40.7193657075,-73.9906468425,280.0,031703,40.71644312,-74.014902115,1274.35094196,8670,8063,4231,3489,031703,332361109.355,001800,60554858.5127,001800,150814838.0,031703,001800,86754.313851,136082,137986,hub,hub,non_hub,583202.897614,4507746.93647,585247.838585,4508094.62497
+1414,1414,652,462.0,001800,,40.7193657075,-73.9906468425,392.0,031704,40.7085171733,-74.0165557667,1326.43511495,6610,8063,3790,3489,031704,160823714.408,001800,60554858.5127,001800,150814838.0,031704,001800,86754.313851,105244,137986,hub,hub,non_hub,583073.076824,4506865.54027,585247.838585,4508094.62497
+1415,1415,3797,462.0,001800,,40.7193657075,-73.9906468425,340.0,000600,40.7128987867,-73.9898646367,468.241496447,11558,8063,4083,3489,000600,59149181.7526,001800,60554858.5127,001800,150814838.0,000600,001800,86754.313851,70053,137986,hub,hub,hub,585322.159723,4507377.5136,585247.838585,4508094.62497
+1416,1416,431,138.0,002000,,40.721554605,-73.977309405,108.0,000202,40.71318002,-73.9818904933,662.571873463,8012,4795,3598,1899,000202,37878157.9781,002000,17907673.5628,,0.0,000202,002000,46208.0698416,56352,31868,hub,hub,non_hub,585995.353038,4507416.50937,586371.478696,4508350.63994
+1417,1417,936,322.0,002000,,40.721554605,-73.977309405,516.0,000700,40.70581148,-74.0081572071,1295.71465259,7722,4795,5201,1899,000700,476954959.734,002000,17907673.5628,,0.0,000700,002000,46208.0698416,160040,31868,hub,hub,non_hub,583785.918305,4506573.16797,586371.478696,4508350.63994
+1418,1418,615,92.0,002000,,40.721554605,-73.977309405,94.0,000800,40.712414475,-73.993471545,941.98327045,10365,4795,4150,1899,000800,46479755.076,002000,17907673.5628,,0.0,000800,002000,46208.0698416,34254,31868,hub,hub,non_hub,585018.109713,4507320.25418,586371.478696,4508350.63994
+1419,1419,254,138.0,002000,,40.721554605,-73.977309405,194.0,000900,40.7024745833,-74.01224785,1397.28677673,1140,4795,939,1899,000900,404341803.896,002000,17907673.5628,,0.0,000900,002000,46208.0698416,46446,31868,hub,hub,non_hub,583444.520998,4506198.85784,586371.478696,4508350.63994
+1420,1420,151,46.0,002000,,40.721554605,-73.977309405,38.0,001002,40.71782143,-73.97628939,514.682229496,6439,4795,2346,1899,001002,22763374.2099,002000,17907673.5628,,0.0,001002,002000,46208.0698416,15916,31868,hub,hub,non_hub,586462.45635,4507937.23607,586371.478696,4508350.63994
+1421,1421,365,92.0,002000,,40.721554605,-73.977309405,92.0,001200,40.717364275,-73.982955325,447.402551212,3547,4795,1857,1899,001200,23518220.7411,002000,17907673.5628,,0.0,001200,002000,46208.0698416,36493,31868,hub,hub,non_hub,585900.031125,4507879.94738,586371.478696,4508350.63994
+1422,1422,110,46.0,002000,,40.721554605,-73.977309405,72.0,001300,40.70463334,-74.01361706,1400.38392857,3776,4795,3028,1899,001300,286606455.687,002000,17907673.5628,,0.0,001300,002000,46208.0698416,27671,31868,hub,hub,non_hub,583326.158808,4506437.19368,586371.478696,4508350.63994
+1423,1423,201,46.0,002000,,40.721554605,-73.977309405,56.0,001401,40.71559509,-73.9870295,548.745989305,3289,4795,1708,1899,001401,20168722.3199,002000,17907673.5628,,0.0,001401,002000,46208.0698416,26885,31868,hub,hub,non_hub,585558.18429,4507679.57909,586371.478696,4508350.63994
+1424,1424,147,92.0,002000,,40.721554605,-73.977309405,134.0,001501,40.70966832,-74.003597135,1139.20713805,5581,4795,3450,1899,001501,172466366.322,002000,17907673.5628,,0.0,001501,002000,46208.0698416,27425,31868,hub,hub,non_hub,584166.279828,4507005.66129,586371.478696,4508350.63994
+1425,1425,411,138.0,002000,,40.721554605,-73.977309405,246.0,001502,40.7088053467,-74.00635276,1273.62057166,7095,4795,3459,1899,001502,221282059.103,002000,17907673.5628,,0.0,001502,002000,46208.0698416,82052,31868,hub,hub,non_hub,583934.59195,4506907.22889,586371.478696,4508350.63994
+1426,1426,1725,138.0,002000,,40.721554605,-73.977309405,214.0,001600,40.7153350167,-73.9943926833,792.235440325,8236,4795,3242,1899,001600,76565505.7581,002000,17907673.5628,,0.0,001600,002000,46208.0698416,82798,31868,hub,hub,non_hub,584936.591099,4507643.5622,586371.478696,4508350.63994
+1427,1427,1852,184.0,002000,,40.721554605,-73.977309405,308.0,001800,40.7193657075,-73.9906468425,621.518656028,8063,4795,3489,1899,001800,60554858.5127,002000,17907673.5628,,0.0,001800,002000,46208.0698416,133306,31868,hub,hub,non_hub,585247.838585,4508094.62497,586371.478696,4508350.63994
+1428,1428,175,184.0,002000,,40.721554605,-73.977309405,204.0,002100,40.71451321,-74.0108850975,1540.05229149,6111,4795,3038,1899,002100,273869828.705,002000,17907673.5628,,0.0,002100,002000,46208.0698416,151037,31868,hub,hub,non_hub,583544.598931,4507536.51732,586371.478696,4508350.63994
+1429,1429,537,92.0,002000,,40.721554605,-73.977309405,88.0,002201,40.71833027,-73.980972895,415.801801146,6762,4795,3030,1899,002201,37585954.9949,002000,17907673.5628,,0.0,002201,002000,46208.0698416,26391,31868,hub,hub,non_hub,586066.226443,4507989.12022,586371.478696,4508350.63994
+1430,1430,207,46.0,002000,,40.721554605,-73.977309405,62.0,002202,40.7208736,-73.98085795,513.616635514,2256,4795,1045,1899,002202,13179093.8977,002000,17907673.5628,,0.0,002202,002000,46208.0698416,23935,31868,hub,hub,non_hub,586072.658368,4508271.55961,586371.478696,4508350.63994
+1431,1431,262,92.0,002000,,40.721554605,-73.977309405,96.0,002400,40.724744875,-73.974986535,576.962121212,5775,4795,2175,1899,002400,17986635.5592,002000,17907673.5628,,0.0,002400,002000,46208.0698416,17965,31868,hub,hub,non_hub,586563.526382,4508707.06897,586371.478696,4508350.63994
+1432,1432,191,92.0,002000,,40.721554605,-73.977309405,124.0,002500,40.7111743,-73.99849582,1187.64666149,5061,4795,1917,1899,002500,22428407.6271,002000,17907673.5628,,0.0,002500,002000,46208.0698416,28216,31868,hub,hub,non_hub,584595.28909,4507177.73549,586371.478696,4508350.63994
+1433,1433,109,46.0,002000,,40.721554605,-73.977309405,62.0,002601,40.72299208,-73.97995466,639.656177606,3774,4795,1593,1899,002601,22248722.3098,002000,17907673.5628,,0.0,002601,002000,46208.0698416,22144,31868,hub,hub,non_hub,586146.216204,4508507.61099,586371.478696,4508350.63994
+1434,1434,36,46.0,002000,,40.721554605,-73.977309405,54.0,002700,40.71307916,-73.99851193,1327.125,1191,4795,655,1899,002700,11349914.9514,002000,17907673.5628,,0.0,002700,002000,46208.0698416,20570,31868,hub,hub,non_hub,584591.517275,4507389.17181,586371.478696,4508350.63994
+1435,1435,276,46.0,002000,,40.721554605,-73.977309405,64.0,002800,40.72521311,-73.97768752,478.867702027,7302,4795,3341,1899,002800,47641507.3146,002000,17907673.5628,,0.0,002800,002000,46208.0698416,36744,31868,hub,hub,non_hub,586334.816403,4508756.38709,586371.478696,4508350.63994
+1436,1436,111,46.0,002000,,40.721554605,-73.977309405,86.0,002900,40.71602118,-73.99974372,1103.01336898,5855,4795,2420,1899,002900,200965547.24,002000,17907673.5628,,0.0,002900,002000,46208.0698416,31936,31868,hub,hub,non_hub,584483.752153,4507714.56961,586371.478696,4508350.63994
+1437,1437,431,46.0,002000,,40.721554605,-73.977309405,70.0,003001,40.72066442,-73.98517977,379.148978705,4301,4795,2553,1899,003001,34302720.7166,002000,17907673.5628,,0.0,003001,002000,46208.0698416,41223,31868,hub,hub,non_hub,585707.91731,4508244.11218,586371.478696,4508350.63994
+1438,1438,372,46.0,002000,,40.721554605,-73.977309405,74.0,003002,40.72217444,-73.98368779,409.358925059,3031,4795,1885,1899,003002,18686109.2263,002000,17907673.5628,,0.0,003002,002000,46208.0698416,38675,31868,hub,hub,non_hub,585831.986427,4508413.19181,586371.478696,4508350.63994
+1439,1439,215,138.0,002000,,40.721554605,-73.977309405,242.0,003100,40.7140617467,-74.0041933367,1071.19124157,2809,4795,858,1899,003100,145687012.574,002000,17907673.5628,,0.0,003100,002000,46208.0698416,81469,31868,hub,hub,non_hub,584110.388584,4507492.78891,586371.478696,4508350.63994
+1440,1440,1208,138.0,002000,,40.721554605,-73.977309405,200.0,003200,40.7260543867,-73.9823576167,480.522339894,7630,4795,4888,1899,003200,46369492.482,002000,17907673.5628,,0.0,003200,002000,46208.0698416,138064,31868,hub,hub,non_hub,585939.335766,4508845.19329,586371.478696,4508350.63994
+1441,1441,125,230.0,002000,2.51277011391,40.7216353011,-73.9772402589,346.0,003300,40.71848649,-74.006177264,1260.35254432,5174,4795,2694,1899,003300,215459582.054,002000,17907673.5628,,0.0,003300,002000,46208.0698416,115059,31868,hub,hub,non_hub,583937.2564,4507982.06628,586377.214206,4508359.66577
+1442,1442,500,46.0,002000,,40.721554605,-73.977309405,78.0,003400,40.72955361,-73.98057249,467.119237026,6706,4795,4203,1899,003400,42933229.7541,002000,17907673.5628,,0.0,003400,002000,46208.0698416,47926,31868,hub,hub,non_hub,586085.581298,4509235.37985,586371.478696,4508350.63994
+1443,1443,464,92.0,002000,,40.721554605,-73.977309405,132.0,003601,40.72217423,-73.990293175,552.984310502,3299,4795,1613,1899,003601,29191583.8104,002000,17907673.5628,,0.0,003601,002000,46208.0698416,77585,31868,hub,hub,non_hub,585274.124459,4508406.73315,586371.478696,4508350.63994
+1444,1444,1176,92.0,002000,,40.721554605,-73.977309405,124.0,003602,40.724852985,-73.989265345,502.153943545,2918,4795,1586,1899,003602,24941258.1161,002000,17907673.5628,,0.0,003602,002000,46208.0698416,82124,31868,hub,hub,non_hub,585357.507872,4508705.09166,586371.478696,4508350.63994
+1445,1445,275,184.0,002000,,40.721554605,-73.977309405,296.0,003700,40.7256696075,-74.0052069325,1117.68248022,2401,4795,1490,1899,003700,212385639.924,002000,17907673.5628,,0.0,003700,002000,46208.0698416,173333,31868,hub,hub,non_hub,584010.178026,4508780.36793,586371.478696,4508350.63994
+1446,1446,1817,184.0,002000,,40.721554605,-73.977309405,320.0,003800,40.72765889,-73.988195855,527.109281006,8610,4795,5795,1899,003800,67437493.5221,002000,17907673.5628,,0.0,003800,002000,46208.0698416,167230,31868,hub,hub,non_hub,585444.239635,4509017.60641,586371.478696,4508350.63994
+1447,1447,172,184.0,002000,,40.721554605,-73.977309405,212.0,003900,40.7201717475,-74.00983051,1255.31147499,5253,4795,3059,1899,003900,194910113.03,002000,17907673.5628,,0.0,003900,002000,46208.0698416,113624,31868,hub,hub,non_hub,583626.593058,4508165.65565,586371.478696,4508350.63994
+1448,1448,675,92.0,002000,,40.721554605,-73.977309405,132.0,004000,40.73000573,-73.98549552,582.616557773,9801,4795,4546,1899,004000,66858387.5133,002000,17907673.5628,,0.0,004000,002000,46208.0698416,99660,31868,hub,hub,non_hub,585669.269443,4509280.75306,586371.478696,4508350.63994
+1449,1449,1170,92.0,002000,,40.721554605,-73.977309405,128.0,004100,40.7195529,-73.996789035,904.805955468,7793,4795,3765,1899,004100,71738983.3617,002000,17907673.5628,,0.0,004100,002000,46208.0698416,114685,31868,hub,hub,non_hub,584728.836557,4508109.46034,586371.478696,4508350.63994
+1450,1450,637,46.0,002000,,40.721554605,-73.977309405,70.0,004200,40.73223272,-73.98889957,673.634576125,4988,4795,1801,1899,004200,39941846.3325,002000,17907673.5628,,0.0,004200,002000,46208.0698416,50846,31868,hub,hub,non_hub,585378.96492,4509524.64843,586371.478696,4508350.63994
+1451,1451,547,92.0,002000,,40.721554605,-73.977309405,134.0,004300,40.723870235,-73.995226525,695.199993544,4267,4795,2598,1899,004300,65935514.1184,002000,17907673.5628,,0.0,004300,002000,46208.0698416,95162,31868,hub,hub,non_hub,584855.320992,4508590.22212,586371.478696,4508350.63994
+1452,1452,761,92.0,002000,,40.721554605,-73.977309405,120.0,004400,40.73080269,-73.97968993,546.153488214,17710,4795,8297,1899,004400,114601147.016,002000,17907673.5628,,0.0,004400,002000,46208.0698416,106427,31868,hub,hub,non_hub,586158.498991,4509374.90208,586371.478696,4508350.63994
+1453,1453,80,46.0,002000,,40.721554605,-73.977309405,54.0,004500,40.71910537,-73.99973337,988.834381551,840,4795,582,1899,004500,52009114.8865,002000,17907673.5628,,0.0,004500,002000,46208.0698416,34275,31868,hub,hub,non_hub,584480.726971,4508056.94497,586371.478696,4508350.63994
+1454,1454,57,46.0,002000,,40.721554605,-73.977309405,78.0,004700,40.72165481,-74.00234737,1092.14347291,2267,4795,1586,1899,004700,75477587.1594,002000,17907673.5628,,0.0,004700,002000,46208.0698416,27544,31868,hub,hub,non_hub,584256.734795,4508337.43837,586371.478696,4508350.63994
+1455,1455,330,46.0,002000,,40.721554605,-73.977309405,70.0,004800,40.73624527,-73.98473765,949.618341014,7550,4795,3799,1899,004800,74763044.6965,002000,17907673.5628,,0.0,004800,002000,46208.0698416,42567,31868,hub,hub,non_hub,585725.258797,4509974.12516,586371.478696,4508350.63994
+1456,1456,122,92.0,002000,,40.721554605,-73.977309405,146.0,004900,40.724268615,-74.000521515,991.985819624,4951,4795,3054,1899,004900,103848670.177,002000,17907673.5628,,0.0,004900,002000,46208.0698416,80152,31868,hub,hub,non_hub,584407.63728,4508629.34168,586371.478696,4508350.63994
+1457,1457,538,138.0,002000,,40.721554605,-73.977309405,186.0,005000,40.7359163467,-73.9873427633,885.189146204,5061,4795,3595,1899,005000,120638459.215,002000,17907673.5628,,0.0,005000,002000,46208.0698416,111023,31868,hub,hub,non_hub,585505.709717,4509935.07175,586371.478696,4508350.63994
+1458,1458,395,92.0,002000,,40.721554605,-73.977309405,212.0,005200,40.73715585,-73.991241315,935.56842745,4193,4795,1785,1899,005200,109103391.81,002000,17907673.5628,,0.0,005200,002000,46208.0698416,159876,31868,hub,hub,non_hub,585174.941656,4510068.87544,586371.478696,4508350.63994
+1459,1459,72,46.0,002000,,40.721554605,-73.977309405,94.0,005400,40.73971301,-73.99456405,1141.02566159,4656,4795,2837,1899,005400,128803552.888,002000,17907673.5628,,0.0,005400,002000,46208.0698416,73728,31868,hub,hub,non_hub,584891.129718,4510349.51956,586371.478696,4508350.63994
+1460,1460,129,46.0,002000,,40.721554605,-73.977309405,60.0,005501,40.72679454,-73.99695094,815.700924076,5079,4795,2483,1899,005501,61061928.4125,002000,17907673.5628,,0.0,005501,002000,46208.0698416,57258,31868,hub,hub,non_hub,584705.980012,4508913.17477,586371.478696,4508350.63994
+1461,1461,399,46.0,002000,,40.721554605,-73.977309405,54.0,005502,40.72743423,-73.99379025,638.862068966,2383,4795,1262,1899,005502,49017118.6146,002000,17907673.5628,,0.0,005502,002000,46208.0698416,55117,31868,hub,hub,non_hub,584972.085912,4508987.23863,586371.478696,4508350.63994
+1462,1462,162,92.0,002000,,40.721554605,-73.977309405,190.0,005600,40.74065347,-73.98778661,968.059247599,2618,4795,2190,1899,005600,189153355.609,002000,17907673.5628,,0.0,005600,002000,46208.0698416,113209,31868,hub,hub,non_hub,585462.168743,4510460.49357,586371.478696,4508350.63994
+1463,1463,1093,92.0,002000,,40.721554605,-73.977309405,164.0,005700,40.729662915,-73.992405595,615.888697359,2937,4795,1789,1899,005700,90178032.7137,002000,17907673.5628,,0.0,005700,002000,46208.0698416,156896,31868,hub,hub,non_hub,585086.179601,4509235.9788,586371.478696,4508350.63994
+1464,1464,118,92.0,002000,,40.721554605,-73.977309405,174.0,005800,40.743154205,-73.990299735,1230.23349757,3182,4795,2306,1899,005800,164037511.755,002000,17907673.5628,,0.0,005800,002000,46208.0698416,130970,31868,hub,hub,non_hub,585246.786708,4510735.64918,586371.478696,4508350.63994
+1465,1465,119,46.0,002000,,40.721554605,-73.977309405,62.0,005900,40.73049393,-73.9957214,735.555822499,5516,4795,3276,1899,005900,71785177.1361,002000,17907673.5628,,0.0,005900,002000,46208.0698416,53180,31868,hub,hub,non_hub,584805.117401,4509325.01914,586371.478696,4508350.63994
+1466,1466,517,92.0,002000,,40.721554605,-73.977309405,126.0,006000,40.734822295,-73.976916765,693.444467983,5286,4795,2459,1899,006000,27468182.8943,002000,17907673.5628,,0.0,006000,002000,46208.0698416,80462,31868,hub,hub,non_hub,586387.478737,4509823.83141,586371.478696,4508350.63994
+1467,1467,1056,184.0,002000,,40.721554605,-73.977309405,282.0,006100,40.73385254,-73.992357065,803.238620926,4913,4795,2683,1899,006100,91682014.33,002000,17907673.5628,,0.0,006100,002000,46208.0698416,245510,31868,hub,hub,non_hub,585084.940162,4509701.10308,586371.478696,4508350.63994
+1468,1468,101,46.0,002000,,40.721554605,-73.977309405,60.0,006200,40.7381765,-73.97738662,931.194249342,4680,4795,1401,1899,006200,231817485.533,002000,17907673.5628,,0.0,006200,002000,46208.0698416,33218,31868,hub,hub,non_hub,586343.467107,4510195.70961,586371.478696,4508350.63994
+1469,1469,309,138.0,002000,,40.721554605,-73.977309405,198.0,006300,40.7346940933,-73.99785666,946.270487822,6076,4795,4277,1899,006300,85447631.8451,002000,17907673.5628,,0.0,006300,002000,46208.0698416,120233,31868,hub,hub,non_hub,584619.48321,4509789.20591,586371.478696,4508350.63994
+1470,1470,160,46.0,002000,,40.721554605,-73.977309405,78.0,006400,40.73587678,-73.98205027,773.887899214,7518,4795,5058,1899,006400,95664936.1545,002000,17907673.5628,,0.0,006400,002000,46208.0698416,47750,31868,hub,hub,non_hub,585952.649806,4509935.84788,586371.478696,4508350.63994
+1471,1471,452,138.0,002000,,40.721554605,-73.977309405,212.0,006500,40.7306296367,-73.9991423,783.799645578,6517,4795,3568,1899,006500,59290910.3694,002000,17907673.5628,,0.0,006500,002000,46208.0698416,125356,31868,hub,hub,non_hub,584516.067395,4509336.78488,586371.478696,4508350.63994
+1472,1472,253,92.0,002000,,40.721554605,-73.977309405,164.0,006600,40.739285505,-73.97827188,960.265599712,11780,4795,6818,1899,006600,84730469.4548,002000,17907673.5628,,0.0,006600,002000,46208.0698416,74621,31868,hub,hub,non_hub,586267.286922,4510317.94668,586371.478696,4508350.63994
+1473,1473,157,46.0,002000,,40.721554605,-73.977309405,78.0,006700,40.73038599,-74.00214988,932.70652921,4984,4795,3796,1899,006700,47238039.9972,002000,17907673.5628,,0.0,006700,002000,46208.0698416,70025,31868,hub,hub,non_hub,584262.399901,4509306.84766,586371.478696,4508350.63994
+1474,1474,199,46.0,002000,,40.721554605,-73.977309405,78.0,006800,40.74025878,-73.98409214,897.308939394,6735,4795,4494,1899,006800,130298431.446,002000,17907673.5628,,0.0,006800,002000,46208.0698416,58926,31868,hub,hub,non_hub,585774.608423,4510420.28363,586371.478696,4508350.63994
+1475,1475,200,92.0,002000,,40.721554605,-73.977309405,134.0,006900,40.732319905,-74.0069291,1197.57315581,2687,4795,1484,1899,006900,61292499.9331,002000,17907673.5628,,0.0,006900,002000,46208.0698416,130727,31868,hub,hub,non_hub,583856.38945,4509516.94969,586371.478696,4508350.63994
+1476,1476,317,138.0,002000,,40.721554605,-73.977309405,254.0,007000,40.742529133,-73.9756413333,1095.50059577,8302,4795,5669,1899,007000,78634704.8451,002000,17907673.5628,,0.0,007000,002000,46208.0698416,145227,31868,hub,hub,non_hub,586485.19293,4510680.60104,586371.478696,4508350.63994
+1477,1477,214,92.0,002000,,40.721554605,-73.977309405,142.0,007100,40.736526545,-74.000108805,1066.50226029,5633,4795,3844,1899,007100,68447429.2743,002000,17907673.5628,,0.0,007100,002000,46208.0698416,79459,31868,hub,hub,non_hub,584426.995774,4509990.4524,586371.478696,4508350.63994
+1478,1478,221,138.0,002000,,40.721554605,-73.977309405,252.0,007200,40.7447014833,-73.98154809,1152.79299208,7734,4795,5222,1899,007200,132092861.454,002000,17907673.5628,,0.0,007200,002000,46208.0698416,157612,31868,hub,hub,non_hub,585983.687715,4510915.94446,586371.478696,4508350.63994
+1479,1479,119,92.0,002000,,40.721554605,-73.977309405,118.0,007300,40.734682705,-74.00388484,1120.94075338,5615,4795,4547,1899,007300,48716185.79,002000,17907673.5628,,0.0,007300,002000,46208.0698416,92567,31868,hub,hub,non_hub,584110.479319,4509782.14883,586371.478696,4508350.63994
+1480,1480,110,92.0,002000,,40.721554605,-73.977309405,172.0,007400,40.746413585,-73.98586892,1246.79921279,4179,4795,2700,1899,007400,170614202.951,002000,17907673.5628,,0.0,007400,002000,46208.0698416,81121,31868,hub,hub,non_hub,585616.696258,4511101.7763,586371.478696,4508350.63994
+1481,1481,95,92.0,002000,,40.721554605,-73.977309405,138.0,007600,40.74737476,-73.988320695,1260.83242754,2203,4795,1573,1899,007600,242014413.464,002000,17907673.5628,,0.0,007600,002000,46208.0698416,97464,31868,hub,hub,non_hub,585408.475283,4511206.08492,586371.478696,4508350.63994
+1482,1482,251,46.0,002000,,40.721554605,-73.977309405,86.0,007700,40.7390169121,-74.0026376103,1040.27085515,5404,4795,4254,1899,007700,59306273.1509,002000,17907673.5628,,0.0,007700,002000,46208.0698416,79025,31868,hub,hub,non_hub,584210.329106,4510264.47156,586371.478696,4508350.63994
+1483,1483,96,46.0,002000,,40.721554605,-73.977309405,78.0,007800,40.74780373,-73.9734419,1189.45961887,7380,4795,5372,1899,007800,112124597.728,002000,17907673.5628,,0.0,007800,002000,46208.0698416,59601,31868,hub,hub,non_hub,586664.043115,4511268.28888,586371.478696,4508350.63994
+1484,1484,129,230.0,002000,,40.721554605,-73.977309405,348.0,007900,40.738916514,-74.007286026,1282.50805138,4406,4795,2904,1899,007900,86937368.5918,002000,17907673.5628,,0.0,007900,002000,46208.0698416,171846,31868,hub,hub,non_hub,583817.969395,4510248.87788,586371.478696,4508350.63994
+1485,1485,71,92.0,002000,,40.721554605,-73.977309405,142.0,008000,40.7485693,-73.97717991,1313.79061448,4946,4795,3730,1899,008000,197763821.532,002000,17907673.5628,,0.0,008000,002000,46208.0698416,74808,31868,hub,hub,non_hub,586347.477591,4511349.58844,586371.478696,4508350.63994
+1486,1486,120,46.0,002000,,40.721554605,-73.977309405,78.0,008100,40.73935542,-73.99931783,1143.47107869,8675,4795,5315,1899,008100,91100400.6907,002000,17907673.5628,,0.0,008100,002000,46208.0698416,53195,31868,hub,hub,non_hub,584490.204148,4510305.23824,586371.478696,4508350.63994
+1487,1487,198,138.0,002000,,40.721554605,-73.977309405,350.0,008200,40.7519323235,-73.9793187698,1461.90699088,3442,4795,2534,1899,008200,262405408.076,002000,17907673.5628,,0.0,008200,002000,46208.0698416,228612,31868,hub,hub,non_hub,586162.568468,4511720.80654,586371.478696,4508350.63994
+1488,1488,102,184.0,002000,,40.721554605,-73.977309405,238.0,008300,40.742591315,-74.004102785,1404.13304049,4211,4795,2321,1899,008300,119862327.354,002000,17907673.5628,,0.0,008300,002000,46208.0698416,186113,31868,hub,hub,non_hub,584082.11654,4510659.85081,586371.478696,4508350.63994
+1489,1489,21,46.0,002000,,40.721554605,-73.977309405,76.0,008400,40.75038009,-73.98338988,1419.69230769,1726,4795,1041,1899,008400,147824461.739,002000,17907673.5628,,0.0,008400,002000,46208.0698416,34199,31868,hub,hub,non_hub,585820.889203,4511544.50828,586371.478696,4508350.63994
+1490,1490,174,46.0,002000,,40.721554605,-73.977309405,86.0,008601,40.744219,-73.97121214,1065.50408596,2551,4795,1528,1899,008601,31141773.9073,002000,17907673.5628,,0.0,008601,002000,46208.0698416,31961,31868,hub,hub,non_hub,586856.951039,4510872.56191,586371.478696,4508350.63994
+1491,1491,98,92.0,002000,,40.721554605,-73.977309405,156.0,008700,40.74206378,-73.995708955,1153.09642673,6671,4795,4249,1899,008700,85660216.7821,002000,17907673.5628,,0.0,008700,002000,46208.0698416,152953,31868,hub,hub,non_hub,584791.475936,4510609.36503,586371.478696,4508350.63994
+1492,1492,46,92.0,002000,,40.721554605,-73.977309405,156.0,008800,40.75012189,-73.970133575,1453.68125,6964,4795,5507,1899,008800,216532475.876,002000,17907673.5628,,0.0,008800,002000,46208.0698416,43247,31868,hub,hub,non_hub,586940.323322,4511528.89362,586371.478696,4508350.63994
+1493,1493,151,138.0,002000,,40.721554605,-73.977309405,240.0,008900,40.74529008,-74.0021768567,1196.33847256,5560,4795,3511,1899,008900,54419260.2723,002000,17907673.5628,,0.0,008900,002000,46208.0698416,158638,31868,hub,hub,non_hub,584241.316685,4510961.27944,586371.478696,4508350.63994
+1494,1494,87,138.0,002000,,40.721554605,-73.977309405,220.0,009000,40.75261798,-73.9703317533,1316.21593398,7026,4795,5832,1899,009000,208846060.851,002000,17907673.5628,,0.0,009000,002000,46208.0698416,74531,31868,hub,hub,non_hub,586920.342162,4511805.78171,586371.478696,4508350.63994
+1495,1495,41,46.0,002000,,40.721554605,-73.977309405,78.0,009100,40.74487634,-73.99529885,1251.08809524,6415,4795,4386,1899,009100,127325659.041,002000,17907673.5628,,0.0,009100,002000,46208.0698416,63878,31868,hub,hub,non_hub,584822.527687,4510921.97538,586371.478696,4508350.63994
+1496,1496,51,92.0,002000,,40.721554605,-73.977309405,220.0,009200,40.7548518863,-73.9734329075,1216.77097953,1754,4795,1461,1899,009200,408192557.246,002000,17907673.5628,,0.0,009200,002000,46208.0698416,72226,31868,hub,hub,non_hub,586655.650548,4512050.69496,586371.478696,4508350.63994
+1497,1497,37,46.0,002000,,40.721554605,-73.977309405,78.0,009300,40.74475148,-73.99915362,1229.5875,9705,4795,5585,1899,009300,68528055.2433,002000,17907673.5628,,0.0,009300,002000,46208.0698416,52202,31868,hub,hub,non_hub,584497.239363,4510904.39701,586371.478696,4508350.63994
+1498,1498,37,46.0,002000,,40.721554605,-73.977309405,62.0,009400,40.75320159,-73.9779874,1379.56,29,4795,16,1899,009400,299218147.811,002000,17907673.5628,,0.0,009400,002000,46208.0698416,82147,31868,hub,hub,non_hub,586273.319314,4511863.01244,586371.478696,4508350.63994
+1499,1499,42,46.0,002000,,40.721554605,-73.977309405,102.0,009500,40.746647,-73.993915,1401.37294118,3425,4795,1416,1899,009500,129660033.725,002000,17907673.5628,,0.0,009500,002000,46208.0698416,57488,31868,hub,hub,non_hub,584937.108907,4511119.86954,586371.478696,4508350.63994
+1500,1500,32,138.0,002000,,40.721554605,-73.977309405,280.0,009600,40.75607603,-73.9803967167,1416.33333333,153,4795,268,1899,009600,270304841.585,002000,17907673.5628,,0.0,009600,002000,46208.0698416,71527,31868,hub,hub,non_hub,586066.226062,4512179.73074,586371.478696,4508350.63994
+1501,1501,61,138.0,002000,,40.721554605,-73.977309405,198.0,009700,40.7493616033,-73.9991321067,1641.32565388,4744,4795,2827,1899,009700,83018263.1602,002000,17907673.5628,,0.0,009700,002000,46208.0698416,118804,31868,hub,hub,non_hub,584493.220017,4511416.17434,586371.478696,4508350.63994
+1502,1502,69,92.0,002000,,40.721554605,-73.977309405,140.0,009800,40.755285655,-73.96667288,1466.75238095,7105,4795,5244,1899,009800,115943808.909,002000,17907673.5628,,0.0,009800,002000,46208.0698416,40039,31868,hub,hub,non_hub,587225.727282,4512105.54383,586371.478696,4508350.63994
+1503,1503,154,230.0,002000,,40.721554605,-73.977309405,370.0,009900,40.7520807866,-74.0031899092,1307.06294038,3617,4795,2438,1899,009900,404439511.776,002000,17907673.5628,,0.0,009900,002000,46208.0698416,208076,31868,hub,hub,non_hub,584147.226991,4511714.12465,586371.478696,4508350.63994
+1504,1504,54,138.0,002000,,40.721554605,-73.977309405,242.0,010000,40.7583696933,-73.9710287767,1327.36593407,1829,4795,1399,1899,010000,366457143.613,002000,17907673.5628,,0.0,010000,002000,46208.0698416,72085,31868,hub,hub,non_hub,586854.014885,4512443.57459,586371.478696,4508350.63994
+1505,1505,205,138.0,002000,,40.721554605,-73.977309405,254.0,010100,40.74945622,-73.9903382667,1365.78333771,1119,4795,828,1899,010100,246168211.101,002000,17907673.5628,,0.0,010100,002000,46208.0698416,183377,31868,hub,hub,non_hub,585235.486219,4511435.18064,586371.478696,4508350.63994
+1506,1506,13,92.0,002000,,40.721554605,-73.977309405,162.0,010200,40.7606694,-73.973473555,1503.0,313,4795,268,1899,010200,333450202.294,002000,17907673.5628,,0.0,010200,002000,46208.0698416,46675,31868,hub,hub,non_hub,586644.664817,4512696.44233,586371.478696,4508350.63994
+1507,1507,83,92.0,002000,,40.721554605,-73.977309405,196.0,010300,40.751000495,-73.994372255,1490.42394899,1859,4795,1351,1899,010300,141506056.87,002000,17907673.5628,,0.0,010300,002000,46208.0698416,221593,31868,hub,hub,non_hub,584892.968075,4511602.69644,586371.478696,4508350.63994
+1508,1508,18,92.0,002000,,40.721554605,-73.977309405,150.0,010400,40.761664375,-73.976854975,1695.51388889,1031,4795,1033,1899,010400,363981333.295,002000,17907673.5628,,0.0,010400,002000,46208.0698416,65073,31868,hub,hub,non_hub,586357.961325,4512803.55852,586371.478696,4508350.63994
+1509,1509,32,46.0,002000,,40.721554605,-73.977309405,66.0,010602,40.75849116,-73.95920622,1570.84210526,4794,4795,2963,1899,010602,67980898.3739,002000,17907673.5628,,0.0,010602,002000,46208.0698416,22153,31868,hub,hub,non_hub,587851.796682,4512468.82754,586371.478696,4508350.63994
+1510,1510,105,138.0,002000,,40.721554605,-73.977309405,234.0,010800,40.7591736033,-73.96613818,1566.48129003,8531,4795,6272,1899,010800,189351523.799,002000,17907673.5628,,0.0,010800,002000,46208.0698416,79198,31868,hub,hub,non_hub,587265.778542,4512537.66689,586371.478696,4508350.63994
+1511,1511,96,92.0,002000,,40.721554605,-73.977309405,228.0,010900,40.751351715,-73.987594755,1430.83402464,182,4795,92,1899,010900,228173063.011,002000,17907673.5628,,0.0,010900,002000,46208.0698416,60092,31868,hub,hub,non_hub,585464.669441,4511648.26242,586371.478696,4508350.63994
+1512,1512,67,46.0,002000,,40.721554605,-73.977309405,118.0,011201,40.7643971,-73.97371465,1696.34722222,827,4795,964,1899,011201,118515444.187,002000,17907673.5628,,0.0,011201,002000,46208.0698416,41525,31868,hub,hub,non_hub,586619.474659,4513110.00718,586371.478696,4508350.63994
+1513,1513,44,46.0,002000,,40.721554605,-73.977309405,66.0,011203,40.76095756,-73.96724467,1586.27011494,1176,4795,1160,1899,011203,143782379.009,002000,17907673.5628,,0.0,011203,002000,46208.0698416,48033,31868,hub,hub,non_hub,587170.050102,4512734.59972,586371.478696,4508350.63994
+1514,1514,155,184.0,002000,,40.721554605,-73.977309405,396.0,011300,40.7548008425,-73.9888010575,1555.03026481,204,4795,107,1899,011300,357940519.061,002000,17907673.5628,,0.0,011300,002000,46208.0698416,236650,31868,hub,hub,non_hub,585358.423228,4512029.96675,586371.478696,4508350.63994
+1515,1515,32,92.0,002000,,40.721554605,-73.977309405,164.0,011500,40.75701407,-73.992353645,1808.80738636,2487,4795,1678,1899,011500,130958459.747,002000,17907673.5628,,0.0,011500,002000,46208.0698416,103294,31868,hub,hub,non_hub,585055.712647,4512272.20178,586371.478696,4508350.63994
+1516,1516,17,92.0,002000,,40.721554605,-73.977309405,168.0,011700,40.76058799,-74.00080945,2600.27777778,2938,4795,2304,1899,011700,91270705.1484,002000,17907673.5628,,0.0,011700,002000,46208.0698416,73016,31868,hub,hub,non_hub,584337.427395,4512660.77158,586371.478696,4508350.63994
+1517,1517,12,46.0,002000,,40.721554605,-73.977309405,68.0,011900,40.7568001,-73.98291153,1772.25,1079,4795,1121,1899,011900,395254501.74,002000,17907673.5628,,0.0,011900,002000,46208.0698416,39976,31868,hub,hub,non_hub,585853.012005,4512257.64444,586371.478696,4508350.63994
+1518,1518,37,138.0,002000,,40.721554605,-73.977309405,218.0,012100,40.7598593767,-73.9914900133,1703.44660895,8366,4795,5744,1899,012100,101223732.045,002000,17907673.5628,,0.0,012100,002000,46208.0698416,132767,31868,hub,hub,non_hub,585124.983126,4512588.88932,586371.478696,4508350.63994
+1519,1519,6,46.0,002000,,40.721554605,-73.977309405,102.0,012500,40.76064679,-73.98442659,1640.875,2439,4795,2096,1899,012500,322911522.418,002000,17907673.5628,,0.0,012500,002000,46208.0698416,45486,31868,hub,hub,non_hub,585720.180916,4512683.17447,586371.478696,4508350.63994
+1520,1520,48,92.0,002000,,40.721554605,-73.977309405,168.0,012700,40.762485435,-73.990447135,1386.43043478,6437,4795,4434,1899,012700,104637996.687,002000,17907673.5628,,0.0,012700,002000,46208.0698416,83393,31868,hub,hub,non_hub,585209.656415,4512881.41361,586371.478696,4508350.63994
+1521,1521,4,46.0,002000,,40.721554605,-73.977309405,48.0,012900,40.76341379,-73.99667444,1874.83333333,5312,4795,3621,1899,012900,158698340.053,002000,17907673.5628,,0.0,012900,002000,46208.0698416,28661,31868,hub,hub,non_hub,584682.864463,4512978.43901,586371.478696,4508350.63994
+1522,1522,30,138.0,002000,,40.721554605,-73.977309405,320.0,013100,40.7621295133,-73.98215453,1911.29960317,2489,4795,2283,1899,013100,405023451.28,002000,17907673.5628,,0.0,013100,002000,46208.0698416,107228,31868,hub,hub,non_hub,585910.04945,4512849.98999,586371.478696,4508350.63994
+1523,1523,36,138.0,002000,,40.721554605,-73.977309405,202.0,013300,40.7647250567,-73.9866537633,1993.4745671,5363,4795,3909,1899,013300,79847412.2593,002000,17907673.5628,,0.0,013300,002000,46208.0698416,89810,31868,hub,hub,non_hub,585526.963405,4513133.71926,586371.478696,4508350.63994
+1524,1524,87,92.0,002000,,40.721554605,-73.977309405,130.0,013500,40.766984435,-73.99227308,1982.4452381,6075,4795,3935,1899,013500,198199142.958,002000,17907673.5628,,0.0,013500,002000,46208.0698416,64723,31868,hub,hub,non_hub,585049.80204,4513379.06475,586371.478696,4508350.63994
+1525,1525,44,92.0,002000,,40.721554605,-73.977309405,196.0,013700,40.766109285,-73.981808355,1833.89970238,6557,4795,5442,1899,013700,314878324.419,002000,17907673.5628,,0.0,013700,002000,46208.0698416,91142,31868,hub,hub,non_hub,585934.141665,4513292.1137,586371.478696,4508350.63994
+1526,1526,9,46.0,002000,,40.721554605,-73.977309405,54.0,013900,40.768254,-73.988639,2108.14285714,7607,4795,7359,1899,013900,139918084.587,002000,17907673.5628,,0.0,013900,002000,46208.0698416,26390,31868,hub,hub,non_hub,585354.890073,4513523.52534,586371.478696,4508350.63994
+1527,1527,40,46.0,002000,,40.721554605,-73.977309405,98.0,014300,40.76590936,-73.97634151,1884.62770563,3,4795,0,1899,014300,50027992.3322,002000,17907673.5628,,0.0,014300,002000,46208.0698416,21051,31868,hub,hub,non_hub,586395.803012,4513275.28949,586371.478696,4508350.63994
+1528,1528,39,46.0,002000,,40.721554605,-73.977309405,72.0,014500,40.76915505,-73.98191841,1751.08428571,5811,4795,3462,1899,014500,253397343.373,002000,17907673.5628,,0.0,014500,002000,46208.0698416,68350,31868,hub,hub,non_hub,585920.929601,4513630.10902,586371.478696,4508350.63994
+1529,1529,10,46.0,002000,,40.721554605,-73.977309405,110.0,014700,40.770513,-73.988038,1269.625,2586,4795,1743,1899,014700,70871746.8417,002000,17907673.5628,,0.0,014700,002000,46208.0698416,35099,31868,hub,hub,non_hub,585402.720353,4513774.87644,586371.478696,4508350.63994
+1530,1530,3,46.0,002000,,40.721554605,-73.977309405,72.0,015100,40.771522,-73.990541,1950.5,8105,4795,4856,1899,015100,164953931.102,002000,17907673.5628,,0.0,015100,002000,46208.0698416,17578,31868,hub,hub,non_hub,585190.192062,4513884.4495,586371.478696,4508350.63994
+1531,1531,94,92.0,002000,,40.721554605,-73.977309405,140.0,031703,40.71644312,-74.014902115,1698.01578341,8670,4795,4231,1899,031703,332361109.355,002000,17907673.5628,,0.0,031703,002000,46208.0698416,136082,31868,hub,hub,non_hub,583202.897614,4507746.93647,586371.478696,4508350.63994
+1532,1532,161,138.0,002000,,40.721554605,-73.977309405,196.0,031704,40.7085171733,-74.0165557667,1723.99273254,6610,4795,3790,1899,031704,160823714.408,002000,17907673.5628,,0.0,031704,002000,46208.0698416,105244,31868,hub,hub,non_hub,583073.076824,4506865.54027,586371.478696,4508350.63994
+1533,1533,478,138.0,002000,,40.721554605,-73.977309405,170.0,000600,40.7128987867,-73.9898646367,776.900218795,11558,4795,4083,1899,000600,59149181.7526,002000,17907673.5628,,0.0,000600,002000,46208.0698416,70053,31868,hub,hub,non_hub,585322.159723,4507377.5136,586371.478696,4508350.63994
+1534,1534,1020,306.0,002100,,40.71451321,-74.0108850975,216.0,000202,40.71318002,-73.9818904933,1011.9160682,8012,6111,3598,3038,000202,37878157.9781,002100,273869828.705,002100,1236703895.0,000202,002100,39289.4727407,56352,156246,hub,hub,non_hub,585995.353038,4507416.50937,583544.598931,4507536.51732
+1535,1535,13434,714.0,002100,,40.71451321,-74.0108850975,1032.0,000700,40.70581148,-74.0081572071,598.585258701,7722,6111,5201,3038,000700,476954959.734,002100,273869828.705,002100,1236703895.0,000700,002100,39289.4727407,160040,156246,hub,hub,hub,583785.918305,4506573.16797,583544.598931,4507536.51732
+1536,1536,802,204.0,002100,,40.71451321,-74.0108850975,188.0,000800,40.712414475,-73.993471545,742.645896394,10365,6111,4150,3038,000800,46479755.076,002100,273869828.705,002100,1236703895.0,000800,002100,39289.4727407,34254,156246,hub,hub,non_hub,585018.109713,4507320.25418,583544.598931,4507536.51732
+1537,1537,3939,306.0,002100,,40.71451321,-74.0108850975,388.0,000900,40.7024745833,-74.01224785,786.536263016,1140,6111,939,3038,000900,404341803.896,002100,273869828.705,002100,1236703895.0,000900,002100,39289.4727407,46446,156246,hub,hub,hub,583444.520998,4506198.85784,583544.598931,4507536.51732
+1538,1538,129,102.0,002100,,40.71451321,-74.0108850975,76.0,001002,40.71782143,-73.97628939,1296.01948811,6439,6111,2346,3038,001002,22763374.2099,002100,273869828.705,002100,1236703895.0,001002,002100,39289.4727407,15916,156246,hub,hub,non_hub,586462.45635,4507937.23607,583544.598931,4507536.51732
+1539,1539,254,204.0,002100,,40.71451321,-74.0108850975,184.0,001200,40.717364275,-73.982955325,1032.8864227,3547,6111,1857,3038,001200,23518220.7411,002100,273869828.705,002100,1236703895.0,001200,002100,39289.4727407,36493,156246,hub,hub,non_hub,585900.031125,4507879.94738,583544.598931,4507536.51732
+1540,1540,1793,102.0,002100,,40.71451321,-74.0108850975,144.0,001300,40.70463334,-74.01361706,678.95947843,3776,6111,3028,3038,001300,286606455.687,002100,273869828.705,002100,1236703895.0,001300,002100,39289.4727407,27671,156246,hub,hub,non_hub,583326.158808,4506437.19368,583544.598931,4507536.51732
+1541,1541,492,102.0,002100,,40.71451321,-74.0108850975,112.0,001401,40.71559509,-73.9870295,908.741129731,3289,6111,1708,3038,001401,20168722.3199,002100,273869828.705,002100,1236703895.0,001401,002100,39289.4727407,26885,156246,hub,hub,non_hub,585558.18429,4507679.57909,583544.598931,4507536.51732
+1542,1542,2043,204.0,002100,,40.71451321,-74.0108850975,268.0,001501,40.70966832,-74.003597135,492.270895543,5581,6111,3450,3038,001501,172466366.322,002100,273869828.705,002100,1236703895.0,001501,002100,39289.4727407,27425,156246,hub,hub,non_hub,584166.279828,4507005.66129,583544.598931,4507536.51732
+1543,1543,7974,306.0,002100,,40.71451321,-74.0108850975,492.0,001502,40.7088053467,-74.00635276,389.120366857,7095,6111,3459,3038,001502,221282059.103,002100,273869828.705,002100,1236703895.0,001502,002100,39289.4727407,82052,156246,hub,hub,hub,583934.59195,4506907.22889,583544.598931,4507536.51732
+1544,1544,2331,306.0,002100,,40.71451321,-74.0108850975,428.0,001600,40.7153350167,-73.9943926833,704.131254773,8236,6111,3242,3038,001600,76565505.7581,002100,273869828.705,002100,1236703895.0,001600,002100,39289.4727407,82798,156246,hub,hub,non_hub,584936.591099,4507643.5622,583544.598931,4507536.51732
+1545,1545,1335,408.0,002100,,40.71451321,-74.0108850975,616.0,001800,40.7193657075,-73.9906468425,949.885521712,8063,6111,3489,3038,001800,60554858.5127,002100,273869828.705,002100,1236703895.0,001800,002100,39289.4727407,133306,156246,hub,hub,non_hub,585247.838585,4508094.62497,583544.598931,4507536.51732
+1546,1546,224,204.0,002100,,40.71451321,-74.0108850975,184.0,002000,40.721554605,-73.977309405,1278.3866933,4795,6111,1899,3038,002000,17907673.5628,002100,273869828.705,002100,1236703895.0,002000,002100,39289.4727407,31656,156246,hub,hub,non_hub,586371.478696,4508350.63994,583544.598931,4507536.51732
+1547,1547,280,204.0,002100,,40.71451321,-74.0108850975,176.0,002201,40.71833027,-73.980972895,1007.38587346,6762,6111,3030,3038,002201,37585954.9949,002100,273869828.705,002100,1236703895.0,002201,002100,39289.4727407,26391,156246,hub,hub,non_hub,586066.226443,4507989.12022,583544.598931,4507536.51732
+1548,1548,99,102.0,002100,,40.71451321,-74.0108850975,124.0,002202,40.7208736,-73.98085795,1213.45172562,2256,6111,1045,3038,002202,13179093.8977,002100,273869828.705,002100,1236703895.0,002202,002100,39289.4727407,23935,156246,hub,hub,non_hub,586072.658368,4508271.55961,583544.598931,4507536.51732
+1549,1549,177,204.0,002100,3.48344648102,40.7144467114,-74.0105812543,192.0,002400,40.7245932657,-73.9750953343,1438.63076998,5775,6111,2175,3038,002400,17986635.5592,002100,273869828.705,002100,1236703895.0,002400,002100,39289.4727407,17965,156246,hub,hub,non_hub,586554.534446,4508690.13205,583570.346287,4507529.42462
+1550,1550,1162,204.0,002100,,40.71451321,-74.0108850975,248.0,002500,40.7111743,-73.99849582,743.322489315,5061,6111,1917,3038,002500,22428407.6271,002100,273869828.705,002100,1236703895.0,002500,002100,39289.4727407,28216,156246,hub,hub,non_hub,584595.28909,4507177.73549,583544.598931,4507536.51732
+1551,1551,102,102.0,002100,,40.71451321,-74.0108850975,124.0,002601,40.72299208,-73.97995466,1224.63680556,3774,6111,1593,3038,002601,22248722.3098,002100,273869828.705,002100,1236703895.0,002601,002100,39289.4727407,22144,156246,hub,hub,non_hub,586146.216204,4508507.61099,583544.598931,4507536.51732
+1552,1552,1413,102.0,002100,,40.71451321,-74.0108850975,108.0,002700,40.71307916,-73.99851193,551.303424722,1191,6111,655,3038,002700,11349914.9514,002100,273869828.705,002100,1236703895.0,002700,002100,39289.4727407,20570,156246,hub,hub,non_hub,584591.517275,4507389.17181,583544.598931,4507536.51732
+1553,1553,79,102.0,002100,,40.71451321,-74.0108850975,128.0,002800,40.72521311,-73.97768752,1503.5650974,7302,6111,3341,3038,002800,47641507.3146,002100,273869828.705,002100,1236703895.0,002800,002100,39289.4727407,36744,156246,hub,hub,non_hub,586334.816403,4508756.38709,583544.598931,4507536.51732
+1554,1554,1956,102.0,002100,,40.71451321,-74.0108850975,172.0,002900,40.71602118,-73.99974372,566.369939469,5855,6111,2420,3038,002900,200965547.24,002100,273869828.705,002100,1236703895.0,002900,002100,39289.4727407,31936,156246,hub,hub,non_hub,584483.752153,4507714.56961,583544.598931,4507536.51732
+1555,1555,244,102.0,002100,,40.71451321,-74.0108850975,140.0,003001,40.72066442,-73.98517977,1027.64451818,4301,6111,2553,3038,003001,34302720.7166,002100,273869828.705,002100,1236703895.0,003001,002100,39289.4727407,41223,156246,hub,hub,non_hub,585707.91731,4508244.11218,583544.598931,4507536.51732
+1556,1556,268,102.0,002100,,40.71451321,-74.0108850975,148.0,003002,40.72217444,-73.98368779,1049.92045255,3031,6111,1885,3038,003002,18686109.2263,002100,273869828.705,002100,1236703895.0,003002,002100,39289.4727407,38675,156246,hub,hub,non_hub,585831.986427,4508413.19181,583544.598931,4507536.51732
+1557,1557,9999,306.0,002100,,40.71451321,-74.0108850975,484.0,003100,40.7140617467,-74.0041933367,386.0104299,2809,6111,858,3038,003100,145687012.574,002100,273869828.705,002100,1236703895.0,003100,002100,39289.4727407,81469,156246,hub,hub,hub,584110.388584,4507492.78891,583544.598931,4507536.51732
+1558,1558,396,306.0,002100,,40.71451321,-74.0108850975,400.0,003200,40.7260543867,-73.9823576167,1267.44394406,7630,6111,4888,3038,003200,46369492.482,002100,273869828.705,002100,1236703895.0,003200,002100,39289.4727407,138064,156246,hub,hub,non_hub,585939.335766,4508845.19329,583544.598931,4507536.51732
+1559,1559,9775,510.0,002100,,40.71451321,-74.0108850975,692.0,003300,40.7188245154,-74.0063284914,401.675579012,5174,6111,2694,3038,003300,215459582.054,002100,273869828.705,002100,1236703895.0,003300,002100,39289.4727407,115059,156246,hub,hub,hub,583924.059132,4508019.44479,583544.598931,4507536.51732
+1560,1560,287,102.0,002100,,40.71451321,-74.0108850975,156.0,003400,40.72955361,-73.98057249,1190.30014584,6706,6111,4203,3038,003400,42933229.7541,002100,273869828.705,002100,1236703895.0,003400,002100,39289.4727407,47926,156246,hub,hub,non_hub,586085.581298,4509235.37985,583544.598931,4507536.51732
+1561,1561,564,204.0,002100,,40.71451321,-74.0108850975,264.0,003601,40.72217423,-73.990293175,1002.88140057,3299,6111,1613,3038,003601,29191583.8104,002100,273869828.705,002100,1236703895.0,003601,002100,39289.4727407,77585,156246,hub,hub,non_hub,585274.124459,4508406.73315,583544.598931,4507536.51732
+1562,1562,828,204.0,002100,,40.71451321,-74.0108850975,248.0,003602,40.724852985,-73.989265345,1009.45792063,2918,6111,1586,3038,003602,24941258.1161,002100,273869828.705,002100,1236703895.0,003602,002100,39289.4727407,82124,156246,hub,hub,non_hub,585357.507872,4508705.09166,583544.598931,4507536.51732
+1563,1563,6546,408.0,002100,,40.71451321,-74.0108850975,592.0,003700,40.7256696075,-74.0052069325,617.748134323,2401,6111,1490,3038,003700,212385639.924,002100,273869828.705,002100,1236703895.0,003700,002100,39289.4727407,173333,156246,hub,hub,hub,584010.178026,4508780.36793,583544.598931,4507536.51732
+1564,1564,1329,408.0,002100,,40.71451321,-74.0108850975,640.0,003800,40.72765889,-73.988195855,1059.07124663,8610,6111,5795,3038,003800,67437493.5221,002100,273869828.705,002100,1236703895.0,003800,002100,39289.4727407,167230,156246,hub,hub,non_hub,585444.239635,4509017.60641,583544.598931,4507536.51732
+1565,1565,10998,408.0,002100,,40.71451321,-74.0108850975,424.0,003900,40.7201717475,-74.00983051,356.424267074,5253,6111,3059,3038,003900,194910113.03,002100,273869828.705,002100,1236703895.0,003900,002100,39289.4727407,113624,156246,hub,hub,hub,583626.593058,4508165.65565,583544.598931,4507536.51732
+1566,1566,433,204.0,002100,,40.71451321,-74.0108850975,264.0,004000,40.73000573,-73.98549552,1247.92865008,9801,6111,4546,3038,004000,66858387.5133,002100,273869828.705,002100,1236703895.0,004000,002100,39289.4727407,99660,156246,hub,hub,non_hub,585669.269443,4509280.75306,583544.598931,4507536.51732
+1567,1567,3237,204.0,002100,,40.71451321,-74.0108850975,256.0,004100,40.7195529,-73.996789035,676.833920929,7793,6111,3765,3038,004100,71738983.3617,002100,273869828.705,002100,1236703895.0,004100,002100,39289.4727407,114685,156246,hub,hub,hub,584728.836557,4508109.46034,583544.598931,4507536.51732
+1568,1568,276,102.0,002100,,40.71451321,-74.0108850975,140.0,004200,40.73223272,-73.98889957,976.990709684,4988,6111,1801,3038,004200,39941846.3325,002100,273869828.705,002100,1236703895.0,004200,002100,39289.4727407,50846,156246,hub,hub,non_hub,585378.96492,4509524.64843,583544.598931,4507536.51732
+1569,1569,877,204.0,002100,,40.71451321,-74.0108850975,268.0,004300,40.723870235,-73.995226525,902.740716822,4267,6111,2598,3038,004300,65935514.1184,002100,273869828.705,002100,1236703895.0,004300,002100,39289.4727407,95162,156246,hub,hub,non_hub,584855.320992,4508590.22212,583544.598931,4507536.51732
+1570,1570,424,204.0,002100,,40.71451321,-74.0108850975,240.0,004400,40.73080269,-73.97968993,1285.3665906,17710,6111,8297,3038,004400,114601147.016,002100,273869828.705,002100,1236703895.0,004400,002100,39289.4727407,106427,156246,hub,hub,non_hub,586158.498991,4509374.90208,583544.598931,4507536.51732
+1571,1571,1535,102.0,002100,,40.71451321,-74.0108850975,108.0,004500,40.71910537,-73.99973337,569.217660147,840,6111,582,3038,004500,52009114.8865,002100,273869828.705,002100,1236703895.0,004500,002100,39289.4727407,34275,156246,hub,hub,non_hub,584480.726971,4508056.94497,583544.598931,4507536.51732
+1572,1572,1049,102.0,002100,,40.71451321,-74.0108850975,156.0,004700,40.72165481,-74.00234737,603.949014355,2267,6111,1586,3038,004700,75477587.1594,002100,273869828.705,002100,1236703895.0,004700,002100,39289.4727407,27544,156246,hub,hub,non_hub,584256.734795,4508337.43837,583544.598931,4507536.51732
+1573,1573,296,102.0,002100,,40.71451321,-74.0108850975,140.0,004800,40.73624527,-73.98473765,1257.65862676,7550,6111,3799,3038,004800,74763044.6965,002100,273869828.705,002100,1236703895.0,004800,002100,39289.4727407,42567,156246,hub,hub,non_hub,585725.258797,4509974.12516,583544.598931,4507536.51732
+1574,1574,2367,204.0,002100,,40.71451321,-74.0108850975,292.0,004900,40.724268615,-74.000521515,671.10725394,4951,6111,3054,3038,004900,103848670.177,002100,273869828.705,002100,1236703895.0,004900,002100,39289.4727407,80152,156246,hub,hub,non_hub,584407.63728,4508629.34168,583544.598931,4507536.51732
+1575,1575,367,306.0,002100,,40.71451321,-74.0108850975,372.0,005000,40.7359163467,-73.9873427633,1250.28614406,5061,6111,3595,3038,005000,120638459.215,002100,273869828.705,002100,1236703895.0,005000,002100,39289.4727407,111023,156246,hub,hub,non_hub,585505.709717,4509935.07175,583544.598931,4507536.51732
+1576,1576,865,204.0,002100,,40.71451321,-74.0108850975,424.0,005200,40.73715585,-73.991241315,1206.16883956,4193,6111,1785,3038,005200,109103391.81,002100,273869828.705,002100,1236703895.0,005200,002100,39289.4727407,159876,156246,hub,hub,non_hub,585174.941656,4510068.87544,583544.598931,4507536.51732
+1577,1577,291,102.0,002100,,40.71451321,-74.0108850975,188.0,005400,40.73971301,-73.99456405,1093.10701686,4656,6111,2837,3038,005400,128803552.888,002100,273869828.705,002100,1236703895.0,005400,002100,39289.4727407,73728,156246,hub,hub,non_hub,584891.129718,4510349.51956,583544.598931,4507536.51732
+1578,1578,519,102.0,002100,,40.71451321,-74.0108850975,120.0,005501,40.72679454,-73.99695094,887.269076497,5079,6111,2483,3038,005501,61061928.4125,002100,273869828.705,002100,1236703895.0,005501,002100,39289.4727407,57258,156246,hub,hub,non_hub,584705.980012,4508913.17477,583544.598931,4507536.51732
+1579,1579,540,102.0,002100,,40.71451321,-74.0108850975,108.0,005502,40.72743423,-73.99379025,852.696172724,2383,6111,1262,3038,005502,49017118.6146,002100,273869828.705,002100,1236703895.0,005502,002100,39289.4727407,55117,156246,hub,hub,non_hub,584972.085912,4508987.23863,583544.598931,4507536.51732
+1580,1580,442,204.0,002100,,40.71451321,-74.0108850975,380.0,005600,40.74065347,-73.98778661,1347.36949687,2618,6111,2190,3038,005600,189153355.609,002100,273869828.705,002100,1236703895.0,005600,002100,39289.4727407,113209,156246,hub,hub,non_hub,585462.168743,4510460.49357,583544.598931,4507536.51732
+1581,1581,1114,204.0,002100,,40.71451321,-74.0108850975,328.0,005700,40.729662915,-73.992405595,978.423372394,2937,6111,1789,3038,005700,90178032.7137,002100,273869828.705,002100,1236703895.0,005700,002100,39289.4727407,156896,156246,hub,hub,non_hub,585086.179601,4509235.9788,583544.598931,4507536.51732
+1582,1582,594,204.0,002100,,40.71451321,-74.0108850975,348.0,005800,40.743154205,-73.990299735,1289.35838712,3182,6111,2306,3038,005800,164037511.755,002100,273869828.705,002100,1236703895.0,005800,002100,39289.4727407,130970,156246,hub,hub,non_hub,585246.786708,4510735.64918,583544.598931,4507536.51732
+1583,1583,455,102.0,002100,,40.71451321,-74.0108850975,124.0,005900,40.73049393,-73.9957214,984.756806636,5516,6111,3276,3038,005900,71785177.1361,002100,273869828.705,002100,1236703895.0,005900,002100,39289.4727407,53180,156246,hub,hub,non_hub,584805.117401,4509325.01914,583544.598931,4507536.51732
+1584,1584,227,204.0,002100,,40.71451321,-74.0108850975,252.0,006000,40.734822295,-73.976916765,1485.57462998,5286,6111,2459,3038,006000,27468182.8943,002100,273869828.705,002100,1236703895.0,006000,002100,39289.4727407,80462,156246,hub,hub,non_hub,586387.478737,4509823.83141,583544.598931,4507536.51732
+1585,1585,1491,408.0,002100,,40.71451321,-74.0108850975,564.0,006100,40.73385254,-73.992357065,1051.28267746,4913,6111,2683,3038,006100,91682014.33,002100,273869828.705,002100,1236703895.0,006100,002100,39289.4727407,245510,156246,hub,hub,non_hub,585084.940162,4509701.10308,583544.598931,4507536.51732
+1586,1586,116,102.0,002100,,40.71451321,-74.0108850975,120.0,006200,40.7381765,-73.97738662,1492.82611645,4680,6111,1401,3038,006200,231817485.533,002100,273869828.705,002100,1236703895.0,006200,002100,39289.4727407,33218,156246,hub,hub,non_hub,586343.467107,4510195.70961,583544.598931,4507536.51732
+1587,1587,909,306.0,002100,,40.71451321,-74.0108850975,396.0,006300,40.7346940933,-73.99785666,1014.84143433,6076,6111,4277,3038,006300,85447631.8451,002100,273869828.705,002100,1236703895.0,006300,002100,39289.4727407,120233,156246,hub,hub,non_hub,584619.48321,4509789.20591,583544.598931,4507536.51732
+1588,1588,198,102.0,002100,,40.71451321,-74.0108850975,156.0,006400,40.73587678,-73.98205027,1249.51990086,7518,6111,5058,3038,006400,95664936.1545,002100,273869828.705,002100,1236703895.0,006400,002100,39289.4727407,47750,156246,hub,hub,non_hub,585952.649806,4509935.84788,583544.598931,4507536.51732
+1589,1589,1263,306.0,002100,,40.71451321,-74.0108850975,424.0,006500,40.7306296367,-73.9991423,924.239293874,6517,6111,3568,3038,006500,59290910.3694,002100,273869828.705,002100,1236703895.0,006500,002100,39289.4727407,125356,156246,hub,hub,non_hub,584516.067395,4509336.78488,583544.598931,4507536.51732
+1590,1590,197,204.0,002100,,40.71451321,-74.0108850975,328.0,006600,40.739285505,-73.97827188,1506.96245304,11780,6111,6818,3038,006600,84730469.4548,002100,273869828.705,002100,1236703895.0,006600,002100,39289.4727407,74621,156246,hub,hub,non_hub,586267.286922,4510317.94668,583544.598931,4507536.51732
+1591,1591,821,102.0,002100,,40.71451321,-74.0108850975,156.0,006700,40.73038599,-74.00214988,832.79335581,4984,6111,3796,3038,006700,47238039.9972,002100,273869828.705,002100,1236703895.0,006700,002100,39289.4727407,70025,156246,hub,hub,non_hub,584262.399901,4509306.84766,583544.598931,4507536.51732
+1592,1592,129,102.0,002100,,40.71451321,-74.0108850975,156.0,006800,40.74025878,-73.98409214,1293.02321429,6735,6111,4494,3038,006800,130298431.446,002100,273869828.705,002100,1236703895.0,006800,002100,39289.4727407,58926,156246,hub,hub,non_hub,585774.608423,4510420.28363,583544.598931,4507536.51732
+1593,1593,2763,204.0,002100,,40.71451321,-74.0108850975,268.0,006900,40.732319905,-74.0069291,800.851984318,2687,6111,1484,3038,006900,61292499.9331,002100,273869828.705,002100,1236703895.0,006900,002100,39289.4727407,130727,156246,hub,hub,non_hub,583856.38945,4509516.94969,583544.598931,4507536.51732
+1594,1594,436,306.0,002100,,40.71451321,-74.0108850975,508.0,007000,40.74252174,-73.9756267684,1618.76117811,8302,6111,5669,3038,007000,78634704.8451,002100,273869828.705,002100,1236703895.0,007000,002100,39289.4727407,145227,156246,hub,hub,non_hub,586486.432223,4510679.79471,583544.598931,4507536.51732
+1595,1595,591,204.0,002100,,40.71451321,-74.0108850975,284.0,007100,40.736526545,-74.000108805,991.560327571,5633,6111,3844,3038,007100,68447429.2743,002100,273869828.705,002100,1236703895.0,007100,002100,39289.4727407,79459,156246,hub,hub,non_hub,584426.995774,4509990.4524,583544.598931,4507536.51732
+1596,1596,445,306.0,002100,,40.71451321,-74.0108850975,504.0,007200,40.7447014833,-73.98154809,1514.51418772,7734,6111,5222,3038,007200,132092861.454,002100,273869828.705,002100,1236703895.0,007200,002100,39289.4727407,157612,156246,hub,hub,non_hub,585983.687715,4510915.94446,583544.598931,4507536.51732
+1597,1597,1001,204.0,002100,,40.71451321,-74.0108850975,236.0,007300,40.734682705,-74.00388484,921.579399322,5615,6111,4547,3038,007300,48716185.79,002100,273869828.705,002100,1236703895.0,007300,002100,39289.4727407,92567,156246,hub,hub,non_hub,584110.479319,4509782.14883,583544.598931,4507536.51732
+1598,1598,272,204.0,002100,,40.71451321,-74.0108850975,344.0,007400,40.746413585,-73.98586892,1351.26075088,4179,6111,2700,3038,007400,170614202.951,002100,273869828.705,002100,1236703895.0,007400,002100,39289.4727407,81121,156246,hub,hub,non_hub,585616.696258,4511101.7763,583544.598931,4507536.51732
+1599,1599,376,204.0,002100,,40.71451321,-74.0108850975,276.0,007600,40.74737476,-73.988320695,1272.52513309,2203,6111,1573,3038,007600,242014413.464,002100,273869828.705,002100,1236703895.0,007600,002100,39289.4727407,97464,156246,hub,hub,non_hub,585408.475283,4511206.08492,583544.598931,4507536.51732
+1600,1600,620,102.0,002100,,40.71451321,-74.0108850975,172.0,007700,40.7390169121,-74.0026376103,1061.52565933,5404,6111,4254,3038,007700,59306273.1509,002100,273869828.705,002100,1236703895.0,007700,002100,39289.4727407,79025,156246,hub,hub,non_hub,584210.329106,4510264.47156,583544.598931,4507536.51732
+1601,1601,142,102.0,002100,,40.71451321,-74.0108850975,156.0,007800,40.74780373,-73.9734419,1549.07808649,7380,6111,5372,3038,007800,112124597.728,002100,273869828.705,002100,1236703895.0,007800,002100,39289.4727407,59601,156246,hub,hub,non_hub,586664.043115,4511268.28888,583544.598931,4507536.51732
+1602,1602,3751,510.0,002100,,40.71451321,-74.0108850975,696.0,007900,40.738916514,-74.007286026,949.543765155,4406,6111,2904,3038,007900,86937368.5918,002100,273869828.705,002100,1236703895.0,007900,002100,39289.4727407,171846,156246,hub,hub,hub,583817.969395,4510248.87788,583544.598931,4507536.51732
+1603,1603,223,204.0,002100,,40.71451321,-74.0108850975,284.0,008000,40.7485693,-73.97717991,1498.72566964,4946,6111,3730,3038,008000,197763821.532,002100,273869828.705,002100,1236703895.0,008000,002100,39289.4727407,74808,156246,hub,hub,non_hub,586347.477591,4511349.58844,583544.598931,4507536.51732
+1604,1604,423,102.0,002100,,40.71451321,-74.0108850975,156.0,008100,40.73935542,-73.99931783,1162.70207442,8675,6111,5315,3038,008100,91100400.6907,002100,273869828.705,002100,1236703895.0,008100,002100,39289.4727407,53195,156246,hub,hub,non_hub,584490.204148,4510305.23824,583544.598931,4507536.51732
+1605,1605,1243,306.0,002100,,40.71451321,-74.0108850975,700.0,008200,40.7519134124,-73.9792816511,1512.12116641,3442,6111,2534,3038,008200,262405408.076,002100,273869828.705,002100,1236703895.0,008200,002100,39289.4727407,228612,156246,hub,hub,non_hub,586165.726374,4511718.74371,583544.598931,4507536.51732
+1606,1606,1990,408.0,002100,,40.71451321,-74.0108850975,476.0,008300,40.742591315,-74.004102785,1049.33886889,4211,6111,2321,3038,008300,119862327.354,002100,273869828.705,002100,1236703895.0,008300,002100,39289.4727407,186113,156246,hub,hub,non_hub,584082.11654,4510659.85081,583544.598931,4507536.51732
+1607,1607,103,102.0,002100,,40.71451321,-74.0108850975,152.0,008400,40.75038009,-73.98338988,1351.44326627,1726,6111,1041,3038,008400,147824461.739,002100,273869828.705,002100,1236703895.0,008400,002100,39289.4727407,34199,156246,hub,hub,non_hub,585820.889203,4511544.50828,583544.598931,4507536.51732
+1608,1608,51,102.0,002100,,40.71451321,-74.0108850975,172.0,008601,40.744219,-73.97121214,1914.14138258,2551,6111,1528,3038,008601,31141773.9073,002100,273869828.705,002100,1236703895.0,008601,002100,39289.4727407,31961,156246,hub,hub,non_hub,586856.951039,4510872.56191,583544.598931,4507536.51732
+1609,1609,897,204.0,002100,,40.71451321,-74.0108850975,312.0,008700,40.74206378,-73.995708955,1166.94501285,6671,6111,4249,3038,008700,85660216.7821,002100,273869828.705,002100,1236703895.0,008700,002100,39289.4727407,152953,156246,hub,hub,non_hub,584791.475936,4510609.36503,583544.598931,4507536.51732
+1610,1610,103,204.0,002100,,40.71451321,-74.0108850975,312.0,008800,40.75012189,-73.970133575,1792.7570743,6964,6111,5507,3038,008800,216532475.876,002100,273869828.705,002100,1236703895.0,008800,002100,39289.4727407,43247,156246,hub,hub,non_hub,586940.323322,4511528.89362,583544.598931,4507536.51732
+1611,1611,1298,306.0,002100,,40.71451321,-74.0108850975,480.0,008900,40.74529008,-74.0021768567,1139.04743088,5560,6111,3511,3038,008900,54419260.2723,002100,273869828.705,002100,1236703895.0,008900,002100,39289.4727407,158638,156246,hub,hub,non_hub,584241.316685,4510961.27944,583544.598931,4507536.51732
+1612,1612,170,306.0,002100,,40.71451321,-74.0108850975,440.0,009000,40.75261798,-73.9703317533,1873.87517461,7026,6111,5832,3038,009000,208846060.851,002100,273869828.705,002100,1236703895.0,009000,002100,39289.4727407,74531,156246,hub,hub,non_hub,586920.342162,4511805.78171,583544.598931,4507536.51732
+1613,1613,332,102.0,002100,,40.71451321,-74.0108850975,156.0,009100,40.74487634,-73.99529885,1266.51814392,6415,6111,4386,3038,009100,127325659.041,002100,273869828.705,002100,1236703895.0,009100,002100,39289.4727407,63878,156246,hub,hub,non_hub,584822.527687,4510921.97538,583544.598931,4507536.51732
+1614,1614,163,204.0,002100,,40.71451321,-74.0108850975,440.0,009200,40.7548518863,-73.9734329075,1812.56332151,1754,6111,1461,3038,009200,408192557.246,002100,273869828.705,002100,1236703895.0,009200,002100,39289.4727407,72226,156246,hub,hub,non_hub,586655.650548,4512050.69496,583544.598931,4507536.51732
+1615,1615,269,102.0,002100,,40.71451321,-74.0108850975,156.0,009300,40.74475148,-73.99915362,1245.65284731,9705,6111,5585,3038,009300,68528055.2433,002100,273869828.705,002100,1236703895.0,009300,002100,39289.4727407,52202,156246,hub,hub,non_hub,584497.239363,4510904.39701,583544.598931,4507536.51732
+1616,1616,436,102.0,002100,,40.71451321,-74.0108850975,124.0,009400,40.75320159,-73.9779874,1632.79339799,29,6111,16,3038,009400,299218147.811,002100,273869828.705,002100,1236703895.0,009400,002100,39289.4727407,82147,156246,hub,hub,non_hub,586273.319314,4511863.01244,583544.598931,4507536.51732
+1617,1617,281,102.0,002100,,40.71451321,-74.0108850975,204.0,009500,40.746647,-73.993915,1283.08331127,3425,6111,1416,3038,009500,129660033.725,002100,273869828.705,002100,1236703895.0,009500,002100,39289.4727407,57488,156246,hub,hub,non_hub,584937.108907,4511119.86954,583544.598931,4507536.51732
+1618,1618,261,306.0,002100,,40.71451321,-74.0108850975,560.0,009600,40.7560451142,-73.9803681943,1542.04646513,153,6111,268,3038,009600,270304841.585,002100,273869828.705,002100,1236703895.0,009600,002100,39289.4727407,71527,156246,hub,hub,non_hub,586068.673593,4512176.32683,583544.598931,4507536.51732
+1619,1619,956,306.0,002100,,40.71451321,-74.0108850975,396.0,009700,40.7493616033,-73.9991321067,1237.12742829,4744,6111,2827,3038,009700,83018263.1602,002100,273869828.705,002100,1236703895.0,009700,002100,39289.4727407,118804,156246,hub,hub,non_hub,584493.220017,4511416.17434,583544.598931,4507536.51732
+1620,1620,56,204.0,002100,5.96481889094,40.7144467114,-74.0105812543,280.0,009800,40.7551816057,-73.96656672,2166.70032087,7105,6111,5244,3038,009800,115943808.909,002100,273869828.705,002100,1236703895.0,009800,002100,39289.4727407,40039,156246,hub,hub,non_hub,587234.824677,4512094.09911,583570.346287,4507529.42462
+1621,1621,2876,510.0,002100,,40.71451321,-74.0108850975,740.0,009900,40.7520807866,-74.0031899092,1208.9563602,3617,6111,2438,3038,009900,404439511.776,002100,273869828.705,002100,1236703895.0,009900,002100,39289.4727407,208076,156246,hub,hub,non_hub,584147.226991,4511714.12465,583544.598931,4507536.51732
+1622,1622,180,306.0,002100,,40.71451321,-74.0108850975,484.0,010000,40.7583696933,-73.9710287767,1983.56167482,1829,6111,1399,3038,010000,366457143.613,002100,273869828.705,002100,1236703895.0,010000,002100,39289.4727407,72085,156246,hub,hub,non_hub,586854.014885,4512443.57459,583544.598931,4507536.51732
+1623,1623,692,306.0,002100,,40.71451321,-74.0108850975,508.0,010100,40.74945622,-73.9903382667,1166.11808162,1119,6111,828,3038,010100,246168211.101,002100,273869828.705,002100,1236703895.0,010100,002100,39289.4727407,183377,156246,hub,hub,non_hub,585235.486219,4511435.18064,583544.598931,4507536.51732
+1624,1624,187,204.0,002100,,40.71451321,-74.0108850975,324.0,010200,40.7606694,-73.973473555,1795.04699947,313,6111,268,3038,010200,333450202.294,002100,273869828.705,002100,1236703895.0,010200,002100,39289.4727407,46675,156246,hub,hub,non_hub,586644.664817,4512696.44233,583544.598931,4507536.51732
+1625,1625,2011,204.0,002100,,40.71451321,-74.0108850975,392.0,010300,40.751000495,-73.994372255,1350.07911264,1859,6111,1351,3038,010300,141506056.87,002100,273869828.705,002100,1236703895.0,010300,002100,39289.4727407,221593,156246,hub,hub,non_hub,584892.968074,4511602.69644,583544.598931,4507536.51732
+1626,1626,367,204.0,002100,,40.71451321,-74.0108850975,300.0,010400,40.761664375,-73.976854975,1700.34690952,1031,6111,1033,3038,010400,363981333.295,002100,273869828.705,002100,1236703895.0,010400,002100,39289.4727407,65073,156246,hub,hub,non_hub,586357.961325,4512803.55852,583544.598931,4507536.51732
+1627,1627,74,102.0,002100,,40.71451321,-74.0108850975,132.0,010602,40.75849116,-73.95920622,1959.05512821,4794,6111,2963,3038,010602,67980898.3739,002100,273869828.705,002100,1236703895.0,010602,002100,39289.4727407,22153,156246,hub,hub,non_hub,587851.796682,4512468.82754,583544.598931,4507536.51732
+1628,1628,251,306.0,002100,,40.71451321,-74.0108850975,468.0,010800,40.7591736033,-73.96613818,2045.40949448,8531,6111,6272,3038,010800,189351523.799,002100,273869828.705,002100,1236703895.0,010800,002100,39289.4727407,79198,156246,hub,hub,non_hub,587265.778542,4512537.66689,583544.598931,4507536.51732
+1629,1629,191,204.0,002100,,40.71451321,-74.0108850975,456.0,010900,40.751351715,-73.987594755,1389.13162975,182,6111,92,3038,010900,228173063.011,002100,273869828.705,002100,1236703895.0,010900,002100,39289.4727407,60092,156246,hub,hub,non_hub,585464.669441,4511648.26242,583544.598931,4507536.51732
+1630,1630,127,102.0,002100,,40.71451321,-74.0108850975,236.0,011201,40.7643971,-73.97371465,1885.16032865,827,6111,964,3038,011201,118515444.187,002100,273869828.705,002100,1236703895.0,011201,002100,39289.4727407,41525,156246,hub,hub,non_hub,586619.474659,4513110.00718,583544.598931,4507536.51732
+1631,1631,149,102.0,002100,,40.71451321,-74.0108850975,132.0,011203,40.76095756,-73.96724467,2015.25715256,1176,6111,1160,3038,011203,143782379.009,002100,273869828.705,002100,1236703895.0,011203,002100,39289.4727407,48033,156246,hub,hub,non_hub,587170.050102,4512734.59972,583544.598931,4507536.51732
+1632,1632,1255,408.0,002100,,40.71451321,-74.0108850975,792.0,011300,40.7548008425,-73.9888010575,1318.36083608,204,6111,107,3038,011300,357940519.061,002100,273869828.705,002100,1236703895.0,011300,002100,39289.4727407,236650,156246,hub,hub,non_hub,585358.423228,4512029.96675,583544.598931,4507536.51732
+1633,1633,744,204.0,002100,,40.71451321,-74.0108850975,328.0,011500,40.75701407,-73.992353645,1231.35237239,2487,6111,1678,3038,011500,130958459.747,002100,273869828.705,002100,1236703895.0,011500,002100,39289.4727407,103294,156246,hub,hub,non_hub,585055.712647,4512272.20178,583544.598931,4507536.51732
+1634,1634,1256,204.0,002100,,40.71451321,-74.0108850975,336.0,011700,40.76058799,-74.00080945,1440.71303772,2938,6111,2304,3038,011700,91270705.1484,002100,273869828.705,002100,1236703895.0,011700,002100,39289.4727407,73016,156246,hub,hub,non_hub,584337.427395,4512660.77158,583544.598931,4507536.51732
+1635,1635,160,102.0,002100,,40.71451321,-74.0108850975,136.0,011900,40.7568001,-73.98291153,1626.19974747,1079,6111,1121,3038,011900,395254501.74,002100,273869828.705,002100,1236703895.0,011900,002100,39289.4727407,39976,156246,hub,hub,non_hub,585853.012005,4512257.64444,583544.598931,4507536.51732
+1636,1636,1062,306.0,002100,,40.71451321,-74.0108850975,436.0,012100,40.7598593767,-73.9914900133,1316.62012003,8366,6111,5744,3038,012100,101223732.045,002100,273869828.705,002100,1236703895.0,012100,002100,39289.4727407,132767,156246,hub,hub,non_hub,585124.983126,4512588.88932,583544.598931,4507536.51732
+1637,1637,270,102.0,002100,,40.71451321,-74.0108850975,204.0,012500,40.76064679,-73.98442659,1470.10103598,2439,6111,2096,3038,012500,322911522.418,002100,273869828.705,002100,1236703895.0,012500,002100,39289.4727407,45486,156246,hub,hub,non_hub,585720.180916,4512683.17447,583544.598931,4507536.51732
+1638,1638,915,204.0,002100,,40.71451321,-74.0108850975,336.0,012700,40.762485435,-73.990447135,1519.60165677,6437,6111,4434,3038,012700,104637996.687,002100,273869828.705,002100,1236703895.0,012700,002100,39289.4727407,83393,156246,hub,hub,non_hub,585209.656415,4512881.41361,583544.598931,4507536.51732
+1639,1639,520,102.0,002100,,40.71451321,-74.0108850975,96.0,012900,40.76341379,-73.99667444,1475.07002891,5312,6111,3621,3038,012900,158698340.053,002100,273869828.705,002100,1236703895.0,012900,002100,39289.4727407,28661,156246,hub,hub,non_hub,584682.864463,4512978.43901,583544.598931,4507536.51732
+1640,1640,550,306.0,002100,,40.71451321,-74.0108850975,640.0,013100,40.7621295133,-73.98215453,1493.36462495,2489,6111,2283,3038,013100,405023451.28,002100,273869828.705,002100,1236703895.0,013100,002100,39289.4727407,107228,156246,hub,hub,non_hub,585910.04945,4512849.98999,583544.598931,4507536.51732
+1641,1641,491,306.0,002100,,40.71451321,-74.0108850975,404.0,013300,40.7647250567,-73.9866537633,1445.68173212,5363,6111,3909,3038,013300,79847412.2593,002100,273869828.705,002100,1236703895.0,013300,002100,39289.4727407,89810,156246,hub,hub,non_hub,585526.963405,4513133.71926,583544.598931,4507536.51732
+1642,1642,758,204.0,002100,,40.71451321,-74.0108850975,260.0,013500,40.766984435,-73.99227308,1535.85784904,6075,6111,3935,3038,013500,198199142.958,002100,273869828.705,002100,1236703895.0,013500,002100,39289.4727407,64723,156246,hub,hub,non_hub,585049.80204,4513379.06475,583544.598931,4507536.51732
+1643,1643,622,204.0,002100,,40.71451321,-74.0108850975,392.0,013700,40.766109285,-73.981808355,1706.76393985,6557,6111,5442,3038,013700,314878324.419,002100,273869828.705,002100,1236703895.0,013700,002100,39289.4727407,91142,156246,hub,hub,non_hub,585934.141665,4513292.1137,583544.598931,4507536.51732
+1644,1644,248,102.0,002100,,40.71451321,-74.0108850975,108.0,013900,40.768254,-73.988639,1609.07138798,7607,6111,7359,3038,013900,139918084.587,002100,273869828.705,002100,1236703895.0,013900,002100,39289.4727407,26390,156246,hub,hub,non_hub,585354.890073,4513523.52534,583544.598931,4507536.51732
+1645,1645,88,102.0,002100,,40.71451321,-74.0108850975,196.0,014300,40.76590936,-73.97634151,1631.4840246,3,6111,0,3038,014300,50027992.3322,002100,273869828.705,002100,1236703895.0,014300,002100,39289.4727407,21051,156246,hub,hub,non_hub,586395.803012,4513275.28949,583544.598931,4507536.51732
+1646,1646,499,102.0,002100,,40.71451321,-74.0108850975,144.0,014500,40.76915505,-73.98191841,1787.06090914,5811,6111,3462,3038,014500,253397343.373,002100,273869828.705,002100,1236703895.0,014500,002100,39289.4727407,68350,156246,hub,hub,non_hub,585920.929601,4513630.10902,583544.598931,4507536.51732
+1647,1647,492,102.0,002100,,40.71451321,-74.0108850975,220.0,014700,40.770513,-73.988038,1736.8900546,2586,6111,1743,3038,014700,70871746.8417,002100,273869828.705,002100,1236703895.0,014700,002100,39289.4727407,35099,156246,hub,hub,non_hub,585402.720353,4513774.87644,583544.598931,4507536.51732
+1648,1648,384,102.0,002100,,40.71451321,-74.0108850975,144.0,015100,40.771522,-73.990541,1737.45300095,8105,6111,4856,3038,015100,164953931.102,002100,273869828.705,002100,1236703895.0,015100,002100,39289.4727407,17578,156246,hub,hub,non_hub,585190.192062,4513884.4495,583544.598931,4507536.51732
+1649,1649,4735,204.0,002100,,40.71451321,-74.0108850975,280.0,031703,40.71644312,-74.014902115,543.11042946,8670,6111,4231,3038,031703,332361109.355,002100,273869828.705,002100,1236703895.0,031703,002100,39289.4727407,136082,156246,hub,hub,hub,583202.897614,4507746.93647,583544.598931,4507536.51732
+1650,1650,9683,306.0,002100,,40.71451321,-74.0108850975,392.0,031704,40.7085171733,-74.0165557667,559.528859862,6610,6111,3790,3038,031704,160823714.408,002100,273869828.705,002100,1236703895.0,031704,002100,39289.4727407,105244,156246,hub,hub,hub,583073.076824,4506865.54027,583544.598931,4507536.51732
+1651,1651,1453,306.0,002100,,40.71451321,-74.0108850975,340.0,000600,40.7128987867,-73.9898646367,811.517433386,11558,6111,4083,3038,000600,59149181.7526,002100,273869828.705,002100,1236703895.0,000600,002100,39289.4727407,70053,156246,hub,hub,non_hub,585322.159723,4507377.5136,583544.598931,4507536.51732
+1652,1652,551,132.0,002201,,40.71833027,-73.980972895,108.0,000202,40.71318002,-73.9818904933,546.701467502,8012,6762,3598,3030,000202,37878157.9781,002201,37585954.9949,,0.0,000202,002201,67550.7018266,56352,27307,hub,hub,non_hub,585995.353038,4507416.50937,586066.226443,4507989.12022
+1653,1653,559,308.0,002201,,40.71833027,-73.980972895,516.0,000700,40.70581148,-74.0081572071,1080.69433874,7722,6762,5201,3030,000700,476954959.734,002201,37585954.9949,,0.0,000700,002201,67550.7018266,160040,27307,hub,hub,non_hub,583785.918305,4506573.16797,586066.226443,4507989.12022
+1654,1654,1347,88.0,002201,,40.71833027,-73.980972895,94.0,000800,40.712414475,-73.993471545,637.922387646,10365,6762,4150,3030,000800,46479755.076,002201,37585954.9949,,0.0,000800,002201,67550.7018266,34254,27307,hub,hub,non_hub,585018.109713,4507320.25418,586066.226443,4507989.12022
+1655,1655,315,132.0,002201,,40.71833027,-73.980972895,194.0,000900,40.7024745833,-74.01224785,1158.97746466,1140,6762,939,3030,000900,404341803.896,002201,37585954.9949,,0.0,000900,002201,67550.7018266,46446,27307,hub,hub,non_hub,583444.520998,4506198.85784,586066.226443,4507989.12022
+1656,1656,419,44.0,002201,,40.71833027,-73.980972895,38.0,001002,40.71782143,-73.97628939,596.094920749,6439,6762,2346,3030,001002,22763374.2099,002201,37585954.9949,,0.0,001002,002201,67550.7018266,15916,27307,hub,hub,non_hub,586462.45635,4507937.23607,586066.226443,4507989.12022
+1657,1657,591,88.0,002201,,40.71833027,-73.980972895,92.0,001200,40.717364275,-73.982955325,583.113121392,3547,6762,1857,3030,001200,23518220.7411,002201,37585954.9949,,0.0,001200,002201,67550.7018266,36493,27307,hub,hub,non_hub,585900.031125,4507879.94738,586066.226443,4507989.12022
+1658,1658,71,44.0,002201,,40.71833027,-73.980972895,72.0,001300,40.70463334,-74.01361706,1268.56957328,3776,6762,3028,3030,001300,286606455.687,002201,37585954.9949,,0.0,001300,002201,67550.7018266,27671,27307,hub,hub,non_hub,583326.158808,4506437.19368,586066.226443,4507989.12022
+1659,1659,487,44.0,002201,,40.71833027,-73.980972895,56.0,001401,40.71559509,-73.9870295,353.129578008,3289,6762,1708,3030,001401,20168722.3199,002201,37585954.9949,,0.0,001401,002201,67550.7018266,26885,27307,hub,hub,non_hub,585558.18429,4507679.57909,586066.226443,4507989.12022
+1660,1660,77,88.0,002201,,40.71833027,-73.980972895,134.0,001501,40.70966832,-74.003597135,1244.74976467,5581,6762,3450,3030,001501,172466366.322,002201,37585954.9949,,0.0,001501,002201,67550.7018266,27425,27307,hub,hub,non_hub,584166.279828,4507005.66129,586066.226443,4507989.12022
+1661,1661,221,132.0,002201,,40.71833027,-73.980972895,246.0,001502,40.7088053467,-74.00635276,1037.56634006,7095,6762,3459,3030,001502,221282059.103,002201,37585954.9949,,0.0,001502,002201,67550.7018266,82052,27307,hub,hub,non_hub,583934.59195,4506907.22889,586066.226443,4507989.12022
+1662,1662,1441,132.0,002201,,40.71833027,-73.980972895,214.0,001600,40.7153350167,-73.9943926833,625.600884329,8236,6762,3242,3030,001600,76565505.7581,002201,37585954.9949,,0.0,001600,002201,67550.7018266,82798,27307,hub,hub,non_hub,584936.591099,4507643.5622,586066.226443,4507989.12022
+1663,1663,2566,176.0,002201,,40.71833027,-73.980972895,308.0,001800,40.7193657075,-73.9906468425,467.732290874,8063,6762,3489,3030,001800,60554858.5127,002201,37585954.9949,,0.0,001800,002201,67550.7018266,133306,27307,hub,hub,non_hub,585247.838585,4508094.62497,586066.226443,4507989.12022
+1664,1664,516,88.0,002201,,40.71833027,-73.980972895,92.0,002000,40.721554605,-73.977309405,435.628401209,4795,6762,1899,3030,002000,17907673.5628,002201,37585954.9949,,0.0,002000,002201,67550.7018266,31656,27307,hub,hub,non_hub,586371.478696,4508350.63994,586066.226443,4507989.12022
+1665,1665,156,176.0,002201,,40.71833027,-73.980972895,204.0,002100,40.71451321,-74.0108850975,1157.92832869,6111,6762,3038,3030,002100,273869828.705,002201,37585954.9949,,0.0,002100,002201,67550.7018266,151037,27307,hub,hub,non_hub,583544.598931,4507536.51732,586066.226443,4507989.12022
+1666,1666,129,44.0,002201,,40.71833027,-73.980972895,62.0,002202,40.7208736,-73.98085795,680.530484694,2256,6762,1045,3030,002202,13179093.8977,002201,37585954.9949,,0.0,002202,002201,67550.7018266,23935,27307,hub,hub,non_hub,586072.658368,4508271.55961,586066.226443,4507989.12022
+1667,1667,158,88.0,002201,,40.71833027,-73.980972895,96.0,002400,40.724744875,-73.974986535,558.529326923,5775,6762,2175,3030,002400,17986635.5592,002201,37585954.9949,,0.0,002400,002201,67550.7018266,17965,27307,hub,hub,non_hub,586563.526382,4508707.06897,586066.226443,4507989.12022
+1668,1668,164,88.0,002201,,40.71833027,-73.980972895,124.0,002500,40.7111743,-73.99849582,881.034419326,5061,6762,1917,3030,002500,22428407.6271,002201,37585954.9949,,0.0,002500,002201,67550.7018266,28216,27307,hub,hub,non_hub,584595.28909,4507177.73549,586066.226443,4507989.12022
+1669,1669,130,44.0,002201,,40.71833027,-73.980972895,62.0,002601,40.72299208,-73.97995466,338.724942322,3774,6762,1593,3030,002601,22248722.3098,002201,37585954.9949,,0.0,002601,002201,67550.7018266,22144,27307,hub,hub,non_hub,586146.216204,4508507.61099,586066.226443,4507989.12022
+1670,1670,113,44.0,002201,,40.71833027,-73.980972895,54.0,002700,40.71307916,-73.99851193,725.482187894,1191,6762,655,3030,002700,11349914.9514,002201,37585954.9949,,0.0,002700,002201,67550.7018266,20570,27307,hub,hub,non_hub,584591.517275,4507389.17181,586066.226443,4507989.12022
+1671,1671,158,44.0,002201,,40.71833027,-73.980972895,64.0,002800,40.72521311,-73.97768752,494.023275862,7302,6762,3341,3030,002800,47641507.3146,002201,37585954.9949,,0.0,002800,002201,67550.7018266,36744,27307,hub,hub,non_hub,586334.816403,4508756.38709,586066.226443,4507989.12022
+1672,1672,314,44.0,002201,,40.71833027,-73.980972895,86.0,002900,40.71602118,-73.99974372,903.758389262,5855,6762,2420,3030,002900,200965547.24,002201,37585954.9949,,0.0,002900,002201,67550.7018266,31936,27307,hub,hub,non_hub,584483.752153,4507714.56961,586066.226443,4507989.12022
+1673,1673,448,44.0,002201,,40.71833027,-73.980972895,70.0,003001,40.72066442,-73.98517977,409.948776047,4301,6762,2553,3030,003001,34302720.7166,002201,37585954.9949,,0.0,003001,002201,67550.7018266,41223,27307,hub,hub,non_hub,585707.91731,4508244.11218,586066.226443,4507989.12022
+1674,1674,296,44.0,002201,,40.71833027,-73.980972895,74.0,003002,40.72217444,-73.98368779,327.396236409,3031,6762,1885,3030,003002,18686109.2263,002201,37585954.9949,,0.0,003002,002201,67550.7018266,38675,27307,hub,hub,non_hub,585831.986427,4508413.19181,586066.226443,4507989.12022
+1675,1675,290,132.0,002201,,40.71833027,-73.980972895,242.0,003100,40.7140617467,-74.0041933367,983.776598009,2809,6762,858,3030,003100,145687012.574,002201,37585954.9949,,0.0,003100,002201,67550.7018266,81469,27307,hub,hub,non_hub,584110.388584,4507492.78891,586066.226443,4507989.12022
+1676,1676,617,132.0,002201,,40.71833027,-73.980972895,200.0,003200,40.7260543867,-73.9823576167,521.522601591,7630,6762,4888,3030,003200,46369492.482,002201,37585954.9949,,0.0,003200,002201,67550.7018266,138064,27307,hub,hub,non_hub,585939.335766,4508845.19329,586066.226443,4507989.12022
+1677,1677,144,220.0,002201,,40.71833027,-73.980972895,346.0,003300,40.7188175009,-74.0063437898,1057.33368187,5174,6762,2694,3030,003300,215459582.054,002201,37585954.9949,,0.0,003300,002201,67550.7018266,115059,27307,hub,hub,non_hub,583922.775842,4508018.65151,586066.226443,4507989.12022
+1678,1678,178,44.0,002201,,40.71833027,-73.980972895,78.0,003400,40.72955361,-73.98057249,631.958253786,6706,6762,4203,3030,003400,42933229.7541,002201,37585954.9949,,0.0,003400,002201,67550.7018266,47926,27307,hub,hub,non_hub,586085.581298,4509235.37985,586066.226443,4507989.12022
+1679,1679,1068,88.0,002201,,40.71833027,-73.980972895,132.0,003601,40.72217423,-73.990293175,484.758759865,3299,6762,1613,3030,003601,29191583.8104,002201,37585954.9949,,0.0,003601,002201,67550.7018266,77585,27307,hub,hub,non_hub,585274.124459,4508406.73315,586066.226443,4507989.12022
+1680,1680,240,88.0,002201,,40.71833027,-73.980972895,124.0,003602,40.724852985,-73.989265345,588.861899486,2918,6762,1586,3030,003602,24941258.1161,002201,37585954.9949,,0.0,003602,002201,67550.7018266,82124,27307,hub,hub,non_hub,585357.507872,4508705.09166,586066.226443,4507989.12022
+1681,1681,396,176.0,002201,,40.71833027,-73.980972895,296.0,003700,40.7256696075,-74.0052069325,1023.82019283,2401,6762,1490,3030,003700,212385639.924,002201,37585954.9949,,0.0,003700,002201,67550.7018266,173333,27307,hub,hub,non_hub,584010.178026,4508780.36793,586066.226443,4507989.12022
+1682,1682,612,176.0,002201,,40.71833027,-73.980972895,320.0,003800,40.72765889,-73.988195855,685.120530941,8610,6762,5795,3030,003800,67437493.5221,002201,37585954.9949,,0.0,003800,002201,67550.7018266,167230,27307,hub,hub,non_hub,585444.239635,4509017.60641,586066.226443,4507989.12022
+1683,1683,63,176.0,002201,,40.71833027,-73.980972895,212.0,003900,40.7201717475,-74.00983051,1176.33645833,5253,6762,3059,3030,003900,194910113.03,002201,37585954.9949,,0.0,003900,002201,67550.7018266,113624,27307,hub,hub,non_hub,583626.593058,4508165.65565,586066.226443,4507989.12022
+1684,1684,345,88.0,002201,,40.71833027,-73.980972895,132.0,004000,40.73000573,-73.98549552,715.98874619,9801,6762,4546,3030,004000,66858387.5133,002201,37585954.9949,,0.0,004000,002201,67550.7018266,99660,27307,hub,hub,non_hub,585669.269443,4509280.75306,586066.226443,4507989.12022
+1685,1685,1629,88.0,002201,,40.71833027,-73.980972895,128.0,004100,40.7195529,-73.996789035,723.495943574,7793,6762,3765,3030,004100,71738983.3617,002201,37585954.9949,,0.0,004100,002201,67550.7018266,114685,27307,hub,hub,non_hub,584728.836557,4508109.46034,586066.226443,4507989.12022
+1686,1686,169,44.0,002201,,40.71833027,-73.980972895,70.0,004200,40.73223272,-73.98889957,882.212129922,4988,6762,1801,3030,004200,39941846.3325,002201,37585954.9949,,0.0,004200,002201,67550.7018266,50846,27307,hub,hub,non_hub,585378.96492,4509524.64843,586066.226443,4507989.12022
+1687,1687,585,88.0,002201,,40.71833027,-73.980972895,134.0,004300,40.723870235,-73.995226525,662.711516029,4267,6762,2598,3030,004300,65935514.1184,002201,37585954.9949,,0.0,004300,002201,67550.7018266,95162,27307,hub,hub,non_hub,584855.320992,4508590.22212,586066.226443,4507989.12022
+1688,1688,369,88.0,002201,,40.71833027,-73.980972895,120.0,004400,40.73080269,-73.97968993,674.086719478,17710,6762,8297,3030,004400,114601147.016,002201,37585954.9949,,0.0,004400,002201,67550.7018266,106427,27307,hub,hub,non_hub,586158.498991,4509374.90208,586066.226443,4507989.12022
+1689,1689,194,44.0,002201,,40.71833027,-73.980972895,54.0,004500,40.71910537,-73.99973337,759.390457369,840,6762,582,3030,004500,52009114.8865,002201,37585954.9949,,0.0,004500,002201,67550.7018266,34275,27307,hub,hub,non_hub,584480.726971,4508056.94497,586066.226443,4507989.12022
+1690,1690,38,44.0,002201,,40.71833027,-73.980972895,78.0,004700,40.72165481,-74.00234737,940.789855072,2267,6762,1586,3030,004700,75477587.1594,002201,37585954.9949,,0.0,004700,002201,67550.7018266,27544,27307,hub,hub,non_hub,584256.734795,4508337.43837,586066.226443,4507989.12022
+1691,1691,133,44.0,002201,,40.71833027,-73.980972895,70.0,004800,40.73624527,-73.98473765,922.118379447,7550,6762,3799,3030,004800,74763044.6965,002201,37585954.9949,,0.0,004800,002201,67550.7018266,42567,27307,hub,hub,non_hub,585725.258797,4509974.12516,586066.226443,4507989.12022
+1692,1692,182,88.0,002201,,40.71833027,-73.980972895,146.0,004900,40.724268615,-74.000521515,873.750595238,4951,6762,3054,3030,004900,103848670.177,002201,37585954.9949,,0.0,004900,002201,67550.7018266,80152,27307,hub,hub,non_hub,584407.63728,4508629.34168,586066.226443,4507989.12022
+1693,1693,261,132.0,002201,,40.71833027,-73.980972895,186.0,005000,40.7359163467,-73.9873427633,1026.1593476,5061,6762,3595,3030,005000,120638459.215,002201,37585954.9949,,0.0,005000,002201,67550.7018266,111023,27307,hub,hub,non_hub,585505.709717,4509935.07175,586066.226443,4507989.12022
+1694,1694,254,88.0,002201,,40.71833027,-73.980972895,212.0,005200,40.73715585,-73.991241315,1051.6031013,4193,6762,1785,3030,005200,109103391.81,002201,37585954.9949,,0.0,005200,002201,67550.7018266,159876,27307,hub,hub,non_hub,585174.941657,4510068.87544,586066.226443,4507989.12022
+1695,1695,90,44.0,002201,,40.71833027,-73.980972895,94.0,005400,40.73971301,-73.99456405,1062.32362917,4656,6762,2837,3030,005400,128803552.888,002201,37585954.9949,,0.0,005400,002201,67550.7018266,73728,27307,hub,hub,non_hub,584891.129718,4510349.51956,586066.226443,4507989.12022
+1696,1696,164,44.0,002201,,40.71833027,-73.980972895,60.0,005501,40.72679454,-73.99695094,715.39894014,5079,6762,2483,3030,005501,61061928.4125,002201,37585954.9949,,0.0,005501,002201,67550.7018266,57258,27307,hub,hub,non_hub,584705.980012,4508913.17477,586066.226443,4507989.12022
+1697,1697,138,44.0,002201,,40.71833027,-73.980972895,54.0,005502,40.72743423,-73.99379025,746.476981291,2383,6762,1262,3030,005502,49017118.6146,002201,37585954.9949,,0.0,005502,002201,67550.7018266,55117,27307,hub,hub,non_hub,584972.085912,4508987.23863,586066.226443,4507989.12022
+1698,1698,109,88.0,002201,,40.71833027,-73.980972895,190.0,005600,40.74065347,-73.98778661,1050.95368132,2618,6762,2190,3030,005600,189153355.609,002201,37585954.9949,,0.0,005600,002201,67550.7018266,113209,27307,hub,hub,non_hub,585462.168743,4510460.49357,586066.226443,4507989.12022
+1699,1699,278,88.0,002201,,40.71833027,-73.980972895,164.0,005700,40.729662915,-73.992405595,791.013560739,2937,6762,1789,3030,005700,90178032.7137,002201,37585954.9949,,0.0,005700,002201,67550.7018266,156896,27307,hub,hub,non_hub,585086.179601,4509235.9788,586066.226443,4507989.12022
+1700,1700,114,88.0,002201,,40.71833027,-73.980972895,174.0,005800,40.743154205,-73.990299735,1390.35508856,3182,6762,2306,3030,005800,164037511.755,002201,37585954.9949,,0.0,005800,002201,67550.7018266,130970,27307,hub,hub,non_hub,585246.786708,4510735.64918,586066.226443,4507989.12022
+1701,1701,102,44.0,002201,,40.71833027,-73.980972895,62.0,005900,40.73049393,-73.9957214,926.970760234,5516,6762,3276,3030,005900,71785177.1361,002201,37585954.9949,,0.0,005900,002201,67550.7018266,53180,27307,hub,hub,non_hub,584805.117401,4509325.01914,586066.226443,4507989.12022
+1702,1702,189,88.0,002201,,40.71833027,-73.980972895,126.0,006000,40.734822295,-73.976916765,751.552483507,5286,6762,2459,3030,006000,27468182.8943,002201,37585954.9949,,0.0,006000,002201,67550.7018266,80462,27307,hub,hub,non_hub,586387.478737,4509823.83141,586066.226443,4507989.12022
+1703,1703,599,176.0,002201,,40.71833027,-73.980972895,282.0,006100,40.73385254,-73.992357065,970.581711712,4913,6762,2683,3030,006100,91682014.33,002201,37585954.9949,,0.0,006100,002201,67550.7018266,245510,27307,hub,hub,non_hub,585084.940162,4509701.10308,586066.226443,4507989.12022
+1704,1704,70,44.0,002201,,40.71833027,-73.980972895,60.0,006200,40.7381765,-73.97738662,824.777777778,4680,6762,1401,3030,006200,231817485.533,002201,37585954.9949,,0.0,006200,002201,67550.7018266,33218,27307,hub,hub,non_hub,586343.467107,4510195.70961,586066.226443,4507989.12022
+1705,1705,211,132.0,002201,,40.71833027,-73.980972895,198.0,006300,40.7346940933,-73.99785666,1093.46668089,6076,6762,4277,3030,006300,85447631.8451,002201,37585954.9949,,0.0,006300,002201,67550.7018266,120233,27307,hub,hub,non_hub,584619.48321,4509789.20591,586066.226443,4507989.12022
+1706,1706,133,44.0,002201,,40.71833027,-73.980972895,78.0,006400,40.73587678,-73.98205027,908.886928991,7518,6762,5058,3030,006400,95664936.1545,002201,37585954.9949,,0.0,006400,002201,67550.7018266,47750,27307,hub,hub,non_hub,585952.649806,4509935.84788,586066.226443,4507989.12022
+1707,1707,403,132.0,002201,,40.71833027,-73.980972895,212.0,006500,40.7306296367,-73.9991423,820.387202494,6517,6762,3568,3030,006500,59290910.3694,002201,37585954.9949,,0.0,006500,002201,67550.7018266,125356,27307,hub,hub,non_hub,584516.067395,4509336.78488,586066.226443,4507989.12022
+1708,1708,114,88.0,002201,,40.71833027,-73.980972895,164.0,006600,40.739285505,-73.97827188,973.035291988,11780,6762,6818,3030,006600,84730469.4548,002201,37585954.9949,,0.0,006600,002201,67550.7018266,74621,27307,hub,hub,non_hub,586267.286922,4510317.94668,586066.226443,4507989.12022
+1709,1709,116,44.0,002201,,40.71833027,-73.980972895,78.0,006700,40.73038599,-74.00214988,981.219000892,4984,6762,3796,3030,006700,47238039.9972,002201,37585954.9949,,0.0,006700,002201,67550.7018266,70025,27307,hub,hub,non_hub,584262.399901,4509306.84766,586066.226443,4507989.12022
+1710,1710,155,44.0,002201,,40.71833027,-73.980972895,78.0,006800,40.74025878,-73.98409214,1001.40560472,6735,6762,4494,3030,006800,130298431.446,002201,37585954.9949,,0.0,006800,002201,67550.7018266,58926,27307,hub,hub,non_hub,585774.608423,4510420.28363,586066.226443,4507989.12022
+1711,1711,84,88.0,002201,,40.71833027,-73.980972895,134.0,006900,40.732319905,-74.0069291,1197.74033737,2687,6762,1484,3030,006900,61292499.9331,002201,37585954.9949,,0.0,006900,002201,67550.7018266,130727,27307,hub,hub,non_hub,583856.38945,4509516.94969,586066.226443,4507989.12022
+1712,1712,203,132.0,002201,,40.71833027,-73.980972895,254.0,007000,40.7425317613,-73.9756465113,1160.9942948,8302,6762,5669,3030,007000,78634704.8451,002201,37585954.9949,,0.0,007000,002201,67550.7018266,145227,27307,hub,hub,non_hub,586484.752347,4510680.8877,586066.226443,4507989.12022
+1713,1713,82,88.0,002201,,40.71833027,-73.980972895,142.0,007100,40.736526545,-74.000108805,1151.8642316,5633,6762,3844,3030,007100,68447429.2743,002201,37585954.9949,,0.0,007100,002201,67550.7018266,79459,27307,hub,hub,non_hub,584426.995774,4509990.4524,586066.226443,4507989.12022
+1714,1714,232,132.0,002201,,40.71833027,-73.980972895,252.0,007200,40.7447014833,-73.98154809,1247.22423509,7734,6762,5222,3030,007200,132092861.454,002201,37585954.9949,,0.0,007200,002201,67550.7018266,157612,27307,hub,hub,non_hub,585983.687715,4510915.94446,586066.226443,4507989.12022
+1715,1715,65,88.0,002201,,40.71833027,-73.980972895,118.0,007300,40.734682705,-74.00388484,1111.17171296,5615,6762,4547,3030,007300,48716185.79,002201,37585954.9949,,0.0,007300,002201,67550.7018266,92567,27307,hub,hub,non_hub,584110.479319,4509782.14883,586066.226443,4507989.12022
+1716,1716,90,88.0,002201,,40.71833027,-73.980972895,172.0,007400,40.746413585,-73.98586892,1282.15029762,4179,6762,2700,3030,007400,170614202.951,002201,37585954.9949,,0.0,007400,002201,67550.7018266,81121,27307,hub,hub,non_hub,585616.696258,4511101.7763,586066.226443,4507989.12022
+1717,1717,346,88.0,002201,,40.71833027,-73.980972895,138.0,007600,40.74737476,-73.988320695,1366.68044309,2203,6762,1573,3030,007600,242014413.464,002201,37585954.9949,,0.0,007600,002201,67550.7018266,97464,27307,hub,hub,non_hub,585408.475283,4511206.08492,586066.226443,4507989.12022
+1718,1718,45,44.0,002201,,40.71833027,-73.980972895,86.0,007700,40.7390169121,-74.0026376103,1350.40384615,5404,6762,4254,3030,007700,59306273.1509,002201,37585954.9949,,0.0,007700,002201,67550.7018266,79025,27307,hub,hub,non_hub,584210.329106,4510264.47156,586066.226443,4507989.12022
+1719,1719,82,44.0,002201,,40.71833027,-73.980972895,78.0,007800,40.74780373,-73.9734419,1338.95279866,7380,6762,5372,3030,007800,112124597.728,002201,37585954.9949,,0.0,007800,002201,67550.7018266,59601,27307,hub,hub,non_hub,586664.043115,4511268.28888,586066.226443,4507989.12022
+1720,1720,91,220.0,002201,,40.71833027,-73.980972895,348.0,007900,40.738916514,-74.007286026,1375.24861111,4406,6762,2904,3030,007900,86937368.5918,002201,37585954.9949,,0.0,007900,002201,67550.7018266,171846,27307,hub,hub,non_hub,583817.969395,4510248.87788,586066.226443,4507989.12022
+1721,1721,55,88.0,002201,,40.71833027,-73.980972895,142.0,008000,40.7485693,-73.97717991,1271.36944444,4946,6762,3730,3030,008000,197763821.532,002201,37585954.9949,,0.0,008000,002201,67550.7018266,74808,27307,hub,hub,non_hub,586347.477591,4511349.58844,586066.226443,4507989.12022
+1722,1722,28,44.0,002201,,40.71833027,-73.980972895,78.0,008100,40.73935542,-73.99931783,1318.21428571,8675,6762,5315,3030,008100,91100400.6907,002201,37585954.9949,,0.0,008100,002201,67550.7018266,53195,27307,hub,hub,non_hub,584490.204148,4510305.23824,586066.226443,4507989.12022
+1723,1723,203,132.0,002201,,40.71833027,-73.980972895,350.0,008200,40.7519689045,-73.9793920024,1308.61472478,3442,6762,2534,3030,008200,262405408.076,002201,37585954.9949,,0.0,008200,002201,67550.7018266,228612,27307,hub,hub,non_hub,586156.339088,4511724.7954,586066.226443,4507989.12022
+1724,1724,89,176.0,002201,,40.71833027,-73.980972895,238.0,008300,40.742591315,-74.004102785,1236.69528754,4211,6762,2321,3030,008300,119862327.354,002201,37585954.9949,,0.0,008300,002201,67550.7018266,186113,27307,hub,hub,non_hub,584082.11654,4510659.85081,586066.226443,4507989.12022
+1725,1725,30,44.0,002201,,40.71833027,-73.980972895,76.0,008400,40.75038009,-73.98338988,1380.72916667,1726,6762,1041,3030,008400,147824461.739,002201,37585954.9949,,0.0,008400,002201,67550.7018266,34199,27307,hub,hub,non_hub,585820.889203,4511544.50828,586066.226443,4507989.12022
+1726,1726,139,44.0,002201,,40.71833027,-73.980972895,86.0,008601,40.744219,-73.97121214,1262.11360083,2551,6762,1528,3030,008601,31141773.9073,002201,37585954.9949,,0.0,008601,002201,67550.7018266,31961,27307,hub,hub,non_hub,586856.951039,4510872.56191,586066.226443,4507989.12022
+1727,1727,103,88.0,002201,,40.71833027,-73.980972895,156.0,008700,40.74206378,-73.995708955,1238.42770833,6671,6762,4249,3030,008700,85660216.7821,002201,37585954.9949,,0.0,008700,002201,67550.7018266,152953,27307,hub,hub,non_hub,584791.475936,4510609.36503,586066.226443,4507989.12022
+1728,1728,61,88.0,002201,,40.71833027,-73.980972895,156.0,008800,40.75012189,-73.970133575,1330.29789886,6964,6762,5507,3030,008800,216532475.876,002201,37585954.9949,,0.0,008800,002201,67550.7018266,43247,27307,hub,hub,non_hub,586940.323322,4511528.89362,586066.226443,4507989.12022
+1729,1729,74,132.0,002201,,40.71833027,-73.980972895,240.0,008900,40.74529008,-74.0021768567,1239.57539683,5560,6762,3511,3030,008900,54419260.2723,002201,37585954.9949,,0.0,008900,002201,67550.7018266,158638,27307,hub,hub,non_hub,584241.316685,4510961.27944,586066.226443,4507989.12022
+1730,1730,68,132.0,002201,,40.71833027,-73.980972895,220.0,009000,40.75261798,-73.9703317533,1340.72103175,7026,6762,5832,3030,009000,208846060.851,002201,37585954.9949,,0.0,009000,002201,67550.7018266,74531,27307,hub,hub,non_hub,586920.342162,4511805.78171,586066.226443,4507989.12022
+1731,1731,52,44.0,002201,,40.71833027,-73.980972895,78.0,009100,40.74487634,-73.99529885,1265.51666667,6415,6762,4386,3030,009100,127325659.041,002201,37585954.9949,,0.0,009100,002201,67550.7018266,63878,27307,hub,hub,non_hub,584822.527687,4510921.97538,586066.226443,4507989.12022
+1732,1732,53,88.0,002201,,40.71833027,-73.980972895,220.0,009200,40.7548518863,-73.9734329075,1244.25703463,1754,6762,1461,3030,009200,408192557.246,002201,37585954.9949,,0.0,009200,002201,67550.7018266,72226,27307,hub,hub,non_hub,586655.650548,4512050.69496,586066.226443,4507989.12022
+1733,1733,21,44.0,002201,,40.71833027,-73.980972895,78.0,009300,40.74475148,-73.99915362,1400.17307692,9705,6762,5585,3030,009300,68528055.2433,002201,37585954.9949,,0.0,009300,002201,67550.7018266,52202,27307,hub,hub,non_hub,584497.239363,4510904.39701,586066.226443,4507989.12022
+1734,1734,69,44.0,002201,,40.71833027,-73.980972895,62.0,009400,40.75320159,-73.9779874,1305.53868472,29,6762,16,3030,009400,299218147.811,002201,37585954.9949,,0.0,009400,002201,67550.7018266,82147,27307,hub,hub,non_hub,586273.319314,4511863.01244,586066.226443,4507989.12022
+1735,1735,47,44.0,002201,,40.71833027,-73.980972895,102.0,009500,40.746647,-73.993915,1192.44272727,3425,6762,1416,3030,009500,129660033.725,002201,37585954.9949,,0.0,009500,002201,67550.7018266,57488,27307,hub,hub,non_hub,584937.108907,4511119.86954,586066.226443,4507989.12022
+1736,1736,89,132.0,002201,,40.71833027,-73.980972895,280.0,009600,40.75607603,-73.9803967167,1395.96860812,153,6762,268,3030,009600,270304841.585,002201,37585954.9949,,0.0,009600,002201,67550.7018266,71527,27307,hub,hub,non_hub,586066.226062,4512179.73074,586066.226443,4507989.12022
+1737,1737,90,132.0,002201,,40.71833027,-73.980972895,198.0,009700,40.7493616033,-73.9991321067,1635.51240741,4744,6762,2827,3030,009700,83018263.1602,002201,37585954.9949,,0.0,009700,002201,67550.7018266,118804,27307,hub,hub,non_hub,584493.220017,4511416.17434,586066.226443,4507989.12022
+1738,1738,30,88.0,002201,,40.71833027,-73.980972895,140.0,009800,40.755285655,-73.96667288,1392.10119048,7105,6762,5244,3030,009800,115943808.909,002201,37585954.9949,,0.0,009800,002201,67550.7018266,40039,27307,hub,hub,non_hub,587225.727282,4512105.54383,586066.226443,4507989.12022
+1739,1739,139,220.0,002201,,40.71833027,-73.980972895,370.0,009900,40.7520807866,-74.0031899092,1375.6183217,3617,6762,2438,3030,009900,404439511.776,002201,37585954.9949,,0.0,009900,002201,67550.7018266,208076,27307,hub,hub,non_hub,584147.226991,4511714.12465,586066.226443,4507989.12022
+1740,1740,21,132.0,002201,,40.71833027,-73.980972895,242.0,010000,40.7583696933,-73.9710287767,1351.2952381,1829,6762,1399,3030,010000,366457143.613,002201,37585954.9949,,0.0,010000,002201,67550.7018266,72085,27307,hub,hub,non_hub,586854.014885,4512443.57459,586066.226443,4507989.12022
+1741,1741,167,132.0,002201,,40.71833027,-73.980972895,254.0,010100,40.74945622,-73.9903382667,1354.14376218,1119,6762,828,3030,010100,246168211.101,002201,37585954.9949,,0.0,010100,002201,67550.7018266,183377,27307,hub,hub,non_hub,585235.486219,4511435.18064,586066.226443,4507989.12022
+1742,1742,11,88.0,002201,,40.71833027,-73.980972895,162.0,010200,40.7606694,-73.973473555,1552.65,313,6762,268,3030,010200,333450202.294,002201,37585954.9949,,0.0,010200,002201,67550.7018266,46675,27307,hub,hub,non_hub,586644.664817,4512696.44233,586066.226443,4507989.12022
+1743,1743,72,88.0,002201,,40.71833027,-73.980972895,196.0,010300,40.751000495,-73.994372255,1487.96655093,1859,6762,1351,3030,010300,141506056.87,002201,37585954.9949,,0.0,010300,002201,67550.7018266,221593,27307,hub,hub,non_hub,584892.968075,4511602.69644,586066.226443,4507989.12022
+1744,1744,16,88.0,002201,,40.71833027,-73.980972895,150.0,010400,40.761664375,-73.976854975,1679.72222222,1031,6762,1033,3030,010400,363981333.295,002201,37585954.9949,,0.0,010400,002201,67550.7018266,65073,27307,hub,hub,non_hub,586357.961325,4512803.55852,586066.226443,4507989.12022
+1745,1745,28,44.0,002201,,40.71833027,-73.980972895,66.0,010602,40.75849116,-73.95920622,1760.32575758,4794,6762,2963,3030,010602,67980898.3739,002201,37585954.9949,,0.0,010602,002201,67550.7018266,22153,27307,hub,hub,non_hub,587851.796682,4512468.82754,586066.226443,4507989.12022
+1746,1746,98,132.0,002201,,40.71833027,-73.980972895,234.0,010800,40.7591736033,-73.96613818,1521.99746589,8531,6762,6272,3030,010800,189351523.799,002201,37585954.9949,,0.0,010800,002201,67550.7018266,79198,27307,hub,hub,non_hub,587265.778542,4512537.66689,586066.226443,4507989.12022
+1747,1747,48,88.0,002201,,40.71833027,-73.980972895,228.0,010900,40.751351715,-73.987594755,1419.28763853,182,6762,92,3030,010900,228173063.011,002201,37585954.9949,,0.0,010900,002201,67550.7018266,60092,27307,hub,hub,non_hub,585464.669441,4511648.26242,586066.226443,4507989.12022
+1748,1748,11,44.0,002201,,40.71833027,-73.980972895,118.0,011201,40.7643971,-73.97371465,1783.18333333,827,6762,964,3030,011201,118515444.187,002201,37585954.9949,,0.0,011201,002201,67550.7018266,41525,27307,hub,hub,non_hub,586619.474659,4513110.00718,586066.226443,4507989.12022
+1749,1749,46,44.0,002201,,40.71833027,-73.980972895,66.0,011203,40.76095756,-73.96724467,1652.95795796,1176,6762,1160,3030,011203,143782379.009,002201,37585954.9949,,0.0,011203,002201,67550.7018266,48033,27307,hub,hub,non_hub,587170.050102,4512734.59972,586066.226443,4507989.12022
+1750,1750,139,176.0,002201,,40.71833027,-73.980972895,396.0,011300,40.7548008425,-73.9888010575,1502.26379274,204,6762,107,3030,011300,357940519.061,002201,37585954.9949,,0.0,011300,002201,67550.7018266,236650,27307,hub,hub,non_hub,585358.423228,4512029.96675,586066.226443,4507989.12022
+1751,1751,100,88.0,002201,,40.71833027,-73.980972895,164.0,011500,40.75701407,-73.992353645,1537.89054622,2487,6762,1678,3030,011500,130958459.747,002201,37585954.9949,,0.0,011500,002201,67550.7018266,103294,27307,hub,hub,non_hub,585055.712647,4512272.20178,586066.226443,4507989.12022
+1752,1752,9,88.0,002201,,40.71833027,-73.980972895,168.0,011700,40.76058799,-74.00080945,2180.125,2938,6762,2304,3030,011700,91270705.1484,002201,37585954.9949,,0.0,011700,002201,67550.7018266,73016,27307,hub,hub,non_hub,584337.427395,4512660.77158,586066.226443,4507989.12022
+1753,1753,7,44.0,002201,,40.71833027,-73.980972895,68.0,011900,40.7568001,-73.98291153,1762.75,1079,6762,1121,3030,011900,395254501.74,002201,37585954.9949,,0.0,011900,002201,67550.7018266,39976,27307,hub,hub,non_hub,585853.012005,4512257.64444,586066.226443,4507989.12022
+1754,1754,37,132.0,002201,,40.71833027,-73.980972895,218.0,012100,40.7598593767,-73.9914900133,1577.89973545,8366,6762,5744,3030,012100,101223732.045,002201,37585954.9949,,0.0,012100,002201,67550.7018266,132767,27307,hub,hub,non_hub,585124.983126,4512588.88932,586066.226443,4507989.12022
+1755,1755,19,44.0,002201,,40.71833027,-73.980972895,102.0,012500,40.76064679,-73.98442659,2352.98333333,2439,6762,2096,3030,012500,322911522.418,002201,37585954.9949,,0.0,012500,002201,67550.7018266,45486,27307,hub,hub,non_hub,585720.180916,4512683.17447,586066.226443,4507989.12022
+1756,1756,19,88.0,002201,,40.71833027,-73.980972895,168.0,012700,40.762485435,-73.990447135,1518.55555556,6437,6762,4434,3030,012700,104637996.687,002201,37585954.9949,,0.0,012700,002201,67550.7018266,83393,27307,hub,hub,non_hub,585209.656415,4512881.41361,586066.226443,4507989.12022
+1757,1757,1,44.0,002201,5.30220597792,40.71926081,-73.98178024,48.0,012900,40.76341379,-73.99667444,2366.9489444,5312,6762,3621,3030,012900,158698340.053,002201,37585954.9949,,0.0,012900,002201,67550.7018266,28661,27307,hub,hub,non_hub,584682.864463,4512978.43901,585996.839991,4508091.6255
+1758,1758,29,132.0,002201,,40.71833027,-73.980972895,320.0,013100,40.7621295133,-73.98215453,1769.52222222,2489,6762,2283,3030,013100,405023451.28,002201,37585954.9949,,0.0,013100,002201,67550.7018266,107228,27307,hub,hub,non_hub,585910.04945,4512849.98999,586066.226443,4507989.12022
+1759,1759,25,132.0,002201,,40.71833027,-73.980972895,202.0,013300,40.7647250567,-73.9866537633,2059.4625,5363,6762,3909,3030,013300,79847412.2593,002201,37585954.9949,,0.0,013300,002201,67550.7018266,89810,27307,hub,hub,non_hub,585526.963405,4513133.71926,586066.226443,4507989.12022
+1760,1760,29,88.0,002201,,40.71833027,-73.980972895,130.0,013500,40.766984435,-73.99227308,1299.31123737,6075,6762,3935,3030,013500,198199142.958,002201,37585954.9949,,0.0,013500,002201,67550.7018266,64723,27307,hub,hub,non_hub,585049.80204,4513379.06475,586066.226443,4507989.12022
+1761,1761,19,88.0,002201,,40.71833027,-73.980972895,196.0,013700,40.766109285,-73.981808355,1613.81845238,6557,6762,5442,3030,013700,314878324.419,002201,37585954.9949,,0.0,013700,002201,67550.7018266,91142,27307,hub,hub,non_hub,585934.141665,4513292.1137,586066.226443,4507989.12022
+1762,1762,4,44.0,002201,,40.71833027,-73.980972895,54.0,013900,40.768254,-73.988639,1494.25,7607,6762,7359,3030,013900,139918084.587,002201,37585954.9949,,0.0,013900,002201,67550.7018266,26390,27307,hub,hub,non_hub,585354.890073,4513523.52534,586066.226443,4507989.12022
+1763,1763,9,44.0,002201,,40.71833027,-73.980972895,98.0,014300,40.76590936,-73.97634151,1632.0,3,6762,0,3030,014300,50027992.3322,002201,37585954.9949,,0.0,014300,002201,67550.7018266,21051,27307,hub,hub,non_hub,586395.803012,4513275.28949,586066.226443,4507989.12022
+1764,1764,30,44.0,002201,,40.71833027,-73.980972895,72.0,014500,40.76915505,-73.98191841,2040.27083333,5811,6762,3462,3030,014500,253397343.373,002201,37585954.9949,,0.0,014500,002201,67550.7018266,68350,27307,hub,hub,non_hub,585920.929601,4513630.10902,586066.226443,4507989.12022
+1765,1765,18,44.0,002201,,40.71833027,-73.980972895,110.0,014700,40.770513,-73.988038,953.474025974,2586,6762,1743,3030,014700,70871746.8417,002201,37585954.9949,,0.0,014700,002201,67550.7018266,35099,27307,hub,hub,non_hub,585402.720353,4513774.87644,586066.226443,4507989.12022
+1766,1766,0,44.0,002201,5.96956187236,,,72.0,015100,,,2005.43163878,8105,6762,4856,3030,015100,164953931.102,002201,37585954.9949,,0.0,015100,002201,67550.7018266,17578,27307,hub,hub,non_hub,inf,inf,inf,inf
+1767,1767,63,88.0,002201,,40.71833027,-73.980972895,140.0,031703,40.71644312,-74.014902115,1557.02888258,8670,6762,4231,3030,031703,332361109.355,002201,37585954.9949,,0.0,031703,002201,67550.7018266,136082,27307,hub,hub,non_hub,583202.897614,4507746.93647,586066.226443,4507989.12022
+1768,1768,112,132.0,002201,,40.71833027,-73.980972895,196.0,031704,40.7085171733,-74.0165557667,1477.52387004,6610,6762,3790,3030,031704,160823714.408,002201,37585954.9949,,0.0,031704,002201,67550.7018266,105244,27307,hub,hub,non_hub,583073.076824,4506865.54027,586066.226443,4507989.12022
+1769,1769,1381,132.0,002201,,40.71833027,-73.980972895,170.0,000600,40.7128987867,-73.9898646367,517.832421577,11558,6762,4083,3030,000600,59149181.7526,002201,37585954.9949,,0.0,000600,002201,67550.7018266,70053,27307,hub,hub,non_hub,585322.159723,4507377.5136,586066.226443,4507989.12022
+1770,1770,222,93.0,002202,,40.7208736,-73.98085795,54.0,000202,40.71318002,-73.9818904933,579.778056059,8012,2256,3598,1045,000202,37878157.9781,002202,13179093.8977,,0.0,000202,002202,55292.0564971,56352,21290,hub,hub,non_hub,585995.353038,4507416.50937,586072.658368,4508271.55961
+1771,1771,540,217.0,002202,,40.7208736,-73.98085795,258.0,000700,40.70581148,-74.0081572071,1170.82331495,7722,2256,5201,1045,000700,476954959.734,002202,13179093.8977,,0.0,000700,002202,55292.0564971,160040,21290,hub,hub,non_hub,583785.918305,4506573.16797,586072.658368,4508271.55961
+1772,1772,220,62.0,002202,,40.7208736,-73.98085795,47.0,000800,40.712414475,-73.993471545,738.281944444,10365,2256,4150,1045,000800,46479755.076,002202,13179093.8977,,0.0,000800,002202,55292.0564971,34254,21290,hub,hub,non_hub,585018.109713,4507320.25418,586072.658368,4508271.55961
+1773,1773,198,93.0,002202,,40.7208736,-73.98085795,97.0,000900,40.7024745833,-74.01224785,1190.85432099,1140,2256,939,1045,000900,404341803.896,002202,13179093.8977,,0.0,000900,002202,55292.0564971,46446,21290,hub,hub,non_hub,583444.520998,4506198.85784,586072.658368,4508271.55961
+1774,1774,235,31.0,002202,,40.7208736,-73.98085795,19.0,001002,40.71782143,-73.97628939,264.825531915,6439,2256,2346,1045,001002,22763374.2099,002202,13179093.8977,,0.0,001002,002202,55292.0564971,15916,21290,hub,hub,non_hub,586462.45635,4507937.23607,586072.658368,4508271.55961
+1775,1775,157,62.0,002202,,40.7208736,-73.98085795,46.0,001200,40.717364275,-73.982955325,417.202508361,3547,2256,1857,1045,001200,23518220.7411,002202,13179093.8977,,0.0,001200,002202,55292.0564971,36493,21290,hub,hub,non_hub,585900.031125,4507879.94738,586072.658368,4508271.55961
+1776,1776,76,31.0,002202,,40.7208736,-73.98085795,36.0,001300,40.70463334,-74.01361706,1415.28947368,3776,2256,3028,1045,001300,286606455.687,002202,13179093.8977,,0.0,001300,002202,55292.0564971,27671,21290,hub,hub,non_hub,583326.158808,4506437.19368,586072.658368,4508271.55961
+1777,1777,175,31.0,002202,,40.7208736,-73.98085795,28.0,001401,40.71559509,-73.9870295,440.028571429,3289,2256,1708,1045,001401,20168722.3199,002202,13179093.8977,,0.0,001401,002202,55292.0564971,26885,21290,hub,hub,non_hub,585558.18429,4507679.57909,586072.658368,4508271.55961
+1778,1778,92,62.0,002202,,40.7208736,-73.98085795,67.0,001501,40.70966832,-74.003597135,993.685714286,5581,2256,3450,1045,001501,172466366.322,002202,13179093.8977,,0.0,001501,002202,55292.0564971,27425,21290,hub,hub,non_hub,584166.279828,4507005.66129,586072.658368,4508271.55961
+1779,1779,200,93.0,002202,,40.7208736,-73.98085795,123.0,001502,40.7088053467,-74.00635276,1121.6787785,7095,2256,3459,1045,001502,221282059.103,002202,13179093.8977,,0.0,001502,002202,55292.0564971,82052,21290,hub,hub,non_hub,583934.59195,4506907.22889,586072.658368,4508271.55961
+1780,1780,448,93.0,002202,,40.7208736,-73.98085795,107.0,001600,40.7153350167,-73.9943926833,724.027634879,8236,2256,3242,1045,001600,76565505.7581,002202,13179093.8977,,0.0,001600,002202,55292.0564971,82798,21290,hub,hub,non_hub,584936.591099,4507643.5622,586072.658368,4508271.55961
+1781,1781,744,124.0,002202,,40.7208736,-73.98085795,154.0,001800,40.7193657075,-73.9906468425,464.893406546,8063,2256,3489,1045,001800,60554858.5127,002202,13179093.8977,,0.0,001800,002202,55292.0564971,133306,21290,hub,hub,non_hub,585247.838585,4508094.62497,586072.658368,4508271.55961
+1782,1782,241,62.0,002202,,40.7208736,-73.98085795,46.0,002000,40.721554605,-73.977309405,477.373896367,4795,2256,1899,1045,002000,17907673.5628,002202,13179093.8977,,0.0,002000,002202,55292.0564971,31656,21290,hub,hub,non_hub,586371.478696,4508350.63994,586072.658368,4508271.55961
+1783,1783,190,124.0,002202,,40.7208736,-73.98085795,102.0,002100,40.71451321,-74.0108850975,1220.67277764,6111,2256,3038,1045,002100,273869828.705,002202,13179093.8977,,0.0,002100,002202,55292.0564971,151037,21290,hub,hub,non_hub,583544.598931,4507536.51732,586072.658368,4508271.55961
+1784,1784,136,62.0,002202,,40.7208736,-73.98085795,44.0,002201,40.71833027,-73.980972895,530.873177146,6762,2256,3030,1045,002201,37585954.9949,002202,13179093.8977,,0.0,002201,002202,55292.0564971,26391,21290,hub,hub,non_hub,586066.226443,4507989.12022,586072.658368,4508271.55961
+1785,1785,129,62.0,002202,,40.7208736,-73.98085795,48.0,002400,40.724744875,-73.974986535,346.388822115,5775,2256,2175,1045,002400,17986635.5592,002202,13179093.8977,,0.0,002400,002202,55292.0564971,17965,21290,hub,hub,non_hub,586563.526382,4508707.06897,586072.658368,4508271.55961
+1786,1786,50,62.0,002202,,40.7208736,-73.98085795,62.0,002500,40.7111743,-73.99849582,945.892446634,5061,2256,1917,1045,002500,22428407.6271,002202,13179093.8977,,0.0,002500,002202,55292.0564971,28216,21290,hub,hub,non_hub,584595.28909,4507177.73549,586072.658368,4508271.55961
+1787,1787,106,31.0,002202,,40.7208736,-73.98085795,31.0,002601,40.72299208,-73.97995466,358.632075472,3774,2256,1593,1045,002601,22248722.3098,002202,13179093.8977,,0.0,002601,002202,55292.0564971,22144,21290,hub,hub,non_hub,586146.216204,4508507.61099,586072.658368,4508271.55961
+1788,1788,16,31.0,002202,,40.7208736,-73.98085795,27.0,002700,40.71307916,-73.99851193,882.4375,1191,2256,655,1045,002700,11349914.9514,002202,13179093.8977,,0.0,002700,002202,55292.0564971,20570,21290,hub,hub,non_hub,584591.517275,4507389.17181,586072.658368,4508271.55961
+1789,1789,344,31.0,002202,,40.7208736,-73.98085795,32.0,002800,40.72521311,-73.97768752,275.924418605,7302,2256,3341,1045,002800,47641507.3146,002202,13179093.8977,,0.0,002800,002202,55292.0564971,36744,21290,hub,hub,non_hub,586334.816403,4508756.38709,586072.658368,4508271.55961
+1790,1790,27,31.0,002202,,40.7208736,-73.98085795,43.0,002900,40.71602118,-73.99974372,938.481481481,5855,2256,2420,1045,002900,200965547.24,002202,13179093.8977,,0.0,002900,002202,55292.0564971,31936,21290,hub,hub,non_hub,584483.752153,4507714.56961,586072.658368,4508271.55961
+1791,1791,353,31.0,002202,,40.7208736,-73.98085795,35.0,003001,40.72066442,-73.98517977,310.218130312,4301,2256,2553,1045,003001,34302720.7166,002202,13179093.8977,,0.0,003001,002202,55292.0564971,41223,21290,hub,hub,non_hub,585707.91731,4508244.11218,586072.658368,4508271.55961
+1792,1792,318,31.0,002202,,40.7208736,-73.98085795,37.0,003002,40.72217444,-73.98368779,592.0,3031,2256,1885,1045,003002,18686109.2263,002202,13179093.8977,,0.0,003002,002202,55292.0564971,38675,21290,hub,hub,non_hub,585831.986427,4508413.19181,586072.658368,4508271.55961
+1793,1793,89,93.0,002202,,40.7208736,-73.98085795,121.0,003100,40.7140617467,-74.0041933367,1063.29700289,2809,2256,858,1045,003100,145687012.574,002202,13179093.8977,,0.0,003100,002202,55292.0564971,81469,21290,hub,hub,non_hub,584110.388584,4507492.78891,586072.658368,4508271.55961
+1794,1794,744,93.0,002202,,40.7208736,-73.98085795,100.0,003200,40.7260543867,-73.9823576167,402.178134773,7630,2256,4888,1045,003200,46369492.482,002202,13179093.8977,,0.0,003200,002202,55292.0564971,138064,21290,hub,hub,non_hub,585939.335766,4508845.19329,586072.658368,4508271.55961
+1795,1795,133,155.0,002202,,40.7208736,-73.98085795,173.0,003300,40.7188293239,-74.0063180042,1051.48573435,5174,2256,2694,1045,003300,215459582.054,002202,13179093.8977,,0.0,003300,002202,55292.0564971,115059,21290,hub,hub,non_hub,583924.938835,4508019.98859,586072.658368,4508271.55961
+1796,1796,346,31.0,002202,,40.7208736,-73.98085795,39.0,003400,40.72955361,-73.98057249,457.205202312,6706,2256,4203,1045,003400,42933229.7541,002202,13179093.8977,,0.0,003400,002202,55292.0564971,47926,21290,hub,hub,non_hub,586085.581298,4509235.37985,586072.658368,4508271.55961
+1797,1797,623,62.0,002202,,40.7208736,-73.98085795,66.0,003601,40.72217423,-73.990293175,408.238476643,3299,2256,1613,1045,003601,29191583.8104,002202,13179093.8977,,0.0,003601,002202,55292.0564971,77585,21290,hub,hub,non_hub,585274.124459,4508406.73315,586072.658368,4508271.55961
+1798,1798,822,62.0,002202,,40.7208736,-73.98085795,62.0,003602,40.724852985,-73.989265345,380.171018836,2918,2256,1586,1045,003602,24941258.1161,002202,13179093.8977,,0.0,003602,002202,55292.0564971,82124,21290,hub,hub,non_hub,585357.507872,4508705.09166,586072.658368,4508271.55961
+1799,1799,292,124.0,002202,,40.7208736,-73.98085795,148.0,003700,40.7256696075,-74.0052069325,917.351642587,2401,2256,1490,1045,003700,212385639.924,002202,13179093.8977,,0.0,003700,002202,55292.0564971,173333,21290,hub,hub,non_hub,584010.178026,4508780.36793,586072.658368,4508271.55961
+1800,1800,963,124.0,002202,,40.7208736,-73.98085795,160.0,003800,40.72765889,-73.988195855,431.068689536,8610,2256,5795,1045,003800,67437493.5221,002202,13179093.8977,,0.0,003800,002202,55292.0564971,167230,21290,hub,hub,non_hub,585444.239635,4509017.60641,586072.658368,4508271.55961
+1801,1801,87,124.0,002202,,40.7208736,-73.98085795,106.0,003900,40.7201717475,-74.00983051,1136.40529167,5253,2256,3059,1045,003900,194910113.03,002202,13179093.8977,,0.0,003900,002202,55292.0564971,113624,21290,hub,hub,non_hub,583626.593058,4508165.65565,586072.658368,4508271.55961
+1802,1802,402,62.0,002202,,40.7208736,-73.98085795,66.0,004000,40.73000573,-73.98549552,607.673370877,9801,2256,4546,1045,004000,66858387.5133,002202,13179093.8977,,0.0,004000,002202,55292.0564971,99660,21290,hub,hub,non_hub,585669.269443,4509280.75306,586072.658368,4508271.55961
+1803,1803,370,62.0,002202,,40.7208736,-73.98085795,64.0,004100,40.7195529,-73.996789035,790.127610135,7793,2256,3765,1045,004100,71738983.3617,002202,13179093.8977,,0.0,004100,002202,55292.0564971,114685,21290,hub,hub,non_hub,584728.836557,4508109.46034,586072.658368,4508271.55961
+1804,1804,297,31.0,002202,,40.7208736,-73.98085795,35.0,004200,40.73223272,-73.98889957,623.912457912,4988,2256,1801,1045,004200,39941846.3325,002202,13179093.8977,,0.0,004200,002202,55292.0564971,50846,21290,hub,hub,non_hub,585378.96492,4509524.64843,586072.658368,4508271.55961
+1805,1805,724,62.0,002202,,40.7208736,-73.98085795,67.0,004300,40.723870235,-73.995226525,574.604866088,4267,2256,2598,1045,004300,65935514.1184,002202,13179093.8977,,0.0,004300,002202,55292.0564971,95162,21290,hub,hub,non_hub,584855.320992,4508590.22212,586072.658368,4508271.55961
+1806,1806,361,62.0,002202,,40.7208736,-73.98085795,60.0,004400,40.73080269,-73.97968993,524.50422214,17710,2256,8297,1045,004400,114601147.016,002202,13179093.8977,,0.0,004400,002202,55292.0564971,106427,21290,hub,hub,non_hub,586158.498991,4509374.90208,586072.658368,4508271.55961
+1807,1807,69,31.0,002202,,40.7208736,-73.98085795,27.0,004500,40.71910537,-73.99973337,845.115942029,840,2256,582,1045,004500,52009114.8865,002202,13179093.8977,,0.0,004500,002202,55292.0564971,34275,21290,hub,hub,non_hub,584480.726971,4508056.94497,586072.658368,4508271.55961
+1808,1808,75,31.0,002202,,40.7208736,-73.98085795,39.0,004700,40.72165481,-74.00234737,911.706666667,2267,2256,1586,1045,004700,75477587.1594,002202,13179093.8977,,0.0,004700,002202,55292.0564971,27544,21290,hub,hub,non_hub,584256.734795,4508337.43837,586072.658368,4508271.55961
+1809,1809,61,31.0,002202,,40.7208736,-73.98085795,35.0,004800,40.73624527,-73.98473765,873.901639344,7550,2256,3799,1045,004800,74763044.6965,002202,13179093.8977,,0.0,004800,002202,55292.0564971,42567,21290,hub,hub,non_hub,585725.258797,4509974.12516,586072.658368,4508271.55961
+1810,1810,179,62.0,002202,,40.7208736,-73.98085795,73.0,004900,40.724268615,-74.000521515,757.611111111,4951,2256,3054,1045,004900,103848670.177,002202,13179093.8977,,0.0,004900,002202,55292.0564971,80152,21290,hub,hub,non_hub,584407.63728,4508629.34168,586072.658368,4508271.55961
+1811,1811,218,93.0,002202,,40.7208736,-73.98085795,93.0,005000,40.7359163467,-73.9873427633,805.330262191,5061,2256,3595,1045,005000,120638459.215,002202,13179093.8977,,0.0,005000,002202,55292.0564971,111023,21290,hub,hub,non_hub,585505.709717,4509935.07175,586072.658368,4508271.55961
+1812,1812,296,62.0,002202,,40.7208736,-73.98085795,106.0,005200,40.73715585,-73.991241315,885.49257701,4193,2256,1785,1045,005200,109103391.81,002202,13179093.8977,,0.0,005200,002202,55292.0564971,159876,21290,hub,hub,non_hub,585174.941656,4510068.87544,586072.658368,4508271.55961
+1813,1813,120,31.0,002202,,40.7208736,-73.98085795,47.0,005400,40.73971301,-73.99456405,954.808333333,4656,2256,2837,1045,005400,128803552.888,002202,13179093.8977,,0.0,005400,002202,55292.0564971,73728,21290,hub,hub,non_hub,584891.129718,4510349.51956,586072.658368,4508271.55961
+1814,1814,340,31.0,002202,,40.7208736,-73.98085795,30.0,005501,40.72679454,-73.99695094,594.294117647,5079,2256,2483,1045,005501,61061928.4125,002202,13179093.8977,,0.0,005501,002202,55292.0564971,57258,21290,hub,hub,non_hub,584705.980012,4508913.17477,586072.658368,4508271.55961
+1815,1815,611,31.0,002202,,40.7208736,-73.98085795,27.0,005502,40.72743423,-73.99379025,508.834697218,2383,2256,1262,1045,005502,49017118.6146,002202,13179093.8977,,0.0,005502,002202,55292.0564971,55117,21290,hub,hub,non_hub,584972.085912,4508987.23863,586072.658368,4508271.55961
+1816,1816,111,62.0,002202,,40.7208736,-73.98085795,95.0,005600,40.74065347,-73.98778661,814.970633299,2618,2256,2190,1045,005600,189153355.609,002202,13179093.8977,,0.0,005600,002202,55292.0564971,113209,21290,hub,hub,non_hub,585462.168743,4510460.49357,586072.658368,4508271.55961
+1817,1817,840,62.0,002202,,40.7208736,-73.98085795,82.0,005700,40.729662915,-73.992405595,555.018510225,2937,2256,1789,1045,005700,90178032.7137,002202,13179093.8977,,0.0,005700,002202,55292.0564971,156896,21290,hub,hub,non_hub,585086.179601,4509235.9788,586072.658368,4508271.55961
+1818,1818,136,62.0,002202,,40.7208736,-73.98085795,87.0,005800,40.743154205,-73.990299735,1076.82384824,3182,2256,2306,1045,005800,164037511.755,002202,13179093.8977,,0.0,005800,002202,55292.0564971,130970,21290,hub,hub,non_hub,585246.786708,4510735.64918,586072.658368,4508271.55961
+1819,1819,145,31.0,002202,,40.7208736,-73.98085795,31.0,005900,40.73049393,-73.9957214,677.868965517,5516,2256,3276,1045,005900,71785177.1361,002202,13179093.8977,,0.0,005900,002202,55292.0564971,53180,21290,hub,hub,non_hub,584805.117401,4509325.01914,586072.658368,4508271.55961
+1820,1820,280,62.0,002202,,40.7208736,-73.98085795,63.0,006000,40.734822295,-73.976916765,630.288773238,5286,2256,2459,1045,006000,27468182.8943,002202,13179093.8977,,0.0,006000,002202,55292.0564971,80462,21290,hub,hub,non_hub,586387.478737,4509823.83141,586072.658368,4508271.55961
+1821,1821,687,124.0,002202,,40.7208736,-73.98085795,141.0,006100,40.73385254,-73.992357065,808.189998156,4913,2256,2683,1045,006100,91682014.33,002202,13179093.8977,,0.0,006100,002202,55292.0564971,245510,21290,hub,hub,non_hub,585084.940162,4509701.10308,586072.658368,4508271.55961
+1822,1822,79,31.0,002202,,40.7208736,-73.98085795,30.0,006200,40.7381765,-73.97738662,744.886075949,4680,2256,1401,1045,006200,231817485.533,002202,13179093.8977,,0.0,006200,002202,55292.0564971,33218,21290,hub,hub,non_hub,586343.467107,4510195.70961,586072.658368,4508271.55961
+1823,1823,155,93.0,002202,,40.7208736,-73.98085795,99.0,006300,40.7346940933,-73.99785666,921.227151878,6076,2256,4277,1045,006300,85447631.8451,002202,13179093.8977,,0.0,006300,002202,55292.0564971,120233,21290,hub,hub,non_hub,584619.48321,4509789.20591,586072.658368,4508271.55961
+1824,1824,98,31.0,002202,,40.7208736,-73.98085795,39.0,006400,40.73587678,-73.98205027,807.193877551,7518,2256,5058,1045,006400,95664936.1545,002202,13179093.8977,,0.0,006400,002202,55292.0564971,47750,21290,hub,hub,non_hub,585952.649806,4509935.84788,586072.658368,4508271.55961
+1825,1825,442,93.0,002202,,40.7208736,-73.98085795,106.0,006500,40.7306296367,-73.9991423,742.89941909,6517,2256,3568,1045,006500,59290910.3694,002202,13179093.8977,,0.0,006500,002202,55292.0564971,125356,21290,hub,hub,non_hub,584516.067395,4509336.78488,586072.658368,4508271.55961
+1826,1826,145,62.0,002202,,40.7208736,-73.98085795,82.0,006600,40.739285505,-73.97827188,884.038961039,11780,2256,6818,1045,006600,84730469.4548,002202,13179093.8977,,0.0,006600,002202,55292.0564971,74621,21290,hub,hub,non_hub,586267.286922,4510317.94668,586072.658368,4508271.55961
+1827,1827,222,31.0,002202,,40.7208736,-73.98085795,39.0,006700,40.73038599,-74.00214988,791.13963964,4984,2256,3796,1045,006700,47238039.9972,002202,13179093.8977,,0.0,006700,002202,55292.0564971,70025,21290,hub,hub,non_hub,584262.399901,4509306.84766,586072.658368,4508271.55961
+1828,1828,87,31.0,002202,,40.7208736,-73.98085795,39.0,006800,40.74025878,-73.98409214,899.977011494,6735,2256,4494,1045,006800,130298431.446,002202,13179093.8977,,0.0,006800,002202,55292.0564971,58926,21290,hub,hub,non_hub,585774.608423,4510420.28363,586072.658368,4508271.55961
+1829,1829,125,62.0,002202,,40.7208736,-73.98085795,67.0,006900,40.732319905,-74.0069291,1035.54402872,2687,2256,1484,1045,006900,61292499.9331,002202,13179093.8977,,0.0,006900,002202,55292.0564971,130727,21290,hub,hub,non_hub,583856.38945,4509516.94969,586072.658368,4508271.55961
+1830,1830,204,93.0,002202,,40.7208736,-73.98085795,127.0,007000,40.7425193708,-73.9756221008,1098.92939116,8302,2256,5669,1045,007000,78634704.8451,002202,13179093.8977,,0.0,007000,002202,55292.0564971,145227,21290,hub,hub,non_hub,586486.829382,4510679.53631,586072.658368,4508271.55961
+1831,1831,103,62.0,002202,,40.7208736,-73.98085795,71.0,007100,40.736526545,-74.000108805,964.289878543,5633,2256,3844,1045,007100,68447429.2743,002202,13179093.8977,,0.0,007100,002202,55292.0564971,79459,21290,hub,hub,non_hub,584426.995774,4509990.4524,586072.658368,4508271.55961
+1832,1832,179,93.0,002202,,40.7208736,-73.98085795,126.0,007200,40.7447014833,-73.98154809,1132.0003434,7734,2256,5222,1045,007200,132092861.454,002202,13179093.8977,,0.0,007200,002202,55292.0564971,157612,21290,hub,hub,non_hub,585983.687715,4510915.94446,586072.658368,4508271.55961
+1833,1833,112,62.0,002202,,40.7208736,-73.98085795,59.0,007300,40.734682705,-74.00388484,969.269230769,5615,2256,4547,1045,007300,48716185.79,002202,13179093.8977,,0.0,007300,002202,55292.0564971,92567,21290,hub,hub,non_hub,584110.479319,4509782.14883,586072.658368,4508271.55961
+1834,1834,73,62.0,002202,,40.7208736,-73.98085795,86.0,007400,40.746413585,-73.98586892,1143.90375,4179,2256,2700,1045,007400,170614202.951,002202,13179093.8977,,0.0,007400,002202,55292.0564971,81121,21290,hub,hub,non_hub,585616.696258,4511101.7763,586072.658368,4508271.55961
+1835,1835,103,62.0,002202,,40.7208736,-73.98085795,69.0,007600,40.74737476,-73.988320695,1236.77318008,2203,2256,1573,1045,007600,242014413.464,002202,13179093.8977,,0.0,007600,002202,55292.0564971,97464,21290,hub,hub,non_hub,585408.475283,4511206.08492,586072.658368,4508271.55961
+1836,1836,76,31.0,002202,,40.7208736,-73.98085795,43.0,007700,40.7390169121,-74.0026376103,1143.52631579,5404,2256,4254,1045,007700,59306273.1509,002202,13179093.8977,,0.0,007700,002202,55292.0564971,79025,21290,hub,hub,non_hub,584210.329106,4510264.47156,586072.658368,4508271.55961
+1837,1837,149,31.0,002202,,40.7208736,-73.98085795,39.0,007800,40.74780373,-73.9734419,1143.90604027,7380,2256,5372,1045,007800,112124597.728,002202,13179093.8977,,0.0,007800,002202,55292.0564971,59601,21290,hub,hub,non_hub,586664.043115,4511268.28888,586072.658368,4508271.55961
+1838,1838,160,155.0,002202,,40.7208736,-73.98085795,174.0,007900,40.738916514,-74.007286026,1173.460357,4406,2256,2904,1045,007900,86937368.5918,002202,13179093.8977,,0.0,007900,002202,55292.0564971,171846,21290,hub,hub,non_hub,583817.969395,4510248.87788,586072.658368,4508271.55961
+1839,1839,48,62.0,002202,,40.7208736,-73.98085795,71.0,008000,40.7485693,-73.97717991,1408.08201058,4946,2256,3730,1045,008000,197763821.532,002202,13179093.8977,,0.0,008000,002202,55292.0564971,74808,21290,hub,hub,non_hub,586347.477591,4511349.58844,586072.658368,4508271.55961
+1840,1840,37,31.0,002202,,40.7208736,-73.98085795,39.0,008100,40.73935542,-73.99931783,1230.08108108,8675,2256,5315,1045,008100,91100400.6907,002202,13179093.8977,,0.0,008100,002202,55292.0564971,53195,21290,hub,hub,non_hub,584490.204148,4510305.23824,586072.658368,4508271.55961
+1841,1841,177,93.0,002202,,40.7208736,-73.98085795,175.0,008200,40.7519836271,-73.9794469561,1287.17603035,3442,2256,2534,1045,008200,262405408.076,002202,13179093.8977,,0.0,008200,002202,55292.0564971,228612,21290,hub,hub,non_hub,586151.680998,4511726.37577,586072.658368,4508271.55961
+1842,1842,87,124.0,002202,,40.7208736,-73.98085795,119.0,008300,40.742591315,-74.004102785,1279.57830087,4211,2256,2321,1045,008300,119862327.354,002202,13179093.8977,,0.0,008300,002202,55292.0564971,186113,21290,hub,hub,non_hub,584082.11654,4510659.85081,586072.658368,4508271.55961
+1843,1843,13,31.0,002202,,40.7208736,-73.98085795,38.0,008400,40.75038009,-73.98338988,1306.53846154,1726,2256,1041,1045,008400,147824461.739,002202,13179093.8977,,0.0,008400,002202,55292.0564971,34199,21290,hub,hub,non_hub,585820.889203,4511544.50828,586072.658368,4508271.55961
+1844,1844,116,31.0,002202,,40.7208736,-73.98085795,43.0,008601,40.744219,-73.97121214,1022.76724138,2551,2256,1528,1045,008601,31141773.9073,002202,13179093.8977,,0.0,008601,002202,55292.0564971,31961,21290,hub,hub,non_hub,586856.951039,4510872.56191,586072.658368,4508271.55961
+1845,1845,105,62.0,002202,,40.7208736,-73.98085795,78.0,008700,40.74206378,-73.995708955,1213.09285714,6671,2256,4249,1045,008700,85660216.7821,002202,13179093.8977,,0.0,008700,002202,55292.0564971,152953,21290,hub,hub,non_hub,584791.475936,4510609.36503,586072.658368,4508271.55961
+1846,1846,49,62.0,002202,,40.7208736,-73.98085795,78.0,008800,40.75012189,-73.970133575,1385.28367003,6964,2256,5507,1045,008800,216532475.876,002202,13179093.8977,,0.0,008800,002202,55292.0564971,43247,21290,hub,hub,non_hub,586940.323322,4511528.89362,586072.658368,4508271.55961
+1847,1847,109,93.0,002202,,40.7208736,-73.98085795,120.0,008900,40.74529008,-74.0021768567,1250.41239892,5560,2256,3511,1045,008900,54419260.2723,002202,13179093.8977,,0.0,008900,002202,55292.0564971,158638,21290,hub,hub,non_hub,584241.316685,4510961.27944,586072.658368,4508271.55961
+1848,1848,120,93.0,002202,,40.7208736,-73.98085795,110.0,009000,40.75261798,-73.9703317533,1367.87043607,7026,2256,5832,1045,009000,208846060.851,002202,13179093.8977,,0.0,009000,002202,55292.0564971,74531,21290,hub,hub,non_hub,586920.342162,4511805.78171,586072.658368,4508271.55961
+1849,1849,45,31.0,002202,,40.7208736,-73.98085795,39.0,009100,40.74487634,-73.99529885,1471.08888889,6415,2256,4386,1045,009100,127325659.041,002202,13179093.8977,,0.0,009100,002202,55292.0564971,63878,21290,hub,hub,non_hub,584822.527687,4510921.97538,586072.658368,4508271.55961
+1850,1850,48,62.0,002202,,40.7208736,-73.98085795,110.0,009200,40.7548518863,-73.9734329075,1216.90734266,1754,2256,1461,1045,009200,408192557.246,002202,13179093.8977,,0.0,009200,002202,55292.0564971,72226,21290,hub,hub,non_hub,586655.650548,4512050.69496,586072.658368,4508271.55961
+1851,1851,22,31.0,002202,,40.7208736,-73.98085795,39.0,009300,40.74475148,-73.99915362,1430.36363636,9705,2256,5585,1045,009300,68528055.2433,002202,13179093.8977,,0.0,009300,002202,55292.0564971,52202,21290,hub,hub,non_hub,584497.239363,4510904.39701,586072.658368,4508271.55961
+1852,1852,27,31.0,002202,,40.7208736,-73.98085795,31.0,009400,40.75320159,-73.9779874,1216.14814815,29,2256,16,1045,009400,299218147.811,002202,13179093.8977,,0.0,009400,002202,55292.0564971,82147,21290,hub,hub,non_hub,586273.319314,4511863.01244,586072.658368,4508271.55961
+1853,1853,69,31.0,002202,,40.7208736,-73.98085795,51.0,009500,40.746647,-73.993915,1245.47826087,3425,2256,1416,1045,009500,129660033.725,002202,13179093.8977,,0.0,009500,002202,55292.0564971,57488,21290,hub,hub,non_hub,584937.108907,4511119.86954,586072.658368,4508271.55961
+1854,1854,48,93.0,002202,,40.7208736,-73.98085795,140.0,009600,40.75607603,-73.9803967167,1529.75230567,153,2256,268,1045,009600,270304841.585,002202,13179093.8977,,0.0,009600,002202,55292.0564971,71527,21290,hub,hub,non_hub,586066.226062,4512179.73074,586072.658368,4508271.55961
+1855,1855,76,93.0,002202,,40.7208736,-73.98085795,99.0,009700,40.7493616033,-73.9991321067,1545.31651759,4744,2256,2827,1045,009700,83018263.1602,002202,13179093.8977,,0.0,009700,002202,55292.0564971,118804,21290,hub,hub,non_hub,584493.220017,4511416.17434,586072.658368,4508271.55961
+1856,1856,60,62.0,002202,,40.7208736,-73.98085795,70.0,009800,40.755285655,-73.96667288,1319.25361513,7105,2256,5244,1045,009800,115943808.909,002202,13179093.8977,,0.0,009800,002202,55292.0564971,40039,21290,hub,hub,non_hub,587225.727282,4512105.54383,586072.658368,4508271.55961
+1857,1857,152,155.0,002202,,40.7208736,-73.98085795,185.0,009900,40.7520807866,-74.0031899092,1456.72720365,3617,2256,2438,1045,009900,404439511.776,002202,13179093.8977,,0.0,009900,002202,55292.0564971,208076,21290,hub,hub,non_hub,584147.226991,4511714.12465,586072.658368,4508271.55961
+1858,1858,46,93.0,002202,,40.7208736,-73.98085795,121.0,010000,40.7583696933,-73.9710287767,1226.28606466,1829,2256,1399,1045,010000,366457143.613,002202,13179093.8977,,0.0,010000,002202,55292.0564971,72085,21290,hub,hub,non_hub,586854.014885,4512443.57459,586072.658368,4508271.55961
+1859,1859,118,93.0,002202,,40.7208736,-73.98085795,127.0,010100,40.74945622,-73.9903382667,1372.98782051,1119,2256,828,1045,010100,246168211.101,002202,13179093.8977,,0.0,010100,002202,55292.0564971,183377,21290,hub,hub,non_hub,585235.486219,4511435.18064,586072.658368,4508271.55961
+1860,1860,10,62.0,002202,,40.7208736,-73.98085795,81.0,010200,40.7606694,-73.973473555,1436.375,313,2256,268,1045,010200,333450202.294,002202,13179093.8977,,0.0,010200,002202,55292.0564971,46675,21290,hub,hub,non_hub,586644.664817,4512696.44233,586072.658368,4508271.55961
+1861,1861,61,62.0,002202,,40.7208736,-73.98085795,98.0,010300,40.751000495,-73.994372255,1354.56872294,1859,2256,1351,1045,010300,141506056.87,002202,13179093.8977,,0.0,010300,002202,55292.0564971,221593,21290,hub,hub,non_hub,584892.968075,4511602.69644,586072.658368,4508271.55961
+1862,1862,24,62.0,002202,,40.7208736,-73.98085795,75.0,010400,40.761664375,-73.976854975,1522.24369748,1031,2256,1033,1045,010400,363981333.295,002202,13179093.8977,,0.0,010400,002202,55292.0564971,65073,21290,hub,hub,non_hub,586357.961325,4512803.55852,586072.658368,4508271.55961
+1863,1863,15,31.0,002202,,40.7208736,-73.98085795,33.0,010602,40.75849116,-73.95920622,1602.26666667,4794,2256,2963,1045,010602,67980898.3739,002202,13179093.8977,,0.0,010602,002202,55292.0564971,22153,21290,hub,hub,non_hub,587851.796682,4512468.82754,586072.658368,4508271.55961
+1864,1864,123,93.0,002202,,40.7208736,-73.98085795,117.0,010800,40.7591736033,-73.96613818,1445.9829916,8531,2256,6272,1045,010800,189351523.799,002202,13179093.8977,,0.0,010800,002202,55292.0564971,79198,21290,hub,hub,non_hub,587265.778542,4512537.66689,586072.658368,4508271.55961
+1865,1865,43,62.0,002202,,40.7208736,-73.98085795,114.0,010900,40.751351715,-73.987594755,1360.07934783,182,2256,92,1045,010900,228173063.011,002202,13179093.8977,,0.0,010900,002202,55292.0564971,60092,21290,hub,hub,non_hub,585464.669441,4511648.26242,586072.658368,4508271.55961
+1866,1866,13,31.0,002202,,40.7208736,-73.98085795,59.0,011201,40.7643971,-73.97371465,1782.84615385,827,2256,964,1045,011201,118515444.187,002202,13179093.8977,,0.0,011201,002202,55292.0564971,41525,21290,hub,hub,non_hub,586619.474659,4513110.00718,586072.658368,4508271.55961
+1867,1867,17,31.0,002202,,40.7208736,-73.98085795,33.0,011203,40.76095756,-73.96724467,1831.29411765,1176,2256,1160,1045,011203,143782379.009,002202,13179093.8977,,0.0,011203,002202,55292.0564971,48033,21290,hub,hub,non_hub,587170.050102,4512734.59972,586072.658368,4508271.55961
+1868,1868,155,124.0,002202,,40.7208736,-73.98085795,198.0,011300,40.7548008425,-73.9888010575,1548.5240439,204,2256,107,1045,011300,357940519.061,002202,13179093.8977,,0.0,011300,002202,55292.0564971,236650,21290,hub,hub,non_hub,585358.423228,4512029.96675,586072.658368,4508271.55961
+1869,1869,55,62.0,002202,,40.7208736,-73.98085795,82.0,011500,40.75701407,-73.992353645,1650.32208995,2487,2256,1678,1045,011500,130958459.747,002202,13179093.8977,,0.0,011500,002202,55292.0564971,103294,21290,hub,hub,non_hub,585055.712647,4512272.20178,586072.658368,4508271.55961
+1870,1870,10,62.0,002202,,40.7208736,-73.98085795,84.0,011700,40.76058799,-74.00080945,1834.44444444,2938,2256,2304,1045,011700,91270705.1484,002202,13179093.8977,,0.0,011700,002202,55292.0564971,73016,21290,hub,hub,non_hub,584337.427395,4512660.77158,586072.658368,4508271.55961
+1871,1871,15,31.0,002202,,40.7208736,-73.98085795,34.0,011900,40.7568001,-73.98291153,1712.2,1079,2256,1121,1045,011900,395254501.74,002202,13179093.8977,,0.0,011900,002202,55292.0564971,39976,21290,hub,hub,non_hub,585853.012005,4512257.64444,586072.658368,4508271.55961
+1872,1872,44,93.0,002202,,40.7208736,-73.98085795,109.0,012100,40.7598593767,-73.9914900133,1656.77777778,8366,2256,5744,1045,012100,101223732.045,002202,13179093.8977,,0.0,012100,002202,55292.0564971,132767,21290,hub,hub,non_hub,585124.983126,4512588.88932,586072.658368,4508271.55961
+1873,1873,12,31.0,002202,,40.7208736,-73.98085795,51.0,012500,40.76064679,-73.98442659,1740.0,2439,2256,2096,1045,012500,322911522.418,002202,13179093.8977,,0.0,012500,002202,55292.0564971,45486,21290,hub,hub,non_hub,585720.180916,4512683.17447,586072.658368,4508271.55961
+1874,1874,47,62.0,002202,,40.7208736,-73.98085795,84.0,012700,40.762485435,-73.990447135,1433.21474359,6437,2256,4434,1045,012700,104637996.687,002202,13179093.8977,,0.0,012700,002202,55292.0564971,83393,21290,hub,hub,non_hub,585209.656415,4512881.41361,586072.658368,4508271.55961
+1875,1875,9,31.0,002202,,40.7208736,-73.98085795,24.0,012900,40.76341379,-73.99667444,1640.44444444,5312,2256,3621,1045,012900,158698340.053,002202,13179093.8977,,0.0,012900,002202,55292.0564971,28661,21290,hub,hub,non_hub,584682.864463,4512978.43901,586072.658368,4508271.55961
+1876,1876,21,93.0,002202,,40.7208736,-73.98085795,160.0,013100,40.7621295133,-73.98215453,1457.75457875,2489,2256,2283,1045,013100,405023451.28,002202,13179093.8977,,0.0,013100,002202,55292.0564971,107228,21290,hub,hub,non_hub,585910.04945,4512849.98999,586072.658368,4508271.55961
+1877,1877,22,93.0,002202,,40.7208736,-73.98085795,101.0,013300,40.7647250567,-73.9866537633,1640.96410256,5363,2256,3909,1045,013300,79847412.2593,002202,13179093.8977,,0.0,013300,002202,55292.0564971,89810,21290,hub,hub,non_hub,585526.963405,4513133.71926,586072.658368,4508271.55961
+1878,1878,23,62.0,002202,,40.7208736,-73.98085795,65.0,013500,40.766984435,-73.99227308,1566.79166667,6075,2256,3935,1045,013500,198199142.958,002202,13179093.8977,,0.0,013500,002202,55292.0564971,64723,21290,hub,hub,non_hub,585049.80204,4513379.06475,586072.658368,4508271.55961
+1879,1879,36,62.0,002202,,40.7208736,-73.98085795,98.0,013700,40.766109285,-73.981808355,1697.31481481,6557,2256,5442,1045,013700,314878324.419,002202,13179093.8977,,0.0,013700,002202,55292.0564971,91142,21290,hub,hub,non_hub,585934.141665,4513292.1137,586072.658368,4508271.55961
+1880,1880,3,31.0,002202,,40.7208736,-73.98085795,27.0,013900,40.768254,-73.988639,1820.66666667,7607,2256,7359,1045,013900,139918084.587,002202,13179093.8977,,0.0,013900,002202,55292.0564971,26390,21290,hub,hub,non_hub,585354.890073,4513523.52534,586072.658368,4508271.55961
+1881,1881,19,31.0,002202,,40.7208736,-73.98085795,49.0,014300,40.76590936,-73.97634151,1770.84210526,3,2256,0,1045,014300,50027992.3322,002202,13179093.8977,,0.0,014300,002202,55292.0564971,21051,21290,hub,hub,non_hub,586395.803012,4513275.28949,586072.658368,4508271.55961
+1882,1882,57,31.0,002202,,40.7208736,-73.98085795,36.0,014500,40.76915505,-73.98191841,1874.85964912,5811,2256,3462,1045,014500,253397343.373,002202,13179093.8977,,0.0,014500,002202,55292.0564971,68350,21290,hub,hub,non_hub,585920.929601,4513630.10902,586072.658368,4508271.55961
+1883,1883,16,31.0,002202,,40.7208736,-73.98085795,55.0,014700,40.770513,-73.988038,1023.375,2586,2256,1743,1045,014700,70871746.8417,002202,13179093.8977,,0.0,014700,002202,55292.0564971,35099,21290,hub,hub,non_hub,585402.720353,4513774.87644,586072.658368,4508271.55961
+1884,1884,0,31.0,002202,5.69061339353,,,36.0,015100,,,1929.55224094,8105,2256,4856,1045,015100,164953931.102,002202,13179093.8977,,0.0,015100,002202,55292.0564971,17578,21290,hub,hub,non_hub,inf,inf,inf,inf
+1885,1885,93,62.0,002202,,40.7208736,-73.98085795,70.0,031703,40.71644312,-74.014902115,1477.29393939,8670,2256,4231,1045,031703,332361109.355,002202,13179093.8977,,0.0,031703,002202,55292.0564971,136082,21290,hub,hub,non_hub,583202.897614,4507746.93647,586072.658368,4508271.55961
+1886,1886,87,93.0,002202,,40.7208736,-73.98085795,98.0,031704,40.7085171733,-74.0165557667,1551.75780998,6610,2256,3790,1045,031704,160823714.408,002202,13179093.8977,,0.0,031704,002202,55292.0564971,105244,21290,hub,hub,non_hub,583073.076824,4506865.54027,586072.658368,4508271.55961
+1887,1887,538,93.0,002202,,40.7208736,-73.98085795,85.0,000600,40.7128987867,-73.9898646367,701.537669932,11558,2256,4083,1045,000600,59149181.7526,002202,13179093.8977,,0.0,000600,002202,55292.0564971,70053,21290,hub,hub,non_hub,585322.159723,4507377.5136,586072.658368,4508271.55961
+1888,1888,385,144.0,002400,,40.724744875,-73.974986535,108.0,000202,40.71318002,-73.9818904933,896.273761864,8012,5775,3598,2175,000202,37878157.9781,002400,17986635.5592,,0.0,000202,002400,36686.7277792,56352,17781,hub,hub,non_hub,585995.353038,4507416.50937,586563.526382,4508707.06897
+1889,1889,365,336.0,002400,,40.724744875,-73.974986535,516.0,000700,40.70581148,-74.0081572071,1412.91143164,7722,5775,5201,2175,000700,476954959.734,002400,17986635.5592,,0.0,000700,002400,36686.7277792,160040,17781,hub,hub,non_hub,583785.918305,4506573.16797,586563.526382,4508707.06897
+1890,1890,480,96.0,002400,,40.724744875,-73.974986535,94.0,000800,40.712414475,-73.993471545,915.302710298,10365,5775,4150,2175,000800,46479755.076,002400,17986635.5592,,0.0,000800,002400,36686.7277792,34254,17781,hub,hub,non_hub,585018.109713,4507320.25418,586563.526382,4508707.06897
+1891,1891,170,144.0,002400,,40.724744875,-73.974986535,194.0,000900,40.7024745833,-74.01224785,1529.28795948,1140,5775,939,2175,000900,404341803.896,002400,17986635.5592,,0.0,000900,002400,36686.7277792,46446,17781,hub,hub,non_hub,583444.520998,4506198.85784,586563.526382,4508707.06897
+1892,1892,71,48.0,002400,,40.724744875,-73.974986535,38.0,001002,40.71782143,-73.97628939,604.79,6439,5775,2346,2175,001002,22763374.2099,002400,17986635.5592,,0.0,001002,002400,36686.7277792,15916,17781,hub,hub,non_hub,586462.45635,4507937.23607,586563.526382,4508707.06897
+1893,1893,163,96.0,002400,,40.724744875,-73.974986535,92.0,001200,40.717364275,-73.982955325,596.777156177,3547,5775,1857,2175,001200,23518220.7411,002400,17986635.5592,,0.0,001200,002400,36686.7277792,36493,17781,hub,hub,non_hub,585900.031125,4507879.94738,586563.526382,4508707.06897
+1894,1894,55,48.0,002400,,40.724744875,-73.974986535,72.0,001300,40.70463334,-74.01361706,1641.86498258,3776,5775,3028,2175,001300,286606455.687,002400,17986635.5592,,0.0,001300,002400,36686.7277792,27671,17781,hub,hub,non_hub,583326.158808,4506437.19368,586563.526382,4508707.06897
+1895,1895,103,48.0,002400,,40.724744875,-73.974986535,56.0,001401,40.71559509,-73.9870295,700.416666667,3289,5775,1708,2175,001401,20168722.3199,002400,17986635.5592,,0.0,001401,002400,36686.7277792,26885,17781,hub,hub,non_hub,585558.18429,4507679.57909,586563.526382,4508707.06897
+1896,1896,123,96.0,002400,,40.724744875,-73.974986535,134.0,001501,40.70966832,-74.003597135,1289.23177382,5581,5775,3450,2175,001501,172466366.322,002400,17986635.5592,,0.0,001501,002400,36686.7277792,27425,17781,hub,hub,non_hub,584166.279828,4507005.66129,586563.526382,4508707.06897
+1897,1897,159,144.0,002400,,40.724744875,-73.974986535,246.0,001502,40.7088053467,-74.00635276,1471.55710936,7095,5775,3459,2175,001502,221282059.103,002400,17986635.5592,,0.0,001502,002400,36686.7277792,82052,17781,hub,hub,non_hub,583934.59195,4506907.22889,586563.526382,4508707.06897
+1898,1898,967,144.0,002400,,40.724744875,-73.974986535,214.0,001600,40.7153350167,-73.9943926833,921.26955023,8236,5775,3242,2175,001600,76565505.7581,002400,17986635.5592,,0.0,001600,002400,36686.7277792,82798,17781,hub,hub,non_hub,584936.591099,4507643.5622,586563.526382,4508707.06897
+1899,1899,408,192.0,002400,,40.724744875,-73.974986535,308.0,001800,40.7193657075,-73.9906468425,835.146087038,8063,5775,3489,2175,001800,60554858.5127,002400,17986635.5592,,0.0,001800,002400,36686.7277792,133306,17781,hub,hub,non_hub,585247.838585,4508094.62497,586563.526382,4508707.06897
+1900,1900,256,96.0,002400,,40.724744875,-73.974986535,92.0,002000,40.721554605,-73.977309405,678.391517857,4795,5775,1899,2175,002000,17907673.5628,002400,17986635.5592,,0.0,002000,002400,36686.7277792,31656,17781,hub,hub,non_hub,586371.478696,4508350.63994,586563.526382,4508707.06897
+1901,1901,105,192.0,002400,,40.724744875,-73.974986535,204.0,002100,40.71451321,-74.0108850975,1810.18519737,6111,5775,3038,2175,002100,273869828.705,002400,17986635.5592,,0.0,002100,002400,36686.7277792,151037,17781,hub,hub,non_hub,583544.598931,4507536.51732,586563.526382,4508707.06897
+1902,1902,190,96.0,002400,,40.724744875,-73.974986535,88.0,002201,40.71833027,-73.980972895,499.436315429,6762,5775,3030,2175,002201,37585954.9949,002400,17986635.5592,,0.0,002201,002400,36686.7277792,26391,17781,hub,hub,non_hub,586066.226443,4507989.12022,586563.526382,4508707.06897
+1903,1903,114,48.0,002400,,40.724744875,-73.974986535,62.0,002202,40.7208736,-73.98085795,397.433760684,2256,5775,1045,2175,002202,13179093.8977,002400,17986635.5592,,0.0,002202,002400,36686.7277792,23935,17781,hub,hub,non_hub,586072.658368,4508271.55961,586563.526382,4508707.06897
+1904,1904,94,96.0,002400,,40.724744875,-73.974986535,124.0,002500,40.7111743,-73.99849582,1315.37686682,5061,5775,1917,2175,002500,22428407.6271,002400,17986635.5592,,0.0,002500,002400,36686.7277792,28216,17781,hub,hub,non_hub,584595.28909,4507177.73549,586563.526382,4508707.06897
+1905,1905,132,48.0,002400,,40.724744875,-73.974986535,62.0,002601,40.72299208,-73.97995466,489.570652174,3774,5775,1593,2175,002601,22248722.3098,002400,17986635.5592,,0.0,002601,002400,36686.7277792,22144,17781,hub,hub,non_hub,586146.216204,4508507.61099,586563.526382,4508707.06897
+1906,1906,24,48.0,002400,,40.724744875,-73.974986535,54.0,002700,40.71307916,-73.99851193,997.926315789,1191,5775,655,2175,002700,11349914.9514,002400,17986635.5592,,0.0,002700,002400,36686.7277792,20570,17781,hub,hub,non_hub,584591.517275,4507389.17181,586563.526382,4508707.06897
+1907,1907,126,48.0,002400,,40.724744875,-73.974986535,64.0,002800,40.72521311,-73.97768752,853.064903846,7302,5775,3341,2175,002800,47641507.3146,002400,17986635.5592,,0.0,002800,002400,36686.7277792,36744,17781,hub,hub,non_hub,586334.816403,4508756.38709,586563.526382,4508707.06897
+1908,1908,39,48.0,002400,,40.724744875,-73.974986535,86.0,002900,40.71602118,-73.99974372,1144.15416667,5855,5775,2420,2175,002900,200965547.24,002400,17986635.5592,,0.0,002900,002400,36686.7277792,31936,17781,hub,hub,non_hub,584483.752153,4507714.56961,586563.526382,4508707.06897
+1909,1909,165,48.0,002400,,40.724744875,-73.974986535,70.0,003001,40.72066442,-73.98517977,623.306623932,4301,5775,2553,2175,003001,34302720.7166,002400,17986635.5592,,0.0,003001,002400,36686.7277792,41223,17781,hub,hub,non_hub,585707.91731,4508244.11218,586563.526382,4508707.06897
+1910,1910,156,48.0,002400,,40.724744875,-73.974986535,74.0,003002,40.72217444,-73.98368779,454.048611111,3031,5775,1885,2175,003002,18686109.2263,002400,17986635.5592,,0.0,003002,002400,36686.7277792,38675,17781,hub,hub,non_hub,585831.986427,4508413.19181,586563.526382,4508707.06897
+1911,1911,197,144.0,002400,,40.724744875,-73.974986535,242.0,003100,40.7140617467,-74.0041933367,1307.69586895,2809,5775,858,2175,003100,145687012.574,002400,17986635.5592,,0.0,003100,002400,36686.7277792,81469,17781,hub,hub,non_hub,584110.388584,4507492.78891,586563.526382,4508707.06897
+1912,1912,531,144.0,002400,,40.724744875,-73.974986535,200.0,003200,40.7260543867,-73.9823576167,514.90462853,7630,5775,4888,2175,003200,46369492.482,002400,17986635.5592,,0.0,003200,002400,36686.7277792,138064,17781,hub,hub,non_hub,585939.335766,4508845.19329,586563.526382,4508707.06897
+1913,1913,76,240.0,002400,2.85647068653,40.7246269567,-73.9750711567,346.0,003300,40.718494,-74.006160885,1362.06367028,5174,5775,2694,2175,003300,215459582.054,002400,17986635.5592,,0.0,003300,002400,36686.7277792,115059,17781,hub,hub,non_hub,583938.630338,4507982.91559,586556.532658,4508693.89581
+1914,1914,506,48.0,002400,,40.724744875,-73.974986535,78.0,003400,40.72955361,-73.98057249,420.445967279,6706,5775,4203,2175,003400,42933229.7541,002400,17986635.5592,,0.0,003400,002400,36686.7277792,47926,17781,hub,hub,non_hub,586085.581298,4509235.37985,586563.526382,4508707.06897
+1915,1915,228,96.0,002400,,40.724744875,-73.974986535,132.0,003601,40.72217423,-73.990293175,791.207273573,3299,5775,1613,2175,003601,29191583.8104,002400,17986635.5592,,0.0,003601,002400,36686.7277792,77585,17781,hub,hub,non_hub,585274.124459,4508406.73315,586563.526382,4508707.06897
+1916,1916,420,96.0,002400,,40.724744875,-73.974986535,124.0,003602,40.724852985,-73.989265345,750.296743963,2918,5775,1586,2175,003602,24941258.1161,002400,17986635.5592,,0.0,003602,002400,36686.7277792,82124,17781,hub,hub,non_hub,585357.507872,4508705.09166,586563.526382,4508707.06897
+1917,1917,125,192.0,002400,,40.724744875,-73.974986535,296.0,003700,40.7256696075,-74.0052069325,1198.16565657,2401,5775,1490,2175,003700,212385639.924,002400,17986635.5592,,0.0,003700,002400,36686.7277792,173333,17781,hub,hub,non_hub,584010.178026,4508780.36793,586563.526382,4508707.06897
+1918,1918,714,192.0,002400,,40.724744875,-73.974986535,320.0,003800,40.72765889,-73.988195855,584.533634241,8610,5775,5795,2175,003800,67437493.5221,002400,17986635.5592,,0.0,003800,002400,36686.7277792,167230,17781,hub,hub,non_hub,585444.239635,4509017.60641,586563.526382,4508707.06897
+1919,1919,33,192.0,002400,3.09046120494,40.7245932657,-73.9750953343,212.0,003900,40.7201342671,-74.0097768557,1510.724217,5253,5775,3059,2175,003900,194910113.03,002400,17986635.5592,,0.0,003900,002400,36686.7277792,113624,17781,hub,hub,non_hub,583631.171512,4508161.54617,586554.534446,4508690.13205
+1920,1920,446,96.0,002400,,40.724744875,-73.974986535,132.0,004000,40.73000573,-73.98549552,540.809747919,9801,5775,4546,2175,004000,66858387.5133,002400,17986635.5592,,0.0,004000,002400,36686.7277792,99660,17781,hub,hub,non_hub,585669.269443,4509280.75306,586563.526382,4508707.06897
+1921,1921,352,96.0,002400,,40.724744875,-73.974986535,128.0,004100,40.7195529,-73.996789035,1033.53506024,7793,5775,3765,2175,004100,71738983.3617,002400,17986635.5592,,0.0,004100,002400,36686.7277792,114685,17781,hub,hub,non_hub,584728.836557,4508109.46034,586563.526382,4508707.06897
+1922,1922,457,48.0,002400,,40.724744875,-73.974986535,70.0,004200,40.73223272,-73.98889957,643.221347619,4988,5775,1801,2175,004200,39941846.3325,002400,17986635.5592,,0.0,004200,002400,36686.7277792,50846,17781,hub,hub,non_hub,585378.96492,4509524.64843,586563.526382,4508707.06897
+1923,1923,253,96.0,002400,,40.724744875,-73.974986535,134.0,004300,40.723870235,-73.995226525,879.235719359,4267,5775,2598,2175,004300,65935514.1184,002400,17986635.5592,,0.0,004300,002400,36686.7277792,95162,17781,hub,hub,non_hub,584855.320992,4508590.22212,586563.526382,4508707.06897
+1924,1924,547,96.0,002400,,40.724744875,-73.974986535,120.0,004400,40.73080269,-73.97968993,495.310247292,17710,5775,8297,2175,004400,114601147.016,002400,17986635.5592,,0.0,004400,002400,36686.7277792,106427,17781,hub,hub,non_hub,586158.498991,4509374.90208,586563.526382,4508707.06897
+1925,1925,155,48.0,002400,,40.724744875,-73.974986535,54.0,004500,40.71910537,-73.99973337,1128.68906456,840,5775,582,2175,004500,52009114.8865,002400,17986635.5592,,0.0,004500,002400,36686.7277792,34275,17781,hub,hub,non_hub,584480.726971,4508056.94497,586563.526382,4508707.06897
+1926,1926,14,48.0,002400,,40.724744875,-73.974986535,78.0,004700,40.72165481,-74.00234737,1253.63636364,2267,5775,1586,2175,004700,75477587.1594,002400,17986635.5592,,0.0,004700,002400,36686.7277792,27544,17781,hub,hub,non_hub,584256.734795,4508337.43837,586563.526382,4508707.06897
+1927,1927,92,48.0,002400,,40.724744875,-73.974986535,70.0,004800,40.73624527,-73.98473765,793.53655914,7550,5775,3799,2175,004800,74763044.6965,002400,17986635.5592,,0.0,004800,002400,36686.7277792,42567,17781,hub,hub,non_hub,585725.258797,4509974.12516,586563.526382,4508707.06897
+1928,1928,71,96.0,002400,,40.724744875,-73.974986535,146.0,004900,40.724268615,-74.000521515,1208.63566769,4951,5775,3054,2175,004900,103848670.177,002400,17986635.5592,,0.0,004900,002400,36686.7277792,80152,17781,hub,hub,non_hub,584407.63728,4508629.34168,586563.526382,4508707.06897
+1929,1929,368,144.0,002400,,40.724744875,-73.974986535,186.0,005000,40.7359163467,-73.9873427633,864.362275689,5061,5775,3595,2175,005000,120638459.215,002400,17986635.5592,,0.0,005000,002400,36686.7277792,111023,17781,hub,hub,non_hub,585505.709717,4509935.07175,586563.526382,4508707.06897
+1930,1930,235,96.0,002400,,40.724744875,-73.974986535,212.0,005200,40.73715585,-73.991241315,922.8552548,4193,5775,1785,2175,005200,109103391.81,002400,17986635.5592,,0.0,005200,002400,36686.7277792,159876,17781,hub,hub,non_hub,585174.941656,4510068.87544,586563.526382,4508707.06897
+1931,1931,53,48.0,002400,,40.724744875,-73.974986535,94.0,005400,40.73971301,-73.99456405,979.980701754,4656,5775,2837,2175,005400,128803552.888,002400,17986635.5592,,0.0,005400,002400,36686.7277792,73728,17781,hub,hub,non_hub,584891.129718,4510349.51956,586563.526382,4508707.06897
+1932,1932,48,48.0,002400,,40.724744875,-73.974986535,60.0,005501,40.72679454,-73.99695094,945.7125,5079,5775,2483,2175,005501,61061928.4125,002400,17986635.5592,,0.0,005501,002400,36686.7277792,57258,17781,hub,hub,non_hub,584705.980012,4508913.17477,586563.526382,4508707.06897
+1933,1933,162,48.0,002400,,40.724744875,-73.974986535,54.0,005502,40.72743423,-73.99379025,704.257187745,2383,5775,1262,2175,005502,49017118.6146,002400,17986635.5592,,0.0,005502,002400,36686.7277792,55117,17781,hub,hub,non_hub,584972.085912,4508987.23863,586563.526382,4508707.06897
+1934,1934,138,96.0,002400,,40.724744875,-73.974986535,190.0,005600,40.74065347,-73.98778661,880.584075432,2618,5775,2190,2175,005600,189153355.609,002400,17986635.5592,,0.0,005600,002400,36686.7277792,113209,17781,hub,hub,non_hub,585462.168743,4510460.49357,586563.526382,4508707.06897
+1935,1935,735,96.0,002400,,40.724744875,-73.974986535,164.0,005700,40.729662915,-73.992405595,699.865910857,2937,5775,1789,2175,005700,90178032.7137,002400,17986635.5592,,0.0,005700,002400,36686.7277792,156896,17781,hub,hub,non_hub,585086.179601,4509235.9788,586563.526382,4508707.06897
+1936,1936,90,96.0,002400,,40.724744875,-73.974986535,174.0,005800,40.743154205,-73.990299735,1165.40023292,3182,5775,2306,2175,005800,164037511.755,002400,17986635.5592,,0.0,005800,002400,36686.7277792,130970,17781,hub,hub,non_hub,585246.786708,4510735.64918,586563.526382,4508707.06897
+1937,1937,76,48.0,002400,,40.724744875,-73.974986535,62.0,005900,40.73049393,-73.9957214,735.871475954,5516,5775,3276,2175,005900,71785177.1361,002400,17986635.5592,,0.0,005900,002400,36686.7277792,53180,17781,hub,hub,non_hub,584805.117402,4509325.01914,586563.526382,4508707.06897
+1938,1938,179,96.0,002400,,40.724744875,-73.974986535,126.0,006000,40.734822295,-73.976916765,767.806921769,5286,5775,2459,2175,006000,27468182.8943,002400,17986635.5592,,0.0,006000,002400,36686.7277792,80462,17781,hub,hub,non_hub,586387.478737,4509823.83141,586563.526382,4508707.06897
+1939,1939,898,192.0,002400,,40.724744875,-73.974986535,282.0,006100,40.73385254,-73.992357065,730.450546794,4913,5775,2683,2175,006100,91682014.33,002400,17986635.5592,,0.0,006100,002400,36686.7277792,245510,17781,hub,hub,non_hub,585084.940162,4509701.10308,586563.526382,4508707.06897
+1940,1940,80,48.0,002400,,40.724744875,-73.974986535,60.0,006200,40.7381765,-73.97738662,927.643162393,4680,5775,1401,2175,006200,231817485.533,002400,17986635.5592,,0.0,006200,002400,36686.7277792,33218,17781,hub,hub,non_hub,586343.467107,4510195.70961,586563.526382,4508707.06897
+1941,1941,229,144.0,002400,,40.724744875,-73.974986535,198.0,006300,40.7346940933,-73.99785666,942.625598487,6076,5775,4277,2175,006300,85447631.8451,002400,17986635.5592,,0.0,006300,002400,36686.7277792,120233,17781,hub,hub,non_hub,584619.48321,4509789.20591,586563.526382,4508707.06897
+1942,1942,111,48.0,002400,,40.724744875,-73.974986535,78.0,006400,40.73587678,-73.98205027,753.218637993,7518,5775,5058,2175,006400,95664936.1545,002400,17986635.5592,,0.0,006400,002400,36686.7277792,47750,17781,hub,hub,non_hub,585952.649806,4509935.84788,586563.526382,4508707.06897
+1943,1943,138,144.0,002400,,40.724744875,-73.974986535,212.0,006500,40.7306296367,-73.9991423,937.776701156,6517,5775,3568,2175,006500,59290910.3694,002400,17986635.5592,,0.0,006500,002400,36686.7277792,125356,17781,hub,hub,non_hub,584516.067395,4509336.78488,586563.526382,4508707.06897
+1944,1944,216,96.0,002400,,40.724744875,-73.974986535,164.0,006600,40.739285505,-73.97827188,791.121969951,11780,5775,6818,2175,006600,84730469.4548,002400,17986635.5592,,0.0,006600,002400,36686.7277792,74621,17781,hub,hub,non_hub,586267.286922,4510317.94668,586563.526382,4508707.06897
+1945,1945,55,48.0,002400,,40.724744875,-73.974986535,78.0,006700,40.73038599,-74.00214988,1124.64473684,4984,5775,3796,2175,006700,47238039.9972,002400,17986635.5592,,0.0,006700,002400,36686.7277792,70025,17781,hub,hub,non_hub,584262.399901,4509306.84766,586563.526382,4508707.06897
+1946,1946,176,48.0,002400,,40.724744875,-73.974986535,78.0,006800,40.74025878,-73.98409214,845.521070234,6735,5775,4494,2175,006800,130298431.446,002400,17986635.5592,,0.0,006800,002400,36686.7277792,58926,17781,hub,hub,non_hub,585774.608423,4510420.28363,586563.526382,4508707.06897
+1947,1947,86,96.0,002400,,40.724744875,-73.974986535,134.0,006900,40.732319905,-74.0069291,1208.4014316,2687,5775,1484,2175,006900,61292499.9331,002400,17986635.5592,,0.0,006900,002400,36686.7277792,130727,17781,hub,hub,non_hub,583856.38945,4509516.94969,586563.526382,4508707.06897
+1948,1948,200,144.0,002400,,40.724744875,-73.974986535,254.0,007000,40.7425139697,-73.9756114603,1110.94374903,8302,5775,5669,2175,007000,78634704.8451,002400,17986635.5592,,0.0,007000,002400,36686.7277792,145227,17781,hub,hub,non_hub,586487.734757,4510678.94724,586563.526382,4508707.06897
+1949,1949,149,96.0,002400,,40.724744875,-73.974986535,142.0,007100,40.736526545,-74.000108805,1074.50522648,5633,5775,3844,2175,007100,68447429.2743,002400,17986635.5592,,0.0,007100,002400,36686.7277792,79459,17781,hub,hub,non_hub,584426.995774,4509990.4524,586563.526382,4508707.06897
+1950,1950,118,144.0,002400,,40.724744875,-73.974986535,252.0,007200,40.7447014833,-73.98154809,1162.6739925,7734,5775,5222,2175,007200,132092861.454,002400,17986635.5592,,0.0,007200,002400,36686.7277792,157612,17781,hub,hub,non_hub,585983.687715,4510915.94446,586563.526382,4508707.06897
+1951,1951,90,96.0,002400,,40.724744875,-73.974986535,118.0,007300,40.734682705,-74.00388484,1097.83187646,5615,5775,4547,2175,007300,48716185.79,002400,17986635.5592,,0.0,007300,002400,36686.7277792,92567,17781,hub,hub,non_hub,584110.479319,4509782.14883,586563.526382,4508707.06897
+1952,1952,22,96.0,002400,,40.724744875,-73.974986535,172.0,007400,40.746413585,-73.98586892,1181.03205128,4179,5775,2700,2175,007400,170614202.951,002400,17986635.5592,,0.0,007400,002400,36686.7277792,81121,17781,hub,hub,non_hub,585616.696258,4511101.7763,586563.526382,4508707.06897
+1953,1953,61,96.0,002400,,40.724744875,-73.974986535,138.0,007600,40.74737476,-73.988320695,1199.65099206,2203,5775,1573,2175,007600,242014413.464,002400,17986635.5592,,0.0,007600,002400,36686.7277792,97464,17781,hub,hub,non_hub,585408.475283,4511206.08492,586563.526382,4508707.06897
+1954,1954,126,48.0,002400,,40.724744875,-73.974986535,86.0,007700,40.7390169121,-74.0026376103,1141.39102564,5404,5775,4254,2175,007700,59306273.1509,002400,17986635.5592,,0.0,007700,002400,36686.7277792,79025,17781,hub,hub,non_hub,584210.329106,4510264.47156,586563.526382,4508707.06897
+1955,1955,75,48.0,002400,,40.724744875,-73.974986535,78.0,007800,40.74780373,-73.9734419,1171.33578431,7380,5775,5372,2175,007800,112124597.728,002400,17986635.5592,,0.0,007800,002400,36686.7277792,59601,17781,hub,hub,non_hub,586664.043115,4511268.28888,586563.526382,4508707.06897
+1956,1956,96,240.0,002400,,40.724744875,-73.974986535,348.0,007900,40.738916514,-74.007286026,1246.17087302,4406,5775,2904,2175,007900,86937368.5918,002400,17986635.5592,,0.0,007900,002400,36686.7277792,171846,17781,hub,hub,non_hub,583817.969395,4510248.87788,586563.526382,4508707.06897
+1957,1957,58,96.0,002400,,40.724744875,-73.974986535,142.0,008000,40.7485693,-73.97717991,1155.17395833,4946,5775,3730,2175,008000,197763821.532,002400,17986635.5592,,0.0,008000,002400,36686.7277792,74808,17781,hub,hub,non_hub,586347.477591,4511349.58844,586563.526382,4508707.06897
+1958,1958,38,48.0,002400,,40.724744875,-73.974986535,78.0,008100,40.73935542,-73.99931783,1126.38690476,8675,5775,5315,2175,008100,91100400.6907,002400,17986635.5592,,0.0,008100,002400,36686.7277792,53195,17781,hub,hub,non_hub,584490.204148,4510305.23824,586563.526382,4508707.06897
+1959,1959,202,144.0,002400,,40.724744875,-73.974986535,350.0,008200,40.7519501681,-73.97938734,1191.3223187,3442,5775,2534,2175,008200,262405408.076,002400,17986635.5592,,0.0,008200,002400,36686.7277792,228612,17781,hub,hub,non_hub,586156.756868,4511722.7201,586563.526382,4508707.06897
+1960,1960,100,192.0,002400,,40.724744875,-73.974986535,238.0,008300,40.742591315,-74.004102785,1450.03613476,4211,5775,2321,2175,008300,119862327.354,002400,17986635.5592,,0.0,008300,002400,36686.7277792,186113,17781,hub,hub,non_hub,584082.11654,4510659.85081,586563.526382,4508707.06897
+1961,1961,6,48.0,002400,,40.724744875,-73.974986535,76.0,008400,40.75038009,-73.98338988,1285.66666667,1726,5775,1041,2175,008400,147824461.739,002400,17986635.5592,,0.0,008400,002400,36686.7277792,34199,17781,hub,hub,non_hub,585820.889203,4511544.50828,586563.526382,4508707.06897
+1962,1962,140,48.0,002400,,40.724744875,-73.974986535,86.0,008601,40.744219,-73.97121214,868.97063689,2551,5775,1528,2175,008601,31141773.9073,002400,17986635.5592,,0.0,008601,002400,36686.7277792,31961,17781,hub,hub,non_hub,586856.951039,4510872.56191,586563.526382,4508707.06897
+1963,1963,65,96.0,002400,,40.724744875,-73.974986535,156.0,008700,40.74206378,-73.995708955,1165.76773966,6671,5775,4249,2175,008700,85660216.7821,002400,17986635.5592,,0.0,008700,002400,36686.7277792,152953,17781,hub,hub,non_hub,584791.475936,4510609.36503,586563.526382,4508707.06897
+1964,1964,90,96.0,002400,,40.724744875,-73.974986535,156.0,008800,40.75012189,-73.970133575,1119.19640393,6964,5775,5507,2175,008800,216532475.876,002400,17986635.5592,,0.0,008800,002400,36686.7277792,43247,17781,hub,hub,non_hub,586940.323322,4511528.89362,586563.526382,4508707.06897
+1965,1965,83,144.0,002400,,40.724744875,-73.974986535,240.0,008900,40.74529008,-74.0021768567,1299.49591503,5560,5775,3511,2175,008900,54419260.2723,002400,17986635.5592,,0.0,008900,002400,36686.7277792,158638,17781,hub,hub,non_hub,584241.316685,4510961.27944,586563.526382,4508707.06897
+1966,1966,93,144.0,002400,,40.724744875,-73.974986535,220.0,009000,40.75261798,-73.9703317533,1170.12695869,7026,5775,5832,2175,009000,208846060.851,002400,17986635.5592,,0.0,009000,002400,36686.7277792,74531,17781,hub,hub,non_hub,586920.342162,4511805.78171,586563.526382,4508707.06897
+1967,1967,74,48.0,002400,,40.724744875,-73.974986535,78.0,009100,40.74487634,-73.99529885,1160.83928571,6415,5775,4386,2175,009100,127325659.041,002400,17986635.5592,,0.0,009100,002400,36686.7277792,63878,17781,hub,hub,non_hub,584822.527687,4510921.97538,586563.526382,4508707.06897
+1968,1968,36,96.0,002400,,40.724744875,-73.974986535,220.0,009200,40.7548518863,-73.9734329075,1112.24621212,1754,5775,1461,2175,009200,408192557.246,002400,17986635.5592,,0.0,009200,002400,36686.7277792,72226,17781,hub,hub,non_hub,586655.650548,4512050.69496,586563.526382,4508707.06897
+1969,1969,18,48.0,002400,,40.724744875,-73.974986535,78.0,009300,40.74475148,-73.99915362,1186.78125,9705,5775,5585,2175,009300,68528055.2433,002400,17986635.5592,,0.0,009300,002400,36686.7277792,52202,17781,hub,hub,non_hub,584497.239363,4510904.39701,586563.526382,4508707.06897
+1970,1970,17,48.0,002400,,40.724744875,-73.974986535,62.0,009400,40.75320159,-73.9779874,1261.05952381,29,5775,16,2175,009400,299218147.811,002400,17986635.5592,,0.0,009400,002400,36686.7277792,82147,17781,hub,hub,non_hub,586273.319314,4511863.01244,586563.526382,4508707.06897
+1971,1971,19,48.0,002400,,40.724744875,-73.974986535,102.0,009500,40.746647,-73.993915,1368.76923077,3425,5775,1416,2175,009500,129660033.725,002400,17986635.5592,,0.0,009500,002400,36686.7277792,57488,17781,hub,hub,non_hub,584937.108907,4511119.86954,586563.526382,4508707.06897
+1972,1972,31,144.0,002400,,40.724744875,-73.974986535,280.0,009600,40.75607603,-73.9803967167,1532.87777778,153,5775,268,2175,009600,270304841.585,002400,17986635.5592,,0.0,009600,002400,36686.7277792,71527,17781,hub,hub,non_hub,586066.226062,4512179.73074,586563.526382,4508707.06897
+1973,1973,53,144.0,002400,,40.724744875,-73.974986535,198.0,009700,40.7493616033,-73.9991321067,1346.84912281,4744,5775,2827,2175,009700,83018263.1602,002400,17986635.5592,,0.0,009700,002400,36686.7277792,118804,17781,hub,hub,non_hub,584493.220017,4511416.17434,586563.526382,4508707.06897
+1974,1974,51,96.0,002400,,40.724744875,-73.974986535,140.0,009800,40.755285655,-73.96667288,1390.87872024,7105,5775,5244,2175,009800,115943808.909,002400,17986635.5592,,0.0,009800,002400,36686.7277792,40039,17781,hub,hub,non_hub,587225.727282,4512105.54383,586563.526382,4508707.06897
+1975,1975,135,240.0,002400,4.09270502668,40.7246269567,-73.9750711567,370.0,009900,40.7516518084,-74.0033091991,1486.76640974,3617,5775,2438,2175,009900,404439511.776,002400,17986635.5592,,0.0,009900,002400,36686.7277792,208076,17781,hub,hub,non_hub,584137.697603,4511666.39061,586556.532658,4508693.89581
+1976,1976,22,144.0,002400,,40.724744875,-73.974986535,242.0,010000,40.7583696933,-73.9710287767,1263.11111111,1829,5775,1399,2175,010000,366457143.613,002400,17986635.5592,,0.0,010000,002400,36686.7277792,72085,17781,hub,hub,non_hub,586854.014885,4512443.57459,586563.526382,4508707.06897
+1977,1977,76,144.0,002400,,40.724744875,-73.974986535,254.0,010100,40.74945622,-73.9903382667,1343.29920635,1119,5775,828,2175,010100,246168211.101,002400,17986635.5592,,0.0,010100,002400,36686.7277792,183377,17781,hub,hub,non_hub,585235.486219,4511435.18064,586563.526382,4508707.06897
+1978,1978,7,96.0,002400,3.98471660776,40.72439112,-73.9752404,162.0,010200,40.7603498667,-73.97365674,1536.79547187,313,5775,268,2175,010200,333450202.294,002400,17986635.5592,,0.0,010200,002400,36686.7277792,46675,17781,hub,hub,non_hub,586629.617603,4512660.79085,586542.545133,4508667.54951
+1979,1979,55,96.0,002400,,40.724744875,-73.974986535,196.0,010300,40.751000495,-73.994372255,1500.59852941,1859,5775,1351,2175,010300,141506056.87,002400,17986635.5592,,0.0,010300,002400,36686.7277792,221593,17781,hub,hub,non_hub,584892.968075,4511602.69644,586563.526382,4508707.06897
+1980,1980,13,96.0,002400,4.18855911064,40.72439112,-73.9752404,150.0,010400,40.76108379,-73.9767317033,1601.5952507,1031,5775,1033,2175,010400,363981333.295,002400,17986635.5592,,0.0,010400,002400,36686.7277792,65073,17781,hub,hub,non_hub,586369.11776,4512739.23055,586542.545133,4508667.54951
+1981,1981,106,48.0,002400,,40.724744875,-73.974986535,66.0,010602,40.75849116,-73.95920622,1309.62291667,4794,5775,2963,2175,010602,67980898.3739,002400,17986635.5592,,0.0,010602,002400,36686.7277792,22153,17781,hub,hub,non_hub,587851.796682,4512468.82754,586563.526382,4508707.06897
+1982,1982,72,144.0,002400,,40.724744875,-73.974986535,234.0,010800,40.7591736033,-73.96613818,1324.95509177,8531,5775,6272,2175,010800,189351523.799,002400,17986635.5592,,0.0,010800,002400,36686.7277792,79198,17781,hub,hub,non_hub,587265.778542,4512537.66689,586563.526382,4508707.06897
+1983,1983,54,96.0,002400,,40.724744875,-73.974986535,228.0,010900,40.751351715,-73.987594755,1347.05220588,182,5775,92,2175,010900,228173063.011,002400,17986635.5592,,0.0,010900,002400,36686.7277792,60092,17781,hub,hub,non_hub,585464.669441,4511648.26242,586563.526382,4508707.06897
+1984,1984,1,48.0,002400,4.29133429227,40.72368361,-73.97574813,118.0,011201,40.7643971,-73.97371465,1522.96058969,827,5775,964,2175,011201,118515444.187,002400,17986635.5592,,0.0,011201,002400,36686.7277792,41525,17781,hub,hub,non_hub,586619.474659,4513110.00718,586500.581943,4508588.51078
+1985,1985,36,48.0,002400,,40.724744875,-73.974986535,66.0,011203,40.76095756,-73.96724467,1530.46666667,1176,5775,1160,2175,011203,143782379.009,002400,17986635.5592,,0.0,011203,002400,36686.7277792,48033,17781,hub,hub,non_hub,587170.050102,4512734.59972,586563.526382,4508707.06897
+1986,1986,104,192.0,002400,,40.724744875,-73.974986535,396.0,011300,40.7548008425,-73.9888010575,1471.69264156,204,5775,107,2175,011300,357940519.061,002400,17986635.5592,,0.0,011300,002400,36686.7277792,236650,17781,hub,hub,non_hub,585358.423228,4512029.96675,586563.526382,4508707.06897
+1987,1987,36,96.0,002400,,40.724744875,-73.974986535,164.0,011500,40.75701407,-73.992353645,1683.55227273,2487,5775,1678,2175,011500,130958459.747,002400,17986635.5592,,0.0,011500,002400,36686.7277792,103294,17781,hub,hub,non_hub,585055.712647,4512272.20178,586563.526382,4508707.06897
+1988,1988,51,96.0,002400,,40.724744875,-73.974986535,168.0,011700,40.76058799,-74.00080945,1853.65198413,2938,5775,2304,2175,011700,91270705.1484,002400,17986635.5592,,0.0,011700,002400,36686.7277792,73016,17781,hub,hub,non_hub,584337.427395,4512660.77158,586563.526382,4508707.06897
+1989,1989,9,48.0,002400,,40.724744875,-73.974986535,68.0,011900,40.7568001,-73.98291153,1796.875,1079,5775,1121,2175,011900,395254501.74,002400,17986635.5592,,0.0,011900,002400,36686.7277792,39976,17781,hub,hub,non_hub,585853.012005,4512257.64444,586563.526382,4508707.06897
+1990,1990,44,144.0,002400,,40.724744875,-73.974986535,218.0,012100,40.7598593767,-73.9914900133,1689.3751634,8366,5775,5744,2175,012100,101223732.045,002400,17986635.5592,,0.0,012100,002400,36686.7277792,132767,17781,hub,hub,non_hub,585124.983126,4512588.88932,586563.526382,4508707.06897
+1991,1991,6,48.0,002400,,40.724744875,-73.974986535,102.0,012500,40.76064679,-73.98442659,1924.5,2439,5775,2096,2175,012500,322911522.418,002400,17986635.5592,,0.0,012500,002400,36686.7277792,45486,17781,hub,hub,non_hub,585720.180916,4512683.17447,586563.526382,4508707.06897
+1992,1992,30,96.0,002400,,40.724744875,-73.974986535,168.0,012700,40.762485435,-73.990447135,1204.52898551,6437,5775,4434,2175,012700,104637996.687,002400,17986635.5592,,0.0,012700,002400,36686.7277792,83393,17781,hub,hub,non_hub,585209.656415,4512881.41361,586563.526382,4508707.06897
+1993,1993,33,48.0,002400,,40.724744875,-73.974986535,48.0,012900,40.76341379,-73.99667444,2277.9516129,5312,5775,3621,2175,012900,158698340.053,002400,17986635.5592,,0.0,012900,002400,36686.7277792,28661,17781,hub,hub,non_hub,584682.864463,4512978.43901,586563.526382,4508707.06897
+1994,1994,25,144.0,002400,,40.724744875,-73.974986535,320.0,013100,40.7621295133,-73.98215453,1788.59920635,2489,5775,2283,2175,013100,405023451.28,002400,17986635.5592,,0.0,013100,002400,36686.7277792,107228,17781,hub,hub,non_hub,585910.04945,4512849.98999,586563.526382,4508707.06897
+1995,1995,35,144.0,002400,,40.724744875,-73.974986535,202.0,013300,40.7647250567,-73.9866537633,1964.44656085,5363,5775,3909,2175,013300,79847412.2593,002400,17986635.5592,,0.0,013300,002400,36686.7277792,89810,17781,hub,hub,non_hub,585526.963405,4513133.71926,586563.526382,4508707.06897
+1996,1996,12,96.0,002400,,40.724744875,-73.974986535,130.0,013500,40.766984435,-73.99227308,2016.0625,6075,5775,3935,2175,013500,198199142.958,002400,17986635.5592,,0.0,013500,002400,36686.7277792,64723,17781,hub,hub,non_hub,585049.80204,4513379.06475,586563.526382,4508707.06897
+1997,1997,21,96.0,002400,,40.724744875,-73.974986535,196.0,013700,40.766109285,-73.981808355,1600.46875,6557,5775,5442,2175,013700,314878324.419,002400,17986635.5592,,0.0,013700,002400,36686.7277792,91142,17781,hub,hub,non_hub,585934.141665,4513292.1137,586563.526382,4508707.06897
+1998,1998,9,48.0,002400,,40.724744875,-73.974986535,54.0,013900,40.768254,-73.988639,1841.39285714,7607,5775,7359,2175,013900,139918084.587,002400,17986635.5592,,0.0,013900,002400,36686.7277792,26390,17781,hub,hub,non_hub,585354.890073,4513523.52534,586563.526382,4508707.06897
+1999,1999,18,48.0,002400,,40.724744875,-73.974986535,98.0,014300,40.76590936,-73.97634151,1845.25,3,5775,0,2175,014300,50027992.3322,002400,17986635.5592,,0.0,014300,002400,36686.7277792,21051,17781,hub,hub,non_hub,586395.803012,4513275.28949,586563.526382,4508707.06897
+2000,2000,20,48.0,002400,,40.724744875,-73.974986535,72.0,014500,40.76915505,-73.98191841,1963.3,5811,5775,3462,2175,014500,253397343.373,002400,17986635.5592,,0.0,014500,002400,36686.7277792,68350,17781,hub,hub,non_hub,585920.929601,4513630.10902,586563.526382,4508707.06897
+2001,2001,10,48.0,002400,,40.724744875,-73.974986535,110.0,014700,40.770513,-73.988038,1250.22222222,2586,5775,1743,2175,014700,70871746.8417,002400,17986635.5592,,0.0,014700,002400,36686.7277792,35099,17781,hub,hub,non_hub,585402.720353,4513774.87644,586563.526382,4508707.06897
+2002,2002,3,48.0,002400,5.26590730757,40.72368361,-73.97574813,72.0,015100,40.771522,-73.990541,2173.6786398,8105,5775,4856,2175,015100,164953931.102,002400,17986635.5592,,0.0,015100,002400,36686.7277792,17578,17781,hub,hub,non_hub,585190.192062,4513884.4495,586500.581943,4508588.51078
+2003,2003,51,96.0,002400,,40.724744875,-73.974986535,140.0,031703,40.71644312,-74.014902115,1713.08223684,8670,5775,4231,2175,031703,332361109.355,002400,17986635.5592,,0.0,031703,002400,36686.7277792,136082,17781,hub,hub,non_hub,583202.897614,4507746.93647,586563.526382,4508707.06897
+2004,2004,44,144.0,002400,,40.724744875,-73.974986535,196.0,031704,40.7085171733,-74.0165557667,1617.85060541,6610,5775,3790,2175,031704,160823714.408,002400,17986635.5592,,0.0,031704,002400,36686.7277792,105244,17781,hub,hub,non_hub,583073.076824,4506865.54027,586563.526382,4508707.06897
+2005,2005,392,144.0,002400,,40.724744875,-73.974986535,170.0,000600,40.7128987867,-73.9898646367,949.942569341,11558,5775,4083,2175,000600,59149181.7526,002400,17986635.5592,,0.0,000600,002400,36686.7277792,70053,17781,hub,hub,non_hub,585322.159723,4507377.5136,586563.526382,4508707.06897
+2006,2006,485,186.0,002500,,40.7111743,-73.99849582,108.0,000202,40.71318002,-73.9818904933,685.581265092,8012,5061,3598,1917,000202,37878157.9781,002500,22428407.6271,,0.0,000202,002500,86820.0093356,56352,28325,hub,hub,non_hub,585995.353038,4507416.50937,584595.28909,4507177.73549
+2007,2007,2680,434.0,002500,,40.7111743,-73.99849582,516.0,000700,40.70581148,-74.0081572071,520.978987882,7722,5061,5201,1917,000700,476954959.734,002500,22428407.6271,,0.0,000700,002500,86820.0093356,160040,28325,hub,hub,non_hub,583785.918305,4506573.16797,584595.28909,4507177.73549
+2008,2008,778,124.0,002500,,40.7111743,-73.99849582,94.0,000800,40.712414475,-73.993471545,561.093625132,10365,5061,4150,1917,000800,46479755.076,002500,22428407.6271,,0.0,000800,002500,86820.0093356,34254,28325,hub,hub,non_hub,585018.109713,4507320.25418,584595.28909,4507177.73549
+2009,2009,783,186.0,002500,,40.7111743,-73.99849582,194.0,000900,40.7024745833,-74.01224785,652.749492013,1140,5061,939,1917,000900,404341803.896,002500,22428407.6271,,0.0,000900,002500,86820.0093356,46446,28325,hub,hub,non_hub,583444.520998,4506198.85784,584595.28909,4507177.73549
+2010,2010,144,62.0,002500,,40.7111743,-73.99849582,38.0,001002,40.71782143,-73.97628939,1214.71726755,6439,5061,2346,1917,001002,22763374.2099,002500,22428407.6271,,0.0,001002,002500,86820.0093356,15916,28325,hub,hub,non_hub,586462.45635,4507937.23607,584595.28909,4507177.73549
+2011,2011,342,124.0,002500,,40.7111743,-73.99849582,92.0,001200,40.717364275,-73.982955325,639.549296647,3547,5061,1857,1917,001200,23518220.7411,002500,22428407.6271,,0.0,001200,002500,86820.0093356,36493,28325,hub,hub,non_hub,585900.031125,4507879.94738,584595.28909,4507177.73549
+2012,2012,358,62.0,002500,,40.7111743,-73.99849582,72.0,001300,40.70463334,-74.01361706,715.742338289,3776,5061,3028,1917,001300,286606455.687,002500,22428407.6271,,0.0,001300,002500,86820.0093356,27671,28325,hub,hub,non_hub,583326.158808,4506437.19368,584595.28909,4507177.73549
+2013,2013,251,62.0,002500,,40.7111743,-73.99849582,56.0,001401,40.71559509,-73.9870295,490.613941406,3289,5061,1708,1917,001401,20168722.3199,002500,22428407.6271,,0.0,001401,002500,86820.0093356,26885,28325,hub,hub,non_hub,585558.18429,4507679.57909,584595.28909,4507177.73549
+2014,2014,598,124.0,002500,,40.7111743,-73.99849582,134.0,001501,40.70966832,-74.003597135,398.796746261,5581,5061,3450,1917,001501,172466366.322,002500,22428407.6271,,0.0,001501,002500,86820.0093356,27425,28325,hub,hub,non_hub,584166.279828,4507005.66129,584595.28909,4507177.73549
+2015,2015,1974,186.0,002500,,40.7111743,-73.99849582,246.0,001502,40.7088053467,-74.00635276,432.387897336,7095,5061,3459,1917,001502,221282059.103,002500,22428407.6271,,0.0,001502,002500,86820.0093356,82052,28325,hub,hub,non_hub,583934.59195,4506907.22889,584595.28909,4507177.73549
+2016,2016,1647,186.0,002500,,40.7111743,-73.99849582,214.0,001600,40.7153350167,-73.9943926833,412.005726852,8236,5061,3242,1917,001600,76565505.7581,002500,22428407.6271,,0.0,001600,002500,86820.0093356,82798,28325,hub,hub,non_hub,584936.591099,4507643.5622,584595.28909,4507177.73549
+2017,2017,1015,248.0,002500,,40.7111743,-73.99849582,308.0,001800,40.7193657075,-73.9906468425,642.885544075,8063,5061,3489,1917,001800,60554858.5127,002500,22428407.6271,,0.0,001800,002500,86820.0093356,133306,28325,hub,hub,non_hub,585247.838585,4508094.62497,584595.28909,4507177.73549
+2018,2018,166,124.0,002500,,40.7111743,-73.99849582,92.0,002000,40.721554605,-73.977309405,1098.4163916,4795,5061,1899,1917,002000,17907673.5628,002500,22428407.6271,,0.0,002000,002500,86820.0093356,31656,28325,hub,hub,non_hub,586371.478696,4508350.63994,584595.28909,4507177.73549
+2019,2019,920,248.0,002500,,40.7111743,-73.99849582,204.0,002100,40.71451321,-74.0108850975,667.983283773,6111,5061,3038,1917,002100,273869828.705,002500,22428407.6271,,0.0,002100,002500,86820.0093356,151037,28325,hub,hub,non_hub,583544.598931,4507536.51732,584595.28909,4507177.73549
+2020,2020,187,124.0,002500,,40.7111743,-73.99849582,88.0,002201,40.71833027,-73.980972895,917.111439637,6762,5061,3030,1917,002201,37585954.9949,002500,22428407.6271,,0.0,002201,002500,86820.0093356,26391,28325,hub,hub,non_hub,586066.226443,4507989.12022,584595.28909,4507177.73549
+2021,2021,52,62.0,002500,,40.7111743,-73.99849582,62.0,002202,40.7208736,-73.98085795,992.843697479,2256,5061,1045,1917,002202,13179093.8977,002500,22428407.6271,,0.0,002202,002500,86820.0093356,23935,28325,hub,hub,non_hub,586072.658368,4508271.55961,584595.28909,4507177.73549
+2022,2022,83,124.0,002500,,40.7111743,-73.99849582,96.0,002400,40.724744875,-73.974986535,1577.78502189,5775,5061,2175,1917,002400,17986635.5592,002500,22428407.6271,,0.0,002400,002500,86820.0093356,17965,28325,hub,hub,non_hub,586563.526382,4508707.06897,584595.28909,4507177.73549
+2023,2023,23,62.0,002500,,40.7111743,-73.99849582,62.0,002601,40.72299208,-73.97995466,1359.70982143,3774,5061,1593,1917,002601,22248722.3098,002500,22428407.6271,,0.0,002601,002500,86820.0093356,22144,28325,hub,hub,non_hub,586146.216204,4508507.61099,584595.28909,4507177.73549
+2024,2024,370,62.0,002500,,40.7111743,-73.99849582,54.0,002700,40.71307916,-73.99851193,534.654058314,1191,5061,655,1917,002700,11349914.9514,002500,22428407.6271,,0.0,002700,002500,86820.0093356,20570,28325,hub,hub,non_hub,584591.517275,4507389.17181,584595.28909,4507177.73549
+2025,2025,39,62.0,002500,,40.7111743,-73.99849582,64.0,002800,40.72521311,-73.97768752,1329.21973684,7302,5061,3341,1917,002800,47641507.3146,002500,22428407.6271,,0.0,002800,002500,86820.0093356,36744,28325,hub,hub,non_hub,586334.816403,4508756.38709,584595.28909,4507177.73549
+2026,2026,773,62.0,002500,,40.7111743,-73.99849582,86.0,002900,40.71602118,-73.99974372,370.682117698,5855,5061,2420,1917,002900,200965547.24,002500,22428407.6271,,0.0,002900,002500,86820.0093356,31936,28325,hub,hub,non_hub,584483.752153,4507714.56961,584595.28909,4507177.73549
+2027,2027,107,62.0,002500,,40.7111743,-73.99849582,70.0,003001,40.72066442,-73.98517977,855.072021116,4301,5061,2553,1917,003001,34302720.7166,002500,22428407.6271,,0.0,003001,002500,86820.0093356,41223,28325,hub,hub,non_hub,585707.91731,4508244.11218,584595.28909,4507177.73549
+2028,2028,95,62.0,002500,,40.7111743,-73.99849582,74.0,003002,40.72217444,-73.98368779,1013.74712644,3031,5061,1885,1917,003002,18686109.2263,002500,22428407.6271,,0.0,003002,002500,86820.0093356,38675,28325,hub,hub,non_hub,585831.986427,4508413.19181,584595.28909,4507177.73549
+2029,2029,1200,186.0,002500,,40.7111743,-73.99849582,242.0,003100,40.7140617467,-74.0041933367,393.983485575,2809,5061,858,1917,003100,145687012.574,002500,22428407.6271,,0.0,003100,002500,86820.0093356,81469,28325,hub,hub,non_hub,584110.388584,4507492.78891,584595.28909,4507177.73549
+2030,2030,183,186.0,002500,,40.7111743,-73.99849582,200.0,003200,40.7260543867,-73.9823576167,1052.5998755,7630,5061,4888,1917,003200,46369492.482,002500,22428407.6271,,0.0,003200,002500,86820.0093356,138064,28325,hub,hub,non_hub,585939.335766,4508845.19329,584595.28909,4507177.73549
+2031,2031,609,310.0,002500,,40.7111743,-73.99849582,346.0,003300,40.7188273969,-74.006322207,594.679037839,5174,5061,2694,1917,003300,215459582.054,002500,22428407.6271,,0.0,003300,002500,86820.0093356,115059,28325,hub,hub,non_hub,583924.586292,4508019.77066,584595.28909,4507177.73549
+2032,2032,75,62.0,002500,,40.7111743,-73.99849582,78.0,003400,40.72955361,-73.98057249,1075.72617057,6706,5061,4203,1917,003400,42933229.7541,002500,22428407.6271,,0.0,003400,002500,86820.0093356,47926,28325,hub,hub,non_hub,586085.581298,4509235.37985,584595.28909,4507177.73549
+2033,2033,1076,124.0,002500,,40.7111743,-73.99849582,132.0,003601,40.72217423,-73.990293175,698.288552971,3299,5061,1613,1917,003601,29191583.8104,002500,22428407.6271,,0.0,003601,002500,86820.0093356,77585,28325,hub,hub,non_hub,585274.124459,4508406.73315,584595.28909,4507177.73549
+2034,2034,257,124.0,002500,,40.7111743,-73.99849582,124.0,003602,40.724852985,-73.989265345,785.382753565,2918,5061,1586,1917,003602,24941258.1161,002500,22428407.6271,,0.0,003602,002500,86820.0093356,82124,28325,hub,hub,non_hub,585357.507872,4508705.09166,584595.28909,4507177.73549
+2035,2035,286,248.0,002500,,40.7111743,-73.99849582,296.0,003700,40.7256696075,-74.0052069325,917.031048225,2401,5061,1490,1917,003700,212385639.924,002500,22428407.6271,,0.0,003700,002500,86820.0093356,173333,28325,hub,hub,non_hub,584010.178026,4508780.36793,584595.28909,4507177.73549
+2036,2036,382,248.0,002500,,40.7111743,-73.99849582,320.0,003800,40.72765889,-73.988195855,977.295301555,8610,5061,5795,1917,003800,67437493.5221,002500,22428407.6271,,0.0,003800,002500,86820.0093356,167230,28325,hub,hub,non_hub,585444.239635,4509017.60641,584595.28909,4507177.73549
+2037,2037,649,248.0,002500,,40.7111743,-73.99849582,212.0,003900,40.7201717475,-74.00983051,674.114117438,5253,5061,3059,1917,003900,194910113.03,002500,22428407.6271,,0.0,003900,002500,86820.0093356,113624,28325,hub,hub,non_hub,583626.593058,4508165.65565,584595.28909,4507177.73549
+2038,2038,180,124.0,002500,,40.7111743,-73.99849582,132.0,004000,40.73000573,-73.98549552,1130.57433217,9801,5061,4546,1917,004000,66858387.5133,002500,22428407.6271,,0.0,004000,002500,86820.0093356,99660,28325,hub,hub,non_hub,585669.269443,4509280.75306,584595.28909,4507177.73549
+2039,2039,1403,124.0,002500,,40.7111743,-73.99849582,128.0,004100,40.7195529,-73.996789035,512.562658145,7793,5061,3765,1917,004100,71738983.3617,002500,22428407.6271,,0.0,004100,002500,86820.0093356,114685,28325,hub,hub,non_hub,584728.836557,4508109.46034,584595.28909,4507177.73549
+2040,2040,73,62.0,002500,,40.7111743,-73.99849582,70.0,004200,40.73223272,-73.98889957,1014.36634461,4988,5061,1801,1917,004200,39941846.3325,002500,22428407.6271,,0.0,004200,002500,86820.0093356,50846,28325,hub,hub,non_hub,585378.96492,4509524.64843,584595.28909,4507177.73549
+2041,2041,421,124.0,002500,,40.7111743,-73.99849582,134.0,004300,40.723870235,-73.995226525,685.609683549,4267,5061,2598,1917,004300,65935514.1184,002500,22428407.6271,,0.0,004300,002500,86820.0093356,95162,28325,hub,hub,non_hub,584855.320992,4508590.22212,584595.28909,4507177.73549
+2042,2042,107,124.0,002500,,40.7111743,-73.99849582,120.0,004400,40.73080269,-73.97968993,1374.78624709,17710,5061,8297,1917,004400,114601147.016,002500,22428407.6271,,0.0,004400,002500,86820.0093356,106427,28325,hub,hub,non_hub,586158.498991,4509374.90208,584595.28909,4507177.73549
+2043,2043,278,62.0,002500,,40.7111743,-73.99849582,54.0,004500,40.71910537,-73.99973337,495.425509725,840,5061,582,1917,004500,52009114.8865,002500,22428407.6271,,0.0,004500,002500,86820.0093356,34275,28325,hub,hub,non_hub,584480.726971,4508056.94497,584595.28909,4507177.73549
+2044,2044,107,62.0,002500,,40.7111743,-73.99849582,78.0,004700,40.72165481,-74.00234737,602.967560976,2267,5061,1586,1917,004700,75477587.1594,002500,22428407.6271,,0.0,004700,002500,86820.0093356,27544,28325,hub,hub,non_hub,584256.734795,4508337.43837,584595.28909,4507177.73549
+2045,2045,55,62.0,002500,,40.7111743,-73.99849582,70.0,004800,40.73624527,-73.98473765,1463.99561404,7550,5061,3799,1917,004800,74763044.6965,002500,22428407.6271,,0.0,004800,002500,86820.0093356,42567,28325,hub,hub,non_hub,585725.258797,4509974.12516,584595.28909,4507177.73549
+2046,2046,210,124.0,002500,,40.7111743,-73.99849582,146.0,004900,40.724268615,-74.000521515,812.631793642,4951,5061,3054,1917,004900,103848670.177,002500,22428407.6271,,0.0,004900,002500,86820.0093356,80152,28325,hub,hub,non_hub,584407.63728,4508629.34168,584595.28909,4507177.73549
+2047,2047,128,186.0,002500,,40.7111743,-73.99849582,186.0,005000,40.7359163467,-73.9873427633,1160.8029822,5061,5061,3595,1917,005000,120638459.215,002500,22428407.6271,,0.0,005000,002500,86820.0093356,111023,28325,hub,hub,non_hub,585505.709717,4509935.07175,584595.28909,4507177.73549
+2048,2048,105,124.0,002500,,40.7111743,-73.99849582,212.0,005200,40.73715585,-73.991241315,1233.05569832,4193,5061,1785,1917,005200,109103391.81,002500,22428407.6271,,0.0,005200,002500,86820.0093356,159876,28325,hub,hub,non_hub,585174.941656,4510068.87544,584595.28909,4507177.73549
+2049,2049,28,62.0,002500,,40.7111743,-73.99849582,94.0,005400,40.73971301,-73.99456405,1572.0,4656,5061,2837,1917,005400,128803552.888,002500,22428407.6271,,0.0,005400,002500,86820.0093356,73728,28325,hub,hub,non_hub,584891.129718,4510349.51956,584595.28909,4507177.73549
+2050,2050,77,62.0,002500,,40.7111743,-73.99849582,60.0,005501,40.72679454,-73.99695094,930.629742547,5079,5061,2483,1917,005501,61061928.4125,002500,22428407.6271,,0.0,005501,002500,86820.0093356,57258,28325,hub,hub,non_hub,584705.980012,4508913.17477,584595.28909,4507177.73549
+2051,2051,47,62.0,002500,,40.7111743,-73.99849582,54.0,005502,40.72743423,-73.99379025,1004.80141129,2383,5061,1262,1917,005502,49017118.6146,002500,22428407.6271,,0.0,005502,002500,86820.0093356,55117,28325,hub,hub,non_hub,584972.085912,4508987.23863,584595.28909,4507177.73549
+2052,2052,76,124.0,002500,,40.7111743,-73.99849582,190.0,005600,40.74065347,-73.98778661,1257.14155702,2618,5061,2190,1917,005600,189153355.609,002500,22428407.6271,,0.0,005600,002500,86820.0093356,113209,28325,hub,hub,non_hub,585462.168743,4510460.49357,584595.28909,4507177.73549
+2053,2053,177,124.0,002500,,40.7111743,-73.99849582,164.0,005700,40.729662915,-73.992405595,1025.07711048,2937,5061,1789,1917,005700,90178032.7137,002500,22428407.6271,,0.0,005700,002500,86820.0093356,156896,28325,hub,hub,non_hub,585086.179601,4509235.9788,584595.28909,4507177.73549
+2054,2054,32,124.0,002500,,40.7111743,-73.99849582,174.0,005800,40.743154205,-73.990299735,1343.71875,3182,5061,2306,1917,005800,164037511.755,002500,22428407.6271,,0.0,005800,002500,86820.0093356,130970,28325,hub,hub,non_hub,585246.786708,4510735.64918,584595.28909,4507177.73549
+2055,2055,22,62.0,002500,,40.7111743,-73.99849582,62.0,005900,40.73049393,-73.9957214,1326.85714286,5516,5061,3276,1917,005900,71785177.1361,002500,22428407.6271,,0.0,005900,002500,86820.0093356,53180,28325,hub,hub,non_hub,584805.117401,4509325.01914,584595.28909,4507177.73549
+2056,2056,190,124.0,002500,,40.7111743,-73.99849582,126.0,006000,40.734822295,-73.976916765,1521.13679068,5286,5061,2459,1917,006000,27468182.8943,002500,22428407.6271,,0.0,006000,002500,86820.0093356,80462,28325,hub,hub,non_hub,586387.478737,4509823.83141,584595.28909,4507177.73549
+2057,2057,290,248.0,002500,,40.7111743,-73.99849582,282.0,006100,40.73385254,-73.992357065,1069.18902733,4913,5061,2683,1917,006100,91682014.33,002500,22428407.6271,,0.0,006100,002500,86820.0093356,245510,28325,hub,hub,non_hub,585084.940162,4509701.10308,584595.28909,4507177.73549
+2058,2058,39,62.0,002500,,40.7111743,-73.99849582,60.0,006200,40.7381765,-73.97738662,1388.20779221,4680,5061,1401,1917,006200,231817485.533,002500,22428407.6271,,0.0,006200,002500,86820.0093356,33218,28325,hub,hub,non_hub,586343.467107,4510195.70961,584595.28909,4507177.73549
+2059,2059,69,186.0,002500,2.34940070388,40.711174272,-73.998829746,198.0,006300,40.735180116,-73.997723582,1280.23583355,6076,5061,4277,1917,006300,85447631.8451,002500,22428407.6271,,0.0,006300,002500,86820.0093356,120233,28325,hub,hub,non_hub,584630.104351,4509843.28607,584567.082552,4507177.41082
+2060,2060,101,62.0,002500,,40.7111743,-73.99849582,78.0,006400,40.73587678,-73.98205027,1162.92934272,7518,5061,5058,1917,006400,95664936.1545,002500,22428407.6271,,0.0,006400,002500,86820.0093356,47750,28325,hub,hub,non_hub,585952.649806,4509935.84788,584595.28909,4507177.73549
+2061,2061,257,186.0,002500,,40.7111743,-73.99849582,212.0,006500,40.7306296367,-73.9991423,1020.75194076,6517,5061,3568,1917,006500,59290910.3694,002500,22428407.6271,,0.0,006500,002500,86820.0093356,125356,28325,hub,hub,non_hub,584516.067395,4509336.78488,584595.28909,4507177.73549
+2062,2062,215,124.0,002500,,40.7111743,-73.99849582,164.0,006600,40.739285505,-73.97827188,1451.20811635,11780,5061,6818,1917,006600,84730469.4548,002500,22428407.6271,,0.0,006600,002500,86820.0093356,74621,28325,hub,hub,non_hub,586267.286922,4510317.94668,584595.28909,4507177.73549
+2063,2063,162,62.0,002500,,40.7111743,-73.99849582,78.0,006700,40.73038599,-74.00214988,1046.66105769,4984,5061,3796,1917,006700,47238039.9972,002500,22428407.6271,,0.0,006700,002500,86820.0093356,70025,28325,hub,hub,non_hub,584262.399901,4509306.84766,584595.28909,4507177.73549
+2064,2064,85,62.0,002500,,40.7111743,-73.99849582,78.0,006800,40.74025878,-73.98409214,1354.98245614,6735,5061,4494,1917,006800,130298431.446,002500,22428407.6271,,0.0,006800,002500,86820.0093356,58926,28325,hub,hub,non_hub,585774.608423,4510420.28363,584595.28909,4507177.73549
+2065,2065,88,124.0,002500,,40.7111743,-73.99849582,134.0,006900,40.732319905,-74.0069291,1348.83771368,2687,5061,1484,1917,006900,61292499.9331,002500,22428407.6271,,0.0,006900,002500,86820.0093356,130727,28325,hub,hub,non_hub,583856.38945,4509516.94969,584595.28909,4507177.73549
+2066,2066,309,186.0,002500,,40.7111743,-73.99849582,254.0,007000,40.7425269428,-73.9756370183,1490.07396802,8302,5061,5669,1917,007000,78634704.8451,002500,22428407.6271,,0.0,007000,002500,86820.0093356,145227,28325,hub,hub,non_hub,586485.560083,4510680.36216,584595.28909,4507177.73549
+2067,2067,32,124.0,002500,,40.7111743,-73.99849582,142.0,007100,40.736526545,-74.000108805,1331.95416667,5633,5061,3844,1917,007100,68447429.2743,002500,22428407.6271,,0.0,007100,002500,86820.0093356,79459,28325,hub,hub,non_hub,584426.995774,4509990.4524,584595.28909,4507177.73549
+2068,2068,156,186.0,002500,,40.7111743,-73.99849582,252.0,007200,40.7447014833,-73.98154809,1508.71521689,7734,5061,5222,1917,007200,132092861.454,002500,22428407.6271,,0.0,007200,002500,86820.0093356,157612,28325,hub,hub,non_hub,585983.687715,4510915.94446,584595.28909,4507177.73549
+2069,2069,50,124.0,002500,,40.7111743,-73.99849582,118.0,007300,40.734682705,-74.00388484,1300.0,5615,5061,4547,1917,007300,48716185.79,002500,22428407.6271,,0.0,007300,002500,86820.0093356,92567,28325,hub,hub,non_hub,584110.479319,4509782.14883,584595.28909,4507177.73549
+2070,2070,29,124.0,002500,,40.7111743,-73.99849582,172.0,007400,40.746413585,-73.98586892,1381.72916667,4179,5061,2700,1917,007400,170614202.951,002500,22428407.6271,,0.0,007400,002500,86820.0093356,81121,28325,hub,hub,non_hub,585616.696258,4511101.7763,584595.28909,4507177.73549
+2071,2071,52,124.0,002500,,40.7111743,-73.99849582,138.0,007600,40.74737476,-73.988320695,1584.7912098,2203,5061,1573,1917,007600,242014413.464,002500,22428407.6271,,0.0,007600,002500,86820.0093356,97464,28325,hub,hub,non_hub,585408.475283,4511206.08492,584595.28909,4507177.73549
+2072,2072,39,62.0,002500,,40.7111743,-73.99849582,86.0,007700,40.7390169121,-74.0026376103,1289.67460317,5404,5061,4254,1917,007700,59306273.1509,002500,22428407.6271,,0.0,007700,002500,86820.0093356,79025,28325,hub,hub,non_hub,584210.329106,4510264.47156,584595.28909,4507177.73549
+2073,2073,47,62.0,002500,,40.7111743,-73.99849582,78.0,007800,40.74780373,-73.9734419,1616.66636364,7380,5061,5372,1917,007800,112124597.728,002500,22428407.6271,,0.0,007800,002500,86820.0093356,59601,28325,hub,hub,non_hub,586664.043115,4511268.28888,584595.28909,4507177.73549
+2074,2074,92,310.0,002500,,40.7111743,-73.99849582,348.0,007900,40.738916514,-74.007286026,1467.84243867,4406,5061,2904,1917,007900,86937368.5918,002500,22428407.6271,,0.0,007900,002500,86820.0093356,171846,28325,hub,hub,non_hub,583817.969395,4510248.87788,584595.28909,4507177.73549
+2075,2075,62,124.0,002500,,40.7111743,-73.99849582,142.0,008000,40.7485693,-73.97717991,1750.73433584,4946,5061,3730,1917,008000,197763821.532,002500,22428407.6271,,0.0,008000,002500,86820.0093356,74808,28325,hub,hub,non_hub,586347.477591,4511349.58844,584595.28909,4507177.73549
+2076,2076,20,62.0,002500,3.13442709886,40.71117444,-73.99682619,78.0,008100,40.73935542,-73.99931783,1490.38498939,8675,5061,5315,1917,008100,91100400.6907,002500,22428407.6271,,0.0,008100,002500,86820.0093356,53195,28325,hub,hub,non_hub,584490.204148,4510305.23824,584736.321788,4507179.36045
+2077,2077,177,186.0,002500,,40.7111743,-73.99849582,350.0,008200,40.7519476299,-73.9793317115,1776.69438543,3442,5061,2534,1917,008200,262405408.076,002500,22428407.6271,,0.0,008200,002500,86820.0093356,228612,28325,hub,hub,non_hub,586161.456194,4511722.49295,584595.28909,4507177.73549
+2078,2078,186,248.0,002500,,40.7111743,-73.99849582,238.0,008300,40.742591315,-74.004102785,1712.41774918,4211,5061,2321,1917,008300,119862327.354,002500,22428407.6271,,0.0,008300,002500,86820.0093356,186113,28325,hub,hub,non_hub,584082.11654,4510659.85081,584595.28909,4507177.73549
+2079,2079,13,62.0,002500,,40.7111743,-73.99849582,76.0,008400,40.75038009,-73.98338988,1676.23333333,1726,5061,1041,1917,008400,147824461.739,002500,22428407.6271,,0.0,008400,002500,86820.0093356,34199,28325,hub,hub,non_hub,585820.889203,4511544.50828,584595.28909,4507177.73549
+2080,2080,81,62.0,002500,,40.7111743,-73.99849582,86.0,008601,40.744219,-73.97121214,1778.17992424,2551,5061,1528,1917,008601,31141773.9073,002500,22428407.6271,,0.0,008601,002500,86820.0093356,31961,28325,hub,hub,non_hub,586856.951039,4510872.56191,584595.28909,4507177.73549
+2081,2081,64,124.0,002500,,40.7111743,-73.99849582,156.0,008700,40.74206378,-73.995708955,1346.93826047,6671,5061,4249,1917,008700,85660216.7821,002500,22428407.6271,,0.0,008700,002500,86820.0093356,152953,28325,hub,hub,non_hub,584791.475936,4510609.36503,584595.28909,4507177.73549
+2082,2082,75,124.0,002500,,40.7111743,-73.99849582,156.0,008800,40.75012189,-73.970133575,1340.26071429,6964,5061,5507,1917,008800,216532475.876,002500,22428407.6271,,0.0,008800,002500,86820.0093356,43247,28325,hub,hub,non_hub,586940.323322,4511528.89362,584595.28909,4507177.73549
+2083,2083,50,186.0,002500,,40.7111743,-73.99849582,240.0,008900,40.74529008,-74.0021768567,1464.43055556,5560,5061,3511,1917,008900,54419260.2723,002500,22428407.6271,,0.0,008900,002500,86820.0093356,158638,28325,hub,hub,non_hub,584241.316685,4510961.27944,584595.28909,4507177.73549
+2084,2084,44,186.0,002500,,40.7111743,-73.99849582,220.0,009000,40.75261798,-73.9703317533,1762.85952381,7026,5061,5832,1917,009000,208846060.851,002500,22428407.6271,,0.0,009000,002500,86820.0093356,74531,28325,hub,hub,non_hub,586920.342162,4511805.78171,584595.28909,4507177.73549
+2085,2085,16,62.0,002500,,40.7111743,-73.99849582,78.0,009100,40.74487634,-73.99529885,1617.11111111,6415,5061,4386,1917,009100,127325659.041,002500,22428407.6271,,0.0,009100,002500,86820.0093356,63878,28325,hub,hub,non_hub,584822.527687,4510921.97538,584595.28909,4507177.73549
+2086,2086,24,124.0,002500,,40.7111743,-73.99849582,220.0,009200,40.7548518863,-73.9734329075,1303.08819444,1754,5061,1461,1917,009200,408192557.246,002500,22428407.6271,,0.0,009200,002500,86820.0093356,72226,28325,hub,hub,non_hub,586655.650548,4512050.69496,584595.28909,4507177.73549
+2087,2087,11,62.0,002500,,40.7111743,-73.99849582,78.0,009300,40.74475148,-73.99915362,1368.19642857,9705,5061,5585,1917,009300,68528055.2433,002500,22428407.6271,,0.0,009300,002500,86820.0093356,52202,28325,hub,hub,non_hub,584497.239363,4510904.39701,584595.28909,4507177.73549
+2088,2088,32,62.0,002500,,40.7111743,-73.99849582,62.0,009400,40.75320159,-73.9779874,1302.64285714,29,5061,16,1917,009400,299218147.811,002500,22428407.6271,,0.0,009400,002500,86820.0093356,82147,28325,hub,hub,non_hub,586273.319314,4511863.01244,584595.28909,4507177.73549
+2089,2089,20,62.0,002500,,40.7111743,-73.99849582,102.0,009500,40.746647,-73.993915,1407.5625,3425,5061,1416,1917,009500,129660033.725,002500,22428407.6271,,0.0,009500,002500,86820.0093356,57488,28325,hub,hub,non_hub,584937.108907,4511119.86954,584595.28909,4507177.73549
+2090,2090,47,186.0,002500,,40.7111743,-73.99849582,280.0,009600,40.7558606167,-73.98019798,1763.54057939,153,5061,268,1917,009600,270304841.585,002500,22428407.6271,,0.0,009600,002500,86820.0093356,71527,28325,hub,hub,non_hub,586083.279872,4512156.0132,584595.28909,4507177.73549
+2091,2091,97,186.0,002500,,40.7111743,-73.99849582,198.0,009700,40.7493616033,-73.9991321067,1528.32324852,4744,5061,2827,1917,009700,83018263.1602,002500,22428407.6271,,0.0,009700,002500,86820.0093356,118804,28325,hub,hub,non_hub,584493.220017,4511416.17434,584595.28909,4507177.73549
+2092,2092,68,124.0,002500,,40.7111743,-73.99849582,140.0,009800,40.755285655,-73.96667288,2095.28571429,7105,5061,5244,1917,009800,115943808.909,002500,22428407.6271,,0.0,009800,002500,86820.0093356,40039,28325,hub,hub,non_hub,587225.727282,4512105.54383,584595.28909,4507177.73549
+2093,2093,155,310.0,002500,,40.7111743,-73.99849582,370.0,009900,40.7520807866,-74.0031899092,1350.6466584,3617,5061,2438,1917,009900,404439511.776,002500,22428407.6271,,0.0,009900,002500,86820.0093356,208076,28325,hub,hub,non_hub,584147.226991,4511714.12465,584595.28909,4507177.73549
+2094,2094,18,186.0,002500,5.95131448338,40.711174328,-73.998161894,242.0,010000,40.758107462,-73.9711718,1483.60762879,1829,5061,1399,1917,010000,366457143.613,002500,22428407.6271,,0.0,010000,002500,86820.0093356,72085,28325,hub,hub,non_hub,586842.283587,4512414.32339,584623.495629,4507178.06027
+2095,2095,47,186.0,002500,,40.7111743,-73.99849582,254.0,010100,40.74945622,-73.9903382667,1608.62202797,1119,5061,828,1917,010100,246168211.101,002500,22428407.6271,,0.0,010100,002500,86820.0093356,183377,28325,hub,hub,non_hub,585235.486219,4511435.18064,584595.28909,4507177.73549
+2096,2096,16,124.0,002500,5.96068692451,40.7111742533,-73.9990523633,162.0,010200,40.7603498667,-73.97365674,1381.69881464,313,5061,268,1917,010200,333450202.294,002500,22428407.6271,,0.0,010200,002500,86820.0093356,46675,28325,hub,hub,non_hub,586629.617603,4512660.79085,584548.278193,4507177.19444
+2097,2097,54,124.0,002500,,40.7111743,-73.99849582,196.0,010300,40.751000495,-73.994372255,1572.34695513,1859,5061,1351,1917,010300,141506056.87,002500,22428407.6271,,0.0,010300,002500,86820.0093356,221593,28325,hub,hub,non_hub,584892.968075,4511602.69644,584595.28909,4507177.73549
+2098,2098,22,124.0,002500,,40.7111743,-73.99849582,150.0,010400,40.761664375,-73.976854975,1660.78928571,1031,5061,1033,1917,010400,363981333.295,002500,22428407.6271,,0.0,010400,002500,86820.0093356,65073,28325,hub,hub,non_hub,586357.961325,4512803.55852,584595.28909,4507177.73549
+2099,2099,6,62.0,002500,,40.7111743,-73.99849582,66.0,010602,40.75849116,-73.95920622,1980.33333333,4794,5061,2963,1917,010602,67980898.3739,002500,22428407.6271,,0.0,010602,002500,86820.0093356,22153,28325,hub,hub,non_hub,587851.796682,4512468.82754,584595.28909,4507177.73549
+2100,2100,51,186.0,002500,,40.7111743,-73.99849582,234.0,010800,40.7591736033,-73.96613818,1829.57320261,8531,5061,6272,1917,010800,189351523.799,002500,22428407.6271,,0.0,010800,002500,86820.0093356,79198,28325,hub,hub,non_hub,587265.778542,4512537.66689,584595.28909,4507177.73549
+2101,2101,24,124.0,002500,,40.7111743,-73.99849582,228.0,010900,40.751351715,-73.987594755,1645.03636364,182,5061,92,1917,010900,228173063.011,002500,22428407.6271,,0.0,010900,002500,86820.0093356,60092,28325,hub,hub,non_hub,585464.669441,4511648.26242,584595.28909,4507177.73549
+2102,2102,5,62.0,002500,6.23020264231,40.71117416,-74.00016545,118.0,011201,40.7643971,-73.97371465,1862.16549232,827,5061,964,1917,011201,118515444.187,002500,22428407.6271,,0.0,011201,002500,86820.0093356,41525,28325,hub,hub,non_hub,586619.474659,4513110.00718,584454.256402,4507176.11322
+2103,2103,16,62.0,002500,,40.7111743,-73.99849582,66.0,011203,40.76095756,-73.96724467,1979.125,1176,5061,1160,1917,011203,143782379.009,002500,22428407.6271,,0.0,011203,002500,86820.0093356,48033,28325,hub,hub,non_hub,587170.050102,4512734.59972,584595.28909,4507177.73549
+2104,2104,49,248.0,002500,,40.7111743,-73.99849582,396.0,011300,40.7548008425,-73.9888010575,1401.16339286,204,5061,107,1917,011300,357940519.061,002500,22428407.6271,,0.0,011300,002500,86820.0093356,236650,28325,hub,hub,non_hub,585358.423228,4512029.96675,584595.28909,4507177.73549
+2105,2105,46,124.0,002500,,40.7111743,-73.99849582,164.0,011500,40.75701407,-73.992353645,1624.78214286,2487,5061,1678,1917,011500,130958459.747,002500,22428407.6271,,0.0,011500,002500,86820.0093356,103294,28325,hub,hub,non_hub,585055.712647,4512272.20178,584595.28909,4507177.73549
+2106,2106,52,124.0,002500,,40.7111743,-73.99849582,168.0,011700,40.76058799,-74.00080945,1761.42559524,2938,5061,2304,1917,011700,91270705.1484,002500,22428407.6271,,0.0,011700,002500,86820.0093356,73016,28325,hub,hub,non_hub,584337.427395,4512660.77158,584595.28909,4507177.73549
+2107,2107,36,62.0,002500,,40.7111743,-73.99849582,68.0,011900,40.7568001,-73.98291153,1861.69230769,1079,5061,1121,1917,011900,395254501.74,002500,22428407.6271,,0.0,011900,002500,86820.0093356,39976,28325,hub,hub,non_hub,585853.012005,4512257.64444,584595.28909,4507177.73549
+2108,2108,47,186.0,002500,,40.7111743,-73.99849582,218.0,012100,40.7598593767,-73.9914900133,1338.61785714,8366,5061,5744,1917,012100,101223732.045,002500,22428407.6271,,0.0,012100,002500,86820.0093356,132767,28325,hub,hub,non_hub,585124.983126,4512588.88932,584595.28909,4507177.73549
+2109,2109,9,62.0,002500,,40.7111743,-73.99849582,102.0,012500,40.76064679,-73.98442659,1255.66666667,2439,5061,2096,1917,012500,322911522.418,002500,22428407.6271,,0.0,012500,002500,86820.0093356,45486,28325,hub,hub,non_hub,585720.180916,4512683.17447,584595.28909,4507177.73549
+2110,2110,30,124.0,002500,,40.7111743,-73.99849582,168.0,012700,40.762485435,-73.990447135,1345.64732143,6437,5061,4434,1917,012700,104637996.687,002500,22428407.6271,,0.0,012700,002500,86820.0093356,83393,28325,hub,hub,non_hub,585209.656415,4512881.41361,584595.28909,4507177.73549
+2111,2111,28,62.0,002500,,40.7111743,-73.99849582,48.0,012900,40.76341379,-73.99667444,1453.64583333,5312,5061,3621,1917,012900,158698340.053,002500,22428407.6271,,0.0,012900,002500,86820.0093356,28661,28325,hub,hub,non_hub,584682.864463,4512978.43901,584595.28909,4507177.73549
+2112,2112,58,186.0,002500,,40.7111743,-73.99849582,320.0,013100,40.7621295133,-73.98215453,1716.47989418,2489,5061,2283,1917,013100,405023451.28,002500,22428407.6271,,0.0,013100,002500,86820.0093356,107228,28325,hub,hub,non_hub,585910.04945,4512849.98999,584595.28909,4507177.73549
+2113,2113,25,186.0,002500,6.13677195565,40.711174272,-73.998829746,202.0,013300,40.764500186,-73.986603504,1310.31140104,5363,5061,3909,1917,013300,79847412.2593,002500,22428407.6271,,0.0,013300,002500,86820.0093356,89810,28325,hub,hub,non_hub,585531.493703,4513108.80592,584567.082552,4507177.41082
+2114,2114,40,124.0,002500,,40.7111743,-73.99849582,130.0,013500,40.766984435,-73.99227308,1325.46875,6075,5061,3935,1917,013500,198199142.958,002500,22428407.6271,,0.0,013500,002500,86820.0093356,64723,28325,hub,hub,non_hub,585049.80204,4513379.06475,584595.28909,4507177.73549
+2115,2115,36,124.0,002500,,40.7111743,-73.99849582,196.0,013700,40.766109285,-73.981808355,1244.41666667,6557,5061,5442,1917,013700,314878324.419,002500,22428407.6271,,0.0,013700,002500,86820.0093356,91142,28325,hub,hub,non_hub,585934.141665,4513292.1137,584595.28909,4507177.73549
+2116,2116,6,62.0,002500,,40.7111743,-73.99849582,54.0,013900,40.768254,-73.988639,1853.3,7607,5061,7359,1917,013900,139918084.587,002500,22428407.6271,,0.0,013900,002500,86820.0093356,26390,28325,hub,hub,non_hub,585354.890073,4513523.52534,584595.28909,4507177.73549
+2117,2117,6,62.0,002500,,40.7111743,-73.99849582,98.0,014300,40.76590936,-73.97634151,1862.875,3,5061,0,1917,014300,50027992.3322,002500,22428407.6271,,0.0,014300,002500,86820.0093356,21051,28325,hub,hub,non_hub,586395.803012,4513275.28949,584595.28909,4507177.73549
+2118,2118,18,62.0,002500,,40.7111743,-73.99849582,72.0,014500,40.76915505,-73.98191841,2089.125,5811,5061,3462,1917,014500,253397343.373,002500,22428407.6271,,0.0,014500,002500,86820.0093356,68350,28325,hub,hub,non_hub,585920.929601,4513630.10902,584595.28909,4507177.73549
+2119,2119,14,62.0,002500,,40.7111743,-73.99849582,110.0,014700,40.770513,-73.988038,1883.375,2586,5061,1743,1917,014700,70871746.8417,002500,22428407.6271,,0.0,014700,002500,86820.0093356,35099,28325,hub,hub,non_hub,585402.720353,4513774.87644,584595.28909,4507177.73549
+2120,2120,3,62.0,002500,6.73120231192,40.71117416,-74.00016545,72.0,015100,40.771522,-73.990541,2058.80630708,8105,5061,4856,1917,015100,164953931.102,002500,22428407.6271,,0.0,015100,002500,86820.0093356,17578,28325,hub,hub,non_hub,585190.192062,4513884.4495,584454.256402,4507176.11322
+2121,2121,303,124.0,002500,,40.7111743,-73.99849582,140.0,031703,40.71644312,-74.014902115,1208.73770688,8670,5061,4231,1917,031703,332361109.355,002500,22428407.6271,,0.0,031703,002500,86820.0093356,136082,28325,hub,hub,non_hub,583202.897614,4507746.93647,584595.28909,4507177.73549
+2122,2122,389,186.0,002500,,40.7111743,-73.99849582,196.0,031704,40.7085171733,-74.0165557667,1072.02047531,6610,5061,3790,1917,031704,160823714.408,002500,22428407.6271,,0.0,031704,002500,86820.0093356,105244,28325,hub,hub,non_hub,583073.076824,4506865.54027,584595.28909,4507177.73549
+2123,2123,1214,186.0,002500,,40.7111743,-73.99849582,170.0,000600,40.7128987867,-73.9898646367,429.469334412,11558,5061,4083,1917,000600,59149181.7526,002500,22428407.6271,,0.0,000600,002500,86820.0093356,70053,28325,hub,hub,non_hub,585322.159723,4507377.5136,584595.28909,4507177.73549
+2124,2124,162,93.0,002601,,40.72299208,-73.97995466,54.0,000202,40.71318002,-73.9818904933,652.641882488,8012,3774,3598,1593,000202,37878157.9781,002601,22248722.3098,,0.0,000202,002601,48362.1185502,56352,22067,hub,hub,non_hub,585995.353038,4507416.50937,586146.216204,4508507.61099
+2125,2125,310,217.0,002601,,40.72299208,-73.97995466,258.0,000700,40.70581148,-74.0081572071,1271.99301048,7722,3774,5201,1593,000700,476954959.734,002601,22248722.3098,,0.0,000700,002601,48362.1185502,160040,22067,hub,hub,non_hub,583785.918305,4506573.16797,586146.216204,4508507.61099
+2126,2126,68,62.0,002601,,40.72299208,-73.97995466,47.0,000800,40.712414475,-73.993471545,1005.75344828,10365,3774,4150,1593,000800,46479755.076,002601,22248722.3098,,0.0,000800,002601,48362.1185502,34254,22067,hub,hub,non_hub,585018.109713,4507320.25418,586146.216204,4508507.61099
+2127,2127,198,93.0,002601,,40.72299208,-73.97995466,97.0,000900,40.7024745833,-74.01224785,1272.93807601,1140,3774,939,1593,000900,404341803.896,002601,22248722.3098,,0.0,000900,002601,48362.1185502,46446,22067,hub,hub,non_hub,583444.520998,4506198.85784,586146.216204,4508507.61099
+2128,2128,21,31.0,002601,,40.72299208,-73.97995466,19.0,001002,40.71782143,-73.97628939,465.952380952,6439,3774,2346,1593,001002,22763374.2099,002601,22248722.3098,,0.0,001002,002601,48362.1185502,15916,22067,hub,hub,non_hub,586462.45635,4507937.23607,586146.216204,4508507.61099
+2129,2129,141,62.0,002601,,40.72299208,-73.97995466,46.0,001200,40.717364275,-73.982955325,413.259356137,3547,3774,1857,1593,001200,23518220.7411,002601,22248722.3098,,0.0,001200,002601,48362.1185502,36493,22067,hub,hub,non_hub,585900.031125,4507879.94738,586146.216204,4508507.61099
+2130,2130,59,31.0,002601,,40.72299208,-73.97995466,36.0,001300,40.70463334,-74.01361706,1262.01694915,3776,3774,3028,1593,001300,286606455.687,002601,22248722.3098,,0.0,001300,002601,48362.1185502,27671,22067,hub,hub,non_hub,583326.158808,4506437.19368,586146.216204,4508507.61099
+2131,2131,74,31.0,002601,,40.72299208,-73.97995466,28.0,001401,40.71559509,-73.9870295,575.391891892,3289,3774,1708,1593,001401,20168722.3199,002601,22248722.3098,,0.0,001401,002601,48362.1185502,26885,22067,hub,hub,non_hub,585558.18429,4507679.57909,586146.216204,4508507.61099
+2132,2132,45,62.0,002601,,40.72299208,-73.97995466,67.0,001501,40.70966832,-74.003597135,1133.52,5581,3774,3450,1593,001501,172466366.322,002601,22248722.3098,,0.0,001501,002601,48362.1185502,27425,22067,hub,hub,non_hub,584166.279828,4507005.66129,586146.216204,4508507.61099
+2133,2133,132,93.0,002601,,40.72299208,-73.97995466,123.0,001502,40.7088053467,-74.00635276,1246.30409367,7095,3774,3459,1593,001502,221282059.103,002601,22248722.3098,,0.0,001502,002601,48362.1185502,82052,22067,hub,hub,non_hub,583934.59195,4506907.22889,586146.216204,4508507.61099
+2134,2134,258,93.0,002601,,40.72299208,-73.97995466,107.0,001600,40.7153350167,-73.9943926833,833.323442125,8236,3774,3242,1593,001600,76565505.7581,002601,22248722.3098,,0.0,001600,002601,48362.1185502,82798,22067,hub,hub,non_hub,584936.591099,4507643.5622,586146.216204,4508507.61099
+2135,2135,621,124.0,002601,,40.72299208,-73.97995466,154.0,001800,40.7193657075,-73.9906468425,553.16707521,8063,3774,3489,1593,001800,60554858.5127,002601,22248722.3098,,0.0,001800,002601,48362.1185502,133306,22067,hub,hub,non_hub,585247.838585,4508094.62497,586146.216204,4508507.61099
+2136,2136,109,62.0,002601,,40.72299208,-73.97995466,46.0,002000,40.721554605,-73.977309405,669.370624049,4795,3774,1899,1593,002000,17907673.5628,002601,22248722.3098,,0.0,002000,002601,48362.1185502,31656,22067,hub,hub,non_hub,586371.478696,4508350.63994,586146.216204,4508507.61099
+2137,2137,107,124.0,002601,,40.72299208,-73.97995466,102.0,002100,40.71451321,-74.0108850975,1239.11838317,6111,3774,3038,1593,002100,273869828.705,002601,22248722.3098,,0.0,002100,002601,48362.1185502,151037,22067,hub,hub,non_hub,583544.598931,4507536.51732,586146.216204,4508507.61099
+2138,2138,142,62.0,002601,,40.72299208,-73.97995466,44.0,002201,40.71833027,-73.980972895,357.785586659,6762,3774,3030,1593,002201,37585954.9949,002601,22248722.3098,,0.0,002201,002601,48362.1185502,26391,22067,hub,hub,non_hub,586066.226443,4507989.12022,586146.216204,4508507.61099
+2139,2139,107,31.0,002601,,40.72299208,-73.97995466,31.0,002202,40.7208736,-73.98085795,586.85046729,2256,3774,1045,1593,002202,13179093.8977,002601,22248722.3098,,0.0,002202,002601,48362.1185502,23935,22067,hub,hub,non_hub,586072.658368,4508271.55961,586146.216204,4508507.61099
+2140,2140,160,62.0,002601,,40.72299208,-73.97995466,48.0,002400,40.724744875,-73.974986535,369.958104396,5775,3774,2175,1593,002400,17986635.5592,002601,22248722.3098,,0.0,002400,002601,48362.1185502,17965,22067,hub,hub,non_hub,586563.526382,4508707.06897,586146.216204,4508507.61099
+2141,2141,26,62.0,002601,,40.72299208,-73.97995466,62.0,002500,40.7111743,-73.99849582,1072.19047619,5061,3774,1917,1593,002500,22428407.6271,002601,22248722.3098,,0.0,002500,002601,48362.1185502,28216,22067,hub,hub,non_hub,584595.28909,4507177.73549,586146.216204,4508507.61099
+2142,2142,32,31.0,002601,,40.72299208,-73.97995466,27.0,002700,40.71307916,-73.99851193,857.65625,1191,3774,655,1593,002700,11349914.9514,002601,22248722.3098,,0.0,002700,002601,48362.1185502,20570,22067,hub,hub,non_hub,584591.517275,4507389.17181,586146.216204,4508507.61099
+2143,2143,194,31.0,002601,,40.72299208,-73.97995466,32.0,002800,40.72521311,-73.97768752,419.644329897,7302,3774,3341,1593,002800,47641507.3146,002601,22248722.3098,,0.0,002800,002601,48362.1185502,36744,22067,hub,hub,non_hub,586334.816403,4508756.38709,586146.216204,4508507.61099
+2144,2144,38,31.0,002601,,40.72299208,-73.97995466,43.0,002900,40.71602118,-73.99974372,1066.86842105,5855,3774,2420,1593,002900,200965547.24,002601,22248722.3098,,0.0,002900,002601,48362.1185502,31936,22067,hub,hub,non_hub,584483.752153,4507714.56961,586146.216204,4508507.61099
+2145,2145,337,31.0,002601,,40.72299208,-73.97995466,35.0,003001,40.72066442,-73.98517977,283.18694362,4301,3774,2553,1593,003001,34302720.7166,002601,22248722.3098,,0.0,003001,002601,48362.1185502,41223,22067,hub,hub,non_hub,585707.91731,4508244.11218,586146.216204,4508507.61099
+2146,2146,254,31.0,002601,,40.72299208,-73.97995466,37.0,003002,40.72217444,-73.98368779,289.988188976,3031,3774,1885,1593,003002,18686109.2263,002601,22248722.3098,,0.0,003002,002601,48362.1185502,38675,22067,hub,hub,non_hub,585831.986427,4508413.19181,586146.216204,4508507.61099
+2147,2147,97,93.0,002601,,40.72299208,-73.97995466,121.0,003100,40.7140617467,-74.0041933367,1083.39947493,2809,3774,858,1593,003100,145687012.574,002601,22248722.3098,,0.0,003100,002601,48362.1185502,81469,22067,hub,hub,non_hub,584110.388584,4507492.78891,586146.216204,4508507.61099
+2148,2148,788,93.0,002601,,40.72299208,-73.97995466,100.0,003200,40.7260543867,-73.9823576167,377.833641096,7630,3774,4888,1593,003200,46369492.482,002601,22248722.3098,,0.0,003200,002601,48362.1185502,138064,22067,hub,hub,non_hub,585939.335766,4508845.19329,586146.216204,4508507.61099
+2149,2149,128,155.0,002601,,40.72299208,-73.97995466,173.0,003300,40.7188274941,-74.0063219949,1148.13196286,5174,3774,2694,1593,003300,215459582.054,002601,22248722.3098,,0.0,003300,002601,48362.1185502,115059,22067,hub,hub,non_hub,583924.604084,4508019.78166,586146.216204,4508507.61099
+2150,2150,321,31.0,002601,,40.72299208,-73.97995466,39.0,003400,40.72955361,-73.98057249,379.651090343,6706,3774,4203,1593,003400,42933229.7541,002601,22248722.3098,,0.0,003400,002601,48362.1185502,47926,22067,hub,hub,non_hub,586085.581298,4509235.37985,586146.216204,4508507.61099
+2151,2151,381,62.0,002601,,40.72299208,-73.97995466,66.0,003601,40.72217423,-73.990293175,500.850778315,3299,3774,1613,1593,003601,29191583.8104,002601,22248722.3098,,0.0,003601,002601,48362.1185502,77585,22067,hub,hub,non_hub,585274.124459,4508406.73315,586146.216204,4508507.61099
+2152,2152,1147,62.0,002601,,40.72299208,-73.97995466,62.0,003602,40.724852985,-73.989265345,388.776634622,2918,3774,1586,1593,003602,24941258.1161,002601,22248722.3098,,0.0,003602,002601,48362.1185502,82124,22067,hub,hub,non_hub,585357.507872,4508705.09166,586146.216204,4508507.61099
+2153,2153,346,124.0,002601,,40.72299208,-73.97995466,148.0,003700,40.7256696075,-74.0052069325,962.451893151,2401,3774,1490,1593,003700,212385639.924,002601,22248722.3098,,0.0,003700,002601,48362.1185502,173333,22067,hub,hub,non_hub,584010.178026,4508780.36793,586146.216204,4508507.61099
+2154,2154,1810,124.0,002601,,40.72299208,-73.97995466,160.0,003800,40.72765889,-73.988195855,392.169310358,8610,3774,5795,1593,003800,67437493.5221,002601,22248722.3098,,0.0,003800,002601,48362.1185502,167230,22067,hub,hub,non_hub,585444.239635,4509017.60641,586146.216204,4508507.61099
+2155,2155,71,124.0,002601,,40.72299208,-73.97995466,106.0,003900,40.7201717475,-74.00983051,1235.92957579,5253,3774,3059,1593,003900,194910113.03,002601,22248722.3098,,0.0,003900,002601,48362.1185502,113624,22067,hub,hub,non_hub,583626.593058,4508165.65565,586146.216204,4508507.61099
+2156,2156,493,62.0,002601,,40.72299208,-73.97995466,66.0,004000,40.73000573,-73.98549552,490.450125305,9801,3774,4546,1593,004000,66858387.5133,002601,22248722.3098,,0.0,004000,002601,48362.1185502,99660,22067,hub,hub,non_hub,585669.269443,4509280.75306,586146.216204,4508507.61099
+2157,2157,338,62.0,002601,,40.72299208,-73.97995466,64.0,004100,40.7195529,-73.996789035,770.371322499,7793,3774,3765,1593,004100,71738983.3617,002601,22248722.3098,,0.0,004100,002601,48362.1185502,114685,22067,hub,hub,non_hub,584728.836557,4508109.46034,586146.216204,4508507.61099
+2158,2158,284,31.0,002601,,40.72299208,-73.97995466,35.0,004200,40.73223272,-73.98889957,581.190140845,4988,3774,1801,1593,004200,39941846.3325,002601,22248722.3098,,0.0,004200,002601,48362.1185502,50846,22067,hub,hub,non_hub,585378.96492,4509524.64843,586146.216204,4508507.61099
+2159,2159,408,62.0,002601,,40.72299208,-73.97995466,67.0,004300,40.723870235,-73.995226525,652.511864238,4267,3774,2598,1593,004300,65935514.1184,002601,22248722.3098,,0.0,004300,002601,48362.1185502,95162,22067,hub,hub,non_hub,584855.320992,4508590.22212,586146.216204,4508507.61099
+2160,2160,580,62.0,002601,,40.72299208,-73.97995466,60.0,004400,40.73080269,-73.97968993,445.871704374,17710,3774,8297,1593,004400,114601147.016,002601,22248722.3098,,0.0,004400,002601,48362.1185502,106427,22067,hub,hub,non_hub,586158.498991,4509374.90208,586146.216204,4508507.61099
+2161,2161,87,31.0,002601,,40.72299208,-73.97995466,27.0,004500,40.71910537,-73.99973337,850.218390805,840,3774,582,1593,004500,52009114.8865,002601,22248722.3098,,0.0,004500,002601,48362.1185502,34275,22067,hub,hub,non_hub,584480.726971,4508056.94497,586146.216204,4508507.61099
+2162,2162,62,31.0,002601,,40.72299208,-73.97995466,39.0,004700,40.72165481,-74.00234737,950.14516129,2267,3774,1586,1593,004700,75477587.1594,002601,22248722.3098,,0.0,004700,002601,48362.1185502,27544,22067,hub,hub,non_hub,584256.734795,4508337.43837,586146.216204,4508507.61099
+2163,2163,124,31.0,002601,,40.72299208,-73.97995466,35.0,004800,40.73624527,-73.98473765,779.266129032,7550,3774,3799,1593,004800,74763044.6965,002601,22248722.3098,,0.0,004800,002601,48362.1185502,42567,22067,hub,hub,non_hub,585725.258797,4509974.12516,586146.216204,4508507.61099
+2164,2164,280,62.0,002601,,40.72299208,-73.97995466,73.0,004900,40.724268615,-74.000521515,779.640348982,4951,3774,3054,1593,004900,103848670.177,002601,22248722.3098,,0.0,004900,002601,48362.1185502,80152,22067,hub,hub,non_hub,584407.63728,4508629.34168,586146.216204,4508507.61099
+2165,2165,231,93.0,002601,,40.72299208,-73.97995466,93.0,005000,40.7359163467,-73.9873427633,732.462437966,5061,3774,3595,1593,005000,120638459.215,002601,22248722.3098,,0.0,005000,002601,48362.1185502,111023,22067,hub,hub,non_hub,585505.709717,4509935.07175,586146.216204,4508507.61099
+2166,2166,299,62.0,002601,,40.72299208,-73.97995466,106.0,005200,40.73715585,-73.991241315,826.137869521,4193,3774,1785,1593,005200,109103391.81,002601,22248722.3098,,0.0,005200,002601,48362.1185502,159876,22067,hub,hub,non_hub,585174.941656,4510068.87544,586146.216204,4508507.61099
+2167,2167,100,31.0,002601,,40.72299208,-73.97995466,47.0,005400,40.73971301,-73.99456405,1105.69,4656,3774,2837,1593,005400,128803552.888,002601,22248722.3098,,0.0,005400,002601,48362.1185502,73728,22067,hub,hub,non_hub,584891.129718,4510349.51956,586146.216204,4508507.61099
+2168,2168,230,31.0,002601,,40.72299208,-73.97995466,30.0,005501,40.72679454,-73.99695094,616.908695652,5079,3774,2483,1593,005501,61061928.4125,002601,22248722.3098,,0.0,005501,002601,48362.1185502,57258,22067,hub,hub,non_hub,584705.980012,4508913.17477,586146.216204,4508507.61099
+2169,2169,577,31.0,002601,,40.72299208,-73.97995466,27.0,005502,40.72743423,-73.99379025,486.516464471,2383,3774,1262,1593,005502,49017118.6146,002601,22248722.3098,,0.0,005502,002601,48362.1185502,55117,22067,hub,hub,non_hub,584972.085912,4508987.23863,586146.216204,4508507.61099
+2170,2170,139,62.0,002601,,40.72299208,-73.97995466,95.0,005600,40.74065347,-73.98778661,887.902161215,2618,3774,2190,1593,005600,189153355.609,002601,22248722.3098,,0.0,005600,002601,48362.1185502,113209,22067,hub,hub,non_hub,585462.168743,4510460.49357,586146.216204,4508507.61099
+2171,2171,1066,62.0,002601,,40.72299208,-73.97995466,82.0,005700,40.729662915,-73.992405595,545.272534314,2937,3774,1789,1593,005700,90178032.7137,002601,22248722.3098,,0.0,005700,002601,48362.1185502,156896,22067,hub,hub,non_hub,585086.179601,4509235.9788,586146.216204,4508507.61099
+2172,2172,143,62.0,002601,,40.72299208,-73.97995466,87.0,005800,40.743154205,-73.990299735,1111.95426065,3182,3774,2306,1593,005800,164037511.755,002601,22248722.3098,,0.0,005800,002601,48362.1185502,130970,22067,hub,hub,non_hub,585246.786708,4510735.64918,586146.216204,4508507.61099
+2173,2173,222,31.0,002601,,40.72299208,-73.97995466,31.0,005900,40.73049393,-73.9957214,660.058558559,5516,3774,3276,1593,005900,71785177.1361,002601,22248722.3098,,0.0,005900,002601,48362.1185502,53180,22067,hub,hub,non_hub,584805.117401,4509325.01914,586146.216204,4508507.61099
+2174,2174,300,62.0,002601,,40.72299208,-73.97995466,63.0,006000,40.734822295,-73.976916765,601.835610177,5286,3774,2459,1593,006000,27468182.8943,002601,22248722.3098,,0.0,006000,002601,48362.1185502,80462,22067,hub,hub,non_hub,586387.478737,4509823.83141,586146.216204,4508507.61099
+2175,2175,1009,124.0,002601,,40.72299208,-73.97995466,141.0,006100,40.73385254,-73.992357065,731.534350734,4913,3774,2683,1593,006100,91682014.33,002601,22248722.3098,,0.0,006100,002601,48362.1185502,245510,22067,hub,hub,non_hub,585084.940162,4509701.10308,586146.216204,4508507.61099
+2176,2176,69,31.0,002601,,40.72299208,-73.97995466,30.0,006200,40.7381765,-73.97738662,690.47826087,4680,3774,1401,1593,006200,231817485.533,002601,22248722.3098,,0.0,006200,002601,48362.1185502,33218,22067,hub,hub,non_hub,586343.467107,4510195.70961,586146.216204,4508507.61099
+2177,2177,187,93.0,002601,,40.72299208,-73.97995466,99.0,006300,40.7346940933,-73.99785666,952.998858447,6076,3774,4277,1593,006300,85447631.8451,002601,22248722.3098,,0.0,006300,002601,48362.1185502,120233,22067,hub,hub,non_hub,584619.48321,4509789.20591,586146.216204,4508507.61099
+2178,2178,75,31.0,002601,,40.72299208,-73.97995466,39.0,006400,40.73587678,-73.98205027,732.346666667,7518,3774,5058,1593,006400,95664936.1545,002601,22248722.3098,,0.0,006400,002601,48362.1185502,47750,22067,hub,hub,non_hub,585952.649806,4509935.84788,586146.216204,4508507.61099
+2179,2179,499,93.0,002601,,40.72299208,-73.97995466,106.0,006500,40.7306296367,-73.9991423,709.304897503,6517,3774,3568,1593,006500,59290910.3694,002601,22248722.3098,,0.0,006500,002601,48362.1185502,125356,22067,hub,hub,non_hub,584516.067395,4509336.78488,586146.216204,4508507.61099
+2180,2180,152,62.0,002601,,40.72299208,-73.97995466,82.0,006600,40.739285505,-73.97827188,791.184210526,11780,3774,6818,1593,006600,84730469.4548,002601,22248722.3098,,0.0,006600,002601,48362.1185502,74621,22067,hub,hub,non_hub,586267.286922,4510317.94668,586146.216204,4508507.61099
+2181,2181,187,31.0,002601,,40.72299208,-73.97995466,39.0,006700,40.73038599,-74.00214988,839.50802139,4984,3774,3796,1593,006700,47238039.9972,002601,22248722.3098,,0.0,006700,002601,48362.1185502,70025,22067,hub,hub,non_hub,584262.399901,4509306.84766,586146.216204,4508507.61099
+2182,2182,111,31.0,002601,,40.72299208,-73.97995466,39.0,006800,40.74025878,-73.98409214,836.378378378,6735,3774,4494,1593,006800,130298431.446,002601,22248722.3098,,0.0,006800,002601,48362.1185502,58926,22067,hub,hub,non_hub,585774.608423,4510420.28363,586146.216204,4508507.61099
+2183,2183,172,62.0,002601,,40.72299208,-73.97995466,67.0,006900,40.732319905,-74.0069291,998.271571572,2687,3774,1484,1593,006900,61292499.9331,002601,22248722.3098,,0.0,006900,002601,48362.1185502,130727,22067,hub,hub,non_hub,583856.38945,4509516.94969,586146.216204,4508507.61099
+2184,2184,206,93.0,002601,,40.72299208,-73.97995466,127.0,007000,40.7425227889,-73.9756288347,941.869767043,8302,3774,5669,1593,007000,78634704.8451,002601,22248722.3098,,0.0,007000,002601,48362.1185502,145227,22067,hub,hub,non_hub,586486.256407,4510679.90911,586146.216204,4508507.61099
+2185,2185,133,62.0,002601,,40.72299208,-73.97995466,71.0,007100,40.736526545,-74.000108805,970.034013605,5633,3774,3844,1593,007100,68447429.2743,002601,22248722.3098,,0.0,007100,002601,48362.1185502,79459,22067,hub,hub,non_hub,584426.995774,4509990.4524,586146.216204,4508507.61099
+2186,2186,395,93.0,002601,,40.72299208,-73.97995466,126.0,007200,40.7447014833,-73.98154809,1024.21691635,7734,3774,5222,1593,007200,132092861.454,002601,22248722.3098,,0.0,007200,002601,48362.1185502,157612,22067,hub,hub,non_hub,585983.687715,4510915.94446,586146.216204,4508507.61099
+2187,2187,219,62.0,002601,,40.72299208,-73.97995466,59.0,007300,40.734682705,-74.00388484,993.772497772,5615,3774,4547,1593,007300,48716185.79,002601,22248722.3098,,0.0,007300,002601,48362.1185502,92567,22067,hub,hub,non_hub,584110.479319,4509782.14883,586146.216204,4508507.61099
+2188,2188,156,62.0,002601,,40.72299208,-73.97995466,86.0,007400,40.746413585,-73.98586892,1181.12771739,4179,3774,2700,1593,007400,170614202.951,002601,22248722.3098,,0.0,007400,002601,48362.1185502,81121,22067,hub,hub,non_hub,585616.696258,4511101.7763,586146.216204,4508507.61099
+2189,2189,111,62.0,002601,,40.72299208,-73.97995466,69.0,007600,40.74737476,-73.988320695,1153.06881533,2203,3774,1573,1593,007600,242014413.464,002601,22248722.3098,,0.0,007600,002601,48362.1185502,97464,22067,hub,hub,non_hub,585408.475283,4511206.08492,586146.216204,4508507.61099
+2190,2190,106,31.0,002601,,40.72299208,-73.97995466,43.0,007700,40.7390169121,-74.0026376103,983.91509434,5404,3774,4254,1593,007700,59306273.1509,002601,22248722.3098,,0.0,007700,002601,48362.1185502,79025,22067,hub,hub,non_hub,584210.329106,4510264.47156,586146.216204,4508507.61099
+2191,2191,87,31.0,002601,,40.72299208,-73.97995466,39.0,007800,40.74780373,-73.9734419,1114.12643678,7380,3774,5372,1593,007800,112124597.728,002601,22248722.3098,,0.0,007800,002601,48362.1185502,59601,22067,hub,hub,non_hub,586664.043115,4511268.28888,586146.216204,4508507.61099
+2192,2192,181,155.0,002601,,40.72299208,-73.97995466,174.0,007900,40.738916514,-74.007286026,1110.07789963,4406,3774,2904,1593,007900,86937368.5918,002601,22248722.3098,,0.0,007900,002601,48362.1185502,171846,22067,hub,hub,non_hub,583817.969395,4510248.87788,586146.216204,4508507.61099
+2193,2193,60,62.0,002601,,40.72299208,-73.97995466,71.0,008000,40.7485693,-73.97717991,1075.72024472,4946,3774,3730,1593,008000,197763821.532,002601,22248722.3098,,0.0,008000,002601,48362.1185502,74808,22067,hub,hub,non_hub,586347.477591,4511349.58844,586146.216204,4508507.61099
+2194,2194,46,31.0,002601,,40.72299208,-73.97995466,39.0,008100,40.73935542,-73.99931783,1230.10869565,8675,3774,5315,1593,008100,91100400.6907,002601,22248722.3098,,0.0,008100,002601,48362.1185502,53195,22067,hub,hub,non_hub,584490.204148,4510305.23824,586146.216204,4508507.61099
+2195,2195,249,93.0,002601,,40.72299208,-73.97995466,175.0,008200,40.7519416423,-73.9793567577,1307.73289675,3442,3774,2534,1593,008200,262405408.076,002601,22248722.3098,,0.0,008200,002601,48362.1185502,228612,22067,hub,hub,non_hub,586159.349568,4511721.8037,586146.216204,4508507.61099
+2196,2196,136,124.0,002601,,40.72299208,-73.97995466,119.0,008300,40.742591315,-74.004102785,1244.43204428,4211,3774,2321,1593,008300,119862327.354,002601,22248722.3098,,0.0,008300,002601,48362.1185502,186113,22067,hub,hub,non_hub,584082.11654,4510659.85081,586146.216204,4508507.61099
+2197,2197,9,31.0,002601,,40.72299208,-73.97995466,38.0,008400,40.75038009,-73.98338988,1337.44444444,1726,3774,1041,1593,008400,147824461.739,002601,22248722.3098,,0.0,008400,002601,48362.1185502,34199,22067,hub,hub,non_hub,585820.889203,4511544.50828,586146.216204,4508507.61099
+2198,2198,146,31.0,002601,,40.72299208,-73.97995466,43.0,008601,40.744219,-73.97121214,837.397260274,2551,3774,1528,1593,008601,31141773.9073,002601,22248722.3098,,0.0,008601,002601,48362.1185502,31961,22067,hub,hub,non_hub,586856.951039,4510872.56191,586146.216204,4508507.61099
+2199,2199,103,62.0,002601,,40.72299208,-73.97995466,78.0,008700,40.74206378,-73.995708955,1149.80078773,6671,3774,4249,1593,008700,85660216.7821,002601,22248722.3098,,0.0,008700,002601,48362.1185502,152953,22067,hub,hub,non_hub,584791.475936,4510609.36503,586146.216204,4508507.61099
+2200,2200,66,62.0,002601,,40.72299208,-73.97995466,78.0,008800,40.75012189,-73.970133575,1193.22507123,6964,3774,5507,1593,008800,216532475.876,002601,22248722.3098,,0.0,008800,002601,48362.1185502,43247,22067,hub,hub,non_hub,586940.323322,4511528.89362,586146.216204,4508507.61099
+2201,2201,139,93.0,002601,,40.72299208,-73.97995466,120.0,008900,40.74529008,-74.0021768567,1084.01020408,5560,3774,3511,1593,008900,54419260.2723,002601,22248722.3098,,0.0,008900,002601,48362.1185502,158638,22067,hub,hub,non_hub,584241.316685,4510961.27944,586146.216204,4508507.61099
+2202,2202,54,93.0,002601,,40.72299208,-73.97995466,110.0,009000,40.75261798,-73.9703317533,1094.86111111,7026,3774,5832,1593,009000,208846060.851,002601,22248722.3098,,0.0,009000,002601,48362.1185502,74531,22067,hub,hub,non_hub,586920.342162,4511805.78171,586146.216204,4508507.61099
+2203,2203,71,31.0,002601,,40.72299208,-73.97995466,39.0,009100,40.74487634,-73.99529885,1314.47887324,6415,3774,4386,1593,009100,127325659.041,002601,22248722.3098,,0.0,009100,002601,48362.1185502,63878,22067,hub,hub,non_hub,584822.527687,4510921.97538,586146.216204,4508507.61099
+2204,2204,58,62.0,002601,,40.72299208,-73.97995466,110.0,009200,40.7548518863,-73.9734329075,1044.79924242,1754,3774,1461,1593,009200,408192557.246,002601,22248722.3098,,0.0,009200,002601,48362.1185502,72226,22067,hub,hub,non_hub,586655.650548,4512050.69496,586146.216204,4508507.61099
+2205,2205,33,31.0,002601,,40.72299208,-73.97995466,39.0,009300,40.74475148,-73.99915362,1295.15151515,9705,3774,5585,1593,009300,68528055.2433,002601,22248722.3098,,0.0,009300,002601,48362.1185502,52202,22067,hub,hub,non_hub,584497.239363,4510904.39701,586146.216204,4508507.61099
+2206,2206,69,31.0,002601,,40.72299208,-73.97995466,31.0,009400,40.75320159,-73.9779874,1227.44927536,29,3774,16,1593,009400,299218147.811,002601,22248722.3098,,0.0,009400,002601,48362.1185502,82147,22067,hub,hub,non_hub,586273.319314,4511863.01244,586146.216204,4508507.61099
+2207,2207,67,31.0,002601,,40.72299208,-73.97995466,51.0,009500,40.746647,-73.993915,1201.55223881,3425,3774,1416,1593,009500,129660033.725,002601,22248722.3098,,0.0,009500,002601,48362.1185502,57488,22067,hub,hub,non_hub,584937.108907,4511119.86954,586146.216204,4508507.61099
+2208,2208,26,93.0,002601,,40.72299208,-73.97995466,140.0,009600,40.7560144833,-73.9803399348,1225.60952381,153,3774,268,1593,009600,270304841.585,002601,22248722.3098,,0.0,009600,002601,48362.1185502,71527,22067,hub,hub,non_hub,586071.098568,4512172.95429,586146.216204,4508507.61099
+2209,2209,137,93.0,002601,,40.72299208,-73.97995466,99.0,009700,40.7493616033,-73.9991321067,1494.71249818,4744,3774,2827,1593,009700,83018263.1602,002601,22248722.3098,,0.0,009700,002601,48362.1185502,118804,22067,hub,hub,non_hub,584493.220017,4511416.17434,586146.216204,4508507.61099
+2210,2210,53,62.0,002601,,40.72299208,-73.97995466,70.0,009800,40.755285655,-73.96667288,1396.59492754,7105,3774,5244,1593,009800,115943808.909,002601,22248722.3098,,0.0,009800,002601,48362.1185502,40039,22067,hub,hub,non_hub,587225.727282,4512105.54383,586146.216204,4508507.61099
+2211,2211,219,155.0,002601,,40.72299208,-73.97995466,185.0,009900,40.7520807866,-74.0031899092,1281.59929071,3617,3774,2438,1593,009900,404439511.776,002601,22248722.3098,,0.0,009900,002601,48362.1185502,208076,22067,hub,hub,non_hub,584147.226991,4511714.12465,586146.216204,4508507.61099
+2212,2212,107,93.0,002601,,40.72299208,-73.97995466,121.0,010000,40.7583696933,-73.9710287767,1556.90224359,1829,3774,1399,1593,010000,366457143.613,002601,22248722.3098,,0.0,010000,002601,48362.1185502,72085,22067,hub,hub,non_hub,586854.014885,4512443.57459,586146.216204,4508507.61099
+2213,2213,153,93.0,002601,,40.72299208,-73.97995466,127.0,010100,40.74945622,-73.9903382667,1198.75101739,1119,3774,828,1593,010100,246168211.101,002601,22248722.3098,,0.0,010100,002601,48362.1185502,183377,22067,hub,hub,non_hub,585235.486219,4511435.18064,586146.216204,4508507.61099
+2214,2214,18,62.0,002601,,40.72299208,-73.97995466,81.0,010200,40.7606694,-73.973473555,1579.43846154,313,3774,268,1593,010200,333450202.294,002601,22248722.3098,,0.0,010200,002601,48362.1185502,46675,22067,hub,hub,non_hub,586644.664817,4512696.44233,586146.216204,4508507.61099
+2215,2215,78,62.0,002601,,40.72299208,-73.97995466,98.0,010300,40.751000495,-73.994372255,1337.62121212,1859,3774,1351,1593,010300,141506056.87,002601,22248722.3098,,0.0,010300,002601,48362.1185502,221593,22067,hub,hub,non_hub,584892.968075,4511602.69644,586146.216204,4508507.61099
+2216,2216,28,62.0,002601,,40.72299208,-73.97995466,75.0,010400,40.761664375,-73.976854975,1643.28571429,1031,3774,1033,1593,010400,363981333.295,002601,22248722.3098,,0.0,010400,002601,48362.1185502,65073,22067,hub,hub,non_hub,586357.961325,4512803.55852,586146.216204,4508507.61099
+2217,2217,23,31.0,002601,,40.72299208,-73.97995466,33.0,010602,40.75849116,-73.95920622,1435.2173913,4794,3774,2963,1593,010602,67980898.3739,002601,22248722.3098,,0.0,010602,002601,48362.1185502,22153,22067,hub,hub,non_hub,587851.796682,4512468.82754,586146.216204,4508507.61099
+2218,2218,99,93.0,002601,,40.72299208,-73.97995466,117.0,010800,40.7591736033,-73.96613818,1403.52554812,8531,3774,6272,1593,010800,189351523.799,002601,22248722.3098,,0.0,010800,002601,48362.1185502,79198,22067,hub,hub,non_hub,587265.778542,4512537.66689,586146.216204,4508507.61099
+2219,2219,99,62.0,002601,,40.72299208,-73.97995466,114.0,010900,40.751351715,-73.987594755,1115.13330599,182,3774,92,1593,010900,228173063.011,002601,22248722.3098,,0.0,010900,002601,48362.1185502,60092,22067,hub,hub,non_hub,585464.669441,4511648.26242,586146.216204,4508507.61099
+2220,2220,17,31.0,002601,,40.72299208,-73.97995466,59.0,011201,40.7643971,-73.97371465,1752.47058824,827,3774,964,1593,011201,118515444.187,002601,22248722.3098,,0.0,011201,002601,48362.1185502,41525,22067,hub,hub,non_hub,586619.474659,4513110.00718,586146.216204,4508507.61099
+2221,2221,24,31.0,002601,,40.72299208,-73.97995466,33.0,011203,40.76095756,-73.96724467,1381.25,1176,3774,1160,1593,011203,143782379.009,002601,22248722.3098,,0.0,011203,002601,48362.1185502,48033,22067,hub,hub,non_hub,587170.050102,4512734.59972,586146.216204,4508507.61099
+2222,2222,283,124.0,002601,,40.72299208,-73.97995466,198.0,011300,40.7548008425,-73.9888010575,1412.74169722,204,3774,107,1593,011300,357940519.061,002601,22248722.3098,,0.0,011300,002601,48362.1185502,236650,22067,hub,hub,non_hub,585358.423228,4512029.96675,586146.216204,4508507.61099
+2223,2223,24,62.0,002601,,40.72299208,-73.97995466,82.0,011500,40.75701407,-73.992353645,1545.0,2487,3774,1678,1593,011500,130958459.747,002601,22248722.3098,,0.0,011500,002601,48362.1185502,103294,22067,hub,hub,non_hub,585055.712647,4512272.20178,586146.216204,4508507.61099
+2224,2224,19,62.0,002601,,40.72299208,-73.97995466,84.0,011700,40.76058799,-74.00080945,1909.16666667,2938,3774,2304,1593,011700,91270705.1484,002601,22248722.3098,,0.0,011700,002601,48362.1185502,73016,22067,hub,hub,non_hub,584337.427395,4512660.77158,586146.216204,4508507.61099
+2225,2225,14,31.0,002601,,40.72299208,-73.97995466,34.0,011900,40.7568001,-73.98291153,1651.28571429,1079,3774,1121,1593,011900,395254501.74,002601,22248722.3098,,0.0,011900,002601,48362.1185502,39976,22067,hub,hub,non_hub,585853.012005,4512257.64444,586146.216204,4508507.61099
+2226,2226,67,93.0,002601,,40.72299208,-73.97995466,109.0,012100,40.7598593767,-73.9914900133,1488.56016823,8366,3774,5744,1593,012100,101223732.045,002601,22248722.3098,,0.0,012100,002601,48362.1185502,132767,22067,hub,hub,non_hub,585124.983126,4512588.88932,586146.216204,4508507.61099
+2227,2227,9,31.0,002601,,40.72299208,-73.97995466,51.0,012500,40.76064679,-73.98442659,1763.55555556,2439,3774,2096,1593,012500,322911522.418,002601,22248722.3098,,0.0,012500,002601,48362.1185502,45486,22067,hub,hub,non_hub,585720.180916,4512683.17447,586146.216204,4508507.61099
+2228,2228,54,62.0,002601,,40.72299208,-73.97995466,84.0,012700,40.762485435,-73.990447135,1155.91304348,6437,3774,4434,1593,012700,104637996.687,002601,22248722.3098,,0.0,012700,002601,48362.1185502,83393,22067,hub,hub,non_hub,585209.656415,4512881.41361,586146.216204,4508507.61099
+2229,2229,13,31.0,002601,,40.72299208,-73.97995466,24.0,012900,40.76341379,-73.99667444,1839.07692308,5312,3774,3621,1593,012900,158698340.053,002601,22248722.3098,,0.0,012900,002601,48362.1185502,28661,22067,hub,hub,non_hub,584682.864463,4512978.43901,586146.216204,4508507.61099
+2230,2230,53,93.0,002601,,40.72299208,-73.97995466,160.0,013100,40.7621295133,-73.98215453,1572.88278867,2489,3774,2283,1593,013100,405023451.28,002601,22248722.3098,,0.0,013100,002601,48362.1185502,107228,22067,hub,hub,non_hub,585910.049449,4512849.98999,586146.216204,4508507.61099
+2231,2231,24,93.0,002601,,40.72299208,-73.97995466,101.0,013300,40.7647250567,-73.9866537633,1788.55555556,5363,3774,3909,1593,013300,79847412.2593,002601,22248722.3098,,0.0,013300,002601,48362.1185502,89810,22067,hub,hub,non_hub,585526.963405,4513133.71926,586146.216204,4508507.61099
+2232,2232,27,62.0,002601,,40.72299208,-73.97995466,65.0,013500,40.766984435,-73.99227308,1387.10855263,6075,3774,3935,1593,013500,198199142.958,002601,22248722.3098,,0.0,013500,002601,48362.1185502,64723,22067,hub,hub,non_hub,585049.80204,4513379.06475,586146.216204,4508507.61099
+2233,2233,47,62.0,002601,,40.72299208,-73.97995466,98.0,013700,40.766109285,-73.981808355,1863.20866935,6557,3774,5442,1593,013700,314878324.419,002601,22248722.3098,,0.0,013700,002601,48362.1185502,91142,22067,hub,hub,non_hub,585934.141665,4513292.1137,586146.216204,4508507.61099
+2234,2234,4,31.0,002601,,40.72299208,-73.97995466,27.0,013900,40.768254,-73.988639,2089.0,7607,3774,7359,1593,013900,139918084.587,002601,22248722.3098,,0.0,013900,002601,48362.1185502,26390,22067,hub,hub,non_hub,585354.890073,4513523.52534,586146.216204,4508507.61099
+2235,2235,16,31.0,002601,,40.72299208,-73.97995466,49.0,014300,40.76590936,-73.97634151,1851.0625,3,3774,0,1593,014300,50027992.3322,002601,22248722.3098,,0.0,014300,002601,48362.1185502,21051,22067,hub,hub,non_hub,586395.803012,4513275.28949,586146.216204,4508507.61099
+2236,2236,32,31.0,002601,,40.72299208,-73.97995466,36.0,014500,40.76915505,-73.98191841,1862.4375,5811,3774,3462,1593,014500,253397343.373,002601,22248722.3098,,0.0,014500,002601,48362.1185502,68350,22067,hub,hub,non_hub,585920.929601,4513630.10902,586146.216204,4508507.61099
+2237,2237,11,31.0,002601,,40.72299208,-73.97995466,55.0,014700,40.770513,-73.988038,1405.81818182,2586,3774,1743,1593,014700,70871746.8417,002601,22248722.3098,,0.0,014700,002601,48362.1185502,35099,22067,hub,hub,non_hub,585402.720353,4513774.87644,586146.216204,4508507.61099
+2238,2238,4,31.0,002601,,40.72299208,-73.97995466,36.0,015100,40.771522,-73.990541,2235.0,8105,3774,4856,1593,015100,164953931.102,002601,22248722.3098,,0.0,015100,002601,48362.1185502,17578,22067,hub,hub,non_hub,585190.192062,4513884.4495,586146.216204,4508507.61099
+2239,2239,72,62.0,002601,,40.72299208,-73.97995466,70.0,031703,40.71644312,-74.014902115,1269.21111111,8670,3774,4231,1593,031703,332361109.355,002601,22248722.3098,,0.0,031703,002601,48362.1185502,136082,22067,hub,hub,non_hub,583202.897614,4507746.93647,586146.216204,4508507.61099
+2240,2240,45,93.0,002601,,40.72299208,-73.97995466,98.0,031704,40.7085171733,-74.0165557667,1692.31046731,6610,3774,3790,1593,031704,160823714.408,002601,22248722.3098,,0.0,031704,002601,48362.1185502,105244,22067,hub,hub,non_hub,583073.076824,4506865.54027,586146.216204,4508507.61099
+2241,2241,160,93.0,002601,,40.72299208,-73.97995466,85.0,000600,40.7128987867,-73.9898646367,793.866920842,11558,3774,4083,1593,000600,59149181.7526,002601,22248722.3098,,0.0,000600,002601,48362.1185502,70053,22067,hub,hub,non_hub,585322.159723,4507377.5136,586146.216204,4508507.61099
+2242,2242,419,81.0,002700,,40.71307916,-73.99851193,54.0,000202,40.71318002,-73.9818904933,617.271531075,8012,1191,3598,655,000202,37878157.9781,002700,11349914.9514,,0.0,000202,002700,85761.8231744,56352,21289,hub,hub,non_hub,585995.353038,4507416.50937,584591.517275,4507389.17181
+2243,2243,2403,189.0,002700,,40.71307916,-73.99851193,258.0,000700,40.70581148,-74.0081572071,517.001270371,7722,1191,5201,655,000700,476954959.734,002700,11349914.9514,,0.0,000700,002700,85761.8231744,160040,21289,hub,hub,non_hub,583785.918305,4506573.16797,584591.517275,4507389.17181
+2244,2244,229,54.0,002700,,40.71307916,-73.99851193,47.0,000800,40.712414475,-73.993471545,419.624748322,10365,1191,4150,655,000800,46479755.076,002700,11349914.9514,,0.0,000800,002700,85761.8231744,34254,21289,hub,hub,non_hub,585018.109713,4507320.25418,584591.517275,4507389.17181
+2245,2245,404,81.0,002700,,40.71307916,-73.99851193,97.0,000900,40.7024745833,-74.01224785,637.838364278,1140,1191,939,655,000900,404341803.896,002700,11349914.9514,,0.0,000900,002700,85761.8231744,46446,21289,hub,hub,non_hub,583444.520998,4506198.85784,584591.517275,4507389.17181
+2246,2246,58,27.0,002700,,40.71307916,-73.99851193,19.0,001002,40.71782143,-73.97628939,935.448275862,6439,1191,2346,655,001002,22763374.2099,002700,11349914.9514,,0.0,001002,002700,85761.8231744,15916,21289,hub,hub,non_hub,586462.45635,4507937.23607,584591.517275,4507389.17181
+2247,2247,150,54.0,002700,,40.71307916,-73.99851193,46.0,001200,40.717364275,-73.982955325,643.341216216,3547,1191,1857,655,001200,23518220.7411,002700,11349914.9514,,0.0,001200,002700,85761.8231744,36493,21289,hub,hub,non_hub,585900.031125,4507879.94738,584591.517275,4507389.17181
+2248,2248,183,27.0,002700,,40.71307916,-73.99851193,36.0,001300,40.70463334,-74.01361706,761.743169399,3776,1191,3028,655,001300,286606455.687,002700,11349914.9514,,0.0,001300,002700,85761.8231744,27671,21289,hub,hub,non_hub,583326.158808,4506437.19368,584591.517275,4507389.17181
+2249,2249,220,27.0,002700,,40.71307916,-73.99851193,28.0,001401,40.71559509,-73.9870295,460.577272727,3289,1191,1708,655,001401,20168722.3199,002700,11349914.9514,,0.0,001401,002700,85761.8231744,26885,21289,hub,hub,non_hub,585558.18429,4507679.57909,584591.517275,4507389.17181
+2250,2250,353,54.0,002700,,40.71307916,-73.99851193,67.0,001501,40.70966832,-74.003597135,381.667086793,5581,1191,3450,655,001501,172466366.322,002700,11349914.9514,,0.0,001501,002700,85761.8231744,27425,21289,hub,hub,non_hub,584166.279828,4507005.66129,584591.517275,4507389.17181
+2251,2251,1922,81.0,002700,,40.71307916,-73.99851193,123.0,001502,40.7088053467,-74.00635276,416.171055835,7095,1191,3459,655,001502,221282059.103,002700,11349914.9514,,0.0,001502,002700,85761.8231744,82052,21289,hub,hub,non_hub,583934.59195,4506907.22889,584591.517275,4507389.17181
+2252,2252,403,81.0,002700,,40.71307916,-73.99851193,107.0,001600,40.7153350167,-73.9943926833,582.803552766,8236,1191,3242,655,001600,76565505.7581,002700,11349914.9514,,0.0,001600,002700,85761.8231744,82798,21289,hub,hub,non_hub,584936.591099,4507643.5622,584591.517275,4507389.17181
+2253,2253,740,108.0,002700,,40.71307916,-73.99851193,154.0,001800,40.7193657075,-73.9906468425,534.223105764,8063,1191,3489,655,001800,60554858.5127,002700,11349914.9514,,0.0,001800,002700,85761.8231744,133306,21289,hub,hub,non_hub,585247.838585,4508094.62497,584591.517275,4507389.17181
+2254,2254,39,54.0,002700,,40.71307916,-73.99851193,46.0,002000,40.721554605,-73.977309405,934.179347826,4795,1191,1899,655,002000,17907673.5628,002700,11349914.9514,,0.0,002000,002700,85761.8231744,31656,21289,hub,hub,non_hub,586371.478696,4508350.63994,584591.517275,4507389.17181
+2255,2255,1904,108.0,002700,,40.71307916,-73.99851193,102.0,002100,40.71451321,-74.0108850975,551.479603683,6111,1191,3038,655,002100,273869828.705,002700,11349914.9514,,0.0,002100,002700,85761.8231744,151037,21289,hub,hub,non_hub,583544.598931,4507536.51732,584591.517275,4507389.17181
+2256,2256,115,54.0,002700,,40.71307916,-73.99851193,44.0,002201,40.71833027,-73.980972895,777.202898551,6762,1191,3030,655,002201,37585954.9949,002700,11349914.9514,,0.0,002201,002700,85761.8231744,26391,21289,hub,hub,non_hub,586066.226443,4507989.12022,584591.517275,4507389.17181
+2257,2257,53,27.0,002700,,40.71307916,-73.99851193,31.0,002202,40.7208736,-73.98085795,932.188679245,2256,1191,1045,655,002202,13179093.8977,002700,11349914.9514,,0.0,002202,002700,85761.8231744,23935,21289,hub,hub,non_hub,586072.658368,4508271.55961,584591.517275,4507389.17181
+2258,2258,60,54.0,002700,,40.71307916,-73.99851193,48.0,002400,40.724744875,-73.974986535,1114.0,5775,1191,2175,655,002400,17986635.5592,002700,11349914.9514,,0.0,002400,002700,85761.8231744,17965,21289,hub,hub,non_hub,586563.526382,4508707.06897,584591.517275,4507389.17181
+2259,2259,323,54.0,002700,,40.71307916,-73.99851193,62.0,002500,40.7111743,-73.99849582,404.64619883,5061,1191,1917,655,002500,22428407.6271,002700,11349914.9514,,0.0,002500,002700,85761.8231744,28216,21289,hub,hub,non_hub,584595.28909,4507177.73549,584591.517275,4507389.17181
+2260,2260,41,27.0,002700,,40.71307916,-73.99851193,31.0,002601,40.72299208,-73.97995466,991.731707317,3774,1191,1593,655,002601,22248722.3098,002700,11349914.9514,,0.0,002601,002700,85761.8231744,22144,21289,hub,hub,non_hub,586146.216204,4508507.61099,584591.517275,4507389.17181
+2261,2261,21,27.0,002700,,40.71307916,-73.99851193,32.0,002800,40.72521311,-73.97768752,1070.66666667,7302,1191,3341,655,002800,47641507.3146,002700,11349914.9514,,0.0,002800,002700,85761.8231744,36744,21289,hub,hub,non_hub,586334.816403,4508756.38709,584591.517275,4507389.17181
+2262,2262,337,27.0,002700,,40.71307916,-73.99851193,43.0,002900,40.71602118,-73.99974372,278.341246291,5855,1191,2420,655,002900,200965547.24,002700,11349914.9514,,0.0,002900,002700,85761.8231744,31936,21289,hub,hub,non_hub,584483.752153,4507714.56961,584591.517275,4507389.17181
+2263,2263,112,27.0,002700,,40.71307916,-73.99851193,35.0,003001,40.72066442,-73.98517977,645.428571429,4301,1191,2553,655,003001,34302720.7166,002700,11349914.9514,,0.0,003001,002700,85761.8231744,41223,21289,hub,hub,non_hub,585707.91731,4508244.11218,584591.517275,4507389.17181
+2264,2264,50,27.0,002700,,40.71307916,-73.99851193,37.0,003002,40.72217444,-73.98368779,914.7,3031,1191,1885,655,003002,18686109.2263,002700,11349914.9514,,0.0,003002,002700,85761.8231744,38675,21289,hub,hub,non_hub,585831.986427,4508413.19181,584591.517275,4507389.17181
+2265,2265,1101,81.0,002700,,40.71307916,-73.99851193,121.0,003100,40.7140617467,-74.0041933367,295.391562166,2809,1191,858,655,003100,145687012.574,002700,11349914.9514,,0.0,003100,002700,85761.8231744,81469,21289,hub,hub,non_hub,584110.388584,4507492.78891,584591.517275,4507389.17181
+2266,2266,172,81.0,002700,,40.71307916,-73.99851193,100.0,003200,40.7260543867,-73.9823576167,849.701393396,7630,1191,4888,655,003200,46369492.482,002700,11349914.9514,,0.0,003200,002700,85761.8231744,138064,21289,hub,hub,non_hub,585939.335766,4508845.19329,584591.517275,4507389.17181
+2267,2267,725,135.0,002700,,40.71307916,-73.99851193,173.0,003300,40.7188233056,-74.0063311301,489.974846712,5174,1191,2694,655,003300,215459582.054,002700,11349914.9514,,0.0,003300,002700,85761.8231744,115059,21289,hub,hub,non_hub,583923.83779,4508019.30797,584591.517275,4507389.17181
+2268,2268,51,27.0,002700,,40.71307916,-73.99851193,39.0,003400,40.72955361,-73.98057249,1092.37254902,6706,1191,4203,655,003400,42933229.7541,002700,11349914.9514,,0.0,003400,002700,85761.8231744,47926,21289,hub,hub,non_hub,586085.581298,4509235.37985,584591.517275,4507389.17181
+2269,2269,576,54.0,002700,,40.71307916,-73.99851193,66.0,003601,40.72217423,-73.990293175,590.086115588,3299,1191,1613,655,003601,29191583.8104,002700,11349914.9514,,0.0,003601,002700,85761.8231744,77585,21289,hub,hub,non_hub,585274.124459,4508406.73315,584591.517275,4507389.17181
+2270,2270,127,54.0,002700,,40.71307916,-73.99851193,62.0,003602,40.724852985,-73.989265345,819.4372769,2918,1191,1586,655,003602,24941258.1161,002700,11349914.9514,,0.0,003602,002700,85761.8231744,82124,21289,hub,hub,non_hub,585357.507872,4508705.09166,584591.517275,4507389.17181
+2271,2271,269,108.0,002700,,40.71307916,-73.99851193,148.0,003700,40.7256696075,-74.0052069325,805.636867429,2401,1191,1490,655,003700,212385639.924,002700,11349914.9514,,0.0,003700,002700,85761.8231744,173333,21289,hub,hub,non_hub,584010.178026,4508780.36793,584591.517275,4507389.17181
+2272,2272,222,108.0,002700,,40.71307916,-73.99851193,160.0,003800,40.72765889,-73.988195855,799.681419824,8610,1191,5795,655,003800,67437493.5221,002700,11349914.9514,,0.0,003800,002700,85761.8231744,167230,21289,hub,hub,non_hub,585444.239635,4509017.60641,584591.517275,4507389.17181
+2273,2273,366,108.0,002700,,40.71307916,-73.99851193,106.0,003900,40.7201717475,-74.00983051,634.541048385,5253,1191,3059,655,003900,194910113.03,002700,11349914.9514,,0.0,003900,002700,85761.8231744,113624,21289,hub,hub,non_hub,583626.593058,4508165.65565,584591.517275,4507389.17181
+2274,2274,113,54.0,002700,,40.71307916,-73.99851193,66.0,004000,40.73000573,-73.98549552,1014.52669553,9801,1191,4546,655,004000,66858387.5133,002700,11349914.9514,,0.0,004000,002700,85761.8231744,99660,21289,hub,hub,non_hub,585669.269443,4509280.75306,584591.517275,4507389.17181
+2275,2275,729,54.0,002700,,40.71307916,-73.99851193,64.0,004100,40.7195529,-73.996789035,460.103249876,7793,1191,3765,655,004100,71738983.3617,002700,11349914.9514,,0.0,004100,002700,85761.8231744,114685,21289,hub,hub,non_hub,584728.836557,4508109.46034,584591.517275,4507389.17181
+2276,2276,44,27.0,002700,,40.71307916,-73.99851193,35.0,004200,40.73223272,-73.98889957,901.727272727,4988,1191,1801,655,004200,39941846.3325,002700,11349914.9514,,0.0,004200,002700,85761.8231744,50846,21289,hub,hub,non_hub,585378.96492,4509524.64843,584591.517275,4507389.17181
+2277,2277,337,54.0,002700,,40.71307916,-73.99851193,67.0,004300,40.723870235,-73.995226525,592.721513677,4267,1191,2598,655,004300,65935514.1184,002700,11349914.9514,,0.0,004300,002700,85761.8231744,95162,21289,hub,hub,non_hub,584855.320992,4508590.22212,584591.517275,4507389.17181
+2278,2278,131,54.0,002700,,40.71307916,-73.99851193,60.0,004400,40.73080269,-73.97968993,1181.74886814,17710,1191,8297,655,004400,114601147.016,002700,11349914.9514,,0.0,004400,002700,85761.8231744,106427,21289,hub,hub,non_hub,586158.498991,4509374.90208,584591.517275,4507389.17181
+2279,2279,225,27.0,002700,,40.71307916,-73.99851193,27.0,004500,40.71910537,-73.99973337,443.053333333,840,1191,582,655,004500,52009114.8865,002700,11349914.9514,,0.0,004500,002700,85761.8231744,34275,21289,hub,hub,non_hub,584480.726971,4508056.94497,584591.517275,4507389.17181
+2280,2280,82,27.0,002700,,40.71307916,-73.99851193,39.0,004700,40.72165481,-74.00234737,656.463414634,2267,1191,1586,655,004700,75477587.1594,002700,11349914.9514,,0.0,004700,002700,85761.8231744,27544,21289,hub,hub,non_hub,584256.734795,4508337.43837,584591.517275,4507389.17181
+2281,2281,28,27.0,002700,,40.71307916,-73.99851193,35.0,004800,40.73624527,-73.98473765,1385.71428571,7550,1191,3799,655,004800,74763044.6965,002700,11349914.9514,,0.0,004800,002700,85761.8231744,42567,21289,hub,hub,non_hub,585725.258797,4509974.12516,584591.517275,4507389.17181
+2282,2282,152,54.0,002700,,40.71307916,-73.99851193,73.0,004900,40.724268615,-74.000521515,723.237745098,4951,1191,3054,655,004900,103848670.177,002700,11349914.9514,,0.0,004900,002700,85761.8231744,80152,21289,hub,hub,non_hub,584407.63728,4508629.34168,584591.517275,4507389.17181
+2283,2283,82,81.0,002700,,40.71307916,-73.99851193,93.0,005000,40.7359163467,-73.9873427633,1118.60583693,5061,1191,3595,655,005000,120638459.215,002700,11349914.9514,,0.0,005000,002700,85761.8231744,111023,21289,hub,hub,non_hub,585505.709717,4509935.07175,584591.517275,4507389.17181
+2284,2284,142,54.0,002700,,40.71307916,-73.99851193,106.0,005200,40.73715585,-73.991241315,1204.45099581,4193,1191,1785,655,005200,109103391.81,002700,11349914.9514,,0.0,005200,002700,85761.8231744,159876,21289,hub,hub,non_hub,585174.941657,4510068.87544,584591.517275,4507389.17181
+2285,2285,28,27.0,002700,,40.71307916,-73.99851193,47.0,005400,40.73971301,-73.99456405,1162.46428571,4656,1191,2837,655,005400,128803552.888,002700,11349914.9514,,0.0,005400,002700,85761.8231744,73728,21289,hub,hub,non_hub,584891.129718,4510349.51956,584591.517275,4507389.17181
+2286,2286,102,27.0,002700,,40.71307916,-73.99851193,30.0,005501,40.72679454,-73.99695094,730.333333333,5079,1191,2483,655,005501,61061928.4125,002700,11349914.9514,,0.0,005501,002700,85761.8231744,57258,21289,hub,hub,non_hub,584705.980012,4508913.17477,584591.517275,4507389.17181
+2287,2287,61,27.0,002700,,40.71307916,-73.99851193,27.0,005502,40.72743423,-73.99379025,773.868852459,2383,1191,1262,655,005502,49017118.6146,002700,11349914.9514,,0.0,005502,002700,85761.8231744,55117,21289,hub,hub,non_hub,584972.085912,4508987.23863,584591.517275,4507389.17181
+2288,2288,67,54.0,002700,,40.71307916,-73.99851193,95.0,005600,40.74065347,-73.98778661,1469.83026961,2618,1191,2190,655,005600,189153355.609,002700,11349914.9514,,0.0,005600,002700,85761.8231744,113209,21289,hub,hub,non_hub,585462.168743,4510460.49357,584591.517275,4507389.17181
+2289,2289,170,54.0,002700,,40.71307916,-73.99851193,82.0,005700,40.729662915,-73.992405595,864.291005291,2937,1191,1789,655,005700,90178032.7137,002700,11349914.9514,,0.0,005700,002700,85761.8231744,156896,21289,hub,hub,non_hub,585086.179601,4509235.9788,584591.517275,4507389.17181
+2290,2290,78,54.0,002700,,40.71307916,-73.99851193,87.0,005800,40.743154205,-73.990299735,1378.43684211,3182,1191,2306,655,005800,164037511.755,002700,11349914.9514,,0.0,005800,002700,85761.8231744,130970,21289,hub,hub,non_hub,585246.786708,4510735.64918,584591.517275,4507389.17181
+2291,2291,36,27.0,002700,,40.71307916,-73.99851193,31.0,005900,40.73049393,-73.9957214,1023.88888889,5516,1191,3276,655,005900,71785177.1361,002700,11349914.9514,,0.0,005900,002700,85761.8231744,53180,21289,hub,hub,non_hub,584805.117401,4509325.01914,584591.517275,4507389.17181
+2292,2292,34,54.0,002700,,40.71307916,-73.99851193,63.0,006000,40.734822295,-73.976916765,1359.41071429,5286,1191,2459,655,006000,27468182.8943,002700,11349914.9514,,0.0,006000,002700,85761.8231744,80462,21289,hub,hub,non_hub,586387.478737,4509823.83141,584591.517275,4507389.17181
+2293,2293,279,108.0,002700,,40.71307916,-73.99851193,141.0,006100,40.73385254,-73.992357065,1026.45946651,4913,1191,2683,655,006100,91682014.33,002700,11349914.9514,,0.0,006100,002700,85761.8231744,245510,21289,hub,hub,non_hub,585084.940162,4509701.10308,584591.517275,4507389.17181
+2294,2294,10,27.0,002700,,40.71307916,-73.99851193,30.0,006200,40.7381765,-73.97738662,1613.2,4680,1191,1401,655,006200,231817485.533,002700,11349914.9514,,0.0,006200,002700,85761.8231744,33218,21289,hub,hub,non_hub,586343.467107,4510195.70961,584591.517275,4507389.17181
+2295,2295,56,81.0,002700,,40.71307916,-73.99851193,99.0,006300,40.7346940933,-73.99785666,1297.38148148,6076,1191,4277,655,006300,85447631.8451,002700,11349914.9514,,0.0,006300,002700,85761.8231744,120233,21289,hub,hub,non_hub,584619.48321,4509789.20591,584591.517275,4507389.17181
+2296,2296,27,27.0,002700,,40.71307916,-73.99851193,39.0,006400,40.73587678,-73.98205027,1400.81481481,7518,1191,5058,655,006400,95664936.1545,002700,11349914.9514,,0.0,006400,002700,85761.8231744,47750,21289,hub,hub,non_hub,585952.649806,4509935.84788,584591.517275,4507389.17181
+2297,2297,209,81.0,002700,,40.71307916,-73.99851193,106.0,006500,40.7306296367,-73.9991423,854.378317922,6517,1191,3568,655,006500,59290910.3694,002700,11349914.9514,,0.0,006500,002700,85761.8231744,125356,21289,hub,hub,non_hub,584516.067395,4509336.78488,584591.517275,4507389.17181
+2298,2298,60,54.0,002700,,40.71307916,-73.99851193,82.0,006600,40.739285505,-73.97827188,1279.38541667,11780,1191,6818,655,006600,84730469.4548,002700,11349914.9514,,0.0,006600,002700,85761.8231744,74621,21289,hub,hub,non_hub,586267.286922,4510317.94668,584591.517275,4507389.17181
+2299,2299,101,27.0,002700,,40.71307916,-73.99851193,39.0,006700,40.73038599,-74.00214988,885.336633663,4984,1191,3796,655,006700,47238039.9972,002700,11349914.9514,,0.0,006700,002700,85761.8231744,70025,21289,hub,hub,non_hub,584262.399901,4509306.84766,584591.517275,4507389.17181
+2300,2300,50,27.0,002700,,40.71307916,-73.99851193,39.0,006800,40.74025878,-73.98409214,1285.1,6735,1191,4494,655,006800,130298431.446,002700,11349914.9514,,0.0,006800,002700,85761.8231744,58926,21289,hub,hub,non_hub,585774.608423,4510420.28363,584591.517275,4507389.17181
+2301,2301,138,54.0,002700,,40.71307916,-73.99851193,67.0,006900,40.732319905,-74.0069291,1203.71796276,2687,1191,1484,655,006900,61292499.9331,002700,11349914.9514,,0.0,006900,002700,85761.8231744,130727,21289,hub,hub,non_hub,583856.38945,4509516.94969,584591.517275,4507389.17181
+2302,2302,71,81.0,002700,,40.71307916,-73.99851193,127.0,007000,40.74250285,-73.9755895533,1551.38552189,8302,1191,5669,655,007000,78634704.8451,002700,11349914.9514,,0.0,007000,002700,85761.8231744,145227,21289,hub,hub,non_hub,586489.598764,4510677.73445,584591.517275,4507389.17181
+2303,2303,45,54.0,002700,,40.71307916,-73.99851193,71.0,007100,40.736526545,-74.000108805,1287.5583004,5633,1191,3844,655,007100,68447429.2743,002700,11349914.9514,,0.0,007100,002700,85761.8231744,79459,21289,hub,hub,non_hub,584426.995774,4509990.4524,584591.517275,4507389.17181
+2304,2304,57,81.0,002700,,40.71307916,-73.99851193,126.0,007200,40.7447014833,-73.98154809,1523.88617166,7734,1191,5222,655,007200,132092861.454,002700,11349914.9514,,0.0,007200,002700,85761.8231744,157612,21289,hub,hub,non_hub,585983.687715,4510915.94446,584591.517275,4507389.17181
+2305,2305,120,54.0,002700,,40.71307916,-73.99851193,59.0,007300,40.734682705,-74.00388484,1138.06934445,5615,1191,4547,655,007300,48716185.79,002700,11349914.9514,,0.0,007300,002700,85761.8231744,92567,21289,hub,hub,non_hub,584110.479319,4509782.14883,584591.517275,4507389.17181
+2306,2306,25,54.0,002700,,40.71307916,-73.99851193,86.0,007400,40.746413585,-73.98586892,1435.24675325,4179,1191,2700,655,007400,170614202.951,002700,11349914.9514,,0.0,007400,002700,85761.8231744,81121,21289,hub,hub,non_hub,585616.696258,4511101.7763,584591.517275,4507389.17181
+2307,2307,44,54.0,002700,,40.71307916,-73.99851193,69.0,007600,40.74737476,-73.988320695,1337.7,2203,1191,1573,655,007600,242014413.464,002700,11349914.9514,,0.0,007600,002700,85761.8231744,97464,21289,hub,hub,non_hub,585408.475283,4511206.08492,584591.517275,4507389.17181
+2308,2308,32,27.0,002700,,40.71307916,-73.99851193,43.0,007700,40.7390169121,-74.0026376103,1278.65625,5404,1191,4254,655,007700,59306273.1509,002700,11349914.9514,,0.0,007700,002700,85761.8231744,79025,21289,hub,hub,non_hub,584210.329106,4510264.47156,584591.517275,4507389.17181
+2309,2309,24,27.0,002700,,40.71307916,-73.99851193,39.0,007800,40.74780373,-73.9734419,1504.41666667,7380,1191,5372,655,007800,112124597.728,002700,11349914.9514,,0.0,007800,002700,85761.8231744,59601,21289,hub,hub,non_hub,586664.043115,4511268.28888,584591.517275,4507389.17181
+2310,2310,120,135.0,002700,,40.71307916,-73.99851193,174.0,007900,40.738916514,-74.007286026,1203.99187003,4406,1191,2904,655,007900,86937368.5918,002700,11349914.9514,,0.0,007900,002700,85761.8231744,171846,21289,hub,hub,non_hub,583817.969395,4510248.87788,584591.517275,4507389.17181
+2311,2311,44,54.0,002700,,40.71307916,-73.99851193,71.0,008000,40.7485693,-73.97717991,1493.65359477,4946,1191,3730,655,008000,197763821.532,002700,11349914.9514,,0.0,008000,002700,85761.8231744,74808,21289,hub,hub,non_hub,586347.477591,4511349.58844,584591.517275,4507389.17181
+2312,2312,10,27.0,002700,,40.71307916,-73.99851193,39.0,008100,40.73935542,-73.99931783,1236.0,8675,1191,5315,655,008100,91100400.6907,002700,11349914.9514,,0.0,008100,002700,85761.8231744,53195,21289,hub,hub,non_hub,584490.204148,4510305.23824,584591.517275,4507389.17181
+2313,2313,87,81.0,002700,,40.71307916,-73.99851193,175.0,008200,40.751943054,-73.9793777242,1688.90318179,3442,1191,2534,655,008200,262405408.076,002700,11349914.9514,,0.0,008200,002700,85761.8231744,228612,21289,hub,hub,non_hub,586157.577793,4511721.93982,584591.517275,4507389.17181
+2314,2314,44,108.0,002700,,40.71307916,-73.99851193,119.0,008300,40.742591315,-74.004102785,1447.76540616,4211,1191,2321,655,008300,119862327.354,002700,11349914.9514,,0.0,008300,002700,85761.8231744,186113,21289,hub,hub,non_hub,584082.11654,4510659.85081,584591.517275,4507389.17181
+2315,2315,8,27.0,002700,,40.71307916,-73.99851193,38.0,008400,40.75038009,-73.98338988,1465.125,1726,1191,1041,655,008400,147824461.739,002700,11349914.9514,,0.0,008400,002700,85761.8231744,34199,21289,hub,hub,non_hub,585820.889203,4511544.50828,584591.517275,4507389.17181
+2316,2316,21,27.0,002700,,40.71307916,-73.99851193,43.0,008601,40.744219,-73.97121214,1698.9047619,2551,1191,1528,655,008601,31141773.9073,002700,11349914.9514,,0.0,008601,002700,85761.8231744,31961,21289,hub,hub,non_hub,586856.951039,4510872.56191,584591.517275,4507389.17181
+2317,2317,98,54.0,002700,,40.71307916,-73.99851193,78.0,008700,40.74206378,-73.995708955,1394.7109589,6671,1191,4249,655,008700,85660216.7821,002700,11349914.9514,,0.0,008700,002700,85761.8231744,152953,21289,hub,hub,non_hub,584791.475936,4510609.36503,584591.517275,4507389.17181
+2318,2318,17,54.0,002700,,40.71307916,-73.99851193,78.0,008800,40.75012189,-73.970133575,1704.58571429,6964,1191,5507,655,008800,216532475.876,002700,11349914.9514,,0.0,008800,002700,85761.8231744,43247,21289,hub,hub,non_hub,586940.323322,4511528.89362,584591.517275,4507389.17181
+2319,2319,64,81.0,002700,,40.71307916,-73.99851193,120.0,008900,40.74529008,-74.0021768567,1424.43358396,5560,1191,3511,655,008900,54419260.2723,002700,11349914.9514,,0.0,008900,002700,85761.8231744,158638,21289,hub,hub,non_hub,584241.316685,4510961.27944,584591.517275,4507389.17181
+2320,2320,37,81.0,002700,,40.71307916,-73.99851193,110.0,009000,40.75261798,-73.9703317533,1573.5952381,7026,1191,5832,655,009000,208846060.851,002700,11349914.9514,,0.0,009000,002700,85761.8231744,74531,21289,hub,hub,non_hub,586920.342162,4511805.78171,584591.517275,4507389.17181
+2321,2321,23,27.0,002700,,40.71307916,-73.99851193,39.0,009100,40.74487634,-73.99529885,1497.91304348,6415,1191,4386,655,009100,127325659.041,002700,11349914.9514,,0.0,009100,002700,85761.8231744,63878,21289,hub,hub,non_hub,584822.527687,4510921.97538,584591.517275,4507389.17181
+2322,2322,106,54.0,002700,,40.71307916,-73.99851193,110.0,009200,40.7548518863,-73.9734329075,1804.97087379,1754,1191,1461,655,009200,408192557.246,002700,11349914.9514,,0.0,009200,002700,85761.8231744,72226,21289,hub,hub,non_hub,586655.650548,4512050.69496,584591.517275,4507389.17181
+2323,2323,15,27.0,002700,,40.71307916,-73.99851193,39.0,009300,40.74475148,-73.99915362,1575.06666667,9705,1191,5585,655,009300,68528055.2433,002700,11349914.9514,,0.0,009300,002700,85761.8231744,52202,21289,hub,hub,non_hub,584497.239363,4510904.39701,584591.517275,4507389.17181
+2324,2324,8,27.0,002700,,40.71307916,-73.99851193,31.0,009400,40.75320159,-73.9779874,1542.5,29,1191,16,655,009400,299218147.811,002700,11349914.9514,,0.0,009400,002700,85761.8231744,82147,21289,hub,hub,non_hub,586273.319314,4511863.01244,584591.517275,4507389.17181
+2325,2325,44,27.0,002700,,40.71307916,-73.99851193,51.0,009500,40.746647,-73.993915,1567.02272727,3425,1191,1416,655,009500,129660033.725,002700,11349914.9514,,0.0,009500,002700,85761.8231744,57488,21289,hub,hub,non_hub,584937.108907,4511119.86954,584591.517275,4507389.17181
+2326,2326,10,81.0,002700,,40.71307916,-73.99851193,140.0,009600,40.75607603,-73.9803967167,1750.22222222,153,1191,268,655,009600,270304841.585,002700,11349914.9514,,0.0,009600,002700,85761.8231744,71527,21289,hub,hub,non_hub,586066.226062,4512179.73074,584591.517275,4507389.17181
+2327,2327,27,81.0,002700,,40.71307916,-73.99851193,99.0,009700,40.7493616033,-73.9991321067,1781.65740741,4744,1191,2827,655,009700,83018263.1602,002700,11349914.9514,,0.0,009700,002700,85761.8231744,118804,21289,hub,hub,non_hub,584493.220017,4511416.17434,584591.517275,4507389.17181
+2328,2328,19,54.0,002700,,40.71307916,-73.99851193,70.0,009800,40.755285655,-73.96667288,1842.60119048,7105,1191,5244,655,009800,115943808.909,002700,11349914.9514,,0.0,009800,002700,85761.8231744,40039,21289,hub,hub,non_hub,587225.727282,4512105.54383,584591.517275,4507389.17181
+2329,2329,153,135.0,002700,,40.71307916,-73.99851193,185.0,009900,40.7520807866,-74.0031899092,1414.34811743,3617,1191,2438,655,009900,404439511.776,002700,11349914.9514,,0.0,009900,002700,85761.8231744,208076,21289,hub,hub,non_hub,584147.226991,4511714.12465,584591.517275,4507389.17181
+2330,2330,16,81.0,002700,,40.71307916,-73.99851193,121.0,010000,40.7583696933,-73.9710287767,1792.1,1829,1191,1399,655,010000,366457143.613,002700,11349914.9514,,0.0,010000,002700,85761.8231744,72085,21289,hub,hub,non_hub,586854.014885,4512443.57459,584591.517275,4507389.17181
+2331,2331,101,81.0,002700,,40.71307916,-73.99851193,127.0,010100,40.74945622,-73.9903382667,1553.71362494,1119,1191,828,655,010100,246168211.101,002700,11349914.9514,,0.0,010100,002700,85761.8231744,183377,21289,hub,hub,non_hub,585235.486219,4511435.18064,584591.517275,4507389.17181
+2332,2332,11,54.0,002700,,40.71307916,-73.99851193,81.0,010200,40.7606694,-73.973473555,1957.5,313,1191,268,655,010200,333450202.294,002700,11349914.9514,,0.0,010200,002700,85761.8231744,46675,21289,hub,hub,non_hub,586644.664817,4512696.44233,584591.517275,4507389.17181
+2333,2333,58,54.0,002700,,40.71307916,-73.99851193,98.0,010300,40.751000495,-73.994372255,1561.02702703,1859,1191,1351,655,010300,141506056.87,002700,11349914.9514,,0.0,010300,002700,85761.8231744,221593,21289,hub,hub,non_hub,584892.968075,4511602.69644,584591.517275,4507389.17181
+2334,2334,4,54.0,002700,,40.71307916,-73.99851193,75.0,010400,40.761664375,-73.976854975,1921.25,1031,1191,1033,655,010400,363981333.295,002700,11349914.9514,,0.0,010400,002700,85761.8231744,65073,21289,hub,hub,non_hub,586357.961325,4512803.55852,584591.517275,4507389.17181
+2335,2335,7,27.0,002700,,40.71307916,-73.99851193,33.0,010602,40.75849116,-73.95920622,1671.0,4794,1191,2963,655,010602,67980898.3739,002700,11349914.9514,,0.0,010602,002700,85761.8231744,22153,21289,hub,hub,non_hub,587851.796682,4512468.82754,584591.517275,4507389.17181
+2336,2336,31,81.0,002700,,40.71307916,-73.99851193,117.0,010800,40.7591736033,-73.96613818,1932.25,8531,1191,6272,655,010800,189351523.799,002700,11349914.9514,,0.0,010800,002700,85761.8231744,79198,21289,hub,hub,non_hub,587265.778542,4512537.66689,584591.517275,4507389.17181
+2337,2337,25,54.0,002700,,40.71307916,-73.99851193,114.0,010900,40.751351715,-73.987594755,1441.53308824,182,1191,92,655,010900,228173063.011,002700,11349914.9514,,0.0,010900,002700,85761.8231744,60092,21289,hub,hub,non_hub,585464.669441,4511648.26242,584591.517275,4507389.17181
+2338,2338,6,27.0,002700,,40.71307916,-73.99851193,59.0,011201,40.7643971,-73.97371465,1886.33333333,827,1191,964,655,011201,118515444.187,002700,11349914.9514,,0.0,011201,002700,85761.8231744,41525,21289,hub,hub,non_hub,586619.474659,4513110.00718,584591.517275,4507389.17181
+2339,2339,12,27.0,002700,,40.71307916,-73.99851193,33.0,011203,40.76095756,-73.96724467,2031.16666667,1176,1191,1160,655,011203,143782379.009,002700,11349914.9514,,0.0,011203,002700,85761.8231744,48033,21289,hub,hub,non_hub,587170.050102,4512734.59972,584591.517275,4507389.17181
+2340,2340,57,108.0,002700,,40.71307916,-73.99851193,198.0,011300,40.7548008425,-73.9888010575,1489.29536125,204,1191,107,655,011300,357940519.061,002700,11349914.9514,,0.0,011300,002700,85761.8231744,236650,21289,hub,hub,non_hub,585358.423228,4512029.96675,584591.517275,4507389.17181
+2341,2341,43,54.0,002700,,40.71307916,-73.99851193,82.0,011500,40.75701407,-73.992353645,1641.66666667,2487,1191,1678,655,011500,130958459.747,002700,11349914.9514,,0.0,011500,002700,85761.8231744,103294,21289,hub,hub,non_hub,585055.712647,4512272.20178,584591.517275,4507389.17181
+2342,2342,32,54.0,002700,,40.71307916,-73.99851193,84.0,011700,40.76058799,-74.00080945,1785.03036437,2938,1191,2304,655,011700,91270705.1484,002700,11349914.9514,,0.0,011700,002700,85761.8231744,73016,21289,hub,hub,non_hub,584337.427395,4512660.77158,584591.517275,4507389.17181
+2343,2343,3,27.0,002700,,40.71307916,-73.99851193,34.0,011900,40.7568001,-73.98291153,1661.33333333,1079,1191,1121,655,011900,395254501.74,002700,11349914.9514,,0.0,011900,002700,85761.8231744,39976,21289,hub,hub,non_hub,585853.012005,4512257.64444,584591.517275,4507389.17181
+2344,2344,33,81.0,002700,,40.71307916,-73.99851193,109.0,012100,40.7598593767,-73.9914900133,1580.23947368,8366,1191,5744,655,012100,101223732.045,002700,11349914.9514,,0.0,012100,002700,85761.8231744,132767,21289,hub,hub,non_hub,585124.983126,4512588.88932,584591.517275,4507389.17181
+2345,2345,8,27.0,002700,,40.71307916,-73.99851193,51.0,012500,40.76064679,-73.98442659,1987.75,2439,1191,2096,655,012500,322911522.418,002700,11349914.9514,,0.0,012500,002700,85761.8231744,45486,21289,hub,hub,non_hub,585720.180916,4512683.17447,584591.517275,4507389.17181
+2346,2346,11,54.0,002700,,40.71307916,-73.99851193,84.0,012700,40.762485435,-73.990447135,1987.7,6437,1191,4434,655,012700,104637996.687,002700,11349914.9514,,0.0,012700,002700,85761.8231744,83393,21289,hub,hub,non_hub,585209.656415,4512881.41361,584591.517275,4507389.17181
+2347,2347,7,27.0,002700,,40.71307916,-73.99851193,24.0,012900,40.76341379,-73.99667444,1873.0,5312,1191,3621,655,012900,158698340.053,002700,11349914.9514,,0.0,012900,002700,85761.8231744,28661,21289,hub,hub,non_hub,584682.864463,4512978.43901,584591.517275,4507389.17181
+2348,2348,45,81.0,002700,,40.71307916,-73.99851193,160.0,013100,40.7621295133,-73.98215453,1573.43862257,2489,1191,2283,655,013100,405023451.28,002700,11349914.9514,,0.0,013100,002700,85761.8231744,107228,21289,hub,hub,non_hub,585910.04945,4512849.98999,584591.517275,4507389.17181
+2349,2349,26,81.0,002700,,40.71307916,-73.99851193,101.0,013300,40.7647250567,-73.9866537633,1801.63611111,5363,1191,3909,655,013300,79847412.2593,002700,11349914.9514,,0.0,013300,002700,85761.8231744,89810,21289,hub,hub,non_hub,585526.963405,4513133.71926,584591.517275,4507389.17181
+2350,2350,27,54.0,002700,,40.71307916,-73.99851193,65.0,013500,40.766984435,-73.99227308,1519.03977273,6075,1191,3935,655,013500,198199142.958,002700,11349914.9514,,0.0,013500,002700,85761.8231744,64723,21289,hub,hub,non_hub,585049.80204,4513379.06475,584591.517275,4507389.17181
+2351,2351,18,54.0,002700,,40.71307916,-73.99851193,98.0,013700,40.766109285,-73.981808355,2332.22307692,6557,1191,5442,655,013700,314878324.419,002700,11349914.9514,,0.0,013700,002700,85761.8231744,91142,21289,hub,hub,non_hub,585934.141665,4513292.1137,584591.517275,4507389.17181
+2352,2352,5,27.0,002700,,40.71307916,-73.99851193,27.0,013900,40.768254,-73.988639,1805.4,7607,1191,7359,655,013900,139918084.587,002700,11349914.9514,,0.0,013900,002700,85761.8231744,26390,21289,hub,hub,non_hub,585354.890073,4513523.52534,584591.517275,4507389.17181
+2353,2353,3,27.0,002700,,40.71307916,-73.99851193,49.0,014300,40.76590936,-73.97634151,2423.0,3,1191,0,655,014300,50027992.3322,002700,11349914.9514,,0.0,014300,002700,85761.8231744,21051,21289,hub,hub,non_hub,586395.803012,4513275.28949,584591.517275,4507389.17181
+2354,2354,8,27.0,002700,,40.71307916,-73.99851193,36.0,014500,40.76915505,-73.98191841,2323.375,5811,1191,3462,655,014500,253397343.373,002700,11349914.9514,,0.0,014500,002700,85761.8231744,68350,21289,hub,hub,non_hub,585920.929601,4513630.10902,584591.517275,4507389.17181
+2355,2355,17,27.0,002700,,40.71307916,-73.99851193,55.0,014700,40.770513,-73.988038,1773.23529412,2586,1191,1743,655,014700,70871746.8417,002700,11349914.9514,,0.0,014700,002700,85761.8231744,35099,21289,hub,hub,non_hub,585402.720353,4513774.87644,584591.517275,4507389.17181
+2356,2356,3,27.0,002700,,40.71307916,-73.99851193,36.0,015100,40.771522,-73.990541,1878.0,8105,1191,4856,655,015100,164953931.102,002700,11349914.9514,,0.0,015100,002700,85761.8231744,17578,21289,hub,hub,non_hub,585190.192062,4513884.4495,584591.517275,4507389.17181
+2357,2357,337,54.0,002700,,40.71307916,-73.99851193,70.0,031703,40.71644312,-74.014902115,871.774259468,8670,1191,4231,655,031703,332361109.355,002700,11349914.9514,,0.0,031703,002700,85761.8231744,136082,21289,hub,hub,non_hub,583202.897614,4507746.93647,584591.517275,4507389.17181
+2358,2358,437,81.0,002700,,40.71307916,-73.99851193,98.0,031704,40.7085171733,-74.0165557667,919.008964175,6610,1191,3790,655,031704,160823714.408,002700,11349914.9514,,0.0,031704,002700,85761.8231744,105244,21289,hub,hub,non_hub,583073.076824,4506865.54027,584591.517275,4507389.17181
+2359,2359,806,81.0,002700,,40.71307916,-73.99851193,85.0,000600,40.7128987867,-73.9898646367,374.428143035,11558,1191,4083,655,000600,59149181.7526,002700,11349914.9514,,0.0,000600,002700,85761.8231744,70053,21289,hub,hub,non_hub,585322.159723,4507377.5136,584591.517275,4507389.17181
+2360,2360,392,96.0,002800,,40.72521311,-73.97768752,54.0,000202,40.71318002,-73.9818904933,677.950284588,8012,7302,3598,3341,000202,37878157.9781,002800,47641507.3146,,0.0,000202,002800,35079.7536847,56352,36799,hub,hub,non_hub,585995.353038,4507416.50937,586334.816403,4508756.38709
+2361,2361,738,224.0,002800,,40.72521311,-73.97768752,258.0,000700,40.70581148,-74.0081572071,1278.77283471,7722,7302,5201,3341,000700,476954959.734,002800,47641507.3146,,0.0,000700,002800,35079.7536847,160040,36799,hub,hub,non_hub,583785.918305,4506573.16797,586334.816403,4508756.38709
+2362,2362,190,64.0,002800,,40.72521311,-73.97768752,47.0,000800,40.712414475,-73.993471545,935.188016266,10365,7302,4150,3341,000800,46479755.076,002800,47641507.3146,,0.0,000800,002800,35079.7536847,34254,36799,hub,hub,non_hub,585018.109713,4507320.25418,586334.816403,4508756.38709
+2363,2363,168,96.0,002800,,40.72521311,-73.97768752,97.0,000900,40.7024745833,-74.01224785,1437.4816134,1140,7302,939,3341,000900,404341803.896,002800,47641507.3146,,0.0,000900,002800,35079.7536847,46446,36799,hub,hub,non_hub,583444.520998,4506198.85784,586334.816403,4508756.38709
+2364,2364,119,32.0,002800,,40.72521311,-73.97768752,19.0,001002,40.71782143,-73.97628939,482.092436975,6439,7302,2346,3341,001002,22763374.2099,002800,47641507.3146,,0.0,001002,002800,35079.7536847,15916,36799,hub,hub,non_hub,586462.45635,4507937.23607,586334.816403,4508756.38709
+2365,2365,431,64.0,002800,,40.72521311,-73.97768752,46.0,001200,40.717364275,-73.982955325,468.261318601,3547,7302,1857,3341,001200,23518220.7411,002800,47641507.3146,,0.0,001200,002800,35079.7536847,36493,36799,hub,hub,non_hub,585900.031125,4507879.94738,586334.816403,4508756.38709
+2366,2366,97,32.0,002800,,40.72521311,-73.97768752,36.0,001300,40.70463334,-74.01361706,1539.6185567,3776,7302,3028,3341,001300,286606455.687,002800,47641507.3146,,0.0,001300,002800,35079.7536847,27671,36799,hub,hub,non_hub,583326.158808,4506437.19368,586334.816403,4508756.38709
+2367,2367,99,32.0,002800,,40.72521311,-73.97768752,28.0,001401,40.71559509,-73.9870295,721.98989899,3289,7302,1708,3341,001401,20168722.3199,002800,47641507.3146,,0.0,001401,002800,35079.7536847,26885,36799,hub,hub,non_hub,585558.18429,4507679.57909,586334.816403,4508756.38709
+2368,2368,76,64.0,002800,,40.72521311,-73.97768752,67.0,001501,40.70966832,-74.003597135,1241.22580645,5581,7302,3450,3341,001501,172466366.322,002800,47641507.3146,,0.0,001501,002800,35079.7536847,27425,36799,hub,hub,non_hub,584166.279828,4507005.66129,586334.816403,4508756.38709
+2369,2369,205,96.0,002800,,40.72521311,-73.97768752,123.0,001502,40.7088053467,-74.00635276,1330.61381525,7095,7302,3459,3341,001502,221282059.103,002800,47641507.3146,,0.0,001502,002800,35079.7536847,82052,36799,hub,hub,non_hub,583934.59195,4506907.22889,586334.816403,4508756.38709
+2370,2370,344,96.0,002800,,40.72521311,-73.97768752,107.0,001600,40.7153350167,-73.9943926833,863.223316235,8236,7302,3242,3341,001600,76565505.7581,002800,47641507.3146,,0.0,001600,002800,35079.7536847,82798,36799,hub,hub,non_hub,584936.591099,4507643.5622,586334.816403,4508756.38709
+2371,2371,736,128.0,002800,,40.72521311,-73.97768752,154.0,001800,40.7193657075,-73.9906468425,650.580442978,8063,7302,3489,3341,001800,60554858.5127,002800,47641507.3146,,0.0,001800,002800,35079.7536847,133306,36799,hub,hub,non_hub,585247.838585,4508094.62497,586334.816403,4508756.38709
+2372,2372,322,64.0,002800,,40.72521311,-73.97768752,46.0,002000,40.721554605,-73.977309405,379.647183642,4795,7302,1899,3341,002000,17907673.5628,002800,47641507.3146,,0.0,002000,002800,35079.7536847,31656,36799,hub,hub,non_hub,586371.478696,4508350.63994,586334.816403,4508756.38709
+2373,2373,101,128.0,002800,,40.72521311,-73.97768752,102.0,002100,40.71451321,-74.0108850975,1330.02769997,6111,7302,3038,3341,002100,273869828.705,002800,47641507.3146,,0.0,002100,002800,35079.7536847,151037,36799,hub,hub,non_hub,583544.598931,4507536.51732,586334.816403,4508756.38709
+2374,2374,232,64.0,002800,,40.72521311,-73.97768752,44.0,002201,40.71833027,-73.980972895,424.488095238,6762,7302,3030,3341,002201,37585954.9949,002800,47641507.3146,,0.0,002201,002800,35079.7536847,26391,36799,hub,hub,non_hub,586066.226443,4507989.12022,586334.816403,4508756.38709
+2375,2375,307,32.0,002800,,40.72521311,-73.97768752,31.0,002202,40.7208736,-73.98085795,281.964169381,2256,7302,1045,3341,002202,13179093.8977,002800,47641507.3146,,0.0,002202,002800,35079.7536847,23935,36799,hub,hub,non_hub,586072.658368,4508271.55961,586334.816403,4508756.38709
+2376,2376,155,64.0,002800,,40.72521311,-73.97768752,48.0,002400,40.724744875,-73.974986535,733.519191919,5775,7302,2175,3341,002400,17986635.5592,002800,47641507.3146,,0.0,002400,002800,35079.7536847,17965,36799,hub,hub,non_hub,586563.526382,4508707.06897,586334.816403,4508756.38709
+2377,2377,54,64.0,002800,,40.72521311,-73.97768752,62.0,002500,40.7111743,-73.99849582,1261.43267882,5061,7302,1917,3341,002500,22428407.6271,002800,47641507.3146,,0.0,002500,002800,35079.7536847,28216,36799,hub,hub,non_hub,584595.28909,4507177.73549,586334.816403,4508756.38709
+2378,2378,240,32.0,002800,,40.72521311,-73.97768752,31.0,002601,40.72299208,-73.97995466,269.479166667,3774,7302,1593,3341,002601,22248722.3098,002800,47641507.3146,,0.0,002601,002800,35079.7536847,22144,36799,hub,hub,non_hub,586146.216204,4508507.61099,586334.816403,4508756.38709
+2379,2379,28,32.0,002800,,40.72521311,-73.97768752,27.0,002700,40.71307916,-73.99851193,1039.60714286,1191,7302,655,3341,002700,11349914.9514,002800,47641507.3146,,0.0,002700,002800,35079.7536847,20570,36799,hub,hub,non_hub,584591.517275,4507389.17181,586334.816403,4508756.38709
+2380,2380,36,32.0,002800,,40.72521311,-73.97768752,43.0,002900,40.71602118,-73.99974372,1102.72222222,5855,7302,2420,3341,002900,200965547.24,002800,47641507.3146,,0.0,002900,002800,35079.7536847,31936,36799,hub,hub,non_hub,584483.752153,4507714.56961,586334.816403,4508756.38709
+2381,2381,384,32.0,002800,,40.72521311,-73.97768752,35.0,003001,40.72066442,-73.98517977,380.25,4301,7302,2553,3341,003001,34302720.7166,002800,47641507.3146,,0.0,003001,002800,35079.7536847,41223,36799,hub,hub,non_hub,585707.91731,4508244.11218,586334.816403,4508756.38709
+2382,2382,480,32.0,002800,,40.72521311,-73.97768752,37.0,003002,40.72217444,-73.98368779,312.508333333,3031,7302,1885,3341,003002,18686109.2263,002800,47641507.3146,,0.0,003002,002800,35079.7536847,38675,36799,hub,hub,non_hub,585831.986427,4508413.19181,586334.816403,4508756.38709
+2383,2383,141,96.0,002800,,40.72521311,-73.97768752,121.0,003100,40.7140617467,-74.0041933367,1336.67051282,2809,7302,858,3341,003100,145687012.574,002800,47641507.3146,,0.0,003100,002800,35079.7536847,81469,36799,hub,hub,non_hub,584110.388584,4507492.78891,586334.816403,4508756.38709
+2384,2384,1148,96.0,002800,,40.72521311,-73.97768752,100.0,003200,40.7260543867,-73.9823576167,406.704108763,7630,7302,4888,3341,003200,46369492.482,002800,47641507.3146,,0.0,003200,002800,35079.7536847,138064,36799,hub,hub,non_hub,585939.335766,4508845.19329,586334.816403,4508756.38709
+2385,2385,157,160.0,002800,,40.72521311,-73.97768752,173.0,003300,40.7188199801,-74.0063383827,1145.8313985,5174,7302,2694,3341,003300,215459582.054,002800,47641507.3146,,0.0,003300,002800,35079.7536847,115059,36799,hub,hub,non_hub,583923.229407,4508018.93189,586334.816403,4508756.38709
+2386,2386,1000,32.0,002800,,40.72521311,-73.97768752,39.0,003400,40.72955361,-73.98057249,319.592,6706,7302,4203,3341,003400,42933229.7541,002800,47641507.3146,,0.0,003400,002800,35079.7536847,47926,36799,hub,hub,non_hub,586085.581298,4509235.37985,586334.816403,4508756.38709
+2387,2387,481,64.0,002800,,40.72521311,-73.97768752,66.0,003601,40.72217423,-73.990293175,605.575963935,3299,7302,1613,3341,003601,29191583.8104,002800,47641507.3146,,0.0,003601,002800,35079.7536847,77585,36799,hub,hub,non_hub,585274.124459,4508406.73315,586334.816403,4508756.38709
+2388,2388,1080,64.0,002800,,40.72521311,-73.97768752,62.0,003602,40.724852985,-73.989265345,460.128874865,2918,7302,1586,3341,003602,24941258.1161,002800,47641507.3146,,0.0,003602,002800,35079.7536847,82124,36799,hub,hub,non_hub,585357.507873,4508705.09166,586334.816403,4508756.38709
+2389,2389,393,128.0,002800,,40.72521311,-73.97768752,148.0,003700,40.7256696075,-74.0052069325,1063.17180802,2401,7302,1490,3341,003700,212385639.924,002800,47641507.3146,,0.0,003700,002800,35079.7536847,173333,36799,hub,hub,non_hub,584010.178026,4508780.36793,586334.816403,4508756.38709
+2390,2390,1910,128.0,002800,,40.72521311,-73.97768752,160.0,003800,40.72765889,-73.988195855,430.06164459,8610,7302,5795,3341,003800,67437493.5221,002800,47641507.3146,,0.0,003800,002800,35079.7536847,167230,36799,hub,hub,non_hub,585444.239635,4509017.60641,586334.816403,4508756.38709
+2391,2391,65,128.0,002800,,40.72521311,-73.97768752,106.0,003900,40.7201717475,-74.00983051,1566.04069368,5253,7302,3059,3341,003900,194910113.03,002800,47641507.3146,,0.0,003900,002800,35079.7536847,113624,36799,hub,hub,non_hub,583626.593058,4508165.65565,586334.816403,4508756.38709
+2392,2392,1356,64.0,002800,,40.72521311,-73.97768752,66.0,004000,40.73000573,-73.98549552,389.091725499,9801,7302,4546,3341,004000,66858387.5133,002800,47641507.3146,,0.0,004000,002800,35079.7536847,99660,36799,hub,hub,non_hub,585669.269443,4509280.75306,586334.816403,4508756.38709
+2393,2393,364,64.0,002800,,40.72521311,-73.97768752,64.0,004100,40.7195529,-73.996789035,888.441588233,7793,7302,3765,3341,004100,71738983.3617,002800,47641507.3146,,0.0,004100,002800,35079.7536847,114685,36799,hub,hub,non_hub,584728.836557,4508109.46034,586334.816403,4508756.38709
+2394,2394,935,32.0,002800,,40.72521311,-73.97768752,35.0,004200,40.73223272,-73.98889957,509.719786096,4988,7302,1801,3341,004200,39941846.3325,002800,47641507.3146,,0.0,004200,002800,35079.7536847,50846,36799,hub,hub,non_hub,585378.96492,4509524.64843,586334.816403,4508756.38709
+2395,2395,459,64.0,002800,,40.72521311,-73.97768752,67.0,004300,40.723870235,-73.995226525,759.284726444,4267,7302,2598,3341,004300,65935514.1184,002800,47641507.3146,,0.0,004300,002800,35079.7536847,95162,36799,hub,hub,non_hub,584855.320992,4508590.22212,586334.816403,4508756.38709
+2396,2396,1152,64.0,002800,,40.72521311,-73.97768752,60.0,004400,40.73080269,-73.97968993,372.136107635,17710,7302,8297,3341,004400,114601147.016,002800,47641507.3146,,0.0,004400,002800,35079.7536847,106427,36799,hub,hub,non_hub,586158.498991,4509374.90208,586334.816403,4508756.38709
+2397,2397,87,32.0,002800,,40.72521311,-73.97768752,27.0,004500,40.71910537,-73.99973337,1003.3908046,840,7302,582,3341,004500,52009114.8865,002800,47641507.3146,,0.0,004500,002800,35079.7536847,34275,36799,hub,hub,non_hub,584480.726971,4508056.94497,586334.816403,4508756.38709
+2398,2398,40,32.0,002800,,40.72521311,-73.97768752,39.0,004700,40.72165481,-74.00234737,1070.35,2267,7302,1586,3341,004700,75477587.1594,002800,47641507.3146,,0.0,004700,002800,35079.7536847,27544,36799,hub,hub,non_hub,584256.734795,4508337.43837,586334.816403,4508756.38709
+2399,2399,221,32.0,002800,,40.72521311,-73.97768752,35.0,004800,40.73624527,-73.98473765,637.755656109,7550,7302,3799,3341,004800,74763044.6965,002800,47641507.3146,,0.0,004800,002800,35079.7536847,42567,36799,hub,hub,non_hub,585725.258797,4509974.12516,586334.816403,4508756.38709
+2400,2400,126,64.0,002800,,40.72521311,-73.97768752,73.0,004900,40.724268615,-74.000521515,1008.46567718,4951,7302,3054,3341,004900,103848670.177,002800,47641507.3146,,0.0,004900,002800,35079.7536847,80152,36799,hub,hub,non_hub,584407.63728,4508629.34168,586334.816403,4508756.38709
+2401,2401,634,96.0,002800,,40.72521311,-73.97768752,93.0,005000,40.7359163467,-73.9873427633,670.740207922,5061,7302,3595,3341,005000,120638459.215,002800,47641507.3146,,0.0,005000,002800,35079.7536847,111023,36799,hub,hub,non_hub,585505.709717,4509935.07175,586334.816403,4508756.38709
+2402,2402,723,64.0,002800,,40.72521311,-73.97768752,106.0,005200,40.73715585,-73.991241315,763.876488693,4193,7302,1785,3341,005200,109103391.81,002800,47641507.3146,,0.0,005200,002800,35079.7536847,159876,36799,hub,hub,non_hub,585174.941656,4510068.87544,586334.816403,4508756.38709
+2403,2403,281,32.0,002800,,40.72521311,-73.97768752,47.0,005400,40.73971301,-73.99456405,898.15658363,4656,7302,2837,3341,005400,128803552.888,002800,47641507.3146,,0.0,005400,002800,35079.7536847,73728,36799,hub,hub,non_hub,584891.129718,4510349.51956,586334.816403,4508756.38709
+2404,2404,310,32.0,002800,,40.72521311,-73.97768752,30.0,005501,40.72679454,-73.99695094,709.151612903,5079,7302,2483,3341,005501,61061928.4125,002800,47641507.3146,,0.0,005501,002800,35079.7536847,57258,36799,hub,hub,non_hub,584705.980012,4508913.17477,586334.816403,4508756.38709
+2405,2405,403,32.0,002800,,40.72521311,-73.97768752,27.0,005502,40.72743423,-73.99379025,585.667493797,2383,7302,1262,3341,005502,49017118.6146,002800,47641507.3146,,0.0,005502,002800,35079.7536847,55117,36799,hub,hub,non_hub,584972.085912,4508987.23863,586334.816403,4508756.38709
+2406,2406,425,64.0,002800,,40.72521311,-73.97768752,95.0,005600,40.74065347,-73.98778661,852.814761905,2618,7302,2190,3341,005600,189153355.609,002800,47641507.3146,,0.0,005600,002800,35079.7536847,113209,36799,hub,hub,non_hub,585462.168743,4510460.49357,586334.816403,4508756.38709
+2407,2407,2526,64.0,002800,,40.72521311,-73.97768752,82.0,005700,40.729662915,-73.992405595,558.862495923,2937,7302,1789,3341,005700,90178032.7137,002800,47641507.3146,,0.0,005700,002800,35079.7536847,156896,36799,hub,hub,non_hub,585086.179602,4509235.9788,586334.816403,4508756.38709
+2408,2408,309,64.0,002800,,40.72521311,-73.97768752,87.0,005800,40.743154205,-73.990299735,1005.49304365,3182,7302,2306,3341,005800,164037511.755,002800,47641507.3146,,0.0,005800,002800,35079.7536847,130970,36799,hub,hub,non_hub,585246.786708,4510735.64918,586334.816403,4508756.38709
+2409,2409,450,32.0,002800,,40.72521311,-73.97768752,31.0,005900,40.73049393,-73.9957214,631.855555556,5516,7302,3276,3341,005900,71785177.1361,002800,47641507.3146,,0.0,005900,002800,35079.7536847,53180,36799,hub,hub,non_hub,584805.117402,4509325.01914,586334.816403,4508756.38709
+2410,2410,576,64.0,002800,,40.72521311,-73.97768752,63.0,006000,40.734822295,-73.976916765,478.926307499,5286,7302,2459,3341,006000,27468182.8943,002800,47641507.3146,,0.0,006000,002800,35079.7536847,80462,36799,hub,hub,non_hub,586387.478737,4509823.83141,586334.816403,4508756.38709
+2411,2411,2297,128.0,002800,,40.72521311,-73.97768752,141.0,006100,40.73385254,-73.992357065,631.481347737,4913,7302,2683,3341,006100,91682014.33,002800,47641507.3146,,0.0,006100,002800,35079.7536847,245510,36799,hub,hub,non_hub,585084.940162,4509701.10308,586334.816403,4508756.38709
+2412,2412,174,32.0,002800,,40.72521311,-73.97768752,30.0,006200,40.7381765,-73.97738662,622.948275862,4680,7302,1401,3341,006200,231817485.533,002800,47641507.3146,,0.0,006200,002800,35079.7536847,33218,36799,hub,hub,non_hub,586343.467107,4510195.70961,586334.816403,4508756.38709
+2413,2413,620,96.0,002800,,40.72521311,-73.97768752,99.0,006300,40.7346940933,-73.99785666,784.814497939,6076,7302,4277,3341,006300,85447631.8451,002800,47641507.3146,,0.0,006300,002800,35079.7536847,120233,36799,hub,hub,non_hub,584619.48321,4509789.20591,586334.816403,4508756.38709
+2414,2414,226,32.0,002800,,40.72521311,-73.97768752,39.0,006400,40.73587678,-73.98205027,573.920353982,7518,7302,5058,3341,006400,95664936.1545,002800,47641507.3146,,0.0,006400,002800,35079.7536847,47750,36799,hub,hub,non_hub,585952.649806,4509935.84788,586334.816403,4508756.38709
+2415,2415,492,96.0,002800,,40.72521311,-73.97768752,106.0,006500,40.7306296367,-73.9991423,832.798462507,6517,7302,3568,3341,006500,59290910.3694,002800,47641507.3146,,0.0,006500,002800,35079.7536847,125356,36799,hub,hub,non_hub,584516.067395,4509336.78488,586334.816403,4508756.38709
+2416,2416,395,64.0,002800,,40.72521311,-73.97768752,82.0,006600,40.739285505,-73.97827188,676.42461257,11780,7302,6818,3341,006600,84730469.4548,002800,47641507.3146,,0.0,006600,002800,35079.7536847,74621,36799,hub,hub,non_hub,586267.286922,4510317.94668,586334.816403,4508756.38709
+2417,2417,155,32.0,002800,,40.72521311,-73.97768752,39.0,006700,40.73038599,-74.00214988,983.277419355,4984,7302,3796,3341,006700,47238039.9972,002800,47641507.3146,,0.0,006700,002800,35079.7536847,70025,36799,hub,hub,non_hub,584262.399901,4509306.84766,586334.816403,4508756.38709
+2418,2418,283,32.0,002800,,40.72521311,-73.97768752,39.0,006800,40.74025878,-73.98409214,755.060070671,6735,7302,4494,3341,006800,130298431.446,002800,47641507.3146,,0.0,006800,002800,35079.7536847,58926,36799,hub,hub,non_hub,585774.608423,4510420.28363,586334.816403,4508756.38709
+2419,2419,236,64.0,002800,,40.72521311,-73.97768752,67.0,006900,40.732319905,-74.0069291,985.502724359,2687,7302,1484,3341,006900,61292499.9331,002800,47641507.3146,,0.0,006900,002800,35079.7536847,130727,36799,hub,hub,non_hub,583856.38945,4509516.94969,586334.816403,4508756.38709
+2420,2420,419,96.0,002800,,40.72521311,-73.97768752,127.0,007000,40.7425496183,-73.9756816913,868.17170503,8302,7302,5669,3341,007000,78634704.8451,002800,47641507.3146,,0.0,007000,002800,35079.7536847,145227,36799,hub,hub,non_hub,586481.758974,4510682.83529,586334.816403,4508756.38709
+2421,2421,436,64.0,002800,,40.72521311,-73.97768752,71.0,007100,40.736526545,-74.000108805,849.935014205,5633,7302,3844,3341,007100,68447429.2743,002800,47641507.3146,,0.0,007100,002800,35079.7536847,79459,36799,hub,hub,non_hub,584426.995774,4509990.4524,586334.816403,4508756.38709
+2422,2422,314,96.0,002800,,40.72521311,-73.97768752,126.0,007200,40.7447014833,-73.98154809,946.420266596,7734,7302,5222,3341,007200,132092861.454,002800,47641507.3146,,0.0,007200,002800,35079.7536847,157612,36799,hub,hub,non_hub,585983.687715,4510915.94446,586334.816403,4508756.38709
+2423,2423,247,64.0,002800,,40.72521311,-73.97768752,59.0,007300,40.734682705,-74.00388484,937.385837563,5615,7302,4547,3341,007300,48716185.79,002800,47641507.3146,,0.0,007300,002800,35079.7536847,92567,36799,hub,hub,non_hub,584110.479319,4509782.14883,586334.816403,4508756.38709
+2424,2424,119,64.0,002800,,40.72521311,-73.97768752,86.0,007400,40.746413585,-73.98586892,1046.36121212,4179,7302,2700,3341,007400,170614202.951,002800,47641507.3146,,0.0,007400,002800,35079.7536847,81121,36799,hub,hub,non_hub,585616.696258,4511101.7763,586334.816403,4508756.38709
+2425,2425,204,64.0,002800,,40.72521311,-73.97768752,69.0,007600,40.74737476,-73.988320695,1100.31543887,2203,7302,1573,3341,007600,242014413.464,002800,47641507.3146,,0.0,007600,002800,35079.7536847,97464,36799,hub,hub,non_hub,585408.475283,4511206.08492,586334.816403,4508756.38709
+2426,2426,242,32.0,002800,,40.72521311,-73.97768752,43.0,007700,40.7390169121,-74.0026376103,922.921487603,5404,7302,4254,3341,007700,59306273.1509,002800,47641507.3146,,0.0,007700,002800,35079.7536847,79025,36799,hub,hub,non_hub,584210.329106,4510264.47156,586334.816403,4508756.38709
+2427,2427,201,32.0,002800,,40.72521311,-73.97768752,39.0,007800,40.74780373,-73.9734419,934.562189055,7380,7302,5372,3341,007800,112124597.728,002800,47641507.3146,,0.0,007800,002800,35079.7536847,59601,36799,hub,hub,non_hub,586664.043115,4511268.28888,586334.816403,4508756.38709
+2428,2428,260,160.0,002800,,40.72521311,-73.97768752,174.0,007900,40.738916514,-74.007286026,1080.4730217,4406,7302,2904,3341,007900,86937368.5918,002800,47641507.3146,,0.0,007900,002800,35079.7536847,171846,36799,hub,hub,non_hub,583817.969395,4510248.87788,586334.816403,4508756.38709
+2429,2429,144,64.0,002800,,40.72521311,-73.97768752,71.0,008000,40.7485693,-73.97717991,1043.55330116,4946,7302,3730,3341,008000,197763821.532,002800,47641507.3146,,0.0,008000,002800,35079.7536847,74808,36799,hub,hub,non_hub,586347.477591,4511349.58844,586334.816403,4508756.38709
+2430,2430,97,32.0,002800,,40.72521311,-73.97768752,39.0,008100,40.73935542,-73.99931783,969.051546392,8675,7302,5315,3341,008100,91100400.6907,002800,47641507.3146,,0.0,008100,002800,35079.7536847,53195,36799,hub,hub,non_hub,584490.204148,4510305.23824,586334.816403,4508756.38709
+2431,2431,471,96.0,002800,,40.72521311,-73.97768752,175.0,008200,40.7520133966,-73.9794998342,1127.47198068,3442,7302,2534,3341,008200,262405408.076,002800,47641507.3146,,0.0,008200,002800,35079.7536847,228612,36799,hub,hub,non_hub,586147.178714,4511729.6285,586334.816403,4508756.38709
+2432,2432,307,128.0,002800,,40.72521311,-73.97768752,119.0,008300,40.742591315,-74.004102785,1142.35504194,4211,7302,2321,3341,008300,119862327.354,002800,47641507.3146,,0.0,008300,002800,35079.7536847,186113,36799,hub,hub,non_hub,584082.11654,4510659.85081,586334.816403,4508756.38709
+2433,2433,24,32.0,002800,,40.72521311,-73.97768752,38.0,008400,40.75038009,-73.98338988,1455.625,1726,7302,1041,3341,008400,147824461.739,002800,47641507.3146,,0.0,008400,002800,35079.7536847,34199,36799,hub,hub,non_hub,585820.889203,4511544.50828,586334.816403,4508756.38709
+2434,2434,360,32.0,002800,,40.72521311,-73.97768752,43.0,008601,40.744219,-73.97121214,747.319444444,2551,7302,1528,3341,008601,31141773.9073,002800,47641507.3146,,0.0,008601,002800,35079.7536847,31961,36799,hub,hub,non_hub,586856.951039,4510872.56191,586334.816403,4508756.38709
+2435,2435,227,64.0,002800,,40.72521311,-73.97768752,78.0,008700,40.74206378,-73.995708955,983.508008658,6671,7302,4249,3341,008700,85660216.7821,002800,47641507.3146,,0.0,008700,002800,35079.7536847,152953,36799,hub,hub,non_hub,584791.475936,4510609.36503,586334.816403,4508756.38709
+2436,2436,230,64.0,002800,,40.72521311,-73.97768752,78.0,008800,40.75012189,-73.970133575,1005.83329992,6964,7302,5507,3341,008800,216532475.876,002800,47641507.3146,,0.0,008800,002800,35079.7536847,43247,36799,hub,hub,non_hub,586940.323322,4511528.89362,586334.816403,4508756.38709
+2437,2437,233,96.0,002800,,40.72521311,-73.97768752,120.0,008900,40.74529008,-74.0021768567,1077.11897043,5560,7302,3511,3341,008900,54419260.2723,002800,47641507.3146,,0.0,008900,002800,35079.7536847,158638,36799,hub,hub,non_hub,584241.316685,4510961.27944,586334.816403,4508756.38709
+2438,2438,124,96.0,002800,,40.72521311,-73.97768752,110.0,009000,40.75261798,-73.9703317533,1108.50283447,7026,7302,5832,3341,009000,208846060.851,002800,47641507.3146,,0.0,009000,002800,35079.7536847,74531,36799,hub,hub,non_hub,586920.342162,4511805.78171,586334.816403,4508756.38709
+2439,2439,76,32.0,002800,,40.72521311,-73.97768752,39.0,009100,40.74487634,-73.99529885,1099.35526316,6415,7302,4386,3341,009100,127325659.041,002800,47641507.3146,,0.0,009100,002800,35079.7536847,63878,36799,hub,hub,non_hub,584822.527687,4510921.97538,586334.816403,4508756.38709
+2440,2440,77,64.0,002800,,40.72521311,-73.97768752,110.0,009200,40.7548518863,-73.9734329075,991.74744898,1754,7302,1461,3341,009200,408192557.246,002800,47641507.3146,,0.0,009200,002800,35079.7536847,72226,36799,hub,hub,non_hub,586655.650548,4512050.69496,586334.816403,4508756.38709
+2441,2441,45,32.0,002800,,40.72521311,-73.97768752,39.0,009300,40.74475148,-73.99915362,1220.8,9705,7302,5585,3341,009300,68528055.2433,002800,47641507.3146,,0.0,009300,002800,35079.7536847,52202,36799,hub,hub,non_hub,584497.239363,4510904.39701,586334.816403,4508756.38709
+2442,2442,78,32.0,002800,,40.72521311,-73.97768752,31.0,009400,40.75320159,-73.9779874,1166.61538462,29,7302,16,3341,009400,299218147.811,002800,47641507.3146,,0.0,009400,002800,35079.7536847,82147,36799,hub,hub,non_hub,586273.319314,4511863.01244,586334.816403,4508756.38709
+2443,2443,128,32.0,002800,,40.72521311,-73.97768752,51.0,009500,40.746647,-73.993915,1102.0703125,3425,7302,1416,3341,009500,129660033.725,002800,47641507.3146,,0.0,009500,002800,35079.7536847,57488,36799,hub,hub,non_hub,584937.108907,4511119.86954,586334.816403,4508756.38709
+2444,2444,61,96.0,002800,,40.72521311,-73.97768752,140.0,009600,40.75607603,-73.9803967167,1315.03263403,153,7302,268,3341,009600,270304841.585,002800,47641507.3146,,0.0,009600,002800,35079.7536847,71527,36799,hub,hub,non_hub,586066.226062,4512179.73074,586334.816403,4508756.38709
+2445,2445,128,96.0,002800,,40.72521311,-73.97768752,99.0,009700,40.7493616033,-73.9991321067,1255.58448449,4744,7302,2827,3341,009700,83018263.1602,002800,47641507.3146,,0.0,009700,002800,35079.7536847,118804,36799,hub,hub,non_hub,584493.220017,4511416.17434,586334.816403,4508756.38709
+2446,2446,129,64.0,002800,,40.72521311,-73.97768752,70.0,009800,40.755285655,-73.96667288,1230.38330844,7105,7302,5244,3341,009800,115943808.909,002800,47641507.3146,,0.0,009800,002800,35079.7536847,40039,36799,hub,hub,non_hub,587225.727282,4512105.54383,586334.816403,4508756.38709
+2447,2447,295,160.0,002800,,40.72521311,-73.97768752,185.0,009900,40.7520807866,-74.0031899092,1293.98946246,3617,7302,2438,3341,009900,404439511.776,002800,47641507.3146,,0.0,009900,002800,35079.7536847,208076,36799,hub,hub,non_hub,584147.226991,4511714.12465,586334.816403,4508756.38709
+2448,2448,63,96.0,002800,,40.72521311,-73.97768752,121.0,010000,40.7583696933,-73.9710287767,1238.83438552,1829,7302,1399,3341,010000,366457143.613,002800,47641507.3146,,0.0,010000,002800,35079.7536847,72085,36799,hub,hub,non_hub,586854.014885,4512443.57459,586334.816403,4508756.38709
+2449,2449,319,96.0,002800,,40.72521311,-73.97768752,127.0,010100,40.74945622,-73.9903382667,1244.6873327,1119,7302,828,3341,010100,246168211.101,002800,47641507.3146,,0.0,010100,002800,35079.7536847,183377,36799,hub,hub,non_hub,585235.486219,4511435.18064,586334.816403,4508756.38709
+2450,2450,44,64.0,002800,,40.72521311,-73.97768752,81.0,010200,40.7606694,-73.973473555,1490.5,313,7302,268,3341,010200,333450202.294,002800,47641507.3146,,0.0,010200,002800,35079.7536847,46675,36799,hub,hub,non_hub,586644.664817,4512696.44233,586334.816403,4508756.38709
+2451,2451,146,64.0,002800,,40.72521311,-73.97768752,98.0,010300,40.751000495,-73.994372255,1366.68509985,1859,7302,1351,3341,010300,141506056.87,002800,47641507.3146,,0.0,010300,002800,35079.7536847,221593,36799,hub,hub,non_hub,584892.968074,4511602.69644,586334.816403,4508756.38709
+2452,2452,62,64.0,002800,,40.72521311,-73.97768752,75.0,010400,40.761664375,-73.976854975,1477.5372807,1031,7302,1033,3341,010400,363981333.295,002800,47641507.3146,,0.0,010400,002800,35079.7536847,65073,36799,hub,hub,non_hub,586357.961325,4512803.55852,586334.816403,4508756.38709
+2453,2453,72,32.0,002800,,40.72521311,-73.97768752,33.0,010602,40.75849116,-73.95920622,1342.41666667,4794,7302,2963,3341,010602,67980898.3739,002800,47641507.3146,,0.0,010602,002800,35079.7536847,22153,36799,hub,hub,non_hub,587851.796682,4512468.82754,586334.816403,4508756.38709
+2454,2454,131,96.0,002800,,40.72521311,-73.97768752,117.0,010800,40.7591736033,-73.96613818,1377.57370252,8531,7302,6272,3341,010800,189351523.799,002800,47641507.3146,,0.0,010800,002800,35079.7536847,79198,36799,hub,hub,non_hub,587265.778542,4512537.66689,586334.816403,4508756.38709
+2455,2455,81,64.0,002800,,40.72521311,-73.97768752,114.0,010900,40.751351715,-73.987594755,1149.17991239,182,7302,92,3341,010900,228173063.011,002800,47641507.3146,,0.0,010900,002800,35079.7536847,60092,36799,hub,hub,non_hub,585464.669441,4511648.26242,586334.816403,4508756.38709
+2456,2456,54,32.0,002800,,40.72521311,-73.97768752,59.0,011201,40.7643971,-73.97371465,1849.0,827,7302,964,3341,011201,118515444.187,002800,47641507.3146,,0.0,011201,002800,35079.7536847,41525,36799,hub,hub,non_hub,586619.474659,4513110.00718,586334.816403,4508756.38709
+2457,2457,55,32.0,002800,,40.72521311,-73.97768752,33.0,011203,40.76095756,-73.96724467,1455.23636364,1176,7302,1160,3341,011203,143782379.009,002800,47641507.3146,,0.0,011203,002800,35079.7536847,48033,36799,hub,hub,non_hub,587170.050102,4512734.59972,586334.816403,4508756.38709
+2458,2458,246,128.0,002800,,40.72521311,-73.97768752,198.0,011300,40.7548008425,-73.9888010575,1341.79857978,204,7302,107,3341,011300,357940519.061,002800,47641507.3146,,0.0,011300,002800,35079.7536847,236650,36799,hub,hub,non_hub,585358.423228,4512029.96675,586334.816403,4508756.38709
+2459,2459,45,64.0,002800,,40.72521311,-73.97768752,82.0,011500,40.75701407,-73.992353645,1551.93318966,2487,7302,1678,3341,011500,130958459.747,002800,47641507.3146,,0.0,011500,002800,35079.7536847,103294,36799,hub,hub,non_hub,585055.712647,4512272.20178,586334.816403,4508756.38709
+2460,2460,25,64.0,002800,,40.72521311,-73.97768752,84.0,011700,40.76058799,-74.00080945,1807.46753247,2938,7302,2304,3341,011700,91270705.1484,002800,47641507.3146,,0.0,011700,002800,35079.7536847,73016,36799,hub,hub,non_hub,584337.427395,4512660.77158,586334.816403,4508756.38709
+2461,2461,25,32.0,002800,,40.72521311,-73.97768752,34.0,011900,40.7568001,-73.98291153,1410.28,1079,7302,1121,3341,011900,395254501.74,002800,47641507.3146,,0.0,011900,002800,35079.7536847,39976,36799,hub,hub,non_hub,585853.012005,4512257.64444,586334.816403,4508756.38709
+2462,2462,106,96.0,002800,,40.72521311,-73.97768752,109.0,012100,40.7598593767,-73.9914900133,1383.91591204,8366,7302,5744,3341,012100,101223732.045,002800,47641507.3146,,0.0,012100,002800,35079.7536847,132767,36799,hub,hub,non_hub,585124.983126,4512588.88932,586334.816403,4508756.38709
+2463,2463,26,32.0,002800,,40.72521311,-73.97768752,51.0,012500,40.76064679,-73.98442659,1527.19230769,2439,7302,2096,3341,012500,322911522.418,002800,47641507.3146,,0.0,012500,002800,35079.7536847,45486,36799,hub,hub,non_hub,585720.180916,4512683.17447,586334.816403,4508756.38709
+2464,2464,114,64.0,002800,,40.72521311,-73.97768752,84.0,012700,40.762485435,-73.990447135,1298.39215686,6437,7302,4434,3341,012700,104637996.687,002800,47641507.3146,,0.0,012700,002800,35079.7536847,83393,36799,hub,hub,non_hub,585209.656415,4512881.41361,586334.816403,4508756.38709
+2465,2465,16,32.0,002800,,40.72521311,-73.97768752,24.0,012900,40.76341379,-73.99667444,1931.75,5312,7302,3621,3341,012900,158698340.053,002800,47641507.3146,,0.0,012900,002800,35079.7536847,28661,36799,hub,hub,non_hub,584682.864463,4512978.43901,586334.816403,4508756.38709
+2466,2466,76,96.0,002800,,40.72521311,-73.97768752,160.0,013100,40.7621295133,-73.98215453,1539.45277778,2489,7302,2283,3341,013100,405023451.28,002800,47641507.3146,,0.0,013100,002800,35079.7536847,107228,36799,hub,hub,non_hub,585910.04945,4512849.98999,586334.816403,4508756.38709
+2467,2467,83,96.0,002800,,40.72521311,-73.97768752,101.0,013300,40.7647250567,-73.9866537633,1579.52777778,5363,7302,3909,3341,013300,79847412.2593,002800,47641507.3146,,0.0,013300,002800,35079.7536847,89810,36799,hub,hub,non_hub,585526.963405,4513133.71926,586334.816403,4508756.38709
+2468,2468,25,64.0,002800,,40.72521311,-73.97768752,65.0,013500,40.766984435,-73.99227308,1506.02430556,6075,7302,3935,3341,013500,198199142.958,002800,47641507.3146,,0.0,013500,002800,35079.7536847,64723,36799,hub,hub,non_hub,585049.80204,4513379.06475,586334.816403,4508756.38709
+2469,2469,50,64.0,002800,,40.72521311,-73.97768752,98.0,013700,40.766109285,-73.981808355,1559.07467532,6557,7302,5442,3341,013700,314878324.419,002800,47641507.3146,,0.0,013700,002800,35079.7536847,91142,36799,hub,hub,non_hub,585934.141665,4513292.1137,586334.816403,4508756.38709
+2470,2470,21,32.0,002800,,40.72521311,-73.97768752,27.0,013900,40.768254,-73.988639,1887.23809524,7607,7302,7359,3341,013900,139918084.587,002800,47641507.3146,,0.0,013900,002800,35079.7536847,26390,36799,hub,hub,non_hub,585354.890073,4513523.52534,586334.816403,4508756.38709
+2471,2471,58,32.0,002800,,40.72521311,-73.97768752,49.0,014300,40.76590936,-73.97634151,1668.51724138,3,7302,0,3341,014300,50027992.3322,002800,47641507.3146,,0.0,014300,002800,35079.7536847,21051,36799,hub,hub,non_hub,586395.803012,4513275.28949,586334.816403,4508756.38709
+2472,2472,38,32.0,002800,,40.72521311,-73.97768752,36.0,014500,40.76915505,-73.98191841,1927.26315789,5811,7302,3462,3341,014500,253397343.373,002800,47641507.3146,,0.0,014500,002800,35079.7536847,68350,36799,hub,hub,non_hub,585920.929601,4513630.10902,586334.816403,4508756.38709
+2473,2473,29,32.0,002800,,40.72521311,-73.97768752,55.0,014700,40.770513,-73.988038,1670.65517241,2586,7302,1743,3341,014700,70871746.8417,002800,47641507.3146,,0.0,014700,002800,35079.7536847,35099,36799,hub,hub,non_hub,585402.720353,4513774.87644,586334.816403,4508756.38709
+2474,2474,7,32.0,002800,,40.72521311,-73.97768752,36.0,015100,40.771522,-73.990541,1944.71428571,8105,7302,4856,3341,015100,164953931.102,002800,47641507.3146,,0.0,015100,002800,35079.7536847,17578,36799,hub,hub,non_hub,585190.192062,4513884.4495,586334.816403,4508756.38709
+2475,2475,121,64.0,002800,,40.72521311,-73.97768752,70.0,031703,40.71644312,-74.014902115,1614.72436975,8670,7302,4231,3341,031703,332361109.355,002800,47641507.3146,,0.0,031703,002800,35079.7536847,136082,36799,hub,hub,non_hub,583202.897614,4507746.93647,586334.816403,4508756.38709
+2476,2476,72,96.0,002800,,40.72521311,-73.97768752,98.0,031704,40.7085171733,-74.0165557667,1710.06050061,6610,7302,3790,3341,031704,160823714.408,002800,47641507.3146,,0.0,031704,002800,35079.7536847,105244,36799,hub,hub,non_hub,583073.076824,4506865.54027,586334.816403,4508756.38709
+2477,2477,349,96.0,002800,,40.72521311,-73.97768752,85.0,000600,40.7128987867,-73.9898646367,746.695219745,11558,7302,4083,3341,000600,59149181.7526,002800,47641507.3146,,0.0,000600,002800,35079.7536847,70053,36799,hub,hub,non_hub,585322.159723,4507377.5136,586334.816403,4508756.38709
+2478,2478,551,129.0,002900,,40.71602118,-73.99974372,54.0,000202,40.71318002,-73.9818904933,711.371882786,8012,5855,3598,2420,000202,37878157.9781,002900,200965547.24,002900,2801672061.0,000202,002900,71372.7440394,56352,32899,hub,hub,non_hub,585995.353038,4507416.50937,584483.752153,4507714.56961
+2479,2479,1865,301.0,002900,,40.71602118,-73.99974372,258.0,000700,40.70581148,-74.0081572071,612.228624214,7722,5855,5201,2420,000700,476954959.734,002900,200965547.24,002900,2801672061.0,000700,002900,71372.7440394,160040,32899,hub,hub,non_hub,583785.918305,4506573.16797,584483.752153,4507714.56961
+2480,2480,315,86.0,002900,,40.71602118,-73.99974372,47.0,000800,40.712414475,-73.993471545,469.467789474,10365,5855,4150,2420,000800,46479755.076,002900,200965547.24,002900,2801672061.0,000800,002900,71372.7440394,34254,32899,hub,hub,non_hub,585018.109713,4507320.25418,584483.752153,4507714.56961
+2481,2481,228,129.0,002900,,40.71602118,-73.99974372,97.0,000900,40.7024745833,-74.01224785,813.605392157,1140,5855,939,2420,000900,404341803.896,002900,200965547.24,002900,2801672061.0,000900,002900,71372.7440394,46446,32899,hub,hub,non_hub,583444.520998,4506198.85784,584483.752153,4507714.56961
+2482,2482,62,43.0,002900,,40.71602118,-73.99974372,19.0,001002,40.71782143,-73.97628939,1277.66129032,6439,5855,2346,2420,001002,22763374.2099,002900,200965547.24,002900,2801672061.0,001002,002900,71372.7440394,15916,32899,hub,hub,non_hub,586462.45635,4507937.23607,584483.752153,4507714.56961
+2483,2483,177,86.0,002900,,40.71602118,-73.99974372,46.0,001200,40.717364275,-73.982955325,708.190334624,3547,5855,1857,2420,001200,23518220.7411,002900,200965547.24,002900,2801672061.0,001200,002900,71372.7440394,36493,32899,hub,hub,non_hub,585900.031125,4507879.94738,584483.752153,4507714.56961
+2484,2484,121,43.0,002900,,40.71602118,-73.99974372,36.0,001300,40.70463334,-74.01361706,899.016528926,3776,5855,3028,2420,001300,286606455.687,002900,200965547.24,002900,2801672061.0,001300,002900,71372.7440394,27671,32899,hub,hub,non_hub,583326.158808,4506437.19368,584483.752153,4507714.56961
+2485,2485,207,43.0,002900,,40.71602118,-73.99974372,28.0,001401,40.71559509,-73.9870295,542.661835749,3289,5855,1708,2420,001401,20168722.3199,002900,200965547.24,002900,2801672061.0,001401,002900,71372.7440394,26885,32899,hub,hub,non_hub,585558.18429,4507679.57909,584483.752153,4507714.56961
+2486,2486,292,86.0,002900,,40.71602118,-73.99974372,67.0,001501,40.70966832,-74.003597135,506.983232705,5581,5855,3450,2420,001501,172466366.322,002900,200965547.24,002900,2801672061.0,001501,002900,71372.7440394,27425,32899,hub,hub,non_hub,584166.279828,4507005.66129,584483.752153,4507714.56961
+2487,2487,1019,129.0,002900,,40.71602118,-73.99974372,123.0,001502,40.7088053467,-74.00635276,547.928938478,7095,5855,3459,2420,001502,221282059.103,002900,200965547.24,002900,2801672061.0,001502,002900,71372.7440394,82052,32899,hub,hub,non_hub,583934.59195,4506907.22889,584483.752153,4507714.56961
+2488,2488,776,129.0,002900,,40.71602118,-73.99974372,107.0,001600,40.7153350167,-73.9943926833,450.37752996,8236,5855,3242,2420,001600,76565505.7581,002900,200965547.24,002900,2801672061.0,001600,002900,71372.7440394,82798,32899,hub,hub,non_hub,584936.591099,4507643.5622,584483.752153,4507714.56961
+2489,2489,836,172.0,002900,,40.71602118,-73.99974372,154.0,001800,40.7193657075,-73.9906468425,604.213411792,8063,5855,3489,2420,001800,60554858.5127,002900,200965547.24,002900,2801672061.0,001800,002900,71372.7440394,133306,32899,hub,hub,non_hub,585247.838585,4508094.62497,584483.752153,4507714.56961
+2490,2490,80,86.0,002900,,40.71602118,-73.99974372,46.0,002000,40.721554605,-73.977309405,1062.77218728,4795,5855,1899,2420,002000,17907673.5628,002900,200965547.24,002900,2801672061.0,002000,002900,71372.7440394,31656,32899,hub,hub,non_hub,586371.478696,4508350.63994,584483.752153,4507714.56961
+2491,2491,1792,172.0,002900,,40.71602118,-73.99974372,102.0,002100,40.71451321,-74.0108850975,555.628138434,6111,5855,3038,2420,002100,273869828.705,002900,200965547.24,002900,2801672061.0,002100,002900,71372.7440394,151037,32899,hub,hub,non_hub,583544.598931,4507536.51732,584483.752153,4507714.56961
+2492,2492,266,86.0,002900,,40.71602118,-73.99974372,44.0,002201,40.71833027,-73.980972895,873.87025,6762,5855,3030,2420,002201,37585954.9949,002900,200965547.24,002900,2801672061.0,002201,002900,71372.7440394,26391,32899,hub,hub,non_hub,586066.226443,4507989.12022,584483.752153,4507714.56961
+2493,2493,47,43.0,002900,,40.71602118,-73.99974372,31.0,002202,40.7208736,-73.98085795,1112.17021277,2256,5855,1045,2420,002202,13179093.8977,002900,200965547.24,002900,2801672061.0,002202,002900,71372.7440394,23935,32899,hub,hub,non_hub,586072.658368,4508271.55961,584483.752153,4507714.56961
+2494,2494,52,86.0,002900,,40.71602118,-73.99974372,48.0,002400,40.724744875,-73.974986535,1075.26496674,5775,5855,2175,2420,002400,17986635.5592,002900,200965547.24,002900,2801672061.0,002400,002900,71372.7440394,17965,32899,hub,hub,non_hub,586563.526382,4508707.06897,584483.752153,4507714.56961
+2495,2495,782,86.0,002900,,40.71602118,-73.99974372,62.0,002500,40.7111743,-73.99849582,390.999916939,5061,5855,1917,2420,002500,22428407.6271,002900,200965547.24,002900,2801672061.0,002500,002900,71372.7440394,28216,32899,hub,hub,non_hub,584595.28909,4507177.73549,584483.752153,4507714.56961
+2496,2496,43,43.0,002900,,40.71602118,-73.99974372,31.0,002601,40.72299208,-73.97995466,987.976744186,3774,5855,1593,2420,002601,22248722.3098,002900,200965547.24,002900,2801672061.0,002601,002900,71372.7440394,22144,32899,hub,hub,non_hub,586146.216204,4508507.61099,584483.752153,4507714.56961
+2497,2497,226,43.0,002900,,40.71602118,-73.99974372,27.0,002700,40.71307916,-73.99851193,330.10619469,1191,5855,655,2420,002700,11349914.9514,002900,200965547.24,002900,2801672061.0,002700,002900,71372.7440394,20570,32899,hub,hub,non_hub,584591.517275,4507389.17181,584483.752153,4507714.56961
+2498,2498,46,43.0,002900,,40.71602118,-73.99974372,32.0,002800,40.72521311,-73.97768752,1111.65217391,7302,5855,3341,2420,002800,47641507.3146,002900,200965547.24,002900,2801672061.0,002800,002900,71372.7440394,36744,32899,hub,hub,non_hub,586334.816403,4508756.38709,584483.752153,4507714.56961
+2499,2499,93,43.0,002900,,40.71602118,-73.99974372,35.0,003001,40.72066442,-73.98517977,940.655913978,4301,5855,2553,2420,003001,34302720.7166,002900,200965547.24,002900,2801672061.0,003001,002900,71372.7440394,41223,32899,hub,hub,non_hub,585707.91731,4508244.11218,584483.752153,4507714.56961
+2500,2500,88,43.0,002900,,40.71602118,-73.99974372,37.0,003002,40.72217444,-73.98368779,909.454545455,3031,5855,1885,2420,003002,18686109.2263,002900,200965547.24,002900,2801672061.0,003002,002900,71372.7440394,38675,32899,hub,hub,non_hub,585831.986427,4508413.19181,584483.752153,4507714.56961
+2501,2501,1265,129.0,002900,,40.71602118,-73.99974372,121.0,003100,40.7140617467,-74.0041933367,351.506359792,2809,5855,858,2420,003100,145687012.574,002900,200965547.24,002900,2801672061.0,003100,002900,71372.7440394,81469,32899,hub,hub,non_hub,584110.388584,4507492.78891,584483.752153,4507714.56961
+2502,2502,278,129.0,002900,,40.71602118,-73.99974372,100.0,003200,40.7260543867,-73.9823576167,917.21393236,7630,5855,4888,2420,003200,46369492.482,002900,200965547.24,002900,2801672061.0,003200,002900,71372.7440394,138064,32899,hub,hub,non_hub,585939.335766,4508845.19329,584483.752153,4507714.56961
+2503,2503,1797,215.0,002900,,40.71602118,-73.99974372,173.0,003300,40.718823034,-74.0063317224,406.803827961,5174,5855,2694,2420,003300,215459582.054,002900,200965547.24,002900,2801672061.0,003300,002900,71372.7440394,115059,32899,hub,hub,non_hub,583923.788102,4508019.27725,584483.752153,4507714.56961
+2504,2504,138,43.0,002900,,40.71602118,-73.99974372,39.0,003400,40.72955361,-73.98057249,958.369565217,6706,5855,4203,2420,003400,42933229.7541,002900,200965547.24,002900,2801672061.0,003400,002900,71372.7440394,47926,32899,hub,hub,non_hub,586085.581298,4509235.37985,584483.752153,4507714.56961
+2505,2505,471,86.0,002900,,40.71602118,-73.99974372,66.0,003601,40.72217423,-73.990293175,583.207006778,3299,5855,1613,2420,003601,29191583.8104,002900,200965547.24,002900,2801672061.0,003601,002900,71372.7440394,77585,32899,hub,hub,non_hub,585274.124459,4508406.73315,584483.752153,4507714.56961
+2506,2506,352,86.0,002900,,40.71602118,-73.99974372,62.0,003602,40.724852985,-73.989265345,652.622708313,2918,5855,1586,2420,003602,24941258.1161,002900,200965547.24,002900,2801672061.0,003602,002900,71372.7440394,82124,32899,hub,hub,non_hub,585357.507872,4508705.09166,584483.752153,4507714.56961
+2507,2507,1117,172.0,002900,,40.71602118,-73.99974372,148.0,003700,40.7256696075,-74.0052069325,625.622386168,2401,5855,1490,2420,003700,212385639.924,002900,200965547.24,002900,2801672061.0,003700,002900,71372.7440394,173333,32899,hub,hub,non_hub,584010.178026,4508780.36793,584483.752153,4507714.56961
+2508,2508,444,172.0,002900,,40.71602118,-73.99974372,160.0,003800,40.72765889,-73.988195855,800.005939605,8610,5855,5795,2420,003800,67437493.5221,002900,200965547.24,002900,2801672061.0,003800,002900,71372.7440394,167230,32899,hub,hub,non_hub,585444.239635,4509017.60641,584483.752153,4507714.56961
+2509,2509,1296,172.0,002900,,40.71602118,-73.99974372,106.0,003900,40.7201717475,-74.00983051,584.64418359,5253,5855,3059,2420,003900,194910113.03,002900,200965547.24,002900,2801672061.0,003900,002900,71372.7440394,113624,32899,hub,hub,non_hub,583626.593058,4508165.65565,584483.752153,4507714.56961
+2510,2510,227,86.0,002900,,40.71602118,-73.99974372,66.0,004000,40.73000573,-73.98549552,850.592505855,9801,5855,4546,2420,004000,66858387.5133,002900,200965547.24,002900,2801672061.0,004000,002900,71372.7440394,99660,32899,hub,hub,non_hub,585669.269443,4509280.75306,584483.752153,4507714.56961
+2511,2511,1564,86.0,002900,,40.71602118,-73.99974372,64.0,004100,40.7195529,-73.996789035,405.484783648,7793,5855,3765,2420,004100,71738983.3617,002900,200965547.24,002900,2801672061.0,004100,002900,71372.7440394,114685,32899,hub,hub,non_hub,584728.836557,4508109.46034,584483.752153,4507714.56961
+2512,2512,96,43.0,002900,,40.71602118,-73.99974372,35.0,004200,40.73223272,-73.98889957,885.166666667,4988,5855,1801,2420,004200,39941846.3325,002900,200965547.24,002900,2801672061.0,004200,002900,71372.7440394,50846,32899,hub,hub,non_hub,585378.96492,4509524.64843,584483.752153,4507714.56961
+2513,2513,877,86.0,002900,,40.71602118,-73.99974372,67.0,004300,40.723870235,-73.995226525,504.509039455,4267,5855,2598,2420,004300,65935514.1184,002900,200965547.24,002900,2801672061.0,004300,002900,71372.7440394,95162,32899,hub,hub,non_hub,584855.320992,4508590.22212,584483.752153,4507714.56961
+2514,2514,264,86.0,002900,,40.71602118,-73.99974372,60.0,004400,40.73080269,-73.97968993,1044.92774742,17710,5855,8297,2420,004400,114601147.016,002900,200965547.24,002900,2801672061.0,004400,002900,71372.7440394,106427,32899,hub,hub,non_hub,586158.498991,4509374.90208,584483.752153,4507714.56961
+2515,2515,328,43.0,002900,,40.71602118,-73.99974372,27.0,004500,40.71910537,-73.99973337,309.045731707,840,5855,582,2420,004500,52009114.8865,002900,200965547.24,002900,2801672061.0,004500,002900,71372.7440394,34275,32899,hub,hub,non_hub,584480.726971,4508056.94497,584483.752153,4507714.56961
+2516,2516,306,43.0,002900,,40.71602118,-73.99974372,39.0,004700,40.72165481,-74.00234737,459.849673203,2267,5855,1586,2420,004700,75477587.1594,002900,200965547.24,002900,2801672061.0,004700,002900,71372.7440394,27544,32899,hub,hub,non_hub,584256.734795,4508337.43837,584483.752153,4507714.56961
+2517,2517,75,43.0,002900,,40.71602118,-73.99974372,35.0,004800,40.73624527,-73.98473765,1124.0,7550,5855,3799,2420,004800,74763044.6965,002900,200965547.24,002900,2801672061.0,004800,002900,71372.7440394,42567,32899,hub,hub,non_hub,585725.258797,4509974.12516,584483.752153,4507714.56961
+2518,2518,515,86.0,002900,,40.71602118,-73.99974372,73.0,004900,40.724268615,-74.000521515,557.723949198,4951,5855,3054,2420,004900,103848670.177,002900,200965547.24,002900,2801672061.0,004900,002900,71372.7440394,80152,32899,hub,hub,non_hub,584407.63728,4508629.34168,584483.752153,4507714.56961
+2519,2519,179,129.0,002900,,40.71602118,-73.99974372,93.0,005000,40.7359163467,-73.9873427633,972.205040852,5061,5855,3595,2420,005000,120638459.215,002900,200965547.24,002900,2801672061.0,005000,002900,71372.7440394,111023,32899,hub,hub,non_hub,585505.709717,4509935.07175,584483.752153,4507714.56961
+2520,2520,245,86.0,002900,,40.71602118,-73.99974372,106.0,005200,40.73715585,-73.991241315,1063.62916864,4193,5855,1785,2420,005200,109103391.81,002900,200965547.24,002900,2801672061.0,005200,002900,71372.7440394,159876,32899,hub,hub,non_hub,585174.941656,4510068.87544,584483.752153,4507714.56961
+2521,2521,58,43.0,002900,,40.71602118,-73.99974372,47.0,005400,40.73971301,-73.99456405,1179.70689655,4656,5855,2837,2420,005400,128803552.888,002900,200965547.24,002900,2801672061.0,005400,002900,71372.7440394,73728,32899,hub,hub,non_hub,584891.129718,4510349.51956,584483.752153,4507714.56961
+2522,2522,240,43.0,002900,,40.71602118,-73.99974372,30.0,005501,40.72679454,-73.99695094,657.1875,5079,5855,2483,2420,005501,61061928.4125,002900,200965547.24,002900,2801672061.0,005501,002900,71372.7440394,57258,32899,hub,hub,non_hub,584705.980012,4508913.17477,584483.752153,4507714.56961
+2523,2523,281,43.0,002900,,40.71602118,-73.99974372,27.0,005502,40.72743423,-73.99379025,617.007117438,2383,5855,1262,2420,005502,49017118.6146,002900,200965547.24,002900,2801672061.0,005502,002900,71372.7440394,55117,32899,hub,hub,non_hub,584972.085912,4508987.23863,584483.752153,4507714.56961
+2524,2524,143,86.0,002900,,40.71602118,-73.99974372,95.0,005600,40.74065347,-73.98778661,1097.63785047,2618,5855,2190,2420,005600,189153355.609,002900,200965547.24,002900,2801672061.0,005600,002900,71372.7440394,113209,32899,hub,hub,non_hub,585462.168743,4510460.49357,584483.752153,4507714.56961
+2525,2525,489,86.0,002900,,40.71602118,-73.99974372,82.0,005700,40.729662915,-73.992405595,751.573529412,2937,5855,1789,2420,005700,90178032.7137,002900,200965547.24,002900,2801672061.0,005700,002900,71372.7440394,156896,32899,hub,hub,non_hub,585086.179601,4509235.9788,584483.752153,4507714.56961
+2526,2526,101,86.0,002900,,40.71602118,-73.99974372,87.0,005800,40.743154205,-73.990299735,1270.46082949,3182,5855,2306,2420,005800,164037511.755,002900,200965547.24,002900,2801672061.0,005800,002900,71372.7440394,130970,32899,hub,hub,non_hub,585246.786708,4510735.64918,584483.752153,4507714.56961
+2527,2527,105,43.0,002900,,40.71602118,-73.99974372,31.0,005900,40.73049393,-73.9957214,837.219047619,5516,5855,3276,2420,005900,71785177.1361,002900,200965547.24,002900,2801672061.0,005900,002900,71372.7440394,53180,32899,hub,hub,non_hub,584805.117402,4509325.01914,584483.752153,4507714.56961
+2528,2528,62,86.0,002900,,40.71602118,-73.99974372,63.0,006000,40.734822295,-73.976916765,1179.98229167,5286,5855,2459,2420,006000,27468182.8943,002900,200965547.24,002900,2801672061.0,006000,002900,71372.7440394,80462,32899,hub,hub,non_hub,586387.478737,4509823.83141,584483.752153,4507714.56961
+2529,2529,692,172.0,002900,,40.71602118,-73.99974372,141.0,006100,40.73385254,-73.992357065,857.068130073,4913,5855,2683,2420,006100,91682014.33,002900,200965547.24,002900,2801672061.0,006100,002900,71372.7440394,245510,32899,hub,hub,non_hub,585084.940162,4509701.10308,584483.752153,4507714.56961
+2530,2530,34,43.0,002900,,40.71602118,-73.99974372,30.0,006200,40.7381765,-73.97738662,1382.20588235,4680,5855,1401,2420,006200,231817485.533,002900,200965547.24,002900,2801672061.0,006200,002900,71372.7440394,33218,32899,hub,hub,non_hub,586343.467107,4510195.70961,584483.752153,4507714.56961
+2531,2531,174,129.0,002900,,40.71602118,-73.99974372,99.0,006300,40.7346940933,-73.99785666,979.752391481,6076,5855,4277,2420,006300,85447631.8451,002900,200965547.24,002900,2801672061.0,006300,002900,71372.7440394,120233,32899,hub,hub,non_hub,584619.48321,4509789.20591,584483.752153,4507714.56961
+2532,2532,79,43.0,002900,,40.71602118,-73.99974372,39.0,006400,40.73587678,-73.98205027,1164.17721519,7518,5855,5058,2420,006400,95664936.1545,002900,200965547.24,002900,2801672061.0,006400,002900,71372.7440394,47750,32899,hub,hub,non_hub,585952.649806,4509935.84788,584483.752153,4507714.56961
+2533,2533,408,129.0,002900,,40.71602118,-73.99974372,106.0,006500,40.7306296367,-73.9991423,842.186180567,6517,5855,3568,2420,006500,59290910.3694,002900,200965547.24,002900,2801672061.0,006500,002900,71372.7440394,125356,32899,hub,hub,non_hub,584516.067395,4509336.78488,584483.752153,4507714.56961
+2534,2534,212,86.0,002900,,40.71602118,-73.99974372,82.0,006600,40.739285505,-73.97827188,1361.58805031,11780,5855,6818,2420,006600,84730469.4548,002900,200965547.24,002900,2801672061.0,006600,002900,71372.7440394,74621,32899,hub,hub,non_hub,586267.286922,4510317.94668,584483.752153,4507714.56961
+2535,2535,188,43.0,002900,,40.71602118,-73.99974372,39.0,006700,40.73038599,-74.00214988,859.510638298,4984,5855,3796,2420,006700,47238039.9972,002900,200965547.24,002900,2801672061.0,006700,002900,71372.7440394,70025,32899,hub,hub,non_hub,584262.399901,4509306.84766,584483.752153,4507714.56961
+2536,2536,130,43.0,002900,,40.71602118,-73.99974372,39.0,006800,40.74025878,-73.98409214,1199.3,6735,5855,4494,2420,006800,130298431.446,002900,200965547.24,002900,2801672061.0,006800,002900,71372.7440394,58926,32899,hub,hub,non_hub,585774.608423,4510420.28363,584483.752153,4507714.56961
+2537,2537,456,86.0,002900,,40.71602118,-73.99974372,67.0,006900,40.732319905,-74.0069291,1040.71458467,2687,5855,1484,2420,006900,61292499.9331,002900,200965547.24,002900,2801672061.0,006900,002900,71372.7440394,130727,32899,hub,hub,non_hub,583856.38945,4509516.94969,584483.752153,4507714.56961
+2538,2538,123,129.0,002900,,40.71602118,-73.99974372,127.0,007000,40.74250285,-73.9755895533,1306.67542253,8302,5855,5669,2420,007000,78634704.8451,002900,200965547.24,002900,2801672061.0,007000,002900,71372.7440394,145227,32899,hub,hub,non_hub,586489.598764,4510677.73445,584483.752153,4507714.56961
+2539,2539,125,86.0,002900,,40.71602118,-73.99974372,71.0,007100,40.736526545,-74.000108805,1053.63541667,5633,5855,3844,2420,007100,68447429.2743,002900,200965547.24,002900,2801672061.0,007100,002900,71372.7440394,79459,32899,hub,hub,non_hub,584426.995774,4509990.4524,584483.752153,4507714.56961
+2540,2540,147,129.0,002900,,40.71602118,-73.99974372,126.0,007200,40.7447014833,-73.98154809,1329.70842105,7734,5855,5222,2420,007200,132092861.454,002900,200965547.24,002900,2801672061.0,007200,002900,71372.7440394,157612,32899,hub,hub,non_hub,585983.687715,4510915.94446,584483.752153,4507714.56961
+2541,2541,181,86.0,002900,,40.71602118,-73.99974372,59.0,007300,40.734682705,-74.00388484,1015.67931899,5615,5855,4547,2420,007300,48716185.79,002900,200965547.24,002900,2801672061.0,007300,002900,71372.7440394,92567,32899,hub,hub,non_hub,584110.479319,4509782.14883,584483.752153,4507714.56961
+2542,2542,153,86.0,002900,,40.71602118,-73.99974372,86.0,007400,40.746413585,-73.98586892,1351.28306878,4179,5855,2700,2420,007400,170614202.951,002900,200965547.24,002900,2801672061.0,007400,002900,71372.7440394,81121,32899,hub,hub,non_hub,585616.696258,4511101.7763,584483.752153,4507714.56961
+2543,2543,151,86.0,002900,,40.71602118,-73.99974372,69.0,007600,40.74737476,-73.988320695,1322.79403153,2203,5855,1573,2420,007600,242014413.464,002900,200965547.24,002900,2801672061.0,007600,002900,71372.7440394,97464,32899,hub,hub,non_hub,585408.475283,4511206.08492,584483.752153,4507714.56961
+2544,2544,129,43.0,002900,,40.71602118,-73.99974372,43.0,007700,40.7390169121,-74.0026376103,1148.29457364,5404,5855,4254,2420,007700,59306273.1509,002900,200965547.24,002900,2801672061.0,007700,002900,71372.7440394,79025,32899,hub,hub,non_hub,584210.329106,4510264.47156,584483.752153,4507714.56961
+2545,2545,51,43.0,002900,,40.71602118,-73.99974372,39.0,007800,40.74780373,-73.9734419,1447.50980392,7380,5855,5372,2420,007800,112124597.728,002900,200965547.24,002900,2801672061.0,007800,002900,71372.7440394,59601,32899,hub,hub,non_hub,586664.043115,4511268.28888,584483.752153,4507714.56961
+2546,2546,324,215.0,002900,,40.71602118,-73.99974372,174.0,007900,40.738916514,-74.007286026,1220.16042434,4406,5855,2904,2420,007900,86937368.5918,002900,200965547.24,002900,2801672061.0,007900,002900,71372.7440394,171846,32899,hub,hub,non_hub,583817.969395,4510248.87788,584483.752153,4507714.56961
+2547,2547,74,86.0,002900,,40.71602118,-73.99974372,71.0,008000,40.7485693,-73.97717991,1423.41071429,4946,5855,3730,2420,008000,197763821.532,002900,200965547.24,002900,2801672061.0,008000,002900,71372.7440394,74808,32899,hub,hub,non_hub,586347.477591,4511349.58844,584483.752153,4507714.56961
+2548,2548,61,43.0,002900,,40.71602118,-73.99974372,39.0,008100,40.73935542,-73.99931783,1193.27868852,8675,5855,5315,2420,008100,91100400.6907,002900,200965547.24,002900,2801672061.0,008100,002900,71372.7440394,53195,32899,hub,hub,non_hub,584490.204148,4510305.23824,584483.752153,4507714.56961
+2549,2549,331,129.0,002900,,40.71602118,-73.99974372,175.0,008200,40.7519808197,-73.9794364618,1476.10118585,3442,5855,2534,2420,008200,262405408.076,002900,200965547.24,002900,2801672061.0,008200,002900,71372.7440394,228612,32899,hub,hub,non_hub,586152.570534,4511726.07443,584483.752153,4507714.56961
+2550,2550,213,172.0,002900,,40.71602118,-73.99974372,119.0,008300,40.742591315,-74.004102785,1330.93417243,4211,5855,2321,2420,008300,119862327.354,002900,200965547.24,002900,2801672061.0,008300,002900,71372.7440394,186113,32899,hub,hub,non_hub,584082.11654,4510659.85081,584483.752153,4507714.56961
+2551,2551,33,43.0,002900,,40.71602118,-73.99974372,38.0,008400,40.75038009,-73.98338988,1499.0,1726,5855,1041,2420,008400,147824461.739,002900,200965547.24,002900,2801672061.0,008400,002900,71372.7440394,34199,32899,hub,hub,non_hub,585820.889203,4511544.50828,584483.752153,4507714.56961
+2552,2552,19,43.0,002900,,40.71602118,-73.99974372,43.0,008601,40.744219,-73.97121214,1651.89473684,2551,5855,1528,2420,008601,31141773.9073,002900,200965547.24,002900,2801672061.0,008601,002900,71372.7440394,31961,32899,hub,hub,non_hub,586856.951039,4510872.56191,584483.752153,4507714.56961
+2553,2553,142,86.0,002900,,40.71602118,-73.99974372,78.0,008700,40.74206378,-73.995708955,1170.20912698,6671,5855,4249,2420,008700,85660216.7821,002900,200965547.24,002900,2801672061.0,008700,002900,71372.7440394,152953,32899,hub,hub,non_hub,584791.475936,4510609.36503,584483.752153,4507714.56961
+2554,2554,28,86.0,002900,,40.71602118,-73.99974372,78.0,008800,40.75012189,-73.970133575,1645.22820513,6964,5855,5507,2420,008800,216532475.876,002900,200965547.24,002900,2801672061.0,008800,002900,71372.7440394,43247,32899,hub,hub,non_hub,586940.323322,4511528.89362,584483.752153,4507714.56961
+2555,2555,149,129.0,002900,,40.71602118,-73.99974372,120.0,008900,40.74529008,-74.0021768567,1243.79333333,5560,5855,3511,2420,008900,54419260.2723,002900,200965547.24,002900,2801672061.0,008900,002900,71372.7440394,158638,32899,hub,hub,non_hub,584241.316685,4510961.27944,584483.752153,4507714.56961
+2556,2556,111,129.0,002900,,40.71602118,-73.99974372,110.0,009000,40.75261798,-73.9703317533,1519.87552214,7026,5855,5832,2420,009000,208846060.851,002900,200965547.24,002900,2801672061.0,009000,002900,71372.7440394,74531,32899,hub,hub,non_hub,586920.342162,4511805.78171,584483.752153,4507714.56961
+2557,2557,61,43.0,002900,,40.71602118,-73.99974372,39.0,009100,40.74487634,-73.99529885,1361.83606557,6415,5855,4386,2420,009100,127325659.041,002900,200965547.24,002900,2801672061.0,009100,002900,71372.7440394,63878,32899,hub,hub,non_hub,584822.527687,4510921.97538,584483.752153,4507714.56961
+2558,2558,53,86.0,002900,,40.71602118,-73.99974372,110.0,009200,40.7548518863,-73.9734329075,1206.94710145,1754,5855,1461,2420,009200,408192557.246,002900,200965547.24,002900,2801672061.0,009200,002900,71372.7440394,72226,32899,hub,hub,non_hub,586655.650548,4512050.69496,584483.752153,4507714.56961
+2559,2559,37,43.0,002900,,40.71602118,-73.99974372,39.0,009300,40.74475148,-73.99915362,1459.08108108,9705,5855,5585,2420,009300,68528055.2433,002900,200965547.24,002900,2801672061.0,009300,002900,71372.7440394,52202,32899,hub,hub,non_hub,584497.239363,4510904.39701,584483.752153,4507714.56961
+2560,2560,120,43.0,002900,,40.71602118,-73.99974372,31.0,009400,40.75320159,-73.9779874,1263.56666667,29,5855,16,2420,009400,299218147.811,002900,200965547.24,002900,2801672061.0,009400,002900,71372.7440394,82147,32899,hub,hub,non_hub,586273.319314,4511863.01244,584483.752153,4507714.56961
+2561,2561,62,43.0,002900,,40.71602118,-73.99974372,51.0,009500,40.746647,-73.993915,1488.74193548,3425,5855,1416,2420,009500,129660033.725,002900,200965547.24,002900,2801672061.0,009500,002900,71372.7440394,57488,32899,hub,hub,non_hub,584937.108907,4511119.86954,584483.752153,4507714.56961
+2562,2562,40,129.0,002900,,40.71602118,-73.99974372,140.0,009600,40.75607603,-73.9803967167,1290.6980057,153,5855,268,2420,009600,270304841.585,002900,200965547.24,002900,2801672061.0,009600,002900,71372.7440394,71527,32899,hub,hub,non_hub,586066.226062,4512179.73074,584483.752153,4507714.56961
+2563,2563,102,129.0,002900,,40.71602118,-73.99974372,99.0,009700,40.7493616033,-73.9991321067,1484.00664767,4744,5855,2827,2420,009700,83018263.1602,002900,200965547.24,002900,2801672061.0,009700,002900,71372.7440394,118804,32899,hub,hub,non_hub,584493.220017,4511416.17434,584483.752153,4507714.56961
+2564,2564,40,86.0,002900,,40.71602118,-73.99974372,70.0,009800,40.755285655,-73.96667288,1502.28571429,7105,5855,5244,2420,009800,115943808.909,002900,200965547.24,002900,2801672061.0,009800,002900,71372.7440394,40039,32899,hub,hub,non_hub,587225.727282,4512105.54383,584483.752153,4507714.56961
+2565,2565,236,215.0,002900,,40.71602118,-73.99974372,185.0,009900,40.7520807866,-74.0031899092,1331.91379367,3617,5855,2438,2420,009900,404439511.776,002900,200965547.24,002900,2801672061.0,009900,002900,71372.7440394,208076,32899,hub,hub,non_hub,584147.226991,4511714.12465,584483.752153,4507714.56961
+2566,2566,38,129.0,002900,,40.71602118,-73.99974372,121.0,010000,40.7583696933,-73.9710287767,1540.16428571,1829,5855,1399,2420,010000,366457143.613,002900,200965547.24,002900,2801672061.0,010000,002900,71372.7440394,72085,32899,hub,hub,non_hub,586854.014885,4512443.57459,584483.752153,4507714.56961
+2567,2567,171,129.0,002900,,40.71602118,-73.99974372,127.0,010100,40.74945622,-73.9903382667,1358.06892528,1119,5855,828,2420,010100,246168211.101,002900,200965547.24,002900,2801672061.0,010100,002900,71372.7440394,183377,32899,hub,hub,non_hub,585235.486219,4511435.18064,584483.752153,4507714.56961
+2568,2568,18,86.0,002900,,40.71602118,-73.99974372,81.0,010200,40.7606694,-73.973473555,1712.45,313,5855,268,2420,010200,333450202.294,002900,200965547.24,002900,2801672061.0,010200,002900,71372.7440394,46675,32899,hub,hub,non_hub,586644.664817,4512696.44233,584483.752153,4507714.56961
+2569,2569,158,86.0,002900,,40.71602118,-73.99974372,98.0,010300,40.751000495,-73.994372255,1322.53388541,1859,5855,1351,2420,010300,141506056.87,002900,200965547.24,002900,2801672061.0,010300,002900,71372.7440394,221593,32899,hub,hub,non_hub,584892.968074,4511602.69644,584483.752153,4507714.56961
+2570,2570,20,86.0,002900,,40.71602118,-73.99974372,75.0,010400,40.761664375,-73.976854975,1739.41414141,1031,5855,1033,2420,010400,363981333.295,002900,200965547.24,002900,2801672061.0,010400,002900,71372.7440394,65073,32899,hub,hub,non_hub,586357.961325,4512803.55852,584483.752153,4507714.56961
+2571,2571,12,43.0,002900,,40.71602118,-73.99974372,33.0,010602,40.75849116,-73.95920622,1908.83333333,4794,5855,2963,2420,010602,67980898.3739,002900,200965547.24,002900,2801672061.0,010602,002900,71372.7440394,22153,32899,hub,hub,non_hub,587851.796682,4512468.82754,584483.752153,4507714.56961
+2572,2572,48,129.0,002900,,40.71602118,-73.99974372,117.0,010800,40.7591736033,-73.96613818,1610.14074074,8531,5855,6272,2420,010800,189351523.799,002900,200965547.24,002900,2801672061.0,010800,002900,71372.7440394,79198,32899,hub,hub,non_hub,587265.778542,4512537.66689,584483.752153,4507714.56961
+2573,2573,48,86.0,002900,,40.71602118,-73.99974372,114.0,010900,40.751351715,-73.987594755,1443.65034965,182,5855,92,2420,010900,228173063.011,002900,200965547.24,002900,2801672061.0,010900,002900,71372.7440394,60092,32899,hub,hub,non_hub,585464.669441,4511648.26242,584483.752153,4507714.56961
+2574,2574,20,43.0,002900,,40.71602118,-73.99974372,59.0,011201,40.7643971,-73.97371465,1887.25,827,5855,964,2420,011201,118515444.187,002900,200965547.24,002900,2801672061.0,011201,002900,71372.7440394,41525,32899,hub,hub,non_hub,586619.474659,4513110.00718,584483.752153,4507714.56961
+2575,2575,22,43.0,002900,,40.71602118,-73.99974372,33.0,011203,40.76095756,-73.96724467,1762.86363636,1176,5855,1160,2420,011203,143782379.009,002900,200965547.24,002900,2801672061.0,011203,002900,71372.7440394,48033,32899,hub,hub,non_hub,587170.050102,4512734.59972,584483.752153,4507714.56961
+2576,2576,141,172.0,002900,,40.71602118,-73.99974372,198.0,011300,40.7548008425,-73.9888010575,1484.00447695,204,5855,107,2420,011300,357940519.061,002900,200965547.24,002900,2801672061.0,011300,002900,71372.7440394,236650,32899,hub,hub,non_hub,585358.423228,4512029.96675,584483.752153,4507714.56961
+2577,2577,86,86.0,002900,,40.71602118,-73.99974372,82.0,011500,40.75701407,-73.992353645,1487.84516129,2487,5855,1678,2420,011500,130958459.747,002900,200965547.24,002900,2801672061.0,011500,002900,71372.7440394,103294,32899,hub,hub,non_hub,585055.712647,4512272.20178,584483.752153,4507714.56961
+2578,2578,123,86.0,002900,,40.71602118,-73.99974372,84.0,011700,40.76058799,-74.00080945,1630.17654987,2938,5855,2304,2420,011700,91270705.1484,002900,200965547.24,002900,2801672061.0,011700,002900,71372.7440394,73016,32899,hub,hub,non_hub,584337.427395,4512660.77158,584483.752153,4507714.56961
+2579,2579,20,43.0,002900,,40.71602118,-73.99974372,34.0,011900,40.7568001,-73.98291153,1600.65,1079,5855,1121,2420,011900,395254501.74,002900,200965547.24,002900,2801672061.0,011900,002900,71372.7440394,39976,32899,hub,hub,non_hub,585853.012005,4512257.64444,584483.752153,4507714.56961
+2580,2580,88,129.0,002900,,40.71602118,-73.99974372,109.0,012100,40.7598593767,-73.9914900133,1456.63690476,8366,5855,5744,2420,012100,101223732.045,002900,200965547.24,002900,2801672061.0,012100,002900,71372.7440394,132767,32899,hub,hub,non_hub,585124.983126,4512588.88932,584483.752153,4507714.56961
+2581,2581,20,43.0,002900,,40.71602118,-73.99974372,51.0,012500,40.76064679,-73.98442659,1544.9,2439,5855,2096,2420,012500,322911522.418,002900,200965547.24,002900,2801672061.0,012500,002900,71372.7440394,45486,32899,hub,hub,non_hub,585720.180916,4512683.17447,584483.752153,4507714.56961
+2582,2582,59,86.0,002900,,40.71602118,-73.99974372,84.0,012700,40.762485435,-73.990447135,1498.0483871,6437,5855,4434,2420,012700,104637996.687,002900,200965547.24,002900,2801672061.0,012700,002900,71372.7440394,83393,32899,hub,hub,non_hub,585209.656415,4512881.41361,584483.752153,4507714.56961
+2583,2583,39,43.0,002900,,40.71602118,-73.99974372,24.0,012900,40.76341379,-73.99667444,1845.82051282,5312,5855,3621,2420,012900,158698340.053,002900,200965547.24,002900,2801672061.0,012900,002900,71372.7440394,28661,32899,hub,hub,non_hub,584682.864463,4512978.43901,584483.752153,4507714.56961
+2584,2584,79,129.0,002900,,40.71602118,-73.99974372,160.0,013100,40.7621295133,-73.98215453,1538.10683761,2489,5855,2283,2420,013100,405023451.28,002900,200965547.24,002900,2801672061.0,013100,002900,71372.7440394,107228,32899,hub,hub,non_hub,585910.049449,4512849.98999,584483.752153,4507714.56961
+2585,2585,60,129.0,002900,,40.71602118,-73.99974372,101.0,013300,40.7647250567,-73.9866537633,1599.4037037,5363,5855,3909,2420,013300,79847412.2593,002900,200965547.24,002900,2801672061.0,013300,002900,71372.7440394,89810,32899,hub,hub,non_hub,585526.963405,4513133.71926,584483.752153,4507714.56961
+2586,2586,88,86.0,002900,,40.71602118,-73.99974372,65.0,013500,40.766984435,-73.99227308,1397.62606838,6075,5855,3935,2420,013500,198199142.958,002900,200965547.24,002900,2801672061.0,013500,002900,71372.7440394,64723,32899,hub,hub,non_hub,585049.80204,4513379.06475,584483.752153,4507714.56961
+2587,2587,56,86.0,002900,,40.71602118,-73.99974372,98.0,013700,40.766109285,-73.981808355,1456.26451613,6557,5855,5442,2420,013700,314878324.419,002900,200965547.24,002900,2801672061.0,013700,002900,71372.7440394,91142,32899,hub,hub,non_hub,585934.141665,4513292.1137,584483.752153,4507714.56961
+2588,2588,23,43.0,002900,,40.71602118,-73.99974372,27.0,013900,40.768254,-73.988639,1564.47826087,7607,5855,7359,2420,013900,139918084.587,002900,200965547.24,002900,2801672061.0,013900,002900,71372.7440394,26390,32899,hub,hub,non_hub,585354.890073,4513523.52534,584483.752153,4507714.56961
+2589,2589,14,43.0,002900,,40.71602118,-73.99974372,49.0,014300,40.76590936,-73.97634151,1917.64285714,3,5855,0,2420,014300,50027992.3322,002900,200965547.24,002900,2801672061.0,014300,002900,71372.7440394,21051,32899,hub,hub,non_hub,586395.803012,4513275.28949,584483.752153,4507714.56961
+2590,2590,49,43.0,002900,,40.71602118,-73.99974372,36.0,014500,40.76915505,-73.98191841,1898.2244898,5811,5855,3462,2420,014500,253397343.373,002900,200965547.24,002900,2801672061.0,014500,002900,71372.7440394,68350,32899,hub,hub,non_hub,585920.929601,4513630.10902,584483.752153,4507714.56961
+2591,2591,37,43.0,002900,,40.71602118,-73.99974372,55.0,014700,40.770513,-73.988038,1751.89189189,2586,5855,1743,2420,014700,70871746.8417,002900,200965547.24,002900,2801672061.0,014700,002900,71372.7440394,35099,32899,hub,hub,non_hub,585402.720353,4513774.87644,584483.752153,4507714.56961
+2592,2592,10,43.0,002900,,40.71602118,-73.99974372,36.0,015100,40.771522,-73.990541,2003.7,8105,5855,4856,2420,015100,164953931.102,002900,200965547.24,002900,2801672061.0,015100,002900,71372.7440394,17578,32899,hub,hub,non_hub,585190.192062,4513884.4495,584483.752153,4507714.56961
+2593,2593,611,86.0,002900,,40.71602118,-73.99974372,70.0,031703,40.71644312,-74.014902115,823.515307479,8670,5855,4231,2420,031703,332361109.355,002900,200965547.24,002900,2801672061.0,031703,002900,71372.7440394,136082,32899,hub,hub,non_hub,583202.897614,4507746.93647,584483.752153,4507714.56961
+2594,2594,576,129.0,002900,,40.71602118,-73.99974372,98.0,031704,40.7085171733,-74.0165557667,981.04814728,6610,5855,3790,2420,031704,160823714.408,002900,200965547.24,002900,2801672061.0,031704,002900,71372.7440394,105244,32899,hub,hub,non_hub,583073.076824,4506865.54027,584483.752153,4507714.56961
+2595,2595,1219,129.0,002900,,40.71602118,-73.99974372,85.0,000600,40.7128987867,-73.9898646367,487.372303477,11558,5855,4083,2420,000600,59149181.7526,002900,200965547.24,002900,2801672061.0,000600,002900,71372.7440394,70053,32899,hub,hub,non_hub,585322.159723,4507377.5136,584483.752153,4507714.56961
+2596,2596,459,105.0,003001,,40.72066442,-73.98517977,54.0,000202,40.71318002,-73.9818904933,592.024500667,8012,4301,3598,2553,000202,37878157.9781,003001,34302720.7166,,0.0,000202,003001,67036.3667508,56352,42639,hub,hub,non_hub,585995.353038,4507416.50937,585707.91731,4508244.11218
+2597,2597,849,245.0,003001,,40.72066442,-73.98517977,258.0,000700,40.70581148,-74.0081572071,1114.77618044,7722,4301,5201,2553,000700,476954959.734,003001,34302720.7166,,0.0,000700,003001,67036.3667508,160040,42639,hub,hub,non_hub,583785.918305,4506573.16797,585707.91731,4508244.11218
+2598,2598,489,70.0,003001,,40.72066442,-73.98517977,47.0,000800,40.712414475,-73.993471545,653.956730769,10365,4301,4150,2553,000800,46479755.076,003001,34302720.7166,,0.0,000800,003001,67036.3667508,34254,42639,hub,hub,non_hub,585018.109713,4507320.25418,585707.91731,4508244.11218
+2599,2599,220,105.0,003001,,40.72066442,-73.98517977,97.0,000900,40.7024745833,-74.01224785,1191.10304666,1140,4301,939,2553,000900,404341803.896,003001,34302720.7166,,0.0,000900,003001,67036.3667508,46446,42639,hub,hub,non_hub,583444.520998,4506198.85784,585707.91731,4508244.11218
+2600,2600,266,35.0,003001,,40.72066442,-73.98517977,19.0,001002,40.71782143,-73.97628939,545.657894737,6439,4301,2346,2553,001002,22763374.2099,003001,34302720.7166,,0.0,001002,003001,67036.3667508,15916,42639,hub,hub,non_hub,586462.45635,4507937.23607,585707.91731,4508244.11218
+2601,2601,632,70.0,003001,,40.72066442,-73.98517977,46.0,001200,40.717364275,-73.982955325,454.101033282,3547,4301,1857,2553,001200,23518220.7411,003001,34302720.7166,,0.0,001200,003001,67036.3667508,36493,42639,hub,hub,non_hub,585900.031125,4507879.94738,585707.91731,4508244.11218
+2602,2602,74,35.0,003001,,40.72066442,-73.98517977,36.0,001300,40.70463334,-74.01361706,962.648648649,3776,4301,3028,2553,001300,286606455.687,003001,34302720.7166,,0.0,001300,003001,67036.3667508,27671,42639,hub,hub,non_hub,583326.158808,4506437.19368,585707.91731,4508244.11218
+2603,2603,336,35.0,003001,,40.72066442,-73.98517977,28.0,001401,40.71559509,-73.9870295,424.488095238,3289,4301,1708,2553,001401,20168722.3199,003001,34302720.7166,,0.0,001401,003001,67036.3667508,26885,42639,hub,hub,non_hub,585558.18429,4507679.57909,585707.91731,4508244.11218
+2604,2604,174,70.0,003001,,40.72066442,-73.98517977,67.0,001501,40.70966832,-74.003597135,995.521478328,5581,4301,3450,2553,001501,172466366.322,003001,34302720.7166,,0.0,001501,003001,67036.3667508,27425,42639,hub,hub,non_hub,584166.279828,4507005.66129,585707.91731,4508244.11218
+2605,2605,327,105.0,003001,,40.72066442,-73.98517977,123.0,001502,40.7088053467,-74.00635276,1027.74585321,7095,4301,3459,2553,001502,221282059.103,003001,34302720.7166,,0.0,001502,003001,67036.3667508,82052,42639,hub,hub,non_hub,583934.59195,4506907.22889,585707.91731,4508244.11218
+2606,2606,734,105.0,003001,,40.72066442,-73.98517977,107.0,001600,40.7153350167,-73.9943926833,586.753282957,8236,4301,3242,2553,001600,76565505.7581,003001,34302720.7166,,0.0,001600,003001,67036.3667508,82798,42639,hub,hub,non_hub,584936.591099,4507643.5622,585707.91731,4508244.11218
+2607,2607,1752,140.0,003001,,40.72066442,-73.98517977,154.0,001800,40.7193657075,-73.9906468425,385.004461321,8063,4301,3489,2553,001800,60554858.5127,003001,34302720.7166,,0.0,001800,003001,67036.3667508,133306,42639,hub,hub,non_hub,585247.838585,4508094.62497,585707.91731,4508244.11218
+2608,2608,318,70.0,003001,,40.72066442,-73.98517977,46.0,002000,40.721554605,-73.977309405,366.29906468,4795,4301,1899,2553,002000,17907673.5628,003001,34302720.7166,,0.0,002000,003001,67036.3667508,31656,42639,hub,hub,non_hub,586371.478696,4508350.63994,585707.91731,4508244.11218
+2609,2609,289,140.0,003001,,40.72066442,-73.98517977,102.0,002100,40.71451321,-74.0108850975,1169.98368569,6111,4301,3038,2553,002100,273869828.705,003001,34302720.7166,,0.0,002100,003001,67036.3667508,151037,42639,hub,hub,non_hub,583544.598931,4507536.51732,585707.91731,4508244.11218
+2610,2610,279,70.0,003001,,40.72066442,-73.98517977,44.0,002201,40.71833027,-73.980972895,611.666666667,6762,4301,3030,2553,002201,37585954.9949,003001,34302720.7166,,0.0,002201,003001,67036.3667508,26391,42639,hub,hub,non_hub,586066.226443,4507989.12022,585707.91731,4508244.11218
+2611,2611,336,35.0,003001,,40.72066442,-73.98517977,31.0,002202,40.7208736,-73.98085795,318.800595238,2256,4301,1045,2553,002202,13179093.8977,003001,34302720.7166,,0.0,002202,003001,67036.3667508,23935,42639,hub,hub,non_hub,586072.658368,4508271.55961,585707.91731,4508244.11218
+2612,2612,146,70.0,003001,,40.72066442,-73.98517977,48.0,002400,40.724744875,-73.974986535,643.358077059,5775,4301,2175,2553,002400,17986635.5592,003001,34302720.7166,,0.0,002400,003001,67036.3667508,17965,42639,hub,hub,non_hub,586563.526382,4508707.06897,585707.91731,4508244.11218
+2613,2613,207,70.0,003001,,40.72066442,-73.98517977,62.0,002500,40.7111743,-73.99849582,718.918154762,5061,4301,1917,2553,002500,22428407.6271,003001,34302720.7166,,0.0,002500,003001,67036.3667508,28216,42639,hub,hub,non_hub,584595.28909,4507177.73549,585707.91731,4508244.11218
+2614,2614,363,35.0,003001,,40.72066442,-73.98517977,31.0,002601,40.72299208,-73.97995466,315.074380165,3774,4301,1593,2553,002601,22248722.3098,003001,34302720.7166,,0.0,002601,003001,67036.3667508,22144,42639,hub,hub,non_hub,586146.216204,4508507.61099,585707.91731,4508244.11218
+2615,2615,108,35.0,003001,,40.72066442,-73.98517977,27.0,002700,40.71307916,-73.99851193,699.407407407,1191,4301,655,2553,002700,11349914.9514,003001,34302720.7166,,0.0,002700,003001,67036.3667508,20570,42639,hub,hub,non_hub,584591.517275,4507389.17181,585707.91731,4508244.11218
+2616,2616,377,35.0,003001,,40.72066442,-73.98517977,32.0,002800,40.72521311,-73.97768752,464.297082228,7302,4301,3341,2553,002800,47641507.3146,003001,34302720.7166,,0.0,002800,003001,67036.3667508,36744,42639,hub,hub,non_hub,586334.816403,4508756.38709,585707.91731,4508244.11218
+2617,2617,113,35.0,003001,,40.72066442,-73.98517977,43.0,002900,40.71602118,-73.99974372,821.548672566,5855,4301,2420,2553,002900,200965547.24,003001,34302720.7166,,0.0,002900,003001,67036.3667508,31936,42639,hub,hub,non_hub,584483.752153,4507714.56961,585707.91731,4508244.11218
+2618,2618,281,35.0,003001,,40.72066442,-73.98517977,37.0,003002,40.72217444,-73.98368779,519.263345196,3031,4301,1885,2553,003002,18686109.2263,003001,34302720.7166,,0.0,003002,003001,67036.3667508,38675,42639,hub,hub,non_hub,585831.986427,4508413.19181,585707.91731,4508244.11218
+2619,2619,337,105.0,003001,,40.72066442,-73.98517977,121.0,003100,40.7140617467,-74.0041933367,916.933839681,2809,4301,858,2553,003100,145687012.574,003001,34302720.7166,,0.0,003100,003001,67036.3667508,81469,42639,hub,hub,non_hub,584110.388584,4507492.78891,585707.91731,4508244.11218
+2620,2620,1597,105.0,003001,,40.72066442,-73.98517977,100.0,003200,40.7260543867,-73.9823576167,377.811538771,7630,4301,4888,2553,003200,46369492.482,003001,34302720.7166,,0.0,003200,003001,67036.3667508,138064,42639,hub,hub,non_hub,585939.335766,4508845.19329,585707.91731,4508244.11218
+2621,2621,471,175.0,003001,,40.72066442,-73.98517977,173.0,003300,40.7188241086,-74.0063293786,1042.59436432,5174,4301,2694,2553,003300,215459582.054,003001,34302720.7166,,0.0,003300,003001,67036.3667508,115059,42639,hub,hub,non_hub,583923.984711,4508019.39879,585707.91731,4508244.11218
+2622,2622,610,35.0,003001,,40.72066442,-73.98517977,39.0,003400,40.72955361,-73.98057249,502.854098361,6706,4301,4203,2553,003400,42933229.7541,003001,34302720.7166,,0.0,003400,003001,67036.3667508,47926,42639,hub,hub,non_hub,586085.581298,4509235.37985,585707.91731,4508244.11218
+2623,2623,2048,70.0,003001,,40.72066442,-73.98517977,66.0,003601,40.72217423,-73.990293175,302.298180096,3299,4301,1613,2553,003601,29191583.8104,003001,34302720.7166,,0.0,003601,003001,67036.3667508,77585,42639,hub,hub,non_hub,585274.124459,4508406.73315,585707.91731,4508244.11218
+2624,2624,603,70.0,003001,,40.72066442,-73.98517977,62.0,003602,40.724852985,-73.989265345,418.161359127,2918,4301,1586,2553,003602,24941258.1161,003001,34302720.7166,,0.0,003602,003001,67036.3667508,82124,42639,hub,hub,non_hub,585357.507872,4508705.09166,585707.91731,4508244.11218
+2625,2625,967,140.0,003001,,40.72066442,-73.98517977,148.0,003700,40.7256696075,-74.0052069325,828.25790295,2401,4301,1490,2553,003700,212385639.924,003001,34302720.7166,,0.0,003700,003001,67036.3667508,173333,42639,hub,hub,non_hub,584010.178026,4508780.36793,585707.91731,4508244.11218
+2626,2626,1801,140.0,003001,,40.72066442,-73.98517977,160.0,003800,40.72765889,-73.988195855,489.167974498,8610,4301,5795,2553,003800,67437493.5221,003001,34302720.7166,,0.0,003800,003001,67036.3667508,167230,42639,hub,hub,non_hub,585444.239635,4509017.60641,585707.91731,4508244.11218
+2627,2627,160,140.0,003001,,40.72066442,-73.98517977,106.0,003900,40.7201717475,-74.00983051,1097.15750052,5253,4301,3059,2553,003900,194910113.03,003001,34302720.7166,,0.0,003900,003001,67036.3667508,113624,42639,hub,hub,non_hub,583626.593058,4508165.65565,585707.91731,4508244.11218
+2628,2628,899,70.0,003001,,40.72066442,-73.98517977,66.0,004000,40.73000573,-73.98549552,567.599778626,9801,4301,4546,2553,004000,66858387.5133,003001,34302720.7166,,0.0,004000,003001,67036.3667508,99660,42639,hub,hub,non_hub,585669.269443,4509280.75306,585707.91731,4508244.11218
+2629,2629,1294,70.0,003001,,40.72066442,-73.98517977,64.0,004100,40.7195529,-73.996789035,612.587116584,7793,4301,3765,2553,004100,71738983.3617,003001,34302720.7166,,0.0,004100,003001,67036.3667508,114685,42639,hub,hub,non_hub,584728.836557,4508109.46034,585707.91731,4508244.11218
+2630,2630,383,35.0,003001,,40.72066442,-73.98517977,35.0,004200,40.73223272,-73.98889957,722.459530026,4988,4301,1801,2553,004200,39941846.3325,003001,34302720.7166,,0.0,004200,003001,67036.3667508,50846,42639,hub,hub,non_hub,585378.96492,4509524.64843,585707.91731,4508244.11218
+2631,2631,2196,70.0,003001,,40.72066442,-73.98517977,67.0,004300,40.723870235,-73.995226525,449.255916294,4267,4301,2598,2553,004300,65935514.1184,003001,34302720.7166,,0.0,004300,003001,67036.3667508,95162,42639,hub,hub,non_hub,584855.320992,4508590.22212,585707.91731,4508244.11218
+2632,2632,809,70.0,003001,,40.72066442,-73.98517977,60.0,004400,40.73080269,-73.97968993,548.973165786,17710,4301,8297,2553,004400,114601147.016,003001,34302720.7166,,0.0,004400,003001,67036.3667508,106427,42639,hub,hub,non_hub,586158.498991,4509374.90208,585707.91731,4508244.11218
+2633,2633,265,35.0,003001,,40.72066442,-73.98517977,27.0,004500,40.71910537,-73.99973337,696.158490566,840,4301,582,2553,004500,52009114.8865,003001,34302720.7166,,0.0,004500,003001,67036.3667508,34275,42639,hub,hub,non_hub,584480.726971,4508056.94497,585707.91731,4508244.11218
+2634,2634,212,35.0,003001,,40.72066442,-73.98517977,39.0,004700,40.72165481,-74.00234737,738.712264151,2267,4301,1586,2553,004700,75477587.1594,003001,34302720.7166,,0.0,004700,003001,67036.3667508,27544,42639,hub,hub,non_hub,584256.734795,4508337.43837,585707.91731,4508244.11218
+2635,2635,164,35.0,003001,,40.72066442,-73.98517977,35.0,004800,40.73624527,-73.98473765,844.597560976,7550,4301,3799,2553,004800,74763044.6965,003001,34302720.7166,,0.0,004800,003001,67036.3667508,42567,42639,hub,hub,non_hub,585725.258797,4509974.12516,585707.91731,4508244.11218
+2636,2636,779,70.0,003001,,40.72066442,-73.98517977,73.0,004900,40.724268615,-74.000521515,671.948555112,4951,4301,3054,2553,004900,103848670.177,003001,34302720.7166,,0.0,004900,003001,67036.3667508,80152,42639,hub,hub,non_hub,584407.63728,4508629.34168,585707.91731,4508244.11218
+2637,2637,558,105.0,003001,,40.72066442,-73.98517977,93.0,005000,40.7359163467,-73.9873427633,805.679553992,5061,4301,3595,2553,005000,120638459.215,003001,34302720.7166,,0.0,005000,003001,67036.3667508,111023,42639,hub,hub,non_hub,585505.709717,4509935.07175,585707.91731,4508244.11218
+2638,2638,665,70.0,003001,,40.72066442,-73.98517977,106.0,005200,40.73715585,-73.991241315,933.684965636,4193,4301,1785,2553,005200,109103391.81,003001,34302720.7166,,0.0,005200,003001,67036.3667508,159876,42639,hub,hub,non_hub,585174.941656,4510068.87544,585707.91731,4508244.11218
+2639,2639,243,35.0,003001,,40.72066442,-73.98517977,47.0,005400,40.73971301,-73.99456405,1020.82304527,4656,4301,2837,2553,005400,128803552.888,003001,34302720.7166,,0.0,005400,003001,67036.3667508,73728,42639,hub,hub,non_hub,584891.129718,4510349.51956,585707.91731,4508244.11218
+2640,2640,407,35.0,003001,,40.72066442,-73.98517977,30.0,005501,40.72679454,-73.99695094,593.339066339,5079,4301,2483,2553,005501,61061928.4125,003001,34302720.7166,,0.0,005501,003001,67036.3667508,57258,42639,hub,hub,non_hub,584705.980012,4508913.17477,585707.91731,4508244.11218
+2641,2641,587,35.0,003001,,40.72066442,-73.98517977,27.0,005502,40.72743423,-73.99379025,538.521294719,2383,4301,1262,2553,005502,49017118.6146,003001,34302720.7166,,0.0,005502,003001,67036.3667508,55117,42639,hub,hub,non_hub,584972.085912,4508987.23863,585707.91731,4508244.11218
+2642,2642,327,70.0,003001,,40.72066442,-73.98517977,95.0,005600,40.74065347,-73.98778661,966.705342096,2618,4301,2190,2553,005600,189153355.609,003001,34302720.7166,,0.0,005600,003001,67036.3667508,113209,42639,hub,hub,non_hub,585462.168743,4510460.49357,585707.91731,4508244.11218
+2643,2643,878,70.0,003001,,40.72066442,-73.98517977,82.0,005700,40.729662915,-73.992405595,624.499312498,2937,4301,1789,2553,005700,90178032.7137,003001,34302720.7166,,0.0,005700,003001,67036.3667508,156896,42639,hub,hub,non_hub,585086.179601,4509235.9788,585707.91731,4508244.11218
+2644,2644,361,70.0,003001,,40.72066442,-73.98517977,87.0,005800,40.743154205,-73.990299735,1136.09463277,3182,4301,2306,2553,005800,164037511.755,003001,34302720.7166,,0.0,005800,003001,67036.3667508,130970,42639,hub,hub,non_hub,585246.786708,4510735.64918,585707.91731,4508244.11218
+2645,2645,200,35.0,003001,,40.72066442,-73.98517977,31.0,005900,40.73049393,-73.9957214,717.325,5516,4301,3276,2553,005900,71785177.1361,003001,34302720.7166,,0.0,005900,003001,67036.3667508,53180,42639,hub,hub,non_hub,584805.117401,4509325.01914,585707.91731,4508244.11218
+2646,2646,242,70.0,003001,,40.72066442,-73.98517977,63.0,006000,40.734822295,-73.976916765,825.236640685,5286,4301,2459,2553,006000,27468182.8943,003001,34302720.7166,,0.0,006000,003001,67036.3667508,80462,42639,hub,hub,non_hub,586387.478737,4509823.83141,585707.91731,4508244.11218
+2647,2647,1350,140.0,003001,,40.72066442,-73.98517977,141.0,006100,40.73385254,-73.992357065,801.3409394,4913,4301,2683,2553,006100,91682014.33,003001,34302720.7166,,0.0,006100,003001,67036.3667508,245510,42639,hub,hub,non_hub,585084.940162,4509701.10308,585707.91731,4508244.11218
+2648,2648,47,35.0,003001,,40.72066442,-73.98517977,30.0,006200,40.7381765,-73.97738662,960.340425532,4680,4301,1401,2553,006200,231817485.533,003001,34302720.7166,,0.0,006200,003001,67036.3667508,33218,42639,hub,hub,non_hub,586343.467107,4510195.70961,585707.91731,4508244.11218
+2649,2649,486,105.0,003001,,40.72066442,-73.98517977,99.0,006300,40.7346940933,-73.99785666,907.851818584,6076,4301,4277,2553,006300,85447631.8451,003001,34302720.7166,,0.0,006300,003001,67036.3667508,120233,42639,hub,hub,non_hub,584619.48321,4509789.20591,585707.91731,4508244.11218
+2650,2650,233,35.0,003001,,40.72066442,-73.98517977,39.0,006400,40.73587678,-73.98205027,809.034334764,7518,4301,5058,2553,006400,95664936.1545,003001,34302720.7166,,0.0,006400,003001,67036.3667508,47750,42639,hub,hub,non_hub,585952.649806,4509935.84788,585707.91731,4508244.11218
+2651,2651,853,105.0,003001,,40.72066442,-73.98517977,106.0,006500,40.7306296367,-73.9991423,740.354492952,6517,4301,3568,2553,006500,59290910.3694,003001,34302720.7166,,0.0,006500,003001,67036.3667508,125356,42639,hub,hub,non_hub,584516.067395,4509336.78488,585707.91731,4508244.11218
+2652,2652,218,70.0,003001,,40.72066442,-73.98517977,82.0,006600,40.739285505,-73.97827188,941.466520708,11780,4301,6818,2553,006600,84730469.4548,003001,34302720.7166,,0.0,006600,003001,67036.3667508,74621,42639,hub,hub,non_hub,586267.286922,4510317.94668,585707.91731,4508244.11218
+2653,2653,462,35.0,003001,,40.72066442,-73.98517977,39.0,006700,40.73038599,-74.00214988,782.448051948,4984,4301,3796,2553,006700,47238039.9972,003001,34302720.7166,,0.0,006700,003001,67036.3667508,70025,42639,hub,hub,non_hub,584262.399901,4509306.84766,585707.91731,4508244.11218
+2654,2654,181,35.0,003001,,40.72066442,-73.98517977,39.0,006800,40.74025878,-73.98409214,952.066298343,6735,4301,4494,2553,006800,130298431.446,003001,34302720.7166,,0.0,006800,003001,67036.3667508,58926,42639,hub,hub,non_hub,585774.608423,4510420.28363,585707.91731,4508244.11218
+2655,2655,404,70.0,003001,,40.72066442,-73.98517977,67.0,006900,40.732319905,-74.0069291,1054.63306624,2687,4301,1484,2553,006900,61292499.9331,003001,34302720.7166,,0.0,006900,003001,67036.3667508,130727,42639,hub,hub,non_hub,583856.38945,4509516.94969,585707.91731,4508244.11218
+2656,2656,365,105.0,003001,,40.72066442,-73.98517977,127.0,007000,40.7425156995,-73.975614868,1078.87250528,8302,4301,5669,2553,007000,78634704.8451,003001,34302720.7166,,0.0,007000,003001,67036.3667508,145227,42639,hub,hub,non_hub,586487.4448,4510679.1359,585707.91731,4508244.11218
+2657,2657,347,70.0,003001,,40.72066442,-73.98517977,71.0,007100,40.736526545,-74.000108805,956.892372881,5633,4301,3844,2553,007100,68447429.2743,003001,34302720.7166,,0.0,007100,003001,67036.3667508,79459,42639,hub,hub,non_hub,584426.995774,4509990.4524,585707.91731,4508244.11218
+2658,2658,329,105.0,003001,,40.72066442,-73.98517977,126.0,007200,40.7447014833,-73.98154809,1163.37318881,7734,4301,5222,2553,007200,132092861.454,003001,34302720.7166,,0.0,007200,003001,67036.3667508,157612,42639,hub,hub,non_hub,585983.687715,4510915.94446,585707.91731,4508244.11218
+2659,2659,314,70.0,003001,,40.72066442,-73.98517977,59.0,007300,40.734682705,-74.00388484,946.558080808,5615,4301,4547,2553,007300,48716185.79,003001,34302720.7166,,0.0,007300,003001,67036.3667508,92567,42639,hub,hub,non_hub,584110.479319,4509782.14883,585707.91731,4508244.11218
+2660,2660,160,70.0,003001,,40.72066442,-73.98517977,86.0,007400,40.746413585,-73.98586892,1148.13888889,4179,4301,2700,2553,007400,170614202.951,003001,34302720.7166,,0.0,007400,003001,67036.3667508,81121,42639,hub,hub,non_hub,585616.696258,4511101.7763,585707.91731,4508244.11218
+2661,2661,333,70.0,003001,,40.72066442,-73.98517977,69.0,007600,40.74737476,-73.988320695,1229.90753126,2203,4301,1573,2553,007600,242014413.464,003001,34302720.7166,,0.0,007600,003001,67036.3667508,97464,42639,hub,hub,non_hub,585408.475283,4511206.08492,585707.91731,4508244.11218
+2662,2662,177,35.0,003001,,40.72066442,-73.98517977,43.0,007700,40.7390169121,-74.0026376103,1107.79096045,5404,4301,4254,2553,007700,59306273.1509,003001,34302720.7166,,0.0,007700,003001,67036.3667508,79025,42639,hub,hub,non_hub,584210.329106,4510264.47156,585707.91731,4508244.11218
+2663,2663,211,35.0,003001,,40.72066442,-73.98517977,39.0,007800,40.74780373,-73.9734419,1080.47393365,7380,4301,5372,2553,007800,112124597.728,003001,34302720.7166,,0.0,007800,003001,67036.3667508,59601,42639,hub,hub,non_hub,586664.043115,4511268.28888,585707.91731,4508244.11218
+2664,2664,462,175.0,003001,,40.72066442,-73.98517977,174.0,007900,40.738916514,-74.007286026,1173.79812797,4406,4301,2904,2553,007900,86937368.5918,003001,34302720.7166,,0.0,007900,003001,67036.3667508,171846,42639,hub,hub,non_hub,583817.969395,4510248.87788,585707.91731,4508244.11218
+2665,2665,166,70.0,003001,,40.72066442,-73.98517977,71.0,008000,40.7485693,-73.97717991,1248.01696505,4946,4301,3730,2553,008000,197763821.532,003001,34302720.7166,,0.0,008000,003001,67036.3667508,74808,42639,hub,hub,non_hub,586347.477591,4511349.58844,585707.91731,4508244.11218
+2666,2666,260,35.0,003001,,40.72066442,-73.98517977,39.0,008100,40.73935542,-73.99931783,1143.04230769,8675,4301,5315,2553,008100,91100400.6907,003001,34302720.7166,,0.0,008100,003001,67036.3667508,53195,42639,hub,hub,non_hub,584490.204148,4510305.23824,585707.91731,4508244.11218
+2667,2667,302,105.0,003001,,40.72066442,-73.98517977,175.0,008200,40.751928549,-73.9793008824,1292.70780049,3442,4301,2534,2553,008200,262405408.076,003001,34302720.7166,,0.0,008200,003001,67036.3667508,228612,42639,hub,hub,non_hub,586164.08336,4511720.4051,585707.91731,4508244.11218
+2668,2668,445,140.0,003001,,40.72066442,-73.98517977,119.0,008300,40.742591315,-74.004102785,1213.93726694,4211,4301,2321,2553,008300,119862327.354,003001,34302720.7166,,0.0,008300,003001,67036.3667508,186113,42639,hub,hub,non_hub,584082.11654,4510659.85081,585707.91731,4508244.11218
+2669,2669,41,35.0,003001,,40.72066442,-73.98517977,38.0,008400,40.75038009,-73.98338988,1224.6097561,1726,4301,1041,2553,008400,147824461.739,003001,34302720.7166,,0.0,008400,003001,67036.3667508,34199,42639,hub,hub,non_hub,585820.889203,4511544.50828,585707.91731,4508244.11218
+2670,2670,87,35.0,003001,,40.72066442,-73.98517977,43.0,008601,40.744219,-73.97121214,1196.28735632,2551,4301,1528,2553,008601,31141773.9073,003001,34302720.7166,,0.0,008601,003001,67036.3667508,31961,42639,hub,hub,non_hub,586856.951039,4510872.56191,585707.91731,4508244.11218
+2671,2671,370,70.0,003001,,40.72066442,-73.98517977,78.0,008700,40.74206378,-73.995708955,1171.59130364,6671,4301,4249,2553,008700,85660216.7821,003001,34302720.7166,,0.0,008700,003001,67036.3667508,152953,42639,hub,hub,non_hub,584791.475936,4510609.36503,585707.91731,4508244.11218
+2672,2672,63,70.0,003001,,40.72066442,-73.98517977,78.0,008800,40.75012189,-73.970133575,1298.2732816,6964,4301,5507,2553,008800,216532475.876,003001,34302720.7166,,0.0,008800,003001,67036.3667508,43247,42639,hub,hub,non_hub,586940.323322,4511528.89362,585707.91731,4508244.11218
+2673,2673,281,105.0,003001,,40.72066442,-73.98517977,120.0,008900,40.74529008,-74.0021768567,1304.34088106,5560,4301,3511,2553,008900,54419260.2723,003001,34302720.7166,,0.0,008900,003001,67036.3667508,158638,42639,hub,hub,non_hub,584241.316685,4510961.27944,585707.91731,4508244.11218
+2674,2674,113,105.0,003001,,40.72066442,-73.98517977,110.0,009000,40.75261798,-73.9703317533,1328.63915094,7026,4301,5832,2553,009000,208846060.851,003001,34302720.7166,,0.0,009000,003001,67036.3667508,74531,42639,hub,hub,non_hub,586920.342162,4511805.78171,585707.91731,4508244.11218
+2675,2675,116,35.0,003001,,40.72066442,-73.98517977,39.0,009100,40.74487634,-73.99529885,1113.02586207,6415,4301,4386,2553,009100,127325659.041,003001,34302720.7166,,0.0,009100,003001,67036.3667508,63878,42639,hub,hub,non_hub,584822.527687,4510921.97538,585707.91731,4508244.11218
+2676,2676,59,70.0,003001,,40.72066442,-73.98517977,110.0,009200,40.7548518863,-73.9734329075,1307.59907834,1754,4301,1461,2553,009200,408192557.246,003001,34302720.7166,,0.0,009200,003001,67036.3667508,72226,42639,hub,hub,non_hub,586655.650548,4512050.69496,585707.91731,4508244.11218
+2677,2677,30,35.0,003001,,40.72066442,-73.98517977,39.0,009300,40.74475148,-73.99915362,1330.3,9705,4301,5585,2553,009300,68528055.2433,003001,34302720.7166,,0.0,009300,003001,67036.3667508,52202,42639,hub,hub,non_hub,584497.239363,4510904.39701,585707.91731,4508244.11218
+2678,2678,58,35.0,003001,,40.72066442,-73.98517977,31.0,009400,40.75320159,-73.9779874,1512.67241379,29,4301,16,2553,009400,299218147.811,003001,34302720.7166,,0.0,009400,003001,67036.3667508,82147,42639,hub,hub,non_hub,586273.319314,4511863.01244,585707.91731,4508244.11218
+2679,2679,166,35.0,003001,,40.72066442,-73.98517977,51.0,009500,40.746647,-73.993915,1139.65662651,3425,4301,1416,2553,009500,129660033.725,003001,34302720.7166,,0.0,009500,003001,67036.3667508,57488,42639,hub,hub,non_hub,584937.108907,4511119.86954,585707.91731,4508244.11218
+2680,2680,76,105.0,003001,,40.72066442,-73.98517977,140.0,009600,40.756056447,-73.9803786497,1451.22655123,153,4301,268,2553,009600,270304841.585,003001,34302720.7166,,0.0,009600,003001,67036.3667508,71527,42639,hub,hub,non_hub,586067.776404,4512177.5746,585707.91731,4508244.11218
+2681,2681,161,105.0,003001,,40.72066442,-73.98517977,99.0,009700,40.7493616033,-73.9991321067,1525.9984472,4744,4301,2827,2553,009700,83018263.1602,003001,34302720.7166,,0.0,009700,003001,67036.3667508,118804,42639,hub,hub,non_hub,584493.220017,4511416.17434,585707.91731,4508244.11218
+2682,2682,89,70.0,003001,,40.72066442,-73.98517977,70.0,009800,40.755285655,-73.96667288,1418.84726444,7105,4301,5244,2553,009800,115943808.909,003001,34302720.7166,,0.0,009800,003001,67036.3667508,40039,42639,hub,hub,non_hub,587225.727282,4512105.54383,585707.91731,4508244.11218
+2683,2683,469,175.0,003001,,40.72066442,-73.98517977,185.0,009900,40.7520807866,-74.0031899092,1374.4682365,3617,4301,2438,2553,009900,404439511.776,003001,34302720.7166,,0.0,009900,003001,67036.3667508,208076,42639,hub,hub,non_hub,584147.226991,4511714.12465,585707.91731,4508244.11218
+2684,2684,76,105.0,003001,,40.72066442,-73.98517977,121.0,010000,40.7583696933,-73.9710287767,1305.63229065,1829,4301,1399,2553,010000,366457143.613,003001,34302720.7166,,0.0,010000,003001,67036.3667508,72085,42639,hub,hub,non_hub,586854.014885,4512443.57459,585707.91731,4508244.11218
+2685,2685,315,105.0,003001,,40.72066442,-73.98517977,127.0,010100,40.74945622,-73.9903382667,1312.12924303,1119,4301,828,2553,010100,246168211.101,003001,34302720.7166,,0.0,010100,003001,67036.3667508,183377,42639,hub,hub,non_hub,585235.486219,4511435.18064,585707.91731,4508244.11218
+2686,2686,49,70.0,003001,,40.72066442,-73.98517977,81.0,010200,40.7606694,-73.973473555,1641.38095238,313,4301,268,2553,010200,333450202.294,003001,34302720.7166,,0.0,010200,003001,67036.3667508,46675,42639,hub,hub,non_hub,586644.664817,4512696.44233,585707.91731,4508244.11218
+2687,2687,212,70.0,003001,,40.72066442,-73.98517977,98.0,010300,40.751000495,-73.994372255,1426.96969697,1859,4301,1351,2553,010300,141506056.87,003001,34302720.7166,,0.0,010300,003001,67036.3667508,221593,42639,hub,hub,non_hub,584892.968074,4511602.69644,585707.91731,4508244.11218
+2688,2688,60,70.0,003001,,40.72066442,-73.98517977,75.0,010400,40.761664375,-73.976854975,1615.03333333,1031,4301,1033,2553,010400,363981333.295,003001,34302720.7166,,0.0,010400,003001,67036.3667508,65073,42639,hub,hub,non_hub,586357.961325,4512803.55852,585707.91731,4508244.11218
+2689,2689,53,35.0,003001,,40.72066442,-73.98517977,33.0,010602,40.75849116,-73.95920622,1450.20754717,4794,4301,2963,2553,010602,67980898.3739,003001,34302720.7166,,0.0,010602,003001,67036.3667508,22153,42639,hub,hub,non_hub,587851.796682,4512468.82754,585707.91731,4508244.11218
+2690,2690,156,105.0,003001,,40.72066442,-73.98517977,117.0,010800,40.7591736033,-73.96613818,1499.51976246,8531,4301,6272,2553,010800,189351523.799,003001,34302720.7166,,0.0,010800,003001,67036.3667508,79198,42639,hub,hub,non_hub,587265.778542,4512537.66689,585707.91731,4508244.11218
+2691,2691,97,70.0,003001,,40.72066442,-73.98517977,114.0,010900,40.751351715,-73.987594755,1390.21462063,182,4301,92,2553,010900,228173063.011,003001,34302720.7166,,0.0,010900,003001,67036.3667508,60092,42639,hub,hub,non_hub,585464.669441,4511648.26242,585707.91731,4508244.11218
+2692,2692,30,35.0,003001,,40.72066442,-73.98517977,59.0,011201,40.7643971,-73.97371465,1965.93333333,827,4301,964,2553,011201,118515444.187,003001,34302720.7166,,0.0,011201,003001,67036.3667508,41525,42639,hub,hub,non_hub,586619.474659,4513110.00718,585707.91731,4508244.11218
+2693,2693,101,35.0,003001,,40.72066442,-73.98517977,33.0,011203,40.76095756,-73.96724467,1536.15841584,1176,4301,1160,2553,011203,143782379.009,003001,34302720.7166,,0.0,011203,003001,67036.3667508,48033,42639,hub,hub,non_hub,587170.050102,4512734.59972,585707.91731,4508244.11218
+2694,2694,288,140.0,003001,,40.72066442,-73.98517977,198.0,011300,40.7548008425,-73.9888010575,1479.66139963,204,4301,107,2553,011300,357940519.061,003001,34302720.7166,,0.0,011300,003001,67036.3667508,236650,42639,hub,hub,non_hub,585358.423228,4512029.96675,585707.91731,4508244.11218
+2695,2695,180,70.0,003001,,40.72066442,-73.98517977,82.0,011500,40.75701407,-73.992353645,1522.93993782,2487,4301,1678,2553,011500,130958459.747,003001,34302720.7166,,0.0,011500,003001,67036.3667508,103294,42639,hub,hub,non_hub,585055.712647,4512272.20178,585707.91731,4508244.11218
+2696,2696,45,70.0,003001,,40.72066442,-73.98517977,84.0,011700,40.76058799,-74.00080945,1909.64285714,2938,4301,2304,2553,011700,91270705.1484,003001,34302720.7166,,0.0,011700,003001,67036.3667508,73016,42639,hub,hub,non_hub,584337.427395,4512660.77158,585707.91731,4508244.11218
+2697,2697,21,35.0,003001,,40.72066442,-73.98517977,34.0,011900,40.7568001,-73.98291153,1595.14285714,1079,4301,1121,2553,011900,395254501.74,003001,34302720.7166,,0.0,011900,003001,67036.3667508,39976,42639,hub,hub,non_hub,585853.012005,4512257.64444,585707.91731,4508244.11218
+2698,2698,119,105.0,003001,,40.72066442,-73.98517977,109.0,012100,40.7598593767,-73.9914900133,1687.32724359,8366,4301,5744,2553,012100,101223732.045,003001,34302720.7166,,0.0,012100,003001,67036.3667508,132767,42639,hub,hub,non_hub,585124.983126,4512588.88932,585707.91731,4508244.11218
+2699,2699,35,35.0,003001,,40.72066442,-73.98517977,51.0,012500,40.76064679,-73.98442659,1766.17142857,2439,4301,2096,2553,012500,322911522.418,003001,34302720.7166,,0.0,012500,003001,67036.3667508,45486,42639,hub,hub,non_hub,585720.180916,4512683.17447,585707.91731,4508244.11218
+2700,2700,55,70.0,003001,,40.72066442,-73.98517977,84.0,012700,40.762485435,-73.990447135,1496.11904762,6437,4301,4434,2553,012700,104637996.687,003001,34302720.7166,,0.0,012700,003001,67036.3667508,83393,42639,hub,hub,non_hub,585209.656415,4512881.41361,585707.91731,4508244.11218
+2701,2701,14,35.0,003001,,40.72066442,-73.98517977,24.0,012900,40.76341379,-73.99667444,1976.0,5312,4301,3621,2553,012900,158698340.053,003001,34302720.7166,,0.0,012900,003001,67036.3667508,28661,42639,hub,hub,non_hub,584682.864463,4512978.43901,585707.91731,4508244.11218
+2702,2702,52,105.0,003001,,40.72066442,-73.98517977,160.0,013100,40.7621295133,-73.98215453,1835.33574879,2489,4301,2283,2553,013100,405023451.28,003001,34302720.7166,,0.0,013100,003001,67036.3667508,107228,42639,hub,hub,non_hub,585910.04945,4512849.98999,585707.91731,4508244.11218
+2703,2703,53,105.0,003001,,40.72066442,-73.98517977,101.0,013300,40.7647250567,-73.9866537633,1773.1130719,5363,4301,3909,2553,013300,79847412.2593,003001,34302720.7166,,0.0,013300,003001,67036.3667508,89810,42639,hub,hub,non_hub,585526.963405,4513133.71926,585707.91731,4508244.11218
+2704,2704,46,70.0,003001,,40.72066442,-73.98517977,65.0,013500,40.766984435,-73.99227308,1476.60136452,6075,4301,3935,2553,013500,198199142.958,003001,34302720.7166,,0.0,013500,003001,67036.3667508,64723,42639,hub,hub,non_hub,585049.80204,4513379.06475,585707.91731,4508244.11218
+2705,2705,61,70.0,003001,,40.72066442,-73.98517977,98.0,013700,40.766109285,-73.981808355,1385.84444444,6557,4301,5442,2553,013700,314878324.419,003001,34302720.7166,,0.0,013700,003001,67036.3667508,91142,42639,hub,hub,non_hub,585934.141665,4513292.1137,585707.91731,4508244.11218
+2706,2706,11,35.0,003001,,40.72066442,-73.98517977,27.0,013900,40.768254,-73.988639,1767.90909091,7607,4301,7359,2553,013900,139918084.587,003001,34302720.7166,,0.0,013900,003001,67036.3667508,26390,42639,hub,hub,non_hub,585354.890073,4513523.52534,585707.91731,4508244.11218
+2707,2707,25,35.0,003001,,40.72066442,-73.98517977,49.0,014300,40.76590936,-73.97634151,1489.44,3,4301,0,2553,014300,50027992.3322,003001,34302720.7166,,0.0,014300,003001,67036.3667508,21051,42639,hub,hub,non_hub,586395.803012,4513275.28949,585707.91731,4508244.11218
+2708,2708,50,35.0,003001,,40.72066442,-73.98517977,36.0,014500,40.76915505,-73.98191841,2010.14,5811,4301,3462,2553,014500,253397343.373,003001,34302720.7166,,0.0,014500,003001,67036.3667508,68350,42639,hub,hub,non_hub,585920.929601,4513630.10902,585707.91731,4508244.11218
+2709,2709,40,35.0,003001,,40.72066442,-73.98517977,55.0,014700,40.770513,-73.988038,1343.625,2586,4301,1743,2553,014700,70871746.8417,003001,34302720.7166,,0.0,014700,003001,67036.3667508,35099,42639,hub,hub,non_hub,585402.720353,4513774.87644,585707.91731,4508244.11218
+2710,2710,4,35.0,003001,,40.72066442,-73.98517977,36.0,015100,40.771522,-73.990541,2072.25,8105,4301,4856,2553,015100,164953931.102,003001,34302720.7166,,0.0,015100,003001,67036.3667508,17578,42639,hub,hub,non_hub,585190.192062,4513884.4495,585707.91731,4508244.11218
+2711,2711,84,70.0,003001,,40.72066442,-73.98517977,70.0,031703,40.71644312,-74.014902115,1479.29795918,8670,4301,4231,2553,031703,332361109.355,003001,34302720.7166,,0.0,031703,003001,67036.3667508,136082,42639,hub,hub,non_hub,583202.897614,4507746.93647,585707.91731,4508244.11218
+2712,2712,118,105.0,003001,,40.72066442,-73.98517977,98.0,031704,40.7085171733,-74.0165557667,1507.11954202,6610,4301,3790,2553,031704,160823714.408,003001,34302720.7166,,0.0,031704,003001,67036.3667508,105244,42639,hub,hub,non_hub,583073.076824,4506865.54027,585707.91731,4508244.11218
+2713,2713,713,105.0,003001,,40.72066442,-73.98517977,85.0,000600,40.7128987867,-73.9898646367,539.837029575,11558,4301,4083,2553,000600,59149181.7526,003001,34302720.7166,,0.0,000600,003001,67036.3667508,70053,42639,hub,hub,non_hub,585322.159723,4507377.5136,585707.91731,4508244.11218
+2714,2714,440,111.0,003002,,40.72217444,-73.98368779,54.0,000202,40.71318002,-73.9818904933,589.195137346,8012,3031,3598,1885,000202,37878157.9781,003002,18686109.2263,,0.0,000202,003002,54824.7555142,56352,39634,hub,hub,non_hub,585995.353038,4507416.50937,585831.986427,4508413.19181
+2715,2715,835,259.0,003002,,40.72217444,-73.98368779,258.0,000700,40.70581148,-74.0081572071,1164.44442776,7722,3031,5201,1885,000700,476954959.734,003002,18686109.2263,,0.0,000700,003002,54824.7555142,160040,39634,hub,hub,non_hub,583785.918305,4506573.16797,585831.986427,4508413.19181
+2716,2716,108,74.0,003002,,40.72217444,-73.98368779,47.0,000800,40.712414475,-73.993471545,738.344242424,10365,3031,4150,1885,000800,46479755.076,003002,18686109.2263,,0.0,000800,003002,54824.7555142,34254,39634,hub,hub,non_hub,585018.109713,4507320.25418,585831.986427,4508413.19181
+2717,2717,218,111.0,003002,,40.72217444,-73.98368779,97.0,000900,40.7024745833,-74.01224785,1240.95283565,1140,3031,939,1885,000900,404341803.896,003002,18686109.2263,,0.0,000900,003002,54824.7555142,46446,39634,hub,hub,non_hub,583444.520998,4506198.85784,585831.986427,4508413.19181
+2718,2718,211,37.0,003002,,40.72217444,-73.98368779,19.0,001002,40.71782143,-73.97628939,497.222748815,6439,3031,2346,1885,001002,22763374.2099,003002,18686109.2263,,0.0,001002,003002,54824.7555142,15916,39634,hub,hub,non_hub,586462.45635,4507937.23607,585831.986427,4508413.19181
+2719,2719,409,74.0,003002,,40.72217444,-73.98368779,46.0,001200,40.717364275,-73.982955325,370.263479511,3547,3031,1857,1885,001200,23518220.7411,003002,18686109.2263,,0.0,001200,003002,54824.7555142,36493,39634,hub,hub,non_hub,585900.031125,4507879.94738,585831.986427,4508413.19181
+2720,2720,87,37.0,003002,,40.72217444,-73.98368779,36.0,001300,40.70463334,-74.01361706,1357.90804598,3776,3031,3028,1885,001300,286606455.687,003002,18686109.2263,,0.0,001300,003002,54824.7555142,27671,39634,hub,hub,non_hub,583326.158808,4506437.19368,585831.986427,4508413.19181
+2721,2721,398,37.0,003002,,40.72217444,-73.98368779,28.0,001401,40.71559509,-73.9870295,402.012562814,3289,3031,1708,1885,001401,20168722.3199,003002,18686109.2263,,0.0,001401,003002,54824.7555142,26885,39634,hub,hub,non_hub,585558.18429,4507679.57909,585831.986427,4508413.19181
+2722,2722,83,74.0,003002,,40.72217444,-73.98368779,67.0,001501,40.70966832,-74.003597135,1086.30014124,5581,3031,3450,1885,001501,172466366.322,003002,18686109.2263,,0.0,001501,003002,54824.7555142,27425,39634,hub,hub,non_hub,584166.279828,4507005.66129,585831.986427,4508413.19181
+2723,2723,247,111.0,003002,,40.72217444,-73.98368779,123.0,001502,40.7088053467,-74.00635276,1148.08693967,7095,3031,3459,1885,001502,221282059.103,003002,18686109.2263,,0.0,001502,003002,54824.7555142,82052,39634,hub,hub,non_hub,583934.59195,4506907.22889,585831.986427,4508413.19181
+2724,2724,501,111.0,003002,,40.72217444,-73.98368779,107.0,001600,40.7153350167,-73.9943926833,736.369475778,8236,3031,3242,1885,001600,76565505.7581,003002,18686109.2263,,0.0,001600,003002,54824.7555142,82798,39634,hub,hub,non_hub,584936.591099,4507643.5622,585831.986427,4508413.19181
+2725,2725,1116,148.0,003002,,40.72217444,-73.98368779,154.0,001800,40.7193657075,-73.9906468425,455.795310104,8063,3031,3489,1885,001800,60554858.5127,003002,18686109.2263,,0.0,001800,003002,54824.7555142,133306,39634,hub,hub,non_hub,585247.838585,4508094.62497,585831.986427,4508413.19181
+2726,2726,377,74.0,003002,,40.72217444,-73.98368779,46.0,002000,40.721554605,-73.977309405,472.928513918,4795,3031,1899,1885,002000,17907673.5628,003002,18686109.2263,,0.0,002000,003002,54824.7555142,31656,39634,hub,hub,non_hub,586371.478696,4508350.63994,585831.986427,4508413.19181
+2727,2727,268,148.0,003002,,40.72217444,-73.98368779,102.0,002100,40.71451321,-74.0108850975,1106.98464918,6111,3031,3038,1885,002100,273869828.705,003002,18686109.2263,,0.0,002100,003002,54824.7555142,151037,39634,hub,hub,non_hub,583544.598931,4507536.51732,585831.986427,4508413.19181
+2728,2728,243,74.0,003002,,40.72217444,-73.98368779,44.0,002201,40.71833027,-73.980972895,345.350396825,6762,3031,3030,1885,002201,37585954.9949,003002,18686109.2263,,0.0,002201,003002,54824.7555142,26391,39634,hub,hub,non_hub,586066.226443,4507989.12022,585831.986427,4508413.19181
+2729,2729,475,37.0,003002,,40.72217444,-73.98368779,31.0,002202,40.7208736,-73.98085795,372.496842105,2256,3031,1045,1885,002202,13179093.8977,003002,18686109.2263,,0.0,002202,003002,54824.7555142,23935,39634,hub,hub,non_hub,586072.658368,4508271.55961,585831.986427,4508413.19181
+2730,2730,130,74.0,003002,,40.72217444,-73.98368779,48.0,002400,40.724744875,-73.974986535,466.979537644,5775,3031,2175,1885,002400,17986635.5592,003002,18686109.2263,,0.0,002400,003002,54824.7555142,17965,39634,hub,hub,non_hub,586563.526382,4508707.06897,585831.986427,4508413.19181
+2731,2731,69,74.0,003002,,40.72217444,-73.98368779,62.0,002500,40.7111743,-73.99849582,902.585858586,5061,3031,1917,1885,002500,22428407.6271,003002,18686109.2263,,0.0,002500,003002,54824.7555142,28216,39634,hub,hub,non_hub,584595.28909,4507177.73549,585831.986427,4508413.19181
+2732,2732,299,37.0,003002,,40.72217444,-73.98368779,31.0,002601,40.72299208,-73.97995466,320.204013378,3774,3031,1593,1885,002601,22248722.3098,003002,18686109.2263,,0.0,002601,003002,54824.7555142,22144,39634,hub,hub,non_hub,586146.216204,4508507.61099,585831.986427,4508413.19181
+2733,2733,43,37.0,003002,,40.72217444,-73.98368779,27.0,002700,40.71307916,-73.99851193,784.627906977,1191,3031,655,1885,002700,11349914.9514,003002,18686109.2263,,0.0,002700,003002,54824.7555142,20570,39634,hub,hub,non_hub,584591.517275,4507389.17181,585831.986427,4508413.19181
+2734,2734,468,37.0,003002,,40.72217444,-73.98368779,32.0,002800,40.72521311,-73.97768752,337.032051282,7302,3031,3341,1885,002800,47641507.3146,003002,18686109.2263,,0.0,002800,003002,54824.7555142,36744,39634,hub,hub,non_hub,586334.816403,4508756.38709,585831.986427,4508413.19181
+2735,2735,75,37.0,003002,,40.72217444,-73.98368779,43.0,002900,40.71602118,-73.99974372,1015.12,5855,3031,2420,1885,002900,200965547.24,003002,18686109.2263,,0.0,002900,003002,54824.7555142,31936,39634,hub,hub,non_hub,584483.752153,4507714.56961,585831.986427,4508413.19181
+2736,2736,265,37.0,003002,,40.72217444,-73.98368779,35.0,003001,40.72066442,-73.98517977,526.524528302,4301,3031,2553,1885,003001,34302720.7166,003002,18686109.2263,,0.0,003001,003002,54824.7555142,41223,39634,hub,hub,non_hub,585707.91731,4508244.11218,585831.986427,4508413.19181
+2737,2737,218,111.0,003002,,40.72217444,-73.98368779,121.0,003100,40.7140617467,-74.0041933367,999.166826997,2809,3031,858,1885,003100,145687012.574,003002,18686109.2263,,0.0,003100,003002,54824.7555142,81469,39634,hub,hub,non_hub,584110.388584,4507492.78891,585831.986427,4508413.19181
+2738,2738,1477,111.0,003002,,40.72217444,-73.98368779,100.0,003200,40.7260543867,-73.9823576167,371.160018843,7630,3031,4888,1885,003200,46369492.482,003002,18686109.2263,,0.0,003200,003002,54824.7555142,138064,39634,hub,hub,non_hub,585939.335766,4508845.19329,585831.986427,4508413.19181
+2739,2739,291,185.0,003002,,40.72217444,-73.98368779,173.0,003300,40.7188243507,-74.0063288507,1070.60424533,5174,3031,2694,1885,003300,215459582.054,003002,18686109.2263,,0.0,003300,003002,54824.7555142,115059,39634,hub,hub,non_hub,583924.028994,4508019.42616,585831.986427,4508413.19181
+2740,2740,812,37.0,003002,,40.72217444,-73.98368779,39.0,003400,40.72955361,-73.98057249,409.662561576,6706,3031,4203,1885,003400,42933229.7541,003002,18686109.2263,,0.0,003400,003002,54824.7555142,47926,39634,hub,hub,non_hub,586085.581298,4509235.37985,585831.986427,4508413.19181
+2741,2741,468,74.0,003002,,40.72217444,-73.98368779,66.0,003601,40.72217423,-73.990293175,465.686719481,3299,3031,1613,1885,003601,29191583.8104,003002,18686109.2263,,0.0,003601,003002,54824.7555142,77585,39634,hub,hub,non_hub,585274.124459,4508406.73315,585831.986427,4508413.19181
+2742,2742,987,74.0,003002,,40.72217444,-73.98368779,62.0,003602,40.724852985,-73.989265345,359.873519093,2918,3031,1586,1885,003602,24941258.1161,003002,18686109.2263,,0.0,003602,003002,54824.7555142,82124,39634,hub,hub,non_hub,585357.507872,4508705.09166,585831.986427,4508413.19181
+2743,2743,680,148.0,003002,,40.72217444,-73.98368779,148.0,003700,40.7256696075,-74.0052069325,885.675255294,2401,3031,1490,1885,003700,212385639.924,003002,18686109.2263,,0.0,003700,003002,54824.7555142,173333,39634,hub,hub,non_hub,584010.178026,4508780.36793,585831.986427,4508413.19181
+2744,2744,1988,148.0,003002,,40.72217444,-73.98368779,160.0,003800,40.72765889,-73.988195855,410.338588933,8610,3031,5795,1885,003800,67437493.5221,003002,18686109.2263,,0.0,003800,003002,54824.7555142,167230,39634,hub,hub,non_hub,585444.239635,4509017.60641,585831.986427,4508413.19181
+2745,2745,104,148.0,003002,,40.72217444,-73.98368779,106.0,003900,40.7201717475,-74.00983051,1270.2473163,5253,3031,3059,1885,003900,194910113.03,003002,18686109.2263,,0.0,003900,003002,54824.7555142,113624,39634,hub,hub,non_hub,583626.593058,4508165.65565,585831.986427,4508413.19181
+2746,2746,891,74.0,003002,,40.72217444,-73.98368779,66.0,004000,40.73000573,-73.98549552,489.997372495,9801,3031,4546,1885,004000,66858387.5133,003002,18686109.2263,,0.0,004000,003002,54824.7555142,99660,39634,hub,hub,non_hub,585669.269443,4509280.75306,585831.986427,4508413.19181
+2747,2747,696,74.0,003002,,40.72217444,-73.98368779,64.0,004100,40.7195529,-73.996789035,684.926185994,7793,3031,3765,1885,004100,71738983.3617,003002,18686109.2263,,0.0,004100,003002,54824.7555142,114685,39634,hub,hub,non_hub,584728.836557,4508109.46034,585831.986427,4508413.19181
+2748,2748,517,37.0,003002,,40.72217444,-73.98368779,35.0,004200,40.73223272,-73.98889957,594.572533849,4988,3031,1801,1885,004200,39941846.3325,003002,18686109.2263,,0.0,004200,003002,54824.7555142,50846,39634,hub,hub,non_hub,585378.96492,4509524.64843,585831.986427,4508413.19181
+2749,2749,1618,74.0,003002,,40.72217444,-73.98368779,67.0,004300,40.723870235,-73.995226525,488.876210113,4267,3031,2598,1885,004300,65935514.1184,003002,18686109.2263,,0.0,004300,003002,54824.7555142,95162,39634,hub,hub,non_hub,584855.320992,4508590.22212,585831.986427,4508413.19181
+2750,2750,940,74.0,003002,,40.72217444,-73.98368779,60.0,004400,40.73080269,-73.97968993,475.005974115,17710,3031,8297,1885,004400,114601147.016,003002,18686109.2263,,0.0,004400,003002,54824.7555142,106427,39634,hub,hub,non_hub,586158.498991,4509374.90208,585831.986427,4508413.19181
+2751,2751,188,37.0,003002,,40.72217444,-73.98368779,27.0,004500,40.71910537,-73.99973337,777.941489362,840,3031,582,1885,004500,52009114.8865,003002,18686109.2263,,0.0,004500,003002,54824.7555142,34275,39634,hub,hub,non_hub,584480.726971,4508056.94497,585831.986427,4508413.19181
+2752,2752,137,37.0,003002,,40.72217444,-73.98368779,39.0,004700,40.72165481,-74.00234737,838.430656934,2267,3031,1586,1885,004700,75477587.1594,003002,18686109.2263,,0.0,004700,003002,54824.7555142,27544,39634,hub,hub,non_hub,584256.734795,4508337.43837,585831.986427,4508413.19181
+2753,2753,222,37.0,003002,,40.72217444,-73.98368779,35.0,004800,40.73624527,-73.98473765,756.792792793,7550,3031,3799,1885,004800,74763044.6965,003002,18686109.2263,,0.0,004800,003002,54824.7555142,42567,39634,hub,hub,non_hub,585725.258797,4509974.12516,585831.986427,4508413.19181
+2754,2754,389,74.0,003002,,40.72217444,-73.98368779,73.0,004900,40.724268615,-74.000521515,760.518674403,4951,3031,3054,1885,004900,103848670.177,003002,18686109.2263,,0.0,004900,003002,54824.7555142,80152,39634,hub,hub,non_hub,584407.63728,4508629.34168,585831.986427,4508413.19181
+2755,2755,581,111.0,003002,,40.72217444,-73.98368779,93.0,005000,40.7359163467,-73.9873427633,719.280127693,5061,3031,3595,1885,005000,120638459.215,003002,18686109.2263,,0.0,005000,003002,54824.7555142,111023,39634,hub,hub,non_hub,585505.709717,4509935.07175,585831.986427,4508413.19181
+2756,2756,733,74.0,003002,,40.72217444,-73.98368779,106.0,005200,40.73715585,-73.991241315,854.524525183,4193,3031,1785,1885,005200,109103391.81,003002,18686109.2263,,0.0,005200,003002,54824.7555142,159876,39634,hub,hub,non_hub,585174.941656,4510068.87544,585831.986427,4508413.19181
+2757,2757,315,37.0,003002,,40.72217444,-73.98368779,47.0,005400,40.73971301,-73.99456405,864.704761905,4656,3031,2837,1885,005400,128803552.888,003002,18686109.2263,,0.0,005400,003002,54824.7555142,73728,39634,hub,hub,non_hub,584891.129718,4510349.51956,585831.986427,4508413.19181
+2758,2758,651,37.0,003002,,40.72217444,-73.98368779,30.0,005501,40.72679454,-73.99695094,515.298003072,5079,3031,2483,1885,005501,61061928.4125,003002,18686109.2263,,0.0,005501,003002,54824.7555142,57258,39634,hub,hub,non_hub,584705.980012,4508913.17477,585831.986427,4508413.19181
+2759,2759,1124,37.0,003002,,40.72217444,-73.98368779,27.0,005502,40.72743423,-73.99379025,445.427935943,2383,3031,1262,1885,005502,49017118.6146,003002,18686109.2263,,0.0,005502,003002,54824.7555142,55117,39634,hub,hub,non_hub,584972.085912,4508987.23863,585831.986427,4508413.19181
+2760,2760,387,74.0,003002,,40.72217444,-73.98368779,95.0,005600,40.74065347,-73.98778661,904.373083624,2618,3031,2190,1885,005600,189153355.609,003002,18686109.2263,,0.0,005600,003002,54824.7555142,113209,39634,hub,hub,non_hub,585462.168743,4510460.49357,585831.986427,4508413.19181
+2761,2761,1455,74.0,003002,,40.72217444,-73.98368779,82.0,005700,40.729662915,-73.992405595,510.038521572,2937,3031,1789,1885,005700,90178032.7137,003002,18686109.2263,,0.0,005700,003002,54824.7555142,156896,39634,hub,hub,non_hub,585086.179601,4509235.9788,585831.986427,4508413.19181
+2762,2762,333,74.0,003002,,40.72217444,-73.98368779,87.0,005800,40.743154205,-73.990299735,1099.75011825,3182,3031,2306,1885,005800,164037511.755,003002,18686109.2263,,0.0,005800,003002,54824.7555142,130970,39634,hub,hub,non_hub,585246.786708,4510735.64918,585831.986427,4508413.19181
+2763,2763,382,37.0,003002,,40.72217444,-73.98368779,31.0,005900,40.73049393,-73.9957214,598.060209424,5516,3031,3276,1885,005900,71785177.1361,003002,18686109.2263,,0.0,005900,003002,54824.7555142,53180,39634,hub,hub,non_hub,584805.117402,4509325.01914,585831.986427,4508413.19181
+2764,2764,257,74.0,003002,,40.72217444,-73.98368779,63.0,006000,40.734822295,-73.976916765,720.886616988,5286,3031,2459,1885,006000,27468182.8943,003002,18686109.2263,,0.0,006000,003002,54824.7555142,80462,39634,hub,hub,non_hub,586387.478737,4509823.83141,585831.986427,4508413.19181
+2765,2765,1611,148.0,003002,,40.72217444,-73.98368779,141.0,006100,40.73385254,-73.992357065,709.339745086,4913,3031,2683,1885,006100,91682014.33,003002,18686109.2263,,0.0,006100,003002,54824.7555142,245510,39634,hub,hub,non_hub,585084.940162,4509701.10308,585831.986427,4508413.19181
+2766,2766,82,37.0,003002,,40.72217444,-73.98368779,30.0,006200,40.7381765,-73.97738662,810.085365854,4680,3031,1401,1885,006200,231817485.533,003002,18686109.2263,,0.0,006200,003002,54824.7555142,33218,39634,hub,hub,non_hub,586343.467107,4510195.70961,585831.986427,4508413.19181
+2767,2767,419,111.0,003002,,40.72217444,-73.98368779,99.0,006300,40.7346940933,-73.99785666,844.811698726,6076,3031,4277,1885,006300,85447631.8451,003002,18686109.2263,,0.0,006300,003002,54824.7555142,120233,39634,hub,hub,non_hub,584619.48321,4509789.20591,585831.986427,4508413.19181
+2768,2768,235,37.0,003002,,40.72217444,-73.98368779,39.0,006400,40.73587678,-73.98205027,706.676595745,7518,3031,5058,1885,006400,95664936.1545,003002,18686109.2263,,0.0,006400,003002,54824.7555142,47750,39634,hub,hub,non_hub,585952.649806,4509935.84788,585831.986427,4508413.19181
+2769,2769,1099,111.0,003002,,40.72217444,-73.98368779,106.0,006500,40.7306296367,-73.9991423,661.16446933,6517,3031,3568,1885,006500,59290910.3694,003002,18686109.2263,,0.0,006500,003002,54824.7555142,125356,39634,hub,hub,non_hub,584516.067395,4509336.78488,585831.986427,4508413.19181
+2770,2770,365,74.0,003002,,40.72217444,-73.98368779,82.0,006600,40.739285505,-73.97827188,823.801211296,11780,3031,6818,1885,006600,84730469.4548,003002,18686109.2263,,0.0,006600,003002,54824.7555142,74621,39634,hub,hub,non_hub,586267.286922,4510317.94668,585831.986427,4508413.19181
+2771,2771,461,37.0,003002,,40.72217444,-73.98368779,39.0,006700,40.73038599,-74.00214988,730.563991323,4984,3031,3796,1885,006700,47238039.9972,003002,18686109.2263,,0.0,006700,003002,54824.7555142,70025,39634,hub,hub,non_hub,584262.399901,4509306.84766,585831.986427,4508413.19181
+2772,2772,148,37.0,003002,,40.72217444,-73.98368779,39.0,006800,40.74025878,-73.98409214,827.581081081,6735,3031,4494,1885,006800,130298431.446,003002,18686109.2263,,0.0,006800,003002,54824.7555142,58926,39634,hub,hub,non_hub,585774.608423,4510420.28363,585831.986427,4508413.19181
+2773,2773,406,74.0,003002,,40.72217444,-73.98368779,67.0,006900,40.732319905,-74.0069291,970.324696493,2687,3031,1484,1885,006900,61292499.9331,003002,18686109.2263,,0.0,006900,003002,54824.7555142,130727,39634,hub,hub,non_hub,583856.38945,4509516.94969,585831.986427,4508413.19181
+2774,2774,586,111.0,003002,,40.72217444,-73.98368779,127.0,007000,40.7425238002,-73.9756308272,975.043185832,8302,3031,5669,1885,007000,78634704.8451,003002,18686109.2263,,0.0,007000,003002,54824.7555142,145227,39634,hub,hub,non_hub,586486.086867,4510680.01941,585831.986427,4508413.19181
+2775,2775,348,74.0,003002,,40.72217444,-73.98368779,71.0,007100,40.736526545,-74.000108805,925.174876847,5633,3031,3844,1885,007100,68447429.2743,003002,18686109.2263,,0.0,007100,003002,54824.7555142,79459,39634,hub,hub,non_hub,584426.995774,4509990.4524,585831.986427,4508413.19181
+2776,2776,528,111.0,003002,,40.72217444,-73.98368779,126.0,007200,40.7447014833,-73.98154809,1007.07362521,7734,3031,5222,1885,007200,132092861.454,003002,18686109.2263,,0.0,007200,003002,54824.7555142,157612,39634,hub,hub,non_hub,585983.687715,4510915.94446,585831.986427,4508413.19181
+2777,2777,331,74.0,003002,,40.72217444,-73.98368779,59.0,007300,40.734682705,-74.00388484,878.17626992,5615,3031,4547,1885,007300,48716185.79,003002,18686109.2263,,0.0,007300,003002,54824.7555142,92567,39634,hub,hub,non_hub,584110.479319,4509782.14883,585831.986427,4508413.19181
+2778,2778,106,74.0,003002,,40.72217444,-73.98368779,86.0,007400,40.746413585,-73.98586892,1165.59144385,4179,3031,2700,1885,007400,170614202.951,003002,18686109.2263,,0.0,007400,003002,54824.7555142,81121,39634,hub,hub,non_hub,585616.696258,4511101.7763,585831.986427,4508413.19181
+2779,2779,196,74.0,003002,,40.72217444,-73.98368779,69.0,007600,40.74737476,-73.988320695,1154.53076923,2203,3031,1573,1885,007600,242014413.464,003002,18686109.2263,,0.0,007600,003002,54824.7555142,97464,39634,hub,hub,non_hub,585408.475283,4511206.08492,585831.986427,4508413.19181
+2780,2780,183,37.0,003002,,40.72217444,-73.98368779,43.0,007700,40.7390169121,-74.0026376103,1079.04918033,5404,3031,4254,1885,007700,59306273.1509,003002,18686109.2263,,0.0,007700,003002,54824.7555142,79025,39634,hub,hub,non_hub,584210.329106,4510264.47156,585831.986427,4508413.19181
+2781,2781,181,37.0,003002,,40.72217444,-73.98368779,39.0,007800,40.74780373,-73.9734419,1093.38674033,7380,3031,5372,1885,007800,112124597.728,003002,18686109.2263,,0.0,007800,003002,54824.7555142,59601,39634,hub,hub,non_hub,586664.043115,4511268.28888,585831.986427,4508413.19181
+2782,2782,403,185.0,003002,,40.72217444,-73.98368779,174.0,007900,40.738916514,-74.007286026,1106.69796398,4406,3031,2904,1885,007900,86937368.5918,003002,18686109.2263,,0.0,007900,003002,54824.7555142,171846,39634,hub,hub,non_hub,583817.969395,4510248.87788,585831.986427,4508413.19181
+2783,2783,198,74.0,003002,,40.72217444,-73.98368779,71.0,008000,40.7485693,-73.97717991,1164.59070513,4946,3031,3730,1885,008000,197763821.532,003002,18686109.2263,,0.0,008000,003002,54824.7555142,74808,39634,hub,hub,non_hub,586347.477591,4511349.58844,585831.986427,4508413.19181
+2784,2784,92,37.0,003002,,40.72217444,-73.98368779,39.0,008100,40.73935542,-73.99931783,1071.5326087,8675,3031,5315,1885,008100,91100400.6907,003002,18686109.2263,,0.0,008100,003002,54824.7555142,53195,39634,hub,hub,non_hub,584490.204148,4510305.23824,585831.986427,4508413.19181
+2785,2785,385,111.0,003002,,40.72217444,-73.98368779,175.0,008200,40.7519279634,-73.9793425018,1231.56822949,3442,3031,2534,1885,008200,262405408.076,003002,18686109.2263,,0.0,008200,003002,54824.7555142,228612,39634,hub,hub,non_hub,586160.570688,4511720.29923,585831.986427,4508413.19181
+2786,2786,331,148.0,003002,,40.72217444,-73.98368779,119.0,008300,40.742591315,-74.004102785,1226.82127297,4211,3031,2321,1885,008300,119862327.354,003002,18686109.2263,,0.0,008300,003002,54824.7555142,186113,39634,hub,hub,non_hub,584082.11654,4510659.85081,585831.986427,4508413.19181
+2787,2787,45,37.0,003002,,40.72217444,-73.98368779,38.0,008400,40.75038009,-73.98338988,1225.46666667,1726,3031,1041,1885,008400,147824461.739,003002,18686109.2263,,0.0,008400,003002,54824.7555142,34199,39634,hub,hub,non_hub,585820.889203,4511544.50828,585831.986427,4508413.19181
+2788,2788,81,37.0,003002,,40.72217444,-73.98368779,43.0,008601,40.744219,-73.97121214,1198.01234568,2551,3031,1528,1885,008601,31141773.9073,003002,18686109.2263,,0.0,008601,003002,54824.7555142,31961,39634,hub,hub,non_hub,586856.951039,4510872.56191,585831.986427,4508413.19181
+2789,2789,201,74.0,003002,,40.72217444,-73.98368779,78.0,008700,40.74206378,-73.995708955,1122.45219199,6671,3031,4249,1885,008700,85660216.7821,003002,18686109.2263,,0.0,008700,003002,54824.7555142,152953,39634,hub,hub,non_hub,584791.475936,4510609.36503,585831.986427,4508413.19181
+2790,2790,61,74.0,003002,,40.72217444,-73.98368779,78.0,008800,40.75012189,-73.970133575,1287.09859914,6964,3031,5507,1885,008800,216532475.876,003002,18686109.2263,,0.0,008800,003002,54824.7555142,43247,39634,hub,hub,non_hub,586940.323322,4511528.89362,585831.986427,4508413.19181
+2791,2791,241,111.0,003002,,40.72217444,-73.98368779,120.0,008900,40.74529008,-74.0021768567,1140.03102248,5560,3031,3511,1885,008900,54419260.2723,003002,18686109.2263,,0.0,008900,003002,54824.7555142,158638,39634,hub,hub,non_hub,584241.316685,4510961.27944,585831.986427,4508413.19181
+2792,2792,124,111.0,003002,,40.72217444,-73.98368779,110.0,009000,40.75261798,-73.9703317533,1258.91736111,7026,3031,5832,1885,009000,208846060.851,003002,18686109.2263,,0.0,009000,003002,54824.7555142,74531,39634,hub,hub,non_hub,586920.342162,4511805.78171,585831.986427,4508413.19181
+2793,2793,81,37.0,003002,,40.72217444,-73.98368779,39.0,009100,40.74487634,-73.99529885,1122.13580247,6415,3031,4386,1885,009100,127325659.041,003002,18686109.2263,,0.0,009100,003002,54824.7555142,63878,39634,hub,hub,non_hub,584822.527687,4510921.97538,585831.986427,4508413.19181
+2794,2794,118,74.0,003002,,40.72217444,-73.98368779,110.0,009200,40.7548518863,-73.9734329075,1207.05657182,1754,3031,1461,1885,009200,408192557.246,003002,18686109.2263,,0.0,009200,003002,54824.7555142,72226,39634,hub,hub,non_hub,586655.650548,4512050.69496,585831.986427,4508413.19181
+2795,2795,53,37.0,003002,,40.72217444,-73.98368779,39.0,009300,40.74475148,-73.99915362,1364.98113208,9705,3031,5585,1885,009300,68528055.2433,003002,18686109.2263,,0.0,009300,003002,54824.7555142,52202,39634,hub,hub,non_hub,584497.239363,4510904.39701,585831.986427,4508413.19181
+2796,2796,77,37.0,003002,,40.72217444,-73.98368779,31.0,009400,40.75320159,-73.9779874,1208.75324675,29,3031,16,1885,009400,299218147.811,003002,18686109.2263,,0.0,009400,003002,54824.7555142,82147,39634,hub,hub,non_hub,586273.319314,4511863.01244,585831.986427,4508413.19181
+2797,2797,140,37.0,003002,,40.72217444,-73.98368779,51.0,009500,40.746647,-73.993915,1128.06428571,3425,3031,1416,1885,009500,129660033.725,003002,18686109.2263,,0.0,009500,003002,54824.7555142,57488,39634,hub,hub,non_hub,584937.108907,4511119.86954,585831.986427,4508413.19181
+2798,2798,87,111.0,003002,,40.72217444,-73.98368779,140.0,009600,40.75607603,-73.9803967167,1470.82567568,153,3031,268,1885,009600,270304841.585,003002,18686109.2263,,0.0,009600,003002,54824.7555142,71527,39634,hub,hub,non_hub,586066.226062,4512179.73074,585831.986427,4508413.19181
+2799,2799,176,111.0,003002,,40.72217444,-73.98368779,99.0,009700,40.7493616033,-73.9991321067,1352.46029912,4744,3031,2827,1885,009700,83018263.1602,003002,18686109.2263,,0.0,009700,003002,54824.7555142,118804,39634,hub,hub,non_hub,584493.220017,4511416.17434,585831.986427,4508413.19181
+2800,2800,102,74.0,003002,,40.72217444,-73.98368779,70.0,009800,40.755285655,-73.96667288,1324.69903288,7105,3031,5244,1885,009800,115943808.909,003002,18686109.2263,,0.0,009800,003002,54824.7555142,40039,39634,hub,hub,non_hub,587225.727282,4512105.54383,585831.986427,4508413.19181
+2801,2801,334,185.0,003002,,40.72217444,-73.98368779,185.0,009900,40.7520807866,-74.0031899092,1349.09777958,3617,3031,2438,1885,009900,404439511.776,003002,18686109.2263,,0.0,009900,003002,54824.7555142,208076,39634,hub,hub,non_hub,584147.226991,4511714.12465,585831.986427,4508413.19181
+2802,2802,115,111.0,003002,,40.72217444,-73.98368779,121.0,010000,40.7583696933,-73.9710287767,1254.49698413,1829,3031,1399,1885,010000,366457143.613,003002,18686109.2263,,0.0,010000,003002,54824.7555142,72085,39634,hub,hub,non_hub,586854.014885,4512443.57459,585831.986427,4508413.19181
+2803,2803,288,111.0,003002,,40.72217444,-73.98368779,127.0,010100,40.74945622,-73.9903382667,1243.3718273,1119,3031,828,1885,010100,246168211.101,003002,18686109.2263,,0.0,010100,003002,54824.7555142,183377,39634,hub,hub,non_hub,585235.486219,4511435.18064,585831.986427,4508413.19181
+2804,2804,39,74.0,003002,,40.72217444,-73.98368779,81.0,010200,40.7606694,-73.973473555,1566.79868421,313,3031,268,1885,010200,333450202.294,003002,18686109.2263,,0.0,010200,003002,54824.7555142,46675,39634,hub,hub,non_hub,586644.664817,4512696.44233,585831.986427,4508413.19181
+2805,2805,134,74.0,003002,,40.72217444,-73.98368779,98.0,010300,40.751000495,-73.994372255,1353.88105363,1859,3031,1351,1885,010300,141506056.87,003002,18686109.2263,,0.0,010300,003002,54824.7555142,221593,39634,hub,hub,non_hub,584892.968074,4511602.69644,585831.986427,4508413.19181
+2806,2806,57,74.0,003002,,40.72217444,-73.98368779,75.0,010400,40.761664375,-73.976854975,1596.04108392,1031,3031,1033,1885,010400,363981333.295,003002,18686109.2263,,0.0,010400,003002,54824.7555142,65073,39634,hub,hub,non_hub,586357.961325,4512803.55852,585831.986427,4508413.19181
+2807,2807,40,37.0,003002,,40.72217444,-73.98368779,33.0,010602,40.75849116,-73.95920622,1477.575,4794,3031,2963,1885,010602,67980898.3739,003002,18686109.2263,,0.0,010602,003002,54824.7555142,22153,39634,hub,hub,non_hub,587851.796682,4512468.82754,585831.986427,4508413.19181
+2808,2808,147,111.0,003002,,40.72217444,-73.98368779,117.0,010800,40.7591736033,-73.96613818,1418.56118038,8531,3031,6272,1885,010800,189351523.799,003002,18686109.2263,,0.0,010800,003002,54824.7555142,79198,39634,hub,hub,non_hub,587265.778542,4512537.66689,585831.986427,4508413.19181
+2809,2809,155,74.0,003002,,40.72217444,-73.98368779,114.0,010900,40.751351715,-73.987594755,1252.30924611,182,3031,92,1885,010900,228173063.011,003002,18686109.2263,,0.0,010900,003002,54824.7555142,60092,39634,hub,hub,non_hub,585464.669441,4511648.26242,585831.986427,4508413.19181
+2810,2810,51,37.0,003002,,40.72217444,-73.98368779,59.0,011201,40.7643971,-73.97371465,1782.96078431,827,3031,964,1885,011201,118515444.187,003002,18686109.2263,,0.0,011201,003002,54824.7555142,41525,39634,hub,hub,non_hub,586619.474659,4513110.00718,585831.986427,4508413.19181
+2811,2811,39,37.0,003002,,40.72217444,-73.98368779,33.0,011203,40.76095756,-73.96724467,1533.8974359,1176,3031,1160,1885,011203,143782379.009,003002,18686109.2263,,0.0,011203,003002,54824.7555142,48033,39634,hub,hub,non_hub,587170.050102,4512734.59972,585831.986427,4508413.19181
+2812,2812,340,148.0,003002,,40.72217444,-73.98368779,198.0,011300,40.7548008425,-73.9888010575,1378.30827692,204,3031,107,1885,011300,357940519.061,003002,18686109.2263,,0.0,011300,003002,54824.7555142,236650,39634,hub,hub,non_hub,585358.423228,4512029.96675,585831.986427,4508413.19181
+2813,2813,112,74.0,003002,,40.72217444,-73.98368779,82.0,011500,40.75701407,-73.992353645,1507.22963801,2487,3031,1678,1885,011500,130958459.747,003002,18686109.2263,,0.0,011500,003002,54824.7555142,103294,39634,hub,hub,non_hub,585055.712647,4512272.20178,585831.986427,4508413.19181
+2814,2814,35,74.0,003002,,40.72217444,-73.98368779,84.0,011700,40.76058799,-74.00080945,1928.96153846,2938,3031,2304,1885,011700,91270705.1484,003002,18686109.2263,,0.0,011700,003002,54824.7555142,73016,39634,hub,hub,non_hub,584337.427395,4512660.77158,585831.986427,4508413.19181
+2815,2815,29,37.0,003002,,40.72217444,-73.98368779,34.0,011900,40.7568001,-73.98291153,1645.93103448,1079,3031,1121,1885,011900,395254501.74,003002,18686109.2263,,0.0,011900,003002,54824.7555142,39976,39634,hub,hub,non_hub,585853.012005,4512257.64444,585831.986427,4508413.19181
+2816,2816,132,111.0,003002,,40.72217444,-73.98368779,109.0,012100,40.7598593767,-73.9914900133,1470.40185185,8366,3031,5744,1885,012100,101223732.045,003002,18686109.2263,,0.0,012100,003002,54824.7555142,132767,39634,hub,hub,non_hub,585124.983126,4512588.88932,585831.986427,4508413.19181
+2817,2817,30,37.0,003002,,40.72217444,-73.98368779,51.0,012500,40.76064679,-73.98442659,1753.43333333,2439,3031,2096,1885,012500,322911522.418,003002,18686109.2263,,0.0,012500,003002,54824.7555142,45486,39634,hub,hub,non_hub,585720.180916,4512683.17447,585831.986427,4508413.19181
+2818,2818,82,74.0,003002,,40.72217444,-73.98368779,84.0,012700,40.762485435,-73.990447135,1248.76106934,6437,3031,4434,1885,012700,104637996.687,003002,18686109.2263,,0.0,012700,003002,54824.7555142,83393,39634,hub,hub,non_hub,585209.656415,4512881.41361,585831.986427,4508413.19181
+2819,2819,9,37.0,003002,,40.72217444,-73.98368779,24.0,012900,40.76341379,-73.99667444,1814.33333333,5312,3031,3621,1885,012900,158698340.053,003002,18686109.2263,,0.0,012900,003002,54824.7555142,28661,39634,hub,hub,non_hub,584682.864463,4512978.43901,585831.986427,4508413.19181
+2820,2820,70,111.0,003002,,40.72217444,-73.98368779,160.0,013100,40.7621295133,-73.98215453,1909.44362866,2489,3031,2283,1885,013100,405023451.28,003002,18686109.2263,,0.0,013100,003002,54824.7555142,107228,39634,hub,hub,non_hub,585910.04945,4512849.98999,585831.986427,4508413.19181
+2821,2821,57,111.0,003002,,40.72217444,-73.98368779,101.0,013300,40.7647250567,-73.9866537633,1846.83387534,5363,3031,3909,1885,013300,79847412.2593,003002,18686109.2263,,0.0,013300,003002,54824.7555142,89810,39634,hub,hub,non_hub,585526.963405,4513133.71926,585831.986427,4508413.19181
+2822,2822,40,74.0,003002,,40.72217444,-73.98368779,65.0,013500,40.766984435,-73.99227308,1507.08333333,6075,3031,3935,1885,013500,198199142.958,003002,18686109.2263,,0.0,013500,003002,54824.7555142,64723,39634,hub,hub,non_hub,585049.80204,4513379.06475,585831.986427,4508413.19181
+2823,2823,59,74.0,003002,,40.72217444,-73.98368779,98.0,013700,40.766109285,-73.981808355,1676.96437198,6557,3031,5442,1885,013700,314878324.419,003002,18686109.2263,,0.0,013700,003002,54824.7555142,91142,39634,hub,hub,non_hub,585934.141665,4513292.1137,585831.986427,4508413.19181
+2824,2824,7,37.0,003002,,40.72217444,-73.98368779,27.0,013900,40.768254,-73.988639,1908.14285714,7607,3031,7359,1885,013900,139918084.587,003002,18686109.2263,,0.0,013900,003002,54824.7555142,26390,39634,hub,hub,non_hub,585354.890073,4513523.52534,585831.986427,4508413.19181
+2825,2825,29,37.0,003002,,40.72217444,-73.98368779,49.0,014300,40.76590936,-73.97634151,1754.27586207,3,3031,0,1885,014300,50027992.3322,003002,18686109.2263,,0.0,014300,003002,54824.7555142,21051,39634,hub,hub,non_hub,586395.803012,4513275.28949,585831.986427,4508413.19181
+2826,2826,47,37.0,003002,,40.72217444,-73.98368779,36.0,014500,40.76915505,-73.98191841,1814.91489362,5811,3031,3462,1885,014500,253397343.373,003002,18686109.2263,,0.0,014500,003002,54824.7555142,68350,39634,hub,hub,non_hub,585920.929601,4513630.10902,585831.986427,4508413.19181
+2827,2827,41,37.0,003002,,40.72217444,-73.98368779,55.0,014700,40.770513,-73.988038,1181.82926829,2586,3031,1743,1885,014700,70871746.8417,003002,18686109.2263,,0.0,014700,003002,54824.7555142,35099,39634,hub,hub,non_hub,585402.720353,4513774.87644,585831.986427,4508413.19181
+2828,2828,9,37.0,003002,,40.72217444,-73.98368779,36.0,015100,40.771522,-73.990541,2047.11111111,8105,3031,4856,1885,015100,164953931.102,003002,18686109.2263,,0.0,015100,003002,54824.7555142,17578,39634,hub,hub,non_hub,585190.192062,4513884.4495,585831.986427,4508413.19181
+2829,2829,118,74.0,003002,,40.72217444,-73.98368779,70.0,031703,40.71644312,-74.014902115,1545.87414966,8670,3031,4231,1885,031703,332361109.355,003002,18686109.2263,,0.0,031703,003002,54824.7555142,136082,39634,hub,hub,non_hub,583202.897614,4507746.93647,585831.986427,4508413.19181
+2830,2830,104,111.0,003002,,40.72217444,-73.98368779,98.0,031704,40.7085171733,-74.0165557667,1537.1061706,6610,3031,3790,1885,031704,160823714.408,003002,18686109.2263,,0.0,031704,003002,54824.7555142,105244,39634,hub,hub,non_hub,583073.076824,4506865.54027,585831.986427,4508413.19181
+2831,2831,398,111.0,003002,,40.72217444,-73.98368779,85.0,000600,40.7128987867,-73.9898646367,650.435548313,11558,3031,4083,1885,000600,59149181.7526,003002,18686109.2263,,0.0,000600,003002,54824.7555142,70053,39634,hub,hub,non_hub,585322.159723,4507377.5136,585831.986427,4508413.19181
+2832,2832,867,363.0,003100,,40.7140617467,-74.0041933367,162.0,000202,40.71318002,-73.9818904933,774.282894666,8012,2809,3598,858,000202,37878157.9781,003100,145687012.574,003100,614588769.0,000202,003100,54552.2697958,56352,74546,hub,hub,non_hub,585995.353038,4507416.50937,584110.388584,4507492.78891
+2833,2833,3566,847.0,003100,,40.7140617467,-74.0041933367,774.0,000700,40.70581148,-74.0081572071,568.927973708,7722,2809,5201,858,000700,476954959.734,003100,145687012.574,003100,614588769.0,000700,003100,54552.2697958,160040,74546,hub,hub,hub,583785.918305,4506573.16797,584110.388584,4507492.78891
+2834,2834,792,242.0,003100,,40.7140617467,-74.0041933367,141.0,000800,40.712414475,-73.993471545,451.948889803,10365,2809,4150,858,000800,46479755.076,003100,145687012.574,003100,614588769.0,000800,003100,54552.2697958,34254,74546,hub,hub,non_hub,585018.109713,4507320.25418,584110.388584,4507492.78891
+2835,2835,634,363.0,003100,,40.7140617467,-74.0041933367,291.0,000900,40.7024745833,-74.01224785,859.901926833,1140,2809,939,858,000900,404341803.896,003100,145687012.574,003100,614588769.0,000900,003100,54552.2697958,46446,74546,hub,hub,non_hub,583444.520998,4506198.85784,584110.388584,4507492.78891
+2836,2836,61,121.0,003100,,40.7140617467,-74.0041933367,57.0,001002,40.71782143,-73.97628939,1166.60385294,6439,2809,2346,858,001002,22763374.2099,003100,145687012.574,003100,614588769.0,001002,003100,54552.2697958,15916,74546,hub,hub,non_hub,586462.45635,4507937.23607,584110.388584,4507492.78891
+2837,2837,357,242.0,003100,,40.7140617467,-74.0041933367,138.0,001200,40.717364275,-73.982955325,789.335872602,3547,2809,1857,858,001200,23518220.7411,003100,145687012.574,003100,614588769.0,001200,003100,54552.2697958,36493,74546,hub,hub,non_hub,585900.031125,4507879.94738,584110.388584,4507492.78891
+2838,2838,467,121.0,003100,,40.7140617467,-74.0041933367,108.0,001300,40.70463334,-74.01361706,772.601743627,3776,2809,3028,858,001300,286606455.687,003100,145687012.574,003100,614588769.0,001300,003100,54552.2697958,27671,74546,hub,hub,non_hub,583326.158808,4506437.19368,584110.388584,4507492.78891
+2839,2839,569,121.0,003100,,40.7140617467,-74.0041933367,84.0,001401,40.71559509,-73.9870295,657.924185856,3289,2809,1708,858,001401,20168722.3199,003100,145687012.574,003100,614588769.0,001401,003100,54552.2697958,26885,74546,hub,hub,non_hub,585558.18429,4507679.57909,584110.388584,4507492.78891
+2840,2840,461,242.0,003100,,40.7140617467,-74.0041933367,201.0,001501,40.70966832,-74.003597135,560.759829171,5581,2809,3450,858,001501,172466366.322,003100,145687012.574,003100,614588769.0,001501,003100,54552.2697958,27425,74546,hub,hub,non_hub,584166.279828,4507005.66129,584110.388584,4507492.78891
+2841,2841,2429,363.0,003100,,40.7140617467,-74.0041933367,369.0,001502,40.7088053467,-74.00635276,419.109778278,7095,2809,3459,858,001502,221282059.103,003100,145687012.574,003100,614588769.0,001502,003100,54552.2697958,82052,74546,hub,hub,non_hub,583934.59195,4506907.22889,584110.388584,4507492.78891
+2842,2842,1348,363.0,003100,,40.7140617467,-74.0041933367,321.0,001600,40.7153350167,-73.9943926833,518.518220383,8236,2809,3242,858,001600,76565505.7581,003100,145687012.574,003100,614588769.0,001600,003100,54552.2697958,82798,74546,hub,hub,non_hub,584936.591099,4507643.5622,584110.388584,4507492.78891
+2843,2843,1022,484.0,003100,,40.7140617467,-74.0041933367,462.0,001800,40.7193657075,-73.9906468425,716.485492283,8063,2809,3489,858,001800,60554858.5127,003100,145687012.574,003100,614588769.0,001800,003100,54552.2697958,133306,74546,hub,hub,non_hub,585247.838585,4508094.62497,584110.388584,4507492.78891
+2844,2844,136,242.0,003100,,40.7140617467,-74.0041933367,138.0,002000,40.721554605,-73.977309405,1223.34697856,4795,2809,1899,858,002000,17907673.5628,003100,145687012.574,003100,614588769.0,002000,003100,54552.2697958,31656,74546,hub,hub,non_hub,586371.478696,4508350.63994,584110.388584,4507492.78891
+2845,2845,10283,484.0,003100,,40.7140617467,-74.0041933367,306.0,002100,40.71451321,-74.0108850975,386.00539574,6111,2809,3038,858,002100,273869828.705,003100,145687012.574,003100,614588769.0,002100,003100,54552.2697958,151037,74546,hub,hub,hub,583544.598931,4507536.51732,584110.388584,4507492.78891
+2846,2846,262,242.0,003100,,40.7140617467,-74.0041933367,132.0,002201,40.71833027,-73.980972895,882.813896604,6762,2809,3030,858,002201,37585954.9949,003100,145687012.574,003100,614588769.0,002201,003100,54552.2697958,26391,74546,hub,hub,non_hub,586066.226443,4507989.12022,584110.388584,4507492.78891
+2847,2847,79,121.0,003100,,40.7140617467,-74.0041933367,93.0,002202,40.7208736,-73.98085795,1086.18730159,2256,2809,1045,858,002202,13179093.8977,003100,145687012.574,003100,614588769.0,002202,003100,54552.2697958,23935,74546,hub,hub,non_hub,586072.658368,4508271.55961,584110.388584,4507492.78891
+2848,2848,203,242.0,003100,,40.7140617467,-74.0041933367,144.0,002400,40.724744875,-73.974986535,1279.75173553,5775,2809,2175,858,002400,17986635.5592,003100,145687012.574,003100,614588769.0,002400,003100,54552.2697958,17965,74546,hub,hub,non_hub,586563.526382,4508707.06897,584110.388584,4507492.78891
+2849,2849,1140,242.0,003100,,40.7140617467,-74.0041933367,186.0,002500,40.7111743,-73.99849582,413.316088376,5061,2809,1917,858,002500,22428407.6271,003100,145687012.574,003100,614588769.0,002500,003100,54552.2697958,28216,74546,hub,hub,non_hub,584595.28909,4507177.73549,584110.388584,4507492.78891
+2850,2850,80,121.0,003100,,40.7140617467,-74.0041933367,93.0,002601,40.72299208,-73.97995466,1123.98305753,3774,2809,1593,858,002601,22248722.3098,003100,145687012.574,003100,614588769.0,002601,003100,54552.2697958,22144,74546,hub,hub,non_hub,586146.216204,4508507.61099,584110.388584,4507492.78891
+2851,2851,889,121.0,003100,,40.7140617467,-74.0041933367,81.0,002700,40.71307916,-73.99851193,307.986302613,1191,2809,655,858,002700,11349914.9514,003100,145687012.574,003100,614588769.0,002700,003100,54552.2697958,20570,74546,hub,hub,non_hub,584591.517275,4507389.17181,584110.388584,4507492.78891
+2852,2852,99,121.0,003100,,40.7140617467,-74.0041933367,96.0,002800,40.72521311,-73.97768752,1318.12718069,7302,2809,3341,858,002800,47641507.3146,003100,145687012.574,003100,614588769.0,002800,003100,54552.2697958,36744,74546,hub,hub,non_hub,586334.816403,4508756.38709,584110.388584,4507492.78891
+2853,2853,983,121.0,003100,,40.7140617467,-74.0041933367,129.0,002900,40.71602118,-73.99974372,355.937813423,5855,2809,2420,858,002900,200965547.24,003100,145687012.574,003100,614588769.0,002900,003100,54552.2697958,31936,74546,hub,hub,non_hub,584483.752153,4507714.56961,584110.388584,4507492.78891
+2854,2854,395,121.0,003100,,40.7140617467,-74.0041933367,105.0,003001,40.72066442,-73.98517977,867.718012985,4301,2809,2553,858,003001,34302720.7166,003100,145687012.574,003100,614588769.0,003001,003100,54552.2697958,41223,74546,hub,hub,non_hub,585707.91731,4508244.11218,584110.388584,4507492.78891
+2855,2855,308,121.0,003100,,40.7140617467,-74.0041933367,111.0,003002,40.72217444,-73.98368779,970.967950484,3031,2809,1885,858,003002,18686109.2263,003100,145687012.574,003100,614588769.0,003002,003100,54552.2697958,38675,74546,hub,hub,non_hub,585831.986427,4508413.19181,584110.388584,4507492.78891
+2856,2856,498,363.0,003100,,40.7140617467,-74.0041933367,300.0,003200,40.7260543867,-73.9823576167,1093.49464554,7630,2809,4888,858,003200,46369492.482,003100,145687012.574,003100,614588769.0,003200,003100,54552.2697958,138064,74546,hub,hub,non_hub,585939.335766,4508845.19329,584110.388584,4507492.78891
+2857,2857,3914,605.0,003100,,40.7140617467,-74.0041933367,519.0,003300,40.71882416,-74.0063292666,396.3067358,5174,2809,2694,858,003300,215459582.054,003100,145687012.574,003100,614588769.0,003300,003100,54552.2697958,115059,74546,hub,hub,hub,583923.994102,4508019.40459,584110.388584,4507492.78891
+2858,2858,299,121.0,003100,,40.7140617467,-74.0041933367,117.0,003400,40.72955361,-73.98057249,1080.69630726,6706,2809,4203,858,003400,42933229.7541,003100,145687012.574,003100,614588769.0,003400,003100,54552.2697958,47926,74546,hub,hub,non_hub,586085.581298,4509235.37985,584110.388584,4507492.78891
+2859,2859,736,242.0,003100,,40.7140617467,-74.0041933367,198.0,003601,40.72217423,-73.990293175,723.541241643,3299,2809,1613,858,003601,29191583.8104,003100,145687012.574,003100,614588769.0,003601,003100,54552.2697958,77585,74546,hub,hub,non_hub,585274.124459,4508406.73315,584110.388584,4507492.78891
+2860,2860,393,242.0,003100,,40.7140617467,-74.0041933367,186.0,003602,40.724852985,-73.989265345,833.402845568,2918,2809,1586,858,003602,24941258.1161,003100,145687012.574,003100,614588769.0,003602,003100,54552.2697958,82124,74546,hub,hub,non_hub,585357.507872,4508705.09166,584110.388584,4507492.78891
+2861,2861,1169,484.0,003100,,40.7140617467,-74.0041933367,444.0,003700,40.7256696075,-74.0052069325,699.909553452,2401,2809,1490,858,003700,212385639.924,003100,145687012.574,003100,614588769.0,003700,003100,54552.2697958,173333,74546,hub,hub,non_hub,584010.178026,4508780.36793,584110.388584,4507492.78891
+2862,2862,950,484.0,003100,,40.7140617467,-74.0041933367,480.0,003800,40.72765889,-73.988195855,879.869424989,8610,2809,5795,858,003800,67437493.5221,003100,145687012.574,003100,614588769.0,003800,003100,54552.2697958,167230,74546,hub,hub,non_hub,585444.239635,4509017.60641,584110.388584,4507492.78891
+2863,2863,4487,484.0,003100,,40.7140617467,-74.0041933367,318.0,003900,40.7201717475,-74.00983051,446.084601297,5253,2809,3059,858,003900,194910113.03,003100,145687012.574,003100,614588769.0,003900,003100,54552.2697958,113624,74546,hub,hub,hub,583626.593058,4508165.65565,584110.388584,4507492.78891
+2864,2864,434,242.0,003100,,40.7140617467,-74.0041933367,198.0,004000,40.73000573,-73.98549552,1036.67686159,9801,2809,4546,858,004000,66858387.5133,003100,145687012.574,003100,614588769.0,004000,003100,54552.2697958,99660,74546,hub,hub,non_hub,585669.269443,4509280.75306,584110.388584,4507492.78891
+2865,2865,2030,242.0,003100,,40.7140617467,-74.0041933367,192.0,004100,40.7195529,-73.996789035,490.851630539,7793,2809,3765,858,004100,71738983.3617,003100,145687012.574,003100,614588769.0,004100,003100,54552.2697958,114685,74546,hub,hub,non_hub,584728.836557,4508109.46034,584110.388584,4507492.78891
+2866,2866,277,121.0,003100,,40.7140617467,-74.0041933367,105.0,004200,40.73223272,-73.98889957,934.561799933,4988,2809,1801,858,004200,39941846.3325,003100,145687012.574,003100,614588769.0,004200,003100,54552.2697958,50846,74546,hub,hub,non_hub,585378.96492,4509524.64843,584110.388584,4507492.78891
+2867,2867,814,242.0,003100,,40.7140617467,-74.0041933367,201.0,004300,40.723870235,-73.995226525,622.328768813,4267,2809,2598,858,004300,65935514.1184,003100,145687012.574,003100,614588769.0,004300,003100,54552.2697958,95162,74546,hub,hub,non_hub,584855.320992,4508590.22212,584110.388584,4507492.78891
+2868,2868,397,242.0,003100,,40.7140617467,-74.0041933367,180.0,004400,40.73080269,-73.97968993,1206.89192797,17710,2809,8297,858,004400,114601147.016,003100,145687012.574,003100,614588769.0,004400,003100,54552.2697958,106427,74546,hub,hub,non_hub,586158.498991,4509374.90208,584110.388584,4507492.78891
+2869,2869,803,121.0,003100,,40.7140617467,-74.0041933367,81.0,004500,40.71910537,-73.99973337,386.340729743,840,2809,582,858,004500,52009114.8865,003100,145687012.574,003100,614588769.0,004500,003100,54552.2697958,34275,74546,hub,hub,non_hub,584480.726971,4508056.94497,584110.388584,4507492.78891
+2870,2870,386,121.0,003100,,40.7140617467,-74.0041933367,117.0,004700,40.72165481,-74.00234737,554.19840494,2267,2809,1586,858,004700,75477587.1594,003100,145687012.574,003100,614588769.0,004700,003100,54552.2697958,27544,74546,hub,hub,non_hub,584256.734795,4508337.43837,584110.388584,4507492.78891
+2871,2871,196,121.0,003100,,40.7140617467,-74.0041933367,105.0,004800,40.73624527,-73.98473765,1124.5523287,7550,2809,3799,858,004800,74763044.6965,003100,145687012.574,003100,614588769.0,004800,003100,54552.2697958,42567,74546,hub,hub,non_hub,585725.258797,4509974.12516,584110.388584,4507492.78891
+2872,2872,803,242.0,003100,,40.7140617467,-74.0041933367,219.0,004900,40.724268615,-74.000521515,635.716668806,4951,2809,3054,858,004900,103848670.177,003100,145687012.574,003100,614588769.0,004900,003100,54552.2697958,80152,74546,hub,hub,non_hub,584407.63728,4508629.34168,584110.388584,4507492.78891
+2873,2873,494,363.0,003100,,40.7140617467,-74.0041933367,279.0,005000,40.7359163467,-73.9873427633,1035.03675649,5061,2809,3595,858,005000,120638459.215,003100,145687012.574,003100,614588769.0,005000,003100,54552.2697958,111023,74546,hub,hub,non_hub,585505.709717,4509935.07175,584110.388584,4507492.78891
+2874,2874,527,242.0,003100,,40.7140617467,-74.0041933367,318.0,005200,40.73715585,-73.991241315,1119.0275215,4193,2809,1785,858,005200,109103391.81,003100,145687012.574,003100,614588769.0,005200,003100,54552.2697958,159876,74546,hub,hub,non_hub,585174.941656,4510068.87544,584110.388584,4507492.78891
+2875,2875,107,121.0,003100,,40.7140617467,-74.0041933367,141.0,005400,40.73971301,-73.99456405,1190.52936204,4656,2809,2837,858,005400,128803552.888,003100,145687012.574,003100,614588769.0,005400,003100,54552.2697958,73728,74546,hub,hub,non_hub,584891.129718,4510349.51956,584110.388584,4507492.78891
+2876,2876,340,121.0,003100,,40.7140617467,-74.0041933367,90.0,005501,40.72679454,-73.99695094,720.702817035,5079,2809,2483,858,005501,61061928.4125,003100,145687012.574,003100,614588769.0,005501,003100,54552.2697958,57258,74546,hub,hub,non_hub,584705.980012,4508913.17477,584110.388584,4507492.78891
+2877,2877,295,121.0,003100,,40.7140617467,-74.0041933367,81.0,005502,40.72743423,-73.99379025,768.875100496,2383,2809,1262,858,005502,49017118.6146,003100,145687012.574,003100,614588769.0,005502,003100,54552.2697958,55117,74546,hub,hub,non_hub,584972.085912,4508987.23863,584110.388584,4507492.78891
+2878,2878,376,242.0,003100,,40.7140617467,-74.0041933367,285.0,005600,40.74065347,-73.98778661,1234.56374947,2618,2809,2190,858,005600,189153355.609,003100,145687012.574,003100,614588769.0,005600,003100,54552.2697958,113209,74546,hub,hub,non_hub,585462.168743,4510460.49357,584110.388584,4507492.78891
+2879,2879,1005,242.0,003100,,40.7140617467,-74.0041933367,246.0,005700,40.729662915,-73.992405595,821.941676816,2937,2809,1789,858,005700,90178032.7137,003100,145687012.574,003100,614588769.0,005700,003100,54552.2697958,156896,74546,hub,hub,non_hub,585086.179601,4509235.9788,584110.388584,4507492.78891
+2880,2880,281,242.0,003100,,40.7140617467,-74.0041933367,261.0,005800,40.743154205,-73.990299735,1388.60527014,3182,2809,2306,858,005800,164037511.755,003100,145687012.574,003100,614588769.0,005800,003100,54552.2697958,130970,74546,hub,hub,non_hub,585246.786708,4510735.64918,584110.388584,4507492.78891
+2881,2881,178,121.0,003100,,40.7140617467,-74.0041933367,93.0,005900,40.73049393,-73.9957214,946.619133541,5516,2809,3276,858,005900,71785177.1361,003100,145687012.574,003100,614588769.0,005900,003100,54552.2697958,53180,74546,hub,hub,non_hub,584805.117402,4509325.01914,584110.388584,4507492.78891
+2882,2882,346,242.0,003100,,40.7140617467,-74.0041933367,189.0,006000,40.734822295,-73.976916765,1284.75096127,5286,2809,2459,858,006000,27468182.8943,003100,145687012.574,003100,614588769.0,006000,003100,54552.2697958,80462,74546,hub,hub,non_hub,586387.478737,4509823.83141,584110.388584,4507492.78891
+2883,2883,1256,484.0,003100,,40.7140617467,-74.0041933367,423.0,006100,40.73385254,-73.992357065,942.957311796,4913,2809,2683,858,006100,91682014.33,003100,145687012.574,003100,614588769.0,006100,003100,54552.2697958,245510,74546,hub,hub,non_hub,585084.940162,4509701.10308,584110.388584,4507492.78891
+2884,2884,61,121.0,003100,,40.7140617467,-74.0041933367,90.0,006200,40.7381765,-73.97738662,1517.46615385,4680,2809,1401,858,006200,231817485.533,003100,145687012.574,003100,614588769.0,006200,003100,54552.2697958,33218,74546,hub,hub,non_hub,586343.467107,4510195.70961,584110.388584,4507492.78891
+2885,2885,286,363.0,003100,,40.7140617467,-74.0041933367,297.0,006300,40.7346940933,-73.99785666,1100.27994525,6076,2809,4277,858,006300,85447631.8451,003100,145687012.574,003100,614588769.0,006300,003100,54552.2697958,120233,74546,hub,hub,non_hub,584619.48321,4509789.20591,584110.388584,4507492.78891
+2886,2886,218,121.0,003100,,40.7140617467,-74.0041933367,117.0,006400,40.73587678,-73.98205027,1203.55789026,7518,2809,5058,858,006400,95664936.1545,003100,145687012.574,003100,614588769.0,006400,003100,54552.2697958,47750,74546,hub,hub,non_hub,585952.649806,4509935.84788,584110.388584,4507492.78891
+2887,2887,608,363.0,003100,,40.7140617467,-74.0041933367,318.0,006500,40.7306296367,-73.9991423,851.18045926,6517,2809,3568,858,006500,59290910.3694,003100,145687012.574,003100,614588769.0,006500,003100,54552.2697958,125356,74546,hub,hub,non_hub,584516.067395,4509336.78488,584110.388584,4507492.78891
+2888,2888,263,242.0,003100,,40.7140617467,-74.0041933367,246.0,006600,40.739285505,-73.97827188,1423.92873615,11780,2809,6818,858,006600,84730469.4548,003100,145687012.574,003100,614588769.0,006600,003100,54552.2697958,74621,74546,hub,hub,non_hub,586267.286922,4510317.94668,584110.388584,4507492.78891
+2889,2889,292,121.0,003100,,40.7140617467,-74.0041933367,117.0,006700,40.73038599,-74.00214988,902.635065589,4984,2809,3796,858,006700,47238039.9972,003100,145687012.574,003100,614588769.0,006700,003100,54552.2697958,70025,74546,hub,hub,non_hub,584262.399901,4509306.84766,584110.388584,4507492.78891
+2890,2890,126,121.0,003100,,40.7140617467,-74.0041933367,117.0,006800,40.74025878,-73.98409214,1306.15832651,6735,2809,4494,858,006800,130298431.446,003100,145687012.574,003100,614588769.0,006800,003100,54552.2697958,58926,74546,hub,hub,non_hub,585774.608423,4510420.28363,584110.388584,4507492.78891
+2891,2891,511,242.0,003100,,40.7140617467,-74.0041933367,201.0,006900,40.732319905,-74.0069291,1020.50543923,2687,2809,1484,858,006900,61292499.9331,003100,145687012.574,003100,614588769.0,006900,003100,54552.2697958,130727,74546,hub,hub,non_hub,583856.38945,4509516.94969,584110.388584,4507492.78891
+2892,2892,342,363.0,003100,,40.7140617467,-74.0041933367,381.0,007000,40.74250285,-73.9755895533,1513.78958214,8302,2809,5669,858,007000,78634704.8451,003100,145687012.574,003100,614588769.0,007000,003100,54552.2697958,145227,74546,hub,hub,non_hub,586489.598764,4510677.73445,584110.388584,4507492.78891
+2893,2893,169,242.0,003100,,40.7140617467,-74.0041933367,213.0,007100,40.736526545,-74.000108805,1135.62584994,5633,2809,3844,858,007100,68447429.2743,003100,145687012.574,003100,614588769.0,007100,003100,54552.2697958,79459,74546,hub,hub,non_hub,584426.995774,4509990.4524,584110.388584,4507492.78891
+2894,2894,365,363.0,003100,,40.7140617467,-74.0041933367,378.0,007200,40.7447014833,-73.98154809,1439.19962707,7734,2809,5222,858,007200,132092861.454,003100,145687012.574,003100,614588769.0,007200,003100,54552.2697958,157612,74546,hub,hub,non_hub,585983.687715,4510915.94446,584110.388584,4507492.78891
+2895,2895,256,242.0,003100,,40.7140617467,-74.0041933367,177.0,007300,40.734682705,-74.00388484,1148.3297562,5615,2809,4547,858,007300,48716185.79,003100,145687012.574,003100,614588769.0,007300,003100,54552.2697958,92567,74546,hub,hub,non_hub,584110.479319,4509782.14883,584110.388584,4507492.78891
+2896,2896,162,242.0,003100,,40.7140617467,-74.0041933367,258.0,007400,40.746413585,-73.98586892,1314.40948842,4179,2809,2700,858,007400,170614202.951,003100,145687012.574,003100,614588769.0,007400,003100,54552.2697958,81121,74546,hub,hub,non_hub,585616.696258,4511101.7763,584110.388584,4507492.78891
+2897,2897,203,242.0,003100,,40.7140617467,-74.0041933367,207.0,007600,40.74737476,-73.988320695,1332.3432345,2203,2809,1573,858,007600,242014413.464,003100,145687012.574,003100,614588769.0,007600,003100,54552.2697958,97464,74546,hub,hub,non_hub,585408.475283,4511206.08492,584110.388584,4507492.78891
+2898,2898,133,121.0,003100,,40.7140617467,-74.0041933367,129.0,007700,40.7390169121,-74.0026376103,1219.9248044,5404,2809,4254,858,007700,59306273.1509,003100,145687012.574,003100,614588769.0,007700,003100,54552.2697958,79025,74546,hub,hub,non_hub,584210.329106,4510264.47156,584110.388584,4507492.78891
+2899,2899,281,121.0,003100,,40.7140617467,-74.0041933367,117.0,007800,40.74780373,-73.9734419,1671.23380438,7380,2809,5372,858,007800,112124597.728,003100,145687012.574,003100,614588769.0,007800,003100,54552.2697958,59601,74546,hub,hub,non_hub,586664.043115,4511268.28888,584110.388584,4507492.78891
+2900,2900,529,605.0,003100,,40.7140617467,-74.0041933367,522.0,007900,40.738916514,-74.007286026,1193.84584505,4406,2809,2904,858,007900,86937368.5918,003100,145687012.574,003100,614588769.0,007900,003100,54552.2697958,171846,74546,hub,hub,non_hub,583817.969395,4510248.87788,584110.388584,4507492.78891
+2901,2901,143,242.0,003100,,40.7140617467,-74.0041933367,213.0,008000,40.7485693,-73.97717991,1595.04093129,4946,2809,3730,858,008000,197763821.532,003100,145687012.574,003100,614588769.0,008000,003100,54552.2697958,74808,74546,hub,hub,non_hub,586347.477591,4511349.58844,584110.388584,4507492.78891
+2902,2902,87,121.0,003100,,40.7140617467,-74.0041933367,117.0,008100,40.73935542,-73.99931783,1325.27758478,8675,2809,5315,858,008100,91100400.6907,003100,145687012.574,003100,614588769.0,008100,003100,54552.2697958,53195,74546,hub,hub,non_hub,584490.204148,4510305.23824,584110.388584,4507492.78891
+2903,2903,1521,363.0,003100,,40.7140617467,-74.0041933367,525.0,008200,40.7519140997,-73.9792928929,1530.01474517,3442,2809,2534,858,008200,262405408.076,003100,145687012.574,003100,614588769.0,008200,003100,54552.2697958,228612,74546,hub,hub,non_hub,586164.776469,4511718.80897,584110.388584,4507492.78891
+2904,2904,484,484.0,003100,,40.7140617467,-74.0041933367,357.0,008300,40.742591315,-74.004102785,1291.06664395,4211,2809,2321,858,008300,119862327.354,003100,145687012.574,003100,614588769.0,008300,003100,54552.2697958,186113,74546,hub,hub,non_hub,584082.11654,4510659.85081,584110.388584,4507492.78891
+2905,2905,78,121.0,003100,,40.7140617467,-74.0041933367,114.0,008400,40.75038009,-73.98338988,1460.84373339,1726,2809,1041,858,008400,147824461.739,003100,145687012.574,003100,614588769.0,008400,003100,54552.2697958,34199,74546,hub,hub,non_hub,585820.889203,4511544.50828,584110.388584,4507492.78891
+2906,2906,164,121.0,003100,,40.7140617467,-74.0041933367,129.0,008601,40.744219,-73.97121214,1822.18947777,2551,2809,1528,858,008601,31141773.9073,003100,145687012.574,003100,614588769.0,008601,003100,54552.2697958,31961,74546,hub,hub,non_hub,586856.951039,4510872.56191,584110.388584,4507492.78891
+2907,2907,233,242.0,003100,,40.7140617467,-74.0041933367,234.0,008700,40.74206378,-73.995708955,1283.84039439,6671,2809,4249,858,008700,85660216.7821,003100,145687012.574,003100,614588769.0,008700,003100,54552.2697958,152953,74546,hub,hub,non_hub,584791.475936,4510609.36503,584110.388584,4507492.78891
+2908,2908,126,242.0,003100,,40.7140617467,-74.0041933367,234.0,008800,40.75012189,-73.970133575,1761.88069801,6964,2809,5507,858,008800,216532475.876,003100,145687012.574,003100,614588769.0,008800,003100,54552.2697958,43247,74546,hub,hub,non_hub,586940.323322,4511528.89362,584110.388584,4507492.78891
+2909,2909,454,363.0,003100,,40.7140617467,-74.0041933367,360.0,008900,40.74529008,-74.0021768567,1247.58192725,5560,2809,3511,858,008900,54419260.2723,003100,145687012.574,003100,614588769.0,008900,003100,54552.2697958,158638,74546,hub,hub,non_hub,584241.316685,4510961.27944,584110.388584,4507492.78891
+2910,2910,223,363.0,003100,,40.7140617467,-74.0041933367,330.0,009000,40.75261798,-73.9703317533,1684.20510384,7026,2809,5832,858,009000,208846060.851,003100,145687012.574,003100,614588769.0,009000,003100,54552.2697958,74531,74546,hub,hub,non_hub,586920.342162,4511805.78171,584110.388584,4507492.78891
+2911,2911,78,121.0,003100,,40.7140617467,-74.0041933367,117.0,009100,40.74487634,-73.99529885,1316.17956595,6415,2809,4386,858,009100,127325659.041,003100,145687012.574,003100,614588769.0,009100,003100,54552.2697958,63878,74546,hub,hub,non_hub,584822.527687,4510921.97538,584110.388584,4507492.78891
+2912,2912,78,242.0,003100,,40.7140617467,-74.0041933367,330.0,009200,40.7548518863,-73.9734329075,1689.1729798,1754,2809,1461,858,009200,408192557.246,003100,145687012.574,003100,614588769.0,009200,003100,54552.2697958,72226,74546,hub,hub,non_hub,586655.650548,4512050.69496,584110.388584,4507492.78891
+2913,2913,65,121.0,003100,,40.7140617467,-74.0041933367,117.0,009300,40.74475148,-73.99915362,1481.81260504,9705,2809,5585,858,009300,68528055.2433,003100,145687012.574,003100,614588769.0,009300,003100,54552.2697958,52202,74546,hub,hub,non_hub,584497.239363,4510904.39701,584110.388584,4507492.78891
+2914,2914,224,121.0,003100,,40.7140617467,-74.0041933367,93.0,009400,40.75320159,-73.9779874,1573.99425647,29,2809,16,858,009400,299218147.811,003100,145687012.574,003100,614588769.0,009400,003100,54552.2697958,82147,74546,hub,hub,non_hub,586273.319314,4511863.01244,584110.388584,4507492.78891
+2915,2915,83,121.0,003100,,40.7140617467,-74.0041933367,153.0,009500,40.746647,-73.993915,1422.21500448,3425,2809,1416,858,009500,129660033.725,003100,145687012.574,003100,614588769.0,009500,003100,54552.2697958,57488,74546,hub,hub,non_hub,584937.108907,4511119.86954,584110.388584,4507492.78891
+2916,2916,161,363.0,003100,,40.7140617467,-74.0041933367,420.0,009600,40.75607603,-73.9803967167,1720.82832236,153,2809,268,858,009600,270304841.585,003100,145687012.574,003100,614588769.0,009600,003100,54552.2697958,71527,74546,hub,hub,non_hub,586066.226062,4512179.73074,584110.388584,4507492.78891
+2917,2917,236,363.0,003100,,40.7140617467,-74.0041933367,297.0,009700,40.7493616033,-73.9991321067,1335.5439392,4744,2809,2827,858,009700,83018263.1602,003100,145687012.574,003100,614588769.0,009700,003100,54552.2697958,118804,74546,hub,hub,non_hub,584493.220017,4511416.17434,584110.388584,4507492.78891
+2918,2918,63,242.0,003100,,40.7140617467,-74.0041933367,210.0,009800,40.755285655,-73.96667288,1901.78502239,7105,2809,5244,858,009800,115943808.909,003100,145687012.574,003100,614588769.0,009800,003100,54552.2697958,40039,74546,hub,hub,non_hub,587225.727282,4512105.54383,584110.388584,4507492.78891
+2919,2919,564,605.0,003100,,40.7140617467,-74.0041933367,555.0,009900,40.7520807866,-74.0031899092,1372.1910422,3617,2809,2438,858,009900,404439511.776,003100,145687012.574,003100,614588769.0,009900,003100,54552.2697958,208076,74546,hub,hub,non_hub,584147.226991,4511714.12465,584110.388584,4507492.78891
+2920,2920,91,363.0,003100,,40.7140617467,-74.0041933367,363.0,010000,40.7583696933,-73.9710287767,1658.25336983,1829,2809,1399,858,010000,366457143.613,003100,145687012.574,003100,614588769.0,010000,003100,54552.2697958,72085,74546,hub,hub,non_hub,586854.014885,4512443.57459,584110.388584,4507492.78891
+2921,2921,260,363.0,003100,,40.7140617467,-74.0041933367,381.0,010100,40.74945622,-73.9903382667,1451.06007996,1119,2809,828,858,010100,246168211.101,003100,145687012.574,003100,614588769.0,010100,003100,54552.2697958,183377,74546,hub,hub,non_hub,585235.486219,4511435.18064,584110.388584,4507492.78891
+2922,2922,68,242.0,003100,,40.7140617467,-74.0041933367,243.0,010200,40.7606694,-73.973473555,1719.30698006,313,2809,268,858,010200,333450202.294,003100,145687012.574,003100,614588769.0,010200,003100,54552.2697958,46675,74546,hub,hub,non_hub,586644.664817,4512696.44233,584110.388584,4507492.78891
+2923,2923,911,242.0,003100,,40.7140617467,-74.0041933367,294.0,010300,40.751000495,-73.994372255,1525.78134649,1859,2809,1351,858,010300,141506056.87,003100,145687012.574,003100,614588769.0,010300,003100,54552.2697958,221593,74546,hub,hub,non_hub,584892.968075,4511602.69644,584110.388584,4507492.78891
+2924,2924,67,242.0,003100,,40.7140617467,-74.0041933367,225.0,010400,40.761664375,-73.976854975,1797.24017094,1031,2809,1033,858,010400,363981333.295,003100,145687012.574,003100,614588769.0,010400,003100,54552.2697958,65073,74546,hub,hub,non_hub,586357.961325,4512803.55852,584110.388584,4507492.78891
+2925,2925,62,121.0,003100,,40.7140617467,-74.0041933367,99.0,010602,40.75849116,-73.95920622,2005.1576087,4794,2809,2963,858,010602,67980898.3739,003100,145687012.574,003100,614588769.0,010602,003100,54552.2697958,22153,74546,hub,hub,non_hub,587851.796682,4512468.82754,584110.388584,4507492.78891
+2926,2926,211,363.0,003100,,40.7140617467,-74.0041933367,351.0,010800,40.7591736033,-73.96613818,1931.09083634,8531,2809,6272,858,010800,189351523.799,003100,145687012.574,003100,614588769.0,010800,003100,54552.2697958,79198,74546,hub,hub,non_hub,587265.778542,4512537.66689,584110.388584,4507492.78891
+2927,2927,63,242.0,003100,,40.7140617467,-74.0041933367,342.0,010900,40.751351715,-73.987594755,1413.1771978,182,2809,92,858,010900,228173063.011,003100,145687012.574,003100,614588769.0,010900,003100,54552.2697958,60092,74546,hub,hub,non_hub,585464.669441,4511648.26242,584110.388584,4507492.78891
+2928,2928,23,121.0,003100,,40.7140617467,-74.0041933367,177.0,011201,40.7643971,-73.97371465,2050.55925926,827,2809,964,858,011201,118515444.187,003100,145687012.574,003100,614588769.0,011201,003100,54552.2697958,41525,74546,hub,hub,non_hub,586619.474659,4513110.00718,584110.388584,4507492.78891
+2929,2929,140,121.0,003100,,40.7140617467,-74.0041933367,99.0,011203,40.76095756,-73.96724467,1900.38075716,1176,2809,1160,858,011203,143782379.009,003100,145687012.574,003100,614588769.0,011203,003100,54552.2697958,48033,74546,hub,hub,non_hub,587170.050102,4512734.59972,584110.388584,4507492.78891
+2930,2930,371,484.0,003100,,40.7140617467,-74.0041933367,594.0,011300,40.7548008425,-73.9888010575,1411.34426287,204,2809,107,858,011300,357940519.061,003100,145687012.574,003100,614588769.0,011300,003100,54552.2697958,236650,74546,hub,hub,non_hub,585358.423228,4512029.96675,584110.388584,4507492.78891
+2931,2931,174,242.0,003100,,40.7140617467,-74.0041933367,246.0,011500,40.75701407,-73.992353645,1371.44150052,2487,2809,1678,858,011500,130958459.747,003100,145687012.574,003100,614588769.0,011500,003100,54552.2697958,103294,74546,hub,hub,non_hub,585055.712647,4512272.20178,584110.388584,4507492.78891
+2932,2932,271,242.0,003100,,40.7140617467,-74.0041933367,252.0,011700,40.76058799,-74.00080945,1525.57272151,2938,2809,2304,858,011700,91270705.1484,003100,145687012.574,003100,614588769.0,011700,003100,54552.2697958,73016,74546,hub,hub,non_hub,584337.427395,4512660.77158,584110.388584,4507492.78891
+2933,2933,45,121.0,003100,,40.7140617467,-74.0041933367,102.0,011900,40.7568001,-73.98291153,1704.55596405,1079,2809,1121,858,011900,395254501.74,003100,145687012.574,003100,614588769.0,011900,003100,54552.2697958,39976,74546,hub,hub,non_hub,585853.012005,4512257.64444,584110.388584,4507492.78891
+2934,2934,348,363.0,003100,,40.7140617467,-74.0041933367,327.0,012100,40.7598593767,-73.9914900133,1412.43484115,8366,2809,5744,858,012100,101223732.045,003100,145687012.574,003100,614588769.0,012100,003100,54552.2697958,132767,74546,hub,hub,non_hub,585124.983126,4512588.88932,584110.388584,4507492.78891
+2935,2935,45,121.0,003100,,40.7140617467,-74.0041933367,153.0,012500,40.76064679,-73.98442659,2031.27525253,2439,2809,2096,858,012500,322911522.418,003100,145687012.574,003100,614588769.0,012500,003100,54552.2697958,45486,74546,hub,hub,non_hub,585720.180916,4512683.17447,584110.388584,4507492.78891
+2936,2936,258,242.0,003100,,40.7140617467,-74.0041933367,252.0,012700,40.762485435,-73.990447135,1712.51851755,6437,2809,4434,858,012700,104637996.687,003100,145687012.574,003100,614588769.0,012700,003100,54552.2697958,83393,74546,hub,hub,non_hub,585209.656415,4512881.41361,584110.388584,4507492.78891
+2937,2937,108,121.0,003100,,40.7140617467,-74.0041933367,72.0,012900,40.76341379,-73.99667444,1623.11598099,5312,2809,3621,858,012900,158698340.053,003100,145687012.574,003100,614588769.0,012900,003100,54552.2697958,28661,74546,hub,hub,non_hub,584682.864463,4512978.43901,584110.388584,4507492.78891
+2938,2938,113,363.0,003100,,40.7140617467,-74.0041933367,480.0,013100,40.7621295133,-73.98215453,1787.04179012,2489,2809,2283,858,013100,405023451.28,003100,145687012.574,003100,614588769.0,013100,003100,54552.2697958,107228,74546,hub,hub,non_hub,585910.049449,4512849.98999,584110.388584,4507492.78891
+2939,2939,120,363.0,003100,,40.7140617467,-74.0041933367,303.0,013300,40.7647250567,-73.9866537633,1713.28101396,5363,2809,3909,858,013300,79847412.2593,003100,145687012.574,003100,614588769.0,013300,003100,54552.2697958,89810,74546,hub,hub,non_hub,585526.963405,4513133.71926,584110.388584,4507492.78891
+2940,2940,133,242.0,003100,,40.7140617467,-74.0041933367,195.0,013500,40.766984435,-73.99227308,1601.80758982,6075,2809,3935,858,013500,198199142.958,003100,145687012.574,003100,614588769.0,013500,003100,54552.2697958,64723,74546,hub,hub,non_hub,585049.80204,4513379.06475,584110.388584,4507492.78891
+2941,2941,251,242.0,003100,,40.7140617467,-74.0041933367,294.0,013700,40.766109285,-73.981808355,1993.90511294,6557,2809,5442,858,013700,314878324.419,003100,145687012.574,003100,614588769.0,013700,003100,54552.2697958,91142,74546,hub,hub,non_hub,585934.141665,4513292.1137,584110.388584,4507492.78891
+2942,2942,30,121.0,003100,,40.7140617467,-74.0041933367,81.0,013900,40.768254,-73.988639,1711.16923077,7607,2809,7359,858,013900,139918084.587,003100,145687012.574,003100,614588769.0,013900,003100,54552.2697958,26390,74546,hub,hub,non_hub,585354.890073,4513523.52534,584110.388584,4507492.78891
+2943,2943,20,121.0,003100,,40.7140617467,-74.0041933367,147.0,014300,40.76590936,-73.97634151,2007.48333333,3,2809,0,858,014300,50027992.3322,003100,145687012.574,003100,614588769.0,014300,003100,54552.2697958,21051,74546,hub,hub,non_hub,586395.803012,4513275.28949,584110.388584,4507492.78891
+2944,2944,211,121.0,003100,,40.7140617467,-74.0041933367,108.0,014500,40.76915505,-73.98191841,2030.69208494,5811,2809,3462,858,014500,253397343.373,003100,145687012.574,003100,614588769.0,014500,003100,54552.2697958,68350,74546,hub,hub,non_hub,585920.929601,4513630.10902,584110.388584,4507492.78891
+2945,2945,129,121.0,003100,,40.7140617467,-74.0041933367,165.0,014700,40.770513,-73.988038,1704.65240642,2586,2809,1743,858,014700,70871746.8417,003100,145687012.574,003100,614588769.0,014700,003100,54552.2697958,35099,74546,hub,hub,non_hub,585402.720353,4513774.87644,584110.388584,4507492.78891
+2946,2946,54,121.0,003100,,40.7140617467,-74.0041933367,108.0,015100,40.771522,-73.990541,1904.14589635,8105,2809,4856,858,015100,164953931.102,003100,145687012.574,003100,614588769.0,015100,003100,54552.2697958,17578,74546,hub,hub,non_hub,585190.192062,4513884.4495,584110.388584,4507492.78891
+2947,2947,5157,242.0,003100,,40.7140617467,-74.0041933367,210.0,031703,40.71644312,-74.014902115,539.525400973,8670,2809,4231,858,031703,332361109.355,003100,145687012.574,003100,614588769.0,031703,003100,54552.2697958,136082,74546,hub,hub,hub,583202.897614,4507746.93647,584110.388584,4507492.78891
+2948,2948,1998,363.0,003100,,40.7140617467,-74.0041933367,294.0,031704,40.7085171733,-74.0165557667,753.782199071,6610,2809,3790,858,031704,160823714.408,003100,145687012.574,003100,614588769.0,031704,003100,54552.2697958,105244,74546,hub,hub,non_hub,583073.076824,4506865.54027,584110.388584,4507492.78891
+2949,2949,1723,363.0,003100,,40.7140617467,-74.0041933367,255.0,000600,40.7128987867,-73.9898646367,593.15877775,11558,2809,4083,858,000600,59149181.7526,003100,145687012.574,003100,614588769.0,000600,003100,54552.2697958,70053,74546,hub,hub,non_hub,585322.159723,4507377.5136,584110.388584,4507492.78891
+2950,2950,1034,300.0,003200,,40.7260543867,-73.9823576167,162.0,000202,40.71318002,-73.9818904933,788.017001683,8012,7630,3598,4888,000202,37878157.9781,003200,46369492.482,,0.0,000202,003200,43536.6427125,56352,139922,hub,hub,non_hub,585995.353038,4507416.50937,585939.335766,4508845.19329
+2951,2951,2416,700.0,003200,,40.7260543867,-73.9823576167,774.0,000700,40.70581148,-74.0081572071,1361.30480845,7722,7630,5201,4888,000700,476954959.734,003200,46369492.482,,0.0,000700,003200,43536.6427125,160040,139922,hub,hub,non_hub,583785.918305,4506573.16797,585939.335766,4508845.19329
+2952,2952,285,200.0,003200,,40.7260543867,-73.9823576167,141.0,000800,40.712414475,-73.993471545,904.382802003,10365,7630,4150,4888,000800,46479755.076,003200,46369492.482,,0.0,000800,003200,43536.6427125,34254,139922,hub,hub,non_hub,585018.109713,4507320.25418,585939.335766,4508845.19329
+2953,2953,944,300.0,003200,,40.7260543867,-73.9823576167,291.0,000900,40.7024745833,-74.01224785,1388.4706137,1140,7630,939,4888,000900,404341803.896,003200,46369492.482,,0.0,000900,003200,43536.6427125,46446,139922,hub,hub,non_hub,583444.520998,4506198.85784,585939.335766,4508845.19329
+2954,2954,243,100.0,003200,,40.7260543867,-73.9823576167,57.0,001002,40.71782143,-73.97628939,672.10262622,6439,7630,2346,4888,001002,22763374.2099,003200,46369492.482,,0.0,001002,003200,43536.6427125,15916,139922,hub,hub,non_hub,586462.45635,4507937.23607,585939.335766,4508845.19329
+2955,2955,882,200.0,003200,,40.7260543867,-73.9823576167,138.0,001200,40.717364275,-73.982955325,556.066762991,3547,7630,1857,4888,001200,23518220.7411,003200,46369492.482,,0.0,001200,003200,43536.6427125,36493,139922,hub,hub,non_hub,585900.031125,4507879.94738,585939.335766,4508845.19329
+2956,2956,191,100.0,003200,,40.7260543867,-73.9823576167,108.0,001300,40.70463334,-74.01361706,1527.14163366,3776,7630,3028,4888,001300,286606455.687,003200,46369492.482,,0.0,001300,003200,43536.6427125,27671,139922,hub,hub,non_hub,583326.158808,4506437.19368,585939.335766,4508845.19329
+2957,2957,686,100.0,003200,,40.7260543867,-73.9823576167,84.0,001401,40.71559509,-73.9870295,528.417717551,3289,7630,1708,4888,001401,20168722.3199,003200,46369492.482,,0.0,001401,003200,43536.6427125,26885,139922,hub,hub,non_hub,585558.18429,4507679.57909,585939.335766,4508845.19329
+2958,2958,291,200.0,003200,,40.7260543867,-73.9823576167,201.0,001501,40.70966832,-74.003597135,1250.08268135,5581,7630,3450,4888,001501,172466366.322,003200,46369492.482,,0.0,001501,003200,43536.6427125,27425,139922,hub,hub,non_hub,584166.279828,4507005.66129,585939.335766,4508845.19329
+2959,2959,754,300.0,003200,,40.7260543867,-73.9823576167,369.0,001502,40.7088053467,-74.00635276,1313.46625302,7095,7630,3459,4888,001502,221282059.103,003200,46369492.482,,0.0,001502,003200,43536.6427125,82052,139922,hub,hub,non_hub,583934.59195,4506907.22889,585939.335766,4508845.19329
+2960,2960,1350,300.0,003200,,40.7260543867,-73.9823576167,321.0,001600,40.7153350167,-73.9943926833,778.145576328,8236,7630,3242,4888,001600,76565505.7581,003200,46369492.482,,0.0,001600,003200,43536.6427125,82798,139922,hub,hub,non_hub,584936.591099,4507643.5622,585939.335766,4508845.19329
+2961,2961,2987,400.0,003200,,40.7260543867,-73.9823576167,462.0,001800,40.7193657075,-73.9906468425,537.749269208,8063,7630,3489,4888,001800,60554858.5127,003200,46369492.482,,0.0,001800,003200,43536.6427125,133306,139922,hub,hub,non_hub,585247.838585,4508094.62497,585939.335766,4508845.19329
+2962,2962,1241,200.0,003200,,40.7260543867,-73.9823576167,138.0,002000,40.721554605,-73.977309405,433.814945804,4795,7630,1899,4888,002000,17907673.5628,003200,46369492.482,,0.0,002000,003200,43536.6427125,31656,139922,hub,hub,non_hub,586371.478696,4508350.63994,585939.335766,4508845.19329
+2963,2963,560,400.0,003200,,40.7260543867,-73.9823576167,306.0,002100,40.71451321,-74.0108850975,1312.59906949,6111,7630,3038,4888,002100,273869828.705,003200,46369492.482,,0.0,002100,003200,43536.6427125,151037,139922,hub,hub,non_hub,583544.598931,4507536.51732,585939.335766,4508845.19329
+2964,2964,602,200.0,003200,,40.7260543867,-73.9823576167,132.0,002201,40.71833027,-73.980972895,509.289231212,6762,7630,3030,4888,002201,37585954.9949,003200,46369492.482,,0.0,002201,003200,43536.6427125,26391,139922,hub,hub,non_hub,586066.226443,4507989.12022,585939.335766,4508845.19329
+2965,2965,880,100.0,003200,,40.7260543867,-73.9823576167,93.0,002202,40.7208736,-73.98085795,373.258503771,2256,7630,1045,4888,002202,13179093.8977,003200,46369492.482,,0.0,002202,003200,43536.6427125,23935,139922,hub,hub,non_hub,586072.658368,4508271.55961,585939.335766,4508845.19329
+2966,2966,411,200.0,003200,,40.7260543867,-73.9823576167,144.0,002400,40.724744875,-73.974986535,480.366536641,5775,7630,2175,4888,002400,17986635.5592,003200,46369492.482,,0.0,002400,003200,43536.6427125,17965,139922,hub,hub,non_hub,586563.526382,4508707.06897,585939.335766,4508845.19329
+2967,2967,222,200.0,003200,,40.7260543867,-73.9823576167,186.0,002500,40.7111743,-73.99849582,1094.26295435,5061,7630,1917,4888,002500,22428407.6271,003200,46369492.482,,0.0,002500,003200,43536.6427125,28216,139922,hub,hub,non_hub,584595.28909,4507177.73549,585939.335766,4508845.19329
+2968,2968,764,100.0,003200,,40.7260543867,-73.9823576167,93.0,002601,40.72299208,-73.97995466,426.96887708,3774,7630,1593,4888,002601,22248722.3098,003200,46369492.482,,0.0,002601,003200,43536.6427125,22144,139922,hub,hub,non_hub,586146.216204,4508507.61099,585939.335766,4508845.19329
+2969,2969,172,100.0,003200,,40.7260543867,-73.9823576167,81.0,002700,40.71307916,-73.99851193,881.082970383,1191,7630,655,4888,002700,11349914.9514,003200,46369492.482,,0.0,002700,003200,43536.6427125,20570,139922,hub,hub,non_hub,584591.517275,4507389.17181,585939.335766,4508845.19329
+2970,2970,1086,100.0,003200,,40.7260543867,-73.9823576167,96.0,002800,40.72521311,-73.97768752,434.408984199,7302,7630,3341,4888,002800,47641507.3146,003200,46369492.482,,0.0,002800,003200,43536.6427125,36744,139922,hub,hub,non_hub,586334.816403,4508756.38709,585939.335766,4508845.19329
+2971,2971,313,100.0,003200,,40.7260543867,-73.9823576167,129.0,002900,40.71602118,-73.99974372,916.858952901,5855,7630,2420,4888,002900,200965547.24,003200,46369492.482,,0.0,002900,003200,43536.6427125,31936,139922,hub,hub,non_hub,584483.752153,4507714.56961,585939.335766,4508845.19329
+2972,2972,1561,100.0,003200,,40.7260543867,-73.9823576167,105.0,003001,40.72066442,-73.98517977,366.146910951,4301,7630,2553,4888,003001,34302720.7166,003200,46369492.482,,0.0,003001,003200,43536.6427125,41223,139922,hub,hub,non_hub,585707.91731,4508244.11218,585939.335766,4508845.19329
+2973,2973,1348,100.0,003200,,40.7260543867,-73.9823576167,111.0,003002,40.72217444,-73.98368779,383.404800605,3031,7630,1885,4888,003002,18686109.2263,003200,46369492.482,,0.0,003002,003200,43536.6427125,38675,139922,hub,hub,non_hub,585831.986427,4508413.19181,585939.335766,4508845.19329
+2974,2974,659,300.0,003200,,40.7260543867,-73.9823576167,363.0,003100,40.7140617467,-74.0041933367,1089.96867885,2809,7630,858,4888,003100,145687012.574,003200,46369492.482,,0.0,003100,003200,43536.6427125,81469,139922,hub,hub,non_hub,584110.388584,4507492.78891,585939.335766,4508845.19329
+2975,2975,980,500.0,003200,,40.7260543867,-73.9823576167,519.0,003300,40.718819979,-74.0063383852,1067.73916376,5174,7630,2694,4888,003300,215459582.054,003200,46369492.482,,0.0,003300,003200,43536.6427125,115059,139922,hub,hub,non_hub,583923.229201,4508018.93176,585939.335766,4508845.19329
+2976,2976,1841,100.0,003200,,40.7260543867,-73.9823576167,117.0,003400,40.72955361,-73.98057249,340.159231687,6706,7630,4203,4888,003400,42933229.7541,003200,46369492.482,,0.0,003400,003200,43536.6427125,47926,139922,hub,hub,non_hub,586085.581298,4509235.37985,585939.335766,4508845.19329
+2977,2977,1619,200.0,003200,,40.7260543867,-73.9823576167,198.0,003601,40.72217423,-73.990293175,517.021171195,3299,7630,1613,4888,003601,29191583.8104,003200,46369492.482,,0.0,003601,003200,43536.6427125,77585,139922,hub,hub,non_hub,585274.124459,4508406.73315,585939.335766,4508845.19329
+2978,2978,3227,200.0,003200,,40.7260543867,-73.9823576167,186.0,003602,40.724852985,-73.989265345,388.095170099,2918,7630,1586,4888,003602,24941258.1161,003200,46369492.482,,0.0,003602,003200,43536.6427125,82124,139922,hub,hub,hub,585357.507872,4508705.09166,585939.335766,4508845.19329
+2979,2979,1963,400.0,003200,,40.7260543867,-73.9823576167,444.0,003700,40.7256696075,-74.0052069325,905.921272567,2401,7630,1490,4888,003700,212385639.924,003200,46369492.482,,0.0,003700,003200,43536.6427125,173333,139922,hub,hub,non_hub,584010.178026,4508780.36793,585939.335766,4508845.19329
+2980,2980,7437,400.0,003200,,40.7260543867,-73.9823576167,480.0,003800,40.72765889,-73.988195855,395.643808609,8610,7630,5795,4888,003800,67437493.5221,003200,46369492.482,,0.0,003800,003200,43536.6427125,167230,139922,hub,hub,hub,585444.239635,4509017.60641,585939.335766,4508845.19329
+2981,2981,439,400.0,003200,,40.7260543867,-73.9823576167,318.0,003900,40.7201717475,-74.00983051,1197.22737426,5253,7630,3059,4888,003900,194910113.03,003200,46369492.482,,0.0,003900,003200,43536.6427125,113624,139922,hub,hub,non_hub,583626.593058,4508165.65565,585939.335766,4508845.19329
+2982,2982,2803,200.0,003200,,40.7260543867,-73.9823576167,198.0,004000,40.73000573,-73.98549552,436.877872442,9801,7630,4546,4888,004000,66858387.5133,003200,46369492.482,,0.0,004000,003200,43536.6427125,99660,139922,hub,hub,non_hub,585669.269443,4509280.75306,585939.335766,4508845.19329
+2983,2983,2308,200.0,003200,,40.7260543867,-73.9823576167,192.0,004100,40.7195529,-73.996789035,733.918257939,7793,7630,3765,4888,004100,71738983.3617,003200,46369492.482,,0.0,004100,003200,43536.6427125,114685,139922,hub,hub,non_hub,584728.836557,4508109.46034,585939.335766,4508845.19329
+2984,2984,2947,100.0,003200,,40.7260543867,-73.9823576167,105.0,004200,40.73223272,-73.98889957,439.847996968,4988,7630,1801,4888,004200,39941846.3325,003200,46369492.482,,0.0,004200,003200,43536.6427125,50846,139922,hub,hub,non_hub,585378.96492,4509524.64843,585939.335766,4508845.19329
+2985,2985,2828,200.0,003200,,40.7260543867,-73.9823576167,201.0,004300,40.723870235,-73.995226525,594.515351696,4267,7630,2598,4888,004300,65935514.1184,003200,46369492.482,,0.0,004300,003200,43536.6427125,95162,139922,hub,hub,non_hub,584855.320992,4508590.22212,585939.335766,4508845.19329
+2986,2986,3078,200.0,003200,,40.7260543867,-73.9823576167,180.0,004400,40.73080269,-73.97968993,373.169214615,17710,7630,8297,4888,004400,114601147.016,003200,46369492.482,,0.0,004400,003200,43536.6427125,106427,139922,hub,hub,hub,586158.498991,4509374.90208,585939.335766,4508845.19329
+2987,2987,562,100.0,003200,,40.7260543867,-73.9823576167,81.0,004500,40.71910537,-73.99973337,846.702211682,840,7630,582,4888,004500,52009114.8865,003200,46369492.482,,0.0,004500,003200,43536.6427125,34275,139922,hub,hub,non_hub,584480.726971,4508056.94497,585939.335766,4508845.19329
+2988,2988,340,100.0,003200,,40.7260543867,-73.9823576167,117.0,004700,40.72165481,-74.00234737,926.786389383,2267,7630,1586,4888,004700,75477587.1594,003200,46369492.482,,0.0,004700,003200,43536.6427125,27544,139922,hub,hub,non_hub,584256.734795,4508337.43837,585939.335766,4508845.19329
+2989,2989,879,100.0,003200,,40.7260543867,-73.9823576167,105.0,004800,40.73624527,-73.98473765,609.096597024,7550,7630,3799,4888,004800,74763044.6965,003200,46369492.482,,0.0,004800,003200,43536.6427125,42567,139922,hub,hub,non_hub,585725.258797,4509974.12516,585939.335766,4508845.19329
+2990,2990,1202,200.0,003200,,40.7260543867,-73.9823576167,219.0,004900,40.724268615,-74.000521515,785.769768323,4951,7630,3054,4888,004900,103848670.177,003200,46369492.482,,0.0,004900,003200,43536.6427125,80152,139922,hub,hub,non_hub,584407.63728,4508629.34168,585939.335766,4508845.19329
+2991,2991,2922,300.0,003200,,40.7260543867,-73.9823576167,279.0,005000,40.7359163467,-73.9873427633,576.958926389,5061,7630,3595,4888,005000,120638459.215,003200,46369492.482,,0.0,005000,003200,43536.6427125,111023,139922,hub,hub,non_hub,585505.709717,4509935.07175,585939.335766,4508845.19329
+2992,2992,3507,200.0,003200,,40.7260543867,-73.9823576167,318.0,005200,40.73715585,-73.991241315,680.750103048,4193,7630,1785,4888,005200,109103391.81,003200,46369492.482,,0.0,005200,003200,43536.6427125,159876,139922,hub,hub,hub,585174.941657,4510068.87544,585939.335766,4508845.19329
+2993,2993,1020,100.0,003200,,40.7260543867,-73.9823576167,141.0,005400,40.73971301,-73.99456405,827.487479597,4656,7630,2837,4888,005400,128803552.888,003200,46369492.482,,0.0,005400,003200,43536.6427125,73728,139922,hub,hub,non_hub,584891.129718,4510349.51956,585939.335766,4508845.19329
+2994,2994,1288,100.0,003200,,40.7260543867,-73.9823576167,90.0,005501,40.72679454,-73.99695094,589.798854573,5079,7630,2483,4888,005501,61061928.4125,003200,46369492.482,,0.0,005501,003200,43536.6427125,57258,139922,hub,hub,non_hub,584705.980012,4508913.17477,585939.335766,4508845.19329
+2995,2995,2465,100.0,003200,,40.7260543867,-73.9823576167,81.0,005502,40.72743423,-73.99379025,453.368824645,2383,7630,1262,4888,005502,49017118.6146,003200,46369492.482,,0.0,005502,003200,43536.6427125,55117,139922,hub,hub,non_hub,584972.085912,4508987.23863,585939.335766,4508845.19329
+2996,2996,1526,200.0,003200,,40.7260543867,-73.9823576167,285.0,005600,40.74065347,-73.98778661,734.860418727,2618,7630,2190,4888,005600,189153355.609,003200,46369492.482,,0.0,005600,003200,43536.6427125,113209,139922,hub,hub,non_hub,585462.168743,4510460.49357,585939.335766,4508845.19329
+2997,2997,10319,200.0,003200,,40.7260543867,-73.9823576167,246.0,005700,40.729662915,-73.992405595,446.641123336,2937,7630,1789,4888,005700,90178032.7137,003200,46369492.482,,0.0,005700,003200,43536.6427125,156896,139922,hub,hub,hub,585086.179602,4509235.9788,585939.335766,4508845.19329
+2998,2998,1589,200.0,003200,,40.7260543867,-73.9823576167,261.0,005800,40.743154205,-73.990299735,895.188888757,3182,7630,2306,4888,005800,164037511.755,003200,46369492.482,,0.0,005800,003200,43536.6427125,130970,139922,hub,hub,non_hub,585246.786708,4510735.64918,585939.335766,4508845.19329
+2999,2999,1376,100.0,003200,,40.7260543867,-73.9823576167,93.0,005900,40.73049393,-73.9957214,551.589947187,5516,7630,3276,4888,005900,71785177.1361,003200,46369492.482,,0.0,005900,003200,43536.6427125,53180,139922,hub,hub,non_hub,584805.117401,4509325.01914,585939.335766,4508845.19329
+3000,3000,1211,200.0,003200,,40.7260543867,-73.9823576167,189.0,006000,40.734822295,-73.976916765,622.071036516,5286,7630,2459,4888,006000,27468182.8943,003200,46369492.482,,0.0,006000,003200,43536.6427125,80462,139922,hub,hub,non_hub,586387.478737,4509823.83141,585939.335766,4508845.19329
+3001,3001,9460,400.0,003200,,40.7260543867,-73.9823576167,423.0,006100,40.73385254,-73.992357065,547.199422838,4913,7630,2683,4888,006100,91682014.33,003200,46369492.482,,0.0,006100,003200,43536.6427125,245510,139922,hub,hub,hub,585084.940162,4509701.10308,585939.335766,4508845.19329
+3002,3002,452,100.0,003200,,40.7260543867,-73.9823576167,90.0,006200,40.7381765,-73.97738662,673.474518799,4680,7630,1401,4888,006200,231817485.533,003200,46369492.482,,0.0,006200,003200,43536.6427125,33218,139922,hub,hub,non_hub,586343.467107,4510195.70961,585939.335766,4508845.19329
+3003,3003,2335,300.0,003200,,40.7260543867,-73.9823576167,297.0,006300,40.7346940933,-73.99785666,702.622421564,6076,7630,4277,4888,006300,85447631.8451,003200,46369492.482,,0.0,006300,003200,43536.6427125,120233,139922,hub,hub,non_hub,584619.48321,4509789.20591,585939.335766,4508845.19329
+3004,3004,1018,100.0,003200,,40.7260543867,-73.9823576167,117.0,006400,40.73587678,-73.98205027,543.466676487,7518,7630,5058,4888,006400,95664936.1545,003200,46369492.482,,0.0,006400,003200,43536.6427125,47750,139922,hub,hub,non_hub,585952.649806,4509935.84788,585939.335766,4508845.19329
+3005,3005,3412,300.0,003200,,40.7260543867,-73.9823576167,318.0,006500,40.7306296367,-73.9991423,652.239426841,6517,7630,3568,4888,006500,59290910.3694,003200,46369492.482,,0.0,006500,003200,43536.6427125,125356,139922,hub,hub,hub,584516.067395,4509336.78488,585939.335766,4508845.19329
+3006,3006,1498,200.0,003200,,40.7260543867,-73.9823576167,246.0,006600,40.739285505,-73.97827188,660.602097802,11780,7630,6818,4888,006600,84730469.4548,003200,46369492.482,,0.0,006600,003200,43536.6427125,74621,139922,hub,hub,non_hub,586267.286922,4510317.94668,585939.335766,4508845.19329
+3007,3007,1207,100.0,003200,,40.7260543867,-73.9823576167,117.0,006700,40.73038599,-74.00214988,782.610254869,4984,7630,3796,4888,006700,47238039.9972,003200,46369492.482,,0.0,006700,003200,43536.6427125,70025,139922,hub,hub,non_hub,584262.399901,4509306.84766,585939.335766,4508845.19329
+3008,3008,865,100.0,003200,,40.7260543867,-73.9823576167,117.0,006800,40.74025878,-73.98409214,709.723193738,6735,7630,4494,4888,006800,130298431.446,003200,46369492.482,,0.0,006800,003200,43536.6427125,58926,139922,hub,hub,non_hub,585774.608423,4510420.28363,585939.335766,4508845.19329
+3009,3009,1309,200.0,003200,,40.7260543867,-73.9823576167,201.0,006900,40.732319905,-74.0069291,937.138792862,2687,7630,1484,4888,006900,61292499.9331,003200,46369492.482,,0.0,006900,003200,43536.6427125,130727,139922,hub,hub,non_hub,583856.38945,4509516.94969,585939.335766,4508845.19329
+3010,3010,2042,300.0,003200,,40.7260543867,-73.9823576167,381.0,007000,40.7425263509,-73.9756358522,791.914875043,8302,7630,5669,4888,007000,78634704.8451,003200,46369492.482,,0.0,007000,003200,43536.6427125,145227,139922,hub,hub,non_hub,586485.659304,4510680.2976,585939.335766,4508845.19329
+3011,3011,1798,200.0,003200,,40.7260543867,-73.9823576167,213.0,007100,40.736526545,-74.000108805,770.27429717,5633,7630,3844,4888,007100,68447429.2743,003200,46369492.482,,0.0,007100,003200,43536.6427125,79459,139922,hub,hub,non_hub,584426.995774,4509990.4524,585939.335766,4508845.19329
+3012,3012,1624,300.0,003200,,40.7260543867,-73.9823576167,378.0,007200,40.7447014833,-73.98154809,854.043460818,7734,7630,5222,4888,007200,132092861.454,003200,46369492.482,,0.0,007200,003200,43536.6427125,157612,139922,hub,hub,non_hub,585983.687715,4510915.94446,585939.335766,4508845.19329
+3013,3013,1392,200.0,003200,,40.7260543867,-73.9823576167,177.0,007300,40.734682705,-74.00388484,877.372884021,5615,7630,4547,4888,007300,48716185.79,003200,46369492.482,,0.0,007300,003200,43536.6427125,92567,139922,hub,hub,non_hub,584110.479319,4509782.14883,585939.335766,4508845.19329
+3014,3014,602,200.0,003200,,40.7260543867,-73.9823576167,258.0,007400,40.746413585,-73.98586892,981.450145412,4179,7630,2700,4888,007400,170614202.951,003200,46369492.482,,0.0,007400,003200,43536.6427125,81121,139922,hub,hub,non_hub,585616.696258,4511101.7763,585939.335766,4508845.19329
+3015,3015,842,200.0,003200,,40.7260543867,-73.9823576167,207.0,007600,40.74737476,-73.988320695,988.073507639,2203,7630,1573,4888,007600,242014413.464,003200,46369492.482,,0.0,007600,003200,43536.6427125,97464,139922,hub,hub,non_hub,585408.475283,4511206.08492,585939.335766,4508845.19329
+3016,3016,1162,100.0,003200,,40.7260543867,-73.9823576167,129.0,007700,40.7390169121,-74.0026376103,851.206265724,5404,7630,4254,4888,007700,59306273.1509,003200,46369492.482,,0.0,007700,003200,43536.6427125,79025,139922,hub,hub,non_hub,584210.329106,4510264.47156,585939.335766,4508845.19329
+3017,3017,767,100.0,003200,,40.7260543867,-73.9823576167,117.0,007800,40.74780373,-73.9734419,926.73285473,7380,7630,5372,4888,007800,112124597.728,003200,46369492.482,,0.0,007800,003200,43536.6427125,59601,139922,hub,hub,non_hub,586664.043115,4511268.28888,585939.335766,4508845.19329
+3018,3018,1695,500.0,003200,,40.7260543867,-73.9823576167,522.0,007900,40.738916514,-74.007286026,1067.62652452,4406,7630,2904,4888,007900,86937368.5918,003200,46369492.482,,0.0,007900,003200,43536.6427125,171846,139922,hub,hub,non_hub,583817.969395,4510248.87788,585939.335766,4508845.19329
+3019,3019,678,200.0,003200,,40.7260543867,-73.9823576167,213.0,008000,40.7485693,-73.97717991,1001.04207613,4946,7630,3730,4888,008000,197763821.532,003200,46369492.482,,0.0,008000,003200,43536.6427125,74808,139922,hub,hub,non_hub,586347.477591,4511349.58844,585939.335766,4508845.19329
+3020,3020,461,100.0,003200,,40.7260543867,-73.9823576167,117.0,008100,40.73935542,-73.99931783,947.975483903,8675,7630,5315,4888,008100,91100400.6907,003200,46369492.482,,0.0,008100,003200,43536.6427125,53195,139922,hub,hub,non_hub,584490.204148,4510305.23824,585939.335766,4508845.19329
+3021,3021,1342,300.0,003200,,40.7260543867,-73.9823576167,525.0,008200,40.7519470519,-73.9793503591,1113.57593542,3442,7630,2534,4888,008200,262405408.076,003200,46369492.482,,0.0,008200,003200,43536.6427125,228612,139922,hub,hub,non_hub,586159.882747,4511722.41048,585939.335766,4508845.19329
+3022,3022,1330,400.0,003200,,40.7260543867,-73.9823576167,357.0,008300,40.742591315,-74.004102785,1090.4265792,4211,7630,2321,4888,008300,119862327.354,003200,46369492.482,,0.0,008300,003200,43536.6427125,186113,139922,hub,hub,non_hub,584082.11654,4510659.85081,585939.335766,4508845.19329
+3023,3023,167,100.0,003200,,40.7260543867,-73.9823576167,114.0,008400,40.75038009,-73.98338988,1023.23340548,1726,7630,1041,4888,008400,147824461.739,003200,46369492.482,,0.0,008400,003200,43536.6427125,34199,139922,hub,hub,non_hub,585820.889203,4511544.50828,585939.335766,4508845.19329
+3024,3024,424,100.0,003200,,40.7260543867,-73.9823576167,129.0,008601,40.744219,-73.97121214,1010.87231952,2551,7630,1528,4888,008601,31141773.9073,003200,46369492.482,,0.0,008601,003200,43536.6427125,31961,139922,hub,hub,non_hub,586856.951039,4510872.56191,585939.335766,4508845.19329
+3025,3025,920,200.0,003200,,40.7260543867,-73.9823576167,234.0,008700,40.74206378,-73.995708955,953.481100702,6671,7630,4249,4888,008700,85660216.7821,003200,46369492.482,,0.0,008700,003200,43536.6427125,152953,139922,hub,hub,non_hub,584791.475936,4510609.36503,585939.335766,4508845.19329
+3026,3026,524,200.0,003200,,40.7260543867,-73.9823576167,234.0,008800,40.75012189,-73.970133575,1049.83338538,6964,7630,5507,4888,008800,216532475.876,003200,46369492.482,,0.0,008800,003200,43536.6427125,43247,139922,hub,hub,non_hub,586940.323322,4511528.89362,585939.335766,4508845.19329
+3027,3027,1066,300.0,003200,,40.7260543867,-73.9823576167,360.0,008900,40.74529008,-74.0021768567,1003.2527985,5560,7630,3511,4888,008900,54419260.2723,003200,46369492.482,,0.0,008900,003200,43536.6427125,158638,139922,hub,hub,non_hub,584241.316685,4510961.27944,585939.335766,4508845.19329
+3028,3028,564,300.0,003200,,40.7260543867,-73.9823576167,330.0,009000,40.75261798,-73.9703317533,1074.07730555,7026,7630,5832,4888,009000,208846060.851,003200,46369492.482,,0.0,009000,003200,43536.6427125,74531,139922,hub,hub,non_hub,586920.342162,4511805.78171,585939.335766,4508845.19329
+3029,3029,431,100.0,003200,,40.7260543867,-73.9823576167,117.0,009100,40.74487634,-73.99529885,1005.47062019,6415,7630,4386,4888,009100,127325659.041,003200,46369492.482,,0.0,009100,003200,43536.6427125,63878,139922,hub,hub,non_hub,584822.527687,4510921.97538,585939.335766,4508845.19329
+3030,3030,328,200.0,003200,,40.7260543867,-73.9823576167,330.0,009200,40.7548518863,-73.9734329075,1048.23922465,1754,7630,1461,4888,009200,408192557.246,003200,46369492.482,,0.0,009200,003200,43536.6427125,72226,139922,hub,hub,non_hub,586655.650548,4512050.69496,585939.335766,4508845.19329
+3031,3031,267,100.0,003200,,40.7260543867,-73.9823576167,117.0,009300,40.74475148,-73.99915362,1082.19612292,9705,7630,5585,4888,009300,68528055.2433,003200,46369492.482,,0.0,009300,003200,43536.6427125,52202,139922,hub,hub,non_hub,584497.239363,4510904.39701,585939.335766,4508845.19329
+3032,3032,249,100.0,003200,,40.7260543867,-73.9823576167,93.0,009400,40.75320159,-73.9779874,1155.56734453,29,7630,16,4888,009400,299218147.811,003200,46369492.482,,0.0,009400,003200,43536.6427125,82147,139922,hub,hub,non_hub,586273.319314,4511863.01244,585939.335766,4508845.19329
+3033,3033,564,100.0,003200,,40.7260543867,-73.9823576167,153.0,009500,40.746647,-73.993915,1031.16889688,3425,7630,1416,4888,009500,129660033.725,003200,46369492.482,,0.0,009500,003200,43536.6427125,57488,139922,hub,hub,non_hub,584937.108907,4511119.86954,585939.335766,4508845.19329
+3034,3034,263,300.0,003200,,40.7260543867,-73.9823576167,420.0,009600,40.7560530526,-73.9803755181,1142.96747248,153,7630,268,4888,009600,270304841.585,003200,46369492.482,,0.0,009600,003200,43536.6427125,71527,139922,hub,hub,non_hub,586068.04513,4512177.20086,585939.335766,4508845.19329
+3035,3035,507,300.0,003200,,40.7260543867,-73.9823576167,297.0,009700,40.7493616033,-73.9991321067,1248.62735103,4744,7630,2827,4888,009700,83018263.1602,003200,46369492.482,,0.0,009700,003200,43536.6427125,118804,139922,hub,hub,non_hub,584493.220017,4511416.17434,585939.335766,4508845.19329
+3036,3036,374,200.0,003200,,40.7260543867,-73.9823576167,210.0,009800,40.755285655,-73.96667288,1192.57086488,7105,7630,5244,4888,009800,115943808.909,003200,46369492.482,,0.0,009800,003200,43536.6427125,40039,139922,hub,hub,non_hub,587225.727282,4512105.54383,585939.335766,4508845.19329
+3037,3037,1342,500.0,003200,,40.7260543867,-73.9823576167,555.0,009900,40.7520807866,-74.0031899092,1272.50119861,3617,7630,2438,4888,009900,404439511.776,003200,46369492.482,,0.0,009900,003200,43536.6427125,208076,139922,hub,hub,non_hub,584147.226991,4511714.12465,585939.335766,4508845.19329
+3038,3038,427,300.0,003200,,40.7260543867,-73.9823576167,363.0,010000,40.7583696933,-73.9710287767,1242.17500142,1829,7630,1399,4888,010000,366457143.613,003200,46369492.482,,0.0,010000,003200,43536.6427125,72085,139922,hub,hub,non_hub,586854.014885,4512443.57459,585939.335766,4508845.19329
+3039,3039,1131,300.0,003200,,40.7260543867,-73.9823576167,381.0,010100,40.74945622,-73.9903382667,1122.22620057,1119,7630,828,4888,010100,246168211.101,003200,46369492.482,,0.0,010100,003200,43536.6427125,183377,139922,hub,hub,non_hub,585235.486219,4511435.18064,585939.335766,4508845.19329
+3040,3040,161,200.0,003200,,40.7260543867,-73.9823576167,243.0,010200,40.7606694,-73.973473555,1519.5626266,313,7630,268,4888,010200,333450202.294,003200,46369492.482,,0.0,010200,003200,43536.6427125,46675,139922,hub,hub,non_hub,586644.664817,4512696.44233,585939.335766,4508845.19329
+3041,3041,672,200.0,003200,,40.7260543867,-73.9823576167,294.0,010300,40.751000495,-73.994372255,1243.85790959,1859,7630,1351,4888,010300,141506056.87,003200,46369492.482,,0.0,010300,003200,43536.6427125,221593,139922,hub,hub,non_hub,584892.968075,4511602.69644,585939.335766,4508845.19329
+3042,3042,235,200.0,003200,,40.7260543867,-73.9823576167,225.0,010400,40.761664375,-73.976854975,1406.95837625,1031,7630,1033,4888,010400,363981333.295,003200,46369492.482,,0.0,010400,003200,43536.6427125,65073,139922,hub,hub,non_hub,586357.961325,4512803.55852,585939.335766,4508845.19329
+3043,3043,137,100.0,003200,,40.7260543867,-73.9823576167,99.0,010602,40.75849116,-73.95920622,1274.86457043,4794,7630,2963,4888,010602,67980898.3739,003200,46369492.482,,0.0,010602,003200,43536.6427125,22153,139922,hub,hub,non_hub,587851.796682,4512468.82754,585939.335766,4508845.19329
+3044,3044,651,300.0,003200,,40.7260543867,-73.9823576167,351.0,010800,40.7591736033,-73.96613818,1311.37930538,8531,7630,6272,4888,010800,189351523.799,003200,46369492.482,,0.0,010800,003200,43536.6427125,79198,139922,hub,hub,non_hub,587265.778542,4512537.66689,585939.335766,4508845.19329
+3045,3045,551,200.0,003200,,40.7260543867,-73.9823576167,342.0,010900,40.751351715,-73.987594755,1059.53858598,182,7630,92,4888,010900,228173063.011,003200,46369492.482,,0.0,010900,003200,43536.6427125,60092,139922,hub,hub,non_hub,585464.669441,4511648.26242,585939.335766,4508845.19329
+3046,3046,201,100.0,003200,,40.7260543867,-73.9823576167,177.0,011201,40.7643971,-73.97371465,1613.6616716,827,7630,964,4888,011201,118515444.187,003200,46369492.482,,0.0,011201,003200,43536.6427125,41525,139922,hub,hub,non_hub,586619.474659,4513110.00718,585939.335766,4508845.19329
+3047,3047,216,100.0,003200,,40.7260543867,-73.9823576167,99.0,011203,40.76095756,-73.96724467,1380.16010484,1176,7630,1160,4888,011203,143782379.009,003200,46369492.482,,0.0,011203,003200,43536.6427125,48033,139922,hub,hub,non_hub,587170.050102,4512734.59972,585939.335766,4508845.19329
+3048,3048,1178,400.0,003200,,40.7260543867,-73.9823576167,594.0,011300,40.7548008425,-73.9888010575,1207.0277611,204,7630,107,4888,011300,357940519.061,003200,46369492.482,,0.0,011300,003200,43536.6427125,236650,139922,hub,hub,non_hub,585358.423228,4512029.96675,585939.335766,4508845.19329
+3049,3049,409,200.0,003200,,40.7260543867,-73.9823576167,246.0,011500,40.75701407,-73.992353645,1406.7712494,2487,7630,1678,4888,011500,130958459.747,003200,46369492.482,,0.0,011500,003200,43536.6427125,103294,139922,hub,hub,non_hub,585055.712647,4512272.20178,585939.335766,4508845.19329
+3050,3050,121,200.0,003200,,40.7260543867,-73.9823576167,252.0,011700,40.76058799,-74.00080945,1667.86726919,2938,7630,2304,4888,011700,91270705.1484,003200,46369492.482,,0.0,011700,003200,43536.6427125,73016,139922,hub,hub,non_hub,584337.427395,4512660.77158,585939.335766,4508845.19329
+3051,3051,102,100.0,003200,,40.7260543867,-73.9823576167,102.0,011900,40.7568001,-73.98291153,1417.02005772,1079,7630,1121,4888,011900,395254501.74,003200,46369492.482,,0.0,011900,003200,43536.6427125,39976,139922,hub,hub,non_hub,585853.012005,4512257.64444,585939.335766,4508845.19329
+3052,3052,491,300.0,003200,,40.7260543867,-73.9823576167,327.0,012100,40.7598593767,-73.9914900133,1467.25015235,8366,7630,5744,4888,012100,101223732.045,003200,46369492.482,,0.0,012100,003200,43536.6427125,132767,139922,hub,hub,non_hub,585124.983126,4512588.88932,585939.335766,4508845.19329
+3053,3053,132,100.0,003200,,40.7260543867,-73.9823576167,153.0,012500,40.76064679,-73.98442659,1437.80500501,2439,7630,2096,4888,012500,322911522.418,003200,46369492.482,,0.0,012500,003200,43536.6427125,45486,139922,hub,hub,non_hub,585720.180916,4512683.17447,585939.335766,4508845.19329
+3054,3054,463,200.0,003200,,40.7260543867,-73.9823576167,252.0,012700,40.762485435,-73.990447135,1138.97464462,6437,7630,4434,4888,012700,104637996.687,003200,46369492.482,,0.0,012700,003200,43536.6427125,83393,139922,hub,hub,non_hub,585209.656415,4512881.41361,585939.335766,4508845.19329
+3055,3055,81,100.0,003200,,40.7260543867,-73.9823576167,72.0,012900,40.76341379,-73.99667444,1890.43068783,5312,7630,3621,4888,012900,158698340.053,003200,46369492.482,,0.0,012900,003200,43536.6427125,28661,139922,hub,hub,non_hub,584682.864463,4512978.43901,585939.335766,4508845.19329
+3056,3056,290,300.0,003200,,40.7260543867,-73.9823576167,480.0,013100,40.7621295133,-73.98215453,1479.65900218,2489,7630,2283,4888,013100,405023451.28,003200,46369492.482,,0.0,013100,003200,43536.6427125,107228,139922,hub,hub,non_hub,585910.04945,4512849.98999,585939.335766,4508845.19329
+3057,3057,267,300.0,003200,,40.7260543867,-73.9823576167,303.0,013300,40.7647250567,-73.9866537633,1608.30452253,5363,7630,3909,4888,013300,79847412.2593,003200,46369492.482,,0.0,013300,003200,43536.6427125,89810,139922,hub,hub,non_hub,585526.963405,4513133.71926,585939.335766,4508845.19329
+3058,3058,188,200.0,003200,,40.7260543867,-73.9823576167,195.0,013500,40.766984435,-73.99227308,1612.26614257,6075,7630,3935,4888,013500,198199142.958,003200,46369492.482,,0.0,013500,003200,43536.6427125,64723,139922,hub,hub,non_hub,585049.80204,4513379.06475,585939.335766,4508845.19329
+3059,3059,260,200.0,003200,,40.7260543867,-73.9823576167,294.0,013700,40.766109285,-73.981808355,1570.13122122,6557,7630,5442,4888,013700,314878324.419,003200,46369492.482,,0.0,013700,003200,43536.6427125,91142,139922,hub,hub,non_hub,585934.141665,4513292.1137,585939.335766,4508845.19329
+3060,3060,69,100.0,003200,,40.7260543867,-73.9823576167,81.0,013900,40.768254,-73.988639,1748.34749797,7607,7630,7359,4888,013900,139918084.587,003200,46369492.482,,0.0,013900,003200,43536.6427125,26390,139922,hub,hub,non_hub,585354.890073,4513523.52534,585939.335766,4508845.19329
+3061,3061,167,100.0,003200,,40.7260543867,-73.9823576167,147.0,014300,40.76590936,-73.97634151,1556.41911765,3,7630,0,4888,014300,50027992.3322,003200,46369492.482,,0.0,014300,003200,43536.6427125,21051,139922,hub,hub,non_hub,586395.803012,4513275.28949,585939.335766,4508845.19329
+3062,3062,247,100.0,003200,,40.7260543867,-73.9823576167,108.0,014500,40.76915505,-73.98191841,1745.42704659,5811,7630,3462,4888,014500,253397343.373,003200,46369492.482,,0.0,014500,003200,43536.6427125,68350,139922,hub,hub,non_hub,585920.929601,4513630.10902,585939.335766,4508845.19329
+3063,3063,93,100.0,003200,,40.7260543867,-73.9823576167,165.0,014700,40.770513,-73.988038,1310.56389791,2586,7630,1743,4888,014700,70871746.8417,003200,46369492.482,,0.0,014700,003200,43536.6427125,35099,139922,hub,hub,non_hub,585402.720353,4513774.87644,585939.335766,4508845.19329
+3064,3064,63,100.0,003200,,40.7260543867,-73.9823576167,108.0,015100,40.771522,-73.990541,2125.23448276,8105,7630,4856,4888,015100,164953931.102,003200,46369492.482,,0.0,015100,003200,43536.6427125,17578,139922,hub,hub,non_hub,585190.192062,4513884.4495,585939.335766,4508845.19329
+3065,3065,419,200.0,003200,,40.7260543867,-73.9823576167,210.0,031703,40.71644312,-74.014902115,1481.34306415,8670,7630,4231,4888,031703,332361109.355,003200,46369492.482,,0.0,031703,003200,43536.6427125,136082,139922,hub,hub,non_hub,583202.897614,4507746.93647,585939.335766,4508845.19329
+3066,3066,386,300.0,003200,,40.7260543867,-73.9823576167,294.0,031704,40.7085171733,-74.0165557667,1665.31141252,6610,7630,3790,4888,031704,160823714.408,003200,46369492.482,,0.0,031704,003200,43536.6427125,105244,139922,hub,hub,non_hub,583073.076824,4506865.54027,585939.335766,4508845.19329
+3067,3067,1275,300.0,003200,,40.7260543867,-73.9823576167,255.0,000600,40.7128987867,-73.9898646367,735.966743634,11558,7630,4083,4888,000600,59149181.7526,003200,46369492.482,,0.0,000600,003200,43536.6427125,70053,139922,hub,hub,non_hub,585322.159723,4507377.5136,585939.335766,4508845.19329
+3068,3068,761,519.0,003300,,40.7188232272,-74.0063313009,270.0,000202,40.71318002,-73.9818904933,947.618659599,8012,5174,3598,2694,000202,37878157.9781,003300,215459582.054,003300,25415554.0,000202,003300,43190.5326561,56352,115748,hub,hub,non_hub,585995.353038,4507416.50937,583923.82346,4508019.29911
+3069,3069,4327,1211.0,003300,,40.7188235491,-74.0063305989,1290.0,000700,40.70581148,-74.0081572071,805.148391498,7722,5174,5201,2694,000700,476954959.734,003300,215459582.054,003300,25415554.0,000700,003300,43190.5326561,160040,115748,hub,hub,hub,583785.918305,4506573.16797,583923.882349,4508019.33551
+3070,3070,598,346.0,003300,,40.7188280194,-74.0063208494,235.0,000800,40.712414475,-73.993471545,624.878187512,10365,5174,4150,2694,000800,46479755.076,003300,215459582.054,003300,25415554.0,000800,003300,43190.5326561,34254,115748,hub,hub,non_hub,585018.109713,4507320.25418,583924.700172,4508019.84105
+3071,3071,525,519.0,003300,,40.7188241705,-74.0063292436,485.0,000900,40.7024745833,-74.01224785,1008.72617761,1140,5174,939,2694,000900,404341803.896,003300,215459582.054,003300,25415554.0,000900,003300,43190.5326561,46446,115748,hub,hub,non_hub,583444.520998,4506198.85784,583923.996034,4508019.40579
+3072,3072,52,173.0,003300,2.68633058327,40.7180781206,-74.0059573422,95.0,001002,40.71782143,-73.97628939,1174.95793123,6439,5174,2346,2694,001002,22763374.2099,003300,215459582.054,003300,25415554.0,001002,003300,43190.5326561,15916,115748,hub,hub,non_hub,586462.45635,4507937.23607,583956.344152,4507936.94481
+3073,3073,389,346.0,003300,,40.7188220223,-74.0063339287,230.0,001200,40.717364275,-73.982955325,987.737523341,3547,5174,1857,2694,001200,23518220.7411,003300,215459582.054,003300,25415554.0,001200,003300,43190.5326561,36493,115748,hub,hub,non_hub,585900.031125,4507879.94738,583923.603026,4508019.16284
+3074,3074,551,173.0,003300,,40.7188217041,-74.0063346229,180.0,001300,40.70463334,-74.01361706,907.489919618,3776,5174,3028,2694,001300,286606455.687,003300,215459582.054,003300,25415554.0,001300,003300,43190.5326561,27671,115748,hub,hub,non_hub,583326.158808,4506437.19368,583923.5448,4508019.12685
+3075,3075,288,173.0,003300,,40.7188228041,-74.0063322237,140.0,001401,40.71559509,-73.9870295,792.791549953,3289,5174,1708,2694,001401,20168722.3199,003300,215459582.054,003300,25415554.0,001401,003300,43190.5326561,26885,115748,hub,hub,non_hub,585558.18429,4507679.57909,583923.74605,4508019.25126
+3076,3076,968,346.0,003300,,40.7188289786,-74.0063187573,335.0,001501,40.70966832,-74.003597135,646.825656974,5581,5174,3450,2694,001501,172466366.322,003300,215459582.054,003300,25415554.0,001501,003300,43190.5326561,27425,115748,hub,hub,non_hub,584166.279828,4507005.66129,583924.875663,4508019.94954
+3077,3077,3124,519.0,003300,,40.7188232459,-74.0063312601,615.0,001502,40.7088053467,-74.00635276,583.676717248,7095,5174,3459,2694,001502,221282059.103,003300,215459582.054,003300,25415554.0,001502,003300,43190.5326561,82052,115748,hub,hub,hub,583934.59195,4506907.22889,583923.826881,4508019.30122
+3078,3078,2147,519.0,003300,,40.7188257013,-74.0063259049,535.0,001600,40.7153350167,-73.9943926833,589.28373186,8236,5174,3242,2694,001600,76565505.7581,003300,215459582.054,003300,25415554.0,001600,003300,43190.5326561,82798,115748,hub,hub,non_hub,584936.591099,4507643.5622,583924.276093,4508019.57891
+3079,3079,2297,692.0,003300,,40.7188236791,-74.0063303153,770.0,001800,40.7193657075,-73.9906468425,753.910362109,8063,5174,3489,2694,001800,60554858.5127,003300,215459582.054,003300,25415554.0,001800,003300,43190.5326561,133306,115748,hub,hub,non_hub,585247.838585,4508094.62497,583923.906132,4508019.35021
+3080,3080,213,346.0,003300,,40.7188260484,-74.006325148,230.0,002000,40.721554605,-73.977309405,1095.83193803,4795,5174,1899,2694,002000,17907673.5628,003300,215459582.054,003300,25415554.0,002000,003300,43190.5326561,31656,115748,hub,hub,non_hub,586371.478696,4508350.63994,583924.339589,4508019.61816
+3081,3081,9029,692.0,003300,,40.7188232953,-74.0063311523,510.0,002100,40.71451321,-74.0108850975,409.040645314,6111,5174,3038,2694,002100,273869828.705,003300,215459582.054,003300,25415554.0,002100,003300,43190.5326561,151037,115748,hub,hub,hub,583544.598931,4507536.51732,583923.835922,4508019.30681
+3082,3082,171,346.0,003300,,40.7188256117,-74.0063261005,220.0,002201,40.71833027,-73.980972895,1099.92297317,6762,5174,3030,2694,002201,37585954.9949,003300,215459582.054,003300,25415554.0,002201,003300,43190.5326561,26391,115748,hub,hub,non_hub,586066.226443,4507989.12022,583924.259689,4508019.56877
+3083,3083,237,173.0,003300,,40.7188285894,-74.0063196062,155.0,002202,40.7208736,-73.98085795,1020.49312223,2256,5174,1045,2694,002202,13179093.8977,003300,215459582.054,003300,25415554.0,002202,003300,43190.5326561,23935,115748,hub,hub,non_hub,586072.658368,4508271.55961,583924.804458,4508019.90552
+3084,3084,86,346.0,003300,2.85647068653,40.7184956859,-74.0061572081,240.0,002400,40.7246269567,-73.9750711567,1241.15251036,5775,5174,2175,2694,002400,17986635.5592,003300,215459582.054,003300,25415554.0,002400,003300,43190.5326561,17965,115748,hub,hub,non_hub,586556.532658,4508693.89581,583938.938775,4507983.10625
+3085,3085,510,346.0,003300,,40.7188257885,-74.0063257149,310.0,002500,40.7111743,-73.99849582,576.799843935,5061,5174,1917,2694,002500,22428407.6271,003300,215459582.054,003300,25415554.0,002500,003300,43190.5326561,28216,115748,hub,hub,non_hub,584595.28909,4507177.73549,583924.292037,4508019.58876
+3086,3086,184,173.0,003300,,40.718823428,-74.006330863,155.0,002601,40.72299208,-73.97995466,1048.30453631,3774,5174,1593,2694,002601,22248722.3098,003300,215459582.054,003300,25415554.0,002601,003300,43190.5326561,22144,115748,hub,hub,non_hub,586146.216204,4508507.61099,583923.860192,4508019.32181
+3087,3087,799,173.0,003300,,40.7188221012,-74.0063337567,135.0,002700,40.71307916,-73.99851193,460.380294918,1191,5174,655,2694,002700,11349914.9514,003300,215459582.054,003300,25415554.0,002700,003300,43190.5326561,20570,115748,hub,hub,non_hub,584591.517275,4507389.17181,583923.61746,4508019.17177
+3088,3088,166,173.0,003300,,40.7188194669,-74.006339502,160.0,002800,40.72521311,-73.97768752,1104.29769419,7302,5174,3341,2694,002800,47641507.3146,003300,215459582.054,003300,25415554.0,002800,003300,43190.5326561,36744,115748,hub,hub,non_hub,586334.816403,4508756.38709,583923.135523,4508018.87385
+3089,3089,1788,173.0,003300,,40.7188260787,-74.0063250819,215.0,002900,40.71602118,-73.99974372,414.734200187,5855,5174,2420,2694,002900,200965547.24,003300,215459582.054,003300,25415554.0,002900,003300,43190.5326561,31936,115748,hub,hub,non_hub,584483.752153,4507714.56961,583924.345131,4508019.62158
+3090,3090,519,173.0,003300,,40.7188271971,-74.0063226428,175.0,003001,40.72066442,-73.98517977,942.401070154,4301,5174,2553,2694,003001,34302720.7166,003300,215459582.054,003300,25415554.0,003001,003300,43190.5326561,41223,115748,hub,hub,non_hub,585707.91731,4508244.11218,583924.549735,4508019.74806
+3091,3091,273,173.0,003300,,40.7188258965,-74.0063254793,185.0,003002,40.72217444,-73.98368779,1060.25659867,3031,5174,1885,2694,003002,18686109.2263,003300,215459582.054,003300,25415554.0,003002,003300,43190.5326561,38675,115748,hub,hub,non_hub,585831.986427,4508413.19181,583924.311798,4508019.60098
+3092,3092,4159,519.0,003300,,40.7188243051,-74.00632895,605.0,003100,40.7140617467,-74.0041933367,405.523623937,2809,5174,858,2694,003100,145687012.574,003300,215459582.054,003300,25415554.0,003100,003300,43190.5326561,81469,115748,hub,hub,hub,584110.388584,4507492.78891,583924.020659,4508019.42101
+3093,3093,1042,519.0,003300,,40.7188207803,-74.0063366375,500.0,003200,40.7260543867,-73.9823576167,1040.26655765,7630,5174,4888,2694,003200,46369492.482,003300,215459582.054,003300,25415554.0,003200,003300,43190.5326561,138064,115748,hub,hub,non_hub,585939.335766,4508845.19329,583923.375806,4508019.02239
+3094,3094,248,173.0,003300,,40.7188211911,-74.0063357417,195.0,003400,40.72955361,-73.98057249,1049.18319941,6706,5174,4203,2694,003400,42933229.7541,003300,215459582.054,003300,25415554.0,003400,003300,43190.5326561,47926,115748,hub,hub,non_hub,586085.581298,4509235.37985,583923.450951,4508019.06884
+3095,3095,1085,346.0,003300,,40.718823163,-74.0063314409,330.0,003601,40.72217423,-73.990293175,706.384845957,3299,5174,1613,2694,003601,29191583.8104,003300,215459582.054,003300,25415554.0,003601,003300,43190.5326561,77585,115748,hub,hub,non_hub,585274.124459,4508406.73315,583923.811717,4508019.29185
+3096,3096,959,346.0,003300,,40.7188233492,-74.0063310349,310.0,003602,40.724852985,-73.989265345,763.580935088,2918,5174,1586,2694,003602,24941258.1161,003300,215459582.054,003300,25415554.0,003602,003300,43190.5326561,82124,115748,hub,hub,non_hub,585357.507872,4508705.09166,583923.845776,4508019.3129
+3097,3097,5178,692.0,003300,,40.7188235154,-74.0063306724,740.0,003700,40.7256696075,-74.0052069325,550.176356826,2401,5174,1490,2694,003700,212385639.924,003300,215459582.054,003300,25415554.0,003700,003300,43190.5326561,173333,115748,hub,hub,hub,584010.178026,4508780.36793,583923.876179,4508019.3317
+3098,3098,1684,692.0,003300,,40.7188236699,-74.0063303353,800.0,003800,40.72765889,-73.988195855,891.684658367,8610,5174,5795,2694,003800,67437493.5221,003300,215459582.054,003300,25415554.0,003800,003300,43190.5326561,167230,115748,hub,hub,non_hub,585444.239635,4509017.60641,583923.904454,4508019.34917
+3099,3099,7437,692.0,003300,,40.7188228107,-74.0063322093,530.0,003900,40.7201717475,-74.00983051,388.465558535,5253,5174,3059,2694,003900,194910113.03,003300,215459582.054,003300,25415554.0,003900,003300,43190.5326561,113624,115748,hub,hub,hub,583626.593058,4508165.65565,583923.747262,4508019.252
+3100,3100,702,346.0,003300,,40.7188238959,-74.0063298425,330.0,004000,40.73000573,-73.98549552,1032.82827513,9801,5174,4546,2694,004000,66858387.5133,003300,215459582.054,003300,25415554.0,004000,003300,43190.5326561,99660,115748,hub,hub,non_hub,585669.269443,4509280.75306,583923.945799,4508019.37473
+3101,3101,3452,346.0,003300,,40.718824528,-74.006328464,320.0,004100,40.7195529,-73.996789035,537.887635645,7793,5174,3765,2694,004100,71738983.3617,003300,215459582.054,003300,25415554.0,004100,003300,43190.5326561,114685,115748,hub,hub,hub,584728.836557,4508109.46034,583924.061431,4508019.44621
+3102,3102,348,173.0,003300,,40.7188201525,-74.0063380067,175.0,004200,40.73223272,-73.98889957,883.412156171,4988,5174,1801,2694,004200,39941846.3325,003300,215459582.054,003300,25415554.0,004200,003300,43190.5326561,50846,115748,hub,hub,non_hub,585378.96492,4509524.64843,583923.260946,4508018.95138
+3103,3103,1992,346.0,003300,,40.7188258711,-74.0063255347,335.0,004300,40.723870235,-73.995226525,597.341895115,4267,5174,2598,2694,004300,65935514.1184,003300,215459582.054,003300,25415554.0,004300,003300,43190.5326561,95162,115748,hub,hub,non_hub,584855.320992,4508590.22212,583924.307154,4508019.59811
+3104,3104,494,346.0,003300,,40.7188231739,-74.0063314172,300.0,004400,40.73080269,-73.97968993,1249.76722938,17710,5174,8297,2694,004400,114601147.016,003300,215459582.054,003300,25415554.0,004400,003300,43190.5326561,106427,115748,hub,hub,non_hub,586158.498991,4509374.90208,583923.813703,4508019.29308
+3105,3105,1077,173.0,003300,,40.718822349,-74.0063332162,135.0,004500,40.71910537,-73.99973337,418.819427507,840,5174,582,2694,004500,52009114.8865,003300,215459582.054,003300,25415554.0,004500,003300,43190.5326561,34275,115748,hub,hub,non_hub,584480.726971,4508056.94497,583923.662794,4508019.19979
+3106,3106,831,173.0,003300,,40.7188265171,-74.0063241258,195.0,004700,40.72165481,-74.00234737,460.198007013,2267,5174,1586,2694,004700,75477587.1594,003300,215459582.054,003300,25415554.0,004700,003300,43190.5326561,27544,115748,hub,hub,non_hub,584256.734795,4508337.43837,583924.425335,4508019.67116
+3107,3107,203,173.0,003300,,40.7188204045,-74.0063374572,175.0,004800,40.73624527,-73.98473765,1070.66861276,7550,5174,3799,2694,004800,74763044.6965,003300,215459582.054,003300,25415554.0,004800,003300,43190.5326561,42567,115748,hub,hub,non_hub,585725.258797,4509974.12516,583923.307042,4508018.97988
+3108,3108,2887,346.0,003300,,40.7188234678,-74.0063307762,365.0,004900,40.724268615,-74.000521515,484.493576026,4951,5174,3054,2694,004900,103848670.177,003300,215459582.054,003300,25415554.0,004900,003300,43190.5326561,80152,115748,hub,hub,non_hub,584407.63728,4508629.34168,583923.867471,4508019.32631
+3109,3109,826,519.0,003300,,40.7188183472,-74.006341944,465.0,005000,40.7359163467,-73.9873427633,1029.91369441,5061,5174,3595,2694,005000,120638459.215,003300,215459582.054,003300,25415554.0,005000,003300,43190.5326561,111023,115748,hub,hub,non_hub,585505.709717,4509935.07175,583922.930671,4508018.74722
+3110,3110,1150,346.0,003300,,40.7188247428,-74.0063279954,530.0,005200,40.73715585,-73.991241315,970.066939667,4193,5174,1785,2694,005200,109103391.81,003300,215459582.054,003300,25415554.0,005200,003300,43190.5326561,159876,115748,hub,hub,non_hub,585174.941656,4510068.87544,583924.10074,4508019.47051
+3111,3111,463,173.0,003300,,40.7188189019,-74.0063407344,235.0,005400,40.73971301,-73.99456405,995.258876717,4656,5174,2837,2694,005400,128803552.888,003300,215459582.054,003300,25415554.0,005400,003300,43190.5326561,73728,115748,hub,hub,non_hub,584891.129718,4510349.51956,583923.032143,4508018.80995
+3112,3112,1173,173.0,003300,,40.7188225545,-74.006332768,150.0,005501,40.72679454,-73.99695094,569.432358339,5079,5174,2483,2694,005501,61061928.4125,003300,215459582.054,003300,25415554.0,005501,003300,43190.5326561,57258,115748,hub,hub,non_hub,584705.980012,4508913.17477,583923.700393,4508019.22303
+3113,3113,1292,173.0,003300,,40.7188244534,-74.0063286267,135.0,005502,40.72743423,-73.99379025,655.831928957,2383,5174,1262,2694,005502,49017118.6146,003300,215459582.054,003300,25415554.0,005502,003300,43190.5326561,55117,115748,hub,hub,non_hub,584972.085912,4508987.23863,583924.047782,4508019.43777
+3114,3114,671,346.0,003300,,40.7188328451,-74.0063103247,475.0,005600,40.74065347,-73.98778661,1068.45027983,2618,5174,2190,2694,005600,189153355.609,003300,215459582.054,003300,25415554.0,005600,003300,43190.5326561,113209,115748,hub,hub,non_hub,585462.168743,4510460.49357,583925.583024,4508020.3868
+3115,3115,2175,346.0,003300,,40.7188222959,-74.006333332,410.0,005700,40.729662915,-73.992405595,733.213093858,2937,5174,1789,2694,005700,90178032.7137,003300,215459582.054,003300,25415554.0,005700,003300,43190.5326561,156896,115748,hub,hub,non_hub,585086.179601,4509235.9788,583923.653084,4508019.19379
+3116,3116,626,346.0,003300,,40.7188222582,-74.0063334143,435.0,005800,40.743154205,-73.990299735,1116.86212828,3182,5174,2306,2694,005800,164037511.755,003300,215459582.054,003300,25415554.0,005800,003300,43190.5326561,130970,115748,hub,hub,non_hub,585246.786708,4510735.64918,583923.646176,4508019.18952
+3117,3117,486,173.0,003300,,40.7188232808,-74.0063311841,155.0,005900,40.73049393,-73.9957214,773.212090762,5516,5174,3276,2694,005900,71785177.1361,003300,215459582.054,003300,25415554.0,005900,003300,43190.5326561,53180,115748,hub,hub,non_hub,584805.117402,4509325.01914,583923.83326,4508019.30516
+3118,3118,311,346.0,003300,,40.7188179986,-74.0063427043,315.0,006000,40.734822295,-73.976916765,1129.14896965,5286,5174,2459,2694,006000,27468182.8943,003300,215459582.054,003300,25415554.0,006000,003300,43190.5326561,80462,115748,hub,hub,non_hub,586387.478737,4509823.83141,583922.866901,4508018.7078
+3119,3119,2558,692.0,003300,,40.7188232049,-74.0063313495,705.0,006100,40.73385254,-73.992357065,888.61028272,4913,5174,2683,2694,006100,91682014.33,003300,215459582.054,003300,25415554.0,006100,003300,43190.5326561,245510,115748,hub,hub,non_hub,585084.940162,4509701.10308,583923.819381,4508019.29659
+3120,3120,91,173.0,003300,,40.7188227384,-74.0063323669,150.0,006200,40.7381765,-73.97738662,1418.93278936,4680,5174,1401,2694,006200,231817485.533,003300,215459582.054,003300,25415554.0,006200,003300,43190.5326561,33218,115748,hub,hub,non_hub,586343.467107,4510195.70961,583923.734035,4508019.24383
+3121,3121,931,519.0,003300,,40.7188185754,-74.0063414463,495.0,006300,40.7346940933,-73.99785666,844.708135707,6076,5174,4277,2694,006300,85447631.8451,003300,215459582.054,003300,25415554.0,006300,003300,43190.5326561,120233,115748,hub,hub,non_hub,584619.48321,4509789.20591,583922.97242,4508018.77303
+3122,3122,216,173.0,003300,,40.7188230739,-74.0063316353,195.0,006400,40.73587678,-73.98205027,1210.27390478,7518,5174,5058,2694,006400,95664936.1545,003300,215459582.054,003300,25415554.0,006400,003300,43190.5326561,47750,115748,hub,hub,non_hub,585952.649806,4509935.84788,583923.795409,4508019.28177
+3123,3123,1457,519.0,003300,,40.7188240076,-74.0063295988,530.0,006500,40.7306296367,-73.9991423,695.937368484,6517,5174,3568,2694,006500,59290910.3694,003300,215459582.054,003300,25415554.0,006500,003300,43190.5326561,125356,115748,hub,hub,non_hub,584516.067395,4509336.78488,583923.966235,4508019.38736
+3124,3124,312,346.0,003300,,40.7188193595,-74.0063397363,410.0,006600,40.739285505,-73.97827188,1267.07353414,11780,5174,6818,2694,006600,84730469.4548,003300,215459582.054,003300,25415554.0,006600,003300,43190.5326561,74621,115748,hub,hub,non_hub,586267.286922,4510317.94668,583923.115866,4508018.8617
+3125,3125,1101,173.0,003300,,40.7188249432,-74.0063275584,195.0,006700,40.73038599,-74.00214988,654.734637678,4984,5174,3796,2694,006700,47238039.9972,003300,215459582.054,003300,25415554.0,006700,003300,43190.5326561,70025,115748,hub,hub,non_hub,584262.399901,4509306.84766,583924.137394,4508019.49317
+3126,3126,229,173.0,003300,,40.7188197886,-74.0063388005,195.0,006800,40.74025878,-73.98409214,1173.71911977,6735,5174,4494,2694,006800,130298431.446,003300,215459582.054,003300,25415554.0,006800,003300,43190.5326561,58926,115748,hub,hub,non_hub,585774.608423,4510420.28363,583923.194363,4508018.91023
+3127,3127,2078,346.0,003300,,40.7188234132,-74.0063308953,335.0,006900,40.732319905,-74.0069291,724.129687747,2687,5174,1484,2694,006900,61292499.9331,003300,215459582.054,003300,25415554.0,006900,003300,43190.5326561,130727,115748,hub,hub,non_hub,583856.38945,4509516.94969,583923.857479,4508019.32014
+3128,3128,330,519.0,003300,,40.7188164622,-74.0063460552,635.0,007000,40.7425158601,-73.9756151844,1428.6528077,8302,5174,5669,2694,007000,78634704.8451,003300,215459582.054,003300,25415554.0,007000,003300,43190.5326561,145227,115748,hub,hub,non_hub,586487.417875,4510679.15341,583922.58581,4508018.53404
+3129,3129,759,346.0,003300,,40.7188206564,-74.0063369077,355.0,007100,40.736526545,-74.000108805,828.146130691,5633,5174,3844,2694,007100,68447429.2743,003300,215459582.054,003300,25415554.0,007100,003300,43190.5326561,79459,115748,hub,hub,non_hub,584426.995774,4509990.4524,583923.353138,4508019.00837
+3130,3130,452,519.0,003300,,40.7188192582,-74.0063399571,630.0,007200,40.7447014833,-73.98154809,1398.72520898,7734,5174,5222,2694,007200,132092861.454,003300,215459582.054,003300,25415554.0,007200,003300,43190.5326561,157612,115748,hub,hub,non_hub,585983.687715,4510915.94446,583923.097343,4508018.85025
+3131,3131,1311,346.0,003300,,40.7188218478,-74.0063343093,295.0,007300,40.734682705,-74.00388484,817.06609836,5615,5174,4547,2694,007300,48716185.79,003300,215459582.054,003300,25415554.0,007300,003300,43190.5326561,92567,115748,hub,hub,non_hub,584110.479319,4509782.14883,583923.571101,4508019.14311
+3132,3132,321,346.0,003300,,40.7188197158,-74.0063389593,430.0,007400,40.746413585,-73.98586892,1210.34931643,4179,5174,2700,2694,007400,170614202.951,003300,215459582.054,003300,25415554.0,007400,003300,43190.5326561,81121,115748,hub,hub,non_hub,585616.696258,4511101.7763,583923.181047,4508018.90199
+3133,3133,420,346.0,003300,,40.7188243537,-74.0063288441,345.0,007600,40.74737476,-73.988320695,1304.98609319,2203,5174,1573,2694,007600,242014413.464,003300,215459582.054,003300,25415554.0,007600,003300,43190.5326561,97464,115748,hub,hub,non_hub,585408.475283,4511206.08492,583924.029544,4508019.4265
+3134,3134,544,173.0,003300,,40.7188198202,-74.0063387315,215.0,007700,40.7390169121,-74.0026376103,900.260004759,5404,5174,4254,2694,007700,59306273.1509,003300,215459582.054,003300,25415554.0,007700,003300,43190.5326561,79025,115748,hub,hub,non_hub,584210.329106,4510264.47156,583923.200153,4508018.9138
+3135,3135,170,173.0,003300,,40.7188211159,-74.0063359056,195.0,007800,40.74780373,-73.9734419,1582.24448395,7380,5174,5372,2694,007800,112124597.728,003300,215459582.054,003300,25415554.0,007800,003300,43190.5326561,59601,115748,hub,hub,non_hub,586664.043115,4511268.28888,583923.437195,4508019.06033
+3136,3136,2274,865.0,003300,,40.7188255691,-74.0063261934,870.0,007900,40.738916514,-74.007286026,894.497213718,4406,5174,2904,2694,007900,86937368.5918,003300,215459582.054,003300,25415554.0,007900,003300,43190.5326561,171846,115748,hub,hub,non_hub,583817.969395,4510248.87788,583924.251894,4508019.56395
+3137,3137,133,346.0,003300,,40.7188179688,-74.0063427692,355.0,008000,40.7485693,-73.97717991,1513.16553648,4946,5174,3730,2694,008000,197763821.532,003300,215459582.054,003300,25415554.0,008000,003300,43190.5326561,74808,115748,hub,hub,non_hub,586347.477591,4511349.58844,583922.861449,4508018.70443
+3138,3138,526,173.0,003300,,40.718819347,-74.0063397634,195.0,008100,40.73935542,-73.99931783,908.597918184,8675,5174,5315,2694,008100,91100400.6907,003300,215459582.054,003300,25415554.0,008100,003300,43190.5326561,53195,115748,hub,hub,non_hub,584490.204148,4510305.23824,583923.113591,4508018.8603
+3139,3139,1310,519.0,003300,,40.7188248736,-74.0063277102,875.0,008200,40.7519648765,-73.9793932572,1421.65765669,3442,5174,2534,2694,008200,262405408.076,003300,215459582.054,003300,25415554.0,008200,003300,43190.5326561,228612,115748,hub,hub,non_hub,586156.238363,4511724.34703,583924.124666,4508019.4853
+3140,3140,1271,692.0,003300,,40.7188210586,-74.0063360306,595.0,008300,40.742591315,-74.004102785,1008.33706206,4211,5174,2321,2694,008300,119862327.354,003300,215459582.054,003300,25415554.0,008300,003300,43190.5326561,186113,115748,hub,hub,non_hub,584082.11654,4510659.85081,583923.426712,4508019.05385
+3141,3141,94,173.0,003300,,40.7188273586,-74.0063222905,190.0,008400,40.75038009,-73.98338988,1449.30949959,1726,5174,1041,2694,008400,147824461.739,003300,215459582.054,003300,25415554.0,008400,003300,43190.5326561,34199,115748,hub,hub,non_hub,585820.889203,4511544.50828,583924.579287,4508019.76633
+3142,3142,33,173.0,003300,3.95549918952,40.7180535544,-74.0060109203,215.0,008601,40.744219,-73.97121214,1820.68433658,2551,5174,1528,2694,008601,31141773.9073,003300,215459582.054,003300,25415554.0,008601,003300,43190.5326561,31961,115748,hub,hub,non_hub,586856.951039,4510872.56191,583951.849766,4507934.16658
+3143,3143,1020,346.0,003300,,40.7188226091,-74.0063326489,390.0,008700,40.74206378,-73.995708955,991.098004428,6671,5174,4249,2694,008700,85660216.7821,003300,215459582.054,003300,25415554.0,008700,003300,43190.5326561,152953,115748,hub,hub,non_hub,584791.475936,4510609.36503,583923.710381,4508019.22921
+3144,3144,127,346.0,003300,,40.7188216811,-74.006334673,390.0,008800,40.75012189,-73.970133575,1714.65375218,6964,5174,5507,2694,008800,216532475.876,003300,215459582.054,003300,25415554.0,008800,003300,43190.5326561,43247,115748,hub,hub,non_hub,586940.323322,4511528.89362,583923.540594,4508019.12425
+3145,3145,1174,519.0,003300,,40.7188203325,-74.0063376142,600.0,008900,40.74529008,-74.0021768567,1003.83783997,5560,5174,3511,2694,008900,54419260.2723,003300,215459582.054,003300,25415554.0,008900,003300,43190.5326561,158638,115748,hub,hub,non_hub,584241.316685,4510961.27944,583923.293872,4508018.97174
+3146,3146,212,519.0,003300,,40.7188218548,-74.0063342941,550.0,009000,40.75261798,-73.9703317533,1501.43474372,7026,5174,5832,2694,009000,208846060.851,003300,215459582.054,003300,25415554.0,009000,003300,43190.5326561,74531,115748,hub,hub,non_hub,586920.342162,4511805.78171,583923.572375,4508019.1439
+3147,3147,518,173.0,003300,,40.7188260484,-74.006325148,195.0,009100,40.74487634,-73.99529885,1082.40497784,6415,5174,4386,2694,009100,127325659.041,003300,215459582.054,003300,25415554.0,009100,003300,43190.5326561,63878,115748,hub,hub,non_hub,584822.527687,4510921.97538,583924.339589,4508019.61816
+3148,3148,172,346.0,003300,,40.7188293724,-74.0063178984,550.0,009200,40.7548518863,-73.9734329075,1717.44570467,1754,5174,1461,2694,009200,408192557.246,003300,215459582.054,003300,25415554.0,009200,003300,43190.5326561,72226,115748,hub,hub,non_hub,586655.650548,4512050.69496,583924.947712,4508019.99407
+3149,3149,297,173.0,003300,,40.7188186009,-74.0063413906,195.0,009300,40.74475148,-73.99915362,1127.2763685,9705,5174,5585,2694,009300,68528055.2433,003300,215459582.054,003300,25415554.0,009300,003300,43190.5326561,52202,115748,hub,hub,non_hub,584497.239363,4510904.39701,583922.977093,4508018.77592
+3150,3150,341,173.0,003300,,40.7188281924,-74.0063204721,155.0,009400,40.75320159,-73.9779874,1583.66492866,29,5174,16,2694,009400,299218147.811,003300,215459582.054,003300,25415554.0,009400,003300,43190.5326561,82147,115748,hub,hub,non_hub,586273.319314,4511863.01244,583924.731823,4508019.86062
+3151,3151,277,173.0,003300,,40.7188174082,-74.0063439921,255.0,009500,40.746647,-73.993915,1160.61651379,3425,5174,1416,2694,009500,129660033.725,003300,215459582.054,003300,25415554.0,009500,003300,43190.5326561,57488,115748,hub,hub,non_hub,584937.108907,4511119.86954,583922.758875,4508018.64103
+3152,3152,210,519.0,003300,,40.7188212443,-74.0063356255,700.0,009600,40.7560620421,-73.9803838117,1597.30162939,153,5174,268,2694,009600,270304841.585,003300,215459582.054,003300,25415554.0,009600,003300,43190.5326561,71527,115748,hub,hub,non_hub,586067.333449,4512178.19064,583923.460695,4508019.07486
+3153,3153,532,519.0,003300,,40.7188181154,-74.0063424497,495.0,009700,40.7493616033,-73.9991321067,1236.49918923,4744,5174,2827,2694,009700,83018263.1602,003300,215459582.054,003300,25415554.0,009700,003300,43190.5326561,118804,115748,hub,hub,non_hub,584493.220017,4511416.17434,583922.888255,4508018.721
+3154,3154,93,346.0,003300,,40.7188202424,-74.0063378106,350.0,009800,40.755285655,-73.96667288,1758.14568627,7105,5174,5244,2694,009800,115943808.909,003300,215459582.054,003300,25415554.0,009800,003300,43190.5326561,40039,115748,hub,hub,non_hub,587225.727282,4512105.54383,583923.277396,4508018.96155
+3155,3155,1676,865.0,003300,,40.7188220487,-74.0063338711,925.0,009900,40.7520807866,-74.0031899092,1206.96176285,3617,5174,2438,2694,009900,404439511.776,003300,215459582.054,003300,25415554.0,009900,003300,43190.5326561,208076,115748,hub,hub,non_hub,584147.226991,4511714.12465,583923.60786,4508019.16583
+3156,3156,163,519.0,003300,,40.718823428,-74.006330863,605.0,010000,40.7583696933,-73.9710287767,1738.39663694,1829,5174,1399,2694,010000,366457143.613,003300,215459582.054,003300,25415554.0,010000,003300,43190.5326561,72085,115748,hub,hub,non_hub,586854.014885,4512443.57459,583923.860192,4508019.32181
+3157,3157,525,519.0,003300,,40.7188218412,-74.0063343237,635.0,010100,40.74945622,-73.9903382667,1294.45569558,1119,5174,828,2694,010100,246168211.101,003300,215459582.054,003300,25415554.0,010100,003300,43190.5326561,183377,115748,hub,hub,non_hub,585235.486219,4511435.18064,583923.569891,4508019.14236
+3158,3158,113,346.0,003300,,40.7188154732,-74.0063482121,405.0,010200,40.7606694,-73.973473555,1790.74999706,313,5174,268,2694,010200,333450202.294,003300,215459582.054,003300,25415554.0,010200,003300,43190.5326561,46675,115748,hub,hub,non_hub,586644.664817,4512696.44233,583922.404881,4508018.4222
+3159,3159,1090,346.0,003300,,40.7188226503,-74.0063325591,490.0,010300,40.751000495,-73.994372255,1388.71652597,1859,5174,1351,2694,010300,141506056.87,003300,215459582.054,003300,25415554.0,010300,003300,43190.5326561,221593,115748,hub,hub,non_hub,584892.968075,4511602.69644,583923.71792,4508019.23387
+3160,3160,260,346.0,003300,,40.7188183328,-74.0063419755,375.0,010400,40.761664375,-73.976854975,1751.9342561,1031,5174,1033,2694,010400,363981333.295,003300,215459582.054,003300,25415554.0,010400,003300,43190.5326561,65073,115748,hub,hub,non_hub,586357.961325,4512803.55852,583922.928032,4508018.74559
+3161,3161,83,173.0,003300,,40.718823428,-74.006330863,165.0,010602,40.75849116,-73.95920622,2082.9392437,4794,5174,2963,2694,010602,67980898.3739,003300,215459582.054,003300,25415554.0,010602,003300,43190.5326561,22153,115748,hub,hub,non_hub,587851.796682,4512468.82754,583923.860192,4508019.32181
+3162,3162,233,519.0,003300,5.33520289003,40.7186024839,-74.0062415886,585.0,010800,40.759259345,-73.9661456871,1837.70948338,8531,5174,6272,2694,010800,189351523.799,003300,215459582.054,003300,25415554.0,010800,003300,43190.5326561,79198,115748,hub,hub,non_hub,587265.032731,4512547.17739,583931.677822,4507994.88088
+3163,3163,190,346.0,003300,,40.7188203939,-74.0063374804,570.0,010900,40.751351715,-73.987594755,1290.53400446,182,5174,92,2694,010900,228173063.011,003300,215459582.054,003300,25415554.0,010900,003300,43190.5326561,60092,115748,hub,hub,non_hub,585464.669441,4511648.26242,583923.305101,4508018.97868
+3164,3164,61,173.0,003300,,40.7188277953,-74.006321338,295.0,011201,40.7643971,-73.97371465,2107.4847619,827,5174,964,2694,011201,118515444.187,003300,215459582.054,003300,25415554.0,011201,003300,43190.5326561,41525,115748,hub,hub,non_hub,586619.474659,4513110.00718,583924.659187,4508019.81572
+3165,3165,152,173.0,003300,,40.718823428,-74.006330863,165.0,011203,40.76095756,-73.96724467,1798.37359487,1176,5174,1160,2694,011203,143782379.009,003300,215459582.054,003300,25415554.0,011203,003300,43190.5326561,48033,115748,hub,hub,non_hub,587170.050102,4512734.59972,583923.860192,4508019.32181
+3166,3166,727,692.0,003300,,40.7188194036,-74.00633964,990.0,011300,40.7548008425,-73.9888010575,1356.25509026,204,5174,107,2694,011300,357940519.061,003300,215459582.054,003300,25415554.0,011300,003300,43190.5326561,236650,115748,hub,hub,non_hub,585358.423228,4512029.96675,583923.12394,4508018.86669
+3167,3167,407,346.0,003300,,40.7188270192,-74.0063230308,410.0,011500,40.75701407,-73.992353645,1375.99943079,2487,5174,1678,2694,011500,130958459.747,003300,215459582.054,003300,25415554.0,011500,003300,43190.5326561,103294,115748,hub,hub,non_hub,585055.712647,4512272.20178,583924.51719,4508019.72794
+3168,3168,596,346.0,003300,,40.7188269326,-74.0063232197,420.0,011700,40.76058799,-74.00080945,1350.46213185,2938,5174,2304,2694,011700,91270705.1484,003300,215459582.054,003300,25415554.0,011700,003300,43190.5326561,73016,115748,hub,hub,non_hub,584337.427395,4512660.77158,583924.501343,4508019.71815
+3169,3169,79,173.0,003300,,40.7188155668,-74.006348008,170.0,011900,40.7568001,-73.98291153,1693.76613636,1079,5174,1121,2694,011900,395254501.74,003300,215459582.054,003300,25415554.0,011900,003300,43190.5326561,39976,115748,hub,hub,non_hub,585853.012005,4512257.64444,583922.422002,4508018.43278
+3170,3170,597,519.0,003300,,40.7188207688,-74.0063366627,545.0,012100,40.7598593767,-73.9914900133,1339.47879223,8366,5174,5744,2694,012100,101223732.045,003300,215459582.054,003300,25415554.0,012100,003300,43190.5326561,132767,115748,hub,hub,non_hub,585124.983126,4512588.88932,583923.373693,4508019.02108
+3171,3171,105,173.0,003300,,40.7188282551,-74.0063203354,255.0,012500,40.76064679,-73.98442659,1598.86418249,2439,5174,2096,2694,012500,322911522.418,003300,215459582.054,003300,25415554.0,012500,003300,43190.5326561,45486,115748,hub,hub,non_hub,585720.180916,4512683.17447,583924.743291,4508019.86771
+3172,3172,379,346.0,003300,,40.7188207305,-74.0063367461,420.0,012700,40.762485435,-73.990447135,1518.83977149,6437,5174,4434,2694,012700,104637996.687,003300,215459582.054,003300,25415554.0,012700,003300,43190.5326561,83393,115748,hub,hub,non_hub,585209.656415,4512881.41361,583923.366696,4508019.01675
+3173,3173,328,173.0,003300,,40.7188178129,-74.0063431094,120.0,012900,40.76341379,-73.99667444,1516.32284976,5312,5174,3621,2694,012900,158698340.053,003300,215459582.054,003300,25415554.0,012900,003300,43190.5326561,28661,115748,hub,hub,non_hub,584682.864463,4512978.43901,583922.832913,4508018.68679
+3174,3174,271,519.0,003300,,40.7188219779,-74.0063340255,800.0,013100,40.7621295133,-73.98215453,1686.68896051,2489,5174,2283,2694,013100,405023451.28,003300,215459582.054,003300,25415554.0,013100,003300,43190.5326561,107228,115748,hub,hub,non_hub,585910.04945,4512849.98999,583923.594905,4508019.15782
+3175,3175,305,519.0,003300,,40.7188165411,-74.0063458832,505.0,013300,40.7647250567,-73.9866537633,1681.44393514,5363,5174,3909,2694,013300,79847412.2593,003300,215459582.054,003300,25415554.0,013300,003300,43190.5326561,89810,115748,hub,hub,non_hub,585526.963405,4513133.71926,583922.600239,4508018.54296
+3176,3176,625,346.0,003300,,40.7188260484,-74.006325148,325.0,013500,40.766984435,-73.99227308,1523.56826953,6075,5174,3935,2694,013500,198199142.958,003300,215459582.054,003300,25415554.0,013500,003300,43190.5326561,64723,115748,hub,hub,non_hub,585049.80204,4513379.06475,583924.339589,4508019.61816
+3177,3177,220,346.0,003300,,40.7188243379,-74.0063288786,490.0,013700,40.766109285,-73.981808355,1805.27816214,6557,5174,5442,2694,013700,314878324.419,003300,215459582.054,003300,25415554.0,013700,003300,43190.5326561,91142,115748,hub,hub,non_hub,585934.141665,4513292.1137,583924.026649,4508019.42471
+3178,3178,118,173.0,003300,,40.7188312892,-74.006313718,135.0,013900,40.768254,-73.988639,1698.79691198,7607,5174,7359,2694,013900,139918084.587,003300,215459582.054,003300,25415554.0,013900,003300,43190.5326561,26390,115748,hub,hub,non_hub,585354.890073,4513523.52534,583925.298382,4508020.21084
+3179,3179,54,173.0,003300,,40.718823428,-74.006330863,245.0,014300,40.76590936,-73.97634151,1794.46414566,3,5174,0,2694,014300,50027992.3322,003300,215459582.054,003300,25415554.0,014300,003300,43190.5326561,21051,115748,hub,hub,non_hub,586395.803012,4513275.28949,583923.860192,4508019.32181
+3180,3180,189,173.0,003300,,40.7188257401,-74.0063258204,180.0,014500,40.76915505,-73.98191841,1853.27737671,5811,5174,3462,2694,014500,253397343.373,003300,215459582.054,003300,25415554.0,014500,003300,43190.5326561,68350,115748,hub,hub,non_hub,585920.929601,4513630.10902,583924.283189,4508019.58329
+3181,3181,186,173.0,003300,,40.7188223362,-74.0063332443,275.0,014700,40.770513,-73.988038,1610.62427992,2586,5174,1743,2694,014700,70871746.8417,003300,215459582.054,003300,25415554.0,014700,003300,43190.5326561,35099,115748,hub,hub,non_hub,585402.720353,4513774.87644,583923.660444,4508019.19834
+3182,3182,167,173.0,003300,,40.71883653,-74.006302288,180.0,015100,40.771522,-73.990541,1678.45662444,8105,5174,4856,2694,015100,164953931.102,003300,215459582.054,003300,25415554.0,015100,003300,43190.5326561,17578,115748,hub,hub,non_hub,585190.192062,4513884.4495,583926.257175,4508020.80353
+3183,3183,4039,346.0,003300,,40.7188243888,-74.0063287676,350.0,031703,40.71644312,-74.014902115,537.486834556,8670,5174,4231,2694,031703,332361109.355,003300,215459582.054,003300,25415554.0,031703,003300,43190.5326561,136082,115748,hub,hub,hub,583202.897614,4507746.93647,583924.03596,4508019.43047
+3184,3184,3809,519.0,003300,,40.7188270074,-74.0063230564,490.0,031704,40.7085171733,-74.0165557667,791.833891068,6610,5174,3790,2694,031704,160823714.408,003300,215459582.054,003300,25415554.0,031704,003300,43190.5326561,105244,115748,hub,hub,hub,583073.076824,4506865.54027,583924.515043,4508019.72661
+3185,3185,1154,519.0,003300,,40.7188176565,-74.0063434503,425.0,000600,40.7128987867,-73.9898646367,697.739244263,11558,5174,4083,2694,000600,59149181.7526,003300,215459582.054,003300,25415554.0,000600,003300,43190.5326561,70053,115748,hub,hub,non_hub,585322.159723,4507377.5136,583922.804317,4508018.66911
+3186,3186,197,117.0,003400,,40.72955361,-73.98057249,54.0,000202,40.71318002,-73.9818904933,902.789488349,8012,6706,3598,4203,000202,37878157.9781,003400,42933229.7541,003400,35862822.0,000202,003400,34358.8038493,56352,46890,hub,hub,non_hub,585995.353038,4507416.50937,586085.581298,4509235.37985
+3187,3187,799,273.0,003400,,40.72955361,-73.98057249,258.0,000700,40.70581148,-74.0081572071,1359.48218394,7722,6706,5201,4203,000700,476954959.734,003400,42933229.7541,003400,35862822.0,000700,003400,34358.8038493,160040,46890,hub,hub,non_hub,583785.918305,4506573.16797,586085.581298,4509235.37985
+3188,3188,109,78.0,003400,,40.72955361,-73.98057249,47.0,000800,40.712414475,-73.993471545,915.789979757,10365,6706,4150,4203,000800,46479755.076,003400,42933229.7541,003400,35862822.0,000800,003400,34358.8038493,34254,46890,hub,hub,non_hub,585018.109713,4507320.25418,586085.581298,4509235.37985
+3189,3189,186,117.0,003400,,40.72955361,-73.98057249,97.0,000900,40.7024745833,-74.01224785,1481.40084825,1140,6706,939,4203,000900,404341803.896,003400,42933229.7541,003400,35862822.0,000900,003400,34358.8038493,46446,46890,hub,hub,non_hub,583444.520998,4506198.85784,586085.581298,4509235.37985
+3190,3190,89,39.0,003400,,40.72955361,-73.98057249,19.0,001002,40.71782143,-73.97628939,728.337078652,6439,6706,2346,4203,001002,22763374.2099,003400,42933229.7541,003400,35862822.0,001002,003400,34358.8038493,15916,46890,hub,hub,non_hub,586462.45635,4507937.23607,586085.581298,4509235.37985
+3191,3191,220,78.0,003400,,40.72955361,-73.98057249,46.0,001200,40.717364275,-73.982955325,599.09280303,3547,6706,1857,4203,001200,23518220.7411,003400,42933229.7541,003400,35862822.0,001200,003400,34358.8038493,36493,46890,hub,hub,non_hub,585900.031125,4507879.94738,586085.581298,4509235.37985
+3192,3192,67,39.0,003400,,40.72955361,-73.98057249,36.0,001300,40.70463334,-74.01361706,1664.47761194,3776,6706,3028,4203,001300,286606455.687,003400,42933229.7541,003400,35862822.0,001300,003400,34358.8038493,27671,46890,hub,hub,non_hub,583326.158808,4506437.19368,586085.581298,4509235.37985
+3193,3193,91,39.0,003400,,40.72955361,-73.98057249,28.0,001401,40.71559509,-73.9870295,698.516483516,3289,6706,1708,4203,001401,20168722.3199,003400,42933229.7541,003400,35862822.0,001401,003400,34358.8038493,26885,46890,hub,hub,non_hub,585558.18429,4507679.57909,586085.581298,4509235.37985
+3194,3194,75,78.0,003400,,40.72955361,-73.98057249,67.0,001501,40.70966832,-74.003597135,1296.1875,5581,6706,3450,4203,001501,172466366.322,003400,42933229.7541,003400,35862822.0,001501,003400,34358.8038493,27425,46890,hub,hub,non_hub,584166.279828,4507005.66129,586085.581298,4509235.37985
+3195,3195,187,117.0,003400,,40.72955361,-73.98057249,123.0,001502,40.7088053467,-74.00635276,1371.46205357,7095,6706,3459,4203,001502,221282059.103,003400,42933229.7541,003400,35862822.0,001502,003400,34358.8038493,82052,46890,hub,hub,non_hub,583934.59195,4506907.22889,586085.581298,4509235.37985
+3196,3196,240,117.0,003400,,40.72955361,-73.98057249,107.0,001600,40.7153350167,-73.9943926833,890.562545298,8236,6706,3242,4203,001600,76565505.7581,003400,42933229.7541,003400,35862822.0,001600,003400,34358.8038493,82798,46890,hub,hub,non_hub,584936.591099,4507643.5622,586085.581298,4509235.37985
+3197,3197,1021,156.0,003400,,40.72955361,-73.98057249,154.0,001800,40.7193657075,-73.9906468425,631.411369345,8063,6706,3489,4203,001800,60554858.5127,003400,42933229.7541,003400,35862822.0,001800,003400,34358.8038493,133306,46890,hub,hub,non_hub,585247.838585,4508094.62497,586085.581298,4509235.37985
+3198,3198,517,78.0,003400,,40.72955361,-73.98057249,46.0,002000,40.721554605,-73.977309405,466.974225819,4795,6706,1899,4203,002000,17907673.5628,003400,42933229.7541,003400,35862822.0,002000,003400,34358.8038493,31656,46890,hub,hub,non_hub,586371.478696,4508350.63994,586085.581298,4509235.37985
+3199,3199,293,156.0,003400,,40.72955361,-73.98057249,102.0,002100,40.71451321,-74.0108850975,1235.70170697,6111,6706,3038,4203,002100,273869828.705,003400,42933229.7541,003400,35862822.0,002100,003400,34358.8038493,151037,46890,hub,hub,non_hub,583544.598931,4507536.51732,586085.581298,4509235.37985
+3200,3200,160,78.0,003400,,40.72955361,-73.98057249,44.0,002201,40.71833027,-73.980972895,622.879917184,6762,6706,3030,4203,002201,37585954.9949,003400,42933229.7541,003400,35862822.0,002201,003400,34358.8038493,26391,46890,hub,hub,non_hub,586066.226443,4507989.12022,586085.581298,4509235.37985
+3201,3201,332,39.0,003400,,40.72955361,-73.98057249,31.0,002202,40.7208736,-73.98085795,414.545180723,2256,6706,1045,4203,002202,13179093.8977,003400,42933229.7541,003400,35862822.0,002202,003400,34358.8038493,23935,46890,hub,hub,non_hub,586072.658368,4508271.55961,586085.581298,4509235.37985
+3202,3202,271,78.0,003400,,40.72955361,-73.98057249,48.0,002400,40.724744875,-73.974986535,448.47537576,5775,6706,2175,4203,002400,17986635.5592,003400,42933229.7541,003400,35862822.0,002400,003400,34358.8038493,17965,46890,hub,hub,non_hub,586563.526382,4508707.06897,586085.581298,4509235.37985
+3203,3203,44,78.0,003400,,40.72955361,-73.98057249,62.0,002500,40.7111743,-73.99849582,1196.37857143,5061,6706,1917,4203,002500,22428407.6271,003400,42933229.7541,003400,35862822.0,002500,003400,34358.8038493,28216,46890,hub,hub,non_hub,584595.28909,4507177.73549,586085.581298,4509235.37985
+3204,3204,328,39.0,003400,,40.72955361,-73.98057249,31.0,002601,40.72299208,-73.97995466,395.329268293,3774,6706,1593,4203,002601,22248722.3098,003400,42933229.7541,003400,35862822.0,002601,003400,34358.8038493,22144,46890,hub,hub,non_hub,586146.216204,4508507.61099,586085.581298,4509235.37985
+3205,3205,48,39.0,003400,,40.72955361,-73.98057249,27.0,002700,40.71307916,-73.99851193,978.895833333,1191,6706,655,4203,002700,11349914.9514,003400,42933229.7541,003400,35862822.0,002700,003400,34358.8038493,20570,46890,hub,hub,non_hub,584591.517275,4507389.17181,586085.581298,4509235.37985
+3206,3206,861,39.0,003400,,40.72955361,-73.98057249,32.0,002800,40.72521311,-73.97768752,283.041811847,7302,6706,3341,4203,002800,47641507.3146,003400,42933229.7541,003400,35862822.0,002800,003400,34358.8038493,36744,46890,hub,hub,non_hub,586334.816403,4508756.38709,586085.581298,4509235.37985
+3207,3207,128,39.0,003400,,40.72955361,-73.98057249,43.0,002900,40.71602118,-73.99974372,1020.2890625,5855,6706,2420,4203,002900,200965547.24,003400,42933229.7541,003400,35862822.0,002900,003400,34358.8038493,31936,46890,hub,hub,non_hub,584483.752153,4507714.56961,586085.581298,4509235.37985
+3208,3208,486,39.0,003400,,40.72955361,-73.98057249,35.0,003001,40.72066442,-73.98517977,445.726337449,4301,6706,2553,4203,003001,34302720.7166,003400,42933229.7541,003400,35862822.0,003001,003400,34358.8038493,41223,46890,hub,hub,non_hub,585707.91731,4508244.11218,586085.581298,4509235.37985
+3209,3209,710,39.0,003400,,40.72955361,-73.98057249,37.0,003002,40.72217444,-73.98368779,378.228169014,3031,6706,1885,4203,003002,18686109.2263,003400,42933229.7541,003400,35862822.0,003002,003400,34358.8038493,38675,46890,hub,hub,non_hub,585831.986427,4508413.19181,586085.581298,4509235.37985
+3210,3210,297,117.0,003400,,40.72955361,-73.98057249,121.0,003100,40.7140617467,-74.0041933367,1083.81317909,2809,6706,858,4203,003100,145687012.574,003400,42933229.7541,003400,35862822.0,003100,003400,34358.8038493,81469,46890,hub,hub,non_hub,584110.388584,4507492.78891,586085.581298,4509235.37985
+3211,3211,1598,117.0,003400,,40.72955361,-73.98057249,100.0,003200,40.7260543867,-73.9823576167,336.365707411,7630,6706,4888,4203,003200,46369492.482,003400,42933229.7541,003400,35862822.0,003200,003400,34358.8038493,138064,46890,hub,hub,non_hub,585939.335766,4508845.19329,586085.581298,4509235.37985
+3212,3212,301,195.0,003400,,40.72955361,-73.98057249,173.0,003300,40.7188175825,-74.0063436118,1167.56341308,5174,6706,2694,4203,003300,215459582.054,003400,42933229.7541,003400,35862822.0,003300,003400,34358.8038493,115059,46890,hub,hub,non_hub,583922.790769,4508018.66074,586085.581298,4509235.37985
+3213,3213,554,78.0,003400,,40.72955361,-73.98057249,66.0,003601,40.72217423,-73.990293175,571.937725265,3299,6706,1613,4203,003601,29191583.8104,003400,42933229.7541,003400,35862822.0,003601,003400,34358.8038493,77585,46890,hub,hub,non_hub,585274.124459,4508406.73315,586085.581298,4509235.37985
+3214,3214,888,78.0,003400,,40.72955361,-73.98057249,62.0,003602,40.724852985,-73.989265345,464.858850397,2918,6706,1586,4203,003602,24941258.1161,003400,42933229.7541,003400,35862822.0,003602,003400,34358.8038493,82124,46890,hub,hub,non_hub,585357.507872,4508705.09166,586085.581298,4509235.37985
+3215,3215,473,156.0,003400,,40.72955361,-73.98057249,148.0,003700,40.7256696075,-74.0052069325,1015.33105433,2401,6706,1490,4203,003700,212385639.924,003400,42933229.7541,003400,35862822.0,003700,003400,34358.8038493,173333,46890,hub,hub,non_hub,584010.178026,4508780.36793,586085.581298,4509235.37985
+3216,3216,1570,156.0,003400,,40.72955361,-73.98057249,160.0,003800,40.72765889,-73.988195855,399.076586267,8610,6706,5795,4203,003800,67437493.5221,003400,42933229.7541,003400,35862822.0,003800,003400,34358.8038493,167230,46890,hub,hub,non_hub,585444.239635,4509017.60641,586085.581298,4509235.37985
+3217,3217,139,156.0,003400,,40.72955361,-73.98057249,106.0,003900,40.7201717475,-74.00983051,1437.82291667,5253,6706,3059,4203,003900,194910113.03,003400,42933229.7541,003400,35862822.0,003900,003400,34358.8038493,113624,46890,hub,hub,non_hub,583626.593058,4508165.65565,586085.581298,4509235.37985
+3218,3218,630,78.0,003400,,40.72955361,-73.98057249,66.0,004000,40.73000573,-73.98549552,408.087853449,9801,6706,4546,4203,004000,66858387.5133,003400,42933229.7541,003400,35862822.0,004000,003400,34358.8038493,99660,46890,hub,hub,non_hub,585669.269443,4509280.75306,586085.581298,4509235.37985
+3219,3219,503,78.0,003400,,40.72955361,-73.98057249,64.0,004100,40.7195529,-73.996789035,888.073004743,7793,6706,3765,4203,004100,71738983.3617,003400,42933229.7541,003400,35862822.0,004100,003400,34358.8038493,114685,46890,hub,hub,non_hub,584728.836557,4508109.46034,586085.581298,4509235.37985
+3220,3220,1311,39.0,003400,,40.72955361,-73.98057249,35.0,004200,40.73223272,-73.98889957,357.152555301,4988,6706,1801,4203,004200,39941846.3325,003400,42933229.7541,003400,35862822.0,004200,003400,34358.8038493,50846,46890,hub,hub,non_hub,585378.96492,4509524.64843,586085.581298,4509235.37985
+3221,3221,747,78.0,003400,,40.72955361,-73.98057249,67.0,004300,40.723870235,-73.995226525,692.844349902,4267,6706,2598,4203,004300,65935514.1184,003400,42933229.7541,003400,35862822.0,004300,003400,34358.8038493,95162,46890,hub,hub,non_hub,584855.320992,4508590.22212,586085.581298,4509235.37985
+3222,3222,485,78.0,003400,,40.72955361,-73.98057249,60.0,004400,40.73080269,-73.97968993,554.547598394,17710,6706,8297,4203,004400,114601147.016,003400,42933229.7541,003400,35862822.0,004400,003400,34358.8038493,106427,46890,hub,hub,non_hub,586158.498991,4509374.90208,586085.581298,4509235.37985
+3223,3223,137,39.0,003400,,40.72955361,-73.98057249,27.0,004500,40.71910537,-73.99973337,941.759124088,840,6706,582,4203,004500,52009114.8865,003400,42933229.7541,003400,35862822.0,004500,003400,34358.8038493,34275,46890,hub,hub,non_hub,584480.726971,4508056.94497,586085.581298,4509235.37985
+3224,3224,93,39.0,003400,,40.72955361,-73.98057249,39.0,004700,40.72165481,-74.00234737,962.860215054,2267,6706,1586,4203,004700,75477587.1594,003400,42933229.7541,003400,35862822.0,004700,003400,34358.8038493,27544,46890,hub,hub,non_hub,584256.734795,4508337.43837,586085.581298,4509235.37985
+3225,3225,413,39.0,003400,,40.72955361,-73.98057249,35.0,004800,40.73624527,-73.98473765,445.966101695,7550,6706,3799,4203,004800,74763044.6965,003400,42933229.7541,003400,35862822.0,004800,003400,34358.8038493,42567,46890,hub,hub,non_hub,585725.258797,4509974.12516,586085.581298,4509235.37985
+3226,3226,352,78.0,003400,,40.72955361,-73.98057249,73.0,004900,40.724268615,-74.000521515,880.917004049,4951,6706,3054,4203,004900,103848670.177,003400,42933229.7541,003400,35862822.0,004900,003400,34358.8038493,80152,46890,hub,hub,non_hub,584407.63728,4508629.34168,586085.581298,4509235.37985
+3227,3227,1026,117.0,003400,,40.72955361,-73.98057249,93.0,005000,40.7359163467,-73.9873427633,482.417288874,5061,6706,3595,4203,005000,120638459.215,003400,42933229.7541,003400,35862822.0,005000,003400,34358.8038493,111023,46890,hub,hub,non_hub,585505.709717,4509935.07175,586085.581298,4509235.37985
+3228,3228,1638,78.0,003400,,40.72955361,-73.98057249,106.0,005200,40.73715585,-73.991241315,588.884686485,4193,6706,1785,4203,005200,109103391.81,003400,42933229.7541,003400,35862822.0,005200,003400,34358.8038493,159876,46890,hub,hub,non_hub,585174.941657,4510068.87544,586085.581298,4509235.37985
+3229,3229,391,39.0,003400,,40.72955361,-73.98057249,47.0,005400,40.73971301,-73.99456405,774.069053708,4656,6706,2837,4203,005400,128803552.888,003400,42933229.7541,003400,35862822.0,005400,003400,34358.8038493,73728,46890,hub,hub,non_hub,584891.129718,4510349.51956,586085.581298,4509235.37985
+3230,3230,305,39.0,003400,,40.72955361,-73.98057249,30.0,005501,40.72679454,-73.99695094,769.331147541,5079,6706,2483,4203,005501,61061928.4125,003400,42933229.7541,003400,35862822.0,005501,003400,34358.8038493,57258,46890,hub,hub,non_hub,584705.980012,4508913.17477,586085.581298,4509235.37985
+3231,3231,671,39.0,003400,,40.72955361,-73.98057249,27.0,005502,40.72743423,-73.99379025,562.997019374,2383,6706,1262,4203,005502,49017118.6146,003400,42933229.7541,003400,35862822.0,005502,003400,34358.8038493,55117,46890,hub,hub,non_hub,584972.085912,4508987.23863,586085.581298,4509235.37985
+3232,3232,756,78.0,003400,,40.72955361,-73.98057249,95.0,005600,40.74065347,-73.98778661,611.020576923,2618,6706,2190,4203,005600,189153355.609,003400,42933229.7541,003400,35862822.0,005600,003400,34358.8038493,113209,46890,hub,hub,non_hub,585462.168743,4510460.49357,586085.581298,4509235.37985
+3233,3233,1968,78.0,003400,,40.72955361,-73.98057249,82.0,005700,40.729662915,-73.992405595,495.301804276,2937,6706,1789,4203,005700,90178032.7137,003400,42933229.7541,003400,35862822.0,005700,003400,34358.8038493,156896,46890,hub,hub,non_hub,585086.179602,4509235.9788,586085.581298,4509235.37985
+3234,3234,558,78.0,003400,,40.72955361,-73.98057249,87.0,005800,40.743154205,-73.990299735,800.108296137,3182,6706,2306,4203,005800,164037511.755,003400,42933229.7541,003400,35862822.0,005800,003400,34358.8038493,130970,46890,hub,hub,non_hub,585246.786708,4510735.64918,586085.581298,4509235.37985
+3235,3235,628,39.0,003400,,40.72955361,-73.98057249,31.0,005900,40.73049393,-73.9957214,564.708598726,5516,6706,3276,4203,005900,71785177.1361,003400,42933229.7541,003400,35862822.0,005900,003400,34358.8038493,53180,46890,hub,hub,non_hub,584805.117401,4509325.01914,586085.581298,4509235.37985
+3236,3236,394,78.0,003400,,40.72955361,-73.98057249,63.0,006000,40.734822295,-73.976916765,569.900425047,5286,6706,2459,4203,006000,27468182.8943,003400,42933229.7541,003400,35862822.0,006000,003400,34358.8038493,80462,46890,hub,hub,non_hub,586387.478737,4509823.83141,586085.581298,4509235.37985
+3237,3237,3411,156.0,003400,,40.72955361,-73.98057249,141.0,006100,40.73385254,-73.992357065,501.325265458,4913,6706,2683,4203,006100,91682014.33,003400,42933229.7541,003400,35862822.0,006100,003400,34358.8038493,245510,46890,hub,hub,hub,585084.940162,4509701.10308,586085.581298,4509235.37985
+3238,3238,107,39.0,003400,,40.72955361,-73.98057249,30.0,006200,40.7381765,-73.97738662,640.38317757,4680,6706,1401,4203,006200,231817485.533,003400,42933229.7541,003400,35862822.0,006200,003400,34358.8038493,33218,46890,hub,hub,non_hub,586343.467107,4510195.70961,586085.581298,4509235.37985
+3239,3239,1054,117.0,003400,,40.72955361,-73.98057249,99.0,006300,40.7346940933,-73.99785666,661.28015388,6076,6706,4277,4203,006300,85447631.8451,003400,42933229.7541,003400,35862822.0,006300,003400,34358.8038493,120233,46890,hub,hub,non_hub,584619.48321,4509789.20591,586085.581298,4509235.37985
+3240,3240,313,39.0,003400,,40.72955361,-73.98057249,39.0,006400,40.73587678,-73.98205027,460.124600639,7518,6706,5058,4203,006400,95664936.1545,003400,42933229.7541,003400,35862822.0,006400,003400,34358.8038493,47750,46890,hub,hub,non_hub,585952.649806,4509935.84788,586085.581298,4509235.37985
+3241,3241,965,117.0,003400,,40.72955361,-73.98057249,106.0,006500,40.7306296367,-73.9991423,728.540229179,6517,6706,3568,4203,006500,59290910.3694,003400,42933229.7541,003400,35862822.0,006500,003400,34358.8038493,125356,46890,hub,hub,non_hub,584516.067395,4509336.78488,586085.581298,4509235.37985
+3242,3242,480,78.0,003400,,40.72955361,-73.98057249,82.0,006600,40.739285505,-73.97827188,568.88,11780,6706,6818,4203,006600,84730469.4548,003400,42933229.7541,003400,35862822.0,006600,003400,34358.8038493,74621,46890,hub,hub,non_hub,586267.286922,4510317.94668,586085.581298,4509235.37985
+3243,3243,208,39.0,003400,,40.72955361,-73.98057249,39.0,006700,40.73038599,-74.00214988,832.125,4984,6706,3796,4203,006700,47238039.9972,003400,42933229.7541,003400,35862822.0,006700,003400,34358.8038493,70025,46890,hub,hub,non_hub,584262.399901,4509306.84766,586085.581298,4509235.37985
+3244,3244,349,39.0,003400,,40.72955361,-73.98057249,39.0,006800,40.74025878,-73.98409214,570.532951289,6735,6706,4494,4203,006800,130298431.446,003400,42933229.7541,003400,35862822.0,006800,003400,34358.8038493,58926,46890,hub,hub,non_hub,585774.608423,4510420.28363,586085.581298,4509235.37985
+3245,3245,330,78.0,003400,,40.72955361,-73.98057249,67.0,006900,40.732319905,-74.0069291,973.833553792,2687,6706,1484,4203,006900,61292499.9331,003400,42933229.7541,003400,35862822.0,006900,003400,34358.8038493,130727,46890,hub,hub,non_hub,583856.38945,4509516.94969,586085.581298,4509235.37985
+3246,3246,814,117.0,003400,,40.72955361,-73.98057249,127.0,007000,40.742547329,-73.975677181,718.517508081,8302,6706,5669,4203,007000,78634704.8451,003400,42933229.7541,003400,35862822.0,007000,003400,34358.8038493,145227,46890,hub,hub,non_hub,586482.142739,4510682.5856,586085.581298,4509235.37985
+3247,3247,532,78.0,003400,,40.72955361,-73.98057249,71.0,007100,40.736526545,-74.000108805,757.295770202,5633,6706,3844,4203,007100,68447429.2743,003400,42933229.7541,003400,35862822.0,007100,003400,34358.8038493,79459,46890,hub,hub,non_hub,584426.995774,4509990.4524,586085.581298,4509235.37985
+3248,3248,740,117.0,003400,,40.72955361,-73.98057249,126.0,007200,40.7447014833,-73.98154809,752.17110897,7734,6706,5222,4203,007200,132092861.454,003400,42933229.7541,003400,35862822.0,007200,003400,34358.8038493,157612,46890,hub,hub,non_hub,585983.687715,4510915.94446,586085.581298,4509235.37985
+3249,3249,436,78.0,003400,,40.72955361,-73.98057249,59.0,007300,40.734682705,-74.00388484,850.905211999,5615,6706,4547,4203,007300,48716185.79,003400,42933229.7541,003400,35862822.0,007300,003400,34358.8038493,92567,46890,hub,hub,non_hub,584110.479319,4509782.14883,586085.581298,4509235.37985
+3250,3250,253,78.0,003400,,40.72955361,-73.98057249,86.0,007400,40.746413585,-73.98586892,906.977006253,4179,6706,2700,4203,007400,170614202.951,003400,42933229.7541,003400,35862822.0,007400,003400,34358.8038493,81121,46890,hub,hub,non_hub,585616.696258,4511101.7763,586085.581298,4509235.37985
+3251,3251,312,78.0,003400,,40.72955361,-73.98057249,69.0,007600,40.74737476,-73.988320695,967.211269365,2203,6706,1573,4203,007600,242014413.464,003400,42933229.7541,003400,35862822.0,007600,003400,34358.8038493,97464,46890,hub,hub,non_hub,585408.475283,4511206.08492,586085.581298,4509235.37985
+3252,3252,421,39.0,003400,,40.72955361,-73.98057249,43.0,007700,40.7390169121,-74.0026376103,823.225653207,5404,6706,4254,4203,007700,59306273.1509,003400,42933229.7541,003400,35862822.0,007700,003400,34358.8038493,79025,46890,hub,hub,non_hub,584210.329106,4510264.47156,586085.581298,4509235.37985
+3253,3253,302,39.0,003400,,40.72955361,-73.98057249,39.0,007800,40.74780373,-73.9734419,792.039735099,7380,6706,5372,4203,007800,112124597.728,003400,42933229.7541,003400,35862822.0,007800,003400,34358.8038493,59601,46890,hub,hub,non_hub,586664.043115,4511268.28888,586085.581298,4509235.37985
+3254,3254,527,195.0,003400,,40.72955361,-73.98057249,174.0,007900,40.738916514,-74.007286026,990.133019127,4406,6706,2904,4203,007900,86937368.5918,003400,42933229.7541,003400,35862822.0,007900,003400,34358.8038493,171846,46890,hub,hub,non_hub,583817.969395,4510248.87788,586085.581298,4509235.37985
+3255,3255,270,78.0,003400,,40.72955361,-73.98057249,71.0,008000,40.7485693,-73.97717991,859.136835099,4946,6706,3730,4203,008000,197763821.532,003400,42933229.7541,003400,35862822.0,008000,003400,34358.8038493,74808,46890,hub,hub,non_hub,586347.477591,4511349.58844,586085.581298,4509235.37985
+3256,3256,202,39.0,003400,,40.72955361,-73.98057249,39.0,008100,40.73935542,-73.99931783,892.955445545,8675,6706,5315,4203,008100,91100400.6907,003400,42933229.7541,003400,35862822.0,008100,003400,34358.8038493,53195,46890,hub,hub,non_hub,584490.204148,4510305.23824,586085.581298,4509235.37985
+3257,3257,613,117.0,003400,,40.72955361,-73.98057249,175.0,008200,40.7519613865,-73.979399133,954.721744404,3442,6706,2534,4203,008200,262405408.076,003400,42933229.7541,003400,35862822.0,008200,003400,34358.8038493,228612,46890,hub,hub,non_hub,586155.746842,4511723.95385,586085.581298,4509235.37985
+3258,3258,478,156.0,003400,,40.72955361,-73.98057249,119.0,008300,40.742591315,-74.004102785,998.35494802,4211,6706,2321,4203,008300,119862327.354,003400,42933229.7541,003400,35862822.0,008300,003400,34358.8038493,186113,46890,hub,hub,non_hub,584082.11654,4510659.85081,586085.581298,4509235.37985
+3259,3259,79,39.0,003400,,40.72955361,-73.98057249,38.0,008400,40.75038009,-73.98338988,849.696202532,1726,6706,1041,4203,008400,147824461.739,003400,42933229.7541,003400,35862822.0,008400,003400,34358.8038493,34199,46890,hub,hub,non_hub,585820.889203,4511544.50828,586085.581298,4509235.37985
+3260,3260,165,39.0,003400,,40.72955361,-73.98057249,43.0,008601,40.744219,-73.97121214,774.636363636,2551,6706,1528,4203,008601,31141773.9073,003400,42933229.7541,003400,35862822.0,008601,003400,34358.8038493,31961,46890,hub,hub,non_hub,586856.951039,4510872.56191,586085.581298,4509235.37985
+3261,3261,487,78.0,003400,,40.72955361,-73.98057249,78.0,008700,40.74206378,-73.995708955,837.627186039,6671,6706,4249,4203,008700,85660216.7821,003400,42933229.7541,003400,35862822.0,008700,003400,34358.8038493,152953,46890,hub,hub,non_hub,584791.475936,4510609.36503,586085.581298,4509235.37985
+3262,3262,157,78.0,003400,,40.72955361,-73.98057249,78.0,008800,40.75012189,-73.970133575,906.732224026,6964,6706,5507,4203,008800,216532475.876,003400,42933229.7541,003400,35862822.0,008800,003400,34358.8038493,43247,46890,hub,hub,non_hub,586940.323322,4511528.89362,586085.581298,4509235.37985
+3263,3263,302,117.0,003400,,40.72955361,-73.98057249,120.0,008900,40.74529008,-74.0021768567,932.082758368,5560,6706,3511,4203,008900,54419260.2723,003400,42933229.7541,003400,35862822.0,008900,003400,34358.8038493,158638,46890,hub,hub,non_hub,584241.316685,4510961.27944,586085.581298,4509235.37985
+3264,3264,325,117.0,003400,,40.72955361,-73.98057249,110.0,009000,40.75261798,-73.9703317533,947.090909091,7026,6706,5832,4203,009000,208846060.851,003400,42933229.7541,003400,35862822.0,009000,003400,34358.8038493,74531,46890,hub,hub,non_hub,586920.342162,4511805.78171,586085.581298,4509235.37985
+3265,3265,167,39.0,003400,,40.72955361,-73.98057249,39.0,009100,40.74487634,-73.99529885,890.185628743,6415,6706,4386,4203,009100,127325659.041,003400,42933229.7541,003400,35862822.0,009100,003400,34358.8038493,63878,46890,hub,hub,non_hub,584822.527687,4510921.97538,586085.581298,4509235.37985
+3266,3266,186,78.0,003400,,40.72955361,-73.98057249,110.0,009200,40.7548518863,-73.9734329075,884.761977996,1754,6706,1461,4203,009200,408192557.246,003400,42933229.7541,003400,35862822.0,009200,003400,34358.8038493,72226,46890,hub,hub,non_hub,586655.650548,4512050.69496,586085.581298,4509235.37985
+3267,3267,110,39.0,003400,,40.72955361,-73.98057249,39.0,009300,40.74475148,-73.99915362,883.445454545,9705,6706,5585,4203,009300,68528055.2433,003400,42933229.7541,003400,35862822.0,009300,003400,34358.8038493,52202,46890,hub,hub,non_hub,584497.239363,4510904.39701,586085.581298,4509235.37985
+3268,3268,130,39.0,003400,,40.72955361,-73.98057249,31.0,009400,40.75320159,-73.9779874,1006.03846154,29,6706,16,4203,009400,299218147.811,003400,42933229.7541,003400,35862822.0,009400,003400,34358.8038493,82147,46890,hub,hub,non_hub,586273.319314,4511863.01244,586085.581298,4509235.37985
+3269,3269,189,39.0,003400,,40.72955361,-73.98057249,51.0,009500,40.746647,-73.993915,873.566137566,3425,6706,1416,4203,009500,129660033.725,003400,42933229.7541,003400,35862822.0,009500,003400,34358.8038493,57488,46890,hub,hub,non_hub,584937.108907,4511119.86954,586085.581298,4509235.37985
+3270,3270,116,117.0,003400,,40.72955361,-73.98057249,140.0,009600,40.7560415639,-73.9803649188,889.500236098,153,6706,268,4203,009600,270304841.585,003400,42933229.7541,003400,35862822.0,009600,003400,34358.8038493,71527,46890,hub,hub,non_hub,586068.954664,4512175.93593,586085.581298,4509235.37985
+3271,3271,279,117.0,003400,,40.72955361,-73.98057249,99.0,009700,40.7493616033,-73.9991321067,1029.09635739,4744,6706,2827,4203,009700,83018263.1602,003400,42933229.7541,003400,35862822.0,009700,003400,34358.8038493,118804,46890,hub,hub,non_hub,584493.220017,4511416.17434,586085.581298,4509235.37985
+3272,3272,188,78.0,003400,,40.72955361,-73.98057249,70.0,009800,40.755285655,-73.96667288,1072.24003947,7105,6706,5244,4203,009800,115943808.909,003400,42933229.7541,003400,35862822.0,009800,003400,34358.8038493,40039,46890,hub,hub,non_hub,587225.727282,4512105.54383,586085.581298,4509235.37985
+3273,3273,473,195.0,003400,,40.72955361,-73.98057249,185.0,009900,40.7520807866,-74.0031899092,1100.98546165,3617,6706,2438,4203,009900,404439511.776,003400,42933229.7541,003400,35862822.0,009900,003400,34358.8038493,208076,46890,hub,hub,non_hub,584147.226991,4511714.12465,586085.581298,4509235.37985
+3274,3274,172,117.0,003400,,40.72955361,-73.98057249,121.0,010000,40.7583696933,-73.9710287767,1166.40390491,1829,6706,1399,4203,010000,366457143.613,003400,42933229.7541,003400,35862822.0,010000,003400,34358.8038493,72085,46890,hub,hub,non_hub,586854.014885,4512443.57459,586085.581298,4509235.37985
+3275,3275,380,117.0,003400,,40.72955361,-73.98057249,127.0,010100,40.74945622,-73.9903382667,979.399756619,1119,6706,828,4203,010100,246168211.101,003400,42933229.7541,003400,35862822.0,010100,003400,34358.8038493,183377,46890,hub,hub,non_hub,585235.486219,4511435.18064,586085.581298,4509235.37985
+3276,3276,66,78.0,003400,,40.72955361,-73.98057249,81.0,010200,40.7606694,-73.973473555,1247.04135338,313,6706,268,4203,010200,333450202.294,003400,42933229.7541,003400,35862822.0,010200,003400,34358.8038493,46675,46890,hub,hub,non_hub,586644.664817,4512696.44233,586085.581298,4509235.37985
+3277,3277,277,78.0,003400,,40.72955361,-73.98057249,98.0,010300,40.751000495,-73.994372255,1060.23621262,1859,6706,1351,4203,010300,141506056.87,003400,42933229.7541,003400,35862822.0,010300,003400,34358.8038493,221593,46890,hub,hub,non_hub,584892.968075,4511602.69644,586085.581298,4509235.37985
+3278,3278,111,78.0,003400,,40.72955361,-73.98057249,75.0,010400,40.761664375,-73.976854975,1288.92605156,1031,6706,1033,4203,010400,363981333.295,003400,42933229.7541,003400,35862822.0,010400,003400,34358.8038493,65073,46890,hub,hub,non_hub,586357.961325,4512803.55852,586085.581298,4509235.37985
+3279,3279,62,39.0,003400,,40.72955361,-73.98057249,33.0,010602,40.75849116,-73.95920622,1182.43548387,4794,6706,2963,4203,010602,67980898.3739,003400,42933229.7541,003400,35862822.0,010602,003400,34358.8038493,22153,46890,hub,hub,non_hub,587851.796682,4512468.82754,586085.581298,4509235.37985
+3280,3280,323,117.0,003400,,40.72955361,-73.98057249,117.0,010800,40.7591736033,-73.96613818,1198.4960065,8531,6706,6272,4203,010800,189351523.799,003400,42933229.7541,003400,35862822.0,010800,003400,34358.8038493,79198,46890,hub,hub,non_hub,587265.778542,4512537.66689,586085.581298,4509235.37985
+3281,3281,140,78.0,003400,,40.72955361,-73.98057249,114.0,010900,40.751351715,-73.987594755,896.681956192,182,6706,92,4203,010900,228173063.011,003400,42933229.7541,003400,35862822.0,010900,003400,34358.8038493,60092,46890,hub,hub,non_hub,585464.669441,4511648.26242,586085.581298,4509235.37985
+3282,3282,51,39.0,003400,,40.72955361,-73.98057249,59.0,011201,40.7643971,-73.97371465,1580.17647059,827,6706,964,4203,011201,118515444.187,003400,42933229.7541,003400,35862822.0,011201,003400,34358.8038493,41525,46890,hub,hub,non_hub,586619.474659,4513110.00718,586085.581298,4509235.37985
+3283,3283,138,39.0,003400,,40.72955361,-73.98057249,33.0,011203,40.76095756,-73.96724467,1253.23188406,1176,6706,1160,4203,011203,143782379.009,003400,42933229.7541,003400,35862822.0,011203,003400,34358.8038493,48033,46890,hub,hub,non_hub,587170.050102,4512734.59972,586085.581298,4509235.37985
+3284,3284,355,156.0,003400,,40.72955361,-73.98057249,198.0,011300,40.7548008425,-73.9888010575,1168.54812429,204,6706,107,4203,011300,357940519.061,003400,42933229.7541,003400,35862822.0,011300,003400,34358.8038493,236650,46890,hub,hub,non_hub,585358.423228,4512029.96675,586085.581298,4509235.37985
+3285,3285,113,78.0,003400,,40.72955361,-73.98057249,82.0,011500,40.75701407,-73.992353645,1383.76619509,2487,6706,1678,4203,011500,130958459.747,003400,42933229.7541,003400,35862822.0,011500,003400,34358.8038493,103294,46890,hub,hub,non_hub,585055.712647,4512272.20178,586085.581298,4509235.37985
+3286,3286,48,78.0,003400,,40.72955361,-73.98057249,84.0,011700,40.76058799,-74.00080945,1478.6048951,2938,6706,2304,4203,011700,91270705.1484,003400,42933229.7541,003400,35862822.0,011700,003400,34358.8038493,73016,46890,hub,hub,non_hub,584337.427395,4512660.77158,586085.581298,4509235.37985
+3287,3287,54,39.0,003400,,40.72955361,-73.98057249,34.0,011900,40.7568001,-73.98291153,1165.51851852,1079,6706,1121,4203,011900,395254501.74,003400,42933229.7541,003400,35862822.0,011900,003400,34358.8038493,39976,46890,hub,hub,non_hub,585853.012005,4512257.64444,586085.581298,4509235.37985
+3288,3288,196,117.0,003400,,40.72955361,-73.98057249,109.0,012100,40.7598593767,-73.9914900133,1227.56891068,8366,6706,5744,4203,012100,101223732.045,003400,42933229.7541,003400,35862822.0,012100,003400,34358.8038493,132767,46890,hub,hub,non_hub,585124.983126,4512588.88932,586085.581298,4509235.37985
+3289,3289,42,39.0,003400,,40.72955361,-73.98057249,51.0,012500,40.76064679,-73.98442659,1342.19047619,2439,6706,2096,4203,012500,322911522.418,003400,42933229.7541,003400,35862822.0,012500,003400,34358.8038493,45486,46890,hub,hub,non_hub,585720.180916,4512683.17447,586085.581298,4509235.37985
+3290,3290,123,78.0,003400,,40.72955361,-73.98057249,84.0,012700,40.762485435,-73.990447135,1014.87252384,6437,6706,4434,4203,012700,104637996.687,003400,42933229.7541,003400,35862822.0,012700,003400,34358.8038493,83393,46890,hub,hub,non_hub,585209.656415,4512881.41361,586085.581298,4509235.37985
+3291,3291,45,39.0,003400,,40.72955361,-73.98057249,24.0,012900,40.76341379,-73.99667444,1489.02222222,5312,6706,3621,4203,012900,158698340.053,003400,42933229.7541,003400,35862822.0,012900,003400,34358.8038493,28661,46890,hub,hub,non_hub,584682.864463,4512978.43901,586085.581298,4509235.37985
+3292,3292,174,117.0,003400,,40.72955361,-73.98057249,160.0,013100,40.7621295133,-73.98215453,1220.91413733,2489,6706,2283,4203,013100,405023451.28,003400,42933229.7541,003400,35862822.0,013100,003400,34358.8038493,107228,46890,hub,hub,non_hub,585910.04945,4512849.98999,586085.581298,4509235.37985
+3293,3293,95,117.0,003400,,40.72955361,-73.98057249,101.0,013300,40.7647250567,-73.9866537633,1544.06663018,5363,6706,3909,4203,013300,79847412.2593,003400,42933229.7541,003400,35862822.0,013300,003400,34358.8038493,89810,46890,hub,hub,non_hub,585526.963405,4513133.71926,586085.581298,4509235.37985
+3294,3294,113,78.0,003400,,40.72955361,-73.98057249,65.0,013500,40.766984435,-73.99227308,1323.36399861,6075,6706,3935,4203,013500,198199142.958,003400,42933229.7541,003400,35862822.0,013500,003400,34358.8038493,64723,46890,hub,hub,non_hub,585049.80204,4513379.06475,586085.581298,4509235.37985
+3295,3295,152,78.0,003400,,40.72955361,-73.98057249,98.0,013700,40.766109285,-73.981808355,1582.95175352,6557,6706,5442,4203,013700,314878324.419,003400,42933229.7541,003400,35862822.0,013700,003400,34358.8038493,91142,46890,hub,hub,non_hub,585934.141665,4513292.1137,586085.581298,4509235.37985
+3296,3296,25,39.0,003400,,40.72955361,-73.98057249,27.0,013900,40.768254,-73.988639,1271.72,7607,6706,7359,4203,013900,139918084.587,003400,42933229.7541,003400,35862822.0,013900,003400,34358.8038493,26390,46890,hub,hub,non_hub,585354.890073,4513523.52534,586085.581298,4509235.37985
+3297,3297,36,39.0,003400,,40.72955361,-73.98057249,49.0,014300,40.76590936,-73.97634151,1295.02777778,3,6706,0,4203,014300,50027992.3322,003400,42933229.7541,003400,35862822.0,014300,003400,34358.8038493,21051,46890,hub,hub,non_hub,586395.803012,4513275.28949,586085.581298,4509235.37985
+3298,3298,88,39.0,003400,,40.72955361,-73.98057249,36.0,014500,40.76915505,-73.98191841,1707.64772727,5811,6706,3462,4203,014500,253397343.373,003400,42933229.7541,003400,35862822.0,014500,003400,34358.8038493,68350,46890,hub,hub,non_hub,585920.929601,4513630.10902,586085.581298,4509235.37985
+3299,3299,42,39.0,003400,,40.72955361,-73.98057249,55.0,014700,40.770513,-73.988038,1239.71428571,2586,6706,1743,4203,014700,70871746.8417,003400,42933229.7541,003400,35862822.0,014700,003400,34358.8038493,35099,46890,hub,hub,non_hub,585402.720353,4513774.87644,586085.581298,4509235.37985
+3300,3300,34,39.0,003400,,40.72955361,-73.98057249,36.0,015100,40.771522,-73.990541,1816.76470588,8105,6706,4856,4203,015100,164953931.102,003400,42933229.7541,003400,35862822.0,015100,003400,34358.8038493,17578,46890,hub,hub,non_hub,585190.192062,4513884.4495,586085.581298,4509235.37985
+3301,3301,184,78.0,003400,,40.72955361,-73.98057249,70.0,031703,40.71644312,-74.014902115,1455.98554767,8670,6706,4231,4203,031703,332361109.355,003400,42933229.7541,003400,35862822.0,031703,003400,34358.8038493,136082,46890,hub,hub,non_hub,583202.897614,4507746.93647,586085.581298,4509235.37985
+3302,3302,132,117.0,003400,,40.72955361,-73.98057249,98.0,031704,40.7085171733,-74.0165557667,1731.70989805,6610,6706,3790,4203,031704,160823714.408,003400,42933229.7541,003400,35862822.0,031704,003400,34358.8038493,105244,46890,hub,hub,non_hub,583073.076824,4506865.54027,586085.581298,4509235.37985
+3303,3303,364,117.0,003400,,40.72955361,-73.98057249,85.0,000600,40.7128987867,-73.9898646367,785.815216956,11558,6706,4083,4203,000600,59149181.7526,003400,42933229.7541,003400,35862822.0,000600,003400,34358.8038493,70053,46890,hub,hub,non_hub,585322.159723,4507377.5136,586085.581298,4509235.37985
+3304,3304,903,198.0,003601,,40.72217423,-73.990293175,108.0,000202,40.71318002,-73.9818904933,719.487849098,8012,3299,3598,1613,000202,37878157.9781,003601,29191583.8104,003601,513053337.0,000202,003601,59544.8674614,56352,81703,hub,hub,non_hub,585995.353038,4507416.50937,585274.124459,4508406.73315
+3305,3305,1759,462.0,003601,,40.72217423,-73.990293175,516.0,000700,40.70581148,-74.0081572071,1027.4013656,7722,3299,5201,1613,000700,476954959.734,003601,29191583.8104,003601,513053337.0,000700,003601,59544.8674614,160040,81703,hub,hub,non_hub,583785.918305,4506573.16797,585274.124459,4508406.73315
+3306,3306,1088,132.0,003601,,40.72217423,-73.990293175,94.0,000800,40.712414475,-73.993471545,559.732383633,10365,3299,4150,1613,000800,46479755.076,003601,29191583.8104,003601,513053337.0,000800,003601,59544.8674614,34254,81703,hub,hub,non_hub,585018.109713,4507320.25418,585274.124459,4508406.73315
+3307,3307,292,198.0,003601,,40.72217423,-73.990293175,194.0,000900,40.7024745833,-74.01224785,1199.73201309,1140,3299,939,1613,000900,404341803.896,003601,29191583.8104,003601,513053337.0,000900,003601,59544.8674614,46446,81703,hub,hub,non_hub,583444.520998,4506198.85784,585274.124459,4508406.73315
+3308,3308,442,66.0,003601,,40.72217423,-73.990293175,38.0,001002,40.71782143,-73.97628939,667.081274661,6439,3299,2346,1613,001002,22763374.2099,003601,29191583.8104,003601,513053337.0,001002,003601,59544.8674614,15916,81703,hub,hub,non_hub,586462.45635,4507937.23607,585274.124459,4508406.73315
+3309,3309,1271,132.0,003601,,40.72217423,-73.990293175,92.0,001200,40.717364275,-73.982955325,468.603802767,3547,3299,1857,1613,001200,23518220.7411,003601,29191583.8104,003601,513053337.0,001200,003601,59544.8674614,36493,81703,hub,hub,non_hub,585900.031125,4507879.94738,585274.124459,4508406.73315
+3310,3310,88,66.0,003601,,40.72217423,-73.990293175,72.0,001300,40.70463334,-74.01361706,1246.24488603,3776,3299,3028,1613,001300,286606455.687,003601,29191583.8104,003601,513053337.0,001300,003601,59544.8674614,27671,81703,hub,hub,non_hub,583326.158808,4506437.19368,585274.124459,4508406.73315
+3311,3311,659,66.0,003601,,40.72217423,-73.990293175,56.0,001401,40.71559509,-73.9870295,461.950791581,3289,3299,1708,1613,001401,20168722.3199,003601,29191583.8104,003601,513053337.0,001401,003601,59544.8674614,26885,81703,hub,hub,non_hub,585558.18429,4507679.57909,585274.124459,4508406.73315
+3312,3312,355,132.0,003601,,40.72217423,-73.990293175,134.0,001501,40.70966832,-74.003597135,906.592694087,5581,3299,3450,1613,001501,172466366.322,003601,29191583.8104,003601,513053337.0,001501,003601,59544.8674614,27425,81703,hub,hub,non_hub,584166.279828,4507005.66129,585274.124459,4508406.73315
+3313,3313,891,198.0,003601,,40.72217423,-73.990293175,246.0,001502,40.7088053467,-74.00635276,943.459483222,7095,3299,3459,1613,001502,221282059.103,003601,29191583.8104,003601,513053337.0,001502,003601,59544.8674614,82052,81703,hub,hub,non_hub,583934.59195,4506907.22889,585274.124459,4508406.73315
+3314,3314,2734,198.0,003601,,40.72217423,-73.990293175,214.0,001600,40.7153350167,-73.9943926833,449.618788728,8236,3299,3242,1613,001600,76565505.7581,003601,29191583.8104,003601,513053337.0,001600,003601,59544.8674614,82798,81703,hub,hub,non_hub,584936.591099,4507643.5622,585274.124459,4508406.73315
+3315,3315,2568,264.0,003601,,40.72217423,-73.990293175,308.0,001800,40.7193657075,-73.9906468425,405.655407868,8063,3299,3489,1613,001800,60554858.5127,003601,29191583.8104,003601,513053337.0,001800,003601,59544.8674614,133306,81703,hub,hub,non_hub,585247.838585,4508094.62497,585274.124459,4508406.73315
+3316,3316,396,132.0,003601,,40.72217423,-73.990293175,92.0,002000,40.721554605,-73.977309405,636.939284303,4795,3299,1899,1613,002000,17907673.5628,003601,29191583.8104,003601,513053337.0,002000,003601,59544.8674614,31656,81703,hub,hub,non_hub,586371.478696,4508350.63994,585274.124459,4508406.73315
+3317,3317,584,264.0,003601,,40.72217423,-73.990293175,204.0,002100,40.71451321,-74.0108850975,1031.30747784,6111,3299,3038,1613,002100,273869828.705,003601,29191583.8104,003601,513053337.0,002100,003601,59544.8674614,151037,81703,hub,hub,non_hub,583544.598931,4507536.51732,585274.124459,4508406.73315
+3318,3318,805,132.0,003601,,40.72217423,-73.990293175,88.0,002201,40.71833027,-73.980972895,508.762779587,6762,3299,3030,1613,002201,37585954.9949,003601,29191583.8104,003601,513053337.0,002201,003601,59544.8674614,26391,81703,hub,hub,non_hub,586066.226443,4507989.12022,585274.124459,4508406.73315
+3319,3319,735,66.0,003601,,40.72217423,-73.990293175,62.0,002202,40.7208736,-73.98085795,411.53340081,2256,3299,1045,1613,002202,13179093.8977,003601,29191583.8104,003601,513053337.0,002202,003601,59544.8674614,23935,81703,hub,hub,non_hub,586072.658368,4508271.55961,585274.124459,4508406.73315
+3320,3320,256,132.0,003601,,40.72217423,-73.990293175,96.0,002400,40.724744875,-73.974986535,687.144544032,5775,3299,2175,1613,002400,17986635.5592,003601,29191583.8104,003601,513053337.0,002400,003601,59544.8674614,17965,81703,hub,hub,non_hub,586563.526382,4508707.06897,585274.124459,4508406.73315
+3321,3321,892,132.0,003601,,40.72217423,-73.990293175,124.0,002500,40.7111743,-73.99849582,634.104188538,5061,3299,1917,1613,002500,22428407.6271,003601,29191583.8104,003601,513053337.0,002500,003601,59544.8674614,28216,81703,hub,hub,non_hub,584595.28909,4507177.73549,585274.124459,4508406.73315
+3322,3322,595,66.0,003601,,40.72217423,-73.990293175,62.0,002601,40.72299208,-73.97995466,522.510463193,3774,3299,1593,1613,002601,22248722.3098,003601,29191583.8104,003601,513053337.0,002601,003601,59544.8674614,22144,81703,hub,hub,non_hub,586146.216204,4508507.61099,585274.124459,4508406.73315
+3323,3323,244,66.0,003601,,40.72217423,-73.990293175,54.0,002700,40.71307916,-73.99851193,619.561844108,1191,3299,655,1613,002700,11349914.9514,003601,29191583.8104,003601,513053337.0,002700,003601,59544.8674614,20570,81703,hub,hub,non_hub,584591.517275,4507389.17181,585274.124459,4508406.73315
+3324,3324,510,66.0,003601,,40.72217423,-73.990293175,64.0,002800,40.72521311,-73.97768752,638.142618714,7302,3299,3341,1613,002800,47641507.3146,003601,29191583.8104,003601,513053337.0,002800,003601,59544.8674614,36744,81703,hub,hub,non_hub,586334.816403,4508756.38709,585274.124459,4508406.73315
+3325,3325,396,66.0,003601,,40.72217423,-73.990293175,86.0,002900,40.71602118,-73.99974372,573.646590909,5855,3299,2420,1613,002900,200965547.24,003601,29191583.8104,003601,513053337.0,002900,003601,59544.8674614,31936,81703,hub,hub,non_hub,584483.752153,4507714.56961,585274.124459,4508406.73315
+3326,3326,1173,66.0,003601,,40.72217423,-73.990293175,70.0,003001,40.72066442,-73.98517977,369.52194211,4301,3299,2553,1613,003001,34302720.7166,003601,29191583.8104,003601,513053337.0,003001,003601,59544.8674614,41223,81703,hub,hub,non_hub,585707.91731,4508244.11218,585274.124459,4508406.73315
+3327,3327,626,66.0,003601,,40.72217423,-73.990293175,74.0,003002,40.72217444,-73.98368779,425.911275505,3031,3299,1885,1613,003002,18686109.2263,003601,29191583.8104,003601,513053337.0,003002,003601,59544.8674614,38675,81703,hub,hub,non_hub,585831.986427,4508413.19181,585274.124459,4508406.73315
+3328,3328,715,198.0,003601,,40.72217423,-73.990293175,242.0,003100,40.7140617467,-74.0041933367,786.945544502,2809,3299,858,1613,003100,145687012.574,003601,29191583.8104,003601,513053337.0,003100,003601,59544.8674614,81469,81703,hub,hub,non_hub,584110.388584,4507492.78891,585274.124459,4508406.73315
+3329,3329,2113,198.0,003601,,40.72217423,-73.990293175,200.0,003200,40.7260543867,-73.9823576167,488.126315397,7630,3299,4888,1613,003200,46369492.482,003601,29191583.8104,003601,513053337.0,003200,003601,59544.8674614,138064,81703,hub,hub,non_hub,585939.335766,4508845.19329,585274.124459,4508406.73315
+3330,3330,937,330.0,003601,,40.72217423,-73.990293175,346.0,003300,40.7188195898,-74.0063392339,803.452665965,5174,3299,2694,1613,003300,215459582.054,003601,29191583.8104,003601,513053337.0,003300,003601,59544.8674614,115059,81703,hub,hub,non_hub,583923.15801,4508018.88775,585274.124459,4508406.73315
+3331,3331,690,66.0,003601,,40.72217423,-73.990293175,78.0,003400,40.72955361,-73.98057249,565.187809267,6706,3299,4203,1613,003400,42933229.7541,003601,29191583.8104,003601,513053337.0,003400,003601,59544.8674614,47926,81703,hub,hub,non_hub,586085.581298,4509235.37985,585274.124459,4508406.73315
+3332,3332,667,132.0,003601,,40.72217423,-73.990293175,124.0,003602,40.724852985,-73.989265345,449.064216861,2918,3299,1586,1613,003602,24941258.1161,003601,29191583.8104,003601,513053337.0,003602,003601,59544.8674614,82124,81703,hub,hub,non_hub,585357.507872,4508705.09166,585274.124459,4508406.73315
+3333,3333,2120,264.0,003601,,40.72217423,-73.990293175,296.0,003700,40.7256696075,-74.0052069325,689.663235668,2401,3299,1490,1613,003700,212385639.924,003601,29191583.8104,003601,513053337.0,003700,003601,59544.8674614,173333,81703,hub,hub,non_hub,584010.178026,4508780.36793,585274.124459,4508406.73315
+3334,3334,2906,264.0,003601,,40.72217423,-73.990293175,320.0,003800,40.72765889,-73.988195855,413.005374483,8610,3299,5795,1613,003800,67437493.5221,003601,29191583.8104,003601,513053337.0,003800,003601,59544.8674614,167230,81703,hub,hub,non_hub,585444.239635,4509017.60641,585274.124459,4508406.73315
+3335,3335,479,264.0,003601,,40.72217423,-73.990293175,212.0,003900,40.7201717475,-74.00983051,955.963175131,5253,3299,3059,1613,003900,194910113.03,003601,29191583.8104,003601,513053337.0,003900,003601,59544.8674614,113624,81703,hub,hub,non_hub,583626.593058,4508165.65565,585274.124459,4508406.73315
+3336,3336,2132,132.0,003601,,40.72217423,-73.990293175,132.0,004000,40.73000573,-73.98549552,492.336948653,9801,3299,4546,1613,004000,66858387.5133,003601,29191583.8104,003601,513053337.0,004000,003601,59544.8674614,99660,81703,hub,hub,non_hub,585669.269443,4509280.75306,585274.124459,4508406.73315
+3337,3337,2021,132.0,003601,,40.72217423,-73.990293175,128.0,004100,40.7195529,-73.996789035,473.805838853,7793,3299,3765,1613,004100,71738983.3617,003601,29191583.8104,003601,513053337.0,004100,003601,59544.8674614,114685,81703,hub,hub,non_hub,584728.836557,4508109.46034,585274.124459,4508406.73315
+3338,3338,919,66.0,003601,,40.72217423,-73.990293175,70.0,004200,40.73223272,-73.98889957,552.51936882,4988,3299,1801,1613,004200,39941846.3325,003601,29191583.8104,003601,513053337.0,004200,003601,59544.8674614,50846,81703,hub,hub,non_hub,585378.96492,4509524.64843,585274.124459,4508406.73315
+3339,3339,2310,132.0,003601,,40.72217423,-73.990293175,134.0,004300,40.723870235,-73.995226525,362.595510936,4267,3299,2598,1613,004300,65935514.1184,003601,29191583.8104,003601,513053337.0,004300,003601,59544.8674614,95162,81703,hub,hub,non_hub,584855.320992,4508590.22212,585274.124459,4508406.73315
+3340,3340,1004,132.0,003601,,40.72217423,-73.990293175,120.0,004400,40.73080269,-73.97968993,660.766393432,17710,3299,8297,1613,004400,114601147.016,003601,29191583.8104,003601,513053337.0,004400,003601,59544.8674614,106427,81703,hub,hub,non_hub,586158.498991,4509374.90208,585274.124459,4508406.73315
+3341,3341,553,66.0,003601,,40.72217423,-73.990293175,54.0,004500,40.71910537,-73.99973337,525.371678561,840,3299,582,1613,004500,52009114.8865,003601,29191583.8104,003601,513053337.0,004500,003601,59544.8674614,34275,81703,hub,hub,non_hub,584480.726971,4508056.94497,585274.124459,4508406.73315
+3342,3342,351,66.0,003601,,40.72217423,-73.990293175,78.0,004700,40.72165481,-74.00234737,617.697161975,2267,3299,1586,1613,004700,75477587.1594,003601,29191583.8104,003601,513053337.0,004700,003601,59544.8674614,27544,81703,hub,hub,non_hub,584256.734795,4508337.43837,585274.124459,4508406.73315
+3343,3343,455,66.0,003601,,40.72217423,-73.990293175,70.0,004800,40.73624527,-73.98473765,744.967338757,7550,3299,3799,1613,004800,74763044.6965,003601,29191583.8104,003601,513053337.0,004800,003601,59544.8674614,42567,81703,hub,hub,non_hub,585725.258797,4509974.12516,585274.124459,4508406.73315
+3344,3344,1369,132.0,003601,,40.72217423,-73.990293175,146.0,004900,40.724268615,-74.000521515,536.575284444,4951,3299,3054,1613,004900,103848670.177,003601,29191583.8104,003601,513053337.0,004900,003601,59544.8674614,80152,81703,hub,hub,non_hub,584407.63728,4508629.34168,585274.124459,4508406.73315
+3345,3345,1095,198.0,003601,,40.72217423,-73.990293175,186.0,005000,40.7359163467,-73.9873427633,698.091659558,5061,3299,3595,1613,005000,120638459.215,003601,29191583.8104,003601,513053337.0,005000,003601,59544.8674614,111023,81703,hub,hub,non_hub,585505.709717,4509935.07175,585274.124459,4508406.73315
+3346,3346,1452,132.0,003601,,40.72217423,-73.990293175,212.0,005200,40.73715585,-73.991241315,814.711481315,4193,3299,1785,1613,005200,109103391.81,003601,29191583.8104,003601,513053337.0,005200,003601,59544.8674614,159876,81703,hub,hub,non_hub,585174.941656,4510068.87544,585274.124459,4508406.73315
+3347,3347,396,66.0,003601,,40.72217423,-73.990293175,94.0,005400,40.73971301,-73.99456405,966.283982684,4656,3299,2837,1613,005400,128803552.888,003601,29191583.8104,003601,513053337.0,005400,003601,59544.8674614,73728,81703,hub,hub,non_hub,584891.129718,4510349.51956,585274.124459,4508406.73315
+3348,3348,1099,66.0,003601,,40.72217423,-73.990293175,60.0,005501,40.72679454,-73.99695094,446.076468731,5079,3299,2483,1613,005501,61061928.4125,003601,29191583.8104,003601,513053337.0,005501,003601,59544.8674614,57258,81703,hub,hub,non_hub,584705.980012,4508913.17477,585274.124459,4508406.73315
+3349,3349,832,66.0,003601,,40.72217423,-73.990293175,54.0,005502,40.72743423,-73.99379025,447.392257875,2383,3299,1262,1613,005502,49017118.6146,003601,29191583.8104,003601,513053337.0,005502,003601,59544.8674614,55117,81703,hub,hub,non_hub,584972.085912,4508987.23863,585274.124459,4508406.73315
+3350,3350,654,132.0,003601,,40.72217423,-73.990293175,190.0,005600,40.74065347,-73.98778661,915.492741994,2618,3299,2190,1613,005600,189153355.609,003601,29191583.8104,003601,513053337.0,005600,003601,59544.8674614,113209,81703,hub,hub,non_hub,585462.168743,4510460.49357,585274.124459,4508406.73315
+3351,3351,1787,132.0,003601,,40.72217423,-73.990293175,164.0,005700,40.729662915,-73.992405595,507.498521471,2937,3299,1789,1613,005700,90178032.7137,003601,29191583.8104,003601,513053337.0,005700,003601,59544.8674614,156896,81703,hub,hub,non_hub,585086.179601,4509235.9788,585274.124459,4508406.73315
+3352,3352,631,132.0,003601,,40.72217423,-73.990293175,174.0,005800,40.743154205,-73.990299735,1055.16073273,3182,3299,2306,1613,005800,164037511.755,003601,29191583.8104,003601,513053337.0,005800,003601,59544.8674614,130970,81703,hub,hub,non_hub,585246.786708,4510735.64918,585274.124459,4508406.73315
+3353,3353,347,66.0,003601,,40.72217423,-73.990293175,62.0,005900,40.73049393,-73.9957214,612.155350011,5516,3299,3276,1613,005900,71785177.1361,003601,29191583.8104,003601,513053337.0,005900,003601,59544.8674614,53180,81703,hub,hub,non_hub,584805.117401,4509325.01914,585274.124459,4508406.73315
+3354,3354,458,132.0,003601,,40.72217423,-73.990293175,126.0,006000,40.734822295,-73.976916765,851.431046725,5286,3299,2459,1613,006000,27468182.8943,003601,29191583.8104,003601,513053337.0,006000,003601,59544.8674614,80462,81703,hub,hub,non_hub,586387.478737,4509823.83141,585274.124459,4508406.73315
+3355,3355,2584,264.0,003601,,40.72217423,-73.990293175,282.0,006100,40.73385254,-73.992357065,692.289695539,4913,3299,2683,1613,006100,91682014.33,003601,29191583.8104,003601,513053337.0,006100,003601,59544.8674614,245510,81703,hub,hub,non_hub,585084.940162,4509701.10308,585274.124459,4508406.73315
+3356,3356,175,66.0,003601,,40.72217423,-73.990293175,60.0,006200,40.7381765,-73.97738662,855.951802508,4680,3299,1401,1613,006200,231817485.533,003601,29191583.8104,003601,513053337.0,006200,003601,59544.8674614,33218,81703,hub,hub,non_hub,586343.467107,4510195.70961,585274.124459,4508406.73315
+3357,3357,817,198.0,003601,,40.72217423,-73.990293175,198.0,006300,40.7346940933,-73.99785666,819.729734179,6076,3299,4277,1613,006300,85447631.8451,003601,29191583.8104,003601,513053337.0,006300,003601,59544.8674614,120233,81703,hub,hub,non_hub,584619.48321,4509789.20591,585274.124459,4508406.73315
+3358,3358,890,66.0,003601,,40.72217423,-73.990293175,78.0,006400,40.73587678,-73.98205027,661.904440595,7518,3299,5058,1613,006400,95664936.1545,003601,29191583.8104,003601,513053337.0,006400,003601,59544.8674614,47750,81703,hub,hub,non_hub,585952.649806,4509935.84788,585274.124459,4508406.73315
+3359,3359,2061,198.0,003601,,40.72217423,-73.990293175,212.0,006500,40.7306296367,-73.9991423,613.615433809,6517,3299,3568,1613,006500,59290910.3694,003601,29191583.8104,003601,513053337.0,006500,003601,59544.8674614,125356,81703,hub,hub,non_hub,584516.067395,4509336.78488,585274.124459,4508406.73315
+3360,3360,834,132.0,003601,,40.72217423,-73.990293175,164.0,006600,40.739285505,-73.97827188,798.998719158,11780,3299,6818,1613,006600,84730469.4548,003601,29191583.8104,003601,513053337.0,006600,003601,59544.8674614,74621,81703,hub,hub,non_hub,586267.286922,4510317.94668,585274.124459,4508406.73315
+3361,3361,1055,66.0,003601,,40.72217423,-73.990293175,78.0,006700,40.73038599,-74.00214988,638.214462402,4984,3299,3796,1613,006700,47238039.9972,003601,29191583.8104,003601,513053337.0,006700,003601,59544.8674614,70025,81703,hub,hub,non_hub,584262.399901,4509306.84766,585274.124459,4508406.73315
+3362,3362,341,66.0,003601,,40.72217423,-73.990293175,78.0,006800,40.74025878,-73.98409214,816.781809284,6735,3299,4494,1613,006800,130298431.446,003601,29191583.8104,003601,513053337.0,006800,003601,59544.8674614,58926,81703,hub,hub,non_hub,585774.608423,4510420.28363,585274.124459,4508406.73315
+3363,3363,829,132.0,003601,,40.72217423,-73.990293175,134.0,006900,40.732319905,-74.0069291,853.94788351,2687,3299,1484,1613,006900,61292499.9331,003601,29191583.8104,003601,513053337.0,006900,003601,59544.8674614,130727,81703,hub,hub,non_hub,583856.38945,4509516.94969,585274.124459,4508406.73315
+3364,3364,1300,198.0,003601,,40.72217423,-73.990293175,254.0,007000,40.7425224521,-73.9756281712,954.650374486,8302,3299,5669,1613,007000,78634704.8451,003601,29191583.8104,003601,513053337.0,007000,003601,59544.8674614,145227,81703,hub,hub,non_hub,586486.312863,4510679.87237,585274.124459,4508406.73315
+3365,3365,755,132.0,003601,,40.72217423,-73.990293175,142.0,007100,40.736526545,-74.000108805,845.579850056,5633,3299,3844,1613,007100,68447429.2743,003601,29191583.8104,003601,513053337.0,007100,003601,59544.8674614,79459,81703,hub,hub,non_hub,584426.995774,4509990.4524,585274.124459,4508406.73315
+3366,3366,837,198.0,003601,,40.72217423,-73.990293175,252.0,007200,40.7447014833,-73.98154809,1005.7770605,7734,3299,5222,1613,007200,132092861.454,003601,29191583.8104,003601,513053337.0,007200,003601,59544.8674614,157612,81703,hub,hub,non_hub,585983.687715,4510915.94446,585274.124459,4508406.73315
+3367,3367,842,132.0,003601,,40.72217423,-73.990293175,118.0,007300,40.734682705,-74.00388484,820.597875501,5615,3299,4547,1613,007300,48716185.79,003601,29191583.8104,003601,513053337.0,007300,003601,59544.8674614,92567,81703,hub,hub,non_hub,584110.479319,4509782.14883,585274.124459,4508406.73315
+3368,3368,241,132.0,003601,,40.72217423,-73.990293175,172.0,007400,40.746413585,-73.98586892,1110.75772748,4179,3299,2700,1613,007400,170614202.951,003601,29191583.8104,003601,513053337.0,007400,003601,59544.8674614,81121,81703,hub,hub,non_hub,585616.696258,4511101.7763,585274.124459,4508406.73315
+3369,3369,415,132.0,003601,,40.72217423,-73.990293175,138.0,007600,40.74737476,-73.988320695,1171.05650872,2203,3299,1573,1613,007600,242014413.464,003601,29191583.8104,003601,513053337.0,007600,003601,59544.8674614,97464,81703,hub,hub,non_hub,585408.475283,4511206.08492,585274.124459,4508406.73315
+3370,3370,381,66.0,003601,,40.72217423,-73.990293175,86.0,007700,40.7390169121,-74.0026376103,986.370904117,5404,3299,4254,1613,007700,59306273.1509,003601,29191583.8104,003601,513053337.0,007700,003601,59544.8674614,79025,81703,hub,hub,non_hub,584210.329106,4510264.47156,585274.124459,4508406.73315
+3371,3371,441,66.0,003601,,40.72217423,-73.990293175,78.0,007800,40.74780373,-73.9734419,1066.01376279,7380,3299,5372,1613,007800,112124597.728,003601,29191583.8104,003601,513053337.0,007800,003601,59544.8674614,59601,81703,hub,hub,non_hub,586664.043115,4511268.28888,585274.124459,4508406.73315
+3372,3372,957,330.0,003601,,40.72217423,-73.990293175,348.0,007900,40.738916514,-74.007286026,1088.49116978,4406,3299,2904,1613,007900,86937368.5918,003601,29191583.8104,003601,513053337.0,007900,003601,59544.8674614,171846,81703,hub,hub,non_hub,583817.969395,4510248.87788,585274.124459,4508406.73315
+3373,3373,347,132.0,003601,,40.72217423,-73.990293175,142.0,008000,40.7485693,-73.97717991,1124.40526571,4946,3299,3730,1613,008000,197763821.532,003601,29191583.8104,003601,513053337.0,008000,003601,59544.8674614,74808,81703,hub,hub,non_hub,586347.477591,4511349.58844,585274.124459,4508406.73315
+3374,3374,272,66.0,003601,,40.72217423,-73.990293175,78.0,008100,40.73935542,-73.99931783,982.067114094,8675,3299,5315,1613,008100,91100400.6907,003601,29191583.8104,003601,513053337.0,008100,003601,59544.8674614,53195,81703,hub,hub,non_hub,584490.204148,4510305.23824,585274.124459,4508406.73315
+3375,3375,668,198.0,003601,,40.72217423,-73.990293175,350.0,008200,40.7519615197,-73.9794014871,1307.39517057,3442,3299,2534,1613,008200,262405408.076,003601,29191583.8104,003601,513053337.0,008200,003601,59544.8674614,228612,81703,hub,hub,non_hub,586155.547939,4511723.96632,585274.124459,4508406.73315
+3376,3376,792,264.0,003601,,40.72217423,-73.990293175,238.0,008300,40.742591315,-74.004102785,1108.9610114,4211,3299,2321,1613,008300,119862327.354,003601,29191583.8104,003601,513053337.0,008300,003601,59544.8674614,186113,81703,hub,hub,non_hub,584082.11654,4510659.85081,585274.124459,4508406.73315
+3377,3377,79,66.0,003601,,40.72217423,-73.990293175,76.0,008400,40.75038009,-73.98338988,1204.20340909,1726,3299,1041,1613,008400,147824461.739,003601,29191583.8104,003601,513053337.0,008400,003601,59544.8674614,34199,81703,hub,hub,non_hub,585820.889203,4511544.50828,585274.124459,4508406.73315
+3378,3378,84,66.0,003601,,40.72217423,-73.990293175,86.0,008601,40.744219,-73.97121214,1290.83235294,2551,3299,1528,1613,008601,31141773.9073,003601,29191583.8104,003601,513053337.0,008601,003601,59544.8674614,31961,81703,hub,hub,non_hub,586856.951039,4510872.56191,585274.124459,4508406.73315
+3379,3379,619,132.0,003601,,40.72217423,-73.990293175,156.0,008700,40.74206378,-73.995708955,1020.06030242,6671,3299,4249,1613,008700,85660216.7821,003601,29191583.8104,003601,513053337.0,008700,003601,59544.8674614,152953,81703,hub,hub,non_hub,584791.475936,4510609.36503,585274.124459,4508406.73315
+3380,3380,345,132.0,003601,,40.72217423,-73.990293175,156.0,008800,40.75012189,-73.970133575,1149.89688756,6964,3299,5507,1613,008800,216532475.876,003601,29191583.8104,003601,513053337.0,008800,003601,59544.8674614,43247,81703,hub,hub,non_hub,586940.323322,4511528.89362,585274.124459,4508406.73315
+3381,3381,700,198.0,003601,,40.72217423,-73.990293175,240.0,008900,40.74529008,-74.0021768567,1166.48964558,5560,3299,3511,1613,008900,54419260.2723,003601,29191583.8104,003601,513053337.0,008900,003601,59544.8674614,158638,81703,hub,hub,non_hub,584241.316685,4510961.27944,585274.124459,4508406.73315
+3382,3382,333,198.0,003601,,40.72217423,-73.990293175,220.0,009000,40.75261798,-73.9703317533,1285.13747164,7026,3299,5832,1613,009000,208846060.851,003601,29191583.8104,003601,513053337.0,009000,003601,59544.8674614,74531,81703,hub,hub,non_hub,586920.342162,4511805.78171,585274.124459,4508406.73315
+3383,3383,242,66.0,003601,,40.72217423,-73.990293175,78.0,009100,40.74487634,-73.99529885,1076.8719697,6415,3299,4386,1613,009100,127325659.041,003601,29191583.8104,003601,513053337.0,009100,003601,59544.8674614,63878,81703,hub,hub,non_hub,584822.527687,4510921.97538,585274.124459,4508406.73315
+3384,3384,228,132.0,003601,,40.72217423,-73.990293175,220.0,009200,40.7548518863,-73.9734329075,1309.60394599,1754,3299,1461,1613,009200,408192557.246,003601,29191583.8104,003601,513053337.0,009200,003601,59544.8674614,72226,81703,hub,hub,non_hub,586655.650548,4512050.69496,585274.124459,4508406.73315
+3385,3385,146,66.0,003601,,40.72217423,-73.990293175,78.0,009300,40.74475148,-73.99915362,1154.98756932,9705,3299,5585,1613,009300,68528055.2433,003601,29191583.8104,003601,513053337.0,009300,003601,59544.8674614,52202,81703,hub,hub,non_hub,584497.239363,4510904.39701,585274.124459,4508406.73315
+3386,3386,97,66.0,003601,,40.72217423,-73.990293175,62.0,009400,40.75320159,-73.9779874,1389.64708405,29,3299,16,1613,009400,299218147.811,003601,29191583.8104,003601,513053337.0,009400,003601,59544.8674614,82147,81703,hub,hub,non_hub,586273.319314,4511863.01244,585274.124459,4508406.73315
+3387,3387,176,66.0,003601,,40.72217423,-73.990293175,102.0,009500,40.746647,-73.993915,1129.49853887,3425,3299,1416,1613,009500,129660033.725,003601,29191583.8104,003601,513053337.0,009500,003601,59544.8674614,57488,81703,hub,hub,non_hub,584937.108907,4511119.86954,585274.124459,4508406.73315
+3388,3388,154,198.0,003601,,40.72217423,-73.990293175,280.0,009600,40.7560506873,-73.9803733359,1298.32598162,153,3299,268,1613,009600,270304841.585,003601,29191583.8104,003601,513053337.0,009600,003601,59544.8674614,71527,81703,hub,hub,non_hub,586068.232387,4512176.94044,585274.124459,4508406.73315
+3389,3389,399,198.0,003601,,40.72217423,-73.990293175,198.0,009700,40.7493616033,-73.9991321067,1285.62603503,4744,3299,2827,1613,009700,83018263.1602,003601,29191583.8104,003601,513053337.0,009700,003601,59544.8674614,118804,81703,hub,hub,non_hub,584493.220017,4511416.17434,585274.124459,4508406.73315
+3390,3390,402,132.0,003601,,40.72217423,-73.990293175,140.0,009800,40.755285655,-73.96667288,1309.27851351,7105,3299,5244,1613,009800,115943808.909,003601,29191583.8104,003601,513053337.0,009800,003601,59544.8674614,40039,81703,hub,hub,non_hub,587225.727282,4512105.54383,585274.124459,4508406.73315
+3391,3391,970,330.0,003601,,40.72217423,-73.990293175,370.0,009900,40.7520807866,-74.0031899092,1292.83794197,3617,3299,2438,1613,009900,404439511.776,003601,29191583.8104,003601,513053337.0,009900,003601,59544.8674614,208076,81703,hub,hub,non_hub,584147.226991,4511714.12465,585274.124459,4508406.73315
+3392,3392,208,198.0,003601,,40.72217423,-73.990293175,242.0,010000,40.7583696933,-73.9710287767,1362.80363233,1829,3299,1399,1613,010000,366457143.613,003601,29191583.8104,003601,513053337.0,010000,003601,59544.8674614,72085,81703,hub,hub,non_hub,586854.014885,4512443.57459,585274.124459,4508406.73315
+3393,3393,579,198.0,003601,,40.72217423,-73.990293175,254.0,010100,40.74945622,-73.9903382667,1278.64879451,1119,3299,828,1613,010100,246168211.101,003601,29191583.8104,003601,513053337.0,010100,003601,59544.8674614,183377,81703,hub,hub,non_hub,585235.486219,4511435.18064,585274.124459,4508406.73315
+3394,3394,126,132.0,003601,,40.72217423,-73.990293175,162.0,010200,40.7606694,-73.973473555,1626.96175671,313,3299,268,1613,010200,333450202.294,003601,29191583.8104,003601,513053337.0,010200,003601,59544.8674614,46675,81703,hub,hub,non_hub,586644.664817,4512696.44233,585274.124459,4508406.73315
+3395,3395,470,132.0,003601,,40.72217423,-73.990293175,196.0,010300,40.751000495,-73.994372255,1265.56554163,1859,3299,1351,1613,010300,141506056.87,003601,29191583.8104,003601,513053337.0,010300,003601,59544.8674614,221593,81703,hub,hub,non_hub,584892.968075,4511602.69644,585274.124459,4508406.73315
+3396,3396,127,132.0,003601,,40.72217423,-73.990293175,150.0,010400,40.761664375,-73.976854975,1540.01562264,1031,3299,1033,1613,010400,363981333.295,003601,29191583.8104,003601,513053337.0,010400,003601,59544.8674614,65073,81703,hub,hub,non_hub,586357.961325,4512803.55852,585274.124459,4508406.73315
+3397,3397,102,66.0,003601,,40.72217423,-73.990293175,66.0,010602,40.75849116,-73.95920622,1471.85691762,4794,3299,2963,1613,010602,67980898.3739,003601,29191583.8104,003601,513053337.0,010602,003601,59544.8674614,22153,81703,hub,hub,non_hub,587851.796682,4512468.82754,585274.124459,4508406.73315
+3398,3398,522,198.0,003601,,40.72217423,-73.990293175,234.0,010800,40.7591736033,-73.96613818,1415.05960601,8531,3299,6272,1613,010800,189351523.799,003601,29191583.8104,003601,513053337.0,010800,003601,59544.8674614,79198,81703,hub,hub,non_hub,587265.778542,4512537.66689,585274.124459,4508406.73315
+3399,3399,188,132.0,003601,,40.72217423,-73.990293175,228.0,010900,40.751351715,-73.987594755,1295.30814923,182,3299,92,1613,010900,228173063.011,003601,29191583.8104,003601,513053337.0,010900,003601,59544.8674614,60092,81703,hub,hub,non_hub,585464.669441,4511648.26242,585274.124459,4508406.73315
+3400,3400,118,66.0,003601,,40.72217423,-73.990293175,118.0,011201,40.7643971,-73.97371465,1591.99458589,827,3299,964,1613,011201,118515444.187,003601,29191583.8104,003601,513053337.0,011201,003601,59544.8674614,41525,81703,hub,hub,non_hub,586619.474659,4513110.00718,585274.124459,4508406.73315
+3401,3401,171,66.0,003601,,40.72217423,-73.990293175,66.0,011203,40.76095756,-73.96724467,1477.47154583,1176,3299,1160,1613,011203,143782379.009,003601,29191583.8104,003601,513053337.0,011203,003601,59544.8674614,48033,81703,hub,hub,non_hub,587170.050102,4512734.59972,585274.124459,4508406.73315
+3402,3402,614,264.0,003601,,40.72217423,-73.990293175,396.0,011300,40.7548008425,-73.9888010575,1429.9024142,204,3299,107,1613,011300,357940519.061,003601,29191583.8104,003601,513053337.0,011300,003601,59544.8674614,236650,81703,hub,hub,non_hub,585358.423228,4512029.96675,585274.124459,4508406.73315
+3403,3403,266,132.0,003601,,40.72217423,-73.990293175,164.0,011500,40.75701407,-73.992353645,1512.72832973,2487,3299,1678,1613,011500,130958459.747,003601,29191583.8104,003601,513053337.0,011500,003601,59544.8674614,103294,81703,hub,hub,non_hub,585055.712647,4512272.20178,585274.124459,4508406.73315
+3404,3404,136,132.0,003601,,40.72217423,-73.990293175,168.0,011700,40.76058799,-74.00080945,1686.74182428,2938,3299,2304,1613,011700,91270705.1484,003601,29191583.8104,003601,513053337.0,011700,003601,59544.8674614,73016,81703,hub,hub,non_hub,584337.427395,4512660.77158,585274.124459,4508406.73315
+3405,3405,61,66.0,003601,,40.72217423,-73.990293175,68.0,011900,40.7568001,-73.98291153,1470.09121622,1079,3299,1121,1613,011900,395254501.74,003601,29191583.8104,003601,513053337.0,011900,003601,59544.8674614,39976,81703,hub,hub,non_hub,585853.012005,4512257.64444,585274.124459,4508406.73315
+3406,3406,365,198.0,003601,,40.72217423,-73.990293175,218.0,012100,40.7598593767,-73.9914900133,1616.38408029,8366,3299,5744,1613,012100,101223732.045,003601,29191583.8104,003601,513053337.0,012100,003601,59544.8674614,132767,81703,hub,hub,non_hub,585124.983126,4512588.88932,585274.124459,4508406.73315
+3407,3407,66,66.0,003601,,40.72217423,-73.990293175,102.0,012500,40.76064679,-73.98442659,1678.58915441,2439,3299,2096,1613,012500,322911522.418,003601,29191583.8104,003601,513053337.0,012500,003601,59544.8674614,45486,81703,hub,hub,non_hub,585720.180916,4512683.17447,585274.124459,4508406.73315
+3408,3408,171,132.0,003601,,40.72217423,-73.990293175,168.0,012700,40.762485435,-73.990447135,1423.68531916,6437,3299,4434,1613,012700,104637996.687,003601,29191583.8104,003601,513053337.0,012700,003601,59544.8674614,83393,81703,hub,hub,non_hub,585209.656415,4512881.41361,585274.124459,4508406.73315
+3409,3409,75,66.0,003601,,40.72217423,-73.990293175,48.0,012900,40.76341379,-73.99667444,1808.42877907,5312,3299,3621,1613,012900,158698340.053,003601,29191583.8104,003601,513053337.0,012900,003601,59544.8674614,28661,81703,hub,hub,non_hub,584682.864463,4512978.43901,585274.124459,4508406.73315
+3410,3410,151,198.0,003601,,40.72217423,-73.990293175,320.0,013100,40.7621295133,-73.98215453,1569.02690537,2489,3299,2283,1613,013100,405023451.28,003601,29191583.8104,003601,513053337.0,013100,003601,59544.8674614,107228,81703,hub,hub,non_hub,585910.04945,4512849.98999,585274.124459,4508406.73315
+3411,3411,186,198.0,003601,,40.72217423,-73.990293175,202.0,013300,40.7647250567,-73.9866537633,1619.33478378,5363,3299,3909,1613,013300,79847412.2593,003601,29191583.8104,003601,513053337.0,013300,003601,59544.8674614,89810,81703,hub,hub,non_hub,585526.963405,4513133.71926,585274.124459,4508406.73315
+3412,3412,141,132.0,003601,,40.72217423,-73.990293175,130.0,013500,40.766984435,-73.99227308,1394.45743007,6075,3299,3935,1613,013500,198199142.958,003601,29191583.8104,003601,513053337.0,013500,003601,59544.8674614,64723,81703,hub,hub,non_hub,585049.80204,4513379.06475,585274.124459,4508406.73315
+3413,3413,233,132.0,003601,,40.72217423,-73.990293175,196.0,013700,40.766109285,-73.981808355,1566.51730554,6557,3299,5442,1613,013700,314878324.419,003601,29191583.8104,003601,513053337.0,013700,003601,59544.8674614,91142,81703,hub,hub,non_hub,585934.141665,4513292.1137,585274.124459,4508406.73315
+3414,3414,29,66.0,003601,,40.72217423,-73.990293175,54.0,013900,40.768254,-73.988639,1494.83173077,7607,3299,7359,1613,013900,139918084.587,003601,29191583.8104,003601,513053337.0,013900,003601,59544.8674614,26390,81703,hub,hub,non_hub,585354.890073,4513523.52534,585274.124459,4508406.73315
+3415,3415,102,66.0,003601,,40.72217423,-73.990293175,98.0,014300,40.76590936,-73.97634151,1659.6099537,3,3299,0,1613,014300,50027992.3322,003601,29191583.8104,003601,513053337.0,014300,003601,59544.8674614,21051,81703,hub,hub,non_hub,586395.803012,4513275.28949,585274.124459,4508406.73315
+3416,3416,233,66.0,003601,,40.72217423,-73.990293175,72.0,014500,40.76915505,-73.98191841,1870.61400531,5811,3299,3462,1613,014500,253397343.373,003601,29191583.8104,003601,513053337.0,014500,003601,59544.8674614,68350,81703,hub,hub,non_hub,585920.929601,4513630.10902,585274.124459,4508406.73315
+3417,3417,98,66.0,003601,,40.72217423,-73.990293175,110.0,014700,40.770513,-73.988038,1484.01470588,2586,3299,1743,1613,014700,70871746.8417,003601,29191583.8104,003601,513053337.0,014700,003601,59544.8674614,35099,81703,hub,hub,non_hub,585402.720353,4513774.87644,585274.124459,4508406.73315
+3418,3418,18,66.0,003601,,40.72217423,-73.990293175,72.0,015100,40.771522,-73.990541,2193.725,8105,3299,4856,1613,015100,164953931.102,003601,29191583.8104,003601,513053337.0,015100,003601,59544.8674614,17578,81703,hub,hub,non_hub,585190.192062,4513884.4495,585274.124459,4508406.73315
+3419,3419,308,132.0,003601,,40.72217423,-73.990293175,140.0,031703,40.71644312,-74.014902115,1351.46241338,8670,3299,4231,1613,031703,332361109.355,003601,29191583.8104,003601,513053337.0,031703,003601,59544.8674614,136082,81703,hub,hub,non_hub,583202.897614,4507746.93647,585274.124459,4508406.73315
+3420,3420,274,198.0,003601,,40.72217423,-73.990293175,196.0,031704,40.7085171733,-74.0165557667,1453.10927848,6610,3299,3790,1613,031704,160823714.408,003601,29191583.8104,003601,513053337.0,031704,003601,59544.8674614,105244,81703,hub,hub,non_hub,583073.076824,4506865.54027,585274.124459,4508406.73315
+3421,3421,2003,198.0,003601,,40.72217423,-73.990293175,170.0,000600,40.7128987867,-73.9898646367,529.831478417,11558,3299,4083,1613,000600,59149181.7526,003601,29191583.8104,003601,513053337.0,000600,003601,59544.8674614,70053,81703,hub,hub,non_hub,585322.159723,4507377.5136,585274.124459,4508406.73315
+3422,3422,593,186.0,003602,,40.724852985,-73.989265345,108.0,000202,40.71318002,-73.9818904933,856.485876997,8012,2918,3598,1586,000202,37878157.9781,003602,24941258.1161,,0.0,000202,003602,49284.6416015,56352,83137,hub,hub,non_hub,585995.353038,4507416.50937,585357.507872,4508705.09166
+3423,3423,1534,434.0,003602,,40.724852985,-73.989265345,516.0,000700,40.70581148,-74.0081572071,1157.47489822,7722,2918,5201,1586,000700,476954959.734,003602,24941258.1161,,0.0,000700,003602,49284.6416015,160040,83137,hub,hub,non_hub,583785.918305,4506573.16797,585357.507872,4508705.09166
+3424,3424,522,124.0,003602,,40.724852985,-73.989265345,94.0,000800,40.712414475,-73.993471545,664.611087365,10365,2918,4150,1586,000800,46479755.076,003602,24941258.1161,,0.0,000800,003602,49284.6416015,34254,83137,hub,hub,non_hub,585018.109713,4507320.25418,585357.507872,4508705.09166
+3425,3425,329,186.0,003602,,40.724852985,-73.989265345,194.0,000900,40.7024745833,-74.01224785,1358.50224507,1140,2918,939,1586,000900,404341803.896,003602,24941258.1161,,0.0,000900,003602,49284.6416015,46446,83137,hub,hub,non_hub,583444.520998,4506198.85784,585357.507872,4508705.09166
+3426,3426,262,62.0,003602,,40.724852985,-73.989265345,38.0,001002,40.71782143,-73.97628939,845.44073305,6439,2918,2346,1586,001002,22763374.2099,003602,24941258.1161,,0.0,001002,003602,49284.6416015,15916,83137,hub,hub,non_hub,586462.45635,4507937.23607,585357.507872,4508705.09166
+3427,3427,735,124.0,003602,,40.724852985,-73.989265345,92.0,001200,40.717364275,-73.982955325,556.210917452,3547,2918,1857,1586,001200,23518220.7411,003602,24941258.1161,,0.0,001200,003602,49284.6416015,36493,83137,hub,hub,non_hub,585900.031125,4507879.94738,585357.507872,4508705.09166
+3428,3428,89,62.0,003602,,40.724852985,-73.989265345,72.0,001300,40.70463334,-74.01361706,1406.77117347,3776,2918,3028,1586,001300,286606455.687,003602,24941258.1161,,0.0,001300,003602,49284.6416015,27671,83137,hub,hub,non_hub,583326.158808,4506437.19368,585357.507872,4508705.09166
+3429,3429,357,62.0,003602,,40.724852985,-73.989265345,56.0,001401,40.71559509,-73.9870295,597.624857093,3289,2918,1708,1586,001401,20168722.3199,003602,24941258.1161,,0.0,001401,003602,49284.6416015,26885,83137,hub,hub,non_hub,585558.18429,4507679.57909,585357.507872,4508705.09166
+3430,3430,181,124.0,003602,,40.724852985,-73.989265345,134.0,001501,40.70966832,-74.003597135,1002.73961678,5581,2918,3450,1586,001501,172466366.322,003602,24941258.1161,,0.0,001501,003602,49284.6416015,27425,83137,hub,hub,non_hub,584166.279828,4507005.66129,585357.507872,4508705.09166
+3431,3431,611,186.0,003602,,40.724852985,-73.989265345,246.0,001502,40.7088053467,-74.00635276,1037.94620237,7095,2918,3459,1586,001502,221282059.103,003602,24941258.1161,,0.0,001502,003602,49284.6416015,82052,83137,hub,hub,non_hub,583934.59195,4506907.22889,585357.507872,4508705.09166
+3432,3432,1432,186.0,003602,,40.724852985,-73.989265345,214.0,001600,40.7153350167,-73.9943926833,568.80022127,8236,2918,3242,1586,001600,76565505.7581,003602,24941258.1161,,0.0,001600,003602,49284.6416015,82798,83137,hub,hub,non_hub,584936.591099,4507643.5622,585357.507872,4508705.09166
+3433,3433,2073,248.0,003602,,40.724852985,-73.989265345,308.0,001800,40.7193657075,-73.9906468425,422.245244181,8063,2918,3489,1586,001800,60554858.5127,003602,24941258.1161,,0.0,001800,003602,49284.6416015,133306,83137,hub,hub,non_hub,585247.838585,4508094.62497,585357.507872,4508705.09166
+3434,3434,1681,124.0,003602,,40.724852985,-73.989265345,92.0,002000,40.721554605,-73.977309405,481.512779527,4795,2918,1899,1586,002000,17907673.5628,003602,24941258.1161,,0.0,002000,003602,49284.6416015,31656,83137,hub,hub,non_hub,586371.478696,4508350.63994,585357.507872,4508705.09166
+3435,3435,847,248.0,003602,,40.724852985,-73.989265345,204.0,002100,40.71451321,-74.0108850975,1043.0083515,6111,2918,3038,1586,002100,273869828.705,003602,24941258.1161,,0.0,002100,003602,49284.6416015,151037,83137,hub,hub,non_hub,583544.598931,4507536.51732,585357.507872,4508705.09166
+3436,3436,211,124.0,003602,,40.724852985,-73.989265345,88.0,002201,40.71833027,-73.980972895,597.889319204,6762,2918,3030,1586,002201,37585954.9949,003602,24941258.1161,,0.0,002201,003602,49284.6416015,26391,83137,hub,hub,non_hub,586066.226443,4507989.12022,585357.507872,4508705.09166
+3437,3437,1448,62.0,003602,,40.724852985,-73.989265345,62.0,002202,40.7208736,-73.98085795,341.727868757,2256,2918,1045,1586,002202,13179093.8977,003602,24941258.1161,,0.0,002202,003602,49284.6416015,23935,83137,hub,hub,non_hub,586072.658368,4508271.55961,585357.507872,4508705.09166
+3438,3438,458,124.0,003602,,40.724852985,-73.989265345,96.0,002400,40.724744875,-73.974986535,626.034898291,5775,2918,2175,1586,002400,17986635.5592,003602,24941258.1161,,0.0,002400,003602,49284.6416015,17965,83137,hub,hub,non_hub,586563.526382,4508707.06897,585357.507872,4508705.09166
+3439,3439,309,124.0,003602,,40.724852985,-73.989265345,124.0,002500,40.7111743,-73.99849582,891.728756913,5061,2918,1917,1586,002500,22428407.6271,003602,24941258.1161,,0.0,002500,003602,49284.6416015,28216,83137,hub,hub,non_hub,584595.28909,4507177.73549,585357.507872,4508705.09166
+3440,3440,1584,62.0,003602,,40.724852985,-73.989265345,62.0,002601,40.72299208,-73.97995466,387.883280116,3774,2918,1593,1586,002601,22248722.3098,003602,24941258.1161,,0.0,002601,003602,49284.6416015,22144,83137,hub,hub,non_hub,586146.216204,4508507.61099,585357.507872,4508705.09166
+3441,3441,127,62.0,003602,,40.724852985,-73.989265345,54.0,002700,40.71307916,-73.99851193,698.753422782,1191,2918,655,1586,002700,11349914.9514,003602,24941258.1161,,0.0,002700,003602,49284.6416015,20570,83137,hub,hub,non_hub,584591.517275,4507389.17181,585357.507872,4508705.09166
+3442,3442,932,62.0,003602,,40.724852985,-73.989265345,64.0,002800,40.72521311,-73.97768752,517.575353882,7302,2918,3341,1586,002800,47641507.3146,003602,24941258.1161,,0.0,002800,003602,49284.6416015,36744,83137,hub,hub,non_hub,586334.816403,4508756.38709,585357.507872,4508705.09166
+3443,3443,294,62.0,003602,,40.724852985,-73.989265345,86.0,002900,40.71602118,-73.99974372,751.076166025,5855,2918,2420,1586,002900,200965547.24,003602,24941258.1161,,0.0,002900,003602,49284.6416015,31936,83137,hub,hub,non_hub,584483.752153,4507714.56961,585357.507872,4508705.09166
+3444,3444,758,62.0,003602,,40.724852985,-73.989265345,70.0,003001,40.72066442,-73.98517977,429.407271077,4301,2918,2553,1586,003001,34302720.7166,003602,24941258.1161,,0.0,003001,003602,49284.6416015,41223,83137,hub,hub,non_hub,585707.91731,4508244.11218,585357.507872,4508705.09166
+3445,3445,1285,62.0,003602,,40.724852985,-73.989265345,74.0,003002,40.72217444,-73.98368779,306.566145833,3031,2918,1885,1586,003002,18686109.2263,003602,24941258.1161,,0.0,003002,003602,49284.6416015,38675,83137,hub,hub,non_hub,585831.986427,4508413.19181,585357.507872,4508705.09166
+3446,3446,554,186.0,003602,,40.724852985,-73.989265345,242.0,003100,40.7140617467,-74.0041933367,870.847326861,2809,2918,858,1586,003100,145687012.574,003602,24941258.1161,,0.0,003100,003602,49284.6416015,81469,83137,hub,hub,non_hub,584110.388584,4507492.78891,585357.507872,4508705.09166
+3447,3447,3493,186.0,003602,,40.724852985,-73.989265345,200.0,003200,40.7260543867,-73.9823576167,380.540811137,7630,2918,4888,1586,003200,46369492.482,003602,24941258.1161,,0.0,003200,003602,49284.6416015,138064,83137,hub,hub,hub,585939.335766,4508845.19329,585357.507872,4508705.09166
+3448,3448,947,310.0,003602,,40.724852985,-73.989265345,346.0,003300,40.7188246014,-74.0063283038,849.47102631,5174,2918,2694,1586,003300,215459582.054,003602,24941258.1161,,0.0,003300,003602,49284.6416015,115059,83137,hub,hub,non_hub,583924.074867,4508019.45452,585357.507872,4508705.09166
+3449,3449,847,62.0,003602,,40.724852985,-73.989265345,78.0,003400,40.72955361,-73.98057249,454.932664996,6706,2918,4203,1586,003400,42933229.7541,003602,24941258.1161,,0.0,003400,003602,49284.6416015,47926,83137,hub,hub,non_hub,586085.581298,4509235.37985,585357.507872,4508705.09166
+3450,3450,624,124.0,003602,,40.724852985,-73.989265345,132.0,003601,40.72217423,-73.990293175,501.844887277,3299,2918,1613,1586,003601,29191583.8104,003602,24941258.1161,,0.0,003601,003602,49284.6416015,77585,83137,hub,hub,non_hub,585274.124459,4508406.73315,585357.507872,4508705.09166
+3451,3451,1703,248.0,003602,,40.724852985,-73.989265345,296.0,003700,40.7256696075,-74.0052069325,702.503171373,2401,2918,1490,1586,003700,212385639.924,003602,24941258.1161,,0.0,003700,003602,49284.6416015,173333,83137,hub,hub,non_hub,584010.178026,4508780.36793,585357.507872,4508705.09166
+3452,3452,2610,248.0,003602,,40.724852985,-73.989265345,320.0,003800,40.72765889,-73.988195855,431.620267612,8610,2918,5795,1586,003800,67437493.5221,003602,24941258.1161,,0.0,003800,003602,49284.6416015,167230,83137,hub,hub,non_hub,585444.239635,4509017.60641,585357.507872,4508705.09166
+3453,3453,452,248.0,003602,,40.724852985,-73.989265345,212.0,003900,40.7201717475,-74.00983051,1040.93041794,5253,2918,3059,1586,003900,194910113.03,003602,24941258.1161,,0.0,003900,003602,49284.6416015,113624,83137,hub,hub,non_hub,583626.593058,4508165.65565,585357.507872,4508705.09166
+3454,3454,2420,124.0,003602,,40.724852985,-73.989265345,132.0,004000,40.73000573,-73.98549552,371.984962649,9801,2918,4546,1586,004000,66858387.5133,003602,24941258.1161,,0.0,004000,003602,49284.6416015,99660,83137,hub,hub,non_hub,585669.269443,4509280.75306,585357.507872,4508705.09166
+3455,3455,1492,124.0,003602,,40.724852985,-73.989265345,128.0,004100,40.7195529,-73.996789035,549.608739012,7793,2918,3765,1586,004100,71738983.3617,003602,24941258.1161,,0.0,004100,003602,49284.6416015,114685,83137,hub,hub,non_hub,584728.836557,4508109.46034,585357.507872,4508705.09166
+3456,3456,1116,62.0,003602,,40.724852985,-73.989265345,70.0,004200,40.73223272,-73.98889957,468.298364372,4988,2918,1801,1586,004200,39941846.3325,003602,24941258.1161,,0.0,004200,003602,49284.6416015,50846,83137,hub,hub,non_hub,585378.96492,4509524.64843,585357.507872,4508705.09166
+3457,3457,1562,124.0,003602,,40.724852985,-73.989265345,134.0,004300,40.723870235,-73.995226525,402.688605466,4267,2918,2598,1586,004300,65935514.1184,003602,24941258.1161,,0.0,004300,003602,49284.6416015,95162,83137,hub,hub,non_hub,584855.320992,4508590.22212,585357.507872,4508705.09166
+3458,3458,1650,124.0,003602,,40.724852985,-73.989265345,120.0,004400,40.73080269,-73.97968993,545.202325986,17710,2918,8297,1586,004400,114601147.016,003602,24941258.1161,,0.0,004400,003602,49284.6416015,106427,83137,hub,hub,non_hub,586158.498991,4509374.90208,585357.507872,4508705.09166
+3459,3459,421,62.0,003602,,40.724852985,-73.989265345,54.0,004500,40.71910537,-73.99973337,590.025914634,840,2918,582,1586,004500,52009114.8865,003602,24941258.1161,,0.0,004500,003602,49284.6416015,34275,83137,hub,hub,non_hub,584480.726971,4508056.94497,585357.507872,4508705.09166
+3460,3460,265,62.0,003602,,40.724852985,-73.989265345,78.0,004700,40.72165481,-74.00234737,690.32228739,2267,2918,1586,1586,004700,75477587.1594,003602,24941258.1161,,0.0,004700,003602,49284.6416015,27544,83137,hub,hub,non_hub,584256.734795,4508337.43837,585357.507872,4508705.09166
+3461,3461,502,62.0,003602,,40.724852985,-73.989265345,70.0,004800,40.73624527,-73.98473765,617.062076659,7550,2918,3799,1586,004800,74763044.6965,003602,24941258.1161,,0.0,004800,003602,49284.6416015,42567,83137,hub,hub,non_hub,585725.258797,4509974.12516,585357.507872,4508705.09166
+3462,3462,906,124.0,003602,,40.724852985,-73.989265345,146.0,004900,40.724268615,-74.000521515,602.313565043,4951,2918,3054,1586,004900,103848670.177,003602,24941258.1161,,0.0,004900,003602,49284.6416015,80152,83137,hub,hub,non_hub,584407.63728,4508629.34168,585357.507872,4508705.09166
+3463,3463,1434,186.0,003602,,40.724852985,-73.989265345,186.0,005000,40.7359163467,-73.9873427633,615.512326729,5061,2918,3595,1586,005000,120638459.215,003602,24941258.1161,,0.0,005000,003602,49284.6416015,111023,83137,hub,hub,non_hub,585505.709717,4509935.07175,585357.507872,4508705.09166
+3464,3464,1496,124.0,003602,,40.724852985,-73.989265345,212.0,005200,40.73715585,-73.991241315,723.02936363,4193,2918,1785,1586,005200,109103391.81,003602,24941258.1161,,0.0,005200,003602,49284.6416015,159876,83137,hub,hub,non_hub,585174.941656,4510068.87544,585357.507872,4508705.09166
+3465,3465,458,62.0,003602,,40.724852985,-73.989265345,94.0,005400,40.73971301,-73.99456405,873.44359867,4656,2918,2837,1586,005400,128803552.888,003602,24941258.1161,,0.0,005400,003602,49284.6416015,73728,83137,hub,hub,non_hub,584891.129718,4510349.51956,585357.507872,4508705.09166
+3466,3466,1307,62.0,003602,,40.724852985,-73.989265345,60.0,005501,40.72679454,-73.99695094,342.067008293,5079,2918,2483,1586,005501,61061928.4125,003602,24941258.1161,,0.0,005501,003602,49284.6416015,57258,83137,hub,hub,non_hub,584705.980012,4508913.17477,585357.507872,4508705.09166
+3467,3467,884,62.0,003602,,40.724852985,-73.989265345,54.0,005502,40.72743423,-73.99379025,401.907314421,2383,2918,1262,1586,005502,49017118.6146,003602,24941258.1161,,0.0,005502,003602,49284.6416015,55117,83137,hub,hub,non_hub,584972.085912,4508987.23863,585357.507872,4508705.09166
+3468,3468,788,124.0,003602,,40.724852985,-73.989265345,190.0,005600,40.74065347,-73.98778661,741.188639731,2618,2918,2190,1586,005600,189153355.609,003602,24941258.1161,,0.0,005600,003602,49284.6416015,113209,83137,hub,hub,non_hub,585462.168743,4510460.49357,585357.507872,4508705.09166
+3469,3469,2212,124.0,003602,,40.724852985,-73.989265345,164.0,005700,40.729662915,-73.992405595,386.44637608,2937,2918,1789,1586,005700,90178032.7137,003602,24941258.1161,,0.0,005700,003602,49284.6416015,156896,83137,hub,hub,non_hub,585086.179601,4509235.9788,585357.507872,4508705.09166
+3470,3470,703,124.0,003602,,40.724852985,-73.989265345,174.0,005800,40.743154205,-73.990299735,920.178151343,3182,2918,2306,1586,005800,164037511.755,003602,24941258.1161,,0.0,005800,003602,49284.6416015,130970,83137,hub,hub,non_hub,585246.786708,4510735.64918,585357.507872,4508705.09166
+3471,3471,524,62.0,003602,,40.724852985,-73.989265345,62.0,005900,40.73049393,-73.9957214,484.805728666,5516,2918,3276,1586,005900,71785177.1361,003602,24941258.1161,,0.0,005900,003602,49284.6416015,53180,83137,hub,hub,non_hub,584805.117402,4509325.01914,585357.507872,4508705.09166
+3472,3472,582,124.0,003602,,40.724852985,-73.989265345,126.0,006000,40.734822295,-73.976916765,759.777378197,5286,2918,2459,1586,006000,27468182.8943,003602,24941258.1161,,0.0,006000,003602,49284.6416015,80462,83137,hub,hub,non_hub,586387.478737,4509823.83141,585357.507872,4508705.09166
+3473,3473,3065,248.0,003602,,40.724852985,-73.989265345,282.0,006100,40.73385254,-73.992357065,570.077514447,4913,2918,2683,1586,006100,91682014.33,003602,24941258.1161,,0.0,006100,003602,49284.6416015,245510,83137,hub,hub,hub,585084.940162,4509701.10308,585357.507872,4508705.09166
+3474,3474,301,62.0,003602,,40.724852985,-73.989265345,60.0,006200,40.7381765,-73.97738662,764.031199187,4680,2918,1401,1586,006200,231817485.533,003602,24941258.1161,,0.0,006200,003602,49284.6416015,33218,83137,hub,hub,non_hub,586343.467107,4510195.70961,585357.507872,4508705.09166
+3475,3475,1103,186.0,003602,,40.724852985,-73.989265345,198.0,006300,40.7346940933,-73.99785666,706.68651493,6076,2918,4277,1586,006300,85447631.8451,003602,24941258.1161,,0.0,006300,003602,49284.6416015,120233,83137,hub,hub,non_hub,584619.48321,4509789.20591,585357.507872,4508705.09166
+3476,3476,874,62.0,003602,,40.724852985,-73.989265345,78.0,006400,40.73587678,-73.98205027,565.638565875,7518,2918,5058,1586,006400,95664936.1545,003602,24941258.1161,,0.0,006400,003602,49284.6416015,47750,83137,hub,hub,non_hub,585952.649806,4509935.84788,585357.507872,4508705.09166
+3477,3477,2000,186.0,003602,,40.724852985,-73.989265345,212.0,006500,40.7306296367,-73.9991423,506.955483376,6517,2918,3568,1586,006500,59290910.3694,003602,24941258.1161,,0.0,006500,003602,49284.6416015,125356,83137,hub,hub,non_hub,584516.067395,4509336.78488,585357.507872,4508705.09166
+3478,3478,1187,124.0,003602,,40.724852985,-73.989265345,164.0,006600,40.739285505,-73.97827188,734.590966542,11780,2918,6818,1586,006600,84730469.4548,003602,24941258.1161,,0.0,006600,003602,49284.6416015,74621,83137,hub,hub,non_hub,586267.286922,4510317.94668,585357.507872,4508705.09166
+3479,3479,1253,62.0,003602,,40.724852985,-73.989265345,78.0,006700,40.73038599,-74.00214988,583.629607507,4984,2918,3796,1586,006700,47238039.9972,003602,24941258.1161,,0.0,006700,003602,49284.6416015,70025,83137,hub,hub,non_hub,584262.399901,4509306.84766,585357.507872,4508705.09166
+3480,3480,478,62.0,003602,,40.724852985,-73.989265345,78.0,006800,40.74025878,-73.98409214,747.450685947,6735,2918,4494,1586,006800,130298431.446,003602,24941258.1161,,0.0,006800,003602,49284.6416015,58926,83137,hub,hub,non_hub,585774.608423,4510420.28363,585357.507872,4508705.09166
+3481,3481,1043,124.0,003602,,40.724852985,-73.989265345,134.0,006900,40.732319905,-74.0069291,794.861532611,2687,2918,1484,1586,006900,61292499.9331,003602,24941258.1161,,0.0,006900,003602,49284.6416015,130727,83137,hub,hub,non_hub,583856.38945,4509516.94969,585357.507872,4508705.09166
+3482,3482,1896,186.0,003602,,40.724852985,-73.989265345,254.0,007000,40.742521769,-73.9756268255,795.026103762,8302,2918,5669,1586,007000,78634704.8451,003602,24941258.1161,,0.0,007000,003602,49284.6416015,145227,83137,hub,hub,non_hub,586486.427363,4510679.79788,585357.507872,4508705.09166
+3483,3483,639,124.0,003602,,40.724852985,-73.989265345,142.0,007100,40.736526545,-74.000108805,768.94710756,5633,2918,3844,1586,007100,68447429.2743,003602,24941258.1161,,0.0,007100,003602,49284.6416015,79459,83137,hub,hub,non_hub,584426.995774,4509990.4524,585357.507872,4508705.09166
+3484,3484,778,186.0,003602,,40.724852985,-73.989265345,252.0,007200,40.7447014833,-73.98154809,923.529483323,7734,2918,5222,1586,007200,132092861.454,003602,24941258.1161,,0.0,007200,003602,49284.6416015,157612,83137,hub,hub,non_hub,585983.687715,4510915.94446,585357.507872,4508705.09166
+3485,3485,988,124.0,003602,,40.724852985,-73.989265345,118.0,007300,40.734682705,-74.00388484,737.852743191,5615,2918,4547,1586,007300,48716185.79,003602,24941258.1161,,0.0,007300,003602,49284.6416015,92567,83137,hub,hub,non_hub,584110.479319,4509782.14883,585357.507872,4508705.09166
+3486,3486,362,124.0,003602,,40.724852985,-73.989265345,172.0,007400,40.746413585,-73.98586892,1032.40054513,4179,2918,2700,1586,007400,170614202.951,003602,24941258.1161,,0.0,007400,003602,49284.6416015,81121,83137,hub,hub,non_hub,585616.696258,4511101.7763,585357.507872,4508705.09166
+3487,3487,495,124.0,003602,,40.724852985,-73.989265345,138.0,007600,40.74737476,-73.988320695,1019.36539107,2203,2918,1573,1586,007600,242014413.464,003602,24941258.1161,,0.0,007600,003602,49284.6416015,97464,83137,hub,hub,non_hub,585408.475283,4511206.08492,585357.507872,4508705.09166
+3488,3488,394,62.0,003602,,40.724852985,-73.989265345,86.0,007700,40.7390169121,-74.0026376103,910.230583978,5404,2918,4254,1586,007700,59306273.1509,003602,24941258.1161,,0.0,007700,003602,49284.6416015,79025,83137,hub,hub,non_hub,584210.329106,4510264.47156,585357.507872,4508705.09166
+3489,3489,586,62.0,003602,,40.724852985,-73.989265345,78.0,007800,40.74780373,-73.9734419,918.857470792,7380,2918,5372,1586,007800,112124597.728,003602,24941258.1161,,0.0,007800,003602,49284.6416015,59601,83137,hub,hub,non_hub,586664.043115,4511268.28888,585357.507872,4508705.09166
+3490,3490,1073,310.0,003602,,40.724852985,-73.989265345,348.0,007900,40.738916514,-74.007286026,970.776904456,4406,2918,2904,1586,007900,86937368.5918,003602,24941258.1161,,0.0,007900,003602,49284.6416015,171846,83137,hub,hub,non_hub,583817.969395,4510248.87788,585357.507872,4508705.09166
+3491,3491,324,124.0,003602,,40.724852985,-73.989265345,142.0,008000,40.7485693,-73.97717991,1002.97500689,4946,2918,3730,1586,008000,197763821.532,003602,24941258.1161,,0.0,008000,003602,49284.6416015,74808,83137,hub,hub,non_hub,586347.477591,4511349.58844,585357.507872,4508705.09166
+3492,3492,288,62.0,003602,,40.724852985,-73.989265345,78.0,008100,40.73935542,-73.99931783,932.343915344,8675,2918,5315,1586,008100,91100400.6907,003602,24941258.1161,,0.0,008100,003602,49284.6416015,53195,83137,hub,hub,non_hub,584490.204148,4510305.23824,585357.507872,4508705.09166
+3493,3493,829,186.0,003602,,40.724852985,-73.989265345,350.0,008200,40.7519553675,-73.9793906211,1117.48488687,3442,2918,2534,1586,008200,262405408.076,003602,24941258.1161,,0.0,008200,003602,49284.6416015,228612,83137,hub,hub,non_hub,586156.473172,4511723.29405,585357.507872,4508705.09166
+3494,3494,753,248.0,003602,,40.724852985,-73.989265345,238.0,008300,40.742591315,-74.004102785,1066.40710973,4211,2918,2321,1586,008300,119862327.354,003602,24941258.1161,,0.0,008300,003602,49284.6416015,186113,83137,hub,hub,non_hub,584082.11654,4510659.85081,585357.507872,4508705.09166
+3495,3495,126,62.0,003602,,40.724852985,-73.989265345,76.0,008400,40.75038009,-73.98338988,1086.29360465,1726,2918,1041,1586,008400,147824461.739,003602,24941258.1161,,0.0,008400,003602,49284.6416015,34199,83137,hub,hub,non_hub,585820.889203,4511544.50828,585357.507872,4508705.09166
+3496,3496,154,62.0,003602,,40.724852985,-73.989265345,86.0,008601,40.744219,-73.97121214,1164.39144339,2551,2918,1528,1586,008601,31141773.9073,003602,24941258.1161,,0.0,008601,003602,49284.6416015,31961,83137,hub,hub,non_hub,586856.951039,4510872.56191,585357.507872,4508705.09166
+3497,3497,561,124.0,003602,,40.724852985,-73.989265345,156.0,008700,40.74206378,-73.995708955,965.666053682,6671,2918,4249,1586,008700,85660216.7821,003602,24941258.1161,,0.0,008700,003602,49284.6416015,152953,83137,hub,hub,non_hub,584791.475936,4510609.36503,585357.507872,4508705.09166
+3498,3498,238,124.0,003602,,40.724852985,-73.989265345,156.0,008800,40.75012189,-73.970133575,1046.31857035,6964,2918,5507,1586,008800,216532475.876,003602,24941258.1161,,0.0,008800,003602,49284.6416015,43247,83137,hub,hub,non_hub,586940.323322,4511528.89362,585357.507872,4508705.09166
+3499,3499,701,186.0,003602,,40.724852985,-73.989265345,240.0,008900,40.74529008,-74.0021768567,1072.0971148,5560,2918,3511,1586,008900,54419260.2723,003602,24941258.1161,,0.0,008900,003602,49284.6416015,158638,83137,hub,hub,non_hub,584241.316685,4510961.27944,585357.507872,4508705.09166
+3500,3500,425,186.0,003602,,40.724852985,-73.989265345,220.0,009000,40.75261798,-73.9703317533,1123.50946004,7026,2918,5832,1586,009000,208846060.851,003602,24941258.1161,,0.0,009000,003602,49284.6416015,74531,83137,hub,hub,non_hub,586920.342162,4511805.78171,585357.507872,4508705.09166
+3501,3501,213,62.0,003602,,40.724852985,-73.989265345,78.0,009100,40.74487634,-73.99529885,1046.19089147,6415,2918,4386,1586,009100,127325659.041,003602,24941258.1161,,0.0,009100,003602,49284.6416015,63878,83137,hub,hub,non_hub,584822.527687,4510921.97538,585357.507872,4508705.09166
+3502,3502,195,124.0,003602,,40.724852985,-73.989265345,220.0,009200,40.7548518863,-73.9734329075,1147.23263511,1754,2918,1461,1586,009200,408192557.246,003602,24941258.1161,,0.0,009200,003602,49284.6416015,72226,83137,hub,hub,non_hub,586655.650548,4512050.69496,585357.507872,4508705.09166
+3503,3503,131,62.0,003602,,40.724852985,-73.989265345,78.0,009300,40.74475148,-73.99915362,1137.25154101,9705,2918,5585,1586,009300,68528055.2433,003602,24941258.1161,,0.0,009300,003602,49284.6416015,52202,83137,hub,hub,non_hub,584497.239363,4510904.39701,585357.507872,4508705.09166
+3504,3504,122,62.0,003602,,40.724852985,-73.989265345,62.0,009400,40.75320159,-73.9779874,1200.85735493,29,2918,16,1586,009400,299218147.811,003602,24941258.1161,,0.0,009400,003602,49284.6416015,82147,83137,hub,hub,non_hub,586273.319314,4511863.01244,585357.507872,4508705.09166
+3505,3505,258,62.0,003602,,40.724852985,-73.989265345,102.0,009500,40.746647,-73.993915,1004.48123087,3425,2918,1416,1586,009500,129660033.725,003602,24941258.1161,,0.0,009500,003602,49284.6416015,57488,83137,hub,hub,non_hub,584937.108907,4511119.86954,585357.507872,4508705.09166
+3506,3506,148,186.0,003602,,40.724852985,-73.989265345,280.0,009600,40.7560303717,-73.9803545931,1237.86164874,153,2918,268,1586,009600,270304841.585,003602,24941258.1161,,0.0,009600,003602,49284.6416015,71527,83137,hub,hub,non_hub,586069.840719,4512174.70365,585357.507872,4508705.09166
+3507,3507,375,186.0,003602,,40.724852985,-73.989265345,198.0,009700,40.7493616033,-73.9991321067,1228.82819387,4744,2918,2827,1586,009700,83018263.1602,003602,24941258.1161,,0.0,009700,003602,49284.6416015,118804,83137,hub,hub,non_hub,584493.220017,4511416.17434,585357.507872,4508705.09166
+3508,3508,187,124.0,003602,,40.724852985,-73.989265345,140.0,009800,40.755285655,-73.96667288,1212.61680456,7105,2918,5244,1586,009800,115943808.909,003602,24941258.1161,,0.0,009800,003602,49284.6416015,40039,83137,hub,hub,non_hub,587225.727282,4512105.54383,585357.507872,4508705.09166
+3509,3509,861,310.0,003602,,40.724852985,-73.989265345,370.0,009900,40.7520807866,-74.0031899092,1236.88590302,3617,2918,2438,1586,009900,404439511.776,003602,24941258.1161,,0.0,009900,003602,49284.6416015,208076,83137,hub,hub,non_hub,584147.226991,4511714.12465,585357.507872,4508705.09166
+3510,3510,171,186.0,003602,,40.724852985,-73.989265345,242.0,010000,40.7583696933,-73.9710287767,1238.74918812,1829,2918,1399,1586,010000,366457143.613,003602,24941258.1161,,0.0,010000,003602,49284.6416015,72085,83137,hub,hub,non_hub,586854.014885,4512443.57459,585357.507872,4508705.09166
+3511,3511,542,186.0,003602,,40.724852985,-73.989265345,254.0,010100,40.74945622,-73.9903382667,1108.05889122,1119,2918,828,1586,010100,246168211.101,003602,24941258.1161,,0.0,010100,003602,49284.6416015,183377,83137,hub,hub,non_hub,585235.486219,4511435.18064,585357.507872,4508705.09166
+3512,3512,92,124.0,003602,,40.724852985,-73.989265345,162.0,010200,40.7606694,-73.973473555,1450.4541092,313,2918,268,1586,010200,333450202.294,003602,24941258.1161,,0.0,010200,003602,49284.6416015,46675,83137,hub,hub,non_hub,586644.664817,4512696.44233,585357.507872,4508705.09166
+3513,3513,514,124.0,003602,,40.724852985,-73.989265345,196.0,010300,40.751000495,-73.994372255,1316.60446536,1859,2918,1351,1586,010300,141506056.87,003602,24941258.1161,,0.0,010300,003602,49284.6416015,221593,83137,hub,hub,non_hub,584892.968075,4511602.69644,585357.507872,4508705.09166
+3514,3514,137,124.0,003602,,40.724852985,-73.989265345,150.0,010400,40.761664375,-73.976854975,1485.74506223,1031,2918,1033,1586,010400,363981333.295,003602,24941258.1161,,0.0,010400,003602,49284.6416015,65073,83137,hub,hub,non_hub,586357.961325,4512803.55852,585357.507872,4508705.09166
+3515,3515,135,62.0,003602,,40.724852985,-73.989265345,66.0,010602,40.75849116,-73.95920622,1417.7967033,4794,2918,2963,1586,010602,67980898.3739,003602,24941258.1161,,0.0,010602,003602,49284.6416015,22153,83137,hub,hub,non_hub,587851.796682,4512468.82754,585357.507872,4508705.09166
+3516,3516,527,186.0,003602,,40.724852985,-73.989265345,234.0,010800,40.7591736033,-73.96613818,1328.07797438,8531,2918,6272,1586,010800,189351523.799,003602,24941258.1161,,0.0,010800,003602,49284.6416015,79198,83137,hub,hub,non_hub,587265.778542,4512537.66689,585357.507872,4508705.09166
+3517,3517,221,124.0,003602,,40.724852985,-73.989265345,228.0,010900,40.751351715,-73.987594755,1184.88779762,182,2918,92,1586,010900,228173063.011,003602,24941258.1161,,0.0,010900,003602,49284.6416015,60092,83137,hub,hub,non_hub,585464.669441,4511648.26242,585357.507872,4508705.09166
+3518,3518,132,62.0,003602,,40.724852985,-73.989265345,118.0,011201,40.7643971,-73.97371465,1637.31112132,827,2918,964,1586,011201,118515444.187,003602,24941258.1161,,0.0,011201,003602,49284.6416015,41525,83137,hub,hub,non_hub,586619.474659,4513110.00718,585357.507872,4508705.09166
+3519,3519,203,62.0,003602,,40.724852985,-73.989265345,66.0,011203,40.76095756,-73.96724467,1447.59666667,1176,2918,1160,1586,011203,143782379.009,003602,24941258.1161,,0.0,011203,003602,49284.6416015,48033,83137,hub,hub,non_hub,587170.050102,4512734.59972,585357.507872,4508705.09166
+3520,3520,810,248.0,003602,,40.724852985,-73.989265345,396.0,011300,40.7548008425,-73.9888010575,1253.02120071,204,2918,107,1586,011300,357940519.061,003602,24941258.1161,,0.0,011300,003602,49284.6416015,236650,83137,hub,hub,non_hub,585358.423228,4512029.96675,585357.507872,4508705.09166
+3521,3521,260,124.0,003602,,40.724852985,-73.989265345,164.0,011500,40.75701407,-73.992353645,1380.75428166,2487,2918,1678,1586,011500,130958459.747,003602,24941258.1161,,0.0,011500,003602,49284.6416015,103294,83137,hub,hub,non_hub,585055.712647,4512272.20178,585357.507872,4508705.09166
+3522,3522,129,124.0,003602,,40.724852985,-73.989265345,168.0,011700,40.76058799,-74.00080945,1641.21406206,2938,2918,2304,1586,011700,91270705.1484,003602,24941258.1161,,0.0,011700,003602,49284.6416015,73016,83137,hub,hub,non_hub,584337.427395,4512660.77158,585357.507872,4508705.09166
+3523,3523,76,62.0,003602,,40.724852985,-73.989265345,68.0,011900,40.7568001,-73.98291153,1665.62053571,1079,2918,1121,1586,011900,395254501.74,003602,24941258.1161,,0.0,011900,003602,49284.6416015,39976,83137,hub,hub,non_hub,585853.012005,4512257.64444,585357.507872,4508705.09166
+3524,3524,295,186.0,003602,,40.724852985,-73.989265345,218.0,012100,40.7598593767,-73.9914900133,1465.19158452,8366,2918,5744,1586,012100,101223732.045,003602,24941258.1161,,0.0,012100,003602,49284.6416015,132767,83137,hub,hub,non_hub,585124.983126,4512588.88932,585357.507872,4508705.09166
+3525,3525,72,62.0,003602,,40.724852985,-73.989265345,102.0,012500,40.76064679,-73.98442659,1464.82275542,2439,2918,2096,1586,012500,322911522.418,003602,24941258.1161,,0.0,012500,003602,49284.6416015,45486,83137,hub,hub,non_hub,585720.180916,4512683.17447,585357.507872,4508705.09166
+3526,3526,231,124.0,003602,,40.724852985,-73.989265345,168.0,012700,40.762485435,-73.990447135,1478.31613248,6437,2918,4434,1586,012700,104637996.687,003602,24941258.1161,,0.0,012700,003602,49284.6416015,83393,83137,hub,hub,non_hub,585209.656415,4512881.41361,585357.507872,4508705.09166
+3527,3527,62,62.0,003602,,40.724852985,-73.989265345,48.0,012900,40.76341379,-73.99667444,1675.56666667,5312,2918,3621,1586,012900,158698340.053,003602,24941258.1161,,0.0,012900,003602,49284.6416015,28661,83137,hub,hub,non_hub,584682.864463,4512978.43901,585357.507872,4508705.09166
+3528,3528,183,186.0,003602,,40.724852985,-73.989265345,320.0,013100,40.7621295133,-73.98215453,1492.97960503,2489,2918,2283,1586,013100,405023451.28,003602,24941258.1161,,0.0,013100,003602,49284.6416015,107228,83137,hub,hub,non_hub,585910.04945,4512849.98999,585357.507872,4508705.09166
+3529,3529,153,186.0,003602,,40.724852985,-73.989265345,202.0,013300,40.7647250567,-73.9866537633,1612.75618409,5363,2918,3909,1586,013300,79847412.2593,003602,24941258.1161,,0.0,013300,003602,49284.6416015,89810,83137,hub,hub,non_hub,585526.963405,4513133.71926,585357.507872,4508705.09166
+3530,3530,103,124.0,003602,,40.724852985,-73.989265345,130.0,013500,40.766984435,-73.99227308,1567.42230392,6075,2918,3935,1586,013500,198199142.958,003602,24941258.1161,,0.0,013500,003602,49284.6416015,64723,83137,hub,hub,non_hub,585049.80204,4513379.06475,585357.507872,4508705.09166
+3531,3531,182,124.0,003602,,40.724852985,-73.989265345,196.0,013700,40.766109285,-73.981808355,1631.77807011,6557,2918,5442,1586,013700,314878324.419,003602,24941258.1161,,0.0,013700,003602,49284.6416015,91142,83137,hub,hub,non_hub,585934.141665,4513292.1137,585357.507872,4508705.09166
+3532,3532,23,62.0,003602,,40.724852985,-73.989265345,54.0,013900,40.768254,-73.988639,1560.07142857,7607,2918,7359,1586,013900,139918084.587,003602,24941258.1161,,0.0,013900,003602,49284.6416015,26390,83137,hub,hub,non_hub,585354.890073,4513523.52534,585357.507872,4508705.09166
+3533,3533,57,62.0,003602,,40.724852985,-73.989265345,98.0,014300,40.76590936,-73.97634151,1499.49074074,3,2918,0,1586,014300,50027992.3322,003602,24941258.1161,,0.0,014300,003602,49284.6416015,21051,83137,hub,hub,non_hub,586395.803012,4513275.28949,585357.507872,4508705.09166
+3534,3534,175,62.0,003602,,40.724852985,-73.989265345,72.0,014500,40.76915505,-73.98191841,1882.29089365,5811,2918,3462,1586,014500,253397343.373,003602,24941258.1161,,0.0,014500,003602,49284.6416015,68350,83137,hub,hub,non_hub,585920.929601,4513630.10902,585357.507872,4508705.09166
+3535,3535,103,62.0,003602,,40.724852985,-73.989265345,110.0,014700,40.770513,-73.988038,1375.29037736,2586,2918,1743,1586,014700,70871746.8417,003602,24941258.1161,,0.0,014700,003602,49284.6416015,35099,83137,hub,hub,non_hub,585402.720353,4513774.87644,585357.507872,4508705.09166
+3536,3536,37,62.0,003602,,40.724852985,-73.989265345,72.0,015100,40.771522,-73.990541,1915.27232143,8105,2918,4856,1586,015100,164953931.102,003602,24941258.1161,,0.0,015100,003602,49284.6416015,17578,83137,hub,hub,non_hub,585190.192062,4513884.4495,585357.507872,4508705.09166
+3537,3537,523,124.0,003602,,40.724852985,-73.989265345,140.0,031703,40.71644312,-74.014902115,1216.03686763,8670,2918,4231,1586,031703,332361109.355,003602,24941258.1161,,0.0,031703,003602,49284.6416015,136082,83137,hub,hub,non_hub,583202.897614,4507746.93647,585357.507872,4508705.09166
+3538,3538,239,186.0,003602,,40.724852985,-73.989265345,196.0,031704,40.7085171733,-74.0165557667,1527.07385567,6610,2918,3790,1586,031704,160823714.408,003602,24941258.1161,,0.0,031704,003602,49284.6416015,105244,83137,hub,hub,non_hub,583073.076824,4506865.54027,585357.507872,4508705.09166
+3539,3539,742,186.0,003602,,40.724852985,-73.989265345,170.0,000600,40.7128987867,-73.9898646367,708.023335229,11558,2918,4083,1586,000600,59149181.7526,003602,24941258.1161,,0.0,000600,003602,49284.6416015,70053,83137,hub,hub,non_hub,585322.159723,4507377.5136,585357.507872,4508705.09166
+3540,3540,625,444.0,003700,,40.7256696075,-74.0052069325,216.0,000202,40.71318002,-73.9818904933,1018.77543227,8012,2401,3598,1490,000202,37878157.9781,003700,212385639.924,003700,40649027.0,000202,003700,31419.6165687,56352,178356,hub,hub,non_hub,585995.353038,4507416.50937,584010.178026,4508780.36793
+3541,3541,2557,1036.0,003700,,40.7256696075,-74.0052069325,1032.0,000700,40.70581148,-74.0081572071,1061.53610555,7722,2401,5201,1490,000700,476954959.734,003700,212385639.924,003700,40649027.0,000700,003700,31419.6165687,160040,178356,hub,hub,non_hub,583785.918305,4506573.16797,584010.178026,4508780.36793
+3542,3542,469,296.0,003700,,40.7256696075,-74.0052069325,188.0,000800,40.712414475,-73.993471545,814.318449838,10365,2401,4150,1490,000800,46479755.076,003700,212385639.924,003700,40649027.0,000800,003700,31419.6165687,34254,178356,hub,hub,non_hub,585018.109713,4507320.25418,584010.178026,4508780.36793
+3543,3543,538,444.0,003700,,40.7256696075,-74.0052069325,388.0,000900,40.7024745833,-74.01224785,1273.03254411,1140,2401,939,1490,000900,404341803.896,003700,212385639.924,003700,40649027.0,000900,003700,31419.6165687,46446,178356,hub,hub,non_hub,583444.520998,4506198.85784,584010.178026,4508780.36793
+3544,3544,135,148.0,003700,,40.7256696075,-74.0052069325,76.0,001002,40.71782143,-73.97628939,1016.51921769,6439,2401,2346,1490,001002,22763374.2099,003700,212385639.924,003700,40649027.0,001002,003700,31419.6165687,15916,178356,hub,hub,non_hub,586462.45635,4507937.23607,584010.178026,4508780.36793
+3545,3545,818,296.0,003700,,40.7256696075,-74.0052069325,184.0,001200,40.717364275,-73.982955325,872.028534208,3547,2401,1857,1490,001200,23518220.7411,003700,212385639.924,003700,40649027.0,001200,003700,31419.6165687,36493,178356,hub,hub,non_hub,585900.031125,4507879.94738,584010.178026,4508780.36793
+3546,3546,617,148.0,003700,,40.7256696075,-74.0052069325,144.0,001300,40.70463334,-74.01361706,1118.67837609,3776,2401,3028,1490,001300,286606455.687,003700,212385639.924,003700,40649027.0,001300,003700,31419.6165687,27671,178356,hub,hub,non_hub,583326.158808,4506437.19368,584010.178026,4508780.36793
+3547,3547,436,148.0,003700,,40.7256696075,-74.0052069325,112.0,001401,40.71559509,-73.9870295,760.665790057,3289,2401,1708,1490,001401,20168722.3199,003700,212385639.924,003700,40649027.0,001401,003700,31419.6165687,26885,178356,hub,hub,non_hub,585558.18429,4507679.57909,584010.178026,4508780.36793
+3548,3548,585,296.0,003700,,40.7256696075,-74.0052069325,268.0,001501,40.70966832,-74.003597135,873.51393194,5581,2401,3450,1490,001501,172466366.322,003700,212385639.924,003700,40649027.0,001501,003700,31419.6165687,27425,178356,hub,hub,non_hub,584166.279828,4507005.66129,584010.178026,4508780.36793
+3549,3549,1582,444.0,003700,,40.7256696075,-74.0052069325,492.0,001502,40.7088053467,-74.00635276,805.167226811,7095,2401,3459,1490,001502,221282059.103,003700,212385639.924,003700,40649027.0,001502,003700,31419.6165687,82052,178356,hub,hub,non_hub,583934.59195,4506907.22889,584010.178026,4508780.36793
+3550,3550,1622,444.0,003700,,40.7256696075,-74.0052069325,428.0,001600,40.7153350167,-73.9943926833,714.938861088,8236,2401,3242,1490,001600,76565505.7581,003700,212385639.924,003700,40649027.0,001600,003700,31419.6165687,82798,178356,hub,hub,non_hub,584936.591099,4507643.5622,584010.178026,4508780.36793
+3551,3551,5244,592.0,003700,,40.7256696075,-74.0052069325,616.0,001800,40.7193657075,-73.9906468425,617.418673091,8063,2401,3489,1490,001800,60554858.5127,003700,212385639.924,003700,40649027.0,001800,003700,31419.6165687,133306,178356,hub,hub,hub,585247.838585,4508094.62497,584010.178026,4508780.36793
+3552,3552,269,296.0,003700,,40.7256696075,-74.0052069325,184.0,002000,40.721554605,-73.977309405,1040.73949548,4795,2401,1899,1490,002000,17907673.5628,003700,212385639.924,003700,40649027.0,002000,003700,31419.6165687,31656,178356,hub,hub,non_hub,586371.478696,4508350.63994,584010.178026,4508780.36793
+3553,3553,5184,592.0,003700,,40.7256696075,-74.0052069325,408.0,002100,40.71451321,-74.0108850975,645.274950839,6111,2401,3038,1490,002100,273869828.705,003700,212385639.924,003700,40649027.0,002100,003700,31419.6165687,151037,178356,hub,hub,hub,583544.598931,4507536.51732,584010.178026,4508780.36793
+3554,3554,547,296.0,003700,,40.7256696075,-74.0052069325,176.0,002201,40.71833027,-73.980972895,884.212347708,6762,2401,3030,1490,002201,37585954.9949,003700,212385639.924,003700,40649027.0,002201,003700,31419.6165687,26391,178356,hub,hub,non_hub,586066.226443,4507989.12022,584010.178026,4508780.36793
+3555,3555,557,148.0,003700,,40.7256696075,-74.0052069325,124.0,002202,40.7208736,-73.98085795,800.891753958,2256,2401,1045,1490,002202,13179093.8977,003700,212385639.924,003700,40649027.0,002202,003700,31419.6165687,23935,178356,hub,hub,non_hub,586072.658368,4508271.55961,584010.178026,4508780.36793
+3556,3556,135,296.0,003700,2.57319881338,40.7258511229,-74.00527878,192.0,002400,40.7245932657,-73.9750953343,1052.63829734,5775,2401,2175,1490,002400,17986635.5592,003700,212385639.924,003700,40649027.0,002400,003700,31419.6165687,17965,178356,hub,hub,non_hub,586554.534446,4508690.13205,584003.882162,4508800.44862
+3557,3557,487,296.0,003700,,40.7256696075,-74.0052069325,248.0,002500,40.7111743,-73.99849582,865.598769251,5061,2401,1917,1490,002500,22428407.6271,003700,212385639.924,003700,40649027.0,002500,003700,31419.6165687,28216,178356,hub,hub,non_hub,584595.28909,4507177.73549,584010.178026,4508780.36793
+3558,3558,363,148.0,003700,,40.7256696075,-74.0052069325,124.0,002601,40.72299208,-73.97995466,913.066261474,3774,2401,1593,1490,002601,22248722.3098,003700,212385639.924,003700,40649027.0,002601,003700,31419.6165687,22144,178356,hub,hub,non_hub,586146.216204,4508507.61099,584010.178026,4508780.36793
+3559,3559,371,148.0,003700,,40.7256696075,-74.0052069325,108.0,002700,40.71307916,-73.99851193,694.725234554,1191,2401,655,1490,002700,11349914.9514,003700,212385639.924,003700,40649027.0,002700,003700,31419.6165687,20570,178356,hub,hub,non_hub,584591.517275,4507389.17181,584010.178026,4508780.36793
+3560,3560,414,148.0,003700,,40.7256696075,-74.0052069325,128.0,002800,40.72521311,-73.97768752,1101.26514553,7302,2401,3341,1490,002800,47641507.3146,003700,212385639.924,003700,40649027.0,002800,003700,31419.6165687,36744,178356,hub,hub,non_hub,586334.816403,4508756.38709,584010.178026,4508780.36793
+3561,3561,1266,148.0,003700,,40.7256696075,-74.0052069325,172.0,002900,40.71602118,-73.99974372,609.902888975,5855,2401,2420,1490,002900,200965547.24,003700,212385639.924,003700,40649027.0,002900,003700,31419.6165687,31936,178356,hub,hub,non_hub,584483.752153,4507714.56961,584010.178026,4508780.36793
+3562,3562,1324,148.0,003700,,40.7256696075,-74.0052069325,140.0,003001,40.72066442,-73.98517977,756.371133632,4301,2401,2553,1490,003001,34302720.7166,003700,212385639.924,003700,40649027.0,003001,003700,31419.6165687,41223,178356,hub,hub,non_hub,585707.91731,4508244.11218,584010.178026,4508780.36793
+3563,3563,769,148.0,003700,,40.7256696075,-74.0052069325,148.0,003002,40.72217444,-73.98368779,855.640374488,3031,2401,1885,1490,003002,18686109.2263,003700,212385639.924,003700,40649027.0,003002,003700,31419.6165687,38675,178356,hub,hub,non_hub,585831.986427,4508413.19181,584010.178026,4508780.36793
+3564,3564,1464,444.0,003700,,40.7256696075,-74.0052069325,484.0,003100,40.7140617467,-74.0041933367,636.984333055,2809,2401,858,1490,003100,145687012.574,003700,212385639.924,003700,40649027.0,003100,003700,31419.6165687,81469,178356,hub,hub,non_hub,584110.388584,4507492.78891,584010.178026,4508780.36793
+3565,3565,1934,444.0,003700,,40.7256696075,-74.0052069325,400.0,003200,40.7260543867,-73.9823576167,884.682809126,7630,2401,4888,1490,003200,46369492.482,003700,212385639.924,003700,40649027.0,003200,003700,31419.6165687,138064,178356,hub,hub,non_hub,585939.335766,4508845.19329,584010.178026,4508780.36793
+3566,3566,4912,740.0,003700,,40.7256696075,-74.0052069325,692.0,003300,40.7188227471,-74.0063323479,522.573366522,5174,2401,2694,1490,003300,215459582.054,003700,212385639.924,003700,40649027.0,003300,003700,31419.6165687,115059,178356,hub,hub,hub,583923.735631,4508019.24481,584010.178026,4508780.36793
+3567,3567,609,148.0,003700,,40.7256696075,-74.0052069325,156.0,003400,40.72955361,-73.98057249,957.188899079,6706,2401,4203,1490,003400,42933229.7541,003700,212385639.924,003700,40649027.0,003400,003700,31419.6165687,47926,178356,hub,hub,non_hub,586085.581298,4509235.37985,584010.178026,4508780.36793
+3568,3568,2345,296.0,003700,,40.7256696075,-74.0052069325,264.0,003601,40.72217423,-73.990293175,612.139221747,3299,2401,1613,1490,003601,29191583.8104,003700,212385639.924,003700,40649027.0,003601,003700,31419.6165687,77585,178356,hub,hub,non_hub,585274.124459,4508406.73315,584010.178026,4508780.36793
+3569,3569,2225,296.0,003700,,40.7256696075,-74.0052069325,248.0,003602,40.724852985,-73.989265345,628.901666485,2918,2401,1586,1490,003602,24941258.1161,003700,212385639.924,003700,40649027.0,003602,003700,31419.6165687,82124,178356,hub,hub,non_hub,585357.507872,4508705.09166,584010.178026,4508780.36793
+3570,3570,3787,592.0,003700,,40.7256696075,-74.0052069325,640.0,003800,40.72765889,-73.988195855,736.76322941,8610,2401,5795,1490,003800,67437493.5221,003700,212385639.924,003700,40649027.0,003800,003700,31419.6165687,167230,178356,hub,hub,hub,585444.239635,4509017.60641,584010.178026,4508780.36793
+3571,3571,4899,592.0,003700,,40.7256696075,-74.0052069325,424.0,003900,40.7201717475,-74.00983051,507.588901242,5253,2401,3059,1490,003900,194910113.03,003700,212385639.924,003700,40649027.0,003900,003700,31419.6165687,113624,178356,hub,hub,hub,583626.593058,4508165.65565,584010.178026,4508780.36793
+3572,3572,2285,296.0,003700,,40.7256696075,-74.0052069325,264.0,004000,40.73000573,-73.98549552,830.768597498,9801,2401,4546,1490,004000,66858387.5133,003700,212385639.924,003700,40649027.0,004000,003700,31419.6165687,99660,178356,hub,hub,non_hub,585669.269443,4509280.75306,584010.178026,4508780.36793
+3573,3573,4618,296.0,003700,,40.7256696075,-74.0052069325,256.0,004100,40.7195529,-73.996789035,534.828296524,7793,2401,3765,1490,004100,71738983.3617,003700,212385639.924,003700,40649027.0,004100,003700,31419.6165687,114685,178356,hub,hub,hub,584728.836557,4508109.46034,584010.178026,4508780.36793
+3574,3574,870,148.0,003700,,40.7256696075,-74.0052069325,140.0,004200,40.73223272,-73.98889957,712.28097362,4988,2401,1801,1490,004200,39941846.3325,003700,212385639.924,003700,40649027.0,004200,003700,31419.6165687,50846,178356,hub,hub,non_hub,585378.96492,4509524.64843,584010.178026,4508780.36793
+3575,3575,5155,296.0,003700,,40.7256696075,-74.0052069325,268.0,004300,40.723870235,-73.995226525,471.415015842,4267,2401,2598,1490,004300,65935514.1184,003700,212385639.924,003700,40649027.0,004300,003700,31419.6165687,95162,178356,hub,hub,hub,584855.320992,4508590.22212,584010.178026,4508780.36793
+3576,3576,1002,296.0,003700,,40.7256696075,-74.0052069325,240.0,004400,40.73080269,-73.97968993,1046.64491874,17710,2401,8297,1490,004400,114601147.016,003700,212385639.924,003700,40649027.0,004400,003700,31419.6165687,106427,178356,hub,hub,non_hub,586158.498991,4509374.90208,584010.178026,4508780.36793
+3577,3577,1664,148.0,003700,,40.7256696075,-74.0052069325,108.0,004500,40.71910537,-73.99973337,479.549956261,840,2401,582,1490,004500,52009114.8865,003700,212385639.924,003700,40649027.0,004500,003700,31419.6165687,34275,178356,hub,hub,non_hub,584480.726971,4508056.94497,584010.178026,4508780.36793
+3578,3578,1332,148.0,003700,,40.7256696075,-74.0052069325,156.0,004700,40.72165481,-74.00234737,443.662174633,2267,2401,1586,1490,004700,75477587.1594,003700,212385639.924,003700,40649027.0,004700,003700,31419.6165687,27544,178356,hub,hub,non_hub,584256.734795,4508337.43837,584010.178026,4508780.36793
+3579,3579,497,148.0,003700,,40.7256696075,-74.0052069325,140.0,004800,40.73624527,-73.98473765,1009.22739027,7550,2401,3799,1490,004800,74763044.6965,003700,212385639.924,003700,40649027.0,004800,003700,31419.6165687,42567,178356,hub,hub,non_hub,585725.258797,4509974.12516,584010.178026,4508780.36793
+3580,3580,2751,296.0,003700,,40.7256696075,-74.0052069325,292.0,004900,40.724268615,-74.000521515,444.505555134,4951,2401,3054,1490,004900,103848670.177,003700,212385639.924,003700,40649027.0,004900,003700,31419.6165687,80152,178356,hub,hub,non_hub,584407.63728,4508629.34168,584010.178026,4508780.36793
+3581,3581,1288,444.0,003700,,40.7256696075,-74.0052069325,372.0,005000,40.7359163467,-73.9873427633,904.893951257,5061,2401,3595,1490,005000,120638459.215,003700,212385639.924,003700,40649027.0,005000,003700,31419.6165687,111023,178356,hub,hub,non_hub,585505.709717,4509935.07175,584010.178026,4508780.36793
+3582,3582,2584,296.0,003700,,40.7256696075,-74.0052069325,424.0,005200,40.73715585,-73.991241315,798.039160798,4193,2401,1785,1490,005200,109103391.81,003700,212385639.924,003700,40649027.0,005200,003700,31419.6165687,159876,178356,hub,hub,non_hub,585174.941657,4510068.87544,584010.178026,4508780.36793
+3583,3583,1126,148.0,003700,,40.7256696075,-74.0052069325,188.0,005400,40.73971301,-73.99456405,807.623393582,4656,2401,2837,1490,005400,128803552.888,003700,212385639.924,003700,40649027.0,005400,003700,31419.6165687,73728,178356,hub,hub,non_hub,584891.129718,4510349.51956,584010.178026,4508780.36793
+3584,3584,2105,148.0,003700,,40.7256696075,-74.0052069325,120.0,005501,40.72679454,-73.99695094,426.09798397,5079,2401,2483,1490,005501,61061928.4125,003700,212385639.924,003700,40649027.0,005501,003700,31419.6165687,57258,178356,hub,hub,non_hub,584705.980012,4508913.17477,584010.178026,4508780.36793
+3585,3585,2027,148.0,003700,,40.7256696075,-74.0052069325,108.0,005502,40.72743423,-73.99379025,515.4721575,2383,2401,1262,1490,005502,49017118.6146,003700,212385639.924,003700,40649027.0,005502,003700,31419.6165687,55117,178356,hub,hub,non_hub,584972.085912,4508987.23863,584010.178026,4508780.36793
+3586,3586,1612,296.0,003700,,40.7256696075,-74.0052069325,380.0,005600,40.74065347,-73.98778661,930.310976569,2618,2401,2190,1490,005600,189153355.609,003700,212385639.924,003700,40649027.0,005600,003700,31419.6165687,113209,178356,hub,hub,non_hub,585462.168743,4510460.49357,584010.178026,4508780.36793
+3587,3587,3316,296.0,003700,,40.7256696075,-74.0052069325,328.0,005700,40.729662915,-73.992405595,595.783134012,2937,2401,1789,1490,005700,90178032.7137,003700,212385639.924,003700,40649027.0,005700,003700,31419.6165687,156896,178356,hub,hub,hub,585086.179601,4509235.9788,584010.178026,4508780.36793
+3588,3588,1794,296.0,003700,,40.7256696075,-74.0052069325,348.0,005800,40.743154205,-73.990299735,955.119230694,3182,2401,2306,1490,005800,164037511.755,003700,212385639.924,003700,40649027.0,005800,003700,31419.6165687,130970,178356,hub,hub,non_hub,585246.786708,4510735.64918,584010.178026,4508780.36793
+3589,3589,1353,148.0,003700,,40.7256696075,-74.0052069325,124.0,005900,40.73049393,-73.9957214,521.70715619,5516,2401,3276,1490,005900,71785177.1361,003700,212385639.924,003700,40649027.0,005900,003700,31419.6165687,53180,178356,hub,hub,non_hub,584805.117401,4509325.01914,584010.178026,4508780.36793
+3590,3590,655,296.0,003700,,40.7256696075,-74.0052069325,252.0,006000,40.734822295,-73.976916765,1132.62407299,5286,2401,2459,1490,006000,27468182.8943,003700,212385639.924,003700,40649027.0,006000,003700,31419.6165687,80462,178356,hub,hub,non_hub,586387.478737,4509823.83141,584010.178026,4508780.36793
+3591,3591,6419,592.0,003700,,40.7256696075,-74.0052069325,564.0,006100,40.73385254,-73.992357065,668.13450498,4913,2401,2683,1490,006100,91682014.33,003700,212385639.924,003700,40649027.0,006100,003700,31419.6165687,245510,178356,hub,hub,hub,585084.940162,4509701.10308,584010.178026,4508780.36793
+3592,3592,298,148.0,003700,,40.7256696075,-74.0052069325,120.0,006200,40.7381765,-73.97738662,1257.15723712,4680,2401,1401,1490,006200,231817485.533,003700,212385639.924,003700,40649027.0,006200,003700,31419.6165687,33218,178356,hub,hub,non_hub,586343.467107,4510195.70961,584010.178026,4508780.36793
+3593,3593,3216,444.0,003700,,40.7256696075,-74.0052069325,396.0,006300,40.7346940933,-73.99785666,592.47384331,6076,2401,4277,1490,006300,85447631.8451,003700,212385639.924,003700,40649027.0,006300,003700,31419.6165687,120233,178356,hub,hub,hub,584619.48321,4509789.20591,584010.178026,4508780.36793
+3594,3594,479,148.0,003700,,40.7256696075,-74.0052069325,156.0,006400,40.73587678,-73.98205027,1008.43449074,7518,2401,5058,1490,006400,95664936.1545,003700,212385639.924,003700,40649027.0,006400,003700,31419.6165687,47750,178356,hub,hub,non_hub,585952.649806,4509935.84788,584010.178026,4508780.36793
+3595,3595,3634,444.0,003700,,40.7256696075,-74.0052069325,424.0,006500,40.7306296367,-73.9991423,447.095775818,6517,2401,3568,1490,006500,59290910.3694,003700,212385639.924,003700,40649027.0,006500,003700,31419.6165687,125356,178356,hub,hub,hub,584516.067395,4509336.78488,584010.178026,4508780.36793
+3596,3596,515,296.0,003700,,40.7256696075,-74.0052069325,328.0,006600,40.739285505,-73.97827188,1134.1031269,11780,2401,6818,1490,006600,84730469.4548,003700,212385639.924,003700,40649027.0,006600,003700,31419.6165687,74621,178356,hub,hub,non_hub,586267.286922,4510317.94668,584010.178026,4508780.36793
+3597,3597,3294,148.0,003700,,40.7256696075,-74.0052069325,156.0,006700,40.73038599,-74.00214988,443.926214239,4984,2401,3796,1490,006700,47238039.9972,003700,212385639.924,003700,40649027.0,006700,003700,31419.6165687,70025,178356,hub,hub,hub,584262.399901,4509306.84766,584010.178026,4508780.36793
+3598,3598,497,148.0,003700,,40.7256696075,-74.0052069325,156.0,006800,40.74025878,-73.98409214,1018.0935774,6735,2401,4494,1490,006800,130298431.446,003700,212385639.924,003700,40649027.0,006800,003700,31419.6165687,58926,178356,hub,hub,non_hub,585774.608423,4510420.28363,584010.178026,4508780.36793
+3599,3599,5771,296.0,003700,,40.7256696075,-74.0052069325,268.0,006900,40.732319905,-74.0069291,485.444209919,2687,2401,1484,1490,006900,61292499.9331,003700,212385639.924,003700,40649027.0,006900,003700,31419.6165687,130727,178356,hub,hub,hub,583856.38945,4509516.94969,584010.178026,4508780.36793
+3600,3600,828,444.0,003700,,40.7256696075,-74.0052069325,508.0,007000,40.7425188221,-73.9756210198,1259.52486778,8302,2401,5669,1490,007000,78634704.8451,003700,212385639.924,003700,40649027.0,007000,003700,31419.6165687,145227,178356,hub,hub,non_hub,586486.921355,4510679.47647,584010.178026,4508780.36793
+3601,3601,2304,296.0,003700,,40.7256696075,-74.0052069325,284.0,007100,40.736526545,-74.000108805,560.116052757,5633,2401,3844,1490,007100,68447429.2743,003700,212385639.924,003700,40649027.0,007100,003700,31419.6165687,79459,178356,hub,hub,non_hub,584426.995774,4509990.4524,584010.178026,4508780.36793
+3602,3602,1588,444.0,003700,,40.7256696075,-74.0052069325,504.0,007200,40.7447014833,-73.98154809,1184.43059652,7734,2401,5222,1490,007200,132092861.454,003700,212385639.924,003700,40649027.0,007200,003700,31419.6165687,157612,178356,hub,hub,non_hub,585983.687715,4510915.94446,584010.178026,4508780.36793
+3603,3603,3063,296.0,003700,,40.7256696075,-74.0052069325,236.0,007300,40.734682705,-74.00388484,519.043545614,5615,2401,4547,1490,007300,48716185.79,003700,212385639.924,003700,40649027.0,007300,003700,31419.6165687,92567,178356,hub,hub,hub,584110.479319,4509782.14883,584010.178026,4508780.36793
+3604,3604,604,296.0,003700,,40.7256696075,-74.0052069325,344.0,007400,40.746413585,-73.98586892,1090.40965731,4179,2401,2700,1490,007400,170614202.951,003700,212385639.924,003700,40649027.0,007400,003700,31419.6165687,81121,178356,hub,hub,non_hub,585616.696258,4511101.7763,584010.178026,4508780.36793
+3605,3605,651,296.0,003700,,40.7256696075,-74.0052069325,276.0,007600,40.74737476,-73.988320695,1080.56440221,2203,2401,1573,1490,007600,242014413.464,003700,212385639.924,003700,40649027.0,007600,003700,31419.6165687,97464,178356,hub,hub,non_hub,585408.475283,4511206.08492,584010.178026,4508780.36793
+3606,3606,1709,148.0,003700,,40.7256696075,-74.0052069325,172.0,007700,40.7390169121,-74.0026376103,671.878791183,5404,2401,4254,1490,007700,59306273.1509,003700,212385639.924,003700,40649027.0,007700,003700,31419.6165687,79025,178356,hub,hub,non_hub,584210.329106,4510264.47156,584010.178026,4508780.36793
+3607,3607,247,148.0,003700,,40.7256696075,-74.0052069325,156.0,007800,40.74780373,-73.9734419,1412.53978013,7380,2401,5372,1490,007800,112124597.728,003700,212385639.924,003700,40649027.0,007800,003700,31419.6165687,59601,178356,hub,hub,non_hub,586664.043115,4511268.28888,584010.178026,4508780.36793
+3608,3608,5870,740.0,003700,,40.7256696075,-74.0052069325,696.0,007900,40.738916514,-74.007286026,689.066504646,4406,2401,2904,1490,007900,86937368.5918,003700,212385639.924,003700,40649027.0,007900,003700,31419.6165687,171846,178356,hub,hub,hub,583817.969395,4510248.87788,584010.178026,4508780.36793
+3609,3609,394,296.0,003700,,40.7256696075,-74.0052069325,284.0,008000,40.7485693,-73.97717991,1312.12087293,4946,2401,3730,1490,008000,197763821.532,003700,212385639.924,003700,40649027.0,008000,003700,31419.6165687,74808,178356,hub,hub,non_hub,586347.477591,4511349.58844,584010.178026,4508780.36793
+3610,3610,1277,148.0,003700,,40.7256696075,-74.0052069325,156.0,008100,40.73935542,-73.99931783,699.998702838,8675,2401,5315,1490,008100,91100400.6907,003700,212385639.924,003700,40649027.0,008100,003700,31419.6165687,53195,178356,hub,hub,non_hub,584490.204148,4510305.23824,584010.178026,4508780.36793
+3611,3611,2028,444.0,003700,,40.7256696075,-74.0052069325,700.0,008200,40.7519677411,-73.9794080998,1255.60135552,3442,2401,2534,1490,008200,262405408.076,003700,212385639.924,003700,40649027.0,008200,003700,31419.6165687,228612,178356,hub,hub,non_hub,586154.98168,4511724.65045,584010.178026,4508780.36793
+3612,3612,3304,592.0,003700,,40.7256696075,-74.0052069325,476.0,008300,40.742591315,-74.004102785,805.026072955,4211,2401,2321,1490,008300,119862327.354,003700,212385639.924,003700,40649027.0,008300,003700,31419.6165687,186113,178356,hub,hub,hub,584082.11654,4510659.85081,584010.178026,4508780.36793
+3613,3613,218,148.0,003700,,40.7256696075,-74.0052069325,152.0,008400,40.75038009,-73.98338988,1123.72209794,1726,2401,1041,1490,008400,147824461.739,003700,212385639.924,003700,40649027.0,008400,003700,31419.6165687,34199,178356,hub,hub,non_hub,585820.889203,4511544.50828,584010.178026,4508780.36793
+3614,3614,54,148.0,003700,,40.7256696075,-74.0052069325,172.0,008601,40.744219,-73.97121214,1639.7420932,2551,2401,1528,1490,008601,31141773.9073,003700,212385639.924,003700,40649027.0,008601,003700,31419.6165687,31961,178356,hub,hub,non_hub,586856.951039,4510872.56191,584010.178026,4508780.36793
+3615,3615,2378,296.0,003700,,40.7256696075,-74.0052069325,312.0,008700,40.74206378,-73.995708955,806.964619536,6671,2401,4249,1490,008700,85660216.7821,003700,212385639.924,003700,40649027.0,008700,003700,31419.6165687,152953,178356,hub,hub,non_hub,584791.475936,4510609.36503,584010.178026,4508780.36793
+3616,3616,152,296.0,003700,,40.7256696075,-74.0052069325,312.0,008800,40.75012189,-73.970133575,1388.32470229,6964,2401,5507,1490,008800,216532475.876,003700,212385639.924,003700,40649027.0,008800,003700,31419.6165687,43247,178356,hub,hub,non_hub,586940.323322,4511528.89362,584010.178026,4508780.36793
+3617,3617,2543,444.0,003700,,40.7256696075,-74.0052069325,480.0,008900,40.74529008,-74.0021768567,894.47808985,5560,2401,3511,1490,008900,54419260.2723,003700,212385639.924,003700,40649027.0,008900,003700,31419.6165687,158638,178356,hub,hub,non_hub,584241.316685,4510961.27944,584010.178026,4508780.36793
+3618,3618,351,444.0,003700,,40.7256696075,-74.0052069325,440.0,009000,40.75261798,-73.9703317533,1461.83473803,7026,2401,5832,1490,009000,208846060.851,003700,212385639.924,003700,40649027.0,009000,003700,31419.6165687,74531,178356,hub,hub,non_hub,586920.342162,4511805.78171,584010.178026,4508780.36793
+3619,3619,832,148.0,003700,,40.7256696075,-74.0052069325,156.0,009100,40.74487634,-73.99529885,856.455559759,6415,2401,4386,1490,009100,127325659.041,003700,212385639.924,003700,40649027.0,009100,003700,31419.6165687,63878,178356,hub,hub,non_hub,584822.527687,4510921.97538,584010.178026,4508780.36793
+3620,3620,260,296.0,003700,,40.7256696075,-74.0052069325,440.0,009200,40.7548518863,-73.9734329075,1476.33388986,1754,2401,1461,1490,009200,408192557.246,003700,212385639.924,003700,40649027.0,009200,003700,31419.6165687,72226,178356,hub,hub,non_hub,586655.650548,4512050.69496,584010.178026,4508780.36793
+3621,3621,531,148.0,003700,,40.7256696075,-74.0052069325,156.0,009300,40.74475148,-73.99915362,915.320471512,9705,2401,5585,1490,009300,68528055.2433,003700,212385639.924,003700,40649027.0,009300,003700,31419.6165687,52202,178356,hub,hub,non_hub,584497.239363,4510904.39701,584010.178026,4508780.36793
+3622,3622,617,148.0,003700,,40.7256696075,-74.0052069325,124.0,009400,40.75320159,-73.9779874,1324.9227389,29,2401,16,1490,009400,299218147.811,003700,212385639.924,003700,40649027.0,009400,003700,31419.6165687,82147,178356,hub,hub,non_hub,586273.319314,4511863.01244,584010.178026,4508780.36793
+3623,3623,835,148.0,003700,,40.7256696075,-74.0052069325,204.0,009500,40.746647,-73.993915,938.697083814,3425,2401,1416,1490,009500,129660033.725,003700,212385639.924,003700,40649027.0,009500,003700,31419.6165687,57488,178356,hub,hub,non_hub,584937.108907,4511119.86954,584010.178026,4508780.36793
+3624,3624,367,444.0,003700,,40.7256696075,-74.0052069325,560.0,009600,40.75607603,-73.9803967167,1374.51587118,153,2401,268,1490,009600,270304841.585,003700,212385639.924,003700,40649027.0,009600,003700,31419.6165687,71527,178356,hub,hub,non_hub,586066.226062,4512179.73074,584010.178026,4508780.36793
+3625,3625,1442,444.0,003700,,40.7256696075,-74.0052069325,396.0,009700,40.7493616033,-73.9991321067,1049.42437316,4744,2401,2827,1490,009700,83018263.1602,003700,212385639.924,003700,40649027.0,009700,003700,31419.6165687,118804,178356,hub,hub,non_hub,584493.220017,4511416.17434,584010.178026,4508780.36793
+3626,3626,241,296.0,003700,,40.7256696075,-74.0052069325,280.0,009800,40.755285655,-73.96667288,1631.85929331,7105,2401,5244,1490,009800,115943808.909,003700,212385639.924,003700,40649027.0,009800,003700,31419.6165687,40039,178356,hub,hub,non_hub,587225.727282,4512105.54383,584010.178026,4508780.36793
+3627,3627,3686,740.0,003700,,40.7256696075,-74.0052069325,740.0,009900,40.7520807866,-74.0031899092,1096.83750508,3617,2401,2438,1490,009900,404439511.776,003700,212385639.924,003700,40649027.0,009900,003700,31419.6165687,208076,178356,hub,hub,hub,584147.226991,4511714.12465,584010.178026,4508780.36793
+3628,3628,297,444.0,003700,,40.7256696075,-74.0052069325,484.0,010000,40.7583696933,-73.9710287767,1580.803663,1829,2401,1399,1490,010000,366457143.613,003700,212385639.924,003700,40649027.0,010000,003700,31419.6165687,72085,178356,hub,hub,non_hub,586854.014885,4512443.57459,584010.178026,4508780.36793
+3629,3629,1191,444.0,003700,,40.7256696075,-74.0052069325,508.0,010100,40.74945622,-73.9903382667,1061.78971533,1119,2401,828,1490,010100,246168211.101,003700,212385639.924,003700,40649027.0,010100,003700,31419.6165687,183377,178356,hub,hub,non_hub,585235.486219,4511435.18064,584010.178026,4508780.36793
+3630,3630,150,296.0,003700,,40.7256696075,-74.0052069325,324.0,010200,40.7606694,-73.973473555,1635.17622287,313,2401,268,1490,010200,333450202.294,003700,212385639.924,003700,40649027.0,010200,003700,31419.6165687,46675,178356,hub,hub,non_hub,586644.664817,4512696.44233,584010.178026,4508780.36793
+3631,3631,3153,296.0,003700,,40.7256696075,-74.0052069325,392.0,010300,40.751000495,-73.994372255,1127.93707319,1859,2401,1351,1490,010300,141506056.87,003700,212385639.924,003700,40649027.0,010300,003700,31419.6165687,221593,178356,hub,hub,hub,584892.968074,4511602.69644,584010.178026,4508780.36793
+3632,3632,273,296.0,003700,,40.7256696075,-74.0052069325,300.0,010400,40.761664375,-73.976854975,1435.12828465,1031,2401,1033,1490,010400,363981333.295,003700,212385639.924,003700,40649027.0,010400,003700,31419.6165687,65073,178356,hub,hub,non_hub,586357.961325,4512803.55852,584010.178026,4508780.36793
+3633,3633,216,148.0,003700,,40.7256696075,-74.0052069325,132.0,010602,40.75849116,-73.95920622,1835.73662246,4794,2401,2963,1490,010602,67980898.3739,003700,212385639.924,003700,40649027.0,010602,003700,31419.6165687,22153,178356,hub,hub,non_hub,587851.796682,4512468.82754,584010.178026,4508780.36793
+3634,3634,289,444.0,003700,,40.7256696075,-74.0052069325,468.0,010800,40.7591736033,-73.96613818,1751.77155722,8531,2401,6272,1490,010800,189351523.799,003700,212385639.924,003700,40649027.0,010800,003700,31419.6165687,79198,178356,hub,hub,non_hub,587265.778542,4512537.66689,584010.178026,4508780.36793
+3635,3635,462,296.0,003700,,40.7256696075,-74.0052069325,456.0,010900,40.751351715,-73.987594755,1139.43703762,182,2401,92,1490,010900,228173063.011,003700,212385639.924,003700,40649027.0,010900,003700,31419.6165687,60092,178356,hub,hub,non_hub,585464.669441,4511648.26242,584010.178026,4508780.36793
+3636,3636,202,148.0,003700,,40.7256696075,-74.0052069325,236.0,011201,40.7643971,-73.97371465,1968.87438543,827,2401,964,1490,011201,118515444.187,003700,212385639.924,003700,40649027.0,011201,003700,31419.6165687,41525,178356,hub,hub,non_hub,586619.474659,4513110.00718,584010.178026,4508780.36793
+3637,3637,166,148.0,003700,,40.7256696075,-74.0052069325,132.0,011203,40.76095756,-73.96724467,1803.36824963,1176,2401,1160,1490,011203,143782379.009,003700,212385639.924,003700,40649027.0,011203,003700,31419.6165687,48033,178356,hub,hub,non_hub,587170.050102,4512734.59972,584010.178026,4508780.36793
+3638,3638,1593,592.0,003700,,40.7256696075,-74.0052069325,792.0,011300,40.7548008425,-73.9888010575,1274.53881872,204,2401,107,1490,011300,357940519.061,003700,212385639.924,003700,40649027.0,011300,003700,31419.6165687,236650,178356,hub,hub,non_hub,585358.423228,4512029.96675,584010.178026,4508780.36793
+3639,3639,1005,296.0,003700,,40.7256696075,-74.0052069325,328.0,011500,40.75701407,-73.992353645,1259.46776971,2487,2401,1678,1490,011500,130958459.747,003700,212385639.924,003700,40649027.0,011500,003700,31419.6165687,103294,178356,hub,hub,non_hub,585055.712647,4512272.20178,584010.178026,4508780.36793
+3640,3640,1799,296.0,003700,,40.7256696075,-74.0052069325,336.0,011700,40.76058799,-74.00080945,1290.94650185,2938,2401,2304,1490,011700,91270705.1484,003700,212385639.924,003700,40649027.0,011700,003700,31419.6165687,73016,178356,hub,hub,non_hub,584337.427395,4512660.77158,584010.178026,4508780.36793
+3641,3641,203,148.0,003700,,40.7256696075,-74.0052069325,136.0,011900,40.7568001,-73.98291153,1466.97130758,1079,2401,1121,1490,011900,395254501.74,003700,212385639.924,003700,40649027.0,011900,003700,31419.6165687,39976,178356,hub,hub,non_hub,585853.012005,4512257.64444,584010.178026,4508780.36793
+3642,3642,1030,444.0,003700,,40.7256696075,-74.0052069325,436.0,012100,40.7598593767,-73.9914900133,1346.63150259,8366,2401,5744,1490,012100,101223732.045,003700,212385639.924,003700,40649027.0,012100,003700,31419.6165687,132767,178356,hub,hub,non_hub,585124.983126,4512588.88932,584010.178026,4508780.36793
+3643,3643,191,148.0,003700,,40.7256696075,-74.0052069325,204.0,012500,40.76064679,-73.98442659,1543.82013228,2439,2401,2096,1490,012500,322911522.418,003700,212385639.924,003700,40649027.0,012500,003700,31419.6165687,45486,178356,hub,hub,non_hub,585720.180916,4512683.17447,584010.178026,4508780.36793
+3644,3644,703,296.0,003700,,40.7256696075,-74.0052069325,336.0,012700,40.762485435,-73.990447135,1407.71365208,6437,2401,4434,1490,012700,104637996.687,003700,212385639.924,003700,40649027.0,012700,003700,31419.6165687,83393,178356,hub,hub,non_hub,585209.656415,4512881.41361,584010.178026,4508780.36793
+3645,3645,770,148.0,003700,,40.7256696075,-74.0052069325,96.0,012900,40.76341379,-73.99667444,1369.45069593,5312,2401,3621,1490,012900,158698340.053,003700,212385639.924,003700,40649027.0,012900,003700,31419.6165687,28661,178356,hub,hub,non_hub,584682.864463,4512978.43901,584010.178026,4508780.36793
+3646,3646,413,444.0,003700,,40.7256696075,-74.0052069325,640.0,013100,40.7621295133,-73.98215453,1539.2577028,2489,2401,2283,1490,013100,405023451.28,003700,212385639.924,003700,40649027.0,013100,003700,31419.6165687,107228,178356,hub,hub,non_hub,585910.04945,4512849.98999,584010.178026,4508780.36793
+3647,3647,467,444.0,003700,,40.7256696075,-74.0052069325,404.0,013300,40.7647250567,-73.9866537633,1510.21580321,5363,2401,3909,1490,013300,79847412.2593,003700,212385639.924,003700,40649027.0,013300,003700,31419.6165687,89810,178356,hub,hub,non_hub,585526.963405,4513133.71926,584010.178026,4508780.36793
+3648,3648,979,296.0,003700,,40.7256696075,-74.0052069325,260.0,013500,40.766984435,-73.99227308,1432.98537408,6075,2401,3935,1490,013500,198199142.958,003700,212385639.924,003700,40649027.0,013500,003700,31419.6165687,64723,178356,hub,hub,non_hub,585049.80204,4513379.06475,584010.178026,4508780.36793
+3649,3649,551,296.0,003700,,40.7256696075,-74.0052069325,392.0,013700,40.766109285,-73.981808355,1697.72687822,6557,2401,5442,1490,013700,314878324.419,003700,212385639.924,003700,40649027.0,013700,003700,31419.6165687,91142,178356,hub,hub,non_hub,585934.141665,4513292.1137,584010.178026,4508780.36793
+3650,3650,180,148.0,003700,,40.7256696075,-74.0052069325,108.0,013900,40.768254,-73.988639,1567.51314834,7607,2401,7359,1490,013900,139918084.587,003700,212385639.924,003700,40649027.0,013900,003700,31419.6165687,26390,178356,hub,hub,non_hub,585354.890073,4513523.52534,584010.178026,4508780.36793
+3651,3651,104,148.0,003700,,40.7256696075,-74.0052069325,196.0,014300,40.76590936,-73.97634151,1672.99867517,3,2401,0,1490,014300,50027992.3322,003700,212385639.924,003700,40649027.0,014300,003700,31419.6165687,21051,178356,hub,hub,non_hub,586395.803012,4513275.28949,584010.178026,4508780.36793
+3652,3652,499,148.0,003700,,40.7256696075,-74.0052069325,144.0,014500,40.76915505,-73.98191841,1884.76934629,5811,2401,3462,1490,014500,253397343.373,003700,212385639.924,003700,40649027.0,014500,003700,31419.6165687,68350,178356,hub,hub,non_hub,585920.929601,4513630.10902,584010.178026,4508780.36793
+3653,3653,508,148.0,003700,,40.7256696075,-74.0052069325,220.0,014700,40.770513,-73.988038,1461.25744964,2586,2401,1743,1490,014700,70871746.8417,003700,212385639.924,003700,40649027.0,014700,003700,31419.6165687,35099,178356,hub,hub,non_hub,585402.720353,4513774.87644,584010.178026,4508780.36793
+3654,3654,369,148.0,003700,,40.7256696075,-74.0052069325,144.0,015100,40.771522,-73.990541,1696.04407025,8105,2401,4856,1490,015100,164953931.102,003700,212385639.924,003700,40649027.0,015100,003700,31419.6165687,17578,178356,hub,hub,non_hub,585190.192062,4513884.4495,584010.178026,4508780.36793
+3655,3655,5851,296.0,003700,,40.7256696075,-74.0052069325,280.0,031703,40.71644312,-74.014902115,693.482321175,8670,2401,4231,1490,031703,332361109.355,003700,212385639.924,003700,40649027.0,031703,003700,31419.6165687,136082,178356,hub,hub,hub,583202.897614,4507746.93647,584010.178026,4508780.36793
+3656,3656,3679,444.0,003700,,40.7256696075,-74.0052069325,392.0,031704,40.7085171733,-74.0165557667,995.570699979,6610,2401,3790,1490,031704,160823714.408,003700,212385639.924,003700,40649027.0,031704,003700,31419.6165687,105244,178356,hub,hub,hub,583073.076824,4506865.54027,584010.178026,4508780.36793
+3657,3657,1443,444.0,003700,,40.7256696075,-74.0052069325,340.0,000600,40.7128987867,-73.9898646367,873.033077079,11558,2401,4083,1490,000600,59149181.7526,003700,212385639.924,003700,40649027.0,000600,003700,31419.6165687,70053,178356,hub,hub,non_hub,585322.159723,4507377.5136,584010.178026,4508780.36793
+3658,3658,775,480.0,003800,,40.72765889,-73.988195855,216.0,000202,40.71318002,-73.9818904933,873.745458293,8012,8610,3598,5795,000202,37878157.9781,003800,67437493.5221,,0.0,000202,003800,40322.0624912,56352,177442,hub,hub,non_hub,585995.353038,4507416.50937,585444.239635,4509017.60641
+3659,3659,2095,1120.0,003800,,40.72765889,-73.988195855,1032.0,000700,40.70581148,-74.0081572071,1260.19185024,7722,8610,5201,5795,000700,476954959.734,003800,67437493.5221,,0.0,000700,003800,40322.0624912,160040,177442,hub,hub,non_hub,583785.918305,4506573.16797,585444.239635,4509017.60641
+3660,3660,609,320.0,003800,,40.72765889,-73.988195855,188.0,000800,40.712414475,-73.993471545,788.338985605,10365,8610,4150,5795,000800,46479755.076,003800,67437493.5221,,0.0,000800,003800,40322.0624912,34254,177442,hub,hub,non_hub,585018.109713,4507320.25418,585444.239635,4509017.60641
+3661,3661,463,480.0,003800,,40.72765889,-73.988195855,388.0,000900,40.7024745833,-74.01224785,1449.34215841,1140,8610,939,5795,000900,404341803.896,003800,67437493.5221,,0.0,000900,003800,40322.0624912,46446,177442,hub,hub,non_hub,583444.520998,4506198.85784,585444.239635,4509017.60641
+3662,3662,205,160.0,003800,,40.72765889,-73.988195855,76.0,001002,40.71782143,-73.97628939,748.909236657,6439,8610,2346,5795,001002,22763374.2099,003800,67437493.5221,,0.0,001002,003800,40322.0624912,15916,177442,hub,hub,non_hub,586462.45635,4507937.23607,585444.239635,4509017.60641
+3663,3663,865,320.0,003800,,40.72765889,-73.988195855,184.0,001200,40.717364275,-73.982955325,666.371541096,3547,8610,1857,5795,001200,23518220.7411,003800,67437493.5221,,0.0,001200,003800,40322.0624912,36493,177442,hub,hub,non_hub,585900.031125,4507879.94738,585444.239635,4509017.60641
+3664,3664,177,160.0,003800,,40.72765889,-73.988195855,144.0,001300,40.70463334,-74.01361706,1448.40285674,3776,8610,3028,5795,001300,286606455.687,003800,67437493.5221,,0.0,001300,003800,40322.0624912,27671,177442,hub,hub,non_hub,583326.158808,4506437.19368,585444.239635,4509017.60641
+3665,3665,526,160.0,003800,,40.72765889,-73.988195855,112.0,001401,40.71559509,-73.9870295,632.135425584,3289,8610,1708,5795,001401,20168722.3199,003800,67437493.5221,,0.0,001401,003800,40322.0624912,26885,177442,hub,hub,non_hub,585558.18429,4507679.57909,585444.239635,4509017.60641
+3666,3666,354,320.0,003800,,40.72765889,-73.988195855,268.0,001501,40.70966832,-74.003597135,1118.73717495,5581,8610,3450,5795,001501,172466366.322,003800,67437493.5221,,0.0,001501,003800,40322.0624912,27425,177442,hub,hub,non_hub,584166.279828,4507005.66129,585444.239635,4509017.60641
+3667,3667,970,480.0,003800,,40.72765889,-73.988195855,492.0,001502,40.7088053467,-74.00635276,1121.86679059,7095,8610,3459,5795,001502,221282059.103,003800,67437493.5221,,0.0,001502,003800,40322.0624912,82052,177442,hub,hub,non_hub,583934.59195,4506907.22889,585444.239635,4509017.60641
+3668,3668,2051,480.0,003800,,40.72765889,-73.988195855,428.0,001600,40.7153350167,-73.9943926833,683.678789227,8236,8610,3242,5795,001600,76565505.7581,003800,67437493.5221,,0.0,001600,003800,40322.0624912,82798,177442,hub,hub,non_hub,584936.591099,4507643.5622,585444.239635,4509017.60641
+3669,3669,4988,640.0,003800,,40.72765889,-73.988195855,616.0,001800,40.7193657075,-73.9906468425,488.776979094,8063,8610,3489,5795,001800,60554858.5127,003800,67437493.5221,,0.0,001800,003800,40322.0624912,133306,177442,hub,hub,hub,585247.838585,4508094.62497,585444.239635,4509017.60641
+3670,3670,1444,320.0,003800,,40.72765889,-73.988195855,184.0,002000,40.721554605,-73.977309405,585.830033111,4795,8610,1899,5795,002000,17907673.5628,003800,67437493.5221,,0.0,002000,003800,40322.0624912,31656,177442,hub,hub,non_hub,586371.478696,4508350.63994,585444.239635,4509017.60641
+3671,3671,1149,640.0,003800,,40.72765889,-73.988195855,408.0,002100,40.71451321,-74.0108850975,1053.64397102,6111,8610,3038,5795,002100,273869828.705,003800,67437493.5221,,0.0,002100,003800,40322.0624912,151037,177442,hub,hub,non_hub,583544.598931,4507536.51732,585444.239635,4509017.60641
+3672,3672,399,320.0,003800,,40.72765889,-73.988195855,176.0,002201,40.71833027,-73.980972895,689.825543027,6762,8610,3030,5795,002201,37585954.9949,003800,67437493.5221,,0.0,002201,003800,40322.0624912,26391,177442,hub,hub,non_hub,586066.226443,4507989.12022,585444.239635,4509017.60641
+3673,3673,777,160.0,003800,,40.72765889,-73.988195855,124.0,002202,40.7208736,-73.98085795,487.718092921,2256,8610,1045,5795,002202,13179093.8977,003800,67437493.5221,,0.0,002202,003800,40322.0624912,23935,177442,hub,hub,non_hub,586072.658368,4508271.55961,585444.239635,4509017.60641
+3674,3674,696,320.0,003800,,40.72765889,-73.988195855,192.0,002400,40.724744875,-73.974986535,574.328136358,5775,8610,2175,5795,002400,17986635.5592,003800,67437493.5221,,0.0,002400,003800,40322.0624912,17965,177442,hub,hub,non_hub,586563.526382,4508707.06897,585444.239635,4509017.60641
+3675,3675,356,320.0,003800,,40.72765889,-73.988195855,248.0,002500,40.7111743,-73.99849582,931.52529974,5061,8610,1917,5795,002500,22428407.6271,003800,67437493.5221,,0.0,002500,003800,40322.0624912,28216,177442,hub,hub,non_hub,584595.28909,4507177.73549,585444.239635,4509017.60641
+3676,3676,1420,160.0,003800,,40.72765889,-73.988195855,124.0,002601,40.72299208,-73.97995466,458.187914401,3774,8610,1593,5795,002601,22248722.3098,003800,67437493.5221,,0.0,002601,003800,40322.0624912,22144,177442,hub,hub,non_hub,586146.216204,4508507.61099,585444.239635,4509017.60641
+3677,3677,163,160.0,003800,,40.72765889,-73.988195855,108.0,002700,40.71307916,-73.99851193,911.943436293,1191,8610,655,5795,002700,11349914.9514,003800,67437493.5221,,0.0,002700,003800,40322.0624912,20570,177442,hub,hub,non_hub,584591.517275,4507389.17181,585444.239635,4509017.60641
+3678,3678,1468,160.0,003800,,40.72765889,-73.988195855,128.0,002800,40.72521311,-73.97768752,502.712650975,7302,8610,3341,5795,002800,47641507.3146,003800,67437493.5221,,0.0,002800,003800,40322.0624912,36744,177442,hub,hub,non_hub,586334.816403,4508756.38709,585444.239635,4509017.60641
+3679,3679,392,160.0,003800,,40.72765889,-73.988195855,172.0,002900,40.71602118,-73.99974372,777.822669178,5855,8610,2420,5795,002900,200965547.24,003800,67437493.5221,,0.0,002900,003800,40322.0624912,31936,177442,hub,hub,non_hub,584483.752153,4507714.56961,585444.239635,4509017.60641
+3680,3680,1459,160.0,003800,,40.72765889,-73.988195855,140.0,003001,40.72066442,-73.98517977,495.594628869,4301,8610,2553,5795,003001,34302720.7166,003800,67437493.5221,,0.0,003001,003800,40322.0624912,41223,177442,hub,hub,non_hub,585707.91731,4508244.11218,585444.239635,4509017.60641
+3681,3681,1533,160.0,003800,,40.72765889,-73.988195855,148.0,003002,40.72217444,-73.98368779,424.49364582,3031,8610,1885,5795,003002,18686109.2263,003800,67437493.5221,,0.0,003002,003800,40322.0624912,38675,177442,hub,hub,non_hub,585831.986427,4508413.19181,585444.239635,4509017.60641
+3682,3682,1152,480.0,003800,,40.72765889,-73.988195855,484.0,003100,40.7140617467,-74.0041933367,872.620599346,2809,8610,858,5795,003100,145687012.574,003800,67437493.5221,,0.0,003100,003800,40322.0624912,81469,177442,hub,hub,non_hub,584110.388584,4507492.78891,585444.239635,4509017.60641
+3683,3683,7217,480.0,003800,,40.72765889,-73.988195855,400.0,003200,40.7260543867,-73.9823576167,362.849599408,7630,8610,4888,5795,003200,46369492.482,003800,67437493.5221,,0.0,003200,003800,40322.0624912,138064,177442,hub,hub,hub,585939.335766,4508845.19329,585444.239635,4509017.60641
+3684,3684,1509,800.0,003800,,40.72765889,-73.988195855,692.0,003300,40.7188211706,-74.0063357864,951.187970523,5174,8610,2694,5795,003300,215459582.054,003800,67437493.5221,,0.0,003300,003800,40322.0624912,115059,177442,hub,hub,non_hub,583923.4472,4508019.06652,585444.239635,4509017.60641
+3685,3685,1679,160.0,003800,,40.72765889,-73.988195855,156.0,003400,40.72955361,-73.98057249,415.391963719,6706,8610,4203,5795,003400,42933229.7541,003800,67437493.5221,,0.0,003400,003800,40322.0624912,47926,177442,hub,hub,non_hub,586085.581298,4509235.37985,585444.239635,4509017.60641
+3686,3686,2277,320.0,003800,,40.72765889,-73.988195855,264.0,003601,40.72217423,-73.990293175,406.869677105,3299,8610,1613,5795,003601,29191583.8104,003800,67437493.5221,,0.0,003601,003800,40322.0624912,77585,177442,hub,hub,non_hub,585274.124459,4508406.73315,585444.239635,4509017.60641
+3687,3687,2605,320.0,003800,,40.72765889,-73.988195855,248.0,003602,40.724852985,-73.989265345,415.921818545,2918,8610,1586,5795,003602,24941258.1161,003800,67437493.5221,,0.0,003602,003800,40322.0624912,82124,177442,hub,hub,non_hub,585357.507872,4508705.09166,585444.239635,4509017.60641
+3688,3688,3431,640.0,003800,,40.72765889,-73.988195855,592.0,003700,40.7256696075,-74.0052069325,734.813809561,2401,8610,1490,5795,003700,212385639.924,003800,67437493.5221,,0.0,003700,003800,40322.0624912,173333,177442,hub,hub,hub,584010.178026,4508780.36793,585444.239635,4509017.60641
+3689,3689,727,640.0,003800,,40.72765889,-73.988195855,424.0,003900,40.7201717475,-74.00983051,1018.45236966,5253,8610,3059,5795,003900,194910113.03,003800,67437493.5221,,0.0,003900,003800,40322.0624912,113624,177442,hub,hub,non_hub,583626.593058,4508165.65565,585444.239635,4509017.60641
+3690,3690,2926,320.0,003800,,40.72765889,-73.988195855,264.0,004000,40.73000573,-73.98549552,380.649596811,9801,8610,4546,5795,004000,66858387.5133,003800,67437493.5221,,0.0,004000,003800,40322.0624912,99660,177442,hub,hub,non_hub,585669.269443,4509280.75306,585444.239635,4509017.60641
+3691,3691,3185,320.0,003800,,40.72765889,-73.988195855,256.0,004100,40.7195529,-73.996789035,602.812816371,7793,8610,3765,5795,004100,71738983.3617,003800,67437493.5221,,0.0,004100,003800,40322.0624912,114685,177442,hub,hub,hub,584728.836557,4508109.46034,585444.239635,4509017.60641
+3692,3692,2308,160.0,003800,,40.72765889,-73.988195855,140.0,004200,40.73223272,-73.98889957,323.626081677,4988,8610,1801,5795,004200,39941846.3325,003800,67437493.5221,,0.0,004200,003800,40322.0624912,50846,177442,hub,hub,non_hub,585378.96492,4509524.64843,585444.239635,4509017.60641
+3693,3693,3521,320.0,003800,,40.72765889,-73.988195855,268.0,004300,40.723870235,-73.995226525,427.086946591,4267,8610,2598,5795,004300,65935514.1184,003800,67437493.5221,,0.0,004300,003800,40322.0624912,95162,177442,hub,hub,hub,584855.320992,4508590.22212,585444.239635,4509017.60641
+3694,3694,3644,320.0,003800,,40.72765889,-73.988195855,240.0,004400,40.73080269,-73.97968993,463.493225332,17710,8610,8297,5795,004400,114601147.016,003800,67437493.5221,,0.0,004400,003800,40322.0624912,106427,177442,hub,hub,hub,586158.498991,4509374.90208,585444.239635,4509017.60641
+3695,3695,858,160.0,003800,,40.72765889,-73.988195855,108.0,004500,40.71910537,-73.99973337,642.180206427,840,8610,582,5795,004500,52009114.8865,003800,67437493.5221,,0.0,004500,003800,40322.0624912,34275,177442,hub,hub,non_hub,584480.726971,4508056.94497,585444.239635,4509017.60641
+3696,3696,529,160.0,003800,,40.72765889,-73.988195855,156.0,004700,40.72165481,-74.00234737,730.082917829,2267,8610,1586,5795,004700,75477587.1594,003800,67437493.5221,,0.0,004700,003800,40322.0624912,27544,177442,hub,hub,non_hub,584256.734795,4508337.43837,585444.239635,4509017.60641
+3697,3697,1583,160.0,003800,,40.72765889,-73.988195855,140.0,004800,40.73624527,-73.98473765,501.433640654,7550,8610,3799,5795,004800,74763044.6965,003800,67437493.5221,,0.0,004800,003800,40322.0624912,42567,177442,hub,hub,non_hub,585725.258797,4509974.12516,585444.239635,4509017.60641
+3698,3698,1602,320.0,003800,,40.72765889,-73.988195855,292.0,004900,40.724268615,-74.000521515,632.541360213,4951,8610,3054,5795,004900,103848670.177,003800,67437493.5221,,0.0,004900,003800,40322.0624912,80152,177442,hub,hub,non_hub,584407.63728,4508629.34168,585444.239635,4509017.60641
+3699,3699,3382,480.0,003800,,40.72765889,-73.988195855,372.0,005000,40.7359163467,-73.9873427633,470.99055379,5061,8610,3595,5795,005000,120638459.215,003800,67437493.5221,,0.0,005000,003800,40322.0624912,111023,177442,hub,hub,hub,585505.709717,4509935.07175,585444.239635,4509017.60641
+3700,3700,4602,320.0,003800,,40.72765889,-73.988195855,424.0,005200,40.73715585,-73.991241315,568.170062828,4193,8610,1785,5795,005200,109103391.81,003800,67437493.5221,,0.0,005200,003800,40322.0624912,159876,177442,hub,hub,hub,585174.941657,4510068.87544,585444.239635,4509017.60641
+3701,3701,1438,160.0,003800,,40.72765889,-73.988195855,188.0,005400,40.73971301,-73.99456405,702.090584097,4656,8610,2837,5795,005400,128803552.888,003800,67437493.5221,,0.0,005400,003800,40322.0624912,73728,177442,hub,hub,non_hub,584891.129718,4510349.51956,585444.239635,4509017.60641
+3702,3702,1850,160.0,003800,,40.72765889,-73.988195855,120.0,005501,40.72679454,-73.99695094,425.684988254,5079,8610,2483,5795,005501,61061928.4125,003800,67437493.5221,,0.0,005501,003800,40322.0624912,57258,177442,hub,hub,non_hub,584705.980012,4508913.17477,585444.239635,4509017.60641
+3703,3703,1778,160.0,003800,,40.72765889,-73.988195855,108.0,005502,40.72743423,-73.99379025,352.954651126,2383,8610,1262,5795,005502,49017118.6146,003800,67437493.5221,,0.0,005502,003800,40322.0624912,55117,177442,hub,hub,non_hub,584972.085912,4508987.23863,585444.239635,4509017.60641
+3704,3704,2488,320.0,003800,,40.72765889,-73.988195855,380.0,005600,40.74065347,-73.98778661,627.988239049,2618,8610,2190,5795,005600,189153355.609,003800,67437493.5221,,0.0,005600,003800,40322.0624912,113209,177442,hub,hub,non_hub,585462.168743,4510460.49357,585444.239635,4509017.60641
+3705,3705,5542,320.0,003800,,40.72765889,-73.988195855,328.0,005700,40.729662915,-73.992405595,368.566573901,2937,8610,1789,5795,005700,90178032.7137,003800,67437493.5221,,0.0,005700,003800,40322.0624912,156896,177442,hub,hub,hub,585086.179601,4509235.9788,585444.239635,4509017.60641
+3706,3706,2141,320.0,003800,,40.72765889,-73.988195855,348.0,005800,40.743154205,-73.990299735,810.159409991,3182,8610,2306,5795,005800,164037511.755,003800,67437493.5221,,0.0,005800,003800,40322.0624912,130970,177442,hub,hub,non_hub,585246.786708,4510735.64918,585444.239635,4509017.60641
+3707,3707,1797,160.0,003800,,40.72765889,-73.988195855,124.0,005900,40.73049393,-73.9957214,374.781463493,5516,8610,3276,5795,005900,71785177.1361,003800,67437493.5221,,0.0,005900,003800,40322.0624912,53180,177442,hub,hub,non_hub,584805.117402,4509325.01914,585444.239635,4509017.60641
+3708,3708,1588,320.0,003800,,40.72765889,-73.988195855,252.0,006000,40.734822295,-73.976916765,622.51414601,5286,8610,2459,5795,006000,27468182.8943,003800,67437493.5221,,0.0,006000,003800,40322.0624912,80462,177442,hub,hub,non_hub,586387.478737,4509823.83141,585444.239635,4509017.60641
+3709,3709,8539,640.0,003800,,40.72765889,-73.988195855,564.0,006100,40.73385254,-73.992357065,450.835173217,4913,8610,2683,5795,006100,91682014.33,003800,67437493.5221,,0.0,006100,003800,40322.0624912,245510,177442,hub,hub,hub,585084.940162,4509701.10308,585444.239635,4509017.60641
+3710,3710,824,160.0,003800,,40.72765889,-73.988195855,120.0,006200,40.7381765,-73.97738662,602.088141931,4680,8610,1401,5795,006200,231817485.533,003800,67437493.5221,,0.0,006200,003800,40322.0624912,33218,177442,hub,hub,non_hub,586343.467107,4510195.70961,585444.239635,4509017.60641
+3711,3711,3908,480.0,003800,,40.72765889,-73.988195855,396.0,006300,40.7346940933,-73.99785666,561.488827742,6076,8610,4277,5795,006300,85447631.8451,003800,67437493.5221,,0.0,006300,003800,40322.0624912,120233,177442,hub,hub,hub,584619.48321,4509789.20591,585444.239635,4509017.60641
+3712,3712,2268,160.0,003800,,40.72765889,-73.988195855,156.0,006400,40.73587678,-73.98205027,445.125247991,7518,8610,5058,5795,006400,95664936.1545,003800,67437493.5221,,0.0,006400,003800,40322.0624912,47750,177442,hub,hub,non_hub,585952.649806,4509935.84788,585444.239635,4509017.60641
+3713,3713,5907,480.0,003800,,40.72765889,-73.988195855,424.0,006500,40.7306296367,-73.9991423,467.692577495,6517,8610,3568,5795,006500,59290910.3694,003800,67437493.5221,,0.0,006500,003800,40322.0624912,125356,177442,hub,hub,hub,584516.067395,4509336.78488,585444.239635,4509017.60641
+3714,3714,2809,320.0,003800,,40.72765889,-73.988195855,328.0,006600,40.739285505,-73.97827188,604.473749964,11780,8610,6818,5795,006600,84730469.4548,003800,67437493.5221,,0.0,006600,003800,40322.0624912,74621,177442,hub,hub,non_hub,586267.286922,4510317.94668,585444.239635,4509017.60641
+3715,3715,1792,160.0,003800,,40.72765889,-73.988195855,156.0,006700,40.73038599,-74.00214988,605.637091907,4984,8610,3796,5795,006700,47238039.9972,003800,67437493.5221,,0.0,006700,003800,40322.0624912,70025,177442,hub,hub,non_hub,584262.399901,4509306.84766,585444.239635,4509017.60641
+3716,3716,1314,160.0,003800,,40.72765889,-73.988195855,156.0,006800,40.74025878,-73.98409214,605.458204917,6735,8610,4494,5795,006800,130298431.446,003800,67437493.5221,,0.0,006800,003800,40322.0624912,58926,177442,hub,hub,non_hub,585774.608423,4510420.28363,585444.239635,4509017.60641
+3717,3717,1853,320.0,003800,,40.72765889,-73.988195855,268.0,006900,40.732319905,-74.0069291,783.471870518,2687,8610,1484,5795,006900,61292499.9331,003800,67437493.5221,,0.0,006900,003800,40322.0624912,130727,177442,hub,hub,non_hub,583856.38945,4509516.94969,585444.239635,4509017.60641
+3718,3718,3838,480.0,003800,,40.72765889,-73.988195855,508.0,007000,40.7425352615,-73.9756534071,743.958914988,8302,8610,5669,5795,007000,78634704.8451,003800,67437493.5221,,0.0,007000,003800,40322.0624912,145227,177442,hub,hub,hub,586484.165605,4510681.26945,585444.239635,4509017.60641
+3719,3719,2311,320.0,003800,,40.72765889,-73.988195855,284.0,007100,40.736526545,-74.000108805,634.842407236,5633,8610,3844,5795,007100,68447429.2743,003800,67437493.5221,,0.0,007100,003800,40322.0624912,79459,177442,hub,hub,non_hub,584426.995774,4509990.4524,585444.239635,4509017.60641
+3720,3720,2420,480.0,003800,,40.72765889,-73.988195855,504.0,007200,40.7447014833,-73.98154809,772.68529395,7734,8610,5222,5795,007200,132092861.454,003800,67437493.5221,,0.0,007200,003800,40322.0624912,157612,177442,hub,hub,non_hub,585983.687715,4510915.94446,585444.239635,4509017.60641
+3721,3721,2340,320.0,003800,,40.72765889,-73.988195855,236.0,007300,40.734682705,-74.00388484,697.230225095,5615,8610,4547,5795,007300,48716185.79,003800,67437493.5221,,0.0,007300,003800,40322.0624912,92567,177442,hub,hub,non_hub,584110.479319,4509782.14883,585444.239635,4509017.60641
+3722,3722,972,320.0,003800,,40.72765889,-73.988195855,344.0,007400,40.746413585,-73.98586892,859.478864762,4179,8610,2700,5795,007400,170614202.951,003800,67437493.5221,,0.0,007400,003800,40322.0624912,81121,177442,hub,hub,non_hub,585616.696258,4511101.7763,585444.239635,4509017.60641
+3723,3723,1557,320.0,003800,,40.72765889,-73.988195855,276.0,007600,40.74737476,-73.988320695,934.746325391,2203,8610,1573,5795,007600,242014413.464,003800,67437493.5221,,0.0,007600,003800,40322.0624912,97464,177442,hub,hub,non_hub,585408.475283,4511206.08492,585444.239635,4509017.60641
+3724,3724,1562,160.0,003800,,40.72765889,-73.988195855,172.0,007700,40.7390169121,-74.0026376103,723.963958598,5404,8610,4254,5795,007700,59306273.1509,003800,67437493.5221,,0.0,007700,003800,40322.0624912,79025,177442,hub,hub,non_hub,584210.329106,4510264.47156,585444.239635,4509017.60641
+3725,3725,1418,160.0,003800,,40.72765889,-73.988195855,156.0,007800,40.74780373,-73.9734419,830.1336445,7380,8610,5372,5795,007800,112124597.728,003800,67437493.5221,,0.0,007800,003800,40322.0624912,59601,177442,hub,hub,non_hub,586664.043115,4511268.28888,585444.239635,4509017.60641
+3726,3726,2412,800.0,003800,,40.72765889,-73.988195855,696.0,007900,40.738916514,-74.007286026,919.093733423,4406,8610,2904,5795,007900,86937368.5918,003800,67437493.5221,,0.0,007900,003800,40322.0624912,171846,177442,hub,hub,non_hub,583817.969395,4510248.87788,585444.239635,4509017.60641
+3727,3727,963,320.0,003800,,40.72765889,-73.988195855,284.0,008000,40.7485693,-73.97717991,891.399990137,4946,8610,3730,5795,008000,197763821.532,003800,67437493.5221,,0.0,008000,003800,40322.0624912,74808,177442,hub,hub,non_hub,586347.477591,4511349.58844,585444.239635,4509017.60641
+3728,3728,818,160.0,003800,,40.72765889,-73.988195855,156.0,008100,40.73935542,-73.99931783,769.958940708,8675,8610,5315,5795,008100,91100400.6907,003800,67437493.5221,,0.0,008100,003800,40322.0624912,53195,177442,hub,hub,non_hub,584490.204148,4510305.23824,585444.239635,4509017.60641
+3729,3729,2172,480.0,003800,,40.72765889,-73.988195855,700.0,008200,40.7519266539,-73.9793125979,1020.33626178,3442,8610,2534,5795,008200,262405408.076,003800,67437493.5221,,0.0,008200,003800,40322.0624912,228612,177442,hub,hub,non_hub,586163.096808,4511720.18324,585444.239635,4509017.60641
+3730,3730,1926,640.0,003800,,40.72765889,-73.988195855,476.0,008300,40.742591315,-74.004102785,955.566763636,4211,8610,2321,5795,008300,119862327.354,003800,67437493.5221,,0.0,008300,003800,40322.0624912,186113,177442,hub,hub,non_hub,584082.11654,4510659.85081,585444.239635,4509017.60641
+3731,3731,260,160.0,003800,,40.72765889,-73.988195855,152.0,008400,40.75038009,-73.98338988,970.693066038,1726,8610,1041,5795,008400,147824461.739,003800,67437493.5221,,0.0,008400,003800,40322.0624912,34199,177442,hub,hub,non_hub,585820.889203,4511544.50828,585444.239635,4509017.60641
+3732,3732,260,160.0,003800,,40.72765889,-73.988195855,172.0,008601,40.744219,-73.97121214,1170.07495215,2551,8610,1528,5795,008601,31141773.9073,003800,67437493.5221,,0.0,008601,003800,40322.0624912,31961,177442,hub,hub,non_hub,586856.951039,4510872.56191,585444.239635,4509017.60641
+3733,3733,2031,320.0,003800,,40.72765889,-73.988195855,312.0,008700,40.74206378,-73.995708955,825.750320907,6671,8610,4249,5795,008700,85660216.7821,003800,67437493.5221,,0.0,008700,003800,40322.0624912,152953,177442,hub,hub,non_hub,584791.475936,4510609.36503,585444.239635,4509017.60641
+3734,3734,622,320.0,003800,,40.72765889,-73.988195855,312.0,008800,40.75012189,-73.970133575,1002.55452172,6964,8610,5507,5795,008800,216532475.876,003800,67437493.5221,,0.0,008800,003800,40322.0624912,43247,177442,hub,hub,non_hub,586940.323322,4511528.89362,585444.239635,4509017.60641
+3735,3735,2052,480.0,003800,,40.72765889,-73.988195855,480.0,008900,40.74529008,-74.0021768567,954.220446733,5560,8610,3511,5795,008900,54419260.2723,003800,67437493.5221,,0.0,008900,003800,40322.0624912,158638,177442,hub,hub,non_hub,584241.316685,4510961.27944,585444.239635,4509017.60641
+3736,3736,1053,480.0,003800,,40.72765889,-73.988195855,440.0,009000,40.75261798,-73.9703317533,1016.65378745,7026,8610,5832,5795,009000,208846060.851,003800,67437493.5221,,0.0,009000,003800,40322.0624912,74531,177442,hub,hub,non_hub,586920.342162,4511805.78171,585444.239635,4509017.60641
+3737,3737,799,160.0,003800,,40.72765889,-73.988195855,156.0,009100,40.74487634,-73.99529885,910.466342232,6415,8610,4386,5795,009100,127325659.041,003800,67437493.5221,,0.0,009100,003800,40322.0624912,63878,177442,hub,hub,non_hub,584822.527687,4510921.97538,585444.239635,4509017.60641
+3738,3738,558,320.0,003800,,40.72765889,-73.988195855,440.0,009200,40.7548518863,-73.9734329075,1035.37965404,1754,8610,1461,5795,009200,408192557.246,003800,67437493.5221,,0.0,009200,003800,40322.0624912,72226,177442,hub,hub,non_hub,586655.650548,4512050.69496,585444.239635,4509017.60641
+3739,3739,452,160.0,003800,,40.72765889,-73.988195855,156.0,009300,40.74475148,-73.99915362,978.784236638,9705,8610,5585,5795,009300,68528055.2433,003800,67437493.5221,,0.0,009300,003800,40322.0624912,52202,177442,hub,hub,non_hub,584497.239363,4510904.39701,585444.239635,4509017.60641
+3740,3740,443,160.0,003800,,40.72765889,-73.988195855,124.0,009400,40.75320159,-73.9779874,1055.01754245,29,8610,16,5795,009400,299218147.811,003800,67437493.5221,,0.0,009400,003800,40322.0624912,82147,177442,hub,hub,non_hub,586273.319314,4511863.01244,585444.239635,4509017.60641
+3741,3741,679,160.0,003800,,40.72765889,-73.988195855,204.0,009500,40.746647,-73.993915,919.766055738,3425,8610,1416,5795,009500,129660033.725,003800,67437493.5221,,0.0,009500,003800,40322.0624912,57488,177442,hub,hub,non_hub,584937.108907,4511119.86954,585444.239635,4509017.60641
+3742,3742,501,480.0,003800,,40.72765889,-73.988195855,560.0,009600,40.7560440534,-73.9803672156,1158.58223551,153,8610,268,5795,009600,270304841.585,003800,67437493.5221,,0.0,009600,003800,40322.0624912,71527,177442,hub,hub,non_hub,586068.757572,4512176.21003,585444.239635,4509017.60641
+3743,3743,918,480.0,003800,,40.72765889,-73.988195855,396.0,009700,40.7493616033,-73.9991321067,1159.25849365,4744,8610,2827,5795,009700,83018263.1602,003800,67437493.5221,,0.0,009700,003800,40322.0624912,118804,177442,hub,hub,non_hub,584493.220017,4511416.17434,585444.239635,4509017.60641
+3744,3744,710,320.0,003800,,40.72765889,-73.988195855,280.0,009800,40.755285655,-73.96667288,1119.5993923,7105,8610,5244,5795,009800,115943808.909,003800,67437493.5221,,0.0,009800,003800,40322.0624912,40039,177442,hub,hub,non_hub,587225.727282,4512105.54383,585444.239635,4509017.60641
+3745,3745,1832,800.0,003800,,40.72765889,-73.988195855,740.0,009900,40.7520807866,-74.0031899092,1181.60937492,3617,8610,2438,5795,009900,404439511.776,003800,67437493.5221,,0.0,009900,003800,40322.0624912,208076,177442,hub,hub,non_hub,584147.226991,4511714.12465,585444.239635,4509017.60641
+3746,3746,568,480.0,003800,,40.72765889,-73.988195855,484.0,010000,40.7583696933,-73.9710287767,1196.968622,1829,8610,1399,5795,010000,366457143.613,003800,67437493.5221,,0.0,010000,003800,40322.0624912,72085,177442,hub,hub,non_hub,586854.014885,4512443.57459,585444.239635,4509017.60641
+3747,3747,1750,480.0,003800,,40.72765889,-73.988195855,508.0,010100,40.74945622,-73.9903382667,1015.87646858,1119,8610,828,5795,010100,246168211.101,003800,67437493.5221,,0.0,010100,003800,40322.0624912,183377,177442,hub,hub,non_hub,585235.486219,4511435.18064,585444.239635,4509017.60641
+3748,3748,271,320.0,003800,,40.72765889,-73.988195855,324.0,010200,40.7606694,-73.973473555,1292.2813856,313,8610,268,5795,010200,333450202.294,003800,67437493.5221,,0.0,010200,003800,40322.0624912,46675,177442,hub,hub,non_hub,586644.664817,4512696.44233,585444.239635,4509017.60641
+3749,3749,1172,320.0,003800,,40.72765889,-73.988195855,392.0,010300,40.751000495,-73.994372255,1165.80728661,1859,8610,1351,5795,010300,141506056.87,003800,67437493.5221,,0.0,010300,003800,40322.0624912,221593,177442,hub,hub,non_hub,584892.968075,4511602.69644,585444.239635,4509017.60641
+3750,3750,403,320.0,003800,,40.72765889,-73.988195855,300.0,010400,40.761664375,-73.976854975,1411.55754653,1031,8610,1033,5795,010400,363981333.295,003800,67437493.5221,,0.0,010400,003800,40322.0624912,65073,177442,hub,hub,non_hub,586357.961325,4512803.55852,585444.239635,4509017.60641
+3751,3751,328,160.0,003800,,40.72765889,-73.988195855,132.0,010602,40.75849116,-73.95920622,1278.25905731,4794,8610,2963,5795,010602,67980898.3739,003800,67437493.5221,,0.0,010602,003800,40322.0624912,22153,177442,hub,hub,non_hub,587851.796682,4512468.82754,585444.239635,4509017.60641
+3752,3752,1463,480.0,003800,,40.72765889,-73.988195855,468.0,010800,40.7591736033,-73.96613818,1209.31136084,8531,8610,6272,5795,010800,189351523.799,003800,67437493.5221,,0.0,010800,003800,40322.0624912,79198,177442,hub,hub,non_hub,587265.778542,4512537.66689,585444.239635,4509017.60641
+3753,3753,736,320.0,003800,,40.72765889,-73.988195855,456.0,010900,40.751351715,-73.987594755,994.492318505,182,8610,92,5795,010900,228173063.011,003800,67437493.5221,,0.0,010900,003800,40322.0624912,60092,177442,hub,hub,non_hub,585464.669441,4511648.26242,585444.239635,4509017.60641
+3754,3754,357,160.0,003800,,40.72765889,-73.988195855,236.0,011201,40.7643971,-73.97371465,1519.05843634,827,8610,964,5795,011201,118515444.187,003800,67437493.5221,,0.0,011201,003800,40322.0624912,41525,177442,hub,hub,non_hub,586619.474659,4513110.00718,585444.239635,4509017.60641
+3755,3755,535,160.0,003800,,40.72765889,-73.988195855,132.0,011203,40.76095756,-73.96724467,1290.57185015,1176,8610,1160,5795,011203,143782379.009,003800,67437493.5221,,0.0,011203,003800,40322.0624912,48033,177442,hub,hub,non_hub,587170.050102,4512734.59972,585444.239635,4509017.60641
+3756,3756,1649,640.0,003800,,40.72765889,-73.988195855,792.0,011300,40.7548008425,-73.9888010575,1186.52043097,204,8610,107,5795,011300,357940519.061,003800,67437493.5221,,0.0,011300,003800,40322.0624912,236650,177442,hub,hub,non_hub,585358.423228,4512029.96675,585444.239635,4509017.60641
+3757,3757,614,320.0,003800,,40.72765889,-73.988195855,328.0,011500,40.75701407,-73.992353645,1280.80138402,2487,8610,1678,5795,011500,130958459.747,003800,67437493.5221,,0.0,011500,003800,40322.0624912,103294,177442,hub,hub,non_hub,585055.712647,4512272.20178,585444.239635,4509017.60641
+3758,3758,272,320.0,003800,,40.72765889,-73.988195855,336.0,011700,40.76058799,-74.00080945,1512.69911037,2938,8610,2304,5795,011700,91270705.1484,003800,67437493.5221,,0.0,011700,003800,40322.0624912,73016,177442,hub,hub,non_hub,584337.427395,4512660.77158,585444.239635,4509017.60641
+3759,3759,278,160.0,003800,,40.72765889,-73.988195855,136.0,011900,40.7568001,-73.98291153,1301.25481517,1079,8610,1121,5795,011900,395254501.74,003800,67437493.5221,,0.0,011900,003800,40322.0624912,39976,177442,hub,hub,non_hub,585853.012005,4512257.64444,585444.239635,4509017.60641
+3760,3760,843,480.0,003800,,40.72765889,-73.988195855,436.0,012100,40.7598593767,-73.9914900133,1353.77479075,8366,8610,5744,5795,012100,101223732.045,003800,67437493.5221,,0.0,012100,003800,40322.0624912,132767,177442,hub,hub,non_hub,585124.983126,4512588.88932,585444.239635,4509017.60641
+3761,3761,208,160.0,003800,,40.72765889,-73.988195855,204.0,012500,40.76064679,-73.98442659,1454.63098678,2439,8610,2096,5795,012500,322911522.418,003800,67437493.5221,,0.0,012500,003800,40322.0624912,45486,177442,hub,hub,non_hub,585720.180916,4512683.17447,585444.239635,4509017.60641
+3762,3762,538,320.0,003800,,40.72765889,-73.988195855,336.0,012700,40.762485435,-73.990447135,1214.37777483,6437,8610,4434,5795,012700,104637996.687,003800,67437493.5221,,0.0,012700,003800,40322.0624912,83393,177442,hub,hub,non_hub,585209.656415,4512881.41361,585444.239635,4509017.60641
+3763,3763,132,160.0,003800,,40.72765889,-73.988195855,96.0,012900,40.76341379,-73.99667444,1716.84659902,5312,8610,3621,5795,012900,158698340.053,003800,67437493.5221,,0.0,012900,003800,40322.0624912,28661,177442,hub,hub,non_hub,584682.864463,4512978.43901,585444.239635,4509017.60641
+3764,3764,600,480.0,003800,,40.72765889,-73.988195855,640.0,013100,40.7621295133,-73.98215453,1385.72223795,2489,8610,2283,5795,013100,405023451.28,003800,67437493.5221,,0.0,013100,003800,40322.0624912,107228,177442,hub,hub,non_hub,585910.04945,4512849.98999,585444.239635,4509017.60641
+3765,3765,392,480.0,003800,,40.72765889,-73.988195855,404.0,013300,40.7647250567,-73.9866537633,1479.85397334,5363,8610,3909,5795,013300,79847412.2593,003800,67437493.5221,,0.0,013300,003800,40322.0624912,89810,177442,hub,hub,non_hub,585526.963405,4513133.71926,585444.239635,4509017.60641
+3766,3766,292,320.0,003800,,40.72765889,-73.988195855,260.0,013500,40.766984435,-73.99227308,1418.88519286,6075,8610,3935,5795,013500,198199142.958,003800,67437493.5221,,0.0,013500,003800,40322.0624912,64723,177442,hub,hub,non_hub,585049.80204,4513379.06475,585444.239635,4509017.60641
+3767,3767,526,320.0,003800,,40.72765889,-73.988195855,392.0,013700,40.766109285,-73.981808355,1445.72629633,6557,8610,5442,5795,013700,314878324.419,003800,67437493.5221,,0.0,013700,003800,40322.0624912,91142,177442,hub,hub,non_hub,585934.141665,4513292.1137,585444.239635,4509017.60641
+3768,3768,105,160.0,003800,,40.72765889,-73.988195855,108.0,013900,40.768254,-73.988639,1619.32907268,7607,8610,7359,5795,013900,139918084.587,003800,67437493.5221,,0.0,013900,003800,40322.0624912,26390,177442,hub,hub,non_hub,585354.890073,4513523.52534,585444.239635,4509017.60641
+3769,3769,203,160.0,003800,,40.72765889,-73.988195855,196.0,014300,40.76590936,-73.97634151,1525.67796897,3,8610,0,5795,014300,50027992.3322,003800,67437493.5221,,0.0,014300,003800,40322.0624912,21051,177442,hub,hub,non_hub,586395.803012,4513275.28949,585444.239635,4509017.60641
+3770,3770,474,160.0,003800,,40.72765889,-73.988195855,144.0,014500,40.76915505,-73.98191841,1634.79723315,5811,8610,3462,5795,014500,253397343.373,003800,67437493.5221,,0.0,014500,003800,40322.0624912,68350,177442,hub,hub,non_hub,585920.929601,4513630.10902,585444.239635,4509017.60641
+3771,3771,232,160.0,003800,,40.72765889,-73.988195855,220.0,014700,40.770513,-73.988038,1316.6366401,2586,8610,1743,5795,014700,70871746.8417,003800,67437493.5221,,0.0,014700,003800,40322.0624912,35099,177442,hub,hub,non_hub,585402.720353,4513774.87644,585444.239635,4509017.60641
+3772,3772,74,160.0,003800,,40.72765889,-73.988195855,144.0,015100,40.771522,-73.990541,2143.75943762,8105,8610,4856,5795,015100,164953931.102,003800,67437493.5221,,0.0,015100,003800,40322.0624912,17578,177442,hub,hub,non_hub,585190.192062,4513884.4495,585444.239635,4509017.60641
+3773,3773,731,320.0,003800,,40.72765889,-73.988195855,280.0,031703,40.71644312,-74.014902115,1300.77476352,8670,8610,4231,5795,031703,332361109.355,003800,67437493.5221,,0.0,031703,003800,40322.0624912,136082,177442,hub,hub,non_hub,583202.897614,4507746.93647,585444.239635,4509017.60641
+3774,3774,633,480.0,003800,,40.72765889,-73.988195855,392.0,031704,40.7085171733,-74.0165557667,1495.13598614,6610,8610,3790,5795,031704,160823714.408,003800,67437493.5221,,0.0,031704,003800,40322.0624912,105244,177442,hub,hub,non_hub,583073.076824,4506865.54027,585444.239635,4509017.60641
+3775,3775,1277,480.0,003800,,40.72765889,-73.988195855,340.0,000600,40.7128987867,-73.9898646367,746.290746135,11558,8610,4083,5795,000600,59149181.7526,003800,67437493.5221,,0.0,000600,003800,40322.0624912,70053,177442,hub,hub,non_hub,585322.159723,4507377.5136,585444.239635,4509017.60641
+3776,3776,238,318.0,003900,,40.7201717475,-74.00983051,216.0,000202,40.71318002,-73.9818904933,1159.52973259,8012,5253,3598,3059,000202,37878157.9781,003900,194910113.03,,0.0,000202,003900,34004.8361719,56352,116311,hub,hub,non_hub,585995.353038,4507416.50937,583626.593058,4508165.65565
+3777,3777,3729,742.0,003900,,40.7201717475,-74.00983051,1032.0,000700,40.70581148,-74.0081572071,896.851198027,7722,5253,5201,3059,000700,476954959.734,003900,194910113.03,,0.0,000700,003900,34004.8361719,160040,116311,hub,hub,hub,583785.918305,4506573.16797,583626.593058,4508165.65565
+3778,3778,236,212.0,003900,,40.7201717475,-74.00983051,188.0,000800,40.712414475,-73.993471545,928.241422215,10365,5253,4150,3059,000800,46479755.076,003900,194910113.03,,0.0,000800,003900,34004.8361719,34254,116311,hub,hub,non_hub,585018.109713,4507320.25418,583626.593058,4508165.65565
+3779,3779,531,318.0,003900,,40.7201717475,-74.00983051,388.0,000900,40.7024745833,-74.01224785,1075.77355053,1140,5253,939,3059,000900,404341803.896,003900,194910113.03,,0.0,000900,003900,34004.8361719,46446,116311,hub,hub,non_hub,583444.520998,4506198.85784,583626.593058,4508165.65565
+3780,3780,28,106.0,003900,,40.7201717475,-74.00983051,76.0,001002,40.71782143,-73.97628939,1194.60855263,6439,5253,2346,3059,001002,22763374.2099,003900,194910113.03,,0.0,001002,003900,34004.8361719,15916,116311,hub,hub,non_hub,586462.45635,4507937.23607,583626.593058,4508165.65565
+3781,3781,118,212.0,003900,,40.7201717475,-74.00983051,184.0,001200,40.717364275,-73.982955325,1079.6100965,3547,5253,1857,3059,001200,23518220.7411,003900,194910113.03,,0.0,001200,003900,34004.8361719,36493,116311,hub,hub,non_hub,585900.031125,4507879.94738,583626.593058,4508165.65565
+3782,3782,577,106.0,003900,,40.7201717475,-74.00983051,144.0,001300,40.70463334,-74.01361706,1002.42068234,3776,5253,3028,3059,001300,286606455.687,003900,194910113.03,,0.0,001300,003900,34004.8361719,27671,116311,hub,hub,non_hub,583326.158808,4506437.19368,583626.593058,4508165.65565
+3783,3783,218,106.0,003900,,40.7201717475,-74.00983051,112.0,001401,40.71559509,-73.9870295,833.402933178,3289,5253,1708,3059,001401,20168722.3199,003900,194910113.03,,0.0,001401,003900,34004.8361719,26885,116311,hub,hub,non_hub,585558.18429,4507679.57909,583626.593058,4508165.65565
+3784,3784,755,212.0,003900,,40.7201717475,-74.00983051,268.0,001501,40.70966832,-74.003597135,841.215449148,5581,5253,3450,3059,001501,172466366.322,003900,194910113.03,,0.0,001501,003900,34004.8361719,27425,116311,hub,hub,non_hub,584166.279828,4507005.66129,583626.593058,4508165.65565
+3785,3785,2223,318.0,003900,,40.7201717475,-74.00983051,492.0,001502,40.7088053467,-74.00635276,630.068330716,7095,5253,3459,3059,001502,221282059.103,003900,194910113.03,,0.0,001502,003900,34004.8361719,82052,116311,hub,hub,non_hub,583934.59195,4506907.22889,583626.593058,4508165.65565
+3786,3786,1258,318.0,003900,,40.7201717475,-74.00983051,428.0,001600,40.7153350167,-73.9943926833,726.296006691,8236,5253,3242,3059,001600,76565505.7581,003900,194910113.03,,0.0,001600,003900,34004.8361719,82798,116311,hub,hub,non_hub,584936.591099,4507643.5622,583626.593058,4508165.65565
+3787,3787,1287,424.0,003900,,40.7201717475,-74.00983051,616.0,001800,40.7193657075,-73.9906468425,826.67366016,8063,5253,3489,3059,001800,60554858.5127,003900,194910113.03,,0.0,001800,003900,34004.8361719,133306,116311,hub,hub,non_hub,585247.838585,4508094.62497,583626.593058,4508165.65565
+3788,3788,233,212.0,003900,,40.7201717475,-74.00983051,184.0,002000,40.721554605,-73.977309405,1359.16149918,4795,5253,1899,3059,002000,17907673.5628,003900,194910113.03,,0.0,002000,003900,34004.8361719,31656,116311,hub,hub,non_hub,586371.478696,4508350.63994,583626.593058,4508165.65565
+3789,3789,8238,424.0,003900,,40.7201717475,-74.00983051,408.0,002100,40.71451321,-74.0108850975,416.544946553,6111,5253,3038,3059,002100,273869828.705,003900,194910113.03,,0.0,002100,003900,34004.8361719,151037,116311,hub,hub,hub,583544.598931,4507536.51732,583626.593058,4508165.65565
+3790,3790,56,212.0,003900,,40.7201717475,-74.00983051,176.0,002201,40.71833027,-73.980972895,1205.20692641,6762,5253,3030,3059,002201,37585954.9949,003900,194910113.03,,0.0,002201,003900,34004.8361719,26391,116311,hub,hub,non_hub,586066.226443,4507989.12022,583626.593058,4508165.65565
+3791,3791,67,106.0,003900,,40.7201717475,-74.00983051,124.0,002202,40.7208736,-73.98085795,1263.76039427,2256,5253,1045,3059,002202,13179093.8977,003900,194910113.03,,0.0,002202,003900,34004.8361719,23935,116311,hub,hub,non_hub,586072.658368,4508271.55961,583626.593058,4508165.65565
+3792,3792,27,212.0,003900,3.06274374602,40.7203716667,-74.0099061817,192.0,002400,40.72439112,-73.9752404,1370.21142904,5775,5253,2175,3059,002400,17986635.5592,003900,194910113.03,,0.0,002400,003900,34004.8361719,17965,116311,hub,hub,non_hub,586542.545133,4508667.54951,583619.951769,4508187.77593
+3793,3793,527,212.0,003900,,40.7201717475,-74.00983051,248.0,002500,40.7111743,-73.99849582,700.775537363,5061,5253,1917,3059,002500,22428407.6271,003900,194910113.03,,0.0,002500,003900,34004.8361719,28216,116311,hub,hub,non_hub,584595.28909,4507177.73549,583626.593058,4508165.65565
+3794,3794,79,106.0,003900,,40.7201717475,-74.00983051,124.0,002601,40.72299208,-73.97995466,1219.5579594,3774,5253,1593,3059,002601,22248722.3098,003900,194910113.03,,0.0,002601,003900,34004.8361719,22144,116311,hub,hub,non_hub,586146.216204,4508507.61099,583626.593058,4508165.65565
+3795,3795,357,106.0,003900,,40.7201717475,-74.00983051,108.0,002700,40.71307916,-73.99851193,645.637041143,1191,5253,655,3059,002700,11349914.9514,003900,194910113.03,,0.0,002700,003900,34004.8361719,20570,116311,hub,hub,non_hub,584591.517275,4507389.17181,583626.593058,4508165.65565
+3796,3796,94,106.0,003900,,40.7201717475,-74.00983051,128.0,002800,40.72521311,-73.97768752,1417.69683393,7302,5253,3341,3059,002800,47641507.3146,003900,194910113.03,,0.0,002800,003900,34004.8361719,36744,116311,hub,hub,non_hub,586334.816403,4508756.38709,583626.593058,4508165.65565
+3797,3797,1406,106.0,003900,,40.7201717475,-74.00983051,172.0,002900,40.71602118,-73.99974372,559.087709997,5855,5253,2420,3059,002900,200965547.24,003900,194910113.03,,0.0,002900,003900,34004.8361719,31936,116311,hub,hub,non_hub,584483.752153,4507714.56961,583626.593058,4508165.65565
+3798,3798,167,106.0,003900,,40.7201717475,-74.00983051,140.0,003001,40.72066442,-73.98517977,1142.41166062,4301,5253,2553,3059,003001,34302720.7166,003900,194910113.03,,0.0,003001,003900,34004.8361719,41223,116311,hub,hub,non_hub,585707.91731,4508244.11218,583626.593058,4508165.65565
+3799,3799,110,106.0,003900,,40.7201717475,-74.00983051,148.0,003002,40.72217444,-73.98368779,1225.29166667,3031,5253,1885,3059,003002,18686109.2263,003900,194910113.03,,0.0,003002,003900,34004.8361719,38675,116311,hub,hub,non_hub,585831.986427,4508413.19181,583626.593058,4508165.65565
+3800,3800,4371,318.0,003900,,40.7201717475,-74.00983051,484.0,003100,40.7140617467,-74.0041933367,481.275619291,2809,5253,858,3059,003100,145687012.574,003900,194910113.03,,0.0,003100,003900,34004.8361719,81469,116311,hub,hub,hub,584110.388584,4507492.78891,583626.593058,4508165.65565
+3801,3801,468,318.0,003900,,40.7201717475,-74.00983051,400.0,003200,40.7260543867,-73.9823576167,1201.25076071,7630,5253,4888,3059,003200,46369492.482,003900,194910113.03,,0.0,003200,003900,34004.8361719,138064,116311,hub,hub,non_hub,585939.335766,4508845.19329,583626.593058,4508165.65565
+3802,3802,8220,530.0,003900,,40.7201717475,-74.00983051,692.0,003300,40.7188243093,-74.0063289409,414.226517481,5174,5253,2694,3059,003300,215459582.054,003900,194910113.03,,0.0,003300,003900,34004.8361719,115059,116311,hub,hub,hub,583924.021424,4508019.42148,583626.593058,4508165.65565
+3803,3803,167,106.0,003900,,40.7201717475,-74.00983051,156.0,003400,40.72955361,-73.98057249,1232.53906456,6706,5253,4203,3059,003400,42933229.7541,003900,194910113.03,,0.0,003400,003900,34004.8361719,47926,116311,hub,hub,non_hub,586085.581298,4509235.37985,583626.593058,4508165.65565
+3804,3804,540,212.0,003900,,40.7201717475,-74.00983051,264.0,003601,40.72217423,-73.990293175,908.960124587,3299,5253,1613,3059,003601,29191583.8104,003900,194910113.03,,0.0,003601,003900,34004.8361719,77585,116311,hub,hub,non_hub,585274.124459,4508406.73315,583626.593058,4508165.65565
+3805,3805,438,212.0,003900,,40.7201717475,-74.00983051,248.0,003602,40.724852985,-73.989265345,946.562516772,2918,5253,1586,3059,003602,24941258.1161,003900,194910113.03,,0.0,003602,003900,34004.8361719,82124,116311,hub,hub,non_hub,585357.507872,4508705.09166,583626.593058,4508165.65565
+3806,3806,5088,424.0,003900,,40.7201717475,-74.00983051,592.0,003700,40.7256696075,-74.0052069325,521.949544978,2401,5253,1490,3059,003700,212385639.924,003900,194910113.03,,0.0,003700,003900,34004.8361719,173333,116311,hub,hub,hub,584010.178026,4508780.36793,583626.593058,4508165.65565
+3807,3807,630,424.0,003900,,40.7201717475,-74.00983051,640.0,003800,40.72765889,-73.988195855,1055.6540758,8610,5253,5795,3059,003800,67437493.5221,003900,194910113.03,,0.0,003800,003900,34004.8361719,167230,116311,hub,hub,non_hub,585444.239635,4509017.60641,583626.593058,4508165.65565
+3808,3808,496,212.0,003900,,40.7201717475,-74.00983051,264.0,004000,40.73000573,-73.98549552,1183.79268979,9801,5253,4546,3059,004000,66858387.5133,003900,194910113.03,,0.0,004000,003900,34004.8361719,99660,116311,hub,hub,non_hub,585669.269443,4509280.75306,583626.593058,4508165.65565
+3809,3809,1825,212.0,003900,,40.7201717475,-74.00983051,256.0,004100,40.7195529,-73.996789035,677.5569715,7793,5253,3765,3059,004100,71738983.3617,003900,194910113.03,,0.0,004100,003900,34004.8361719,114685,116311,hub,hub,non_hub,584728.836557,4508109.46034,583626.593058,4508165.65565
+3810,3810,227,106.0,003900,,40.7201717475,-74.00983051,140.0,004200,40.73223272,-73.98889957,928.842210498,4988,5253,1801,3059,004200,39941846.3325,003900,194910113.03,,0.0,004200,003900,34004.8361719,50846,116311,hub,hub,non_hub,585378.96492,4509524.64843,583626.593058,4508165.65565
+3811,3811,1048,212.0,003900,,40.7201717475,-74.00983051,268.0,004300,40.723870235,-73.995226525,736.956535104,4267,5253,2598,3059,004300,65935514.1184,003900,194910113.03,,0.0,004300,003900,34004.8361719,95162,116311,hub,hub,non_hub,584855.320992,4508590.22212,583626.593058,4508165.65565
+3812,3812,200,212.0,003900,,40.7201717475,-74.00983051,240.0,004400,40.73080269,-73.97968993,1359.43255072,17710,5253,8297,3059,004400,114601147.016,003900,194910113.03,,0.0,004400,003900,34004.8361719,106427,116311,hub,hub,non_hub,586158.498991,4509374.90208,583626.593058,4508165.65565
+3813,3813,838,106.0,003900,,40.7201717475,-74.00983051,108.0,004500,40.71910537,-73.99973337,511.785397504,840,5253,582,3059,004500,52009114.8865,003900,194910113.03,,0.0,004500,003900,34004.8361719,34275,116311,hub,hub,non_hub,584480.726971,4508056.94497,583626.593058,4508165.65565
+3814,3814,726,106.0,003900,,40.7201717475,-74.00983051,156.0,004700,40.72165481,-74.00234737,485.051822085,2267,5253,1586,3059,004700,75477587.1594,003900,194910113.03,,0.0,004700,003900,34004.8361719,27544,116311,hub,hub,non_hub,584256.734795,4508337.43837,583626.593058,4508165.65565
+3815,3815,106,106.0,003900,,40.7201717475,-74.00983051,140.0,004800,40.73624527,-73.98473765,1224.54136135,7550,5253,3799,3059,004800,74763044.6965,003900,194910113.03,,0.0,004800,003900,34004.8361719,42567,116311,hub,hub,non_hub,585725.258797,4509974.12516,583626.593058,4508165.65565
+3816,3816,1946,212.0,003900,,40.7201717475,-74.00983051,292.0,004900,40.724268615,-74.000521515,581.019647351,4951,5253,3054,3059,004900,103848670.177,003900,194910113.03,,0.0,004900,003900,34004.8361719,80152,116311,hub,hub,non_hub,584407.63728,4508629.34168,583626.593058,4508165.65565
+3817,3817,415,318.0,003900,,40.7201717475,-74.00983051,372.0,005000,40.7359163467,-73.9873427633,1165.21135811,5061,5253,3595,3059,005000,120638459.215,003900,194910113.03,,0.0,005000,003900,34004.8361719,111023,116311,hub,hub,non_hub,585505.709717,4509935.07175,583626.593058,4508165.65565
+3818,3818,895,212.0,003900,,40.7201717475,-74.00983051,424.0,005200,40.73715585,-73.991241315,1099.75729834,4193,5253,1785,3059,005200,109103391.81,003900,194910113.03,,0.0,005200,003900,34004.8361719,159876,116311,hub,hub,non_hub,585174.941656,4510068.87544,583626.593058,4508165.65565
+3819,3819,421,106.0,003900,,40.7201717475,-74.00983051,188.0,005400,40.73971301,-73.99456405,1110.11921442,4656,5253,2837,3059,005400,128803552.888,003900,194910113.03,,0.0,005400,003900,34004.8361719,73728,116311,hub,hub,non_hub,584891.129718,4510349.51956,583626.593058,4508165.65565
+3820,3820,733,106.0,003900,,40.7201717475,-74.00983051,120.0,005501,40.72679454,-73.99695094,674.236164905,5079,5253,2483,3059,005501,61061928.4125,003900,194910113.03,,0.0,005501,003900,34004.8361719,57258,116311,hub,hub,non_hub,584705.980012,4508913.17477,583626.593058,4508165.65565
+3821,3821,463,106.0,003900,,40.7201717475,-74.00983051,108.0,005502,40.72743423,-73.99379025,761.040015777,2383,5253,1262,3059,005502,49017118.6146,003900,194910113.03,,0.0,005502,003900,34004.8361719,55117,116311,hub,hub,non_hub,584972.085912,4508987.23863,583626.593058,4508165.65565
+3822,3822,398,212.0,003900,,40.7201717475,-74.00983051,380.0,005600,40.74065347,-73.98778661,1239.9932807,2618,5253,2190,3059,005600,189153355.609,003900,194910113.03,,0.0,005600,003900,34004.8361719,113209,116311,hub,hub,non_hub,585462.168743,4510460.49357,583626.593058,4508165.65565
+3823,3823,1121,212.0,003900,,40.7201717475,-74.00983051,328.0,005700,40.729662915,-73.992405595,858.355991727,2937,5253,1789,3059,005700,90178032.7137,003900,194910113.03,,0.0,005700,003900,34004.8361719,156896,116311,hub,hub,non_hub,585086.179601,4509235.9788,583626.593058,4508165.65565
+3824,3824,615,212.0,003900,,40.7201717475,-74.00983051,348.0,005800,40.743154205,-73.990299735,1248.28228332,3182,5253,2306,3059,005800,164037511.755,003900,194910113.03,,0.0,005800,003900,34004.8361719,130970,116311,hub,hub,non_hub,585246.786708,4510735.64918,583626.593058,4508165.65565
+3825,3825,350,106.0,003900,,40.7201717475,-74.00983051,124.0,005900,40.73049393,-73.9957214,818.243810419,5516,5253,3276,3059,005900,71785177.1361,003900,194910113.03,,0.0,005900,003900,34004.8361719,53180,116311,hub,hub,non_hub,584805.117402,4509325.01914,583626.593058,4508165.65565
+3826,3826,170,212.0,003900,,40.7201717475,-74.00983051,252.0,006000,40.734822295,-73.976916765,1255.52399322,5286,5253,2459,3059,006000,27468182.8943,003900,194910113.03,,0.0,006000,003900,34004.8361719,80462,116311,hub,hub,non_hub,586387.478737,4509823.83141,583626.593058,4508165.65565
+3827,3827,1877,424.0,003900,,40.7201717475,-74.00983051,564.0,006100,40.73385254,-73.992357065,932.863250584,4913,5253,2683,3059,006100,91682014.33,003900,194910113.03,,0.0,006100,003900,34004.8361719,245510,116311,hub,hub,non_hub,585084.940162,4509701.10308,583626.593058,4508165.65565
+3828,3828,74,106.0,003900,,40.7201717475,-74.00983051,120.0,006200,40.7381765,-73.97738662,1621.23870968,4680,5253,1401,3059,006200,231817485.533,003900,194910113.03,,0.0,006200,003900,34004.8361719,33218,116311,hub,hub,non_hub,586343.467107,4510195.70961,583626.593058,4508165.65565
+3829,3829,968,318.0,003900,,40.7201717475,-74.00983051,396.0,006300,40.7346940933,-73.99785666,908.737754871,6076,5253,4277,3059,006300,85447631.8451,003900,194910113.03,,0.0,006300,003900,34004.8361719,120233,116311,hub,hub,non_hub,584619.48321,4509789.20591,583626.593058,4508165.65565
+3830,3830,147,106.0,003900,,40.7201717475,-74.00983051,156.0,006400,40.73587678,-73.98205027,1328.88262195,7518,5253,5058,3059,006400,95664936.1545,003900,194910113.03,,0.0,006400,003900,34004.8361719,47750,116311,hub,hub,non_hub,585952.649806,4509935.84788,583626.593058,4508165.65565
+3831,3831,1038,318.0,003900,,40.7201717475,-74.00983051,424.0,006500,40.7306296367,-73.9991423,750.67310474,6517,5253,3568,3059,006500,59290910.3694,003900,194910113.03,,0.0,006500,003900,34004.8361719,125356,116311,hub,hub,non_hub,584516.067395,4509336.78488,583626.593058,4508165.65565
+3832,3832,137,212.0,003900,,40.7201717475,-74.00983051,328.0,006600,40.739285505,-73.97827188,1405.49295343,11780,5253,6818,3059,006600,84730469.4548,003900,194910113.03,,0.0,006600,003900,34004.8361719,74621,116311,hub,hub,non_hub,586267.286922,4510317.94668,583626.593058,4508165.65565
+3833,3833,1318,106.0,003900,,40.7201717475,-74.00983051,156.0,006700,40.73038599,-74.00214988,672.303950888,4984,5253,3796,3059,006700,47238039.9972,003900,194910113.03,,0.0,006700,003900,34004.8361719,70025,116311,hub,hub,non_hub,584262.399901,4509306.84766,583626.593058,4508165.65565
+3834,3834,147,106.0,003900,,40.7201717475,-74.00983051,156.0,006800,40.74025878,-73.98409214,1327.7164022,6735,5253,4494,3059,006800,130298431.446,003900,194910113.03,,0.0,006800,003900,34004.8361719,58926,116311,hub,hub,non_hub,585774.608423,4510420.28363,583626.593058,4508165.65565
+3835,3835,3994,212.0,003900,,40.7201717475,-74.00983051,268.0,006900,40.732319905,-74.0069291,580.001063426,2687,5253,1484,3059,006900,61292499.9331,003900,194910113.03,,0.0,006900,003900,34004.8361719,130727,116311,hub,hub,hub,583856.38945,4509516.94969,583626.593058,4508165.65565
+3836,3836,314,318.0,003900,,40.7201717475,-74.00983051,508.0,007000,40.7425042672,-73.9755923454,1458.33908796,8302,5253,5669,3059,007000,78634704.8451,003900,194910113.03,,0.0,007000,003900,34004.8361719,145227,116311,hub,hub,non_hub,586489.361194,4510677.88902,583626.593058,4508165.65565
+3837,3837,890,212.0,003900,,40.7201717475,-74.00983051,284.0,007100,40.736526545,-74.000108805,831.324096797,5633,5253,3844,3059,007100,68447429.2743,003900,194910113.03,,0.0,007100,003900,34004.8361719,79459,116311,hub,hub,non_hub,584426.995774,4509990.4524,583626.593058,4508165.65565
+3838,3838,405,318.0,003900,,40.7201717475,-74.00983051,504.0,007200,40.7447014833,-73.98154809,1414.14662674,7734,5253,5222,3059,007200,132092861.454,003900,194910113.03,,0.0,007200,003900,34004.8361719,157612,116311,hub,hub,non_hub,585983.687715,4510915.94446,583626.593058,4508165.65565
+3839,3839,1531,212.0,003900,,40.7201717475,-74.00983051,236.0,007300,40.734682705,-74.00388484,748.662803996,5615,5253,4547,3059,007300,48716185.79,003900,194910113.03,,0.0,007300,003900,34004.8361719,92567,116311,hub,hub,non_hub,584110.479319,4509782.14883,583626.593058,4508165.65565
+3840,3840,253,212.0,003900,,40.7201717475,-74.00983051,344.0,007400,40.746413585,-73.98586892,1296.7176627,4179,5253,2700,3059,007400,170614202.951,003900,194910113.03,,0.0,007400,003900,34004.8361719,81121,116311,hub,hub,non_hub,585616.696258,4511101.7763,583626.593058,4508165.65565
+3841,3841,205,212.0,003900,,40.7201717475,-74.00983051,276.0,007600,40.74737476,-73.988320695,1362.18688566,2203,5253,1573,3059,007600,242014413.464,003900,194910113.03,,0.0,007600,003900,34004.8361719,97464,116311,hub,hub,non_hub,585408.475283,4511206.08492,583626.593058,4508165.65565
+3842,3842,751,106.0,003900,,40.7201717475,-74.00983051,172.0,007700,40.7390169121,-74.0026376103,905.807497439,5404,5253,4254,3059,007700,59306273.1509,003900,194910113.03,,0.0,007700,003900,34004.8361719,79025,116311,hub,hub,non_hub,584210.329106,4510264.47156,583626.593058,4508165.65565
+3843,3843,97,106.0,003900,,40.7201717475,-74.00983051,156.0,007800,40.74780373,-73.9734419,1813.79368765,7380,5253,5372,3059,007800,112124597.728,003900,194910113.03,,0.0,007800,003900,34004.8361719,59601,116311,hub,hub,non_hub,586664.043115,4511268.28888,583626.593058,4508165.65565
+3844,3844,5528,530.0,003900,,40.7201717475,-74.00983051,696.0,007900,40.738916514,-74.007286026,751.950098092,4406,5253,2904,3059,007900,86937368.5918,003900,194910113.03,,0.0,007900,003900,34004.8361719,171846,116311,hub,hub,hub,583817.969395,4510248.87788,583626.593058,4508165.65565
+3845,3845,167,212.0,003900,,40.7201717475,-74.00983051,284.0,008000,40.7485693,-73.97717991,1406.8963478,4946,5253,3730,3059,008000,197763821.532,003900,194910113.03,,0.0,008000,003900,34004.8361719,74808,116311,hub,hub,non_hub,586347.477591,4511349.58844,583626.593058,4508165.65565
+3846,3846,657,106.0,003900,,40.7201717475,-74.00983051,156.0,008100,40.73935542,-73.99931783,908.407370459,8675,5253,5315,3059,008100,91100400.6907,003900,194910113.03,,0.0,008100,003900,34004.8361719,53195,116311,hub,hub,non_hub,584490.204148,4510305.23824,583626.593058,4508165.65565
+3847,3847,1182,318.0,003900,,40.7201717475,-74.00983051,700.0,008200,40.7519598193,-73.9793815405,1505.68930576,3442,5253,2534,3059,008200,262405408.076,003900,194910113.03,,0.0,008200,003900,34004.8361719,228612,116311,hub,hub,non_hub,586157.233988,4511723.79715,583626.593058,4508165.65565
+3848,3848,1903,424.0,003900,,40.7201717475,-74.00983051,476.0,008300,40.742591315,-74.004102785,907.532406851,4211,5253,2321,3059,008300,119862327.354,003900,194910113.03,,0.0,008300,003900,34004.8361719,186113,116311,hub,hub,non_hub,584082.11654,4510659.85081,583626.593058,4508165.65565
+3849,3849,69,106.0,003900,,40.7201717475,-74.00983051,152.0,008400,40.75038009,-73.98338988,1473.35801514,1726,5253,1041,3059,008400,147824461.739,003900,194910113.03,,0.0,008400,003900,34004.8361719,34199,116311,hub,hub,non_hub,585820.889203,4511544.50828,583626.593058,4508165.65565
+3850,3850,60,106.0,003900,,40.7201717475,-74.00983051,172.0,008601,40.744219,-73.97121214,2078.54861111,2551,5253,1528,3059,008601,31141773.9073,003900,194910113.03,,0.0,008601,003900,34004.8361719,31961,116311,hub,hub,non_hub,586856.951039,4510872.56191,583626.593058,4508165.65565
+3851,3851,994,212.0,003900,,40.7201717475,-74.00983051,312.0,008700,40.74206378,-73.995708955,1078.68545032,6671,5253,4249,3059,008700,85660216.7821,003900,194910113.03,,0.0,008700,003900,34004.8361719,152953,116311,hub,hub,non_hub,584791.475936,4510609.36503,583626.593058,4508165.65565
+3852,3852,92,212.0,003900,,40.7201717475,-74.00983051,312.0,008800,40.75012189,-73.970133575,1305.98462443,6964,5253,5507,3059,008800,216532475.876,003900,194910113.03,,0.0,008800,003900,34004.8361719,43247,116311,hub,hub,non_hub,586940.323322,4511528.89362,583626.593058,4508165.65565
+3853,3853,1820,318.0,003900,,40.7201717475,-74.00983051,480.0,008900,40.74529008,-74.0021768567,1028.95503027,5560,5253,3511,3059,008900,54419260.2723,003900,194910113.03,,0.0,008900,003900,34004.8361719,158638,116311,hub,hub,non_hub,584241.316685,4510961.27944,583626.593058,4508165.65565
+3854,3854,226,318.0,003900,,40.7201717475,-74.00983051,440.0,009000,40.75261798,-73.9703317533,1432.49641391,7026,5253,5832,3059,009000,208846060.851,003900,194910113.03,,0.0,009000,003900,34004.8361719,74531,116311,hub,hub,non_hub,586920.342162,4511805.78171,583626.593058,4508165.65565
+3855,3855,648,106.0,003900,,40.7201717475,-74.00983051,156.0,009100,40.74487634,-73.99529885,1086.96955233,6415,5253,4386,3059,009100,127325659.041,003900,194910113.03,,0.0,009100,003900,34004.8361719,63878,116311,hub,hub,non_hub,584822.527687,4510921.97538,583626.593058,4508165.65565
+3856,3856,104,212.0,003900,,40.7201717475,-74.00983051,440.0,009200,40.7548518863,-73.9734329075,1899.92403482,1754,5253,1461,3059,009200,408192557.246,003900,194910113.03,,0.0,009200,003900,34004.8361719,72226,116311,hub,hub,non_hub,586655.650548,4512050.69496,583626.593058,4508165.65565
+3857,3857,339,106.0,003900,,40.7201717475,-74.00983051,156.0,009300,40.74475148,-73.99915362,1064.45330023,9705,5253,5585,3059,009300,68528055.2433,003900,194910113.03,,0.0,009300,003900,34004.8361719,52202,116311,hub,hub,non_hub,584497.239363,4510904.39701,583626.593058,4508165.65565
+3858,3858,635,106.0,003900,,40.7201717475,-74.00983051,124.0,009400,40.75320159,-73.9779874,1521.50747761,29,5253,16,3059,009400,299218147.811,003900,194910113.03,,0.0,009400,003900,34004.8361719,82147,116311,hub,hub,non_hub,586273.319314,4511863.01244,583626.593058,4508165.65565
+3859,3859,239,106.0,003900,,40.7201717475,-74.00983051,204.0,009500,40.746647,-73.993915,1225.79945974,3425,5253,1416,3059,009500,129660033.725,003900,194910113.03,,0.0,009500,003900,34004.8361719,57488,116311,hub,hub,non_hub,584937.108907,4511119.86954,583626.593058,4508165.65565
+3860,3860,251,318.0,003900,,40.7201717475,-74.00983051,560.0,009600,40.7560544887,-73.980376843,1561.50587596,153,5253,268,3059,009600,270304841.585,003900,194910113.03,,0.0,009600,003900,34004.8361719,71527,116311,hub,hub,non_hub,586067.931438,4512177.35898,583626.593058,4508165.65565
+3861,3861,970,318.0,003900,,40.7201717475,-74.00983051,396.0,009700,40.7493616033,-73.9991321067,1157.85437568,4744,5253,2827,3059,009700,83018263.1602,003900,194910113.03,,0.0,009700,003900,34004.8361719,118804,116311,hub,hub,non_hub,584493.220017,4511416.17434,583626.593058,4508165.65565
+3862,3862,47,212.0,003900,,40.7201717475,-74.00983051,280.0,009800,40.755285655,-73.96667288,1746.02827381,7105,5253,5244,3059,009800,115943808.909,003900,194910113.03,,0.0,009800,003900,34004.8361719,40039,116311,hub,hub,non_hub,587225.727282,4512105.54383,583626.593058,4508165.65565
+3863,3863,3402,530.0,003900,,40.7201717475,-74.00983051,740.0,009900,40.7520807866,-74.0031899092,1115.16049351,3617,5253,2438,3059,009900,404439511.776,003900,194910113.03,,0.0,009900,003900,34004.8361719,208076,116311,hub,hub,hub,584147.226991,4511714.12465,583626.593058,4508165.65565
+3864,3864,153,318.0,003900,,40.7201717475,-74.00983051,484.0,010000,40.7583696933,-73.9710287767,1695.33773757,1829,5253,1399,3059,010000,366457143.613,003900,194910113.03,,0.0,010000,003900,34004.8361719,72085,116311,hub,hub,non_hub,586854.014885,4512443.57459,583626.593058,4508165.65565
+3865,3865,407,318.0,003900,,40.7201717475,-74.00983051,508.0,010100,40.74945622,-73.9903382667,1305.49518238,1119,5253,828,3059,010100,246168211.101,003900,194910113.03,,0.0,010100,003900,34004.8361719,183377,116311,hub,hub,non_hub,585235.486219,4511435.18064,583626.593058,4508165.65565
+3866,3866,169,212.0,003900,,40.7201717475,-74.00983051,324.0,010200,40.7606694,-73.973473555,1996.03426897,313,5253,268,3059,010200,333450202.294,003900,194910113.03,,0.0,010200,003900,34004.8361719,46675,116311,hub,hub,non_hub,586644.664817,4512696.44233,583626.593058,4508165.65565
+3867,3867,1694,212.0,003900,,40.7201717475,-74.00983051,392.0,010300,40.751000495,-73.994372255,1284.14102122,1859,5253,1351,3059,010300,141506056.87,003900,194910113.03,,0.0,010300,003900,34004.8361719,221593,116311,hub,hub,non_hub,584892.968075,4511602.69644,583626.593058,4508165.65565
+3868,3868,219,212.0,003900,,40.7201717475,-74.00983051,300.0,010400,40.761664375,-73.976854975,1773.78590028,1031,5253,1033,3059,010400,363981333.295,003900,194910113.03,,0.0,010400,003900,34004.8361719,65073,116311,hub,hub,non_hub,586357.961325,4512803.55852,583626.593058,4508165.65565
+3869,3869,45,106.0,003900,,40.7201717475,-74.00983051,132.0,010602,40.75849116,-73.95920622,2206.47619048,4794,5253,2963,3059,010602,67980898.3739,003900,194910113.03,,0.0,010602,003900,34004.8361719,22153,116311,hub,hub,non_hub,587851.796682,4512468.82754,583626.593058,4508165.65565
+3870,3870,93,318.0,003900,,40.7201717475,-74.00983051,468.0,010800,40.7591736033,-73.96613818,1934.18321632,8531,5253,6272,3059,010800,189351523.799,003900,194910113.03,,0.0,010800,003900,34004.8361719,79198,116311,hub,hub,non_hub,587265.778542,4512537.66689,583626.593058,4508165.65565
+3871,3871,115,212.0,003900,,40.7201717475,-74.00983051,456.0,010900,40.751351715,-73.987594755,1407.75623434,182,5253,92,3059,010900,228173063.011,003900,194910113.03,,0.0,010900,003900,34004.8361719,60092,116311,hub,hub,non_hub,585464.669441,4511648.26242,583626.593058,4508165.65565
+3872,3872,199,106.0,003900,,40.7201717475,-74.00983051,236.0,011201,40.7643971,-73.97371465,1912.51353541,827,5253,964,3059,011201,118515444.187,003900,194910113.03,,0.0,011201,003900,34004.8361719,41525,116311,hub,hub,non_hub,586619.474659,4513110.00718,583626.593058,4508165.65565
+3873,3873,108,106.0,003900,,40.7201717475,-74.00983051,132.0,011203,40.76095756,-73.96724467,1777.64522311,1176,5253,1160,3059,011203,143782379.009,003900,194910113.03,,0.0,011203,003900,34004.8361719,48033,116311,hub,hub,non_hub,587170.050102,4512734.59972,583626.593058,4508165.65565
+3874,3874,838,424.0,003900,,40.7201717475,-74.00983051,792.0,011300,40.7548008425,-73.9888010575,1387.81643435,204,5253,107,3059,011300,357940519.061,003900,194910113.03,,0.0,011300,003900,34004.8361719,236650,116311,hub,hub,non_hub,585358.423228,4512029.96675,583626.593058,4508165.65565
+3875,3875,626,212.0,003900,,40.7201717475,-74.00983051,328.0,011500,40.75701407,-73.992353645,1304.23905157,2487,5253,1678,3059,011500,130958459.747,003900,194910113.03,,0.0,011500,003900,34004.8361719,103294,116311,hub,hub,non_hub,585055.712647,4512272.20178,583626.593058,4508165.65565
+3876,3876,1431,212.0,003900,,40.7201717475,-74.00983051,336.0,011700,40.76058799,-74.00080945,1282.37812527,2938,5253,2304,3059,011700,91270705.1484,003900,194910113.03,,0.0,011700,003900,34004.8361719,73016,116311,hub,hub,non_hub,584337.427395,4512660.77158,583626.593058,4508165.65565
+3877,3877,120,106.0,003900,,40.7201717475,-74.00983051,136.0,011900,40.7568001,-73.98291153,1729.46633598,1079,5253,1121,3059,011900,395254501.74,003900,194910113.03,,0.0,011900,003900,34004.8361719,39976,116311,hub,hub,non_hub,585853.012005,4512257.64444,583626.593058,4508165.65565
+3878,3878,928,318.0,003900,,40.7201717475,-74.00983051,436.0,012100,40.7598593767,-73.9914900133,1362.30361953,8366,5253,5744,3059,012100,101223732.045,003900,194910113.03,,0.0,012100,003900,34004.8361719,132767,116311,hub,hub,non_hub,585124.983126,4512588.88932,583626.593058,4508165.65565
+3879,3879,121,106.0,003900,,40.7201717475,-74.00983051,204.0,012500,40.76064679,-73.98442659,1616.56108777,2439,5253,2096,3059,012500,322911522.418,003900,194910113.03,,0.0,012500,003900,34004.8361719,45486,116311,hub,hub,non_hub,585720.180916,4512683.17447,583626.593058,4508165.65565
+3880,3880,614,212.0,003900,,40.7201717475,-74.00983051,336.0,012700,40.762485435,-73.990447135,1513.94940908,6437,5253,4434,3059,012700,104637996.687,003900,194910113.03,,0.0,012700,003900,34004.8361719,83393,116311,hub,hub,non_hub,585209.656415,4512881.41361,583626.593058,4508165.65565
+3881,3881,422,106.0,003900,,40.7201717475,-74.00983051,96.0,012900,40.76341379,-73.99667444,1409.30081948,5312,5253,3621,3059,012900,158698340.053,003900,194910113.03,,0.0,012900,003900,34004.8361719,28661,116311,hub,hub,non_hub,584682.864463,4512978.43901,583626.593058,4508165.65565
+3882,3882,268,318.0,003900,,40.7201717475,-74.00983051,640.0,013100,40.7621295133,-73.98215453,1657.97159104,2489,5253,2283,3059,013100,405023451.28,003900,194910113.03,,0.0,013100,003900,34004.8361719,107228,116311,hub,hub,non_hub,585910.04945,4512849.98999,583626.593058,4508165.65565
+3883,3883,325,318.0,003900,,40.7201717475,-74.00983051,404.0,013300,40.7647250567,-73.9866537633,1642.85472976,5363,5253,3909,3059,013300,79847412.2593,003900,194910113.03,,0.0,013300,003900,34004.8361719,89810,116311,hub,hub,non_hub,585526.963405,4513133.71926,583626.593058,4508165.65565
+3884,3884,712,212.0,003900,,40.7201717475,-74.00983051,260.0,013500,40.766984435,-73.99227308,1513.96642176,6075,5253,3935,3059,013500,198199142.958,003900,194910113.03,,0.0,013500,003900,34004.8361719,64723,116311,hub,hub,non_hub,585049.80204,4513379.06475,583626.593058,4508165.65565
+3885,3885,367,212.0,003900,,40.7201717475,-74.00983051,392.0,013700,40.766109285,-73.981808355,1772.9524661,6557,5253,5442,3059,013700,314878324.419,003900,194910113.03,,0.0,013700,003900,34004.8361719,91142,116311,hub,hub,non_hub,585934.141665,4513292.1137,583626.593058,4508165.65565
+3886,3886,190,106.0,003900,,40.7201717475,-74.00983051,108.0,013900,40.768254,-73.988639,1686.1416266,7607,5253,7359,3059,013900,139918084.587,003900,194910113.03,,0.0,013900,003900,34004.8361719,26390,116311,hub,hub,non_hub,585354.890073,4513523.52534,583626.593058,4508165.65565
+3887,3887,117,106.0,003900,,40.7201717475,-74.00983051,196.0,014300,40.76590936,-73.97634151,1977.15703957,3,5253,0,3059,014300,50027992.3322,003900,194910113.03,,0.0,014300,003900,34004.8361719,21051,116311,hub,hub,non_hub,586395.803012,4513275.28949,583626.593058,4508165.65565
+3888,3888,413,106.0,003900,,40.7201717475,-74.00983051,144.0,014500,40.76915505,-73.98191841,1821.88580097,5811,5253,3462,3059,014500,253397343.373,003900,194910113.03,,0.0,014500,003900,34004.8361719,68350,116311,hub,hub,non_hub,585920.929601,4513630.10902,583626.593058,4508165.65565
+3889,3889,588,106.0,003900,,40.7201717475,-74.00983051,220.0,014700,40.770513,-73.988038,1585.94772539,2586,5253,1743,3059,014700,70871746.8417,003900,194910113.03,,0.0,014700,003900,34004.8361719,35099,116311,hub,hub,non_hub,585402.720353,4513774.87644,583626.593058,4508165.65565
+3890,3890,268,106.0,003900,,40.7201717475,-74.00983051,144.0,015100,40.771522,-73.990541,1582.32666822,8105,5253,4856,3059,015100,164953931.102,003900,194910113.03,,0.0,015100,003900,34004.8361719,17578,116311,hub,hub,non_hub,585190.192062,4513884.4495,583626.593058,4508165.65565
+3891,3891,8934,212.0,003900,,40.7201717475,-74.00983051,280.0,031703,40.71644312,-74.014902115,431.764341348,8670,5253,4231,3059,031703,332361109.355,003900,194910113.03,,0.0,031703,003900,34004.8361719,136082,116311,hub,hub,hub,583202.897614,4507746.93647,583626.593058,4508165.65565
+3892,3892,6321,318.0,003900,,40.7201717475,-74.00983051,392.0,031704,40.7085171733,-74.0165557667,659.048830634,6610,5253,3790,3059,031704,160823714.408,003900,194910113.03,,0.0,031704,003900,34004.8361719,105244,116311,hub,hub,hub,583073.076824,4506865.54027,583626.593058,4508165.65565
+3893,3893,553,318.0,003900,,40.7201717475,-74.00983051,340.0,000600,40.7128987867,-73.9898646367,802.61869009,11558,5253,4083,3059,000600,59149181.7526,003900,194910113.03,,0.0,000600,003900,34004.8361719,70053,116311,hub,hub,non_hub,585322.159723,4507377.5136,583626.593058,4508165.65565
+3894,3894,574,198.0,004000,,40.73000573,-73.98549552,108.0,000202,40.71318002,-73.9818904933,966.346055779,8012,9801,3598,4546,000202,37878157.9781,004000,66858387.5133,004000,10402172.0,000202,004000,32792.8265128,56352,101120,hub,hub,non_hub,585995.353038,4507416.50937,585669.269443,4509280.75306
+3895,3895,1086,462.0,004000,,40.73000573,-73.98549552,516.0,000700,40.70581148,-74.0081572071,1439.85784196,7722,9801,5201,4546,000700,476954959.734,004000,66858387.5133,004000,10402172.0,000700,004000,32792.8265128,160040,101120,hub,hub,non_hub,583785.918305,4506573.16797,585669.269443,4509280.75306
+3896,3896,347,132.0,004000,,40.73000573,-73.98549552,94.0,000800,40.712414475,-73.993471545,826.176401831,10365,9801,4150,4546,000800,46479755.076,004000,66858387.5133,004000,10402172.0,000800,004000,32792.8265128,34254,101120,hub,hub,non_hub,585018.109713,4507320.25418,585669.269443,4509280.75306
+3897,3897,368,198.0,004000,,40.73000573,-73.98549552,194.0,000900,40.7024745833,-74.01224785,1603.8902733,1140,9801,939,4546,000900,404341803.896,004000,66858387.5133,004000,10402172.0,000900,004000,32792.8265128,46446,101120,hub,hub,non_hub,583444.520998,4506198.85784,585669.269443,4509280.75306
+3898,3898,157,66.0,004000,,40.73000573,-73.98549552,38.0,001002,40.71782143,-73.97628939,814.291033435,6439,9801,2346,4546,001002,22763374.2099,004000,66858387.5133,004000,10402172.0,001002,004000,32792.8265128,15916,101120,hub,hub,non_hub,586462.45635,4507937.23607,585669.269443,4509280.75306
+3899,3899,512,132.0,004000,,40.73000573,-73.98549552,92.0,001200,40.717364275,-73.982955325,684.33511986,3547,9801,1857,4546,001200,23518220.7411,004000,66858387.5133,004000,10402172.0,001200,004000,32792.8265128,36493,101120,hub,hub,non_hub,585900.031125,4507879.94738,585669.269443,4509280.75306
+3900,3900,129,66.0,004000,,40.73000573,-73.98549552,72.0,001300,40.70463334,-74.01361706,1636.75272444,3776,9801,3028,4546,001300,286606455.687,004000,66858387.5133,004000,10402172.0,001300,004000,32792.8265128,27671,101120,hub,hub,non_hub,583326.158808,4506437.19368,585669.269443,4509280.75306
+3901,3901,265,66.0,004000,,40.73000573,-73.98549552,56.0,001401,40.71559509,-73.9870295,693.595299145,3289,9801,1708,4546,001401,20168722.3199,004000,66858387.5133,004000,10402172.0,001401,004000,32792.8265128,26885,101120,hub,hub,non_hub,585558.18429,4507679.57909,585669.269443,4509280.75306
+3902,3902,196,132.0,004000,,40.73000573,-73.98549552,134.0,001501,40.70966832,-74.003597135,1285.14251997,5581,9801,3450,4546,001501,172466366.322,004000,66858387.5133,004000,10402172.0,001501,004000,32792.8265128,27425,101120,hub,hub,non_hub,584166.279828,4507005.66129,585669.269443,4509280.75306
+3903,3903,529,198.0,004000,,40.73000573,-73.98549552,246.0,001502,40.7088053467,-74.00635276,1356.23958548,7095,9801,3459,4546,001502,221282059.103,004000,66858387.5133,004000,10402172.0,001502,004000,32792.8265128,82052,101120,hub,hub,non_hub,583934.59195,4506907.22889,585669.269443,4509280.75306
+3904,3904,950,198.0,004000,,40.73000573,-73.98549552,214.0,001600,40.7153350167,-73.9943926833,778.482868061,8236,9801,3242,4546,001600,76565505.7581,004000,66858387.5133,004000,10402172.0,001600,004000,32792.8265128,82798,101120,hub,hub,non_hub,584936.591099,4507643.5622,585669.269443,4509280.75306
+3905,3905,2244,264.0,004000,,40.73000573,-73.98549552,308.0,001800,40.7193657075,-73.9906468425,571.19374723,8063,9801,3489,4546,001800,60554858.5127,004000,66858387.5133,004000,10402172.0,001800,004000,32792.8265128,133306,101120,hub,hub,non_hub,585247.838585,4508094.62497,585669.269443,4509280.75306
+3906,3906,633,132.0,004000,,40.73000573,-73.98549552,92.0,002000,40.721554605,-73.977309405,621.961811757,4795,9801,1899,4546,002000,17907673.5628,004000,66858387.5133,004000,10402172.0,002000,004000,32792.8265128,31656,101120,hub,hub,non_hub,586371.478696,4508350.63994,585669.269443,4509280.75306
+3907,3907,378,264.0,004000,,40.73000573,-73.98549552,204.0,002100,40.71451321,-74.0108850975,1392.98754708,6111,9801,3038,4546,002100,273869828.705,004000,66858387.5133,004000,10402172.0,002100,004000,32792.8265128,151037,101120,hub,hub,non_hub,583544.598931,4507536.51732,585669.269443,4509280.75306
+3908,3908,394,132.0,004000,,40.73000573,-73.98549552,88.0,002201,40.71833027,-73.980972895,664.712883115,6762,9801,3030,4546,002201,37585954.9949,004000,66858387.5133,004000,10402172.0,002201,004000,32792.8265128,26391,101120,hub,hub,non_hub,586066.226443,4507989.12022,585669.269443,4509280.75306
+3909,3909,532,66.0,004000,,40.73000573,-73.98549552,62.0,002202,40.7208736,-73.98085795,497.542291251,2256,9801,1045,4546,002202,13179093.8977,004000,66858387.5133,004000,10402172.0,002202,004000,32792.8265128,23935,101120,hub,hub,non_hub,586072.658368,4508271.55961,585669.269443,4509280.75306
+3910,3910,348,132.0,004000,,40.73000573,-73.98549552,96.0,002400,40.724744875,-73.974986535,558.033127587,5775,9801,2175,4546,002400,17986635.5592,004000,66858387.5133,004000,10402172.0,002400,004000,32792.8265128,17965,101120,hub,hub,non_hub,586563.526382,4508707.06897,585669.269443,4509280.75306
+3911,3911,322,132.0,004000,,40.73000573,-73.98549552,124.0,002500,40.7111743,-73.99849582,1008.83890464,5061,9801,1917,4546,002500,22428407.6271,004000,66858387.5133,004000,10402172.0,002500,004000,32792.8265128,28216,101120,hub,hub,non_hub,584595.28909,4507177.73549,585669.269443,4509280.75306
+3912,3912,537,66.0,004000,,40.73000573,-73.98549552,62.0,002601,40.72299208,-73.97995466,457.967588933,3774,9801,1593,4546,002601,22248722.3098,004000,66858387.5133,004000,10402172.0,002601,004000,32792.8265128,22144,101120,hub,hub,non_hub,586146.216204,4508507.61099,585669.269443,4509280.75306
+3913,3913,89,66.0,004000,,40.73000573,-73.98549552,54.0,002700,40.71307916,-73.99851193,1062.39664502,1191,9801,655,4546,002700,11349914.9514,004000,66858387.5133,004000,10402172.0,002700,004000,32792.8265128,20570,101120,hub,hub,non_hub,584591.517275,4507389.17181,585669.269443,4509280.75306
+3914,3914,1418,66.0,004000,,40.73000573,-73.98549552,64.0,002800,40.72521311,-73.97768752,390.788187025,7302,9801,3341,4546,002800,47641507.3146,004000,66858387.5133,004000,10402172.0,002800,004000,32792.8265128,36744,101120,hub,hub,non_hub,586334.816403,4508756.38709,585669.269443,4509280.75306
+3915,3915,182,66.0,004000,,40.73000573,-73.98549552,86.0,002900,40.71602118,-73.99974372,938.636446331,5855,9801,2420,4546,002900,200965547.24,004000,66858387.5133,004000,10402172.0,002900,004000,32792.8265128,31936,101120,hub,hub,non_hub,584483.752153,4507714.56961,585669.269443,4509280.75306
+3916,3916,827,66.0,004000,,40.73000573,-73.98549552,70.0,003001,40.72066442,-73.98517977,534.026184568,4301,9801,2553,4546,003001,34302720.7166,004000,66858387.5133,004000,10402172.0,003001,004000,32792.8265128,41223,101120,hub,hub,non_hub,585707.91731,4508244.11218,585669.269443,4509280.75306
+3917,3917,1004,66.0,004000,,40.73000573,-73.98549552,74.0,003002,40.72217444,-73.98368779,477.552443003,3031,9801,1885,4546,003002,18686109.2263,004000,66858387.5133,004000,10402172.0,003002,004000,32792.8265128,38675,101120,hub,hub,non_hub,585831.986427,4508413.19181,585669.269443,4509280.75306
+3918,3918,483,198.0,004000,,40.73000573,-73.98549552,242.0,003100,40.7140617467,-74.0041933367,1021.29677951,2809,9801,858,4546,003100,145687012.574,004000,66858387.5133,004000,10402172.0,003100,004000,32792.8265128,81469,101120,hub,hub,non_hub,584110.388584,4507492.78891,585669.269443,4509280.75306
+3919,3919,2715,198.0,004000,,40.73000573,-73.98549552,200.0,003200,40.7260543867,-73.9823576167,370.369679023,7630,9801,4888,4546,003200,46369492.482,004000,66858387.5133,004000,10402172.0,003200,004000,32792.8265128,138064,101120,hub,hub,non_hub,585939.335766,4508845.19329,585669.269443,4509280.75306
+3920,3920,607,330.0,004000,,40.73000573,-73.98549552,346.0,003300,40.7188219855,-74.0063340091,1092.22507983,5174,9801,2694,4546,003300,215459582.054,004000,66858387.5133,004000,10402172.0,003300,004000,32792.8265128,115059,101120,hub,hub,non_hub,583923.596282,4508019.15867,585669.269443,4509280.75306
+3921,3921,675,66.0,004000,,40.73000573,-73.98549552,78.0,003400,40.72955361,-73.98057249,378.929785693,6706,9801,4203,4546,003400,42933229.7541,004000,66858387.5133,004000,10402172.0,003400,004000,32792.8265128,47926,101120,hub,hub,non_hub,586085.581298,4509235.37985,585669.269443,4509280.75306
+3922,3922,1811,132.0,004000,,40.73000573,-73.98549552,132.0,003601,40.72217423,-73.990293175,451.570485576,3299,9801,1613,4546,003601,29191583.8104,004000,66858387.5133,004000,10402172.0,003601,004000,32792.8265128,77585,101120,hub,hub,non_hub,585274.124459,4508406.73315,585669.269443,4509280.75306
+3923,3923,2609,132.0,004000,,40.73000573,-73.98549552,124.0,003602,40.724852985,-73.989265345,354.793579551,2918,9801,1586,4546,003602,24941258.1161,004000,66858387.5133,004000,10402172.0,003602,004000,32792.8265128,82124,101120,hub,hub,non_hub,585357.507872,4508705.09166,585669.269443,4509280.75306
+3924,3924,1597,264.0,004000,,40.73000573,-73.98549552,296.0,003700,40.7256696075,-74.0052069325,843.239772005,2401,9801,1490,4546,003700,212385639.924,004000,66858387.5133,004000,10402172.0,003700,004000,32792.8265128,173333,101120,hub,hub,non_hub,584010.178026,4508780.36793,585669.269443,4509280.75306
+3925,3925,2195,264.0,004000,,40.73000573,-73.98549552,320.0,003800,40.72765889,-73.988195855,418.721663623,8610,9801,5795,4546,003800,67437493.5221,004000,66858387.5133,004000,10402172.0,003800,004000,32792.8265128,167230,101120,hub,hub,non_hub,585444.239635,4509017.60641,585669.269443,4509280.75306
+3926,3926,433,264.0,004000,,40.73000573,-73.98549552,212.0,003900,40.7201717475,-74.00983051,1267.88782423,5253,9801,3059,4546,003900,194910113.03,004000,66858387.5133,004000,10402172.0,003900,004000,32792.8265128,113624,101120,hub,hub,non_hub,583626.593058,4508165.65565,585669.269443,4509280.75306
+3927,3927,1490,132.0,004000,,40.73000573,-73.98549552,128.0,004100,40.7195529,-73.996789035,707.420488998,7793,9801,3765,4546,004100,71738983.3617,004000,66858387.5133,004000,10402172.0,004100,004000,32792.8265128,114685,101120,hub,hub,non_hub,584728.836557,4508109.46034,585669.269443,4509280.75306
+3928,3928,801,66.0,004000,,40.73000573,-73.98549552,70.0,004200,40.73223272,-73.98889957,446.815842416,4988,9801,1801,4546,004200,39941846.3325,004000,66858387.5133,004000,10402172.0,004200,004000,32792.8265128,50846,101120,hub,hub,non_hub,585378.96492,4509524.64843,585669.269443,4509280.75306
+3929,3929,1553,132.0,004000,,40.73000573,-73.98549552,134.0,004300,40.723870235,-73.995226525,566.826123335,4267,9801,2598,4546,004300,65935514.1184,004000,66858387.5133,004000,10402172.0,004300,004000,32792.8265128,95162,101120,hub,hub,non_hub,584855.320992,4508590.22212,585669.269443,4509280.75306
+3930,3930,1542,132.0,004000,,40.73000573,-73.98549552,120.0,004400,40.73080269,-73.97968993,432.634857872,17710,9801,8297,4546,004400,114601147.016,004000,66858387.5133,004000,10402172.0,004400,004000,32792.8265128,106427,101120,hub,hub,non_hub,586158.498991,4509374.90208,585669.269443,4509280.75306
+3931,3931,256,66.0,004000,,40.73000573,-73.98549552,54.0,004500,40.71910537,-73.99973337,828.877716728,840,9801,582,4546,004500,52009114.8865,004000,66858387.5133,004000,10402172.0,004500,004000,32792.8265128,34275,101120,hub,hub,non_hub,584480.726971,4508056.94497,585669.269443,4509280.75306
+3932,3932,232,66.0,004000,,40.73000573,-73.98549552,78.0,004700,40.72165481,-74.00234737,906.550500489,2267,9801,1586,4546,004700,75477587.1594,004000,66858387.5133,004000,10402172.0,004700,004000,32792.8265128,27544,101120,hub,hub,non_hub,584256.734795,4508337.43837,585669.269443,4509280.75306
+3933,3933,786,66.0,004000,,40.73000573,-73.98549552,70.0,004800,40.73624527,-73.98473765,441.774311206,7550,9801,3799,4546,004800,74763044.6965,004000,66858387.5133,004000,10402172.0,004800,004000,32792.8265128,42567,101120,hub,hub,non_hub,585725.258797,4509974.12516,585669.269443,4509280.75306
+3934,3934,771,132.0,004000,,40.73000573,-73.98549552,146.0,004900,40.724268615,-74.000521515,739.638094447,4951,9801,3054,4546,004900,103848670.177,004000,66858387.5133,004000,10402172.0,004900,004000,32792.8265128,80152,101120,hub,hub,non_hub,584407.63728,4508629.34168,585669.269443,4509280.75306
+3935,3935,1823,198.0,004000,,40.73000573,-73.98549552,186.0,005000,40.7359163467,-73.9873427633,422.977949795,5061,9801,3595,4546,005000,120638459.215,004000,66858387.5133,004000,10402172.0,005000,004000,32792.8265128,111023,101120,hub,hub,non_hub,585505.709717,4509935.07175,585669.269443,4509280.75306
+3936,3936,2674,132.0,004000,,40.73000573,-73.98549552,212.0,005200,40.73715585,-73.991241315,560.119576736,4193,9801,1785,4546,005200,109103391.81,004000,66858387.5133,004000,10402172.0,005200,004000,32792.8265128,159876,101120,hub,hub,non_hub,585174.941657,4510068.87544,585669.269443,4509280.75306
+3937,3937,1041,66.0,004000,,40.73000573,-73.98549552,94.0,005400,40.73971301,-73.99456405,657.544603229,4656,9801,2837,4546,005400,128803552.888,004000,66858387.5133,004000,10402172.0,005400,004000,32792.8265128,73728,101120,hub,hub,non_hub,584891.129718,4510349.51956,585669.269443,4509280.75306
+3938,3938,763,66.0,004000,,40.73000573,-73.98549552,60.0,005501,40.72679454,-73.99695094,581.687142959,5079,9801,2483,4546,005501,61061928.4125,004000,66858387.5133,004000,10402172.0,005501,004000,32792.8265128,57258,101120,hub,hub,non_hub,584705.980012,4508913.17477,585669.269443,4509280.75306
+3939,3939,1033,66.0,004000,,40.73000573,-73.98549552,54.0,005502,40.72743423,-73.99379025,418.500952231,2383,9801,1262,4546,005502,49017118.6146,004000,66858387.5133,004000,10402172.0,005502,004000,32792.8265128,55117,101120,hub,hub,non_hub,584972.085912,4508987.23863,585669.269443,4509280.75306
+3940,3940,1415,132.0,004000,,40.73000573,-73.98549552,190.0,005600,40.74065347,-73.98778661,590.889682513,2618,9801,2190,4546,005600,189153355.609,004000,66858387.5133,004000,10402172.0,005600,004000,32792.8265128,113209,101120,hub,hub,non_hub,585462.168743,4510460.49357,585669.269443,4509280.75306
+3941,3941,2425,132.0,004000,,40.73000573,-73.98549552,164.0,005700,40.729662915,-73.992405595,417.331997925,2937,9801,1789,4546,005700,90178032.7137,004000,66858387.5133,004000,10402172.0,005700,004000,32792.8265128,156896,101120,hub,hub,non_hub,585086.179601,4509235.9788,585669.269443,4509280.75306
+3942,3942,1379,132.0,004000,,40.73000573,-73.98549552,174.0,005800,40.743154205,-73.990299735,734.013573611,3182,9801,2306,4546,005800,164037511.755,004000,66858387.5133,004000,10402172.0,005800,004000,32792.8265128,130970,101120,hub,hub,non_hub,585246.786708,4510735.64918,585669.269443,4509280.75306
+3943,3943,733,66.0,004000,,40.73000573,-73.98549552,62.0,005900,40.73049393,-73.9957214,497.294715174,5516,9801,3276,4546,005900,71785177.1361,004000,66858387.5133,004000,10402172.0,005900,004000,32792.8265128,53180,101120,hub,hub,non_hub,584805.117402,4509325.01914,585669.269443,4509280.75306
+3944,3944,1025,132.0,004000,,40.73000573,-73.98549552,126.0,006000,40.734822295,-73.976916765,569.849662833,5286,9801,2459,4546,006000,27468182.8943,004000,66858387.5133,004000,10402172.0,006000,004000,32792.8265128,80462,101120,hub,hub,non_hub,586387.478737,4509823.83141,585669.269443,4509280.75306
+3945,3945,5203,264.0,004000,,40.73000573,-73.98549552,282.0,006100,40.73385254,-73.992357065,403.903280519,4913,9801,2683,4546,006100,91682014.33,004000,66858387.5133,004000,10402172.0,006100,004000,32792.8265128,245510,101120,hub,hub,hub,585084.940162,4509701.10308,585669.269443,4509280.75306
+3946,3946,410,66.0,004000,,40.73000573,-73.98549552,60.0,006200,40.7381765,-73.97738662,569.961666667,4680,9801,1401,4546,006200,231817485.533,004000,66858387.5133,004000,10402172.0,006200,004000,32792.8265128,33218,101120,hub,hub,non_hub,586343.467107,4510195.70961,585669.269443,4509280.75306
+3947,3947,2009,198.0,004000,,40.73000573,-73.98549552,198.0,006300,40.7346940933,-73.99785666,595.74279396,6076,9801,4277,4546,006300,85447631.8451,004000,66858387.5133,004000,10402172.0,006300,004000,32792.8265128,120233,101120,hub,hub,non_hub,584619.48321,4509789.20591,585669.269443,4509280.75306
+3948,3948,1346,66.0,004000,,40.73000573,-73.98549552,78.0,006400,40.73587678,-73.98205027,383.275043963,7518,9801,5058,4546,006400,95664936.1545,004000,66858387.5133,004000,10402172.0,006400,004000,32792.8265128,47750,101120,hub,hub,non_hub,585952.649806,4509935.84788,585669.269443,4509280.75306
+3949,3949,2054,198.0,004000,,40.73000573,-73.98549552,212.0,006500,40.7306296367,-73.9991423,596.990401333,6517,9801,3568,4546,006500,59290910.3694,004000,66858387.5133,004000,10402172.0,006500,004000,32792.8265128,125356,101120,hub,hub,non_hub,584516.067395,4509336.78488,585669.269443,4509280.75306
+3950,3950,2174,132.0,004000,,40.73000573,-73.98549552,164.0,006600,40.739285505,-73.97827188,518.214636345,11780,9801,6818,4546,006600,84730469.4548,004000,66858387.5133,004000,10402172.0,006600,004000,32792.8265128,74621,101120,hub,hub,non_hub,586267.286921,4510317.94668,585669.269443,4509280.75306
+3951,3951,671,66.0,004000,,40.73000573,-73.98549552,78.0,006700,40.73038599,-74.00214988,723.509639657,4984,9801,3796,4546,006700,47238039.9972,004000,66858387.5133,004000,10402172.0,006700,004000,32792.8265128,70025,101120,hub,hub,non_hub,584262.399901,4509306.84766,585669.269443,4509280.75306
+3952,3952,749,66.0,004000,,40.73000573,-73.98549552,78.0,006800,40.74025878,-73.98409214,558.528760561,6735,9801,4494,4546,006800,130298431.446,004000,66858387.5133,004000,10402172.0,006800,004000,32792.8265128,58926,101120,hub,hub,non_hub,585774.608423,4510420.28363,585669.269443,4509280.75306
+3953,3953,870,132.0,004000,,40.73000573,-73.98549552,134.0,006900,40.732319905,-74.0069291,874.40690684,2687,9801,1484,4546,006900,61292499.9331,004000,66858387.5133,004000,10402172.0,006900,004000,32792.8265128,130727,101120,hub,hub,non_hub,583856.38945,4509516.94969,585669.269443,4509280.75306
+3954,3954,3328,198.0,004000,,40.73000573,-73.98549552,254.0,007000,40.7425294009,-73.975641861,642.994485467,8302,9801,5669,4546,007000,78634704.8451,004000,66858387.5133,004000,10402172.0,007000,004000,32792.8265128,145227,101120,hub,hub,hub,586485.148032,4510680.63025,585669.269443,4509280.75306
+3955,3955,1423,132.0,004000,,40.73000573,-73.98549552,142.0,007100,40.736526545,-74.000108805,642.683549928,5633,9801,3844,4546,007100,68447429.2743,004000,66858387.5133,004000,10402172.0,007100,004000,32792.8265128,79459,101120,hub,hub,non_hub,584426.995774,4509990.4524,585669.269443,4509280.75306
+3956,3956,1857,198.0,004000,,40.73000573,-73.98549552,252.0,007200,40.7447014833,-73.98154809,710.870076045,7734,9801,5222,4546,007200,132092861.454,004000,66858387.5133,004000,10402172.0,007200,004000,32792.8265128,157612,101120,hub,hub,non_hub,585983.687715,4510915.94446,585669.269443,4509280.75306
+3957,3957,1051,132.0,004000,,40.73000573,-73.98549552,118.0,007300,40.734682705,-74.00388484,753.956801827,5615,9801,4547,4546,007300,48716185.79,004000,66858387.5133,004000,10402172.0,007300,004000,32792.8265128,92567,101120,hub,hub,non_hub,584110.479319,4509782.14883,585669.269443,4509280.75306
+3958,3958,563,132.0,004000,,40.73000573,-73.98549552,172.0,007400,40.746413585,-73.98586892,863.689106287,4179,9801,2700,4546,007400,170614202.951,004000,66858387.5133,004000,10402172.0,007400,004000,32792.8265128,81121,101120,hub,hub,non_hub,585616.696258,4511101.7763,585669.269443,4509280.75306
+3959,3959,747,132.0,004000,,40.73000573,-73.98549552,138.0,007600,40.74737476,-73.988320695,870.393940446,2203,9801,1573,4546,007600,242014413.464,004000,66858387.5133,004000,10402172.0,007600,004000,32792.8265128,97464,101120,hub,hub,non_hub,585408.475283,4511206.08492,585669.269443,4509280.75306
+3960,3960,926,66.0,004000,,40.73000573,-73.98549552,86.0,007700,40.7390169121,-74.0026376103,691.119672177,5404,9801,4254,4546,007700,59306273.1509,004000,66858387.5133,004000,10402172.0,007700,004000,32792.8265128,79025,101120,hub,hub,non_hub,584210.329106,4510264.47156,585669.269443,4509280.75306
+3961,3961,973,66.0,004000,,40.73000573,-73.98549552,78.0,007800,40.74780373,-73.9734419,777.062229599,7380,9801,5372,4546,007800,112124597.728,004000,66858387.5133,004000,10402172.0,007800,004000,32792.8265128,59601,101120,hub,hub,non_hub,586664.043115,4511268.28888,585669.269443,4509280.75306
+3962,3962,1442,330.0,004000,,40.73000573,-73.98549552,348.0,007900,40.738916514,-74.007286026,929.445794712,4406,9801,2904,4546,007900,86937368.5918,004000,66858387.5133,004000,10402172.0,007900,004000,32792.8265128,171846,101120,hub,hub,non_hub,583817.969395,4510248.87788,585669.269443,4509280.75306
+3963,3963,781,132.0,004000,,40.73000573,-73.98549552,142.0,008000,40.7485693,-73.97717991,864.342645264,4946,9801,3730,4546,008000,197763821.532,004000,66858387.5133,004000,10402172.0,008000,004000,32792.8265128,74808,101120,hub,hub,non_hub,586347.477591,4511349.58844,585669.269443,4509280.75306
+3964,3964,353,66.0,004000,,40.73000573,-73.98549552,78.0,008100,40.73935542,-73.99931783,760.997785047,8675,9801,5315,4546,008100,91100400.6907,004000,66858387.5133,004000,10402172.0,008100,004000,32792.8265128,53195,101120,hub,hub,non_hub,584490.204148,4510305.23824,585669.269443,4509280.75306
+3965,3965,1768,198.0,004000,,40.73000573,-73.98549552,350.0,008200,40.7519375271,-73.9793428047,985.982347082,3442,9801,2534,4546,008200,262405408.076,004000,66858387.5133,004000,10402172.0,008200,004000,32792.8265128,228612,101120,hub,hub,non_hub,586160.532766,4511721.36058,585669.269443,4509280.75306
+3966,3966,991,264.0,004000,,40.73000573,-73.98549552,238.0,008300,40.742591315,-74.004102785,959.695183446,4211,9801,2321,4546,008300,119862327.354,004000,66858387.5133,004000,10402172.0,008300,004000,32792.8265128,186113,101120,hub,hub,non_hub,584082.11654,4510659.85081,585669.269443,4509280.75306
+3967,3967,189,66.0,004000,,40.73000573,-73.98549552,76.0,008400,40.75038009,-73.98338988,945.191259398,1726,9801,1041,4546,008400,147824461.739,004000,66858387.5133,004000,10402172.0,008400,004000,32792.8265128,34199,101120,hub,hub,non_hub,585820.889203,4511544.50828,585669.269443,4509280.75306
+3968,3968,243,66.0,004000,,40.73000573,-73.98549552,86.0,008601,40.744219,-73.97121214,960.459259259,2551,9801,1528,4546,008601,31141773.9073,004000,66858387.5133,004000,10402172.0,008601,004000,32792.8265128,31961,101120,hub,hub,non_hub,586856.951039,4510872.56191,585669.269443,4509280.75306
+3969,3969,1022,132.0,004000,,40.73000573,-73.98549552,156.0,008700,40.74206378,-73.995708955,771.810686652,6671,9801,4249,4546,008700,85660216.7821,004000,66858387.5133,004000,10402172.0,008700,004000,32792.8265128,152953,101120,hub,hub,non_hub,584791.475936,4510609.36503,585669.269443,4509280.75306
+3970,3970,540,132.0,004000,,40.73000573,-73.98549552,156.0,008800,40.75012189,-73.970133575,894.683052206,6964,9801,5507,4546,008800,216532475.876,004000,66858387.5133,004000,10402172.0,008800,004000,32792.8265128,43247,101120,hub,hub,non_hub,586940.323322,4511528.89362,585669.269443,4509280.75306
+3971,3971,913,198.0,004000,,40.73000573,-73.98549552,240.0,008900,40.74529008,-74.0021768567,946.052430219,5560,9801,3511,4546,008900,54419260.2723,004000,66858387.5133,004000,10402172.0,008900,004000,32792.8265128,158638,101120,hub,hub,non_hub,584241.316685,4510961.27944,585669.269443,4509280.75306
+3972,3972,944,198.0,004000,,40.73000573,-73.98549552,220.0,009000,40.75261798,-73.9703317533,927.542436078,7026,9801,5832,4546,009000,208846060.851,004000,66858387.5133,004000,10402172.0,009000,004000,32792.8265128,74531,101120,hub,hub,non_hub,586920.342162,4511805.78171,585669.269443,4509280.75306
+3973,3973,420,66.0,004000,,40.73000573,-73.98549552,78.0,009100,40.74487634,-73.99529885,875.099682193,6415,9801,4386,4546,009100,127325659.041,004000,66858387.5133,004000,10402172.0,009100,004000,32792.8265128,63878,101120,hub,hub,non_hub,584822.527687,4510921.97538,585669.269443,4509280.75306
+3974,3974,640,132.0,004000,,40.73000573,-73.98549552,220.0,009200,40.7548518863,-73.9734329075,935.757693735,1754,9801,1461,4546,009200,408192557.246,004000,66858387.5133,004000,10402172.0,009200,004000,32792.8265128,72226,101120,hub,hub,non_hub,586655.650548,4512050.69496,585669.269443,4509280.75306
+3975,3975,285,66.0,004000,,40.73000573,-73.98549552,78.0,009300,40.74475148,-73.99915362,971.590819375,9705,9801,5585,4546,009300,68528055.2433,004000,66858387.5133,004000,10402172.0,009300,004000,32792.8265128,52202,101120,hub,hub,non_hub,584497.239363,4510904.39701,585669.269443,4509280.75306
+3976,3976,382,66.0,004000,,40.73000573,-73.98549552,62.0,009400,40.75320159,-73.9779874,959.444444444,29,9801,16,4546,009400,299218147.811,004000,66858387.5133,004000,10402172.0,009400,004000,32792.8265128,82147,101120,hub,hub,non_hub,586273.319314,4511863.01244,585669.269443,4509280.75306
+3977,3977,482,66.0,004000,,40.73000573,-73.98549552,102.0,009500,40.746647,-73.993915,922.567704426,3425,9801,1416,4546,009500,129660033.725,004000,66858387.5133,004000,10402172.0,009500,004000,32792.8265128,57488,101120,hub,hub,non_hub,584937.108907,4511119.86954,585669.269443,4509280.75306
+3978,3978,425,198.0,004000,,40.73000573,-73.98549552,280.0,009600,40.7560599544,-73.9803818856,1001.41041623,153,9801,268,4546,009600,270304841.585,004000,66858387.5133,004000,10402172.0,009600,004000,32792.8265128,71527,101120,hub,hub,non_hub,586067.498731,4512177.96077,585669.269443,4509280.75306
+3979,3979,546,198.0,004000,,40.73000573,-73.98549552,198.0,009700,40.7493616033,-73.9991321067,1071.80971474,4744,9801,2827,4546,009700,83018263.1602,004000,66858387.5133,004000,10402172.0,009700,004000,32792.8265128,118804,101120,hub,hub,non_hub,584493.220017,4511416.17434,585669.269443,4509280.75306
+3980,3980,697,132.0,004000,,40.73000573,-73.98549552,140.0,009800,40.755285655,-73.96667288,1028.69652422,7105,9801,5244,4546,009800,115943808.909,004000,66858387.5133,004000,10402172.0,009800,004000,32792.8265128,40039,101120,hub,hub,non_hub,587225.727282,4512105.54383,585669.269443,4509280.75306
+3981,3981,1198,330.0,004000,,40.73000573,-73.98549552,370.0,009900,40.7520807866,-74.0031899092,1167.31481665,3617,9801,2438,4546,009900,404439511.776,004000,66858387.5133,004000,10402172.0,009900,004000,32792.8265128,208076,101120,hub,hub,non_hub,584147.226991,4511714.12465,585669.269443,4509280.75306
+3982,3982,571,198.0,004000,,40.73000573,-73.98549552,242.0,010000,40.7583696933,-73.9710287767,1066.05713721,1829,9801,1399,4546,010000,366457143.613,004000,66858387.5133,004000,10402172.0,010000,004000,32792.8265128,72085,101120,hub,hub,non_hub,586854.014885,4512443.57459,585669.269443,4509280.75306
+3983,3983,858,198.0,004000,,40.73000573,-73.98549552,254.0,010100,40.74945622,-73.9903382667,971.733920106,1119,9801,828,4546,010100,246168211.101,004000,66858387.5133,004000,10402172.0,010100,004000,32792.8265128,183377,101120,hub,hub,non_hub,585235.486219,4511435.18064,585669.269443,4509280.75306
+3984,3984,249,132.0,004000,,40.73000573,-73.98549552,162.0,010200,40.7606694,-73.973473555,1113.25240467,313,9801,268,4546,010200,333450202.294,004000,66858387.5133,004000,10402172.0,010200,004000,32792.8265128,46675,101120,hub,hub,non_hub,586644.664817,4512696.44233,585669.269443,4509280.75306
+3985,3985,701,132.0,004000,,40.73000573,-73.98549552,196.0,010300,40.751000495,-73.994372255,1081.11954959,1859,9801,1351,4546,010300,141506056.87,004000,66858387.5133,004000,10402172.0,010300,004000,32792.8265128,221593,101120,hub,hub,non_hub,584892.968075,4511602.69644,585669.269443,4509280.75306
+3986,3986,334,132.0,004000,,40.73000573,-73.98549552,150.0,010400,40.761664375,-73.976854975,1180.43432206,1031,9801,1033,4546,010400,363981333.295,004000,66858387.5133,004000,10402172.0,010400,004000,32792.8265128,65073,101120,hub,hub,non_hub,586357.961325,4512803.55852,585669.269443,4509280.75306
+3987,3987,184,66.0,004000,,40.73000573,-73.98549552,66.0,010602,40.75849116,-73.95920622,1282.82997988,4794,9801,2963,4546,010602,67980898.3739,004000,66858387.5133,004000,10402172.0,010602,004000,32792.8265128,22153,101120,hub,hub,non_hub,587851.796682,4512468.82754,585669.269443,4509280.75306
+3988,3988,1052,198.0,004000,,40.73000573,-73.98549552,234.0,010800,40.7591736033,-73.96613818,1078.2629498,8531,9801,6272,4546,010800,189351523.799,004000,66858387.5133,004000,10402172.0,010800,004000,32792.8265128,79198,101120,hub,hub,non_hub,587265.778542,4512537.66689,585669.269443,4509280.75306
+3989,3989,402,132.0,004000,,40.73000573,-73.98549552,228.0,010900,40.751351715,-73.987594755,918.569846402,182,9801,92,4546,010900,228173063.011,004000,66858387.5133,004000,10402172.0,010900,004000,32792.8265128,60092,101120,hub,hub,non_hub,585464.669441,4511648.26242,585669.269443,4509280.75306
+3990,3990,331,66.0,004000,,40.73000573,-73.98549552,118.0,011201,40.7643971,-73.97371465,1245.6488187,827,9801,964,4546,011201,118515444.187,004000,66858387.5133,004000,10402172.0,011201,004000,32792.8265128,41525,101120,hub,hub,non_hub,586619.474659,4513110.00718,585669.269443,4509280.75306
+3991,3991,395,66.0,004000,,40.73000573,-73.98549552,66.0,011203,40.76095756,-73.96724467,1116.42214815,1176,9801,1160,4546,011203,143782379.009,004000,66858387.5133,004000,10402172.0,011203,004000,32792.8265128,48033,101120,hub,hub,non_hub,587170.050102,4512734.59972,585669.269443,4509280.75306
+3992,3992,1095,264.0,004000,,40.73000573,-73.98549552,396.0,011300,40.7548008425,-73.9888010575,1076.77983249,204,9801,107,4546,011300,357940519.061,004000,66858387.5133,004000,10402172.0,011300,004000,32792.8265128,236650,101120,hub,hub,non_hub,585358.423228,4512029.96675,585669.269443,4509280.75306
+3993,3993,348,132.0,004000,,40.73000573,-73.98549552,164.0,011500,40.75701407,-73.992353645,1214.13976011,2487,9801,1678,4546,011500,130958459.747,004000,66858387.5133,004000,10402172.0,011500,004000,32792.8265128,103294,101120,hub,hub,non_hub,585055.712647,4512272.20178,585669.269443,4509280.75306
+3994,3994,188,132.0,004000,,40.73000573,-73.98549552,168.0,011700,40.76058799,-74.00080945,1435.0107433,2938,9801,2304,4546,011700,91270705.1484,004000,66858387.5133,004000,10402172.0,011700,004000,32792.8265128,73016,101120,hub,hub,non_hub,584337.427395,4512660.77158,585669.269443,4509280.75306
+3995,3995,129,66.0,004000,,40.73000573,-73.98549552,68.0,011900,40.7568001,-73.98291153,1193.29968864,1079,9801,1121,4546,011900,395254501.74,004000,66858387.5133,004000,10402172.0,011900,004000,32792.8265128,39976,101120,hub,hub,non_hub,585853.012005,4512257.64444,585669.269443,4509280.75306
+3996,3996,520,198.0,004000,,40.73000573,-73.98549552,218.0,012100,40.7598593767,-73.9914900133,1209.42374297,8366,9801,5744,4546,012100,101223732.045,004000,66858387.5133,004000,10402172.0,012100,004000,32792.8265128,132767,101120,hub,hub,non_hub,585124.983126,4512588.88932,585669.269443,4509280.75306
+3997,3997,119,66.0,004000,,40.73000573,-73.98549552,102.0,012500,40.76064679,-73.98442659,1148.38171283,2439,9801,2096,4546,012500,322911522.418,004000,66858387.5133,004000,10402172.0,012500,004000,32792.8265128,45486,101120,hub,hub,non_hub,585720.180916,4512683.17447,585669.269443,4509280.75306
+3998,3998,302,132.0,004000,,40.73000573,-73.98549552,168.0,012700,40.762485435,-73.990447135,1128.86966264,6437,9801,4434,4546,012700,104637996.687,004000,66858387.5133,004000,10402172.0,012700,004000,32792.8265128,83393,101120,hub,hub,non_hub,585209.656415,4512881.41361,585669.269443,4509280.75306
+3999,3999,90,66.0,004000,,40.73000573,-73.98549552,48.0,012900,40.76341379,-73.99667444,1466.29644269,5312,9801,3621,4546,012900,158698340.053,004000,66858387.5133,004000,10402172.0,012900,004000,32792.8265128,28661,101120,hub,hub,non_hub,584682.864463,4512978.43901,585669.269443,4509280.75306
+4000,4000,403,198.0,004000,,40.73000573,-73.98549552,320.0,013100,40.7621295133,-73.98215453,1112.93047656,2489,9801,2283,4546,013100,405023451.28,004000,66858387.5133,004000,10402172.0,013100,004000,32792.8265128,107228,101120,hub,hub,non_hub,585910.04945,4512849.98999,585669.269443,4509280.75306
+4001,4001,372,198.0,004000,,40.73000573,-73.98549552,202.0,013300,40.7647250567,-73.9866537633,1276.87991934,5363,9801,3909,4546,013300,79847412.2593,004000,66858387.5133,004000,10402172.0,013300,004000,32792.8265128,89810,101120,hub,hub,non_hub,585526.963405,4513133.71926,585669.269443,4509280.75306
+4002,4002,241,132.0,004000,,40.73000573,-73.98549552,130.0,013500,40.766984435,-73.99227308,1224.79777484,6075,9801,3935,4546,013500,198199142.958,004000,66858387.5133,004000,10402172.0,013500,004000,32792.8265128,64723,101120,hub,hub,non_hub,585049.80204,4513379.06475,585669.269443,4509280.75306
+4003,4003,317,132.0,004000,,40.73000573,-73.98549552,196.0,013700,40.766109285,-73.981808355,1354.51307101,6557,9801,5442,4546,013700,314878324.419,004000,66858387.5133,004000,10402172.0,013700,004000,32792.8265128,91142,101120,hub,hub,non_hub,585934.141665,4513292.1137,585669.269443,4509280.75306
+4004,4004,72,66.0,004000,,40.73000573,-73.98549552,54.0,013900,40.768254,-73.988639,1348.31785995,7607,9801,7359,4546,013900,139918084.587,004000,66858387.5133,004000,10402172.0,013900,004000,32792.8265128,26390,101120,hub,hub,non_hub,585354.890073,4513523.52534,585669.269443,4509280.75306
+4005,4005,196,66.0,004000,,40.73000573,-73.98549552,98.0,014300,40.76590936,-73.97634151,1323.94437414,3,9801,0,4546,014300,50027992.3322,004000,66858387.5133,004000,10402172.0,014300,004000,32792.8265128,21051,101120,hub,hub,non_hub,586395.803012,4513275.28949,585669.269443,4509280.75306
+4006,4006,316,66.0,004000,,40.73000573,-73.98549552,72.0,014500,40.76915505,-73.98191841,1793.23709494,5811,9801,3462,4546,014500,253397343.373,004000,66858387.5133,004000,10402172.0,014500,004000,32792.8265128,68350,101120,hub,hub,non_hub,585920.929601,4513630.10902,585669.269443,4509280.75306
+4007,4007,128,66.0,004000,,40.73000573,-73.98549552,110.0,014700,40.770513,-73.988038,1271.12062566,2586,9801,1743,4546,014700,70871746.8417,004000,66858387.5133,004000,10402172.0,014700,004000,32792.8265128,35099,101120,hub,hub,non_hub,585402.720353,4513774.87644,585669.269443,4509280.75306
+4008,4008,40,66.0,004000,,40.73000573,-73.98549552,72.0,015100,40.771522,-73.990541,1900.34375,8105,9801,4856,4546,015100,164953931.102,004000,66858387.5133,004000,10402172.0,015100,004000,32792.8265128,17578,101120,hub,hub,non_hub,585190.192062,4513884.4495,585669.269443,4509280.75306
+4009,4009,734,132.0,004000,,40.73000573,-73.98549552,140.0,031703,40.71644312,-74.014902115,1400.36183604,8670,9801,4231,4546,031703,332361109.355,004000,66858387.5133,004000,10402172.0,031703,004000,32792.8265128,136082,101120,hub,hub,non_hub,583202.897614,4507746.93647,585669.269443,4509280.75306
+4010,4010,353,198.0,004000,,40.73000573,-73.98549552,196.0,031704,40.7085171733,-74.0165557667,1665.0669296,6610,9801,3790,4546,031704,160823714.408,004000,66858387.5133,004000,10402172.0,031704,004000,32792.8265128,105244,101120,hub,hub,non_hub,583073.076824,4506865.54027,585669.269443,4509280.75306
+4011,4011,577,198.0,004000,,40.73000573,-73.98549552,170.0,000600,40.7128987867,-73.9898646367,879.059108204,11558,9801,4083,4546,000600,59149181.7526,004000,66858387.5133,004000,10402172.0,000600,004000,32792.8265128,70053,101120,hub,hub,non_hub,585322.159723,4507377.5136,585669.269443,4509280.75306
+4012,4012,1755,192.0,004100,,40.7195529,-73.996789035,108.0,000202,40.71318002,-73.9818904933,698.126424352,8012,7793,3598,3765,000202,37878157.9781,004100,71738983.3617,,0.0,000202,004100,68706.3268476,56352,114574,hub,hub,non_hub,585995.353038,4507416.50937,584728.836557,4508109.46034
+4013,4013,3332,448.0,004100,,40.7195529,-73.996789035,516.0,000700,40.70581148,-74.0081572071,869.319975051,7722,7793,5201,3765,000700,476954959.734,004100,71738983.3617,,0.0,000700,004100,68706.3268476,160040,114574,hub,hub,hub,583785.918305,4506573.16797,584728.836557,4508109.46034
+4014,4014,727,128.0,004100,,40.7195529,-73.996789035,94.0,000800,40.712414475,-73.993471545,634.94904814,10365,7793,4150,3765,000800,46479755.076,004100,71738983.3617,,0.0,000800,004100,68706.3268476,34254,114574,hub,hub,non_hub,585018.109713,4507320.25418,584728.836557,4508109.46034
+4015,4015,373,192.0,004100,,40.7195529,-73.996789035,194.0,000900,40.7024745833,-74.01224785,1093.58461764,1140,7793,939,3765,000900,404341803.896,004100,71738983.3617,,0.0,000900,004100,68706.3268476,46446,114574,hub,hub,non_hub,583444.520998,4506198.85784,584728.836557,4508109.46034
+4016,4016,690,64.0,004100,,40.7195529,-73.996789035,38.0,001002,40.71782143,-73.97628939,844.505168408,6439,7793,2346,3765,001002,22763374.2099,004100,71738983.3617,,0.0,001002,004100,68706.3268476,15916,114574,hub,hub,non_hub,586462.45635,4507937.23607,584728.836557,4508109.46034
+4017,4017,1331,128.0,004100,,40.7195529,-73.996789035,92.0,001200,40.717364275,-73.982955325,629.107715352,3547,7793,1857,3765,001200,23518220.7411,004100,71738983.3617,,0.0,001200,004100,68706.3268476,36493,114574,hub,hub,non_hub,585900.031125,4507879.94738,584728.836557,4508109.46034
+4018,4018,243,64.0,004100,,40.7195529,-73.996789035,72.0,001300,40.70463334,-74.01361706,1136.9500072,3776,7793,3028,3765,001300,286606455.687,004100,71738983.3617,,0.0,001300,004100,68706.3268476,27671,114574,hub,hub,non_hub,583326.158808,4506437.19368,584728.836557,4508109.46034
+4019,4019,1117,64.0,004100,,40.7195529,-73.996789035,56.0,001401,40.71559509,-73.9870295,507.36179265,3289,7793,1708,3765,001401,20168722.3199,004100,71738983.3617,,0.0,001401,004100,68706.3268476,26885,114574,hub,hub,non_hub,585558.18429,4507679.57909,584728.836557,4508109.46034
+4020,4020,710,128.0,004100,,40.7195529,-73.996789035,134.0,001501,40.70966832,-74.003597135,701.604248366,5581,7793,3450,3765,001501,172466366.322,004100,71738983.3617,,0.0,001501,004100,68706.3268476,27425,114574,hub,hub,non_hub,584166.279828,4507005.66129,584728.836557,4508109.46034
+4021,4021,2281,192.0,004100,,40.7195529,-73.996789035,246.0,001502,40.7088053467,-74.00635276,699.485435572,7095,7793,3459,3765,001502,221282059.103,004100,71738983.3617,,0.0,001502,004100,68706.3268476,82052,114574,hub,hub,non_hub,583934.59195,4506907.22889,584728.836557,4508109.46034
+4022,4022,2323,192.0,004100,,40.7195529,-73.996789035,214.0,001600,40.7153350167,-73.9943926833,470.37673368,8236,7793,3242,3765,001600,76565505.7581,004100,71738983.3617,,0.0,001600,004100,68706.3268476,82798,114574,hub,hub,non_hub,584936.591099,4507643.5622,584728.836557,4508109.46034
+4023,4023,4514,256.0,004100,,40.7195529,-73.996789035,308.0,001800,40.7193657075,-73.9906468425,442.288331957,8063,7793,3489,3765,001800,60554858.5127,004100,71738983.3617,,0.0,001800,004100,68706.3268476,133306,114574,hub,hub,hub,585247.838585,4508094.62497,584728.836557,4508109.46034
+4024,4024,1010,128.0,004100,,40.7195529,-73.996789035,92.0,002000,40.721554605,-73.977309405,935.104570725,4795,7793,1899,3765,002000,17907673.5628,004100,71738983.3617,,0.0,002000,004100,68706.3268476,31656,114574,hub,hub,non_hub,586371.478696,4508350.63994,584728.836557,4508109.46034
+4025,4025,3286,256.0,004100,,40.7195529,-73.996789035,204.0,002100,40.71451321,-74.0108850975,712.055384062,6111,7793,3038,3765,002100,273869828.705,004100,71738983.3617,,0.0,002100,004100,68706.3268476,151037,114574,hub,hub,hub,583544.598931,4507536.51732,584728.836557,4508109.46034
+4026,4026,1087,128.0,004100,,40.7195529,-73.996789035,88.0,002201,40.71833027,-73.980972895,702.081723081,6762,7793,3030,3765,002201,37585954.9949,004100,71738983.3617,,0.0,002201,004100,68706.3268476,26391,114574,hub,hub,non_hub,586066.226443,4507989.12022,584728.836557,4508109.46034
+4027,4027,468,64.0,004100,,40.7195529,-73.996789035,62.0,002202,40.7208736,-73.98085795,806.781325864,2256,7793,1045,3765,002202,13179093.8977,004100,71738983.3617,,0.0,002202,004100,68706.3268476,23935,114574,hub,hub,non_hub,586072.658368,4508271.55961,584728.836557,4508109.46034
+4028,4028,169,128.0,004100,,40.7195529,-73.996789035,96.0,002400,40.724744875,-73.974986535,1113.04716476,5775,7793,2175,3765,002400,17986635.5592,004100,71738983.3617,,0.0,002400,004100,68706.3268476,17965,114574,hub,hub,non_hub,586563.526382,4508707.06897,584728.836557,4508109.46034
+4029,4029,1706,128.0,004100,,40.7195529,-73.996789035,124.0,002500,40.7111743,-73.99849582,518.8487093,5061,7793,1917,3765,002500,22428407.6271,004100,71738983.3617,,0.0,002500,004100,68706.3268476,28216,114574,hub,hub,non_hub,584595.28909,4507177.73549,584728.836557,4508109.46034
+4030,4030,363,64.0,004100,,40.7195529,-73.996789035,62.0,002601,40.72299208,-73.97995466,823.042099982,3774,7793,1593,3765,002601,22248722.3098,004100,71738983.3617,,0.0,002601,004100,68706.3268476,22144,114574,hub,hub,non_hub,586146.216204,4508507.61099,584728.836557,4508109.46034
+4031,4031,630,64.0,004100,,40.7195529,-73.996789035,54.0,002700,40.71307916,-73.99851193,474.595088396,1191,7793,655,3765,002700,11349914.9514,004100,71738983.3617,,0.0,002700,004100,68706.3268476,20570,114574,hub,hub,non_hub,584591.517275,4507389.17181,584728.836557,4508109.46034
+4032,4032,268,64.0,004100,,40.7195529,-73.996789035,64.0,002800,40.72521311,-73.97768752,938.550142014,7302,7793,3341,3765,002800,47641507.3146,004100,71738983.3617,,0.0,002800,004100,68706.3268476,36744,114574,hub,hub,non_hub,586334.816403,4508756.38709,584728.836557,4508109.46034
+4033,4033,1573,64.0,004100,,40.7195529,-73.996789035,86.0,002900,40.71602118,-73.99974372,389.971833229,5855,7793,2420,3765,002900,200965547.24,004100,71738983.3617,,0.0,002900,004100,68706.3268476,31936,114574,hub,hub,non_hub,584483.752153,4507714.56961,584728.836557,4508109.46034
+4034,4034,1238,64.0,004100,,40.7195529,-73.996789035,70.0,003001,40.72066442,-73.98517977,599.656685134,4301,7793,2553,3765,003001,34302720.7166,004100,71738983.3617,,0.0,003001,004100,68706.3268476,41223,114574,hub,hub,non_hub,585707.91731,4508244.11218,584728.836557,4508109.46034
+4035,4035,811,64.0,004100,,40.7195529,-73.996789035,74.0,003002,40.72217444,-73.98368779,716.270386028,3031,7793,1885,3765,003002,18686109.2263,004100,71738983.3617,,0.0,003002,004100,68706.3268476,38675,114574,hub,hub,non_hub,585831.986427,4508413.19181,584728.836557,4508109.46034
+4036,4036,2957,192.0,004100,,40.7195529,-73.996789035,242.0,003100,40.7140617467,-74.0041933367,512.275066394,2809,7793,858,3765,003100,145687012.574,004100,71738983.3617,,0.0,003100,004100,68706.3268476,81469,114574,hub,hub,non_hub,584110.388584,4507492.78891,584728.836557,4508109.46034
+4037,4037,1991,192.0,004100,,40.7195529,-73.996789035,200.0,003200,40.7260543867,-73.9823576167,778.074942288,7630,7793,4888,3765,003200,46369492.482,004100,71738983.3617,,0.0,003200,004100,68706.3268476,138064,114574,hub,hub,non_hub,585939.335766,4508845.19329,584728.836557,4508109.46034
+4038,4038,3405,320.0,004100,,40.7195529,-73.996789035,346.0,003300,40.7188218907,-74.0063342158,565.568279389,5174,7793,2694,3765,003300,215459582.054,004100,71738983.3617,,0.0,003300,004100,68706.3268476,115059,114574,hub,hub,hub,583923.578949,4508019.14796,584728.836557,4508109.46034
+4039,4039,434,64.0,004100,,40.7195529,-73.996789035,78.0,003400,40.72955361,-73.98057249,887.93935697,6706,7793,4203,3765,003400,42933229.7541,004100,71738983.3617,,0.0,003400,004100,68706.3268476,47926,114574,hub,hub,non_hub,586085.581298,4509235.37985,584728.836557,4508109.46034
+4040,4040,2144,128.0,004100,,40.7195529,-73.996789035,132.0,003601,40.72217423,-73.990293175,469.269870711,3299,7793,1613,3765,003601,29191583.8104,004100,71738983.3617,,0.0,003601,004100,68706.3268476,77585,114574,hub,hub,non_hub,585274.124459,4508406.73315,584728.836557,4508109.46034
+4041,4041,1624,128.0,004100,,40.7195529,-73.996789035,124.0,003602,40.724852985,-73.989265345,526.649642925,2918,7793,1586,3765,003602,24941258.1161,004100,71738983.3617,,0.0,003602,004100,68706.3268476,82124,114574,hub,hub,non_hub,585357.507872,4508705.09166,584728.836557,4508109.46034
+4042,4042,4970,256.0,004100,,40.7195529,-73.996789035,296.0,003700,40.7256696075,-74.0052069325,577.870644475,2401,7793,1490,3765,003700,212385639.924,004100,71738983.3617,,0.0,003700,004100,68706.3268476,173333,114574,hub,hub,hub,584010.178026,4508780.36793,584728.836557,4508109.46034
+4043,4043,3444,256.0,004100,,40.7195529,-73.996789035,320.0,003800,40.72765889,-73.988195855,624.999174785,8610,7793,5795,3765,003800,67437493.5221,004100,71738983.3617,,0.0,003800,004100,68706.3268476,167230,114574,hub,hub,hub,585444.239635,4509017.60641,584728.836557,4508109.46034
+4044,4044,2251,256.0,004100,,40.7195529,-73.996789035,212.0,003900,40.7201717475,-74.00983051,708.803956592,5253,7793,3059,3765,003900,194910113.03,004100,71738983.3617,,0.0,003900,004100,68706.3268476,113624,114574,hub,hub,non_hub,583626.593058,4508165.65565,584728.836557,4508109.46034
+4045,4045,1843,128.0,004100,,40.7195529,-73.996789035,132.0,004000,40.73000573,-73.98549552,702.989351682,9801,7793,4546,3765,004000,66858387.5133,004100,71738983.3617,,0.0,004000,004100,68706.3268476,99660,114574,hub,hub,non_hub,585669.269443,4509280.75306,584728.836557,4508109.46034
+4046,4046,773,64.0,004100,,40.7195529,-73.996789035,70.0,004200,40.73223272,-73.98889957,706.403771321,4988,7793,1801,3765,004200,39941846.3325,004100,71738983.3617,,0.0,004200,004100,68706.3268476,50846,114574,hub,hub,non_hub,585378.96492,4509524.64843,584728.836557,4508109.46034
+4047,4047,1946,128.0,004100,,40.7195529,-73.996789035,134.0,004300,40.723870235,-73.995226525,485.461431761,4267,7793,2598,3765,004300,65935514.1184,004100,71738983.3617,,0.0,004300,004100,68706.3268476,95162,114574,hub,hub,non_hub,584855.320992,4508590.22212,584728.836557,4508109.46034
+4048,4048,741,128.0,004100,,40.7195529,-73.996789035,120.0,004400,40.73080269,-73.97968993,969.519265547,17710,7793,8297,3765,004400,114601147.016,004100,71738983.3617,,0.0,004400,004100,68706.3268476,106427,114574,hub,hub,non_hub,586158.498991,4509374.90208,584728.836557,4508109.46034
+4049,4049,1173,64.0,004100,,40.7195529,-73.996789035,54.0,004500,40.71910537,-73.99973337,396.373816486,840,7793,582,3765,004500,52009114.8865,004100,71738983.3617,,0.0,004500,004100,68706.3268476,34275,114574,hub,hub,non_hub,584480.726971,4508056.94497,584728.836557,4508109.46034
+4050,4050,1073,64.0,004100,,40.7195529,-73.996789035,78.0,004700,40.72165481,-74.00234737,415.754505039,2267,7793,1586,3765,004700,75477587.1594,004100,71738983.3617,,0.0,004700,004100,68706.3268476,27544,114574,hub,hub,non_hub,584256.734795,4508337.43837,584728.836557,4508109.46034
+4051,4051,411,64.0,004100,,40.7195529,-73.996789035,70.0,004800,40.73624527,-73.98473765,901.238323768,7550,7793,3799,3765,004800,74763044.6965,004100,71738983.3617,,0.0,004800,004100,68706.3268476,42567,114574,hub,hub,non_hub,585725.258797,4509974.12516,584728.836557,4508109.46034
+4052,4052,2106,128.0,004100,,40.7195529,-73.996789035,146.0,004900,40.724268615,-74.000521515,473.457378273,4951,7793,3054,3765,004900,103848670.177,004100,71738983.3617,,0.0,004900,004100,68706.3268476,80152,114574,hub,hub,non_hub,584407.63728,4508629.34168,584728.836557,4508109.46034
+4053,4053,1211,192.0,004100,,40.7195529,-73.996789035,186.0,005000,40.7359163467,-73.9873427633,813.031258484,5061,7793,3595,3765,005000,120638459.215,004100,71738983.3617,,0.0,005000,004100,68706.3268476,111023,114574,hub,hub,non_hub,585505.709717,4509935.07175,584728.836557,4508109.46034
+4054,4054,1841,128.0,004100,,40.7195529,-73.996789035,212.0,005200,40.73715585,-73.991241315,881.805280559,4193,7793,1785,3765,005200,109103391.81,004100,71738983.3617,,0.0,005200,004100,68706.3268476,159876,114574,hub,hub,non_hub,585174.941657,4510068.87544,584728.836557,4508109.46034
+4055,4055,532,64.0,004100,,40.7195529,-73.996789035,94.0,005400,40.73971301,-73.99456405,989.51627907,4656,7793,2837,3765,005400,128803552.888,004100,71738983.3617,,0.0,005400,004100,68706.3268476,73728,114574,hub,hub,non_hub,584891.129718,4510349.51956,584728.836557,4508109.46034
+4056,4056,1156,64.0,004100,,40.7195529,-73.996789035,60.0,005501,40.72679454,-73.99695094,504.046250079,5079,7793,2483,3765,005501,61061928.4125,004100,71738983.3617,,0.0,005501,004100,68706.3268476,57258,114574,hub,hub,non_hub,584705.980012,4508913.17477,584728.836557,4508109.46034
+4057,4057,1167,64.0,004100,,40.7195529,-73.996789035,54.0,005502,40.72743423,-73.99379025,490.140606738,2383,7793,1262,3765,005502,49017118.6146,004100,71738983.3617,,0.0,005502,004100,68706.3268476,55117,114574,hub,hub,non_hub,584972.085912,4508987.23863,584728.836557,4508109.46034
+4058,4058,1043,128.0,004100,,40.7195529,-73.996789035,190.0,005600,40.74065347,-73.98778661,962.121052523,2618,7793,2190,3765,005600,189153355.609,004100,71738983.3617,,0.0,005600,004100,68706.3268476,113209,114574,hub,hub,non_hub,585462.168743,4510460.49357,584728.836557,4508109.46034
+4059,4059,3035,128.0,004100,,40.7195529,-73.996789035,164.0,005700,40.729662915,-73.992405595,596.430900507,2937,7793,1789,3765,005700,90178032.7137,004100,71738983.3617,,0.0,005700,004100,68706.3268476,156896,114574,hub,hub,hub,585086.179601,4509235.9788,584728.836557,4508109.46034
+4060,4060,910,128.0,004100,,40.7195529,-73.996789035,174.0,005800,40.743154205,-73.990299735,1191.84831222,3182,7793,2306,3765,005800,164037511.755,004100,71738983.3617,,0.0,005800,004100,68706.3268476,130970,114574,hub,hub,non_hub,585246.786708,4510735.64918,584728.836557,4508109.46034
+4061,4061,670,64.0,004100,,40.7195529,-73.996789035,62.0,005900,40.73049393,-73.9957214,667.627573529,5516,7793,3276,3765,005900,71785177.1361,004100,71738983.3617,,0.0,005900,004100,68706.3268476,53180,114574,hub,hub,non_hub,584805.117402,4509325.01914,584728.836557,4508109.46034
+4062,4062,737,128.0,004100,,40.7195529,-73.996789035,126.0,006000,40.734822295,-73.976916765,1013.24216537,5286,7793,2459,3765,006000,27468182.8943,004100,71738983.3617,,0.0,006000,004100,68706.3268476,80462,114574,hub,hub,non_hub,586387.478737,4509823.83141,584728.836557,4508109.46034
+4063,4063,3965,256.0,004100,,40.7195529,-73.996789035,282.0,006100,40.73385254,-73.992357065,761.005667887,4913,7793,2683,3765,006100,91682014.33,004100,71738983.3617,,0.0,006100,004100,68706.3268476,245510,114574,hub,hub,hub,585084.940162,4509701.10308,584728.836557,4508109.46034
+4064,4064,125,64.0,004100,,40.7195529,-73.996789035,60.0,006200,40.7381765,-73.97738662,1164.61389386,4680,7793,1401,3765,006200,231817485.533,004100,71738983.3617,,0.0,006200,004100,68706.3268476,33218,114574,hub,hub,non_hub,586343.467107,4510195.70961,584728.836557,4508109.46034
+4065,4065,1030,192.0,004100,,40.7195529,-73.996789035,198.0,006300,40.7346940933,-73.99785666,935.247996757,6076,7793,4277,3765,006300,85447631.8451,004100,71738983.3617,,0.0,006300,004100,68706.3268476,120233,114574,hub,hub,non_hub,584619.48321,4509789.20591,584728.836557,4508109.46034
+4066,4066,460,64.0,004100,,40.7195529,-73.996789035,78.0,006400,40.73587678,-73.98205027,924.378162754,7518,7793,5058,3765,006400,95664936.1545,004100,71738983.3617,,0.0,006400,004100,68706.3268476,47750,114574,hub,hub,non_hub,585952.649806,4509935.84788,584728.836557,4508109.46034
+4067,4067,2487,192.0,004100,,40.7195529,-73.996789035,212.0,006500,40.7306296367,-73.9991423,684.443740203,6517,7793,3568,3765,006500,59290910.3694,004100,71738983.3617,,0.0,006500,004100,68706.3268476,125356,114574,hub,hub,non_hub,584516.067395,4509336.78488,584728.836557,4508109.46034
+4068,4068,647,128.0,004100,,40.7195529,-73.996789035,164.0,006600,40.739285505,-73.97827188,1111.20337708,11780,7793,6818,3765,006600,84730469.4548,004100,71738983.3617,,0.0,006600,004100,68706.3268476,74621,114574,hub,hub,non_hub,586267.286922,4510317.94668,584728.836557,4508109.46034
+4069,4069,1146,64.0,004100,,40.7195529,-73.996789035,78.0,006700,40.73038599,-74.00214988,730.295659045,4984,7793,3796,3765,006700,47238039.9972,004100,71738983.3617,,0.0,006700,004100,68706.3268476,70025,114574,hub,hub,non_hub,584262.399901,4509306.84766,584728.836557,4508109.46034
+4070,4070,443,64.0,004100,,40.7195529,-73.996789035,78.0,006800,40.74025878,-73.98409214,1040.59548512,6735,7793,4494,3765,006800,130298431.446,004100,71738983.3617,,0.0,006800,004100,68706.3268476,58926,114574,hub,hub,non_hub,585774.608423,4510420.28363,584728.836557,4508109.46034
+4071,4071,1626,128.0,004100,,40.7195529,-73.996789035,134.0,006900,40.732319905,-74.0069291,891.71511298,2687,7793,1484,3765,006900,61292499.9331,004100,71738983.3617,,0.0,006900,004100,68706.3268476,130727,114574,hub,hub,non_hub,583856.38945,4509516.94969,584728.836557,4508109.46034
+4072,4072,807,192.0,004100,,40.7195529,-73.996789035,254.0,007000,40.7425313746,-73.9756457494,1176.90948911,8302,7793,5669,3765,007000,78634704.8451,004100,71738983.3617,,0.0,007000,004100,68706.3268476,145227,114574,hub,hub,non_hub,586484.817182,4510680.84551,584728.836557,4508109.46034
+4073,4073,905,128.0,004100,,40.7195529,-73.996789035,142.0,007100,40.736526545,-74.000108805,1008.03305382,5633,7793,3844,3765,007100,68447429.2743,004100,71738983.3617,,0.0,007100,004100,68706.3268476,79459,114574,hub,hub,non_hub,584426.995774,4509990.4524,584728.836557,4508109.46034
+4074,4074,777,192.0,004100,,40.7195529,-73.996789035,252.0,007200,40.7447014833,-73.98154809,1227.25839973,7734,7793,5222,3765,007200,132092861.454,004100,71738983.3617,,0.0,007200,004100,68706.3268476,157612,114574,hub,hub,non_hub,585983.687715,4510915.94446,584728.836557,4508109.46034
+4075,4075,1120,128.0,004100,,40.7195529,-73.996789035,118.0,007300,40.734682705,-74.00388484,943.043756348,5615,7793,4547,3765,007300,48716185.79,004100,71738983.3617,,0.0,007300,004100,68706.3268476,92567,114574,hub,hub,non_hub,584110.479319,4509782.14883,584728.836557,4508109.46034
+4076,4076,354,128.0,004100,,40.7195529,-73.996789035,172.0,007400,40.746413585,-73.98586892,1255.23153646,4179,7793,2700,3765,007400,170614202.951,004100,71738983.3617,,0.0,007400,004100,68706.3268476,81121,114574,hub,hub,non_hub,585616.696258,4511101.7763,584728.836557,4508109.46034
+4077,4077,536,128.0,004100,,40.7195529,-73.996789035,138.0,007600,40.74737476,-73.988320695,1259.37529728,2203,7793,1573,3765,007600,242014413.464,004100,71738983.3617,,0.0,007600,004100,68706.3268476,97464,114574,hub,hub,non_hub,585408.475283,4511206.08492,584728.836557,4508109.46034
+4078,4078,568,64.0,004100,,40.7195529,-73.996789035,86.0,007700,40.7390169121,-74.0026376103,1013.13491721,5404,7793,4254,3765,007700,59306273.1509,004100,71738983.3617,,0.0,007700,004100,68706.3268476,79025,114574,hub,hub,non_hub,584210.329106,4510264.47156,584728.836557,4508109.46034
+4079,4079,394,64.0,004100,,40.7195529,-73.996789035,78.0,007800,40.74780373,-73.9734419,1211.80943249,7380,7793,5372,3765,007800,112124597.728,004100,71738983.3617,,0.0,007800,004100,68706.3268476,59601,114574,hub,hub,non_hub,586664.043115,4511268.28888,584728.836557,4508109.46034
+4080,4080,1725,320.0,004100,,40.7195529,-73.996789035,348.0,007900,40.738916514,-74.007286026,1059.96498708,4406,7793,2904,3765,007900,86937368.5918,004100,71738983.3617,,0.0,007900,004100,68706.3268476,171846,114574,hub,hub,non_hub,583817.969395,4510248.87788,584728.836557,4508109.46034
+4081,4081,334,128.0,004100,,40.7195529,-73.996789035,142.0,008000,40.7485693,-73.97717991,1310.1347132,4946,7793,3730,3765,008000,197763821.532,004100,71738983.3617,,0.0,008000,004100,68706.3268476,74808,114574,hub,hub,non_hub,586347.477591,4511349.58844,584728.836557,4508109.46034
+4082,4082,373,64.0,004100,,40.7195529,-73.996789035,78.0,008100,40.73935542,-73.99931783,1093.99763191,8675,7793,5315,3765,008100,91100400.6907,004100,71738983.3617,,0.0,008100,004100,68706.3268476,53195,114574,hub,hub,non_hub,584490.204148,4510305.23824,584728.836557,4508109.46034
+4083,4083,1045,192.0,004100,,40.7195529,-73.996789035,350.0,008200,40.7519593895,-73.9793793335,1348.05222173,3442,7793,2534,3765,008200,262405408.076,004100,71738983.3617,,0.0,008200,004100,68706.3268476,228612,114574,hub,hub,non_hub,586157.420851,4511723.7516,584728.836557,4508109.46034
+4084,4084,1304,256.0,004100,,40.7195529,-73.996789035,238.0,008300,40.742591315,-74.004102785,1153.23575147,4211,7793,2321,3765,008300,119862327.354,004100,71738983.3617,,0.0,008300,004100,68706.3268476,186113,114574,hub,hub,non_hub,584082.11654,4510659.85081,584728.836557,4508109.46034
+4085,4085,147,64.0,004100,,40.7195529,-73.996789035,76.0,008400,40.75038009,-73.98338988,1360.40823096,1726,7793,1041,3765,008400,147824461.739,004100,71738983.3617,,0.0,008400,004100,68706.3268476,34199,114574,hub,hub,non_hub,585820.889203,4511544.50828,584728.836557,4508109.46034
+4086,4086,64,64.0,004100,,40.7195529,-73.996789035,86.0,008601,40.744219,-73.97121214,1724.62352941,2551,7793,1528,3765,008601,31141773.9073,004100,71738983.3617,,0.0,008601,004100,68706.3268476,31961,114574,hub,hub,non_hub,586856.951039,4510872.56191,584728.836557,4508109.46034
+4087,4087,739,128.0,004100,,40.7195529,-73.996789035,156.0,008700,40.74206378,-73.995708955,1085.22263311,6671,7793,4249,3765,008700,85660216.7821,004100,71738983.3617,,0.0,008700,004100,68706.3268476,152953,114574,hub,hub,non_hub,584791.475936,4510609.36503,584728.836557,4508109.46034
+4088,4088,110,128.0,004100,,40.7195529,-73.996789035,156.0,008800,40.75012189,-73.970133575,1487.05532407,6964,7793,5507,3765,008800,216532475.876,004100,71738983.3617,,0.0,008800,004100,68706.3268476,43247,114574,hub,hub,non_hub,586940.323322,4511528.89362,584728.836557,4508109.46034
+4089,4089,802,192.0,004100,,40.7195529,-73.996789035,240.0,008900,40.74529008,-74.0021768567,1237.60645815,5560,7793,3511,3765,008900,54419260.2723,004100,71738983.3617,,0.0,008900,004100,68706.3268476,158638,114574,hub,hub,non_hub,584241.316685,4510961.27944,584728.836557,4508109.46034
+4090,4090,264,192.0,004100,,40.7195529,-73.996789035,220.0,009000,40.75261798,-73.9703317533,1451.56486866,7026,7793,5832,3765,009000,208846060.851,004100,71738983.3617,,0.0,009000,004100,68706.3268476,74531,114574,hub,hub,non_hub,586920.342162,4511805.78171,584728.836557,4508109.46034
+4091,4091,357,64.0,004100,,40.7195529,-73.996789035,78.0,009100,40.74487634,-73.99529885,1174.68584676,6415,7793,4386,3765,009100,127325659.041,004100,71738983.3617,,0.0,009100,004100,68706.3268476,63878,114574,hub,hub,non_hub,584822.527687,4510921.97538,584728.836557,4508109.46034
+4092,4092,194,128.0,004100,,40.7195529,-73.996789035,220.0,009200,40.7548518863,-73.9734329075,1458.23753719,1754,7793,1461,3765,009200,408192557.246,004100,71738983.3617,,0.0,009200,004100,68706.3268476,72226,114574,hub,hub,non_hub,586655.650548,4512050.69496,584728.836557,4508109.46034
+4093,4093,140,64.0,004100,,40.7195529,-73.996789035,78.0,009300,40.74475148,-73.99915362,1281.0210084,9705,7793,5585,3765,009300,68528055.2433,004100,71738983.3617,,0.0,009300,004100,68706.3268476,52202,114574,hub,hub,non_hub,584497.239363,4510904.39701,584728.836557,4508109.46034
+4094,4094,139,64.0,004100,,40.7195529,-73.996789035,62.0,009400,40.75320159,-73.9779874,1353.15885003,29,7793,16,3765,009400,299218147.811,004100,71738983.3617,,0.0,009400,004100,68706.3268476,82147,114574,hub,hub,non_hub,586273.319314,4511863.01244,584728.836557,4508109.46034
+4095,4095,209,64.0,004100,,40.7195529,-73.996789035,102.0,009500,40.746647,-73.993915,1283.44924812,3425,7793,1416,3765,009500,129660033.725,004100,71738983.3617,,0.0,009500,004100,68706.3268476,57488,114574,hub,hub,non_hub,584937.108907,4511119.86954,584728.836557,4508109.46034
+4096,4096,161,192.0,004100,,40.7195529,-73.996789035,280.0,009600,40.7560520952,-73.9803746348,1548.0650463,153,7793,268,3765,009600,270304841.585,004100,71738983.3617,,0.0,009600,004100,68706.3268476,71527,114574,hub,hub,non_hub,586068.120924,4512177.09545,584728.836557,4508109.46034
+4097,4097,402,192.0,004100,,40.7195529,-73.996789035,198.0,009700,40.7493616033,-73.9991321067,1421.29585471,4744,7793,2827,3765,009700,83018263.1602,004100,71738983.3617,,0.0,009700,004100,68706.3268476,118804,114574,hub,hub,non_hub,584493.220017,4511416.17434,584728.836557,4508109.46034
+4098,4098,225,128.0,004100,,40.7195529,-73.996789035,140.0,009800,40.755285655,-73.96667288,1449.12883367,7105,7793,5244,3765,009800,115943808.909,004100,71738983.3617,,0.0,009800,004100,68706.3268476,40039,114574,hub,hub,non_hub,587225.727282,4512105.54383,584728.836557,4508109.46034
+4099,4099,1206,320.0,004100,,40.7195529,-73.996789035,370.0,009900,40.7520807866,-74.0031899092,1401.77236918,3617,7793,2438,3765,009900,404439511.776,004100,71738983.3617,,0.0,009900,004100,68706.3268476,208076,114574,hub,hub,non_hub,584147.226991,4511714.12465,584728.836557,4508109.46034
+4100,4100,213,192.0,004100,,40.7195529,-73.996789035,242.0,010000,40.7583696933,-73.9710287767,1477.05975156,1829,7793,1399,3765,010000,366457143.613,004100,71738983.3617,,0.0,010000,004100,68706.3268476,72085,114574,hub,hub,non_hub,586854.014885,4512443.57459,584728.836557,4508109.46034
+4101,4101,601,192.0,004100,,40.7195529,-73.996789035,254.0,010100,40.74945622,-73.9903382667,1380.016116,1119,7793,828,3765,010100,246168211.101,004100,71738983.3617,,0.0,010100,004100,68706.3268476,183377,114574,hub,hub,non_hub,585235.486219,4511435.18064,584728.836557,4508109.46034
+4102,4102,83,128.0,004100,,40.7195529,-73.996789035,162.0,010200,40.7606694,-73.973473555,1712.2250384,313,7793,268,3765,010200,333450202.294,004100,71738983.3617,,0.0,010200,004100,68706.3268476,46675,114574,hub,hub,non_hub,586644.664817,4512696.44233,584728.836557,4508109.46034
+4103,4103,423,128.0,004100,,40.7195529,-73.996789035,196.0,010300,40.751000495,-73.994372255,1391.12873129,1859,7793,1351,3765,010300,141506056.87,004100,71738983.3617,,0.0,010300,004100,68706.3268476,221593,114574,hub,hub,non_hub,584892.968075,4511602.69644,584728.836557,4508109.46034
+4104,4104,131,128.0,004100,,40.7195529,-73.996789035,150.0,010400,40.761664375,-73.976854975,1753.98896665,1031,7793,1033,3765,010400,363981333.295,004100,71738983.3617,,0.0,010400,004100,68706.3268476,65073,114574,hub,hub,non_hub,586357.961325,4512803.55852,584728.836557,4508109.46034
+4105,4105,85,64.0,004100,,40.7195529,-73.996789035,66.0,010602,40.75849116,-73.95920622,1689.29583333,4794,7793,2963,3765,010602,67980898.3739,004100,71738983.3617,,0.0,010602,004100,68706.3268476,22153,114574,hub,hub,non_hub,587851.796682,4512468.82754,584728.836557,4508109.46034
+4106,4106,213,192.0,004100,,40.7195529,-73.996789035,234.0,010800,40.7591736033,-73.96613818,1622.39205363,8531,7793,6272,3765,010800,189351523.799,004100,71738983.3617,,0.0,010800,004100,68706.3268476,79198,114574,hub,hub,non_hub,587265.778542,4512537.66689,584728.836557,4508109.46034
+4107,4107,218,128.0,004100,,40.7195529,-73.996789035,228.0,010900,40.751351715,-73.987594755,1378.22991273,182,7793,92,3765,010900,228173063.011,004100,71738983.3617,,0.0,010900,004100,68706.3268476,60092,114574,hub,hub,non_hub,585464.669441,4511648.26242,584728.836557,4508109.46034
+4108,4108,65,64.0,004100,,40.7195529,-73.996789035,118.0,011201,40.7643971,-73.97371465,1902.15688776,827,7793,964,3765,011201,118515444.187,004100,71738983.3617,,0.0,011201,004100,68706.3268476,41525,114574,hub,hub,non_hub,586619.474659,4513110.00718,584728.836557,4508109.46034
+4109,4109,174,64.0,004100,,40.7195529,-73.996789035,66.0,011203,40.76095756,-73.96724467,1776.88501742,1176,7793,1160,3765,011203,143782379.009,004100,71738983.3617,,0.0,011203,004100,68706.3268476,48033,114574,hub,hub,non_hub,587170.050102,4512734.59972,584728.836557,4508109.46034
+4110,4110,650,256.0,004100,,40.7195529,-73.996789035,396.0,011300,40.7548008425,-73.9888010575,1435.54473083,204,7793,107,3765,011300,357940519.061,004100,71738983.3617,,0.0,011300,004100,68706.3268476,236650,114574,hub,hub,non_hub,585358.423228,4512029.96675,584728.836557,4508109.46034
+4111,4111,319,128.0,004100,,40.7195529,-73.996789035,164.0,011500,40.75701407,-73.992353645,1601.91462493,2487,7793,1678,3765,011500,130958459.747,004100,71738983.3617,,0.0,011500,004100,68706.3268476,103294,114574,hub,hub,non_hub,585055.712647,4512272.20178,584728.836557,4508109.46034
+4112,4112,231,128.0,004100,,40.7195529,-73.996789035,168.0,011700,40.76058799,-74.00080945,1648.76740875,2938,7793,2304,3765,011700,91270705.1484,004100,71738983.3617,,0.0,011700,004100,68706.3268476,73016,114574,hub,hub,non_hub,584337.427395,4512660.77158,584728.836557,4508109.46034
+4113,4113,54,64.0,004100,,40.7195529,-73.996789035,68.0,011900,40.7568001,-73.98291153,1786.15,1079,7793,1121,3765,011900,395254501.74,004100,71738983.3617,,0.0,011900,004100,68706.3268476,39976,114574,hub,hub,non_hub,585853.012005,4512257.64444,584728.836557,4508109.46034
+4114,4114,353,192.0,004100,,40.7195529,-73.996789035,218.0,012100,40.7598593767,-73.9914900133,1683.99962743,8366,7793,5744,3765,012100,101223732.045,004100,71738983.3617,,0.0,012100,004100,68706.3268476,132767,114574,hub,hub,non_hub,585124.983126,4512588.88932,584728.836557,4508109.46034
+4115,4115,62,64.0,004100,,40.7195529,-73.996789035,102.0,012500,40.76064679,-73.98442659,1864.43813131,2439,7793,2096,3765,012500,322911522.418,004100,71738983.3617,,0.0,012500,004100,68706.3268476,45486,114574,hub,hub,non_hub,585720.180916,4512683.17447,584728.836557,4508109.46034
+4116,4116,194,128.0,004100,,40.7195529,-73.996789035,168.0,012700,40.762485435,-73.990447135,1535.20945085,6437,7793,4434,3765,012700,104637996.687,004100,71738983.3617,,0.0,012700,004100,68706.3268476,83393,114574,hub,hub,non_hub,585209.656415,4512881.41361,584728.836557,4508109.46034
+4117,4117,90,64.0,004100,,40.7195529,-73.996789035,48.0,012900,40.76341379,-73.99667444,1735.18910256,5312,7793,3621,3765,012900,158698340.053,004100,71738983.3617,,0.0,012900,004100,68706.3268476,28661,114574,hub,hub,non_hub,584682.864463,4512978.43901,584728.836557,4508109.46034
+4118,4118,186,192.0,004100,,40.7195529,-73.996789035,320.0,013100,40.7621295133,-73.98215453,1724.76098305,2489,7793,2283,3765,013100,405023451.28,004100,71738983.3617,,0.0,013100,004100,68706.3268476,107228,114574,hub,hub,non_hub,585910.04945,4512849.98999,584728.836557,4508109.46034
+4119,4119,142,192.0,004100,,40.7195529,-73.996789035,202.0,013300,40.7647250567,-73.9866537633,1852.40767174,5363,7793,3909,3765,013300,79847412.2593,004100,71738983.3617,,0.0,013300,004100,68706.3268476,89810,114574,hub,hub,non_hub,585526.963405,4513133.71926,584728.836557,4508109.46034
+4120,4120,202,128.0,004100,,40.7195529,-73.996789035,130.0,013500,40.766984435,-73.99227308,1794.49309332,6075,7793,3935,3765,013500,198199142.958,004100,71738983.3617,,0.0,013500,004100,68706.3268476,64723,114574,hub,hub,non_hub,585049.80204,4513379.06475,584728.836557,4508109.46034
+4121,4121,178,128.0,004100,,40.7195529,-73.996789035,196.0,013700,40.766109285,-73.981808355,1664.57829887,6557,7793,5442,3765,013700,314878324.419,004100,71738983.3617,,0.0,013700,004100,68706.3268476,91142,114574,hub,hub,non_hub,585934.141665,4513292.1137,584728.836557,4508109.46034
+4122,4122,45,64.0,004100,,40.7195529,-73.996789035,54.0,013900,40.768254,-73.988639,2100.58333333,7607,7793,7359,3765,013900,139918084.587,004100,71738983.3617,,0.0,013900,004100,68706.3268476,26390,114574,hub,hub,non_hub,585354.890073,4513523.52534,584728.836557,4508109.46034
+4123,4123,45,64.0,004100,,40.7195529,-73.996789035,98.0,014300,40.76590936,-73.97634151,1743.66474654,3,7793,0,3765,014300,50027992.3322,004100,71738983.3617,,0.0,014300,004100,68706.3268476,21051,114574,hub,hub,non_hub,586395.803012,4513275.28949,584728.836557,4508109.46034
+4124,4124,171,64.0,004100,,40.7195529,-73.996789035,72.0,014500,40.76915505,-73.98191841,2011.76457585,5811,7793,3462,3765,014500,253397343.373,004100,71738983.3617,,0.0,014500,004100,68706.3268476,68350,114574,hub,hub,non_hub,585920.929601,4513630.10902,584728.836557,4508109.46034
+4125,4125,93,64.0,004100,,40.7195529,-73.996789035,110.0,014700,40.770513,-73.988038,1601.23191734,2586,7793,1743,3765,014700,70871746.8417,004100,71738983.3617,,0.0,014700,004100,68706.3268476,35099,114574,hub,hub,non_hub,585402.720353,4513774.87644,584728.836557,4508109.46034
+4126,4126,42,64.0,004100,,40.7195529,-73.996789035,72.0,015100,40.771522,-73.990541,2132.8938992,8105,7793,4856,3765,015100,164953931.102,004100,71738983.3617,,0.0,015100,004100,68706.3268476,17578,114574,hub,hub,non_hub,585190.192062,4513884.4495,584728.836557,4508109.46034
+4127,4127,1144,128.0,004100,,40.7195529,-73.996789035,140.0,031703,40.71644312,-74.014902115,1054.12432802,8670,7793,4231,3765,031703,332361109.355,004100,71738983.3617,,0.0,031703,004100,68706.3268476,136082,114574,hub,hub,non_hub,583202.897614,4507746.93647,584728.836557,4508109.46034
+4128,4128,873,192.0,004100,,40.7195529,-73.996789035,196.0,031704,40.7085171733,-74.0165557667,1214.58377959,6610,7793,3790,3765,031704,160823714.408,004100,71738983.3617,,0.0,031704,004100,68706.3268476,105244,114574,hub,hub,non_hub,583073.076824,4506865.54027,584728.836557,4508109.46034
+4129,4129,2371,192.0,004100,,40.7195529,-73.996789035,170.0,000600,40.7128987867,-73.9898646367,626.448983594,11558,7793,4083,3765,000600,59149181.7526,004100,71738983.3617,,0.0,000600,004100,68706.3268476,70053,114574,hub,hub,non_hub,585322.159723,4507377.5136,584728.836557,4508109.46034
+4130,4130,166,105.0,004200,,40.73223272,-73.98889957,54.0,000202,40.71318002,-73.9818904933,1101.71208402,8012,4988,3598,1801,000202,37878157.9781,004200,39941846.3325,,0.0,000202,004200,31395.2288965,56352,52286,hub,hub,non_hub,585995.353038,4507416.50937,585378.96492,4509524.64843
+4131,4131,419,245.0,004200,,40.73223272,-73.98889957,258.0,000700,40.70581148,-74.0081572071,1317.56285346,7722,4988,5201,1801,000700,476954959.734,004200,39941846.3325,,0.0,000700,004200,31395.2288965,160040,52286,hub,hub,non_hub,583785.918305,4506573.16797,585378.96492,4509524.64843
+4132,4132,124,70.0,004200,,40.73223272,-73.98889957,47.0,000800,40.712414475,-73.993471545,818.438677918,10365,4988,4150,1801,000800,46479755.076,004200,39941846.3325,,0.0,000800,004200,31395.2288965,34254,52286,hub,hub,non_hub,585018.109713,4507320.25418,585378.96492,4509524.64843
+4133,4133,76,105.0,004200,,40.73223272,-73.98889957,97.0,000900,40.7024745833,-74.01224785,1701.55652585,1140,4988,939,1801,000900,404341803.896,004200,39941846.3325,,0.0,000900,004200,31395.2288965,46446,52286,hub,hub,non_hub,583444.520998,4506198.85784,585378.96492,4509524.64843
+4134,4134,45,35.0,004200,,40.73223272,-73.98889957,19.0,001002,40.71782143,-73.97628939,1063.55555556,6439,4988,2346,1801,001002,22763374.2099,004200,39941846.3325,,0.0,001002,004200,31395.2288965,15916,52286,hub,hub,non_hub,586462.45635,4507937.23607,585378.96492,4509524.64843
+4135,4135,152,70.0,004200,,40.73223272,-73.98889957,46.0,001200,40.717364275,-73.982955325,898.338407924,3547,4988,1857,1801,001200,23518220.7411,004200,39941846.3325,,0.0,001200,004200,31395.2288965,36493,52286,hub,hub,non_hub,585900.031125,4507879.94738,585378.96492,4509524.64843
+4136,4136,48,35.0,004200,,40.73223272,-73.98889957,36.0,001300,40.70463334,-74.01361706,1716.5,3776,4988,3028,1801,001300,286606455.687,004200,39941846.3325,,0.0,001300,004200,31395.2288965,27671,52286,hub,hub,non_hub,583326.158808,4506437.19368,585378.96492,4509524.64843
+4137,4137,82,35.0,004200,,40.73223272,-73.98889957,28.0,001401,40.71559509,-73.9870295,784.402439024,3289,4988,1708,1801,001401,20168722.3199,004200,39941846.3325,,0.0,001401,004200,31395.2288965,26885,52286,hub,hub,non_hub,585558.18429,4507679.57909,585378.96492,4509524.64843
+4138,4138,76,70.0,004200,,40.73223272,-73.98889957,67.0,001501,40.70966832,-74.003597135,1204.35930736,5581,4988,3450,1801,001501,172466366.322,004200,39941846.3325,,0.0,001501,004200,31395.2288965,27425,52286,hub,hub,non_hub,584166.279828,4507005.66129,585378.96492,4509524.64843
+4139,4139,149,105.0,004200,,40.73223272,-73.98889957,123.0,001502,40.7088053467,-74.00635276,1280.24624542,7095,4988,3459,1801,001502,221282059.103,004200,39941846.3325,,0.0,001502,004200,31395.2288965,82052,52286,hub,hub,non_hub,583934.59195,4506907.22889,585378.96492,4509524.64843
+4140,4140,348,105.0,004200,,40.73223272,-73.98889957,107.0,001600,40.7153350167,-73.9943926833,775.041528418,8236,4988,3242,1801,001600,76565505.7581,004200,39941846.3325,,0.0,001600,004200,31395.2288965,82798,52286,hub,hub,non_hub,584936.591099,4507643.5622,585378.96492,4509524.64843
+4141,4141,888,140.0,004200,,40.73223272,-73.98889957,154.0,001800,40.7193657075,-73.9906468425,668.727241377,8063,4988,3489,1801,001800,60554858.5127,004200,39941846.3325,,0.0,001800,004200,31395.2288965,133306,52286,hub,hub,non_hub,585247.838585,4508094.62497,585378.96492,4509524.64843
+4142,4142,400,70.0,004200,,40.73223272,-73.98889957,46.0,002000,40.721554605,-73.977309405,704.936064941,4795,4988,1899,1801,002000,17907673.5628,004200,39941846.3325,,0.0,002000,004200,31395.2288965,31656,52286,hub,hub,non_hub,586371.478696,4508350.63994,585378.96492,4509524.64843
+4143,4143,347,140.0,004200,,40.73223272,-73.98889957,102.0,002100,40.71451321,-74.0108850975,1074.85760154,6111,4988,3038,1801,002100,273869828.705,004200,39941846.3325,,0.0,002100,004200,31395.2288965,151037,52286,hub,hub,non_hub,583544.598931,4507536.51732,585378.96492,4509524.64843
+4144,4144,101,70.0,004200,,40.73223272,-73.98889957,44.0,002201,40.71833027,-73.980972895,752.518321513,6762,4988,3030,1801,002201,37585954.9949,004200,39941846.3325,,0.0,002201,004200,31395.2288965,26391,52286,hub,hub,non_hub,586066.226443,4507989.12022,585378.96492,4509524.64843
+4145,4145,217,35.0,004200,,40.73223272,-73.98889957,31.0,002202,40.7208736,-73.98085795,657.640552995,2256,4988,1045,1801,002202,13179093.8977,004200,39941846.3325,,0.0,002202,004200,31395.2288965,23935,52286,hub,hub,non_hub,586072.658368,4508271.55961,585378.96492,4509524.64843
+4146,4146,118,70.0,004200,,40.73223272,-73.98889957,48.0,002400,40.724744875,-73.974986535,638.471301248,5775,4988,2175,1801,002400,17986635.5592,004200,39941846.3325,,0.0,002400,004200,31395.2288965,17965,52286,hub,hub,non_hub,586563.526382,4508707.06897,585378.96492,4509524.64843
+4147,4147,43,70.0,004200,,40.73223272,-73.98889957,62.0,002500,40.7111743,-73.99849582,1011.51923077,5061,4988,1917,1801,002500,22428407.6271,004200,39941846.3325,,0.0,002500,004200,31395.2288965,28216,52286,hub,hub,non_hub,584595.28909,4507177.73549,585378.96492,4509524.64843
+4148,4148,143,35.0,004200,,40.73223272,-73.98889957,31.0,002601,40.72299208,-73.97995466,628.391608392,3774,4988,1593,1801,002601,22248722.3098,004200,39941846.3325,,0.0,002601,004200,31395.2288965,22144,52286,hub,hub,non_hub,586146.216204,4508507.61099,585378.96492,4509524.64843
+4149,4149,31,35.0,004200,,40.73223272,-73.98889957,27.0,002700,40.71307916,-73.99851193,1019.51612903,1191,4988,655,1801,002700,11349914.9514,004200,39941846.3325,,0.0,002700,004200,31395.2288965,20570,52286,hub,hub,non_hub,584591.517275,4507389.17181,585378.96492,4509524.64843
+4150,4150,591,35.0,004200,,40.73223272,-73.98889957,32.0,002800,40.72521311,-73.97768752,527.262267343,7302,4988,3341,1801,002800,47641507.3146,004200,39941846.3325,,0.0,002800,004200,31395.2288965,36744,52286,hub,hub,non_hub,586334.816403,4508756.38709,585378.96492,4509524.64843
+4151,4151,123,35.0,004200,,40.73223272,-73.98889957,43.0,002900,40.71602118,-73.99974372,802.691056911,5855,4988,2420,1801,002900,200965547.24,004200,39941846.3325,,0.0,002900,004200,31395.2288965,31936,52286,hub,hub,non_hub,584483.752153,4507714.56961,585378.96492,4509524.64843
+4152,4152,268,35.0,004200,,40.73223272,-73.98889957,35.0,003001,40.72066442,-73.98517977,673.925373134,4301,4988,2553,1801,003001,34302720.7166,004200,39941846.3325,,0.0,003001,004200,31395.2288965,41223,52286,hub,hub,non_hub,585707.91731,4508244.11218,585378.96492,4509524.64843
+4153,4153,316,35.0,004200,,40.73223272,-73.98889957,37.0,003002,40.72217444,-73.98368779,584.601265823,3031,4988,1885,1801,003002,18686109.2263,004200,39941846.3325,,0.0,003002,004200,31395.2288965,38675,52286,hub,hub,non_hub,585831.986427,4508413.19181,585378.96492,4509524.64843
+4154,4154,364,105.0,004200,,40.73223272,-73.98889957,121.0,003100,40.7140617467,-74.0041933367,876.034950164,2809,4988,858,1801,003100,145687012.574,004200,39941846.3325,,0.0,003100,004200,31395.2288965,81469,52286,hub,hub,non_hub,584110.388584,4507492.78891,585378.96492,4509524.64843
+4155,4155,1820,105.0,004200,,40.73223272,-73.98889957,100.0,003200,40.7260543867,-73.9823576167,451.48268724,7630,4988,4888,1801,003200,46369492.482,004200,39941846.3325,,0.0,003200,004200,31395.2288965,138064,52286,hub,hub,non_hub,585939.335766,4508845.19329,585378.96492,4509524.64843
+4156,4156,496,175.0,004200,,40.73223272,-73.98889957,173.0,003300,40.7188246191,-74.0063282653,926.628943075,5174,4988,2694,1801,003300,215459582.054,004200,39941846.3325,,0.0,003300,004200,31395.2288965,115059,52286,hub,hub,non_hub,583924.0781,4508019.45651,585378.96492,4509524.64843
+4157,4157,906,35.0,004200,,40.73223272,-73.98889957,39.0,003400,40.72955361,-73.98057249,360.328918322,6706,4988,4203,1801,003400,42933229.7541,004200,39941846.3325,,0.0,003400,004200,31395.2288965,47926,52286,hub,hub,non_hub,586085.581298,4509235.37985,585378.96492,4509524.64843
+4158,4158,523,70.0,004200,,40.73223272,-73.98889957,66.0,003601,40.72217423,-73.990293175,560.707304363,3299,4988,1613,1801,003601,29191583.8104,004200,39941846.3325,,0.0,003601,004200,31395.2288965,77585,52286,hub,hub,non_hub,585274.124459,4508406.73315,585378.96492,4509524.64843
+4159,4159,970,70.0,004200,,40.73223272,-73.98889957,62.0,003602,40.724852985,-73.989265345,424.300625744,2918,4988,1586,1801,003602,24941258.1161,004200,39941846.3325,,0.0,003602,004200,31395.2288965,82124,52286,hub,hub,non_hub,585357.507872,4508705.09166,585378.96492,4509524.64843
+4160,4160,1079,140.0,004200,,40.73223272,-73.98889957,148.0,003700,40.7256696075,-74.0052069325,719.979013883,2401,4988,1490,1801,003700,212385639.924,004200,39941846.3325,,0.0,003700,004200,31395.2288965,173333,52286,hub,hub,non_hub,584010.178026,4508780.36793,585378.96492,4509524.64843
+4161,4161,1611,140.0,004200,,40.73223272,-73.98889957,160.0,003800,40.72765889,-73.988195855,361.971482592,8610,4988,5795,1801,003800,67437493.5221,004200,39941846.3325,,0.0,003800,004200,31395.2288965,167230,52286,hub,hub,non_hub,585444.239635,4509017.60641,585378.96492,4509524.64843
+4162,4162,264,140.0,004200,,40.73223272,-73.98889957,106.0,003900,40.7201717475,-74.00983051,1011.64960415,5253,4988,3059,1801,003900,194910113.03,004200,39941846.3325,,0.0,003900,004200,31395.2288965,113624,52286,hub,hub,non_hub,583626.593058,4508165.65565,585378.96492,4509524.64843
+4163,4163,861,70.0,004200,,40.73223272,-73.98889957,66.0,004000,40.73000573,-73.98549552,344.691719031,9801,4988,4546,1801,004000,66858387.5133,004200,39941846.3325,,0.0,004000,004200,31395.2288965,99660,52286,hub,hub,non_hub,585669.269443,4509280.75306,585378.96492,4509524.64843
+4164,4164,1097,70.0,004200,,40.73223272,-73.98889957,64.0,004100,40.7195529,-73.996789035,612.925178646,7793,4988,3765,1801,004100,71738983.3617,004200,39941846.3325,,0.0,004100,004200,31395.2288965,114685,52286,hub,hub,non_hub,584728.836557,4508109.46034,585378.96492,4509524.64843
+4165,4165,1227,70.0,004200,,40.73223272,-73.98889957,67.0,004300,40.723870235,-73.995226525,441.665416868,4267,4988,2598,1801,004300,65935514.1184,004200,39941846.3325,,0.0,004300,004200,31395.2288965,95162,52286,hub,hub,non_hub,584855.320992,4508590.22212,585378.96492,4509524.64843
+4166,4166,1126,70.0,004200,,40.73223272,-73.98889957,60.0,004400,40.73080269,-73.97968993,423.591010187,17710,4988,8297,1801,004400,114601147.016,004200,39941846.3325,,0.0,004400,004200,31395.2288965,106427,52286,hub,hub,non_hub,586158.498991,4509374.90208,585378.96492,4509524.64843
+4167,4167,301,35.0,004200,,40.73223272,-73.98889957,27.0,004500,40.71910537,-73.99973337,671.156146179,840,4988,582,1801,004500,52009114.8865,004200,39941846.3325,,0.0,004500,004200,31395.2288965,34275,52286,hub,hub,non_hub,584480.726971,4508056.94497,585378.96492,4509524.64843
+4168,4168,179,35.0,004200,,40.73223272,-73.98889957,39.0,004700,40.72165481,-74.00234737,717.525139665,2267,4988,1586,1801,004700,75477587.1594,004200,39941846.3325,,0.0,004700,004200,31395.2288965,27544,52286,hub,hub,non_hub,584256.734795,4508337.43837,585378.96492,4509524.64843
+4169,4169,340,35.0,004200,,40.73223272,-73.98889957,35.0,004800,40.73624527,-73.98473765,322.438235294,7550,4988,3799,1801,004800,74763044.6965,004200,39941846.3325,,0.0,004800,004200,31395.2288965,42567,52286,hub,hub,non_hub,585725.258797,4509974.12516,585378.96492,4509524.64843
+4170,4170,578,70.0,004200,,40.73223272,-73.98889957,73.0,004900,40.724268615,-74.000521515,626.130161992,4951,4988,3054,1801,004900,103848670.177,004200,39941846.3325,,0.0,004900,004200,31395.2288965,80152,52286,hub,hub,non_hub,584407.63728,4508629.34168,585378.96492,4509524.64843
+4171,4171,459,105.0,004200,,40.73223272,-73.98889957,93.0,005000,40.7359163467,-73.9873427633,423.076659048,5061,4988,3595,1801,005000,120638459.215,004200,39941846.3325,,0.0,005000,004200,31395.2288965,111023,52286,hub,hub,non_hub,585505.709717,4509935.07175,585378.96492,4509524.64843
+4172,4172,1084,70.0,004200,,40.73223272,-73.98889957,106.0,005200,40.73715585,-73.991241315,364.225959821,4193,4988,1785,1801,005200,109103391.81,004200,39941846.3325,,0.0,005200,004200,31395.2288965,159876,52286,hub,hub,non_hub,585174.941657,4510068.87544,585378.96492,4509524.64843
+4173,4173,635,35.0,004200,,40.73223272,-73.98889957,47.0,005400,40.73971301,-73.99456405,498.658267717,4656,4988,2837,1801,005400,128803552.888,004200,39941846.3325,,0.0,005400,004200,31395.2288965,73728,52286,hub,hub,non_hub,584891.129718,4510349.51956,585378.96492,4509524.64843
+4174,4174,913,35.0,004200,,40.73223272,-73.98889957,30.0,005501,40.72679454,-73.99695094,412.6966046,5079,4988,2483,1801,005501,61061928.4125,004200,39941846.3325,,0.0,005501,004200,31395.2288965,57258,52286,hub,hub,non_hub,584705.980012,4508913.17477,585378.96492,4509524.64843
+4175,4175,873,35.0,004200,,40.73223272,-73.98889957,27.0,005502,40.72743423,-73.99379025,295.175257732,2383,4988,1262,1801,005502,49017118.6146,004200,39941846.3325,,0.0,005502,004200,31395.2288965,55117,52286,hub,hub,non_hub,584972.085912,4508987.23863,585378.96492,4509524.64843
+4176,4176,704,70.0,004200,,40.73223272,-73.98889957,95.0,005600,40.74065347,-73.98778661,438.914891883,2618,4988,2190,1801,005600,189153355.609,004200,39941846.3325,,0.0,005600,004200,31395.2288965,113209,52286,hub,hub,non_hub,585462.168743,4510460.49357,585378.96492,4509524.64843
+4177,4177,1755,70.0,004200,,40.73223272,-73.98889957,82.0,005700,40.729662915,-73.992405595,289.028625196,2937,4988,1789,1801,005700,90178032.7137,004200,39941846.3325,,0.0,005700,004200,31395.2288965,156896,52286,hub,hub,non_hub,585086.179601,4509235.9788,585378.96492,4509524.64843
+4178,4178,791,70.0,004200,,40.73223272,-73.98889957,87.0,005800,40.743154205,-73.990299735,552.317468511,3182,4988,2306,1801,005800,164037511.755,004200,39941846.3325,,0.0,005800,004200,31395.2288965,130970,52286,hub,hub,non_hub,585246.786708,4510735.64918,585378.96492,4509524.64843
+4179,4179,2066,35.0,004200,,40.73223272,-73.98889957,31.0,005900,40.73049393,-73.9957214,303.294772507,5516,4988,3276,1801,005900,71785177.1361,004200,39941846.3325,,0.0,005900,004200,31395.2288965,53180,52286,hub,hub,non_hub,584805.117402,4509325.01914,585378.96492,4509524.64843
+4180,4180,456,70.0,004200,,40.73223272,-73.98889957,63.0,006000,40.734822295,-73.976916765,584.629609375,5286,4988,2459,1801,006000,27468182.8943,004200,39941846.3325,,0.0,006000,004200,31395.2288965,80462,52286,hub,hub,non_hub,586387.478737,4509823.83141,585378.96492,4509524.64843
+4181,4181,1713,140.0,004200,,40.73223272,-73.98889957,141.0,006100,40.73385254,-73.992357065,307.047210379,4913,4988,2683,1801,006100,91682014.33,004200,39941846.3325,,0.0,006100,004200,31395.2288965,245510,52286,hub,hub,non_hub,585084.940162,4509701.10308,585378.96492,4509524.64843
+4182,4182,114,35.0,004200,,40.73223272,-73.98889957,30.0,006200,40.7381765,-73.97738662,618.456140351,4680,4988,1401,1801,006200,231817485.533,004200,39941846.3325,,0.0,006200,004200,31395.2288965,33218,52286,hub,hub,non_hub,586343.467107,4510195.70961,585378.96492,4509524.64843
+4183,4183,1741,105.0,004200,,40.73223272,-73.98889957,99.0,006300,40.7346940933,-73.99785666,406.905962043,6076,4988,4277,1801,006300,85447631.8451,004200,39941846.3325,,0.0,006300,004200,31395.2288965,120233,52286,hub,hub,non_hub,584619.48321,4509789.20591,585378.96492,4509524.64843
+4184,4184,321,35.0,004200,,40.73223272,-73.98889957,39.0,006400,40.73587678,-73.98205027,399.130841121,7518,4988,5058,1801,006400,95664936.1545,004200,39941846.3325,,0.0,006400,004200,31395.2288965,47750,52286,hub,hub,non_hub,585952.649806,4509935.84788,585378.96492,4509524.64843
+4185,4185,1779,105.0,004200,,40.73223272,-73.98889957,106.0,006500,40.7306296367,-73.9991423,441.613406953,6517,4988,3568,1801,006500,59290910.3694,004200,39941846.3325,,0.0,006500,004200,31395.2288965,125356,52286,hub,hub,non_hub,584516.067395,4509336.78488,585378.96492,4509524.64843
+4186,4186,387,70.0,004200,,40.73223272,-73.98889957,82.0,006600,40.739285505,-73.97827188,573.304592423,11780,4988,6818,1801,006600,84730469.4548,004200,39941846.3325,,0.0,006600,004200,31395.2288965,74621,52286,hub,hub,non_hub,586267.286922,4510317.94668,585378.96492,4509524.64843
+4187,4187,720,35.0,004200,,40.73223272,-73.98889957,39.0,006700,40.73038599,-74.00214988,520.4,4984,4988,3796,1801,006700,47238039.9972,004200,39941846.3325,,0.0,006700,004200,31395.2288965,70025,52286,hub,hub,non_hub,584262.399901,4509306.84766,585378.96492,4509524.64843
+4188,4188,401,35.0,004200,,40.73223272,-73.98889957,39.0,006800,40.74025878,-73.98409214,459.351620948,6735,4988,4494,1801,006800,130298431.446,004200,39941846.3325,,0.0,006800,004200,31395.2288965,58926,52286,hub,hub,non_hub,585774.608423,4510420.28363,585378.96492,4509524.64843
+4189,4189,790,70.0,004200,,40.73223272,-73.98889957,67.0,006900,40.732319905,-74.0069291,692.173468731,2687,4988,1484,1801,006900,61292499.9331,004200,39941846.3325,,0.0,006900,004200,31395.2288965,130727,52286,hub,hub,non_hub,583856.38945,4509516.94969,585378.96492,4509524.64843
+4190,4190,485,105.0,004200,,40.73223272,-73.98889957,127.0,007000,40.742533283,-73.9756495091,699.219349143,8302,4988,5669,1801,007000,78634704.8451,004200,39941846.3325,,0.0,007000,004200,31395.2288965,145227,52286,hub,hub,non_hub,586484.497272,4510681.05366,585378.96492,4509524.64843
+4191,4191,1293,70.0,004200,,40.73223272,-73.98889957,71.0,007100,40.736526545,-74.000108805,469.219141055,5633,4988,3844,1801,007100,68447429.2743,004200,39941846.3325,,0.0,007100,004200,31395.2288965,79459,52286,hub,hub,non_hub,584426.995774,4509990.4524,585378.96492,4509524.64843
+4192,4192,664,105.0,004200,,40.73223272,-73.98889957,126.0,007200,40.7447014833,-73.98154809,640.196070717,7734,4988,5222,1801,007200,132092861.454,004200,39941846.3325,,0.0,007200,004200,31395.2288965,157612,52286,hub,hub,non_hub,585983.687715,4510915.94446,585378.96492,4509524.64843
+4193,4193,819,70.0,004200,,40.73223272,-73.98889957,59.0,007300,40.734682705,-74.00388484,576.916437335,5615,4988,4547,1801,007300,48716185.79,004200,39941846.3325,,0.0,007300,004200,31395.2288965,92567,52286,hub,hub,non_hub,584110.479319,4509782.14883,585378.96492,4509524.64843
+4194,4194,235,70.0,004200,,40.73223272,-73.98889957,86.0,007400,40.746413585,-73.98586892,634.281914894,4179,4988,2700,1801,007400,170614202.951,004200,39941846.3325,,0.0,007400,004200,31395.2288965,81121,52286,hub,hub,non_hub,585616.696258,4511101.7763,585378.96492,4509524.64843
+4195,4195,449,70.0,004200,,40.73223272,-73.98889957,69.0,007600,40.74737476,-73.988320695,723.350488021,2203,4988,1573,1801,007600,242014413.464,004200,39941846.3325,,0.0,007600,004200,31395.2288965,97464,52286,hub,hub,non_hub,585408.475283,4511206.08492,585378.96492,4509524.64843
+4196,4196,882,35.0,004200,,40.73223272,-73.98889957,43.0,007700,40.7390169121,-74.0026376103,510.368480726,5404,4988,4254,1801,007700,59306273.1509,004200,39941846.3325,,0.0,007700,004200,31395.2288965,79025,52286,hub,hub,non_hub,584210.329106,4510264.47156,585378.96492,4509524.64843
+4197,4197,186,35.0,004200,,40.73223272,-73.98889957,39.0,007800,40.74780373,-73.9734419,832.182795699,7380,4988,5372,1801,007800,112124597.728,004200,39941846.3325,,0.0,007800,004200,31395.2288965,59601,52286,hub,hub,non_hub,586664.043115,4511268.28888,585378.96492,4509524.64843
+4198,4198,1032,175.0,004200,,40.73223272,-73.98889957,174.0,007900,40.738916514,-74.007286026,737.964224904,4406,4988,2904,1801,007900,86937368.5918,004200,39941846.3325,,0.0,007900,004200,31395.2288965,171846,52286,hub,hub,non_hub,583817.969395,4510248.87788,585378.96492,4509524.64843
+4199,4199,279,70.0,004200,,40.73223272,-73.98889957,71.0,008000,40.7485693,-73.97717991,813.252690397,4946,4988,3730,1801,008000,197763821.532,004200,39941846.3325,,0.0,008000,004200,31395.2288965,74808,52286,hub,hub,non_hub,586347.477591,4511349.58844,585378.96492,4509524.64843
+4200,4200,400,35.0,004200,,40.73223272,-73.98889957,39.0,008100,40.73935542,-73.99931783,556.065,8675,4988,5315,1801,008100,91100400.6907,004200,39941846.3325,,0.0,008100,004200,31395.2288965,53195,52286,hub,hub,non_hub,584490.204148,4510305.23824,585378.96492,4509524.64843
+4201,4201,456,105.0,004200,,40.73223272,-73.98889957,175.0,008200,40.751953809,-73.9793805844,932.523257419,3442,4988,2534,1801,008200,262405408.076,004200,39941846.3325,,0.0,008200,004200,31395.2288965,228612,52286,hub,hub,non_hub,586157.322462,4511723.1309,585378.96492,4509524.64843
+4202,4202,658,140.0,004200,,40.73223272,-73.98889957,119.0,008300,40.742591315,-74.004102785,750.115963363,4211,4988,2321,1801,008300,119862327.354,004200,39941846.3325,,0.0,008300,004200,31395.2288965,186113,52286,hub,hub,non_hub,584082.11654,4510659.85081,585378.96492,4509524.64843
+4203,4203,67,35.0,004200,,40.73223272,-73.98889957,38.0,008400,40.75038009,-73.98338988,845.029850746,1726,4988,1041,1801,008400,147824461.739,004200,39941846.3325,,0.0,008400,004200,31395.2288965,34199,52286,hub,hub,non_hub,585820.889203,4511544.50828,585378.96492,4509524.64843
+4204,4204,58,35.0,004200,,40.73223272,-73.98889957,43.0,008601,40.744219,-73.97121214,1105.89655172,2551,4988,1528,1801,008601,31141773.9073,004200,39941846.3325,,0.0,008601,004200,31395.2288965,31961,52286,hub,hub,non_hub,586856.951039,4510872.56191,585378.96492,4509524.64843
+4205,4205,502,70.0,004200,,40.73223272,-73.98889957,78.0,008700,40.74206378,-73.995708955,653.237817033,6671,4988,4249,1801,008700,85660216.7821,004200,39941846.3325,,0.0,008700,004200,31395.2288965,152953,52286,hub,hub,non_hub,584791.475936,4510609.36503,585378.96492,4509524.64843
+4206,4206,125,70.0,004200,,40.73223272,-73.98889957,78.0,008800,40.75012189,-73.970133575,903.899559714,6964,4988,5507,1801,008800,216532475.876,004200,39941846.3325,,0.0,008800,004200,31395.2288965,43247,52286,hub,hub,non_hub,586940.323322,4511528.89362,585378.96492,4509524.64843
+4207,4207,508,105.0,004200,,40.73223272,-73.98889957,120.0,008900,40.74529008,-74.0021768567,781.945065033,5560,4988,3511,1801,008900,54419260.2723,004200,39941846.3325,,0.0,008900,004200,31395.2288965,158638,52286,hub,hub,non_hub,584241.316685,4510961.27944,585378.96492,4509524.64843
+4208,4208,161,105.0,004200,,40.73223272,-73.98889957,110.0,009000,40.75261798,-73.9703317533,946.555290674,7026,4988,5832,1801,009000,208846060.851,004200,39941846.3325,,0.0,009000,004200,31395.2288965,74531,52286,hub,hub,non_hub,586920.342162,4511805.78171,585378.96492,4509524.64843
+4209,4209,215,35.0,004200,,40.73223272,-73.98889957,39.0,009100,40.74487634,-73.99529885,726.637209302,6415,4988,4386,1801,009100,127325659.041,004200,39941846.3325,,0.0,009100,004200,31395.2288965,63878,52286,hub,hub,non_hub,584822.527687,4510921.97538,585378.96492,4509524.64843
+4210,4210,105,70.0,004200,,40.73223272,-73.98889957,110.0,009200,40.7548518863,-73.9734329075,1110.16,1754,4988,1461,1801,009200,408192557.246,004200,39941846.3325,,0.0,009200,004200,31395.2288965,72226,52286,hub,hub,non_hub,586655.650548,4512050.69496,585378.96492,4509524.64843
+4211,4211,123,35.0,004200,,40.73223272,-73.98889957,39.0,009300,40.74475148,-73.99915362,821.544715447,9705,4988,5585,1801,009300,68528055.2433,004200,39941846.3325,,0.0,009300,004200,31395.2288965,52202,52286,hub,hub,non_hub,584497.239363,4510904.39701,585378.96492,4509524.64843
+4212,4212,85,35.0,004200,,40.73223272,-73.98889957,31.0,009400,40.75320159,-73.9779874,956.470588235,29,4988,16,1801,009400,299218147.811,004200,39941846.3325,,0.0,009400,004200,31395.2288965,82147,52286,hub,hub,non_hub,586273.319314,4511863.01244,585378.96492,4509524.64843
+4213,4213,179,35.0,004200,,40.73223272,-73.98889957,51.0,009500,40.746647,-73.993915,756.94972067,3425,4988,1416,1801,009500,129660033.725,004200,39941846.3325,,0.0,009500,004200,31395.2288965,57488,52286,hub,hub,non_hub,584937.108907,4511119.86954,585378.96492,4509524.64843
+4214,4214,89,105.0,004200,,40.73223272,-73.98889957,140.0,009600,40.75607603,-73.9803967167,1072.16296296,153,4988,268,1801,009600,270304841.585,004200,39941846.3325,,0.0,009600,004200,31395.2288965,71527,52286,hub,hub,non_hub,586066.226062,4512179.73074,585378.96492,4509524.64843
+4215,4215,301,105.0,004200,,40.73223272,-73.98889957,99.0,009700,40.7493616033,-73.9991321067,893.035205142,4744,4988,2827,1801,009700,83018263.1602,004200,39941846.3325,,0.0,009700,004200,31395.2288965,118804,52286,hub,hub,non_hub,584493.220017,4511416.17434,585378.96492,4509524.64843
+4216,4216,122,70.0,004200,,40.73223272,-73.98889957,70.0,009800,40.755285655,-73.96667288,1107.42456427,7105,4988,5244,1801,009800,115943808.909,004200,39941846.3325,,0.0,009800,004200,31395.2288965,40039,52286,hub,hub,non_hub,587225.727282,4512105.54383,585378.96492,4509524.64843
+4217,4217,542,175.0,004200,,40.73223272,-73.98889957,185.0,009900,40.7520807866,-74.0031899092,1081.41696581,3617,4988,2438,1801,009900,404439511.776,004200,39941846.3325,,0.0,009900,004200,31395.2288965,208076,52286,hub,hub,non_hub,584147.226991,4511714.12465,585378.96492,4509524.64843
+4218,4218,137,105.0,004200,,40.73223272,-73.98889957,121.0,010000,40.7583696933,-73.9710287767,994.364126984,1829,4988,1399,1801,010000,366457143.613,004200,39941846.3325,,0.0,010000,004200,31395.2288965,72085,52286,hub,hub,non_hub,586854.014885,4512443.57459,585378.96492,4509524.64843
+4219,4219,621,105.0,004200,,40.73223272,-73.98889957,127.0,010100,40.74945622,-73.9903382667,811.224044085,1119,4988,828,1801,010100,246168211.101,004200,39941846.3325,,0.0,010100,004200,31395.2288965,183377,52286,hub,hub,non_hub,585235.486219,4511435.18064,585378.96492,4509524.64843
+4220,4220,38,70.0,004200,,40.73223272,-73.98889957,81.0,010200,40.7606694,-73.973473555,1111.47368421,313,4988,268,1801,010200,333450202.294,004200,39941846.3325,,0.0,010200,004200,31395.2288965,46675,52286,hub,hub,non_hub,586644.664817,4512696.44233,585378.96492,4509524.64843
+4221,4221,427,70.0,004200,,40.73223272,-73.98889957,98.0,010300,40.751000495,-73.994372255,963.899988918,1859,4988,1351,1801,010300,141506056.87,004200,39941846.3325,,0.0,010300,004200,31395.2288965,221593,52286,hub,hub,non_hub,584892.968075,4511602.69644,585378.96492,4509524.64843
+4222,4222,67,70.0,004200,,40.73223272,-73.98889957,75.0,010400,40.761664375,-73.976854975,1320.25490196,1031,4988,1033,1801,010400,363981333.295,004200,39941846.3325,,0.0,010400,004200,31395.2288965,65073,52286,hub,hub,non_hub,586357.961325,4512803.55852,585378.96492,4509524.64843
+4223,4223,44,35.0,004200,,40.73223272,-73.98889957,33.0,010602,40.75849116,-73.95920622,1145.95454545,4794,4988,2963,1801,010602,67980898.3739,004200,39941846.3325,,0.0,010602,004200,31395.2288965,22153,52286,hub,hub,non_hub,587851.796682,4512468.82754,585378.96492,4509524.64843
+4224,4224,150,105.0,004200,,40.73223272,-73.98889957,117.0,010800,40.7591736033,-73.96613818,1207.28871346,8531,4988,6272,1801,010800,189351523.799,004200,39941846.3325,,0.0,010800,004200,31395.2288965,79198,52286,hub,hub,non_hub,587265.778542,4512537.66689,585378.96492,4509524.64843
+4225,4225,183,70.0,004200,,40.73223272,-73.98889957,114.0,010900,40.751351715,-73.987594755,763.692410374,182,4988,92,1801,010900,228173063.011,004200,39941846.3325,,0.0,010900,004200,31395.2288965,60092,52286,hub,hub,non_hub,585464.669441,4511648.26242,585378.96492,4509524.64843
+4226,4226,51,35.0,004200,,40.73223272,-73.98889957,59.0,011201,40.7643971,-73.97371465,1522.15686275,827,4988,964,1801,011201,118515444.187,004200,39941846.3325,,0.0,011201,004200,31395.2288965,41525,52286,hub,hub,non_hub,586619.474659,4513110.00718,585378.96492,4509524.64843
+4227,4227,58,35.0,004200,,40.73223272,-73.98889957,33.0,011203,40.76095756,-73.96724467,1379.31034483,1176,4988,1160,1801,011203,143782379.009,004200,39941846.3325,,0.0,011203,004200,31395.2288965,48033,52286,hub,hub,non_hub,587170.050102,4512734.59972,585378.96492,4509524.64843
+4228,4228,510,140.0,004200,,40.73223272,-73.98889957,198.0,011300,40.7548008425,-73.9888010575,985.409880437,204,4988,107,1801,011300,357940519.061,004200,39941846.3325,,0.0,011300,004200,31395.2288965,236650,52286,hub,hub,non_hub,585358.423228,4512029.96675,585378.96492,4509524.64843
+4229,4229,154,70.0,004200,,40.73223272,-73.98889957,82.0,011500,40.75701407,-73.992353645,1142.73940374,2487,4988,1678,1801,011500,130958459.747,004200,39941846.3325,,0.0,011500,004200,31395.2288965,103294,52286,hub,hub,non_hub,585055.712647,4512272.20178,585378.96492,4509524.64843
+4230,4230,99,70.0,004200,,40.73223272,-73.98889957,84.0,011700,40.76058799,-74.00080945,1314.61027569,2938,4988,2304,1801,011700,91270705.1484,004200,39941846.3325,,0.0,011700,004200,31395.2288965,73016,52286,hub,hub,non_hub,584337.427395,4512660.77158,585378.96492,4509524.64843
+4231,4231,29,35.0,004200,,40.73223272,-73.98889957,34.0,011900,40.7568001,-73.98291153,1210.06896552,1079,4988,1121,1801,011900,395254501.74,004200,39941846.3325,,0.0,011900,004200,31395.2288965,39976,52286,hub,hub,non_hub,585853.012005,4512257.64444,585378.96492,4509524.64843
+4232,4232,215,105.0,004200,,40.73223272,-73.98889957,109.0,012100,40.7598593767,-73.9914900133,1291.08819876,8366,4988,5744,1801,012100,101223732.045,004200,39941846.3325,,0.0,012100,004200,31395.2288965,132767,52286,hub,hub,non_hub,585124.983126,4512588.88932,585378.96492,4509524.64843
+4233,4233,51,35.0,004200,,40.73223272,-73.98889957,51.0,012500,40.76064679,-73.98442659,1290.90196078,2439,4988,2096,1801,012500,322911522.418,004200,39941846.3325,,0.0,012500,004200,31395.2288965,45486,52286,hub,hub,non_hub,585720.180916,4512683.17447,585378.96492,4509524.64843
+4234,4234,119,70.0,004200,,40.73223272,-73.98889957,84.0,012700,40.762485435,-73.990447135,1084.45119048,6437,4988,4434,1801,012700,104637996.687,004200,39941846.3325,,0.0,012700,004200,31395.2288965,83393,52286,hub,hub,non_hub,585209.656415,4512881.41361,585378.96492,4509524.64843
+4235,4235,36,35.0,004200,,40.73223272,-73.98889957,24.0,012900,40.76341379,-73.99667444,1606.38888889,5312,4988,3621,1801,012900,158698340.053,004200,39941846.3325,,0.0,012900,004200,31395.2288965,28661,52286,hub,hub,non_hub,584682.864463,4512978.43901,585378.96492,4509524.64843
+4236,4236,119,105.0,004200,,40.73223272,-73.98889957,160.0,013100,40.7621295133,-73.98215453,1245.31032088,2489,4988,2283,1801,013100,405023451.28,004200,39941846.3325,,0.0,013100,004200,31395.2288965,107228,52286,hub,hub,non_hub,585910.04945,4512849.98999,585378.96492,4509524.64843
+4237,4237,109,105.0,004200,,40.73223272,-73.98889957,101.0,013300,40.7647250567,-73.9866537633,1474.40635452,5363,4988,3909,1801,013300,79847412.2593,004200,39941846.3325,,0.0,013300,004200,31395.2288965,89810,52286,hub,hub,non_hub,585526.963405,4513133.71926,585378.96492,4509524.64843
+4238,4238,127,70.0,004200,,40.73223272,-73.98889957,65.0,013500,40.766984435,-73.99227308,1337.47521008,6075,4988,3935,1801,013500,198199142.958,004200,39941846.3325,,0.0,013500,004200,31395.2288965,64723,52286,hub,hub,non_hub,585049.80204,4513379.06475,585378.96492,4509524.64843
+4239,4239,107,70.0,004200,,40.73223272,-73.98889957,98.0,013700,40.766109285,-73.981808355,1400.29095745,6557,4988,5442,1801,013700,314878324.419,004200,39941846.3325,,0.0,013700,004200,31395.2288965,91142,52286,hub,hub,non_hub,585934.141665,4513292.1137,585378.96492,4509524.64843
+4240,4240,27,35.0,004200,,40.73223272,-73.98889957,27.0,013900,40.768254,-73.988639,1634.88888889,7607,4988,7359,1801,013900,139918084.587,004200,39941846.3325,,0.0,013900,004200,31395.2288965,26390,52286,hub,hub,non_hub,585354.890073,4513523.52534,585378.96492,4509524.64843
+4241,4241,41,35.0,004200,,40.73223272,-73.98889957,49.0,014300,40.76590936,-73.97634151,1459.34146341,3,4988,0,1801,014300,50027992.3322,004200,39941846.3325,,0.0,014300,004200,31395.2288965,21051,52286,hub,hub,non_hub,586395.803012,4513275.28949,585378.96492,4509524.64843
+4242,4242,167,35.0,004200,,40.73223272,-73.98889957,36.0,014500,40.76915505,-73.98191841,1585.28742515,5811,4988,3462,1801,014500,253397343.373,004200,39941846.3325,,0.0,014500,004200,31395.2288965,68350,52286,hub,hub,non_hub,585920.929601,4513630.10902,585378.96492,4509524.64843
+4243,4243,59,35.0,004200,,40.73223272,-73.98889957,55.0,014700,40.770513,-73.988038,1170.86440678,2586,4988,1743,1801,014700,70871746.8417,004200,39941846.3325,,0.0,014700,004200,31395.2288965,35099,52286,hub,hub,non_hub,585402.720353,4513774.87644,585378.96492,4509524.64843
+4244,4244,26,35.0,004200,,40.73223272,-73.98889957,36.0,015100,40.771522,-73.990541,1743.61538462,8105,4988,4856,1801,015100,164953931.102,004200,39941846.3325,,0.0,015100,004200,31395.2288965,17578,52286,hub,hub,non_hub,585190.192062,4513884.4495,585378.96492,4509524.64843
+4245,4245,439,70.0,004200,,40.73223272,-73.98889957,70.0,031703,40.71644312,-74.014902115,1146.97557363,8670,4988,4231,1801,031703,332361109.355,004200,39941846.3325,,0.0,031703,004200,31395.2288965,136082,52286,hub,hub,non_hub,583202.897614,4507746.93647,585378.96492,4509524.64843
+4246,4246,169,105.0,004200,,40.73223272,-73.98889957,98.0,031704,40.7085171733,-74.0165557667,1456.86604536,6610,4988,3790,1801,031704,160823714.408,004200,39941846.3325,,0.0,031704,004200,31395.2288965,105244,52286,hub,hub,non_hub,583073.076824,4506865.54027,585378.96492,4509524.64843
+4247,4247,172,105.0,004200,,40.73223272,-73.98889957,85.0,000600,40.7128987867,-73.9898646367,986.13886974,11558,4988,4083,1801,000600,59149181.7526,004200,39941846.3325,,0.0,000600,004200,31395.2288965,70053,52286,hub,hub,non_hub,585322.159723,4507377.5136,585378.96492,4509524.64843
+4248,4248,502,201.0,004300,,40.723870235,-73.995226525,108.0,000202,40.71318002,-73.9818904933,859.297365393,8012,4267,3598,2598,000202,37878157.9781,004300,65935514.1184,004300,45329073.0,000202,004300,50793.6251314,56352,97345,hub,hub,non_hub,585995.353038,4507416.50937,584855.320992,4508590.22212
+4249,4249,1130,469.0,004300,,40.723870235,-73.995226525,516.0,000700,40.70581148,-74.0081572071,1128.77860609,7722,4267,5201,2598,000700,476954959.734,004300,65935514.1184,004300,45329073.0,000700,004300,50793.6251314,160040,97345,hub,hub,non_hub,583785.918305,4506573.16797,584855.320992,4508590.22212
+4250,4250,381,134.0,004300,,40.723870235,-73.995226525,94.0,000800,40.712414475,-73.993471545,721.644080439,10365,4267,4150,2598,000800,46479755.076,004300,65935514.1184,004300,45329073.0,000800,004300,50793.6251314,34254,97345,hub,hub,non_hub,585018.109713,4507320.25418,584855.320992,4508590.22212
+4251,4251,290,201.0,004300,,40.723870235,-73.995226525,194.0,000900,40.7024745833,-74.01224785,1247.4092893,1140,4267,939,2598,000900,404341803.896,004300,65935514.1184,004300,45329073.0,000900,004300,50793.6251314,46446,97345,hub,hub,non_hub,583444.520998,4506198.85784,584855.320992,4508590.22212
+4252,4252,306,67.0,004300,,40.723870235,-73.995226525,38.0,001002,40.71782143,-73.97628939,772.109880913,6439,4267,2346,2598,001002,22763374.2099,004300,65935514.1184,004300,45329073.0,001002,004300,50793.6251314,15916,97345,hub,hub,non_hub,586462.45635,4507937.23607,584855.320992,4508590.22212
+4253,4253,1353,134.0,004300,,40.723870235,-73.995226525,92.0,001200,40.717364275,-73.982955325,563.691649232,3547,4267,1857,2598,001200,23518220.7411,004300,65935514.1184,004300,45329073.0,001200,004300,50793.6251314,36493,97345,hub,hub,non_hub,585900.031125,4507879.94738,584855.320992,4508590.22212
+4254,4254,132,67.0,004300,,40.723870235,-73.995226525,72.0,001300,40.70463334,-74.01361706,1185.60668203,3776,4267,3028,2598,001300,286606455.687,004300,65935514.1184,004300,45329073.0,001300,004300,50793.6251314,27671,97345,hub,hub,non_hub,583326.158808,4506437.19368,584855.320992,4508590.22212
+4255,4255,589,67.0,004300,,40.723870235,-73.995226525,56.0,001401,40.71559509,-73.9870295,576.936043154,3289,4267,1708,2598,001401,20168722.3199,004300,65935514.1184,004300,45329073.0,001401,004300,50793.6251314,26885,97345,hub,hub,non_hub,585558.18429,4507679.57909,584855.320992,4508590.22212
+4256,4256,260,134.0,004300,,40.723870235,-73.995226525,134.0,001501,40.70966832,-74.003597135,926.312566921,5581,4267,3450,2598,001501,172466366.322,004300,65935514.1184,004300,45329073.0,001501,004300,50793.6251314,27425,97345,hub,hub,non_hub,584166.279828,4507005.66129,584855.320992,4508590.22212
+4257,4257,849,201.0,004300,,40.723870235,-73.995226525,246.0,001502,40.7088053467,-74.00635276,862.32103251,7095,4267,3459,2598,001502,221282059.103,004300,65935514.1184,004300,45329073.0,001502,004300,50793.6251314,82052,97345,hub,hub,non_hub,583934.59195,4506907.22889,584855.320992,4508590.22212
+4258,4258,1434,201.0,004300,,40.723870235,-73.995226525,214.0,001600,40.7153350167,-73.9943926833,567.900513701,8236,4267,3242,2598,001600,76565505.7581,004300,65935514.1184,004300,45329073.0,001600,004300,50793.6251314,82798,97345,hub,hub,non_hub,584936.591099,4507643.5622,584855.320992,4508590.22212
+4259,4259,3949,268.0,004300,,40.723870235,-73.995226525,308.0,001800,40.7193657075,-73.9906468425,383.321312244,8063,4267,3489,2598,001800,60554858.5127,004300,65935514.1184,004300,45329073.0,001800,004300,50793.6251314,133306,97345,hub,hub,hub,585247.838585,4508094.62497,584855.320992,4508590.22212
+4260,4260,532,134.0,004300,,40.723870235,-73.995226525,92.0,002000,40.721554605,-73.977309405,730.380168274,4795,4267,1899,2598,002000,17907673.5628,004300,65935514.1184,004300,45329073.0,002000,004300,50793.6251314,31656,97345,hub,hub,non_hub,586371.478696,4508350.63994,584855.320992,4508590.22212
+4261,4261,950,268.0,004300,,40.723870235,-73.995226525,204.0,002100,40.71451321,-74.0108850975,915.483619438,6111,4267,3038,2598,002100,273869828.705,004300,65935514.1184,004300,45329073.0,002100,004300,50793.6251314,151037,97345,hub,hub,non_hub,583544.598931,4507536.51732,584855.320992,4508590.22212
+4262,4262,577,134.0,004300,,40.723870235,-73.995226525,88.0,002201,40.71833027,-73.980972895,598.854025506,6762,4267,3030,2598,002201,37585954.9949,004300,65935514.1184,004300,45329073.0,002201,004300,50793.6251314,26391,97345,hub,hub,non_hub,586066.226443,4507989.12022,584855.320992,4508590.22212
+4263,4263,968,67.0,004300,,40.723870235,-73.995226525,62.0,002202,40.7208736,-73.98085795,548.693491697,2256,4267,1045,2598,002202,13179093.8977,004300,65935514.1184,004300,45329073.0,002202,004300,50793.6251314,23935,97345,hub,hub,non_hub,586072.658368,4508271.55961,584855.320992,4508590.22212
+4264,4264,273,134.0,004300,,40.723870235,-73.995226525,96.0,002400,40.724744875,-73.974986535,767.356742216,5775,4267,2175,2598,002400,17986635.5592,004300,65935514.1184,004300,45329073.0,002400,004300,50793.6251314,17965,97345,hub,hub,non_hub,586563.526382,4508707.06897,584855.320992,4508590.22212
+4265,4265,274,134.0,004300,,40.723870235,-73.995226525,124.0,002500,40.7111743,-73.99849582,717.841210855,5061,4267,1917,2598,002500,22428407.6271,004300,65935514.1184,004300,45329073.0,002500,004300,50793.6251314,28216,97345,hub,hub,non_hub,584595.28909,4507177.73549,584855.320992,4508590.22212
+4266,4266,500,67.0,004300,,40.723870235,-73.995226525,62.0,002601,40.72299208,-73.97995466,672.022235822,3774,4267,1593,2598,002601,22248722.3098,004300,65935514.1184,004300,45329073.0,002601,004300,50793.6251314,22144,97345,hub,hub,non_hub,586146.216204,4508507.61099,584855.320992,4508590.22212
+4267,4267,189,67.0,004300,,40.723870235,-73.995226525,54.0,002700,40.71307916,-73.99851193,660.346934124,1191,4267,655,2598,002700,11349914.9514,004300,65935514.1184,004300,45329073.0,002700,004300,50793.6251314,20570,97345,hub,hub,non_hub,584591.517275,4507389.17181,584855.320992,4508590.22212
+4268,4268,476,67.0,004300,,40.723870235,-73.995226525,64.0,002800,40.72521311,-73.97768752,778.962811628,7302,4267,3341,2598,002800,47641507.3146,004300,65935514.1184,004300,45329073.0,002800,004300,50793.6251314,36744,97345,hub,hub,non_hub,586334.816403,4508756.38709,584855.320992,4508590.22212
+4269,4269,741,67.0,004300,,40.723870235,-73.995226525,86.0,002900,40.71602118,-73.99974372,532.907412014,5855,4267,2420,2598,002900,200965547.24,004300,65935514.1184,004300,45329073.0,002900,004300,50793.6251314,31936,97345,hub,hub,non_hub,584483.752153,4507714.56961,584855.320992,4508590.22212
+4270,4270,2011,67.0,004300,,40.723870235,-73.995226525,70.0,003001,40.72066442,-73.98517977,459.735746138,4301,4267,2553,2598,003001,34302720.7166,004300,65935514.1184,004300,45329073.0,003001,004300,50793.6251314,41223,97345,hub,hub,non_hub,585707.91731,4508244.11218,584855.320992,4508590.22212
+4271,4271,1577,67.0,004300,,40.723870235,-73.995226525,74.0,003002,40.72217444,-73.98368779,519.93734738,3031,4267,1885,2598,003002,18686109.2263,004300,65935514.1184,004300,45329073.0,003002,004300,50793.6251314,38675,97345,hub,hub,non_hub,585831.986427,4508413.19181,584855.320992,4508590.22212
+4272,4272,1034,201.0,004300,,40.723870235,-73.995226525,242.0,003100,40.7140617467,-74.0041933367,646.401320793,2809,4267,858,2598,003100,145687012.574,004300,65935514.1184,004300,45329073.0,003100,004300,50793.6251314,81469,97345,hub,hub,non_hub,584110.388584,4507492.78891,584855.320992,4508590.22212
+4273,4273,3093,201.0,004300,,40.723870235,-73.995226525,200.0,003200,40.7260543867,-73.9823576167,618.894522986,7630,4267,4888,2598,003200,46369492.482,004300,65935514.1184,004300,45329073.0,003200,004300,50793.6251314,138064,97345,hub,hub,hub,585939.335766,4508845.19329,584855.320992,4508590.22212
+4274,4274,1616,335.0,004300,,40.723870235,-73.995226525,346.0,003300,40.7188268358,-74.0063234307,681.512688004,5174,4267,2694,2598,003300,215459582.054,004300,65935514.1184,004300,45329073.0,003300,004300,50793.6251314,115059,97345,hub,hub,non_hub,583924.48364,4508019.7072,584855.320992,4508590.22212
+4275,4275,681,67.0,004300,,40.723870235,-73.995226525,78.0,003400,40.72955361,-73.98057249,693.572799486,6706,4267,4203,2598,003400,42933229.7541,004300,65935514.1184,004300,45329073.0,003400,004300,50793.6251314,47926,97345,hub,hub,non_hub,586085.581298,4509235.37985,584855.320992,4508590.22212
+4276,4276,2199,134.0,004300,,40.723870235,-73.995226525,132.0,003601,40.72217423,-73.990293175,350.482600036,3299,4267,1613,2598,003601,29191583.8104,004300,65935514.1184,004300,45329073.0,003601,004300,50793.6251314,77585,97345,hub,hub,non_hub,585274.124459,4508406.73315,584855.320992,4508590.22212
+4277,4277,1751,134.0,004300,,40.723870235,-73.995226525,124.0,003602,40.724852985,-73.989265345,367.112816247,2918,4267,1586,2598,003602,24941258.1161,004300,65935514.1184,004300,45329073.0,003602,004300,50793.6251314,82124,97345,hub,hub,non_hub,585357.507872,4508705.09166,584855.320992,4508590.22212
+4278,4278,3098,268.0,004300,,40.723870235,-73.995226525,296.0,003700,40.7256696075,-74.0052069325,549.693762756,2401,4267,1490,2598,003700,212385639.924,004300,65935514.1184,004300,45329073.0,003700,004300,50793.6251314,173333,97345,hub,hub,hub,584010.178026,4508780.36793,584855.320992,4508590.22212
+4279,4279,4010,268.0,004300,,40.723870235,-73.995226525,320.0,003800,40.72765889,-73.988195855,443.640933709,8610,4267,5795,2598,003800,67437493.5221,004300,65935514.1184,004300,45329073.0,003800,004300,50793.6251314,167230,97345,hub,hub,hub,585444.239635,4509017.60641,584855.320992,4508590.22212
+4280,4280,914,268.0,004300,,40.723870235,-73.995226525,212.0,003900,40.7201717475,-74.00983051,820.331186862,5253,4267,3059,2598,003900,194910113.03,004300,65935514.1184,004300,45329073.0,003900,004300,50793.6251314,113624,97345,hub,hub,non_hub,583626.593058,4508165.65565,584855.320992,4508590.22212
+4281,4281,1807,134.0,004300,,40.723870235,-73.995226525,132.0,004000,40.73000573,-73.98549552,571.206637048,9801,4267,4546,2598,004000,66858387.5133,004300,65935514.1184,004300,45329073.0,004000,004300,50793.6251314,99660,97345,hub,hub,non_hub,585669.269443,4509280.75306,584855.320992,4508590.22212
+4282,4282,2118,134.0,004300,,40.723870235,-73.995226525,128.0,004100,40.7195529,-73.996789035,460.026010828,7793,4267,3765,2598,004100,71738983.3617,004300,65935514.1184,004300,45329073.0,004100,004300,50793.6251314,114685,97345,hub,hub,non_hub,584728.836557,4508109.46034,584855.320992,4508590.22212
+4283,4283,932,67.0,004300,,40.723870235,-73.995226525,70.0,004200,40.73223272,-73.98889957,543.817306296,4988,4267,1801,2598,004200,39941846.3325,004300,65935514.1184,004300,45329073.0,004200,004300,50793.6251314,50846,97345,hub,hub,non_hub,585378.96492,4509524.64843,584855.320992,4508590.22212
+4284,4284,1059,134.0,004300,,40.723870235,-73.995226525,120.0,004400,40.73080269,-73.97968993,755.899764961,17710,4267,8297,2598,004400,114601147.016,004300,65935514.1184,004300,45329073.0,004400,004300,50793.6251314,106427,97345,hub,hub,non_hub,586158.498991,4509374.90208,584855.320992,4508590.22212
+4285,4285,960,67.0,004300,,40.723870235,-73.995226525,54.0,004500,40.71910537,-73.99973337,385.178813303,840,4267,582,2598,004500,52009114.8865,004300,65935514.1184,004300,45329073.0,004500,004300,50793.6251314,34275,97345,hub,hub,non_hub,584480.726971,4508056.94497,584855.320992,4508590.22212
+4286,4286,645,67.0,004300,,40.723870235,-73.995226525,78.0,004700,40.72165481,-74.00234737,460.302362584,2267,4267,1586,2598,004700,75477587.1594,004300,65935514.1184,004300,45329073.0,004700,004300,50793.6251314,27544,97345,hub,hub,non_hub,584256.734795,4508337.43837,584855.320992,4508590.22212
+4287,4287,459,67.0,004300,,40.723870235,-73.995226525,70.0,004800,40.73624527,-73.98473765,732.772686025,7550,4267,3799,2598,004800,74763044.6965,004300,65935514.1184,004300,45329073.0,004800,004300,50793.6251314,42567,97345,hub,hub,non_hub,585725.258797,4509974.12516,584855.320992,4508590.22212
+4288,4288,1161,134.0,004300,,40.723870235,-73.995226525,146.0,004900,40.724268615,-74.000521515,461.921578385,4951,4267,3054,2598,004900,103848670.177,004300,65935514.1184,004300,45329073.0,004900,004300,50793.6251314,80152,97345,hub,hub,non_hub,584407.63728,4508629.34168,584855.320992,4508590.22212
+4289,4289,1127,201.0,004300,,40.723870235,-73.995226525,186.0,005000,40.7359163467,-73.9873427633,643.770079011,5061,4267,3595,2598,005000,120638459.215,004300,65935514.1184,004300,45329073.0,005000,004300,50793.6251314,111023,97345,hub,hub,non_hub,585505.709717,4509935.07175,584855.320992,4508590.22212
+4290,4290,2167,134.0,004300,,40.723870235,-73.995226525,212.0,005200,40.73715585,-73.991241315,702.25114815,4193,4267,1785,2598,005200,109103391.81,004300,65935514.1184,004300,45329073.0,005200,004300,50793.6251314,159876,97345,hub,hub,non_hub,585174.941657,4510068.87544,584855.320992,4508590.22212
+4291,4291,589,67.0,004300,,40.723870235,-73.995226525,94.0,005400,40.73971301,-73.99456405,807.590981607,4656,4267,2837,2598,005400,128803552.888,004300,65935514.1184,004300,45329073.0,005400,004300,50793.6251314,73728,97345,hub,hub,non_hub,584891.129718,4510349.51956,584855.320992,4508590.22212
+4292,4292,686,67.0,004300,,40.723870235,-73.995226525,60.0,005501,40.72679454,-73.99695094,391.639745279,5079,4267,2483,2598,005501,61061928.4125,004300,65935514.1184,004300,45329073.0,005501,004300,50793.6251314,57258,97345,hub,hub,non_hub,584705.980012,4508913.17477,584855.320992,4508590.22212
+4293,4293,735,67.0,004300,,40.723870235,-73.995226525,54.0,005502,40.72743423,-73.99379025,368.861126697,2383,4267,1262,2598,005502,49017118.6146,004300,65935514.1184,004300,45329073.0,005502,004300,50793.6251314,55117,97345,hub,hub,non_hub,584972.085912,4508987.23863,584855.320992,4508590.22212
+4294,4294,1044,134.0,004300,,40.723870235,-73.995226525,190.0,005600,40.74065347,-73.98778661,801.616632697,2618,4267,2190,2598,005600,189153355.609,004300,65935514.1184,004300,45329073.0,005600,004300,50793.6251314,113209,97345,hub,hub,non_hub,585462.168743,4510460.49357,584855.320992,4508590.22212
+4295,4295,2752,134.0,004300,,40.723870235,-73.995226525,164.0,005700,40.729662915,-73.992405595,392.369994753,2937,4267,1789,2598,005700,90178032.7137,004300,65935514.1184,004300,45329073.0,005700,004300,50793.6251314,156896,97345,hub,hub,non_hub,585086.179601,4509235.9788,584855.320992,4508590.22212
+4296,4296,1110,134.0,004300,,40.723870235,-73.995226525,174.0,005800,40.743154205,-73.990299735,915.852469052,3182,4267,2306,2598,005800,164037511.755,004300,65935514.1184,004300,45329073.0,005800,004300,50793.6251314,130970,97345,hub,hub,non_hub,585246.786708,4510735.64918,584855.320992,4508590.22212
+4297,4297,807,67.0,004300,,40.723870235,-73.995226525,62.0,005900,40.73049393,-73.9957214,466.101124115,5516,4267,3276,2598,005900,71785177.1361,004300,65935514.1184,004300,45329073.0,005900,004300,50793.6251314,53180,97345,hub,hub,non_hub,584805.117402,4509325.01914,584855.320992,4508590.22212
+4298,4298,382,134.0,004300,,40.723870235,-73.995226525,126.0,006000,40.734822295,-73.976916765,947.574669715,5286,4267,2459,2598,006000,27468182.8943,004300,65935514.1184,004300,45329073.0,006000,004300,50793.6251314,80462,97345,hub,hub,non_hub,586387.478737,4509823.83141,584855.320992,4508590.22212
+4299,4299,4446,268.0,004300,,40.723870235,-73.995226525,282.0,006100,40.73385254,-73.992357065,534.586468195,4913,4267,2683,2598,006100,91682014.33,004300,65935514.1184,004300,45329073.0,006100,004300,50793.6251314,245510,97345,hub,hub,hub,585084.940162,4509701.10308,584855.320992,4508590.22212
+4300,4300,126,67.0,004300,,40.723870235,-73.995226525,60.0,006200,40.7381765,-73.97738662,822.527160494,4680,4267,1401,2598,006200,231817485.533,004300,65935514.1184,004300,45329073.0,006200,004300,50793.6251314,33218,97345,hub,hub,non_hub,586343.467107,4510195.70961,584855.320992,4508590.22212
+4301,4301,1561,201.0,004300,,40.723870235,-73.995226525,198.0,006300,40.7346940933,-73.99785666,658.879067297,6076,4267,4277,2598,006300,85447631.8451,004300,65935514.1184,004300,45329073.0,006300,004300,50793.6251314,120233,97345,hub,hub,non_hub,584619.48321,4509789.20591,584855.320992,4508590.22212
+4302,4302,495,67.0,004300,,40.723870235,-73.995226525,78.0,006400,40.73587678,-73.98205027,745.322182391,7518,4267,5058,2598,006400,95664936.1545,004300,65935514.1184,004300,45329073.0,006400,004300,50793.6251314,47750,97345,hub,hub,non_hub,585952.649806,4509935.84788,584855.320992,4508590.22212
+4303,4303,2487,201.0,004300,,40.723870235,-73.995226525,212.0,006500,40.7306296367,-73.9991423,477.538578038,6517,4267,3568,2598,006500,59290910.3694,004300,65935514.1184,004300,45329073.0,006500,004300,50793.6251314,125356,97345,hub,hub,non_hub,584516.067395,4509336.78488,584855.320992,4508590.22212
+4304,4304,533,134.0,004300,,40.723870235,-73.995226525,164.0,006600,40.739285505,-73.97827188,874.977151686,11780,4267,6818,2598,006600,84730469.4548,004300,65935514.1184,004300,45329073.0,006600,004300,50793.6251314,74621,97345,hub,hub,non_hub,586267.286922,4510317.94668,584855.320992,4508590.22212
+4305,4305,1826,67.0,004300,,40.723870235,-73.995226525,78.0,006700,40.73038599,-74.00214988,499.277013488,4984,4267,3796,2598,006700,47238039.9972,004300,65935514.1184,004300,45329073.0,006700,004300,50793.6251314,70025,97345,hub,hub,non_hub,584262.399901,4509306.84766,584855.320992,4508590.22212
+4306,4306,400,67.0,004300,,40.723870235,-73.995226525,78.0,006800,40.74025878,-73.98409214,846.462404092,6735,4267,4494,2598,006800,130298431.446,004300,65935514.1184,004300,45329073.0,006800,004300,50793.6251314,58926,97345,hub,hub,non_hub,585774.608423,4510420.28363,584855.320992,4508590.22212
+4307,4307,1810,134.0,004300,,40.723870235,-73.995226525,134.0,006900,40.732319905,-74.0069291,695.26072095,2687,4267,1484,2598,006900,61292499.9331,004300,65935514.1184,004300,45329073.0,006900,004300,50793.6251314,130727,97345,hub,hub,non_hub,583856.38945,4509516.94969,584855.320992,4508590.22212
+4308,4308,824,201.0,004300,,40.723870235,-73.995226525,254.0,007000,40.7425654912,-73.9757129623,967.280757645,8302,4267,5669,2598,007000,78634704.8451,004300,65935514.1184,004300,45329073.0,007000,004300,50793.6251314,145227,97345,hub,hub,non_hub,586479.098199,4510684.56649,584855.320992,4508590.22212
+4309,4309,983,134.0,004300,,40.723870235,-73.995226525,142.0,007100,40.736526545,-74.000108805,707.051665385,5633,4267,3844,2598,007100,68447429.2743,004300,65935514.1184,004300,45329073.0,007100,004300,50793.6251314,79459,97345,hub,hub,non_hub,584426.995774,4509990.4524,584855.320992,4508590.22212
+4310,4310,701,201.0,004300,,40.723870235,-73.995226525,252.0,007200,40.7447014833,-73.98154809,1017.29616347,7734,4267,5222,2598,007200,132092861.454,004300,65935514.1184,004300,45329073.0,007200,004300,50793.6251314,157612,97345,hub,hub,non_hub,585983.687715,4510915.94446,584855.320992,4508590.22212
+4311,4311,1779,134.0,004300,,40.723870235,-73.995226525,118.0,007300,40.734682705,-74.00388484,642.426252769,5615,4267,4547,2598,007300,48716185.79,004300,65935514.1184,004300,45329073.0,007300,004300,50793.6251314,92567,97345,hub,hub,non_hub,584110.479319,4509782.14883,584855.320992,4508590.22212
+4312,4312,349,134.0,004300,,40.723870235,-73.995226525,172.0,007400,40.746413585,-73.98586892,1000.5695015,4179,4267,2700,2598,007400,170614202.951,004300,65935514.1184,004300,45329073.0,007400,004300,50793.6251314,81121,97345,hub,hub,non_hub,585616.696258,4511101.7763,584855.320992,4508590.22212
+4313,4313,491,134.0,004300,,40.723870235,-73.995226525,138.0,007600,40.74737476,-73.988320695,1039.03545278,2203,4267,1573,2598,007600,242014413.464,004300,65935514.1184,004300,45329073.0,007600,004300,50793.6251314,97464,97345,hub,hub,non_hub,585408.475283,4511206.08492,584855.320992,4508590.22212
+4314,4314,821,67.0,004300,,40.723870235,-73.995226525,86.0,007700,40.7390169121,-74.0026376103,769.040536597,5404,4267,4254,2598,007700,59306273.1509,004300,65935514.1184,004300,45329073.0,007700,004300,50793.6251314,79025,97345,hub,hub,non_hub,584210.329106,4510264.47156,584855.320992,4508590.22212
+4315,4315,355,67.0,004300,,40.723870235,-73.995226525,78.0,007800,40.74780373,-73.9734419,1135.14840973,7380,4267,5372,2598,007800,112124597.728,004300,65935514.1184,004300,45329073.0,007800,004300,50793.6251314,59601,97345,hub,hub,non_hub,586664.043115,4511268.28888,584855.320992,4508590.22212
+4316,4316,2046,335.0,004300,,40.723870235,-73.995226525,348.0,007900,40.738916514,-74.007286026,893.333551851,4406,4267,2904,2598,007900,86937368.5918,004300,65935514.1184,004300,45329073.0,007900,004300,50793.6251314,171846,97345,hub,hub,non_hub,583817.969395,4510248.87788,584855.320992,4508590.22212
+4317,4317,346,134.0,004300,,40.723870235,-73.995226525,142.0,008000,40.7485693,-73.97717991,1076.62396125,4946,4267,3730,2598,008000,197763821.532,004300,65935514.1184,004300,45329073.0,008000,004300,50793.6251314,74808,97345,hub,hub,non_hub,586347.477591,4511349.58844,584855.320992,4508590.22212
+4318,4318,380,67.0,004300,,40.723870235,-73.995226525,78.0,008100,40.73935542,-73.99931783,848.871306818,8675,4267,5315,2598,008100,91100400.6907,004300,65935514.1184,004300,45329073.0,008100,004300,50793.6251314,53195,97345,hub,hub,non_hub,584490.204148,4510305.23824,584855.320992,4508590.22212
+4319,4319,980,201.0,004300,,40.723870235,-73.995226525,350.0,008200,40.7519939989,-73.9794572958,1164.03665362,3442,4267,2534,2598,008200,262405408.076,004300,65935514.1184,004300,45329073.0,008200,004300,50793.6251314,228612,97345,hub,hub,non_hub,586150.794754,4511727.51696,584855.320992,4508590.22212
+4320,4320,1359,268.0,004300,,40.723870235,-73.995226525,238.0,008300,40.742591315,-74.004102785,942.353600146,4211,4267,2321,2598,008300,119862327.354,004300,65935514.1184,004300,45329073.0,008300,004300,50793.6251314,186113,97345,hub,hub,non_hub,584082.11654,4510659.85081,584855.320992,4508590.22212
+4321,4321,235,67.0,004300,,40.723870235,-73.995226525,76.0,008400,40.75038009,-73.98338988,1008.74660633,1726,4267,1041,2598,008400,147824461.739,004300,65935514.1184,004300,45329073.0,008400,004300,50793.6251314,34199,97345,hub,hub,non_hub,585820.889203,4511544.50828,584855.320992,4508590.22212
+4322,4322,94,67.0,004300,,40.723870235,-73.995226525,86.0,008601,40.744219,-73.97121214,1289.80090726,2551,4267,1528,2598,008601,31141773.9073,004300,65935514.1184,004300,45329073.0,008601,004300,50793.6251314,31961,97345,hub,hub,non_hub,586856.951039,4510872.56191,584855.320992,4508590.22212
+4323,4323,746,134.0,004300,,40.723870235,-73.995226525,156.0,008700,40.74206378,-73.995708955,948.7903075,6671,4267,4249,2598,008700,85660216.7821,004300,65935514.1184,004300,45329073.0,008700,004300,50793.6251314,152953,97345,hub,hub,non_hub,584791.475936,4510609.36503,584855.320992,4508590.22212
+4324,4324,234,134.0,004300,,40.723870235,-73.995226525,156.0,008800,40.75012189,-73.970133575,1209.24747989,6964,4267,5507,2598,008800,216532475.876,004300,65935514.1184,004300,45329073.0,008800,004300,50793.6251314,43247,97345,hub,hub,non_hub,586940.323322,4511528.89362,584855.320992,4508590.22212
+4325,4325,1009,201.0,004300,,40.723870235,-73.995226525,240.0,008900,40.74529008,-74.0021768567,1001.12751859,5560,4267,3511,2598,008900,54419260.2723,004300,65935514.1184,004300,45329073.0,008900,004300,50793.6251314,158638,97345,hub,hub,non_hub,584241.316685,4510961.27944,584855.320992,4508590.22212
+4326,4326,284,201.0,004300,,40.723870235,-73.995226525,220.0,009000,40.75261798,-73.9703317533,1226.51433645,7026,4267,5832,2598,009000,208846060.851,004300,65935514.1184,004300,45329073.0,009000,004300,50793.6251314,74531,97345,hub,hub,non_hub,586920.342162,4511805.78171,584855.320992,4508590.22212
+4327,4327,235,67.0,004300,,40.723870235,-73.995226525,78.0,009100,40.74487634,-73.99529885,1083.78818182,6415,4267,4386,2598,009100,127325659.041,004300,65935514.1184,004300,45329073.0,009100,004300,50793.6251314,63878,97345,hub,hub,non_hub,584822.527687,4510921.97538,584855.320992,4508590.22212
+4328,4328,223,134.0,004300,,40.723870235,-73.995226525,220.0,009200,40.7548518863,-73.9734329075,1302.28439631,1754,4267,1461,2598,009200,408192557.246,004300,65935514.1184,004300,45329073.0,009200,004300,50793.6251314,72226,97345,hub,hub,non_hub,586655.650548,4512050.69496,584855.320992,4508590.22212
+4329,4329,172,67.0,004300,,40.723870235,-73.995226525,78.0,009300,40.74475148,-73.99915362,1174.22736318,9705,4267,5585,2598,009300,68528055.2433,004300,65935514.1184,004300,45329073.0,009300,004300,50793.6251314,52202,97345,hub,hub,non_hub,584497.239363,4510904.39701,584855.320992,4508590.22212
+4330,4330,203,67.0,004300,,40.723870235,-73.995226525,62.0,009400,40.75320159,-73.9779874,1102.732493,29,4267,16,2598,009400,299218147.811,004300,65935514.1184,004300,45329073.0,009400,004300,50793.6251314,82147,97345,hub,hub,non_hub,586273.319314,4511863.01244,584855.320992,4508590.22212
+4331,4331,208,67.0,004300,,40.723870235,-73.995226525,102.0,009500,40.746647,-73.993915,1086.26465677,3425,4267,1416,2598,009500,129660033.725,004300,65935514.1184,004300,45329073.0,009500,004300,50793.6251314,57488,97345,hub,hub,non_hub,584937.108907,4511119.86954,584855.320992,4508590.22212
+4332,4332,189,201.0,004300,,40.723870235,-73.995226525,280.0,009600,40.75607603,-73.9803967167,1313.08879414,153,4267,268,2598,009600,270304841.585,004300,65935514.1184,004300,45329073.0,009600,004300,50793.6251314,71527,97345,hub,hub,non_hub,586066.226062,4512179.73074,584855.320992,4508590.22212
+4333,4333,451,201.0,004300,,40.723870235,-73.995226525,198.0,009700,40.7493616033,-73.9991321067,1202.2809717,4744,4267,2827,2598,009700,83018263.1602,004300,65935514.1184,004300,45329073.0,009700,004300,50793.6251314,118804,97345,hub,hub,non_hub,584493.220017,4511416.17434,584855.320992,4508590.22212
+4334,4334,220,134.0,004300,,40.723870235,-73.995226525,140.0,009800,40.755285655,-73.96667288,1375.26769145,7105,4267,5244,2598,009800,115943808.909,004300,65935514.1184,004300,45329073.0,009800,004300,50793.6251314,40039,97345,hub,hub,non_hub,587225.727282,4512105.54383,584855.320992,4508590.22212
+4335,4335,1036,335.0,004300,,40.723870235,-73.995226525,370.0,009900,40.7520807866,-74.0031899092,1304.50078553,3617,4267,2438,2598,009900,404439511.776,004300,65935514.1184,004300,45329073.0,009900,004300,50793.6251314,208076,97345,hub,hub,non_hub,584147.226991,4511714.12465,584855.320992,4508590.22212
+4336,4336,188,201.0,004300,,40.723870235,-73.995226525,242.0,010000,40.7583696933,-73.9710287767,1382.86415762,1829,4267,1399,2598,010000,366457143.613,004300,65935514.1184,004300,45329073.0,010000,004300,50793.6251314,72085,97345,hub,hub,non_hub,586854.014885,4512443.57459,584855.320992,4508590.22212
+4337,4337,485,201.0,004300,,40.723870235,-73.995226525,254.0,010100,40.74945622,-73.9903382667,1127.29249378,1119,4267,828,2598,010100,246168211.101,004300,65935514.1184,004300,45329073.0,010100,004300,50793.6251314,183377,97345,hub,hub,non_hub,585235.486219,4511435.18064,584855.320992,4508590.22212
+4338,4338,98,134.0,004300,,40.723870235,-73.995226525,162.0,010200,40.7606694,-73.973473555,1558.50920193,313,4267,268,2598,010200,333450202.294,004300,65935514.1184,004300,45329073.0,010200,004300,50793.6251314,46675,97345,hub,hub,non_hub,586644.664817,4512696.44233,584855.320992,4508590.22212
+4339,4339,524,134.0,004300,,40.723870235,-73.995226525,196.0,010300,40.751000495,-73.994372255,1235.59703988,1859,4267,1351,2598,010300,141506056.87,004300,65935514.1184,004300,45329073.0,010300,004300,50793.6251314,221593,97345,hub,hub,non_hub,584892.968075,4511602.69644,584855.320992,4508590.22212
+4340,4340,130,134.0,004300,,40.723870235,-73.995226525,150.0,010400,40.761664375,-73.976854975,1439.00780976,1031,4267,1033,2598,010400,363981333.295,004300,65935514.1184,004300,45329073.0,010400,004300,50793.6251314,65073,97345,hub,hub,non_hub,586357.961325,4512803.55852,584855.320992,4508590.22212
+4341,4341,98,67.0,004300,,40.723870235,-73.995226525,66.0,010602,40.75849116,-73.95920622,1649.27666667,4794,4267,2963,2598,010602,67980898.3739,004300,65935514.1184,004300,45329073.0,010602,004300,50793.6251314,22153,97345,hub,hub,non_hub,587851.796682,4512468.82754,584855.320992,4508590.22212
+4342,4342,306,201.0,004300,,40.723870235,-73.995226525,234.0,010800,40.7591736033,-73.96613818,1476.04225784,8531,4267,6272,2598,010800,189351523.799,004300,65935514.1184,004300,45329073.0,010800,004300,50793.6251314,79198,97345,hub,hub,non_hub,587265.778542,4512537.66689,584855.320992,4508590.22212
+4343,4343,251,134.0,004300,,40.723870235,-73.995226525,228.0,010900,40.751351715,-73.987594755,1130.5373591,182,4267,92,2598,010900,228173063.011,004300,65935514.1184,004300,45329073.0,010900,004300,50793.6251314,60092,97345,hub,hub,non_hub,585464.669441,4511648.26242,584855.320992,4508590.22212
+4344,4344,110,67.0,004300,,40.723870235,-73.995226525,118.0,011201,40.7643971,-73.97371465,1734.30412023,827,4267,964,2598,011201,118515444.187,004300,65935514.1184,004300,45329073.0,011201,004300,50793.6251314,41525,97345,hub,hub,non_hub,586619.474659,4513110.00718,584855.320992,4508590.22212
+4345,4345,165,67.0,004300,,40.723870235,-73.995226525,66.0,011203,40.76095756,-73.96724467,1616.49851237,1176,4267,1160,2598,011203,143782379.009,004300,65935514.1184,004300,45329073.0,011203,004300,50793.6251314,48033,97345,hub,hub,non_hub,587170.050102,4512734.59972,584855.320992,4508590.22212
+4346,4346,729,268.0,004300,,40.723870235,-73.995226525,396.0,011300,40.7548008425,-73.9888010575,1235.33396294,204,4267,107,2598,011300,357940519.061,004300,65935514.1184,004300,45329073.0,011300,004300,50793.6251314,236650,97345,hub,hub,non_hub,585358.423228,4512029.96675,584855.320992,4508590.22212
+4347,4347,241,134.0,004300,,40.723870235,-73.995226525,164.0,011500,40.75701407,-73.992353645,1378.17843946,2487,4267,1678,2598,011500,130958459.747,004300,65935514.1184,004300,45329073.0,011500,004300,50793.6251314,103294,97345,hub,hub,non_hub,585055.712647,4512272.20178,584855.320992,4508590.22212
+4348,4348,183,134.0,004300,,40.723870235,-73.995226525,168.0,011700,40.76058799,-74.00080945,1633.22517989,2938,4267,2304,2598,011700,91270705.1484,004300,65935514.1184,004300,45329073.0,011700,004300,50793.6251314,73016,97345,hub,hub,non_hub,584337.427395,4512660.77158,584855.320992,4508590.22212
+4349,4349,57,67.0,004300,,40.723870235,-73.995226525,68.0,011900,40.7568001,-73.98291153,1463.96059113,1079,4267,1121,2598,011900,395254501.74,004300,65935514.1184,004300,45329073.0,011900,004300,50793.6251314,39976,97345,hub,hub,non_hub,585853.012005,4512257.64444,584855.320992,4508590.22212
+4350,4350,324,201.0,004300,,40.723870235,-73.995226525,218.0,012100,40.7598593767,-73.9914900133,1530.29663796,8366,4267,5744,2598,012100,101223732.045,004300,65935514.1184,004300,45329073.0,012100,004300,50793.6251314,132767,97345,hub,hub,non_hub,585124.983126,4512588.88932,584855.320992,4508590.22212
+4351,4351,65,67.0,004300,,40.723870235,-73.995226525,102.0,012500,40.76064679,-73.98442659,1516.90132827,2439,4267,2096,2598,012500,322911522.418,004300,65935514.1184,004300,45329073.0,012500,004300,50793.6251314,45486,97345,hub,hub,non_hub,585720.180916,4512683.17447,584855.320992,4508590.22212
+4352,4352,187,134.0,004300,,40.723870235,-73.995226525,168.0,012700,40.762485435,-73.990447135,1452.92408113,6437,4267,4434,2598,012700,104637996.687,004300,65935514.1184,004300,45329073.0,012700,004300,50793.6251314,83393,97345,hub,hub,non_hub,585209.656415,4512881.41361,584855.320992,4508590.22212
+4353,4353,61,67.0,004300,,40.723870235,-73.995226525,48.0,012900,40.76341379,-73.99667444,1642.025,5312,4267,3621,2598,012900,158698340.053,004300,65935514.1184,004300,45329073.0,012900,004300,50793.6251314,28661,97345,hub,hub,non_hub,584682.864463,4512978.43901,584855.320992,4508590.22212
+4354,4354,158,201.0,004300,,40.723870235,-73.995226525,320.0,013100,40.7621295133,-73.98215453,1500.08264627,2489,4267,2283,2598,013100,405023451.28,004300,65935514.1184,004300,45329073.0,013100,004300,50793.6251314,107228,97345,hub,hub,non_hub,585910.04945,4512849.98999,584855.320992,4508590.22212
+4355,4355,137,201.0,004300,,40.723870235,-73.995226525,202.0,013300,40.7647250567,-73.9866537633,1637.04719967,5363,4267,3909,2598,013300,79847412.2593,004300,65935514.1184,004300,45329073.0,013300,004300,50793.6251314,89810,97345,hub,hub,non_hub,585526.963405,4513133.71926,584855.320992,4508590.22212
+4356,4356,198,134.0,004300,,40.723870235,-73.995226525,130.0,013500,40.766984435,-73.99227308,1596.55250445,6075,4267,3935,2598,013500,198199142.958,004300,65935514.1184,004300,45329073.0,013500,004300,50793.6251314,64723,97345,hub,hub,non_hub,585049.80204,4513379.06475,584855.320992,4508590.22212
+4357,4357,163,134.0,004300,,40.723870235,-73.995226525,196.0,013700,40.766109285,-73.981808355,1777.27956731,6557,4267,5442,2598,013700,314878324.419,004300,65935514.1184,004300,45329073.0,013700,004300,50793.6251314,91142,97345,hub,hub,non_hub,585934.141665,4513292.1137,584855.320992,4508590.22212
+4358,4358,41,67.0,004300,,40.723870235,-73.995226525,54.0,013900,40.768254,-73.988639,1644.3297619,7607,4267,7359,2598,013900,139918084.587,004300,65935514.1184,004300,45329073.0,013900,004300,50793.6251314,26390,97345,hub,hub,non_hub,585354.890073,4513523.52534,584855.320992,4508590.22212
+4359,4359,44,67.0,004300,,40.723870235,-73.995226525,98.0,014300,40.76590936,-73.97634151,1842.05977011,3,4267,0,2598,014300,50027992.3322,004300,65935514.1184,004300,45329073.0,014300,004300,50793.6251314,21051,97345,hub,hub,non_hub,586395.803012,4513275.28949,584855.320992,4508590.22212
+4360,4360,147,67.0,004300,,40.723870235,-73.995226525,72.0,014500,40.76915505,-73.98191841,1945.53378378,5811,4267,3462,2598,014500,253397343.373,004300,65935514.1184,004300,45329073.0,014500,004300,50793.6251314,68350,97345,hub,hub,non_hub,585920.929601,4513630.10902,584855.320992,4508590.22212
+4361,4361,97,67.0,004300,,40.723870235,-73.995226525,110.0,014700,40.770513,-73.988038,1445.45876068,2586,4267,1743,2598,014700,70871746.8417,004300,65935514.1184,004300,45329073.0,014700,004300,50793.6251314,35099,97345,hub,hub,non_hub,585402.720353,4513774.87644,584855.320992,4508590.22212
+4362,4362,60,67.0,004300,,40.723870235,-73.995226525,72.0,015100,40.771522,-73.990541,1955.95714286,8105,4267,4856,2598,015100,164953931.102,004300,65935514.1184,004300,45329073.0,015100,004300,50793.6251314,17578,97345,hub,hub,non_hub,585190.192062,4513884.4495,584855.320992,4508590.22212
+4363,4363,639,134.0,004300,,40.723870235,-73.995226525,140.0,031703,40.71644312,-74.014902115,1126.3433342,8670,4267,4231,2598,031703,332361109.355,004300,65935514.1184,004300,45329073.0,031703,004300,50793.6251314,136082,97345,hub,hub,non_hub,583202.897614,4507746.93647,584855.320992,4508590.22212
+4364,4364,441,201.0,004300,,40.723870235,-73.995226525,196.0,031704,40.7085171733,-74.0165557667,1352.24382927,6610,4267,3790,2598,031704,160823714.408,004300,65935514.1184,004300,45329073.0,031704,004300,50793.6251314,105244,97345,hub,hub,non_hub,583073.076824,4506865.54027,584855.320992,4508590.22212
+4365,4365,1202,201.0,004300,,40.723870235,-73.995226525,170.0,000600,40.7128987867,-73.9898646367,698.119365993,11558,4267,4083,2598,000600,59149181.7526,004300,65935514.1184,004300,45329073.0,000600,004300,50793.6251314,70053,97345,hub,hub,non_hub,585322.159723,4507377.5136,584855.320992,4508590.22212
+4366,4366,709,180.0,004400,,40.73080269,-73.97968993,108.0,000202,40.71318002,-73.9818904933,1034.65553521,8012,17710,3598,8297,000202,37878157.9781,004400,114601147.016,,0.0,000202,004400,29117.377474,56352,103892,hub,hub,non_hub,585995.353038,4507416.50937,586158.498991,4509374.90208
+4367,4367,2402,420.0,004400,,40.73080269,-73.97968993,516.0,000700,40.70581148,-74.0081572071,1431.76748311,7722,17710,5201,8297,000700,476954959.734,004400,114601147.016,,0.0,000700,004400,29117.377474,160040,103892,hub,hub,non_hub,583785.918305,4506573.16797,586158.498991,4509374.90208
+4368,4368,444,120.0,004400,,40.73080269,-73.97968993,94.0,000800,40.712414475,-73.993471545,998.093192704,10365,17710,4150,8297,000800,46479755.076,004400,114601147.016,,0.0,000800,004400,29117.377474,34254,103892,hub,hub,non_hub,585018.109713,4507320.25418,586158.498991,4509374.90208
+4369,4369,600,180.0,004400,,40.73080269,-73.97968993,194.0,000900,40.7024745833,-74.01224785,1526.45728727,1140,17710,939,8297,000900,404341803.896,004400,114601147.016,,0.0,000900,004400,29117.377474,46446,103892,hub,hub,non_hub,583444.520998,4506198.85784,586158.498991,4509374.90208
+4370,4370,466,60.0,004400,,40.73080269,-73.97968993,38.0,001002,40.71782143,-73.97628939,677.79583149,6439,17710,2346,8297,001002,22763374.2099,004400,114601147.016,,0.0,001002,004400,29117.377474,15916,103892,hub,hub,non_hub,586462.45635,4507937.23607,586158.498991,4509374.90208
+4371,4371,404,120.0,004400,,40.73080269,-73.97968993,92.0,001200,40.717364275,-73.982955325,718.54469075,3547,17710,1857,8297,001200,23518220.7411,004400,114601147.016,,0.0,001200,004400,29117.377474,36493,103892,hub,hub,non_hub,585900.031125,4507879.94738,586158.498991,4509374.90208
+4372,4372,160,60.0,004400,,40.73080269,-73.97968993,72.0,001300,40.70463334,-74.01361706,1710.74416624,3776,17710,3028,8297,001300,286606455.687,004400,114601147.016,,0.0,001300,004400,29117.377474,27671,103892,hub,hub,non_hub,583326.158808,4506437.19368,586158.498991,4509374.90208
+4373,4373,468,60.0,004400,,40.73080269,-73.97968993,56.0,001401,40.71559509,-73.9870295,687.007314243,3289,17710,1708,8297,001401,20168722.3199,004400,114601147.016,,0.0,001401,004400,29117.377474,26885,103892,hub,hub,non_hub,585558.18429,4507679.57909,586158.498991,4509374.90208
+4374,4374,305,120.0,004400,,40.73080269,-73.97968993,134.0,001501,40.70966832,-74.003597135,1528.91950211,5581,17710,3450,8297,001501,172466366.322,004400,114601147.016,,0.0,001501,004400,29117.377474,27425,103892,hub,hub,non_hub,584166.279828,4507005.66129,586158.498991,4509374.90208
+4375,4375,504,180.0,004400,,40.73080269,-73.97968993,246.0,001502,40.7088053467,-74.00635276,1424.00642899,7095,17710,3459,8297,001502,221282059.103,004400,114601147.016,,0.0,001502,004400,29117.377474,82052,103892,hub,hub,non_hub,583934.59195,4506907.22889,586158.498991,4509374.90208
+4376,4376,1110,180.0,004400,,40.73080269,-73.97968993,214.0,001600,40.7153350167,-73.9943926833,942.891100553,8236,17710,3242,8297,001600,76565505.7581,004400,114601147.016,,0.0,001600,004400,29117.377474,82798,103892,hub,hub,non_hub,584936.591099,4507643.5622,586158.498991,4509374.90208
+4377,4377,1868,240.0,004400,,40.73080269,-73.97968993,308.0,001800,40.7193657075,-73.9906468425,647.665880659,8063,17710,3489,8297,001800,60554858.5127,004400,114601147.016,,0.0,001800,004400,29117.377474,133306,103892,hub,hub,non_hub,585247.838585,4508094.62497,586158.498991,4509374.90208
+4378,4378,945,120.0,004400,,40.73080269,-73.97968993,92.0,002000,40.721554605,-73.977309405,486.416059461,4795,17710,1899,8297,002000,17907673.5628,004400,114601147.016,,0.0,002000,004400,29117.377474,31656,103892,hub,hub,non_hub,586371.478696,4508350.63994,586158.498991,4509374.90208
+4379,4379,579,240.0,004400,,40.73080269,-73.97968993,204.0,002100,40.71451321,-74.0108850975,1463.84258017,6111,17710,3038,8297,002100,273869828.705,004400,114601147.016,,0.0,002100,004400,29117.377474,151037,103892,hub,hub,non_hub,583544.598931,4507536.51732,586158.498991,4509374.90208
+4380,4380,372,120.0,004400,,40.73080269,-73.97968993,88.0,002201,40.71833027,-73.980972895,583.96571642,6762,17710,3030,8297,002201,37585954.9949,004400,114601147.016,,0.0,002201,004400,29117.377474,26391,103892,hub,hub,non_hub,586066.226443,4507989.12022,586158.498991,4509374.90208
+4381,4381,486,60.0,004400,,40.73080269,-73.97968993,62.0,002202,40.7208736,-73.98085795,516.653098192,2256,17710,1045,8297,002202,13179093.8977,004400,114601147.016,,0.0,002202,004400,29117.377474,23935,103892,hub,hub,non_hub,586072.658368,4508271.55961,586158.498991,4509374.90208
+4382,4382,699,120.0,004400,,40.73080269,-73.97968993,96.0,002400,40.724744875,-73.974986535,506.704370829,5775,17710,2175,8297,002400,17986635.5592,004400,114601147.016,,0.0,002400,004400,29117.377474,17965,103892,hub,hub,non_hub,586563.526382,4508707.06897,586158.498991,4509374.90208
+4383,4383,168,120.0,004400,,40.73080269,-73.97968993,124.0,002500,40.7111743,-73.99849582,1196.45152191,5061,17710,1917,8297,002500,22428407.6271,004400,114601147.016,,0.0,002500,004400,29117.377474,28216,103892,hub,hub,non_hub,584595.28909,4507177.73549,586158.498991,4509374.90208
+4384,4384,604,60.0,004400,,40.73080269,-73.97968993,62.0,002601,40.72299208,-73.97995466,443.808285741,3774,17710,1593,8297,002601,22248722.3098,004400,114601147.016,,0.0,002601,004400,29117.377474,22144,103892,hub,hub,non_hub,586146.216204,4508507.61099,586158.498991,4509374.90208
+4385,4385,101,60.0,004400,,40.73080269,-73.97968993,54.0,002700,40.71307916,-73.99851193,1182.32299421,1191,17710,655,8297,002700,11349914.9514,004400,114601147.016,,0.0,002700,004400,29117.377474,20570,103892,hub,hub,non_hub,584591.517275,4507389.17181,586158.498991,4509374.90208
+4386,4386,1591,60.0,004400,,40.73080269,-73.97968993,64.0,002800,40.72521311,-73.97768752,362.904501154,7302,17710,3341,8297,002800,47641507.3146,004400,114601147.016,,0.0,002800,004400,29117.377474,36744,103892,hub,hub,non_hub,586334.816403,4508756.38709,586158.498991,4509374.90208
+4387,4387,245,60.0,004400,,40.73080269,-73.97968993,86.0,002900,40.71602118,-73.99974372,1145.69468754,5855,17710,2420,8297,002900,200965547.24,004400,114601147.016,,0.0,002900,004400,29117.377474,31936,103892,hub,hub,non_hub,584483.752153,4507714.56961,586158.498991,4509374.90208
+4388,4388,639,60.0,004400,,40.73080269,-73.97968993,70.0,003001,40.72066442,-73.98517977,521.986040087,4301,17710,2553,8297,003001,34302720.7166,004400,114601147.016,,0.0,003001,004400,29117.377474,41223,103892,hub,hub,non_hub,585707.91731,4508244.11218,586158.498991,4509374.90208
+4389,4389,936,60.0,004400,,40.73080269,-73.97968993,74.0,003002,40.72217444,-73.98368779,455.449790661,3031,17710,1885,8297,003002,18686109.2263,004400,114601147.016,,0.0,003002,004400,29117.377474,38675,103892,hub,hub,non_hub,585831.986427,4508413.19181,586158.498991,4509374.90208
+4390,4390,418,180.0,004400,,40.73080269,-73.97968993,242.0,003100,40.7140617467,-74.0041933367,1248.63976472,2809,17710,858,8297,003100,145687012.574,004400,114601147.016,,0.0,003100,004400,29117.377474,81469,103892,hub,hub,non_hub,584110.388584,4507492.78891,586158.498991,4509374.90208
+4391,4391,3739,180.0,004400,,40.73080269,-73.97968993,200.0,003200,40.7260543867,-73.9823576167,350.270894027,7630,17710,4888,8297,003200,46369492.482,004400,114601147.016,,0.0,003200,004400,29117.377474,138064,103892,hub,hub,hub,585939.335766,4508845.19329,586158.498991,4509374.90208
+4392,4392,477,300.0,004400,,40.73080269,-73.97968993,346.0,003300,40.7188221404,-74.0063336711,1278.89311368,5174,17710,2694,8297,003300,215459582.054,004400,114601147.016,,0.0,003300,004400,29117.377474,115059,103892,hub,hub,non_hub,583923.624637,4508019.1762,586158.498991,4509374.90208
+4393,4393,555,60.0,004400,,40.73080269,-73.97968993,78.0,003400,40.72955361,-73.98057249,560.214953075,6706,17710,4203,8297,003400,42933229.7541,004400,114601147.016,,0.0,003400,004400,29117.377474,47926,103892,hub,hub,non_hub,586085.581298,4509235.37985,586158.498991,4509374.90208
+4394,4394,1059,120.0,004400,,40.73080269,-73.97968993,132.0,003601,40.72217423,-73.990293175,650.427843929,3299,17710,1613,8297,003601,29191583.8104,004400,114601147.016,,0.0,003601,004400,29117.377474,77585,103892,hub,hub,non_hub,585274.124459,4508406.73315,586158.498991,4509374.90208
+4395,4395,2264,120.0,004400,,40.73080269,-73.97968993,124.0,003602,40.724852985,-73.989265345,471.093376443,2918,17710,1586,8297,003602,24941258.1161,004400,114601147.016,,0.0,003602,004400,29117.377474,82124,103892,hub,hub,non_hub,585357.507872,4508705.09166,586158.498991,4509374.90208
+4396,4396,981,240.0,004400,,40.73080269,-73.97968993,296.0,003700,40.7256696075,-74.0052069325,1063.48337771,2401,17710,1490,8297,003700,212385639.924,004400,114601147.016,,0.0,003700,004400,29117.377474,173333,103892,hub,hub,non_hub,584010.178026,4508780.36793,586158.498991,4509374.90208
+4397,4397,3616,240.0,004400,,40.73080269,-73.97968993,320.0,003800,40.72765889,-73.988195855,422.218041357,8610,17710,5795,8297,003800,67437493.5221,004400,114601147.016,,0.0,003800,004400,29117.377474,167230,103892,hub,hub,hub,585444.239635,4509017.60641,586158.498991,4509374.90208
+4398,4398,199,240.0,004400,,40.73080269,-73.97968993,212.0,003900,40.7201717475,-74.00983051,1447.66902862,5253,17710,3059,8297,003900,194910113.03,004400,114601147.016,,0.0,003900,004400,29117.377474,113624,103892,hub,hub,non_hub,583626.593058,4508165.65565,586158.498991,4509374.90208
+4399,4399,1438,120.0,004400,,40.73080269,-73.97968993,132.0,004000,40.73000573,-73.98549552,368.335464697,9801,17710,4546,8297,004000,66858387.5133,004400,114601147.016,,0.0,004000,004400,29117.377474,99660,103892,hub,hub,non_hub,585669.269443,4509280.75306,586158.498991,4509374.90208
+4400,4400,1033,120.0,004400,,40.73080269,-73.97968993,128.0,004100,40.7195529,-73.996789035,935.079784779,7793,17710,3765,8297,004100,71738983.3617,004400,114601147.016,,0.0,004100,004400,29117.377474,114685,103892,hub,hub,non_hub,584728.836557,4508109.46034,586158.498991,4509374.90208
+4401,4401,1538,60.0,004400,,40.73080269,-73.97968993,70.0,004200,40.73223272,-73.98889957,404.308549697,4988,17710,1801,8297,004200,39941846.3325,004400,114601147.016,,0.0,004200,004400,29117.377474,50846,103892,hub,hub,non_hub,585378.96492,4509524.64843,586158.498991,4509374.90208
+4402,4402,1174,120.0,004400,,40.73080269,-73.97968993,134.0,004300,40.723870235,-73.995226525,709.069556108,4267,17710,2598,8297,004300,65935514.1184,004400,114601147.016,,0.0,004300,004400,29117.377474,95162,103892,hub,hub,non_hub,584855.320992,4508590.22212,586158.498991,4509374.90208
+4403,4403,200,60.0,004400,,40.73080269,-73.97968993,54.0,004500,40.71910537,-73.99973337,1062.70321432,840,17710,582,8297,004500,52009114.8865,004400,114601147.016,,0.0,004500,004400,29117.377474,34275,103892,hub,hub,non_hub,584480.726971,4508056.94497,586158.498991,4509374.90208
+4404,4404,123,60.0,004400,,40.73080269,-73.97968993,78.0,004700,40.72165481,-74.00234737,1167.1436845,2267,17710,1586,8297,004700,75477587.1594,004400,114601147.016,,0.0,004700,004400,29117.377474,27544,103892,hub,hub,non_hub,584256.734795,4508337.43837,586158.498991,4509374.90208
+4405,4405,667,60.0,004400,,40.73080269,-73.97968993,70.0,004800,40.73624527,-73.98473765,439.135161529,7550,17710,3799,8297,004800,74763044.6965,004400,114601147.016,,0.0,004800,004400,29117.377474,42567,103892,hub,hub,non_hub,585725.258797,4509974.12516,586158.498991,4509374.90208
+4406,4406,578,120.0,004400,,40.73080269,-73.97968993,146.0,004900,40.724268615,-74.000521515,912.127812388,4951,17710,3054,8297,004900,103848670.177,004400,114601147.016,,0.0,004900,004400,29117.377474,80152,103892,hub,hub,non_hub,584407.63728,4508629.34168,586158.498991,4509374.90208
+4407,4407,3633,180.0,004400,,40.73080269,-73.97968993,186.0,005000,40.7359163467,-73.9873427633,425.653111085,5061,17710,3595,8297,005000,120638459.215,004400,114601147.016,,0.0,005000,004400,29117.377474,111023,103892,hub,hub,hub,585505.709717,4509935.07175,586158.498991,4509374.90208
+4408,4408,3307,120.0,004400,,40.73080269,-73.97968993,212.0,005200,40.73715585,-73.991241315,586.520260338,4193,17710,1785,8297,005200,109103391.81,004400,114601147.016,,0.0,005200,004400,29117.377474,159876,103892,hub,hub,hub,585174.941657,4510068.87544,586158.498991,4509374.90208
+4409,4409,926,60.0,004400,,40.73080269,-73.97968993,94.0,005400,40.73971301,-73.99456405,674.874191913,4656,17710,2837,8297,005400,128803552.888,004400,114601147.016,,0.0,005400,004400,29117.377474,73728,103892,hub,hub,non_hub,584891.129718,4510349.51956,586158.498991,4509374.90208
+4410,4410,554,60.0,004400,,40.73080269,-73.97968993,60.0,005501,40.72679454,-73.99695094,712.875690021,5079,17710,2483,8297,005501,61061928.4125,004400,114601147.016,,0.0,005501,004400,29117.377474,57258,103892,hub,hub,non_hub,584705.980012,4508913.17477,586158.498991,4509374.90208
+4411,4411,770,60.0,004400,,40.73080269,-73.97968993,54.0,005502,40.72743423,-73.99379025,616.788544127,2383,17710,1262,8297,005502,49017118.6146,004400,114601147.016,,0.0,005502,004400,29117.377474,55117,103892,hub,hub,non_hub,584972.085912,4508987.23863,586158.498991,4509374.90208
+4412,4412,1547,120.0,004400,,40.73080269,-73.97968993,190.0,005600,40.74065347,-73.98778661,591.412783473,2618,17710,2190,8297,005600,189153355.609,004400,114601147.016,,0.0,005600,004400,29117.377474,113209,103892,hub,hub,non_hub,585462.168743,4510460.49357,586158.498991,4509374.90208
+4413,4413,3145,120.0,004400,,40.73080269,-73.97968993,164.0,005700,40.729662915,-73.992405595,541.630651862,2937,17710,1789,8297,005700,90178032.7137,004400,114601147.016,,0.0,005700,004400,29117.377474,156896,103892,hub,hub,hub,585086.179601,4509235.9788,586158.498991,4509374.90208
+4414,4414,1318,120.0,004400,,40.73080269,-73.97968993,174.0,005800,40.743154205,-73.990299735,723.488287096,3182,17710,2306,8297,005800,164037511.755,004400,114601147.016,,0.0,005800,004400,29117.377474,130970,103892,hub,hub,non_hub,585246.786708,4510735.64918,586158.498991,4509374.90208
+4415,4415,1110,60.0,004400,,40.73080269,-73.97968993,62.0,005900,40.73049393,-73.9957214,629.564104459,5516,17710,3276,8297,005900,71785177.1361,004400,114601147.016,,0.0,005900,004400,29117.377474,53180,103892,hub,hub,non_hub,584805.117401,4509325.01914,586158.498991,4509374.90208
+4416,4416,2819,120.0,004400,,40.73080269,-73.97968993,126.0,006000,40.734822295,-73.976916765,404.903863036,5286,17710,2459,8297,006000,27468182.8943,004400,114601147.016,,0.0,006000,004400,29117.377474,80462,103892,hub,hub,non_hub,586387.478737,4509823.83141,586158.498991,4509374.90208
+4417,4417,4640,240.0,004400,,40.73080269,-73.97968993,282.0,006100,40.73385254,-73.992357065,577.504719528,4913,17710,2683,8297,006100,91682014.33,004400,114601147.016,,0.0,006100,004400,29117.377474,245510,103892,hub,hub,hub,585084.940162,4509701.10308,586158.498991,4509374.90208
+4418,4418,891,60.0,004400,,40.73080269,-73.97968993,60.0,006200,40.7381765,-73.97738662,463.50356992,4680,17710,1401,8297,006200,231817485.533,004400,114601147.016,,0.0,006200,004400,29117.377474,33218,103892,hub,hub,non_hub,586343.467107,4510195.70961,586158.498991,4509374.90208
+4419,4419,1951,180.0,004400,,40.73080269,-73.97968993,198.0,006300,40.7346940933,-73.99785666,722.817740603,6076,17710,4277,8297,006300,85447631.8451,004400,114601147.016,,0.0,006300,004400,29117.377474,120233,103892,hub,hub,non_hub,584619.48321,4509789.20591,586158.498991,4509374.90208
+4420,4420,866,60.0,004400,,40.73080269,-73.97968993,78.0,006400,40.73587678,-73.98205027,391.385419396,7518,17710,5058,8297,006400,95664936.1545,004400,114601147.016,,0.0,006400,004400,29117.377474,47750,103892,hub,hub,non_hub,585952.649806,4509935.84788,586158.498991,4509374.90208
+4421,4421,1379,180.0,004400,,40.73080269,-73.97968993,212.0,006500,40.7306296367,-73.9991423,790.450010488,6517,17710,3568,8297,006500,59290910.3694,004400,114601147.016,,0.0,006500,004400,29117.377474,125356,103892,hub,hub,non_hub,584516.067395,4509336.78488,586158.498991,4509374.90208
+4422,4422,1934,120.0,004400,,40.73080269,-73.97968993,164.0,006600,40.739285505,-73.97827188,490.354435607,11780,17710,6818,8297,006600,84730469.4548,004400,114601147.016,,0.0,006600,004400,29117.377474,74621,103892,hub,hub,non_hub,586267.286922,4510317.94668,586158.498991,4509374.90208
+4423,4423,417,60.0,004400,,40.73080269,-73.97968993,78.0,006700,40.73038599,-74.00214988,896.450135259,4984,17710,3796,8297,006700,47238039.9972,004400,114601147.016,,0.0,006700,004400,29117.377474,70025,103892,hub,hub,non_hub,584262.399901,4509306.84766,586158.498991,4509374.90208
+4424,4424,800,60.0,004400,,40.73080269,-73.97968993,78.0,006800,40.74025878,-73.98409214,552.686834394,6735,17710,4494,8297,006800,130298431.446,004400,114601147.016,,0.0,006800,004400,29117.377474,58926,103892,hub,hub,non_hub,585774.608423,4510420.28363,586158.498991,4509374.90208
+4425,4425,590,120.0,004400,,40.73080269,-73.97968993,134.0,006900,40.732319905,-74.0069291,964.445341863,2687,17710,1484,8297,006900,61292499.9331,004400,114601147.016,,0.0,006900,004400,29117.377474,130727,103892,hub,hub,non_hub,583856.38945,4509516.94969,586158.498991,4509374.90208
+4426,4426,3879,180.0,004400,,40.73080269,-73.97968993,254.0,007000,40.7425482225,-73.9756789413,600.269221067,8302,17710,5669,8297,007000,78634704.8451,004400,114601147.016,,0.0,007000,004400,29117.377474,145227,103892,hub,hub,hub,586481.992962,4510682.68305,586158.498991,4509374.90208
+4427,4427,692,120.0,004400,,40.73080269,-73.97968993,142.0,007100,40.736526545,-74.000108805,821.701558153,5633,17710,3844,8297,007100,68447429.2743,004400,114601147.016,,0.0,007100,004400,29117.377474,79459,103892,hub,hub,non_hub,584426.995774,4509990.4524,586158.498991,4509374.90208
+4428,4428,1937,180.0,004400,,40.73080269,-73.97968993,252.0,007200,40.7447014833,-73.98154809,704.541370829,7734,17710,5222,8297,007200,132092861.454,004400,114601147.016,,0.0,007200,004400,29117.377474,157612,103892,hub,hub,non_hub,585983.687715,4510915.94446,586158.498991,4509374.90208
+4429,4429,516,120.0,004400,,40.73080269,-73.97968993,118.0,007300,40.734682705,-74.00388484,933.36945608,5615,17710,4547,8297,007300,48716185.79,004400,114601147.016,,0.0,007300,004400,29117.377474,92567,103892,hub,hub,non_hub,584110.479319,4509782.14883,586158.498991,4509374.90208
+4430,4430,602,120.0,004400,,40.73080269,-73.97968993,172.0,007400,40.746413585,-73.98586892,810.411098532,4179,17710,2700,8297,007400,170614202.951,004400,114601147.016,,0.0,007400,004400,29117.377474,81121,103892,hub,hub,non_hub,585616.696258,4511101.7763,586158.498991,4509374.90208
+4431,4431,1117,120.0,004400,,40.73080269,-73.97968993,138.0,007600,40.74737476,-73.988320695,855.087951249,2203,17710,1573,8297,007600,242014413.464,004400,114601147.016,,0.0,007600,004400,29117.377474,97464,103892,hub,hub,non_hub,585408.475283,4511206.08492,586158.498991,4509374.90208
+4432,4432,484,60.0,004400,,40.73080269,-73.97968993,86.0,007700,40.7390169121,-74.0026376103,839.680259146,5404,17710,4254,8297,007700,59306273.1509,004400,114601147.016,,0.0,007700,004400,29117.377474,79025,103892,hub,hub,non_hub,584210.329106,4510264.47156,586158.498991,4509374.90208
+4433,4433,1162,60.0,004400,,40.73080269,-73.97968993,78.0,007800,40.74780373,-73.9734419,776.013109699,7380,17710,5372,8297,007800,112124597.728,004400,114601147.016,,0.0,007800,004400,29117.377474,59601,103892,hub,hub,non_hub,586664.043115,4511268.28888,586158.498991,4509374.90208
+4434,4434,759,300.0,004400,,40.73080269,-73.97968993,348.0,007900,40.738916514,-74.007286026,1104.9335988,4406,17710,2904,8297,007900,86937368.5918,004400,114601147.016,,0.0,007900,004400,29117.377474,171846,103892,hub,hub,non_hub,583817.969395,4510248.87788,586158.498991,4509374.90208
+4435,4435,919,120.0,004400,,40.73080269,-73.97968993,142.0,008000,40.7485693,-73.97717991,862.298515407,4946,17710,3730,8297,008000,197763821.532,004400,114601147.016,,0.0,008000,004400,29117.377474,74808,103892,hub,hub,non_hub,586347.477591,4511349.58844,586158.498991,4509374.90208
+4436,4436,278,60.0,004400,,40.73080269,-73.97968993,78.0,008100,40.73935542,-73.99931783,810.83582008,8675,17710,5315,8297,008100,91100400.6907,004400,114601147.016,,0.0,008100,004400,29117.377474,53195,103892,hub,hub,non_hub,584490.204148,4510305.23824,586158.498991,4509374.90208
+4437,4437,1938,180.0,004400,,40.73080269,-73.97968993,350.0,008200,40.7519613436,-73.979394516,934.137307838,3442,17710,2534,8297,008200,262405408.076,004400,114601147.016,,0.0,008200,004400,29117.377474,228612,103892,hub,hub,non_hub,586156.136652,4511723.95362,586158.498991,4509374.90208
+4438,4438,1081,240.0,004400,,40.73080269,-73.97968993,238.0,008300,40.742591315,-74.004102785,922.957219622,4211,17710,2321,8297,008300,119862327.354,004400,114601147.016,,0.0,008300,004400,29117.377474,186113,103892,hub,hub,non_hub,584082.11654,4510659.85081,586158.498991,4509374.90208
+4439,4439,169,60.0,004400,,40.73080269,-73.97968993,76.0,008400,40.75038009,-73.98338988,966.283863116,1726,17710,1041,8297,008400,147824461.739,004400,114601147.016,,0.0,008400,004400,29117.377474,34199,103892,hub,hub,non_hub,585820.889203,4511544.50828,586158.498991,4509374.90208
+4440,4440,704,60.0,004400,,40.73080269,-73.97968993,86.0,008601,40.744219,-73.97121214,776.15950058,2551,17710,1528,8297,008601,31141773.9073,004400,114601147.016,,0.0,008601,004400,29117.377474,31961,103892,hub,hub,non_hub,586856.951039,4510872.56191,586158.498991,4509374.90208
+4441,4441,1034,120.0,004400,,40.73080269,-73.97968993,156.0,008700,40.74206378,-73.995708955,812.312646213,6671,17710,4249,8297,008700,85660216.7821,004400,114601147.016,,0.0,008700,004400,29117.377474,152953,103892,hub,hub,non_hub,584791.475936,4510609.36503,586158.498991,4509374.90208
+4442,4442,751,120.0,004400,,40.73080269,-73.97968993,156.0,008800,40.75012189,-73.970133575,931.177320707,6964,17710,5507,8297,008800,216532475.876,004400,114601147.016,,0.0,008800,004400,29117.377474,43247,103892,hub,hub,non_hub,586940.323322,4511528.89362,586158.498991,4509374.90208
+4443,4443,698,180.0,004400,,40.73080269,-73.97968993,240.0,008900,40.74529008,-74.0021768567,945.443024048,5560,17710,3511,8297,008900,54419260.2723,004400,114601147.016,,0.0,008900,004400,29117.377474,158638,103892,hub,hub,non_hub,584241.316685,4510961.27944,586158.498991,4509374.90208
+4444,4444,848,180.0,004400,,40.73080269,-73.97968993,220.0,009000,40.75261798,-73.9703317533,965.30772502,7026,17710,5832,8297,009000,208846060.851,004400,114601147.016,,0.0,009000,004400,29117.377474,74531,103892,hub,hub,non_hub,586920.342162,4511805.78171,586158.498991,4509374.90208
+4445,4445,337,60.0,004400,,40.73080269,-73.97968993,78.0,009100,40.74487634,-73.99529885,925.90599925,6415,17710,4386,8297,009100,127325659.041,004400,114601147.016,,0.0,009100,004400,29117.377474,63878,103892,hub,hub,non_hub,584822.527687,4510921.97538,586158.498991,4509374.90208
+4446,4446,548,120.0,004400,,40.73080269,-73.97968993,220.0,009200,40.7548518863,-73.9734329075,953.286533948,1754,17710,1461,8297,009200,408192557.246,004400,114601147.016,,0.0,009200,004400,29117.377474,72226,103892,hub,hub,non_hub,586655.650548,4512050.69496,586158.498991,4509374.90208
+4447,4447,246,60.0,004400,,40.73080269,-73.97968993,78.0,009300,40.74475148,-73.99915362,878.743294749,9705,17710,5585,8297,009300,68528055.2433,004400,114601147.016,,0.0,009300,004400,29117.377474,52202,103892,hub,hub,non_hub,584497.239363,4510904.39701,586158.498991,4509374.90208
+4448,4448,382,60.0,004400,,40.73080269,-73.97968993,62.0,009400,40.75320159,-73.9779874,1032.50751964,29,17710,16,8297,009400,299218147.811,004400,114601147.016,,0.0,009400,004400,29117.377474,82147,103892,hub,hub,non_hub,586273.319314,4511863.01244,586158.498991,4509374.90208
+4449,4449,429,60.0,004400,,40.73080269,-73.97968993,102.0,009500,40.746647,-73.993915,896.791984201,3425,17710,1416,8297,009500,129660033.725,004400,114601147.016,,0.0,009500,004400,29117.377474,57488,103892,hub,hub,non_hub,584937.108907,4511119.86954,586158.498991,4509374.90208
+4450,4450,302,180.0,004400,,40.73080269,-73.97968993,280.0,009600,40.7560149359,-73.9803403523,1114.48026153,153,17710,268,8297,009600,270304841.585,004400,114601147.016,,0.0,009600,004400,29117.377474,71527,103892,hub,hub,non_hub,586071.062741,4512173.00412,586158.498991,4509374.90208
+4451,4451,497,180.0,004400,,40.73080269,-73.97968993,198.0,009700,40.7493616033,-73.9991321067,1079.6437502,4744,17710,2827,8297,009700,83018263.1602,004400,114601147.016,,0.0,009700,004400,29117.377474,118804,103892,hub,hub,non_hub,584493.220017,4511416.17434,586158.498991,4509374.90208
+4452,4452,568,120.0,004400,,40.73080269,-73.97968993,140.0,009800,40.755285655,-73.96667288,1015.50112999,7105,17710,5244,8297,009800,115943808.909,004400,114601147.016,,0.0,009800,004400,29117.377474,40039,103892,hub,hub,non_hub,587225.727282,4512105.54383,586158.498991,4509374.90208
+4453,4453,1051,300.0,004400,,40.73080269,-73.97968993,370.0,009900,40.7520807866,-74.0031899092,1181.95667089,3617,17710,2438,8297,009900,404439511.776,004400,114601147.016,,0.0,009900,004400,29117.377474,208076,103892,hub,hub,non_hub,584147.226991,4511714.12465,586158.498991,4509374.90208
+4454,4454,653,180.0,004400,,40.73080269,-73.97968993,242.0,010000,40.7583696933,-73.9710287767,1149.51567128,1829,17710,1399,8297,010000,366457143.613,004400,114601147.016,,0.0,010000,004400,29117.377474,72085,103892,hub,hub,non_hub,586854.014885,4512443.57459,586158.498991,4509374.90208
+4455,4455,1429,180.0,004400,,40.73080269,-73.97968993,254.0,010100,40.74945622,-73.9903382667,948.689215162,1119,17710,828,8297,010100,246168211.101,004400,114601147.016,,0.0,010100,004400,29117.377474,183377,103892,hub,hub,non_hub,585235.486219,4511435.18064,586158.498991,4509374.90208
+4456,4456,168,120.0,004400,,40.73080269,-73.97968993,162.0,010200,40.7606694,-73.973473555,1246.08623439,313,17710,268,8297,010200,333450202.294,004400,114601147.016,,0.0,010200,004400,29117.377474,46675,103892,hub,hub,non_hub,586644.664817,4512696.44233,586158.498991,4509374.90208
+4457,4457,974,120.0,004400,,40.73080269,-73.97968993,196.0,010300,40.751000495,-73.994372255,1044.84925793,1859,17710,1351,8297,010300,141506056.87,004400,114601147.016,,0.0,010300,004400,29117.377474,221593,103892,hub,hub,non_hub,584892.968075,4511602.69644,586158.498991,4509374.90208
+4458,4458,199,120.0,004400,,40.73080269,-73.97968993,150.0,010400,40.761664375,-73.976854975,1303.86009126,1031,17710,1033,8297,010400,363981333.295,004400,114601147.016,,0.0,010400,004400,29117.377474,65073,103892,hub,hub,non_hub,586357.961325,4512803.55852,586158.498991,4509374.90208
+4459,4459,193,60.0,004400,,40.73080269,-73.97968993,66.0,010602,40.75849116,-73.95920622,1089.91955698,4794,17710,2963,8297,010602,67980898.3739,004400,114601147.016,,0.0,010602,004400,29117.377474,22153,103892,hub,hub,non_hub,587851.796682,4512468.82754,586158.498991,4509374.90208
+4460,4460,869,180.0,004400,,40.73080269,-73.97968993,234.0,010800,40.7591736033,-73.96613818,1131.26499633,8531,17710,6272,8297,010800,189351523.799,004400,114601147.016,,0.0,010800,004400,29117.377474,79198,103892,hub,hub,non_hub,587265.778542,4512537.66689,586158.498991,4509374.90208
+4461,4461,371,120.0,004400,,40.73080269,-73.97968993,228.0,010900,40.751351715,-73.987594755,961.673100785,182,17710,92,8297,010900,228173063.011,004400,114601147.016,,0.0,010900,004400,29117.377474,60092,103892,hub,hub,non_hub,585464.669441,4511648.26242,586158.498991,4509374.90208
+4462,4462,120,60.0,004400,,40.73080269,-73.97968993,118.0,011201,40.7643971,-73.97371465,1480.87569573,827,17710,964,8297,011201,118515444.187,004400,114601147.016,,0.0,011201,004400,29117.377474,41525,103892,hub,hub,non_hub,586619.474659,4513110.00718,586158.498991,4509374.90208
+4463,4463,271,60.0,004400,,40.73080269,-73.97968993,66.0,011203,40.76095756,-73.96724467,1243.1694846,1176,17710,1160,8297,011203,143782379.009,004400,114601147.016,,0.0,011203,004400,29117.377474,48033,103892,hub,hub,non_hub,587170.050102,4512734.59972,586158.498991,4509374.90208
+4464,4464,1222,240.0,004400,,40.73080269,-73.97968993,396.0,011300,40.7548008425,-73.9888010575,1173.68989302,204,17710,107,8297,011300,357940519.061,004400,114601147.016,,0.0,011300,004400,29117.377474,236650,103892,hub,hub,non_hub,585358.423228,4512029.96675,586158.498991,4509374.90208
+4465,4465,375,120.0,004400,,40.73080269,-73.97968993,164.0,011500,40.75701407,-73.992353645,1240.6399662,2487,17710,1678,8297,011500,130958459.747,004400,114601147.016,,0.0,011500,004400,29117.377474,103294,103892,hub,hub,non_hub,585055.712647,4512272.20178,586158.498991,4509374.90208
+4466,4466,99,120.0,004400,,40.73080269,-73.97968993,168.0,011700,40.76058799,-74.00080945,1498.63346315,2938,17710,2304,8297,011700,91270705.1484,004400,114601147.016,,0.0,011700,004400,29117.377474,73016,103892,hub,hub,non_hub,584337.427395,4512660.77158,586158.498991,4509374.90208
+4467,4467,105,60.0,004400,,40.73080269,-73.97968993,68.0,011900,40.7568001,-73.98291153,1369.74621212,1079,17710,1121,8297,011900,395254501.74,004400,114601147.016,,0.0,011900,004400,29117.377474,39976,103892,hub,hub,non_hub,585853.012005,4512257.64444,586158.498991,4509374.90208
+4468,4468,292,180.0,004400,,40.73080269,-73.97968993,218.0,012100,40.7598593767,-73.9914900133,1440.57384536,8366,17710,5744,8297,012100,101223732.045,004400,114601147.016,,0.0,012100,004400,29117.377474,132767,103892,hub,hub,non_hub,585124.983126,4512588.88932,586158.498991,4509374.90208
+4469,4469,92,60.0,004400,,40.73080269,-73.97968993,102.0,012500,40.76064679,-73.98442659,1480.68144499,2439,17710,2096,8297,012500,322911522.418,004400,114601147.016,,0.0,012500,004400,29117.377474,45486,103892,hub,hub,non_hub,585720.180916,4512683.17447,586158.498991,4509374.90208
+4470,4470,178,120.0,004400,,40.73080269,-73.97968993,168.0,012700,40.762485435,-73.990447135,1296.36500062,6437,17710,4434,8297,012700,104637996.687,004400,114601147.016,,0.0,012700,004400,29117.377474,83393,103892,hub,hub,non_hub,585209.656415,4512881.41361,586158.498991,4509374.90208
+4471,4471,207,60.0,004400,,40.73080269,-73.97968993,48.0,012900,40.76341379,-73.99667444,1406.58560794,5312,17710,3621,8297,012900,158698340.053,004400,114601147.016,,0.0,012900,004400,29117.377474,28661,103892,hub,hub,non_hub,584682.864463,4512978.43901,586158.498991,4509374.90208
+4472,4472,389,180.0,004400,,40.73080269,-73.97968993,320.0,013100,40.7621295133,-73.98215453,1306.55396802,2489,17710,2283,8297,013100,405023451.28,004400,114601147.016,,0.0,013100,004400,29117.377474,107228,103892,hub,hub,non_hub,585910.04945,4512849.98999,586158.498991,4509374.90208
+4473,4473,190,180.0,004400,,40.73080269,-73.97968993,202.0,013300,40.7647250567,-73.9866537633,1565.33847492,5363,17710,3909,8297,013300,79847412.2593,004400,114601147.016,,0.0,013300,004400,29117.377474,89810,103892,hub,hub,non_hub,585526.963405,4513133.71926,586158.498991,4509374.90208
+4474,4474,192,120.0,004400,,40.73080269,-73.97968993,130.0,013500,40.766984435,-73.99227308,1603.16421574,6075,17710,3935,8297,013500,198199142.958,004400,114601147.016,,0.0,013500,004400,29117.377474,64723,103892,hub,hub,non_hub,585049.80204,4513379.06475,586158.498991,4509374.90208
+4475,4475,289,120.0,004400,,40.73080269,-73.97968993,196.0,013700,40.766109285,-73.981808355,1488.04831791,6557,17710,5442,8297,013700,314878324.419,004400,114601147.016,,0.0,013700,004400,29117.377474,91142,103892,hub,hub,non_hub,585934.141665,4513292.1137,586158.498991,4509374.90208
+4476,4476,32,60.0,004400,,40.73080269,-73.97968993,54.0,013900,40.768254,-73.988639,1676.88181818,7607,17710,7359,8297,013900,139918084.587,004400,114601147.016,,0.0,013900,004400,29117.377474,26390,103892,hub,hub,non_hub,585354.890073,4513523.52534,586158.498991,4509374.90208
+4477,4477,138,60.0,004400,,40.73080269,-73.97968993,98.0,014300,40.76590936,-73.97634151,1406.6875,3,17710,0,8297,014300,50027992.3322,004400,114601147.016,,0.0,014300,004400,29117.377474,21051,103892,hub,hub,non_hub,586395.803012,4513275.28949,586158.498991,4509374.90208
+4478,4478,221,60.0,004400,,40.73080269,-73.97968993,72.0,014500,40.76915505,-73.98191841,1729.09131494,5811,17710,3462,8297,014500,253397343.373,004400,114601147.016,,0.0,014500,004400,29117.377474,68350,103892,hub,hub,non_hub,585920.929601,4513630.10902,586158.498991,4509374.90208
+4479,4479,141,60.0,004400,,40.73080269,-73.97968993,110.0,014700,40.770513,-73.988038,1410.69151376,2586,17710,1743,8297,014700,70871746.8417,004400,114601147.016,,0.0,014700,004400,29117.377474,35099,103892,hub,hub,non_hub,585402.720353,4513774.87644,586158.498991,4509374.90208
+4480,4480,43,60.0,004400,,40.73080269,-73.97968993,72.0,015100,40.771522,-73.990541,1848.84477124,8105,17710,4856,8297,015100,164953931.102,004400,114601147.016,,0.0,015100,004400,29117.377474,17578,103892,hub,hub,non_hub,585190.192062,4513884.4495,586158.498991,4509374.90208
+4481,4481,306,120.0,004400,,40.73080269,-73.97968993,140.0,031703,40.71644312,-74.014902115,1582.20563954,8670,17710,4231,8297,031703,332361109.355,004400,114601147.016,,0.0,031703,004400,29117.377474,136082,103892,hub,hub,non_hub,583202.897614,4507746.93647,586158.498991,4509374.90208
+4482,4482,323,180.0,004400,,40.73080269,-73.97968993,196.0,031704,40.7085171733,-74.0165557667,1832.55868749,6610,17710,3790,8297,031704,160823714.408,004400,114601147.016,,0.0,031704,004400,29117.377474,105244,103892,hub,hub,non_hub,583073.076824,4506865.54027,586158.498991,4509374.90208
+4483,4483,422,180.0,004400,,40.73080269,-73.97968993,170.0,000600,40.7128987867,-73.9898646367,961.702379672,11558,17710,4083,8297,000600,59149181.7526,004400,114601147.016,,0.0,000600,004400,29117.377474,70053,103892,hub,hub,non_hub,585322.159723,4507377.5136,586158.498991,4509374.90208
+4484,4484,403,81.0,004500,,40.71910537,-73.99973337,54.0,000202,40.71318002,-73.9818904933,741.08059891,8012,840,3598,582,000202,37878157.9781,004500,52009114.8865,,0.0,000202,004500,54396.1846605,56352,35352,hub,hub,non_hub,585995.353038,4507416.50937,584480.726971,4508056.94497
+4485,4485,1140,189.0,004500,,40.71910537,-73.99973337,258.0,000700,40.70581148,-74.0081572071,757.975086553,7722,840,5201,582,000700,476954959.734,004500,52009114.8865,,0.0,000700,004500,54396.1846605,160040,35352,hub,hub,non_hub,583785.918305,4506573.16797,584480.726971,4508056.94497
+4486,4486,263,54.0,004500,,40.71910537,-73.99973337,47.0,000800,40.712414475,-73.993471545,529.21581896,10365,840,4150,582,000800,46479755.076,004500,52009114.8865,,0.0,000800,004500,54396.1846605,34254,35352,hub,hub,non_hub,585018.109713,4507320.25418,584480.726971,4508056.94497
+4487,4487,84,81.0,004500,,40.71910537,-73.99973337,97.0,000900,40.7024745833,-74.01224785,1072.44298576,1140,840,939,582,000900,404341803.896,004500,52009114.8865,,0.0,000900,004500,54396.1846605,46446,35352,hub,hub,non_hub,583444.520998,4506198.85784,584480.726971,4508056.94497
+4488,4488,90,27.0,004500,,40.71910537,-73.99973337,19.0,001002,40.71782143,-73.97628939,908.911111111,6439,840,2346,582,001002,22763374.2099,004500,52009114.8865,,0.0,001002,004500,54396.1846605,15916,35352,hub,hub,non_hub,586462.45635,4507937.23607,584480.726971,4508056.94497
+4489,4489,287,54.0,004500,,40.71910537,-73.99973337,46.0,001200,40.717364275,-73.982955325,775.91396955,3547,840,1857,582,001200,23518220.7411,004500,52009114.8865,,0.0,001200,004500,54396.1846605,36493,35352,hub,hub,non_hub,585900.031125,4507879.94738,584480.726971,4508056.94497
+4490,4490,79,27.0,004500,,40.71910537,-73.99973337,36.0,001300,40.70463334,-74.01361706,833.772151899,3776,840,3028,582,001300,286606455.687,004500,52009114.8865,,0.0,001300,004500,54396.1846605,27671,35352,hub,hub,non_hub,583326.158808,4506437.19368,584480.726971,4508056.94497
+4491,4491,184,27.0,004500,,40.71910537,-73.99973337,28.0,001401,40.71559509,-73.9870295,624.461956522,3289,840,1708,582,001401,20168722.3199,004500,52009114.8865,,0.0,001401,004500,54396.1846605,26885,35352,hub,hub,non_hub,585558.18429,4507679.57909,584480.726971,4508056.94497
+4492,4492,270,54.0,004500,,40.71910537,-73.99973337,67.0,001501,40.70966832,-74.003597135,577.994528875,5581,840,3450,582,001501,172466366.322,004500,52009114.8865,,0.0,001501,004500,54396.1846605,27425,35352,hub,hub,non_hub,584166.279828,4507005.66129,584480.726971,4508056.94497
+4493,4493,993,81.0,004500,,40.71910537,-73.99973337,123.0,001502,40.7088053467,-74.00635276,602.594841049,7095,840,3459,582,001502,221282059.103,004500,52009114.8865,,0.0,001502,004500,54396.1846605,82052,35352,hub,hub,non_hub,583934.59195,4506907.22889,584480.726971,4508056.94497
+4494,4494,1218,81.0,004500,,40.71910537,-73.99973337,107.0,001600,40.7153350167,-73.9943926833,401.474482727,8236,840,3242,582,001600,76565505.7581,004500,52009114.8865,,0.0,001600,004500,54396.1846605,82798,35352,hub,hub,non_hub,584936.591099,4507643.5622,584480.726971,4508056.94497
+4495,4495,1118,108.0,004500,,40.71910537,-73.99973337,154.0,001800,40.7193657075,-73.9906468425,474.67285455,8063,840,3489,582,001800,60554858.5127,004500,52009114.8865,,0.0,001800,004500,54396.1846605,133306,35352,hub,hub,non_hub,585247.838585,4508094.62497,584480.726971,4508056.94497
+4496,4496,70,54.0,004500,,40.71910537,-73.99973337,46.0,002000,40.721554605,-73.977309405,1038.32761438,4795,840,1899,582,002000,17907673.5628,004500,52009114.8865,,0.0,002000,004500,54396.1846605,31656,35352,hub,hub,non_hub,586371.478696,4508350.63994,584480.726971,4508056.94497
+4497,4497,1352,108.0,004500,,40.71910537,-73.99973337,102.0,002100,40.71451321,-74.0108850975,584.552611813,6111,840,3038,582,002100,273869828.705,004500,52009114.8865,,0.0,002100,004500,54396.1846605,151037,35352,hub,hub,non_hub,583544.598931,4507536.51732,584480.726971,4508056.94497
+4498,4498,193,54.0,004500,,40.71910537,-73.99973337,44.0,002201,40.71833027,-73.980972895,795.913023256,6762,840,3030,582,002201,37585954.9949,004500,52009114.8865,,0.0,002201,004500,54396.1846605,26391,35352,hub,hub,non_hub,586066.226443,4507989.12022,584480.726971,4508056.94497
+4499,4499,100,27.0,004500,,40.71910537,-73.99973337,31.0,002202,40.7208736,-73.98085795,821.14,2256,840,1045,582,002202,13179093.8977,004500,52009114.8865,,0.0,002202,004500,54396.1846605,23935,35352,hub,hub,non_hub,586072.658368,4508271.55961,584480.726971,4508056.94497
+4500,4500,227,54.0,004500,,40.71910537,-73.99973337,48.0,002400,40.724744875,-73.974986535,1225.10171059,5775,840,2175,582,002400,17986635.5592,004500,52009114.8865,,0.0,002400,004500,54396.1846605,17965,35352,hub,hub,non_hub,586563.526382,4508707.06897,584480.726971,4508056.94497
+4501,4501,275,54.0,004500,,40.71910537,-73.99973337,62.0,002500,40.7111743,-73.99849582,496.020415859,5061,840,1917,582,002500,22428407.6271,004500,52009114.8865,,0.0,002500,004500,54396.1846605,28216,35352,hub,hub,non_hub,584595.28909,4507177.73549,584480.726971,4508056.94497
+4502,4502,79,27.0,004500,,40.71910537,-73.99973337,31.0,002601,40.72299208,-73.97995466,933.316455696,3774,840,1593,582,002601,22248722.3098,004500,52009114.8865,,0.0,002601,004500,54396.1846605,22144,35352,hub,hub,non_hub,586146.216204,4508507.61099,584480.726971,4508056.94497
+4503,4503,178,27.0,004500,,40.71910537,-73.99973337,27.0,002700,40.71307916,-73.99851193,406.449438202,1191,840,655,582,002700,11349914.9514,004500,52009114.8865,,0.0,002700,004500,54396.1846605,20570,35352,hub,hub,non_hub,584591.517275,4507389.17181,584480.726971,4508056.94497
+4504,4504,86,27.0,004500,,40.71910537,-73.99973337,32.0,002800,40.72521311,-73.97768752,1044.58139535,7302,840,3341,582,002800,47641507.3146,004500,52009114.8865,,0.0,002800,004500,54396.1846605,36744,35352,hub,hub,non_hub,586334.816403,4508756.38709,584480.726971,4508056.94497
+4505,4505,302,27.0,004500,,40.71910537,-73.99973337,43.0,002900,40.71602118,-73.99974372,316.079470199,5855,840,2420,582,002900,200965547.24,004500,52009114.8865,,0.0,002900,004500,54396.1846605,31936,35352,hub,hub,non_hub,584483.752153,4507714.56961,584480.726971,4508056.94497
+4506,4506,199,27.0,004500,,40.71910537,-73.99973337,35.0,003001,40.72066442,-73.98517977,681.944723618,4301,840,2553,582,003001,34302720.7166,004500,52009114.8865,,0.0,003001,004500,54396.1846605,41223,35352,hub,hub,non_hub,585707.91731,4508244.11218,584480.726971,4508056.94497
+4507,4507,190,27.0,004500,,40.71910537,-73.99973337,37.0,003002,40.72217444,-73.98368779,781.810526316,3031,840,1885,582,003002,18686109.2263,004500,52009114.8865,,0.0,003002,004500,54396.1846605,38675,35352,hub,hub,non_hub,585831.986427,4508413.19181,584480.726971,4508056.94497
+4508,4508,1079,81.0,004500,,40.71910537,-73.99973337,121.0,003100,40.7140617467,-74.0041933367,378.383816782,2809,840,858,582,003100,145687012.574,004500,52009114.8865,,0.0,003100,004500,54396.1846605,81469,35352,hub,hub,non_hub,584110.388584,4507492.78891,584480.726971,4508056.94497
+4509,4509,621,81.0,004500,,40.71910537,-73.99973337,100.0,003200,40.7260543867,-73.9823576167,852.842660963,7630,840,4888,582,003200,46369492.482,004500,52009114.8865,,0.0,003200,004500,54396.1846605,138064,35352,hub,hub,non_hub,585939.335766,4508845.19329,584480.726971,4508056.94497
+4510,4510,812,135.0,004500,,40.71910537,-73.99973337,173.0,003300,40.7188213679,-74.0063353559,481.685917071,5174,840,2694,582,003300,215459582.054,004500,52009114.8865,,0.0,003300,004500,54396.1846605,115059,35352,hub,hub,non_hub,583923.483308,4508019.08884,584480.726971,4508056.94497
+4511,4511,143,27.0,004500,,40.71910537,-73.99973337,39.0,003400,40.72955361,-73.98057249,935.741258741,6706,840,4203,582,003400,42933229.7541,004500,52009114.8865,,0.0,003400,004500,54396.1846605,47926,35352,hub,hub,non_hub,586085.581298,4509235.37985,584480.726971,4508056.94497
+4512,4512,536,54.0,004500,,40.71910537,-73.99973337,66.0,003601,40.72217423,-73.990293175,508.604891921,3299,840,1613,582,003601,29191583.8104,004500,52009114.8865,,0.0,003601,004500,54396.1846605,77585,35352,hub,hub,non_hub,585274.124459,4508406.73315,584480.726971,4508056.94497
+4513,4513,519,54.0,004500,,40.71910537,-73.99973337,62.0,003602,40.724852985,-73.989265345,600.89221087,2918,840,1586,582,003602,24941258.1161,004500,52009114.8865,,0.0,003602,004500,54396.1846605,82124,35352,hub,hub,non_hub,585357.507872,4508705.09166,584480.726971,4508056.94497
+4514,4514,1797,108.0,004500,,40.71910537,-73.99973337,148.0,003700,40.7256696075,-74.0052069325,480.342011855,2401,840,1490,582,003700,212385639.924,004500,52009114.8865,,0.0,003700,004500,54396.1846605,173333,35352,hub,hub,non_hub,584010.178026,4508780.36793,584480.726971,4508056.94497
+4515,4515,995,108.0,004500,,40.71910537,-73.99973337,160.0,003800,40.72765889,-73.988195855,629.667037138,8610,840,5795,582,003800,67437493.5221,004500,52009114.8865,,0.0,003800,004500,54396.1846605,167230,35352,hub,hub,non_hub,585444.239635,4509017.60641,584480.726971,4508056.94497
+4516,4516,784,108.0,004500,,40.71910537,-73.99973337,106.0,003900,40.7201717475,-74.00983051,563.553646242,5253,840,3059,582,003900,194910113.03,004500,52009114.8865,,0.0,003900,004500,54396.1846605,113624,35352,hub,hub,non_hub,583626.593058,4508165.65565,584480.726971,4508056.94497
+4517,4517,343,54.0,004500,,40.71910537,-73.99973337,66.0,004000,40.73000573,-73.98549552,810.235915493,9801,840,4546,582,004000,66858387.5133,004500,52009114.8865,,0.0,004000,004500,54396.1846605,99660,35352,hub,hub,non_hub,585669.269443,4509280.75306,584480.726971,4508056.94497
+4518,4518,1386,54.0,004500,,40.71910537,-73.99973337,64.0,004100,40.7195529,-73.996789035,340.108592154,7793,840,3765,582,004100,71738983.3617,004500,52009114.8865,,0.0,004100,004500,54396.1846605,114685,35352,hub,hub,non_hub,584728.836557,4508109.46034,584480.726971,4508056.94497
+4519,4519,189,27.0,004500,,40.71910537,-73.99973337,35.0,004200,40.73223272,-73.98889957,764.433862434,4988,840,1801,582,004200,39941846.3325,004500,52009114.8865,,0.0,004200,004500,54396.1846605,50846,35352,hub,hub,non_hub,585378.96492,4509524.64843,584480.726971,4508056.94497
+4520,4520,868,54.0,004500,,40.71910537,-73.99973337,67.0,004300,40.723870235,-73.995226525,377.324234905,4267,840,2598,582,004300,65935514.1184,004500,52009114.8865,,0.0,004300,004500,54396.1846605,95162,35352,hub,hub,non_hub,584855.320992,4508590.22212,584480.726971,4508056.94497
+4521,4521,227,54.0,004500,,40.71910537,-73.99973337,60.0,004400,40.73080269,-73.97968993,975.813727939,17710,840,8297,582,004400,114601147.016,004500,52009114.8865,,0.0,004400,004500,54396.1846605,106427,35352,hub,hub,non_hub,586158.498991,4509374.90208,584480.726971,4508056.94497
+4522,4522,405,27.0,004500,,40.71910537,-73.99973337,39.0,004700,40.72165481,-74.00234737,285.120987654,2267,840,1586,582,004700,75477587.1594,004500,52009114.8865,,0.0,004700,004500,54396.1846605,27544,35352,hub,hub,non_hub,584256.734795,4508337.43837,584480.726971,4508056.94497
+4523,4523,148,27.0,004500,,40.71910537,-73.99973337,35.0,004800,40.73624527,-73.98473765,989.358108108,7550,840,3799,582,004800,74763044.6965,004500,52009114.8865,,0.0,004800,004500,54396.1846605,42567,35352,hub,hub,non_hub,585725.258797,4509974.12516,584480.726971,4508056.94497
+4524,4524,617,54.0,004500,,40.71910537,-73.99973337,73.0,004900,40.724268615,-74.000521515,416.190610354,4951,840,3054,582,004900,103848670.177,004500,52009114.8865,,0.0,004900,004500,54396.1846605,80152,35352,hub,hub,non_hub,584407.63728,4508629.34168,584480.726971,4508056.94497
+4525,4525,339,81.0,004500,,40.71910537,-73.99973337,93.0,005000,40.7359163467,-73.9873427633,906.260860858,5061,840,3595,582,005000,120638459.215,004500,52009114.8865,,0.0,005000,004500,54396.1846605,111023,35352,hub,hub,non_hub,585505.709717,4509935.07175,584480.726971,4508056.94497
+4526,4526,431,54.0,004500,,40.71910537,-73.99973337,106.0,005200,40.73715585,-73.991241315,908.784022931,4193,840,1785,582,005200,109103391.81,004500,52009114.8865,,0.0,005200,004500,54396.1846605,159876,35352,hub,hub,non_hub,585174.941656,4510068.87544,584480.726971,4508056.94497
+4527,4527,131,27.0,004500,,40.71910537,-73.99973337,47.0,005400,40.73971301,-73.99456405,1004.64122137,4656,840,2837,582,005400,128803552.888,004500,52009114.8865,,0.0,005400,004500,54396.1846605,73728,35352,hub,hub,non_hub,584891.129718,4510349.51956,584480.726971,4508056.94497
+4528,4528,442,27.0,004500,,40.71910537,-73.99973337,30.0,005501,40.72679454,-73.99695094,451.511312217,5079,840,2483,582,005501,61061928.4125,004500,52009114.8865,,0.0,005501,004500,54396.1846605,57258,35352,hub,hub,non_hub,584705.980012,4508913.17477,584480.726971,4508056.94497
+4529,4529,398,27.0,004500,,40.71910537,-73.99973337,27.0,005502,40.72743423,-73.99379025,507.248743719,2383,840,1262,582,005502,49017118.6146,004500,52009114.8865,,0.0,005502,004500,54396.1846605,55117,35352,hub,hub,non_hub,584972.085912,4508987.23863,584480.726971,4508056.94497
+4530,4530,235,54.0,004500,,40.71910537,-73.99973337,95.0,005600,40.74065347,-73.98778661,981.661406585,2618,840,2190,582,005600,189153355.609,004500,52009114.8865,,0.0,005600,004500,54396.1846605,113209,35352,hub,hub,non_hub,585462.168743,4510460.49357,584480.726971,4508056.94497
+4531,4531,765,54.0,004500,,40.71910537,-73.99973337,82.0,005700,40.729662915,-73.992405595,592.758973019,2937,840,1789,582,005700,90178032.7137,004500,52009114.8865,,0.0,005700,004500,54396.1846605,156896,35352,hub,hub,non_hub,585086.179601,4509235.9788,584480.726971,4508056.94497
+4532,4532,196,54.0,004500,,40.71910537,-73.99973337,87.0,005800,40.743154205,-73.990299735,1135.48650794,3182,840,2306,582,005800,164037511.755,004500,52009114.8865,,0.0,005800,004500,54396.1846605,130970,35352,hub,hub,non_hub,585246.786708,4510735.64918,584480.726971,4508056.94497
+4533,4533,203,27.0,004500,,40.71910537,-73.99973337,31.0,005900,40.73049393,-73.9957214,649.891625616,5516,840,3276,582,005900,71785177.1361,004500,52009114.8865,,0.0,005900,004500,54396.1846605,53180,35352,hub,hub,non_hub,584805.117401,4509325.01914,584480.726971,4508056.94497
+4534,4534,100,54.0,004500,,40.71910537,-73.99973337,63.0,006000,40.734822295,-73.976916765,1171.6462585,5286,840,2459,582,006000,27468182.8943,004500,52009114.8865,,0.0,006000,004500,54396.1846605,80462,35352,hub,hub,non_hub,586387.478737,4509823.83141,584480.726971,4508056.94497
+4535,4535,1140,108.0,004500,,40.71910537,-73.99973337,141.0,006100,40.73385254,-73.992357065,730.02280764,4913,840,2683,582,006100,91682014.33,004500,52009114.8865,,0.0,006100,004500,54396.1846605,245510,35352,hub,hub,non_hub,585084.940162,4509701.10308,584480.726971,4508056.94497
+4536,4536,40,27.0,004500,,40.71910537,-73.99973337,30.0,006200,40.7381765,-73.97738662,1131.6,4680,840,1401,582,006200,231817485.533,004500,52009114.8865,,0.0,006200,004500,54396.1846605,33218,35352,hub,hub,non_hub,586343.467107,4510195.70961,584480.726971,4508056.94497
+4537,4537,320,81.0,004500,,40.71910537,-73.99973337,99.0,006300,40.7346940933,-73.99785666,873.477747227,6076,840,4277,582,006300,85447631.8451,004500,52009114.8865,,0.0,006300,004500,54396.1846605,120233,35352,hub,hub,non_hub,584619.48321,4509789.20591,584480.726971,4508056.94497
+4538,4538,112,27.0,004500,,40.71910537,-73.99973337,39.0,006400,40.73587678,-73.98205027,977.723214286,7518,840,5058,582,006400,95664936.1545,004500,52009114.8865,,0.0,006400,004500,54396.1846605,47750,35352,hub,hub,non_hub,585952.649806,4509935.84788,584480.726971,4508056.94497
+4539,4539,599,81.0,004500,,40.71910537,-73.99973337,106.0,006500,40.7306296367,-73.9991423,643.962947848,6517,840,3568,582,006500,59290910.3694,004500,52009114.8865,,0.0,006500,004500,54396.1846605,125356,35352,hub,hub,non_hub,584516.067395,4509336.78488,584480.726971,4508056.94497
+4540,4540,117,54.0,004500,,40.71910537,-73.99973337,82.0,006600,40.739285505,-73.97827188,1185.88147037,11780,840,6818,582,006600,84730469.4548,004500,52009114.8865,,0.0,006600,004500,54396.1846605,74621,35352,hub,hub,non_hub,586267.286922,4510317.94668,584480.726971,4508056.94497
+4541,4541,297,27.0,004500,,40.71910537,-73.99973337,39.0,006700,40.73038599,-74.00214988,745.71043771,4984,840,3796,582,006700,47238039.9972,004500,52009114.8865,,0.0,006700,004500,54396.1846605,70025,35352,hub,hub,non_hub,584262.399901,4509306.84766,584480.726971,4508056.94497
+4542,4542,76,27.0,004500,,40.71910537,-73.99973337,39.0,006800,40.74025878,-73.98409214,1117.88157895,6735,840,4494,582,006800,130298431.446,004500,52009114.8865,,0.0,006800,004500,54396.1846605,58926,35352,hub,hub,non_hub,585774.608423,4510420.28363,584480.726971,4508056.94497
+4543,4543,432,54.0,004500,,40.71910537,-73.99973337,67.0,006900,40.732319905,-74.0069291,866.023108829,2687,840,1484,582,006900,61292499.9331,004500,52009114.8865,,0.0,006900,004500,54396.1846605,130727,35352,hub,hub,non_hub,583856.38945,4509516.94969,584480.726971,4508056.94497
+4544,4544,176,81.0,004500,,40.71910537,-73.99973337,127.0,007000,40.7425626666,-73.9757073975,1277.17713092,8302,840,5669,582,007000,78634704.8451,004500,52009114.8865,,0.0,007000,004500,54396.1846605,145227,35352,hub,hub,non_hub,586479.571699,4510684.25841,584480.726971,4508056.94497
+4545,4545,185,54.0,004500,,40.71910537,-73.99973337,71.0,007100,40.736526545,-74.000108805,915.894625177,5633,840,3844,582,007100,68447429.2743,004500,52009114.8865,,0.0,007100,004500,54396.1846605,79459,35352,hub,hub,non_hub,584426.995774,4509990.4524,584480.726971,4508056.94497
+4546,4546,278,81.0,004500,,40.71910537,-73.99973337,126.0,007200,40.7447014833,-73.98154809,1160.28306885,7734,840,5222,582,007200,132092861.454,004500,52009114.8865,,0.0,007200,004500,54396.1846605,157612,35352,hub,hub,non_hub,585983.687715,4510915.94446,584480.726971,4508056.94497
+4547,4547,412,54.0,004500,,40.71910537,-73.99973337,59.0,007300,40.734682705,-74.00388484,824.408783784,5615,840,4547,582,007300,48716185.79,004500,52009114.8865,,0.0,007300,004500,54396.1846605,92567,35352,hub,hub,non_hub,584110.479319,4509782.14883,584480.726971,4508056.94497
+4548,4548,73,54.0,004500,,40.71910537,-73.99973337,86.0,007400,40.746413585,-73.98586892,1226.58690476,4179,840,2700,582,007400,170614202.951,004500,52009114.8865,,0.0,007400,004500,54396.1846605,81121,35352,hub,hub,non_hub,585616.696258,4511101.7763,584480.726971,4508056.94497
+4549,4549,130,54.0,004500,,40.71910537,-73.99973337,69.0,007600,40.74737476,-73.988320695,1260.36813447,2203,840,1573,582,007600,242014413.464,004500,52009114.8865,,0.0,007600,004500,54396.1846605,97464,35352,hub,hub,non_hub,585408.475283,4511206.08492,584480.726971,4508056.94497
+4550,4550,130,27.0,004500,,40.71910537,-73.99973337,43.0,007700,40.7390169121,-74.0026376103,978.661538462,5404,840,4254,582,007700,59306273.1509,004500,52009114.8865,,0.0,007700,004500,54396.1846605,79025,35352,hub,hub,non_hub,584210.329106,4510264.47156,584480.726971,4508056.94497
+4551,4551,57,27.0,004500,,40.71910537,-73.99973337,39.0,007800,40.74780373,-73.9734419,1375.59649123,7380,840,5372,582,007800,112124597.728,004500,52009114.8865,,0.0,007800,004500,54396.1846605,59601,35352,hub,hub,non_hub,586664.043115,4511268.28888,584480.726971,4508056.94497
+4552,4552,376,135.0,004500,,40.71910537,-73.99973337,174.0,007900,40.738916514,-74.007286026,1052.83963365,4406,840,2904,582,007900,86937368.5918,004500,52009114.8865,,0.0,007900,004500,54396.1846605,171846,35352,hub,hub,non_hub,583817.969395,4510248.87788,584480.726971,4508056.94497
+4553,4553,138,54.0,004500,,40.71910537,-73.99973337,71.0,008000,40.7485693,-73.97717991,1185.09844055,4946,840,3730,582,008000,197763821.532,004500,52009114.8865,,0.0,008000,004500,54396.1846605,74808,35352,hub,hub,non_hub,586347.477591,4511349.58844,584480.726971,4508056.94497
+4554,4554,114,27.0,004500,,40.71910537,-73.99973337,39.0,008100,40.73935542,-73.99931783,968.122807018,8675,840,5315,582,008100,91100400.6907,004500,52009114.8865,,0.0,008100,004500,54396.1846605,53195,35352,hub,hub,non_hub,584490.204148,4510305.23824,584480.726971,4508056.94497
+4555,4555,553,81.0,004500,,40.71910537,-73.99973337,175.0,008200,40.7519216461,-73.9792875514,1349.21259626,3442,840,2534,582,008200,262405408.076,004500,52009114.8865,,0.0,008200,004500,54396.1846605,228612,35352,hub,hub,non_hub,586165.217652,4511719.65192,584480.726971,4508056.94497
+4556,4556,444,108.0,004500,,40.71910537,-73.99973337,119.0,008300,40.742591315,-74.004102785,1108.16189684,4211,840,2321,582,008300,119862327.354,004500,52009114.8865,,0.0,008300,004500,54396.1846605,186113,35352,hub,hub,non_hub,584082.11654,4510659.85081,584480.726971,4508056.94497
+4557,4557,38,27.0,004500,,40.71910537,-73.99973337,38.0,008400,40.75038009,-73.98338988,1305.28947368,1726,840,1041,582,008400,147824461.739,004500,52009114.8865,,0.0,008400,004500,54396.1846605,34199,35352,hub,hub,non_hub,585820.889203,4511544.50828,584480.726971,4508056.94497
+4558,4558,20,27.0,004500,,40.71910537,-73.99973337,43.0,008601,40.744219,-73.97121214,1641.95,2551,840,1528,582,008601,31141773.9073,004500,52009114.8865,,0.0,008601,004500,54396.1846605,31961,35352,hub,hub,non_hub,586856.951039,4510872.56191,584480.726971,4508056.94497
+4559,4559,178,54.0,004500,,40.71910537,-73.99973337,78.0,008700,40.74206378,-73.995708955,1085.70545073,6671,840,4249,582,008700,85660216.7821,004500,52009114.8865,,0.0,008700,004500,54396.1846605,152953,35352,hub,hub,non_hub,584791.475936,4510609.36503,584480.726971,4508056.94497
+4560,4560,42,54.0,004500,,40.71910537,-73.99973337,78.0,008800,40.75012189,-73.970133575,1420.73125,6964,840,5507,582,008800,216532475.876,004500,52009114.8865,,0.0,008800,004500,54396.1846605,43247,35352,hub,hub,non_hub,586940.323322,4511528.89362,584480.726971,4508056.94497
+4561,4561,215,81.0,004500,,40.71910537,-73.99973337,120.0,008900,40.74529008,-74.0021768567,1189.6331199,5560,840,3511,582,008900,54419260.2723,004500,52009114.8865,,0.0,008900,004500,54396.1846605,158638,35352,hub,hub,non_hub,584241.316685,4510961.27944,584480.726971,4508056.94497
+4562,4562,45,81.0,004500,,40.71910537,-73.99973337,110.0,009000,40.75261798,-73.9703317533,1538.38937198,7026,840,5832,582,009000,208846060.851,004500,52009114.8865,,0.0,009000,004500,54396.1846605,74531,35352,hub,hub,non_hub,586920.342162,4511805.78171,584480.726971,4508056.94497
+4563,4563,58,27.0,004500,,40.71910537,-73.99973337,39.0,009100,40.74487634,-73.99529885,1244.4137931,6415,840,4386,582,009100,127325659.041,004500,52009114.8865,,0.0,009100,004500,54396.1846605,63878,35352,hub,hub,non_hub,584822.527687,4510921.97538,584480.726971,4508056.94497
+4564,4564,35,54.0,004500,,40.71910537,-73.99973337,110.0,009200,40.7548518863,-73.9734329075,1517.69243421,1754,840,1461,582,009200,408192557.246,004500,52009114.8865,,0.0,009200,004500,54396.1846605,72226,35352,hub,hub,non_hub,586655.650548,4512050.69496,584480.726971,4508056.94497
+4565,4565,43,27.0,004500,,40.71910537,-73.99973337,39.0,009300,40.74475148,-73.99915362,1199.20930233,9705,840,5585,582,009300,68528055.2433,004500,52009114.8865,,0.0,009300,004500,54396.1846605,52202,35352,hub,hub,non_hub,584497.239363,4510904.39701,584480.726971,4508056.94497
+4566,4566,49,27.0,004500,,40.71910537,-73.99973337,31.0,009400,40.75320159,-73.9779874,1357.40816327,29,840,16,582,009400,299218147.811,004500,52009114.8865,,0.0,009400,004500,54396.1846605,82147,35352,hub,hub,non_hub,586273.319314,4511863.01244,584480.726971,4508056.94497
+4567,4567,51,27.0,004500,,40.71910537,-73.99973337,51.0,009500,40.746647,-73.993915,1227.33333333,3425,840,1416,582,009500,129660033.725,004500,52009114.8865,,0.0,009500,004500,54396.1846605,57488,35352,hub,hub,non_hub,584937.108907,4511119.86954,584480.726971,4508056.94497
+4568,4568,55,81.0,004500,,40.71910537,-73.99973337,140.0,009600,40.75607603,-73.9803967167,1427.85888889,153,840,268,582,009600,270304841.585,004500,52009114.8865,,0.0,009600,004500,54396.1846605,71527,35352,hub,hub,non_hub,586066.226062,4512179.73074,584480.726971,4508056.94497
+4569,4569,128,81.0,004500,,40.71910537,-73.99973337,99.0,009700,40.7493616033,-73.9991321067,1363.08151779,4744,840,2827,582,009700,83018263.1602,004500,52009114.8865,,0.0,009700,004500,54396.1846605,118804,35352,hub,hub,non_hub,584493.220017,4511416.17434,584480.726971,4508056.94497
+4570,4570,21,54.0,004500,,40.71910537,-73.99973337,70.0,009800,40.755285655,-73.96667288,1619.04090909,7105,840,5244,582,009800,115943808.909,004500,52009114.8865,,0.0,009800,004500,54396.1846605,40039,35352,hub,hub,non_hub,587225.727282,4512105.54383,584480.726971,4508056.94497
+4571,4571,287,135.0,004500,,40.71910537,-73.99973337,185.0,009900,40.7520807866,-74.0031899092,1302.57770436,3617,840,2438,582,009900,404439511.776,004500,52009114.8865,,0.0,009900,004500,54396.1846605,208076,35352,hub,hub,non_hub,584147.226991,4511714.12465,584480.726971,4508056.94497
+4572,4572,58,81.0,004500,,40.71910537,-73.99973337,121.0,010000,40.7583696933,-73.9710287767,1510.65942634,1829,840,1399,582,010000,366457143.613,004500,52009114.8865,,0.0,010000,004500,54396.1846605,72085,35352,hub,hub,non_hub,586854.014885,4512443.57459,584480.726971,4508056.94497
+4573,4573,149,81.0,004500,,40.71910537,-73.99973337,127.0,010100,40.74945622,-73.9903382667,1331.75279556,1119,840,828,582,010100,246168211.101,004500,52009114.8865,,0.0,010100,004500,54396.1846605,183377,35352,hub,hub,non_hub,585235.486219,4511435.18064,584480.726971,4508056.94497
+4574,4574,31,54.0,004500,,40.71910537,-73.99973337,81.0,010200,40.7606694,-73.973473555,1668.81428571,313,840,268,582,010200,333450202.294,004500,52009114.8865,,0.0,010200,004500,54396.1846605,46675,35352,hub,hub,non_hub,586644.664817,4512696.44233,584480.726971,4508056.94497
+4575,4575,229,54.0,004500,,40.71910537,-73.99973337,98.0,010300,40.751000495,-73.994372255,1280.63286351,1859,840,1351,582,010300,141506056.87,004500,52009114.8865,,0.0,010300,004500,54396.1846605,221593,35352,hub,hub,non_hub,584892.968075,4511602.69644,584480.726971,4508056.94497
+4576,4576,59,54.0,004500,,40.71910537,-73.99973337,75.0,010400,40.761664375,-73.976854975,1633.05451128,1031,840,1033,582,010400,363981333.295,004500,52009114.8865,,0.0,010400,004500,54396.1846605,65073,35352,hub,hub,non_hub,586357.961325,4512803.55852,584480.726971,4508056.94497
+4577,4577,31,27.0,004500,,40.71910537,-73.99973337,33.0,010602,40.75849116,-73.95920622,1697.58064516,4794,840,2963,582,010602,67980898.3739,004500,52009114.8865,,0.0,010602,004500,54396.1846605,22153,35352,hub,hub,non_hub,587851.796682,4512468.82754,584480.726971,4508056.94497
+4578,4578,131,81.0,004500,,40.71910537,-73.99973337,117.0,010800,40.7591736033,-73.96613818,1623.39605329,8531,840,6272,582,010800,189351523.799,004500,52009114.8865,,0.0,010800,004500,54396.1846605,79198,35352,hub,hub,non_hub,587265.778542,4512537.66689,584480.726971,4508056.94497
+4579,4579,54,54.0,004500,,40.71910537,-73.99973337,114.0,010900,40.751351715,-73.987594755,1455.53289474,182,840,92,582,010900,228173063.011,004500,52009114.8865,,0.0,010900,004500,54396.1846605,60092,35352,hub,hub,non_hub,585464.669441,4511648.26242,584480.726971,4508056.94497
+4580,4580,8,27.0,004500,,40.71910537,-73.99973337,59.0,011201,40.7643971,-73.97371465,1804.375,827,840,964,582,011201,118515444.187,004500,52009114.8865,,0.0,011201,004500,54396.1846605,41525,35352,hub,hub,non_hub,586619.474659,4513110.00718,584480.726971,4508056.94497
+4581,4581,81,27.0,004500,,40.71910537,-73.99973337,33.0,011203,40.76095756,-73.96724467,1649.34567901,1176,840,1160,582,011203,143782379.009,004500,52009114.8865,,0.0,011203,004500,54396.1846605,48033,35352,hub,hub,non_hub,587170.050102,4512734.59972,584480.726971,4508056.94497
+4582,4582,298,108.0,004500,,40.71910537,-73.99973337,198.0,011300,40.7548008425,-73.9888010575,1484.57685923,204,840,107,582,011300,357940519.061,004500,52009114.8865,,0.0,011300,004500,54396.1846605,236650,35352,hub,hub,non_hub,585358.423228,4512029.96675,584480.726971,4508056.94497
+4583,4583,94,54.0,004500,,40.71910537,-73.99973337,82.0,011500,40.75701407,-73.992353645,1515.2042565,2487,840,1678,582,011500,130958459.747,004500,52009114.8865,,0.0,011500,004500,54396.1846605,103294,35352,hub,hub,non_hub,585055.712647,4512272.20178,584480.726971,4508056.94497
+4584,4584,102,54.0,004500,,40.71910537,-73.99973337,84.0,011700,40.76058799,-74.00080945,1509.52452026,2938,840,2304,582,011700,91270705.1484,004500,52009114.8865,,0.0,011700,004500,54396.1846605,73016,35352,hub,hub,non_hub,584337.427395,4512660.77158,584480.726971,4508056.94497
+4585,4585,17,27.0,004500,,40.71910537,-73.99973337,34.0,011900,40.7568001,-73.98291153,1598.82352941,1079,840,1121,582,011900,395254501.74,004500,52009114.8865,,0.0,011900,004500,54396.1846605,39976,35352,hub,hub,non_hub,585853.012005,4512257.64444,584480.726971,4508056.94497
+4586,4586,119,81.0,004500,,40.71910537,-73.99973337,109.0,012100,40.7598593767,-73.9914900133,1516.06490978,8366,840,5744,582,012100,101223732.045,004500,52009114.8865,,0.0,012100,004500,54396.1846605,132767,35352,hub,hub,non_hub,585124.983126,4512588.88932,584480.726971,4508056.94497
+4587,4587,23,27.0,004500,,40.71910537,-73.99973337,51.0,012500,40.76064679,-73.98442659,1850.0,2439,840,2096,582,012500,322911522.418,004500,52009114.8865,,0.0,012500,004500,54396.1846605,45486,35352,hub,hub,non_hub,585720.180916,4512683.17447,584480.726971,4508056.94497
+4588,4588,57,54.0,004500,,40.71910537,-73.99973337,84.0,012700,40.762485435,-73.990447135,1438.95268542,6437,840,4434,582,012700,104637996.687,004500,52009114.8865,,0.0,012700,004500,54396.1846605,83393,35352,hub,hub,non_hub,585209.656415,4512881.41361,584480.726971,4508056.94497
+4589,4589,28,27.0,004500,,40.71910537,-73.99973337,24.0,012900,40.76341379,-73.99667444,1914.53571429,5312,840,3621,582,012900,158698340.053,004500,52009114.8865,,0.0,012900,004500,54396.1846605,28661,35352,hub,hub,non_hub,584682.864463,4512978.43901,584480.726971,4508056.94497
+4590,4590,49,81.0,004500,,40.71910537,-73.99973337,160.0,013100,40.7621295133,-73.98215453,1572.0619883,2489,840,2283,582,013100,405023451.28,004500,52009114.8865,,0.0,013100,004500,54396.1846605,107228,35352,hub,hub,non_hub,585910.04945,4512849.98999,584480.726971,4508056.94497
+4591,4591,58,81.0,004500,,40.71910537,-73.99973337,101.0,013300,40.7647250567,-73.9866537633,1558.53479853,5363,840,3909,582,013300,79847412.2593,004500,52009114.8865,,0.0,013300,004500,54396.1846605,89810,35352,hub,hub,non_hub,585526.963405,4513133.71926,584480.726971,4508056.94497
+4592,4592,91,54.0,004500,,40.71910537,-73.99973337,65.0,013500,40.766984435,-73.99227308,1555.19762642,6075,840,3935,582,013500,198199142.958,004500,52009114.8865,,0.0,013500,004500,54396.1846605,64723,35352,hub,hub,non_hub,585049.80204,4513379.06475,584480.726971,4508056.94497
+4593,4593,46,54.0,004500,,40.71910537,-73.99973337,98.0,013700,40.766109285,-73.981808355,1627.14219114,6557,840,5442,582,013700,314878324.419,004500,52009114.8865,,0.0,013700,004500,54396.1846605,91142,35352,hub,hub,non_hub,585934.141665,4513292.1137,584480.726971,4508056.94497
+4594,4594,19,27.0,004500,,40.71910537,-73.99973337,27.0,013900,40.768254,-73.988639,1785.68421053,7607,840,7359,582,013900,139918084.587,004500,52009114.8865,,0.0,013900,004500,54396.1846605,26390,35352,hub,hub,non_hub,585354.890073,4513523.52534,584480.726971,4508056.94497
+4595,4595,34,27.0,004500,,40.71910537,-73.99973337,49.0,014300,40.76590936,-73.97634151,1825.23529412,3,840,0,582,014300,50027992.3322,004500,52009114.8865,,0.0,014300,004500,54396.1846605,21051,35352,hub,hub,non_hub,586395.803012,4513275.28949,584480.726971,4508056.94497
+4596,4596,49,27.0,004500,,40.71910537,-73.99973337,36.0,014500,40.76915505,-73.98191841,1787.30612245,5811,840,3462,582,014500,253397343.373,004500,52009114.8865,,0.0,014500,004500,54396.1846605,68350,35352,hub,hub,non_hub,585920.929601,4513630.10902,584480.726971,4508056.94497
+4597,4597,41,27.0,004500,,40.71910537,-73.99973337,55.0,014700,40.770513,-73.988038,1694.17073171,2586,840,1743,582,014700,70871746.8417,004500,52009114.8865,,0.0,014700,004500,54396.1846605,35099,35352,hub,hub,non_hub,585402.720353,4513774.87644,584480.726971,4508056.94497
+4598,4598,6,27.0,004500,,40.71910537,-73.99973337,36.0,015100,40.771522,-73.990541,1932.83333333,8105,840,4856,582,015100,164953931.102,004500,52009114.8865,,0.0,015100,004500,54396.1846605,17578,35352,hub,hub,non_hub,585190.192062,4513884.4495,584480.726971,4508056.94497
+4599,4599,672,54.0,004500,,40.71910537,-73.99973337,70.0,031703,40.71644312,-74.014902115,819.011951382,8670,840,4231,582,031703,332361109.355,004500,52009114.8865,,0.0,031703,004500,54396.1846605,136082,35352,hub,hub,non_hub,583202.897614,4507746.93647,584480.726971,4508056.94497
+4600,4600,284,81.0,004500,,40.71910537,-73.99973337,98.0,031704,40.7085171733,-74.0165557667,936.62645638,6610,840,3790,582,031704,160823714.408,004500,52009114.8865,,0.0,031704,004500,54396.1846605,105244,35352,hub,hub,non_hub,583073.076824,4506865.54027,584480.726971,4508056.94497
+4601,4601,881,81.0,004500,,40.71910537,-73.99973337,85.0,000600,40.7128987867,-73.9898646367,549.960431794,11558,840,4083,582,000600,59149181.7526,004500,52009114.8865,,0.0,000600,004500,54396.1846605,70053,35352,hub,hub,non_hub,585322.159723,4507377.5136,584480.726971,4508056.94497
+4602,4602,115,117.0,004700,,40.72165481,-74.00234737,54.0,000202,40.71318002,-73.9818904933,941.42790404,8012,2267,3598,1586,000202,37878157.9781,004700,75477587.1594,,0.0,000202,004700,42669.1376948,56352,31834,hub,hub,non_hub,585995.353038,4507416.50937,584256.734795,4508337.43837
+4603,4603,811,273.0,004700,,40.72165481,-74.00234737,258.0,000700,40.70581148,-74.0081572071,911.751361828,7722,2267,5201,1586,000700,476954959.734,004700,75477587.1594,,0.0,000700,004700,42669.1376948,160040,31834,hub,hub,non_hub,583785.918305,4506573.16797,584256.734795,4508337.43837
+4604,4604,80,78.0,004700,,40.72165481,-74.00234737,47.0,000800,40.712414475,-73.993471545,768.262711864,10365,2267,4150,1586,000800,46479755.076,004700,75477587.1594,,0.0,000800,004700,42669.1376948,34254,31834,hub,hub,non_hub,585018.109713,4507320.25418,584256.734795,4508337.43837
+4605,4605,83,117.0,004700,,40.72165481,-74.00234737,97.0,000900,40.7024745833,-74.01224785,1118.58306878,1140,2267,939,1586,000900,404341803.896,004700,75477587.1594,,0.0,000900,004700,42669.1376948,46446,31834,hub,hub,non_hub,583444.520998,4506198.85784,584256.734795,4508337.43837
+4606,4606,47,39.0,004700,,40.72165481,-74.00234737,19.0,001002,40.71782143,-73.97628939,923.70212766,6439,2267,2346,1586,001002,22763374.2099,004700,75477587.1594,,0.0,001002,004700,42669.1376948,15916,31834,hub,hub,non_hub,586462.45635,4507937.23607,584256.734795,4508337.43837
+4607,4607,142,78.0,004700,,40.72165481,-74.00234737,46.0,001200,40.717364275,-73.982955325,883.329248366,3547,2267,1857,1586,001200,23518220.7411,004700,75477587.1594,,0.0,001200,004700,42669.1376948,36493,31834,hub,hub,non_hub,585900.031125,4507879.94738,584256.734795,4508337.43837
+4608,4608,85,39.0,004700,,40.72165481,-74.00234737,36.0,001300,40.70463334,-74.01361706,967.035294118,3776,2267,3028,1586,001300,286606455.687,004700,75477587.1594,,0.0,001300,004700,42669.1376948,27671,31834,hub,hub,non_hub,583326.158808,4506437.19368,584256.734795,4508337.43837
+4609,4609,135,39.0,004700,,40.72165481,-74.00234737,28.0,001401,40.71559509,-73.9870295,694.185185185,3289,2267,1708,1586,001401,20168722.3199,004700,75477587.1594,,0.0,001401,004700,42669.1376948,26885,31834,hub,hub,non_hub,585558.18429,4507679.57909,584256.734795,4508337.43837
+4610,4610,193,78.0,004700,,40.72165481,-74.00234737,67.0,001501,40.70966832,-74.003597135,731.232051282,5581,2267,3450,1586,001501,172466366.322,004700,75477587.1594,,0.0,001501,004700,42669.1376948,27425,31834,hub,hub,non_hub,584166.279828,4507005.66129,584256.734795,4508337.43837
+4611,4611,373,117.0,004700,,40.72165481,-74.00234737,123.0,001502,40.7088053467,-74.00635276,753.670874175,7095,2267,3459,1586,001502,221282059.103,004700,75477587.1594,,0.0,001502,004700,42669.1376948,82052,31834,hub,hub,non_hub,583934.59195,4506907.22889,584256.734795,4508337.43837
+4612,4612,613,117.0,004700,,40.72165481,-74.00234737,107.0,001600,40.7153350167,-73.9943926833,543.818927125,8236,2267,3242,1586,001600,76565505.7581,004700,75477587.1594,,0.0,001600,004700,42669.1376948,82798,31834,hub,hub,non_hub,584936.591099,4507643.5622,584256.734795,4508337.43837
+4613,4613,1027,156.0,004700,,40.72165481,-74.00234737,154.0,001800,40.7193657075,-73.9906468425,553.572132045,8063,2267,3489,1586,001800,60554858.5127,004700,75477587.1594,,0.0,001800,004700,42669.1376948,133306,31834,hub,hub,non_hub,585247.838585,4508094.62497,584256.734795,4508337.43837
+4614,4614,47,78.0,004700,,40.72165481,-74.00234737,46.0,002000,40.721554605,-73.977309405,999.31959707,4795,2267,1899,1586,002000,17907673.5628,004700,75477587.1594,,0.0,002000,004700,42669.1376948,31656,31834,hub,hub,non_hub,586371.478696,4508350.63994,584256.734795,4508337.43837
+4615,4615,1490,156.0,004700,,40.72165481,-74.00234737,102.0,002100,40.71451321,-74.0108850975,533.161495626,6111,2267,3038,1586,002100,273869828.705,004700,75477587.1594,,0.0,002100,004700,42669.1376948,151037,31834,hub,hub,non_hub,583544.598931,4507536.51732,584256.734795,4508337.43837
+4616,4616,79,78.0,004700,,40.72165481,-74.00234737,44.0,002201,40.71833027,-73.980972895,802.680769231,6762,2267,3030,1586,002201,37585954.9949,004700,75477587.1594,,0.0,002201,004700,42669.1376948,26391,31834,hub,hub,non_hub,586066.226443,4507989.12022,584256.734795,4508337.43837
+4617,4617,71,39.0,004700,,40.72165481,-74.00234737,31.0,002202,40.7208736,-73.98085795,847.352112676,2256,2267,1045,1586,002202,13179093.8977,004700,75477587.1594,,0.0,002202,004700,42669.1376948,23935,31834,hub,hub,non_hub,586072.658368,4508271.55961,584256.734795,4508337.43837
+4618,4618,15,78.0,004700,,40.72165481,-74.00234737,48.0,002400,40.724744875,-73.974986535,1260.23863636,5775,2267,2175,1586,002400,17986635.5592,004700,75477587.1594,,0.0,002400,004700,42669.1376948,17965,31834,hub,hub,non_hub,586563.526382,4508707.06897,584256.734795,4508337.43837
+4619,4619,70,78.0,004700,,40.72165481,-74.00234737,62.0,002500,40.7111743,-73.99849582,756.44047619,5061,2267,1917,1586,002500,22428407.6271,004700,75477587.1594,,0.0,002500,004700,42669.1376948,28216,31834,hub,hub,non_hub,584595.28909,4507177.73549,584256.734795,4508337.43837
+4620,4620,61,39.0,004700,,40.72165481,-74.00234737,31.0,002601,40.72299208,-73.97995466,1042.68852459,3774,2267,1593,1586,002601,22248722.3098,004700,75477587.1594,,0.0,002601,004700,42669.1376948,22144,31834,hub,hub,non_hub,586146.216204,4508507.61099,584256.734795,4508337.43837
+4621,4621,72,39.0,004700,,40.72165481,-74.00234737,27.0,002700,40.71307916,-73.99851193,665.777777778,1191,2267,655,1586,002700,11349914.9514,004700,75477587.1594,,0.0,002700,004700,42669.1376948,20570,31834,hub,hub,non_hub,584591.517275,4507389.17181,584256.734795,4508337.43837
+4622,4622,79,39.0,004700,,40.72165481,-74.00234737,32.0,002800,40.72521311,-73.97768752,1035.87341772,7302,2267,3341,1586,002800,47641507.3146,004700,75477587.1594,,0.0,002800,004700,42669.1376948,36744,31834,hub,hub,non_hub,586334.816403,4508756.38709,584256.734795,4508337.43837
+4623,4623,235,39.0,004700,,40.72165481,-74.00234737,43.0,002900,40.71602118,-73.99974372,460.714893617,5855,2267,2420,1586,002900,200965547.24,004700,75477587.1594,,0.0,002900,004700,42669.1376948,31936,31834,hub,hub,non_hub,584483.752153,4507714.56961,584256.734795,4508337.43837
+4624,4624,210,39.0,004700,,40.72165481,-74.00234737,35.0,003001,40.72066442,-73.98517977,743.928571429,4301,2267,2553,1586,003001,34302720.7166,004700,75477587.1594,,0.0,003001,004700,42669.1376948,41223,31834,hub,hub,non_hub,585707.91731,4508244.11218,584256.734795,4508337.43837
+4625,4625,178,39.0,004700,,40.72165481,-74.00234737,37.0,003002,40.72217444,-73.98368779,810.04494382,3031,2267,1885,1586,003002,18686109.2263,004700,75477587.1594,,0.0,003002,004700,42669.1376948,38675,31834,hub,hub,non_hub,585831.986427,4508413.19181,584256.734795,4508337.43837
+4626,4626,703,117.0,004700,,40.72165481,-74.00234737,121.0,003100,40.7140617467,-74.0041933367,505.214588475,2809,2267,858,1586,003100,145687012.574,004700,75477587.1594,,0.0,003100,004700,42669.1376948,81469,31834,hub,hub,non_hub,584110.388584,4507492.78891,584256.734795,4508337.43837
+4627,4627,344,117.0,004700,,40.72165481,-74.00234737,100.0,003200,40.7260543867,-73.9823576167,929.217681742,7630,2267,4888,1586,003200,46369492.482,004700,75477587.1594,,0.0,003200,004700,42669.1376948,138064,31834,hub,hub,non_hub,585939.335766,4508845.19329,584256.734795,4508337.43837
+4628,4628,1078,195.0,004700,,40.72165481,-74.00234737,173.0,003300,40.7188248379,-74.006327788,425.662414658,5174,2267,2694,1586,003300,215459582.054,004700,75477587.1594,,0.0,003300,004700,42669.1376948,115059,31834,hub,hub,non_hub,583924.118135,4508019.48126,584256.734795,4508337.43837
+4629,4629,51,39.0,004700,,40.72165481,-74.00234737,39.0,003400,40.72955361,-73.98057249,1141.58823529,6706,2267,4203,1586,003400,42933229.7541,004700,75477587.1594,,0.0,003400,004700,42669.1376948,47926,31834,hub,hub,non_hub,586085.581298,4509235.37985,584256.734795,4508337.43837
+4630,4630,352,78.0,004700,,40.72165481,-74.00234737,66.0,003601,40.72217423,-73.990293175,624.096604991,3299,2267,1613,1586,003601,29191583.8104,004700,75477587.1594,,0.0,003601,004700,42669.1376948,77585,31834,hub,hub,non_hub,585274.124459,4508406.73315,584256.734795,4508337.43837
+4631,4631,273,78.0,004700,,40.72165481,-74.00234737,62.0,003602,40.724852985,-73.989265345,709.012710428,2918,2267,1586,1586,003602,24941258.1161,004700,75477587.1594,,0.0,003602,004700,42669.1376948,82124,31834,hub,hub,non_hub,585357.507872,4508705.09166,584256.734795,4508337.43837
+4632,4632,1995,156.0,004700,,40.72165481,-74.00234737,148.0,003700,40.7256696075,-74.0052069325,352.473562976,2401,2267,1490,1586,003700,212385639.924,004700,75477587.1594,,0.0,003700,004700,42669.1376948,173333,31834,hub,hub,non_hub,584010.178026,4508780.36793,584256.734795,4508337.43837
+4633,4633,500,156.0,004700,,40.72165481,-74.00234737,160.0,003800,40.72765889,-73.988195855,813.94775483,8610,2267,5795,1586,003800,67437493.5221,004700,75477587.1594,,0.0,003800,004700,42669.1376948,167230,31834,hub,hub,non_hub,585444.239635,4509017.60641,584256.734795,4508337.43837
+4634,4634,821,156.0,004700,,40.72165481,-74.00234737,106.0,003900,40.7201717475,-74.00983051,485.140978426,5253,2267,3059,1586,003900,194910113.03,004700,75477587.1594,,0.0,003900,004700,42669.1376948,113624,31834,hub,hub,non_hub,583626.593058,4508165.65565,584256.734795,4508337.43837
+4635,4635,176,78.0,004700,,40.72165481,-74.00234737,66.0,004000,40.73000573,-73.98549552,936.80297619,9801,2267,4546,1586,004000,66858387.5133,004700,75477587.1594,,0.0,004000,004700,42669.1376948,99660,31834,hub,hub,non_hub,585669.269443,4509280.75306,584256.734795,4508337.43837
+4636,4636,678,78.0,004700,,40.72165481,-74.00234737,64.0,004100,40.7195529,-73.996789035,449.100166762,7793,2267,3765,1586,004100,71738983.3617,004700,75477587.1594,,0.0,004100,004700,42669.1376948,114685,31834,hub,hub,non_hub,584728.836557,4508109.46034,584256.734795,4508337.43837
+4637,4637,136,39.0,004700,,40.72165481,-74.00234737,35.0,004200,40.73223272,-73.98889957,776.845588235,4988,2267,1801,1586,004200,39941846.3325,004700,75477587.1594,,0.0,004200,004700,42669.1376948,50846,31834,hub,hub,non_hub,585378.96492,4509524.64843,584256.734795,4508337.43837
+4638,4638,718,78.0,004700,,40.72165481,-74.00234737,67.0,004300,40.723870235,-73.995226525,603.927723026,4267,2267,2598,1586,004300,65935514.1184,004700,75477587.1594,,0.0,004300,004700,42669.1376948,95162,31834,hub,hub,non_hub,584855.320992,4508590.22212,584256.734795,4508337.43837
+4639,4639,111,78.0,004700,,40.72165481,-74.00234737,60.0,004400,40.73080269,-73.97968993,1132.46279762,17710,2267,8297,1586,004400,114601147.016,004700,75477587.1594,,0.0,004400,004700,42669.1376948,106427,31834,hub,hub,non_hub,586158.498991,4509374.90208,584256.734795,4508337.43837
+4640,4640,224,39.0,004700,,40.72165481,-74.00234737,27.0,004500,40.71910537,-73.99973337,406.491071429,840,2267,582,1586,004500,52009114.8865,004700,75477587.1594,,0.0,004500,004700,42669.1376948,34275,31834,hub,hub,non_hub,584480.726971,4508056.94497,584256.734795,4508337.43837
+4641,4641,62,39.0,004700,,40.72165481,-74.00234737,35.0,004800,40.73624527,-73.98473765,1023.01612903,7550,2267,3799,1586,004800,74763044.6965,004700,75477587.1594,,0.0,004800,004700,42669.1376948,42567,31834,hub,hub,non_hub,585725.258797,4509974.12516,584256.734795,4508337.43837
+4642,4642,563,78.0,004700,,40.72165481,-74.00234737,73.0,004900,40.724268615,-74.000521515,358.879141646,4951,2267,3054,1586,004900,103848670.177,004700,75477587.1594,,0.0,004900,004700,42669.1376948,80152,31834,hub,hub,non_hub,584407.63728,4508629.34168,584256.734795,4508337.43837
+4643,4643,162,117.0,004700,,40.72165481,-74.00234737,93.0,005000,40.7359163467,-73.9873427633,933.439537343,5061,2267,3595,1586,005000,120638459.215,004700,75477587.1594,,0.0,005000,004700,42669.1376948,111023,31834,hub,hub,non_hub,585505.709717,4509935.07175,584256.734795,4508337.43837
+4644,4644,425,78.0,004700,,40.72165481,-74.00234737,106.0,005200,40.73715585,-73.991241315,883.580533857,4193,2267,1785,1586,005200,109103391.81,004700,75477587.1594,,0.0,005200,004700,42669.1376948,159876,31834,hub,hub,non_hub,585174.941656,4510068.87544,584256.734795,4508337.43837
+4645,4645,160,39.0,004700,,40.72165481,-74.00234737,47.0,005400,40.73971301,-73.99456405,960.15625,4656,2267,2837,1586,005400,128803552.888,004700,75477587.1594,,0.0,005400,004700,42669.1376948,73728,31834,hub,hub,non_hub,584891.129718,4510349.51956,584256.734795,4508337.43837
+4646,4646,389,39.0,004700,,40.72165481,-74.00234737,30.0,005501,40.72679454,-73.99695094,426.892030848,5079,2267,2483,1586,005501,61061928.4125,004700,75477587.1594,,0.0,005501,004700,42669.1376948,57258,31834,hub,hub,non_hub,584705.980012,4508913.17477,584256.734795,4508337.43837
+4647,4647,484,39.0,004700,,40.72165481,-74.00234737,27.0,005502,40.72743423,-73.99379025,520.20661157,2383,2267,1262,1586,005502,49017118.6146,004700,75477587.1594,,0.0,005502,004700,42669.1376948,55117,31834,hub,hub,non_hub,584972.085912,4508987.23863,584256.734795,4508337.43837
+4648,4648,196,78.0,004700,,40.72165481,-74.00234737,95.0,005600,40.74065347,-73.98778661,1029.41084337,2618,2267,2190,1586,005600,189153355.609,004700,75477587.1594,,0.0,005600,004700,42669.1376948,113209,31834,hub,hub,non_hub,585462.168743,4510460.49357,584256.734795,4508337.43837
+4649,4649,744,78.0,004700,,40.72165481,-74.00234737,82.0,005700,40.729662915,-73.992405595,599.965223057,2937,2267,1789,1586,005700,90178032.7137,004700,75477587.1594,,0.0,005700,004700,42669.1376948,156896,31834,hub,hub,non_hub,585086.179601,4509235.9788,584256.734795,4508337.43837
+4650,4650,268,78.0,004700,,40.72165481,-74.00234737,87.0,005800,40.743154205,-73.990299735,1042.83743842,3182,2267,2306,1586,005800,164037511.755,004700,75477587.1594,,0.0,005800,004700,42669.1376948,130970,31834,hub,hub,non_hub,585246.786708,4510735.64918,584256.734795,4508337.43837
+4651,4651,257,39.0,004700,,40.72165481,-74.00234737,31.0,005900,40.73049393,-73.9957214,603.700389105,5516,2267,3276,1586,005900,71785177.1361,004700,75477587.1594,,0.0,005900,004700,42669.1376948,53180,31834,hub,hub,non_hub,584805.117401,4509325.01914,584256.734795,4508337.43837
+4652,4652,38,78.0,004700,,40.72165481,-74.00234737,63.0,006000,40.734822295,-73.976916765,1303.15546218,5286,2267,2459,1586,006000,27468182.8943,004700,75477587.1594,,0.0,006000,004700,42669.1376948,80462,31834,hub,hub,non_hub,586387.478737,4509823.83141,584256.734795,4508337.43837
+4653,4653,1153,156.0,004700,,40.72165481,-74.00234737,141.0,006100,40.73385254,-73.992357065,729.447016237,4913,2267,2683,1586,006100,91682014.33,004700,75477587.1594,,0.0,006100,004700,42669.1376948,245510,31834,hub,hub,non_hub,585084.940162,4509701.10308,584256.734795,4508337.43837
+4654,4654,17,39.0,004700,,40.72165481,-74.00234737,30.0,006200,40.7381765,-73.97738662,1277.64705882,4680,2267,1401,1586,006200,231817485.533,004700,75477587.1594,,0.0,006200,004700,42669.1376948,33218,31834,hub,hub,non_hub,586343.467107,4510195.70961,584256.734795,4508337.43837
+4655,4655,772,117.0,004700,,40.72165481,-74.00234737,99.0,006300,40.7346940933,-73.99785666,703.412760782,6076,2267,4277,1586,006300,85447631.8451,004700,75477587.1594,,0.0,006300,004700,42669.1376948,120233,31834,hub,hub,non_hub,584619.48321,4509789.20591,584256.734795,4508337.43837
+4656,4656,69,39.0,004700,,40.72165481,-74.00234737,39.0,006400,40.73587678,-73.98205027,1021.68115942,7518,2267,5058,1586,006400,95664936.1545,004700,75477587.1594,,0.0,006400,004700,42669.1376948,47750,31834,hub,hub,non_hub,585952.649806,4509935.84788,584256.734795,4508337.43837
+4657,4657,1320,117.0,004700,,40.72165481,-74.00234737,106.0,006500,40.7306296367,-73.9991423,495.760862923,6517,2267,3568,1586,006500,59290910.3694,004700,75477587.1594,,0.0,006500,004700,42669.1376948,125356,31834,hub,hub,non_hub,584516.067395,4509336.78488,584256.734795,4508337.43837
+4658,4658,44,78.0,004700,,40.72165481,-74.00234737,82.0,006600,40.739285505,-73.97827188,1267.35882353,11780,2267,6818,1586,006600,84730469.4548,004700,75477587.1594,,0.0,006600,004700,42669.1376948,74621,31834,hub,hub,non_hub,586267.286922,4510317.94668,584256.734795,4508337.43837
+4659,4659,489,39.0,004700,,40.72165481,-74.00234737,39.0,006700,40.73038599,-74.00214988,545.566462168,4984,2267,3796,1586,006700,47238039.9972,004700,75477587.1594,,0.0,006700,004700,42669.1376948,70025,31834,hub,hub,non_hub,584262.399901,4509306.84766,584256.734795,4508337.43837
+4660,4660,121,39.0,004700,,40.72165481,-74.00234737,39.0,006800,40.74025878,-73.98409214,1009.34710744,6735,2267,4494,1586,006800,130298431.446,004700,75477587.1594,,0.0,006800,004700,42669.1376948,58926,31834,hub,hub,non_hub,585774.608423,4510420.28363,584256.734795,4508337.43837
+4661,4661,862,78.0,004700,,40.72165481,-74.00234737,67.0,006900,40.732319905,-74.0069291,672.49526028,2687,2267,1484,1586,006900,61292499.9331,004700,75477587.1594,,0.0,006900,004700,42669.1376948,130727,31834,hub,hub,non_hub,583856.38945,4509516.94969,584256.734795,4508337.43837
+4662,4662,137,117.0,004700,,40.72165481,-74.00234737,127.0,007000,40.74250285,-73.9755895533,1313.11083732,8302,2267,5669,1586,007000,78634704.8451,004700,75477587.1594,,0.0,007000,004700,42669.1376948,145227,31834,hub,hub,non_hub,586489.598764,4510677.73445,584256.734795,4508337.43837
+4663,4663,285,78.0,004700,,40.72165481,-74.00234737,71.0,007100,40.736526545,-74.000108805,770.403446227,5633,2267,3844,1586,007100,68447429.2743,004700,75477587.1594,,0.0,007100,004700,42669.1376948,79459,31834,hub,hub,non_hub,584426.995774,4509990.4524,584256.734795,4508337.43837
+4664,4664,152,117.0,004700,,40.72165481,-74.00234737,126.0,007200,40.7447014833,-73.98154809,1189.30918649,7734,2267,5222,1586,007200,132092861.454,004700,75477587.1594,,0.0,007200,004700,42669.1376948,157612,31834,hub,hub,non_hub,585983.687715,4510915.94446,584256.734795,4508337.43837
+4665,4665,680,78.0,004700,,40.72165481,-74.00234737,59.0,007300,40.734682705,-74.00388484,647.930689937,5615,2267,4547,1586,007300,48716185.79,004700,75477587.1594,,0.0,007300,004700,42669.1376948,92567,31834,hub,hub,non_hub,584110.479319,4509782.14883,584256.734795,4508337.43837
+4666,4666,124,78.0,004700,,40.72165481,-74.00234737,86.0,007400,40.746413585,-73.98586892,1130.16880342,4179,2267,2700,1586,007400,170614202.951,004700,75477587.1594,,0.0,007400,004700,42669.1376948,81121,31834,hub,hub,non_hub,585616.696258,4511101.7763,584256.734795,4508337.43837
+4667,4667,123,78.0,004700,,40.72165481,-74.00234737,69.0,007600,40.74737476,-73.988320695,1164.54666667,2203,2267,1573,1586,007600,242014413.464,004700,75477587.1594,,0.0,007600,004700,42669.1376948,97464,31834,hub,hub,non_hub,585408.475283,4511206.08492,584256.734795,4508337.43837
+4668,4668,292,39.0,004700,,40.72165481,-74.00234737,43.0,007700,40.7390169121,-74.0026376103,812.332191781,5404,2267,4254,1586,007700,59306273.1509,004700,75477587.1594,,0.0,007700,004700,42669.1376948,79025,31834,hub,hub,non_hub,584210.329106,4510264.47156,584256.734795,4508337.43837
+4669,4669,78,39.0,004700,,40.72165481,-74.00234737,39.0,007800,40.74780373,-73.9734419,1299.84615385,7380,2267,5372,1586,007800,112124597.728,004700,75477587.1594,,0.0,007800,004700,42669.1376948,59601,31834,hub,hub,non_hub,586664.043115,4511268.28888,584256.734795,4508337.43837
+4670,4670,715,195.0,004700,,40.72165481,-74.00234737,174.0,007900,40.738916514,-74.007286026,905.588587587,4406,2267,2904,1586,007900,86937368.5918,004700,75477587.1594,,0.0,007900,004700,42669.1376948,171846,31834,hub,hub,non_hub,583817.969395,4510248.87788,584256.734795,4508337.43837
+4671,4671,46,78.0,004700,,40.72165481,-74.00234737,71.0,008000,40.7485693,-73.97717991,1256.38499025,4946,2267,3730,1586,008000,197763821.532,004700,75477587.1594,,0.0,008000,004700,42669.1376948,74808,31834,hub,hub,non_hub,586347.477591,4511349.58844,584256.734795,4508337.43837
+4672,4672,260,39.0,004700,,40.72165481,-74.00234737,39.0,008100,40.73935542,-73.99931783,902.534615385,8675,2267,5315,1586,008100,91100400.6907,004700,75477587.1594,,0.0,008100,004700,42669.1376948,53195,31834,hub,hub,non_hub,584490.204148,4510305.23824,584256.734795,4508337.43837
+4673,4673,218,117.0,004700,,40.72165481,-74.00234737,175.0,008200,40.7519613684,-73.9793755984,1423.12198874,3442,2267,2534,1586,008200,262405408.076,004700,75477587.1594,,0.0,008200,004700,42669.1376948,228612,31834,hub,hub,non_hub,586157.733607,4511723.97494,584256.734795,4508337.43837
+4674,4674,443,156.0,004700,,40.72165481,-74.00234737,119.0,008300,40.742591315,-74.004102785,998.756951862,4211,2267,2321,1586,008300,119862327.354,004700,75477587.1594,,0.0,008300,004700,42669.1376948,186113,31834,hub,hub,non_hub,584082.11654,4510659.85081,584256.734795,4508337.43837
+4675,4675,39,39.0,004700,,40.72165481,-74.00234737,38.0,008400,40.75038009,-73.98338988,1372.97435897,1726,2267,1041,1586,008400,147824461.739,004700,75477587.1594,,0.0,008400,004700,42669.1376948,34199,31834,hub,hub,non_hub,585820.889203,4511544.50828,584256.734795,4508337.43837
+4676,4676,26,39.0,004700,,40.72165481,-74.00234737,43.0,008601,40.744219,-73.97121214,1863.92307692,2551,2267,1528,1586,008601,31141773.9073,004700,75477587.1594,,0.0,008601,004700,42669.1376948,31961,31834,hub,hub,non_hub,586856.951039,4510872.56191,584256.734795,4508337.43837
+4677,4677,317,78.0,004700,,40.72165481,-74.00234737,78.0,008700,40.74206378,-73.995708955,1006.48849064,6671,2267,4249,1586,008700,85660216.7821,004700,75477587.1594,,0.0,008700,004700,42669.1376948,152953,31834,hub,hub,non_hub,584791.475936,4510609.36503,584256.734795,4508337.43837
+4678,4678,27,78.0,004700,,40.72165481,-74.00234737,78.0,008800,40.75012189,-73.970133575,1667.94021739,6964,2267,5507,1586,008800,216532475.876,004700,75477587.1594,,0.0,008800,004700,42669.1376948,43247,31834,hub,hub,non_hub,586940.323322,4511528.89362,584256.734795,4508337.43837
+4679,4679,374,117.0,004700,,40.72165481,-74.00234737,120.0,008900,40.74529008,-74.0021768567,1102.55324284,5560,2267,3511,1586,008900,54419260.2723,004700,75477587.1594,,0.0,008900,004700,42669.1376948,158638,31834,hub,hub,non_hub,584241.316685,4510961.27944,584256.734795,4508337.43837
+4680,4680,37,117.0,004700,,40.72165481,-74.00234737,110.0,009000,40.75261798,-73.9703317533,1654.26406926,7026,2267,5832,1586,009000,208846060.851,004700,75477587.1594,,0.0,009000,004700,42669.1376948,74531,31834,hub,hub,non_hub,586920.342162,4511805.78171,584256.734795,4508337.43837
+4681,4681,135,39.0,004700,,40.72165481,-74.00234737,39.0,009100,40.74487634,-73.99529885,1115.78518519,6415,2267,4386,1586,009100,127325659.041,004700,75477587.1594,,0.0,009100,004700,42669.1376948,63878,31834,hub,hub,non_hub,584822.527687,4510921.97538,584256.734795,4508337.43837
+4682,4682,25,78.0,004700,,40.72165481,-74.00234737,110.0,009200,40.7548518863,-73.9734329075,1603.19480519,1754,2267,1461,1586,009200,408192557.246,004700,75477587.1594,,0.0,009200,004700,42669.1376948,72226,31834,hub,hub,non_hub,586655.650548,4512050.69496,584256.734795,4508337.43837
+4683,4683,116,39.0,004700,,40.72165481,-74.00234737,39.0,009300,40.74475148,-73.99915362,1134.60344828,9705,2267,5585,1586,009300,68528055.2433,004700,75477587.1594,,0.0,009300,004700,42669.1376948,52202,31834,hub,hub,non_hub,584497.239363,4510904.39701,584256.734795,4508337.43837
+4684,4684,45,39.0,004700,,40.72165481,-74.00234737,31.0,009400,40.75320159,-73.9779874,1594.66666667,29,2267,16,1586,009400,299218147.811,004700,75477587.1594,,0.0,009400,004700,42669.1376948,82147,31834,hub,hub,non_hub,586273.319314,4511863.01244,584256.734795,4508337.43837
+4685,4685,100,39.0,004700,,40.72165481,-74.00234737,51.0,009500,40.746647,-73.993915,1134.25,3425,2267,1416,1586,009500,129660033.725,004700,75477587.1594,,0.0,009500,004700,42669.1376948,57488,31834,hub,hub,non_hub,584937.108907,4511119.86954,584256.734795,4508337.43837
+4686,4686,66,117.0,004700,,40.72165481,-74.00234737,140.0,009600,40.7559252407,-73.980257601,1672.16634921,153,2267,268,1586,009600,270304841.585,004700,75477587.1594,,0.0,009600,004700,42669.1376948,71527,31834,hub,hub,non_hub,586078.163718,4512163.12845,584256.734795,4508337.43837
+4687,4687,214,117.0,004700,,40.72165481,-74.00234737,99.0,009700,40.7493616033,-73.9991321067,1253.73232113,4744,2267,2827,1586,009700,83018263.1602,004700,75477587.1594,,0.0,009700,004700,42669.1376948,118804,31834,hub,hub,non_hub,584493.220017,4511416.17434,584256.734795,4508337.43837
+4688,4688,12,78.0,004700,,40.72165481,-74.00234737,70.0,009800,40.755285655,-73.96667288,1565.77142857,7105,2267,5244,1586,009800,115943808.909,004700,75477587.1594,,0.0,009800,004700,42669.1376948,40039,31834,hub,hub,non_hub,587225.727282,4512105.54383,584256.734795,4508337.43837
+4689,4689,398,195.0,004700,,40.72165481,-74.00234737,185.0,009900,40.7520807866,-74.0031899092,1306.23189599,3617,2267,2438,1586,009900,404439511.776,004700,75477587.1594,,0.0,009900,004700,42669.1376948,208076,31834,hub,hub,non_hub,584147.226991,4511714.12465,584256.734795,4508337.43837
+4690,4690,43,117.0,004700,,40.72165481,-74.00234737,121.0,010000,40.7583696933,-73.9710287767,1577.22055853,1829,2267,1399,1586,010000,366457143.613,004700,75477587.1594,,0.0,010000,004700,42669.1376948,72085,31834,hub,hub,non_hub,586854.014885,4512443.57459,584256.734795,4508337.43837
+4691,4691,168,117.0,004700,,40.72165481,-74.00234737,127.0,010100,40.74945622,-73.9903382667,1301.77422812,1119,2267,828,1586,010100,246168211.101,004700,75477587.1594,,0.0,010100,004700,42669.1376948,183377,31834,hub,hub,non_hub,585235.486219,4511435.18064,584256.734795,4508337.43837
+4692,4692,17,78.0,004700,,40.72165481,-74.00234737,81.0,010200,40.7606694,-73.973473555,1628.42857143,313,2267,268,1586,010200,333450202.294,004700,75477587.1594,,0.0,010200,004700,42669.1376948,46675,31834,hub,hub,non_hub,586644.664817,4512696.44233,584256.734795,4508337.43837
+4693,4693,297,78.0,004700,,40.72165481,-74.00234737,98.0,010300,40.751000495,-73.994372255,1328.44007442,1859,2267,1351,1586,010300,141506056.87,004700,75477587.1594,,0.0,010300,004700,42669.1376948,221593,31834,hub,hub,non_hub,584892.968075,4511602.69644,584256.734795,4508337.43837
+4694,4694,38,78.0,004700,,40.72165481,-74.00234737,75.0,010400,40.761664375,-73.976854975,1718.35023041,1031,2267,1033,1586,010400,363981333.295,004700,75477587.1594,,0.0,010400,004700,42669.1376948,65073,31834,hub,hub,non_hub,586357.961325,4512803.55852,584256.734795,4508337.43837
+4695,4695,6,39.0,004700,,40.72165481,-74.00234737,33.0,010602,40.75849116,-73.95920622,1961.66666667,4794,2267,2963,1586,010602,67980898.3739,004700,75477587.1594,,0.0,010602,004700,42669.1376948,22153,31834,hub,hub,non_hub,587851.796682,4512468.82754,584256.734795,4508337.43837
+4696,4696,49,117.0,004700,,40.72165481,-74.00234737,117.0,010800,40.7591736033,-73.96613818,1828.88043478,8531,2267,6272,1586,010800,189351523.799,004700,75477587.1594,,0.0,010800,004700,42669.1376948,79198,31834,hub,hub,non_hub,587265.778542,4512537.66689,584256.734795,4508337.43837
+4697,4697,51,78.0,004700,,40.72165481,-74.00234737,114.0,010900,40.751351715,-73.987594755,1256.19117647,182,2267,92,1586,010900,228173063.011,004700,75477587.1594,,0.0,010900,004700,42669.1376948,60092,31834,hub,hub,non_hub,585464.669441,4511648.26242,584256.734795,4508337.43837
+4698,4698,25,39.0,004700,,40.72165481,-74.00234737,59.0,011201,40.7643971,-73.97371465,1877.32,827,2267,964,1586,011201,118515444.187,004700,75477587.1594,,0.0,011201,004700,42669.1376948,41525,31834,hub,hub,non_hub,586619.474659,4513110.00718,584256.734795,4508337.43837
+4699,4699,23,39.0,004700,,40.72165481,-74.00234737,33.0,011203,40.76095756,-73.96724467,2040.7826087,1176,2267,1160,1586,011203,143782379.009,004700,75477587.1594,,0.0,011203,004700,42669.1376948,48033,31834,hub,hub,non_hub,587170.050102,4512734.59972,584256.734795,4508337.43837
+4700,4700,355,156.0,004700,,40.72165481,-74.00234737,198.0,011300,40.7548008425,-73.9888010575,1442.45312428,204,2267,107,1586,011300,357940519.061,004700,75477587.1594,,0.0,011300,004700,42669.1376948,236650,31834,hub,hub,non_hub,585358.423228,4512029.96675,584256.734795,4508337.43837
+4701,4701,222,78.0,004700,,40.72165481,-74.00234737,82.0,011500,40.75701407,-73.992353645,1502.52803738,2487,2267,1678,1586,011500,130958459.747,004700,75477587.1594,,0.0,011500,004700,42669.1376948,103294,31834,hub,hub,non_hub,585055.712647,4512272.20178,584256.734795,4508337.43837
+4702,4702,84,78.0,004700,,40.72165481,-74.00234737,84.0,011700,40.76058799,-74.00080945,1543.1087344,2938,2267,2304,1586,011700,91270705.1484,004700,75477587.1594,,0.0,011700,004700,42669.1376948,73016,31834,hub,hub,non_hub,584337.427395,4512660.77158,584256.734795,4508337.43837
+4703,4703,17,39.0,004700,,40.72165481,-74.00234737,34.0,011900,40.7568001,-73.98291153,1585.41176471,1079,2267,1121,1586,011900,395254501.74,004700,75477587.1594,,0.0,011900,004700,42669.1376948,39976,31834,hub,hub,non_hub,585853.012005,4512257.64444,584256.734795,4508337.43837
+4704,4704,167,117.0,004700,,40.72165481,-74.00234737,109.0,012100,40.7598593767,-73.9914900133,1634.84162345,8366,2267,5744,1586,012100,101223732.045,004700,75477587.1594,,0.0,012100,004700,42669.1376948,132767,31834,hub,hub,non_hub,585124.983126,4512588.88932,584256.734795,4508337.43837
+4705,4705,17,39.0,004700,,40.72165481,-74.00234737,51.0,012500,40.76064679,-73.98442659,1858.70588235,2439,2267,2096,1586,012500,322911522.418,004700,75477587.1594,,0.0,012500,004700,42669.1376948,45486,31834,hub,hub,non_hub,585720.180916,4512683.17447,584256.734795,4508337.43837
+4706,4706,157,78.0,004700,,40.72165481,-74.00234737,84.0,012700,40.762485435,-73.990447135,1732.56255257,6437,2267,4434,1586,012700,104637996.687,004700,75477587.1594,,0.0,012700,004700,42669.1376948,83393,31834,hub,hub,non_hub,585209.656415,4512881.41361,584256.734795,4508337.43837
+4707,4707,39,39.0,004700,,40.72165481,-74.00234737,24.0,012900,40.76341379,-73.99667444,1726.64102564,5312,2267,3621,1586,012900,158698340.053,004700,75477587.1594,,0.0,012900,004700,42669.1376948,28661,31834,hub,hub,non_hub,584682.864463,4512978.43901,584256.734795,4508337.43837
+4708,4708,53,117.0,004700,,40.72165481,-74.00234737,160.0,013100,40.7621295133,-73.98215453,1614.72469136,2489,2267,2283,1586,013100,405023451.28,004700,75477587.1594,,0.0,013100,004700,42669.1376948,107228,31834,hub,hub,non_hub,585910.04945,4512849.98999,584256.734795,4508337.43837
+4709,4709,74,117.0,004700,,40.72165481,-74.00234737,101.0,013300,40.7647250567,-73.9866537633,1737.33724892,5363,2267,3909,1586,013300,79847412.2593,004700,75477587.1594,,0.0,013300,004700,42669.1376948,89810,31834,hub,hub,non_hub,585526.963405,4513133.71926,584256.734795,4508337.43837
+4710,4710,60,78.0,004700,,40.72165481,-74.00234737,65.0,013500,40.766984435,-73.99227308,1623.42592593,6075,2267,3935,1586,013500,198199142.958,004700,75477587.1594,,0.0,013500,004700,42669.1376948,64723,31834,hub,hub,non_hub,585049.80204,4513379.06475,584256.734795,4508337.43837
+4711,4711,50,78.0,004700,,40.72165481,-74.00234737,98.0,013700,40.766109285,-73.981808355,1862.52022059,6557,2267,5442,1586,013700,314878324.419,004700,75477587.1594,,0.0,013700,004700,42669.1376948,91142,31834,hub,hub,non_hub,585934.141665,4513292.1137,584256.734795,4508337.43837
+4712,4712,22,39.0,004700,,40.72165481,-74.00234737,27.0,013900,40.768254,-73.988639,1852.63636364,7607,2267,7359,1586,013900,139918084.587,004700,75477587.1594,,0.0,013900,004700,42669.1376948,26390,31834,hub,hub,non_hub,585354.890073,4513523.52534,584256.734795,4508337.43837
+4713,4713,20,39.0,004700,,40.72165481,-74.00234737,49.0,014300,40.76590936,-73.97634151,2036.95,3,2267,0,1586,014300,50027992.3322,004700,75477587.1594,,0.0,014300,004700,42669.1376948,21051,31834,hub,hub,non_hub,586395.803012,4513275.28949,584256.734795,4508337.43837
+4714,4714,47,39.0,004700,,40.72165481,-74.00234737,36.0,014500,40.76915505,-73.98191841,2112.12765957,5811,2267,3462,1586,014500,253397343.373,004700,75477587.1594,,0.0,014500,004700,42669.1376948,68350,31834,hub,hub,non_hub,585920.929601,4513630.10902,584256.734795,4508337.43837
+4715,4715,66,39.0,004700,,40.72165481,-74.00234737,55.0,014700,40.770513,-73.988038,1461.96969697,2586,2267,1743,1586,014700,70871746.8417,004700,75477587.1594,,0.0,014700,004700,42669.1376948,35099,31834,hub,hub,non_hub,585402.720353,4513774.87644,584256.734795,4508337.43837
+4716,4716,10,39.0,004700,,40.72165481,-74.00234737,36.0,015100,40.771522,-73.990541,1700.3,8105,2267,4856,1586,015100,164953931.102,004700,75477587.1594,,0.0,015100,004700,42669.1376948,17578,31834,hub,hub,non_hub,585190.192062,4513884.4495,584256.734795,4508337.43837
+4717,4717,465,78.0,004700,,40.72165481,-74.00234737,70.0,031703,40.71644312,-74.014902115,754.006756757,8670,2267,4231,1586,031703,332361109.355,004700,75477587.1594,,0.0,031703,004700,42669.1376948,136082,31834,hub,hub,non_hub,583202.897614,4507746.93647,584256.734795,4508337.43837
+4718,4718,298,117.0,004700,,40.72165481,-74.00234737,98.0,031704,40.7085171733,-74.0165557667,1112.83188514,6610,2267,3790,1586,031704,160823714.408,004700,75477587.1594,,0.0,031704,004700,42669.1376948,105244,31834,hub,hub,non_hub,583073.076824,4506865.54027,584256.734795,4508337.43837
+4719,4719,344,117.0,004700,,40.72165481,-74.00234737,85.0,000600,40.7128987867,-73.9898646367,690.401004304,11558,2267,4083,1586,000600,59149181.7526,004700,75477587.1594,,0.0,000600,004700,42669.1376948,70053,31834,hub,hub,non_hub,585322.159723,4507377.5136,584256.734795,4508337.43837
+4720,4720,138,105.0,004800,,40.73624527,-73.98473765,54.0,000202,40.71318002,-73.9818904933,1098.38890282,8012,7550,3598,3799,000202,37878157.9781,004800,74763044.6965,,0.0,000202,004800,27863.5426201,56352,42414,hub,hub,non_hub,585995.353038,4507416.50937,585725.258797,4509974.12516
+4721,4721,610,245.0,004800,,40.73624527,-73.98473765,258.0,000700,40.70581148,-74.0081572071,1470.91495591,7722,7550,5201,3799,000700,476954959.734,004800,74763044.6965,,0.0,000700,004800,27863.5426201,160040,42414,hub,hub,non_hub,583785.918305,4506573.16797,585725.258797,4509974.12516
+4722,4722,88,70.0,004800,,40.73624527,-73.98473765,47.0,000800,40.712414475,-73.993471545,1046.01041667,10365,7550,4150,3799,000800,46479755.076,004800,74763044.6965,,0.0,000800,004800,27863.5426201,34254,42414,hub,hub,non_hub,585018.109713,4507320.25418,585725.258797,4509974.12516
+4723,4723,86,105.0,004800,,40.73624527,-73.98473765,97.0,000900,40.7024745833,-74.01224785,1689.12302126,1140,7550,939,3799,000900,404341803.896,004800,74763044.6965,,0.0,000900,004800,27863.5426201,46446,42414,hub,hub,non_hub,583444.520998,4506198.85784,585725.258797,4509974.12516
+4724,4724,42,35.0,004800,,40.73624527,-73.98473765,19.0,001002,40.71782143,-73.97628939,927.30952381,6439,7550,2346,3799,001002,22763374.2099,004800,74763044.6965,,0.0,001002,004800,27863.5426201,15916,42414,hub,hub,non_hub,586462.45635,4507937.23607,585725.258797,4509974.12516
+4725,4725,110,70.0,004800,,40.73624527,-73.98473765,46.0,001200,40.717364275,-73.982955325,968.560013263,3547,7550,1857,3799,001200,23518220.7411,004800,74763044.6965,,0.0,001200,004800,27863.5426201,36493,42414,hub,hub,non_hub,585900.031125,4507879.94738,585725.258797,4509974.12516
+4726,4726,42,35.0,004800,,40.73624527,-73.98473765,36.0,001300,40.70463334,-74.01361706,1914.57142857,3776,7550,3028,3799,001300,286606455.687,004800,74763044.6965,,0.0,001300,004800,27863.5426201,27671,42414,hub,hub,non_hub,583326.158808,4506437.19368,585725.258797,4509974.12516
+4727,4727,84,35.0,004800,,40.73624527,-73.98473765,28.0,001401,40.71559509,-73.9870295,886.80952381,3289,7550,1708,3799,001401,20168722.3199,004800,74763044.6965,,0.0,001401,004800,27863.5426201,26885,42414,hub,hub,non_hub,585558.18429,4507679.57909,585725.258797,4509974.12516
+4728,4728,43,70.0,004800,,40.73624527,-73.98473765,67.0,001501,40.70966832,-74.003597135,1385.23275862,5581,7550,3450,3799,001501,172466366.322,004800,74763044.6965,,0.0,001501,004800,27863.5426201,27425,42414,hub,hub,non_hub,584166.279828,4507005.66129,585725.258797,4509974.12516
+4729,4729,154,105.0,004800,,40.73624527,-73.98473765,123.0,001502,40.7088053467,-74.00635276,1501.88083597,7095,7550,3459,3799,001502,221282059.103,004800,74763044.6965,,0.0,001502,004800,27863.5426201,82052,42414,hub,hub,non_hub,583934.59195,4506907.22889,585725.258797,4509974.12516
+4730,4730,419,105.0,004800,,40.73624527,-73.98473765,107.0,001600,40.7153350167,-73.9943926833,964.540830819,8236,7550,3242,3799,001600,76565505.7581,004800,74763044.6965,,0.0,001600,004800,27863.5426201,82798,42414,hub,hub,non_hub,584936.591099,4507643.5622,585725.258797,4509974.12516
+4731,4731,909,140.0,004800,,40.73624527,-73.98473765,154.0,001800,40.7193657075,-73.9906468425,759.740314627,8063,7550,3489,3799,001800,60554858.5127,004800,74763044.6965,,0.0,001800,004800,27863.5426201,133306,42414,hub,hub,non_hub,585247.838585,4508094.62497,585725.258797,4509974.12516
+4732,4732,385,70.0,004800,,40.73624527,-73.98473765,46.0,002000,40.721554605,-73.977309405,798.181216559,4795,7550,1899,3799,002000,17907673.5628,004800,74763044.6965,,0.0,002000,004800,27863.5426201,31656,42414,hub,hub,non_hub,586371.478696,4508350.63994,585725.258797,4509974.12516
+4733,4733,285,140.0,004800,,40.73624527,-73.98473765,102.0,002100,40.71451321,-74.0108850975,1224.57838549,6111,7550,3038,3799,002100,273869828.705,004800,74763044.6965,,0.0,002100,004800,27863.5426201,151037,42414,hub,hub,non_hub,583544.598931,4507536.51732,585725.258797,4509974.12516
+4734,4734,179,70.0,004800,,40.73624527,-73.98473765,44.0,002201,40.71833027,-73.980972895,893.815588723,6762,7550,3030,3799,002201,37585954.9949,004800,74763044.6965,,0.0,002201,004800,27863.5426201,26391,42414,hub,hub,non_hub,586066.226443,4507989.12022,585725.258797,4509974.12516
+4735,4735,80,35.0,004800,,40.73624527,-73.98473765,31.0,002202,40.7208736,-73.98085795,877.175,2256,7550,1045,3799,002202,13179093.8977,004800,74763044.6965,,0.0,002202,004800,27863.5426201,23935,42414,hub,hub,non_hub,586072.658368,4508271.55961,585725.258797,4509974.12516
+4736,4736,67,70.0,004800,,40.73624527,-73.98473765,48.0,002400,40.724744875,-73.974986535,741.282312925,5775,7550,2175,3799,002400,17986635.5592,004800,74763044.6965,,0.0,002400,004800,27863.5426201,17965,42414,hub,hub,non_hub,586563.526382,4508707.06897,585725.258797,4509974.12516
+4737,4737,71,70.0,004800,,40.73624527,-73.98473765,62.0,002500,40.7111743,-73.99849582,1159.99117647,5061,7550,1917,3799,002500,22428407.6271,004800,74763044.6965,,0.0,002500,004800,27863.5426201,28216,42414,hub,hub,non_hub,584595.28909,4507177.73549,585725.258797,4509974.12516
+4738,4738,50,35.0,004800,,40.73624527,-73.98473765,31.0,002601,40.72299208,-73.97995466,762.0,3774,7550,1593,3799,002601,22248722.3098,004800,74763044.6965,,0.0,002601,004800,27863.5426201,22144,42414,hub,hub,non_hub,586146.216204,4508507.61099,585725.258797,4509974.12516
+4739,4739,15,35.0,004800,,40.73624527,-73.98473765,27.0,002700,40.71307916,-73.99851193,1127.33333333,1191,7550,655,3799,002700,11349914.9514,004800,74763044.6965,,0.0,002700,004800,27863.5426201,20570,42414,hub,hub,non_hub,584591.517275,4507389.17181,585725.258797,4509974.12516
+4740,4740,158,35.0,004800,,40.73624527,-73.98473765,32.0,002800,40.72521311,-73.97768752,639.291139241,7302,7550,3341,3799,002800,47641507.3146,004800,74763044.6965,,0.0,002800,004800,27863.5426201,36744,42414,hub,hub,non_hub,586334.816403,4508756.38709,585725.258797,4509974.12516
+4741,4741,82,35.0,004800,,40.73624527,-73.98473765,43.0,002900,40.71602118,-73.99974372,1083.85365854,5855,7550,2420,3799,002900,200965547.24,004800,74763044.6965,,0.0,002900,004800,27863.5426201,31936,42414,hub,hub,non_hub,584483.752153,4507714.56961,585725.258797,4509974.12516
+4742,4742,159,35.0,004800,,40.73624527,-73.98473765,35.0,003001,40.72066442,-73.98517977,747.025157233,4301,7550,2553,3799,003001,34302720.7166,004800,74763044.6965,,0.0,003001,004800,27863.5426201,41223,42414,hub,hub,non_hub,585707.91731,4508244.11218,585725.258797,4509974.12516
+4743,4743,179,35.0,004800,,40.73624527,-73.98473765,37.0,003002,40.72217444,-73.98368779,699.301675978,3031,7550,1885,3799,003002,18686109.2263,004800,74763044.6965,,0.0,003002,004800,27863.5426201,38675,42414,hub,hub,non_hub,585831.986427,4508413.19181,585725.258797,4509974.12516
+4744,4744,169,105.0,004800,,40.73624527,-73.98473765,121.0,003100,40.7140617467,-74.0041933367,1110.76128863,2809,7550,858,3799,003100,145687012.574,004800,74763044.6965,,0.0,003100,004800,27863.5426201,81469,42414,hub,hub,non_hub,584110.388584,4507492.78891,585725.258797,4509974.12516
+4745,4745,966,105.0,004800,,40.73624527,-73.98473765,100.0,003200,40.7260543867,-73.9823576167,544.481394028,7630,7550,4888,3799,003200,46369492.482,004800,74763044.6965,,0.0,003200,004800,27863.5426201,138064,42414,hub,hub,non_hub,585939.335766,4508845.19329,585725.258797,4509974.12516
+4746,4746,288,175.0,004800,,40.73624527,-73.98473765,173.0,003300,40.7188218302,-74.0063343478,1128.15515957,5174,7550,2694,3799,003300,215459582.054,004800,74763044.6965,,0.0,003300,004800,27863.5426201,115059,42414,hub,hub,non_hub,583923.567877,4508019.14112,585725.258797,4509974.12516
+4747,4747,267,35.0,004800,,40.73624527,-73.98473765,39.0,003400,40.72955361,-73.98057249,486.898876404,6706,7550,4203,3799,003400,42933229.7541,004800,74763044.6965,,0.0,003400,004800,27863.5426201,47926,42414,hub,hub,non_hub,586085.581298,4509235.37985,585725.258797,4509974.12516
+4748,4748,355,70.0,004800,,40.73624527,-73.98473765,66.0,003601,40.72217423,-73.990293175,667.699473754,3299,7550,1613,3799,003601,29191583.8104,004800,74763044.6965,,0.0,003601,004800,27863.5426201,77585,42414,hub,hub,non_hub,585274.124459,4508406.73315,585725.258797,4509974.12516
+4749,4749,685,70.0,004800,,40.73624527,-73.98473765,62.0,003602,40.724852985,-73.989265345,567.616880981,2918,7550,1586,3799,003602,24941258.1161,004800,74763044.6965,,0.0,003602,004800,27863.5426201,82124,42414,hub,hub,non_hub,585357.507872,4508705.09166,585725.258797,4509974.12516
+4750,4750,593,140.0,004800,,40.73624527,-73.98473765,148.0,003700,40.7256696075,-74.0052069325,925.207205702,2401,7550,1490,3799,003700,212385639.924,004800,74763044.6965,,0.0,003700,004800,27863.5426201,173333,42414,hub,hub,non_hub,584010.178026,4508780.36793,585725.258797,4509974.12516
+4751,4751,1458,140.0,004800,,40.73624527,-73.98473765,160.0,003800,40.72765889,-73.988195855,478.858545242,8610,7550,5795,3799,003800,67437493.5221,004800,74763044.6965,,0.0,003800,004800,27863.5426201,167230,42414,hub,hub,non_hub,585444.239635,4509017.60641,585725.258797,4509974.12516
+4752,4752,151,140.0,004800,,40.73624527,-73.98473765,106.0,003900,40.7201717475,-74.00983051,1199.48149873,5253,7550,3059,3799,003900,194910113.03,004800,74763044.6965,,0.0,003900,004800,27863.5426201,113624,42414,hub,hub,non_hub,583626.593058,4508165.65565,585725.258797,4509974.12516
+4753,4753,795,70.0,004800,,40.73624527,-73.98473765,66.0,004000,40.73000573,-73.98549552,397.046113722,9801,7550,4546,3799,004000,66858387.5133,004800,74763044.6965,,0.0,004000,004800,27863.5426201,99660,42414,hub,hub,non_hub,585669.269443,4509280.75306,585725.258797,4509974.12516
+4754,4754,615,70.0,004800,,40.73624527,-73.98473765,64.0,004100,40.7195529,-73.996789035,828.766337832,7793,7550,3765,3799,004100,71738983.3617,004800,74763044.6965,,0.0,004100,004800,27863.5426201,114685,42414,hub,hub,non_hub,584728.836557,4508109.46034,585725.258797,4509974.12516
+4755,4755,420,35.0,004800,,40.73624527,-73.98473765,35.0,004200,40.73223272,-73.98889957,290.880952381,4988,7550,1801,3799,004200,39941846.3325,004800,74763044.6965,,0.0,004200,004800,27863.5426201,50846,42414,hub,hub,non_hub,585378.96492,4509524.64843,585725.258797,4509974.12516
+4756,4756,452,70.0,004800,,40.73624527,-73.98473765,67.0,004300,40.723870235,-73.995226525,680.407498776,4267,7550,2598,3799,004300,65935514.1184,004800,74763044.6965,,0.0,004300,004800,27863.5426201,95162,42414,hub,hub,non_hub,584855.320992,4508590.22212,585725.258797,4509974.12516
+4757,4757,715,70.0,004800,,40.73624527,-73.98473765,60.0,004400,40.73080269,-73.97968993,422.551883955,17710,7550,8297,3799,004400,114601147.016,004800,74763044.6965,,0.0,004400,004800,27863.5426201,106427,42414,hub,hub,non_hub,586158.498991,4509374.90208,585725.258797,4509974.12516
+4758,4758,164,35.0,004800,,40.73624527,-73.98473765,27.0,004500,40.71910537,-73.99973337,941.25,840,7550,582,3799,004500,52009114.8865,004800,74763044.6965,,0.0,004500,004800,27863.5426201,34275,42414,hub,hub,non_hub,584480.726971,4508056.94497,585725.258797,4509974.12516
+4759,4759,50,35.0,004800,,40.73624527,-73.98473765,39.0,004700,40.72165481,-74.00234737,988.42,2267,7550,1586,3799,004700,75477587.1594,004800,74763044.6965,,0.0,004700,004800,27863.5426201,27544,42414,hub,hub,non_hub,584256.734795,4508337.43837,585725.258797,4509974.12516
+4760,4760,228,70.0,004800,,40.73624527,-73.98473765,73.0,004900,40.724268615,-74.000521515,919.93025641,4951,7550,3054,3799,004900,103848670.177,004800,74763044.6965,,0.0,004900,004800,27863.5426201,80152,42414,hub,hub,non_hub,584407.63728,4508629.34168,585725.258797,4509974.12516
+4761,4761,944,105.0,004800,,40.73624527,-73.98473765,93.0,005000,40.7359163467,-73.9873427633,345.265976786,5061,7550,3595,3799,005000,120638459.215,004800,74763044.6965,,0.0,005000,004800,27863.5426201,111023,42414,hub,hub,non_hub,585505.709717,4509935.07175,585725.258797,4509974.12516
+4762,4762,1242,70.0,004800,,40.73624527,-73.98473765,106.0,005200,40.73715585,-73.991241315,410.134905056,4193,7550,1785,3799,005200,109103391.81,004800,74763044.6965,,0.0,005200,004800,27863.5426201,159876,42414,hub,hub,non_hub,585174.941657,4510068.87544,585725.258797,4509974.12516
+4763,4763,823,35.0,004800,,40.73624527,-73.98473765,47.0,005400,40.73971301,-73.99456405,414.767922236,4656,7550,2837,3799,005400,128803552.888,004800,74763044.6965,,0.0,005400,004800,27863.5426201,73728,42414,hub,hub,non_hub,584891.129718,4510349.51956,585725.258797,4509974.12516
+4764,4764,199,35.0,004800,,40.73624527,-73.98473765,30.0,005501,40.72679454,-73.99695094,655.48241206,5079,7550,2483,3799,005501,61061928.4125,004800,74763044.6965,,0.0,005501,004800,27863.5426201,57258,42414,hub,hub,non_hub,584705.980012,4508913.17477,585725.258797,4509974.12516
+4765,4765,384,35.0,004800,,40.73624527,-73.98473765,27.0,005502,40.72743423,-73.99379025,517.403645833,2383,7550,1262,3799,005502,49017118.6146,004800,74763044.6965,,0.0,005502,004800,27863.5426201,55117,42414,hub,hub,non_hub,584972.085912,4508987.23863,585725.258797,4509974.12516
+4766,4766,766,70.0,004800,,40.73624527,-73.98473765,95.0,005600,40.74065347,-73.98778661,358.898904633,2618,7550,2190,3799,005600,189153355.609,004800,74763044.6965,,0.0,005600,004800,27863.5426201,113209,42414,hub,hub,non_hub,585462.168743,4510460.49357,585725.258797,4509974.12516
+4767,4767,1084,70.0,004800,,40.73624527,-73.98473765,82.0,005700,40.729662915,-73.992405595,475.857218533,2937,7550,1789,3799,005700,90178032.7137,004800,74763044.6965,,0.0,005700,004800,27863.5426201,156896,42414,hub,hub,non_hub,585086.179601,4509235.9788,585725.258797,4509974.12516
+4768,4768,629,70.0,004800,,40.73624527,-73.98473765,87.0,005800,40.743154205,-73.990299735,540.546553359,3182,7550,2306,3799,005800,164037511.755,004800,74763044.6965,,0.0,005800,004800,27863.5426201,130970,42414,hub,hub,non_hub,585246.786708,4510735.64918,585725.258797,4509974.12516
+4769,4769,505,35.0,004800,,40.73624527,-73.98473765,31.0,005900,40.73049393,-73.9957214,526.233663366,5516,7550,3276,3799,005900,71785177.1361,004800,74763044.6965,,0.0,005900,004800,27863.5426201,53180,42414,hub,hub,non_hub,584805.117402,4509325.01914,585725.258797,4509974.12516
+4770,4770,632,70.0,004800,,40.73624527,-73.98473765,63.0,006000,40.734822295,-73.976916765,403.602878877,5286,7550,2459,3799,006000,27468182.8943,004800,74763044.6965,,0.0,006000,004800,27863.5426201,80462,42414,hub,hub,non_hub,586387.478737,4509823.83141,585725.258797,4509974.12516
+4771,4771,1161,140.0,004800,,40.73624527,-73.98473765,141.0,006100,40.73385254,-73.992357065,463.772525882,4913,7550,2683,3799,006100,91682014.33,004800,74763044.6965,,0.0,006100,004800,27863.5426201,245510,42414,hub,hub,non_hub,585084.940162,4509701.10308,585725.258797,4509974.12516
+4772,4772,151,35.0,004800,,40.73624527,-73.98473765,30.0,006200,40.7381765,-73.97738662,403.284768212,4680,7550,1401,3799,006200,231817485.533,004800,74763044.6965,,0.0,006200,004800,27863.5426201,33218,42414,hub,hub,non_hub,586343.467107,4510195.70961,585725.258797,4509974.12516
+4773,4773,585,105.0,004800,,40.73624527,-73.98473765,99.0,006300,40.7346940933,-73.99785666,661.503196971,6076,7550,4277,3799,006300,85447631.8451,004800,74763044.6965,,0.0,006300,004800,27863.5426201,120233,42414,hub,hub,non_hub,584619.48321,4509789.20591,585725.258797,4509974.12516
+4774,4774,224,35.0,004800,,40.73624527,-73.98473765,39.0,006400,40.73587678,-73.98205027,700.665178571,7518,7550,5058,3799,006400,95664936.1545,004800,74763044.6965,,0.0,006400,004800,27863.5426201,47750,42414,hub,hub,non_hub,585952.649806,4509935.84788,585725.258797,4509974.12516
+4775,4775,622,105.0,004800,,40.73624527,-73.98473765,106.0,006500,40.7306296367,-73.9991423,662.44038773,6517,7550,3568,3799,006500,59290910.3694,004800,74763044.6965,,0.0,006500,004800,27863.5426201,125356,42414,hub,hub,non_hub,584516.067395,4509336.78488,585725.258797,4509974.12516
+4776,4776,389,70.0,004800,,40.73624527,-73.98473765,82.0,006600,40.739285505,-73.97827188,394.788893164,11780,7550,6818,3799,006600,84730469.4548,004800,74763044.6965,,0.0,006600,004800,27863.5426201,74621,42414,hub,hub,non_hub,586267.286922,4510317.94668,585725.258797,4509974.12516
+4777,4777,397,35.0,004800,,40.73624527,-73.98473765,39.0,006700,40.73038599,-74.00214988,698.14861461,4984,7550,3796,3799,006700,47238039.9972,004800,74763044.6965,,0.0,006700,004800,27863.5426201,70025,42414,hub,hub,non_hub,584262.399901,4509306.84766,585725.258797,4509974.12516
+4778,4778,220,35.0,004800,,40.73624527,-73.98473765,39.0,006800,40.74025878,-73.98409214,394.381818182,6735,7550,4494,3799,006800,130298431.446,004800,74763044.6965,,0.0,006800,004800,27863.5426201,58926,42414,hub,hub,non_hub,585774.608423,4510420.28363,585725.258797,4509974.12516
+4779,4779,305,70.0,004800,,40.73624527,-73.98473765,67.0,006900,40.732319905,-74.0069291,1040.10201522,2687,7550,1484,3799,006900,61292499.9331,004800,74763044.6965,,0.0,006900,004800,27863.5426201,130727,42414,hub,hub,non_hub,583856.38945,4509516.94969,585725.258797,4509974.12516
+4780,4780,1455,105.0,004800,,40.73624527,-73.98473765,127.0,007000,40.7425322314,-73.9756474375,451.855698419,8302,7550,5669,3799,007000,78634704.8451,004800,74763044.6965,,0.0,007000,004800,27863.5426201,145227,42414,hub,hub,non_hub,586484.673543,4510680.93897,585725.258797,4509974.12516
+4781,4781,263,70.0,004800,,40.73624527,-73.98473765,71.0,007100,40.736526545,-74.000108805,728.71653832,5633,7550,3844,3799,007100,68447429.2743,004800,74763044.6965,,0.0,007100,004800,27863.5426201,79459,42414,hub,hub,non_hub,584426.995774,4509990.4524,585725.258797,4509974.12516
+4782,4782,921,105.0,004800,,40.73624527,-73.98473765,126.0,007200,40.7447014833,-73.98154809,480.304975045,7734,7550,5222,3799,007200,132092861.454,004800,74763044.6965,,0.0,007200,004800,27863.5426201,157612,42414,hub,hub,non_hub,585983.687715,4510915.94446,585725.258797,4509974.12516
+4783,4783,326,70.0,004800,,40.73624527,-73.98473765,59.0,007300,40.734682705,-74.00388484,804.447136462,5615,7550,4547,3799,007300,48716185.79,004800,74763044.6965,,0.0,007300,004800,27863.5426201,92567,42414,hub,hub,non_hub,584110.479319,4509782.14883,585725.258797,4509974.12516
+4784,4784,474,70.0,004800,,40.73624527,-73.98473765,86.0,007400,40.746413585,-73.98586892,559.422747327,4179,7550,2700,3799,007400,170614202.951,004800,74763044.6965,,0.0,007400,004800,27863.5426201,81121,42414,hub,hub,non_hub,585616.696258,4511101.7763,585725.258797,4509974.12516
+4785,4785,543,70.0,004800,,40.73624527,-73.98473765,69.0,007600,40.74737476,-73.988320695,576.212341901,2203,7550,1573,3799,007600,242014413.464,004800,74763044.6965,,0.0,007600,004800,27863.5426201,97464,42414,hub,hub,non_hub,585408.475283,4511206.08492,585725.258797,4509974.12516
+4786,4786,250,35.0,004800,,40.73624527,-73.98473765,43.0,007700,40.7390169121,-74.0026376103,716.564,5404,7550,4254,3799,007700,59306273.1509,004800,74763044.6965,,0.0,007700,004800,27863.5426201,79025,42414,hub,hub,non_hub,584210.329106,4510264.47156,585725.258797,4509974.12516
+4787,4787,407,35.0,004800,,40.73624527,-73.98473765,39.0,007800,40.74780373,-73.9734419,610.670761671,7380,7550,5372,3799,007800,112124597.728,004800,74763044.6965,,0.0,007800,004800,27863.5426201,59601,42414,hub,hub,non_hub,586664.043115,4511268.28888,585725.258797,4509974.12516
+4788,4788,444,175.0,004800,,40.73624527,-73.98473765,174.0,007900,40.738916514,-74.007286026,928.300913618,4406,7550,2904,3799,007900,86937368.5918,004800,74763044.6965,,0.0,007900,004800,27863.5426201,171846,42414,hub,hub,non_hub,583817.969395,4510248.87788,585725.258797,4509974.12516
+4789,4789,489,70.0,004800,,40.73624527,-73.98473765,71.0,008000,40.7485693,-73.97717991,605.708144796,4946,7550,3730,3799,008000,197763821.532,004800,74763044.6965,,0.0,008000,004800,27863.5426201,74808,42414,hub,hub,non_hub,586347.477591,4511349.58844,585725.258797,4509974.12516
+4790,4790,267,35.0,004800,,40.73624527,-73.98473765,39.0,008100,40.73935542,-73.99931783,653.756554307,8675,7550,5315,3799,008100,91100400.6907,004800,74763044.6965,,0.0,008100,004800,27863.5426201,53195,42414,hub,hub,non_hub,584490.204148,4510305.23824,585725.258797,4509974.12516
+4791,4791,1256,105.0,004800,,40.73624527,-73.98473765,175.0,008200,40.7519230062,-73.9793059011,708.473689736,3442,7550,2534,3799,008200,262405408.076,004800,74763044.6965,,0.0,008200,004800,27863.5426201,228612,42414,hub,hub,non_hub,586163.666844,4511719.78489,585725.258797,4509974.12516
+4792,4792,962,140.0,004800,,40.73624527,-73.98473765,119.0,008300,40.742591315,-74.004102785,742.831520742,4211,7550,2321,3799,008300,119862327.354,004800,74763044.6965,,0.0,008300,004800,27863.5426201,186113,42414,hub,hub,non_hub,584082.11654,4510659.85081,585725.258797,4509974.12516
+4793,4793,155,35.0,004800,,40.73624527,-73.98473765,38.0,008400,40.75038009,-73.98338988,676.238709677,1726,7550,1041,3799,008400,147824461.739,004800,74763044.6965,,0.0,008400,004800,27863.5426201,34199,42414,hub,hub,non_hub,585820.889203,4511544.50828,585725.258797,4509974.12516
+4794,4794,109,35.0,004800,,40.73624527,-73.98473765,43.0,008601,40.744219,-73.97121214,689.495412844,2551,7550,1528,3799,008601,31141773.9073,004800,74763044.6965,,0.0,008601,004800,27863.5426201,31961,42414,hub,hub,non_hub,586856.951039,4510872.56191,585725.258797,4509974.12516
+4795,4795,932,70.0,004800,,40.73624527,-73.98473765,78.0,008700,40.74206378,-73.995708955,528.364635458,6671,7550,4249,3799,008700,85660216.7821,004800,74763044.6965,,0.0,008700,004800,27863.5426201,152953,42414,hub,hub,non_hub,584791.475936,4510609.36503,585725.258797,4509974.12516
+4796,4796,157,70.0,004800,,40.73624527,-73.98473765,78.0,008800,40.75012189,-73.970133575,765.342892977,6964,7550,5507,3799,008800,216532475.876,004800,74763044.6965,,0.0,008800,004800,27863.5426201,43247,42414,hub,hub,non_hub,586940.323322,4511528.89362,585725.258797,4509974.12516
+4797,4797,680,105.0,004800,,40.73624527,-73.98473765,120.0,008900,40.74529008,-74.0021768567,699.976831194,5560,7550,3511,3799,008900,54419260.2723,004800,74763044.6965,,0.0,008900,004800,27863.5426201,158638,42414,hub,hub,non_hub,584241.316685,4510961.27944,585725.258797,4509974.12516
+4798,4798,335,105.0,004800,,40.73624527,-73.98473765,110.0,009000,40.75261798,-73.9703317533,802.70403791,7026,7550,5832,3799,009000,208846060.851,004800,74763044.6965,,0.0,009000,004800,27863.5426201,74531,42414,hub,hub,non_hub,586920.342162,4511805.78171,585725.258797,4509974.12516
+4799,4799,239,35.0,004800,,40.73624527,-73.98473765,39.0,009100,40.74487634,-73.99529885,630.317991632,6415,7550,4386,3799,009100,127325659.041,004800,74763044.6965,,0.0,009100,004800,27863.5426201,63878,42414,hub,hub,non_hub,584822.527687,4510921.97538,585725.258797,4509974.12516
+4800,4800,190,70.0,004800,,40.73624527,-73.98473765,110.0,009200,40.7548518863,-73.9734329075,819.270114943,1754,7550,1461,3799,009200,408192557.246,004800,74763044.6965,,0.0,009200,004800,27863.5426201,72226,42414,hub,hub,non_hub,586655.650548,4512050.69496,585725.258797,4509974.12516
+4801,4801,253,35.0,004800,,40.73624527,-73.98473765,39.0,009300,40.74475148,-73.99915362,654.513833992,9705,7550,5585,3799,009300,68528055.2433,004800,74763044.6965,,0.0,009300,004800,27863.5426201,52202,42414,hub,hub,non_hub,584497.239363,4510904.39701,585725.258797,4509974.12516
+4802,4802,305,35.0,004800,,40.73624527,-73.98473765,31.0,009400,40.75320159,-73.9779874,746.009836066,29,7550,16,3799,009400,299218147.811,004800,74763044.6965,,0.0,009400,004800,27863.5426201,82147,42414,hub,hub,non_hub,586273.319314,4511863.01244,585725.258797,4509974.12516
+4803,4803,236,35.0,004800,,40.73624527,-73.98473765,51.0,009500,40.746647,-73.993915,658.580508475,3425,7550,1416,3799,009500,129660033.725,004800,74763044.6965,,0.0,009500,004800,27863.5426201,57488,42414,hub,hub,non_hub,584937.108907,4511119.86954,585725.258797,4509974.12516
+4804,4804,199,105.0,004800,,40.73624527,-73.98473765,140.0,009600,40.7560281604,-73.980352553,837.527553763,153,7550,268,3799,009600,270304841.585,004800,74763044.6965,,0.0,009600,004800,27863.5426201,71527,42414,hub,hub,non_hub,586070.015788,4512174.46017,585725.258797,4509974.12516
+4805,4805,374,105.0,004800,,40.73624527,-73.98473765,99.0,009700,40.7493616033,-73.9991321067,776.084150687,4744,7550,2827,3799,009700,83018263.1602,004800,74763044.6965,,0.0,009700,004800,27863.5426201,118804,42414,hub,hub,non_hub,584493.220017,4511416.17434,585725.258797,4509974.12516
+4806,4806,136,70.0,004800,,40.73624527,-73.98473765,70.0,009800,40.755285655,-73.96667288,838.194570625,7105,7550,5244,3799,009800,115943808.909,004800,74763044.6965,,0.0,009800,004800,27863.5426201,40039,42414,hub,hub,non_hub,587225.727282,4512105.54383,585725.258797,4509974.12516
+4807,4807,671,175.0,004800,,40.73624527,-73.98473765,185.0,009900,40.7520807866,-74.0031899092,938.023727662,3617,7550,2438,3799,009900,404439511.776,004800,74763044.6965,,0.0,009900,004800,27863.5426201,208076,42414,hub,hub,non_hub,584147.226991,4511714.12465,585725.258797,4509974.12516
+4808,4808,171,105.0,004800,,40.73624527,-73.98473765,121.0,010000,40.7583696933,-73.9710287767,960.988983452,1829,7550,1399,3799,010000,366457143.613,004800,74763044.6965,,0.0,010000,004800,27863.5426201,72085,42414,hub,hub,non_hub,586854.014885,4512443.57459,585725.258797,4509974.12516
+4809,4809,935,105.0,004800,,40.73624527,-73.98473765,127.0,010100,40.74945622,-73.9903382667,621.363668646,1119,7550,828,3799,010100,246168211.101,004800,74763044.6965,,0.0,010100,004800,27863.5426201,183377,42414,hub,hub,non_hub,585235.486219,4511435.18064,585725.258797,4509974.12516
+4810,4810,80,70.0,004800,,40.73624527,-73.98473765,81.0,010200,40.7606694,-73.973473555,939.206349206,313,7550,268,3799,010200,333450202.294,004800,74763044.6965,,0.0,010200,004800,27863.5426201,46675,42414,hub,hub,non_hub,586644.664817,4512696.44233,585725.258797,4509974.12516
+4811,4811,529,70.0,004800,,40.73624527,-73.98473765,98.0,010300,40.751000495,-73.994372255,764.723996445,1859,7550,1351,3799,010300,141506056.87,004800,74763044.6965,,0.0,010300,004800,27863.5426201,221593,42414,hub,hub,non_hub,584892.968074,4511602.69644,585725.258797,4509974.12516
+4812,4812,162,70.0,004800,,40.73624527,-73.98473765,75.0,010400,40.761664375,-73.976854975,1062.00566738,1031,7550,1033,3799,010400,363981333.295,004800,74763044.6965,,0.0,010400,004800,27863.5426201,65073,42414,hub,hub,non_hub,586357.961325,4512803.55852,585725.258797,4509974.12516
+4813,4813,74,35.0,004800,,40.73624527,-73.98473765,33.0,010602,40.75849116,-73.95920622,1008.41891892,4794,7550,2963,3799,010602,67980898.3739,004800,74763044.6965,,0.0,010602,004800,27863.5426201,22153,42414,hub,hub,non_hub,587851.796682,4512468.82754,585725.258797,4509974.12516
+4814,4814,424,105.0,004800,,40.73624527,-73.98473765,117.0,010800,40.7591736033,-73.96613818,938.017554403,8531,7550,6272,3799,010800,189351523.799,004800,74763044.6965,,0.0,010800,004800,27863.5426201,79198,42414,hub,hub,non_hub,587265.778542,4512537.66689,585725.258797,4509974.12516
+4815,4815,258,70.0,004800,,40.73624527,-73.98473765,114.0,010900,40.751351715,-73.987594755,718.1229974,182,7550,92,3799,010900,228173063.011,004800,74763044.6965,,0.0,010900,004800,27863.5426201,60092,42414,hub,hub,non_hub,585464.669441,4511648.26242,585725.258797,4509974.12516
+4816,4816,65,35.0,004800,,40.73624527,-73.98473765,59.0,011201,40.7643971,-73.97371465,1328.24615385,827,7550,964,3799,011201,118515444.187,004800,74763044.6965,,0.0,011201,004800,27863.5426201,41525,42414,hub,hub,non_hub,586619.474659,4513110.00718,585725.258797,4509974.12516
+4817,4817,150,35.0,004800,,40.73624527,-73.98473765,33.0,011203,40.76095756,-73.96724467,1123.13333333,1176,7550,1160,3799,011203,143782379.009,004800,74763044.6965,,0.0,011203,004800,27863.5426201,48033,42414,hub,hub,non_hub,587170.050102,4512734.59972,585725.258797,4509974.12516
+4818,4818,679,140.0,004800,,40.73624527,-73.98473765,198.0,011300,40.7548008425,-73.9888010575,798.526556233,204,7550,107,3799,011300,357940519.061,004800,74763044.6965,,0.0,011300,004800,27863.5426201,236650,42414,hub,hub,non_hub,585358.423228,4512029.96675,585725.258797,4509974.12516
+4819,4819,152,70.0,004800,,40.73624527,-73.98473765,82.0,011500,40.75701407,-73.992353645,964.314855072,2487,7550,1678,3799,011500,130958459.747,004800,74763044.6965,,0.0,011500,004800,27863.5426201,103294,42414,hub,hub,non_hub,585055.712647,4512272.20178,585725.258797,4509974.12516
+4820,4820,93,70.0,004800,,40.73624527,-73.98473765,84.0,011700,40.76058799,-74.00080945,1223.75227273,2938,7550,2304,3799,011700,91270705.1484,004800,74763044.6965,,0.0,011700,004800,27863.5426201,73016,42414,hub,hub,non_hub,584337.427395,4512660.77158,585725.258797,4509974.12516
+4821,4821,71,35.0,004800,,40.73624527,-73.98473765,34.0,011900,40.7568001,-73.98291153,931.478873239,1079,7550,1121,3799,011900,395254501.74,004800,74763044.6965,,0.0,011900,004800,27863.5426201,39976,42414,hub,hub,non_hub,585853.012005,4512257.64444,585725.258797,4509974.12516
+4822,4822,195,105.0,004800,,40.73624527,-73.98473765,109.0,012100,40.7598593767,-73.9914900133,1085.4699049,8366,7550,5744,3799,012100,101223732.045,004800,74763044.6965,,0.0,012100,004800,27863.5426201,132767,42414,hub,hub,non_hub,585124.983126,4512588.88932,585725.258797,4509974.12516
+4823,4823,58,35.0,004800,,40.73624527,-73.98473765,51.0,012500,40.76064679,-73.98442659,1085.96551724,2439,7550,2096,3799,012500,322911522.418,004800,74763044.6965,,0.0,012500,004800,27863.5426201,45486,42414,hub,hub,non_hub,585720.180916,4512683.17447,585725.258797,4509974.12516
+4824,4824,102,70.0,004800,,40.73624527,-73.98473765,84.0,012700,40.762485435,-73.990447135,1053.01532258,6437,7550,4434,3799,012700,104637996.687,004800,74763044.6965,,0.0,012700,004800,27863.5426201,83393,42414,hub,hub,non_hub,585209.656415,4512881.41361,585725.258797,4509974.12516
+4825,4825,38,35.0,004800,,40.73624527,-73.98473765,24.0,012900,40.76341379,-73.99667444,1323.92105263,5312,7550,3621,3799,012900,158698340.053,004800,74763044.6965,,0.0,012900,004800,27863.5426201,28661,42414,hub,hub,non_hub,584682.864463,4512978.43901,585725.258797,4509974.12516
+4826,4826,159,105.0,004800,,40.73624527,-73.98473765,160.0,013100,40.7621295133,-73.98215453,1006.77513228,2489,7550,2283,3799,013100,405023451.28,004800,74763044.6965,,0.0,013100,004800,27863.5426201,107228,42414,hub,hub,non_hub,585910.04945,4512849.98999,585725.258797,4509974.12516
+4827,4827,91,105.0,004800,,40.73624527,-73.98473765,101.0,013300,40.7647250567,-73.9866537633,1319.88695781,5363,7550,3909,3799,013300,79847412.2593,004800,74763044.6965,,0.0,013300,004800,27863.5426201,89810,42414,hub,hub,non_hub,585526.963405,4513133.71926,585725.258797,4509974.12516
+4828,4828,126,70.0,004800,,40.73624527,-73.98473765,65.0,013500,40.766984435,-73.99227308,1199.58651026,6075,7550,3935,3799,013500,198199142.958,004800,74763044.6965,,0.0,013500,004800,27863.5426201,64723,42414,hub,hub,non_hub,585049.80204,4513379.06475,585725.258797,4509974.12516
+4829,4829,109,70.0,004800,,40.73624527,-73.98473765,98.0,013700,40.766109285,-73.981808355,1301.95811712,6557,7550,5442,3799,013700,314878324.419,004800,74763044.6965,,0.0,013700,004800,27863.5426201,91142,42414,hub,hub,non_hub,585934.141665,4513292.1137,585725.258797,4509974.12516
+4830,4830,33,35.0,004800,,40.73624527,-73.98473765,27.0,013900,40.768254,-73.988639,1135.36363636,7607,7550,7359,3799,013900,139918084.587,004800,74763044.6965,,0.0,013900,004800,27863.5426201,26390,42414,hub,hub,non_hub,585354.890073,4513523.52534,585725.258797,4509974.12516
+4831,4831,24,35.0,004800,,40.73624527,-73.98473765,49.0,014300,40.76590936,-73.97634151,1229.08333333,3,7550,0,3799,014300,50027992.3322,004800,74763044.6965,,0.0,014300,004800,27863.5426201,21051,42414,hub,hub,non_hub,586395.803012,4513275.28949,585725.258797,4509974.12516
+4832,4832,76,35.0,004800,,40.73624527,-73.98473765,36.0,014500,40.76915505,-73.98191841,1477.64473684,5811,7550,3462,3799,014500,253397343.373,004800,74763044.6965,,0.0,014500,004800,27863.5426201,68350,42414,hub,hub,non_hub,585920.929601,4513630.10902,585725.258797,4509974.12516
+4833,4833,58,35.0,004800,,40.73624527,-73.98473765,55.0,014700,40.770513,-73.988038,1046.72413793,2586,7550,1743,3799,014700,70871746.8417,004800,74763044.6965,,0.0,014700,004800,27863.5426201,35099,42414,hub,hub,non_hub,585402.720353,4513774.87644,585725.258797,4509974.12516
+4834,4834,6,35.0,004800,,40.73624527,-73.98473765,36.0,015100,40.771522,-73.990541,1912.83333333,8105,7550,4856,3799,015100,164953931.102,004800,74763044.6965,,0.0,015100,004800,27863.5426201,17578,42414,hub,hub,non_hub,585190.192062,4513884.4495,585725.258797,4509974.12516
+4835,4835,138,70.0,004800,,40.73624527,-73.98473765,70.0,031703,40.71644312,-74.014902115,1496.83170628,8670,7550,4231,3799,031703,332361109.355,004800,74763044.6965,,0.0,031703,004800,27863.5426201,136082,42414,hub,hub,non_hub,583202.897614,4507746.93647,585725.258797,4509974.12516
+4836,4836,105,105.0,004800,,40.73624527,-73.98473765,98.0,031704,40.7085171733,-74.0165557667,1574.58319517,6610,7550,3790,3799,031704,160823714.408,004800,74763044.6965,,0.0,031704,004800,27863.5426201,105244,42414,hub,hub,non_hub,583073.076824,4506865.54027,585725.258797,4509974.12516
+4837,4837,157,105.0,004800,,40.73624527,-73.98473765,85.0,000600,40.7128987867,-73.9898646367,1035.29523035,11558,7550,4083,3799,000600,59149181.7526,004800,74763044.6965,,0.0,000600,004800,27863.5426201,70053,42414,hub,hub,non_hub,585322.159723,4507377.5136,585725.258797,4509974.12516
+4838,4838,277,219.0,004900,,40.724268615,-74.000521515,108.0,000202,40.71318002,-73.9818904933,1082.00768781,8012,4951,3598,3054,000202,37878157.9781,004900,103848670.177,004900,89742376.0,000202,004900,40033.6735668,56352,84833,hub,hub,non_hub,585995.353038,4507416.50937,584407.63728,4508629.34168
+4839,4839,1262,511.0,004900,,40.724268615,-74.000521515,516.0,000700,40.70581148,-74.0081572071,1068.55066107,7722,4951,5201,3054,000700,476954959.734,004900,103848670.177,004900,89742376.0,000700,004900,40033.6735668,160040,84833,hub,hub,non_hub,583785.918305,4506573.16797,584407.63728,4508629.34168
+4840,4840,185,146.0,004900,,40.724268615,-74.000521515,94.0,000800,40.712414475,-73.993471545,888.923666759,10365,4951,4150,3054,000800,46479755.076,004900,103848670.177,004900,89742376.0,000800,004900,40033.6735668,34254,84833,hub,hub,non_hub,585018.109713,4507320.25418,584407.63728,4508629.34168
+4841,4841,162,219.0,004900,,40.724268615,-74.000521515,194.0,000900,40.7024745833,-74.01224785,1410.62789992,1140,4951,939,3054,000900,404341803.896,004900,103848670.177,004900,89742376.0,000900,004900,40033.6735668,46446,84833,hub,hub,non_hub,583444.520998,4506198.85784,584407.63728,4508629.34168
+4842,4842,80,73.0,004900,,40.724268615,-74.000521515,38.0,001002,40.71782143,-73.97628939,955.854283927,6439,4951,2346,3054,001002,22763374.2099,004900,103848670.177,004900,89742376.0,001002,004900,40033.6735668,15916,84833,hub,hub,non_hub,586462.45635,4507937.23607,584407.63728,4508629.34168
+4843,4843,466,146.0,004900,,40.724268615,-74.000521515,92.0,001200,40.717364275,-73.982955325,811.940448668,3547,4951,1857,3054,001200,23518220.7411,004900,103848670.177,004900,89742376.0,001200,004900,40033.6735668,36493,84833,hub,hub,non_hub,585900.031125,4507879.94738,584407.63728,4508629.34168
+4844,4844,165,73.0,004900,,40.724268615,-74.000521515,72.0,001300,40.70463334,-74.01361706,1187.48855198,3776,4951,3028,3054,001300,286606455.687,004900,103848670.177,004900,89742376.0,001300,004900,40033.6735668,27671,84833,hub,hub,non_hub,583326.158808,4506437.19368,584407.63728,4508629.34168
+4845,4845,256,73.0,004900,,40.724268615,-74.000521515,56.0,001401,40.71559509,-73.9870295,738.659685535,3289,4951,1708,3054,001401,20168722.3199,004900,103848670.177,004900,89742376.0,001401,004900,40033.6735668,26885,84833,hub,hub,non_hub,585558.18429,4507679.57909,584407.63728,4508629.34168
+4846,4846,340,146.0,004900,,40.724268615,-74.000521515,134.0,001501,40.70966832,-74.003597135,960.023897069,5581,4951,3450,3054,001501,172466366.322,004900,103848670.177,004900,89742376.0,001501,004900,40033.6735668,27425,84833,hub,hub,non_hub,584166.279828,4507005.66129,584407.63728,4508629.34168
+4847,4847,914,219.0,004900,,40.724268615,-74.000521515,246.0,001502,40.7088053467,-74.00635276,869.1008077,7095,4951,3459,3054,001502,221282059.103,004900,103848670.177,004900,89742376.0,001502,004900,40033.6735668,82052,84833,hub,hub,non_hub,583934.59195,4506907.22889,584407.63728,4508629.34168
+4848,4848,1055,219.0,004900,,40.724268615,-74.000521515,214.0,001600,40.7153350167,-73.9943926833,663.825241695,8236,4951,3242,3054,001600,76565505.7581,004900,103848670.177,004900,89742376.0,001600,004900,40033.6735668,82798,84833,hub,hub,non_hub,584936.591099,4507643.5622,584407.63728,4508629.34168
+4849,4849,2660,292.0,004900,,40.724268615,-74.000521515,308.0,001800,40.7193657075,-73.9906468425,553.485779079,8063,4951,3489,3054,001800,60554858.5127,004900,103848670.177,004900,89742376.0,001800,004900,40033.6735668,133306,84833,hub,hub,non_hub,585247.838585,4508094.62497,584407.63728,4508629.34168
+4850,4850,148,146.0,004900,,40.724268615,-74.000521515,92.0,002000,40.721554605,-73.977309405,961.730872516,4795,4951,1899,3054,002000,17907673.5628,004900,103848670.177,004900,89742376.0,002000,004900,40033.6735668,31656,84833,hub,hub,non_hub,586371.478696,4508350.63994,584407.63728,4508629.34168
+4851,4851,2276,292.0,004900,,40.724268615,-74.000521515,204.0,002100,40.71451321,-74.0108850975,697.293300666,6111,4951,3038,3054,002100,273869828.705,004900,103848670.177,004900,89742376.0,002100,004900,40033.6735668,151037,84833,hub,hub,non_hub,583544.598931,4507536.51732,584407.63728,4508629.34168
+4852,4852,198,146.0,004900,,40.724268615,-74.000521515,88.0,002201,40.71833027,-73.980972895,757.590732498,6762,4951,3030,3054,002201,37585954.9949,004900,103848670.177,004900,89742376.0,002201,004900,40033.6735668,26391,84833,hub,hub,non_hub,586066.226443,4507989.12022,584407.63728,4508629.34168
+4853,4853,223,73.0,004900,,40.724268615,-74.000521515,62.0,002202,40.7208736,-73.98085795,757.810972461,2256,4951,1045,3054,002202,13179093.8977,004900,103848670.177,004900,89742376.0,002202,004900,40033.6735668,23935,84833,hub,hub,non_hub,586072.658368,4508271.55961,584407.63728,4508629.34168
+4854,4854,57,146.0,004900,,40.724268615,-74.000521515,96.0,002400,40.724744875,-73.974986535,1202.31531955,5775,4951,2175,3054,002400,17986635.5592,004900,103848670.177,004900,89742376.0,002400,004900,40033.6735668,17965,84833,hub,hub,non_hub,586563.526382,4508707.06897,584407.63728,4508629.34168
+4855,4855,138,146.0,004900,,40.724268615,-74.000521515,124.0,002500,40.7111743,-73.99849582,891.922784704,5061,4951,1917,3054,002500,22428407.6271,004900,103848670.177,004900,89742376.0,002500,004900,40033.6735668,28216,84833,hub,hub,non_hub,584595.28909,4507177.73549,584407.63728,4508629.34168
+4856,4856,152,73.0,004900,,40.724268615,-74.000521515,62.0,002601,40.72299208,-73.97995466,828.96652756,3774,4951,1593,3054,002601,22248722.3098,004900,103848670.177,004900,89742376.0,002601,004900,40033.6735668,22144,84833,hub,hub,non_hub,586146.216204,4508507.61099,584407.63728,4508629.34168
+4857,4857,120,73.0,004900,,40.724268615,-74.000521515,54.0,002700,40.71307916,-73.99851193,734.797202797,1191,4951,655,3054,002700,11349914.9514,004900,103848670.177,004900,89742376.0,002700,004900,40033.6735668,20570,84833,hub,hub,non_hub,584591.517275,4507389.17181,584407.63728,4508629.34168
+4858,4858,156,73.0,004900,,40.724268615,-74.000521515,64.0,002800,40.72521311,-73.97768752,1039.10398813,7302,4951,3341,3054,002800,47641507.3146,004900,103848670.177,004900,89742376.0,002800,004900,40033.6735668,36744,84833,hub,hub,non_hub,586334.816403,4508756.38709,584407.63728,4508629.34168
+4859,4859,385,73.0,004900,,40.724268615,-74.000521515,86.0,002900,40.71602118,-73.99974372,696.366057259,5855,4951,2420,3054,002900,200965547.24,004900,103848670.177,004900,89742376.0,002900,004900,40033.6735668,31936,84833,hub,hub,non_hub,584483.752153,4507714.56961,584407.63728,4508629.34168
+4860,4860,975,73.0,004900,,40.724268615,-74.000521515,70.0,003001,40.72066442,-73.98517977,647.176957285,4301,4951,2553,3054,003001,34302720.7166,004900,103848670.177,004900,89742376.0,003001,004900,40033.6735668,41223,84833,hub,hub,non_hub,585707.91731,4508244.11218,584407.63728,4508629.34168
+4861,4861,424,73.0,004900,,40.724268615,-74.000521515,74.0,003002,40.72217444,-73.98368779,715.734604106,3031,4951,1885,3054,003002,18686109.2263,004900,103848670.177,004900,89742376.0,003002,004900,40033.6735668,38675,84833,hub,hub,non_hub,585831.986427,4508413.19181,584407.63728,4508629.34168
+4862,4862,779,219.0,004900,,40.724268615,-74.000521515,242.0,003100,40.7140617467,-74.0041933367,694.326263759,2809,4951,858,3054,003100,145687012.574,004900,103848670.177,004900,89742376.0,003100,004900,40033.6735668,81469,84833,hub,hub,non_hub,584110.388584,4507492.78891,584407.63728,4508629.34168
+4863,4863,1471,219.0,004900,,40.724268615,-74.000521515,200.0,003200,40.7260543867,-73.9823576167,806.560635492,7630,4951,4888,3054,003200,46369492.482,004900,103848670.177,004900,89742376.0,003200,004900,40033.6735668,138064,84833,hub,hub,non_hub,585939.335766,4508845.19329,584407.63728,4508629.34168
+4864,4864,2953,365.0,004900,,40.724268615,-74.000521515,346.0,003300,40.7188221988,-74.0063335439,493.476365421,5174,4951,2694,3054,003300,215459582.054,004900,103848670.177,004900,89742376.0,003300,004900,40033.6735668,115059,84833,hub,hub,non_hub,583923.635312,4508019.1828,584407.63728,4508629.34168
+4865,4865,362,73.0,004900,,40.724268615,-74.000521515,78.0,003400,40.72955361,-73.98057249,874.821642088,6706,4951,4203,3054,003400,42933229.7541,004900,103848670.177,004900,89742376.0,003400,004900,40033.6735668,47926,84833,hub,hub,non_hub,586085.581298,4509235.37985,584407.63728,4508629.34168
+4866,4866,1496,146.0,004900,,40.724268615,-74.000521515,132.0,003601,40.72217423,-73.990293175,506.751064481,3299,4951,1613,3054,003601,29191583.8104,004900,103848670.177,004900,89742376.0,003601,004900,40033.6735668,77585,84833,hub,hub,non_hub,585274.124459,4508406.73315,584407.63728,4508629.34168
+4867,4867,1299,146.0,004900,,40.724268615,-74.000521515,124.0,003602,40.724852985,-73.989265345,551.710725895,2918,4951,1586,3054,003602,24941258.1161,004900,103848670.177,004900,89742376.0,003602,004900,40033.6735668,82124,84833,hub,hub,non_hub,585357.507872,4508705.09166,584407.63728,4508629.34168
+4868,4868,2708,292.0,004900,,40.724268615,-74.000521515,296.0,003700,40.7256696075,-74.0052069325,488.042790845,2401,4951,1490,3054,003700,212385639.924,004900,103848670.177,004900,89742376.0,003700,004900,40033.6735668,173333,84833,hub,hub,non_hub,584010.178026,4508780.36793,584407.63728,4508629.34168
+4869,4869,2100,292.0,004900,,40.724268615,-74.000521515,320.0,003800,40.72765889,-73.988195855,646.163324475,8610,4951,5795,3054,003800,67437493.5221,004900,103848670.177,004900,89742376.0,003800,004900,40033.6735668,167230,84833,hub,hub,non_hub,585444.239635,4509017.60641,584407.63728,4508629.34168
+4870,4870,2362,292.0,004900,,40.724268615,-74.000521515,212.0,003900,40.7201717475,-74.00983051,596.764764702,5253,4951,3059,3054,003900,194910113.03,004900,103848670.177,004900,89742376.0,003900,004900,40033.6735668,113624,84833,hub,hub,non_hub,583626.593058,4508165.65565,584407.63728,4508629.34168
+4871,4871,820,146.0,004900,,40.724268615,-74.000521515,132.0,004000,40.73000573,-73.98549552,776.157023569,9801,4951,4546,3054,004000,66858387.5133,004900,103848670.177,004900,89742376.0,004000,004900,40033.6735668,99660,84833,hub,hub,non_hub,585669.269443,4509280.75306,584407.63728,4508629.34168
+4872,4872,1237,146.0,004900,,40.724268615,-74.000521515,128.0,004100,40.7195529,-73.996789035,561.32941708,7793,4951,3765,3054,004100,71738983.3617,004900,103848670.177,004900,89742376.0,004100,004900,40033.6735668,114685,84833,hub,hub,non_hub,584728.836557,4508109.46034,584407.63728,4508629.34168
+4873,4873,420,73.0,004900,,40.724268615,-74.000521515,70.0,004200,40.73223272,-73.98889957,661.484020185,4988,4951,1801,3054,004200,39941846.3325,004900,103848670.177,004900,89742376.0,004200,004900,40033.6735668,50846,84833,hub,hub,non_hub,585378.96492,4509524.64843,584407.63728,4508629.34168
+4874,4874,1518,146.0,004900,,40.724268615,-74.000521515,134.0,004300,40.723870235,-73.995226525,423.765847762,4267,4951,2598,3054,004300,65935514.1184,004900,103848670.177,004900,89742376.0,004300,004900,40033.6735668,95162,84833,hub,hub,non_hub,584855.320992,4508590.22212,584407.63728,4508629.34168
+4875,4875,681,146.0,004900,,40.724268615,-74.000521515,120.0,004400,40.73080269,-73.97968993,967.744091967,17710,4951,8297,3054,004400,114601147.016,004900,103848670.177,004900,89742376.0,004400,004900,40033.6735668,106427,84833,hub,hub,non_hub,586158.498991,4509374.90208,584407.63728,4508629.34168
+4876,4876,575,73.0,004900,,40.724268615,-74.000521515,54.0,004500,40.71910537,-73.99973337,484.28125,840,4951,582,3054,004500,52009114.8865,004900,103848670.177,004900,89742376.0,004500,004900,40033.6735668,34275,84833,hub,hub,non_hub,584480.726971,4508056.94497,584407.63728,4508629.34168
+4877,4877,508,73.0,004900,,40.724268615,-74.000521515,78.0,004700,40.72165481,-74.00234737,455.31575419,2267,4951,1586,3054,004700,75477587.1594,004900,103848670.177,004900,89742376.0,004700,004900,40033.6735668,27544,84833,hub,hub,non_hub,584256.734795,4508337.43837,584407.63728,4508629.34168
+4878,4878,318,73.0,004900,,40.724268615,-74.000521515,70.0,004800,40.73624527,-73.98473765,865.230537721,7550,4951,3799,3054,004800,74763044.6965,004900,103848670.177,004900,89742376.0,004800,004900,40033.6735668,42567,84833,hub,hub,non_hub,585725.258797,4509974.12516,584407.63728,4508629.34168
+4879,4879,846,219.0,004900,,40.724268615,-74.000521515,186.0,005000,40.7359163467,-73.9873427633,737.973864686,5061,4951,3595,3054,005000,120638459.215,004900,103848670.177,004900,89742376.0,005000,004900,40033.6735668,111023,84833,hub,hub,non_hub,585505.709717,4509935.07175,584407.63728,4508629.34168
+4880,4880,1929,146.0,004900,,40.724268615,-74.000521515,212.0,005200,40.73715585,-73.991241315,744.189585475,4193,4951,1785,3054,005200,109103391.81,004900,103848670.177,004900,89742376.0,005200,004900,40033.6735668,159876,84833,hub,hub,non_hub,585174.941657,4510068.87544,584407.63728,4508629.34168
+4881,4881,774,73.0,004900,,40.724268615,-74.000521515,94.0,005400,40.73971301,-73.99456405,808.819155003,4656,4951,2837,3054,005400,128803552.888,004900,103848670.177,004900,89742376.0,005400,004900,40033.6735668,73728,84833,hub,hub,non_hub,584891.129718,4510349.51956,584407.63728,4508629.34168
+4882,4882,802,73.0,004900,,40.724268615,-74.000521515,60.0,005501,40.72679454,-73.99695094,381.527099045,5079,4951,2483,3054,005501,61061928.4125,004900,103848670.177,004900,89742376.0,005501,004900,40033.6735668,57258,84833,hub,hub,non_hub,584705.980012,4508913.17477,584407.63728,4508629.34168
+4883,4883,1074,73.0,004900,,40.724268615,-74.000521515,54.0,005502,40.72743423,-73.99379025,409.253075481,2383,4951,1262,3054,005502,49017118.6146,004900,103848670.177,004900,89742376.0,005502,004900,40033.6735668,55117,84833,hub,hub,non_hub,584972.085912,4508987.23863,584407.63728,4508629.34168
+4884,4884,845,146.0,004900,,40.724268615,-74.000521515,190.0,005600,40.74065347,-73.98778661,902.370813184,2618,4951,2190,3054,005600,189153355.609,004900,103848670.177,004900,89742376.0,005600,004900,40033.6735668,113209,84833,hub,hub,non_hub,585462.168743,4510460.49357,584407.63728,4508629.34168
+4885,4885,2358,146.0,004900,,40.724268615,-74.000521515,164.0,005700,40.729662915,-73.992405595,485.369818887,2937,4951,1789,3054,005700,90178032.7137,004900,103848670.177,004900,89742376.0,005700,004900,40033.6735668,156896,84833,hub,hub,non_hub,585086.179601,4509235.9788,584407.63728,4508629.34168
+4886,4886,786,146.0,004900,,40.724268615,-74.000521515,174.0,005800,40.743154205,-73.990299735,939.227401233,3182,4951,2306,3054,005800,164037511.755,004900,103848670.177,004900,89742376.0,005800,004900,40033.6735668,130970,84833,hub,hub,non_hub,585246.786708,4510735.64918,584407.63728,4508629.34168
+4887,4887,928,73.0,004900,,40.724268615,-74.000521515,62.0,005900,40.73049393,-73.9957214,454.408947988,5516,4951,3276,3054,005900,71785177.1361,004900,103848670.177,004900,89742376.0,005900,004900,40033.6735668,53180,84833,hub,hub,non_hub,584805.117402,4509325.01914,584407.63728,4508629.34168
+4888,4888,356,146.0,004900,,40.724268615,-74.000521515,126.0,006000,40.734822295,-73.976916765,991.739755047,5286,4951,2459,3054,006000,27468182.8943,004900,103848670.177,004900,89742376.0,006000,004900,40033.6735668,80462,84833,hub,hub,non_hub,586387.478737,4509823.83141,584407.63728,4508629.34168
+4889,4889,4109,292.0,004900,,40.724268615,-74.000521515,282.0,006100,40.73385254,-73.992357065,607.711310433,4913,4951,2683,3054,006100,91682014.33,004900,103848670.177,004900,89742376.0,006100,004900,40033.6735668,245510,84833,hub,hub,hub,585084.940162,4509701.10308,584407.63728,4508629.34168
+4890,4890,71,73.0,004900,,40.724268615,-74.000521515,60.0,006200,40.7381765,-73.97738662,1087.32692308,4680,4951,1401,3054,006200,231817485.533,004900,103848670.177,004900,89742376.0,006200,004900,40033.6735668,33218,84833,hub,hub,non_hub,586343.467107,4510195.70961,584407.63728,4508629.34168
+4891,4891,1739,219.0,004900,,40.724268615,-74.000521515,198.0,006300,40.7346940933,-73.99785666,632.24980745,6076,4951,4277,3054,006300,85447631.8451,004900,103848670.177,004900,89742376.0,006300,004900,40033.6735668,120233,84833,hub,hub,non_hub,584619.48321,4509789.20591,584407.63728,4508629.34168
+4892,4892,266,73.0,004900,,40.724268615,-74.000521515,78.0,006400,40.73587678,-73.98205027,952.501340163,7518,4951,5058,3054,006400,95664936.1545,004900,103848670.177,004900,89742376.0,006400,004900,40033.6735668,47750,84833,hub,hub,non_hub,585952.649806,4509935.84788,584407.63728,4508629.34168
+4893,4893,2427,219.0,004900,,40.724268615,-74.000521515,212.0,006500,40.7306296367,-73.9991423,440.014054636,6517,4951,3568,3054,006500,59290910.3694,004900,103848670.177,004900,89742376.0,006500,004900,40033.6735668,125356,84833,hub,hub,non_hub,584516.067395,4509336.78488,584407.63728,4508629.34168
+4894,4894,239,146.0,004900,,40.724268615,-74.000521515,164.0,006600,40.739285505,-73.97827188,1092.62528295,11780,4951,6818,3054,006600,84730469.4548,004900,103848670.177,004900,89742376.0,006600,004900,40033.6735668,74621,84833,hub,hub,non_hub,586267.286922,4510317.94668,584407.63728,4508629.34168
+4895,4895,1619,73.0,004900,,40.724268615,-74.000521515,78.0,006700,40.73038599,-74.00214988,448.307558326,4984,4951,3796,3054,006700,47238039.9972,004900,103848670.177,004900,89742376.0,006700,004900,40033.6735668,70025,84833,hub,hub,non_hub,584262.399901,4509306.84766,584407.63728,4508629.34168
+4896,4896,232,73.0,004900,,40.724268615,-74.000521515,78.0,006800,40.74025878,-73.98409214,925.680626908,6735,4951,4494,3054,006800,130298431.446,004900,103848670.177,004900,89742376.0,006800,004900,40033.6735668,58926,84833,hub,hub,non_hub,585774.608423,4510420.28363,584407.63728,4508629.34168
+4897,4897,3061,146.0,004900,,40.724268615,-74.000521515,134.0,006900,40.732319905,-74.0069291,605.99928147,2687,4951,1484,3054,006900,61292499.9331,004900,103848670.177,004900,89742376.0,006900,004900,40033.6735668,130727,84833,hub,hub,hub,583856.38945,4509516.94969,584407.63728,4508629.34168
+4898,4898,451,219.0,004900,,40.724268615,-74.000521515,254.0,007000,40.7425190628,-73.9756214941,1187.99008309,8302,4951,5669,3054,007000,78634704.8451,004900,103848670.177,004900,89742376.0,007000,004900,40033.6735668,145227,84833,hub,hub,non_hub,586486.881004,4510679.50272,584407.63728,4508629.34168
+4899,4899,1006,146.0,004900,,40.724268615,-74.000521515,142.0,007100,40.736526545,-74.000108805,655.601354226,5633,4951,3844,3054,007100,68447429.2743,004900,103848670.177,004900,89742376.0,007100,004900,40033.6735668,79459,84833,hub,hub,non_hub,584426.995774,4509990.4524,584407.63728,4508629.34168
+4900,4900,595,219.0,004900,,40.724268615,-74.000521515,252.0,007200,40.7447014833,-73.98154809,1042.38782681,7734,4951,5222,3054,007200,132092861.454,004900,103848670.177,004900,89742376.0,007200,004900,40033.6735668,157612,84833,hub,hub,non_hub,585983.687715,4510915.94446,584407.63728,4508629.34168
+4901,4901,1632,146.0,004900,,40.724268615,-74.000521515,118.0,007300,40.734682705,-74.00388484,623.537836848,5615,4951,4547,3054,007300,48716185.79,004900,103848670.177,004900,89742376.0,007300,004900,40033.6735668,92567,84833,hub,hub,non_hub,584110.479319,4509782.14883,584407.63728,4508629.34168
+4902,4902,307,146.0,004900,,40.724268615,-74.000521515,172.0,007400,40.746413585,-73.98586892,1045.66002435,4179,4951,2700,3054,007400,170614202.951,004900,103848670.177,004900,89742376.0,007400,004900,40033.6735668,81121,84833,hub,hub,non_hub,585616.696258,4511101.7763,584407.63728,4508629.34168
+4903,4903,414,146.0,004900,,40.724268615,-74.000521515,138.0,007600,40.74737476,-73.988320695,1064.96214456,2203,4951,1573,3054,007600,242014413.464,004900,103848670.177,004900,89742376.0,007600,004900,40033.6735668,97464,84833,hub,hub,non_hub,585408.475283,4511206.08492,584407.63728,4508629.34168
+4904,4904,748,73.0,004900,,40.724268615,-74.000521515,86.0,007700,40.7390169121,-74.0026376103,761.472238369,5404,4951,4254,3054,007700,59306273.1509,004900,103848670.177,004900,89742376.0,007700,004900,40033.6735668,79025,84833,hub,hub,non_hub,584210.329106,4510264.47156,584407.63728,4508629.34168
+4905,4905,166,73.0,004900,,40.724268615,-74.000521515,78.0,007800,40.74780373,-73.9734419,1311.7494769,7380,4951,5372,3054,007800,112124597.728,004900,103848670.177,004900,89742376.0,007800,004900,40033.6735668,59601,84833,hub,hub,non_hub,586664.043115,4511268.28888,584407.63728,4508629.34168
+4906,4906,2294,365.0,004900,,40.724268615,-74.000521515,348.0,007900,40.738916514,-74.007286026,824.847864243,4406,4951,2904,3054,007900,86937368.5918,004900,103848670.177,004900,89742376.0,007900,004900,40033.6735668,171846,84833,hub,hub,non_hub,583817.969395,4510248.87788,584407.63728,4508629.34168
+4907,4907,188,146.0,004900,,40.724268615,-74.000521515,142.0,008000,40.7485693,-73.97717991,1253.33547009,4946,4951,3730,3054,008000,197763821.532,004900,103848670.177,004900,89742376.0,008000,004900,40033.6735668,74808,84833,hub,hub,non_hub,586347.477591,4511349.58844,584407.63728,4508629.34168
+4908,4908,514,73.0,004900,,40.724268615,-74.000521515,78.0,008100,40.73935542,-73.99931783,796.507373768,8675,4951,5315,3054,008100,91100400.6907,004900,103848670.177,004900,89742376.0,008100,004900,40033.6735668,53195,84833,hub,hub,non_hub,584490.204148,4510305.23824,584407.63728,4508629.34168
+4909,4909,845,219.0,004900,,40.724268615,-74.000521515,350.0,008200,40.7519347722,-73.9793351102,1208.27305045,3442,4951,2534,3054,008200,262405408.076,004900,103848670.177,004900,89742376.0,008200,004900,40033.6735668,228612,84833,hub,hub,non_hub,586161.18588,4511721.06232,584407.63728,4508629.34168
+4910,4910,1605,292.0,004900,,40.724268615,-74.000521515,238.0,008300,40.742591315,-74.004102785,885.745780784,4211,4951,2321,3054,008300,119862327.354,004900,103848670.177,004900,89742376.0,008300,004900,40033.6735668,186113,84833,hub,hub,non_hub,584082.11654,4510659.85081,584407.63728,4508629.34168
+4911,4911,182,73.0,004900,,40.724268615,-74.000521515,76.0,008400,40.75038009,-73.98338988,1057.6500394,1726,4951,1041,3054,008400,147824461.739,004900,103848670.177,004900,89742376.0,008400,004900,40033.6735668,34199,84833,hub,hub,non_hub,585820.889203,4511544.50828,584407.63728,4508629.34168
+4912,4912,78,73.0,004900,,40.724268615,-74.000521515,86.0,008601,40.744219,-73.97121214,1592.89852941,2551,4951,1528,3054,008601,31141773.9073,004900,103848670.177,004900,89742376.0,008601,004900,40033.6735668,31961,84833,hub,hub,non_hub,586856.951039,4510872.56191,584407.63728,4508629.34168
+4913,4913,948,146.0,004900,,40.724268615,-74.000521515,156.0,008700,40.74206378,-73.995708955,911.095881724,6671,4951,4249,3054,008700,85660216.7821,004900,103848670.177,004900,89742376.0,008700,004900,40033.6735668,152953,84833,hub,hub,non_hub,584791.475936,4510609.36503,584407.63728,4508629.34168
+4914,4914,83,146.0,004900,,40.724268615,-74.000521515,156.0,008800,40.75012189,-73.970133575,1314.21984649,6964,4951,5507,3054,008800,216532475.876,004900,103848670.177,004900,89742376.0,008800,004900,40033.6735668,43247,84833,hub,hub,non_hub,586940.323322,4511528.89362,584407.63728,4508629.34168
+4915,4915,1248,219.0,004900,,40.724268615,-74.000521515,240.0,008900,40.74529008,-74.0021768567,956.813204992,5560,4951,3511,3054,008900,54419260.2723,004900,103848670.177,004900,89742376.0,008900,004900,40033.6735668,158638,84833,hub,hub,non_hub,584241.316685,4510961.27944,584407.63728,4508629.34168
+4916,4916,105,219.0,004900,,40.724268615,-74.000521515,220.0,009000,40.75261798,-73.9703317533,1626.82208995,7026,4951,5832,3054,009000,208846060.851,004900,103848670.177,004900,89742376.0,009000,004900,40033.6735668,74531,84833,hub,hub,non_hub,586920.342162,4511805.78171,584407.63728,4508629.34168
+4917,4917,333,73.0,004900,,40.724268615,-74.000521515,78.0,009100,40.74487634,-73.99529885,981.751662762,6415,4951,4386,3054,009100,127325659.041,004900,103848670.177,004900,89742376.0,009100,004900,40033.6735668,63878,84833,hub,hub,non_hub,584822.527687,4510921.97538,584407.63728,4508629.34168
+4918,4918,88,146.0,004900,,40.724268615,-74.000521515,220.0,009200,40.7548518863,-73.9734329075,1462.84672619,1754,4951,1461,3054,009200,408192557.246,004900,103848670.177,004900,89742376.0,009200,004900,40033.6735668,72226,84833,hub,hub,non_hub,586655.650548,4512050.69496,584407.63728,4508629.34168
+4919,4919,201,73.0,004900,,40.724268615,-74.000521515,78.0,009300,40.74475148,-73.99915362,1054.04907407,9705,4951,5585,3054,009300,68528055.2433,004900,103848670.177,004900,89742376.0,009300,004900,40033.6735668,52202,84833,hub,hub,non_hub,584497.239363,4510904.39701,584407.63728,4508629.34168
+4920,4920,198,73.0,004900,,40.724268615,-74.000521515,62.0,009400,40.75320159,-73.9779874,1343.75194832,29,4951,16,3054,009400,299218147.811,004900,103848670.177,004900,89742376.0,009400,004900,40033.6735668,82147,84833,hub,hub,non_hub,586273.319314,4511863.01244,584407.63728,4508629.34168
+4921,4921,369,73.0,004900,,40.724268615,-74.000521515,102.0,009500,40.746647,-73.993915,1054.97626755,3425,4951,1416,3054,009500,129660033.725,004900,103848670.177,004900,89742376.0,009500,004900,40033.6735668,57488,84833,hub,hub,non_hub,584937.108907,4511119.86954,584407.63728,4508629.34168
+4922,4922,197,219.0,004900,,40.724268615,-74.000521515,280.0,009600,40.7560398371,-73.9803633257,1384.09494126,153,4951,268,3054,009600,270304841.585,004900,103848670.177,004900,89742376.0,009600,004900,40033.6735668,71527,84833,hub,hub,non_hub,586069.091371,4512175.7458,584407.63728,4508629.34168
+4923,4923,562,219.0,004900,,40.724268615,-74.000521515,198.0,009700,40.7493616033,-73.9991321067,1235.32304274,4744,4951,2827,3054,009700,83018263.1602,004900,103848670.177,004900,89742376.0,009700,004900,40033.6735668,118804,84833,hub,hub,non_hub,584493.220017,4511416.17434,584407.63728,4508629.34168
+4924,4924,77,146.0,004900,,40.724268615,-74.000521515,140.0,009800,40.755285655,-73.96667288,1465.88511905,7105,4951,5244,3054,009800,115943808.909,004900,103848670.177,004900,89742376.0,009800,004900,40033.6735668,40039,84833,hub,hub,non_hub,587225.727282,4512105.54383,584407.63728,4508629.34168
+4925,4925,1083,365.0,004900,,40.724268615,-74.000521515,370.0,009900,40.7520807866,-74.0031899092,1250.10774547,3617,4951,2438,3054,009900,404439511.776,004900,103848670.177,004900,89742376.0,009900,004900,40033.6735668,208076,84833,hub,hub,non_hub,584147.226991,4511714.12465,584407.63728,4508629.34168
+4926,4926,127,219.0,004900,,40.724268615,-74.000521515,242.0,010000,40.7583696933,-73.9710287767,1441.6398914,1829,4951,1399,3054,010000,366457143.613,004900,103848670.177,004900,89742376.0,010000,004900,40033.6735668,72085,84833,hub,hub,non_hub,586854.014885,4512443.57459,584407.63728,4508629.34168
+4927,4927,454,219.0,004900,,40.724268615,-74.000521515,254.0,010100,40.74945622,-73.9903382667,1132.43102102,1119,4951,828,3054,010100,246168211.101,004900,103848670.177,004900,89742376.0,010100,004900,40033.6735668,183377,84833,hub,hub,non_hub,585235.486219,4511435.18064,584407.63728,4508629.34168
+4928,4928,69,146.0,004900,,40.724268615,-74.000521515,162.0,010200,40.7606694,-73.973473555,1764.58241758,313,4951,268,3054,010200,333450202.294,004900,103848670.177,004900,89742376.0,010200,004900,40033.6735668,46675,84833,hub,hub,non_hub,586644.664817,4512696.44233,584407.63728,4508629.34168
+4929,4929,1041,146.0,004900,,40.724268615,-74.000521515,196.0,010300,40.751000495,-73.994372255,1148.52570527,1859,4951,1351,3054,010300,141506056.87,004900,103848670.177,004900,89742376.0,010300,004900,40033.6735668,221593,84833,hub,hub,non_hub,584892.968074,4511602.69644,584407.63728,4508629.34168
+4930,4930,143,146.0,004900,,40.724268615,-74.000521515,150.0,010400,40.761664375,-73.976854975,1593.60247693,1031,4951,1033,3054,010400,363981333.295,004900,103848670.177,004900,89742376.0,010400,004900,40033.6735668,65073,84833,hub,hub,non_hub,586357.961325,4512803.55852,584407.63728,4508629.34168
+4931,4931,86,73.0,004900,,40.724268615,-74.000521515,66.0,010602,40.75849116,-73.95920622,1775.48837209,4794,4951,2963,3054,010602,67980898.3739,004900,103848670.177,004900,89742376.0,010602,004900,40033.6735668,22153,84833,hub,hub,non_hub,587851.796682,4512468.82754,584407.63728,4508629.34168
+4932,4932,156,219.0,004900,,40.724268615,-74.000521515,234.0,010800,40.7591736033,-73.96613818,1669.75013228,8531,4951,6272,3054,010800,189351523.799,004900,103848670.177,004900,89742376.0,010800,004900,40033.6735668,79198,84833,hub,hub,non_hub,587265.778542,4512537.66689,584407.63728,4508629.34168
+4933,4933,209,146.0,004900,,40.724268615,-74.000521515,228.0,010900,40.751351715,-73.987594755,1198.58875583,182,4951,92,3054,010900,228173063.011,004900,103848670.177,004900,89742376.0,010900,004900,40033.6735668,60092,84833,hub,hub,non_hub,585464.669441,4511648.26242,584407.63728,4508629.34168
+4934,4934,69,73.0,004900,,40.724268615,-74.000521515,118.0,011201,40.7643971,-73.97371465,1905.31663763,827,4951,964,3054,011201,118515444.187,004900,103848670.177,004900,89742376.0,011201,004900,40033.6735668,41525,84833,hub,hub,non_hub,586619.474659,4513110.00718,584407.63728,4508629.34168
+4935,4935,90,73.0,004900,,40.724268615,-74.000521515,66.0,011203,40.76095756,-73.96724467,1677.05709135,1176,4951,1160,3054,011203,143782379.009,004900,103848670.177,004900,89742376.0,011203,004900,40033.6735668,48033,84833,hub,hub,non_hub,587170.050102,4512734.59972,584407.63728,4508629.34168
+4936,4936,695,292.0,004900,,40.724268615,-74.000521515,396.0,011300,40.7548008425,-73.9888010575,1332.22501678,204,4951,107,3054,011300,357940519.061,004900,103848670.177,004900,89742376.0,011300,004900,40033.6735668,236650,84833,hub,hub,non_hub,585358.423228,4512029.96675,584407.63728,4508629.34168
+4937,4937,306,146.0,004900,,40.724268615,-74.000521515,164.0,011500,40.75701407,-73.992353645,1379.53213492,2487,4951,1678,3054,011500,130958459.747,004900,103848670.177,004900,89742376.0,011500,004900,40033.6735668,103294,84833,hub,hub,non_hub,585055.712647,4512272.20178,584407.63728,4508629.34168
+4938,4938,543,146.0,004900,,40.724268615,-74.000521515,168.0,011700,40.76058799,-74.00080945,1406.4471025,2938,4951,2304,3054,011700,91270705.1484,004900,103848670.177,004900,89742376.0,011700,004900,40033.6735668,73016,84833,hub,hub,non_hub,584337.427395,4512660.77158,584407.63728,4508629.34168
+4939,4939,100,73.0,004900,,40.724268615,-74.000521515,68.0,011900,40.7568001,-73.98291153,1639.07333333,1079,4951,1121,3054,011900,395254501.74,004900,103848670.177,004900,89742376.0,011900,004900,40033.6735668,39976,84833,hub,hub,non_hub,585853.012005,4512257.64444,584407.63728,4508629.34168
+4940,4940,341,219.0,004900,,40.724268615,-74.000521515,218.0,012100,40.7598593767,-73.9914900133,1570.03874982,8366,4951,5744,3054,012100,101223732.045,004900,103848670.177,004900,89742376.0,012100,004900,40033.6735668,132767,84833,hub,hub,non_hub,585124.983126,4512588.88932,584407.63728,4508629.34168
+4941,4941,45,73.0,004900,,40.724268615,-74.000521515,102.0,012500,40.76064679,-73.98442659,1565.73148148,2439,4951,2096,3054,012500,322911522.418,004900,103848670.177,004900,89742376.0,012500,004900,40033.6735668,45486,84833,hub,hub,non_hub,585720.180916,4512683.17447,584407.63728,4508629.34168
+4942,4942,177,146.0,004900,,40.724268615,-74.000521515,168.0,012700,40.762485435,-73.990447135,1366.50660137,6437,4951,4434,3054,012700,104637996.687,004900,103848670.177,004900,89742376.0,012700,004900,40033.6735668,83393,84833,hub,hub,non_hub,585209.656415,4512881.41361,584407.63728,4508629.34168
+4943,4943,215,73.0,004900,,40.724268615,-74.000521515,48.0,012900,40.76341379,-73.99667444,1426.64565377,5312,4951,3621,3054,012900,158698340.053,004900,103848670.177,004900,89742376.0,012900,004900,40033.6735668,28661,84833,hub,hub,non_hub,584682.864463,4512978.43901,584407.63728,4508629.34168
+4944,4944,178,219.0,004900,,40.724268615,-74.000521515,320.0,013100,40.7621295133,-73.98215453,1688.98623631,2489,4951,2283,3054,013100,405023451.28,004900,103848670.177,004900,89742376.0,013100,004900,40033.6735668,107228,84833,hub,hub,non_hub,585910.049449,4512849.98999,584407.63728,4508629.34168
+4945,4945,121,219.0,004900,,40.724268615,-74.000521515,202.0,013300,40.7647250567,-73.9866537633,1704.71206349,5363,4951,3909,3054,013300,79847412.2593,004900,103848670.177,004900,89742376.0,013300,004900,40033.6735668,89810,84833,hub,hub,non_hub,585526.963405,4513133.71926,584407.63728,4508629.34168
+4946,4946,184,146.0,004900,,40.724268615,-74.000521515,130.0,013500,40.766984435,-73.99227308,1510.48949947,6075,4951,3935,3054,013500,198199142.958,004900,103848670.177,004900,89742376.0,013500,004900,40033.6735668,64723,84833,hub,hub,non_hub,585049.80204,4513379.06475,584407.63728,4508629.34168
+4947,4947,148,146.0,004900,,40.724268615,-74.000521515,196.0,013700,40.766109285,-73.981808355,1818.38690544,6557,4951,5442,3054,013700,314878324.419,004900,103848670.177,004900,89742376.0,013700,004900,40033.6735668,91142,84833,hub,hub,non_hub,585934.141665,4513292.1137,584407.63728,4508629.34168
+4948,4948,82,73.0,004900,,40.724268615,-74.000521515,54.0,013900,40.768254,-73.988639,1689.04844498,7607,4951,7359,3054,013900,139918084.587,004900,103848670.177,004900,89742376.0,013900,004900,40033.6735668,26390,84833,hub,hub,non_hub,585354.890073,4513523.52534,584407.63728,4508629.34168
+4949,4949,60,73.0,004900,,40.724268615,-74.000521515,98.0,014300,40.76590936,-73.97634151,1619.08070501,3,4951,0,3054,014300,50027992.3322,004900,103848670.177,004900,89742376.0,014300,004900,40033.6735668,21051,84833,hub,hub,non_hub,586395.803012,4513275.28949,584407.63728,4508629.34168
+4950,4950,123,73.0,004900,,40.724268615,-74.000521515,72.0,014500,40.76915505,-73.98191841,1937.24273256,5811,4951,3462,3054,014500,253397343.373,004900,103848670.177,004900,89742376.0,014500,004900,40033.6735668,68350,84833,hub,hub,non_hub,585920.929601,4513630.10902,584407.63728,4508629.34168
+4951,4951,96,73.0,004900,,40.724268615,-74.000521515,110.0,014700,40.770513,-73.988038,1376.63541667,2586,4951,1743,3054,014700,70871746.8417,004900,103848670.177,004900,89742376.0,014700,004900,40033.6735668,35099,84833,hub,hub,non_hub,585402.720353,4513774.87644,584407.63728,4508629.34168
+4952,4952,33,73.0,004900,,40.724268615,-74.000521515,72.0,015100,40.771522,-73.990541,1889.74448529,8105,4951,4856,3054,015100,164953931.102,004900,103848670.177,004900,89742376.0,015100,004900,40033.6735668,17578,84833,hub,hub,non_hub,585190.192062,4513884.4495,584407.63728,4508629.34168
+4953,4953,1703,146.0,004900,,40.724268615,-74.000521515,140.0,031703,40.71644312,-74.014902115,863.08044039,8670,4951,4231,3054,031703,332361109.355,004900,103848670.177,004900,89742376.0,031703,004900,40033.6735668,136082,84833,hub,hub,non_hub,583202.897614,4507746.93647,584407.63728,4508629.34168
+4954,4954,1004,219.0,004900,,40.724268615,-74.000521515,196.0,031704,40.7085171733,-74.0165557667,1175.2674866,6610,4951,3790,3054,031704,160823714.408,004900,103848670.177,004900,89742376.0,031704,004900,40033.6735668,105244,84833,hub,hub,non_hub,583073.076824,4506865.54027,584407.63728,4508629.34168
+4955,4955,576,219.0,004900,,40.724268615,-74.000521515,170.0,000600,40.7128987867,-73.9898646367,904.447046377,11558,4951,4083,3054,000600,59149181.7526,004900,103848670.177,004900,89742376.0,000600,004900,40033.6735668,70053,84833,hub,hub,non_hub,585322.159723,4507377.5136,584407.63728,4508629.34168
+4956,4956,393,279.0,005000,,40.7359163467,-73.9873427633,162.0,000202,40.71318002,-73.9818904933,1179.38656646,8012,5061,3598,3595,000202,37878157.9781,005000,120638459.215,,0.0,000202,005000,25678.957722,56352,112561,hub,hub,non_hub,585995.353038,4507416.50937,585505.709717,4509935.07175
+4957,4957,1049,651.0,005000,,40.7359163467,-73.9873427633,774.0,000700,40.70581148,-74.0081572071,1534.33118383,7722,5061,5201,3595,000700,476954959.734,005000,120638459.215,,0.0,000700,005000,25678.957722,160040,112561,hub,hub,non_hub,583785.918305,4506573.16797,585505.709717,4509935.07175
+4958,4958,183,186.0,005000,,40.7359163467,-73.9873427633,141.0,000800,40.712414475,-73.993471545,1130.37840909,10365,5061,4150,3595,000800,46479755.076,005000,120638459.215,,0.0,000800,005000,25678.957722,34254,112561,hub,hub,non_hub,585018.109713,4507320.25418,585505.709717,4509935.07175
+4959,4959,195,279.0,005000,,40.7359163467,-73.9873427633,291.0,000900,40.7024745833,-74.01224785,1777.05682876,1140,5061,939,3595,000900,404341803.896,005000,120638459.215,,0.0,000900,005000,25678.957722,46446,112561,hub,hub,non_hub,583444.520998,4506198.85784,585505.709717,4509935.07175
+4960,4960,133,93.0,005000,,40.7359163467,-73.9873427633,57.0,001002,40.71782143,-73.97628939,1144.80284993,6439,5061,2346,3595,001002,22763374.2099,005000,120638459.215,,0.0,001002,005000,25678.957722,15916,112561,hub,hub,non_hub,586462.45635,4507937.23607,585505.709717,4509935.07175
+4961,4961,352,186.0,005000,,40.7359163467,-73.9873427633,138.0,001200,40.717364275,-73.982955325,944.507940918,3547,5061,1857,3595,001200,23518220.7411,005000,120638459.215,,0.0,001200,005000,25678.957722,36493,112561,hub,hub,non_hub,585900.031125,4507879.94738,585505.709717,4509935.07175
+4962,4962,71,93.0,005000,,40.7359163467,-73.9873427633,108.0,001300,40.70463334,-74.01361706,1760.77546367,3776,5061,3028,3595,001300,286606455.687,005000,120638459.215,,0.0,001300,005000,25678.957722,27671,112561,hub,hub,non_hub,583326.158808,4506437.19368,585505.709717,4509935.07175
+4963,4963,252,93.0,005000,,40.7359163467,-73.9873427633,84.0,001401,40.71559509,-73.9870295,988.846520387,3289,5061,1708,3595,001401,20168722.3199,005000,120638459.215,,0.0,001401,005000,25678.957722,26885,112561,hub,hub,non_hub,585558.18429,4507679.57909,585505.709717,4509935.07175
+4964,4964,157,186.0,005000,,40.7359163467,-73.9873427633,201.0,001501,40.70966832,-74.003597135,1357.51870492,5581,5061,3450,3595,001501,172466366.322,005000,120638459.215,,0.0,001501,005000,25678.957722,27425,112561,hub,hub,non_hub,584166.279828,4507005.66129,585505.709717,4509935.07175
+4965,4965,406,279.0,005000,,40.7359163467,-73.9873427633,369.0,001502,40.7088053467,-74.00635276,1455.85696655,7095,5061,3459,3595,001502,221282059.103,005000,120638459.215,,0.0,001502,005000,25678.957722,82052,112561,hub,hub,non_hub,583934.59195,4506907.22889,585505.709717,4509935.07175
+4966,4966,607,279.0,005000,,40.7359163467,-73.9873427633,321.0,001600,40.7153350167,-73.9943926833,985.776108024,8236,5061,3242,3595,001600,76565505.7581,005000,120638459.215,,0.0,001600,005000,25678.957722,82798,112561,hub,hub,non_hub,584936.591099,4507643.5622,585505.709717,4509935.07175
+4967,4967,1460,372.0,005000,,40.7359163467,-73.9873427633,462.0,001800,40.7193657075,-73.9906468425,796.000678327,8063,5061,3489,3595,001800,60554858.5127,005000,120638459.215,,0.0,001800,005000,25678.957722,133306,112561,hub,hub,non_hub,585247.838585,4508094.62497,585505.709717,4509935.07175
+4968,4968,587,186.0,005000,,40.7359163467,-73.9873427633,138.0,002000,40.721554605,-73.977309405,800.741136734,4795,5061,1899,3595,002000,17907673.5628,005000,120638459.215,,0.0,002000,005000,25678.957722,31656,112561,hub,hub,non_hub,586371.478696,4508350.63994,585505.709717,4509935.07175
+4969,4969,608,372.0,005000,,40.7359163467,-73.9873427633,306.0,002100,40.71451321,-74.0108850975,1242.25027713,6111,5061,3038,3595,002100,273869828.705,005000,120638459.215,,0.0,002100,005000,25678.957722,151037,112561,hub,hub,non_hub,583544.598931,4507536.51732,585505.709717,4509935.07175
+4970,4970,301,186.0,005000,,40.7359163467,-73.9873427633,132.0,002201,40.71833027,-73.980972895,995.738146685,6762,5061,3030,3595,002201,37585954.9949,005000,120638459.215,,0.0,002201,005000,25678.957722,26391,112561,hub,hub,non_hub,586066.226443,4507989.12022,585505.709717,4509935.07175
+4971,4971,234,93.0,005000,,40.7359163467,-73.9873427633,93.0,002202,40.7208736,-73.98085795,742.567057741,2256,5061,1045,3595,002202,13179093.8977,005000,120638459.215,,0.0,002202,005000,25678.957722,23935,112561,hub,hub,non_hub,586072.658368,4508271.55961,585505.709717,4509935.07175
+4972,4972,380,186.0,005000,,40.7359163467,-73.9873427633,144.0,002400,40.724744875,-73.974986535,751.199346955,5775,5061,2175,3595,002400,17986635.5592,005000,120638459.215,,0.0,002400,005000,25678.957722,17965,112561,hub,hub,non_hub,586563.526382,4508707.06897,585505.709717,4509935.07175
+4973,4973,101,186.0,005000,,40.7359163467,-73.9873427633,186.0,002500,40.7111743,-73.99849582,1278.60710019,5061,5061,1917,3595,002500,22428407.6271,005000,120638459.215,,0.0,002500,005000,25678.957722,28216,112561,hub,hub,non_hub,584595.28909,4507177.73549,585505.709717,4509935.07175
+4974,4974,216,93.0,005000,,40.7359163467,-73.9873427633,93.0,002601,40.72299208,-73.97995466,750.370334537,3774,5061,1593,3595,002601,22248722.3098,005000,120638459.215,,0.0,002601,005000,25678.957722,22144,112561,hub,hub,non_hub,586146.216204,4508507.61099,585505.709717,4509935.07175
+4975,4975,128,93.0,005000,,40.7359163467,-73.9873427633,81.0,002700,40.71307916,-73.99851193,1000.04684096,1191,5061,655,3595,002700,11349914.9514,005000,120638459.215,,0.0,002700,005000,25678.957722,20570,112561,hub,hub,non_hub,584591.517275,4507389.17181,585505.709717,4509935.07175
+4976,4976,787,93.0,005000,,40.7359163467,-73.9873427633,96.0,002800,40.72521311,-73.97768752,686.783642719,7302,5061,3341,3595,002800,47641507.3146,005000,120638459.215,,0.0,002800,005000,25678.957722,36744,112561,hub,hub,non_hub,586334.816403,4508756.38709,585505.709717,4509935.07175
+4977,4977,224,93.0,005000,,40.7359163467,-73.9873427633,129.0,002900,40.71602118,-73.99974372,930.505426515,5855,5061,2420,3595,002900,200965547.24,005000,120638459.215,,0.0,002900,005000,25678.957722,31936,112561,hub,hub,non_hub,584483.752153,4507714.56961,585505.709717,4509935.07175
+4978,4978,608,93.0,005000,,40.7359163467,-73.9873427633,105.0,003001,40.72066442,-73.98517977,829.443787804,4301,5061,2553,3595,003001,34302720.7166,005000,120638459.215,,0.0,003001,005000,25678.957722,41223,112561,hub,hub,non_hub,585707.91731,4508244.11218,585505.709717,4509935.07175
+4979,4979,591,93.0,005000,,40.7359163467,-73.9873427633,111.0,003002,40.72217444,-73.98368779,708.282831394,3031,5061,1885,3595,003002,18686109.2263,005000,120638459.215,,0.0,003002,005000,25678.957722,38675,112561,hub,hub,non_hub,585831.986427,4508413.19181,585505.709717,4509935.07175
+4980,4980,538,279.0,005000,,40.7359163467,-73.9873427633,363.0,003100,40.7140617467,-74.0041933367,1112.78131452,2809,5061,858,3595,003100,145687012.574,005000,120638459.215,,0.0,003100,005000,25678.957722,81469,112561,hub,hub,non_hub,584110.388584,4507492.78891,585505.709717,4509935.07175
+4981,4981,2490,279.0,005000,,40.7359163467,-73.9873427633,300.0,003200,40.7260543867,-73.9823576167,584.967265656,7630,5061,4888,3595,003200,46369492.482,005000,120638459.215,,0.0,003200,005000,25678.957722,138064,112561,hub,hub,non_hub,585939.335766,4508845.19329,585505.709717,4509935.07175
+4982,4982,689,465.0,005000,,40.7359163467,-73.9873427633,519.0,003300,40.7188218909,-74.0063342153,1087.697559,5174,5061,2694,3595,003300,215459582.054,005000,120638459.215,,0.0,003300,005000,25678.957722,115059,112561,hub,hub,non_hub,583923.578988,4508019.14798,585505.709717,4509935.07175
+4983,4983,999,93.0,005000,,40.7359163467,-73.9873427633,117.0,003400,40.72955361,-73.98057249,476.408145527,6706,5061,4203,3595,003400,42933229.7541,005000,120638459.215,,0.0,003400,005000,25678.957722,47926,112561,hub,hub,non_hub,586085.581298,4509235.37985,585505.709717,4509935.07175
+4984,4984,810,186.0,005000,,40.7359163467,-73.9873427633,198.0,003601,40.72217423,-73.990293175,720.90500296,3299,5061,1613,3595,003601,29191583.8104,005000,120638459.215,,0.0,003601,005000,25678.957722,77585,112561,hub,hub,non_hub,585274.124459,4508406.73315,585505.709717,4509935.07175
+4985,4985,1306,186.0,005000,,40.7359163467,-73.9873427633,186.0,003602,40.724852985,-73.989265345,596.574819174,2918,5061,1586,3595,003602,24941258.1161,005000,120638459.215,,0.0,003602,005000,25678.957722,82124,112561,hub,hub,non_hub,585357.507872,4508705.09166,585505.709717,4509935.07175
+4986,4986,1236,372.0,005000,,40.7359163467,-73.9873427633,444.0,003700,40.7256696075,-74.0052069325,883.951935204,2401,5061,1490,3595,003700,212385639.924,005000,120638459.215,,0.0,003700,005000,25678.957722,173333,112561,hub,hub,non_hub,584010.178026,4508780.36793,585505.709717,4509935.07175
+4987,4987,2854,372.0,005000,,40.7359163467,-73.9873427633,480.0,003800,40.72765889,-73.988195855,488.319671442,8610,5061,5795,3595,003800,67437493.5221,005000,120638459.215,,0.0,003800,005000,25678.957722,167230,112561,hub,hub,non_hub,585444.239635,4509017.60641,585505.709717,4509935.07175
+4988,4988,385,372.0,005000,,40.7359163467,-73.9873427633,318.0,003900,40.7201717475,-74.00983051,1187.38912792,5253,5061,3059,3595,003900,194910113.03,005000,120638459.215,,0.0,003900,005000,25678.957722,113624,112561,hub,hub,non_hub,583626.593058,4508165.65565,585505.709717,4509935.07175
+4989,4989,1792,186.0,005000,,40.7359163467,-73.9873427633,198.0,004000,40.73000573,-73.98549552,395.822747086,9801,5061,4546,3595,004000,66858387.5133,005000,120638459.215,,0.0,004000,005000,25678.957722,99660,112561,hub,hub,non_hub,585669.269443,4509280.75306,585505.709717,4509935.07175
+4990,4990,1565,186.0,005000,,40.7359163467,-73.9873427633,192.0,004100,40.7195529,-73.996789035,748.666842665,7793,5061,3765,3595,004100,71738983.3617,005000,120638459.215,,0.0,004100,005000,25678.957722,114685,112561,hub,hub,non_hub,584728.836557,4508109.46034,585505.709717,4509935.07175
+4991,4991,389,93.0,005000,,40.7359163467,-73.9873427633,105.0,004200,40.73223272,-73.98889957,451.674126363,4988,5061,1801,3595,004200,39941846.3325,005000,120638459.215,,0.0,004200,005000,25678.957722,50846,112561,hub,hub,non_hub,585378.96492,4509524.64843,585505.709717,4509935.07175
+4992,4992,1218,186.0,005000,,40.7359163467,-73.9873427633,201.0,004300,40.723870235,-73.995226525,588.316612856,4267,5061,2598,3595,004300,65935514.1184,005000,120638459.215,,0.0,004300,005000,25678.957722,95162,112561,hub,hub,non_hub,584855.320992,4508590.22212,585505.709717,4509935.07175
+4993,4993,3893,186.0,005000,,40.7359163467,-73.9873427633,180.0,004400,40.73080269,-73.97968993,404.846296547,17710,5061,8297,3595,004400,114601147.016,005000,120638459.215,,0.0,004400,005000,25678.957722,106427,112561,hub,hub,hub,586158.498991,4509374.90208,585505.709717,4509935.07175
+4994,4994,384,93.0,005000,,40.7359163467,-73.9873427633,81.0,004500,40.71910537,-73.99973337,851.158649926,840,5061,582,3595,004500,52009114.8865,005000,120638459.215,,0.0,004500,005000,25678.957722,34275,112561,hub,hub,non_hub,584480.726971,4508056.94497,585505.709717,4509935.07175
+4995,4995,143,93.0,005000,,40.7359163467,-73.9873427633,117.0,004700,40.72165481,-74.00234737,919.043111497,2267,5061,1586,3595,004700,75477587.1594,005000,120638459.215,,0.0,004700,005000,25678.957722,27544,112561,hub,hub,non_hub,584256.734795,4508337.43837,585505.709717,4509935.07175
+4996,4996,828,93.0,005000,,40.7359163467,-73.9873427633,105.0,004800,40.73624527,-73.98473765,277.850322008,7550,5061,3799,3595,004800,74763044.6965,005000,120638459.215,,0.0,004800,005000,25678.957722,42567,112561,hub,hub,non_hub,585725.258797,4509974.12516,585505.709717,4509935.07175
+4997,4997,672,186.0,005000,,40.7359163467,-73.9873427633,219.0,004900,40.724268615,-74.000521515,777.549207505,4951,5061,3054,3595,004900,103848670.177,005000,120638459.215,,0.0,004900,005000,25678.957722,80152,112561,hub,hub,non_hub,584407.63728,4508629.34168,585505.709717,4509935.07175
+4998,4998,1753,186.0,005000,,40.7359163467,-73.9873427633,318.0,005200,40.73715585,-73.991241315,361.120260903,4193,5061,1785,3595,005200,109103391.81,005000,120638459.215,,0.0,005200,005000,25678.957722,159876,112561,hub,hub,non_hub,585174.941656,4510068.87544,585505.709717,4509935.07175
+4999,4999,1471,93.0,005000,,40.7359163467,-73.9873427633,141.0,005400,40.73971301,-73.99456405,390.978405155,4656,5061,2837,3595,005400,128803552.888,005000,120638459.215,,0.0,005400,005000,25678.957722,73728,112561,hub,hub,non_hub,584891.129718,4510349.51956,585505.709717,4509935.07175
+5000,5000,763,93.0,005000,,40.7359163467,-73.9873427633,90.0,005501,40.72679454,-73.99695094,589.850097344,5079,5061,2483,3595,005501,61061928.4125,005000,120638459.215,,0.0,005501,005000,25678.957722,57258,112561,hub,hub,non_hub,584705.980012,4508913.17477,585505.709717,4509935.07175
+5001,5001,1009,93.0,005000,,40.7359163467,-73.9873427633,81.0,005502,40.72743423,-73.99379025,471.013154677,2383,5061,1262,3595,005502,49017118.6146,005000,120638459.215,,0.0,005502,005000,25678.957722,55117,112561,hub,hub,non_hub,584972.085912,4508987.23863,585505.709717,4509935.07175
+5002,5002,2005,186.0,005000,,40.7359163467,-73.9873427633,285.0,005600,40.74065347,-73.98778661,368.358538869,2618,5061,2190,3595,005600,189153355.609,005000,120638459.215,,0.0,005600,005000,25678.957722,113209,112561,hub,hub,non_hub,585462.168743,4510460.49357,585505.709717,4509935.07175
+5003,5003,3034,186.0,005000,,40.7359163467,-73.9873427633,246.0,005700,40.729662915,-73.992405595,425.868726432,2937,5061,1789,3595,005700,90178032.7137,005000,120638459.215,,0.0,005700,005000,25678.957722,156896,112561,hub,hub,hub,585086.179601,4509235.9788,585505.709717,4509935.07175
+5004,5004,2125,186.0,005000,,40.7359163467,-73.9873427633,261.0,005800,40.743154205,-73.990299735,444.322541725,3182,5061,2306,3595,005800,164037511.755,005000,120638459.215,,0.0,005800,005000,25678.957722,130970,112561,hub,hub,non_hub,585246.786708,4510735.64918,585505.709717,4509935.07175
+5005,5005,903,93.0,005000,,40.7359163467,-73.9873427633,93.0,005900,40.73049393,-73.9957214,471.459400332,5516,5061,3276,3595,005900,71785177.1361,005000,120638459.215,,0.0,005900,005000,25678.957722,53180,112561,hub,hub,non_hub,584805.117402,4509325.01914,585505.709717,4509935.07175
+5006,5006,2801,186.0,005000,,40.7359163467,-73.9873427633,189.0,006000,40.734822295,-73.976916765,466.957686747,5286,5061,2459,3595,006000,27468182.8943,005000,120638459.215,,0.0,006000,005000,25678.957722,80462,112561,hub,hub,non_hub,586387.478737,4509823.83141,585505.709717,4509935.07175
+5007,5007,2159,372.0,005000,,40.7359163467,-73.9873427633,423.0,006100,40.73385254,-73.992357065,418.371187867,4913,5061,2683,3595,006100,91682014.33,005000,120638459.215,,0.0,006100,005000,25678.957722,245510,112561,hub,hub,non_hub,585084.940162,4509701.10308,585505.709717,4509935.07175
+5008,5008,792,93.0,005000,,40.7359163467,-73.9873427633,90.0,006200,40.7381765,-73.97738662,523.201633496,4680,5061,1401,3595,006200,231817485.533,005000,120638459.215,,0.0,006200,005000,25678.957722,33218,112561,hub,hub,non_hub,586343.467107,4510195.70961,585505.709717,4509935.07175
+5009,5009,1526,279.0,005000,,40.7359163467,-73.9873427633,297.0,006300,40.7346940933,-73.99785666,560.397046425,6076,5061,4277,3595,006300,85447631.8451,005000,120638459.215,,0.0,006300,005000,25678.957722,120233,112561,hub,hub,non_hub,584619.48321,4509789.20591,585505.709717,4509935.07175
+5010,5010,1543,93.0,005000,,40.7359163467,-73.9873427633,117.0,006400,40.73587678,-73.98205027,313.119085376,7518,5061,5058,3595,006400,95664936.1545,005000,120638459.215,,0.0,006400,005000,25678.957722,47750,112561,hub,hub,non_hub,585952.649806,4509935.84788,585505.709717,4509935.07175
+5011,5011,1647,279.0,005000,,40.7359163467,-73.9873427633,318.0,006500,40.7306296367,-73.9991423,608.808788439,6517,5061,3568,3595,006500,59290910.3694,005000,120638459.215,,0.0,006500,005000,25678.957722,125356,112561,hub,hub,non_hub,584516.067395,4509336.78488,585505.709717,4509935.07175
+5012,5012,1894,186.0,005000,,40.7359163467,-73.9873427633,246.0,006600,40.739285505,-73.97827188,461.175905314,11780,5061,6818,3595,006600,84730469.4548,005000,120638459.215,,0.0,006600,005000,25678.957722,74621,112561,hub,hub,non_hub,586267.286922,4510317.94668,585505.709717,4509935.07175
+5013,5013,679,93.0,005000,,40.7359163467,-73.9873427633,117.0,006700,40.73038599,-74.00214988,733.838780232,4984,5061,3796,3595,006700,47238039.9972,005000,120638459.215,,0.0,006700,005000,25678.957722,70025,112561,hub,hub,non_hub,584262.399901,4509306.84766,585505.709717,4509935.07175
+5014,5014,1514,93.0,005000,,40.7359163467,-73.9873427633,117.0,006800,40.74025878,-73.98409214,311.236804587,6735,5061,4494,3595,006800,130298431.446,005000,120638459.215,,0.0,006800,005000,25678.957722,58926,112561,hub,hub,non_hub,585774.608423,4510420.28363,585505.709717,4509935.07175
+5015,5015,1071,186.0,005000,,40.7359163467,-73.9873427633,201.0,006900,40.732319905,-74.0069291,821.344034476,2687,5061,1484,3595,006900,61292499.9331,005000,120638459.215,,0.0,006900,005000,25678.957722,130727,112561,hub,hub,non_hub,583856.38945,4509516.94969,585505.709717,4509935.07175
+5016,5016,3354,279.0,005000,,40.7359163467,-73.9873427633,381.0,007000,40.742547041,-73.9756766137,566.266895933,8302,5061,5669,3595,007000,78634704.8451,005000,120638459.215,,0.0,007000,005000,25678.957722,145227,112561,hub,hub,hub,586482.191009,4510682.5542,585505.709717,4509935.07175
+5017,5017,1024,186.0,005000,,40.7359163467,-73.9873427633,213.0,007100,40.736526545,-74.000108805,620.196775983,5633,5061,3844,3595,007100,68447429.2743,005000,120638459.215,,0.0,007100,005000,25678.957722,79459,112561,hub,hub,non_hub,584426.995774,4509990.4524,585505.709717,4509935.07175
+5018,5018,3567,279.0,005000,,40.7359163467,-73.9873427633,378.0,007200,40.7447014833,-73.98154809,469.97414853,7734,5061,5222,3595,007200,132092861.454,005000,120638459.215,,0.0,007200,005000,25678.957722,157612,112561,hub,hub,hub,585983.687715,4510915.94446,585505.709717,4509935.07175
+5019,5019,732,186.0,005000,,40.7359163467,-73.9873427633,177.0,007300,40.734682705,-74.00388484,716.677979789,5615,5061,4547,3595,007300,48716185.79,005000,120638459.215,,0.0,007300,005000,25678.957722,92567,112561,hub,hub,non_hub,584110.479319,4509782.14883,585505.709717,4509935.07175
+5020,5020,1153,186.0,005000,,40.7359163467,-73.9873427633,258.0,007400,40.746413585,-73.98586892,518.832137536,4179,5061,2700,3595,007400,170614202.951,005000,120638459.215,,0.0,007400,005000,25678.957722,81121,112561,hub,hub,non_hub,585616.696258,4511101.7763,585505.709717,4509935.07175
+5021,5021,1580,186.0,005000,,40.7359163467,-73.9873427633,207.0,007600,40.74737476,-73.988320695,569.46836771,2203,5061,1573,3595,007600,242014413.464,005000,120638459.215,,0.0,007600,005000,25678.957722,97464,112561,hub,hub,non_hub,585408.475283,4511206.08492,585505.709717,4509935.07175
+5022,5022,711,93.0,005000,,40.7359163467,-73.9873427633,129.0,007700,40.7390169121,-74.0026376103,634.586715753,5404,5061,4254,3595,007700,59306273.1509,005000,120638459.215,,0.0,007700,005000,25678.957722,79025,112561,hub,hub,non_hub,584210.329106,4510264.47156,585505.709717,4509935.07175
+5023,5023,1055,93.0,005000,,40.7359163467,-73.9873427633,117.0,007800,40.74780373,-73.9734419,683.746525214,7380,5061,5372,3595,007800,112124597.728,005000,120638459.215,,0.0,007800,005000,25678.957722,59601,112561,hub,hub,non_hub,586664.043115,4511268.28888,585505.709717,4509935.07175
+5024,5024,1280,465.0,005000,,40.7359163467,-73.9873427633,522.0,007900,40.738916514,-74.007286026,809.678456418,4406,5061,2904,3595,007900,86937368.5918,005000,120638459.215,,0.0,007900,005000,25678.957722,171846,112561,hub,hub,non_hub,583817.969395,4510248.87788,585505.709717,4509935.07175
+5025,5025,1352,186.0,005000,,40.7359163467,-73.9873427633,213.0,008000,40.7485693,-73.97717991,597.239305447,4946,5061,3730,3595,008000,197763821.532,005000,120638459.215,,0.0,008000,005000,25678.957722,74808,112561,hub,hub,non_hub,586347.477591,4511349.58844,585505.709717,4509935.07175
+5026,5026,799,93.0,005000,,40.7359163467,-73.9873427633,117.0,008100,40.73935542,-73.99931783,582.848134257,8675,5061,5315,3595,008100,91100400.6907,005000,120638459.215,,0.0,008100,005000,25678.957722,53195,112561,hub,hub,non_hub,584490.204148,4510305.23824,585505.709717,4509935.07175
+5027,5027,3497,279.0,005000,,40.7359163467,-73.9873427633,525.0,008200,40.7519404263,-73.9793463969,726.941800539,3442,5061,2534,3595,008200,262405408.076,005000,120638459.215,,0.0,008200,005000,25678.957722,228612,112561,hub,hub,hub,586160.225781,4511721.67889,585505.709717,4509935.07175
+5028,5028,2527,372.0,005000,,40.7359163467,-73.9873427633,357.0,008300,40.742591315,-74.004102785,655.012158389,4211,5061,2321,3595,008300,119862327.354,005000,120638459.215,,0.0,008300,005000,25678.957722,186113,112561,hub,hub,non_hub,584082.11654,4510659.85081,585505.709717,4509935.07175
+5029,5029,384,93.0,005000,,40.7359163467,-73.9873427633,114.0,008400,40.75038009,-73.98338988,682.275712121,1726,5061,1041,3595,008400,147824461.739,005000,120638459.215,,0.0,008400,005000,25678.957722,34199,112561,hub,hub,non_hub,585820.889203,4511544.50828,585505.709717,4509935.07175
+5030,5030,267,93.0,005000,,40.7359163467,-73.9873427633,129.0,008601,40.744219,-73.97121214,810.747941647,2551,5061,1528,3595,008601,31141773.9073,005000,120638459.215,,0.0,008601,005000,25678.957722,31961,112561,hub,hub,non_hub,586856.951039,4510872.56191,585505.709717,4509935.07175
+5031,5031,2518,186.0,005000,,40.7359163467,-73.9873427633,234.0,008700,40.74206378,-73.995708955,473.738376332,6671,5061,4249,3595,008700,85660216.7821,005000,120638459.215,,0.0,008700,005000,25678.957722,152953,112561,hub,hub,non_hub,584791.475936,4510609.36503,585505.709717,4509935.07175
+5032,5032,449,186.0,005000,,40.7359163467,-73.9873427633,234.0,008800,40.75012189,-73.970133575,850.277572789,6964,5061,5507,3595,008800,216532475.876,005000,120638459.215,,0.0,008800,005000,25678.957722,43247,112561,hub,hub,non_hub,586940.323322,4511528.89362,585505.709717,4509935.07175
+5033,5033,2069,279.0,005000,,40.7359163467,-73.9873427633,360.0,008900,40.74529008,-74.0021768567,658.087190972,5560,5061,3511,3595,008900,54419260.2723,005000,120638459.215,,0.0,008900,005000,25678.957722,158638,112561,hub,hub,non_hub,584241.316685,4510961.27944,585505.709717,4509935.07175
+5034,5034,792,279.0,005000,,40.7359163467,-73.9873427633,330.0,009000,40.75261798,-73.9703317533,853.756147494,7026,5061,5832,3595,009000,208846060.851,005000,120638459.215,,0.0,009000,005000,25678.957722,74531,112561,hub,hub,non_hub,586920.342162,4511805.78171,585505.709717,4509935.07175
+5035,5035,597,93.0,005000,,40.7359163467,-73.9873427633,117.0,009100,40.74487634,-73.99529885,576.741274584,6415,5061,4386,3595,009100,127325659.041,005000,120638459.215,,0.0,009100,005000,25678.957722,63878,112561,hub,hub,non_hub,584822.527687,4510921.97538,585505.709717,4509935.07175
+5036,5036,565,186.0,005000,,40.7359163467,-73.9873427633,330.0,009200,40.7548518863,-73.9734329075,863.768806323,1754,5061,1461,3595,009200,408192557.246,005000,120638459.215,,0.0,009200,005000,25678.957722,72226,112561,hub,hub,non_hub,586655.650548,4512050.69496,585505.709717,4509935.07175
+5037,5037,424,93.0,005000,,40.7359163467,-73.9873427633,117.0,009300,40.74475148,-73.99915362,637.035618913,9705,5061,5585,3595,009300,68528055.2433,005000,120638459.215,,0.0,009300,005000,25678.957722,52202,112561,hub,hub,non_hub,584497.239363,4510904.39701,585505.709717,4509935.07175
+5038,5038,574,93.0,005000,,40.7359163467,-73.9873427633,93.0,009400,40.75320159,-73.9779874,737.025939392,29,5061,16,3595,009400,299218147.811,005000,120638459.215,,0.0,009400,005000,25678.957722,82147,112561,hub,hub,non_hub,586273.319314,4511863.01244,585505.709717,4509935.07175
+5039,5039,607,93.0,005000,,40.7359163467,-73.9873427633,153.0,009500,40.746647,-73.993915,625.979937911,3425,5061,1416,3595,009500,129660033.725,005000,120638459.215,,0.0,009500,005000,25678.957722,57488,112561,hub,hub,non_hub,584937.108907,4511119.86954,585505.709717,4509935.07175
+5040,5040,385,279.0,005000,,40.7359163467,-73.9873427633,420.0,009600,40.7560459142,-73.9803689324,863.975435582,153,5061,268,3595,009600,270304841.585,005000,120638459.215,,0.0,009600,005000,25678.957722,71527,112561,hub,hub,non_hub,586068.610257,4512176.41491,585505.709717,4509935.07175
+5041,5041,911,279.0,005000,,40.7359163467,-73.9873427633,297.0,009700,40.7493616033,-73.9991321067,810.787476952,4744,5061,2827,3595,009700,83018263.1602,005000,120638459.215,,0.0,009700,005000,25678.957722,118804,112561,hub,hub,non_hub,584493.220017,4511416.17434,585505.709717,4509935.07175
+5042,5042,414,186.0,005000,,40.7359163467,-73.9873427633,210.0,009800,40.755285655,-73.96667288,969.070662047,7105,5061,5244,3595,009800,115943808.909,005000,120638459.215,,0.0,009800,005000,25678.957722,40039,112561,hub,hub,non_hub,587225.727282,4512105.54383,585505.709717,4509935.07175
+5043,5043,1631,465.0,005000,,40.7359163467,-73.9873427633,555.0,009900,40.7520807866,-74.0031899092,941.780061806,3617,5061,2438,3595,009900,404439511.776,005000,120638459.215,,0.0,009900,005000,25678.957722,208076,112561,hub,hub,non_hub,584147.226991,4511714.12465,585505.709717,4509935.07175
+5044,5044,564,279.0,005000,,40.7359163467,-73.9873427633,363.0,010000,40.7583696933,-73.9710287767,936.831684814,1829,5061,1399,3595,010000,366457143.613,005000,120638459.215,,0.0,010000,005000,25678.957722,72085,112561,hub,hub,non_hub,586854.014885,4512443.57459,585505.709717,4509935.07175
+5045,5045,2939,279.0,005000,,40.7359163467,-73.9873427633,381.0,010100,40.74945622,-73.9903382667,650.519941112,1119,5061,828,3595,010100,246168211.101,005000,120638459.215,,0.0,010100,005000,25678.957722,183377,112561,hub,hub,non_hub,585235.486219,4511435.18064,585505.709717,4509935.07175
+5046,5046,294,186.0,005000,,40.7359163467,-73.9873427633,243.0,010200,40.7606694,-73.973473555,1059.65632413,313,5061,268,3595,010200,333450202.294,005000,120638459.215,,0.0,010200,005000,25678.957722,46675,112561,hub,hub,non_hub,586644.664817,4512696.44233,585505.709717,4509935.07175
+5047,5047,1889,186.0,005000,,40.7359163467,-73.9873427633,294.0,010300,40.751000495,-73.994372255,777.255633185,1859,5061,1351,3595,010300,141506056.87,005000,120638459.215,,0.0,010300,005000,25678.957722,221593,112561,hub,hub,non_hub,584892.968075,4511602.69644,585505.709717,4509935.07175
+5048,5048,314,186.0,005000,,40.7359163467,-73.9873427633,225.0,010400,40.761664375,-73.976854975,1052.25898823,1031,5061,1033,3595,010400,363981333.295,005000,120638459.215,,0.0,010400,005000,25678.957722,65073,112561,hub,hub,non_hub,586357.961325,4512803.55852,585505.709717,4509935.07175
+5049,5049,191,93.0,005000,,40.7359163467,-73.9873427633,99.0,010602,40.75849116,-73.95920622,1079.31765935,4794,5061,2963,3595,010602,67980898.3739,005000,120638459.215,,0.0,010602,005000,25678.957722,22153,112561,hub,hub,non_hub,587851.796682,4512468.82754,585505.709717,4509935.07175
+5050,5050,863,279.0,005000,,40.7359163467,-73.9873427633,351.0,010800,40.7591736033,-73.96613818,1056.42296512,8531,5061,6272,3595,010800,189351523.799,005000,120638459.215,,0.0,010800,005000,25678.957722,79198,112561,hub,hub,non_hub,587265.778542,4512537.66689,585505.709717,4509935.07175
+5051,5051,682,186.0,005000,,40.7359163467,-73.9873427633,342.0,010900,40.751351715,-73.987594755,701.664746734,182,5061,92,3595,010900,228173063.011,005000,120638459.215,,0.0,010900,005000,25678.957722,60092,112561,hub,hub,non_hub,585464.669441,4511648.26242,585505.709717,4509935.07175
+5052,5052,181,93.0,005000,,40.7359163467,-73.9873427633,177.0,011201,40.7643971,-73.97371465,1259.21425121,827,5061,964,3595,011201,118515444.187,005000,120638459.215,,0.0,011201,005000,25678.957722,41525,112561,hub,hub,non_hub,586619.474659,4513110.00718,585505.709717,4509935.07175
+5053,5053,413,93.0,005000,,40.7359163467,-73.9873427633,99.0,011203,40.76095756,-73.96724467,1134.79232737,1176,5061,1160,3595,011203,143782379.009,005000,120638459.215,,0.0,011203,005000,25678.957722,48033,112561,hub,hub,non_hub,587170.050102,4512734.59972,585505.709717,4509935.07175
+5054,5054,2372,372.0,005000,,40.7359163467,-73.9873427633,594.0,011300,40.7548008425,-73.9888010575,861.335145411,204,5061,107,3595,011300,357940519.061,005000,120638459.215,,0.0,011300,005000,25678.957722,236650,112561,hub,hub,non_hub,585358.423228,4512029.96675,585505.709717,4509935.07175
+5055,5055,833,186.0,005000,,40.7359163467,-73.9873427633,246.0,011500,40.75701407,-73.992353645,970.701418569,2487,5061,1678,3595,011500,130958459.747,005000,120638459.215,,0.0,011500,005000,25678.957722,103294,112561,hub,hub,non_hub,585055.712647,4512272.20178,585505.709717,4509935.07175
+5056,5056,234,186.0,005000,,40.7359163467,-73.9873427633,252.0,011700,40.76058799,-74.00080945,1268.1157715,2938,5061,2304,3595,011700,91270705.1484,005000,120638459.215,,0.0,011700,005000,25678.957722,73016,112561,hub,hub,non_hub,584337.427395,4512660.77158,585505.709717,4509935.07175
+5057,5057,178,93.0,005000,,40.7359163467,-73.9873427633,102.0,011900,40.7568001,-73.98291153,991.888278986,1079,5061,1121,3595,011900,395254501.74,005000,120638459.215,,0.0,011900,005000,25678.957722,39976,112561,hub,hub,non_hub,585853.012005,4512257.64444,585505.709717,4509935.07175
+5058,5058,495,279.0,005000,,40.7359163467,-73.9873427633,327.0,012100,40.7598593767,-73.9914900133,1166.03046731,8366,5061,5744,3595,012100,101223732.045,005000,120638459.215,,0.0,012100,005000,25678.957722,132767,112561,hub,hub,non_hub,585124.983126,4512588.88932,585505.709717,4509935.07175
+5059,5059,170,93.0,005000,,40.7359163467,-73.9873427633,153.0,012500,40.76064679,-73.98442659,1099.10089133,2439,5061,2096,3595,012500,322911522.418,005000,120638459.215,,0.0,012500,005000,25678.957722,45486,112561,hub,hub,non_hub,585720.180916,4512683.17447,585505.709717,4509935.07175
+5060,5060,375,186.0,005000,,40.7359163467,-73.9873427633,252.0,012700,40.762485435,-73.990447135,1087.00405459,6437,5061,4434,3595,012700,104637996.687,005000,120638459.215,,0.0,012700,005000,25678.957722,83393,112561,hub,hub,non_hub,585209.656415,4512881.41361,585505.709717,4509935.07175
+5061,5061,108,93.0,005000,,40.7359163467,-73.9873427633,72.0,012900,40.76341379,-73.99667444,1396.17157785,5312,5061,3621,3595,012900,158698340.053,005000,120638459.215,,0.0,012900,005000,25678.957722,28661,112561,hub,hub,non_hub,584682.864463,4512978.43901,585505.709717,4509935.07175
+5062,5062,416,279.0,005000,,40.7359163467,-73.9873427633,480.0,013100,40.7621295133,-73.98215453,1053.72757779,2489,5061,2283,3595,013100,405023451.28,005000,120638459.215,,0.0,013100,005000,25678.957722,107228,112561,hub,hub,non_hub,585910.04945,4512849.98999,585505.709717,4509935.07175
+5063,5063,335,279.0,005000,,40.7359163467,-73.9873427633,303.0,013300,40.7647250567,-73.9866537633,1251.47347464,5363,5061,3909,3595,013300,79847412.2593,005000,120638459.215,,0.0,013300,005000,25678.957722,89810,112561,hub,hub,non_hub,585526.963405,4513133.71926,585505.709717,4509935.07175
+5064,5064,298,186.0,005000,,40.7359163467,-73.9873427633,195.0,013500,40.766984435,-73.99227308,1270.22780877,6075,5061,3935,3595,013500,198199142.958,005000,120638459.215,,0.0,013500,005000,25678.957722,64723,112561,hub,hub,non_hub,585049.80204,4513379.06475,585505.709717,4509935.07175
+5065,5065,361,186.0,005000,,40.7359163467,-73.9873427633,294.0,013700,40.766109285,-73.981808355,1329.58687067,6557,5061,5442,3595,013700,314878324.419,005000,120638459.215,,0.0,013700,005000,25678.957722,91142,112561,hub,hub,non_hub,585934.141665,4513292.1137,585505.709717,4509935.07175
+5066,5066,84,93.0,005000,,40.7359163467,-73.9873427633,81.0,013900,40.768254,-73.988639,1404.14817981,7607,5061,7359,3595,013900,139918084.587,005000,120638459.215,,0.0,013900,005000,25678.957722,26390,112561,hub,hub,non_hub,585354.890073,4513523.52534,585505.709717,4509935.07175
+5067,5067,115,93.0,005000,,40.7359163467,-73.9873427633,147.0,014300,40.76590936,-73.97634151,1542.32434914,3,5061,0,3595,014300,50027992.3322,005000,120638459.215,,0.0,014300,005000,25678.957722,21051,112561,hub,hub,non_hub,586395.803012,4513275.28949,585505.709717,4509935.07175
+5068,5068,378,93.0,005000,,40.7359163467,-73.9873427633,108.0,014500,40.76915505,-73.98191841,1367.45340117,5811,5061,3462,3595,014500,253397343.373,005000,120638459.215,,0.0,014500,005000,25678.957722,68350,112561,hub,hub,non_hub,585920.929601,4513630.10902,585505.709717,4509935.07175
+5069,5069,180,93.0,005000,,40.7359163467,-73.9873427633,165.0,014700,40.770513,-73.988038,1203.84781721,2586,5061,1743,3595,014700,70871746.8417,005000,120638459.215,,0.0,014700,005000,25678.957722,35099,112561,hub,hub,non_hub,585402.720353,4513774.87644,585505.709717,4509935.07175
+5070,5070,50,93.0,005000,,40.7359163467,-73.9873427633,108.0,015100,40.771522,-73.990541,1591.8761801,8105,5061,4856,3595,015100,164953931.102,005000,120638459.215,,0.0,015100,005000,25678.957722,17578,112561,hub,hub,non_hub,585190.192062,4513884.4495,585505.709717,4509935.07175
+5071,5071,549,186.0,005000,,40.7359163467,-73.9873427633,210.0,031703,40.71644312,-74.014902115,1431.55476297,8670,5061,4231,3595,031703,332361109.355,005000,120638459.215,,0.0,031703,005000,25678.957722,136082,112561,hub,hub,non_hub,583202.897614,4507746.93647,585505.709717,4509935.07175
+5072,5072,206,279.0,005000,,40.7359163467,-73.9873427633,294.0,031704,40.7085171733,-74.0165557667,1597.06960614,6610,5061,3790,3595,031704,160823714.408,005000,120638459.215,,0.0,031704,005000,25678.957722,105244,112561,hub,hub,non_hub,583073.076824,4506865.54027,585505.709717,4509935.07175
+5073,5073,373,279.0,005000,,40.7359163467,-73.9873427633,255.0,000600,40.7128987867,-73.9898646367,1139.15554863,11558,5061,4083,3595,000600,59149181.7526,005000,120638459.215,,0.0,000600,005000,25678.957722,70053,112561,hub,hub,non_hub,585322.159723,4507377.5136,585505.709717,4509935.07175
+5074,5074,390,318.0,005200,,40.73715585,-73.991241315,108.0,000202,40.71318002,-73.9818904933,1376.21179948,8012,4193,3598,1785,000202,37878157.9781,005200,109103391.81,005200,1342060911.0,000202,005200,24398.347745,56352,168808,hub,hub,non_hub,585995.353038,4507416.50937,585174.941656,4510068.87544
+5075,5075,718,742.0,005200,,40.73715585,-73.991241315,516.0,000700,40.70581148,-74.0081572071,1552.21482097,7722,4193,5201,1785,000700,476954959.734,005200,109103391.81,005200,1342060911.0,000700,005200,24398.347745,160040,168808,hub,hub,non_hub,583785.918305,4506573.16797,585174.941656,4510068.87544
+5076,5076,117,212.0,005200,,40.73715585,-73.991241315,94.0,000800,40.712414475,-73.993471545,1274.77474108,10365,4193,4150,1785,000800,46479755.076,005200,109103391.81,005200,1342060911.0,000800,005200,24398.347745,34254,168808,hub,hub,non_hub,585018.109713,4507320.25418,585174.941656,4510068.87544
+5077,5077,142,318.0,005200,,40.73715585,-73.991241315,194.0,000900,40.7024745833,-74.01224785,1765.41784604,1140,4193,939,1785,000900,404341803.896,005200,109103391.81,005200,1342060911.0,000900,005200,24398.347745,46446,168808,hub,hub,non_hub,583444.520998,4506198.85784,585174.941656,4510068.87544
+5078,5078,81,106.0,005200,,40.73715585,-73.991241315,38.0,001002,40.71782143,-73.97628939,1176.97282609,6439,4193,2346,1785,001002,22763374.2099,005200,109103391.81,005200,1342060911.0,001002,005200,24398.347745,15916,168808,hub,hub,non_hub,586462.45635,4507937.23607,585174.941657,4510068.87544
+5079,5079,498,212.0,005200,,40.73715585,-73.991241315,92.0,001200,40.717364275,-73.982955325,1102.36191836,3547,4193,1857,1785,001200,23518220.7411,005200,109103391.81,005200,1342060911.0,001200,005200,24398.347745,36493,168808,hub,hub,non_hub,585900.031125,4507879.94738,585174.941656,4510068.87544
+5080,5080,98,106.0,005200,,40.73715585,-73.991241315,72.0,001300,40.70463334,-74.01361706,1787.25,3776,4193,3028,1785,001300,286606455.687,005200,109103391.81,005200,1342060911.0,001300,005200,24398.347745,27671,168808,hub,hub,non_hub,583326.158808,4506437.19368,585174.941656,4510068.87544
+5081,5081,247,106.0,005200,,40.73715585,-73.991241315,56.0,001401,40.71559509,-73.9870295,998.752264808,3289,4193,1708,1785,001401,20168722.3199,005200,109103391.81,005200,1342060911.0,001401,005200,24398.347745,26885,168808,hub,hub,non_hub,585558.18429,4507679.57909,585174.941656,4510068.87544
+5082,5082,115,212.0,005200,,40.73715585,-73.991241315,134.0,001501,40.70966832,-74.003597135,1637.55965278,5581,4193,3450,1785,001501,172466366.322,005200,109103391.81,005200,1342060911.0,001501,005200,24398.347745,27425,168808,hub,hub,non_hub,584166.279828,4507005.66129,585174.941656,4510068.87544
+5083,5083,425,318.0,005200,,40.73715585,-73.991241315,246.0,001502,40.7088053467,-74.00635276,1475.63337883,7095,4193,3459,1785,001502,221282059.103,005200,109103391.81,005200,1342060911.0,001502,005200,24398.347745,82052,168808,hub,hub,non_hub,583934.59195,4506907.22889,585174.941656,4510068.87544
+5084,5084,532,318.0,005200,,40.73715585,-73.991241315,214.0,001600,40.7153350167,-73.9943926833,1052.49268457,8236,4193,3242,1785,001600,76565505.7581,005200,109103391.81,005200,1342060911.0,001600,005200,24398.347745,82798,168808,hub,hub,non_hub,584936.591099,4507643.5622,585174.941656,4510068.87544
+5085,5085,1501,424.0,005200,,40.73715585,-73.991241315,308.0,001800,40.7193657075,-73.9906468425,910.932039807,8063,4193,3489,1785,001800,60554858.5127,005200,109103391.81,005200,1342060911.0,001800,005200,24398.347745,133306,168808,hub,hub,non_hub,585247.838585,4508094.62497,585174.941656,4510068.87544
+5086,5086,443,212.0,005200,,40.73715585,-73.991241315,92.0,002000,40.721554605,-73.977309405,904.955688708,4795,4193,1899,1785,002000,17907673.5628,005200,109103391.81,005200,1342060911.0,002000,005200,24398.347745,31656,168808,hub,hub,non_hub,586371.478696,4508350.63994,585174.941656,4510068.87544
+5087,5087,669,424.0,005200,,40.73715585,-73.991241315,204.0,002100,40.71451321,-74.0108850975,1182.46438313,6111,4193,3038,1785,002100,273869828.705,005200,109103391.81,005200,1342060911.0,002100,005200,24398.347745,151037,168808,hub,hub,non_hub,583544.598931,4507536.51732,585174.941656,4510068.87544
+5088,5088,266,212.0,005200,,40.73715585,-73.991241315,88.0,002201,40.71833027,-73.980972895,1033.06919255,6762,4193,3030,1785,002201,37585954.9949,005200,109103391.81,005200,1342060911.0,002201,005200,24398.347745,26391,168808,hub,hub,non_hub,586066.226443,4507989.12022,585174.941657,4510068.87544
+5089,5089,265,106.0,005200,,40.73715585,-73.991241315,62.0,002202,40.7208736,-73.98085795,862.113618306,2256,4193,1045,1785,002202,13179093.8977,005200,109103391.81,005200,1342060911.0,002202,005200,24398.347745,23935,168808,hub,hub,non_hub,586072.658368,4508271.55961,585174.941656,4510068.87544
+5090,5090,197,212.0,005200,,40.73715585,-73.991241315,96.0,002400,40.724744875,-73.974986535,848.694164299,5775,4193,2175,1785,002400,17986635.5592,005200,109103391.81,005200,1342060911.0,002400,005200,24398.347745,17965,168808,hub,hub,non_hub,586563.526382,4508707.06897,585174.941656,4510068.87544
+5091,5091,89,212.0,005200,,40.73715585,-73.991241315,124.0,002500,40.7111743,-73.99849582,1194.07648074,5061,4193,1917,1785,002500,22428407.6271,005200,109103391.81,005200,1342060911.0,002500,005200,24398.347745,28216,168808,hub,hub,non_hub,584595.28909,4507177.73549,585174.941656,4510068.87544
+5092,5092,223,106.0,005200,,40.73715585,-73.991241315,62.0,002601,40.72299208,-73.97995466,909.218864469,3774,4193,1593,1785,002601,22248722.3098,005200,109103391.81,005200,1342060911.0,002601,005200,24398.347745,22144,168808,hub,hub,non_hub,586146.216204,4508507.61099,585174.941656,4510068.87544
+5093,5093,158,106.0,005200,,40.73715585,-73.991241315,54.0,002700,40.71307916,-73.99851193,1045.65,1191,4193,655,1785,002700,11349914.9514,005200,109103391.81,005200,1342060911.0,002700,005200,24398.347745,20570,168808,hub,hub,non_hub,584591.517275,4507389.17181,585174.941656,4510068.87544
+5094,5094,613,106.0,005200,,40.73715585,-73.991241315,64.0,002800,40.72521311,-73.97768752,821.81272626,7302,4193,3341,1785,002800,47641507.3146,005200,109103391.81,005200,1342060911.0,002800,005200,24398.347745,36744,168808,hub,hub,non_hub,586334.816403,4508756.38709,585174.941656,4510068.87544
+5095,5095,215,106.0,005200,,40.73715585,-73.991241315,86.0,002900,40.71602118,-73.99974372,946.536150512,5855,4193,2420,1785,002900,200965547.24,005200,109103391.81,005200,1342060911.0,002900,005200,24398.347745,31936,168808,hub,hub,non_hub,584483.752153,4507714.56961,585174.941656,4510068.87544
+5096,5096,639,106.0,005200,,40.73715585,-73.991241315,70.0,003001,40.72066442,-73.98517977,936.152750551,4301,4193,2553,1785,003001,34302720.7166,005200,109103391.81,005200,1342060911.0,003001,005200,24398.347745,41223,168808,hub,hub,non_hub,585707.91731,4508244.11218,585174.941657,4510068.87544
+5097,5097,624,106.0,005200,,40.73715585,-73.991241315,74.0,003002,40.72217444,-73.98368779,842.50592698,3031,4193,1885,1785,003002,18686109.2263,005200,109103391.81,005200,1342060911.0,003002,005200,24398.347745,38675,168808,hub,hub,non_hub,585831.986427,4508413.19181,585174.941656,4510068.87544
+5098,5098,541,318.0,005200,,40.73715585,-73.991241315,242.0,003100,40.7140617467,-74.0041933367,1246.98358638,2809,4193,858,1785,003100,145687012.574,005200,109103391.81,005200,1342060911.0,003100,005200,24398.347745,81469,168808,hub,hub,non_hub,584110.388584,4507492.78891,585174.941656,4510068.87544
+5099,5099,3022,318.0,005200,,40.73715585,-73.991241315,200.0,003200,40.7260543867,-73.9823576167,703.014106558,7630,4193,4888,1785,003200,46369492.482,005200,109103391.81,005200,1342060911.0,003200,005200,24398.347745,138064,168808,hub,hub,hub,585939.335766,4508845.19329,585174.941657,4510068.87544
+5100,5100,734,530.0,005200,,40.73715585,-73.991241315,346.0,003300,40.7188249964,-74.0063274423,1065.84300675,5174,4193,2694,1785,003300,215459582.054,005200,109103391.81,005200,1342060911.0,003300,005200,24398.347745,115059,168808,hub,hub,non_hub,583924.147135,4508019.49919,585174.941656,4510068.87544
+5101,5101,1388,106.0,005200,,40.73715585,-73.991241315,78.0,003400,40.72955361,-73.98057249,567.178626141,6706,4193,4203,1785,003400,42933229.7541,005200,109103391.81,005200,1342060911.0,003400,005200,24398.347745,47926,168808,hub,hub,non_hub,586085.581298,4509235.37985,585174.941657,4510068.87544
+5102,5102,976,212.0,005200,,40.73715585,-73.991241315,132.0,003601,40.72217423,-73.990293175,753.17893922,3299,4193,1613,1785,003601,29191583.8104,005200,109103391.81,005200,1342060911.0,003601,005200,24398.347745,77585,168808,hub,hub,non_hub,585274.124459,4508406.73315,585174.941656,4510068.87544
+5103,5103,1396,212.0,005200,,40.73715585,-73.991241315,124.0,003602,40.724852985,-73.989265345,700.662693568,2918,4193,1586,1785,003602,24941258.1161,005200,109103391.81,005200,1342060911.0,003602,005200,24398.347745,82124,168808,hub,hub,non_hub,585357.507872,4508705.09166,585174.941657,4510068.87544
+5104,5104,1547,424.0,005200,,40.73715585,-73.991241315,296.0,003700,40.7256696075,-74.0052069325,816.98534416,2401,4193,1490,1785,003700,212385639.924,005200,109103391.81,005200,1342060911.0,003700,005200,24398.347745,173333,168808,hub,hub,non_hub,584010.178026,4508780.36793,585174.941656,4510068.87544
+5105,5105,3567,424.0,005200,,40.73715585,-73.991241315,320.0,003800,40.72765889,-73.988195855,581.091418695,8610,4193,5795,1785,003800,67437493.5221,005200,109103391.81,005200,1342060911.0,003800,005200,24398.347745,167230,168808,hub,hub,hub,585444.239635,4509017.60641,585174.941657,4510068.87544
+5106,5106,645,424.0,005200,,40.73715585,-73.991241315,212.0,003900,40.7201717475,-74.00983051,1174.61068855,5253,4193,3059,1785,003900,194910113.03,005200,109103391.81,005200,1342060911.0,003900,005200,24398.347745,113624,168808,hub,hub,non_hub,583626.593058,4508165.65565,585174.941656,4510068.87544
+5107,5107,2772,212.0,005200,,40.73715585,-73.991241315,132.0,004000,40.73000573,-73.98549552,548.514977738,9801,4193,4546,1785,004000,66858387.5133,005200,109103391.81,005200,1342060911.0,004000,005200,24398.347745,99660,168808,hub,hub,non_hub,585669.269443,4509280.75306,585174.941657,4510068.87544
+5108,5108,1762,212.0,005200,,40.73715585,-73.991241315,128.0,004100,40.7195529,-73.996789035,873.934884463,7793,4193,3765,1785,004100,71738983.3617,005200,109103391.81,005200,1342060911.0,004100,005200,24398.347745,114685,168808,hub,hub,non_hub,584728.836557,4508109.46034,585174.941657,4510068.87544
+5109,5109,772,106.0,005200,,40.73715585,-73.991241315,70.0,004200,40.73223272,-73.98889957,403.901409314,4988,4193,1801,1785,004200,39941846.3325,005200,109103391.81,005200,1342060911.0,004200,005200,24398.347745,50846,168808,hub,hub,non_hub,585378.96492,4509524.64843,585174.941657,4510068.87544
+5110,5110,1844,212.0,005200,,40.73715585,-73.991241315,134.0,004300,40.723870235,-73.995226525,697.277023003,4267,4193,2598,1785,004300,65935514.1184,005200,109103391.81,005200,1342060911.0,004300,005200,24398.347745,95162,168808,hub,hub,non_hub,584855.320992,4508590.22212,585174.941657,4510068.87544
+5111,5111,3905,212.0,005200,,40.73715585,-73.991241315,120.0,004400,40.73080269,-73.97968993,523.952263399,17710,4193,8297,1785,004400,114601147.016,005200,109103391.81,005200,1342060911.0,004400,005200,24398.347745,106427,168808,hub,hub,hub,586158.498991,4509374.90208,585174.941657,4510068.87544
+5112,5112,376,106.0,005200,,40.73715585,-73.991241315,54.0,004500,40.71910537,-73.99973337,851.84692447,840,4193,582,1785,004500,52009114.8865,005200,109103391.81,005200,1342060911.0,004500,005200,24398.347745,34275,168808,hub,hub,non_hub,584480.726971,4508056.94497,585174.941656,4510068.87544
+5113,5113,225,106.0,005200,,40.73715585,-73.991241315,78.0,004700,40.72165481,-74.00234737,934.441666667,2267,4193,1586,1785,004700,75477587.1594,005200,109103391.81,005200,1342060911.0,004700,005200,24398.347745,27544,168808,hub,hub,non_hub,584256.734795,4508337.43837,585174.941656,4510068.87544
+5114,5114,1433,106.0,005200,,40.73715585,-73.991241315,70.0,004800,40.73624527,-73.98473765,398.118736862,7550,4193,3799,1785,004800,74763044.6965,005200,109103391.81,005200,1342060911.0,004800,005200,24398.347745,42567,168808,hub,hub,non_hub,585725.258797,4509974.12516,585174.941657,4510068.87544
+5115,5115,1129,212.0,005200,,40.73715585,-73.991241315,146.0,004900,40.724268615,-74.000521515,786.676798345,4951,4193,3054,1785,004900,103848670.177,005200,109103391.81,005200,1342060911.0,004900,005200,24398.347745,80152,168808,hub,hub,non_hub,584407.63728,4508629.34168,585174.941656,4510068.87544
+5116,5116,1691,318.0,005200,,40.73715585,-73.991241315,186.0,005000,40.7359163467,-73.9873427633,395.642754473,5061,4193,3595,1785,005000,120638459.215,005200,109103391.81,005200,1342060911.0,005000,005200,24398.347745,111023,168808,hub,hub,non_hub,585505.709717,4509935.07175,585174.941656,4510068.87544
+5117,5117,2587,106.0,005200,,40.73715585,-73.991241315,94.0,005400,40.73971301,-73.99456405,309.21044639,4656,4193,2837,1785,005400,128803552.888,005200,109103391.81,005200,1342060911.0,005400,005200,24398.347745,73728,168808,hub,hub,non_hub,584891.129718,4510349.51956,585174.941657,4510068.87544
+5118,5118,895,106.0,005200,,40.73715585,-73.991241315,60.0,005501,40.72679454,-73.99695094,655.554676014,5079,4193,2483,1785,005501,61061928.4125,005200,109103391.81,005200,1342060911.0,005501,005200,24398.347745,57258,168808,hub,hub,non_hub,584705.980012,4508913.17477,585174.941657,4510068.87544
+5119,5119,1297,106.0,005200,,40.73715585,-73.991241315,54.0,005502,40.72743423,-73.99379025,568.052021965,2383,4193,1262,1785,005502,49017118.6146,005200,109103391.81,005200,1342060911.0,005502,005200,24398.347745,55117,168808,hub,hub,non_hub,584972.085912,4508987.23863,585174.941657,4510068.87544
+5120,5120,3732,212.0,005200,,40.73715585,-73.991241315,190.0,005600,40.74065347,-73.98778661,329.840442812,2618,4193,2190,1785,005600,189153355.609,005200,109103391.81,005200,1342060911.0,005600,005200,24398.347745,113209,168808,hub,hub,hub,585462.168743,4510460.49357,585174.941657,4510068.87544
+5121,5121,4021,212.0,005200,,40.73715585,-73.991241315,164.0,005700,40.729662915,-73.992405595,458.689419246,2937,4193,1789,1785,005700,90178032.7137,005200,109103391.81,005200,1342060911.0,005700,005200,24398.347745,156896,168808,hub,hub,hub,585086.179602,4509235.9788,585174.941656,4510068.87544
+5122,5122,5450,212.0,005200,,40.73715585,-73.991241315,174.0,005800,40.743154205,-73.990299735,345.514082747,3182,4193,2306,1785,005800,164037511.755,005200,109103391.81,005200,1342060911.0,005800,005200,24398.347745,130970,168808,hub,hub,hub,585246.786708,4510735.64918,585174.941657,4510068.87544
+5123,5123,1057,106.0,005200,,40.73715585,-73.991241315,62.0,005900,40.73049393,-73.9957214,427.235175397,5516,4193,3276,1785,005900,71785177.1361,005200,109103391.81,005200,1342060911.0,005900,005200,24398.347745,53180,168808,hub,hub,non_hub,584805.117401,4509325.01914,585174.941657,4510068.87544
+5124,5124,1945,212.0,005200,,40.73715585,-73.991241315,126.0,006000,40.734822295,-73.976916765,625.75972303,5286,4193,2459,1785,006000,27468182.8943,005200,109103391.81,005200,1342060911.0,006000,005200,24398.347745,80462,168808,hub,hub,non_hub,586387.478737,4509823.83141,585174.941657,4510068.87544
+5125,5125,1922,424.0,005200,,40.73715585,-73.991241315,282.0,006100,40.73385254,-73.992357065,467.478947024,4913,4193,2683,1785,006100,91682014.33,005200,109103391.81,005200,1342060911.0,006100,005200,24398.347745,245510,168808,hub,hub,non_hub,585084.940162,4509701.10308,585174.941656,4510068.87544
+5126,5126,758,106.0,005200,,40.73715585,-73.991241315,60.0,006200,40.7381765,-73.97738662,612.569487179,4680,4193,1401,1785,006200,231817485.533,005200,109103391.81,005200,1342060911.0,006200,005200,24398.347745,33218,168808,hub,hub,non_hub,586343.467107,4510195.70961,585174.941657,4510068.87544
+5127,5127,2243,318.0,005200,,40.73715585,-73.991241315,198.0,006300,40.7346940933,-73.99785666,437.350064202,6076,4193,4277,1785,006300,85447631.8451,005200,109103391.81,005200,1342060911.0,006300,005200,24398.347745,120233,168808,hub,hub,non_hub,584619.48321,4509789.20591,585174.941657,4510068.87544
+5128,5128,1560,106.0,005200,,40.73715585,-73.991241315,78.0,006400,40.73587678,-73.98205027,451.509220798,7518,4193,5058,1785,006400,95664936.1545,005200,109103391.81,005200,1342060911.0,006400,005200,24398.347745,47750,168808,hub,hub,non_hub,585952.649806,4509935.84788,585174.941657,4510068.87544
+5129,5129,2073,318.0,005200,,40.73715585,-73.991241315,212.0,006500,40.7306296367,-73.9991423,522.836916959,6517,4193,3568,1785,006500,59290910.3694,005200,109103391.81,005200,1342060911.0,006500,005200,24398.347745,125356,168808,hub,hub,non_hub,584516.067395,4509336.78488,585174.941656,4510068.87544
+5130,5130,1705,212.0,005200,,40.73715585,-73.991241315,164.0,006600,40.739285505,-73.97827188,586.986124133,11780,4193,6818,1785,006600,84730469.4548,005200,109103391.81,005200,1342060911.0,006600,005200,24398.347745,74621,168808,hub,hub,non_hub,586267.286922,4510317.94668,585174.941657,4510068.87544
+5131,5131,1000,106.0,005200,,40.73715585,-73.991241315,78.0,006700,40.73038599,-74.00214988,585.457541956,4984,4193,3796,1785,006700,47238039.9972,005200,109103391.81,005200,1342060911.0,006700,005200,24398.347745,70025,168808,hub,hub,non_hub,584262.399901,4509306.84766,585174.941657,4510068.87544
+5132,5132,1754,106.0,005200,,40.73715585,-73.991241315,78.0,006800,40.74025878,-73.98409214,408.166291271,6735,4193,4494,1785,006800,130298431.446,005200,109103391.81,005200,1342060911.0,006800,005200,24398.347745,58926,168808,hub,hub,non_hub,585774.608423,4510420.28363,585174.941657,4510068.87544
+5133,5133,1396,212.0,005200,,40.73715585,-73.991241315,134.0,006900,40.732319905,-74.0069291,795.220505269,2687,4193,1484,1785,006900,61292499.9331,005200,109103391.81,005200,1342060911.0,006900,005200,24398.347745,130727,168808,hub,hub,non_hub,583856.38945,4509516.94969,585174.941656,4510068.87544
+5134,5134,2747,318.0,005200,,40.73715585,-73.991241315,254.0,007000,40.7425370452,-73.975656921,704.024422895,8302,4193,5669,1785,007000,78634704.8451,005200,109103391.81,005200,1342060911.0,007000,005200,24398.347745,145227,168808,hub,hub,non_hub,586483.86661,4510681.46399,585174.941657,4510068.87544
+5135,5135,1689,212.0,005200,,40.73715585,-73.991241315,142.0,007100,40.736526545,-74.000108805,472.11281904,5633,4193,3844,1785,007100,68447429.2743,005200,109103391.81,005200,1342060911.0,007100,005200,24398.347745,79459,168808,hub,hub,non_hub,584426.995774,4509990.4524,585174.941657,4510068.87544
+5136,5136,3647,318.0,005200,,40.73715585,-73.991241315,252.0,007200,40.7447014833,-73.98154809,544.281068738,7734,4193,5222,1785,007200,132092861.454,005200,109103391.81,005200,1342060911.0,007200,005200,24398.347745,157612,168808,hub,hub,hub,585983.687715,4510915.94446,585174.941657,4510068.87544
+5137,5137,1308,212.0,005200,,40.73715585,-73.991241315,118.0,007300,40.734682705,-74.00388484,643.285130836,5615,4193,4547,1785,007300,48716185.79,005200,109103391.81,005200,1342060911.0,007300,005200,24398.347745,92567,168808,hub,hub,non_hub,584110.479319,4509782.14883,585174.941656,4510068.87544
+5138,5138,3240,212.0,005200,,40.73715585,-73.991241315,172.0,007400,40.746413585,-73.98586892,441.074830773,4179,4193,2700,1785,007400,170614202.951,005200,109103391.81,005200,1342060911.0,007400,005200,24398.347745,81121,168808,hub,hub,hub,585616.696258,4511101.7763,585174.941657,4510068.87544
+5139,5139,4338,212.0,005200,,40.73715585,-73.991241315,138.0,007600,40.74737476,-73.988320695,483.941752927,2203,4193,1573,1785,007600,242014413.464,005200,109103391.81,005200,1342060911.0,007600,005200,24398.347745,97464,168808,hub,hub,hub,585408.475283,4511206.08492,585174.941657,4510068.87544
+5140,5140,1651,106.0,005200,,40.73715585,-73.991241315,86.0,007700,40.7390169121,-74.0026376103,529.094093407,5404,4193,4254,1785,007700,59306273.1509,005200,109103391.81,005200,1342060911.0,007700,005200,24398.347745,79025,168808,hub,hub,non_hub,584210.329106,4510264.47156,585174.941657,4510068.87544
+5141,5141,897,106.0,005200,,40.73715585,-73.991241315,78.0,007800,40.74780373,-73.9734419,799.041923868,7380,4193,5372,1785,007800,112124597.728,005200,109103391.81,005200,1342060911.0,007800,005200,24398.347745,59601,168808,hub,hub,non_hub,586664.043115,4511268.28888,585174.941657,4510068.87544
+5142,5142,2968,530.0,005200,,40.73715585,-73.991241315,348.0,007900,40.738916514,-74.007286026,682.860026622,4406,4193,2904,1785,007900,86937368.5918,005200,109103391.81,005200,1342060911.0,007900,005200,24398.347745,171846,168808,hub,hub,non_hub,583817.969395,4510248.87788,585174.941657,4510068.87544
+5143,5143,1273,212.0,005200,,40.73715585,-73.991241315,142.0,008000,40.7485693,-73.97717991,707.63978195,4946,4193,3730,1785,008000,197763821.532,005200,109103391.81,005200,1342060911.0,008000,005200,24398.347745,74808,168808,hub,hub,non_hub,586347.477591,4511349.58844,585174.941656,4510068.87544
+5144,5144,1840,106.0,005200,,40.73715585,-73.991241315,78.0,008100,40.73935542,-73.99931783,404.01729839,8675,4193,5315,1785,008100,91100400.6907,005200,109103391.81,005200,1342060911.0,008100,005200,24398.347745,53195,168808,hub,hub,non_hub,584490.204148,4510305.23824,585174.941657,4510068.87544
+5145,5145,5099,318.0,005200,,40.73715585,-73.991241315,350.0,008200,40.75196979,-73.9794107228,692.92961635,3442,4193,2534,1785,008200,262405408.076,005200,109103391.81,005200,1342060911.0,008200,005200,24398.347745,228612,168808,hub,hub,hub,586154.757602,4511724.87532,585174.941657,4510068.87544
+5146,5146,7459,424.0,005200,,40.73715585,-73.991241315,238.0,008300,40.742591315,-74.004102785,516.456662857,4211,4193,2321,1785,008300,119862327.354,005200,109103391.81,005200,1342060911.0,008300,005200,24398.347745,186113,168808,hub,hub,hub,584082.11654,4510659.85081,585174.941657,4510068.87544
+5147,5147,1069,106.0,005200,,40.73715585,-73.991241315,76.0,008400,40.75038009,-73.98338988,581.513526197,1726,4193,1041,1785,008400,147824461.739,005200,109103391.81,005200,1342060911.0,008400,005200,24398.347745,34199,168808,hub,hub,non_hub,585820.889203,4511544.50828,585174.941657,4510068.87544
+5148,5148,213,106.0,005200,,40.73715585,-73.991241315,86.0,008601,40.744219,-73.97121214,975.936095662,2551,4193,1528,1785,008601,31141773.9073,005200,109103391.81,005200,1342060911.0,008601,005200,24398.347745,31961,168808,hub,hub,non_hub,586856.951039,4510872.56191,585174.941656,4510068.87544
+5149,5149,3847,212.0,005200,,40.73715585,-73.991241315,156.0,008700,40.74206378,-73.995708955,379.967794405,6671,4193,4249,1785,008700,85660216.7821,005200,109103391.81,005200,1342060911.0,008700,005200,24398.347745,152953,168808,hub,hub,hub,584791.475936,4510609.36503,585174.941657,4510068.87544
+5150,5150,459,212.0,005200,,40.73715585,-73.991241315,156.0,008800,40.75012189,-73.970133575,924.6860972,6964,4193,5507,1785,008800,216532475.876,005200,109103391.81,005200,1342060911.0,008800,005200,24398.347745,43247,168808,hub,hub,non_hub,586940.323322,4511528.89362,585174.941656,4510068.87544
+5151,5151,5184,318.0,005200,,40.73715585,-73.991241315,240.0,008900,40.74529008,-74.0021768567,563.608212891,5560,4193,3511,1785,008900,54419260.2723,005200,109103391.81,005200,1342060911.0,008900,005200,24398.347745,158638,168808,hub,hub,hub,584241.316685,4510961.27944,585174.941657,4510068.87544
+5152,5152,698,318.0,005200,,40.73715585,-73.991241315,220.0,009000,40.75261798,-73.9703317533,905.479376118,7026,4193,5832,1785,009000,208846060.851,005200,109103391.81,005200,1342060911.0,009000,005200,24398.347745,74531,168808,hub,hub,non_hub,586920.342162,4511805.78171,585174.941656,4510068.87544
+5153,5153,1655,106.0,005200,,40.73715585,-73.991241315,78.0,009100,40.74487634,-73.99529885,473.897588197,6415,4193,4386,1785,009100,127325659.041,005200,109103391.81,005200,1342060911.0,009100,005200,24398.347745,63878,168808,hub,hub,non_hub,584822.527687,4510921.97538,585174.941657,4510068.87544
+5154,5154,596,212.0,005200,,40.73715585,-73.991241315,220.0,009200,40.7548518863,-73.9734329075,863.565277551,1754,4193,1461,1785,009200,408192557.246,005200,109103391.81,005200,1342060911.0,009200,005200,24398.347745,72226,168808,hub,hub,non_hub,586655.650548,4512050.69496,585174.941656,4510068.87544
+5155,5155,1686,106.0,005200,,40.73715585,-73.991241315,78.0,009300,40.74475148,-73.99915362,512.006994028,9705,4193,5585,1785,009300,68528055.2433,005200,109103391.81,005200,1342060911.0,009300,005200,24398.347745,52202,168808,hub,hub,non_hub,584497.239363,4510904.39701,585174.941657,4510068.87544
+5156,5156,1157,106.0,005200,,40.73715585,-73.991241315,62.0,009400,40.75320159,-73.9779874,714.846112136,29,4193,16,1785,009400,299218147.811,005200,109103391.81,005200,1342060911.0,009400,005200,24398.347745,82147,168808,hub,hub,non_hub,586273.319313,4511863.01244,585174.941657,4510068.87544
+5157,5157,1473,106.0,005200,,40.73715585,-73.991241315,102.0,009500,40.746647,-73.993915,508.883677059,3425,4193,1416,1785,009500,129660033.725,005200,109103391.81,005200,1342060911.0,009500,005200,24398.347745,57488,168808,hub,hub,non_hub,584937.108907,4511119.86954,585174.941657,4510068.87544
+5158,5158,952,318.0,005200,,40.73715585,-73.991241315,280.0,009600,40.7560572454,-73.9803793864,811.813454316,153,4193,268,1785,009600,270304841.585,005200,109103391.81,005200,1342060911.0,009600,005200,24398.347745,71527,168808,hub,hub,non_hub,586067.71319,4512177.66251,585174.941656,4510068.87544
+5159,5159,2533,318.0,005200,,40.73715585,-73.991241315,198.0,009700,40.7493616033,-73.9991321067,710.126483866,4744,4193,2827,1785,009700,83018263.1602,005200,109103391.81,005200,1342060911.0,009700,005200,24398.347745,118804,168808,hub,hub,non_hub,584493.220017,4511416.17434,585174.941657,4510068.87544
+5160,5160,451,212.0,005200,,40.73715585,-73.991241315,140.0,009800,40.755285655,-73.96667288,1043.07905899,7105,4193,5244,1785,009800,115943808.909,005200,109103391.81,005200,1342060911.0,009800,005200,24398.347745,40039,168808,hub,hub,non_hub,587225.727282,4512105.54383,585174.941656,4510068.87544
+5161,5161,3620,530.0,005200,,40.73715585,-73.991241315,370.0,009900,40.7520807866,-74.0031899092,891.228759444,3617,4193,2438,1785,009900,404439511.776,005200,109103391.81,005200,1342060911.0,009900,005200,24398.347745,208076,168808,hub,hub,hub,584147.226991,4511714.12465,585174.941657,4510068.87544
+5162,5162,667,318.0,005200,,40.73715585,-73.991241315,242.0,010000,40.7583696933,-73.9710287767,1002.21069068,1829,4193,1399,1785,010000,366457143.613,005200,109103391.81,005200,1342060911.0,010000,005200,24398.347745,72085,168808,hub,hub,non_hub,586854.014885,4512443.57459,585174.941656,4510068.87544
+5163,5163,4734,318.0,005200,,40.73715585,-73.991241315,254.0,010100,40.74945622,-73.9903382667,597.493373345,1119,4193,828,1785,010100,246168211.101,005200,109103391.81,005200,1342060911.0,010100,005200,24398.347745,183377,168808,hub,hub,hub,585235.486219,4511435.18064,585174.941657,4510068.87544
+5164,5164,503,212.0,005200,,40.73715585,-73.991241315,162.0,010200,40.7606694,-73.973473555,989.773795584,313,4193,268,1785,010200,333450202.294,005200,109103391.81,005200,1342060911.0,010200,005200,24398.347745,46675,168808,hub,hub,non_hub,586644.664817,4512696.44233,585174.941656,4510068.87544
+5165,5165,2877,212.0,005200,,40.73715585,-73.991241315,196.0,010300,40.751000495,-73.994372255,741.789996572,1859,4193,1351,1785,010300,141506056.87,005200,109103391.81,005200,1342060911.0,010300,005200,24398.347745,221593,168808,hub,hub,non_hub,584892.968075,4511602.69644,585174.941657,4510068.87544
+5166,5166,804,212.0,005200,,40.73715585,-73.991241315,150.0,010400,40.761664375,-73.976854975,946.440267002,1031,4193,1033,1785,010400,363981333.295,005200,109103391.81,005200,1342060911.0,010400,005200,24398.347745,65073,168808,hub,hub,non_hub,586357.961325,4512803.55852,585174.941656,4510068.87544
+5167,5167,261,106.0,005200,,40.73715585,-73.991241315,66.0,010602,40.75849116,-73.95920622,1227.14666137,4794,4193,2963,1785,010602,67980898.3739,005200,109103391.81,005200,1342060911.0,010602,005200,24398.347745,22153,168808,hub,hub,non_hub,587851.796682,4512468.82754,585174.941656,4510068.87544
+5168,5168,694,318.0,005200,,40.73715585,-73.991241315,234.0,010800,40.7591736033,-73.96613818,1168.09315069,8531,4193,6272,1785,010800,189351523.799,005200,109103391.81,005200,1342060911.0,010800,005200,24398.347745,79198,168808,hub,hub,non_hub,587265.778542,4512537.66689,585174.941656,4510068.87544
+5169,5169,1473,212.0,005200,,40.73715585,-73.991241315,228.0,010900,40.751351715,-73.987594755,692.487698536,182,4193,92,1785,010900,228173063.011,005200,109103391.81,005200,1342060911.0,010900,005200,24398.347745,60092,168808,hub,hub,non_hub,585464.669441,4511648.26242,585174.941656,4510068.87544
+5170,5170,587,106.0,005200,,40.73715585,-73.991241315,118.0,011201,40.7643971,-73.97371465,1179.43770227,827,4193,964,1785,011201,118515444.187,005200,109103391.81,005200,1342060911.0,011201,005200,24398.347745,41525,168808,hub,hub,non_hub,586619.474659,4513110.00718,585174.941656,4510068.87544
+5171,5171,451,106.0,005200,,40.73715585,-73.991241315,66.0,011203,40.76095756,-73.96724467,1167.72257669,1176,4193,1160,1785,011203,143782379.009,005200,109103391.81,005200,1342060911.0,011203,005200,24398.347745,48033,168808,hub,hub,non_hub,587170.050102,4512734.59972,585174.941656,4510068.87544
+5172,5172,5099,424.0,005200,,40.73715585,-73.991241315,396.0,011300,40.7548008425,-73.9888010575,764.947443649,204,4193,107,1785,011300,357940519.061,005200,109103391.81,005200,1342060911.0,011300,005200,24398.347745,236650,168808,hub,hub,hub,585358.423228,4512029.96675,585174.941657,4510068.87544
+5173,5173,1476,212.0,005200,,40.73715585,-73.991241315,164.0,011500,40.75701407,-73.992353645,918.909122417,2487,4193,1678,1785,011500,130958459.747,005200,109103391.81,005200,1342060911.0,011500,005200,24398.347745,103294,168808,hub,hub,non_hub,585055.712647,4512272.20178,585174.941657,4510068.87544
+5174,5174,866,212.0,005200,,40.73715585,-73.991241315,168.0,011700,40.76058799,-74.00080945,1135.86807309,2938,4193,2304,1785,011700,91270705.1484,005200,109103391.81,005200,1342060911.0,011700,005200,24398.347745,73016,168808,hub,hub,non_hub,584337.427395,4512660.77158,585174.941656,4510068.87544
+5175,5175,394,106.0,005200,,40.73715585,-73.991241315,68.0,011900,40.7568001,-73.98291153,812.435291526,1079,4193,1121,1785,011900,395254501.74,005200,109103391.81,005200,1342060911.0,011900,005200,24398.347745,39976,168808,hub,hub,non_hub,585853.012005,4512257.64444,585174.941656,4510068.87544
+5176,5176,1161,318.0,005200,,40.73715585,-73.991241315,218.0,012100,40.7598593767,-73.9914900133,1119.1449925,8366,4193,5744,1785,012100,101223732.045,005200,109103391.81,005200,1342060911.0,012100,005200,24398.347745,132767,168808,hub,hub,non_hub,585124.983126,4512588.88932,585174.941656,4510068.87544
+5177,5177,438,106.0,005200,,40.73715585,-73.991241315,102.0,012500,40.76064679,-73.98442659,969.29288927,2439,4193,2096,1785,012500,322911522.418,005200,109103391.81,005200,1342060911.0,012500,005200,24398.347745,45486,168808,hub,hub,non_hub,585720.180916,4512683.17447,585174.941656,4510068.87544
+5178,5178,799,212.0,005200,,40.73715585,-73.991241315,168.0,012700,40.762485435,-73.990447135,1037.84347398,6437,4193,4434,1785,012700,104637996.687,005200,109103391.81,005200,1342060911.0,012700,005200,24398.347745,83393,168808,hub,hub,non_hub,585209.656415,4512881.41361,585174.941656,4510068.87544
+5179,5179,334,106.0,005200,,40.73715585,-73.991241315,48.0,012900,40.76341379,-73.99667444,1175.10346684,5312,4193,3621,1785,012900,158698340.053,005200,109103391.81,005200,1342060911.0,012900,005200,24398.347745,28661,168808,hub,hub,non_hub,584682.864463,4512978.43901,585174.941656,4510068.87544
+5180,5180,1055,318.0,005200,,40.73715585,-73.991241315,320.0,013100,40.7621295133,-73.98215453,986.483695994,2489,4193,2283,1785,013100,405023451.28,005200,109103391.81,005200,1342060911.0,013100,005200,24398.347745,107228,168808,hub,hub,non_hub,585910.04945,4512849.98999,585174.941656,4510068.87544
+5181,5181,689,318.0,005200,,40.73715585,-73.991241315,202.0,013300,40.7647250567,-73.9866537633,1075.90848757,5363,4193,3909,1785,013300,79847412.2593,005200,109103391.81,005200,1342060911.0,013300,005200,24398.347745,89810,168808,hub,hub,non_hub,585526.963405,4513133.71926,585174.941656,4510068.87544
+5182,5182,583,212.0,005200,,40.73715585,-73.991241315,130.0,013500,40.766984435,-73.99227308,1181.00737,6075,4193,3935,1785,013500,198199142.958,005200,109103391.81,005200,1342060911.0,013500,005200,24398.347745,64723,168808,hub,hub,non_hub,585049.80204,4513379.06475,585174.941656,4510068.87544
+5183,5183,1064,212.0,005200,,40.73715585,-73.991241315,196.0,013700,40.766109285,-73.981808355,1095.80941158,6557,4193,5442,1785,013700,314878324.419,005200,109103391.81,005200,1342060911.0,013700,005200,24398.347745,91142,168808,hub,hub,non_hub,585934.141665,4513292.1137,585174.941656,4510068.87544
+5184,5184,186,106.0,005200,,40.73715585,-73.991241315,54.0,013900,40.768254,-73.988639,1086.0877907,7607,4193,7359,1785,013900,139918084.587,005200,109103391.81,005200,1342060911.0,013900,005200,24398.347745,26390,168808,hub,hub,non_hub,585354.890073,4513523.52534,585174.941656,4510068.87544
+5185,5185,260,106.0,005200,,40.73715585,-73.991241315,98.0,014300,40.76590936,-73.97634151,1178.73565051,3,4193,0,1785,014300,50027992.3322,005200,109103391.81,005200,1342060911.0,014300,005200,24398.347745,21051,168808,hub,hub,non_hub,586395.803012,4513275.28949,585174.941656,4510068.87544
+5186,5186,792,106.0,005200,,40.73715585,-73.991241315,72.0,014500,40.76915505,-73.98191841,1252.33112109,5811,4193,3462,1785,014500,253397343.373,005200,109103391.81,005200,1342060911.0,014500,005200,24398.347745,68350,168808,hub,hub,non_hub,585920.929601,4513630.10902,585174.941657,4510068.87544
+5187,5187,343,106.0,005200,,40.73715585,-73.991241315,110.0,014700,40.770513,-73.988038,1273.24570235,2586,4193,1743,1785,014700,70871746.8417,005200,109103391.81,005200,1342060911.0,014700,005200,24398.347745,35099,168808,hub,hub,non_hub,585402.720353,4513774.87644,585174.941656,4510068.87544
+5188,5188,164,106.0,005200,,40.73715585,-73.991241315,72.0,015100,40.771522,-73.990541,1501.61702445,8105,4193,4856,1785,015100,164953931.102,005200,109103391.81,005200,1342060911.0,015100,005200,24398.347745,17578,168808,hub,hub,non_hub,585190.192062,4513884.4495,585174.941656,4510068.87544
+5189,5189,674,212.0,005200,,40.73715585,-73.991241315,140.0,031703,40.71644312,-74.014902115,1356.57894601,8670,4193,4231,1785,031703,332361109.355,005200,109103391.81,005200,1342060911.0,031703,005200,24398.347745,136082,168808,hub,hub,non_hub,583202.897614,4507746.93647,585174.941656,4510068.87544
+5190,5190,695,318.0,005200,,40.73715585,-73.991241315,196.0,031704,40.7085171733,-74.0165557667,1576.09390195,6610,4193,3790,1785,031704,160823714.408,005200,109103391.81,005200,1342060911.0,031704,005200,24398.347745,105244,168808,hub,hub,non_hub,583073.076824,4506865.54027,585174.941656,4510068.87544
+5191,5191,551,318.0,005200,,40.73715585,-73.991241315,170.0,000600,40.7128987867,-73.9898646367,1112.75532286,11558,4193,4083,1785,000600,59149181.7526,005200,109103391.81,005200,1342060911.0,000600,005200,24398.347745,70053,168808,hub,hub,non_hub,585322.159723,4507377.5136,585174.941656,4510068.87544
+5192,5192,222,141.0,005400,,40.73971301,-73.99456405,54.0,000202,40.71318002,-73.9818904933,1426.51859979,8012,4656,3598,2837,000202,37878157.9781,005400,128803552.888,005400,20174228.0,000202,005400,22996.0483713,56352,76697,hub,hub,non_hub,585995.353038,4507416.50937,584891.129718,4510349.51956
+5193,5193,409,329.0,005400,,40.73971301,-73.99456405,258.0,000700,40.70581148,-74.0081572071,1455.56213802,7722,4656,5201,2837,000700,476954959.734,005400,128803552.888,005400,20174228.0,000700,005400,22996.0483713,160040,76697,hub,hub,non_hub,583785.918305,4506573.16797,584891.129718,4510349.51956
+5194,5194,30,94.0,005400,,40.73971301,-73.99456405,47.0,000800,40.712414475,-73.993471545,1358.72159091,10365,4656,4150,2837,000800,46479755.076,005400,128803552.888,005400,20174228.0,000800,005400,22996.0483713,34254,76697,hub,hub,non_hub,585018.109713,4507320.25418,584891.129718,4510349.51956
+5195,5195,76,141.0,005400,,40.73971301,-73.99456405,97.0,000900,40.7024745833,-74.01224785,1664.37121212,1140,4656,939,2837,000900,404341803.896,005400,128803552.888,005400,20174228.0,000900,005400,22996.0483713,46446,76697,hub,hub,non_hub,583444.520998,4506198.85784,584891.129718,4510349.51956
+5196,5196,15,47.0,005400,,40.73971301,-73.99456405,19.0,001002,40.71782143,-73.97628939,1381.53333333,6439,4656,2346,2837,001002,22763374.2099,005400,128803552.888,005400,20174228.0,001002,005400,22996.0483713,15916,76697,hub,hub,non_hub,586462.45635,4507937.23607,584891.129718,4510349.51956
+5197,5197,285,94.0,005400,,40.73971301,-73.99456405,46.0,001200,40.717364275,-73.982955325,1103.56842485,3547,4656,1857,2837,001200,23518220.7411,005400,128803552.888,005400,20174228.0,001200,005400,22996.0483713,36493,76697,hub,hub,non_hub,585900.031125,4507879.94738,584891.129718,4510349.51956
+5198,5198,49,47.0,005400,,40.73971301,-73.99456405,36.0,001300,40.70463334,-74.01361706,1592.83673469,3776,4656,3028,2837,001300,286606455.687,005400,128803552.888,005400,20174228.0,001300,005400,22996.0483713,27671,76697,hub,hub,non_hub,583326.158808,4506437.19368,584891.129718,4510349.51956
+5199,5199,136,47.0,005400,,40.73971301,-73.99456405,28.0,001401,40.71559509,-73.9870295,1105.50735294,3289,4656,1708,2837,001401,20168722.3199,005400,128803552.888,005400,20174228.0,001401,005400,22996.0483713,26885,76697,hub,hub,non_hub,585558.18429,4507679.57909,584891.129718,4510349.51956
+5200,5200,52,94.0,005400,,40.73971301,-73.99456405,67.0,001501,40.70966832,-74.003597135,1477.36808511,5581,4656,3450,2837,001501,172466366.322,005400,128803552.888,005400,20174228.0,001501,005400,22996.0483713,27425,76697,hub,hub,non_hub,584166.279828,4507005.66129,584891.129718,4510349.51956
+5201,5201,197,141.0,005400,,40.73971301,-73.99456405,123.0,001502,40.7088053467,-74.00635276,1248.86679376,7095,4656,3459,2837,001502,221282059.103,005400,128803552.888,005400,20174228.0,001502,005400,22996.0483713,82052,76697,hub,hub,non_hub,583934.59195,4506907.22889,584891.129718,4510349.51956
+5202,5202,136,141.0,005400,,40.73971301,-73.99456405,107.0,001600,40.7153350167,-73.9943926833,1198.73400151,8236,4656,3242,2837,001600,76565505.7581,005400,128803552.888,005400,20174228.0,001600,005400,22996.0483713,82798,76697,hub,hub,non_hub,584936.591099,4507643.5622,584891.129718,4510349.51956
+5203,5203,368,188.0,005400,,40.73971301,-73.99456405,154.0,001800,40.7193657075,-73.9906468425,997.75517484,8063,4656,3489,2837,001800,60554858.5127,005400,128803552.888,005400,20174228.0,001800,005400,22996.0483713,133306,76697,hub,hub,non_hub,585247.838585,4508094.62497,584891.129718,4510349.51956
+5204,5204,66,94.0,005400,,40.73971301,-73.99456405,46.0,002000,40.721554605,-73.977309405,1111.13140727,4795,4656,1899,2837,002000,17907673.5628,005400,128803552.888,005400,20174228.0,002000,005400,22996.0483713,31656,76697,hub,hub,non_hub,586371.478696,4508350.63994,584891.129718,4510349.51956
+5205,5205,409,188.0,005400,,40.73971301,-73.99456405,102.0,002100,40.71451321,-74.0108850975,1013.20264078,6111,4656,3038,2837,002100,273869828.705,005400,128803552.888,005400,20174228.0,002100,005400,22996.0483713,151037,76697,hub,hub,non_hub,583544.598931,4507536.51732,584891.129718,4510349.51956
+5206,5206,118,94.0,005400,,40.73971301,-73.99456405,44.0,002201,40.71833027,-73.980972895,1048.36607143,6762,4656,3030,2837,002201,37585954.9949,005400,128803552.888,005400,20174228.0,002201,005400,22996.0483713,26391,76697,hub,hub,non_hub,586066.226443,4507989.12022,584891.129718,4510349.51956
+5207,5207,156,47.0,005400,,40.73971301,-73.99456405,31.0,002202,40.7208736,-73.98085795,916.608974359,2256,4656,1045,2837,002202,13179093.8977,005400,128803552.888,005400,20174228.0,002202,005400,22996.0483713,23935,76697,hub,hub,non_hub,586072.658368,4508271.55961,584891.129718,4510349.51956
+5208,5208,65,94.0,005400,,40.73971301,-73.99456405,48.0,002400,40.724744875,-73.974986535,967.359090909,5775,4656,2175,2837,002400,17986635.5592,005400,128803552.888,005400,20174228.0,002400,005400,22996.0483713,17965,76697,hub,hub,non_hub,586563.526382,4508707.06897,584891.129718,4510349.51956
+5209,5209,19,94.0,005400,,40.73971301,-73.99456405,62.0,002500,40.7111743,-73.99849582,1203.24444444,5061,4656,1917,2837,002500,22428407.6271,005400,128803552.888,005400,20174228.0,002500,005400,22996.0483713,28216,76697,hub,hub,non_hub,584595.28909,4507177.73549,584891.129718,4510349.51956
+5210,5210,74,47.0,005400,,40.73971301,-73.99456405,31.0,002601,40.72299208,-73.97995466,1073.13513514,3774,4656,1593,2837,002601,22248722.3098,005400,128803552.888,005400,20174228.0,002601,005400,22996.0483713,22144,76697,hub,hub,non_hub,586146.216204,4508507.61099,584891.129718,4510349.51956
+5211,5211,26,47.0,005400,,40.73971301,-73.99456405,27.0,002700,40.71307916,-73.99851193,1154.11538462,1191,4656,655,2837,002700,11349914.9514,005400,128803552.888,005400,20174228.0,002700,005400,22996.0483713,20570,76697,hub,hub,non_hub,584591.517275,4507389.17181,584891.129718,4510349.51956
+5212,5212,162,47.0,005400,,40.73971301,-73.99456405,32.0,002800,40.72521311,-73.97768752,972.783950617,7302,4656,3341,2837,002800,47641507.3146,005400,128803552.888,005400,20174228.0,002800,005400,22996.0483713,36744,76697,hub,hub,non_hub,586334.816403,4508756.38709,584891.129718,4510349.51956
+5213,5213,66,47.0,005400,,40.73971301,-73.99456405,43.0,002900,40.71602118,-73.99974372,1094.78787879,5855,4656,2420,2837,002900,200965547.24,005400,128803552.888,005400,20174228.0,002900,005400,22996.0483713,31936,76697,hub,hub,non_hub,584483.752153,4507714.56961,584891.129718,4510349.51956
+5214,5214,199,47.0,005400,,40.73971301,-73.99456405,35.0,003001,40.72066442,-73.98517977,1013.24623116,4301,4656,2553,2837,003001,34302720.7166,005400,128803552.888,005400,20174228.0,003001,005400,22996.0483713,41223,76697,hub,hub,non_hub,585707.91731,4508244.11218,584891.129718,4510349.51956
+5215,5215,233,47.0,005400,,40.73971301,-73.99456405,37.0,003002,40.72217444,-73.98368779,1016.35622318,3031,4656,1885,2837,003002,18686109.2263,005400,128803552.888,005400,20174228.0,003002,005400,22996.0483713,38675,76697,hub,hub,non_hub,585831.986427,4508413.19181,584891.129718,4510349.51956
+5216,5216,156,141.0,005400,,40.73971301,-73.99456405,121.0,003100,40.7140617467,-74.0041933367,1142.81317498,2809,4656,858,2837,003100,145687012.574,005400,128803552.888,005400,20174228.0,003100,005400,22996.0483713,81469,76697,hub,hub,non_hub,584110.388584,4507492.78891,584891.129718,4510349.51956
+5217,5217,886,141.0,005400,,40.73971301,-73.99456405,100.0,003200,40.7260543867,-73.9823576167,837.998289231,7630,4656,4888,2837,003200,46369492.482,005400,128803552.888,005400,20174228.0,003200,005400,22996.0483713,138064,76697,hub,hub,non_hub,585939.335766,4508845.19329,584891.129718,4510349.51956
+5218,5218,614,235.0,005400,,40.73971301,-73.99456405,173.0,003300,40.7188230877,-74.0063316052,970.757871953,5174,4656,2694,2837,003300,215459582.054,005400,128803552.888,005400,20174228.0,003300,005400,22996.0483713,115059,76697,hub,hub,non_hub,583923.797933,4508019.28333,584891.129718,4510349.51956
+5219,5219,404,47.0,005400,,40.73971301,-73.99456405,39.0,003400,40.72955361,-73.98057249,703.695544554,6706,4656,4203,2837,003400,42933229.7541,005400,128803552.888,005400,20174228.0,003400,005400,22996.0483713,47926,76697,hub,hub,non_hub,586085.581298,4509235.37985,584891.129718,4510349.51956
+5220,5220,300,94.0,005400,,40.73971301,-73.99456405,66.0,003601,40.72217423,-73.990293175,891.464504284,3299,4656,1613,2837,003601,29191583.8104,005400,128803552.888,005400,20174228.0,003601,005400,22996.0483713,77585,76697,hub,hub,non_hub,585274.124459,4508406.73315,584891.129718,4510349.51956
+5221,5221,440,94.0,005400,,40.73971301,-73.99456405,62.0,003602,40.724852985,-73.989265345,788.541663869,2918,4656,1586,2837,003602,24941258.1161,005400,128803552.888,005400,20174228.0,003602,005400,22996.0483713,82124,76697,hub,hub,non_hub,585357.507872,4508705.09166,584891.129718,4510349.51956
+5222,5222,1988,188.0,005400,,40.73971301,-73.99456405,148.0,003700,40.7256696075,-74.0052069325,675.002226956,2401,4656,1490,2837,003700,212385639.924,005400,128803552.888,005400,20174228.0,003700,005400,22996.0483713,173333,76697,hub,hub,non_hub,584010.178026,4508780.36793,584891.129718,4510349.51956
+5223,5223,1383,188.0,005400,,40.73971301,-73.99456405,160.0,003800,40.72765889,-73.988195855,723.019340064,8610,4656,5795,2837,003800,67437493.5221,005400,128803552.888,005400,20174228.0,003800,005400,22996.0483713,167230,76697,hub,hub,non_hub,585444.239635,4509017.60641,584891.129718,4510349.51956
+5224,5224,543,188.0,005400,,40.73971301,-73.99456405,106.0,003900,40.7201717475,-74.00983051,1064.61650681,5253,4656,3059,2837,003900,194910113.03,005400,128803552.888,005400,20174228.0,003900,005400,22996.0483713,113624,76697,hub,hub,non_hub,583626.593058,4508165.65565,584891.129718,4510349.51956
+5225,5225,1012,94.0,005400,,40.73971301,-73.99456405,66.0,004000,40.73000573,-73.98549552,646.080426565,9801,4656,4546,2837,004000,66858387.5133,005400,128803552.888,005400,20174228.0,004000,005400,22996.0483713,99660,76697,hub,hub,non_hub,585669.269443,4509280.75306,584891.129718,4510349.51956
+5226,5226,471,94.0,005400,,40.73971301,-73.99456405,64.0,004100,40.7195529,-73.996789035,963.646258604,7793,4656,3765,2837,004100,71738983.3617,005400,128803552.888,005400,20174228.0,004100,005400,22996.0483713,114685,76697,hub,hub,non_hub,584728.836557,4508109.46034,584891.129718,4510349.51956
+5227,5227,566,47.0,005400,,40.73971301,-73.99456405,35.0,004200,40.73223272,-73.98889957,497.346289753,4988,4656,1801,2837,004200,39941846.3325,005400,128803552.888,005400,20174228.0,004200,005400,22996.0483713,50846,76697,hub,hub,non_hub,585378.96492,4509524.64843,584891.129718,4510349.51956
+5228,5228,486,94.0,005400,,40.73971301,-73.99456405,67.0,004300,40.723870235,-73.995226525,824.741683489,4267,4656,2598,2837,004300,65935514.1184,005400,128803552.888,005400,20174228.0,004300,005400,22996.0483713,95162,76697,hub,hub,non_hub,584855.320992,4508590.22212,584891.129718,4510349.51956
+5229,5229,863,94.0,005400,,40.73971301,-73.99456405,60.0,004400,40.73080269,-73.97968993,682.283952088,17710,4656,8297,2837,004400,114601147.016,005400,128803552.888,005400,20174228.0,004400,005400,22996.0483713,106427,76697,hub,hub,non_hub,586158.498991,4509374.90208,584891.129718,4510349.51956
+5230,5230,244,47.0,005400,,40.73971301,-73.99456405,27.0,004500,40.71910537,-73.99973337,909.819672131,840,4656,582,2837,004500,52009114.8865,005400,128803552.888,005400,20174228.0,004500,005400,22996.0483713,34275,76697,hub,hub,non_hub,584480.726971,4508056.94497,584891.129718,4510349.51956
+5231,5231,205,47.0,005400,,40.73971301,-73.99456405,39.0,004700,40.72165481,-74.00234737,880.341463415,2267,4656,1586,2837,004700,75477587.1594,005400,128803552.888,005400,20174228.0,004700,005400,22996.0483713,27544,76697,hub,hub,non_hub,584256.734795,4508337.43837,584891.129718,4510349.51956
+5232,5232,635,47.0,005400,,40.73971301,-73.99456405,35.0,004800,40.73624527,-73.98473765,471.752755906,7550,4656,3799,2837,004800,74763044.6965,005400,128803552.888,005400,20174228.0,004800,005400,22996.0483713,42567,76697,hub,hub,non_hub,585725.258797,4509974.12516,584891.129718,4510349.51956
+5233,5233,879,94.0,005400,,40.73971301,-73.99456405,73.0,004900,40.724268615,-74.000521515,780.118477567,4951,4656,3054,2837,004900,103848670.177,005400,128803552.888,005400,20174228.0,004900,005400,22996.0483713,80152,76697,hub,hub,non_hub,584407.63728,4508629.34168,584891.129718,4510349.51956
+5234,5234,1170,141.0,005400,,40.73971301,-73.99456405,93.0,005000,40.7359163467,-73.9873427633,415.70781419,5061,4656,3595,2837,005000,120638459.215,005400,128803552.888,005400,20174228.0,005000,005400,22996.0483713,111023,76697,hub,hub,non_hub,585505.709717,4509935.07175,584891.129718,4510349.51956
+5235,5235,1813,94.0,005400,,40.73971301,-73.99456405,106.0,005200,40.73715585,-73.991241315,402.231095359,4193,4656,1785,2837,005200,109103391.81,005400,128803552.888,005400,20174228.0,005200,005400,22996.0483713,159876,76697,hub,hub,non_hub,585174.941657,4510068.87544,584891.129718,4510349.51956
+5236,5236,499,47.0,005400,,40.73971301,-73.99456405,30.0,005501,40.72679454,-73.99695094,669.196392786,5079,4656,2483,2837,005501,61061928.4125,005400,128803552.888,005400,20174228.0,005501,005400,22996.0483713,57258,76697,hub,hub,non_hub,584705.980012,4508913.17477,584891.129718,4510349.51956
+5237,5237,374,47.0,005400,,40.73971301,-73.99456405,27.0,005502,40.72743423,-73.99379025,665.28342246,2383,4656,1262,2837,005502,49017118.6146,005400,128803552.888,005400,20174228.0,005502,005400,22996.0483713,55117,76697,hub,hub,non_hub,584972.085912,4508987.23863,584891.129718,4510349.51956
+5238,5238,785,94.0,005400,,40.73971301,-73.99456405,95.0,005600,40.74065347,-73.98778661,403.393664596,2618,4656,2190,2837,005600,189153355.609,005400,128803552.888,005400,20174228.0,005600,005400,22996.0483713,113209,76697,hub,hub,non_hub,585462.168743,4510460.49357,584891.129718,4510349.51956
+5239,5239,2096,94.0,005400,,40.73971301,-73.99456405,82.0,005700,40.729662915,-73.992405595,528.388975525,2937,4656,1789,2837,005700,90178032.7137,005400,128803552.888,005400,20174228.0,005700,005400,22996.0483713,156896,76697,hub,hub,non_hub,585086.179602,4509235.9788,584891.129718,4510349.51956
+5240,5240,965,94.0,005400,,40.73971301,-73.99456405,87.0,005800,40.743154205,-73.990299735,424.678918416,3182,4656,2306,2837,005800,164037511.755,005400,128803552.888,005400,20174228.0,005800,005400,22996.0483713,130970,76697,hub,hub,non_hub,585246.786708,4510735.64918,584891.129718,4510349.51956
+5241,5241,754,47.0,005400,,40.73971301,-73.99456405,31.0,005900,40.73049393,-73.9957214,473.375331565,5516,4656,3276,2837,005900,71785177.1361,005400,128803552.888,005400,20174228.0,005900,005400,22996.0483713,53180,76697,hub,hub,non_hub,584805.117401,4509325.01914,584891.129718,4510349.51956
+5242,5242,493,94.0,005400,,40.73971301,-73.99456405,63.0,006000,40.734822295,-73.976916765,749.583669456,5286,4656,2459,2837,006000,27468182.8943,005400,128803552.888,005400,20174228.0,006000,005400,22996.0483713,80462,76697,hub,hub,non_hub,586387.478737,4509823.83141,584891.129718,4510349.51956
+5243,5243,2760,188.0,005400,,40.73971301,-73.99456405,141.0,006100,40.73385254,-73.992357065,413.12607411,4913,4656,2683,2837,006100,91682014.33,005400,128803552.888,005400,20174228.0,006100,005400,22996.0483713,245510,76697,hub,hub,non_hub,585084.940162,4509701.10308,584891.129718,4510349.51956
+5244,5244,142,47.0,005400,,40.73971301,-73.99456405,30.0,006200,40.7381765,-73.97738662,746.901408451,4680,4656,1401,2837,006200,231817485.533,005400,128803552.888,005400,20174228.0,006200,005400,22996.0483713,33218,76697,hub,hub,non_hub,586343.467107,4510195.70961,584891.129718,4510349.51956
+5245,5245,1949,141.0,005400,,40.73971301,-73.99456405,99.0,006300,40.7346940933,-73.99785666,316.30574512,6076,4656,4277,2837,006300,85447631.8451,005400,128803552.888,005400,20174228.0,006300,005400,22996.0483713,120233,76697,hub,hub,non_hub,584619.48321,4509789.20591,584891.129718,4510349.51956
+5246,5246,435,47.0,005400,,40.73971301,-73.99456405,39.0,006400,40.73587678,-73.98205027,530.567816092,7518,4656,5058,2837,006400,95664936.1545,005400,128803552.888,005400,20174228.0,006400,005400,22996.0483713,47750,76697,hub,hub,non_hub,585952.649806,4509935.84788,584891.129718,4510349.51956
+5247,5247,1806,141.0,005400,,40.73971301,-73.99456405,106.0,006500,40.7306296367,-73.9991423,489.907968533,6517,4656,3568,2837,006500,59290910.3694,005400,128803552.888,005400,20174228.0,006500,005400,22996.0483713,125356,76697,hub,hub,non_hub,584516.067395,4509336.78488,584891.129718,4510349.51956
+5248,5248,286,94.0,005400,,40.73971301,-73.99456405,82.0,006600,40.739285505,-73.97827188,766.031456622,11780,4656,6818,2837,006600,84730469.4548,005400,128803552.888,005400,20174228.0,006600,005400,22996.0483713,74621,76697,hub,hub,non_hub,586267.286922,4510317.94668,584891.129718,4510349.51956
+5249,5249,1169,47.0,005400,,40.73971301,-73.99456405,39.0,006700,40.73038599,-74.00214988,472.969204448,4984,4656,3796,2837,006700,47238039.9972,005400,128803552.888,005400,20174228.0,006700,005400,22996.0483713,70025,76697,hub,hub,non_hub,584262.399901,4509306.84766,584891.129718,4510349.51956
+5250,5250,455,47.0,005400,,40.73971301,-73.99456405,39.0,006800,40.74025878,-73.98409214,498.38021978,6735,4656,4494,2837,006800,130298431.446,005400,128803552.888,005400,20174228.0,006800,005400,22996.0483713,58926,76697,hub,hub,non_hub,585774.608423,4510420.28363,584891.129718,4510349.51956
+5251,5251,1209,94.0,005400,,40.73971301,-73.99456405,67.0,006900,40.732319905,-74.0069291,636.072516182,2687,4656,1484,2837,006900,61292499.9331,005400,128803552.888,005400,20174228.0,006900,005400,22996.0483713,130727,76697,hub,hub,non_hub,583856.38945,4509516.94969,584891.129718,4510349.51956
+5252,5252,698,141.0,005400,,40.73971301,-73.99456405,127.0,007000,40.7425222681,-73.9756278087,772.605172522,8302,4656,5669,2837,007000,78634704.8451,005400,128803552.888,005400,20174228.0,007000,005400,22996.0483713,145227,76697,hub,hub,non_hub,586486.343707,4510679.8523,584891.129718,4510349.51956
+5253,5253,1309,94.0,005400,,40.73971301,-73.99456405,71.0,007100,40.736526545,-74.000108805,336.884334685,5633,4656,3844,2837,007100,68447429.2743,005400,128803552.888,005400,20174228.0,007100,005400,22996.0483713,79459,76697,hub,hub,non_hub,584426.995774,4509990.4524,584891.129718,4510349.51956
+5254,5254,1230,141.0,005400,,40.73971301,-73.99456405,126.0,007200,40.7447014833,-73.98154809,617.628527583,7734,4656,5222,2837,007200,132092861.454,005400,128803552.888,005400,20174228.0,007200,005400,22996.0483713,157612,76697,hub,hub,non_hub,585983.687715,4510915.94446,584891.129718,4510349.51956
+5255,5255,1372,94.0,005400,,40.73971301,-73.99456405,59.0,007300,40.734682705,-74.00388484,479.04556664,5615,4656,4547,2837,007300,48716185.79,005400,128803552.888,005400,20174228.0,007300,005400,22996.0483713,92567,76697,hub,hub,non_hub,584110.479319,4509782.14883,584891.129718,4510349.51956
+5256,5256,960,94.0,005400,,40.73971301,-73.99456405,86.0,007400,40.746413585,-73.98586892,519.015385806,4179,4656,2700,2837,007400,170614202.951,005400,128803552.888,005400,20174228.0,007400,005400,22996.0483713,81121,76697,hub,hub,non_hub,585616.696258,4511101.7763,584891.129718,4510349.51956
+5257,5257,870,94.0,005400,,40.73971301,-73.99456405,69.0,007600,40.74737476,-73.988320695,564.658425217,2203,4656,1573,2837,007600,242014413.464,005400,128803552.888,005400,20174228.0,007600,005400,22996.0483713,97464,76697,hub,hub,non_hub,585408.475283,4511206.08492,584891.129718,4510349.51956
+5258,5258,1187,47.0,005400,,40.73971301,-73.99456405,43.0,007700,40.7390169121,-74.0026376103,395.772535805,5404,4656,4254,2837,007700,59306273.1509,005400,128803552.888,005400,20174228.0,007700,005400,22996.0483713,79025,76697,hub,hub,non_hub,584210.329106,4510264.47156,584891.129718,4510349.51956
+5259,5259,285,47.0,005400,,40.73971301,-73.99456405,39.0,007800,40.74780373,-73.9734419,868.333333333,7380,4656,5372,2837,007800,112124597.728,005400,128803552.888,005400,20174228.0,007800,005400,22996.0483713,59601,76697,hub,hub,non_hub,586664.043115,4511268.28888,584891.129718,4510349.51956
+5260,5260,2559,235.0,005400,,40.73971301,-73.99456405,174.0,007900,40.738916514,-74.007286026,548.157994094,4406,4656,2904,2837,007900,86937368.5918,005400,128803552.888,005400,20174228.0,007900,005400,22996.0483713,171846,76697,hub,hub,non_hub,583817.969395,4510248.87788,584891.129718,4510349.51956
+5261,5261,365,94.0,005400,,40.73971301,-73.99456405,71.0,008000,40.7485693,-73.97717991,818.862058949,4946,4656,3730,2837,008000,197763821.532,005400,128803552.888,005400,20174228.0,008000,005400,22996.0483713,74808,76697,hub,hub,non_hub,586347.477591,4511349.58844,584891.129718,4510349.51956
+5262,5262,523,47.0,005400,,40.73971301,-73.99456405,39.0,008100,40.73935542,-73.99931783,361.604206501,8675,4656,5315,2837,008100,91100400.6907,005400,128803552.888,005400,20174228.0,008100,005400,22996.0483713,53195,76697,hub,hub,non_hub,584490.204148,4510305.23824,584891.129718,4510349.51956
+5263,5263,1799,141.0,005400,,40.73971301,-73.99456405,175.0,008200,40.7519264945,-73.9793214236,751.018263289,3442,4656,2534,2837,008200,262405408.076,005400,128803552.888,005400,20174228.0,008200,005400,22996.0483713,228612,76697,hub,hub,non_hub,586162.351961,4511720.15687,584891.129718,4510349.51956
+5264,5264,3921,188.0,005400,,40.73971301,-73.99456405,119.0,008300,40.742591315,-74.004102785,377.918264915,4211,4656,2321,2837,008300,119862327.354,005400,128803552.888,005400,20174228.0,008300,005400,22996.0483713,186113,76697,hub,hub,hub,584082.11654,4510659.85081,584891.129718,4510349.51956
+5265,5265,301,47.0,005400,,40.73971301,-73.99456405,38.0,008400,40.75038009,-73.98338988,651.890365449,1726,4656,1041,2837,008400,147824461.739,005400,128803552.888,005400,20174228.0,008400,005400,22996.0483713,34199,76697,hub,hub,non_hub,585820.889203,4511544.50828,584891.129718,4510349.51956
+5266,5266,40,47.0,005400,,40.73971301,-73.99456405,43.0,008601,40.744219,-73.97121214,1140.425,2551,4656,1528,2837,008601,31141773.9073,005400,128803552.888,005400,20174228.0,008601,005400,22996.0483713,31961,76697,hub,hub,non_hub,586856.951039,4510872.56191,584891.129718,4510349.51956
+5267,5267,576,94.0,005400,,40.73971301,-73.99456405,78.0,008700,40.74206378,-73.995708955,464.061460476,6671,4656,4249,2837,008700,85660216.7821,005400,128803552.888,005400,20174228.0,008700,005400,22996.0483713,152953,76697,hub,hub,non_hub,584791.475936,4510609.36503,584891.129718,4510349.51956
+5268,5268,115,94.0,005400,,40.73971301,-73.99456405,78.0,008800,40.75012189,-73.970133575,1009.21014493,6964,4656,5507,2837,008800,216532475.876,005400,128803552.888,005400,20174228.0,008800,005400,22996.0483713,43247,76697,hub,hub,non_hub,586940.323322,4511528.89362,584891.129718,4510349.51956
+5269,5269,2730,141.0,005400,,40.73971301,-73.99456405,120.0,008900,40.74529008,-74.0021768567,438.714099697,5560,4656,3511,2837,008900,54419260.2723,005400,128803552.888,005400,20174228.0,008900,005400,22996.0483713,158638,76697,hub,hub,non_hub,584241.316685,4510961.27944,584891.129718,4510349.51956
+5270,5270,217,141.0,005400,,40.73971301,-73.99456405,110.0,009000,40.75261798,-73.9703317533,1032.6277308,7026,4656,5832,2837,009000,208846060.851,005400,128803552.888,005400,20174228.0,009000,005400,22996.0483713,74531,76697,hub,hub,non_hub,586920.342162,4511805.78171,584891.129718,4510349.51956
+5271,5271,822,47.0,005400,,40.73971301,-73.99456405,39.0,009100,40.74487634,-73.99529885,349.139902676,6415,4656,4386,2837,009100,127325659.041,005400,128803552.888,005400,20174228.0,009100,005400,22996.0483713,63878,76697,hub,hub,non_hub,584822.527687,4510921.97538,584891.129718,4510349.51956
+5272,5272,357,94.0,005400,,40.73971301,-73.99456405,110.0,009200,40.7548518863,-73.9734329075,917.10611581,1754,4656,1461,2837,009200,408192557.246,005400,128803552.888,005400,20174228.0,009200,005400,22996.0483713,72226,76697,hub,hub,non_hub,586655.650548,4512050.69496,584891.129718,4510349.51956
+5273,5273,785,47.0,005400,,40.73971301,-73.99456405,39.0,009300,40.74475148,-73.99915362,367.699363057,9705,4656,5585,2837,009300,68528055.2433,005400,128803552.888,005400,20174228.0,009300,005400,22996.0483713,52202,76697,hub,hub,non_hub,584497.239363,4510904.39701,584891.129718,4510349.51956
+5274,5274,311,47.0,005400,,40.73971301,-73.99456405,31.0,009400,40.75320159,-73.9779874,785.019292605,29,4656,16,2837,009400,299218147.811,005400,128803552.888,005400,20174228.0,009400,005400,22996.0483713,82147,76697,hub,hub,non_hub,586273.319314,4511863.01244,584891.129718,4510349.51956
+5275,5275,1414,47.0,005400,,40.73971301,-73.99456405,51.0,009500,40.746647,-73.993915,364.368458274,3425,4656,1416,2837,009500,129660033.725,005400,128803552.888,005400,20174228.0,009500,005400,22996.0483713,57488,76697,hub,hub,non_hub,584937.108907,4511119.86954,584891.129718,4510349.51956
+5276,5276,291,141.0,005400,,40.73971301,-73.99456405,140.0,009600,40.7560240337,-73.9803487457,877.162225705,153,4656,268,2837,009600,270304841.585,005400,128803552.888,005400,20174228.0,009600,005400,22996.0483713,71527,76697,hub,hub,non_hub,586070.342489,4512174.00581,584891.129718,4510349.51956
+5277,5277,1536,141.0,005400,,40.73971301,-73.99456405,99.0,009700,40.7493616033,-73.9991321067,580.030031119,4744,4656,2827,2837,009700,83018263.1602,005400,128803552.888,005400,20174228.0,009700,005400,22996.0483713,118804,76697,hub,hub,non_hub,584493.220017,4511416.17434,584891.129718,4510349.51956
+5278,5278,72,94.0,005400,,40.73971301,-73.99456405,70.0,009800,40.755285655,-73.96667288,1170.59582999,7105,4656,5244,2837,009800,115943808.909,005400,128803552.888,005400,20174228.0,009800,005400,22996.0483713,40039,76697,hub,hub,non_hub,587225.727282,4512105.54383,584891.129718,4510349.51956
+5279,5279,2376,235.0,005400,,40.73971301,-73.99456405,185.0,009900,40.7520807866,-74.0031899092,737.286011171,3617,4656,2438,2837,009900,404439511.776,005400,128803552.888,005400,20174228.0,009900,005400,22996.0483713,208076,76697,hub,hub,non_hub,584147.226991,4511714.12465,584891.129718,4510349.51956
+5280,5280,143,141.0,005400,,40.73971301,-73.99456405,121.0,010000,40.7583696933,-73.9710287767,1177.54094971,1829,4656,1399,2837,010000,366457143.613,005400,128803552.888,005400,20174228.0,010000,005400,22996.0483713,72085,76697,hub,hub,non_hub,586854.014885,4512443.57459,584891.129718,4510349.51956
+5281,5281,1814,141.0,005400,,40.73971301,-73.99456405,127.0,010100,40.74945622,-73.9903382667,542.432520486,1119,4656,828,2837,010100,246168211.101,005400,128803552.888,005400,20174228.0,010100,005400,22996.0483713,183377,76697,hub,hub,non_hub,585235.486219,4511435.18064,584891.129718,4510349.51956
+5282,5282,122,94.0,005400,,40.73971301,-73.99456405,81.0,010200,40.7606694,-73.973473555,1024.17834052,313,4656,268,2837,010200,333450202.294,005400,128803552.888,005400,20174228.0,010200,005400,22996.0483713,46675,76697,hub,hub,non_hub,586644.664817,4512696.44233,584891.129718,4510349.51956
+5283,5283,1599,94.0,005400,,40.73971301,-73.99456405,98.0,010300,40.751000495,-73.994372255,652.96539639,1859,4656,1351,2837,010300,141506056.87,005400,128803552.888,005400,20174228.0,010300,005400,22996.0483713,221593,76697,hub,hub,non_hub,584892.968075,4511602.69644,584891.129718,4510349.51956
+5284,5284,198,94.0,005400,,40.73971301,-73.99456405,75.0,010400,40.761664375,-73.976854975,958.557929725,1031,4656,1033,2837,010400,363981333.295,005400,128803552.888,005400,20174228.0,010400,005400,22996.0483713,65073,76697,hub,hub,non_hub,586357.961325,4512803.55852,584891.129718,4510349.51956
+5285,5285,56,47.0,005400,,40.73971301,-73.99456405,33.0,010602,40.75849116,-73.95920622,1322.08928571,4794,4656,2963,2837,010602,67980898.3739,005400,128803552.888,005400,20174228.0,010602,005400,22996.0483713,22153,76697,hub,hub,non_hub,587851.796682,4512468.82754,584891.129718,4510349.51956
+5286,5286,189,141.0,005400,,40.73971301,-73.99456405,117.0,010800,40.7591736033,-73.96613818,1289.75282151,8531,4656,6272,2837,010800,189351523.799,005400,128803552.888,005400,20174228.0,010800,005400,22996.0483713,79198,76697,hub,hub,non_hub,587265.778542,4512537.66689,584891.129718,4510349.51956
+5287,5287,464,94.0,005400,,40.73971301,-73.99456405,114.0,010900,40.751351715,-73.987594755,680.353145236,182,4656,92,2837,010900,228173063.011,005400,128803552.888,005400,20174228.0,010900,005400,22996.0483713,60092,76697,hub,hub,non_hub,585464.669441,4511648.26242,584891.129718,4510349.51956
+5288,5288,89,47.0,005400,,40.73971301,-73.99456405,59.0,011201,40.7643971,-73.97371465,1329.06741573,827,4656,964,2837,011201,118515444.187,005400,128803552.888,005400,20174228.0,011201,005400,22996.0483713,41525,76697,hub,hub,non_hub,586619.474659,4513110.00718,584891.129718,4510349.51956
+5289,5289,107,47.0,005400,,40.73971301,-73.99456405,33.0,011203,40.76095756,-73.96724467,1355.95327103,1176,4656,1160,2837,011203,143782379.009,005400,128803552.888,005400,20174228.0,011203,005400,22996.0483713,48033,76697,hub,hub,non_hub,587170.050102,4512734.59972,584891.129718,4510349.51956
+5290,5290,1757,188.0,005400,,40.73971301,-73.99456405,198.0,011300,40.7548008425,-73.9888010575,790.032141013,204,4656,107,2837,011300,357940519.061,005400,128803552.888,005400,20174228.0,011300,005400,22996.0483713,236650,76697,hub,hub,non_hub,585358.423228,4512029.96675,584891.129718,4510349.51956
+5291,5291,1268,94.0,005400,,40.73971301,-73.99456405,82.0,011500,40.75701407,-73.992353645,837.992716135,2487,4656,1678,2837,011500,130958459.747,005400,128803552.888,005400,20174228.0,011500,005400,22996.0483713,103294,76697,hub,hub,non_hub,585055.712647,4512272.20178,584891.129718,4510349.51956
+5292,5292,484,94.0,005400,,40.73971301,-73.99456405,84.0,011700,40.76058799,-74.00080945,1007.17131819,2938,4656,2304,2837,011700,91270705.1484,005400,128803552.888,005400,20174228.0,011700,005400,22996.0483713,73016,76697,hub,hub,non_hub,584337.427395,4512660.77158,584891.129718,4510349.51956
+5293,5293,175,47.0,005400,,40.73971301,-73.99456405,34.0,011900,40.7568001,-73.98291153,835.588571429,1079,4656,1121,2837,011900,395254501.74,005400,128803552.888,005400,20174228.0,011900,005400,22996.0483713,39976,76697,hub,hub,non_hub,585853.012005,4512257.64444,584891.129718,4510349.51956
+5294,5294,820,141.0,005400,,40.73971301,-73.99456405,109.0,012100,40.7598593767,-73.9914900133,1005.42594741,8366,4656,5744,2837,012100,101223732.045,005400,128803552.888,005400,20174228.0,012100,005400,22996.0483713,132767,76697,hub,hub,non_hub,585124.983126,4512588.88932,584891.129718,4510349.51956
+5295,5295,146,47.0,005400,,40.73971301,-73.99456405,51.0,012500,40.76064679,-73.98442659,1062.56164384,2439,4656,2096,2837,012500,322911522.418,005400,128803552.888,005400,20174228.0,012500,005400,22996.0483713,45486,76697,hub,hub,non_hub,585720.180916,4512683.17447,584891.129718,4510349.51956
+5296,5296,395,94.0,005400,,40.73971301,-73.99456405,84.0,012700,40.762485435,-73.990447135,1026.01546808,6437,4656,4434,2837,012700,104637996.687,005400,128803552.888,005400,20174228.0,012700,005400,22996.0483713,83393,76697,hub,hub,non_hub,585209.656415,4512881.41361,584891.129718,4510349.51956
+5297,5297,178,47.0,005400,,40.73971301,-73.99456405,24.0,012900,40.76341379,-73.99667444,1076.24719101,5312,4656,3621,2837,012900,158698340.053,005400,128803552.888,005400,20174228.0,012900,005400,22996.0483713,28661,76697,hub,hub,non_hub,584682.864463,4512978.43901,584891.129718,4510349.51956
+5298,5298,317,141.0,005400,,40.73971301,-73.99456405,160.0,013100,40.7621295133,-73.98215453,998.497234979,2489,4656,2283,2837,013100,405023451.28,005400,128803552.888,005400,20174228.0,013100,005400,22996.0483713,107228,76697,hub,hub,non_hub,585910.04945,4512849.98999,584891.129718,4510349.51956
+5299,5299,284,141.0,005400,,40.73971301,-73.99456405,101.0,013300,40.7647250567,-73.9866537633,1154.71691096,5363,4656,3909,2837,013300,79847412.2593,005400,128803552.888,005400,20174228.0,013300,005400,22996.0483713,89810,76697,hub,hub,non_hub,585526.963405,4513133.71926,584891.129718,4510349.51956
+5300,5300,258,94.0,005400,,40.73971301,-73.99456405,65.0,013500,40.766984435,-73.99227308,1171.70851115,6075,4656,3935,2837,013500,198199142.958,005400,128803552.888,005400,20174228.0,013500,005400,22996.0483713,64723,76697,hub,hub,non_hub,585049.80204,4513379.06475,584891.129718,4510349.51956
+5301,5301,213,94.0,005400,,40.73971301,-73.99456405,98.0,013700,40.766109285,-73.981808355,1161.22634409,6557,4656,5442,2837,013700,314878324.419,005400,128803552.888,005400,20174228.0,013700,005400,22996.0483713,91142,76697,hub,hub,non_hub,585934.141665,4513292.1137,584891.129718,4510349.51956
+5302,5302,81,47.0,005400,,40.73971301,-73.99456405,27.0,013900,40.768254,-73.988639,1205.67901235,7607,4656,7359,2837,013900,139918084.587,005400,128803552.888,005400,20174228.0,013900,005400,22996.0483713,26390,76697,hub,hub,non_hub,585354.890073,4513523.52534,584891.129718,4510349.51956
+5303,5303,45,47.0,005400,,40.73971301,-73.99456405,49.0,014300,40.76590936,-73.97634151,1209.17777778,3,4656,0,2837,014300,50027992.3322,005400,128803552.888,005400,20174228.0,014300,005400,22996.0483713,21051,76697,hub,hub,non_hub,586395.803012,4513275.28949,584891.129718,4510349.51956
+5304,5304,176,47.0,005400,,40.73971301,-73.99456405,36.0,014500,40.76915505,-73.98191841,1437.94318182,5811,4656,3462,2837,014500,253397343.373,005400,128803552.888,005400,20174228.0,014500,005400,22996.0483713,68350,76697,hub,hub,non_hub,585920.929601,4513630.10902,584891.129718,4510349.51956
+5305,5305,175,47.0,005400,,40.73971301,-73.99456405,55.0,014700,40.770513,-73.988038,1250.61142857,2586,4656,1743,2837,014700,70871746.8417,005400,128803552.888,005400,20174228.0,014700,005400,22996.0483713,35099,76697,hub,hub,non_hub,585402.720353,4513774.87644,584891.129718,4510349.51956
+5306,5306,84,47.0,005400,,40.73971301,-73.99456405,36.0,015100,40.771522,-73.990541,1291.39285714,8105,4656,4856,2837,015100,164953931.102,005400,128803552.888,005400,20174228.0,015100,005400,22996.0483713,17578,76697,hub,hub,non_hub,585190.192062,4513884.4495,584891.129718,4510349.51956
+5307,5307,606,94.0,005400,,40.73971301,-73.99456405,70.0,031703,40.71644312,-74.014902115,1212.23762678,8670,4656,4231,2837,031703,332361109.355,005400,128803552.888,005400,20174228.0,031703,005400,22996.0483713,136082,76697,hub,hub,non_hub,583202.897614,4507746.93647,584891.129718,4510349.51956
+5308,5308,430,141.0,005400,,40.73971301,-73.99456405,98.0,031704,40.7085171733,-74.0165557667,1435.47896261,6610,4656,3790,2837,031704,160823714.408,005400,128803552.888,005400,20174228.0,031704,005400,22996.0483713,105244,76697,hub,hub,non_hub,583073.076824,4506865.54027,584891.129718,4510349.51956
+5309,5309,200,141.0,005400,,40.73971301,-73.99456405,85.0,000600,40.7128987867,-73.9898646367,1238.41285311,11558,4656,4083,2837,000600,59149181.7526,005400,128803552.888,005400,20174228.0,000600,005400,22996.0483713,70053,76697,hub,hub,non_hub,585322.159723,4507377.5136,584891.129718,4510349.51956
+5310,5310,286,90.0,005501,,40.72679454,-73.99695094,54.0,000202,40.71318002,-73.9818904933,873.080145407,8012,5079,3598,2483,000202,37878157.9781,005501,61061928.4125,,0.0,000202,005501,37147.1426096,56352,59406,hub,hub,non_hub,585995.353038,4507416.50937,584705.980012,4508913.17477
+5311,5311,577,210.0,005501,,40.72679454,-73.99695094,258.0,000700,40.70581148,-74.0081572071,1156.42700638,7722,5079,5201,2483,000700,476954959.734,005501,61061928.4125,,0.0,000700,005501,37147.1426096,160040,59406,hub,hub,non_hub,583785.918305,4506573.16797,584705.980012,4508913.17477
+5312,5312,174,60.0,005501,,40.72679454,-73.99695094,47.0,000800,40.712414475,-73.993471545,765.331612903,10365,5079,4150,2483,000800,46479755.076,005501,61061928.4125,,0.0,000800,005501,37147.1426096,34254,59406,hub,hub,non_hub,585018.109713,4507320.25418,584705.980012,4508913.17477
+5313,5313,115,90.0,005501,,40.72679454,-73.99695094,97.0,000900,40.7024745833,-74.01224785,1522.09068627,1140,5079,939,2483,000900,404341803.896,005501,61061928.4125,,0.0,000900,005501,37147.1426096,46446,59406,hub,hub,non_hub,583444.520998,4506198.85784,584705.980012,4508913.17477
+5314,5314,66,30.0,005501,,40.72679454,-73.99695094,19.0,001002,40.71782143,-73.97628939,796.348484848,6439,5079,2346,2483,001002,22763374.2099,005501,61061928.4125,,0.0,001002,005501,37147.1426096,15916,59406,hub,hub,non_hub,586462.45635,4507937.23607,584705.980012,4508913.17477
+5315,5315,240,60.0,005501,,40.72679454,-73.99695094,46.0,001200,40.717364275,-73.982955325,816.225308642,3547,5079,1857,2483,001200,23518220.7411,005501,61061928.4125,,0.0,001200,005501,37147.1426096,36493,59406,hub,hub,non_hub,585900.031125,4507879.94738,584705.980012,4508913.17477
+5316,5316,94,30.0,005501,,40.72679454,-73.99695094,36.0,001300,40.70463334,-74.01361706,1324.91489362,3776,5079,3028,2483,001300,286606455.687,005501,61061928.4125,,0.0,001300,005501,37147.1426096,27671,59406,hub,hub,non_hub,583326.158808,4506437.19368,584705.980012,4508913.17477
+5317,5317,141,30.0,005501,,40.72679454,-73.99695094,28.0,001401,40.71559509,-73.9870295,664.241134752,3289,5079,1708,2483,001401,20168722.3199,005501,61061928.4125,,0.0,001401,005501,37147.1426096,26885,59406,hub,hub,non_hub,585558.18429,4507679.57909,584705.980012,4508913.17477
+5318,5318,45,60.0,005501,,40.72679454,-73.99695094,67.0,001501,40.70966832,-74.003597135,1111.25969828,5581,5079,3450,2483,001501,172466366.322,005501,61061928.4125,,0.0,001501,005501,37147.1426096,27425,59406,hub,hub,non_hub,584166.279828,4507005.66129,584705.980012,4508913.17477
+5319,5319,318,90.0,005501,,40.72679454,-73.99695094,123.0,001502,40.7088053467,-74.00635276,997.899646541,7095,5079,3459,2483,001502,221282059.103,005501,61061928.4125,,0.0,001502,005501,37147.1426096,82052,59406,hub,hub,non_hub,583934.59195,4506907.22889,584705.980012,4508913.17477
+5320,5320,529,90.0,005501,,40.72679454,-73.99695094,107.0,001600,40.7153350167,-73.9943926833,701.768956314,8236,5079,3242,2483,001600,76565505.7581,005501,61061928.4125,,0.0,001600,005501,37147.1426096,82798,59406,hub,hub,non_hub,584936.591099,4507643.5622,584705.980012,4508913.17477
+5321,5321,986,120.0,005501,,40.72679454,-73.99695094,154.0,001800,40.7193657075,-73.9906468425,548.161081206,8063,5079,3489,2483,001800,60554858.5127,005501,61061928.4125,,0.0,001800,005501,37147.1426096,133306,59406,hub,hub,non_hub,585247.838585,4508094.62497,584705.980012,4508913.17477
+5322,5322,106,60.0,005501,,40.72679454,-73.99695094,46.0,002000,40.721554605,-73.977309405,737.155555556,4795,5079,1899,2483,002000,17907673.5628,005501,61061928.4125,,0.0,002000,005501,37147.1426096,31656,59406,hub,hub,non_hub,586371.478696,4508350.63994,584705.980012,4508913.17477
+5323,5323,615,120.0,005501,,40.72679454,-73.99695094,102.0,002100,40.71451321,-74.0108850975,862.11504653,6111,5079,3038,2483,002100,273869828.705,005501,61061928.4125,,0.0,002100,005501,37147.1426096,151037,59406,hub,hub,non_hub,583544.598931,4507536.51732,584705.980012,4508913.17477
+5324,5324,134,60.0,005501,,40.72679454,-73.99695094,44.0,002201,40.71833027,-73.980972895,730.273056562,6762,5079,3030,2483,002201,37585954.9949,005501,61061928.4125,,0.0,002201,005501,37147.1426096,26391,59406,hub,hub,non_hub,586066.226443,4507989.12022,584705.980012,4508913.17477
+5325,5325,353,30.0,005501,,40.72679454,-73.99695094,31.0,002202,40.7208736,-73.98085795,567.541076487,2256,5079,1045,2483,002202,13179093.8977,005501,61061928.4125,,0.0,002202,005501,37147.1426096,23935,59406,hub,hub,non_hub,586072.658368,4508271.55961,584705.980012,4508913.17477
+5326,5326,59,60.0,005501,,40.72679454,-73.99695094,48.0,002400,40.724744875,-73.974986535,898.989974937,5775,5079,2175,2483,002400,17986635.5592,005501,61061928.4125,,0.0,002400,005501,37147.1426096,17965,59406,hub,hub,non_hub,586563.526382,4508707.06897,584705.980012,4508913.17477
+5327,5327,53,60.0,005501,,40.72679454,-73.99695094,62.0,002500,40.7111743,-73.99849582,926.795258621,5061,5079,1917,2483,002500,22428407.6271,005501,61061928.4125,,0.0,002500,005501,37147.1426096,28216,59406,hub,hub,non_hub,584595.28909,4507177.73549,584705.980012,4508913.17477
+5328,5328,181,30.0,005501,,40.72679454,-73.99695094,31.0,002601,40.72299208,-73.97995466,691.348066298,3774,5079,1593,2483,002601,22248722.3098,005501,61061928.4125,,0.0,002601,005501,37147.1426096,22144,59406,hub,hub,non_hub,586146.216204,4508507.61099,584705.980012,4508913.17477
+5329,5329,63,30.0,005501,,40.72679454,-73.99695094,27.0,002700,40.71307916,-73.99851193,754.174603175,1191,5079,655,2483,002700,11349914.9514,005501,61061928.4125,,0.0,002700,005501,37147.1426096,20570,59406,hub,hub,non_hub,584591.517275,4507389.17181,584705.980012,4508913.17477
+5330,5330,149,30.0,005501,,40.72679454,-73.99695094,32.0,002800,40.72521311,-73.97768752,771.409395973,7302,5079,3341,2483,002800,47641507.3146,005501,61061928.4125,,0.0,002800,005501,37147.1426096,36744,59406,hub,hub,non_hub,586334.816403,4508756.38709,584705.980012,4508913.17477
+5331,5331,192,30.0,005501,,40.72679454,-73.99695094,43.0,002900,40.71602118,-73.99974372,622.708333333,5855,5079,2420,2483,002900,200965547.24,005501,61061928.4125,,0.0,002900,005501,37147.1426096,31936,59406,hub,hub,non_hub,584483.752153,4507714.56961,584705.980012,4508913.17477
+5332,5332,327,30.0,005501,,40.72679454,-73.99695094,35.0,003001,40.72066442,-73.98517977,592.877675841,4301,5079,2553,2483,003001,34302720.7166,005501,61061928.4125,,0.0,003001,005501,37147.1426096,41223,59406,hub,hub,non_hub,585707.91731,4508244.11218,584705.980012,4508913.17477
+5333,5333,631,30.0,005501,,40.72679454,-73.99695094,37.0,003002,40.72217444,-73.98368779,537.958795563,3031,5079,1885,2483,003002,18686109.2263,005501,61061928.4125,,0.0,003002,005501,37147.1426096,38675,59406,hub,hub,non_hub,585831.986427,4508413.19181,584705.980012,4508913.17477
+5334,5334,182,90.0,005501,,40.72679454,-73.99695094,121.0,003100,40.7140617467,-74.0041933367,821.173161311,2809,5079,858,2483,003100,145687012.574,005501,61061928.4125,,0.0,003100,005501,37147.1426096,81469,59406,hub,hub,non_hub,584110.388584,4507492.78891,584705.980012,4508913.17477
+5335,5335,1355,90.0,005501,,40.72679454,-73.99695094,100.0,003200,40.7260543867,-73.9823576167,586.400344791,7630,5079,4888,2483,003200,46369492.482,005501,61061928.4125,,0.0,003200,005501,37147.1426096,138064,59406,hub,hub,non_hub,585939.335766,4508845.19329,584705.980012,4508913.17477
+5336,5336,829,150.0,005501,,40.72679454,-73.99695094,173.0,003300,40.7188208364,-74.0063365152,642.176766935,5174,5079,2694,2483,003300,215459582.054,005501,61061928.4125,,0.0,003300,005501,37147.1426096,115059,59406,hub,hub,non_hub,583923.386064,4508019.02873,584705.980012,4508913.17477
+5337,5337,281,30.0,005501,,40.72679454,-73.99695094,39.0,003400,40.72955361,-73.98057249,679.775800712,6706,5079,4203,2483,003400,42933229.7541,005501,61061928.4125,,0.0,003400,005501,37147.1426096,47926,59406,hub,hub,non_hub,586085.581298,4509235.37985,584705.980012,4508913.17477
+5338,5338,636,60.0,005501,,40.72679454,-73.99695094,66.0,003601,40.72217423,-73.990293175,456.820573477,3299,5079,1613,2483,003601,29191583.8104,005501,61061928.4125,,0.0,003601,005501,37147.1426096,77585,59406,hub,hub,non_hub,585274.124459,4508406.73315,584705.980012,4508913.17477
+5339,5339,1001,60.0,005501,,40.72679454,-73.99695094,62.0,003602,40.724852985,-73.989265345,364.769413986,2918,5079,1586,2483,003602,24941258.1161,005501,61061928.4125,,0.0,003602,005501,37147.1426096,82124,59406,hub,hub,non_hub,585357.507872,4508705.09166,584705.980012,4508913.17477
+5340,5340,1710,120.0,005501,,40.72679454,-73.99695094,148.0,003700,40.7256696075,-74.0052069325,450.631970629,2401,5079,1490,2483,003700,212385639.924,005501,61061928.4125,,0.0,003700,005501,37147.1426096,173333,59406,hub,hub,non_hub,584010.178026,4508780.36793,584705.980012,4508913.17477
+5341,5341,1816,120.0,005501,,40.72679454,-73.99695094,160.0,003800,40.72765889,-73.988195855,430.291432048,8610,5079,5795,2483,003800,67437493.5221,005501,61061928.4125,,0.0,003800,005501,37147.1426096,167230,59406,hub,hub,non_hub,585444.239635,4509017.60641,584705.980012,4508913.17477
+5342,5342,624,120.0,005501,,40.72679454,-73.99695094,106.0,003900,40.7201717475,-74.00983051,722.702955683,5253,5079,3059,2483,003900,194910113.03,005501,61061928.4125,,0.0,003900,005501,37147.1426096,113624,59406,hub,hub,non_hub,583626.593058,4508165.65565,584705.980012,4508913.17477
+5343,5343,879,60.0,005501,,40.72679454,-73.99695094,66.0,004000,40.73000573,-73.98549552,530.655871693,9801,5079,4546,2483,004000,66858387.5133,005501,61061928.4125,,0.0,004000,005501,37147.1426096,99660,59406,hub,hub,non_hub,585669.269443,4509280.75306,584705.980012,4508913.17477
+5344,5344,767,60.0,005501,,40.72679454,-73.99695094,64.0,004100,40.7195529,-73.996789035,498.577485512,7793,5079,3765,2483,004100,71738983.3617,005501,61061928.4125,,0.0,004100,005501,37147.1426096,114685,59406,hub,hub,non_hub,584728.836557,4508109.46034,584705.980012,4508913.17477
+5345,5345,747,30.0,005501,,40.72679454,-73.99695094,35.0,004200,40.73223272,-73.98889957,437.175368139,4988,5079,1801,2483,004200,39941846.3325,005501,61061928.4125,,0.0,004200,005501,37147.1426096,50846,59406,hub,hub,non_hub,585378.96492,4509524.64843,584705.980012,4508913.17477
+5346,5346,438,60.0,005501,,40.72679454,-73.99695094,67.0,004300,40.723870235,-73.995226525,514.412756978,4267,5079,2598,2483,004300,65935514.1184,005501,61061928.4125,,0.0,004300,005501,37147.1426096,95162,59406,hub,hub,non_hub,584855.320992,4508590.22212,584705.980012,4508913.17477
+5347,5347,669,60.0,005501,,40.72679454,-73.99695094,60.0,004400,40.73080269,-73.97968993,714.71940191,17710,5079,8297,2483,004400,114601147.016,005501,61061928.4125,,0.0,004400,005501,37147.1426096,106427,59406,hub,hub,non_hub,586158.498991,4509374.90208,584705.980012,4508913.17477
+5348,5348,287,30.0,005501,,40.72679454,-73.99695094,27.0,004500,40.71910537,-73.99973337,526.341463415,840,5079,582,2483,004500,52009114.8865,005501,61061928.4125,,0.0,004500,005501,37147.1426096,34275,59406,hub,hub,non_hub,584480.726971,4508056.94497,584705.980012,4508913.17477
+5349,5349,246,30.0,005501,,40.72679454,-73.99695094,39.0,004700,40.72165481,-74.00234737,463.028455285,2267,5079,1586,2483,004700,75477587.1594,005501,61061928.4125,,0.0,004700,005501,37147.1426096,27544,59406,hub,hub,non_hub,584256.734795,4508337.43837,584705.980012,4508913.17477
+5350,5350,205,30.0,005501,,40.72679454,-73.99695094,35.0,004800,40.73624527,-73.98473765,723.970731707,7550,5079,3799,2483,004800,74763044.6965,005501,61061928.4125,,0.0,004800,005501,37147.1426096,42567,59406,hub,hub,non_hub,585725.258797,4509974.12516,584705.980012,4508913.17477
+5351,5351,569,60.0,005501,,40.72679454,-73.99695094,73.0,004900,40.724268615,-74.000521515,429.500272125,4951,5079,3054,2483,004900,103848670.177,005501,61061928.4125,,0.0,004900,005501,37147.1426096,80152,59406,hub,hub,non_hub,584407.63728,4508629.34168,584705.980012,4508913.17477
+5352,5352,668,90.0,005501,,40.72679454,-73.99695094,93.0,005000,40.7359163467,-73.9873427633,589.365675978,5061,5079,3595,2483,005000,120638459.215,005501,61061928.4125,,0.0,005000,005501,37147.1426096,111023,59406,hub,hub,non_hub,585505.709717,4509935.07175,584705.980012,4508913.17477
+5353,5353,1308,60.0,005501,,40.72679454,-73.99695094,106.0,005200,40.73715585,-73.991241315,561.364025424,4193,5079,1785,2483,005200,109103391.81,005501,61061928.4125,,0.0,005200,005501,37147.1426096,159876,59406,hub,hub,non_hub,585174.941657,4510068.87544,584705.980012,4508913.17477
+5354,5354,432,30.0,005501,,40.72679454,-73.99695094,47.0,005400,40.73971301,-73.99456405,682.115740741,4656,5079,2837,2483,005400,128803552.888,005501,61061928.4125,,0.0,005400,005501,37147.1426096,73728,59406,hub,hub,non_hub,584891.129718,4510349.51956,584705.980012,4508913.17477
+5355,5355,213,30.0,005501,,40.72679454,-73.99695094,27.0,005502,40.72743423,-73.99379025,489.61971831,2383,5079,1262,2483,005502,49017118.6146,005501,61061928.4125,,0.0,005502,005501,37147.1426096,55117,59406,hub,hub,non_hub,584972.085912,4508987.23863,584705.980012,4508913.17477
+5356,5356,656,60.0,005501,,40.72679454,-73.99695094,95.0,005600,40.74065347,-73.98778661,689.360396998,2618,5079,2190,2483,005600,189153355.609,005501,61061928.4125,,0.0,005600,005501,37147.1426096,113209,59406,hub,hub,non_hub,585462.168743,4510460.49357,584705.980012,4508913.17477
+5357,5357,2152,60.0,005501,,40.72679454,-73.99695094,82.0,005700,40.729662915,-73.992405595,311.031640887,2937,5079,1789,2483,005700,90178032.7137,005501,61061928.4125,,0.0,005700,005501,37147.1426096,156896,59406,hub,hub,non_hub,585086.179601,4509235.9788,584705.980012,4508913.17477
+5358,5358,780,60.0,005501,,40.72679454,-73.99695094,87.0,005800,40.743154205,-73.990299735,735.163690371,3182,5079,2306,2483,005800,164037511.755,005501,61061928.4125,,0.0,005800,005501,37147.1426096,130970,59406,hub,hub,non_hub,585246.786708,4510735.64918,584705.980012,4508913.17477
+5359,5359,797,30.0,005501,,40.72679454,-73.99695094,31.0,005900,40.73049393,-73.9957214,299.341279799,5516,5079,3276,2483,005900,71785177.1361,005501,61061928.4125,,0.0,005900,005501,37147.1426096,53180,59406,hub,hub,non_hub,584805.117401,4509325.01914,584705.980012,4508913.17477
+5360,5360,213,60.0,005501,,40.72679454,-73.99695094,63.0,006000,40.734822295,-73.976916765,931.925969554,5286,5079,2459,2483,006000,27468182.8943,005501,61061928.4125,,0.0,006000,005501,37147.1426096,80462,59406,hub,hub,non_hub,586387.478737,4509823.83141,584705.980012,4508913.17477
+5361,5361,3587,120.0,005501,,40.72679454,-73.99695094,141.0,006100,40.73385254,-73.992357065,403.267028579,4913,5079,2683,2483,006100,91682014.33,005501,61061928.4125,,0.0,006100,005501,37147.1426096,245510,59406,hub,hub,hub,585084.940162,4509701.10308,584705.980012,4508913.17477
+5362,5362,75,30.0,005501,,40.72679454,-73.99695094,30.0,006200,40.7381765,-73.97738662,900.133333333,4680,5079,1401,2483,006200,231817485.533,005501,61061928.4125,,0.0,006200,005501,37147.1426096,33218,59406,hub,hub,non_hub,586343.467107,4510195.70961,584705.980012,4508913.17477
+5363,5363,1849,90.0,005501,,40.72679454,-73.99695094,99.0,006300,40.7346940933,-73.99785666,469.73302432,6076,5079,4277,2483,006300,85447631.8451,005501,61061928.4125,,0.0,006300,005501,37147.1426096,120233,59406,hub,hub,non_hub,584619.48321,4509789.20591,584705.980012,4508913.17477
+5364,5364,245,30.0,005501,,40.72679454,-73.99695094,39.0,006400,40.73587678,-73.98205027,705.469387755,7518,5079,5058,2483,006400,95664936.1545,005501,61061928.4125,,0.0,006400,005501,37147.1426096,47750,59406,hub,hub,non_hub,585952.649806,4509935.84788,584705.980012,4508913.17477
+5365,5365,1967,90.0,005501,,40.72679454,-73.99695094,106.0,006500,40.7306296367,-73.9991423,317.394587932,6517,5079,3568,2483,006500,59290910.3694,005501,61061928.4125,,0.0,006500,005501,37147.1426096,125356,59406,hub,hub,non_hub,584516.067395,4509336.78488,584705.980012,4508913.17477
+5366,5366,267,60.0,005501,,40.72679454,-73.99695094,82.0,006600,40.739285505,-73.97827188,892.460245728,11780,5079,6818,2483,006600,84730469.4548,005501,61061928.4125,,0.0,006600,005501,37147.1426096,74621,59406,hub,hub,non_hub,586267.286922,4510317.94668,584705.980012,4508913.17477
+5367,5367,1872,30.0,005501,,40.72679454,-73.99695094,39.0,006700,40.73038599,-74.00214988,283.732905983,4984,5079,3796,2483,006700,47238039.9972,005501,61061928.4125,,0.0,006700,005501,37147.1426096,70025,59406,hub,hub,non_hub,584262.399901,4509306.84766,584705.980012,4508913.17477
+5368,5368,167,30.0,005501,,40.72679454,-73.99695094,39.0,006800,40.74025878,-73.98409214,749.131736527,6735,5079,4494,2483,006800,130298431.446,005501,61061928.4125,,0.0,006800,005501,37147.1426096,58926,59406,hub,hub,non_hub,585774.608423,4510420.28363,584705.980012,4508913.17477
+5369,5369,2634,60.0,005501,,40.72679454,-73.99695094,67.0,006900,40.732319905,-74.0069291,476.006825004,2687,5079,1484,2483,006900,61292499.9331,005501,61061928.4125,,0.0,006900,005501,37147.1426096,130727,59406,hub,hub,non_hub,583856.38945,4509516.94969,584705.980012,4508913.17477
+5370,5370,1024,90.0,005501,,40.72679454,-73.99695094,127.0,007000,40.7425225176,-73.9756283003,959.426336601,8302,5079,5669,2483,007000,78634704.8451,005501,61061928.4125,,0.0,007000,005501,37147.1426096,145227,59406,hub,hub,non_hub,586486.301881,4510679.87952,584705.980012,4508913.17477
+5371,5371,864,60.0,005501,,40.72679454,-73.99695094,71.0,007100,40.736526545,-74.000108805,537.730692383,5633,5079,3844,2483,007100,68447429.2743,005501,61061928.4125,,0.0,007100,005501,37147.1426096,79459,59406,hub,hub,non_hub,584426.995774,4509990.4524,584705.980012,4508913.17477
+5372,5372,496,90.0,005501,,40.72679454,-73.99695094,126.0,007200,40.7447014833,-73.98154809,911.077101927,7734,5079,5222,2483,007200,132092861.454,005501,61061928.4125,,0.0,007200,005501,37147.1426096,157612,59406,hub,hub,non_hub,585983.687715,4510915.94446,584705.980012,4508913.17477
+5373,5373,1642,60.0,005501,,40.72679454,-73.99695094,59.0,007300,40.734682705,-74.00388484,454.426883541,5615,5079,4547,2483,007300,48716185.79,005501,61061928.4125,,0.0,007300,005501,37147.1426096,92567,59406,hub,hub,non_hub,584110.479319,4509782.14883,584705.980012,4508913.17477
+5374,5374,202,60.0,005501,,40.72679454,-73.99695094,86.0,007400,40.746413585,-73.98586892,846.449109808,4179,5079,2700,2483,007400,170614202.951,005501,61061928.4125,,0.0,007400,005501,37147.1426096,81121,59406,hub,hub,non_hub,585616.696258,4511101.7763,584705.980012,4508913.17477
+5375,5375,363,60.0,005501,,40.72679454,-73.99695094,69.0,007600,40.74737476,-73.988320695,914.290259027,2203,5079,1573,2483,007600,242014413.464,005501,61061928.4125,,0.0,007600,005501,37147.1426096,97464,59406,hub,hub,non_hub,585408.475283,4511206.08492,584705.980012,4508913.17477
+5376,5376,849,30.0,005501,,40.72679454,-73.99695094,43.0,007700,40.7390169121,-74.0026376103,605.374558304,5404,5079,4254,2483,007700,59306273.1509,005501,61061928.4125,,0.0,007700,005501,37147.1426096,79025,59406,hub,hub,non_hub,584210.329106,4510264.47156,584705.980012,4508913.17477
+5377,5377,98,30.0,005501,,40.72679454,-73.99695094,39.0,007800,40.74780373,-73.9734419,1282.06122449,7380,5079,5372,2483,007800,112124597.728,005501,61061928.4125,,0.0,007800,005501,37147.1426096,59601,59406,hub,hub,non_hub,586664.043115,4511268.28888,584705.980012,4508913.17477
+5378,5378,1818,150.0,005501,,40.72679454,-73.99695094,174.0,007900,40.738916514,-74.007286026,694.732996707,4406,5079,2904,2483,007900,86937368.5918,005501,61061928.4125,,0.0,007900,005501,37147.1426096,171846,59406,hub,hub,non_hub,583817.969395,4510248.87788,584705.980012,4508913.17477
+5379,5379,115,60.0,005501,,40.72679454,-73.99695094,71.0,008000,40.7485693,-73.97717991,1075.37624378,4946,5079,3730,2483,008000,197763821.532,005501,61061928.4125,,0.0,008000,005501,37147.1426096,74808,59406,hub,hub,non_hub,586347.477591,4511349.58844,584705.980012,4508913.17477
+5380,5380,453,30.0,005501,,40.72679454,-73.99695094,39.0,008100,40.73935542,-73.99931783,667.386313466,8675,5079,5315,2483,008100,91100400.6907,005501,61061928.4125,,0.0,008100,005501,37147.1426096,53195,59406,hub,hub,non_hub,584490.204148,4510305.23824,584705.980012,4508913.17477
+5381,5381,554,90.0,005501,,40.72679454,-73.99695094,175.0,008200,40.7519430283,-73.979348992,1075.72474096,3442,5079,2534,2483,008200,262405408.076,005501,61061928.4125,,0.0,008200,005501,37147.1426096,228612,59406,hub,hub,non_hub,586160.003345,4511721.96518,584705.980012,4508913.17477
+5382,5382,1045,120.0,005501,,40.72679454,-73.99695094,119.0,008300,40.742591315,-74.004102785,753.778355534,4211,5079,2321,2483,008300,119862327.354,005501,61061928.4125,,0.0,008300,005501,37147.1426096,186113,59406,hub,hub,non_hub,584082.11654,4510659.85081,584705.980012,4508913.17477
+5383,5383,72,30.0,005501,,40.72679454,-73.99695094,38.0,008400,40.75038009,-73.98338988,988.472222222,1726,5079,1041,2483,008400,147824461.739,005501,61061928.4125,,0.0,008400,005501,37147.1426096,34199,59406,hub,hub,non_hub,585820.889203,4511544.50828,584705.980012,4508913.17477
+5384,5384,156,30.0,005501,,40.72679454,-73.99695094,43.0,008601,40.744219,-73.97121214,1173.3525641,2551,5079,1528,2483,008601,31141773.9073,005501,61061928.4125,,0.0,008601,005501,37147.1426096,31961,59406,hub,hub,non_hub,586856.951039,4510872.56191,584705.980012,4508913.17477
+5385,5385,700,60.0,005501,,40.72679454,-73.99695094,78.0,008700,40.74206378,-73.995708955,774.582344915,6671,5079,4249,2483,008700,85660216.7821,005501,61061928.4125,,0.0,008700,005501,37147.1426096,152953,59406,hub,hub,non_hub,584791.475936,4510609.36503,584705.980012,4508913.17477
+5386,5386,66,60.0,005501,,40.72679454,-73.99695094,78.0,008800,40.75012189,-73.970133575,1133.42045455,6964,5079,5507,2483,008800,216532475.876,005501,61061928.4125,,0.0,008800,005501,37147.1426096,43247,59406,hub,hub,non_hub,586940.323322,4511528.89362,584705.980012,4508913.17477
+5387,5387,952,90.0,005501,,40.72679454,-73.99695094,120.0,008900,40.74529008,-74.0021768567,883.094659432,5560,5079,3511,2483,008900,54419260.2723,005501,61061928.4125,,0.0,008900,005501,37147.1426096,158638,59406,hub,hub,non_hub,584241.316685,4510961.27944,584705.980012,4508913.17477
+5388,5388,87,90.0,005501,,40.72679454,-73.99695094,110.0,009000,40.75261798,-73.9703317533,1282.96124609,7026,5079,5832,2483,009000,208846060.851,005501,61061928.4125,,0.0,009000,005501,37147.1426096,74531,59406,hub,hub,non_hub,586920.342162,4511805.78171,584705.980012,4508913.17477
+5389,5389,192,30.0,005501,,40.72679454,-73.99695094,39.0,009100,40.74487634,-73.99529885,958.09375,6415,5079,4386,2483,009100,127325659.041,005501,61061928.4125,,0.0,009100,005501,37147.1426096,63878,59406,hub,hub,non_hub,584822.527687,4510921.97538,584705.980012,4508913.17477
+5390,5390,67,60.0,005501,,40.72679454,-73.99695094,110.0,009200,40.7548518863,-73.9734329075,1221.70614035,1754,5079,1461,2483,009200,408192557.246,005501,61061928.4125,,0.0,009200,005501,37147.1426096,72226,59406,hub,hub,non_hub,586655.650548,4512050.69496,584705.980012,4508913.17477
+5391,5391,188,30.0,005501,,40.72679454,-73.99695094,39.0,009300,40.74475148,-73.99915362,881.234042553,9705,5079,5585,2483,009300,68528055.2433,005501,61061928.4125,,0.0,009300,005501,37147.1426096,52202,59406,hub,hub,non_hub,584497.239363,4510904.39701,584705.980012,4508913.17477
+5392,5392,99,30.0,005501,,40.72679454,-73.99695094,31.0,009400,40.75320159,-73.9779874,1081.39393939,29,5079,16,2483,009400,299218147.811,005501,61061928.4125,,0.0,009400,005501,37147.1426096,82147,59406,hub,hub,non_hub,586273.319314,4511863.01244,584705.980012,4508913.17477
+5393,5393,155,30.0,005501,,40.72679454,-73.99695094,51.0,009500,40.746647,-73.993915,934.174193548,3425,5079,1416,2483,009500,129660033.725,005501,61061928.4125,,0.0,009500,005501,37147.1426096,57488,59406,hub,hub,non_hub,584937.108907,4511119.86954,584705.980012,4508913.17477
+5394,5394,102,90.0,005501,,40.72679454,-73.99695094,140.0,009600,40.7560329473,-73.9803569693,1215.04166667,153,5079,268,2483,009600,270304841.585,005501,61061928.4125,,0.0,009600,005501,37147.1426096,71527,59406,hub,hub,non_hub,586069.636815,4512174.98723,584705.980012,4508913.17477
+5395,5395,570,90.0,005501,,40.72679454,-73.99695094,99.0,009700,40.7493616033,-73.9991321067,1126.11647225,4744,5079,2827,2483,009700,83018263.1602,005501,61061928.4125,,0.0,009700,005501,37147.1426096,118804,59406,hub,hub,non_hub,584493.220017,4511416.17434,584705.980012,4508913.17477
+5396,5396,77,60.0,005501,,40.72679454,-73.99695094,70.0,009800,40.755285655,-73.96667288,1474.74242424,7105,5079,5244,2483,009800,115943808.909,005501,61061928.4125,,0.0,009800,005501,37147.1426096,40039,59406,hub,hub,non_hub,587225.727282,4512105.54383,584705.980012,4508913.17477
+5397,5397,794,150.0,005501,,40.72679454,-73.99695094,185.0,009900,40.7520807866,-74.0031899092,1102.53545813,3617,5079,2438,2483,009900,404439511.776,005501,61061928.4125,,0.0,009900,005501,37147.1426096,208076,59406,hub,hub,non_hub,584147.226991,4511714.12465,584705.980012,4508913.17477
+5398,5398,78,90.0,005501,,40.72679454,-73.99695094,121.0,010000,40.7583696933,-73.9710287767,1117.5486565,1829,5079,1399,2483,010000,366457143.613,005501,61061928.4125,,0.0,010000,005501,37147.1426096,72085,59406,hub,hub,non_hub,586854.014885,4512443.57459,584705.980012,4508913.17477
+5399,5399,353,90.0,005501,,40.72679454,-73.99695094,127.0,010100,40.74945622,-73.9903382667,1000.80595864,1119,5079,828,2483,010100,246168211.101,005501,61061928.4125,,0.0,010100,005501,37147.1426096,183377,59406,hub,hub,non_hub,585235.486219,4511435.18064,584705.980012,4508913.17477
+5400,5400,52,60.0,005501,,40.72679454,-73.99695094,81.0,010200,40.7606694,-73.973473555,1399.88518519,313,5079,268,2483,010200,333450202.294,005501,61061928.4125,,0.0,010200,005501,37147.1426096,46675,59406,hub,hub,non_hub,586644.664817,4512696.44233,584705.980012,4508913.17477
+5401,5401,755,60.0,005501,,40.72679454,-73.99695094,98.0,010300,40.751000495,-73.994372255,1067.24298359,1859,5079,1351,2483,010300,141506056.87,005501,61061928.4125,,0.0,010300,005501,37147.1426096,221593,59406,hub,hub,non_hub,584892.968075,4511602.69644,584705.980012,4508913.17477
+5402,5402,113,60.0,005501,,40.72679454,-73.99695094,75.0,010400,40.761664375,-73.976854975,1344.61844136,1031,5079,1033,2483,010400,363981333.295,005501,61061928.4125,,0.0,010400,005501,37147.1426096,65073,59406,hub,hub,non_hub,586357.961325,4512803.55852,584705.980012,4508913.17477
+5403,5403,66,30.0,005501,,40.72679454,-73.99695094,33.0,010602,40.75849116,-73.95920622,1595.0,4794,5079,2963,2483,010602,67980898.3739,005501,61061928.4125,,0.0,010602,005501,37147.1426096,22153,59406,hub,hub,non_hub,587851.796682,4512468.82754,584705.980012,4508913.17477
+5404,5404,113,90.0,005501,,40.72679454,-73.99695094,117.0,010800,40.7591736033,-73.96613818,1442.72074967,8531,5079,6272,2483,010800,189351523.799,005501,61061928.4125,,0.0,010800,005501,37147.1426096,79198,59406,hub,hub,non_hub,587265.778542,4512537.66689,584705.980012,4508913.17477
+5405,5405,186,60.0,005501,,40.72679454,-73.99695094,114.0,010900,40.751351715,-73.987594755,971.061507937,182,5079,92,2483,010900,228173063.011,005501,61061928.4125,,0.0,010900,005501,37147.1426096,60092,59406,hub,hub,non_hub,585464.669441,4511648.26242,584705.980012,4508913.17477
+5406,5406,70,30.0,005501,,40.72679454,-73.99695094,59.0,011201,40.7643971,-73.97371465,1740.78571429,827,5079,964,2483,011201,118515444.187,005501,61061928.4125,,0.0,011201,005501,37147.1426096,41525,59406,hub,hub,non_hub,586619.474659,4513110.00718,584705.980012,4508913.17477
+5407,5407,39,30.0,005501,,40.72679454,-73.99695094,33.0,011203,40.76095756,-73.96724467,1537.92307692,1176,5079,1160,2483,011203,143782379.009,005501,61061928.4125,,0.0,011203,005501,37147.1426096,48033,59406,hub,hub,non_hub,587170.050102,4512734.59972,584705.980012,4508913.17477
+5408,5408,700,120.0,005501,,40.72679454,-73.99695094,198.0,011300,40.7548008425,-73.9888010575,1173.0577409,204,5079,107,2483,011300,357940519.061,005501,61061928.4125,,0.0,011300,005501,37147.1426096,236650,59406,hub,hub,non_hub,585358.423228,4512029.96675,584705.980012,4508913.17477
+5409,5409,231,60.0,005501,,40.72679454,-73.99695094,82.0,011500,40.75701407,-73.992353645,1207.33274854,2487,5079,1678,2483,011500,130958459.747,005501,61061928.4125,,0.0,011500,005501,37147.1426096,103294,59406,hub,hub,non_hub,585055.712647,4512272.20178,584705.980012,4508913.17477
+5410,5410,272,60.0,005501,,40.72679454,-73.99695094,84.0,011700,40.76058799,-74.00080945,1402.17529571,2938,5079,2304,2483,011700,91270705.1484,005501,61061928.4125,,0.0,011700,005501,37147.1426096,73016,59406,hub,hub,non_hub,584337.427395,4512660.77158,584705.980012,4508913.17477
+5411,5411,28,30.0,005501,,40.72679454,-73.99695094,34.0,011900,40.7568001,-73.98291153,1335.0,1079,5079,1121,2483,011900,395254501.74,005501,61061928.4125,,0.0,011900,005501,37147.1426096,39976,59406,hub,hub,non_hub,585853.012005,4512257.64444,584705.980012,4508913.17477
+5412,5412,288,90.0,005501,,40.72679454,-73.99695094,109.0,012100,40.7598593767,-73.9914900133,1395.13324329,8366,5079,5744,2483,012100,101223732.045,005501,61061928.4125,,0.0,012100,005501,37147.1426096,132767,59406,hub,hub,non_hub,585124.983126,4512588.88932,584705.980012,4508913.17477
+5413,5413,43,30.0,005501,,40.72679454,-73.99695094,51.0,012500,40.76064679,-73.98442659,1472.13953488,2439,5079,2096,2483,012500,322911522.418,005501,61061928.4125,,0.0,012500,005501,37147.1426096,45486,59406,hub,hub,non_hub,585720.180916,4512683.17447,584705.980012,4508913.17477
+5414,5414,148,60.0,005501,,40.72679454,-73.99695094,84.0,012700,40.762485435,-73.990447135,1334.9967033,6437,5079,4434,2483,012700,104637996.687,005501,61061928.4125,,0.0,012700,005501,37147.1426096,83393,59406,hub,hub,non_hub,585209.656415,4512881.41361,584705.980012,4508913.17477
+5415,5415,109,30.0,005501,,40.72679454,-73.99695094,24.0,012900,40.76341379,-73.99667444,1425.80733945,5312,5079,3621,2483,012900,158698340.053,005501,61061928.4125,,0.0,012900,005501,37147.1426096,28661,59406,hub,hub,non_hub,584682.864463,4512978.43901,584705.980012,4508913.17477
+5416,5416,128,90.0,005501,,40.72679454,-73.99695094,160.0,013100,40.7621295133,-73.98215453,1516.37430368,2489,5079,2283,2483,013100,405023451.28,005501,61061928.4125,,0.0,013100,005501,37147.1426096,107228,59406,hub,hub,non_hub,585910.04945,4512849.98999,584705.980012,4508913.17477
+5417,5417,197,90.0,005501,,40.72679454,-73.99695094,101.0,013300,40.7647250567,-73.9866537633,1501.6049065,5363,5079,3909,2483,013300,79847412.2593,005501,61061928.4125,,0.0,013300,005501,37147.1426096,89810,59406,hub,hub,non_hub,585526.963405,4513133.71926,584705.980012,4508913.17477
+5418,5418,136,60.0,005501,,40.72679454,-73.99695094,65.0,013500,40.766984435,-73.99227308,1340.84832016,6075,5079,3935,2483,013500,198199142.958,005501,61061928.4125,,0.0,013500,005501,37147.1426096,64723,59406,hub,hub,non_hub,585049.80204,4513379.06475,584705.980012,4508913.17477
+5419,5419,184,60.0,005501,,40.72679454,-73.99695094,98.0,013700,40.766109285,-73.981808355,1710.82284315,6557,5079,5442,2483,013700,314878324.419,005501,61061928.4125,,0.0,013700,005501,37147.1426096,91142,59406,hub,hub,non_hub,585934.141665,4513292.1137,584705.980012,4508913.17477
+5420,5420,29,30.0,005501,,40.72679454,-73.99695094,27.0,013900,40.768254,-73.988639,1555.89655172,7607,5079,7359,2483,013900,139918084.587,005501,61061928.4125,,0.0,013900,005501,37147.1426096,26390,59406,hub,hub,non_hub,585354.890073,4513523.52534,584705.980012,4508913.17477
+5421,5421,63,30.0,005501,,40.72679454,-73.99695094,49.0,014300,40.76590936,-73.97634151,1532.03174603,3,5079,0,2483,014300,50027992.3322,005501,61061928.4125,,0.0,014300,005501,37147.1426096,21051,59406,hub,hub,non_hub,586395.803012,4513275.28949,584705.980012,4508913.17477
+5422,5422,153,30.0,005501,,40.72679454,-73.99695094,36.0,014500,40.76915505,-73.98191841,1758.36601307,5811,5079,3462,2483,014500,253397343.373,005501,61061928.4125,,0.0,014500,005501,37147.1426096,68350,59406,hub,hub,non_hub,585920.929601,4513630.10902,584705.980012,4508913.17477
+5423,5423,80,30.0,005501,,40.72679454,-73.99695094,55.0,014700,40.770513,-73.988038,1325.75,2586,5079,1743,2483,014700,70871746.8417,005501,61061928.4125,,0.0,014700,005501,37147.1426096,35099,59406,hub,hub,non_hub,585402.720353,4513774.87644,584705.980012,4508913.17477
+5424,5424,34,30.0,005501,,40.72679454,-73.99695094,36.0,015100,40.771522,-73.990541,1908.14705882,8105,5079,4856,2483,015100,164953931.102,005501,61061928.4125,,0.0,015100,005501,37147.1426096,17578,59406,hub,hub,non_hub,585190.192062,4513884.4495,584705.980012,4508913.17477
+5425,5425,587,60.0,005501,,40.72679454,-73.99695094,70.0,031703,40.71644312,-74.014902115,1046.11542367,8670,5079,4231,2483,031703,332361109.355,005501,61061928.4125,,0.0,031703,005501,37147.1426096,136082,59406,hub,hub,non_hub,583202.897614,4507746.93647,584705.980012,4508913.17477
+5426,5426,517,90.0,005501,,40.72679454,-73.99695094,98.0,031704,40.7085171733,-74.0165557667,1202.47099006,6610,5079,3790,2483,031704,160823714.408,005501,61061928.4125,,0.0,031704,005501,37147.1426096,105244,59406,hub,hub,non_hub,583073.076824,4506865.54027,584705.980012,4508913.17477
+5427,5427,297,90.0,005501,,40.72679454,-73.99695094,85.0,000600,40.7128987867,-73.9898646367,796.648869649,11558,5079,4083,2483,000600,59149181.7526,005501,61061928.4125,,0.0,000600,005501,37147.1426096,70053,59406,hub,hub,non_hub,585322.159723,4507377.5136,584705.980012,4508913.17477
+5428,5428,363,81.0,005502,,40.72743423,-73.99379025,54.0,000202,40.71318002,-73.9818904933,869.05226507,8012,2383,3598,1262,000202,37878157.9781,005502,49017118.6146,005502,70986045.0,000202,005502,42441.6276956,56352,56072,hub,hub,non_hub,585995.353038,4507416.50937,584972.085912,4508987.23863
+5429,5429,750,189.0,005502,,40.72743423,-73.99379025,258.0,000700,40.70581148,-74.0081572071,1057.04146413,7722,2383,5201,1262,000700,476954959.734,005502,49017118.6146,005502,70986045.0,000700,005502,42441.6276956,160040,56072,hub,hub,non_hub,583785.918305,4506573.16797,584972.085912,4508987.23863
+5430,5430,152,54.0,005502,,40.72743423,-73.99379025,47.0,000800,40.712414475,-73.993471545,829.68732493,10365,2383,4150,1262,000800,46479755.076,005502,49017118.6146,005502,70986045.0,000800,005502,42441.6276956,34254,56072,hub,hub,non_hub,585018.109713,4507320.25418,584972.085912,4508987.23863
+5431,5431,110,81.0,005502,,40.72743423,-73.99379025,97.0,000900,40.7024745833,-74.01224785,1214.87200334,1140,2383,939,1262,000900,404341803.896,005502,49017118.6146,005502,70986045.0,000900,005502,42441.6276956,46446,56072,hub,hub,non_hub,583444.520998,4506198.85784,584972.085912,4508987.23863
+5432,5432,176,27.0,005502,,40.72743423,-73.99379025,19.0,001002,40.71782143,-73.97628939,776.926136364,6439,2383,2346,1262,001002,22763374.2099,005502,49017118.6146,005502,70986045.0,001002,005502,42441.6276956,15916,56072,hub,hub,non_hub,586462.45635,4507937.23607,584972.085912,4508987.23863
+5433,5433,467,54.0,005502,,40.72743423,-73.99379025,46.0,001200,40.717364275,-73.982955325,628.271848493,3547,2383,1857,1262,001200,23518220.7411,005502,49017118.6146,005502,70986045.0,001200,005502,42441.6276956,36493,56072,hub,hub,non_hub,585900.031125,4507879.94738,584972.085912,4508987.23863
+5434,5434,49,27.0,005502,,40.72743423,-73.99379025,36.0,001300,40.70463334,-74.01361706,1317.83673469,3776,2383,3028,1262,001300,286606455.687,005502,49017118.6146,005502,70986045.0,001300,005502,42441.6276956,27671,56072,hub,hub,non_hub,583326.158808,4506437.19368,584972.085912,4508987.23863
+5435,5435,198,27.0,005502,,40.72743423,-73.99379025,28.0,001401,40.71559509,-73.9870295,621.131313131,3289,2383,1708,1262,001401,20168722.3199,005502,49017118.6146,005502,70986045.0,001401,005502,42441.6276956,26885,56072,hub,hub,non_hub,585558.18429,4507679.57909,584972.085912,4508987.23863
+5436,5436,129,54.0,005502,,40.72743423,-73.99379025,67.0,001501,40.70966832,-74.003597135,948.543153327,5581,2383,3450,1262,001501,172466366.322,005502,49017118.6146,005502,70986045.0,001501,005502,42441.6276956,27425,56072,hub,hub,non_hub,584166.279828,4507005.66129,584972.085912,4508987.23863
+5437,5437,309,81.0,005502,,40.72743423,-73.99379025,123.0,001502,40.7088053467,-74.00635276,942.679110163,7095,2383,3459,1262,001502,221282059.103,005502,49017118.6146,005502,70986045.0,001502,005502,42441.6276956,82052,56072,hub,hub,non_hub,583934.59195,4506907.22889,584972.085912,4508987.23863
+5438,5438,702,81.0,005502,,40.72743423,-73.99379025,107.0,001600,40.7153350167,-73.9943926833,616.163739555,8236,2383,3242,1262,001600,76565505.7581,005502,49017118.6146,005502,70986045.0,001600,005502,42441.6276956,82798,56072,hub,hub,non_hub,584936.591099,4507643.5622,584972.085912,4508987.23863
+5439,5439,1771,108.0,005502,,40.72743423,-73.99379025,154.0,001800,40.7193657075,-73.9906468425,463.794622482,8063,2383,3489,1262,001800,60554858.5127,005502,49017118.6146,005502,70986045.0,001800,005502,42441.6276956,133306,56072,hub,hub,non_hub,585247.838585,4508094.62497,584972.085912,4508987.23863
+5440,5440,393,54.0,005502,,40.72743423,-73.99379025,46.0,002000,40.721554605,-73.977309405,596.080730433,4795,2383,1899,1262,002000,17907673.5628,005502,49017118.6146,005502,70986045.0,002000,005502,42441.6276956,31656,56072,hub,hub,non_hub,586371.478696,4508350.63994,584972.085912,4508987.23863
+5441,5441,393,108.0,005502,,40.72743423,-73.99379025,102.0,002100,40.71451321,-74.0108850975,937.20166767,6111,2383,3038,1262,002100,273869828.705,005502,49017118.6146,005502,70986045.0,002100,005502,42441.6276956,151037,56072,hub,hub,non_hub,583544.598931,4507536.51732,584972.085912,4508987.23863
+5442,5442,381,54.0,005502,,40.72743423,-73.99379025,44.0,002201,40.71833027,-73.980972895,598.486657258,6762,2383,3030,1262,002201,37585954.9949,005502,49017118.6146,005502,70986045.0,002201,005502,42441.6276956,26391,56072,hub,hub,non_hub,586066.226443,4507989.12022,584972.085912,4508987.23863
+5443,5443,956,27.0,005502,,40.72743423,-73.99379025,31.0,002202,40.7208736,-73.98085795,479.810669456,2256,2383,1045,1262,002202,13179093.8977,005502,49017118.6146,005502,70986045.0,002202,005502,42441.6276956,23935,56072,hub,hub,non_hub,586072.658368,4508271.55961,584972.085912,4508987.23863
+5444,5444,138,54.0,005502,,40.72743423,-73.99379025,48.0,002400,40.724744875,-73.974986535,708.271561772,5775,2383,2175,1262,002400,17986635.5592,005502,49017118.6146,005502,70986045.0,002400,005502,42441.6276956,17965,56072,hub,hub,non_hub,586563.526382,4508707.06897,584972.085912,4508987.23863
+5445,5445,68,54.0,005502,,40.72743423,-73.99379025,62.0,002500,40.7111743,-73.99849582,957.347786811,5061,2383,1917,1262,002500,22428407.6271,005502,49017118.6146,005502,70986045.0,002500,005502,42441.6276956,28216,56072,hub,hub,non_hub,584595.28909,4507177.73549,584972.085912,4508987.23863
+5446,5446,489,27.0,005502,,40.72743423,-73.99379025,31.0,002601,40.72299208,-73.97995466,510.656441718,3774,2383,1593,1262,002601,22248722.3098,005502,49017118.6146,005502,70986045.0,002601,005502,42441.6276956,22144,56072,hub,hub,non_hub,586146.216204,4508507.61099,584972.085912,4508987.23863
+5447,5447,80,27.0,005502,,40.72743423,-73.99379025,27.0,002700,40.71307916,-73.99851193,803.6375,1191,2383,655,1262,002700,11349914.9514,005502,49017118.6146,005502,70986045.0,002700,005502,42441.6276956,20570,56072,hub,hub,non_hub,584591.517275,4507389.17181,584972.085912,4508987.23863
+5448,5448,419,27.0,005502,,40.72743423,-73.99379025,32.0,002800,40.72521311,-73.97768752,604.066825776,7302,2383,3341,1262,002800,47641507.3146,005502,49017118.6146,005502,70986045.0,002800,005502,42441.6276956,36744,56072,hub,hub,non_hub,586334.816403,4508756.38709,584972.085912,4508987.23863
+5449,5449,396,27.0,005502,,40.72743423,-73.99379025,43.0,002900,40.71602118,-73.99974372,551.383838384,5855,2383,2420,1262,002900,200965547.24,005502,49017118.6146,005502,70986045.0,002900,005502,42441.6276956,31936,56072,hub,hub,non_hub,584483.752153,4507714.56961,584972.085912,4508987.23863
+5450,5450,737,27.0,005502,,40.72743423,-73.99379025,35.0,003001,40.72066442,-73.98517977,505.60651289,4301,2383,2553,1262,003001,34302720.7166,005502,49017118.6146,005502,70986045.0,003001,005502,42441.6276956,41223,56072,hub,hub,non_hub,585707.91731,4508244.11218,584972.085912,4508987.23863
+5451,5451,1638,27.0,005502,,40.72743423,-73.99379025,37.0,003002,40.72217444,-73.98368779,391.203907204,3031,2383,1885,1262,003002,18686109.2263,005502,49017118.6146,005502,70986045.0,003002,005502,42441.6276956,38675,56072,hub,hub,non_hub,585831.986427,4508413.19181,584972.085912,4508987.23863
+5452,5452,536,81.0,005502,,40.72743423,-73.99379025,121.0,003100,40.7140617467,-74.0041933367,669.026013437,2809,2383,858,1262,003100,145687012.574,005502,49017118.6146,005502,70986045.0,003100,005502,42441.6276956,81469,56072,hub,hub,non_hub,584110.388584,4507492.78891,584972.085912,4508987.23863
+5453,5453,2819,81.0,005502,,40.72743423,-73.99379025,100.0,003200,40.7260543867,-73.9823576167,468.896930554,7630,2383,4888,1262,003200,46369492.482,005502,49017118.6146,005502,70986045.0,003200,005502,42441.6276956,138064,56072,hub,hub,non_hub,585939.335766,4508845.19329,584972.085912,4508987.23863
+5454,5454,1022,135.0,005502,,40.72743423,-73.99379025,173.0,003300,40.7188266711,-74.00632379,718.273806778,5174,2383,2694,1262,003300,215459582.054,005502,49017118.6146,005502,70986045.0,003300,005502,42441.6276956,115059,56072,hub,hub,non_hub,583924.453505,4508019.68857,584972.085912,4508987.23863
+5455,5455,691,27.0,005502,,40.72743423,-73.99379025,39.0,003400,40.72955361,-73.98057249,546.315484805,6706,2383,4203,1262,003400,42933229.7541,005502,49017118.6146,005502,70986045.0,003400,005502,42441.6276956,47926,56072,hub,hub,non_hub,586085.581298,4509235.37985,584972.085912,4508987.23863
+5456,5456,912,54.0,005502,,40.72743423,-73.99379025,66.0,003601,40.72217423,-73.990293175,363.135759618,3299,2383,1613,1262,003601,29191583.8104,005502,49017118.6146,005502,70986045.0,003601,005502,42441.6276956,77585,56072,hub,hub,non_hub,585274.124459,4508406.73315,584972.085912,4508987.23863
+5457,5457,1657,54.0,005502,,40.72743423,-73.99379025,62.0,003602,40.724852985,-73.989265345,302.544726612,2918,2383,1586,1262,003602,24941258.1161,005502,49017118.6146,005502,70986045.0,003602,005502,42441.6276956,82124,56072,hub,hub,non_hub,585357.507872,4508705.09166,584972.085912,4508987.23863
+5458,5458,1614,108.0,005502,,40.72743423,-73.99379025,148.0,003700,40.7256696075,-74.0052069325,581.178572518,2401,2383,1490,1262,003700,212385639.924,005502,49017118.6146,005502,70986045.0,003700,005502,42441.6276956,173333,56072,hub,hub,non_hub,584010.178026,4508780.36793,584972.085912,4508987.23863
+5459,5459,2013,108.0,005502,,40.72743423,-73.99379025,160.0,003800,40.72765889,-73.988195855,331.383180958,8610,2383,5795,1262,003800,67437493.5221,005502,49017118.6146,005502,70986045.0,003800,005502,42441.6276956,167230,56072,hub,hub,non_hub,585444.239635,4509017.60641,584972.085912,4508987.23863
+5460,5460,426,108.0,005502,,40.72743423,-73.99379025,106.0,003900,40.7201717475,-74.00983051,863.03316561,5253,2383,3059,1262,003900,194910113.03,005502,49017118.6146,005502,70986045.0,003900,005502,42441.6276956,113624,56072,hub,hub,non_hub,583626.593058,4508165.65565,584972.085912,4508987.23863
+5461,5461,960,54.0,005502,,40.72743423,-73.99379025,66.0,004000,40.73000573,-73.98549552,430.436989315,9801,2383,4546,1262,004000,66858387.5133,005502,49017118.6146,005502,70986045.0,004000,005502,42441.6276956,99660,56072,hub,hub,non_hub,585669.269443,4509280.75306,584972.085912,4508987.23863
+5462,5462,2095,54.0,005502,,40.72743423,-73.99379025,64.0,004100,40.7195529,-73.996789035,401.389295414,7793,2383,3765,1262,004100,71738983.3617,005502,49017118.6146,005502,70986045.0,004100,005502,42441.6276956,114685,56072,hub,hub,non_hub,584728.836557,4508109.46034,584972.085912,4508987.23863
+5463,5463,554,27.0,005502,,40.72743423,-73.99379025,35.0,004200,40.73223272,-73.98889957,411.276173285,4988,2383,1801,1262,004200,39941846.3325,005502,49017118.6146,005502,70986045.0,004200,005502,42441.6276956,50846,56072,hub,hub,non_hub,585378.96492,4509524.64843,584972.085912,4508987.23863
+5464,5464,1193,54.0,005502,,40.72743423,-73.99379025,67.0,004300,40.723870235,-73.995226525,248.457877636,4267,2383,2598,1262,004300,65935514.1184,005502,49017118.6146,005502,70986045.0,004300,005502,42441.6276956,95162,56072,hub,hub,non_hub,584855.320992,4508590.22212,584972.085912,4508987.23863
+5465,5465,996,54.0,005502,,40.72743423,-73.99379025,60.0,004400,40.73080269,-73.97968993,600.671826575,17710,2383,8297,1262,004400,114601147.016,005502,49017118.6146,005502,70986045.0,004400,005502,42441.6276956,106427,56072,hub,hub,non_hub,586158.498991,4509374.90208,584972.085912,4508987.23863
+5466,5466,622,27.0,005502,,40.72743423,-73.99379025,27.0,004500,40.71910537,-73.99973337,419.525723473,840,2383,582,1262,004500,52009114.8865,005502,49017118.6146,005502,70986045.0,004500,005502,42441.6276956,34275,56072,hub,hub,non_hub,584480.726971,4508056.94497,584972.085912,4508987.23863
+5467,5467,381,27.0,005502,,40.72743423,-73.99379025,39.0,004700,40.72165481,-74.00234737,574.430446194,2267,2383,1586,1262,004700,75477587.1594,005502,49017118.6146,005502,70986045.0,004700,005502,42441.6276956,27544,56072,hub,hub,non_hub,584256.734795,4508337.43837,584972.085912,4508987.23863
+5468,5468,387,27.0,005502,,40.72743423,-73.99379025,35.0,004800,40.73624527,-73.98473765,554.643410853,7550,2383,3799,1262,004800,74763044.6965,005502,49017118.6146,005502,70986045.0,004800,005502,42441.6276956,42567,56072,hub,hub,non_hub,585725.258797,4509974.12516,584972.085912,4508987.23863
+5469,5469,858,54.0,005502,,40.72743423,-73.99379025,73.0,004900,40.724268615,-74.000521515,409.006427031,4951,2383,3054,1262,004900,103848670.177,005502,49017118.6146,005502,70986045.0,004900,005502,42441.6276956,80152,56072,hub,hub,non_hub,584407.63728,4508629.34168,584972.085912,4508987.23863
+5470,5470,890,81.0,005502,,40.72743423,-73.99379025,93.0,005000,40.7359163467,-73.9873427633,512.8049621,5061,2383,3595,1262,005000,120638459.215,005502,49017118.6146,005502,70986045.0,005000,005502,42441.6276956,111023,56072,hub,hub,non_hub,585505.709717,4509935.07175,584972.085912,4508987.23863
+5471,5471,1072,54.0,005502,,40.72743423,-73.99379025,106.0,005200,40.73715585,-73.991241315,535.239697802,4193,2383,1785,1262,005200,109103391.81,005502,49017118.6146,005502,70986045.0,005200,005502,42441.6276956,159876,56072,hub,hub,non_hub,585174.941657,4510068.87544,584972.085912,4508987.23863
+5472,5472,296,27.0,005502,,40.72743423,-73.99379025,47.0,005400,40.73971301,-73.99456405,667.581081081,4656,2383,2837,1262,005400,128803552.888,005502,49017118.6146,005502,70986045.0,005400,005502,42441.6276956,73728,56072,hub,hub,non_hub,584891.129718,4510349.51956,584972.085912,4508987.23863
+5473,5473,215,27.0,005502,,40.72743423,-73.99379025,30.0,005501,40.72679454,-73.99695094,414.409302326,5079,2383,2483,1262,005501,61061928.4125,005502,49017118.6146,005502,70986045.0,005501,005502,42441.6276956,57258,56072,hub,hub,non_hub,584705.980012,4508913.17477,584972.085912,4508987.23863
+5474,5474,653,54.0,005502,,40.72743423,-73.99379025,95.0,005600,40.74065347,-73.98778661,599.01038346,2618,2383,2190,1262,005600,189153355.609,005502,49017118.6146,005502,70986045.0,005600,005502,42441.6276956,113209,56072,hub,hub,non_hub,585462.168743,4510460.49357,584972.085912,4508987.23863
+5475,5475,664,54.0,005502,,40.72743423,-73.99379025,82.0,005700,40.729662915,-73.992405595,546.509549814,2937,2383,1789,1262,005700,90178032.7137,005502,49017118.6146,005502,70986045.0,005700,005502,42441.6276956,156896,56072,hub,hub,non_hub,585086.179601,4509235.9788,584972.085912,4508987.23863
+5476,5476,450,54.0,005502,,40.72743423,-73.99379025,87.0,005800,40.743154205,-73.990299735,803.042423933,3182,2383,2306,1262,005800,164037511.755,005502,49017118.6146,005502,70986045.0,005800,005502,42441.6276956,130970,56072,hub,hub,non_hub,585246.786708,4510735.64918,584972.085912,4508987.23863
+5477,5477,192,27.0,005502,,40.72743423,-73.99379025,31.0,005900,40.73049393,-73.9957214,429.109375,5516,2383,3276,1262,005900,71785177.1361,005502,49017118.6146,005502,70986045.0,005900,005502,42441.6276956,53180,56072,hub,hub,non_hub,584805.117401,4509325.01914,584972.085912,4508987.23863
+5478,5478,430,54.0,005502,,40.72743423,-73.99379025,63.0,006000,40.734822295,-73.976916765,712.751678623,5286,2383,2459,1262,006000,27468182.8943,005502,49017118.6146,005502,70986045.0,006000,005502,42441.6276956,80462,56072,hub,hub,non_hub,586387.478737,4509823.83141,584972.085912,4508987.23863
+5479,5479,2357,108.0,005502,,40.72743423,-73.99379025,141.0,006100,40.73385254,-73.992357065,405.438933922,4913,2383,2683,1262,006100,91682014.33,005502,49017118.6146,005502,70986045.0,006100,005502,42441.6276956,245510,56072,hub,hub,non_hub,585084.940162,4509701.10308,584972.085912,4508987.23863
+5480,5480,160,27.0,005502,,40.72743423,-73.99379025,30.0,006200,40.7381765,-73.97738662,711.3875,4680,2383,1401,1262,006200,231817485.533,005502,49017118.6146,005502,70986045.0,006200,005502,42441.6276956,33218,56072,hub,hub,non_hub,586343.467107,4510195.70961,584972.085912,4508987.23863
+5481,5481,971,81.0,005502,,40.72743423,-73.99379025,99.0,006300,40.7346940933,-73.99785666,537.145507873,6076,2383,4277,1262,006300,85447631.8451,005502,49017118.6146,005502,70986045.0,006300,005502,42441.6276956,120233,56072,hub,hub,non_hub,584619.48321,4509789.20591,584972.085912,4508987.23863
+5482,5482,496,27.0,005502,,40.72743423,-73.99379025,39.0,006400,40.73587678,-73.98205027,566.385080645,7518,2383,5058,1262,006400,95664936.1545,005502,49017118.6146,005502,70986045.0,006400,005502,42441.6276956,47750,56072,hub,hub,non_hub,585952.649806,4509935.84788,584972.085912,4508987.23863
+5483,5483,1709,81.0,005502,,40.72743423,-73.99379025,106.0,006500,40.7306296367,-73.9991423,361.784939786,6517,2383,3568,1262,006500,59290910.3694,005502,49017118.6146,005502,70986045.0,006500,005502,42441.6276956,125356,56072,hub,hub,non_hub,584516.067395,4509336.78488,584972.085912,4508987.23863
+5484,5484,411,54.0,005502,,40.72743423,-73.99379025,82.0,006600,40.739285505,-73.97827188,771.493259624,11780,2383,6818,1262,006600,84730469.4548,005502,49017118.6146,005502,70986045.0,006600,005502,42441.6276956,74621,56072,hub,hub,non_hub,586267.286922,4510317.94668,584972.085912,4508987.23863
+5485,5485,1002,27.0,005502,,40.72743423,-73.99379025,39.0,006700,40.73038599,-74.00214988,422.822355289,4984,2383,3796,1262,006700,47238039.9972,005502,49017118.6146,005502,70986045.0,006700,005502,42441.6276956,70025,56072,hub,hub,non_hub,584262.399901,4509306.84766,584972.085912,4508987.23863
+5486,5486,226,27.0,005502,,40.72743423,-73.99379025,39.0,006800,40.74025878,-73.98409214,647.243362832,6735,2383,4494,1262,006800,130298431.446,005502,49017118.6146,005502,70986045.0,006800,005502,42441.6276956,58926,56072,hub,hub,non_hub,585774.608423,4510420.28363,584972.085912,4508987.23863
+5487,5487,914,54.0,005502,,40.72743423,-73.99379025,67.0,006900,40.732319905,-74.0069291,612.25926547,2687,2383,1484,1262,006900,61292499.9331,005502,49017118.6146,005502,70986045.0,006900,005502,42441.6276956,130727,56072,hub,hub,non_hub,583856.38945,4509516.94969,584972.085912,4508987.23863
+5488,5488,632,81.0,005502,,40.72743423,-73.99379025,127.0,007000,40.7425352739,-73.9756534315,871.199845319,8302,2383,5669,1262,007000,78634704.8451,005502,49017118.6146,005502,70986045.0,007000,005502,42441.6276956,145227,56072,hub,hub,non_hub,586484.16353,4510681.2708,584972.085912,4508987.23863
+5489,5489,574,54.0,005502,,40.72743423,-73.99379025,71.0,007100,40.736526545,-74.000108805,627.787604694,5633,2383,3844,1262,007100,68447429.2743,005502,49017118.6146,005502,70986045.0,007100,005502,42441.6276956,79459,56072,hub,hub,non_hub,584426.995774,4509990.4524,584972.085912,4508987.23863
+5490,5490,362,81.0,005502,,40.72743423,-73.99379025,126.0,007200,40.7447014833,-73.98154809,877.449553756,7734,2383,5222,1262,007200,132092861.454,005502,49017118.6146,005502,70986045.0,007200,005502,42441.6276956,157612,56072,hub,hub,non_hub,585983.687715,4510915.94446,584972.085912,4508987.23863
+5491,5491,870,54.0,005502,,40.72743423,-73.99379025,59.0,007300,40.734682705,-74.00388484,575.737131729,5615,2383,4547,1262,007300,48716185.79,005502,49017118.6146,005502,70986045.0,007300,005502,42441.6276956,92567,56072,hub,hub,non_hub,584110.479319,4509782.14883,584972.085912,4508987.23863
+5492,5492,152,54.0,005502,,40.72743423,-73.99379025,86.0,007400,40.746413585,-73.98586892,902.353814793,4179,2383,2700,1262,007400,170614202.951,005502,49017118.6146,005502,70986045.0,007400,005502,42441.6276956,81121,56072,hub,hub,non_hub,585616.696258,4511101.7763,584972.085912,4508987.23863
+5493,5493,221,54.0,005502,,40.72743423,-73.99379025,69.0,007600,40.74737476,-73.988320695,917.358719097,2203,2383,1573,1262,007600,242014413.464,005502,49017118.6146,005502,70986045.0,007600,005502,42441.6276956,97464,56072,hub,hub,non_hub,585408.475283,4511206.08492,584972.085912,4508987.23863
+5494,5494,403,27.0,005502,,40.72743423,-73.99379025,43.0,007700,40.7390169121,-74.0026376103,712.803970223,5404,2383,4254,1262,007700,59306273.1509,005502,49017118.6146,005502,70986045.0,007700,005502,42441.6276956,79025,56072,hub,hub,non_hub,584210.329106,4510264.47156,584972.085912,4508987.23863
+5495,5495,219,27.0,005502,,40.72743423,-73.99379025,39.0,007800,40.74780373,-73.9734419,1025.82191781,7380,2383,5372,1262,007800,112124597.728,005502,49017118.6146,005502,70986045.0,007800,005502,42441.6276956,59601,56072,hub,hub,non_hub,586664.043115,4511268.28888,584972.085912,4508987.23863
+5496,5496,815,135.0,005502,,40.72743423,-73.99379025,174.0,007900,40.738916514,-74.007286026,831.758525944,4406,2383,2904,1262,007900,86937368.5918,005502,49017118.6146,005502,70986045.0,007900,005502,42441.6276956,171846,56072,hub,hub,non_hub,583817.969395,4510248.87788,584972.085912,4508987.23863
+5497,5497,158,54.0,005502,,40.72743423,-73.99379025,71.0,008000,40.7485693,-73.97717991,1086.12567204,4946,2383,3730,1262,008000,197763821.532,005502,49017118.6146,005502,70986045.0,008000,005502,42441.6276956,74808,56072,hub,hub,non_hub,586347.477591,4511349.58844,584972.085912,4508987.23863
+5498,5498,248,27.0,005502,,40.72743423,-73.99379025,39.0,008100,40.73935542,-73.99931783,774.169354839,8675,2383,5315,1262,008100,91100400.6907,005502,49017118.6146,005502,70986045.0,008100,005502,42441.6276956,53195,56072,hub,hub,non_hub,584490.204148,4510305.23824,584972.085912,4508987.23863
+5499,5499,350,81.0,005502,,40.72743423,-73.99379025,175.0,008200,40.7519629735,-73.9793941107,1044.67991712,3442,2383,2534,1262,008200,262405408.076,005502,49017118.6146,005502,70986045.0,008200,005502,42441.6276956,228612,56072,hub,hub,non_hub,586156.168765,4511724.13495,584972.085912,4508987.23863
+5500,5500,584,108.0,005502,,40.72743423,-73.99379025,119.0,008300,40.742591315,-74.004102785,873.192954249,4211,2383,2321,1262,008300,119862327.354,005502,49017118.6146,005502,70986045.0,008300,005502,42441.6276956,186113,56072,hub,hub,non_hub,584082.11654,4510659.85081,584972.085912,4508987.23863
+5501,5501,39,27.0,005502,,40.72743423,-73.99379025,38.0,008400,40.75038009,-73.98338988,985.717948718,1726,2383,1041,1262,008400,147824461.739,005502,49017118.6146,005502,70986045.0,008400,005502,42441.6276956,34199,56072,hub,hub,non_hub,585820.889203,4511544.50828,584972.085912,4508987.23863
+5502,5502,51,27.0,005502,,40.72743423,-73.99379025,43.0,008601,40.744219,-73.97121214,1137.66666667,2551,2383,1528,1262,008601,31141773.9073,005502,49017118.6146,005502,70986045.0,008601,005502,42441.6276956,31961,56072,hub,hub,non_hub,586856.951039,4510872.56191,584972.085912,4508987.23863
+5503,5503,347,54.0,005502,,40.72743423,-73.99379025,78.0,008700,40.74206378,-73.995708955,833.485861909,6671,2383,4249,1262,008700,85660216.7821,005502,49017118.6146,005502,70986045.0,008700,005502,42441.6276956,152953,56072,hub,hub,non_hub,584791.475936,4510609.36503,584972.085912,4508987.23863
+5504,5504,81,54.0,005502,,40.72743423,-73.99379025,78.0,008800,40.75012189,-73.970133575,1131.65146879,6964,2383,5507,1262,008800,216532475.876,005502,49017118.6146,005502,70986045.0,008800,005502,42441.6276956,43247,56072,hub,hub,non_hub,586940.323322,4511528.89362,584972.085912,4508987.23863
+5505,5505,444,81.0,005502,,40.72743423,-73.99379025,120.0,008900,40.74529008,-74.0021768567,959.204168738,5560,2383,3511,1262,008900,54419260.2723,005502,49017118.6146,005502,70986045.0,008900,005502,42441.6276956,158638,56072,hub,hub,non_hub,584241.316685,4510961.27944,584972.085912,4508987.23863
+5506,5506,176,81.0,005502,,40.72743423,-73.99379025,110.0,009000,40.75261798,-73.9703317533,1168.91946793,7026,2383,5832,1262,009000,208846060.851,005502,49017118.6146,005502,70986045.0,009000,005502,42441.6276956,74531,56072,hub,hub,non_hub,586920.342162,4511805.78171,584972.085912,4508987.23863
+5507,5507,162,27.0,005502,,40.72743423,-73.99379025,39.0,009100,40.74487634,-73.99529885,889.814814815,6415,2383,4386,1262,009100,127325659.041,005502,49017118.6146,005502,70986045.0,009100,005502,42441.6276956,63878,56072,hub,hub,non_hub,584822.527687,4510921.97538,584972.085912,4508987.23863
+5508,5508,87,54.0,005502,,40.72743423,-73.99379025,110.0,009200,40.7548518863,-73.9734329075,1107.02142857,1754,2383,1461,1262,009200,408192557.246,005502,49017118.6146,005502,70986045.0,009200,005502,42441.6276956,72226,56072,hub,hub,non_hub,586655.650548,4512050.69496,584972.085912,4508987.23863
+5509,5509,109,27.0,005502,,40.72743423,-73.99379025,39.0,009300,40.74475148,-73.99915362,1076.34862385,9705,2383,5585,1262,009300,68528055.2433,005502,49017118.6146,005502,70986045.0,009300,005502,42441.6276956,52202,56072,hub,hub,non_hub,584497.239363,4510904.39701,584972.085912,4508987.23863
+5510,5510,105,27.0,005502,,40.72743423,-73.99379025,31.0,009400,40.75320159,-73.9779874,1091.11428571,29,2383,16,1262,009400,299218147.811,005502,49017118.6146,005502,70986045.0,009400,005502,42441.6276956,82147,56072,hub,hub,non_hub,586273.319314,4511863.01244,584972.085912,4508987.23863
+5511,5511,150,27.0,005502,,40.72743423,-73.99379025,51.0,009500,40.746647,-73.993915,947.213333333,3425,2383,1416,1262,009500,129660033.725,005502,49017118.6146,005502,70986045.0,009500,005502,42441.6276956,57488,56072,hub,hub,non_hub,584937.108907,4511119.86954,584972.085912,4508987.23863
+5512,5512,103,81.0,005502,,40.72743423,-73.99379025,140.0,009600,40.75607603,-73.9803967167,1084.87613169,153,2383,268,1262,009600,270304841.585,005502,49017118.6146,005502,70986045.0,009600,005502,42441.6276956,71527,56072,hub,hub,non_hub,586066.226062,4512179.73074,584972.085912,4508987.23863
+5513,5513,246,81.0,005502,,40.72743423,-73.99379025,99.0,009700,40.7493616033,-73.9991321067,1189.44244207,4744,2383,2827,1262,009700,83018263.1602,005502,49017118.6146,005502,70986045.0,009700,005502,42441.6276956,118804,56072,hub,hub,non_hub,584493.220017,4511416.17434,584972.085912,4508987.23863
+5514,5514,183,54.0,005502,,40.72743423,-73.99379025,70.0,009800,40.755285655,-73.96667288,1248.56746699,7105,2383,5244,1262,009800,115943808.909,005502,49017118.6146,005502,70986045.0,009800,005502,42441.6276956,40039,56072,hub,hub,non_hub,587225.727282,4512105.54383,584972.085912,4508987.23863
+5515,5515,572,135.0,005502,,40.72743423,-73.99379025,185.0,009900,40.7520807866,-74.0031899092,1140.89686869,3617,2383,2438,1262,009900,404439511.776,005502,49017118.6146,005502,70986045.0,009900,005502,42441.6276956,208076,56072,hub,hub,non_hub,584147.226991,4511714.12465,584972.085912,4508987.23863
+5516,5516,136,81.0,005502,,40.72743423,-73.99379025,121.0,010000,40.7583696933,-73.9710287767,1078.56704847,1829,2383,1399,1262,010000,366457143.613,005502,49017118.6146,005502,70986045.0,010000,005502,42441.6276956,72085,56072,hub,hub,non_hub,586854.014885,4512443.57459,584972.085912,4508987.23863
+5517,5517,284,81.0,005502,,40.72743423,-73.99379025,127.0,010100,40.74945622,-73.9903382667,1001.18579907,1119,2383,828,1262,010100,246168211.101,005502,49017118.6146,005502,70986045.0,010100,005502,42441.6276956,183377,56072,hub,hub,non_hub,585235.486219,4511435.18064,584972.085912,4508987.23863
+5518,5518,50,54.0,005502,,40.72743423,-73.99379025,81.0,010200,40.7606694,-73.973473555,1496.30833333,313,2383,268,1262,010200,333450202.294,005502,49017118.6146,005502,70986045.0,010200,005502,42441.6276956,46675,56072,hub,hub,non_hub,586644.664817,4512696.44233,584972.085912,4508987.23863
+5519,5519,317,54.0,005502,,40.72743423,-73.99379025,98.0,010300,40.751000495,-73.994372255,1196.56560232,1859,2383,1351,1262,010300,141506056.87,005502,49017118.6146,005502,70986045.0,010300,005502,42441.6276956,221593,56072,hub,hub,non_hub,584892.968075,4511602.69644,584972.085912,4508987.23863
+5520,5520,48,54.0,005502,,40.72743423,-73.99379025,75.0,010400,40.761664375,-73.976854975,1352.00769231,1031,2383,1033,1262,010400,363981333.295,005502,49017118.6146,005502,70986045.0,010400,005502,42441.6276956,65073,56072,hub,hub,non_hub,586357.961325,4512803.55852,584972.085912,4508987.23863
+5521,5521,40,27.0,005502,,40.72743423,-73.99379025,33.0,010602,40.75849116,-73.95920622,1406.0,4794,2383,2963,1262,010602,67980898.3739,005502,49017118.6146,005502,70986045.0,010602,005502,42441.6276956,22153,56072,hub,hub,non_hub,587851.796682,4512468.82754,584972.085912,4508987.23863
+5522,5522,146,81.0,005502,,40.72743423,-73.99379025,117.0,010800,40.7591736033,-73.96613818,1348.66274834,8531,2383,6272,1262,010800,189351523.799,005502,49017118.6146,005502,70986045.0,010800,005502,42441.6276956,79198,56072,hub,hub,non_hub,587265.778542,4512537.66689,584972.085912,4508987.23863
+5523,5523,126,54.0,005502,,40.72743423,-73.99379025,114.0,010900,40.751351715,-73.987594755,1048.66040172,182,2383,92,1262,010900,228173063.011,005502,49017118.6146,005502,70986045.0,010900,005502,42441.6276956,60092,56072,hub,hub,non_hub,585464.669441,4511648.26242,584972.085912,4508987.23863
+5524,5524,42,27.0,005502,,40.72743423,-73.99379025,59.0,011201,40.7643971,-73.97371465,1596.11904762,827,2383,964,1262,011201,118515444.187,005502,49017118.6146,005502,70986045.0,011201,005502,42441.6276956,41525,56072,hub,hub,non_hub,586619.474659,4513110.00718,584972.085912,4508987.23863
+5525,5525,53,27.0,005502,,40.72743423,-73.99379025,33.0,011203,40.76095756,-73.96724467,1285.45283019,1176,2383,1160,1262,011203,143782379.009,005502,49017118.6146,005502,70986045.0,011203,005502,42441.6276956,48033,56072,hub,hub,non_hub,587170.050102,4512734.59972,584972.085912,4508987.23863
+5526,5526,333,108.0,005502,,40.72743423,-73.99379025,198.0,011300,40.7548008425,-73.9888010575,1150.74773694,204,2383,107,1262,011300,357940519.061,005502,49017118.6146,005502,70986045.0,011300,005502,42441.6276956,236650,56072,hub,hub,non_hub,585358.423228,4512029.96675,584972.085912,4508987.23863
+5527,5527,112,54.0,005502,,40.72743423,-73.99379025,82.0,011500,40.75701407,-73.992353645,1269.70425532,2487,2383,1678,1262,011500,130958459.747,005502,49017118.6146,005502,70986045.0,011500,005502,42441.6276956,103294,56072,hub,hub,non_hub,585055.712647,4512272.20178,584972.085912,4508987.23863
+5528,5528,62,54.0,005502,,40.72743423,-73.99379025,84.0,011700,40.76058799,-74.00080945,1465.35952381,2938,2383,2304,1262,011700,91270705.1484,005502,49017118.6146,005502,70986045.0,011700,005502,42441.6276956,73016,56072,hub,hub,non_hub,584337.427395,4512660.77158,584972.085912,4508987.23863
+5529,5529,27,27.0,005502,,40.72743423,-73.99379025,34.0,011900,40.7568001,-73.98291153,1375.40740741,1079,2383,1121,1262,011900,395254501.74,005502,49017118.6146,005502,70986045.0,011900,005502,42441.6276956,39976,56072,hub,hub,non_hub,585853.012005,4512257.64444,584972.085912,4508987.23863
+5530,5530,164,81.0,005502,,40.72743423,-73.99379025,109.0,012100,40.7598593767,-73.9914900133,1276.6712825,8366,2383,5744,1262,012100,101223732.045,005502,49017118.6146,005502,70986045.0,012100,005502,42441.6276956,132767,56072,hub,hub,non_hub,585124.983126,4512588.88932,584972.085912,4508987.23863
+5531,5531,8,27.0,005502,,40.72743423,-73.99379025,51.0,012500,40.76064679,-73.98442659,1611.125,2439,2383,2096,1262,012500,322911522.418,005502,49017118.6146,005502,70986045.0,012500,005502,42441.6276956,45486,56072,hub,hub,non_hub,585720.180916,4512683.17447,584972.085912,4508987.23863
+5532,5532,92,54.0,005502,,40.72743423,-73.99379025,84.0,012700,40.762485435,-73.990447135,1153.75720993,6437,2383,4434,1262,012700,104637996.687,005502,49017118.6146,005502,70986045.0,012700,005502,42441.6276956,83393,56072,hub,hub,non_hub,585209.656415,4512881.41361,584972.085912,4508987.23863
+5533,5533,55,27.0,005502,,40.72743423,-73.99379025,24.0,012900,40.76341379,-73.99667444,1585.69090909,5312,2383,3621,1262,012900,158698340.053,005502,49017118.6146,005502,70986045.0,012900,005502,42441.6276956,28661,56072,hub,hub,non_hub,584682.864463,4512978.43901,584972.085912,4508987.23863
+5534,5534,61,81.0,005502,,40.72743423,-73.99379025,160.0,013100,40.7621295133,-73.98215453,1597.78813131,2489,2383,2283,1262,013100,405023451.28,005502,49017118.6146,005502,70986045.0,013100,005502,42441.6276956,107228,56072,hub,hub,non_hub,585910.04945,4512849.98999,584972.085912,4508987.23863
+5535,5535,37,81.0,005502,,40.72743423,-73.99379025,101.0,013300,40.7647250567,-73.9866537633,1669.97777778,5363,2383,3909,1262,013300,79847412.2593,005502,49017118.6146,005502,70986045.0,013300,005502,42441.6276956,89810,56072,hub,hub,non_hub,585526.963405,4513133.71926,584972.085912,4508987.23863
+5536,5536,77,54.0,005502,,40.72743423,-73.99379025,65.0,013500,40.766984435,-73.99227308,1332.99242424,6075,2383,3935,1262,013500,198199142.958,005502,49017118.6146,005502,70986045.0,013500,005502,42441.6276956,64723,56072,hub,hub,non_hub,585049.80204,4513379.06475,584972.085912,4508987.23863
+5537,5537,73,54.0,005502,,40.72743423,-73.99379025,98.0,013700,40.766109285,-73.981808355,1481.91063596,6557,2383,5442,1262,013700,314878324.419,005502,49017118.6146,005502,70986045.0,013700,005502,42441.6276956,91142,56072,hub,hub,non_hub,585934.141665,4513292.1137,584972.085912,4508987.23863
+5538,5538,16,27.0,005502,,40.72743423,-73.99379025,27.0,013900,40.768254,-73.988639,2009.25,7607,2383,7359,1262,013900,139918084.587,005502,49017118.6146,005502,70986045.0,013900,005502,42441.6276956,26390,56072,hub,hub,non_hub,585354.890073,4513523.52534,584972.085912,4508987.23863
+5539,5539,21,27.0,005502,,40.72743423,-73.99379025,49.0,014300,40.76590936,-73.97634151,1304.33333333,3,2383,0,1262,014300,50027992.3322,005502,49017118.6146,005502,70986045.0,014300,005502,42441.6276956,21051,56072,hub,hub,non_hub,586395.803012,4513275.28949,584972.085912,4508987.23863
+5540,5540,125,27.0,005502,,40.72743423,-73.99379025,36.0,014500,40.76915505,-73.98191841,1635.192,5811,2383,3462,1262,014500,253397343.373,005502,49017118.6146,005502,70986045.0,014500,005502,42441.6276956,68350,56072,hub,hub,non_hub,585920.929601,4513630.10902,584972.085912,4508987.23863
+5541,5541,27,27.0,005502,,40.72743423,-73.99379025,55.0,014700,40.770513,-73.988038,1004.37037037,2586,2383,1743,1262,014700,70871746.8417,005502,49017118.6146,005502,70986045.0,014700,005502,42441.6276956,35099,56072,hub,hub,non_hub,585402.720353,4513774.87644,584972.085912,4508987.23863
+5542,5542,10,27.0,005502,,40.72743423,-73.99379025,36.0,015100,40.771522,-73.990541,1896.9,8105,2383,4856,1262,015100,164953931.102,005502,49017118.6146,005502,70986045.0,015100,005502,42441.6276956,17578,56072,hub,hub,non_hub,585190.192062,4513884.4495,584972.085912,4508987.23863
+5543,5543,407,54.0,005502,,40.72743423,-73.99379025,70.0,031703,40.71644312,-74.014902115,1064.00877744,8670,2383,4231,1262,031703,332361109.355,005502,49017118.6146,005502,70986045.0,031703,005502,42441.6276956,136082,56072,hub,hub,non_hub,583202.897614,4507746.93647,584972.085912,4508987.23863
+5544,5544,154,81.0,005502,,40.72743423,-73.99379025,98.0,031704,40.7085171733,-74.0165557667,1303.96276639,6610,2383,3790,1262,031704,160823714.408,005502,49017118.6146,005502,70986045.0,031704,005502,42441.6276956,105244,56072,hub,hub,non_hub,583073.076824,4506865.54027,584972.085912,4508987.23863
+5545,5545,418,81.0,005502,,40.72743423,-73.99379025,85.0,000600,40.7128987867,-73.9898646367,703.307917229,11558,2383,4083,1262,000600,59149181.7526,005502,49017118.6146,005502,70986045.0,000600,005502,42441.6276956,70053,56072,hub,hub,non_hub,585322.159723,4507377.5136,584972.085912,4508987.23863
+5546,5546,281,285.0,005600,,40.74065347,-73.98778661,108.0,000202,40.71318002,-73.9818904933,1315.29983407,8012,2618,3598,2190,000202,37878157.9781,005600,189153355.609,005600,50203213.0,000202,005600,20813.1142899,56352,115190,hub,hub,non_hub,585995.353038,4507416.50937,585462.168743,4510460.49357
+5547,5547,480,665.0,005600,,40.74065347,-73.98778661,516.0,000700,40.70581148,-74.0081572071,1642.94926797,7722,2618,5201,2190,000700,476954959.734,005600,189153355.609,005600,50203213.0,000700,005600,20813.1142899,160040,115190,hub,hub,non_hub,583785.918305,4506573.16797,585462.168743,4510460.49357
+5548,5548,108,190.0,005600,,40.74065347,-73.98778661,94.0,000800,40.712414475,-73.993471545,1269.85258285,10365,2618,4150,2190,000800,46479755.076,005600,189153355.609,005600,50203213.0,000800,005600,20813.1142899,34254,115190,hub,hub,non_hub,585018.109713,4507320.25418,585462.168743,4510460.49357
+5549,5549,160,285.0,005600,,40.74065347,-73.98778661,194.0,000900,40.7024745833,-74.01224785,1803.82029222,1140,2618,939,2190,000900,404341803.896,005600,189153355.609,005600,50203213.0,000900,005600,20813.1142899,46446,115190,hub,hub,non_hub,583444.520998,4506198.85784,585462.168743,4510460.49357
+5550,5550,75,95.0,005600,,40.74065347,-73.98778661,38.0,001002,40.71782143,-73.97628939,1067.08928571,6439,2618,2346,2190,001002,22763374.2099,005600,189153355.609,005600,50203213.0,001002,005600,20813.1142899,15916,115190,hub,hub,non_hub,586462.45635,4507937.23607,585462.168743,4510460.49357
+5551,5551,203,190.0,005600,,40.74065347,-73.98778661,92.0,001200,40.717364275,-73.982955325,1009.92233352,3547,2618,1857,2190,001200,23518220.7411,005600,189153355.609,005600,50203213.0,001200,005600,20813.1142899,36493,115190,hub,hub,non_hub,585900.031125,4507879.94738,585462.168743,4510460.49357
+5552,5552,97,95.0,005600,,40.74065347,-73.98778661,72.0,001300,40.70463334,-74.01361706,1786.47298851,3776,2618,3028,2190,001300,286606455.687,005600,189153355.609,005600,50203213.0,001300,005600,20813.1142899,27671,115190,hub,hub,non_hub,583326.158808,4506437.19368,585462.168743,4510460.49357
+5553,5553,128,95.0,005600,,40.74065347,-73.98778661,56.0,001401,40.71559509,-73.9870295,1037.08412561,3289,2618,1708,2190,001401,20168722.3199,005600,189153355.609,005600,50203213.0,001401,005600,20813.1142899,26885,115190,hub,hub,non_hub,585558.18429,4507679.57909,585462.168743,4510460.49357
+5554,5554,82,190.0,005600,,40.74065347,-73.98778661,134.0,001501,40.70966832,-74.003597135,1504.18392937,5581,2618,3450,2190,001501,172466366.322,005600,189153355.609,005600,50203213.0,001501,005600,20813.1142899,27425,115190,hub,hub,non_hub,584166.279828,4507005.66129,585462.168743,4510460.49357
+5555,5555,233,285.0,005600,,40.74065347,-73.98778661,246.0,001502,40.7088053467,-74.00635276,1577.30857313,7095,2618,3459,2190,001502,221282059.103,005600,189153355.609,005600,50203213.0,001502,005600,20813.1142899,82052,115190,hub,hub,non_hub,583934.59195,4506907.22889,585462.168743,4510460.49357
+5556,5556,380,285.0,005600,,40.74065347,-73.98778661,214.0,001600,40.7153350167,-73.9943926833,1132.70271768,8236,2618,3242,2190,001600,76565505.7581,005600,189153355.609,005600,50203213.0,001600,005600,20813.1142899,82798,115190,hub,hub,non_hub,584936.591099,4507643.5622,585462.168743,4510460.49357
+5557,5557,1154,380.0,005600,,40.74065347,-73.98778661,308.0,001800,40.7193657075,-73.9906468425,906.184630789,8063,2618,3489,2190,001800,60554858.5127,005600,189153355.609,005600,50203213.0,001800,005600,20813.1142899,133306,115190,hub,hub,non_hub,585247.838585,4508094.62497,585462.168743,4510460.49357
+5558,5558,180,190.0,005600,,40.74065347,-73.98778661,92.0,002000,40.721554605,-73.977309405,1109.42560617,4795,2618,1899,2190,002000,17907673.5628,005600,189153355.609,005600,50203213.0,002000,005600,20813.1142899,31656,115190,hub,hub,non_hub,586371.478696,4508350.63994,585462.168743,4510460.49357
+5559,5559,433,380.0,005600,,40.74065347,-73.98778661,204.0,002100,40.71451321,-74.0108850975,1358.95910881,6111,2618,3038,2190,002100,273869828.705,005600,189153355.609,005600,50203213.0,002100,005600,20813.1142899,151037,115190,hub,hub,non_hub,583544.598931,4507536.51732,585462.168743,4510460.49357
+5560,5560,125,190.0,005600,,40.74065347,-73.98778661,88.0,002201,40.71833027,-73.980972895,1081.28867194,6762,2618,3030,2190,002201,37585954.9949,005600,189153355.609,005600,50203213.0,002201,005600,20813.1142899,26391,115190,hub,hub,non_hub,586066.226443,4507989.12022,585462.168743,4510460.49357
+5561,5561,198,95.0,005600,,40.74065347,-73.98778661,62.0,002202,40.7208736,-73.98085795,824.972989196,2256,2618,1045,2190,002202,13179093.8977,005600,189153355.609,005600,50203213.0,002202,005600,20813.1142899,23935,115190,hub,hub,non_hub,586072.658368,4508271.55961,585462.168743,4510460.49357
+5562,5562,215,190.0,005600,,40.74065347,-73.98778661,96.0,002400,40.724744875,-73.974986535,905.813929152,5775,2618,2175,2190,002400,17986635.5592,005600,189153355.609,005600,50203213.0,002400,005600,20813.1142899,17965,115190,hub,hub,non_hub,586563.526382,4508707.06897,585462.168743,4510460.49357
+5563,5563,66,190.0,005600,,40.74065347,-73.98778661,124.0,002500,40.7111743,-73.99849582,1235.03955453,5061,2618,1917,2190,002500,22428407.6271,005600,189153355.609,005600,50203213.0,002500,005600,20813.1142899,28216,115190,hub,hub,non_hub,584595.28909,4507177.73549,585462.168743,4510460.49357
+5564,5564,180,95.0,005600,,40.74065347,-73.98778661,62.0,002601,40.72299208,-73.97995466,904.169457735,3774,2618,1593,2190,002601,22248722.3098,005600,189153355.609,005600,50203213.0,002601,005600,20813.1142899,22144,115190,hub,hub,non_hub,586146.216204,4508507.61099,585462.168743,4510460.49357
+5565,5565,87,95.0,005600,,40.74065347,-73.98778661,54.0,002700,40.71307916,-73.99851193,1287.23246753,1191,2618,655,2190,002700,11349914.9514,005600,189153355.609,005600,50203213.0,002700,005600,20813.1142899,20570,115190,hub,hub,non_hub,584591.517275,4507389.17181,585462.168743,4510460.49357
+5566,5566,520,95.0,005600,,40.74065347,-73.98778661,64.0,002800,40.72521311,-73.97768752,841.756009615,7302,2618,3341,2190,002800,47641507.3146,005600,189153355.609,005600,50203213.0,002800,005600,20813.1142899,36744,115190,hub,hub,non_hub,586334.816403,4508756.38709,585462.168743,4510460.49357
+5567,5567,104,95.0,005600,,40.74065347,-73.98778661,86.0,002900,40.71602118,-73.99974372,1104.79052429,5855,2618,2420,2190,002900,200965547.24,005600,189153355.609,005600,50203213.0,002900,005600,20813.1142899,31936,115190,hub,hub,non_hub,584483.752153,4507714.56961,585462.168743,4510460.49357
+5568,5568,404,95.0,005600,,40.74065347,-73.98778661,70.0,003001,40.72066442,-73.98517977,880.909463215,4301,2618,2553,2190,003001,34302720.7166,005600,189153355.609,005600,50203213.0,003001,005600,20813.1142899,41223,115190,hub,hub,non_hub,585707.91731,4508244.11218,585462.168743,4510460.49357
+5569,5569,425,95.0,005600,,40.74065347,-73.98778661,74.0,003002,40.72217444,-73.98368779,882.705294465,3031,2618,1885,2190,003002,18686109.2263,005600,189153355.609,005600,50203213.0,003002,005600,20813.1142899,38675,115190,hub,hub,non_hub,585831.986427,4508413.19181,585462.168743,4510460.49357
+5570,5570,270,285.0,005600,,40.74065347,-73.98778661,242.0,003100,40.7140617467,-74.0041933367,1242.34024572,2809,2618,858,2190,003100,145687012.574,005600,189153355.609,005600,50203213.0,003100,005600,20813.1142899,81469,115190,hub,hub,non_hub,584110.388584,4507492.78891,585462.168743,4510460.49357
+5571,5571,1685,285.0,005600,,40.74065347,-73.98778661,200.0,003200,40.7260543867,-73.9823576167,739.633704407,7630,2618,4888,2190,003200,46369492.482,005600,189153355.609,005600,50203213.0,003200,005600,20813.1142899,138064,115190,hub,hub,non_hub,585939.335766,4508845.19329,585462.168743,4510460.49357
+5572,5572,518,475.0,005600,,40.74065347,-73.98778661,346.0,003300,40.7188324986,-74.0063110803,1113.7985611,5174,2618,2694,2190,003300,215459582.054,005600,189153355.609,005600,50203213.0,003300,005600,20813.1142899,115059,115190,hub,hub,non_hub,583925.519642,4508020.34762,585462.168743,4510460.49357
+5573,5573,821,95.0,005600,,40.74065347,-73.98778661,78.0,003400,40.72955361,-73.98057249,642.113743102,6706,2618,4203,2190,003400,42933229.7541,005600,189153355.609,005600,50203213.0,003400,005600,20813.1142899,47926,115190,hub,hub,non_hub,586085.581298,4509235.37985,585462.168743,4510460.49357
+5574,5574,507,190.0,005600,,40.74065347,-73.98778661,132.0,003601,40.72217423,-73.990293175,831.885671987,3299,2618,1613,2190,003601,29191583.8104,005600,189153355.609,005600,50203213.0,003601,005600,20813.1142899,77585,115190,hub,hub,non_hub,585274.124459,4508406.73315,585462.168743,4510460.49357
+5575,5575,821,190.0,005600,,40.74065347,-73.98778661,124.0,003602,40.724852985,-73.989265345,716.666641912,2918,2618,1586,2190,003602,24941258.1161,005600,189153355.609,005600,50203213.0,003602,005600,20813.1142899,82124,115190,hub,hub,non_hub,585357.507872,4508705.09166,585462.168743,4510460.49357
+5576,5576,1127,380.0,005600,,40.74065347,-73.98778661,296.0,003700,40.7256696075,-74.0052069325,935.269511764,2401,2618,1490,2190,003700,212385639.924,005600,189153355.609,005600,50203213.0,003700,005600,20813.1142899,173333,115190,hub,hub,non_hub,584010.178026,4508780.36793,585462.168743,4510460.49357
+5577,5577,2541,380.0,005600,,40.74065347,-73.98778661,320.0,003800,40.72765889,-73.988195855,621.514193111,8610,2618,5795,2190,003800,67437493.5221,005600,189153355.609,005600,50203213.0,003800,005600,20813.1142899,167230,115190,hub,hub,non_hub,585444.239635,4509017.60641,585462.168743,4510460.49357
+5578,5578,392,380.0,005600,,40.74065347,-73.98778661,212.0,003900,40.7201717475,-74.00983051,1249.02396369,5253,2618,3059,2190,003900,194910113.03,005600,189153355.609,005600,50203213.0,003900,005600,20813.1142899,113624,115190,hub,hub,non_hub,583626.593058,4508165.65565,585462.168743,4510460.49357
+5579,5579,1433,190.0,005600,,40.74065347,-73.98778661,132.0,004000,40.73000573,-73.98549552,580.338764912,9801,2618,4546,2190,004000,66858387.5133,005600,189153355.609,005600,50203213.0,004000,005600,20813.1142899,99660,115190,hub,hub,non_hub,585669.269443,4509280.75306,585462.168743,4510460.49357
+5580,5580,876,190.0,005600,,40.74065347,-73.98778661,128.0,004100,40.7195529,-73.996789035,908.976727628,7793,2618,3765,2190,004100,71738983.3617,005600,189153355.609,005600,50203213.0,004100,005600,20813.1142899,114685,115190,hub,hub,non_hub,584728.836557,4508109.46034,585462.168743,4510460.49357
+5581,5581,732,95.0,005600,,40.74065347,-73.98778661,70.0,004200,40.73223272,-73.98889957,425.434889648,4988,2618,1801,2190,004200,39941846.3325,005600,189153355.609,005600,50203213.0,004200,005600,20813.1142899,50846,115190,hub,hub,non_hub,585378.96492,4509524.64843,585462.168743,4510460.49357
+5582,5582,806,190.0,005600,,40.74065347,-73.98778661,134.0,004300,40.723870235,-73.995226525,758.334752462,4267,2618,2598,2190,004300,65935514.1184,005600,189153355.609,005600,50203213.0,004300,005600,20813.1142899,95162,115190,hub,hub,non_hub,584855.320992,4508590.22212,585462.168743,4510460.49357
+5583,5583,1954,190.0,005600,,40.74065347,-73.98778661,120.0,004400,40.73080269,-73.97968993,574.808177272,17710,2618,8297,2190,004400,114601147.016,005600,189153355.609,005600,50203213.0,004400,005600,20813.1142899,106427,115190,hub,hub,non_hub,586158.498991,4509374.90208,585462.168743,4510460.49357
+5584,5584,149,95.0,005600,,40.74065347,-73.98778661,54.0,004500,40.71910537,-73.99973337,911.914098776,840,2618,582,2190,004500,52009114.8865,005600,189153355.609,005600,50203213.0,004500,005600,20813.1142899,34275,115190,hub,hub,non_hub,584480.726971,4508056.94497,585462.168743,4510460.49357
+5585,5585,122,95.0,005600,,40.74065347,-73.98778661,78.0,004700,40.72165481,-74.00234737,1025.1212406,2267,2618,1586,2190,004700,75477587.1594,005600,189153355.609,005600,50203213.0,004700,005600,20813.1142899,27544,115190,hub,hub,non_hub,584256.734795,4508337.43837,585462.168743,4510460.49357
+5586,5586,956,95.0,005600,,40.74065347,-73.98778661,70.0,004800,40.73624527,-73.98473765,332.866753678,7550,2618,3799,2190,004800,74763044.6965,005600,189153355.609,005600,50203213.0,004800,005600,20813.1142899,42567,115190,hub,hub,non_hub,585725.258797,4509974.12516,585462.168743,4510460.49357
+5587,5587,595,190.0,005600,,40.74065347,-73.98778661,146.0,004900,40.724268615,-74.000521515,898.717163453,4951,2618,3054,2190,004900,103848670.177,005600,189153355.609,005600,50203213.0,004900,005600,20813.1142899,80152,115190,hub,hub,non_hub,584407.63728,4508629.34168,585462.168743,4510460.49357
+5588,5588,2124,285.0,005600,,40.74065347,-73.98778661,186.0,005000,40.7359163467,-73.9873427633,393.100003853,5061,2618,3595,2190,005000,120638459.215,005600,189153355.609,005600,50203213.0,005000,005600,20813.1142899,111023,115190,hub,hub,non_hub,585505.709717,4509935.07175,585462.168743,4510460.49357
+5589,5589,1870,190.0,005600,,40.74065347,-73.98778661,212.0,005200,40.73715585,-73.991241315,394.855442034,4193,2618,1785,2190,005200,109103391.81,005600,189153355.609,005600,50203213.0,005200,005600,20813.1142899,159876,115190,hub,hub,non_hub,585174.941657,4510068.87544,585462.168743,4510460.49357
+5590,5590,848,95.0,005600,,40.74065347,-73.98778661,94.0,005400,40.73971301,-73.99456405,413.456728616,4656,2618,2837,2190,005400,128803552.888,005600,189153355.609,005600,50203213.0,005400,005600,20813.1142899,73728,115190,hub,hub,non_hub,584891.129718,4510349.51956,585462.168743,4510460.49357
+5591,5591,372,95.0,005600,,40.74065347,-73.98778661,60.0,005501,40.72679454,-73.99695094,737.086357243,5079,2618,2483,2190,005501,61061928.4125,005600,189153355.609,005600,50203213.0,005501,005600,20813.1142899,57258,115190,hub,hub,non_hub,584705.980012,4508913.17477,585462.168743,4510460.49357
+5592,5592,626,95.0,005600,,40.74065347,-73.98778661,54.0,005502,40.72743423,-73.99379025,594.653510612,2383,2618,1262,2190,005502,49017118.6146,005600,189153355.609,005600,50203213.0,005502,005600,20813.1142899,55117,115190,hub,hub,non_hub,584972.085912,4508987.23863,585462.168743,4510460.49357
+5593,5593,1896,190.0,005600,,40.74065347,-73.98778661,164.0,005700,40.729662915,-73.992405595,597.722939752,2937,2618,1789,2190,005700,90178032.7137,005600,189153355.609,005600,50203213.0,005700,005600,20813.1142899,156896,115190,hub,hub,non_hub,585086.179601,4509235.9788,585462.168743,4510460.49357
+5594,5594,1248,190.0,005600,,40.74065347,-73.98778661,174.0,005800,40.743154205,-73.990299735,429.435239703,3182,2618,2306,2190,005800,164037511.755,005600,189153355.609,005600,50203213.0,005800,005600,20813.1142899,130970,115190,hub,hub,non_hub,585246.786708,4510735.64918,585462.168743,4510460.49357
+5595,5595,485,95.0,005600,,40.74065347,-73.98778661,62.0,005900,40.73049393,-73.9957214,584.553153806,5516,2618,3276,2190,005900,71785177.1361,005600,189153355.609,005600,50203213.0,005900,005600,20813.1142899,53180,115190,hub,hub,non_hub,584805.117402,4509325.01914,585462.168743,4510460.49357
+5596,5596,3019,190.0,005600,,40.74065347,-73.98778661,126.0,006000,40.734822295,-73.976916765,503.997582324,5286,2618,2459,2190,006000,27468182.8943,005600,189153355.609,005600,50203213.0,006000,005600,20813.1142899,80462,115190,hub,hub,hub,586387.478737,4509823.83141,585462.168743,4510460.49357
+5597,5597,2595,380.0,005600,,40.74065347,-73.98778661,282.0,006100,40.73385254,-73.992357065,472.185338616,4913,2618,2683,2190,006100,91682014.33,005600,189153355.609,005600,50203213.0,006100,005600,20813.1142899,245510,115190,hub,hub,non_hub,585084.940162,4509701.10308,585462.168743,4510460.49357
+5598,5598,828,95.0,005600,,40.74065347,-73.98778661,60.0,006200,40.7381765,-73.97738662,451.435782124,4680,2618,1401,2190,006200,231817485.533,005600,189153355.609,005600,50203213.0,006200,005600,20813.1142899,33218,115190,hub,hub,non_hub,586343.467107,4510195.70961,585462.168743,4510460.49357
+5599,5599,1549,285.0,005600,,40.74065347,-73.98778661,198.0,006300,40.7346940933,-73.99785666,589.260961295,6076,2618,4277,2190,006300,85447631.8451,005600,189153355.609,005600,50203213.0,006300,005600,20813.1142899,120233,115190,hub,hub,non_hub,584619.48321,4509789.20591,585462.168743,4510460.49357
+5600,5600,1209,95.0,005600,,40.74065347,-73.98778661,78.0,006400,40.73587678,-73.98205027,393.859736067,7518,2618,5058,2190,006400,95664936.1545,005600,189153355.609,005600,50203213.0,006400,005600,20813.1142899,47750,115190,hub,hub,non_hub,585952.649806,4509935.84788,585462.168743,4510460.49357
+5601,5601,1528,285.0,005600,,40.74065347,-73.98778661,212.0,006500,40.7306296367,-73.9991423,634.781628907,6517,2618,3568,2190,006500,59290910.3694,005600,189153355.609,005600,50203213.0,006500,005600,20813.1142899,125356,115190,hub,hub,non_hub,584516.067395,4509336.78488,585462.168743,4510460.49357
+5602,5602,1282,190.0,005600,,40.74065347,-73.98778661,164.0,006600,40.739285505,-73.97827188,444.379205109,11780,2618,6818,2190,006600,84730469.4548,005600,189153355.609,005600,50203213.0,006600,005600,20813.1142899,74621,115190,hub,hub,non_hub,586267.286922,4510317.94668,585462.168743,4510460.49357
+5603,5603,838,95.0,005600,,40.74065347,-73.98778661,78.0,006700,40.73038599,-74.00214988,735.153071222,4984,2618,3796,2190,006700,47238039.9972,005600,189153355.609,005600,50203213.0,006700,005600,20813.1142899,70025,115190,hub,hub,non_hub,584262.399901,4509306.84766,585462.168743,4510460.49357
+5604,5604,830,95.0,005600,,40.74065347,-73.98778661,78.0,006800,40.74025878,-73.98409214,442.256228496,6735,2618,4494,2190,006800,130298431.446,005600,189153355.609,005600,50203213.0,006800,005600,20813.1142899,58926,115190,hub,hub,non_hub,585774.608423,4510420.28363,585462.168743,4510460.49357
+5605,5605,907,190.0,005600,,40.74065347,-73.98778661,134.0,006900,40.732319905,-74.0069291,856.282039406,2687,2618,1484,2190,006900,61292499.9331,005600,189153355.609,005600,50203213.0,006900,005600,20813.1142899,130727,115190,hub,hub,non_hub,583856.38945,4509516.94969,585462.168743,4510460.49357
+5606,5606,1625,285.0,005600,,40.74065347,-73.98778661,254.0,007000,40.7425338014,-73.9756505305,578.26811321,8302,2618,5669,2190,007000,78634704.8451,005600,189153355.609,005600,50203213.0,007000,005600,20813.1142899,145227,115190,hub,hub,non_hub,586484.410365,4510681.1102,585462.168743,4510460.49357
+5607,5607,1111,190.0,005600,,40.74065347,-73.98778661,142.0,007100,40.736526545,-74.000108805,584.362405351,5633,2618,3844,2190,007100,68447429.2743,005600,189153355.609,005600,50203213.0,007100,005600,20813.1142899,79459,115190,hub,hub,non_hub,584426.995774,4509990.4524,585462.168743,4510460.49357
+5608,5608,2456,285.0,005600,,40.74065347,-73.98778661,252.0,007200,40.7447014833,-73.98154809,410.309740625,7734,2618,5222,2190,007200,132092861.454,005600,189153355.609,005600,50203213.0,007200,005600,20813.1142899,157612,115190,hub,hub,non_hub,585983.687715,4510915.94446,585462.168743,4510460.49357
+5609,5609,811,190.0,005600,,40.74065347,-73.98778661,118.0,007300,40.734682705,-74.00388484,758.263713778,5615,2618,4547,2190,007300,48716185.79,005600,189153355.609,005600,50203213.0,007300,005600,20813.1142899,92567,115190,hub,hub,non_hub,584110.479319,4509782.14883,585462.168743,4510460.49357
+5610,5610,1990,190.0,005600,,40.74065347,-73.98778661,172.0,007400,40.746413585,-73.98586892,346.604813421,4179,2618,2700,2190,007400,170614202.951,005600,189153355.609,005600,50203213.0,007400,005600,20813.1142899,81121,115190,hub,hub,non_hub,585616.696258,4511101.7763,585462.168743,4510460.49357
+5611,5611,2635,190.0,005600,,40.74065347,-73.98778661,138.0,007600,40.74737476,-73.988320695,369.412871614,2203,2618,1573,2190,007600,242014413.464,005600,189153355.609,005600,50203213.0,007600,005600,20813.1142899,97464,115190,hub,hub,non_hub,585408.475283,4511206.08492,585462.168743,4510460.49357
+5612,5612,1110,95.0,005600,,40.74065347,-73.98778661,86.0,007700,40.7390169121,-74.0026376103,653.693502088,5404,2618,4254,2190,007700,59306273.1509,005600,189153355.609,005600,50203213.0,007700,005600,20813.1142899,79025,115190,hub,hub,non_hub,584210.329106,4510264.47156,585462.168743,4510460.49357
+5613,5613,649,95.0,005600,,40.74065347,-73.98778661,78.0,007800,40.74780373,-73.9734419,659.674934726,7380,2618,5372,2190,007800,112124597.728,005600,189153355.609,005600,50203213.0,007800,005600,20813.1142899,59601,115190,hub,hub,non_hub,586664.043115,4511268.28888,585462.168743,4510460.49357
+5614,5614,1586,475.0,005600,,40.74065347,-73.98778661,348.0,007900,40.738916514,-74.007286026,862.50214958,4406,2618,2904,2190,007900,86937368.5918,005600,189153355.609,005600,50203213.0,007900,005600,20813.1142899,171846,115190,hub,hub,non_hub,583817.969395,4510248.87788,585462.168743,4510460.49357
+5615,5615,923,190.0,005600,,40.74065347,-73.98778661,142.0,008000,40.7485693,-73.97717991,578.381929393,4946,2618,3730,2190,008000,197763821.532,005600,189153355.609,005600,50203213.0,008000,005600,20813.1142899,74808,115190,hub,hub,non_hub,586347.477591,4511349.58844,585462.168743,4510460.49357
+5616,5616,1319,95.0,005600,,40.74065347,-73.98778661,78.0,008100,40.73935542,-73.99931783,480.036796756,8675,2618,5315,2190,008100,91100400.6907,005600,189153355.609,005600,50203213.0,008100,005600,20813.1142899,53195,115190,hub,hub,non_hub,584490.204148,4510305.23824,585462.168743,4510460.49357
+5617,5617,5345,285.0,005600,,40.74065347,-73.98778661,350.0,008200,40.7520012297,-73.9794561565,550.028321838,3442,2618,2534,2190,008200,262405408.076,005600,189153355.609,005600,50203213.0,008200,005600,20813.1142899,228612,115190,hub,hub,hub,586150.881595,4511728.32076,585462.168743,4510460.49357
+5618,5618,2599,380.0,005600,,40.74065347,-73.98778661,238.0,008300,40.742591315,-74.004102785,655.87197382,4211,2618,2321,2190,008300,119862327.354,005600,189153355.609,005600,50203213.0,008300,005600,20813.1142899,186113,115190,hub,hub,non_hub,584082.11654,4510659.85081,585462.168743,4510460.49357
+5619,5619,937,95.0,005600,,40.74065347,-73.98778661,76.0,008400,40.75038009,-73.98338988,448.141630968,1726,2618,1041,2190,008400,147824461.739,005600,189153355.609,005600,50203213.0,008400,005600,20813.1142899,34199,115190,hub,hub,non_hub,585820.889203,4511544.50828,585462.168743,4510460.49357
+5620,5620,236,95.0,005600,,40.74065347,-73.98778661,86.0,008601,40.744219,-73.97121214,769.453435115,2551,2618,1528,2190,008601,31141773.9073,005600,189153355.609,005600,50203213.0,008601,005600,20813.1142899,31961,115190,hub,hub,non_hub,586856.951039,4510872.56191,585462.168743,4510460.49357
+5621,5621,2583,190.0,005600,,40.74065347,-73.98778661,156.0,008700,40.74206378,-73.995708955,387.418099691,6671,2618,4249,2190,008700,85660216.7821,005600,189153355.609,005600,50203213.0,008700,005600,20813.1142899,152953,115190,hub,hub,non_hub,584791.475936,4510609.36503,585462.168743,4510460.49357
+5622,5622,255,190.0,005600,,40.74065347,-73.98778661,156.0,008800,40.75012189,-73.970133575,840.135210268,6964,2618,5507,2190,008800,216532475.876,005600,189153355.609,005600,50203213.0,008800,005600,20813.1142899,43247,115190,hub,hub,non_hub,586940.323322,4511528.89362,585462.168743,4510460.49357
+5623,5623,5170,285.0,005600,,40.74065347,-73.98778661,240.0,008900,40.74529008,-74.0021768567,522.539640156,5560,2618,3511,2190,008900,54419260.2723,005600,189153355.609,005600,50203213.0,008900,005600,20813.1142899,158638,115190,hub,hub,hub,584241.316685,4510961.27944,585462.168743,4510460.49357
+5624,5624,619,285.0,005600,,40.74065347,-73.98778661,220.0,009000,40.75261798,-73.9703317533,831.100906404,7026,2618,5832,2190,009000,208846060.851,005600,189153355.609,005600,50203213.0,009000,005600,20813.1142899,74531,115190,hub,hub,non_hub,586920.342162,4511805.78171,585462.168743,4510460.49357
+5625,5625,1181,95.0,005600,,40.74065347,-73.98778661,78.0,009100,40.74487634,-73.99529885,389.794184506,6415,2618,4386,2190,009100,127325659.041,005600,189153355.609,005600,50203213.0,009100,005600,20813.1142899,63878,115190,hub,hub,non_hub,584822.527687,4510921.97538,585462.168743,4510460.49357
+5626,5626,482,190.0,005600,,40.74065347,-73.98778661,220.0,009200,40.7548518863,-73.9734329075,805.87541822,1754,2618,1461,2190,009200,408192557.246,005600,189153355.609,005600,50203213.0,009200,005600,20813.1142899,72226,115190,hub,hub,non_hub,586655.650548,4512050.69496,585462.168743,4510460.49357
+5627,5627,1994,95.0,005600,,40.74065347,-73.98778661,78.0,009300,40.74475148,-73.99915362,450.514615646,9705,2618,5585,2190,009300,68528055.2433,005600,189153355.609,005600,50203213.0,009300,005600,20813.1142899,52202,115190,hub,hub,non_hub,584497.239363,4510904.39701,585462.168743,4510460.49357
+5628,5628,1218,95.0,005600,,40.74065347,-73.98778661,62.0,009400,40.75320159,-73.9779874,587.40946066,29,2618,16,2190,009400,299218147.811,005600,189153355.609,005600,50203213.0,009400,005600,20813.1142899,82147,115190,hub,hub,non_hub,586273.319313,4511863.01244,585462.168743,4510460.49357
+5629,5629,965,95.0,005600,,40.74065347,-73.98778661,102.0,009500,40.746647,-73.993915,405.190455734,3425,2618,1416,2190,009500,129660033.725,005600,189153355.609,005600,50203213.0,009500,005600,20813.1142899,57488,115190,hub,hub,non_hub,584937.108907,4511119.86954,585462.168743,4510460.49357
+5630,5630,731,285.0,005600,,40.74065347,-73.98778661,280.0,009600,40.7560505249,-73.9803731861,751.066190319,153,2618,268,2190,009600,270304841.585,005600,189153355.609,005600,50203213.0,009600,005600,20813.1142899,71527,115190,hub,hub,non_hub,586068.245238,4512176.92256,585462.168743,4510460.49357
+5631,5631,1834,285.0,005600,,40.74065347,-73.98778661,198.0,009700,40.7493616033,-73.9991321067,588.246282905,4744,2618,2827,2190,009700,83018263.1602,005600,189153355.609,005600,50203213.0,009700,005600,20813.1142899,118804,115190,hub,hub,non_hub,584493.220017,4511416.17434,585462.168743,4510460.49357
+5632,5632,247,190.0,005600,,40.74065347,-73.98778661,140.0,009800,40.755285655,-73.96667288,1046.81223955,7105,2618,5244,2190,009800,115943808.909,005600,189153355.609,005600,50203213.0,009800,005600,20813.1142899,40039,115190,hub,hub,non_hub,587225.727282,4512105.54383,585462.168743,4510460.49357
+5633,5633,2707,475.0,005600,,40.74065347,-73.98778661,370.0,009900,40.7520807866,-74.0031899092,800.304759325,3617,2618,2438,2190,009900,404439511.776,005600,189153355.609,005600,50203213.0,009900,005600,20813.1142899,208076,115190,hub,hub,non_hub,584147.226991,4511714.12465,585462.168743,4510460.49357
+5634,5634,476,285.0,005600,,40.74065347,-73.98778661,242.0,010000,40.7583696933,-73.9710287767,974.210883843,1829,2618,1399,2190,010000,366457143.613,005600,189153355.609,005600,50203213.0,010000,005600,20813.1142899,72085,115190,hub,hub,non_hub,586854.014885,4512443.57459,585462.168743,4510460.49357
+5635,5635,4757,285.0,005600,,40.74065347,-73.98778661,254.0,010100,40.74945622,-73.9903382667,468.662843736,1119,2618,828,2190,010100,246168211.101,005600,189153355.609,005600,50203213.0,010100,005600,20813.1142899,183377,115190,hub,hub,hub,585235.486219,4511435.18064,585462.168743,4510460.49357
+5636,5636,301,190.0,005600,,40.74065347,-73.98778661,162.0,010200,40.7606694,-73.973473555,953.758793089,313,2618,268,2190,010200,333450202.294,005600,189153355.609,005600,50203213.0,010200,005600,20813.1142899,46675,115190,hub,hub,non_hub,586644.664817,4512696.44233,585462.168743,4510460.49357
+5637,5637,2750,190.0,005600,,40.74065347,-73.98778661,196.0,010300,40.751000495,-73.994372255,607.909680231,1859,2618,1351,2190,010300,141506056.87,005600,189153355.609,005600,50203213.0,010300,005600,20813.1142899,221593,115190,hub,hub,non_hub,584892.968075,4511602.69644,585462.168743,4510460.49357
+5638,5638,510,190.0,005600,,40.74065347,-73.98778661,150.0,010400,40.761664375,-73.976854975,1019.53580562,1031,2618,1033,2190,010400,363981333.295,005600,189153355.609,005600,50203213.0,010400,005600,20813.1142899,65073,115190,hub,hub,non_hub,586357.961325,4512803.55852,585462.168743,4510460.49357
+5639,5639,203,95.0,005600,,40.74065347,-73.98778661,66.0,010602,40.75849116,-73.95920622,1217.06084311,4794,2618,2963,2190,010602,67980898.3739,005600,189153355.609,005600,50203213.0,010602,005600,20813.1142899,22153,115190,hub,hub,non_hub,587851.796682,4512468.82754,585462.168743,4510460.49357
+5640,5640,406,285.0,005600,,40.74065347,-73.98778661,234.0,010800,40.7591736033,-73.96613818,1073.49948525,8531,2618,6272,2190,010800,189351523.799,005600,189153355.609,005600,50203213.0,010800,005600,20813.1142899,79198,115190,hub,hub,non_hub,587265.778542,4512537.66689,585462.168743,4510460.49357
+5641,5641,1013,190.0,005600,,40.74065347,-73.98778661,228.0,010900,40.751351715,-73.987594755,528.172474743,182,2618,92,2190,010900,228173063.011,005600,189153355.609,005600,50203213.0,010900,005600,20813.1142899,60092,115190,hub,hub,non_hub,585464.669441,4511648.26242,585462.168743,4510460.49357
+5642,5642,322,95.0,005600,,40.74065347,-73.98778661,118.0,011201,40.7643971,-73.97371465,1156.68765207,827,2618,964,2190,011201,118515444.187,005600,189153355.609,005600,50203213.0,011201,005600,20813.1142899,41525,115190,hub,hub,non_hub,586619.474659,4513110.00718,585462.168743,4510460.49357
+5643,5643,218,95.0,005600,,40.74065347,-73.98778661,66.0,011203,40.76095756,-73.96724467,1175.13686699,1176,2618,1160,2190,011203,143782379.009,005600,189153355.609,005600,50203213.0,011203,005600,20813.1142899,48033,115190,hub,hub,non_hub,587170.050102,4512734.59972,585462.168743,4510460.49357
+5644,5644,4048,380.0,005600,,40.74065347,-73.98778661,396.0,011300,40.7548008425,-73.9888010575,654.860062495,204,2618,107,2190,011300,357940519.061,005600,189153355.609,005600,50203213.0,011300,005600,20813.1142899,236650,115190,hub,hub,hub,585358.423228,4512029.96675,585462.168743,4510460.49357
+5645,5645,1055,190.0,005600,,40.74065347,-73.98778661,164.0,011500,40.75701407,-73.992353645,801.615700523,2487,2618,1678,2190,011500,130958459.747,005600,189153355.609,005600,50203213.0,011500,005600,20813.1142899,103294,115190,hub,hub,non_hub,585055.712647,4512272.20178,585462.168743,4510460.49357
+5646,5646,422,190.0,005600,,40.74065347,-73.98778661,168.0,011700,40.76058799,-74.00080945,1052.55813024,2938,2618,2304,2190,011700,91270705.1484,005600,189153355.609,005600,50203213.0,011700,005600,20813.1142899,73016,115190,hub,hub,non_hub,584337.427395,4512660.77158,585462.168743,4510460.49357
+5647,5647,265,95.0,005600,,40.74065347,-73.98778661,68.0,011900,40.7568001,-73.98291153,841.342997142,1079,2618,1121,2190,011900,395254501.74,005600,189153355.609,005600,50203213.0,011900,005600,20813.1142899,39976,115190,hub,hub,non_hub,585853.012005,4512257.64444,585462.168743,4510460.49357
+5648,5648,864,285.0,005600,,40.74065347,-73.98778661,218.0,012100,40.7598593767,-73.9914900133,952.940445498,8366,2618,5744,2190,012100,101223732.045,005600,189153355.609,005600,50203213.0,012100,005600,20813.1142899,132767,115190,hub,hub,non_hub,585124.983126,4512588.88932,585462.168743,4510460.49357
+5649,5649,304,95.0,005600,,40.74065347,-73.98778661,102.0,012500,40.76064679,-73.98442659,977.680944882,2439,2618,2096,2190,012500,322911522.418,005600,189153355.609,005600,50203213.0,012500,005600,20813.1142899,45486,115190,hub,hub,non_hub,585720.180916,4512683.17447,585462.168743,4510460.49357
+5650,5650,682,190.0,005600,,40.74065347,-73.98778661,168.0,012700,40.762485435,-73.990447135,995.808158418,6437,2618,4434,2190,012700,104637996.687,005600,189153355.609,005600,50203213.0,012700,005600,20813.1142899,83393,115190,hub,hub,non_hub,585209.656415,4512881.41361,585462.168743,4510460.49357
+5651,5651,151,95.0,005600,,40.74065347,-73.98778661,48.0,012900,40.76341379,-73.99667444,1079.7579955,5312,2618,3621,2190,012900,158698340.053,005600,189153355.609,005600,50203213.0,012900,005600,20813.1142899,28661,115190,hub,hub,non_hub,584682.864463,4512978.43901,585462.168743,4510460.49357
+5652,5652,718,285.0,005600,,40.74065347,-73.98778661,320.0,013100,40.7621295133,-73.98215453,963.435983902,2489,2618,2283,2190,013100,405023451.28,005600,189153355.609,005600,50203213.0,013100,005600,20813.1142899,107228,115190,hub,hub,non_hub,585910.04945,4512849.98999,585462.168743,4510460.49357
+5653,5653,503,285.0,005600,,40.74065347,-73.98778661,202.0,013300,40.7647250567,-73.9866537633,1060.63285094,5363,2618,3909,2190,013300,79847412.2593,005600,189153355.609,005600,50203213.0,013300,005600,20813.1142899,89810,115190,hub,hub,non_hub,585526.963405,4513133.71926,585462.168743,4510460.49357
+5654,5654,317,190.0,005600,,40.74065347,-73.98778661,130.0,013500,40.766984435,-73.99227308,1119.4378715,6075,2618,3935,2190,013500,198199142.958,005600,189153355.609,005600,50203213.0,013500,005600,20813.1142899,64723,115190,hub,hub,non_hub,585049.80204,4513379.06475,585462.168743,4510460.49357
+5655,5655,637,190.0,005600,,40.74065347,-73.98778661,196.0,013700,40.766109285,-73.981808355,1124.72240205,6557,2618,5442,2190,013700,314878324.419,005600,189153355.609,005600,50203213.0,013700,005600,20813.1142899,91142,115190,hub,hub,non_hub,585934.141665,4513292.1137,585462.168743,4510460.49357
+5656,5656,92,95.0,005600,,40.74065347,-73.98778661,54.0,013900,40.768254,-73.988639,1208.82945736,7607,2618,7359,2190,013900,139918084.587,005600,189153355.609,005600,50203213.0,013900,005600,20813.1142899,26390,115190,hub,hub,non_hub,585354.890073,4513523.52534,585462.168743,4510460.49357
+5657,5657,129,95.0,005600,,40.74065347,-73.98778661,98.0,014300,40.76590936,-73.97634151,1189.36397516,3,2618,0,2190,014300,50027992.3322,005600,189153355.609,005600,50203213.0,014300,005600,20813.1142899,21051,115190,hub,hub,non_hub,586395.803012,4513275.28949,585462.168743,4510460.49357
+5658,5658,371,95.0,005600,,40.74065347,-73.98778661,72.0,014500,40.76915505,-73.98191841,1373.69579614,5811,2618,3462,2190,014500,253397343.373,005600,189153355.609,005600,50203213.0,014500,005600,20813.1142899,68350,115190,hub,hub,non_hub,585920.929601,4513630.10902,585462.168743,4510460.49357
+5659,5659,153,95.0,005600,,40.74065347,-73.98778661,110.0,014700,40.770513,-73.988038,1287.66829394,2586,2618,1743,2190,014700,70871746.8417,005600,189153355.609,005600,50203213.0,014700,005600,20813.1142899,35099,115190,hub,hub,non_hub,585402.720353,4513774.87644,585462.168743,4510460.49357
+5660,5660,125,95.0,005600,,40.74065347,-73.98778661,72.0,015100,40.771522,-73.990541,1468.98338525,8105,2618,4856,2190,015100,164953931.102,005600,189153355.609,005600,50203213.0,015100,005600,20813.1142899,17578,115190,hub,hub,non_hub,585190.192062,4513884.4495,585462.168743,4510460.49357
+5661,5661,630,190.0,005600,,40.74065347,-73.98778661,140.0,031703,40.71644312,-74.014902115,1521.22546039,8670,2618,4231,2190,031703,332361109.355,005600,189153355.609,005600,50203213.0,031703,005600,20813.1142899,136082,115190,hub,hub,non_hub,583202.897614,4507746.93647,585462.168743,4510460.49357
+5662,5662,449,285.0,005600,,40.74065347,-73.98778661,196.0,031704,40.7085171733,-74.0165557667,1861.0347761,6610,2618,3790,2190,031704,160823714.408,005600,189153355.609,005600,50203213.0,031704,005600,20813.1142899,105244,115190,hub,hub,non_hub,583073.076824,4506865.54027,585462.168743,4510460.49357
+5663,5663,324,285.0,005600,,40.74065347,-73.98778661,170.0,000600,40.7128987867,-73.9898646367,1230.78513948,11558,2618,4083,2190,000600,59149181.7526,005600,189153355.609,005600,50203213.0,000600,005600,20813.1142899,70053,115190,hub,hub,non_hub,585322.159723,4507377.5136,585462.168743,4510460.49357
+5664,5664,414,246.0,005700,,40.729662915,-73.992405595,108.0,000202,40.71318002,-73.9818904933,1047.20835419,8012,2937,3598,1789,000202,37878157.9781,005700,90178032.7137,005700,55455243.0,000202,005700,35316.1142617,56352,152993,hub,hub,non_hub,585995.353038,4507416.50937,585086.179601,4509235.9788
+5665,5665,1324,574.0,005700,,40.729662915,-73.992405595,516.0,000700,40.70581148,-74.0081572071,1258.50085481,7722,2937,5201,1789,000700,476954959.734,005700,90178032.7137,005700,55455243.0,000700,005700,35316.1142617,160040,152993,hub,hub,non_hub,583785.918305,4506573.16797,585086.179601,4509235.9788
+5666,5666,358,164.0,005700,,40.729662915,-73.992405595,94.0,000800,40.712414475,-73.993471545,937.041529052,10365,2937,4150,1789,000800,46479755.076,005700,90178032.7137,005700,55455243.0,000800,005700,35316.1142617,34254,152993,hub,hub,non_hub,585018.109713,4507320.25418,585086.179601,4509235.9788
+5667,5667,190,246.0,005700,,40.729662915,-73.992405595,194.0,000900,40.7024745833,-74.01224785,1541.4256591,1140,2937,939,1789,000900,404341803.896,005700,90178032.7137,005700,55455243.0,000900,005700,35316.1142617,46446,152993,hub,hub,non_hub,583444.520998,4506198.85784,585086.179601,4509235.9788
+5668,5668,218,82.0,005700,,40.729662915,-73.992405595,38.0,001002,40.71782143,-73.97628939,842.896588204,6439,2937,2346,1789,001002,22763374.2099,005700,90178032.7137,005700,55455243.0,001002,005700,35316.1142617,15916,152993,hub,hub,non_hub,586462.45635,4507937.23607,585086.179601,4509235.9788
+5669,5669,526,164.0,005700,,40.729662915,-73.992405595,92.0,001200,40.717364275,-73.982955325,903.847544516,3547,2937,1857,1789,001200,23518220.7411,005700,90178032.7137,005700,55455243.0,001200,005700,35316.1142617,36493,152993,hub,hub,non_hub,585900.031125,4507879.94738,585086.179601,4509235.9788
+5670,5670,156,82.0,005700,,40.729662915,-73.992405595,72.0,001300,40.70463334,-74.01361706,1439.69438285,3776,2937,3028,1789,001300,286606455.687,005700,90178032.7137,005700,55455243.0,001300,005700,35316.1142617,27671,152993,hub,hub,non_hub,583326.158808,4506437.19368,585086.179601,4509235.9788
+5671,5671,240,82.0,005700,,40.729662915,-73.992405595,56.0,001401,40.71559509,-73.9870295,867.50612323,3289,2937,1708,1789,001401,20168722.3199,005700,90178032.7137,005700,55455243.0,001401,005700,35316.1142617,26885,152993,hub,hub,non_hub,585558.18429,4507679.57909,585086.179601,4509235.9788
+5672,5672,172,164.0,005700,,40.729662915,-73.992405595,134.0,001501,40.70966832,-74.003597135,1121.72576165,5581,2937,3450,1789,001501,172466366.322,005700,90178032.7137,005700,55455243.0,001501,005700,35316.1142617,27425,152993,hub,hub,non_hub,584166.279828,4507005.66129,585086.179601,4509235.9788
+5673,5673,745,246.0,005700,,40.729662915,-73.992405595,246.0,001502,40.7088053467,-74.00635276,1076.76541415,7095,2937,3459,1789,001502,221282059.103,005700,90178032.7137,005700,55455243.0,001502,005700,35316.1142617,82052,152993,hub,hub,non_hub,583934.59195,4506907.22889,585086.179601,4509235.9788
+5674,5674,893,246.0,005700,,40.729662915,-73.992405595,214.0,001600,40.7153350167,-73.9943926833,770.169825076,8236,2937,3242,1789,001600,76565505.7581,005700,90178032.7137,005700,55455243.0,001600,005700,35316.1142617,82798,152993,hub,hub,non_hub,584936.591099,4507643.5622,585086.179601,4509235.9788
+5675,5675,2286,328.0,005700,,40.729662915,-73.992405595,308.0,001800,40.7193657075,-73.9906468425,579.621508615,8063,2937,3489,1789,001800,60554858.5127,005700,90178032.7137,005700,55455243.0,001800,005700,35316.1142617,133306,152993,hub,hub,non_hub,585247.838585,4508094.62497,585086.179601,4509235.9788
+5676,5676,938,164.0,005700,,40.729662915,-73.992405595,92.0,002000,40.721554605,-73.977309405,674.292495113,4795,2937,1899,1789,002000,17907673.5628,005700,90178032.7137,005700,55455243.0,002000,005700,35316.1142617,31656,152993,hub,hub,non_hub,586371.478696,4508350.63994,585086.179601,4509235.9788
+5677,5677,901,328.0,005700,,40.729662915,-73.992405595,204.0,002100,40.71451321,-74.0108850975,956.455516803,6111,2937,3038,1789,002100,273869828.705,005700,90178032.7137,005700,55455243.0,002100,005700,35316.1142617,151037,152993,hub,hub,non_hub,583544.598931,4507536.51732,585086.179601,4509235.9788
+5678,5678,204,164.0,005700,,40.729662915,-73.992405595,88.0,002201,40.71833027,-73.980972895,769.052856335,6762,2937,3030,1789,002201,37585954.9949,005700,90178032.7137,005700,55455243.0,002201,005700,35316.1142617,26391,152993,hub,hub,non_hub,586066.226443,4507989.12022,585086.179601,4509235.9788
+5679,5679,932,82.0,005700,,40.729662915,-73.992405595,62.0,002202,40.7208736,-73.98085795,583.785361552,2256,2937,1045,1789,002202,13179093.8977,005700,90178032.7137,005700,55455243.0,002202,005700,35316.1142617,23935,152993,hub,hub,non_hub,586072.658368,4508271.55961,585086.179601,4509235.9788
+5680,5680,624,164.0,005700,,40.729662915,-73.992405595,96.0,002400,40.724744875,-73.974986535,682.017354273,5775,2937,2175,1789,002400,17986635.5592,005700,90178032.7137,005700,55455243.0,002400,005700,35316.1142617,17965,152993,hub,hub,non_hub,586563.526382,4508707.06897,585086.179601,4509235.9788
+5681,5681,169,164.0,005700,,40.729662915,-73.992405595,124.0,002500,40.7111743,-73.99849582,1064.90422648,5061,2937,1917,1789,002500,22428407.6271,005700,90178032.7137,005700,55455243.0,002500,005700,35316.1142617,28216,152993,hub,hub,non_hub,584595.28909,4507177.73549,585086.179601,4509235.9788
+5682,5682,1388,82.0,005700,,40.729662915,-73.992405595,62.0,002601,40.72299208,-73.97995466,584.819104498,3774,2937,1593,1789,002601,22248722.3098,005700,90178032.7137,005700,55455243.0,002601,005700,35316.1142617,22144,152993,hub,hub,non_hub,586146.216204,4508507.61099,585086.179601,4509235.9788
+5683,5683,112,82.0,005700,,40.729662915,-73.992405595,54.0,002700,40.71307916,-73.99851193,810.235,1191,2937,655,1789,002700,11349914.9514,005700,90178032.7137,005700,55455243.0,002700,005700,35316.1142617,20570,152993,hub,hub,non_hub,584591.517275,4507389.17181,585086.179601,4509235.9788
+5684,5684,3099,82.0,005700,,40.729662915,-73.992405595,64.0,002800,40.72521311,-73.97768752,543.487381783,7302,2937,3341,1789,002800,47641507.3146,005700,90178032.7137,005700,55455243.0,002800,005700,35316.1142617,36744,152993,hub,hub,hub,586334.816403,4508756.38709,585086.179602,4509235.9788
+5685,5685,558,82.0,005700,,40.729662915,-73.992405595,86.0,002900,40.71602118,-73.99974372,725.479831933,5855,2937,2420,1789,002900,200965547.24,005700,90178032.7137,005700,55455243.0,002900,005700,35316.1142617,31936,152993,hub,hub,non_hub,584483.752153,4507714.56961,585086.179601,4509235.9788
+5686,5686,938,82.0,005700,,40.729662915,-73.992405595,70.0,003001,40.72066442,-73.98517977,608.709577114,4301,2937,2553,1789,003001,34302720.7166,005700,90178032.7137,005700,55455243.0,003001,005700,35316.1142617,41223,152993,hub,hub,non_hub,585707.91731,4508244.11218,585086.179601,4509235.9788
+5687,5687,1264,82.0,005700,,40.729662915,-73.992405595,74.0,003002,40.72217444,-73.98368779,535.929046685,3031,2937,1885,1789,003002,18686109.2263,005700,90178032.7137,005700,55455243.0,003002,005700,35316.1142617,38675,152993,hub,hub,non_hub,585831.986427,4508413.19181,585086.179601,4509235.9788
+5688,5688,1157,246.0,005700,,40.729662915,-73.992405595,242.0,003100,40.7140617467,-74.0041933367,821.970115787,2809,2937,858,1789,003100,145687012.574,005700,90178032.7137,005700,55455243.0,003100,005700,35316.1142617,81469,152993,hub,hub,non_hub,584110.388584,4507492.78891,585086.179601,4509235.9788
+5689,5689,12249,246.0,005700,,40.729662915,-73.992405595,200.0,003200,40.7260543867,-73.9823576167,437.689988288,7630,2937,4888,1789,003200,46369492.482,005700,90178032.7137,005700,55455243.0,003200,005700,35316.1142617,138064,152993,hub,hub,hub,585939.335766,4508845.19329,585086.179602,4509235.9788
+5690,5690,1644,410.0,005700,,40.729662915,-73.992405595,346.0,003300,40.7188224471,-74.0063330023,805.306073204,5174,2937,2694,1789,003300,215459582.054,005700,90178032.7137,005700,55455243.0,003300,005700,35316.1142617,115059,152993,hub,hub,non_hub,583923.680739,4508019.21088,585086.179601,4509235.9788
+5691,5691,1889,82.0,005700,,40.729662915,-73.992405595,78.0,003400,40.72955361,-73.98057249,491.423070157,6706,2937,4203,1789,003400,42933229.7541,005700,90178032.7137,005700,55455243.0,003400,005700,35316.1142617,47926,152993,hub,hub,non_hub,586085.581298,4509235.37985,585086.179602,4509235.9788
+5692,5692,1364,164.0,005700,,40.729662915,-73.992405595,132.0,003601,40.72217423,-73.990293175,521.369080773,3299,2937,1613,1789,003601,29191583.8104,005700,90178032.7137,005700,55455243.0,003601,005700,35316.1142617,77585,152993,hub,hub,non_hub,585274.124459,4508406.73315,585086.179601,4509235.9788
+5693,5693,2558,164.0,005700,,40.729662915,-73.992405595,124.0,003602,40.724852985,-73.989265345,370.304395724,2918,2937,1586,1789,003602,24941258.1161,005700,90178032.7137,005700,55455243.0,003602,005700,35316.1142617,82124,152993,hub,hub,non_hub,585357.507872,4508705.09166,585086.179601,4509235.9788
+5694,5694,2368,328.0,005700,,40.729662915,-73.992405595,296.0,003700,40.7256696075,-74.0052069325,640.691564605,2401,2937,1490,1789,003700,212385639.924,005700,90178032.7137,005700,55455243.0,003700,005700,35316.1142617,173333,152993,hub,hub,non_hub,584010.178026,4508780.36793,585086.179601,4509235.9788
+5695,5695,5702,328.0,005700,,40.729662915,-73.992405595,320.0,003800,40.72765889,-73.988195855,358.473784267,8610,2937,5795,1789,003800,67437493.5221,005700,90178032.7137,005700,55455243.0,003800,005700,35316.1142617,167230,152993,hub,hub,hub,585444.239635,4509017.60641,585086.179601,4509235.9788
+5696,5696,722,328.0,005700,,40.729662915,-73.992405595,212.0,003900,40.7201717475,-74.00983051,912.90581743,5253,2937,3059,1789,003900,194910113.03,005700,90178032.7137,005700,55455243.0,003900,005700,35316.1142617,113624,152993,hub,hub,non_hub,583626.593058,4508165.65565,585086.179601,4509235.9788
+5697,5697,3020,164.0,005700,,40.729662915,-73.992405595,132.0,004000,40.73000573,-73.98549552,361.694480232,9801,2937,4546,1789,004000,66858387.5133,005700,90178032.7137,005700,55455243.0,004000,005700,35316.1142617,99660,152993,hub,hub,hub,585669.269443,4509280.75306,585086.179601,4509235.9788
+5698,5698,4368,164.0,005700,,40.729662915,-73.992405595,128.0,004100,40.7195529,-73.996789035,520.883852139,7793,2937,3765,1789,004100,71738983.3617,005700,90178032.7137,005700,55455243.0,004100,005700,35316.1142617,114685,152993,hub,hub,hub,584728.836557,4508109.46034,585086.179602,4509235.9788
+5699,5699,1642,82.0,005700,,40.729662915,-73.992405595,70.0,004200,40.73223272,-73.98889957,290.397514285,4988,2937,1801,1789,004200,39941846.3325,005700,90178032.7137,005700,55455243.0,004200,005700,35316.1142617,50846,152993,hub,hub,non_hub,585378.96492,4509524.64843,585086.179601,4509235.9788
+5700,5700,3922,164.0,005700,,40.729662915,-73.992405595,134.0,004300,40.723870235,-73.995226525,337.921507308,4267,2937,2598,1789,004300,65935514.1184,005700,90178032.7137,005700,55455243.0,004300,005700,35316.1142617,95162,152993,hub,hub,hub,584855.320992,4508590.22212,585086.179602,4509235.9788
+5701,5701,3025,164.0,005700,,40.729662915,-73.992405595,120.0,004400,40.73080269,-73.97968993,542.773165536,17710,2937,8297,1789,004400,114601147.016,005700,90178032.7137,005700,55455243.0,004400,005700,35316.1142617,106427,152993,hub,hub,hub,586158.498991,4509374.90208,585086.179601,4509235.9788
+5702,5702,957,82.0,005700,,40.729662915,-73.992405595,54.0,004500,40.71910537,-73.99973337,542.682116627,840,2937,582,1789,004500,52009114.8865,005700,90178032.7137,005700,55455243.0,004500,005700,35316.1142617,34275,152993,hub,hub,non_hub,584480.726971,4508056.94497,585086.179601,4509235.9788
+5703,5703,602,82.0,005700,,40.729662915,-73.992405595,78.0,004700,40.72165481,-74.00234737,610.297274131,2267,2937,1586,1789,004700,75477587.1594,005700,90178032.7137,005700,55455243.0,004700,005700,35316.1142617,27544,152993,hub,hub,non_hub,584256.734795,4508337.43837,585086.179601,4509235.9788
+5704,5704,1029,82.0,005700,,40.729662915,-73.992405595,70.0,004800,40.73624527,-73.98473765,471.520958779,7550,2937,3799,1789,004800,74763044.6965,005700,90178032.7137,005700,55455243.0,004800,005700,35316.1142617,42567,152993,hub,hub,non_hub,585725.258797,4509974.12516,585086.179601,4509235.9788
+5705,5705,1808,164.0,005700,,40.729662915,-73.992405595,146.0,004900,40.724268615,-74.000521515,482.237346616,4951,2937,3054,1789,004900,103848670.177,005700,90178032.7137,005700,55455243.0,004900,005700,35316.1142617,80152,152993,hub,hub,non_hub,584407.63728,4508629.34168,585086.179601,4509235.9788
+5706,5706,2608,246.0,005700,,40.729662915,-73.992405595,186.0,005000,40.7359163467,-73.9873427633,405.776058239,5061,2937,3595,1789,005000,120638459.215,005700,90178032.7137,005700,55455243.0,005000,005700,35316.1142617,111023,152993,hub,hub,non_hub,585505.709717,4509935.07175,585086.179601,4509235.9788
+5707,5707,3648,164.0,005700,,40.729662915,-73.992405595,212.0,005200,40.73715585,-73.991241315,429.442722865,4193,2937,1785,1789,005200,109103391.81,005700,90178032.7137,005700,55455243.0,005200,005700,35316.1142617,159876,152993,hub,hub,hub,585174.941657,4510068.87544,585086.179601,4509235.9788
+5708,5708,1321,82.0,005700,,40.729662915,-73.992405595,94.0,005400,40.73971301,-73.99456405,554.0698345,4656,2937,2837,1789,005400,128803552.888,005700,90178032.7137,005700,55455243.0,005400,005700,35316.1142617,73728,152993,hub,hub,non_hub,584891.129718,4510349.51956,585086.179601,4509235.9788
+5709,5709,1940,82.0,005700,,40.729662915,-73.992405595,60.0,005501,40.72679454,-73.99695094,308.11387275,5079,2937,2483,1789,005501,61061928.4125,005700,90178032.7137,005700,55455243.0,005501,005700,35316.1142617,57258,152993,hub,hub,non_hub,584705.980012,4508913.17477,585086.179602,4509235.9788
+5710,5710,1606,82.0,005700,,40.729662915,-73.992405595,54.0,005502,40.72743423,-73.99379025,503.942491019,2383,2937,1262,1789,005502,49017118.6146,005700,90178032.7137,005700,55455243.0,005502,005700,35316.1142617,55117,152993,hub,hub,non_hub,584972.085912,4508987.23863,585086.179602,4509235.9788
+5711,5711,2134,164.0,005700,,40.729662915,-73.992405595,190.0,005600,40.74065347,-73.98778661,521.574449589,2618,2937,2190,1789,005600,189153355.609,005700,90178032.7137,005700,55455243.0,005600,005700,35316.1142617,113209,152993,hub,hub,non_hub,585462.168743,4510460.49357,585086.179601,4509235.9788
+5712,5712,1727,164.0,005700,,40.729662915,-73.992405595,174.0,005800,40.743154205,-73.990299735,662.099621589,3182,2937,2306,1789,005800,164037511.755,005700,90178032.7137,005700,55455243.0,005800,005700,35316.1142617,130970,152993,hub,hub,non_hub,585246.786708,4510735.64918,585086.179601,4509235.9788
+5713,5713,1125,82.0,005700,,40.729662915,-73.992405595,62.0,005900,40.73049393,-73.9957214,449.101518049,5516,2937,3276,1789,005900,71785177.1361,005700,90178032.7137,005700,55455243.0,005900,005700,35316.1142617,53180,152993,hub,hub,non_hub,584805.117401,4509325.01914,585086.179601,4509235.9788
+5714,5714,1502,164.0,005700,,40.729662915,-73.992405595,126.0,006000,40.734822295,-73.976916765,676.134098987,5286,2937,2459,1789,006000,27468182.8943,005700,90178032.7137,005700,55455243.0,006000,005700,35316.1142617,80462,152993,hub,hub,non_hub,586387.478737,4509823.83141,585086.179601,4509235.9788
+5715,5715,8127,328.0,005700,,40.729662915,-73.992405595,282.0,006100,40.73385254,-73.992357065,336.687309058,4913,2937,2683,1789,006100,91682014.33,005700,90178032.7137,005700,55455243.0,006100,005700,35316.1142617,245510,152993,hub,hub,hub,585084.940162,4509701.10308,585086.179601,4509235.9788
+5716,5716,409,82.0,005700,,40.729662915,-73.992405595,60.0,006200,40.7381765,-73.97738662,696.662757974,4680,2937,1401,1789,006200,231817485.533,005700,90178032.7137,005700,55455243.0,006200,005700,35316.1142617,33218,152993,hub,hub,non_hub,586343.467107,4510195.70961,585086.179601,4509235.9788
+5717,5717,3899,246.0,005700,,40.729662915,-73.992405595,198.0,006300,40.7346940933,-73.99785666,400.960361918,6076,2937,4277,1789,006300,85447631.8451,005700,90178032.7137,005700,55455243.0,006300,005700,35316.1142617,120233,152993,hub,hub,hub,584619.48321,4509789.20591,585086.179601,4509235.9788
+5718,5718,908,82.0,005700,,40.729662915,-73.992405595,78.0,006400,40.73587678,-73.98205027,510.690815687,7518,2937,5058,1789,006400,95664936.1545,005700,90178032.7137,005700,55455243.0,006400,005700,35316.1142617,47750,152993,hub,hub,non_hub,585952.649806,4509935.84788,585086.179601,4509235.9788
+5719,5719,4477,246.0,005700,,40.729662915,-73.992405595,212.0,006500,40.7306296367,-73.9991423,326.816149596,6517,2937,3568,1789,006500,59290910.3694,005700,90178032.7137,005700,55455243.0,006500,005700,35316.1142617,125356,152993,hub,hub,hub,584516.067395,4509336.78488,585086.179601,4509235.9788
+5720,5720,1391,164.0,005700,,40.729662915,-73.992405595,164.0,006600,40.739285505,-73.97827188,699.735844168,11780,2937,6818,1789,006600,84730469.4548,005700,90178032.7137,005700,55455243.0,006600,005700,35316.1142617,74621,152993,hub,hub,non_hub,586267.286922,4510317.94668,585086.179601,4509235.9788
+5721,5721,1758,82.0,005700,,40.729662915,-73.992405595,78.0,006700,40.73038599,-74.00214988,443.188089487,4984,2937,3796,1789,006700,47238039.9972,005700,90178032.7137,005700,55455243.0,006700,005700,35316.1142617,70025,152993,hub,hub,non_hub,584262.399901,4509306.84766,585086.179602,4509235.9788
+5722,5722,1095,82.0,005700,,40.729662915,-73.992405595,78.0,006800,40.74025878,-73.98409214,570.092040327,6735,2937,4494,1789,006800,130298431.446,005700,90178032.7137,005700,55455243.0,006800,005700,35316.1142617,58926,152993,hub,hub,non_hub,585774.608423,4510420.28363,585086.179601,4509235.9788
+5723,5723,2283,164.0,005700,,40.729662915,-73.992405595,134.0,006900,40.732319905,-74.0069291,619.52523998,2687,2937,1484,1789,006900,61292499.9331,005700,90178032.7137,005700,55455243.0,006900,005700,35316.1142617,130727,152993,hub,hub,non_hub,583856.38945,4509516.94969,585086.179601,4509235.9788
+5724,5724,2170,246.0,005700,,40.729662915,-73.992405595,254.0,007000,40.7425379898,-73.9756587819,794.463835968,8302,2937,5669,1789,007000,78634704.8451,005700,90178032.7137,005700,55455243.0,007000,005700,35316.1142617,145227,152993,hub,hub,non_hub,586483.708271,4510681.56701,585086.179601,4509235.9788
+5725,5725,2428,164.0,005700,,40.729662915,-73.992405595,142.0,007100,40.736526545,-74.000108805,481.245867866,5633,2937,3844,1789,007100,68447429.2743,005700,90178032.7137,005700,55455243.0,007100,005700,35316.1142617,79459,152993,hub,hub,non_hub,584426.995774,4509990.4524,585086.179601,4509235.9788
+5726,5726,1759,246.0,005700,,40.729662915,-73.992405595,252.0,007200,40.7447014833,-73.98154809,712.600172593,7734,2937,5222,1789,007200,132092861.454,005700,90178032.7137,005700,55455243.0,007200,005700,35316.1142617,157612,152993,hub,hub,non_hub,585983.687715,4510915.94446,585086.179601,4509235.9788
+5727,5727,2410,164.0,005700,,40.729662915,-73.992405595,118.0,007300,40.734682705,-74.00388484,513.080851126,5615,2937,4547,1789,007300,48716185.79,005700,90178032.7137,005700,55455243.0,007300,005700,35316.1142617,92567,152993,hub,hub,non_hub,584110.479319,4509782.14883,585086.179601,4509235.9788
+5728,5728,862,164.0,005700,,40.729662915,-73.992405595,172.0,007400,40.746413585,-73.98586892,734.086476673,4179,2937,2700,1789,007400,170614202.951,005700,90178032.7137,005700,55455243.0,007400,005700,35316.1142617,81121,152993,hub,hub,non_hub,585616.696258,4511101.7763,585086.179601,4509235.9788
+5729,5729,1157,164.0,005700,,40.729662915,-73.992405595,138.0,007600,40.74737476,-73.988320695,789.143724429,2203,2937,1573,1789,007600,242014413.464,005700,90178032.7137,005700,55455243.0,007600,005700,35316.1142617,97464,152993,hub,hub,non_hub,585408.475283,4511206.08492,585086.179601,4509235.9788
+5730,5730,1606,82.0,005700,,40.729662915,-73.992405595,86.0,007700,40.7390169121,-74.0026376103,573.01145937,5404,2937,4254,1789,007700,59306273.1509,005700,90178032.7137,005700,55455243.0,007700,005700,35316.1142617,79025,152993,hub,hub,non_hub,584210.329106,4510264.47156,585086.179602,4509235.9788
+5731,5731,519,82.0,005700,,40.729662915,-73.992405595,78.0,007800,40.74780373,-73.9734419,939.816455844,7380,2937,5372,1789,007800,112124597.728,005700,90178032.7137,005700,55455243.0,007800,005700,35316.1142617,59601,152993,hub,hub,non_hub,586664.043115,4511268.28888,585086.179601,4509235.9788
+5732,5732,2145,410.0,005700,,40.729662915,-73.992405595,348.0,007900,40.738916514,-74.007286026,785.019186946,4406,2937,2904,1789,007900,86937368.5918,005700,90178032.7137,005700,55455243.0,007900,005700,35316.1142617,171846,152993,hub,hub,non_hub,583817.969395,4510248.87788,585086.179601,4509235.9788
+5733,5733,581,164.0,005700,,40.729662915,-73.992405595,142.0,008000,40.7485693,-73.97717991,855.778590258,4946,2937,3730,1789,008000,197763821.532,005700,90178032.7137,005700,55455243.0,008000,005700,35316.1142617,74808,152993,hub,hub,non_hub,586347.477591,4511349.58844,585086.179601,4509235.9788
+5734,5734,979,82.0,005700,,40.729662915,-73.992405595,78.0,008100,40.73935542,-73.99931783,631.22683966,8675,2937,5315,1789,008100,91100400.6907,005700,90178032.7137,005700,55455243.0,008100,005700,35316.1142617,53195,152993,hub,hub,non_hub,584490.204148,4510305.23824,585086.179601,4509235.9788
+5735,5735,1833,246.0,005700,,40.729662915,-73.992405595,350.0,008200,40.7519393549,-73.9793626739,931.484128198,3442,2937,2534,1789,008200,262405408.076,005700,90178032.7137,005700,55455243.0,008200,005700,35316.1142617,228612,152993,hub,hub,non_hub,586158.853089,4511721.54397,585086.179601,4509235.9788
+5736,5736,2025,328.0,005700,,40.729662915,-73.992405595,238.0,008300,40.742591315,-74.004102785,763.026220445,4211,2937,2321,1789,008300,119862327.354,005700,90178032.7137,005700,55455243.0,008300,005700,35316.1142617,186113,152993,hub,hub,non_hub,584082.11654,4510659.85081,585086.179601,4509235.9788
+5737,5737,213,82.0,005700,,40.729662915,-73.992405595,76.0,008400,40.75038009,-73.98338988,895.717929341,1726,2937,1041,1789,008400,147824461.739,005700,90178032.7137,005700,55455243.0,008400,005700,35316.1142617,34199,152993,hub,hub,non_hub,585820.889203,4511544.50828,585086.179601,4509235.9788
+5738,5738,117,82.0,005700,,40.729662915,-73.992405595,86.0,008601,40.744219,-73.97121214,1219.59047619,2551,2937,1528,1789,008601,31141773.9073,005700,90178032.7137,005700,55455243.0,008601,005700,35316.1142617,31961,152993,hub,hub,non_hub,586856.951039,4510872.56191,585086.179601,4509235.9788
+5739,5739,1599,164.0,005700,,40.729662915,-73.992405595,156.0,008700,40.74206378,-73.995708955,683.326175499,6671,2937,4249,1789,008700,85660216.7821,005700,90178032.7137,005700,55455243.0,008700,005700,35316.1142617,152953,152993,hub,hub,non_hub,584791.475936,4510609.36503,585086.179601,4509235.9788
+5740,5740,319,164.0,005700,,40.729662915,-73.992405595,156.0,008800,40.75012189,-73.970133575,1012.51483046,6964,2937,5507,1789,008800,216532475.876,005700,90178032.7137,005700,55455243.0,008800,005700,35316.1142617,43247,152993,hub,hub,non_hub,586940.323322,4511528.89362,585086.179601,4509235.9788
+5741,5741,1504,246.0,005700,,40.729662915,-73.992405595,240.0,008900,40.74529008,-74.0021768567,856.048602542,5560,2937,3511,1789,008900,54419260.2723,005700,90178032.7137,005700,55455243.0,008900,005700,35316.1142617,158638,152993,hub,hub,non_hub,584241.316685,4510961.27944,585086.179601,4509235.9788
+5742,5742,366,246.0,005700,,40.729662915,-73.992405595,220.0,009000,40.75261798,-73.9703317533,1120.95556694,7026,2937,5832,1789,009000,208846060.851,005700,90178032.7137,005700,55455243.0,009000,005700,35316.1142617,74531,152993,hub,hub,non_hub,586920.342162,4511805.78171,585086.179601,4509235.9788
+5743,5743,801,82.0,005700,,40.729662915,-73.992405595,78.0,009100,40.74487634,-73.99529885,716.439030984,6415,2937,4386,1789,009100,127325659.041,005700,90178032.7137,005700,55455243.0,009100,005700,35316.1142617,63878,152993,hub,hub,non_hub,584822.527687,4510921.97538,585086.179601,4509235.9788
+5744,5744,416,164.0,005700,,40.729662915,-73.992405595,220.0,009200,40.7548518863,-73.9734329075,960.822236811,1754,2937,1461,1789,009200,408192557.246,005700,90178032.7137,005700,55455243.0,009200,005700,35316.1142617,72226,152993,hub,hub,non_hub,586655.650548,4512050.69496,585086.179601,4509235.9788
+5745,5745,357,82.0,005700,,40.729662915,-73.992405595,78.0,009300,40.74475148,-73.99915362,853.132467532,9705,2937,5585,1789,009300,68528055.2433,005700,90178032.7137,005700,55455243.0,009300,005700,35316.1142617,52202,152993,hub,hub,non_hub,584497.239363,4510904.39701,585086.179601,4509235.9788
+5746,5746,312,82.0,005700,,40.729662915,-73.992405595,62.0,009400,40.75320159,-73.9779874,972.717948718,29,2937,16,1789,009400,299218147.811,005700,90178032.7137,005700,55455243.0,009400,005700,35316.1142617,82147,152993,hub,hub,non_hub,586273.319314,4511863.01244,585086.179601,4509235.9788
+5747,5747,541,82.0,005700,,40.729662915,-73.992405595,102.0,009500,40.746647,-73.993915,845.969428391,3425,2937,1416,1789,009500,129660033.725,005700,90178032.7137,005700,55455243.0,009500,005700,35316.1142617,57488,152993,hub,hub,non_hub,584937.108907,4511119.86954,585086.179601,4509235.9788
+5748,5748,345,246.0,005700,,40.729662915,-73.992405595,280.0,009600,40.756073554,-73.9803944323,1008.98439446,153,2937,268,1789,009600,270304841.585,005700,90178032.7137,005700,55455243.0,009600,005700,35316.1142617,71527,152993,hub,hub,non_hub,586066.422082,4512179.45812,585086.179601,4509235.9788
+5749,5749,684,246.0,005700,,40.729662915,-73.992405595,198.0,009700,40.7493616033,-73.9991321067,1062.07830335,4744,2937,2827,1789,009700,83018263.1602,005700,90178032.7137,005700,55455243.0,009700,005700,35316.1142617,118804,152993,hub,hub,non_hub,584493.220017,4511416.17434,585086.179601,4509235.9788
+5750,5750,217,164.0,005700,,40.729662915,-73.992405595,140.0,009800,40.755285655,-73.96667288,1216.50648454,7105,2937,5244,1789,009800,115943808.909,005700,90178032.7137,005700,55455243.0,009800,005700,35316.1142617,40039,152993,hub,hub,non_hub,587225.727282,4512105.54383,585086.179601,4509235.9788
+5751,5751,1449,410.0,005700,,40.729662915,-73.992405595,370.0,009900,40.7520807866,-74.0031899092,1058.14328772,3617,2937,2438,1789,009900,404439511.776,005700,90178032.7137,005700,55455243.0,009900,005700,35316.1142617,208076,152993,hub,hub,non_hub,584147.226991,4511714.12465,585086.179601,4509235.9788
+5752,5752,379,246.0,005700,,40.729662915,-73.992405595,242.0,010000,40.7583696933,-73.9710287767,1175.58655029,1829,2937,1399,1789,010000,366457143.613,005700,90178032.7137,005700,55455243.0,010000,005700,35316.1142617,72085,152993,hub,hub,non_hub,586854.014885,4512443.57459,585086.179601,4509235.9788
+5753,5753,1405,246.0,005700,,40.729662915,-73.992405595,254.0,010100,40.74945622,-73.9903382667,910.952119552,1119,2937,828,1789,010100,246168211.101,005700,90178032.7137,005700,55455243.0,010100,005700,35316.1142617,183377,152993,hub,hub,non_hub,585235.486219,4511435.18064,585086.179601,4509235.9788
+5754,5754,166,164.0,005700,,40.729662915,-73.992405595,162.0,010200,40.7606694,-73.973473555,1341.0163277,313,2937,268,1789,010200,333450202.294,005700,90178032.7137,005700,55455243.0,010200,005700,35316.1142617,46675,152993,hub,hub,non_hub,586644.664817,4512696.44233,585086.179601,4509235.9788
+5755,5755,1323,164.0,005700,,40.729662915,-73.992405595,196.0,010300,40.751000495,-73.994372255,983.66936521,1859,2937,1351,1789,010300,141506056.87,005700,90178032.7137,005700,55455243.0,010300,005700,35316.1142617,221593,152993,hub,hub,non_hub,584892.968075,4511602.69644,585086.179601,4509235.9788
+5756,5756,217,164.0,005700,,40.729662915,-73.992405595,150.0,010400,40.761664375,-73.976854975,1319.76459962,1031,2937,1033,1789,010400,363981333.295,005700,90178032.7137,005700,55455243.0,010400,005700,35316.1142617,65073,152993,hub,hub,non_hub,586357.961325,4512803.55852,585086.179601,4509235.9788
+5757,5757,192,82.0,005700,,40.729662915,-73.992405595,66.0,010602,40.75849116,-73.95920622,1366.72980944,4794,2937,2963,1789,010602,67980898.3739,005700,90178032.7137,005700,55455243.0,010602,005700,35316.1142617,22153,152993,hub,hub,non_hub,587851.796682,4512468.82754,585086.179601,4509235.9788
+5758,5758,392,246.0,005700,,40.729662915,-73.992405595,234.0,010800,40.7591736033,-73.96613818,1314.39038013,8531,2937,6272,1789,010800,189351523.799,005700,90178032.7137,005700,55455243.0,010800,005700,35316.1142617,79198,152993,hub,hub,non_hub,587265.778542,4512537.66689,585086.179601,4509235.9788
+5759,5759,578,164.0,005700,,40.729662915,-73.992405595,228.0,010900,40.751351715,-73.987594755,857.497364238,182,2937,92,1789,010900,228173063.011,005700,90178032.7137,005700,55455243.0,010900,005700,35316.1142617,60092,152993,hub,hub,non_hub,585464.669441,4511648.26242,585086.179601,4509235.9788
+5760,5760,179,82.0,005700,,40.729662915,-73.992405595,118.0,011201,40.7643971,-73.97371465,1388.3650168,827,2937,964,1789,011201,118515444.187,005700,90178032.7137,005700,55455243.0,011201,005700,35316.1142617,41525,152993,hub,hub,non_hub,586619.474659,4513110.00718,585086.179601,4509235.9788
+5761,5761,239,82.0,005700,,40.729662915,-73.992405595,66.0,011203,40.76095756,-73.96724467,1396.45556183,1176,2937,1160,1789,011203,143782379.009,005700,90178032.7137,005700,55455243.0,011203,005700,35316.1142617,48033,152993,hub,hub,non_hub,587170.050102,4512734.59972,585086.179601,4509235.9788
+5762,5762,1744,328.0,005700,,40.729662915,-73.992405595,396.0,011300,40.7548008425,-73.9888010575,1066.79455699,204,2937,107,1789,011300,357940519.061,005700,90178032.7137,005700,55455243.0,011300,005700,35316.1142617,236650,152993,hub,hub,non_hub,585358.423228,4512029.96675,585086.179601,4509235.9788
+5763,5763,494,164.0,005700,,40.729662915,-73.992405595,164.0,011500,40.75701407,-73.992353645,1243.23334365,2487,2937,1678,1789,011500,130958459.747,005700,90178032.7137,005700,55455243.0,011500,005700,35316.1142617,103294,152993,hub,hub,non_hub,585055.712647,4512272.20178,585086.179601,4509235.9788
+5764,5764,260,164.0,005700,,40.729662915,-73.992405595,168.0,011700,40.76058799,-74.00080945,1390.36464766,2938,2937,2304,1789,011700,91270705.1484,005700,90178032.7137,005700,55455243.0,011700,005700,35316.1142617,73016,152993,hub,hub,non_hub,584337.427395,4512660.77158,585086.179601,4509235.9788
+5765,5765,115,82.0,005700,,40.729662915,-73.992405595,68.0,011900,40.7568001,-73.98291153,1210.76944667,1079,2937,1121,1789,011900,395254501.74,005700,90178032.7137,005700,55455243.0,011900,005700,35316.1142617,39976,152993,hub,hub,non_hub,585853.012005,4512257.64444,585086.179601,4509235.9788
+5766,5766,632,246.0,005700,,40.729662915,-73.992405595,218.0,012100,40.7598593767,-73.9914900133,1293.66294259,8366,2937,5744,1789,012100,101223732.045,005700,90178032.7137,005700,55455243.0,012100,005700,35316.1142617,132767,152993,hub,hub,non_hub,585124.983126,4512588.88932,585086.179601,4509235.9788
+5767,5767,200,82.0,005700,,40.729662915,-73.992405595,102.0,012500,40.76064679,-73.98442659,1278.70318316,2439,2937,2096,1789,012500,322911522.418,005700,90178032.7137,005700,55455243.0,012500,005700,35316.1142617,45486,152993,hub,hub,non_hub,585720.180916,4512683.17447,585086.179601,4509235.9788
+5768,5768,386,164.0,005700,,40.729662915,-73.992405595,168.0,012700,40.762485435,-73.990447135,1319.62841504,6437,2937,4434,1789,012700,104637996.687,005700,90178032.7137,005700,55455243.0,012700,005700,35316.1142617,83393,152993,hub,hub,non_hub,585209.656415,4512881.41361,585086.179601,4509235.9788
+5769,5769,90,82.0,005700,,40.729662915,-73.992405595,48.0,012900,40.76341379,-73.99667444,1627.50968893,5312,2937,3621,1789,012900,158698340.053,005700,90178032.7137,005700,55455243.0,012900,005700,35316.1142617,28661,152993,hub,hub,non_hub,584682.864463,4512978.43901,585086.179601,4509235.9788
+5770,5770,437,246.0,005700,,40.729662915,-73.992405595,320.0,013100,40.7621295133,-73.98215453,1361.27552196,2489,2937,2283,1789,013100,405023451.28,005700,90178032.7137,005700,55455243.0,013100,005700,35316.1142617,107228,152993,hub,hub,non_hub,585910.04945,4512849.98999,585086.179601,4509235.9788
+5771,5771,208,246.0,005700,,40.729662915,-73.992405595,202.0,013300,40.7647250567,-73.9866537633,1468.16127252,5363,2937,3909,1789,013300,79847412.2593,005700,90178032.7137,005700,55455243.0,013300,005700,35316.1142617,89810,152993,hub,hub,non_hub,585526.963405,4513133.71926,585086.179601,4509235.9788
+5772,5772,278,164.0,005700,,40.729662915,-73.992405595,130.0,013500,40.766984435,-73.99227308,1424.03842764,6075,2937,3935,1789,013500,198199142.958,005700,90178032.7137,005700,55455243.0,013500,005700,35316.1142617,64723,152993,hub,hub,non_hub,585049.80204,4513379.06475,585086.179601,4509235.9788
+5773,5773,351,164.0,005700,,40.729662915,-73.992405595,196.0,013700,40.766109285,-73.981808355,1505.19675626,6557,2937,5442,1789,013700,314878324.419,005700,90178032.7137,005700,55455243.0,013700,005700,35316.1142617,91142,152993,hub,hub,non_hub,585934.141665,4513292.1137,585086.179601,4509235.9788
+5774,5774,39,82.0,005700,,40.729662915,-73.992405595,54.0,013900,40.768254,-73.988639,1591.07222222,7607,2937,7359,1789,013900,139918084.587,005700,90178032.7137,005700,55455243.0,013900,005700,35316.1142617,26390,152993,hub,hub,non_hub,585354.890073,4513523.52534,585086.179601,4509235.9788
+5775,5775,71,82.0,005700,,40.729662915,-73.992405595,98.0,014300,40.76590936,-73.97634151,1511.99886364,3,2937,0,1789,014300,50027992.3322,005700,90178032.7137,005700,55455243.0,014300,005700,35316.1142617,21051,152993,hub,hub,non_hub,586395.803012,4513275.28949,585086.179601,4509235.9788
+5776,5776,357,82.0,005700,,40.729662915,-73.992405595,72.0,014500,40.76915505,-73.98191841,1668.57600721,5811,2937,3462,1789,014500,253397343.373,005700,90178032.7137,005700,55455243.0,014500,005700,35316.1142617,68350,152993,hub,hub,non_hub,585920.929601,4513630.10902,585086.179601,4509235.9788
+5777,5777,151,82.0,005700,,40.729662915,-73.992405595,110.0,014700,40.770513,-73.988038,1248.45486542,2586,2937,1743,1789,014700,70871746.8417,005700,90178032.7137,005700,55455243.0,014700,005700,35316.1142617,35099,152993,hub,hub,non_hub,585402.720353,4513774.87644,585086.179601,4509235.9788
+5778,5778,35,82.0,005700,,40.729662915,-73.992405595,72.0,015100,40.771522,-73.990541,1733.23214286,8105,2937,4856,1789,015100,164953931.102,005700,90178032.7137,005700,55455243.0,015100,005700,35316.1142617,17578,152993,hub,hub,non_hub,585190.192062,4513884.4495,585086.179601,4509235.9788
+5779,5779,681,164.0,005700,,40.729662915,-73.992405595,140.0,031703,40.71644312,-74.014902115,1164.47205223,8670,2937,4231,1789,031703,332361109.355,005700,90178032.7137,005700,55455243.0,031703,005700,35316.1142617,136082,152993,hub,hub,non_hub,583202.897614,4507746.93647,585086.179601,4509235.9788
+5780,5780,508,246.0,005700,,40.729662915,-73.992405595,196.0,031704,40.7085171733,-74.0165557667,1389.51826643,6610,2937,3790,1789,031704,160823714.408,005700,90178032.7137,005700,55455243.0,031704,005700,35316.1142617,105244,152993,hub,hub,non_hub,583073.076824,4506865.54027,585086.179601,4509235.9788
+5781,5781,539,246.0,005700,,40.729662915,-73.992405595,170.0,000600,40.7128987867,-73.9898646367,882.715224713,11558,2937,4083,1789,000600,59149181.7526,005700,90178032.7137,005700,55455243.0,000600,005700,35316.1142617,70053,152993,hub,hub,non_hub,585322.159723,4507377.5136,585086.179601,4509235.9788
+5782,5782,336,261.0,005800,,40.743154205,-73.990299735,108.0,000202,40.71318002,-73.9818904933,1547.64038961,8012,3182,3598,2306,000202,37878157.9781,005800,164037511.755,005800,2242186022.0,000202,005800,19929.9471717,56352,132594,hub,hub,non_hub,585995.353038,4507416.50937,585246.786708,4510735.64918
+5783,5783,488,609.0,005800,,40.743154205,-73.990299735,516.0,000700,40.70581148,-74.0081572071,1616.49091154,7722,3182,5201,2306,000700,476954959.734,005800,164037511.755,005800,2242186022.0,000700,005800,19929.9471717,160040,132594,hub,hub,non_hub,583785.918305,4506573.16797,585246.786708,4510735.64918
+5784,5784,62,174.0,005800,,40.743154205,-73.990299735,94.0,000800,40.712414475,-73.993471545,1493.85333333,10365,3182,4150,2306,000800,46479755.076,005800,164037511.755,005800,2242186022.0,000800,005800,19929.9471717,34254,132594,hub,hub,non_hub,585018.109713,4507320.25418,585246.786708,4510735.64918
+5785,5785,156,261.0,005800,,40.743154205,-73.990299735,194.0,000900,40.7024745833,-74.01224785,1908.56659659,1140,3182,939,2306,000900,404341803.896,005800,164037511.755,005800,2242186022.0,000900,005800,19929.9471717,46446,132594,hub,hub,non_hub,583444.520998,4506198.85784,585246.786708,4510735.64918
+5786,5786,62,87.0,005800,,40.743154205,-73.990299735,38.0,001002,40.71782143,-73.97628939,1274.8697479,6439,3182,2346,2306,001002,22763374.2099,005800,164037511.755,005800,2242186022.0,001002,005800,19929.9471717,15916,132594,hub,hub,non_hub,586462.45635,4507937.23607,585246.786708,4510735.64918
+5787,5787,450,174.0,005800,,40.743154205,-73.990299735,92.0,001200,40.717364275,-73.982955325,1294.77042309,3547,3182,1857,2306,001200,23518220.7411,005800,164037511.755,005800,2242186022.0,001200,005800,19929.9471717,36493,132594,hub,hub,non_hub,585900.031125,4507879.94738,585246.786708,4510735.64918
+5788,5788,58,87.0,005800,,40.743154205,-73.990299735,72.0,001300,40.70463334,-74.01361706,1928.0,3776,3182,3028,2306,001300,286606455.687,005800,164037511.755,005800,2242186022.0,001300,005800,19929.9471717,27671,132594,hub,hub,non_hub,583326.158808,4506437.19368,585246.786708,4510735.64918
+5789,5789,194,87.0,005800,,40.743154205,-73.990299735,56.0,001401,40.71559509,-73.9870295,1201.79077468,3289,3182,1708,2306,001401,20168722.3199,005800,164037511.755,005800,2242186022.0,001401,005800,19929.9471717,26885,132594,hub,hub,non_hub,585558.18429,4507679.57909,585246.786708,4510735.64918
+5790,5790,42,174.0,005800,,40.743154205,-73.990299735,134.0,001501,40.70966832,-74.003597135,1643.85,5581,3182,3450,2306,001501,172466366.322,005800,164037511.755,005800,2242186022.0,001501,005800,19929.9471717,27425,132594,hub,hub,non_hub,584166.279828,4507005.66129,585246.786708,4510735.64918
+5791,5791,262,261.0,005800,,40.743154205,-73.990299735,246.0,001502,40.7088053467,-74.00635276,1597.06364667,7095,3182,3459,2306,001502,221282059.103,005800,164037511.755,005800,2242186022.0,001502,005800,19929.9471717,82052,132594,hub,hub,non_hub,583934.59195,4506907.22889,585246.786708,4510735.64918
+5792,5792,310,261.0,005800,,40.743154205,-73.990299735,214.0,001600,40.7153350167,-73.9943926833,1252.81066919,8236,3182,3242,2306,001600,76565505.7581,005800,164037511.755,005800,2242186022.0,001600,005800,19929.9471717,82798,132594,hub,hub,non_hub,584936.591099,4507643.5622,585246.786708,4510735.64918
+5793,5793,770,348.0,005800,,40.743154205,-73.990299735,308.0,001800,40.7193657075,-73.9906468425,1103.5544933,8063,3182,3489,2306,001800,60554858.5127,005800,164037511.755,005800,2242186022.0,001800,005800,19929.9471717,133306,132594,hub,hub,non_hub,585247.838585,4508094.62497,585246.786708,4510735.64918
+5794,5794,128,174.0,005800,,40.743154205,-73.990299735,92.0,002000,40.721554605,-73.977309405,1189.63610013,4795,3182,1899,2306,002000,17907673.5628,005800,164037511.755,005800,2242186022.0,002000,005800,19929.9471717,31656,132594,hub,hub,non_hub,586371.478696,4508350.63994,585246.786708,4510735.64918
+5795,5795,675,348.0,005800,,40.743154205,-73.990299735,204.0,002100,40.71451321,-74.0108850975,1331.94387626,6111,3182,3038,2306,002100,273869828.705,005800,164037511.755,005800,2242186022.0,002100,005800,19929.9471717,151037,132594,hub,hub,non_hub,583544.598931,4507536.51732,585246.786708,4510735.64918
+5796,5796,123,174.0,005800,,40.743154205,-73.990299735,88.0,002201,40.71833027,-73.980972895,1289.78084993,6762,3182,3030,2306,002201,37585954.9949,005800,164037511.755,005800,2242186022.0,002201,005800,19929.9471717,26391,132594,hub,hub,non_hub,586066.226443,4507989.12022,585246.786708,4510735.64918
+5797,5797,220,87.0,005800,,40.743154205,-73.990299735,62.0,002202,40.7208736,-73.98085795,1101.59142592,2256,3182,1045,2306,002202,13179093.8977,005800,164037511.755,005800,2242186022.0,002202,005800,19929.9471717,23935,132594,hub,hub,non_hub,586072.658368,4508271.55961,585246.786708,4510735.64918
+5798,5798,86,174.0,005800,,40.743154205,-73.990299735,96.0,002400,40.724744875,-73.974986535,1154.93296617,5775,3182,2175,2306,002400,17986635.5592,005800,164037511.755,005800,2242186022.0,002400,005800,19929.9471717,17965,132594,hub,hub,non_hub,586563.526382,4508707.06897,585246.786708,4510735.64918
+5799,5799,41,174.0,005800,,40.743154205,-73.990299735,124.0,002500,40.7111743,-73.99849582,1813.16388889,5061,3182,1917,2306,002500,22428407.6271,005800,164037511.755,005800,2242186022.0,002500,005800,19929.9471717,28216,132594,hub,hub,non_hub,584595.28909,4507177.73549,585246.786708,4510735.64918
+5800,5800,99,87.0,005800,,40.743154205,-73.990299735,62.0,002601,40.72299208,-73.97995466,1095.97245763,3774,3182,1593,2306,002601,22248722.3098,005800,164037511.755,005800,2242186022.0,002601,005800,19929.9471717,22144,132594,hub,hub,non_hub,586146.216204,4508507.61099,585246.786708,4510735.64918
+5801,5801,111,87.0,005800,,40.743154205,-73.990299735,54.0,002700,40.71307916,-73.99851193,1315.40238095,1191,3182,655,2306,002700,11349914.9514,005800,164037511.755,005800,2242186022.0,002700,005800,19929.9471717,20570,132594,hub,hub,non_hub,584591.517275,4507389.17181,585246.786708,4510735.64918
+5802,5802,225,87.0,005800,,40.743154205,-73.990299735,64.0,002800,40.72521311,-73.97768752,1072.39167212,7302,3182,3341,2306,002800,47641507.3146,005800,164037511.755,005800,2242186022.0,002800,005800,19929.9471717,36744,132594,hub,hub,non_hub,586334.816403,4508756.38709,585246.786708,4510735.64918
+5803,5803,101,87.0,005800,,40.743154205,-73.990299735,86.0,002900,40.71602118,-73.99974372,1265.12009419,5855,3182,2420,2306,002900,200965547.24,005800,164037511.755,005800,2242186022.0,002900,005800,19929.9471717,31936,132594,hub,hub,non_hub,584483.752153,4507714.56961,585246.786708,4510735.64918
+5804,5804,286,87.0,005800,,40.743154205,-73.990299735,70.0,003001,40.72066442,-73.98517977,1160.76608959,4301,3182,2553,2306,003001,34302720.7166,005800,164037511.755,005800,2242186022.0,003001,005800,19929.9471717,41223,132594,hub,hub,non_hub,585707.91731,4508244.11218,585246.786708,4510735.64918
+5805,5805,268,87.0,005800,,40.743154205,-73.990299735,74.0,003002,40.72217444,-73.98368779,1111.55577957,3031,3182,1885,2306,003002,18686109.2263,005800,164037511.755,005800,2242186022.0,003002,005800,19929.9471717,38675,132594,hub,hub,non_hub,585831.986427,4508413.19181,585246.786708,4510735.64918
+5806,5806,207,261.0,005800,,40.743154205,-73.990299735,242.0,003100,40.7140617467,-74.0041933367,1300.08965249,2809,3182,858,2306,003100,145687012.574,005800,164037511.755,005800,2242186022.0,003100,005800,19929.9471717,81469,132594,hub,hub,non_hub,584110.388584,4507492.78891,585246.786708,4510735.64918
+5807,5807,1095,261.0,005800,,40.743154205,-73.990299735,200.0,003200,40.7260543867,-73.9823576167,940.52913649,7630,3182,4888,2306,003200,46369492.482,005800,164037511.755,005800,2242186022.0,003200,005800,19929.9471717,138064,132594,hub,hub,non_hub,585939.335766,4508845.19329,585246.786708,4510735.64918
+5808,5808,599,435.0,005800,,40.743154205,-73.990299735,346.0,003300,40.7188223216,-74.006333276,1149.67354354,5174,3182,2694,2306,003300,215459582.054,005800,164037511.755,005800,2242186022.0,003300,005800,19929.9471717,115059,132594,hub,hub,non_hub,583923.65778,4508019.19669,585246.786708,4510735.64918
+5809,5809,502,87.0,005800,,40.743154205,-73.990299735,78.0,003400,40.72955361,-73.98057249,837.252556529,6706,3182,4203,2306,003400,42933229.7541,005800,164037511.755,005800,2242186022.0,003400,005800,19929.9471717,47926,132594,hub,hub,non_hub,586085.581298,4509235.37985,585246.786708,4510735.64918
+5810,5810,339,174.0,005800,,40.743154205,-73.990299735,132.0,003601,40.72217423,-73.990293175,1072.83745895,3299,3182,1613,2306,003601,29191583.8104,005800,164037511.755,005800,2242186022.0,003601,005800,19929.9471717,77585,132594,hub,hub,non_hub,585274.124459,4508406.73315,585246.786708,4510735.64918
+5811,5811,502,174.0,005800,,40.743154205,-73.990299735,124.0,003602,40.724852985,-73.989265345,942.008571831,2918,3182,1586,2306,003602,24941258.1161,005800,164037511.755,005800,2242186022.0,003602,005800,19929.9471717,82124,132594,hub,hub,non_hub,585357.507872,4508705.09166,585246.786708,4510735.64918
+5812,5812,1821,348.0,005800,,40.743154205,-73.990299735,296.0,003700,40.7256696075,-74.0052069325,876.833462606,2401,3182,1490,2306,003700,212385639.924,005800,164037511.755,005800,2242186022.0,003700,005800,19929.9471717,173333,132594,hub,hub,non_hub,584010.178026,4508780.36793,585246.786708,4510735.64918
+5813,5813,1742,348.0,005800,,40.743154205,-73.990299735,320.0,003800,40.72765889,-73.988195855,844.709525984,8610,3182,5795,2306,003800,67437493.5221,005800,164037511.755,005800,2242186022.0,003800,005800,19929.9471717,167230,132594,hub,hub,non_hub,585444.239635,4509017.60641,585246.786708,4510735.64918
+5814,5814,579,348.0,005800,,40.743154205,-73.990299735,212.0,003900,40.7201717475,-74.00983051,1276.98400195,5253,3182,3059,2306,003900,194910113.03,005800,164037511.755,005800,2242186022.0,003900,005800,19929.9471717,113624,132594,hub,hub,non_hub,583626.593058,4508165.65565,585246.786708,4510735.64918
+5815,5815,1130,174.0,005800,,40.743154205,-73.990299735,132.0,004000,40.73000573,-73.98549552,767.504553897,9801,3182,4546,2306,004000,66858387.5133,005800,164037511.755,005800,2242186022.0,004000,005800,19929.9471717,99660,132594,hub,hub,non_hub,585669.269443,4509280.75306,585246.786708,4510735.64918
+5816,5816,520,174.0,005800,,40.743154205,-73.990299735,128.0,004100,40.7195529,-73.996789035,1127.97900416,7793,3182,3765,2306,004100,71738983.3617,005800,164037511.755,005800,2242186022.0,004100,005800,19929.9471717,114685,132594,hub,hub,non_hub,584728.836557,4508109.46034,585246.786708,4510735.64918
+5817,5817,657,87.0,005800,,40.743154205,-73.990299735,70.0,004200,40.73223272,-73.98889957,595.45698571,4988,3182,1801,2306,004200,39941846.3325,005800,164037511.755,005800,2242186022.0,004200,005800,19929.9471717,50846,132594,hub,hub,non_hub,585378.96492,4509524.64843,585246.786708,4510735.64918
+5818,5818,737,174.0,005800,,40.743154205,-73.990299735,134.0,004300,40.723870235,-73.995226525,952.938936822,4267,3182,2598,2306,004300,65935514.1184,005800,164037511.755,005800,2242186022.0,004300,005800,19929.9471717,95162,132594,hub,hub,non_hub,584855.320992,4508590.22212,585246.786708,4510735.64918
+5819,5819,1189,174.0,005800,,40.743154205,-73.990299735,120.0,004400,40.73080269,-73.97968993,785.165285535,17710,3182,8297,2306,004400,114601147.016,005800,164037511.755,005800,2242186022.0,004400,005800,19929.9471717,106427,132594,hub,hub,non_hub,586158.498991,4509374.90208,585246.786708,4510735.64918
+5820,5820,173,87.0,005800,,40.743154205,-73.990299735,54.0,004500,40.71910537,-73.99973337,1148.52363961,840,3182,582,2306,004500,52009114.8865,005800,164037511.755,005800,2242186022.0,004500,005800,19929.9471717,34275,132594,hub,hub,non_hub,584480.726971,4508056.94497,585246.786708,4510735.64918
+5821,5821,155,87.0,005800,,40.743154205,-73.990299735,78.0,004700,40.72165481,-74.00234737,1119.55367935,2267,3182,1586,2306,004700,75477587.1594,005800,164037511.755,005800,2242186022.0,004700,005800,19929.9471717,27544,132594,hub,hub,non_hub,584256.734795,4508337.43837,585246.786708,4510735.64918
+5822,5822,603,87.0,005800,,40.743154205,-73.990299735,70.0,004800,40.73624527,-73.98473765,522.16227851,7550,3182,3799,2306,004800,74763044.6965,005800,164037511.755,005800,2242186022.0,004800,005800,19929.9471717,42567,132594,hub,hub,non_hub,585725.258797,4509974.12516,585246.786708,4510735.64918
+5823,5823,707,174.0,005800,,40.743154205,-73.990299735,146.0,004900,40.724268615,-74.000521515,1017.47809054,4951,3182,3054,2306,004900,103848670.177,005800,164037511.755,005800,2242186022.0,004900,005800,19929.9471717,80152,132594,hub,hub,non_hub,584407.63728,4508629.34168,585246.786708,4510735.64918
+5824,5824,1694,261.0,005800,,40.743154205,-73.990299735,186.0,005000,40.7359163467,-73.9873427633,522.491196365,5061,3182,3595,2306,005000,120638459.215,005800,164037511.755,005800,2242186022.0,005000,005800,19929.9471717,111023,132594,hub,hub,non_hub,585505.709717,4509935.07175,585246.786708,4510735.64918
+5825,5825,2689,174.0,005800,,40.743154205,-73.990299735,212.0,005200,40.73715585,-73.991241315,464.337638543,4193,3182,1785,2306,005200,109103391.81,005800,164037511.755,005800,2242186022.0,005200,005800,19929.9471717,159876,132594,hub,hub,non_hub,585174.941657,4510068.87544,585246.786708,4510735.64918
+5826,5826,1328,87.0,005800,,40.743154205,-73.990299735,94.0,005400,40.73971301,-73.99456405,370.695670456,4656,3182,2837,2306,005400,128803552.888,005800,164037511.755,005800,2242186022.0,005400,005800,19929.9471717,73728,132594,hub,hub,non_hub,584891.129718,4510349.51956,585246.786708,4510735.64918
+5827,5827,483,87.0,005800,,40.743154205,-73.990299735,60.0,005501,40.72679454,-73.99695094,889.770405624,5079,3182,2483,2306,005501,61061928.4125,005800,164037511.755,005800,2242186022.0,005501,005800,19929.9471717,57258,132594,hub,hub,non_hub,584705.980012,4508913.17477,585246.786708,4510735.64918
+5828,5828,441,87.0,005800,,40.743154205,-73.990299735,54.0,005502,40.72743423,-73.99379025,812.203408716,2383,3182,1262,2306,005502,49017118.6146,005800,164037511.755,005800,2242186022.0,005502,005800,19929.9471717,55117,132594,hub,hub,non_hub,584972.085912,4508987.23863,585246.786708,4510735.64918
+5829,5829,904,174.0,005800,,40.743154205,-73.990299735,190.0,005600,40.74065347,-73.98778661,504.00979491,2618,3182,2190,2306,005600,189153355.609,005800,164037511.755,005800,2242186022.0,005600,005800,19929.9471717,113209,132594,hub,hub,non_hub,585462.168743,4510460.49357,585246.786708,4510735.64918
+5830,5830,1510,174.0,005800,,40.743154205,-73.990299735,164.0,005700,40.729662915,-73.992405595,751.627409833,2937,3182,1789,2306,005700,90178032.7137,005800,164037511.755,005800,2242186022.0,005700,005800,19929.9471717,156896,132594,hub,hub,non_hub,585086.179601,4509235.9788,585246.786708,4510735.64918
+5831,5831,474,87.0,005800,,40.743154205,-73.990299735,62.0,005900,40.73049393,-73.9957214,745.786076642,5516,3182,3276,2306,005900,71785177.1361,005800,164037511.755,005800,2242186022.0,005900,005800,19929.9471717,53180,132594,hub,hub,non_hub,584805.117401,4509325.01914,585246.786708,4510735.64918
+5832,5832,1696,174.0,005800,,40.743154205,-73.990299735,126.0,006000,40.734822295,-73.976916765,650.343201648,5286,3182,2459,2306,006000,27468182.8943,005800,164037511.755,005800,2242186022.0,006000,005800,19929.9471717,80462,132594,hub,hub,non_hub,586387.478737,4509823.83141,585246.786708,4510735.64918
+5833,5833,3229,348.0,005800,,40.743154205,-73.990299735,282.0,006100,40.73385254,-73.992357065,610.797594018,4913,3182,2683,2306,006100,91682014.33,005800,164037511.755,005800,2242186022.0,006100,005800,19929.9471717,245510,132594,hub,hub,hub,585084.940162,4509701.10308,585246.786708,4510735.64918
+5834,5834,902,87.0,005800,,40.743154205,-73.990299735,60.0,006200,40.7381765,-73.97738662,596.81257541,4680,3182,1401,2306,006200,231817485.533,005800,164037511.755,005800,2242186022.0,006200,005800,19929.9471717,33218,132594,hub,hub,non_hub,586343.467107,4510195.70961,585246.786708,4510735.64918
+5835,5835,2727,261.0,005800,,40.743154205,-73.990299735,198.0,006300,40.7346940933,-73.99785666,538.902928819,6076,3182,4277,2306,006300,85447631.8451,005800,164037511.755,005800,2242186022.0,006300,005800,19929.9471717,120233,132594,hub,hub,non_hub,584619.48321,4509789.20591,585246.786708,4510735.64918
+5836,5836,717,87.0,005800,,40.743154205,-73.990299735,78.0,006400,40.73587678,-73.98205027,516.804361598,7518,3182,5058,2306,006400,95664936.1545,005800,164037511.755,005800,2242186022.0,006400,005800,19929.9471717,47750,132594,hub,hub,non_hub,585952.649806,4509935.84788,585246.786708,4510735.64918
+5837,5837,1790,261.0,005800,,40.743154205,-73.990299735,212.0,006500,40.7306296367,-73.9991423,696.053101292,6517,3182,3568,2306,006500,59290910.3694,005800,164037511.755,005800,2242186022.0,006500,005800,19929.9471717,125356,132594,hub,hub,non_hub,584516.067395,4509336.78488,585246.786708,4510735.64918
+5838,5838,1598,174.0,005800,,40.743154205,-73.990299735,164.0,006600,40.739285505,-73.97827188,583.031089546,11780,3182,6818,2306,006600,84730469.4548,005800,164037511.755,005800,2242186022.0,006600,005800,19929.9471717,74621,132594,hub,hub,non_hub,586267.286922,4510317.94668,585246.786708,4510735.64918
+5839,5839,1056,87.0,005800,,40.743154205,-73.990299735,78.0,006700,40.73038599,-74.00214988,674.369219729,4984,3182,3796,2306,006700,47238039.9972,005800,164037511.755,005800,2242186022.0,006700,005800,19929.9471717,70025,132594,hub,hub,non_hub,584262.399901,4509306.84766,585246.786708,4510735.64918
+5840,5840,939,87.0,005800,,40.743154205,-73.990299735,78.0,006800,40.74025878,-73.98409214,421.445732156,6735,3182,4494,2306,006800,130298431.446,005800,164037511.755,005800,2242186022.0,006800,005800,19929.9471717,58926,132594,hub,hub,non_hub,585774.608423,4510420.28363,585246.786708,4510735.64918
+5841,5841,941,174.0,005800,,40.743154205,-73.990299735,134.0,006900,40.732319905,-74.0069291,867.972013764,2687,3182,1484,2306,006900,61292499.9331,005800,164037511.755,005800,2242186022.0,006900,005800,19929.9471717,130727,132594,hub,hub,non_hub,583856.38945,4509516.94969,585246.786708,4510735.64918
+5842,5842,1950,261.0,005800,,40.743154205,-73.990299735,254.0,007000,40.7425287315,-73.9756405423,675.07750002,8302,3182,5669,2306,007000,78634704.8451,005800,164037511.755,005800,2242186022.0,007000,005800,19929.9471717,145227,132594,hub,hub,non_hub,586485.260238,4510680.55725,585246.786708,4510735.64918
+5843,5843,1178,174.0,005800,,40.743154205,-73.990299735,142.0,007100,40.736526545,-74.000108805,573.326435507,5633,3182,3844,2306,007100,68447429.2743,005800,164037511.755,005800,2242186022.0,007100,005800,19929.9471717,79459,132594,hub,hub,non_hub,584426.995774,4509990.4524,585246.786708,4510735.64918
+5844,5844,3260,261.0,005800,,40.743154205,-73.990299735,252.0,007200,40.7447014833,-73.98154809,447.934849644,7734,3182,5222,2306,007200,132092861.454,005800,164037511.755,005800,2242186022.0,007200,005800,19929.9471717,157612,132594,hub,hub,hub,585983.687715,4510915.94446,585246.786708,4510735.64918
+5845,5845,1229,174.0,005800,,40.743154205,-73.990299735,118.0,007300,40.734682705,-74.00388484,668.770296411,5615,3182,4547,2306,007300,48716185.79,005800,164037511.755,005800,2242186022.0,007300,005800,19929.9471717,92567,132594,hub,hub,non_hub,584110.479319,4509782.14883,585246.786708,4510735.64918
+5846,5846,2565,174.0,005800,,40.743154205,-73.990299735,172.0,007400,40.746413585,-73.98586892,292.569673471,4179,3182,2700,2306,007400,170614202.951,005800,164037511.755,005800,2242186022.0,007400,005800,19929.9471717,81121,132594,hub,hub,non_hub,585616.696258,4511101.7763,585246.786708,4510735.64918
+5847,5847,3786,174.0,005800,,40.743154205,-73.990299735,138.0,007600,40.74737476,-73.988320695,329.182699746,2203,3182,1573,2306,007600,242014413.464,005800,164037511.755,005800,2242186022.0,007600,005800,19929.9471717,97464,132594,hub,hub,hub,585408.475283,4511206.08492,585246.786708,4510735.64918
+5848,5848,1104,87.0,005800,,40.743154205,-73.990299735,86.0,007700,40.7390169121,-74.0026376103,634.610549901,5404,3182,4254,2306,007700,59306273.1509,005800,164037511.755,005800,2242186022.0,007700,005800,19929.9471717,79025,132594,hub,hub,non_hub,584210.329106,4510264.47156,585246.786708,4510735.64918
+5849,5849,816,87.0,005800,,40.743154205,-73.990299735,78.0,007800,40.74780373,-73.9734419,773.179560861,7380,3182,5372,2306,007800,112124597.728,005800,164037511.755,005800,2242186022.0,007800,005800,19929.9471717,59601,132594,hub,hub,non_hub,586664.043115,4511268.28888,585246.786708,4510735.64918
+5850,5850,2136,435.0,005800,,40.743154205,-73.990299735,348.0,007900,40.738916514,-74.007286026,786.537818965,4406,3182,2904,2306,007900,86937368.5918,005800,164037511.755,005800,2242186022.0,007900,005800,19929.9471717,171846,132594,hub,hub,non_hub,583817.969395,4510248.87788,585246.786708,4510735.64918
+5851,5851,1308,174.0,005800,,40.743154205,-73.990299735,142.0,008000,40.7485693,-73.97717991,629.562515652,4946,3182,3730,2306,008000,197763821.532,005800,164037511.755,005800,2242186022.0,008000,005800,19929.9471717,74808,132594,hub,hub,non_hub,586347.477591,4511349.58844,585246.786708,4510735.64918
+5852,5852,1023,87.0,005800,,40.743154205,-73.990299735,78.0,008100,40.73935542,-73.99931783,518.977466793,8675,3182,5315,2306,008100,91100400.6907,005800,164037511.755,005800,2242186022.0,008100,005800,19929.9471717,53195,132594,hub,hub,non_hub,584490.204148,4510305.23824,585246.786708,4510735.64918
+5853,5853,6715,261.0,005800,,40.743154205,-73.990299735,350.0,008200,40.7519493979,-73.9793688869,570.099627965,3442,3182,2534,2306,008200,262405408.076,005800,164037511.755,005800,2242186022.0,008200,005800,19929.9471717,228612,132594,hub,hub,hub,586158.315634,4511722.65271,585246.786708,4510735.64918
+5854,5854,3175,348.0,005800,,40.743154205,-73.990299735,238.0,008300,40.742591315,-74.004102785,605.261949094,4211,3182,2321,2306,008300,119862327.354,005800,164037511.755,005800,2242186022.0,008300,005800,19929.9471717,186113,132594,hub,hub,hub,584082.11654,4510659.85081,585246.786708,4510735.64918
+5855,5855,1339,87.0,005800,,40.743154205,-73.990299735,76.0,008400,40.75038009,-73.98338988,428.724884087,1726,3182,1041,2306,008400,147824461.739,005800,164037511.755,005800,2242186022.0,008400,005800,19929.9471717,34199,132594,hub,hub,non_hub,585820.889203,4511544.50828,585246.786708,4510735.64918
+5856,5856,184,87.0,005800,,40.743154205,-73.990299735,86.0,008601,40.744219,-73.97121214,970.1630381,2551,3182,1528,2306,008601,31141773.9073,005800,164037511.755,005800,2242186022.0,008601,005800,19929.9471717,31961,132594,hub,hub,non_hub,586856.951039,4510872.56191,585246.786708,4510735.64918
+5857,5857,2113,174.0,005800,,40.743154205,-73.990299735,156.0,008700,40.74206378,-73.995708955,363.550868487,6671,3182,4249,2306,008700,85660216.7821,005800,164037511.755,005800,2242186022.0,008700,005800,19929.9471717,152953,132594,hub,hub,non_hub,584791.475936,4510609.36503,585246.786708,4510735.64918
+5858,5858,339,174.0,005800,,40.743154205,-73.990299735,156.0,008800,40.75012189,-73.970133575,997.696786637,6964,3182,5507,2306,008800,216532475.876,005800,164037511.755,005800,2242186022.0,008800,005800,19929.9471717,43247,132594,hub,hub,non_hub,586940.323322,4511528.89362,585246.786708,4510735.64918
+5859,5859,2871,261.0,005800,,40.743154205,-73.990299735,240.0,008900,40.74529008,-74.0021768567,529.385273131,5560,3182,3511,2306,008900,54419260.2723,005800,164037511.755,005800,2242186022.0,008900,005800,19929.9471717,158638,132594,hub,hub,non_hub,584241.316685,4510961.27944,585246.786708,4510735.64918
+5860,5860,771,261.0,005800,,40.743154205,-73.990299735,220.0,009000,40.75261798,-73.9703317533,926.425769992,7026,3182,5832,2306,009000,208846060.851,005800,164037511.755,005800,2242186022.0,009000,005800,19929.9471717,74531,132594,hub,hub,non_hub,586920.342162,4511805.78171,585246.786708,4510735.64918
+5861,5861,2107,87.0,005800,,40.743154205,-73.990299735,78.0,009100,40.74487634,-73.99529885,321.31067108,6415,3182,4386,2306,009100,127325659.041,005800,164037511.755,005800,2242186022.0,009100,005800,19929.9471717,63878,132594,hub,hub,non_hub,584822.527687,4510921.97538,585246.786708,4510735.64918
+5862,5862,744,174.0,005800,,40.743154205,-73.990299735,220.0,009200,40.7548518863,-73.9734329075,860.102825737,1754,3182,1461,2306,009200,408192557.246,005800,164037511.755,005800,2242186022.0,009200,005800,19929.9471717,72226,132594,hub,hub,non_hub,586655.650548,4512050.69496,585246.786708,4510735.64918
+5863,5863,1011,87.0,005800,,40.743154205,-73.990299735,78.0,009300,40.74475148,-73.99915362,457.430315838,9705,3182,5585,2306,009300,68528055.2433,005800,164037511.755,005800,2242186022.0,009300,005800,19929.9471717,52202,132594,hub,hub,non_hub,584497.239363,4510904.39701,585246.786708,4510735.64918
+5864,5864,2042,87.0,005800,,40.743154205,-73.990299735,62.0,009400,40.75320159,-73.9779874,619.996127332,29,3182,16,2306,009400,299218147.811,005800,164037511.755,005800,2242186022.0,009400,005800,19929.9471717,82147,132594,hub,hub,non_hub,586273.319314,4511863.01244,585246.786708,4510735.64918
+5865,5865,1223,87.0,005800,,40.743154205,-73.990299735,102.0,009500,40.746647,-73.993915,361.410065731,3425,3182,1416,2306,009500,129660033.725,005800,164037511.755,005800,2242186022.0,009500,005800,19929.9471717,57488,132594,hub,hub,non_hub,584937.108907,4511119.86954,585246.786708,4510735.64918
+5866,5866,1369,261.0,005800,,40.743154205,-73.990299735,280.0,009600,40.7560525484,-73.980375053,688.845002239,153,3182,268,2306,009600,270304841.585,005800,164037511.755,005800,2242186022.0,009600,005800,19929.9471717,71527,132594,hub,hub,non_hub,586068.085042,4512177.14536,585246.786708,4510735.64918
+5867,5867,3621,261.0,005800,,40.743154205,-73.990299735,198.0,009700,40.7493616033,-73.9991321067,477.033551404,4744,3182,2827,2306,009700,83018263.1602,005800,164037511.755,005800,2242186022.0,009700,005800,19929.9471717,118804,132594,hub,hub,hub,584493.220017,4511416.17434,585246.786708,4510735.64918
+5868,5868,366,174.0,005800,,40.743154205,-73.990299735,140.0,009800,40.755285655,-73.96667288,1096.47754508,7105,3182,5244,2306,009800,115943808.909,005800,164037511.755,005800,2242186022.0,009800,005800,19929.9471717,40039,132594,hub,hub,non_hub,587225.727282,4512105.54383,585246.786708,4510735.64918
+5869,5869,5233,435.0,005800,,40.743154205,-73.990299735,370.0,009900,40.7520807866,-74.0031899092,668.418322257,3617,3182,2438,2306,009900,404439511.776,005800,164037511.755,005800,2242186022.0,009900,005800,19929.9471717,208076,132594,hub,hub,hub,584147.226991,4511714.12465,585246.786708,4510735.64918
+5870,5870,599,261.0,005800,,40.743154205,-73.990299735,242.0,010000,40.7583696933,-73.9710287767,984.78163381,1829,3182,1399,2306,010000,366457143.613,005800,164037511.755,005800,2242186022.0,010000,005800,19929.9471717,72085,132594,hub,hub,non_hub,586854.014885,4512443.57459,585246.786708,4510735.64918
+5871,5871,5204,261.0,005800,,40.743154205,-73.990299735,254.0,010100,40.74945622,-73.9903382667,410.042181919,1119,3182,828,2306,010100,246168211.101,005800,164037511.755,005800,2242186022.0,010100,005800,19929.9471717,183377,132594,hub,hub,hub,585235.486219,4511435.18064,585246.786708,4510735.64918
+5872,5872,558,174.0,005800,,40.743154205,-73.990299735,162.0,010200,40.7606694,-73.973473555,909.440254902,313,3182,268,2306,010200,333450202.294,005800,164037511.755,005800,2242186022.0,010200,005800,19929.9471717,46675,132594,hub,hub,non_hub,586644.664817,4512696.44233,585246.786708,4510735.64918
+5873,5873,3244,174.0,005800,,40.743154205,-73.990299735,196.0,010300,40.751000495,-73.994372255,565.918036578,1859,3182,1351,2306,010300,141506056.87,005800,164037511.755,005800,2242186022.0,010300,005800,19929.9471717,221593,132594,hub,hub,hub,584892.968075,4511602.69644,585246.786708,4510735.64918
+5874,5874,888,174.0,005800,,40.743154205,-73.990299735,150.0,010400,40.761664375,-73.976854975,853.116139343,1031,3182,1033,2306,010400,363981333.295,005800,164037511.755,005800,2242186022.0,010400,005800,19929.9471717,65073,132594,hub,hub,non_hub,586357.961325,4512803.55852,585246.786708,4510735.64918
+5875,5875,160,87.0,005800,,40.743154205,-73.990299735,66.0,010602,40.75849116,-73.95920622,1274.31666667,4794,3182,2963,2306,010602,67980898.3739,005800,164037511.755,005800,2242186022.0,010602,005800,19929.9471717,22153,132594,hub,hub,non_hub,587851.796682,4512468.82754,585246.786708,4510735.64918
+5876,5876,639,261.0,005800,,40.743154205,-73.990299735,234.0,010800,40.7591736033,-73.96613818,1141.71686257,8531,3182,6272,2306,010800,189351523.799,005800,164037511.755,005800,2242186022.0,010800,005800,19929.9471717,79198,132594,hub,hub,non_hub,587265.778542,4512537.66689,585246.786708,4510735.64918
+5877,5877,2139,174.0,005800,,40.743154205,-73.990299735,228.0,010900,40.751351715,-73.987594755,472.200534597,182,3182,92,2306,010900,228173063.011,005800,164037511.755,005800,2242186022.0,010900,005800,19929.9471717,60092,132594,hub,hub,non_hub,585464.669441,4511648.26242,585246.786708,4510735.64918
+5878,5878,548,87.0,005800,,40.743154205,-73.990299735,118.0,011201,40.7643971,-73.97371465,1090.19978154,827,3182,964,2306,011201,118515444.187,005800,164037511.755,005800,2242186022.0,011201,005800,19929.9471717,41525,132594,hub,hub,non_hub,586619.474659,4513110.00718,585246.786708,4510735.64918
+5879,5879,436,87.0,005800,,40.743154205,-73.990299735,66.0,011203,40.76095756,-73.96724467,1105.08467742,1176,3182,1160,2306,011203,143782379.009,005800,164037511.755,005800,2242186022.0,011203,005800,19929.9471717,48033,132594,hub,hub,non_hub,587170.050102,4512734.59972,585246.786708,4510735.64918
+5880,5880,6535,348.0,005800,,40.743154205,-73.990299735,396.0,011300,40.7548008425,-73.9888010575,596.44925038,204,3182,107,2306,011300,357940519.061,005800,164037511.755,005800,2242186022.0,011300,005800,19929.9471717,236650,132594,hub,hub,hub,585358.423228,4512029.96675,585246.786708,4510735.64918
+5881,5881,1660,174.0,005800,,40.743154205,-73.990299735,164.0,011500,40.75701407,-73.992353645,737.884519871,2487,3182,1678,2306,011500,130958459.747,005800,164037511.755,005800,2242186022.0,011500,005800,19929.9471717,103294,132594,hub,hub,non_hub,585055.712647,4512272.20178,585246.786708,4510735.64918
+5882,5882,651,174.0,005800,,40.743154205,-73.990299735,168.0,011700,40.76058799,-74.00080945,1021.20993279,2938,3182,2304,2306,011700,91270705.1484,005800,164037511.755,005800,2242186022.0,011700,005800,19929.9471717,73016,132594,hub,hub,non_hub,584337.427395,4512660.77158,585246.786708,4510735.64918
+5883,5883,441,87.0,005800,,40.743154205,-73.990299735,68.0,011900,40.7568001,-73.98291153,838.323331692,1079,3182,1121,2306,011900,395254501.74,005800,164037511.755,005800,2242186022.0,011900,005800,19929.9471717,39976,132594,hub,hub,non_hub,585853.012005,4512257.64444,585246.786708,4510735.64918
+5884,5884,1344,261.0,005800,,40.743154205,-73.990299735,218.0,012100,40.7598593767,-73.9914900133,881.444684431,8366,3182,5744,2306,012100,101223732.045,005800,164037511.755,005800,2242186022.0,012100,005800,19929.9471717,132767,132594,hub,hub,non_hub,585124.983126,4512588.88932,585246.786708,4510735.64918
+5885,5885,474,87.0,005800,,40.743154205,-73.990299735,102.0,012500,40.76064679,-73.98442659,869.746935273,2439,3182,2096,2306,012500,322911522.418,005800,164037511.755,005800,2242186022.0,012500,005800,19929.9471717,45486,132594,hub,hub,non_hub,585720.180916,4512683.17447,585246.786708,4510735.64918
+5886,5886,830,174.0,005800,,40.743154205,-73.990299735,168.0,012700,40.762485435,-73.990447135,922.050638795,6437,3182,4434,2306,012700,104637996.687,005800,164037511.755,005800,2242186022.0,012700,005800,19929.9471717,83393,132594,hub,hub,non_hub,585209.656415,4512881.41361,585246.786708,4510735.64918
+5887,5887,336,87.0,005800,,40.743154205,-73.990299735,48.0,012900,40.76341379,-73.99667444,1090.08870997,5312,3182,3621,2306,012900,158698340.053,005800,164037511.755,005800,2242186022.0,012900,005800,19929.9471717,28661,132594,hub,hub,non_hub,584682.864463,4512978.43901,585246.786708,4510735.64918
+5888,5888,1308,261.0,005800,,40.743154205,-73.990299735,320.0,013100,40.7621295133,-73.98215453,802.352893501,2489,3182,2283,2306,013100,405023451.28,005800,164037511.755,005800,2242186022.0,013100,005800,19929.9471717,107228,132594,hub,hub,non_hub,585910.04945,4512849.98999,585246.786708,4510735.64918
+5889,5889,629,261.0,005800,,40.743154205,-73.990299735,202.0,013300,40.7647250567,-73.9866537633,952.991070467,5363,3182,3909,2306,013300,79847412.2593,005800,164037511.755,005800,2242186022.0,013300,005800,19929.9471717,89810,132594,hub,hub,non_hub,585526.963405,4513133.71926,585246.786708,4510735.64918
+5890,5890,532,174.0,005800,,40.743154205,-73.990299735,130.0,013500,40.766984435,-73.99227308,1061.54541283,6075,3182,3935,2306,013500,198199142.958,005800,164037511.755,005800,2242186022.0,013500,005800,19929.9471717,64723,132594,hub,hub,non_hub,585049.80204,4513379.06475,585246.786708,4510735.64918
+5891,5891,1079,174.0,005800,,40.743154205,-73.990299735,196.0,013700,40.766109285,-73.981808355,1148.981658,6557,3182,5442,2306,013700,314878324.419,005800,164037511.755,005800,2242186022.0,013700,005800,19929.9471717,91142,132594,hub,hub,non_hub,585934.141665,4513292.1137,585246.786708,4510735.64918
+5892,5892,312,87.0,005800,,40.743154205,-73.990299735,54.0,013900,40.768254,-73.988639,1043.6074078,7607,3182,7359,2306,013900,139918084.587,005800,164037511.755,005800,2242186022.0,013900,005800,19929.9471717,26390,132594,hub,hub,non_hub,585354.890073,4513523.52534,585246.786708,4510735.64918
+5893,5893,229,87.0,005800,,40.743154205,-73.990299735,98.0,014300,40.76590936,-73.97634151,1161.01072261,3,3182,0,2306,014300,50027992.3322,005800,164037511.755,005800,2242186022.0,014300,005800,19929.9471717,21051,132594,hub,hub,non_hub,586395.803012,4513275.28949,585246.786708,4510735.64918
+5894,5894,591,87.0,005800,,40.743154205,-73.990299735,72.0,014500,40.76915505,-73.98191841,1303.80878286,5811,3182,3462,2306,014500,253397343.373,005800,164037511.755,005800,2242186022.0,014500,005800,19929.9471717,68350,132594,hub,hub,non_hub,585920.929601,4513630.10902,585246.786708,4510735.64918
+5895,5895,287,87.0,005800,,40.743154205,-73.990299735,110.0,014700,40.770513,-73.988038,993.817982456,2586,3182,1743,2306,014700,70871746.8417,005800,164037511.755,005800,2242186022.0,014700,005800,19929.9471717,35099,132594,hub,hub,non_hub,585402.720353,4513774.87644,585246.786708,4510735.64918
+5896,5896,141,87.0,005800,,40.743154205,-73.990299735,72.0,015100,40.771522,-73.990541,1365.86617251,8105,3182,4856,2306,015100,164953931.102,005800,164037511.755,005800,2242186022.0,015100,005800,19929.9471717,17578,132594,hub,hub,non_hub,585190.192062,4513884.4495,585246.786708,4510735.64918
+5897,5897,643,174.0,005800,,40.743154205,-73.990299735,140.0,031703,40.71644312,-74.014902115,1471.45692142,8670,3182,4231,2306,031703,332361109.355,005800,164037511.755,005800,2242186022.0,031703,005800,19929.9471717,136082,132594,hub,hub,non_hub,583202.897614,4507746.93647,585246.786708,4510735.64918
+5898,5898,454,261.0,005800,,40.743154205,-73.990299735,196.0,031704,40.7085171733,-74.0165557667,1718.81187306,6610,3182,3790,2306,031704,160823714.408,005800,164037511.755,005800,2242186022.0,031704,005800,19929.9471717,105244,132594,hub,hub,non_hub,583073.076824,4506865.54027,585246.786708,4510735.64918
+5899,5899,197,261.0,005800,,40.743154205,-73.990299735,170.0,000600,40.7128987867,-73.9898646367,1522.56766757,11558,3182,4083,2306,000600,59149181.7526,005800,164037511.755,005800,2242186022.0,000600,005800,19929.9471717,70053,132594,hub,hub,non_hub,585322.159723,4507377.5136,585246.786708,4510735.64918
+5900,5900,195,93.0,005900,,40.73049393,-73.9957214,54.0,000202,40.71318002,-73.9818904933,933.528550947,8012,5516,3598,3276,000202,37878157.9781,005900,71785177.1361,,0.0,000202,005900,31545.016234,56352,52786,hub,hub,non_hub,585995.353038,4507416.50937,584805.117401,4509325.01914
+5901,5901,356,217.0,005900,,40.73049393,-73.9957214,258.0,000700,40.70581148,-74.0081572071,1284.63558827,7722,5516,5201,3276,000700,476954959.734,005900,71785177.1361,,0.0,000700,005900,31545.016234,160040,52786,hub,hub,non_hub,583785.918305,4506573.16797,584805.117401,4509325.01914
+5902,5902,50,62.0,005900,,40.73049393,-73.9957214,47.0,000800,40.712414475,-73.993471545,1166.77631579,10365,5516,4150,3276,000800,46479755.076,005900,71785177.1361,,0.0,000800,005900,31545.016234,34254,52786,hub,hub,non_hub,585018.109713,4507320.25418,584805.117401,4509325.01914
+5903,5903,45,93.0,005900,,40.73049393,-73.9957214,97.0,000900,40.7024745833,-74.01224785,1573.12301587,1140,5516,939,3276,000900,404341803.896,005900,71785177.1361,,0.0,000900,005900,31545.016234,46446,52786,hub,hub,non_hub,583444.520998,4506198.85784,584805.117401,4509325.01914
+5904,5904,41,31.0,005900,,40.73049393,-73.9957214,19.0,001002,40.71782143,-73.97628939,960.219512195,6439,5516,2346,3276,001002,22763374.2099,005900,71785177.1361,,0.0,001002,005900,31545.016234,15916,52786,hub,hub,non_hub,586462.45635,4507937.23607,584805.117401,4509325.01914
+5905,5905,86,62.0,005900,,40.73049393,-73.9957214,46.0,001200,40.717364275,-73.982955325,877.915555556,3547,5516,1857,3276,001200,23518220.7411,005900,71785177.1361,,0.0,001200,005900,31545.016234,36493,52786,hub,hub,non_hub,585900.031125,4507879.94738,584805.117401,4509325.01914
+5906,5906,57,31.0,005900,,40.73049393,-73.9957214,36.0,001300,40.70463334,-74.01361706,1626.35087719,3776,5516,3028,3276,001300,286606455.687,005900,71785177.1361,,0.0,001300,005900,31545.016234,27671,52786,hub,hub,non_hub,583326.158808,4506437.19368,584805.117401,4509325.01914
+5907,5907,52,31.0,005900,,40.73049393,-73.9957214,28.0,001401,40.71559509,-73.9870295,825.346153846,3289,5516,1708,3276,001401,20168722.3199,005900,71785177.1361,,0.0,001401,005900,31545.016234,26885,52786,hub,hub,non_hub,585558.18429,4507679.57909,584805.117401,4509325.01914
+5908,5908,34,62.0,005900,,40.73049393,-73.9957214,67.0,001501,40.70966832,-74.003597135,1223.90357143,5581,5516,3450,3276,001501,172466366.322,005900,71785177.1361,,0.0,001501,005900,31545.016234,27425,52786,hub,hub,non_hub,584166.279828,4507005.66129,584805.117401,4509325.01914
+5909,5909,161,93.0,005900,,40.73049393,-73.9957214,123.0,001502,40.7088053467,-74.00635276,1096.67928877,7095,5516,3459,3276,001502,221282059.103,005900,71785177.1361,,0.0,001502,005900,31545.016234,82052,52786,hub,hub,non_hub,583934.59195,4506907.22889,584805.117401,4509325.01914
+5910,5910,156,93.0,005900,,40.73049393,-73.9957214,107.0,001600,40.7153350167,-73.9943926833,896.788519025,8236,5516,3242,3276,001600,76565505.7581,005900,71785177.1361,,0.0,001600,005900,31545.016234,82798,52786,hub,hub,non_hub,584936.591099,4507643.5622,584805.117402,4509325.01914
+5911,5911,458,124.0,005900,,40.73049393,-73.9957214,154.0,001800,40.7193657075,-73.9906468425,688.533256256,8063,5516,3489,3276,001800,60554858.5127,005900,71785177.1361,,0.0,001800,005900,31545.016234,133306,52786,hub,hub,non_hub,585247.838585,4508094.62497,584805.117402,4509325.01914
+5912,5912,96,62.0,005900,,40.73049393,-73.9957214,46.0,002000,40.721554605,-73.977309405,825.053043478,4795,5516,1899,3276,002000,17907673.5628,005900,71785177.1361,,0.0,002000,005900,31545.016234,31656,52786,hub,hub,non_hub,586371.478696,4508350.63994,584805.117401,4509325.01914
+5913,5913,552,124.0,005900,,40.73049393,-73.9957214,102.0,002100,40.71451321,-74.0108850975,916.877920708,6111,5516,3038,3276,002100,273869828.705,005900,71785177.1361,,0.0,002100,005900,31545.016234,151037,52786,hub,hub,non_hub,583544.598931,4507536.51732,584805.117402,4509325.01914
+5914,5914,117,62.0,005900,,40.73049393,-73.9957214,44.0,002201,40.71833027,-73.980972895,809.645588235,6762,5516,3030,3276,002201,37585954.9949,005900,71785177.1361,,0.0,002201,005900,31545.016234,26391,52786,hub,hub,non_hub,586066.226443,4507989.12022,584805.117402,4509325.01914
+5915,5915,154,31.0,005900,,40.73049393,-73.9957214,31.0,002202,40.7208736,-73.98085795,692.948051948,2256,5516,1045,3276,002202,13179093.8977,005900,71785177.1361,,0.0,002202,005900,31545.016234,23935,52786,hub,hub,non_hub,586072.658368,4508271.55961,584805.117401,4509325.01914
+5916,5916,63,62.0,005900,,40.73049393,-73.9957214,48.0,002400,40.724744875,-73.974986535,742.096153846,5775,5516,2175,3276,002400,17986635.5592,005900,71785177.1361,,0.0,002400,005900,31545.016234,17965,52786,hub,hub,non_hub,586563.526382,4508707.06897,584805.117401,4509325.01914
+5917,5917,20,62.0,005900,,40.73049393,-73.9957214,62.0,002500,40.7111743,-73.99849582,1269.75,5061,5516,1917,3276,002500,22428407.6271,005900,71785177.1361,,0.0,002500,005900,31545.016234,28216,52786,hub,hub,non_hub,584595.28909,4507177.73549,584805.117401,4509325.01914
+5918,5918,180,31.0,005900,,40.73049393,-73.9957214,31.0,002601,40.72299208,-73.97995466,709.833333333,3774,5516,1593,3276,002601,22248722.3098,005900,71785177.1361,,0.0,002601,005900,31545.016234,22144,52786,hub,hub,non_hub,586146.216204,4508507.61099,584805.117401,4509325.01914
+5919,5919,16,31.0,005900,,40.73049393,-73.9957214,27.0,002700,40.71307916,-73.99851193,928.25,1191,5516,655,3276,002700,11349914.9514,005900,71785177.1361,,0.0,002700,005900,31545.016234,20570,52786,hub,hub,non_hub,584591.517275,4507389.17181,584805.117401,4509325.01914
+5920,5920,344,31.0,005900,,40.73049393,-73.9957214,32.0,002800,40.72521311,-73.97768752,704.011627907,7302,5516,3341,3276,002800,47641507.3146,005900,71785177.1361,,0.0,002800,005900,31545.016234,36744,52786,hub,hub,non_hub,586334.816403,4508756.38709,584805.117402,4509325.01914
+5921,5921,56,31.0,005900,,40.73049393,-73.9957214,43.0,002900,40.71602118,-73.99974372,882.357142857,5855,5516,2420,3276,002900,200965547.24,005900,71785177.1361,,0.0,002900,005900,31545.016234,31936,52786,hub,hub,non_hub,584483.752153,4507714.56961,584805.117401,4509325.01914
+5922,5922,181,31.0,005900,,40.73049393,-73.9957214,35.0,003001,40.72066442,-73.98517977,742.939226519,4301,5516,2553,3276,003001,34302720.7166,005900,71785177.1361,,0.0,003001,005900,31545.016234,41223,52786,hub,hub,non_hub,585707.91731,4508244.11218,584805.117401,4509325.01914
+5923,5923,261,31.0,005900,,40.73049393,-73.9957214,37.0,003002,40.72217444,-73.98368779,600.720306513,3031,5516,1885,3276,003002,18686109.2263,005900,71785177.1361,,0.0,003002,005900,31545.016234,38675,52786,hub,hub,non_hub,585831.986427,4508413.19181,584805.117402,4509325.01914
+5924,5924,188,93.0,005900,,40.73049393,-73.9957214,121.0,003100,40.7140617467,-74.0041933367,873.38566063,2809,5516,858,3276,003100,145687012.574,005900,71785177.1361,,0.0,003100,005900,31545.016234,81469,52786,hub,hub,non_hub,584110.388584,4507492.78891,584805.117402,4509325.01914
+5925,5925,1339,93.0,005900,,40.73049393,-73.9957214,100.0,003200,40.7260543867,-73.9823576167,577.682026383,7630,5516,4888,3276,003200,46369492.482,005900,71785177.1361,,0.0,003200,005900,31545.016234,138064,52786,hub,hub,non_hub,585939.335766,4508845.19329,584805.117402,4509325.01914
+5926,5926,572,155.0,005900,,40.73049393,-73.9957214,173.0,003300,40.7188249091,-74.0063276328,735.153133137,5174,5516,2694,3276,003300,215459582.054,005900,71785177.1361,,0.0,003300,005900,31545.016234,115059,52786,hub,hub,non_hub,583924.131156,4508019.48931,584805.117402,4509325.01914
+5927,5927,443,31.0,005900,,40.73049393,-73.9957214,39.0,003400,40.72955361,-73.98057249,618.963882619,6706,5516,4203,3276,003400,42933229.7541,005900,71785177.1361,,0.0,003400,005900,31545.016234,47926,52786,hub,hub,non_hub,586085.581298,4509235.37985,584805.117402,4509325.01914
+5928,5928,296,62.0,005900,,40.73049393,-73.9957214,66.0,003601,40.72217423,-73.990293175,636.767942584,3299,5516,1613,3276,003601,29191583.8104,005900,71785177.1361,,0.0,003601,005900,31545.016234,77585,52786,hub,hub,non_hub,585274.124459,4508406.73315,584805.117401,4509325.01914
+5929,5929,538,62.0,005900,,40.73049393,-73.9957214,62.0,003602,40.724852985,-73.989265345,456.181950509,2918,5516,1586,3276,003602,24941258.1161,005900,71785177.1361,,0.0,003602,005900,31545.016234,82124,52786,hub,hub,non_hub,585357.507872,4508705.09166,584805.117402,4509325.01914
+5930,5930,1388,124.0,005900,,40.73049393,-73.9957214,148.0,003700,40.7256696075,-74.0052069325,500.866009841,2401,5516,1490,3276,003700,212385639.924,005900,71785177.1361,,0.0,003700,005900,31545.016234,173333,52786,hub,hub,non_hub,584010.178026,4508780.36793,584805.117401,4509325.01914
+5931,5931,1175,124.0,005900,,40.73049393,-73.9957214,160.0,003800,40.72765889,-73.988195855,463.306724649,8610,5516,5795,3276,003800,67437493.5221,005900,71785177.1361,,0.0,003800,005900,31545.016234,167230,52786,hub,hub,non_hub,585444.239635,4509017.60641,584805.117402,4509325.01914
+5932,5932,467,124.0,005900,,40.73049393,-73.9957214,106.0,003900,40.7201717475,-74.00983051,809.492432527,5253,5516,3059,3276,003900,194910113.03,005900,71785177.1361,,0.0,003900,005900,31545.016234,113624,52786,hub,hub,non_hub,583626.593058,4508165.65565,584805.117401,4509325.01914
+5933,5933,788,62.0,005900,,40.73049393,-73.9957214,66.0,004000,40.73000573,-73.98549552,482.062962629,9801,5516,4546,3276,004000,66858387.5133,005900,71785177.1361,,0.0,004000,005900,31545.016234,99660,52786,hub,hub,non_hub,585669.269443,4509280.75306,584805.117402,4509325.01914
+5934,5934,572,62.0,005900,,40.73049393,-73.9957214,64.0,004100,40.7195529,-73.996789035,660.812201346,7793,5516,3765,3276,004100,71738983.3617,005900,71785177.1361,,0.0,004100,005900,31545.016234,114685,52786,hub,hub,non_hub,584728.836557,4508109.46034,584805.117402,4509325.01914
+5935,5935,1300,31.0,005900,,40.73049393,-73.9957214,35.0,004200,40.73223272,-73.98889957,337.866153846,4988,5516,1801,3276,004200,39941846.3325,005900,71785177.1361,,0.0,004200,005900,31545.016234,50846,52786,hub,hub,non_hub,585378.96492,4509524.64843,584805.117401,4509325.01914
+5936,5936,547,62.0,005900,,40.73049393,-73.9957214,67.0,004300,40.723870235,-73.995226525,495.406372483,4267,5516,2598,3276,004300,65935514.1184,005900,71785177.1361,,0.0,004300,005900,31545.016234,95162,52786,hub,hub,non_hub,584855.320992,4508590.22212,584805.117402,4509325.01914
+5937,5937,955,62.0,005900,,40.73049393,-73.9957214,60.0,004400,40.73080269,-73.97968993,671.617420901,17710,5516,8297,3276,004400,114601147.016,005900,71785177.1361,,0.0,004400,005900,31545.016234,106427,52786,hub,hub,non_hub,586158.498991,4509374.90208,584805.117402,4509325.01914
+5938,5938,233,31.0,005900,,40.73049393,-73.9957214,27.0,004500,40.71910537,-73.99973337,647.854077253,840,5516,582,3276,004500,52009114.8865,005900,71785177.1361,,0.0,004500,005900,31545.016234,34275,52786,hub,hub,non_hub,584480.726971,4508056.94497,584805.117401,4509325.01914
+5939,5939,302,31.0,005900,,40.73049393,-73.9957214,39.0,004700,40.72165481,-74.00234737,534.102649007,2267,5516,1586,3276,004700,75477587.1594,005900,71785177.1361,,0.0,004700,005900,31545.016234,27544,52786,hub,hub,non_hub,584256.734795,4508337.43837,584805.117402,4509325.01914
+5940,5940,360,31.0,005900,,40.73049393,-73.9957214,35.0,004800,40.73624527,-73.98473765,558.383333333,7550,5516,3799,3276,004800,74763044.6965,005900,71785177.1361,,0.0,004800,005900,31545.016234,42567,52786,hub,hub,non_hub,585725.258797,4509974.12516,584805.117402,4509325.01914
+5941,5941,1225,62.0,005900,,40.73049393,-73.9957214,73.0,004900,40.724268615,-74.000521515,441.750149309,4951,5516,3054,3276,004900,103848670.177,005900,71785177.1361,,0.0,004900,005900,31545.016234,80152,52786,hub,hub,non_hub,584407.63728,4508629.34168,584805.117401,4509325.01914
+5942,5942,730,93.0,005900,,40.73049393,-73.9957214,93.0,005000,40.7359163467,-73.9873427633,487.812483128,5061,5516,3595,3276,005000,120638459.215,005900,71785177.1361,,0.0,005000,005900,31545.016234,111023,52786,hub,hub,non_hub,585505.709717,4509935.07175,584805.117402,4509325.01914
+5943,5943,1652,62.0,005900,,40.73049393,-73.9957214,106.0,005200,40.73715585,-73.991241315,396.293290062,4193,5516,1785,3276,005200,109103391.81,005900,71785177.1361,,0.0,005200,005900,31545.016234,159876,52786,hub,hub,non_hub,585174.941657,4510068.87544,584805.117401,4509325.01914
+5944,5944,978,31.0,005900,,40.73049393,-73.9957214,47.0,005400,40.73971301,-73.99456405,445.265848671,4656,5516,2837,3276,005400,128803552.888,005900,71785177.1361,,0.0,005400,005900,31545.016234,73728,52786,hub,hub,non_hub,584891.129718,4510349.51956,584805.117401,4509325.01914
+5945,5945,951,31.0,005900,,40.73049393,-73.9957214,30.0,005501,40.72679454,-73.99695094,286.842271293,5079,5516,2483,3276,005501,61061928.4125,005900,71785177.1361,,0.0,005501,005900,31545.016234,57258,52786,hub,hub,non_hub,584705.980012,4508913.17477,584805.117401,4509325.01914
+5946,5946,233,31.0,005900,,40.73049393,-73.9957214,27.0,005502,40.72743423,-73.99379025,395.686695279,2383,5516,1262,3276,005502,49017118.6146,005900,71785177.1361,,0.0,005502,005900,31545.016234,55117,52786,hub,hub,non_hub,584972.085912,4508987.23863,584805.117401,4509325.01914
+5947,5947,879,62.0,005900,,40.73049393,-73.9957214,95.0,005600,40.74065347,-73.98778661,590.521875969,2618,5516,2190,3276,005600,189153355.609,005900,71785177.1361,,0.0,005600,005900,31545.016234,113209,52786,hub,hub,non_hub,585462.168743,4510460.49357,584805.117401,4509325.01914
+5948,5948,1055,62.0,005900,,40.73049393,-73.9957214,82.0,005700,40.729662915,-73.992405595,375.236145303,2937,5516,1789,3276,005700,90178032.7137,005900,71785177.1361,,0.0,005700,005900,31545.016234,156896,52786,hub,hub,non_hub,585086.179601,4509235.9788,584805.117401,4509325.01914
+5949,5949,1063,62.0,005900,,40.73049393,-73.9957214,87.0,005800,40.743154205,-73.990299735,594.868069307,3182,5516,2306,3276,005800,164037511.755,005900,71785177.1361,,0.0,005800,005900,31545.016234,130970,52786,hub,hub,non_hub,585246.786708,4510735.64918,584805.117401,4509325.01914
+5950,5950,490,62.0,005900,,40.73049393,-73.9957214,63.0,006000,40.734822295,-73.976916765,845.865806848,5286,5516,2459,3276,006000,27468182.8943,005900,71785177.1361,,0.0,006000,005900,31545.016234,80462,52786,hub,hub,non_hub,586387.478737,4509823.83141,584805.117402,4509325.01914
+5951,5951,4953,124.0,005900,,40.73049393,-73.9957214,141.0,006100,40.73385254,-73.992357065,302.095751411,4913,5516,2683,3276,006100,91682014.33,005900,71785177.1361,,0.0,006100,005900,31545.016234,245510,52786,hub,hub,hub,585084.940162,4509701.10308,584805.117402,4509325.01914
+5952,5952,154,31.0,005900,,40.73049393,-73.9957214,30.0,006200,40.7381765,-73.97738662,919.564935065,4680,5516,1401,3276,006200,231817485.533,005900,71785177.1361,,0.0,006200,005900,31545.016234,33218,52786,hub,hub,non_hub,586343.467107,4510195.70961,584805.117401,4509325.01914
+5953,5953,1704,93.0,005900,,40.73049393,-73.9957214,99.0,006300,40.7346940933,-73.99785666,325.405550437,6076,5516,4277,3276,006300,85447631.8451,005900,71785177.1361,,0.0,006300,005900,31545.016234,120233,52786,hub,hub,non_hub,584619.48321,4509789.20591,584805.117401,4509325.01914
+5954,5954,193,31.0,005900,,40.73049393,-73.9957214,39.0,006400,40.73587678,-73.98205027,673.616580311,7518,5516,5058,3276,006400,95664936.1545,005900,71785177.1361,,0.0,006400,005900,31545.016234,47750,52786,hub,hub,non_hub,585952.649806,4509935.84788,584805.117401,4509325.01914
+5955,5955,1452,93.0,005900,,40.73049393,-73.9957214,106.0,006500,40.7306296367,-73.9991423,307.831710174,6517,5516,3568,3276,006500,59290910.3694,005900,71785177.1361,,0.0,006500,005900,31545.016234,125356,52786,hub,hub,non_hub,584516.067395,4509336.78488,584805.117402,4509325.01914
+5956,5956,442,62.0,005900,,40.73049393,-73.9957214,82.0,006600,40.739285505,-73.97827188,820.096412221,11780,5516,6818,3276,006600,84730469.4548,005900,71785177.1361,,0.0,006600,005900,31545.016234,74621,52786,hub,hub,non_hub,586267.286922,4510317.94668,584805.117402,4509325.01914
+5957,5957,582,31.0,005900,,40.73049393,-73.9957214,39.0,006700,40.73038599,-74.00214988,364.809278351,4984,5516,3796,3276,006700,47238039.9972,005900,71785177.1361,,0.0,006700,005900,31545.016234,70025,52786,hub,hub,non_hub,584262.399901,4509306.84766,584805.117401,4509325.01914
+5958,5958,524,31.0,005900,,40.73049393,-73.9957214,39.0,006800,40.74025878,-73.98409214,630.870229008,6735,5516,4494,3276,006800,130298431.446,005900,71785177.1361,,0.0,006800,005900,31545.016234,58926,52786,hub,hub,non_hub,585774.608423,4510420.28363,584805.117402,4509325.01914
+5959,5959,1068,62.0,005900,,40.73049393,-73.9957214,67.0,006900,40.732319905,-74.0069291,526.567384188,2687,5516,1484,3276,006900,61292499.9331,005900,71785177.1361,,0.0,006900,005900,31545.016234,130727,52786,hub,hub,non_hub,583856.38945,4509516.94969,584805.117402,4509325.01914
+5960,5960,705,93.0,005900,,40.73049393,-73.9957214,127.0,007000,40.742516342,-73.9756161337,898.138531091,8302,5516,5669,3276,007000,78634704.8451,005900,71785177.1361,,0.0,007000,005900,31545.016234,145227,52786,hub,hub,non_hub,586487.337102,4510679.20597,584805.117402,4509325.01914
+5961,5961,1012,62.0,005900,,40.73049393,-73.9957214,71.0,007100,40.736526545,-74.000108805,372.188340068,5633,5516,3844,3276,007100,68447429.2743,005900,71785177.1361,,0.0,007100,005900,31545.016234,79459,52786,hub,hub,non_hub,584426.995774,4509990.4524,584805.117402,4509325.01914
+5962,5962,443,93.0,005900,,40.73049393,-73.9957214,126.0,007200,40.7447014833,-73.98154809,826.369893598,7734,5516,5222,3276,007200,132092861.454,005900,71785177.1361,,0.0,007200,005900,31545.016234,157612,52786,hub,hub,non_hub,585983.687715,4510915.94446,584805.117401,4509325.01914
+5963,5963,975,62.0,005900,,40.73049393,-73.9957214,59.0,007300,40.734682705,-74.00388484,471.530964052,5615,5516,4547,3276,007300,48716185.79,005900,71785177.1361,,0.0,007300,005900,31545.016234,92567,52786,hub,hub,non_hub,584110.479319,4509782.14883,584805.117401,4509325.01914
+5964,5964,489,62.0,005900,,40.73049393,-73.9957214,86.0,007400,40.746413585,-73.98586892,653.721128814,4179,5516,2700,3276,007400,170614202.951,005900,71785177.1361,,0.0,007400,005900,31545.016234,81121,52786,hub,hub,non_hub,585616.696258,4511101.7763,584805.117402,4509325.01914
+5965,5965,621,62.0,005900,,40.73049393,-73.9957214,69.0,007600,40.74737476,-73.988320695,747.923048048,2203,5516,1573,3276,007600,242014413.464,005900,71785177.1361,,0.0,007600,005900,31545.016234,97464,52786,hub,hub,non_hub,585408.475283,4511206.08492,584805.117402,4509325.01914
+5966,5966,466,31.0,005900,,40.73049393,-73.9957214,43.0,007700,40.7390169121,-74.0026376103,542.298283262,5404,5516,4254,3276,007700,59306273.1509,005900,71785177.1361,,0.0,007700,005900,31545.016234,79025,52786,hub,hub,non_hub,584210.329106,4510264.47156,584805.117402,4509325.01914
+5967,5967,141,31.0,005900,,40.73049393,-73.9957214,39.0,007800,40.74780373,-73.9734419,1111.46099291,7380,5516,5372,3276,007800,112124597.728,005900,71785177.1361,,0.0,007800,005900,31545.016234,59601,52786,hub,hub,non_hub,586664.043115,4511268.28888,584805.117401,4509325.01914
+5968,5968,845,155.0,005900,,40.73049393,-73.9957214,174.0,007900,40.738916514,-74.007286026,753.924020968,4406,5516,2904,3276,007900,86937368.5918,005900,71785177.1361,,0.0,007900,005900,31545.016234,171846,52786,hub,hub,non_hub,583817.969395,4510248.87788,584805.117401,4509325.01914
+5969,5969,173,62.0,005900,,40.73049393,-73.9957214,71.0,008000,40.7485693,-73.97717991,991.599731183,4946,5516,3730,3276,008000,197763821.532,005900,71785177.1361,,0.0,008000,005900,31545.016234,74808,52786,hub,hub,non_hub,586347.477591,4511349.58844,584805.117402,4509325.01914
+5970,5970,377,31.0,005900,,40.73049393,-73.9957214,39.0,008100,40.73935542,-73.99931783,494.551724138,8675,5516,5315,3276,008100,91100400.6907,005900,71785177.1361,,0.0,008100,005900,31545.016234,53195,52786,hub,hub,non_hub,584490.204148,4510305.23824,584805.117402,4509325.01914
+5971,5971,701,93.0,005900,,40.73049393,-73.9957214,175.0,008200,40.751955953,-73.9793657561,925.528466146,3442,5516,2534,3276,008200,262405408.076,005900,71785177.1361,,0.0,008200,005900,31545.016234,228612,52786,hub,hub,non_hub,586158.57147,4511723.38345,584805.117402,4509325.01914
+5972,5972,625,124.0,005900,,40.73049393,-73.9957214,119.0,008300,40.742591315,-74.004102785,732.158779375,4211,5516,2321,3276,008300,119862327.354,005900,71785177.1361,,0.0,008300,005900,31545.016234,186113,52786,hub,hub,non_hub,584082.11654,4510659.85081,584805.117401,4509325.01914
+5973,5973,210,31.0,005900,,40.73049393,-73.9957214,38.0,008400,40.75038009,-73.98338988,795.942857143,1726,5516,1041,3276,008400,147824461.739,005900,71785177.1361,,0.0,008400,005900,31545.016234,34199,52786,hub,hub,non_hub,585820.889203,4511544.50828,584805.117401,4509325.01914
+5974,5974,37,31.0,005900,,40.73049393,-73.9957214,43.0,008601,40.744219,-73.97121214,1209.78378378,2551,5516,1528,3276,008601,31141773.9073,005900,71785177.1361,,0.0,008601,005900,31545.016234,31961,52786,hub,hub,non_hub,586856.951039,4510872.56191,584805.117401,4509325.01914
+5975,5975,1035,62.0,005900,,40.73049393,-73.9957214,78.0,008700,40.74206378,-73.995708955,565.913995401,6671,5516,4249,3276,008700,85660216.7821,005900,71785177.1361,,0.0,008700,005900,31545.016234,152953,52786,hub,hub,non_hub,584791.475936,4510609.36503,584805.117402,4509325.01914
+5976,5976,74,62.0,005900,,40.73049393,-73.9957214,78.0,008800,40.75012189,-73.970133575,1284.74926471,6964,5516,5507,3276,008800,216532475.876,005900,71785177.1361,,0.0,008800,005900,31545.016234,43247,52786,hub,hub,non_hub,586940.323322,4511528.89362,584805.117401,4509325.01914
+5977,5977,562,93.0,005900,,40.73049393,-73.9957214,120.0,008900,40.74529008,-74.0021768567,808.255237341,5560,5516,3511,3276,008900,54419260.2723,005900,71785177.1361,,0.0,008900,005900,31545.016234,158638,52786,hub,hub,non_hub,584241.316685,4510961.27944,584805.117401,4509325.01914
+5978,5978,244,93.0,005900,,40.73049393,-73.9957214,110.0,009000,40.75261798,-73.9703317533,1280.04248376,7026,5516,5832,3276,009000,208846060.851,005900,71785177.1361,,0.0,009000,005900,31545.016234,74531,52786,hub,hub,non_hub,586920.342162,4511805.78171,584805.117401,4509325.01914
+5979,5979,262,31.0,005900,,40.73049393,-73.9957214,39.0,009100,40.74487634,-73.99529885,729.675572519,6415,5516,4386,3276,009100,127325659.041,005900,71785177.1361,,0.0,009100,005900,31545.016234,63878,52786,hub,hub,non_hub,584822.527687,4510921.97538,584805.117402,4509325.01914
+5980,5980,94,62.0,005900,,40.73049393,-73.9957214,110.0,009200,40.7548518863,-73.9734329075,1130.29427083,1754,5516,1461,3276,009200,408192557.246,005900,71785177.1361,,0.0,009200,005900,31545.016234,72226,52786,hub,hub,non_hub,586655.650548,4512050.69496,584805.117401,4509325.01914
+5981,5981,142,31.0,005900,,40.73049393,-73.9957214,39.0,009300,40.74475148,-73.99915362,838.288732394,9705,5516,5585,3276,009300,68528055.2433,005900,71785177.1361,,0.0,009300,005900,31545.016234,52202,52786,hub,hub,non_hub,584497.239363,4510904.39701,584805.117401,4509325.01914
+5982,5982,173,31.0,005900,,40.73049393,-73.9957214,31.0,009400,40.75320159,-73.9779874,916.722543353,29,5516,16,3276,009400,299218147.811,005900,71785177.1361,,0.0,009400,005900,31545.016234,82147,52786,hub,hub,non_hub,586273.319314,4511863.01244,584805.117401,4509325.01914
+5983,5983,206,31.0,005900,,40.73049393,-73.9957214,51.0,009500,40.746647,-73.993915,760.548543689,3425,5516,1416,3276,009500,129660033.725,005900,71785177.1361,,0.0,009500,005900,31545.016234,57488,52786,hub,hub,non_hub,584937.108907,4511119.86954,584805.117401,4509325.01914
+5984,5984,207,93.0,005900,,40.73049393,-73.9957214,140.0,009600,40.7560611739,-73.9803830107,1005.65574195,153,5516,268,3276,009600,270304841.585,005900,71785177.1361,,0.0,009600,005900,31545.016234,71527,52786,hub,hub,non_hub,586067.402183,4512178.09504,584805.117402,4509325.01914
+5985,5985,319,93.0,005900,,40.73049393,-73.9957214,99.0,009700,40.7493616033,-73.9991321067,943.820577553,4744,5516,2827,3276,009700,83018263.1602,005900,71785177.1361,,0.0,009700,005900,31545.016234,118804,52786,hub,hub,non_hub,584493.220017,4511416.17434,584805.117402,4509325.01914
+5986,5986,39,62.0,005900,,40.73049393,-73.9957214,70.0,009800,40.755285655,-73.96667288,1430.53968254,7105,5516,5244,3276,009800,115943808.909,005900,71785177.1361,,0.0,009800,005900,31545.016234,40039,52786,hub,hub,non_hub,587225.727282,4512105.54383,584805.117401,4509325.01914
+5987,5987,552,155.0,005900,,40.73049393,-73.9957214,185.0,009900,40.7520807866,-74.0031899092,1017.39221103,3617,5516,2438,3276,009900,404439511.776,005900,71785177.1361,,0.0,009900,005900,31545.016234,208076,52786,hub,hub,non_hub,584147.226991,4511714.12465,584805.117402,4509325.01914
+5988,5988,96,93.0,005900,,40.73049393,-73.9957214,121.0,010000,40.7583696933,-73.9710287767,1299.20218276,1829,5516,1399,3276,010000,366457143.613,005900,71785177.1361,,0.0,010000,005900,31545.016234,72085,52786,hub,hub,non_hub,586854.014885,4512443.57459,584805.117401,4509325.01914
+5989,5989,567,93.0,005900,,40.73049393,-73.9957214,127.0,010100,40.74945622,-73.9903382667,823.878135424,1119,5516,828,3276,010100,246168211.101,005900,71785177.1361,,0.0,010100,005900,31545.016234,183377,52786,hub,hub,non_hub,585235.486219,4511435.18064,584805.117401,4509325.01914
+5990,5990,53,62.0,005900,,40.73049393,-73.9957214,81.0,010200,40.7606694,-73.973473555,1246.10785714,313,5516,268,3276,010200,333450202.294,005900,71785177.1361,,0.0,010200,005900,31545.016234,46675,52786,hub,hub,non_hub,586644.664817,4512696.44233,584805.117401,4509325.01914
+5991,5991,625,62.0,005900,,40.73049393,-73.9957214,98.0,010300,40.751000495,-73.994372255,968.846977502,1859,5516,1351,3276,010300,141506056.87,005900,71785177.1361,,0.0,010300,005900,31545.016234,221593,52786,hub,hub,non_hub,584892.968074,4511602.69644,584805.117402,4509325.01914
+5992,5992,123,62.0,005900,,40.73049393,-73.9957214,75.0,010400,40.761664375,-73.976854975,1281.14872068,1031,5516,1033,3276,010400,363981333.295,005900,71785177.1361,,0.0,010400,005900,31545.016234,65073,52786,hub,hub,non_hub,586357.961325,4512803.55852,584805.117401,4509325.01914
+5993,5993,70,31.0,005900,,40.73049393,-73.9957214,33.0,010602,40.75849116,-73.95920622,1513.24285714,4794,5516,2963,3276,010602,67980898.3739,005900,71785177.1361,,0.0,010602,005900,31545.016234,22153,52786,hub,hub,non_hub,587851.796682,4512468.82754,584805.117402,4509325.01914
+5994,5994,79,93.0,005900,,40.73049393,-73.9957214,117.0,010800,40.7591736033,-73.96613818,1481.5456503,8531,5516,6272,3276,010800,189351523.799,005900,71785177.1361,,0.0,010800,005900,31545.016234,79198,52786,hub,hub,non_hub,587265.778542,4512537.66689,584805.117401,4509325.01914
+5995,5995,384,62.0,005900,,40.73049393,-73.9957214,114.0,010900,40.751351715,-73.987594755,768.675729188,182,5516,92,3276,010900,228173063.011,005900,71785177.1361,,0.0,010900,005900,31545.016234,60092,52786,hub,hub,non_hub,585464.669441,4511648.26242,584805.117401,4509325.01914
+5996,5996,80,31.0,005900,,40.73049393,-73.9957214,59.0,011201,40.7643971,-73.97371465,1324.8375,827,5516,964,3276,011201,118515444.187,005900,71785177.1361,,0.0,011201,005900,31545.016234,41525,52786,hub,hub,non_hub,586619.474659,4513110.00718,584805.117402,4509325.01914
+5997,5997,101,31.0,005900,,40.73049393,-73.9957214,33.0,011203,40.76095756,-73.96724467,1586.74257426,1176,5516,1160,3276,011203,143782379.009,005900,71785177.1361,,0.0,011203,005900,31545.016234,48033,52786,hub,hub,non_hub,587170.050102,4512734.59972,584805.117402,4509325.01914
+5998,5998,875,124.0,005900,,40.73049393,-73.9957214,198.0,011300,40.7548008425,-73.9888010575,1013.10107888,204,5516,107,3276,011300,357940519.061,005900,71785177.1361,,0.0,011300,005900,31545.016234,236650,52786,hub,hub,non_hub,585358.423228,4512029.96675,584805.117401,4509325.01914
+5999,5999,147,62.0,005900,,40.73049393,-73.9957214,82.0,011500,40.75701407,-73.992353645,1266.77798106,2487,5516,1678,3276,011500,130958459.747,005900,71785177.1361,,0.0,011500,005900,31545.016234,103294,52786,hub,hub,non_hub,585055.712647,4512272.20178,584805.117402,4509325.01914
+6000,6000,142,62.0,005900,,40.73049393,-73.9957214,84.0,011700,40.76058799,-74.00080945,1413.78531244,2938,5516,2304,3276,011700,91270705.1484,005900,71785177.1361,,0.0,011700,005900,31545.016234,73016,52786,hub,hub,non_hub,584337.427395,4512660.77158,584805.117402,4509325.01914
+6001,6001,48,31.0,005900,,40.73049393,-73.9957214,34.0,011900,40.7568001,-73.98291153,1289.8125,1079,5516,1121,3276,011900,395254501.74,005900,71785177.1361,,0.0,011900,005900,31545.016234,39976,52786,hub,hub,non_hub,585853.012005,4512257.64444,584805.117401,4509325.01914
+6002,6002,182,93.0,005900,,40.73049393,-73.9957214,109.0,012100,40.7598593767,-73.9914900133,1359.21603521,8366,5516,5744,3276,012100,101223732.045,005900,71785177.1361,,0.0,012100,005900,31545.016234,132767,52786,hub,hub,non_hub,585124.983126,4512588.88932,584805.117401,4509325.01914
+6003,6003,47,31.0,005900,,40.73049393,-73.9957214,51.0,012500,40.76064679,-73.98442659,1417.70212766,2439,5516,2096,3276,012500,322911522.418,005900,71785177.1361,,0.0,012500,005900,31545.016234,45486,52786,hub,hub,non_hub,585720.180916,4512683.17447,584805.117401,4509325.01914
+6004,6004,124,62.0,005900,,40.73049393,-73.9957214,84.0,012700,40.762485435,-73.990447135,1108.47635698,6437,5516,4434,3276,012700,104637996.687,005900,71785177.1361,,0.0,012700,005900,31545.016234,83393,52786,hub,hub,non_hub,585209.656415,4512881.41361,584805.117402,4509325.01914
+6005,6005,37,31.0,005900,,40.73049393,-73.9957214,24.0,012900,40.76341379,-73.99667444,1576.78378378,5312,5516,3621,3276,012900,158698340.053,005900,71785177.1361,,0.0,012900,005900,31545.016234,28661,52786,hub,hub,non_hub,584682.864463,4512978.43901,584805.117401,4509325.01914
+6006,6006,144,93.0,005900,,40.73049393,-73.9957214,160.0,013100,40.7621295133,-73.98215453,1246.40292398,2489,5516,2283,3276,013100,405023451.28,005900,71785177.1361,,0.0,013100,005900,31545.016234,107228,52786,hub,hub,non_hub,585910.04945,4512849.98999,584805.117401,4509325.01914
+6007,6007,199,93.0,005900,,40.73049393,-73.9957214,101.0,013300,40.7647250567,-73.9866537633,1354.69669366,5363,5516,3909,3276,013300,79847412.2593,005900,71785177.1361,,0.0,013300,005900,31545.016234,89810,52786,hub,hub,non_hub,585526.963405,4513133.71926,584805.117401,4509325.01914
+6008,6008,125,62.0,005900,,40.73049393,-73.9957214,65.0,013500,40.766984435,-73.99227308,1397.47711916,6075,5516,3935,3276,013500,198199142.958,005900,71785177.1361,,0.0,013500,005900,31545.016234,64723,52786,hub,hub,non_hub,585049.80204,4513379.06475,584805.117402,4509325.01914
+6009,6009,156,62.0,005900,,40.73049393,-73.9957214,98.0,013700,40.766109285,-73.981808355,1523.14142929,6557,5516,5442,3276,013700,314878324.419,005900,71785177.1361,,0.0,013700,005900,31545.016234,91142,52786,hub,hub,non_hub,585934.141665,4513292.1137,584805.117402,4509325.01914
+6010,6010,27,31.0,005900,,40.73049393,-73.9957214,27.0,013900,40.768254,-73.988639,1476.74074074,7607,5516,7359,3276,013900,139918084.587,005900,71785177.1361,,0.0,013900,005900,31545.016234,26390,52786,hub,hub,non_hub,585354.890073,4513523.52534,584805.117401,4509325.01914
+6011,6011,55,31.0,005900,,40.73049393,-73.9957214,49.0,014300,40.76590936,-73.97634151,1402.96363636,3,5516,0,3276,014300,50027992.3322,005900,71785177.1361,,0.0,014300,005900,31545.016234,21051,52786,hub,hub,non_hub,586395.803012,4513275.28949,584805.117401,4509325.01914
+6012,6012,123,31.0,005900,,40.73049393,-73.9957214,36.0,014500,40.76915505,-73.98191841,1734.2195122,5811,5516,3462,3276,014500,253397343.373,005900,71785177.1361,,0.0,014500,005900,31545.016234,68350,52786,hub,hub,non_hub,585920.929601,4513630.10902,584805.117402,4509325.01914
+6013,6013,62,31.0,005900,,40.73049393,-73.9957214,55.0,014700,40.770513,-73.988038,1523.24193548,2586,5516,1743,3276,014700,70871746.8417,005900,71785177.1361,,0.0,014700,005900,31545.016234,35099,52786,hub,hub,non_hub,585402.720353,4513774.87644,584805.117401,4509325.01914
+6014,6014,22,31.0,005900,,40.73049393,-73.9957214,36.0,015100,40.771522,-73.990541,1808.18181818,8105,5516,4856,3276,015100,164953931.102,005900,71785177.1361,,0.0,015100,005900,31545.016234,17578,52786,hub,hub,non_hub,585190.192062,4513884.4495,584805.117401,4509325.01914
+6015,6015,416,62.0,005900,,40.73049393,-73.9957214,70.0,031703,40.71644312,-74.014902115,1058.53787037,8670,5516,4231,3276,031703,332361109.355,005900,71785177.1361,,0.0,031703,005900,31545.016234,136082,52786,hub,hub,non_hub,583202.897614,4507746.93647,584805.117401,4509325.01914
+6016,6016,352,93.0,005900,,40.73049393,-73.9957214,98.0,031704,40.7085171733,-74.0165557667,1244.76019303,6610,5516,3790,3276,031704,160823714.408,005900,71785177.1361,,0.0,031704,005900,31545.016234,105244,52786,hub,hub,non_hub,583073.076824,4506865.54027,584805.117401,4509325.01914
+6017,6017,74,93.0,005900,,40.73049393,-73.9957214,85.0,000600,40.7128987867,-73.9898646367,933.047779862,11558,5516,4083,3276,000600,59149181.7526,005900,71785177.1361,,0.0,000600,005900,31545.016234,70053,52786,hub,hub,non_hub,585322.159723,4507377.5136,584805.117401,4509325.01914
+6018,6018,544,189.0,006000,,40.734822295,-73.976916765,108.0,000202,40.71318002,-73.9818904933,1024.76406231,8012,5286,3598,2459,000202,37878157.9781,006000,27468182.8943,,0.0,000202,006000,25154.3589145,56352,80446,hub,hub,non_hub,585995.353038,4507416.50937,586387.478737,4509823.83141
+6019,6019,2682,441.0,006000,,40.734822295,-73.976916765,516.0,000700,40.70581148,-74.0081572071,1452.45333721,7722,5286,5201,2459,000700,476954959.734,006000,27468182.8943,,0.0,000700,006000,25154.3589145,160040,80446,hub,hub,non_hub,583785.918305,4506573.16797,586387.478737,4509823.83141
+6020,6020,197,126.0,006000,,40.734822295,-73.976916765,94.0,000800,40.712414475,-73.993471545,1151.08548282,10365,5286,4150,2459,000800,46479755.076,006000,27468182.8943,,0.0,000800,006000,25154.3589145,34254,80446,hub,hub,non_hub,585018.109713,4507320.25418,586387.478737,4509823.83141
+6021,6021,846,189.0,006000,,40.734822295,-73.976916765,194.0,000900,40.7024745833,-74.01224785,1550.53741915,1140,5286,939,2459,000900,404341803.896,006000,27468182.8943,,0.0,000900,006000,25154.3589145,46446,80446,hub,hub,non_hub,583444.520998,4506198.85784,586387.478737,4509823.83141
+6022,6022,193,63.0,006000,,40.734822295,-73.976916765,38.0,001002,40.71782143,-73.97628939,916.758356709,6439,5286,2346,2459,001002,22763374.2099,006000,27468182.8943,,0.0,001002,006000,25154.3589145,15916,80446,hub,hub,non_hub,586462.45635,4507937.23607,586387.478737,4509823.83141
+6023,6023,196,126.0,006000,,40.734822295,-73.976916765,92.0,001200,40.717364275,-73.982955325,880.9477784,3547,5286,1857,2459,001200,23518220.7411,006000,27468182.8943,,0.0,001200,006000,25154.3589145,36493,80446,hub,hub,non_hub,585900.031125,4507879.94738,586387.478737,4509823.83141
+6024,6024,159,63.0,006000,,40.734822295,-73.976916765,72.0,001300,40.70463334,-74.01361706,1815.56035354,3776,5286,3028,2459,001300,286606455.687,006000,27468182.8943,,0.0,001300,006000,25154.3589145,27671,80446,hub,hub,non_hub,583326.158808,4506437.19368,586387.478737,4509823.83141
+6025,6025,121,63.0,006000,,40.734822295,-73.976916765,56.0,001401,40.71559509,-73.9870295,933.083655084,3289,5286,1708,2459,001401,20168722.3199,006000,27468182.8943,,0.0,001401,006000,25154.3589145,26885,80446,hub,hub,non_hub,585558.18429,4507679.57909,586387.478737,4509823.83141
+6026,6026,379,126.0,006000,,40.734822295,-73.976916765,134.0,001501,40.70966832,-74.003597135,1479.48522395,5581,5286,3450,2459,001501,172466366.322,006000,27468182.8943,,0.0,001501,006000,25154.3589145,27425,80446,hub,hub,non_hub,584166.279828,4507005.66129,586387.478737,4509823.83141
+6027,6027,761,189.0,006000,,40.734822295,-73.976916765,246.0,001502,40.7088053467,-74.00635276,1486.04792862,7095,5286,3459,2459,001502,221282059.103,006000,27468182.8943,,0.0,001502,006000,25154.3589145,82052,80446,hub,hub,non_hub,583934.59195,4506907.22889,586387.478737,4509823.83141
+6028,6028,414,189.0,006000,,40.734822295,-73.976916765,214.0,001600,40.7153350167,-73.9943926833,1085.9793705,8236,5286,3242,2459,001600,76565505.7581,006000,27468182.8943,,0.0,001600,006000,25154.3589145,82798,80446,hub,hub,non_hub,584936.591099,4507643.5622,586387.478737,4509823.83141
+6029,6029,721,252.0,006000,,40.734822295,-73.976916765,308.0,001800,40.7193657075,-73.9906468425,886.726538676,8063,5286,3489,2459,001800,60554858.5127,006000,27468182.8943,,0.0,001800,006000,25154.3589145,133306,80446,hub,hub,non_hub,585247.838585,4508094.62497,586387.478737,4509823.83141
+6030,6030,478,126.0,006000,,40.734822295,-73.976916765,92.0,002000,40.721554605,-73.977309405,669.395489656,4795,5286,1899,2459,002000,17907673.5628,006000,27468182.8943,,0.0,002000,006000,25154.3589145,31656,80446,hub,hub,non_hub,586371.478696,4508350.63994,586387.478737,4509823.83141
+6031,6031,391,252.0,006000,,40.734822295,-73.976916765,204.0,002100,40.71451321,-74.0108850975,1579.92011622,6111,5286,3038,2459,002100,273869828.705,006000,27468182.8943,,0.0,002100,006000,25154.3589145,151037,80446,hub,hub,non_hub,583544.598931,4507536.51732,586387.478737,4509823.83141
+6032,6032,187,126.0,006000,,40.734822295,-73.976916765,88.0,002201,40.71833027,-73.980972895,739.226704545,6762,5286,3030,2459,002201,37585954.9949,006000,27468182.8943,,0.0,002201,006000,25154.3589145,26391,80446,hub,hub,non_hub,586066.226443,4507989.12022,586387.478737,4509823.83141
+6033,6033,264,63.0,006000,,40.734822295,-73.976916765,62.0,002202,40.7208736,-73.98085795,627.831017949,2256,5286,1045,2459,002202,13179093.8977,006000,27468182.8943,,0.0,002202,006000,25154.3589145,23935,80446,hub,hub,non_hub,586072.658368,4508271.55961,586387.478737,4509823.83141
+6034,6034,124,126.0,006000,,40.734822295,-73.976916765,96.0,002400,40.724744875,-73.974986535,682.968542327,5775,5286,2175,2459,002400,17986635.5592,006000,27468182.8943,,0.0,002400,006000,25154.3589145,17965,80446,hub,hub,non_hub,586563.526382,4508707.06897,586387.478737,4509823.83141
+6035,6035,223,126.0,006000,,40.734822295,-73.976916765,124.0,002500,40.7111743,-73.99849582,1353.00381047,5061,5286,1917,2459,002500,22428407.6271,006000,27468182.8943,,0.0,002500,006000,25154.3589145,28216,80446,hub,hub,non_hub,584595.28909,4507177.73549,586387.478737,4509823.83141
+6036,6036,272,63.0,006000,,40.734822295,-73.976916765,62.0,002601,40.72299208,-73.97995466,595.942823843,3774,5286,1593,2459,002601,22248722.3098,006000,27468182.8943,,0.0,002601,006000,25154.3589145,22144,80446,hub,hub,non_hub,586146.216204,4508507.61099,586387.478737,4509823.83141
+6037,6037,96,63.0,006000,,40.734822295,-73.976916765,54.0,002700,40.71307916,-73.99851193,1336.04545455,1191,5286,655,2459,002700,11349914.9514,006000,27468182.8943,,0.0,002700,006000,25154.3589145,20570,80446,hub,hub,non_hub,584591.517275,4507389.17181,586387.478737,4509823.83141
+6038,6038,534,63.0,006000,,40.734822295,-73.976916765,64.0,002800,40.72521311,-73.97768752,481.847721963,7302,5286,3341,2459,002800,47641507.3146,006000,27468182.8943,,0.0,002800,006000,25154.3589145,36744,80446,hub,hub,non_hub,586334.816403,4508756.38709,586387.478737,4509823.83141
+6039,6039,123,63.0,006000,,40.734822295,-73.976916765,86.0,002900,40.71602118,-73.99974372,1246.09814241,5855,5286,2420,2459,002900,200965547.24,006000,27468182.8943,,0.0,002900,006000,25154.3589145,31936,80446,hub,hub,non_hub,584483.752153,4507714.56961,586387.478737,4509823.83141
+6040,6040,266,63.0,006000,,40.734822295,-73.976916765,70.0,003001,40.72066442,-73.98517977,719.749233912,4301,5286,2553,2459,003001,34302720.7166,006000,27468182.8943,,0.0,003001,006000,25154.3589145,41223,80446,hub,hub,non_hub,585707.91731,4508244.11218,586387.478737,4509823.83141
+6041,6041,192,63.0,006000,,40.734822295,-73.976916765,74.0,003002,40.72217444,-73.98368779,759.16015625,3031,5286,1885,2459,003002,18686109.2263,006000,27468182.8943,,0.0,003002,006000,25154.3589145,38675,80446,hub,hub,non_hub,585831.986427,4508413.19181,586387.478737,4509823.83141
+6042,6042,470,189.0,006000,,40.734822295,-73.976916765,242.0,003100,40.7140617467,-74.0041933367,1261.47086666,2809,5286,858,2459,003100,145687012.574,006000,27468182.8943,,0.0,003100,006000,25154.3589145,81469,80446,hub,hub,non_hub,584110.388584,4507492.78891,586387.478737,4509823.83141
+6043,6043,1176,189.0,006000,,40.734822295,-73.976916765,200.0,003200,40.7260543867,-73.9823576167,545.221381578,7630,5286,4888,2459,003200,46369492.482,006000,27468182.8943,,0.0,003200,006000,25154.3589145,138064,80446,hub,hub,non_hub,585939.335766,4508845.19329,586387.478737,4509823.83141
+6044,6044,301,315.0,006000,,40.734822295,-73.976916765,346.0,003300,40.7188199598,-74.006338427,1281.79688341,5174,5286,2694,2459,003300,215459582.054,006000,27468182.8943,,0.0,003300,006000,25154.3589145,115059,80446,hub,hub,non_hub,583923.225696,4508018.92959,586387.478737,4509823.83141
+6045,6045,391,63.0,006000,,40.734822295,-73.976916765,78.0,003400,40.72955361,-73.98057249,464.303761554,6706,5286,4203,2459,003400,42933229.7541,006000,27468182.8943,,0.0,003400,006000,25154.3589145,47926,80446,hub,hub,non_hub,586085.581298,4509235.37985,586387.478737,4509823.83141
+6046,6046,576,126.0,006000,,40.734822295,-73.976916765,132.0,003601,40.72217423,-73.990293175,761.960114541,3299,5286,1613,2459,003601,29191583.8104,006000,27468182.8943,,0.0,003601,006000,25154.3589145,77585,80446,hub,hub,non_hub,585274.124459,4508406.73315,586387.478737,4509823.83141
+6047,6047,942,126.0,006000,,40.734822295,-73.976916765,124.0,003602,40.724852985,-73.989265345,597.522187859,2918,5286,1586,2459,003602,24941258.1161,006000,27468182.8943,,0.0,003602,006000,25154.3589145,82124,80446,hub,hub,non_hub,585357.507872,4508705.09166,586387.478737,4509823.83141
+6048,6048,540,252.0,006000,,40.734822295,-73.976916765,296.0,003700,40.7256696075,-74.0052069325,1132.24206267,2401,5286,1490,2459,003700,212385639.924,006000,27468182.8943,,0.0,003700,006000,25154.3589145,173333,80446,hub,hub,non_hub,584010.178026,4508780.36793,586387.478737,4509823.83141
+6049,6049,1883,252.0,006000,,40.734822295,-73.976916765,320.0,003800,40.72765889,-73.988195855,557.249893402,8610,5286,5795,2459,003800,67437493.5221,006000,27468182.8943,,0.0,003800,006000,25154.3589145,167230,80446,hub,hub,non_hub,585444.239635,4509017.60641,586387.478737,4509823.83141
+6050,6050,152,252.0,006000,,40.734822295,-73.976916765,212.0,003900,40.7201717475,-74.00983051,1372.2000612,5253,5286,3059,2459,003900,194910113.03,006000,27468182.8943,,0.0,003900,006000,25154.3589145,113624,80446,hub,hub,non_hub,583626.593058,4508165.65565,586387.478737,4509823.83141
+6051,6051,1340,126.0,006000,,40.734822295,-73.976916765,132.0,004000,40.73000573,-73.98549552,477.058603739,9801,5286,4546,2459,004000,66858387.5133,006000,27468182.8943,,0.0,004000,006000,25154.3589145,99660,80446,hub,hub,non_hub,585669.269443,4509280.75306,586387.478737,4509823.83141
+6052,6052,739,126.0,006000,,40.734822295,-73.976916765,128.0,004100,40.7195529,-73.996789035,985.127236156,7793,5286,3765,2459,004100,71738983.3617,006000,27468182.8943,,0.0,004100,006000,25154.3589145,114685,80446,hub,hub,non_hub,584728.836557,4508109.46034,586387.478737,4509823.83141
+6053,6053,560,63.0,006000,,40.734822295,-73.976916765,70.0,004200,40.73223272,-73.98889957,541.958030841,4988,5286,1801,2459,004200,39941846.3325,006000,27468182.8943,,0.0,004200,006000,25154.3589145,50846,80446,hub,hub,non_hub,585378.96492,4509524.64843,586387.478737,4509823.83141
+6054,6054,433,126.0,006000,,40.734822295,-73.976916765,134.0,004300,40.723870235,-73.995226525,829.6189463,4267,5286,2598,2459,004300,65935514.1184,006000,27468182.8943,,0.0,004300,006000,25154.3589145,95162,80446,hub,hub,non_hub,584855.320992,4508590.22212,586387.478737,4509823.83141
+6055,6055,4247,126.0,006000,,40.734822295,-73.976916765,120.0,004400,40.73080269,-73.97968993,424.81344802,17710,5286,8297,2459,004400,114601147.016,006000,27468182.8943,,0.0,004400,006000,25154.3589145,106427,80446,hub,hub,hub,586158.498991,4509374.90208,586387.478737,4509823.83141
+6056,6056,140,63.0,006000,,40.734822295,-73.976916765,54.0,004500,40.71910537,-73.99973337,1041.2432018,840,5286,582,2459,004500,52009114.8865,006000,27468182.8943,,0.0,004500,006000,25154.3589145,34275,80446,hub,hub,non_hub,584480.726971,4508056.94497,586387.478737,4509823.83141
+6057,6057,46,63.0,006000,,40.734822295,-73.976916765,78.0,004700,40.72165481,-74.00234737,1214.06237817,2267,5286,1586,2459,004700,75477587.1594,006000,27468182.8943,,0.0,004700,006000,25154.3589145,27544,80446,hub,hub,non_hub,584256.734795,4508337.43837,586387.478737,4509823.83141
+6058,6058,722,63.0,006000,,40.734822295,-73.976916765,70.0,004800,40.73624527,-73.98473765,408.700894934,7550,5286,3799,2459,004800,74763044.6965,006000,27468182.8943,,0.0,004800,006000,25154.3589145,42567,80446,hub,hub,non_hub,585725.258797,4509974.12516,586387.478737,4509823.83141
+6059,6059,282,126.0,006000,,40.734822295,-73.976916765,146.0,004900,40.724268615,-74.000521515,1001.04687868,4951,5286,3054,2459,004900,103848670.177,006000,27468182.8943,,0.0,004900,006000,25154.3589145,80152,80446,hub,hub,non_hub,584407.63728,4508629.34168,586387.478737,4509823.83141
+6060,6060,3487,189.0,006000,,40.734822295,-73.976916765,186.0,005000,40.7359163467,-73.9873427633,424.546132456,5061,5286,3595,2459,005000,120638459.215,006000,27468182.8943,,0.0,005000,006000,25154.3589145,111023,80446,hub,hub,hub,585505.709717,4509935.07175,586387.478737,4509823.83141
+6061,6061,2056,126.0,006000,,40.734822295,-73.976916765,212.0,005200,40.73715585,-73.991241315,600.576876996,4193,5286,1785,2459,005200,109103391.81,006000,27468182.8943,,0.0,005200,006000,25154.3589145,159876,80446,hub,hub,non_hub,585174.941657,4510068.87544,586387.478737,4509823.83141
+6062,6062,692,63.0,006000,,40.734822295,-73.976916765,94.0,005400,40.73971301,-73.99456405,654.55090235,4656,5286,2837,2459,005400,128803552.888,006000,27468182.8943,,0.0,005400,006000,25154.3589145,73728,80446,hub,hub,non_hub,584891.129718,4510349.51956,586387.478737,4509823.83141
+6063,6063,228,63.0,006000,,40.734822295,-73.976916765,60.0,005501,40.72679454,-73.99695094,905.641847042,5079,5286,2483,2459,005501,61061928.4125,006000,27468182.8943,,0.0,005501,006000,25154.3589145,57258,80446,hub,hub,non_hub,584705.980012,4508913.17477,586387.478737,4509823.83141
+6064,6064,502,63.0,006000,,40.734822295,-73.976916765,54.0,005502,40.72743423,-73.99379025,726.687092523,2383,5286,1262,2459,005502,49017118.6146,006000,27468182.8943,,0.0,005502,006000,25154.3589145,55117,80446,hub,hub,non_hub,584972.085912,4508987.23863,586387.478737,4509823.83141
+6065,6065,3429,126.0,006000,,40.734822295,-73.976916765,190.0,005600,40.74065347,-73.98778661,446.596231328,2618,5286,2190,2459,005600,189153355.609,006000,27468182.8943,,0.0,005600,006000,25154.3589145,113209,80446,hub,hub,hub,585462.168743,4510460.49357,586387.478737,4509823.83141
+6066,6066,1492,126.0,006000,,40.734822295,-73.976916765,164.0,005700,40.729662915,-73.992405595,668.048284061,2937,5286,1789,2459,005700,90178032.7137,006000,27468182.8943,,0.0,005700,006000,25154.3589145,156896,80446,hub,hub,non_hub,585086.179601,4509235.9788,586387.478737,4509823.83141
+6067,6067,1768,126.0,006000,,40.734822295,-73.976916765,174.0,005800,40.743154205,-73.990299735,591.2711473,3182,5286,2306,2459,005800,164037511.755,006000,27468182.8943,,0.0,005800,006000,25154.3589145,130970,80446,hub,hub,non_hub,585246.786708,4510735.64918,586387.478737,4509823.83141
+6068,6068,405,63.0,006000,,40.734822295,-73.976916765,62.0,005900,40.73049393,-73.9957214,780.552941176,5516,5286,3276,2459,005900,71785177.1361,006000,27468182.8943,,0.0,005900,006000,25154.3589145,53180,80446,hub,hub,non_hub,584805.117401,4509325.01914,586387.478737,4509823.83141
+6069,6069,2100,252.0,006000,,40.734822295,-73.976916765,282.0,006100,40.73385254,-73.992357065,685.179872892,4913,5286,2683,2459,006100,91682014.33,006000,27468182.8943,,0.0,006100,006000,25154.3589145,245510,80446,hub,hub,non_hub,585084.940162,4509701.10308,586387.478737,4509823.83141
+6070,6070,369,63.0,006000,,40.734822295,-73.976916765,60.0,006200,40.7381765,-73.97738662,831.835283078,4680,5286,1401,2459,006200,231817485.533,006000,27468182.8943,,0.0,006200,006000,25154.3589145,33218,80446,hub,hub,non_hub,586343.467107,4510195.70961,586387.478737,4509823.83141
+6071,6071,668,189.0,006000,,40.734822295,-73.976916765,198.0,006300,40.7346940933,-73.99785666,858.545449855,6076,5286,4277,2459,006300,85447631.8451,006000,27468182.8943,,0.0,006300,006000,25154.3589145,120233,80446,hub,hub,non_hub,584619.48321,4509789.20591,586387.478737,4509823.83141
+6072,6072,1112,63.0,006000,,40.734822295,-73.976916765,78.0,006400,40.73587678,-73.98205027,444.285951607,7518,5286,5058,2459,006400,95664936.1545,006000,27468182.8943,,0.0,006400,006000,25154.3589145,47750,80446,hub,hub,non_hub,585952.649806,4509935.84788,586387.478737,4509823.83141
+6073,6073,594,189.0,006000,,40.734822295,-73.976916765,212.0,006500,40.7306296367,-73.9991423,927.240749315,6517,5286,3568,2459,006500,59290910.3694,006000,27468182.8943,,0.0,006500,006000,25154.3589145,125356,80446,hub,hub,non_hub,584516.067395,4509336.78488,586387.478737,4509823.83141
+6074,6074,1032,126.0,006000,,40.734822295,-73.976916765,164.0,006600,40.739285505,-73.97827188,443.659006032,11780,5286,6818,2459,006600,84730469.4548,006000,27468182.8943,,0.0,006600,006000,25154.3589145,74621,80446,hub,hub,non_hub,586267.286922,4510317.94668,586387.478737,4509823.83141
+6075,6075,212,63.0,006000,,40.734822295,-73.976916765,78.0,006700,40.73038599,-74.00214988,965.137581324,4984,5286,3796,2459,006700,47238039.9972,006000,27468182.8943,,0.0,006700,006000,25154.3589145,70025,80446,hub,hub,non_hub,584262.399901,4509306.84766,586387.478737,4509823.83141
+6076,6076,1213,63.0,006000,,40.734822295,-73.976916765,78.0,006800,40.74025878,-73.98409214,419.396895551,6735,5286,4494,2459,006800,130298431.446,006000,27468182.8943,,0.0,006800,006000,25154.3589145,58926,80446,hub,hub,non_hub,585774.608423,4510420.28363,586387.478737,4509823.83141
+6077,6077,342,126.0,006000,,40.734822295,-73.976916765,134.0,006900,40.732319905,-74.0069291,1109.89812636,2687,5286,1484,2459,006900,61292499.9331,006000,27468182.8943,,0.0,006900,006000,25154.3589145,130727,80446,hub,hub,non_hub,583856.38945,4509516.94969,586387.478737,4509823.83141
+6078,6078,3449,189.0,006000,,40.734822295,-73.976916765,254.0,007000,40.7425781673,-73.9757379353,463.732112399,8302,5286,5669,2459,007000,78634704.8451,006000,27468182.8943,,0.0,007000,006000,25154.3589145,145227,80446,hub,hub,hub,586476.973315,4510685.94902,586387.478737,4509823.83141
+6079,6079,269,126.0,006000,,40.734822295,-73.976916765,142.0,007100,40.736526545,-74.000108805,924.498186578,5633,5286,3844,2459,007100,68447429.2743,006000,27468182.8943,,0.0,007100,006000,25154.3589145,79459,80446,hub,hub,non_hub,584426.995774,4509990.4524,586387.478737,4509823.83141
+6080,6080,2538,189.0,006000,,40.734822295,-73.976916765,252.0,007200,40.7447014833,-73.98154809,545.504171324,7734,5286,5222,2459,007200,132092861.454,006000,27468182.8943,,0.0,007200,006000,25154.3589145,157612,80446,hub,hub,non_hub,585983.687715,4510915.94446,586387.478737,4509823.83141
+6081,6081,336,126.0,006000,,40.734822295,-73.976916765,118.0,007300,40.734682705,-74.00388484,906.974271222,5615,5286,4547,2459,007300,48716185.79,006000,27468182.8943,,0.0,007300,006000,25154.3589145,92567,80446,hub,hub,non_hub,584110.479319,4509782.14883,586387.478737,4509823.83141
+6082,6082,781,126.0,006000,,40.734822295,-73.976916765,172.0,007400,40.746413585,-73.98586892,677.173632484,4179,5286,2700,2459,007400,170614202.951,006000,27468182.8943,,0.0,007400,006000,25154.3589145,81121,80446,hub,hub,non_hub,585616.696258,4511101.7763,586387.478737,4509823.83141
+6083,6083,965,126.0,006000,,40.734822295,-73.976916765,138.0,007600,40.74737476,-73.988320695,728.33535739,2203,5286,1573,2459,007600,242014413.464,006000,27468182.8943,,0.0,007600,006000,25154.3589145,97464,80446,hub,hub,non_hub,585408.475283,4511206.08492,586387.478737,4509823.83141
+6084,6084,126,63.0,006000,,40.734822295,-73.976916765,86.0,007700,40.7390169121,-74.0026376103,1001.06845898,5404,5286,4254,2459,007700,59306273.1509,006000,27468182.8943,,0.0,007700,006000,25154.3589145,79025,80446,hub,hub,non_hub,584210.329106,4510264.47156,586387.478737,4509823.83141
+6085,6085,1187,63.0,006000,,40.734822295,-73.976916765,78.0,007800,40.74780373,-73.9734419,606.388805347,7380,5286,5372,2459,007800,112124597.728,006000,27468182.8943,,0.0,007800,006000,25154.3589145,59601,80446,hub,hub,non_hub,586664.043115,4511268.28888,586387.478737,4509823.83141
+6086,6086,385,315.0,006000,,40.734822295,-73.976916765,348.0,007900,40.738916514,-74.007286026,1134.73883574,4406,5286,2904,2459,007900,86937368.5918,006000,27468182.8943,,0.0,007900,006000,25154.3589145,171846,80446,hub,hub,non_hub,583817.969395,4510248.87788,586387.478737,4509823.83141
+6087,6087,826,126.0,006000,,40.734822295,-73.976916765,142.0,008000,40.7485693,-73.97717991,666.115988528,4946,5286,3730,2459,008000,197763821.532,006000,27468182.8943,,0.0,008000,006000,25154.3589145,74808,80446,hub,hub,non_hub,586347.477591,4511349.58844,586387.478737,4509823.83141
+6088,6088,147,63.0,006000,,40.734822295,-73.976916765,78.0,008100,40.73935542,-73.99931783,875.021442688,8675,5286,5315,2459,008100,91100400.6907,006000,27468182.8943,,0.0,008100,006000,25154.3589145,53195,80446,hub,hub,non_hub,584490.204148,4510305.23824,586387.478737,4509823.83141
+6089,6089,2393,189.0,006000,,40.734822295,-73.976916765,350.0,008200,40.751952681,-73.9793679786,808.831261517,3442,5286,2534,2459,008200,262405408.076,006000,27468182.8943,,0.0,008200,006000,25154.3589145,228612,80446,hub,hub,non_hub,586158.388077,4511723.01806,586387.478737,4509823.83141
+6090,6090,680,252.0,006000,,40.734822295,-73.976916765,238.0,008300,40.742591315,-74.004102785,913.492553868,4211,5286,2321,2459,008300,119862327.354,006000,27468182.8943,,0.0,008300,006000,25154.3589145,186113,80446,hub,hub,non_hub,584082.11654,4510659.85081,586387.478737,4509823.83141
+6091,6091,141,63.0,006000,,40.734822295,-73.976916765,76.0,008400,40.75038009,-73.98338988,866.525527077,1726,5286,1041,2459,008400,147824461.739,006000,27468182.8943,,0.0,008400,006000,25154.3589145,34199,80446,hub,hub,non_hub,585820.889203,4511544.50828,586387.478737,4509823.83141
+6092,6092,563,63.0,006000,,40.734822295,-73.976916765,86.0,008601,40.744219,-73.97121214,680.917295228,2551,5286,1528,2459,008601,31141773.9073,006000,27468182.8943,,0.0,008601,006000,25154.3589145,31961,80446,hub,hub,non_hub,586856.951039,4510872.56191,586387.478737,4509823.83141
+6093,6093,1983,126.0,006000,,40.734822295,-73.976916765,156.0,008700,40.74206378,-73.995708955,689.454571017,6671,5286,4249,2459,008700,85660216.7821,006000,27468182.8943,,0.0,008700,006000,25154.3589145,152953,80446,hub,hub,non_hub,584791.475936,4510609.36503,586387.478737,4509823.83141
+6094,6094,567,126.0,006000,,40.734822295,-73.976916765,156.0,008800,40.75012189,-73.970133575,732.689592016,6964,5286,5507,2459,008800,216532475.876,006000,27468182.8943,,0.0,008800,006000,25154.3589145,43247,80446,hub,hub,non_hub,586940.323322,4511528.89362,586387.478737,4509823.83141
+6095,6095,691,189.0,006000,,40.734822295,-73.976916765,240.0,008900,40.74529008,-74.0021768567,937.558735077,5560,5286,3511,2459,008900,54419260.2723,006000,27468182.8943,,0.0,008900,006000,25154.3589145,158638,80446,hub,hub,non_hub,584241.316685,4510961.27944,586387.478737,4509823.83141
+6096,6096,958,189.0,006000,,40.734822295,-73.976916765,220.0,009000,40.75261798,-73.9703317533,819.480538696,7026,5286,5832,2459,009000,208846060.851,006000,27468182.8943,,0.0,009000,006000,25154.3589145,74531,80446,hub,hub,non_hub,586920.342162,4511805.78171,586387.478737,4509823.83141
+6097,6097,685,63.0,006000,,40.734822295,-73.976916765,78.0,009100,40.74487634,-73.99529885,699.001992032,6415,5286,4386,2459,009100,127325659.041,006000,27468182.8943,,0.0,009100,006000,25154.3589145,63878,80446,hub,hub,non_hub,584822.527687,4510921.97538,586387.478737,4509823.83141
+6098,6098,567,126.0,006000,,40.734822295,-73.976916765,220.0,009200,40.7548518863,-73.9734329075,920.287505232,1754,5286,1461,2459,009200,408192557.246,006000,27468182.8943,,0.0,009200,006000,25154.3589145,72226,80446,hub,hub,non_hub,586655.650548,4512050.69496,586387.478737,4509823.83141
+6099,6099,402,63.0,006000,,40.734822295,-73.976916765,78.0,009300,40.74475148,-73.99915362,785.087472872,9705,5286,5585,2459,009300,68528055.2433,006000,27468182.8943,,0.0,009300,006000,25154.3589145,52202,80446,hub,hub,non_hub,584497.239363,4510904.39701,586387.478737,4509823.83141
+6100,6100,515,63.0,006000,,40.734822295,-73.976916765,62.0,009400,40.75320159,-73.9779874,842.194328811,29,5286,16,2459,009400,299218147.811,006000,27468182.8943,,0.0,009400,006000,25154.3589145,82147,80446,hub,hub,non_hub,586273.319314,4511863.01244,586387.478737,4509823.83141
+6101,6101,512,63.0,006000,,40.734822295,-73.976916765,102.0,009500,40.746647,-73.993915,721.20859193,3425,5286,1416,2459,009500,129660033.725,006000,27468182.8943,,0.0,009500,006000,25154.3589145,57488,80446,hub,hub,non_hub,584937.108907,4511119.86954,586387.478737,4509823.83141
+6102,6102,326,189.0,006000,,40.734822295,-73.976916765,280.0,009600,40.75597794,-73.9803062205,1003.18816744,153,5286,268,2459,009600,270304841.585,006000,27468182.8943,,0.0,009600,006000,25154.3589145,71527,80446,hub,hub,non_hub,586073.991623,4512168.93078,586387.478737,4509823.83141
+6103,6103,342,189.0,006000,,40.734822295,-73.976916765,198.0,009700,40.7493616033,-73.9991321067,962.498802704,4744,5286,2827,2459,009700,83018263.1602,006000,27468182.8943,,0.0,009700,006000,25154.3589145,118804,80446,hub,hub,non_hub,584493.220017,4511416.17434,586387.478737,4509823.83141
+6104,6104,383,126.0,006000,,40.734822295,-73.976916765,140.0,009800,40.755285655,-73.96667288,895.229027265,7105,5286,5244,2459,009800,115943808.909,006000,27468182.8943,,0.0,009800,006000,25154.3589145,40039,80446,hub,hub,non_hub,587225.727282,4512105.54383,586387.478737,4509823.83141
+6105,6105,825,315.0,006000,,40.734822295,-73.976916765,370.0,009900,40.7520807866,-74.0031899092,1053.6695398,3617,5286,2438,2459,009900,404439511.776,006000,27468182.8943,,0.0,009900,006000,25154.3589145,208076,80446,hub,hub,non_hub,584147.226991,4511714.12465,586387.478737,4509823.83141
+6106,6106,383,189.0,006000,,40.734822295,-73.976916765,242.0,010000,40.7583696933,-73.9710287767,1015.51180114,1829,5286,1399,2459,010000,366457143.613,006000,27468182.8943,,0.0,010000,006000,25154.3589145,72085,80446,hub,hub,non_hub,586854.014885,4512443.57459,586387.478737,4509823.83141
+6107,6107,1819,189.0,006000,,40.734822295,-73.976916765,254.0,010100,40.74945622,-73.9903382667,796.888120438,1119,5286,828,2459,010100,246168211.101,006000,27468182.8943,,0.0,010100,006000,25154.3589145,183377,80446,hub,hub,non_hub,585235.486219,4511435.18064,586387.478737,4509823.83141
+6108,6108,237,126.0,006000,,40.734822295,-73.976916765,162.0,010200,40.7606694,-73.973473555,1083.75457233,313,5286,268,2459,010200,333450202.294,006000,27468182.8943,,0.0,010200,006000,25154.3589145,46675,80446,hub,hub,non_hub,586644.664817,4512696.44233,586387.478737,4509823.83141
+6109,6109,913,126.0,006000,,40.734822295,-73.976916765,196.0,010300,40.751000495,-73.994372255,982.825313898,1859,5286,1351,2459,010300,141506056.87,006000,27468182.8943,,0.0,010300,006000,25154.3589145,221593,80446,hub,hub,non_hub,584892.968074,4511602.69644,586387.478737,4509823.83141
+6110,6110,275,126.0,006000,,40.734822295,-73.976916765,150.0,010400,40.761664375,-73.976854975,1177.84515047,1031,5286,1033,2459,010400,363981333.295,006000,27468182.8943,,0.0,010400,006000,25154.3589145,65073,80446,hub,hub,non_hub,586357.961325,4512803.55852,586387.478737,4509823.83141
+6111,6111,219,63.0,006000,,40.734822295,-73.976916765,66.0,010602,40.75849116,-73.95920622,816.959302326,4794,5286,2963,2459,010602,67980898.3739,006000,27468182.8943,,0.0,010602,006000,25154.3589145,22153,80446,hub,hub,non_hub,587851.796682,4512468.82754,586387.478737,4509823.83141
+6112,6112,716,189.0,006000,,40.734822295,-73.976916765,234.0,010800,40.7591736033,-73.96613818,1015.50503987,8531,5286,6272,2459,010800,189351523.799,006000,27468182.8943,,0.0,010800,006000,25154.3589145,79198,80446,hub,hub,non_hub,587265.778542,4512537.66689,586387.478737,4509823.83141
+6113,6113,280,126.0,006000,,40.734822295,-73.976916765,228.0,010900,40.751351715,-73.987594755,928.654843432,182,5286,92,2459,010900,228173063.011,006000,27468182.8943,,0.0,010900,006000,25154.3589145,60092,80446,hub,hub,non_hub,585464.669441,4511648.26242,586387.478737,4509823.83141
+6114,6114,121,63.0,006000,,40.734822295,-73.976916765,118.0,011201,40.7643971,-73.97371465,1414.33898305,827,5286,964,2459,011201,118515444.187,006000,27468182.8943,,0.0,011201,006000,25154.3589145,41525,80446,hub,hub,non_hub,586619.474659,4513110.00718,586387.478737,4509823.83141
+6115,6115,295,63.0,006000,,40.734822295,-73.976916765,66.0,011203,40.76095756,-73.96724467,1098.17630952,1176,5286,1160,2459,011203,143782379.009,006000,27468182.8943,,0.0,011203,006000,25154.3589145,48033,80446,hub,hub,non_hub,587170.050102,4512734.59972,586387.478737,4509823.83141
+6116,6116,1174,252.0,006000,,40.734822295,-73.976916765,396.0,011300,40.7548008425,-73.9888010575,1060.34596329,204,5286,107,2459,011300,357940519.061,006000,27468182.8943,,0.0,011300,006000,25154.3589145,236650,80446,hub,hub,non_hub,585358.423228,4512029.96675,586387.478737,4509823.83141
+6117,6117,242,126.0,006000,,40.734822295,-73.976916765,164.0,011500,40.75701407,-73.992353645,1172.6693371,2487,5286,1678,2459,011500,130958459.747,006000,27468182.8943,,0.0,011500,006000,25154.3589145,103294,80446,hub,hub,non_hub,585055.712647,4512272.20178,586387.478737,4509823.83141
+6118,6118,134,126.0,006000,,40.734822295,-73.976916765,168.0,011700,40.76058799,-74.00080945,1448.88307135,2938,5286,2304,2459,011700,91270705.1484,006000,27468182.8943,,0.0,011700,006000,25154.3589145,73016,80446,hub,hub,non_hub,584337.427395,4512660.77158,586387.478737,4509823.83141
+6119,6119,93,63.0,006000,,40.734822295,-73.976916765,68.0,011900,40.7568001,-73.98291153,1266.20582794,1079,5286,1121,2459,011900,395254501.74,006000,27468182.8943,,0.0,011900,006000,25154.3589145,39976,80446,hub,hub,non_hub,585853.012005,4512257.64444,586387.478737,4509823.83141
+6120,6120,298,189.0,006000,,40.734822295,-73.976916765,218.0,012100,40.7598593767,-73.9914900133,1328.09924421,8366,5286,5744,2459,012100,101223732.045,006000,27468182.8943,,0.0,012100,006000,25154.3589145,132767,80446,hub,hub,non_hub,585124.983126,4512588.88932,586387.478737,4509823.83141
+6121,6121,194,63.0,006000,,40.734822295,-73.976916765,102.0,012500,40.76064679,-73.98442659,1277.64054296,2439,5286,2096,2459,012500,322911522.418,006000,27468182.8943,,0.0,012500,006000,25154.3589145,45486,80446,hub,hub,non_hub,585720.180916,4512683.17447,586387.478737,4509823.83141
+6122,6122,175,126.0,006000,,40.734822295,-73.976916765,168.0,012700,40.762485435,-73.990447135,1250.69380342,6437,5286,4434,2459,012700,104637996.687,006000,27468182.8943,,0.0,012700,006000,25154.3589145,83393,80446,hub,hub,non_hub,585209.656415,4512881.41361,586387.478737,4509823.83141
+6123,6123,56,63.0,006000,,40.734822295,-73.976916765,48.0,012900,40.76341379,-73.99667444,1470.515625,5312,5286,3621,2459,012900,158698340.053,006000,27468182.8943,,0.0,012900,006000,25154.3589145,28661,80446,hub,hub,non_hub,584682.864463,4512978.43901,586387.478737,4509823.83141
+6124,6124,301,189.0,006000,,40.734822295,-73.976916765,320.0,013100,40.7621295133,-73.98215453,1248.06835077,2489,5286,2283,2459,013100,405023451.28,006000,27468182.8943,,0.0,013100,006000,25154.3589145,107228,80446,hub,hub,non_hub,585910.04945,4512849.98999,586387.478737,4509823.83141
+6125,6125,133,189.0,006000,,40.734822295,-73.976916765,202.0,013300,40.7647250567,-73.9866537633,1439.01666667,5363,5286,3909,2459,013300,79847412.2593,006000,27468182.8943,,0.0,013300,006000,25154.3589145,89810,80446,hub,hub,non_hub,585526.963405,4513133.71926,586387.478737,4509823.83141
+6126,6126,149,126.0,006000,,40.734822295,-73.976916765,130.0,013500,40.766984435,-73.99227308,1318.48992063,6075,5286,3935,2459,013500,198199142.958,006000,27468182.8943,,0.0,013500,006000,25154.3589145,64723,80446,hub,hub,non_hub,585049.80204,4513379.06475,586387.478737,4509823.83141
+6127,6127,195,126.0,006000,,40.734822295,-73.976916765,196.0,013700,40.766109285,-73.981808355,1428.66723878,6557,5286,5442,2459,013700,314878324.419,006000,27468182.8943,,0.0,013700,006000,25154.3589145,91142,80446,hub,hub,non_hub,585934.141665,4513292.1137,586387.478737,4509823.83141
+6128,6128,44,63.0,006000,,40.734822295,-73.976916765,54.0,013900,40.768254,-73.988639,1268.93571429,7607,5286,7359,2459,013900,139918084.587,006000,27468182.8943,,0.0,013900,006000,25154.3589145,26390,80446,hub,hub,non_hub,585354.890073,4513523.52534,586387.478737,4509823.83141
+6129,6129,64,63.0,006000,,40.734822295,-73.976916765,98.0,014300,40.76590936,-73.97634151,1228.51388889,3,5286,0,2459,014300,50027992.3322,006000,27468182.8943,,0.0,014300,006000,25154.3589145,21051,80446,hub,hub,non_hub,586395.803012,4513275.28949,586387.478737,4509823.83141
+6130,6130,191,63.0,006000,,40.734822295,-73.976916765,72.0,014500,40.76915505,-73.98191841,1500.51709922,5811,5286,3462,2459,014500,253397343.373,006000,27468182.8943,,0.0,014500,006000,25154.3589145,68350,80446,hub,hub,non_hub,585920.929601,4513630.10902,586387.478737,4509823.83141
+6131,6131,64,63.0,006000,,40.734822295,-73.976916765,110.0,014700,40.770513,-73.988038,1311.91183575,2586,5286,1743,2459,014700,70871746.8417,006000,27468182.8943,,0.0,014700,006000,25154.3589145,35099,80446,hub,hub,non_hub,585402.720353,4513774.87644,586387.478737,4509823.83141
+6132,6132,21,63.0,006000,,40.734822295,-73.976916765,72.0,015100,40.771522,-73.990541,1826.57142857,8105,5286,4856,2459,015100,164953931.102,006000,27468182.8943,,0.0,015100,006000,25154.3589145,17578,80446,hub,hub,non_hub,585190.192062,4513884.4495,586387.478737,4509823.83141
+6133,6133,432,126.0,006000,,40.734822295,-73.976916765,140.0,031703,40.71644312,-74.014902115,1674.73536327,8670,5286,4231,2459,031703,332361109.355,006000,27468182.8943,,0.0,031703,006000,25154.3589145,136082,80446,hub,hub,non_hub,583202.897614,4507746.93647,586387.478737,4509823.83141
+6134,6134,317,189.0,006000,,40.734822295,-73.976916765,196.0,031704,40.7085171733,-74.0165557667,1730.66117641,6610,5286,3790,2459,031704,160823714.408,006000,27468182.8943,,0.0,031704,006000,25154.3589145,105244,80446,hub,hub,non_hub,583073.076824,4506865.54027,586387.478737,4509823.83141
+6135,6135,365,189.0,006000,,40.734822295,-73.976916765,170.0,000600,40.7128987867,-73.9898646367,1239.50319449,11558,5286,4083,2459,000600,59149181.7526,006000,27468182.8943,,0.0,000600,006000,25154.3589145,70053,80446,hub,hub,non_hub,585322.159723,4507377.5136,586387.478737,4509823.83141
+6136,6136,692,423.0,006100,,40.73385254,-73.992357065,216.0,000202,40.71318002,-73.9818904933,1219.52725964,8012,4913,3598,2683,000202,37878157.9781,006100,91682014.33,,0.0,000202,006100,28450.1123314,56352,250149,hub,hub,non_hub,585995.353038,4507416.50937,585084.940162,4509701.10308
+6137,6137,1490,987.0,006100,,40.73385254,-73.992357065,1032.0,000700,40.70581148,-74.0081572071,1427.86453958,7722,4913,5201,2683,000700,476954959.734,006100,91682014.33,,0.0,000700,006100,28450.1123314,160040,250149,hub,hub,non_hub,583785.918305,4506573.16797,585084.940162,4509701.10308
+6138,6138,471,282.0,006100,,40.73385254,-73.992357065,188.0,000800,40.712414475,-73.993471545,1084.43212596,10365,4913,4150,2683,000800,46479755.076,006100,91682014.33,,0.0,000800,006100,28450.1123314,34254,250149,hub,hub,non_hub,585018.109713,4507320.25418,585084.940162,4509701.10308
+6139,6139,288,423.0,006100,,40.73385254,-73.992357065,388.0,000900,40.7024745833,-74.01224785,1653.33852825,1140,4913,939,2683,000900,404341803.896,006100,91682014.33,,0.0,000900,006100,28450.1123314,46446,250149,hub,hub,non_hub,583444.520998,4506198.85784,585084.940162,4509701.10308
+6140,6140,247,141.0,006100,,40.73385254,-73.992357065,76.0,001002,40.71782143,-73.97628939,1003.06719234,6439,4913,2346,2683,001002,22763374.2099,006100,91682014.33,,0.0,001002,006100,28450.1123314,15916,250149,hub,hub,non_hub,586462.45635,4507937.23607,585084.940162,4509701.10308
+6141,6141,944,282.0,006100,,40.73385254,-73.992357065,184.0,001200,40.717364275,-73.982955325,893.213652026,3547,4913,1857,2683,001200,23518220.7411,006100,91682014.33,,0.0,001200,006100,28450.1123314,36493,250149,hub,hub,non_hub,585900.031125,4507879.94738,585084.940162,4509701.10308
+6142,6142,188,141.0,006100,,40.73385254,-73.992357065,144.0,001300,40.70463334,-74.01361706,1658.25691411,3776,4913,3028,2683,001300,286606455.687,006100,91682014.33,,0.0,001300,006100,28450.1123314,27671,250149,hub,hub,non_hub,583326.158808,4506437.19368,585084.940162,4509701.10308
+6143,6143,552,141.0,006100,,40.73385254,-73.992357065,112.0,001401,40.71559509,-73.9870295,920.751393617,3289,4913,1708,2683,001401,20168722.3199,006100,91682014.33,,0.0,001401,006100,28450.1123314,26885,250149,hub,hub,non_hub,585558.18429,4507679.57909,585084.940162,4509701.10308
+6144,6144,287,282.0,006100,,40.73385254,-73.992357065,268.0,001501,40.70966832,-74.003597135,1248.33415293,5581,4913,3450,2683,001501,172466366.322,006100,91682014.33,,0.0,001501,006100,28450.1123314,27425,250149,hub,hub,non_hub,584166.279828,4507005.66129,585084.940162,4509701.10308
+6145,6145,739,423.0,006100,,40.73385254,-73.992357065,492.0,001502,40.7088053467,-74.00635276,1237.99755134,7095,4913,3459,2683,001502,221282059.103,006100,91682014.33,,0.0,001502,006100,28450.1123314,82052,250149,hub,hub,non_hub,583934.59195,4506907.22889,585084.940162,4509701.10308
+6146,6146,1343,423.0,006100,,40.73385254,-73.992357065,428.0,001600,40.7153350167,-73.9943926833,961.67130249,8236,4913,3242,2683,001600,76565505.7581,006100,91682014.33,,0.0,001600,006100,28450.1123314,82798,250149,hub,hub,non_hub,584936.591099,4507643.5622,585084.940162,4509701.10308
+6147,6147,3093,564.0,006100,,40.73385254,-73.992357065,616.0,001800,40.7193657075,-73.9906468425,742.833614756,8063,4913,3489,2683,001800,60554858.5127,006100,91682014.33,,0.0,001800,006100,28450.1123314,133306,250149,hub,hub,hub,585247.838585,4508094.62497,585084.940162,4509701.10308
+6148,6148,1158,282.0,006100,,40.73385254,-73.992357065,184.0,002000,40.721554605,-73.977309405,819.412651034,4795,4913,1899,2683,002000,17907673.5628,006100,91682014.33,,0.0,002000,006100,28450.1123314,31656,250149,hub,hub,non_hub,586371.478696,4508350.63994,585084.940162,4509701.10308
+6149,6149,1579,564.0,006100,,40.73385254,-73.992357065,408.0,002100,40.71451321,-74.0108850975,1100.92036299,6111,4913,3038,2683,002100,273869828.705,006100,91682014.33,,0.0,002100,006100,28450.1123314,151037,250149,hub,hub,non_hub,583544.598931,4507536.51732,585084.940162,4509701.10308
+6150,6150,519,282.0,006100,,40.73385254,-73.992357065,176.0,002201,40.71833027,-73.980972895,892.484363417,6762,4913,3030,2683,002201,37585954.9949,006100,91682014.33,,0.0,002201,006100,28450.1123314,26391,250149,hub,hub,non_hub,586066.226443,4507989.12022,585084.940162,4509701.10308
+6151,6151,854,141.0,006100,,40.73385254,-73.992357065,124.0,002202,40.7208736,-73.98085795,785.680961854,2256,4913,1045,2683,002202,13179093.8977,006100,91682014.33,,0.0,002202,006100,28450.1123314,23935,250149,hub,hub,non_hub,586072.658368,4508271.55961,585084.940162,4509701.10308
+6152,6152,826,282.0,006100,,40.73385254,-73.992357065,192.0,002400,40.724744875,-73.974986535,791.746009267,5775,4913,2175,2683,002400,17986635.5592,006100,91682014.33,,0.0,002400,006100,28450.1123314,17965,250149,hub,hub,non_hub,586563.526382,4508707.06897,585084.940162,4509701.10308
+6153,6153,303,282.0,006100,,40.73385254,-73.992357065,248.0,002500,40.7111743,-73.99849582,1268.02154244,5061,4913,1917,2683,002500,22428407.6271,006100,91682014.33,,0.0,002500,006100,28450.1123314,28216,250149,hub,hub,non_hub,584595.28909,4507177.73549,585084.940162,4509701.10308
+6154,6154,815,141.0,006100,,40.73385254,-73.992357065,124.0,002601,40.72299208,-73.97995466,771.797599218,3774,4913,1593,2683,002601,22248722.3098,006100,91682014.33,,0.0,002601,006100,28450.1123314,22144,250149,hub,hub,non_hub,586146.216204,4508507.61099,585084.940162,4509701.10308
+6155,6155,206,141.0,006100,,40.73385254,-73.992357065,108.0,002700,40.71307916,-73.99851193,997.614169305,1191,4913,655,2683,002700,11349914.9514,006100,91682014.33,,0.0,002700,006100,28450.1123314,20570,250149,hub,hub,non_hub,584591.517275,4507389.17181,585084.940162,4509701.10308
+6156,6156,2550,141.0,006100,,40.73385254,-73.992357065,128.0,002800,40.72521311,-73.97768752,649.860962219,7302,4913,3341,2683,002800,47641507.3146,006100,91682014.33,,0.0,002800,006100,28450.1123314,36744,250149,hub,hub,non_hub,586334.816403,4508756.38709,585084.940162,4509701.10308
+6157,6157,463,141.0,006100,,40.73385254,-73.992357065,172.0,002900,40.71602118,-73.99974372,924.121515201,5855,4913,2420,2683,002900,200965547.24,006100,91682014.33,,0.0,002900,006100,28450.1123314,31936,250149,hub,hub,non_hub,584483.752153,4507714.56961,585084.940162,4509701.10308
+6158,6158,1277,141.0,006100,,40.73385254,-73.992357065,140.0,003001,40.72066442,-73.98517977,794.422815329,4301,4913,2553,2683,003001,34302720.7166,006100,91682014.33,,0.0,003001,006100,28450.1123314,41223,250149,hub,hub,non_hub,585707.91731,4508244.11218,585084.940162,4509701.10308
+6159,6159,1419,141.0,006100,,40.73385254,-73.992357065,148.0,003002,40.72217444,-73.98368779,706.909451994,3031,4913,1885,2683,003002,18686109.2263,006100,91682014.33,,0.0,003002,006100,28450.1123314,38675,250149,hub,hub,non_hub,585831.986427,4508413.19181,585084.940162,4509701.10308
+6160,6160,1209,423.0,006100,,40.73385254,-73.992357065,484.0,003100,40.7140617467,-74.0041933367,947.730424716,2809,4913,858,2683,003100,145687012.574,006100,91682014.33,,0.0,003100,006100,28450.1123314,81469,250149,hub,hub,non_hub,584110.388584,4507492.78891,585084.940162,4509701.10308
+6161,6161,8658,423.0,006100,,40.73385254,-73.992357065,400.0,003200,40.7260543867,-73.9823576167,566.23639809,7630,4913,4888,2683,003200,46369492.482,006100,91682014.33,,0.0,003200,006100,28450.1123314,138064,250149,hub,hub,hub,585939.335766,4508845.19329,585084.940162,4509701.10308
+6162,6162,2067,705.0,006100,,40.73385254,-73.992357065,692.0,003300,40.7188226059,-74.0063326559,909.864839799,5174,4913,2694,2683,003300,215459582.054,006100,91682014.33,,0.0,003300,006100,28450.1123314,115059,250149,hub,hub,non_hub,583923.709799,4508019.22885,585084.940162,4509701.10308
+6163,6163,3958,141.0,006100,,40.73385254,-73.992357065,156.0,003400,40.72955361,-73.98057249,500.363011005,6706,4913,4203,2683,003400,42933229.7541,006100,91682014.33,,0.0,003400,006100,28450.1123314,47926,250149,hub,hub,hub,586085.581298,4509235.37985,585084.940162,4509701.10308
+6164,6164,1792,282.0,006100,,40.73385254,-73.992357065,264.0,003601,40.72217423,-73.990293175,658.217372749,3299,4913,1613,2683,003601,29191583.8104,006100,91682014.33,,0.0,003601,006100,28450.1123314,77585,250149,hub,hub,non_hub,585274.124459,4508406.73315,585084.940162,4509701.10308
+6165,6165,2940,282.0,006100,,40.73385254,-73.992357065,248.0,003602,40.724852985,-73.989265345,529.664521643,2918,4913,1586,2683,003602,24941258.1161,006100,91682014.33,,0.0,003602,006100,28450.1123314,82124,250149,hub,hub,non_hub,585357.507872,4508705.09166,585084.940162,4509701.10308
+6166,6166,5517,564.0,006100,,40.73385254,-73.992357065,592.0,003700,40.7256696075,-74.0052069325,675.970696508,2401,4913,1490,2683,003700,212385639.924,006100,91682014.33,,0.0,003700,006100,28450.1123314,173333,250149,hub,hub,hub,584010.178026,4508780.36793,585084.940162,4509701.10308
+6167,6167,7002,564.0,006100,,40.73385254,-73.992357065,640.0,003800,40.72765889,-73.988195855,440.767780757,8610,4913,5795,2683,003800,67437493.5221,006100,91682014.33,,0.0,003800,006100,28450.1123314,167230,250149,hub,hub,hub,585444.239635,4509017.60641,585084.940162,4509701.10308
+6168,6168,1768,564.0,006100,,40.73385254,-73.992357065,424.0,003900,40.7201717475,-74.00983051,1034.92178164,5253,4913,3059,2683,003900,194910113.03,006100,91682014.33,,0.0,003900,006100,28450.1123314,113624,250149,hub,hub,non_hub,583626.593058,4508165.65565,585084.940162,4509701.10308
+6169,6169,6781,282.0,006100,,40.73385254,-73.992357065,264.0,004000,40.73000573,-73.98549552,377.025400449,9801,4913,4546,2683,004000,66858387.5133,006100,91682014.33,,0.0,004000,006100,28450.1123314,99660,250149,hub,hub,hub,585669.269443,4509280.75306,585084.940162,4509701.10308
+6170,6170,3869,282.0,006100,,40.73385254,-73.992357065,256.0,004100,40.7195529,-73.996789035,695.239668679,7793,4913,3765,2683,004100,71738983.3617,006100,91682014.33,,0.0,004100,006100,28450.1123314,114685,250149,hub,hub,hub,584728.836557,4508109.46034,585084.940162,4509701.10308
+6171,6171,1302,141.0,006100,,40.73385254,-73.992357065,140.0,004200,40.73223272,-73.98889957,344.50214564,4988,4913,1801,2683,004200,39941846.3325,006100,91682014.33,,0.0,004200,006100,28450.1123314,50846,250149,hub,hub,non_hub,585378.96492,4509524.64843,585084.940162,4509701.10308
+6172,6172,4040,282.0,006100,,40.73385254,-73.992357065,268.0,004300,40.723870235,-73.995226525,512.979186891,4267,4913,2598,2683,004300,65935514.1184,006100,91682014.33,,0.0,004300,006100,28450.1123314,95162,250149,hub,hub,hub,584855.320992,4508590.22212,585084.940162,4509701.10308
+6173,6173,4840,282.0,006100,,40.73385254,-73.992357065,240.0,004400,40.73080269,-73.97968993,567.456305664,17710,4913,8297,2683,004400,114601147.016,006100,91682014.33,,0.0,004400,006100,28450.1123314,106427,250149,hub,hub,hub,586158.498991,4509374.90208,585084.940162,4509701.10308
+6174,6174,938,141.0,006100,,40.73385254,-73.992357065,108.0,004500,40.71910537,-73.99973337,730.240260177,840,4913,582,2683,004500,52009114.8865,006100,91682014.33,,0.0,004500,006100,28450.1123314,34275,250149,hub,hub,non_hub,584480.726971,4508056.94497,585084.940162,4509701.10308
+6175,6175,940,141.0,006100,,40.73385254,-73.992357065,156.0,004700,40.72165481,-74.00234737,747.927440123,2267,4913,1586,2683,004700,75477587.1594,006100,91682014.33,,0.0,004700,006100,28450.1123314,27544,250149,hub,hub,non_hub,584256.734795,4508337.43837,585084.940162,4509701.10308
+6176,6176,1360,141.0,006100,,40.73385254,-73.992357065,140.0,004800,40.73624527,-73.98473765,458.394795423,7550,4913,3799,2683,004800,74763044.6965,006100,91682014.33,,0.0,004800,006100,28450.1123314,42567,250149,hub,hub,non_hub,585725.258797,4509974.12516,585084.940162,4509701.10308
+6177,6177,3375,282.0,006100,,40.73385254,-73.992357065,292.0,004900,40.724268615,-74.000521515,636.17950364,4951,4913,3054,2683,004900,103848670.177,006100,91682014.33,,0.0,004900,006100,28450.1123314,80152,250149,hub,hub,hub,584407.63728,4508629.34168,585084.940162,4509701.10308
+6178,6178,2465,423.0,006100,,40.73385254,-73.992357065,372.0,005000,40.7359163467,-73.9873427633,403.212941758,5061,4913,3595,2683,005000,120638459.215,006100,91682014.33,,0.0,005000,006100,28450.1123314,111023,250149,hub,hub,non_hub,585505.709717,4509935.07175,585084.940162,4509701.10308
+6179,6179,3345,282.0,006100,,40.73385254,-73.992357065,424.0,005200,40.73715585,-73.991241315,377.045218211,4193,4913,1785,2683,005200,109103391.81,006100,91682014.33,,0.0,005200,006100,28450.1123314,159876,250149,hub,hub,hub,585174.941657,4510068.87544,585084.940162,4509701.10308
+6180,6180,2863,141.0,006100,,40.73385254,-73.992357065,188.0,005400,40.73971301,-73.99456405,397.472797084,4656,4913,2837,2683,005400,128803552.888,006100,91682014.33,,0.0,005400,006100,28450.1123314,73728,250149,hub,hub,non_hub,584891.129718,4510349.51956,585084.940162,4509701.10308
+6181,6181,2841,141.0,006100,,40.73385254,-73.992357065,120.0,005501,40.72679454,-73.99695094,454.140070131,5079,4913,2483,2683,005501,61061928.4125,006100,91682014.33,,0.0,005501,006100,28450.1123314,57258,250149,hub,hub,non_hub,584705.980012,4508913.17477,585084.940162,4509701.10308
+6182,6182,2493,141.0,006100,,40.73385254,-73.992357065,108.0,005502,40.72743423,-73.99379025,396.854051994,2383,4913,1262,2683,005502,49017118.6146,006100,91682014.33,,0.0,005502,006100,28450.1123314,55117,250149,hub,hub,non_hub,584972.085912,4508987.23863,585084.940162,4509701.10308
+6183,6183,5266,282.0,006100,,40.73385254,-73.992357065,380.0,005600,40.74065347,-73.98778661,396.29331172,2618,4913,2190,2683,005600,189153355.609,006100,91682014.33,,0.0,005600,006100,28450.1123314,113209,250149,hub,hub,hub,585462.168743,4510460.49357,585084.940162,4509701.10308
+6184,6184,6917,282.0,006100,,40.73385254,-73.992357065,328.0,005700,40.729662915,-73.992405595,332.794021548,2937,4913,1789,2683,005700,90178032.7137,006100,91682014.33,,0.0,005700,006100,28450.1123314,156896,250149,hub,hub,hub,585086.179601,4509235.9788,585084.940162,4509701.10308
+6185,6185,5218,282.0,006100,,40.73385254,-73.992357065,348.0,005800,40.743154205,-73.990299735,493.031523675,3182,4913,2306,2683,005800,164037511.755,006100,91682014.33,,0.0,005800,006100,28450.1123314,130970,250149,hub,hub,hub,585246.786708,4510735.64918,585084.940162,4509701.10308
+6186,6186,6863,141.0,006100,,40.73385254,-73.992357065,124.0,005900,40.73049393,-73.9957214,278.817181283,5516,4913,3276,2683,005900,71785177.1361,006100,91682014.33,,0.0,005900,006100,28450.1123314,53180,250149,hub,hub,hub,584805.117401,4509325.01914,585084.940162,4509701.10308
+6187,6187,1902,282.0,006100,,40.73385254,-73.992357065,252.0,006000,40.734822295,-73.976916765,699.504076968,5286,4913,2459,2683,006000,27468182.8943,006100,91682014.33,,0.0,006000,006100,28450.1123314,80462,250149,hub,hub,non_hub,586387.478737,4509823.83141,585084.940162,4509701.10308
+6188,6188,637,141.0,006100,,40.73385254,-73.992357065,120.0,006200,40.7381765,-73.97738662,716.519040376,4680,4913,1401,2683,006200,231817485.533,006100,91682014.33,,0.0,006200,006100,28450.1123314,33218,250149,hub,hub,non_hub,586343.467107,4510195.70961,585084.940162,4509701.10308
+6189,6189,7156,423.0,006100,,40.73385254,-73.992357065,396.0,006300,40.7346940933,-73.99785666,359.915891638,6076,4913,4277,2683,006300,85447631.8451,006100,91682014.33,,0.0,006300,006100,28450.1123314,120233,250149,hub,hub,hub,584619.48321,4509789.20591,585084.940162,4509701.10308
+6190,6190,1377,141.0,006100,,40.73385254,-73.992357065,156.0,006400,40.73587678,-73.98205027,517.125828894,7518,4913,5058,2683,006400,95664936.1545,006100,91682014.33,,0.0,006400,006100,28450.1123314,47750,250149,hub,hub,non_hub,585952.649806,4509935.84788,585084.940162,4509701.10308
+6191,6191,9666,423.0,006100,,40.73385254,-73.992357065,424.0,006500,40.7306296367,-73.9991423,372.266128639,6517,4913,3568,2683,006500,59290910.3694,006100,91682014.33,,0.0,006500,006100,28450.1123314,125356,250149,hub,hub,hub,584516.067395,4509336.78488,585084.940162,4509701.10308
+6192,6192,1534,282.0,006100,,40.73385254,-73.992357065,328.0,006600,40.739285505,-73.97827188,685.129651195,11780,4913,6818,2683,006600,84730469.4548,006100,91682014.33,,0.0,006600,006100,28450.1123314,74621,250149,hub,hub,non_hub,586267.286922,4510317.94668,585084.940162,4509701.10308
+6193,6193,2882,141.0,006100,,40.73385254,-73.992357065,156.0,006700,40.73038599,-74.00214988,496.946300117,4984,4913,3796,2683,006700,47238039.9972,006100,91682014.33,,0.0,006700,006100,28450.1123314,70025,250149,hub,hub,non_hub,584262.399901,4509306.84766,585084.940162,4509701.10308
+6194,6194,1517,141.0,006100,,40.73385254,-73.992357065,156.0,006800,40.74025878,-73.98409214,515.874184672,6735,4913,4494,2683,006800,130298431.446,006100,91682014.33,,0.0,006800,006100,28450.1123314,58926,250149,hub,hub,non_hub,585774.608423,4510420.28363,585084.940162,4509701.10308
+6195,6195,4669,282.0,006100,,40.73385254,-73.992357065,268.0,006900,40.732319905,-74.0069291,608.945129099,2687,4913,1484,2683,006900,61292499.9331,006100,91682014.33,,0.0,006900,006100,28450.1123314,130727,250149,hub,hub,hub,583856.38945,4509516.94969,585084.940162,4509701.10308
+6196,6196,2215,423.0,006100,,40.73385254,-73.992357065,508.0,007000,40.7425215921,-73.9756264769,832.960179207,8302,4913,5669,2683,007000,78634704.8451,006100,91682014.33,,0.0,007000,006100,28450.1123314,145227,250149,hub,hub,non_hub,586486.457026,4510679.77858,585084.940162,4509701.10308
+6197,6197,6041,282.0,006100,,40.73385254,-73.992357065,284.0,007100,40.736526545,-74.000108805,382.593556225,5633,4913,3844,2683,007100,68447429.2743,006100,91682014.33,,0.0,007100,006100,28450.1123314,79459,250149,hub,hub,hub,584426.995774,4509990.4524,585084.940162,4509701.10308
+6198,6198,3475,423.0,006100,,40.73385254,-73.992357065,504.0,007200,40.7447014833,-73.98154809,638.428766627,7734,4913,5222,2683,007200,132092861.454,006100,91682014.33,,0.0,007200,006100,28450.1123314,157612,250149,hub,hub,hub,585983.687715,4510915.94446,585084.940162,4509701.10308
+6199,6199,4803,282.0,006100,,40.73385254,-73.992357065,236.0,007300,40.734682705,-74.00388484,477.869197964,5615,4913,4547,2683,007300,48716185.79,006100,91682014.33,,0.0,007300,006100,28450.1123314,92567,250149,hub,hub,hub,584110.479319,4509782.14883,585084.940162,4509701.10308
+6200,6200,2238,282.0,006100,,40.73385254,-73.992357065,344.0,007400,40.746413585,-73.98586892,581.76834027,4179,4913,2700,2683,007400,170614202.951,006100,91682014.33,,0.0,007400,006100,28450.1123314,81121,250149,hub,hub,non_hub,585616.696258,4511101.7763,585084.940162,4509701.10308
+6201,6201,2998,282.0,006100,,40.73385254,-73.992357065,276.0,007600,40.74737476,-73.988320695,645.318751928,2203,4913,1573,2683,007600,242014413.464,006100,91682014.33,,0.0,007600,006100,28450.1123314,97464,250149,hub,hub,non_hub,585408.475283,4511206.08492,585084.940162,4509701.10308
+6202,6202,4348,141.0,006100,,40.73385254,-73.992357065,172.0,007700,40.7390169121,-74.0026376103,456.187397719,5404,4913,4254,2683,007700,59306273.1509,006100,91682014.33,,0.0,007700,006100,28450.1123314,79025,250149,hub,hub,hub,584210.329106,4510264.47156,585084.940162,4509701.10308
+6203,6203,717,141.0,006100,,40.73385254,-73.992357065,156.0,007800,40.74780373,-73.9734419,907.374201481,7380,4913,5372,2683,007800,112124597.728,006100,91682014.33,,0.0,007800,006100,28450.1123314,59601,250149,hub,hub,non_hub,586664.043115,4511268.28888,585084.940162,4509701.10308
+6204,6204,6770,705.0,006100,,40.73385254,-73.992357065,696.0,007900,40.738916514,-74.007286026,650.166092244,4406,4913,2904,2683,007900,86937368.5918,006100,91682014.33,,0.0,007900,006100,28450.1123314,171846,250149,hub,hub,hub,583817.969395,4510248.87788,585084.940162,4509701.10308
+6205,6205,1353,282.0,006100,,40.73385254,-73.992357065,284.0,008000,40.7485693,-73.97717991,795.356923077,4946,4913,3730,2683,008000,197763821.532,006100,91682014.33,,0.0,008000,006100,28450.1123314,74808,250149,hub,hub,non_hub,586347.477591,4511349.58844,585084.940162,4509701.10308
+6206,6206,2097,141.0,006100,,40.73385254,-73.992357065,156.0,008100,40.73935542,-73.99931783,448.019276827,8675,4913,5315,2683,008100,91100400.6907,006100,91682014.33,,0.0,008100,006100,28450.1123314,53195,250149,hub,hub,non_hub,584490.204148,4510305.23824,585084.940162,4509701.10308
+6207,6207,4354,423.0,006100,,40.73385254,-73.992357065,700.0,008200,40.7519417529,-73.9793591703,809.176762217,3442,4913,2534,2683,008200,262405408.076,006100,91682014.33,,0.0,008200,006100,28450.1123314,228612,250149,hub,hub,hub,586159.14576,4511721.81361,585084.940162,4509701.10308
+6208,6208,4561,564.0,006100,,40.73385254,-73.992357065,476.0,008300,40.742591315,-74.004102785,638.308617601,4211,4913,2321,2683,008300,119862327.354,006100,91682014.33,,0.0,008300,006100,28450.1123314,186113,250149,hub,hub,hub,584082.11654,4510659.85081,585084.940162,4509701.10308
+6209,6209,783,141.0,006100,,40.73385254,-73.992357065,152.0,008400,40.75038009,-73.98338988,712.768306763,1726,4913,1041,2683,008400,147824461.739,006100,91682014.33,,0.0,008400,006100,28450.1123314,34199,250149,hub,hub,non_hub,585820.889203,4511544.50828,585084.940162,4509701.10308
+6210,6210,276,141.0,006100,,40.73385254,-73.992357065,172.0,008601,40.744219,-73.97121214,1077.26173771,2551,4913,1528,2683,008601,31141773.9073,006100,91682014.33,,0.0,008601,006100,28450.1123314,31961,250149,hub,hub,non_hub,586856.951039,4510872.56191,585084.940162,4509701.10308
+6211,6211,3970,282.0,006100,,40.73385254,-73.992357065,312.0,008700,40.74206378,-73.995708955,512.173550558,6671,4913,4249,2683,008700,85660216.7821,006100,91682014.33,,0.0,008700,006100,28450.1123314,152953,250149,hub,hub,hub,584791.475936,4510609.36503,585084.940162,4509701.10308
+6212,6212,558,282.0,006100,,40.73385254,-73.992357065,312.0,008800,40.75012189,-73.970133575,999.98110598,6964,4913,5507,2683,008800,216532475.876,006100,91682014.33,,0.0,008800,006100,28450.1123314,43247,250149,hub,hub,non_hub,586940.323322,4511528.89362,585084.940162,4509701.10308
+6213,6213,3595,423.0,006100,,40.73385254,-73.992357065,480.0,008900,40.74529008,-74.0021768567,708.97377496,5560,4913,3511,2683,008900,54419260.2723,006100,91682014.33,,0.0,008900,006100,28450.1123314,158638,250149,hub,hub,hub,584241.316685,4510961.27944,585084.940162,4509701.10308
+6214,6214,846,423.0,006100,,40.73385254,-73.992357065,440.0,009000,40.75261798,-73.9703317533,1045.2823743,7026,4913,5832,2683,009000,208846060.851,006100,91682014.33,,0.0,009000,006100,28450.1123314,74531,250149,hub,hub,non_hub,586920.342162,4511805.78171,585084.940162,4509701.10308
+6215,6215,1425,141.0,006100,,40.73385254,-73.992357065,156.0,009100,40.74487634,-73.99529885,589.976949018,6415,4913,4386,2683,009100,127325659.041,006100,91682014.33,,0.0,009100,006100,28450.1123314,63878,250149,hub,hub,non_hub,584822.527687,4510921.97538,585084.940162,4509701.10308
+6216,6216,599,282.0,006100,,40.73385254,-73.992357065,440.0,009200,40.7548518863,-73.9734329075,976.6485374,1754,4913,1461,2683,009200,408192557.246,006100,91682014.33,,0.0,009200,006100,28450.1123314,72226,250149,hub,hub,non_hub,586655.650548,4512050.69496,585084.940162,4509701.10308
+6217,6217,815,141.0,006100,,40.73385254,-73.992357065,156.0,009300,40.74475148,-73.99915362,665.582833818,9705,4913,5585,2683,009300,68528055.2433,006100,91682014.33,,0.0,009300,006100,28450.1123314,52202,250149,hub,hub,non_hub,584497.239363,4510904.39701,585084.940162,4509701.10308
+6218,6218,822,141.0,006100,,40.73385254,-73.992357065,124.0,009400,40.75320159,-73.9779874,875.496433877,29,4913,16,2683,009400,299218147.811,006100,91682014.33,,0.0,009400,006100,28450.1123314,82147,250149,hub,hub,non_hub,586273.319314,4511863.01244,585084.940162,4509701.10308
+6219,6219,1360,141.0,006100,,40.73385254,-73.992357065,204.0,009500,40.746647,-73.993915,684.191787661,3425,4913,1416,2683,009500,129660033.725,006100,91682014.33,,0.0,009500,006100,28450.1123314,57488,250149,hub,hub,non_hub,584937.108907,4511119.86954,585084.940162,4509701.10308
+6220,6220,924,423.0,006100,,40.73385254,-73.992357065,560.0,009600,40.7560559011,-73.9803781461,915.91570222,153,4913,268,2683,009600,270304841.585,006100,91682014.33,,0.0,009600,006100,28450.1123314,71527,250149,hub,hub,non_hub,586067.819618,4512177.5145,585084.940162,4509701.10308
+6221,6221,2054,423.0,006100,,40.73385254,-73.992357065,396.0,009700,40.7493616033,-73.9991321067,864.431276587,4744,4913,2827,2683,009700,83018263.1602,006100,91682014.33,,0.0,009700,006100,28450.1123314,118804,250149,hub,hub,non_hub,584493.220017,4511416.17434,585084.940162,4509701.10308
+6222,6222,380,282.0,006100,,40.73385254,-73.992357065,280.0,009800,40.755285655,-73.96667288,1180.73927774,7105,4913,5244,2683,009800,115943808.909,006100,91682014.33,,0.0,009800,006100,28450.1123314,40039,250149,hub,hub,non_hub,587225.727282,4512105.54383,585084.940162,4509701.10308
+6223,6223,3058,705.0,006100,,40.73385254,-73.992357065,740.0,009900,40.7520807866,-74.0031899092,986.583415416,3617,4913,2438,2683,009900,404439511.776,006100,91682014.33,,0.0,009900,006100,28450.1123314,208076,250149,hub,hub,hub,584147.226991,4511714.12465,585084.940162,4509701.10308
+6224,6224,692,423.0,006100,,40.73385254,-73.992357065,484.0,010000,40.7583696933,-73.9710287767,1096.6076649,1829,4913,1399,2683,010000,366457143.613,006100,91682014.33,,0.0,010000,006100,28450.1123314,72085,250149,hub,hub,non_hub,586854.014885,4512443.57459,585084.940162,4509701.10308
+6225,6225,3147,423.0,006100,,40.73385254,-73.992357065,508.0,010100,40.74945622,-73.9903382667,728.197622864,1119,4913,828,2683,010100,246168211.101,006100,91682014.33,,0.0,010100,006100,28450.1123314,183377,250149,hub,hub,hub,585235.486219,4511435.18064,585084.940162,4509701.10308
+6226,6226,394,282.0,006100,,40.73385254,-73.992357065,324.0,010200,40.7606694,-73.973473555,1170.89771955,313,4913,268,2683,010200,333450202.294,006100,91682014.33,,0.0,010200,006100,28450.1123314,46675,250149,hub,hub,non_hub,586644.664817,4512696.44233,585084.940162,4509701.10308
+6227,6227,2446,282.0,006100,,40.73385254,-73.992357065,392.0,010300,40.751000495,-73.994372255,892.569864464,1859,4913,1351,2683,010300,141506056.87,006100,91682014.33,,0.0,010300,006100,28450.1123314,221593,250149,hub,hub,non_hub,584892.968075,4511602.69644,585084.940162,4509701.10308
+6228,6228,717,282.0,006100,,40.73385254,-73.992357065,300.0,010400,40.761664375,-73.976854975,1143.29204059,1031,4913,1033,2683,010400,363981333.295,006100,91682014.33,,0.0,010400,006100,28450.1123314,65073,250149,hub,hub,non_hub,586357.961325,4512803.55852,585084.940162,4509701.10308
+6229,6229,371,141.0,006100,,40.73385254,-73.992357065,132.0,010602,40.75849116,-73.95920622,1219.73076547,4794,4913,2963,2683,010602,67980898.3739,006100,91682014.33,,0.0,010602,006100,28450.1123314,22153,250149,hub,hub,non_hub,587851.796682,4512468.82754,585084.940162,4509701.10308
+6230,6230,674,423.0,006100,,40.73385254,-73.992357065,468.0,010800,40.7591736033,-73.96613818,1296.8903139,8531,4913,6272,2683,010800,189351523.799,006100,91682014.33,,0.0,010800,006100,28450.1123314,79198,250149,hub,hub,non_hub,587265.778542,4512537.66689,585084.940162,4509701.10308
+6231,6231,1179,282.0,006100,,40.73385254,-73.992357065,456.0,010900,40.751351715,-73.987594755,760.039632595,182,4913,92,2683,010900,228173063.011,006100,91682014.33,,0.0,010900,006100,28450.1123314,60092,250149,hub,hub,non_hub,585464.669441,4511648.26242,585084.940162,4509701.10308
+6232,6232,424,141.0,006100,,40.73385254,-73.992357065,236.0,011201,40.7643971,-73.97371465,1230.74469256,827,4913,964,2683,011201,118515444.187,006100,91682014.33,,0.0,011201,006100,28450.1123314,41525,250149,hub,hub,non_hub,586619.474659,4513110.00718,585084.940162,4509701.10308
+6233,6233,398,141.0,006100,,40.73385254,-73.992357065,132.0,011203,40.76095756,-73.96724467,1315.56231161,1176,4913,1160,2683,011203,143782379.009,006100,91682014.33,,0.0,011203,006100,28450.1123314,48033,250149,hub,hub,non_hub,587170.050102,4512734.59972,585084.940162,4509701.10308
+6234,6234,3801,564.0,006100,,40.73385254,-73.992357065,792.0,011300,40.7548008425,-73.9888010575,901.248902413,204,4913,107,2683,011300,357940519.061,006100,91682014.33,,0.0,011300,006100,28450.1123314,236650,250149,hub,hub,hub,585358.423228,4512029.96675,585084.940162,4509701.10308
+6235,6235,1074,282.0,006100,,40.73385254,-73.992357065,328.0,011500,40.75701407,-73.992353645,1039.42035138,2487,4913,1678,2683,011500,130958459.747,006100,91682014.33,,0.0,011500,006100,28450.1123314,103294,250149,hub,hub,non_hub,585055.712647,4512272.20178,585084.940162,4509701.10308
+6236,6236,619,282.0,006100,,40.73385254,-73.992357065,336.0,011700,40.76058799,-74.00080945,1251.18776148,2938,4913,2304,2683,011700,91270705.1484,006100,91682014.33,,0.0,011700,006100,28450.1123314,73016,250149,hub,hub,non_hub,584337.427395,4512660.77158,585084.940162,4509701.10308
+6237,6237,463,141.0,006100,,40.73385254,-73.992357065,136.0,011900,40.7568001,-73.98291153,961.014544125,1079,4913,1121,2683,011900,395254501.74,006100,91682014.33,,0.0,011900,006100,28450.1123314,39976,250149,hub,hub,non_hub,585853.012005,4512257.64444,585084.940162,4509701.10308
+6238,6238,1105,423.0,006100,,40.73385254,-73.992357065,436.0,012100,40.7598593767,-73.9914900133,1175.03572117,8366,4913,5744,2683,012100,101223732.045,006100,91682014.33,,0.0,012100,006100,28450.1123314,132767,250149,hub,hub,non_hub,585124.983126,4512588.88932,585084.940162,4509701.10308
+6239,6239,465,141.0,006100,,40.73385254,-73.992357065,204.0,012500,40.76064679,-73.98442659,1079.64270089,2439,4913,2096,2683,012500,322911522.418,006100,91682014.33,,0.0,012500,006100,28450.1123314,45486,250149,hub,hub,non_hub,585720.180916,4512683.17447,585084.940162,4509701.10308
+6240,6240,846,282.0,006100,,40.73385254,-73.992357065,336.0,012700,40.762485435,-73.990447135,1166.01380604,6437,4913,4434,2683,012700,104637996.687,006100,91682014.33,,0.0,012700,006100,28450.1123314,83393,250149,hub,hub,non_hub,585209.656415,4512881.41361,585084.940162,4509701.10308
+6241,6241,291,141.0,006100,,40.73385254,-73.992357065,96.0,012900,40.76341379,-73.99667444,1364.19933146,5312,4913,3621,2683,012900,158698340.053,006100,91682014.33,,0.0,012900,006100,28450.1123314,28661,250149,hub,hub,non_hub,584682.864463,4512978.43901,585084.940162,4509701.10308
+6242,6242,1083,423.0,006100,,40.73385254,-73.992357065,640.0,013100,40.7621295133,-73.98215453,1076.46899315,2489,4913,2283,2683,013100,405023451.28,006100,91682014.33,,0.0,013100,006100,28450.1123314,107228,250149,hub,hub,non_hub,585910.04945,4512849.98999,585084.940162,4509701.10308
+6243,6243,585,423.0,006100,,40.73385254,-73.992357065,404.0,013300,40.7647250567,-73.9866537633,1282.41559529,5363,4913,3909,2683,013300,79847412.2593,006100,91682014.33,,0.0,013300,006100,28450.1123314,89810,250149,hub,hub,non_hub,585526.963405,4513133.71926,585084.940162,4509701.10308
+6244,6244,679,282.0,006100,,40.73385254,-73.992357065,260.0,013500,40.766984435,-73.99227308,1290.16312707,6075,4913,3935,2683,013500,198199142.958,006100,91682014.33,,0.0,013500,006100,28450.1123314,64723,250149,hub,hub,non_hub,585049.80204,4513379.06475,585084.940162,4509701.10308
+6245,6245,854,282.0,006100,,40.73385254,-73.992357065,392.0,013700,40.766109285,-73.981808355,1327.00634747,6557,4913,5442,2683,013700,314878324.419,006100,91682014.33,,0.0,013700,006100,28450.1123314,91142,250149,hub,hub,non_hub,585934.141665,4513292.1137,585084.940162,4509701.10308
+6246,6246,147,141.0,006100,,40.73385254,-73.992357065,108.0,013900,40.768254,-73.988639,1446.90367697,7607,4913,7359,2683,013900,139918084.587,006100,91682014.33,,0.0,013900,006100,28450.1123314,26390,250149,hub,hub,non_hub,585354.890073,4513523.52534,585084.940162,4509701.10308
+6247,6247,267,141.0,006100,,40.73385254,-73.992357065,196.0,014300,40.76590936,-73.97634151,1318.17219203,3,4913,0,2683,014300,50027992.3322,006100,91682014.33,,0.0,014300,006100,28450.1123314,21051,250149,hub,hub,non_hub,586395.803012,4513275.28949,585084.940162,4509701.10308
+6248,6248,688,141.0,006100,,40.73385254,-73.992357065,144.0,014500,40.76915505,-73.98191841,1543.22627035,5811,4913,3462,2683,014500,253397343.373,006100,91682014.33,,0.0,014500,006100,28450.1123314,68350,250149,hub,hub,non_hub,585920.929601,4513630.10902,585084.940162,4509701.10308
+6249,6249,430,141.0,006100,,40.73385254,-73.992357065,220.0,014700,40.770513,-73.988038,1219.67461764,2586,4913,1743,2683,014700,70871746.8417,006100,91682014.33,,0.0,014700,006100,28450.1123314,35099,250149,hub,hub,non_hub,585402.720353,4513774.87644,585084.940162,4509701.10308
+6250,6250,141,141.0,006100,,40.73385254,-73.992357065,144.0,015100,40.771522,-73.990541,1701.76974685,8105,4913,4856,2683,015100,164953931.102,006100,91682014.33,,0.0,015100,006100,28450.1123314,17578,250149,hub,hub,non_hub,585190.192062,4513884.4495,585084.940162,4509701.10308
+6251,6251,1945,282.0,006100,,40.73385254,-73.992357065,280.0,031703,40.71644312,-74.014902115,1178.33613676,8670,4913,4231,2683,031703,332361109.355,006100,91682014.33,,0.0,031703,006100,28450.1123314,136082,250149,hub,hub,non_hub,583202.897614,4507746.93647,585084.940162,4509701.10308
+6252,6252,1241,423.0,006100,,40.73385254,-73.992357065,392.0,031704,40.7085171733,-74.0165557667,1417.02082052,6610,4913,3790,2683,031704,160823714.408,006100,91682014.33,,0.0,031704,006100,28450.1123314,105244,250149,hub,hub,non_hub,583073.076824,4506865.54027,585084.940162,4509701.10308
+6253,6253,1278,423.0,006100,,40.73385254,-73.992357065,340.0,000600,40.7128987867,-73.9898646367,1031.19565116,11558,4913,4083,2683,000600,59149181.7526,006100,91682014.33,,0.0,000600,006100,28450.1123314,70053,250149,hub,hub,non_hub,585322.159723,4507377.5136,585084.940162,4509701.10308
+6254,6254,135,90.0,006200,,40.7381765,-73.97738662,54.0,000202,40.71318002,-73.9818904933,1187.60531455,8012,4680,3598,1401,000202,37878157.9781,006200,231817485.533,,0.0,000202,006200,21243.4705615,56352,32285,hub,hub,non_hub,585995.353038,4507416.50937,586343.467107,4510195.70961
+6255,6255,538,210.0,006200,,40.7381765,-73.97738662,258.0,000700,40.70581148,-74.0081572071,1534.46810887,7722,4680,5201,1401,000700,476954959.734,006200,231817485.533,,0.0,000700,006200,21243.4705615,160040,32285,hub,hub,non_hub,583785.918305,4506573.16797,586343.467107,4510195.70961
+6256,6256,70,60.0,006200,,40.7381765,-73.97738662,47.0,000800,40.712414475,-73.993471545,1248.81991744,10365,4680,4150,1401,000800,46479755.076,006200,231817485.533,,0.0,000800,006200,21243.4705615,34254,32285,hub,hub,non_hub,585018.109713,4507320.25418,586343.467107,4510195.70961
+6257,6257,212,90.0,006200,,40.7381765,-73.97738662,97.0,000900,40.7024745833,-74.01224785,1653.33295494,1140,4680,939,1401,000900,404341803.896,006200,231817485.533,,0.0,000900,006200,21243.4705615,46446,32285,hub,hub,non_hub,583444.520998,4506198.85784,586343.467107,4510195.70961
+6258,6258,85,30.0,006200,,40.7381765,-73.97738662,19.0,001002,40.71782143,-73.97628939,1025.42352941,6439,4680,2346,1401,001002,22763374.2099,006200,231817485.533,,0.0,001002,006200,21243.4705615,15916,32285,hub,hub,non_hub,586462.45635,4507937.23607,586343.467107,4510195.70961
+6259,6259,58,60.0,006200,,40.7381765,-73.97738662,46.0,001200,40.717364275,-73.982955325,1072.12009804,3547,4680,1857,1401,001200,23518220.7411,006200,231817485.533,,0.0,001200,006200,21243.4705615,36493,32285,hub,hub,non_hub,585900.031125,4507879.94738,586343.467107,4510195.70961
+6260,6260,16,30.0,006200,,40.7381765,-73.97738662,36.0,001300,40.70463334,-74.01361706,1880.5625,3776,4680,3028,1401,001300,286606455.687,006200,231817485.533,,0.0,001300,006200,21243.4705615,27671,32285,hub,hub,non_hub,583326.158808,4506437.19368,586343.467107,4510195.70961
+6261,6261,40,30.0,006200,,40.7381765,-73.97738662,28.0,001401,40.71559509,-73.9870295,1034.65,3289,4680,1708,1401,001401,20168722.3199,006200,231817485.533,,0.0,001401,006200,21243.4705615,26885,32285,hub,hub,non_hub,585558.18429,4507679.57909,586343.467107,4510195.70961
+6262,6262,62,60.0,006200,,40.7381765,-73.97738662,67.0,001501,40.70966832,-74.003597135,1475.16353187,5581,4680,3450,1401,001501,172466366.322,006200,231817485.533,,0.0,001501,006200,21243.4705615,27425,32285,hub,hub,non_hub,584166.279828,4507005.66129,586343.467107,4510195.70961
+6263,6263,173,90.0,006200,,40.7381765,-73.97738662,123.0,001502,40.7088053467,-74.00635276,1576.23737788,7095,4680,3459,1401,001502,221282059.103,006200,231817485.533,,0.0,001502,006200,21243.4705615,82052,32285,hub,hub,non_hub,583934.59195,4506907.22889,586343.467107,4510195.70961
+6264,6264,257,90.0,006200,,40.7381765,-73.97738662,107.0,001600,40.7153350167,-73.9943926833,1199.82635732,8236,4680,3242,1401,001600,76565505.7581,006200,231817485.533,,0.0,001600,006200,21243.4705615,82798,32285,hub,hub,non_hub,584936.591099,4507643.5622,586343.467107,4510195.70961
+6265,6265,445,120.0,006200,,40.7381765,-73.97738662,154.0,001800,40.7193657075,-73.9906468425,845.236743199,8063,4680,3489,1401,001800,60554858.5127,006200,231817485.533,,0.0,001800,006200,21243.4705615,133306,32285,hub,hub,non_hub,585247.838585,4508094.62497,586343.467107,4510195.70961
+6266,6266,77,60.0,006200,,40.7381765,-73.97738662,46.0,002000,40.721554605,-73.977309405,819.776515152,4795,4680,1899,1401,002000,17907673.5628,006200,231817485.533,,0.0,002000,006200,21243.4705615,31656,32285,hub,hub,non_hub,586371.478696,4508350.63994,586343.467107,4510195.70961
+6267,6267,46,120.0,006200,,40.7381765,-73.97738662,102.0,002100,40.71451321,-74.0108850975,1839.73727376,6111,4680,3038,1401,002100,273869828.705,006200,231817485.533,,0.0,002100,006200,21243.4705615,151037,32285,hub,hub,non_hub,583544.598931,4507536.51732,586343.467107,4510195.70961
+6268,6268,51,60.0,006200,,40.7381765,-73.97738662,44.0,002201,40.71833027,-73.980972895,827.789285714,6762,4680,3030,1401,002201,37585954.9949,006200,231817485.533,,0.0,002201,006200,21243.4705615,26391,32285,hub,hub,non_hub,586066.226443,4507989.12022,586343.467107,4510195.70961
+6269,6269,67,30.0,006200,,40.7381765,-73.97738662,31.0,002202,40.7208736,-73.98085795,641.940298507,2256,4680,1045,1401,002202,13179093.8977,006200,231817485.533,,0.0,002202,006200,21243.4705615,23935,32285,hub,hub,non_hub,586072.658368,4508271.55961,586343.467107,4510195.70961
+6270,6270,82,60.0,006200,,40.7381765,-73.97738662,48.0,002400,40.724744875,-73.974986535,763.067915691,5775,4680,2175,1401,002400,17986635.5592,006200,231817485.533,,0.0,002400,006200,21243.4705615,17965,32285,hub,hub,non_hub,586563.526382,4508707.06897,586343.467107,4510195.70961
+6271,6271,40,60.0,006200,,40.7381765,-73.97738662,62.0,002500,40.7111743,-73.99849582,1322.57017544,5061,4680,1917,1401,002500,22428407.6271,006200,231817485.533,,0.0,002500,006200,21243.4705615,28216,32285,hub,hub,non_hub,584595.28909,4507177.73549,586343.467107,4510195.70961
+6272,6272,95,30.0,006200,,40.7381765,-73.97738662,31.0,002601,40.72299208,-73.97995466,628.515789474,3774,4680,1593,1401,002601,22248722.3098,006200,231817485.533,,0.0,002601,006200,21243.4705615,22144,32285,hub,hub,non_hub,586146.216204,4508507.61099,586343.467107,4510195.70961
+6273,6273,14,30.0,006200,,40.7381765,-73.97738662,27.0,002700,40.71307916,-73.99851193,1322.21428571,1191,4680,655,1401,002700,11349914.9514,006200,231817485.533,,0.0,002700,006200,21243.4705615,20570,32285,hub,hub,non_hub,584591.517275,4507389.17181,586343.467107,4510195.70961
+6274,6274,192,30.0,006200,,40.7381765,-73.97738662,32.0,002800,40.72521311,-73.97768752,610.3125,7302,4680,3341,1401,002800,47641507.3146,006200,231817485.533,,0.0,002800,006200,21243.4705615,36744,32285,hub,hub,non_hub,586334.816403,4508756.38709,586343.467107,4510195.70961
+6275,6275,38,30.0,006200,,40.7381765,-73.97738662,43.0,002900,40.71602118,-73.99974372,1584.39473684,5855,4680,2420,1401,002900,200965547.24,006200,231817485.533,,0.0,002900,006200,21243.4705615,31936,32285,hub,hub,non_hub,584483.752153,4507714.56961,586343.467107,4510195.70961
+6276,6276,43,30.0,006200,,40.7381765,-73.97738662,35.0,003001,40.72066442,-73.98517977,983.325581395,4301,4680,2553,1401,003001,34302720.7166,006200,231817485.533,,0.0,003001,006200,21243.4705615,41223,32285,hub,hub,non_hub,585707.91731,4508244.11218,586343.467107,4510195.70961
+6277,6277,89,30.0,006200,,40.7381765,-73.97738662,37.0,003002,40.72217444,-73.98368779,791.460674157,3031,4680,1885,1401,003002,18686109.2263,006200,231817485.533,,0.0,003002,006200,21243.4705615,38675,32285,hub,hub,non_hub,585831.986427,4508413.19181,586343.467107,4510195.70961
+6278,6278,82,90.0,006200,,40.7381765,-73.97738662,121.0,003100,40.7140617467,-74.0041933367,1435.09966777,2809,4680,858,1401,003100,145687012.574,006200,231817485.533,,0.0,003100,006200,21243.4705615,81469,32285,hub,hub,non_hub,584110.388584,4507492.78891,586343.467107,4510195.70961
+6279,6279,754,90.0,006200,,40.7381765,-73.97738662,100.0,003200,40.7260543867,-73.9823576167,576.367780351,7630,4680,4888,1401,003200,46369492.482,006200,231817485.533,,0.0,003200,006200,21243.4705615,138064,32285,hub,hub,non_hub,585939.335766,4508845.19329,586343.467107,4510195.70961
+6280,6280,99,150.0,006200,,40.7381765,-73.97738662,173.0,003300,40.7188239521,-74.00632972,1392.87157576,5174,4680,2694,1401,003300,215459582.054,006200,231817485.533,,0.0,003300,006200,21243.4705615,115059,32285,hub,hub,non_hub,583923.956072,4508019.38108,586343.467107,4510195.70961
+6281,6281,129,30.0,006200,,40.7381765,-73.97738662,39.0,003400,40.72955361,-73.98057249,543.837209302,6706,4680,4203,1401,003400,42933229.7541,006200,231817485.533,,0.0,003400,006200,21243.4705615,47926,32285,hub,hub,non_hub,586085.581298,4509235.37985,586343.467107,4510195.70961
+6282,6282,146,60.0,006200,,40.7381765,-73.97738662,66.0,003601,40.72217423,-73.990293175,758.316389784,3299,4680,1613,1401,003601,29191583.8104,006200,231817485.533,,0.0,003601,006200,21243.4705615,77585,32285,hub,hub,non_hub,585274.124459,4508406.73315,586343.467107,4510195.70961
+6283,6283,506,60.0,006200,,40.7381765,-73.97738662,62.0,003602,40.724852985,-73.989265345,650.572560045,2918,4680,1586,1401,003602,24941258.1161,006200,231817485.533,,0.0,003602,006200,21243.4705615,82124,32285,hub,hub,non_hub,585357.507872,4508705.09166,586343.467107,4510195.70961
+6284,6284,306,120.0,006200,,40.7381765,-73.97738662,148.0,003700,40.7256696075,-74.0052069325,1203.770131,2401,4680,1490,1401,003700,212385639.924,006200,231817485.533,,0.0,003700,006200,21243.4705615,173333,32285,hub,hub,non_hub,584010.178026,4508780.36793,586343.467107,4510195.70961
+6285,6285,883,120.0,006200,,40.7381765,-73.97738662,160.0,003800,40.72765889,-73.988195855,610.281785342,8610,4680,5795,1401,003800,67437493.5221,006200,231817485.533,,0.0,003800,006200,21243.4705615,167230,32285,hub,hub,non_hub,585444.239635,4509017.60641,586343.467107,4510195.70961
+6286,6286,62,120.0,006200,,40.7381765,-73.97738662,106.0,003900,40.7201717475,-74.00983051,1583.43589744,5253,4680,3059,1401,003900,194910113.03,006200,231817485.533,,0.0,003900,006200,21243.4705615,113624,32285,hub,hub,non_hub,583626.593058,4508165.65565,586343.467107,4510195.70961
+6287,6287,499,60.0,006200,,40.7381765,-73.97738662,66.0,004000,40.73000573,-73.98549552,492.500218199,9801,4680,4546,1401,004000,66858387.5133,006200,231817485.533,,0.0,004000,006200,21243.4705615,99660,32285,hub,hub,non_hub,585669.269443,4509280.75306,586343.467107,4510195.70961
+6288,6288,196,60.0,006200,,40.7381765,-73.97738662,64.0,004100,40.7195529,-73.996789035,1238.33095238,7793,4680,3765,1401,004100,71738983.3617,006200,231817485.533,,0.0,004100,006200,21243.4705615,114685,32285,hub,hub,non_hub,584728.836557,4508109.46034,586343.467107,4510195.70961
+6289,6289,134,30.0,006200,,40.7381765,-73.97738662,35.0,004200,40.73223272,-73.98889957,613.917910448,4988,4680,1801,1401,004200,39941846.3325,006200,231817485.533,,0.0,004200,006200,21243.4705615,50846,32285,hub,hub,non_hub,585378.96492,4509524.64843,586343.467107,4510195.70961
+6290,6290,163,60.0,006200,,40.7381765,-73.97738662,67.0,004300,40.723870235,-73.995226525,878.346543779,4267,4680,2598,1401,004300,65935514.1184,006200,231817485.533,,0.0,004300,006200,21243.4705615,95162,32285,hub,hub,non_hub,584855.320992,4508590.22212,586343.467107,4510195.70961
+6291,6291,1519,60.0,006200,,40.7381765,-73.97738662,60.0,004400,40.73080269,-73.97968993,400.83106383,17710,4680,8297,1401,004400,114601147.016,006200,231817485.533,,0.0,004400,006200,21243.4705615,106427,32285,hub,hub,non_hub,586158.498991,4509374.90208,586343.467107,4510195.70961
+6292,6292,31,30.0,006200,,40.7381765,-73.97738662,27.0,004500,40.71910537,-73.99973337,1208.70967742,840,4680,582,1401,004500,52009114.8865,006200,231817485.533,,0.0,004500,006200,21243.4705615,34275,32285,hub,hub,non_hub,584480.726971,4508056.94497,586343.467107,4510195.70961
+6293,6293,22,30.0,006200,,40.7381765,-73.97738662,39.0,004700,40.72165481,-74.00234737,1220.72727273,2267,4680,1586,1401,004700,75477587.1594,006200,231817485.533,,0.0,004700,006200,21243.4705615,27544,32285,hub,hub,non_hub,584256.734795,4508337.43837,586343.467107,4510195.70961
+6294,6294,147,30.0,006200,,40.7381765,-73.97738662,35.0,004800,40.73624527,-73.98473765,403.204081633,7550,4680,3799,1401,004800,74763044.6965,006200,231817485.533,,0.0,004800,006200,21243.4705615,42567,32285,hub,hub,non_hub,585725.258797,4509974.12516,586343.467107,4510195.70961
+6295,6295,87,60.0,006200,,40.7381765,-73.97738662,73.0,004900,40.724268615,-74.000521515,1032.79745493,4951,4680,3054,1401,004900,103848670.177,006200,231817485.533,,0.0,004900,006200,21243.4705615,80152,32285,hub,hub,non_hub,584407.63728,4508629.34168,586343.467107,4510195.70961
+6296,6296,902,90.0,006200,,40.7381765,-73.97738662,93.0,005000,40.7359163467,-73.9873427633,474.616533378,5061,4680,3595,1401,005000,120638459.215,006200,231817485.533,,0.0,005000,006200,21243.4705615,111023,32285,hub,hub,non_hub,585505.709717,4509935.07175,586343.467107,4510195.70961
+6297,6297,683,60.0,006200,,40.7381765,-73.97738662,106.0,005200,40.73715585,-73.991241315,655.284432387,4193,4680,1785,1401,005200,109103391.81,006200,231817485.533,,0.0,005200,006200,21243.4705615,159876,32285,hub,hub,non_hub,585174.941657,4510068.87544,586343.467107,4510195.70961
+6298,6298,212,30.0,006200,,40.7381765,-73.97738662,47.0,005400,40.73971301,-73.99456405,684.452830189,4656,4680,2837,1401,005400,128803552.888,006200,231817485.533,,0.0,005400,006200,21243.4705615,73728,32285,hub,hub,non_hub,584891.129718,4510349.51956,586343.467107,4510195.70961
+6299,6299,138,30.0,006200,,40.7381765,-73.97738662,30.0,005501,40.72679454,-73.99695094,943.688405797,5079,4680,2483,1401,005501,61061928.4125,006200,231817485.533,,0.0,005501,006200,21243.4705615,57258,32285,hub,hub,non_hub,584705.980012,4508913.17477,586343.467107,4510195.70961
+6300,6300,133,30.0,006200,,40.7381765,-73.97738662,27.0,005502,40.72743423,-73.99379025,806.338345865,2383,4680,1262,1401,005502,49017118.6146,006200,231817485.533,,0.0,005502,006200,21243.4705615,55117,32285,hub,hub,non_hub,584972.085912,4508987.23863,586343.467107,4510195.70961
+6301,6301,1279,60.0,006200,,40.7381765,-73.97738662,95.0,005600,40.74065347,-73.98778661,393.870463863,2618,4680,2190,1401,005600,189153355.609,006200,231817485.533,,0.0,005600,006200,21243.4705615,113209,32285,hub,hub,non_hub,585462.168743,4510460.49357,586343.467107,4510195.70961
+6302,6302,516,60.0,006200,,40.7381765,-73.97738662,82.0,005700,40.729662915,-73.992405595,761.393915477,2937,4680,1789,1401,005700,90178032.7137,006200,231817485.533,,0.0,005700,006200,21243.4705615,156896,32285,hub,hub,non_hub,585086.179601,4509235.9788,586343.467107,4510195.70961
+6303,6303,799,60.0,006200,,40.7381765,-73.97738662,87.0,005800,40.743154205,-73.990299735,560.984070857,3182,4680,2306,1401,005800,164037511.755,006200,231817485.533,,0.0,005800,006200,21243.4705615,130970,32285,hub,hub,non_hub,585246.786708,4510735.64918,586343.467107,4510195.70961
+6304,6304,290,30.0,006200,,40.7381765,-73.97738662,31.0,005900,40.73049393,-73.9957214,856.020689655,5516,4680,3276,1401,005900,71785177.1361,006200,231817485.533,,0.0,005900,006200,21243.4705615,53180,32285,hub,hub,non_hub,584805.117402,4509325.01914,586343.467107,4510195.70961
+6305,6305,468,60.0,006200,,40.7381765,-73.97738662,63.0,006000,40.734822295,-73.976916765,499.743239055,5286,4680,2459,1401,006000,27468182.8943,006200,231817485.533,,0.0,006000,006200,21243.4705615,80462,32285,hub,hub,non_hub,586387.478737,4509823.83141,586343.467107,4510195.70961
+6306,6306,773,120.0,006200,,40.7381765,-73.97738662,141.0,006100,40.73385254,-73.992357065,740.898652897,4913,4680,2683,1401,006100,91682014.33,006200,231817485.533,,0.0,006100,006200,21243.4705615,245510,32285,hub,hub,non_hub,585084.940162,4509701.10308,586343.467107,4510195.70961
+6307,6307,180,90.0,006200,,40.7381765,-73.97738662,99.0,006300,40.7346940933,-73.99785666,834.366523972,6076,4680,4277,1401,006300,85447631.8451,006200,231817485.533,,0.0,006300,006200,21243.4705615,120233,32285,hub,hub,non_hub,584619.48321,4509789.20591,586343.467107,4510195.70961
+6308,6308,193,30.0,006200,,40.7381765,-73.97738662,39.0,006400,40.73587678,-73.98205027,340.202072539,7518,4680,5058,1401,006400,95664936.1545,006200,231817485.533,,0.0,006400,006200,21243.4705615,47750,32285,hub,hub,non_hub,585952.649806,4509935.84788,586343.467107,4510195.70961
+6309,6309,385,90.0,006200,,40.7381765,-73.97738662,106.0,006500,40.7306296367,-73.9991423,917.668895971,6517,4680,3568,1401,006500,59290910.3694,006200,231817485.533,,0.0,006500,006200,21243.4705615,125356,32285,hub,hub,non_hub,584516.067395,4509336.78488,586343.467107,4510195.70961
+6310,6310,414,60.0,006200,,40.7381765,-73.97738662,82.0,006600,40.739285505,-73.97827188,648.92173913,11780,4680,6818,1401,006600,84730469.4548,006200,231817485.533,,0.0,006600,006200,21243.4705615,74621,32285,hub,hub,non_hub,586267.286922,4510317.94668,586343.467107,4510195.70961
+6311,6311,167,30.0,006200,,40.7381765,-73.97738662,39.0,006700,40.73038599,-74.00214988,976.958083832,4984,4680,3796,1401,006700,47238039.9972,006200,231817485.533,,0.0,006700,006200,21243.4705615,70025,32285,hub,hub,non_hub,584262.399901,4509306.84766,586343.467107,4510195.70961
+6312,6312,624,30.0,006200,,40.7381765,-73.97738662,39.0,006800,40.74025878,-73.98409214,360.663461538,6735,4680,4494,1401,006800,130298431.446,006200,231817485.533,,0.0,006800,006200,21243.4705615,58926,32285,hub,hub,non_hub,585774.608423,4510420.28363,586343.467107,4510195.70961
+6313,6313,123,60.0,006200,,40.7381765,-73.97738662,67.0,006900,40.732319905,-74.0069291,1167.60934744,2687,4680,1484,1401,006900,61292499.9331,006200,231817485.533,,0.0,006900,006200,21243.4705615,130727,32285,hub,hub,non_hub,583856.38945,4509516.94969,586343.467107,4510195.70961
+6314,6314,1796,90.0,006200,,40.7381765,-73.97738662,127.0,007000,40.7425409502,-73.9756646143,330.227611618,8302,4680,5669,1401,007000,78634704.8451,006200,231817485.533,,0.0,007000,006200,21243.4705615,145227,32285,hub,hub,non_hub,586483.212013,4510681.88989,586343.467107,4510195.70961
+6315,6315,124,60.0,006200,,40.7381765,-73.97738662,71.0,007100,40.736526545,-74.000108805,886.569686411,5633,4680,3844,1401,007100,68447429.2743,006200,231817485.533,,0.0,007100,006200,21243.4705615,79459,32285,hub,hub,non_hub,584426.995774,4509990.4524,586343.467107,4510195.70961
+6316,6316,986,90.0,006200,,40.7381765,-73.97738662,126.0,007200,40.7447014833,-73.98154809,460.768505958,7734,4680,5222,1401,007200,132092861.454,006200,231817485.533,,0.0,007200,006200,21243.4705615,157612,32285,hub,hub,non_hub,585983.687715,4510915.94446,586343.467107,4510195.70961
+6317,6317,94,60.0,006200,,40.7381765,-73.97738662,59.0,007300,40.734682705,-74.00388484,1038.44230769,5615,4680,4547,1401,007300,48716185.79,006200,231817485.533,,0.0,007300,006200,21243.4705615,92567,32285,hub,hub,non_hub,584110.479319,4509782.14883,586343.467107,4510195.70961
+6318,6318,321,60.0,006200,,40.7381765,-73.97738662,86.0,007400,40.746413585,-73.98586892,586.188532927,4179,4680,2700,1401,007400,170614202.951,006200,231817485.533,,0.0,007400,006200,21243.4705615,81121,32285,hub,hub,non_hub,585616.696258,4511101.7763,586343.467107,4510195.70961
+6319,6319,461,60.0,006200,,40.7381765,-73.97738662,69.0,007600,40.74737476,-73.988320695,680.406571695,2203,4680,1573,1401,007600,242014413.464,006200,231817485.533,,0.0,007600,006200,21243.4705615,97464,32285,hub,hub,non_hub,585408.475283,4511206.08492,586343.467107,4510195.70961
+6320,6320,58,30.0,006200,,40.7381765,-73.97738662,43.0,007700,40.7390169121,-74.0026376103,1126.37931034,5404,4680,4254,1401,007700,59306273.1509,006200,231817485.533,,0.0,007700,006200,21243.4705615,79025,32285,hub,hub,non_hub,584210.329106,4510264.47156,586343.467107,4510195.70961
+6321,6321,708,30.0,006200,,40.7381765,-73.97738662,39.0,007800,40.74780373,-73.9734419,484.621468927,7380,4680,5372,1401,007800,112124597.728,006200,231817485.533,,0.0,007800,006200,21243.4705615,59601,32285,hub,hub,non_hub,586664.043115,4511268.28888,586343.467107,4510195.70961
+6322,6322,135,150.0,006200,,40.7381765,-73.97738662,174.0,007900,40.738916514,-74.007286026,1099.04435203,4406,4680,2904,1401,007900,86937368.5918,006200,231817485.533,,0.0,007900,006200,21243.4705615,171846,32285,hub,hub,non_hub,583817.969395,4510248.87788,586343.467107,4510195.70961
+6323,6323,519,60.0,006200,,40.7381765,-73.97738662,71.0,008000,40.7485693,-73.97717991,579.543722222,4946,4680,3730,1401,008000,197763821.532,006200,231817485.533,,0.0,008000,006200,21243.4705615,74808,32285,hub,hub,non_hub,586347.477591,4511349.58844,586343.467107,4510195.70961
+6324,6324,51,30.0,006200,,40.7381765,-73.97738662,39.0,008100,40.73935542,-73.99931783,863.843137255,8675,4680,5315,1401,008100,91100400.6907,006200,231817485.533,,0.0,008100,006200,21243.4705615,53195,32285,hub,hub,non_hub,584490.204148,4510305.23824,586343.467107,4510195.70961
+6325,6325,1031,90.0,006200,,40.7381765,-73.97738662,175.0,008200,40.7519821028,-73.9794610235,694.706494062,3442,4680,2534,1401,008200,262405408.076,006200,231817485.533,,0.0,008200,006200,21243.4705615,228612,32285,hub,hub,non_hub,586150.495425,4511726.19275,586343.467107,4510195.70961
+6326,6326,222,120.0,006200,,40.7381765,-73.97738662,119.0,008300,40.742591315,-74.004102785,1081.19453544,4211,4680,2321,1401,008300,119862327.354,006200,231817485.533,,0.0,008300,006200,21243.4705615,186113,32285,hub,hub,non_hub,584082.11654,4510659.85081,586343.467107,4510195.70961
+6327,6327,64,30.0,006200,,40.7381765,-73.97738662,38.0,008400,40.75038009,-73.98338988,760.765625,1726,4680,1041,1401,008400,147824461.739,006200,231817485.533,,0.0,008400,006200,21243.4705615,34199,32285,hub,hub,non_hub,585820.889203,4511544.50828,586343.467107,4510195.70961
+6328,6328,127,30.0,006200,,40.7381765,-73.97738662,43.0,008601,40.744219,-73.97121214,698.015748031,2551,4680,1528,1401,008601,31141773.9073,006200,231817485.533,,0.0,008601,006200,21243.4705615,31961,32285,hub,hub,non_hub,586856.951039,4510872.56191,586343.467107,4510195.70961
+6329,6329,528,60.0,006200,,40.7381765,-73.97738662,78.0,008700,40.74206378,-73.995708955,704.78646415,6671,4680,4249,1401,008700,85660216.7821,006200,231817485.533,,0.0,008700,006200,21243.4705615,152953,32285,hub,hub,non_hub,584791.475936,4510609.36503,586343.467107,4510195.70961
+6330,6330,653,60.0,006200,,40.7381765,-73.97738662,78.0,008800,40.75012189,-73.970133575,627.275674903,6964,4680,5507,1401,008800,216532475.876,006200,231817485.533,,0.0,008800,006200,21243.4705615,43247,32285,hub,hub,non_hub,586940.323322,4511528.89362,586343.467107,4510195.70961
+6331,6331,260,90.0,006200,,40.7381765,-73.97738662,120.0,008900,40.74529008,-74.0021768567,889.153352332,5560,4680,3511,1401,008900,54419260.2723,006200,231817485.533,,0.0,008900,006200,21243.4705615,158638,32285,hub,hub,non_hub,584241.316685,4510961.27944,586343.467107,4510195.70961
+6332,6332,371,90.0,006200,,40.7381765,-73.97738662,110.0,009000,40.75261798,-73.9703317533,733.728306667,7026,4680,5832,1401,009000,208846060.851,006200,231817485.533,,0.0,009000,006200,21243.4705615,74531,32285,hub,hub,non_hub,586920.342162,4511805.78171,586343.467107,4510195.70961
+6333,6333,184,30.0,006200,,40.7381765,-73.97738662,39.0,009100,40.74487634,-73.99529885,709.407608696,6415,4680,4386,1401,009100,127325659.041,006200,231817485.533,,0.0,009100,006200,21243.4705615,63878,32285,hub,hub,non_hub,584822.527687,4510921.97538,586343.467107,4510195.70961
+6334,6334,201,60.0,006200,,40.7381765,-73.97738662,110.0,009200,40.7548518863,-73.9734329075,832.906942496,1754,4680,1461,1401,009200,408192557.246,006200,231817485.533,,0.0,009200,006200,21243.4705615,72226,32285,hub,hub,non_hub,586655.650548,4512050.69496,586343.467107,4510195.70961
+6335,6335,72,30.0,006200,,40.7381765,-73.97738662,39.0,009300,40.74475148,-73.99915362,833.166666667,9705,4680,5585,1401,009300,68528055.2433,006200,231817485.533,,0.0,009300,006200,21243.4705615,52202,32285,hub,hub,non_hub,584497.239363,4510904.39701,586343.467107,4510195.70961
+6336,6336,174,30.0,006200,,40.7381765,-73.97738662,31.0,009400,40.75320159,-73.9779874,768.436781609,29,4680,16,1401,009400,299218147.811,006200,231817485.533,,0.0,009400,006200,21243.4705615,82147,32285,hub,hub,non_hub,586273.319314,4511863.01244,586343.467107,4510195.70961
+6337,6337,293,30.0,006200,,40.7381765,-73.97738662,51.0,009500,40.746647,-73.993915,651.883959044,3425,4680,1416,1401,009500,129660033.725,006200,231817485.533,,0.0,009500,006200,21243.4705615,57488,32285,hub,hub,non_hub,584937.108907,4511119.86954,586343.467107,4510195.70961
+6338,6338,197,90.0,006200,,40.7381765,-73.97738662,140.0,009600,40.7560368639,-73.9803605827,890.739962652,153,4680,268,1401,009600,270304841.585,006200,231817485.533,,0.0,009600,006200,21243.4705615,71527,32285,hub,hub,non_hub,586069.326747,4512175.41845,586343.467107,4510195.70961
+6339,6339,198,90.0,006200,,40.7381765,-73.97738662,99.0,009700,40.7493616033,-73.9991321067,910.970599327,4744,4680,2827,1401,009700,83018263.1602,006200,231817485.533,,0.0,009700,006200,21243.4705615,118804,32285,hub,hub,non_hub,584493.220017,4511416.17434,586343.467107,4510195.70961
+6340,6340,152,60.0,006200,,40.7381765,-73.97738662,70.0,009800,40.755285655,-73.96667288,834.442105263,7105,4680,5244,1401,009800,115943808.909,006200,231817485.533,,0.0,009800,006200,21243.4705615,40039,32285,hub,hub,non_hub,587225.727282,4512105.54383,586343.467107,4510195.70961
+6341,6341,299,150.0,006200,,40.7381765,-73.97738662,185.0,009900,40.7520807866,-74.0031899092,1017.59367336,3617,4680,2438,1401,009900,404439511.776,006200,231817485.533,,0.0,009900,006200,21243.4705615,208076,32285,hub,hub,non_hub,584147.226991,4511714.12465,586343.467107,4510195.70961
+6342,6342,217,90.0,006200,,40.7381765,-73.97738662,121.0,010000,40.7583696933,-73.9710287767,988.51473545,1829,4680,1399,1401,010000,366457143.613,006200,231817485.533,,0.0,010000,006200,21243.4705615,72085,32285,hub,hub,non_hub,586854.014885,4512443.57459,586343.467107,4510195.70961
+6343,6343,977,90.0,006200,,40.7381765,-73.97738662,127.0,010100,40.74945622,-73.9903382667,781.85082175,1119,4680,828,1401,010100,246168211.101,006200,231817485.533,,0.0,010100,006200,21243.4705615,183377,32285,hub,hub,non_hub,585235.486219,4511435.18064,586343.467107,4510195.70961
+6344,6344,64,60.0,006200,,40.7381765,-73.97738662,81.0,010200,40.7606694,-73.973473555,1031.02024291,313,4680,268,1401,010200,333450202.294,006200,231817485.533,,0.0,010200,006200,21243.4705615,46675,32285,hub,hub,non_hub,586644.664817,4512696.44233,586343.467107,4510195.70961
+6345,6345,432,60.0,006200,,40.7381765,-73.97738662,98.0,010300,40.751000495,-73.994372255,916.116629994,1859,4680,1351,1401,010300,141506056.87,006200,231817485.533,,0.0,010300,006200,21243.4705615,221593,32285,hub,hub,non_hub,584892.968075,4511602.69644,586343.467107,4510195.70961
+6346,6346,86,60.0,006200,,40.7381765,-73.97738662,75.0,010400,40.761664375,-73.976854975,1141.13284233,1031,4680,1033,1401,010400,363981333.295,006200,231817485.533,,0.0,010400,006200,21243.4705615,65073,32285,hub,hub,non_hub,586357.961325,4512803.55852,586343.467107,4510195.70961
+6347,6347,112,30.0,006200,,40.7381765,-73.97738662,33.0,010602,40.75849116,-73.95920622,862.178571429,4794,4680,2963,1401,010602,67980898.3739,006200,231817485.533,,0.0,010602,006200,21243.4705615,22153,32285,hub,hub,non_hub,587851.796682,4512468.82754,586343.467107,4510195.70961
+6348,6348,384,90.0,006200,,40.7381765,-73.97738662,117.0,010800,40.7591736033,-73.96613818,897.352416685,8531,4680,6272,1401,010800,189351523.799,006200,231817485.533,,0.0,010800,006200,21243.4705615,79198,32285,hub,hub,non_hub,587265.778542,4512537.66689,586343.467107,4510195.70961
+6349,6349,143,60.0,006200,,40.7381765,-73.97738662,114.0,010900,40.751351715,-73.987594755,886.647475369,182,4680,92,1401,010900,228173063.011,006200,231817485.533,,0.0,010900,006200,21243.4705615,60092,32285,hub,hub,non_hub,585464.669441,4511648.26242,586343.467107,4510195.70961
+6350,6350,32,30.0,006200,,40.7381765,-73.97738662,59.0,011201,40.7643971,-73.97371465,1530.75,827,4680,964,1401,011201,118515444.187,006200,231817485.533,,0.0,011201,006200,21243.4705615,41525,32285,hub,hub,non_hub,586619.474659,4513110.00718,586343.467107,4510195.70961
+6351,6351,341,30.0,006200,,40.7381765,-73.97738662,33.0,011203,40.76095756,-73.96724467,1001.4340176,1176,4680,1160,1401,011203,143782379.009,006200,231817485.533,,0.0,011203,006200,21243.4705615,48033,32285,hub,hub,non_hub,587170.050102,4512734.59972,586343.467107,4510195.70961
+6352,6352,583,120.0,006200,,40.7381765,-73.97738662,198.0,011300,40.7548008425,-73.9888010575,949.986598788,204,4680,107,1401,011300,357940519.061,006200,231817485.533,,0.0,011300,006200,21243.4705615,236650,32285,hub,hub,non_hub,585358.423228,4512029.96675,586343.467107,4510195.70961
+6353,6353,110,60.0,006200,,40.7381765,-73.97738662,82.0,011500,40.75701407,-73.992353645,1135.28891296,2487,4680,1678,1401,011500,130958459.747,006200,231817485.533,,0.0,011500,006200,21243.4705615,103294,32285,hub,hub,non_hub,585055.712647,4512272.20178,586343.467107,4510195.70961
+6354,6354,29,60.0,006200,,40.7381765,-73.97738662,84.0,011700,40.76058799,-74.00080945,1496.0,2938,4680,2304,1401,011700,91270705.1484,006200,231817485.533,,0.0,011700,006200,21243.4705615,73016,32285,hub,hub,non_hub,584337.427395,4512660.77158,586343.467107,4510195.70961
+6355,6355,88,30.0,006200,,40.7381765,-73.97738662,34.0,011900,40.7568001,-73.98291153,1063.72727273,1079,4680,1121,1401,011900,395254501.74,006200,231817485.533,,0.0,011900,006200,21243.4705615,39976,32285,hub,hub,non_hub,585853.012005,4512257.64444,586343.467107,4510195.70961
+6356,6356,133,90.0,006200,,40.7381765,-73.97738662,109.0,012100,40.7598593767,-73.9914900133,1212.03794038,8366,4680,5744,1401,012100,101223732.045,006200,231817485.533,,0.0,012100,006200,21243.4705615,132767,32285,hub,hub,non_hub,585124.983126,4512588.88932,586343.467107,4510195.70961
+6357,6357,43,30.0,006200,,40.7381765,-73.97738662,51.0,012500,40.76064679,-73.98442659,1310.81395349,2439,4680,2096,1401,012500,322911522.418,006200,231817485.533,,0.0,012500,006200,21243.4705615,45486,32285,hub,hub,non_hub,585720.180916,4512683.17447,586343.467107,4510195.70961
+6358,6358,77,60.0,006200,,40.7381765,-73.97738662,84.0,012700,40.762485435,-73.990447135,1207.4047619,6437,4680,4434,1401,012700,104637996.687,006200,231817485.533,,0.0,012700,006200,21243.4705615,83393,32285,hub,hub,non_hub,585209.656415,4512881.41361,586343.467107,4510195.70961
+6359,6359,14,30.0,006200,,40.7381765,-73.97738662,24.0,012900,40.76341379,-73.99667444,1543.07142857,5312,4680,3621,1401,012900,158698340.053,006200,231817485.533,,0.0,012900,006200,21243.4705615,28661,32285,hub,hub,non_hub,584682.864463,4512978.43901,586343.467107,4510195.70961
+6360,6360,163,90.0,006200,,40.7381765,-73.97738662,160.0,013100,40.7621295133,-73.98215453,1206.22766985,2489,4680,2283,1401,013100,405023451.28,006200,231817485.533,,0.0,013100,006200,21243.4705615,107228,32285,hub,hub,non_hub,585910.04945,4512849.98999,586343.467107,4510195.70961
+6361,6361,75,90.0,006200,,40.7381765,-73.97738662,101.0,013300,40.7647250567,-73.9866537633,1371.80962254,5363,4680,3909,1401,013300,79847412.2593,006200,231817485.533,,0.0,013300,006200,21243.4705615,89810,32285,hub,hub,non_hub,585526.963405,4513133.71926,586343.467107,4510195.70961
+6362,6362,48,60.0,006200,,40.7381765,-73.97738662,65.0,013500,40.766984435,-73.99227308,1252.86904762,6075,4680,3935,1401,013500,198199142.958,006200,231817485.533,,0.0,013500,006200,21243.4705615,64723,32285,hub,hub,non_hub,585049.80204,4513379.06475,586343.467107,4510195.70961
+6363,6363,201,60.0,006200,,40.7381765,-73.97738662,98.0,013700,40.766109285,-73.981808355,1379.54428997,6557,4680,5442,1401,013700,314878324.419,006200,231817485.533,,0.0,013700,006200,21243.4705615,91142,32285,hub,hub,non_hub,585934.141665,4513292.1137,586343.467107,4510195.70961
+6364,6364,27,30.0,006200,,40.7381765,-73.97738662,27.0,013900,40.768254,-73.988639,1319.77777778,7607,4680,7359,1401,013900,139918084.587,006200,231817485.533,,0.0,013900,006200,21243.4705615,26390,32285,hub,hub,non_hub,585354.890073,4513523.52534,586343.467107,4510195.70961
+6365,6365,30,30.0,006200,,40.7381765,-73.97738662,49.0,014300,40.76590936,-73.97634151,1258.63333333,3,4680,0,1401,014300,50027992.3322,006200,231817485.533,,0.0,014300,006200,21243.4705615,21051,32285,hub,hub,non_hub,586395.803012,4513275.28949,586343.467107,4510195.70961
+6366,6366,89,30.0,006200,,40.7381765,-73.97738662,36.0,014500,40.76915505,-73.98191841,1562.80898876,5811,4680,3462,1401,014500,253397343.373,006200,231817485.533,,0.0,014500,006200,21243.4705615,68350,32285,hub,hub,non_hub,585920.929601,4513630.10902,586343.467107,4510195.70961
+6367,6367,55,30.0,006200,,40.7381765,-73.97738662,55.0,014700,40.770513,-73.988038,1494.85454545,2586,4680,1743,1401,014700,70871746.8417,006200,231817485.533,,0.0,014700,006200,21243.4705615,35099,32285,hub,hub,non_hub,585402.720353,4513774.87644,586343.467107,4510195.70961
+6368,6368,8,30.0,006200,,40.7381765,-73.97738662,36.0,015100,40.771522,-73.990541,1703.625,8105,4680,4856,1401,015100,164953931.102,006200,231817485.533,,0.0,015100,006200,21243.4705615,17578,32285,hub,hub,non_hub,585190.192062,4513884.4495,586343.467107,4510195.70961
+6369,6369,95,60.0,006200,,40.7381765,-73.97738662,70.0,031703,40.71644312,-74.014902115,1650.08163265,8670,4680,4231,1401,031703,332361109.355,006200,231817485.533,,0.0,031703,006200,21243.4705615,136082,32285,hub,hub,non_hub,583202.897614,4507746.93647,586343.467107,4510195.70961
+6370,6370,52,90.0,006200,,40.7381765,-73.97738662,98.0,031704,40.7085171733,-74.0165557667,1861.9291939,6610,4680,3790,1401,031704,160823714.408,006200,231817485.533,,0.0,031704,006200,21243.4705615,105244,32285,hub,hub,non_hub,583073.076824,4506865.54027,586343.467107,4510195.70961
+6371,6371,329,90.0,006200,,40.7381765,-73.97738662,85.0,000600,40.7128987867,-73.9898646367,1104.33030548,11558,4680,4083,1401,000600,59149181.7526,006200,231817485.533,,0.0,000600,006200,21243.4705615,70053,32285,hub,hub,non_hub,585322.159723,4507377.5136,586343.467107,4510195.70961
+6372,6372,335,297.0,006300,,40.7346940933,-73.99785666,162.0,000202,40.71318002,-73.9818904933,1349.63016694,8012,6076,3598,4277,000202,37878157.9781,006300,85447631.8451,,0.0,000202,006300,26861.1171951,56352,121303,hub,hub,non_hub,585995.353038,4507416.50937,584619.48321,4509789.20591
+6373,6373,760,693.0,006300,,40.7346940933,-73.99785666,774.0,000700,40.70581148,-74.0081572071,1356.9494986,7722,6076,5201,4277,000700,476954959.734,006300,85447631.8451,,0.0,000700,006300,26861.1171951,160040,121303,hub,hub,non_hub,583785.918305,4506573.16797,584619.48321,4509789.20591
+6374,6374,224,198.0,006300,,40.7346940933,-73.99785666,141.0,000800,40.712414475,-73.993471545,1221.14401663,10365,6076,4150,4277,000800,46479755.076,006300,85447631.8451,,0.0,000800,006300,26861.1171951,34254,121303,hub,hub,non_hub,585018.109713,4507320.25418,584619.48321,4509789.20591
+6375,6375,156,297.0,006300,,40.7346940933,-73.99785666,291.0,000900,40.7024745833,-74.01224785,1641.63660669,1140,6076,939,4277,000900,404341803.896,006300,85447631.8451,,0.0,000900,006300,26861.1171951,46446,121303,hub,hub,non_hub,583444.520998,4506198.85784,584619.48321,4509789.20591
+6376,6376,186,99.0,006300,,40.7346940933,-73.99785666,57.0,001002,40.71782143,-73.97628939,1000.70533316,6439,6076,2346,4277,001002,22763374.2099,006300,85447631.8451,,0.0,001002,006300,26861.1171951,15916,121303,hub,hub,non_hub,586462.45635,4507937.23607,584619.48321,4509789.20591
+6377,6377,274,198.0,006300,,40.7346940933,-73.99785666,138.0,001200,40.717364275,-73.982955325,1061.11659319,3547,6076,1857,4277,001200,23518220.7411,006300,85447631.8451,,0.0,001200,006300,26861.1171951,36493,121303,hub,hub,non_hub,585900.031125,4507879.94738,584619.48321,4509789.20591
+6378,6378,151,99.0,006300,,40.7346940933,-73.99785666,108.0,001300,40.70463334,-74.01361706,1473.86284553,3776,6076,3028,4277,001300,286606455.687,006300,85447631.8451,,0.0,001300,006300,26861.1171951,27671,121303,hub,hub,non_hub,583326.158808,4506437.19368,584619.48321,4509789.20591
+6379,6379,153,99.0,006300,,40.7346940933,-73.99785666,84.0,001401,40.71559509,-73.9870295,970.259159207,3289,6076,1708,4277,001401,20168722.3199,006300,85447631.8451,,0.0,001401,006300,26861.1171951,26885,121303,hub,hub,non_hub,585558.18429,4507679.57909,584619.48321,4509789.20591
+6380,6380,101,198.0,006300,,40.7346940933,-73.99785666,201.0,001501,40.70966832,-74.003597135,1243.47177663,5581,6076,3450,4277,001501,172466366.322,006300,85447631.8451,,0.0,001501,006300,26861.1171951,27425,121303,hub,hub,non_hub,584166.279828,4507005.66129,584619.48321,4509789.20591
+6381,6381,517,297.0,006300,,40.7346940933,-73.99785666,369.0,001502,40.7088053467,-74.00635276,1139.11943101,7095,6076,3459,4277,001502,221282059.103,006300,85447631.8451,,0.0,001502,006300,26861.1171951,82052,121303,hub,hub,non_hub,583934.59195,4506907.22889,584619.48321,4509789.20591
+6382,6382,468,297.0,006300,,40.7346940933,-73.99785666,321.0,001600,40.7153350167,-73.9943926833,1070.13554732,8236,6076,3242,4277,001600,76565505.7581,006300,85447631.8451,,0.0,001600,006300,26861.1171951,82798,121303,hub,hub,non_hub,584936.591099,4507643.5622,584619.48321,4509789.20591
+6383,6383,1817,396.0,006300,,40.7346940933,-73.99785666,462.0,001800,40.7193657075,-73.9906468425,858.924836051,8063,6076,3489,4277,001800,60554858.5127,006300,85447631.8451,,0.0,001800,006300,26861.1171951,133306,121303,hub,hub,non_hub,585247.838585,4508094.62497,584619.48321,4509789.20591
+6384,6384,270,198.0,006300,,40.7346940933,-73.99785666,138.0,002000,40.721554605,-73.977309405,982.476902174,4795,6076,1899,4277,002000,17907673.5628,006300,85447631.8451,,0.0,002000,006300,26861.1171951,31656,121303,hub,hub,non_hub,586371.478696,4508350.63994,584619.48321,4509789.20591
+6385,6385,944,396.0,006300,,40.7346940933,-73.99785666,306.0,002100,40.71451321,-74.0108850975,1021.37367406,6111,6076,3038,4277,002100,273869828.705,006300,85447631.8451,,0.0,002100,006300,26861.1171951,151037,121303,hub,hub,non_hub,583544.598931,4507536.51732,584619.48321,4509789.20591
+6386,6386,176,198.0,006300,,40.7346940933,-73.99785666,132.0,002201,40.71833027,-73.980972895,1004.68014022,6762,6076,3030,4277,002201,37585954.9949,006300,85447631.8451,,0.0,002201,006300,26861.1171951,26391,121303,hub,hub,non_hub,586066.226443,4507989.12022,584619.48321,4509789.20591
+6387,6387,204,99.0,006300,,40.7346940933,-73.99785666,93.0,002202,40.7208736,-73.98085795,896.97777696,2256,6076,1045,4277,002202,13179093.8977,006300,85447631.8451,,0.0,002202,006300,26861.1171951,23935,121303,hub,hub,non_hub,586072.658368,4508271.55961,584619.48321,4509789.20591
+6388,6388,251,198.0,006300,,40.7346940933,-73.99785666,144.0,002400,40.724744875,-73.974986535,822.977357679,5775,6076,2175,4277,002400,17986635.5592,006300,85447631.8451,,0.0,002400,006300,26861.1171951,17965,121303,hub,hub,non_hub,586563.526382,4508707.06897,584619.48321,4509789.20591
+6389,6389,108,198.0,006300,,40.7346940933,-73.99785666,186.0,002500,40.7111743,-73.99849582,1182.02972319,5061,6076,1917,4277,002500,22428407.6271,006300,85447631.8451,,0.0,002500,006300,26861.1171951,28216,121303,hub,hub,non_hub,584595.28909,4507177.73549,584619.48321,4509789.20591
+6390,6390,167,99.0,006300,,40.7346940933,-73.99785666,93.0,002601,40.72299208,-73.97995466,879.777346637,3774,6076,1593,4277,002601,22248722.3098,006300,85447631.8451,,0.0,002601,006300,26861.1171951,22144,121303,hub,hub,non_hub,586146.216204,4508507.61099,584619.48321,4509789.20591
+6391,6391,54,99.0,006300,,40.7346940933,-73.99785666,81.0,002700,40.71307916,-73.99851193,1106.81204906,1191,6076,655,4277,002700,11349914.9514,006300,85447631.8451,,0.0,002700,006300,26861.1171951,20570,121303,hub,hub,non_hub,584591.517275,4507389.17181,584619.48321,4509789.20591
+6392,6392,846,99.0,006300,,40.7346940933,-73.99785666,96.0,002800,40.72521311,-73.97768752,748.071524405,7302,6076,3341,4277,002800,47641507.3146,006300,85447631.8451,,0.0,002800,006300,26861.1171951,36744,121303,hub,hub,non_hub,586334.816403,4508756.38709,584619.48321,4509789.20591
+6393,6393,167,99.0,006300,,40.7346940933,-73.99785666,129.0,002900,40.71602118,-73.99974372,988.430923052,5855,6076,2420,4277,002900,200965547.24,006300,85447631.8451,,0.0,002900,006300,26861.1171951,31936,121303,hub,hub,non_hub,584483.752153,4507714.56961,584619.48321,4509789.20591
+6394,6394,506,99.0,006300,,40.7346940933,-73.99785666,105.0,003001,40.72066442,-73.98517977,820.084487455,4301,6076,2553,4277,003001,34302720.7166,006300,85447631.8451,,0.0,003001,006300,26861.1171951,41223,121303,hub,hub,non_hub,585707.91731,4508244.11218,584619.48321,4509789.20591
+6395,6395,451,99.0,006300,,40.7346940933,-73.99785666,111.0,003002,40.72217444,-73.98368779,786.125303781,3031,6076,1885,4277,003002,18686109.2263,006300,85447631.8451,,0.0,003002,006300,26861.1171951,38675,121303,hub,hub,non_hub,585831.986427,4508413.19181,584619.48321,4509789.20591
+6396,6396,360,297.0,006300,,40.7346940933,-73.99785666,363.0,003100,40.7140617467,-74.0041933367,1021.11164722,2809,6076,858,4277,003100,145687012.574,006300,85447631.8451,,0.0,003100,006300,26861.1171951,81469,121303,hub,hub,non_hub,584110.388584,4507492.78891,584619.48321,4509789.20591
+6397,6397,2393,297.0,006300,,40.7346940933,-73.99785666,300.0,003200,40.7260543867,-73.9823576167,678.287430097,7630,6076,4888,4277,003200,46369492.482,006300,85447631.8451,,0.0,003200,006300,26861.1171951,138064,121303,hub,hub,non_hub,585939.335766,4508845.19329,584619.48321,4509789.20591
+6398,6398,1098,495.0,006300,,40.7346940933,-73.99785666,519.0,003300,40.7188200145,-74.0063383078,827.327645816,5174,6076,2694,4277,003300,215459582.054,006300,85447631.8451,,0.0,003300,006300,26861.1171951,115059,121303,hub,hub,non_hub,583923.235695,4508018.93577,584619.48321,4509789.20591
+6399,6399,1086,99.0,006300,,40.7346940933,-73.99785666,117.0,003400,40.72955361,-73.98057249,671.540430846,6706,6076,4203,4277,003400,42933229.7541,006300,85447631.8451,,0.0,003400,006300,26861.1171951,47926,121303,hub,hub,non_hub,586085.581298,4509235.37985,584619.48321,4509789.20591
+6400,6400,933,198.0,006300,,40.7346940933,-73.99785666,198.0,003601,40.72217423,-73.990293175,737.130608761,3299,6076,1613,4277,003601,29191583.8104,006300,85447631.8451,,0.0,003601,006300,26861.1171951,77585,121303,hub,hub,non_hub,585274.124459,4508406.73315,584619.48321,4509789.20591
+6401,6401,1635,198.0,006300,,40.7346940933,-73.99785666,186.0,003602,40.724852985,-73.989265345,627.971846788,2918,6076,1586,4277,003602,24941258.1161,006300,85447631.8451,,0.0,003602,006300,26861.1171951,82124,121303,hub,hub,non_hub,585357.507872,4508705.09166,584619.48321,4509789.20591
+6402,6402,3779,396.0,006300,,40.7346940933,-73.99785666,444.0,003700,40.7256696075,-74.0052069325,525.863919483,2401,6076,1490,4277,003700,212385639.924,006300,85447631.8451,,0.0,003700,006300,26861.1171951,173333,121303,hub,hub,hub,584010.178026,4508780.36793,584619.48321,4509789.20591
+6403,6403,3705,396.0,006300,,40.7346940933,-73.99785666,480.0,003800,40.72765889,-73.988195855,548.308337845,8610,6076,5795,4277,003800,67437493.5221,006300,85447631.8451,,0.0,003800,006300,26861.1171951,167230,121303,hub,hub,hub,585444.239635,4509017.60641,584619.48321,4509789.20591
+6404,6404,959,396.0,006300,,40.7346940933,-73.99785666,318.0,003900,40.7201717475,-74.00983051,882.577463644,5253,6076,3059,4277,003900,194910113.03,006300,85447631.8451,,0.0,003900,006300,26861.1171951,113624,121303,hub,hub,non_hub,583626.593058,4508165.65565,584619.48321,4509789.20591
+6405,6405,3134,198.0,006300,,40.7346940933,-73.99785666,198.0,004000,40.73000573,-73.98549552,548.926132919,9801,6076,4546,4277,004000,66858387.5133,006300,85447631.8451,,0.0,004000,006300,26861.1171951,99660,121303,hub,hub,hub,585669.269443,4509280.75306,584619.48321,4509789.20591
+6406,6406,1310,198.0,006300,,40.7346940933,-73.99785666,192.0,004100,40.7195529,-73.996789035,826.883109855,7793,6076,3765,4277,004100,71738983.3617,006300,85447631.8451,,0.0,004100,006300,26861.1171951,114685,121303,hub,hub,non_hub,584728.836557,4508109.46034,584619.48321,4509789.20591
+6407,6407,1297,99.0,006300,,40.7346940933,-73.99785666,105.0,004200,40.73223272,-73.98889957,427.266953175,4988,6076,1801,4277,004200,39941846.3325,006300,85447631.8451,,0.0,004200,006300,26861.1171951,50846,121303,hub,hub,non_hub,585378.96492,4509524.64843,584619.48321,4509789.20591
+6408,6408,1234,198.0,006300,,40.7346940933,-73.99785666,201.0,004300,40.723870235,-73.995226525,612.896995528,4267,6076,2598,4277,004300,65935514.1184,006300,85447631.8451,,0.0,004300,006300,26861.1171951,95162,121303,hub,hub,non_hub,584855.320992,4508590.22212,584619.48321,4509789.20591
+6409,6409,1999,198.0,006300,,40.7346940933,-73.99785666,180.0,004400,40.73080269,-73.97968993,701.973620938,17710,6076,8297,4277,004400,114601147.016,006300,85447631.8451,,0.0,004400,006300,26861.1171951,106427,121303,hub,hub,non_hub,586158.498991,4509374.90208,584619.48321,4509789.20591
+6410,6410,318,99.0,006300,,40.7346940933,-73.99785666,81.0,004500,40.71910537,-73.99973337,885.955845679,840,6076,582,4277,004500,52009114.8865,006300,85447631.8451,,0.0,004500,006300,26861.1171951,34275,121303,hub,hub,non_hub,584480.726971,4508056.94497,584619.48321,4509789.20591
+6411,6411,664,99.0,006300,,40.7346940933,-73.99785666,117.0,004700,40.72165481,-74.00234737,668.585748022,2267,6076,1586,4277,004700,75477587.1594,006300,85447631.8451,,0.0,004700,006300,26861.1171951,27544,121303,hub,hub,non_hub,584256.734795,4508337.43837,584619.48321,4509789.20591
+6412,6412,596,99.0,006300,,40.7346940933,-73.99785666,105.0,004800,40.73624527,-73.98473765,586.972346095,7550,6076,3799,4277,004800,74763044.6965,006300,85447631.8451,,0.0,004800,006300,26861.1171951,42567,121303,hub,hub,non_hub,585725.258797,4509974.12516,584619.48321,4509789.20591
+6413,6413,1961,198.0,006300,,40.7346940933,-73.99785666,219.0,004900,40.724268615,-74.000521515,603.483544533,4951,6076,3054,4277,004900,103848670.177,006300,85447631.8451,,0.0,004900,006300,26861.1171951,80152,121303,hub,hub,non_hub,584407.63728,4508629.34168,584619.48321,4509789.20591
+6414,6414,1752,297.0,006300,,40.7346940933,-73.99785666,279.0,005000,40.7359163467,-73.9873427633,491.115087724,5061,6076,3595,4277,005000,120638459.215,006300,85447631.8451,,0.0,005000,006300,26861.1171951,111023,121303,hub,hub,non_hub,585505.709717,4509935.07175,584619.48321,4509789.20591
+6415,6415,3324,198.0,006300,,40.7346940933,-73.99785666,318.0,005200,40.73715585,-73.991241315,353.094999727,4193,6076,1785,4277,005200,109103391.81,006300,85447631.8451,,0.0,005200,006300,26861.1171951,159876,121303,hub,hub,hub,585174.941657,4510068.87544,584619.48321,4509789.20591
+6416,6416,832,99.0,006300,,40.7346940933,-73.99785666,141.0,005400,40.73971301,-73.99456405,450.027594779,4656,6076,2837,4277,005400,128803552.888,006300,85447631.8451,,0.0,005400,006300,26861.1171951,73728,121303,hub,hub,non_hub,584891.129718,4510349.51956,584619.48321,4509789.20591
+6417,6417,1797,99.0,006300,,40.7346940933,-73.99785666,90.0,005501,40.72679454,-73.99695094,460.606799121,5079,6076,2483,4277,005501,61061928.4125,006300,85447631.8451,,0.0,005501,006300,26861.1171951,57258,121303,hub,hub,non_hub,584705.980012,4508913.17477,584619.483209,4509789.20591
+6418,6418,1099,99.0,006300,,40.7346940933,-73.99785666,81.0,005502,40.72743423,-73.99379025,460.785696655,2383,6076,1262,4277,005502,49017118.6146,006300,85447631.8451,,0.0,005502,006300,26861.1171951,55117,121303,hub,hub,non_hub,584972.085912,4508987.23863,584619.48321,4509789.20591
+6419,6419,1685,198.0,006300,,40.7346940933,-73.99785666,285.0,005600,40.74065347,-73.98778661,507.35239251,2618,6076,2190,4277,005600,189153355.609,006300,85447631.8451,,0.0,005600,006300,26861.1171951,113209,121303,hub,hub,non_hub,585462.168743,4510460.49357,584619.48321,4509789.20591
+6420,6420,4954,198.0,006300,,40.7346940933,-73.99785666,246.0,005700,40.729662915,-73.992405595,360.208807666,2937,6076,1789,4277,005700,90178032.7137,006300,85447631.8451,,0.0,005700,006300,26861.1171951,156896,121303,hub,hub,hub,585086.179601,4509235.9788,584619.483209,4509789.20591
+6421,6421,2176,198.0,006300,,40.7346940933,-73.99785666,261.0,005800,40.743154205,-73.990299735,563.086099391,3182,6076,2306,4277,005800,164037511.755,006300,85447631.8451,,0.0,005800,006300,26861.1171951,130970,121303,hub,hub,non_hub,585246.786708,4510735.64918,584619.48321,4509789.20591
+6422,6422,1837,99.0,006300,,40.7346940933,-73.99785666,93.0,005900,40.73049393,-73.9957214,305.984103337,5516,6076,3276,4277,005900,71785177.1361,006300,85447631.8451,,0.0,005900,006300,26861.1171951,53180,121303,hub,hub,non_hub,584805.117401,4509325.01914,584619.48321,4509789.20591
+6423,6423,631,198.0,006300,,40.7346940933,-73.99785666,189.0,006000,40.734822295,-73.976916765,865.026735499,5286,6076,2459,4277,006000,27468182.8943,006300,85447631.8451,,0.0,006000,006300,26861.1171951,80462,121303,hub,hub,non_hub,586387.478737,4509823.83141,584619.48321,4509789.20591
+6424,6424,10060,396.0,006300,,40.7346940933,-73.99785666,423.0,006100,40.73385254,-73.992357065,304.699170689,4913,6076,2683,4277,006100,91682014.33,006300,85447631.8451,,0.0,006100,006300,26861.1171951,245510,121303,hub,hub,hub,585084.940162,4509701.10308,584619.48321,4509789.20591
+6425,6425,163,99.0,006300,,40.7346940933,-73.99785666,90.0,006200,40.7381765,-73.97738662,871.861367754,4680,6076,1401,4277,006200,231817485.533,006300,85447631.8451,,0.0,006200,006300,26861.1171951,33218,121303,hub,hub,non_hub,586343.467107,4510195.70961,584619.48321,4509789.20591
+6426,6426,596,99.0,006300,,40.7346940933,-73.99785666,117.0,006400,40.73587678,-73.98205027,655.450659102,7518,6076,5058,4277,006400,95664936.1545,006300,85447631.8451,,0.0,006400,006300,26861.1171951,47750,121303,hub,hub,non_hub,585952.649806,4509935.84788,584619.48321,4509789.20591
+6427,6427,3540,297.0,006300,,40.7346940933,-73.99785666,318.0,006500,40.7306296367,-73.9991423,366.027205754,6517,6076,3568,4277,006500,59290910.3694,006300,85447631.8451,,0.0,006500,006300,26861.1171951,125356,121303,hub,hub,hub,584516.067395,4509336.78488,584619.48321,4509789.20591
+6428,6428,580,198.0,006300,,40.7346940933,-73.99785666,246.0,006600,40.739285505,-73.97827188,835.437407418,11780,6076,6818,4277,006600,84730469.4548,006300,85447631.8451,,0.0,006600,006300,26861.1171951,74621,121303,hub,hub,non_hub,586267.286922,4510317.94668,584619.48321,4509789.20591
+6429,6429,2056,99.0,006300,,40.7346940933,-73.99785666,117.0,006700,40.73038599,-74.00214988,319.595773309,4984,6076,3796,4277,006700,47238039.9972,006300,85447631.8451,,0.0,006700,006300,26861.1171951,70025,121303,hub,hub,non_hub,584262.399901,4509306.84766,584619.48321,4509789.20591
+6430,6430,536,99.0,006300,,40.7346940933,-73.99785666,117.0,006800,40.74025878,-73.98409214,639.415490193,6735,6076,4494,4277,006800,130298431.446,006300,85447631.8451,,0.0,006800,006300,26861.1171951,58926,121303,hub,hub,non_hub,585774.608423,4510420.28363,584619.48321,4509789.20591
+6431,6431,2569,198.0,006300,,40.7346940933,-73.99785666,201.0,006900,40.732319905,-74.0069291,478.202469384,2687,6076,1484,4277,006900,61292499.9331,006300,85447631.8451,,0.0,006900,006300,26861.1171951,130727,121303,hub,hub,non_hub,583856.38945,4509516.94969,584619.48321,4509789.20591
+6432,6432,866,297.0,006300,,40.7346940933,-73.99785666,381.0,007000,40.7425324967,-73.9756479601,961.59886648,8302,6076,5669,4277,007000,78634704.8451,006300,85447631.8451,,0.0,007000,006300,26861.1171951,145227,121303,hub,hub,non_hub,586484.629072,4510680.96791,584619.48321,4509789.20591
+6433,6433,1623,198.0,006300,,40.7346940933,-73.99785666,213.0,007100,40.736526545,-74.000108805,378.992587302,5633,6076,3844,4277,007100,68447429.2743,006300,85447631.8451,,0.0,007100,006300,26861.1171951,79459,121303,hub,hub,non_hub,584426.995774,4509990.4524,584619.48321,4509789.20591
+6434,6434,1244,297.0,006300,,40.7346940933,-73.99785666,378.0,007200,40.7447014833,-73.98154809,772.040104591,7734,6076,5222,4277,007200,132092861.454,006300,85447631.8451,,0.0,007200,006300,26861.1171951,157612,121303,hub,hub,non_hub,585983.687715,4510915.94446,584619.48321,4509789.20591
+6435,6435,2315,198.0,006300,,40.7346940933,-73.99785666,177.0,007300,40.734682705,-74.00388484,367.810974556,5615,6076,4547,4277,007300,48716185.79,006300,85447631.8451,,0.0,007300,006300,26861.1171951,92567,121303,hub,hub,non_hub,584110.479319,4509782.14883,584619.48321,4509789.20591
+6436,6436,1120,198.0,006300,,40.7346940933,-73.99785666,258.0,007400,40.746413585,-73.98586892,665.921294102,4179,6076,2700,4277,007400,170614202.951,006300,85447631.8451,,0.0,007400,006300,26861.1171951,81121,121303,hub,hub,non_hub,585616.696258,4511101.7763,584619.48321,4509789.20591
+6437,6437,900,198.0,006300,,40.7346940933,-73.99785666,207.0,007600,40.74737476,-73.988320695,735.982995428,2203,6076,1573,4277,007600,242014413.464,006300,85447631.8451,,0.0,007600,006300,26861.1171951,97464,121303,hub,hub,non_hub,585408.475283,4511206.08492,584619.48321,4509789.20591
+6438,6438,2126,99.0,006300,,40.7346940933,-73.99785666,129.0,007700,40.7390169121,-74.0026376103,351.491290944,5404,6076,4254,4277,007700,59306273.1509,006300,85447631.8451,,0.0,007700,006300,26861.1171951,79025,121303,hub,hub,non_hub,584210.329106,4510264.47156,584619.48321,4509789.20591
+6439,6439,230,99.0,006300,,40.7346940933,-73.99785666,117.0,007800,40.74780373,-73.9734419,1079.89657782,7380,6076,5372,4277,007800,112124597.728,006300,85447631.8451,,0.0,007800,006300,26861.1171951,59601,121303,hub,hub,non_hub,586664.043115,4511268.28888,584619.48321,4509789.20591
+6440,6440,4027,495.0,006300,,40.7346940933,-73.99785666,522.0,007900,40.738916514,-74.007286026,538.44242249,4406,6076,2904,4277,007900,86937368.5918,006300,85447631.8451,,0.0,007900,006300,26861.1171951,171846,121303,hub,hub,hub,583817.969395,4510248.87788,584619.48321,4509789.20591
+6441,6441,415,198.0,006300,,40.7346940933,-73.99785666,213.0,008000,40.7485693,-73.97717991,947.883875668,4946,6076,3730,4277,008000,197763821.532,006300,85447631.8451,,0.0,008000,006300,26861.1171951,74808,121303,hub,hub,non_hub,586347.477591,4511349.58844,584619.48321,4509789.20591
+6442,6442,790,99.0,006300,,40.7346940933,-73.99785666,117.0,008100,40.73935542,-73.99931783,377.045454668,8675,6076,5315,4277,008100,91100400.6907,006300,85447631.8451,,0.0,008100,006300,26861.1171951,53195,121303,hub,hub,non_hub,584490.204148,4510305.23824,584619.48321,4509789.20591
+6443,6443,1195,297.0,006300,,40.7346940933,-73.99785666,525.0,008200,40.7519383542,-73.9793448991,923.249462258,3442,6076,2534,4277,008200,262405408.076,006300,85447631.8451,,0.0,008200,006300,26861.1171951,228612,121303,hub,hub,non_hub,586160.354899,4511721.45034,584619.48321,4509789.20591
+6444,6444,2901,396.0,006300,,40.7346940933,-73.99785666,357.0,008300,40.742591315,-74.004102785,573.378344538,4211,6076,2321,4277,008300,119862327.354,006300,85447631.8451,,0.0,008300,006300,26861.1171951,186113,121303,hub,hub,non_hub,584082.11654,4510659.85081,584619.48321,4509789.20591
+6445,6445,363,99.0,006300,,40.7346940933,-73.99785666,114.0,008400,40.75038009,-73.98338988,771.936211417,1726,6076,1041,4277,008400,147824461.739,006300,85447631.8451,,0.0,008400,006300,26861.1171951,34199,121303,hub,hub,non_hub,585820.889203,4511544.50828,584619.48321,4509789.20591
+6446,6446,89,99.0,006300,,40.7346940933,-73.99785666,129.0,008601,40.744219,-73.97121214,1327.60696138,2551,6076,1528,4277,008601,31141773.9073,006300,85447631.8451,,0.0,008601,006300,26861.1171951,31961,121303,hub,hub,non_hub,586856.951039,4510872.56191,584619.48321,4509789.20591
+6447,6447,2337,198.0,006300,,40.7346940933,-73.99785666,234.0,008700,40.74206378,-73.995708955,505.915923322,6671,6076,4249,4277,008700,85660216.7821,006300,85447631.8451,,0.0,008700,006300,26861.1171951,152953,121303,hub,hub,non_hub,584791.475936,4510609.36503,584619.48321,4509789.20591
+6448,6448,212,198.0,006300,,40.7346940933,-73.99785666,234.0,008800,40.75012189,-73.970133575,1157.19269231,6964,6076,5507,4277,008800,216532475.876,006300,85447631.8451,,0.0,008800,006300,26861.1171951,43247,121303,hub,hub,non_hub,586940.323322,4511528.89362,584619.48321,4509789.20591
+6449,6449,2141,297.0,006300,,40.7346940933,-73.99785666,360.0,008900,40.74529008,-74.0021768567,648.94618474,5560,6076,3511,4277,008900,54419260.2723,006300,85447631.8451,,0.0,008900,006300,26861.1171951,158638,121303,hub,hub,non_hub,584241.316685,4510961.27944,584619.48321,4509789.20591
+6450,6450,395,297.0,006300,,40.7346940933,-73.99785666,330.0,009000,40.75261798,-73.9703317533,1100.01990865,7026,6076,5832,4277,009000,208846060.851,006300,85447631.8451,,0.0,009000,006300,26861.1171951,74531,121303,hub,hub,non_hub,586920.342162,4511805.78171,584619.48321,4509789.20591
+6451,6451,890,99.0,006300,,40.7346940933,-73.99785666,117.0,009100,40.74487634,-73.99529885,530.482944305,6415,6076,4386,4277,009100,127325659.041,006300,85447631.8451,,0.0,009100,006300,26861.1171951,63878,121303,hub,hub,non_hub,584822.527687,4510921.97538,584619.48321,4509789.20591
+6452,6452,193,198.0,006300,,40.7346940933,-73.99785666,330.0,009200,40.7548518863,-73.9734329075,1105.446225,1754,6076,1461,4277,009200,408192557.246,006300,85447631.8451,,0.0,009200,006300,26861.1171951,72226,121303,hub,hub,non_hub,586655.650548,4512050.69496,584619.48321,4509789.20591
+6453,6453,536,99.0,006300,,40.7346940933,-73.99785666,117.0,009300,40.74475148,-73.99915362,625.753221874,9705,6076,5585,4277,009300,68528055.2433,006300,85447631.8451,,0.0,009300,006300,26861.1171951,52202,121303,hub,hub,non_hub,584497.239363,4510904.39701,584619.48321,4509789.20591
+6454,6454,374,99.0,006300,,40.7346940933,-73.99785666,93.0,009400,40.75320159,-73.9779874,948.610666916,29,6076,16,4277,009400,299218147.811,006300,85447631.8451,,0.0,009400,006300,26861.1171951,82147,121303,hub,hub,non_hub,586273.319314,4511863.01244,584619.48321,4509789.20591
+6455,6455,686,99.0,006300,,40.7346940933,-73.99785666,153.0,009500,40.746647,-73.993915,639.895669787,3425,6076,1416,4277,009500,129660033.725,006300,85447631.8451,,0.0,009500,006300,26861.1171951,57488,121303,hub,hub,non_hub,584937.108907,4511119.86954,584619.48321,4509789.20591
+6456,6456,379,297.0,006300,,40.7346940933,-73.99785666,420.0,009600,40.7560586361,-73.9803806694,1002.38292499,153,6076,268,4277,009600,270304841.585,006300,85447631.8451,,0.0,009600,006300,26861.1171951,71527,121303,hub,hub,non_hub,586067.603095,4512177.81562,584619.48321,4509789.20591
+6457,6457,1033,297.0,006300,,40.7346940933,-73.99785666,297.0,009700,40.7493616033,-73.9991321067,833.556455067,4744,6076,2827,4277,009700,83018263.1602,006300,85447631.8451,,0.0,009700,006300,26861.1171951,118804,121303,hub,hub,non_hub,584493.220017,4511416.17434,584619.48321,4509789.20591
+6458,6458,158,198.0,006300,,40.7346940933,-73.99785666,210.0,009800,40.755285655,-73.96667288,1235.61099799,7105,6076,5244,4277,009800,115943808.909,006300,85447631.8451,,0.0,009800,006300,26861.1171951,40039,121303,hub,hub,non_hub,587225.727282,4512105.54383,584619.48321,4509789.20591
+6459,6459,2031,495.0,006300,,40.7346940933,-73.99785666,555.0,009900,40.7520807866,-74.0031899092,917.397798662,3617,6076,2438,4277,009900,404439511.776,006300,85447631.8451,,0.0,009900,006300,26861.1171951,208076,121303,hub,hub,non_hub,584147.226991,4511714.12465,584619.48321,4509789.20591
+6460,6460,300,297.0,006300,,40.7346940933,-73.99785666,363.0,010000,40.7583696933,-73.9710287767,1140.25807418,1829,6076,1399,4277,010000,366457143.613,006300,85447631.8451,,0.0,010000,006300,26861.1171951,72085,121303,hub,hub,non_hub,586854.014885,4512443.57459,584619.48321,4509789.20591
+6461,6461,1283,297.0,006300,,40.7346940933,-73.99785666,381.0,010100,40.74945622,-73.9903382667,769.454369545,1119,6076,828,4277,010100,246168211.101,006300,85447631.8451,,0.0,010100,006300,26861.1171951,183377,121303,hub,hub,non_hub,585235.486219,4511435.18064,584619.48321,4509789.20591
+6462,6462,223,198.0,006300,,40.7346940933,-73.99785666,243.0,010200,40.7606694,-73.973473555,1277.65982074,313,6076,268,4277,010200,333450202.294,006300,85447631.8451,,0.0,010200,006300,26861.1171951,46675,121303,hub,hub,non_hub,586644.664817,4512696.44233,584619.48321,4509789.20591
+6463,6463,927,198.0,006300,,40.7346940933,-73.99785666,294.0,010300,40.751000495,-73.994372255,943.797531239,1859,6076,1351,4277,010300,141506056.87,006300,85447631.8451,,0.0,010300,006300,26861.1171951,221593,121303,hub,hub,non_hub,584892.968074,4511602.69644,584619.48321,4509789.20591
+6464,6464,335,198.0,006300,,40.7346940933,-73.99785666,225.0,010400,40.761664375,-73.976854975,1146.99468639,1031,6076,1033,4277,010400,363981333.295,006300,85447631.8451,,0.0,010400,006300,26861.1171951,65073,121303,hub,hub,non_hub,586357.961325,4512803.55852,584619.48321,4509789.20591
+6465,6465,104,99.0,006300,,40.7346940933,-73.99785666,99.0,010602,40.75849116,-73.95920622,1551.02940721,4794,6076,2963,4277,010602,67980898.3739,006300,85447631.8451,,0.0,010602,006300,26861.1171951,22153,121303,hub,hub,non_hub,587851.796682,4512468.82754,584619.48321,4509789.20591
+6466,6466,502,297.0,006300,,40.7346940933,-73.99785666,351.0,010800,40.7591736033,-73.96613818,1417.22926383,8531,6076,6272,4277,010800,189351523.799,006300,85447631.8451,,0.0,010800,006300,26861.1171951,79198,121303,hub,hub,non_hub,587265.778542,4512537.66689,584619.48321,4509789.20591
+6467,6467,451,198.0,006300,,40.7346940933,-73.99785666,342.0,010900,40.751351715,-73.987594755,767.873597672,182,6076,92,4277,010900,228173063.011,006300,85447631.8451,,0.0,010900,006300,26861.1171951,60092,121303,hub,hub,non_hub,585464.669441,4511648.26242,584619.48321,4509789.20591
+6468,6468,178,99.0,006300,,40.7346940933,-73.99785666,177.0,011201,40.7643971,-73.97371465,1534.95295104,827,6076,964,4277,011201,118515444.187,006300,85447631.8451,,0.0,011201,006300,26861.1171951,41525,121303,hub,hub,non_hub,586619.474659,4513110.00718,584619.48321,4509789.20591
+6469,6469,163,99.0,006300,,40.7346940933,-73.99785666,99.0,011203,40.76095756,-73.96724467,1403.09574468,1176,6076,1160,4277,011203,143782379.009,006300,85447631.8451,,0.0,011203,006300,26861.1171951,48033,121303,hub,hub,non_hub,587170.050102,4512734.59972,584619.48321,4509789.20591
+6470,6470,1277,396.0,006300,,40.7346940933,-73.99785666,594.0,011300,40.7548008425,-73.9888010575,954.704778236,204,6076,107,4277,011300,357940519.061,006300,85447631.8451,,0.0,011300,006300,26861.1171951,236650,121303,hub,hub,non_hub,585358.423228,4512029.96675,584619.48321,4509789.20591
+6471,6471,631,198.0,006300,,40.7346940933,-73.99785666,246.0,011500,40.75701407,-73.992353645,1099.10815837,2487,6076,1678,4277,011500,130958459.747,006300,85447631.8451,,0.0,011500,006300,26861.1171951,103294,121303,hub,hub,non_hub,585055.712647,4512272.20178,584619.48321,4509789.20591
+6472,6472,269,198.0,006300,,40.7346940933,-73.99785666,252.0,011700,40.76058799,-74.00080945,1360.66147496,2938,6076,2304,4277,011700,91270705.1484,006300,85447631.8451,,0.0,011700,006300,26861.1171951,73016,121303,hub,hub,non_hub,584337.427395,4512660.77158,584619.48321,4509789.20591
+6473,6473,93,99.0,006300,,40.7346940933,-73.99785666,102.0,011900,40.7568001,-73.98291153,1116.85086207,1079,6076,1121,4277,011900,395254501.74,006300,85447631.8451,,0.0,011900,006300,26861.1171951,39976,121303,hub,hub,non_hub,585853.012005,4512257.64444,584619.48321,4509789.20591
+6474,6474,585,297.0,006300,,40.7346940933,-73.99785666,327.0,012100,40.7598593767,-73.9914900133,1198.36502694,8366,6076,5744,4277,012100,101223732.045,006300,85447631.8451,,0.0,012100,006300,26861.1171951,132767,121303,hub,hub,non_hub,585124.983126,4512588.88932,584619.48321,4509789.20591
+6475,6475,143,99.0,006300,,40.7346940933,-73.99785666,153.0,012500,40.76064679,-73.98442659,1237.66596896,2439,6076,2096,4277,012500,322911522.418,006300,85447631.8451,,0.0,012500,006300,26861.1171951,45486,121303,hub,hub,non_hub,585720.180916,4512683.17447,584619.48321,4509789.20591
+6476,6476,400,198.0,006300,,40.7346940933,-73.99785666,252.0,012700,40.762485435,-73.990447135,1117.00410429,6437,6076,4434,4277,012700,104637996.687,006300,85447631.8451,,0.0,012700,006300,26861.1171951,83393,121303,hub,hub,non_hub,585209.656415,4512881.41361,584619.48321,4509789.20591
+6477,6477,113,99.0,006300,,40.7346940933,-73.99785666,72.0,012900,40.76341379,-73.99667444,1339.01364522,5312,6076,3621,4277,012900,158698340.053,006300,85447631.8451,,0.0,012900,006300,26861.1171951,28661,121303,hub,hub,non_hub,584682.864463,4512978.43901,584619.48321,4509789.20591
+6478,6478,349,297.0,006300,,40.7346940933,-73.99785666,480.0,013100,40.7621295133,-73.98215453,1165.73090379,2489,6076,2283,4277,013100,405023451.28,006300,85447631.8451,,0.0,013100,006300,26861.1171951,107228,121303,hub,hub,non_hub,585910.04945,4512849.98999,584619.48321,4509789.20591
+6479,6479,279,297.0,006300,,40.7346940933,-73.99785666,303.0,013300,40.7647250567,-73.9866537633,1381.43286128,5363,6076,3909,4277,013300,79847412.2593,006300,85447631.8451,,0.0,013300,006300,26861.1171951,89810,121303,hub,hub,non_hub,585526.963405,4513133.71926,584619.48321,4509789.20591
+6480,6480,240,198.0,006300,,40.7346940933,-73.99785666,195.0,013500,40.766984435,-73.99227308,1297.21410255,6075,6076,3935,4277,013500,198199142.958,006300,85447631.8451,,0.0,013500,006300,26861.1171951,64723,121303,hub,hub,non_hub,585049.80204,4513379.06475,584619.48321,4509789.20591
+6481,6481,249,198.0,006300,,40.7346940933,-73.99785666,294.0,013700,40.766109285,-73.981808355,1481.29529823,6557,6076,5442,4277,013700,314878324.419,006300,85447631.8451,,0.0,013700,006300,26861.1171951,91142,121303,hub,hub,non_hub,585934.141665,4513292.1137,584619.48321,4509789.20591
+6482,6482,80,99.0,006300,,40.7346940933,-73.99785666,81.0,013900,40.768254,-73.988639,1450.49194139,7607,6076,7359,4277,013900,139918084.587,006300,85447631.8451,,0.0,013900,006300,26861.1171951,26390,121303,hub,hub,non_hub,585354.890073,4513523.52534,584619.48321,4509789.20591
+6483,6483,80,99.0,006300,,40.7346940933,-73.99785666,147.0,014300,40.76590936,-73.97634151,1560.94027778,3,6076,0,4277,014300,50027992.3322,006300,85447631.8451,,0.0,014300,006300,26861.1171951,21051,121303,hub,hub,non_hub,586395.803012,4513275.28949,584619.48321,4509789.20591
+6484,6484,252,99.0,006300,,40.7346940933,-73.99785666,108.0,014500,40.76915505,-73.98191841,1610.81185238,5811,6076,3462,4277,014500,253397343.373,006300,85447631.8451,,0.0,014500,006300,26861.1171951,68350,121303,hub,hub,non_hub,585920.929601,4513630.10902,584619.48321,4509789.20591
+6485,6485,161,99.0,006300,,40.7346940933,-73.99785666,165.0,014700,40.770513,-73.988038,1145.1489547,2586,6076,1743,4277,014700,70871746.8417,006300,85447631.8451,,0.0,014700,006300,26861.1171951,35099,121303,hub,hub,non_hub,585402.720353,4513774.87644,584619.48321,4509789.20591
+6486,6486,91,99.0,006300,,40.7346940933,-73.99785666,108.0,015100,40.771522,-73.990541,1921.36053903,8105,6076,4856,4277,015100,164953931.102,006300,85447631.8451,,0.0,015100,006300,26861.1171951,17578,121303,hub,hub,non_hub,585190.192062,4513884.4495,584619.48321,4509789.20591
+6487,6487,948,198.0,006300,,40.7346940933,-73.99785666,210.0,031703,40.71644312,-74.014902115,1095.867139,8670,6076,4231,4277,031703,332361109.355,006300,85447631.8451,,0.0,031703,006300,26861.1171951,136082,121303,hub,hub,non_hub,583202.897614,4507746.93647,584619.48321,4509789.20591
+6488,6488,698,297.0,006300,,40.7346940933,-73.99785666,294.0,031704,40.7085171733,-74.0165557667,1247.36137396,6610,6076,3790,4277,031704,160823714.408,006300,85447631.8451,,0.0,031704,006300,26861.1171951,105244,121303,hub,hub,non_hub,583073.076824,4506865.54027,584619.48321,4509789.20591
+6489,6489,396,297.0,006300,,40.7346940933,-73.99785666,255.0,000600,40.7128987867,-73.9898646367,1131.09398474,11558,6076,4083,4277,000600,59149181.7526,006300,85447631.8451,,0.0,000600,006300,26861.1171951,70053,121303,hub,hub,non_hub,585322.159723,4507377.5136,584619.48321,4509789.20591
+6490,6490,94,117.0,006400,,40.73587678,-73.98205027,54.0,000202,40.71318002,-73.9818904933,1095.26396365,8012,7518,3598,5058,000202,37878157.9781,006400,95664936.1545,,0.0,000202,006400,24186.5362409,56352,48875,hub,hub,non_hub,585995.353038,4507416.50937,585952.649806,4509935.84788
+6491,6491,447,273.0,006400,,40.73587678,-73.98205027,258.0,000700,40.70581148,-74.0081572071,1550.67094678,7722,7518,5201,5058,000700,476954959.734,006400,95664936.1545,,0.0,000700,006400,24186.5362409,160040,48875,hub,hub,non_hub,583785.918305,4506573.16797,585952.649806,4509935.84788
+6492,6492,260,78.0,006400,,40.73587678,-73.98205027,47.0,000800,40.712414475,-73.993471545,892.600827866,10365,7518,4150,5058,000800,46479755.076,006400,95664936.1545,,0.0,000800,006400,24186.5362409,34254,48875,hub,hub,non_hub,585018.109713,4507320.25418,585952.649806,4509935.84788
+6493,6493,248,117.0,006400,,40.73587678,-73.98205027,97.0,000900,40.7024745833,-74.01224785,1555.21470723,1140,7518,939,5058,000900,404341803.896,006400,95664936.1545,,0.0,000900,006400,24186.5362409,46446,48875,hub,hub,non_hub,583444.520998,4506198.85784,585952.649806,4509935.84788
+6494,6494,72,39.0,006400,,40.73587678,-73.98205027,19.0,001002,40.71782143,-73.97628939,971.125,6439,7518,2346,5058,001002,22763374.2099,006400,95664936.1545,,0.0,001002,006400,24186.5362409,15916,48875,hub,hub,non_hub,586462.45635,4507937.23607,585952.649806,4509935.84788
+6495,6495,81,78.0,006400,,40.73587678,-73.98205027,46.0,001200,40.717364275,-73.982955325,1017.78890601,3547,7518,1857,5058,001200,23518220.7411,006400,95664936.1545,,0.0,001200,006400,24186.5362409,36493,48875,hub,hub,non_hub,585900.031125,4507879.94738,585952.649806,4509935.84788
+6496,6496,41,39.0,006400,,40.73587678,-73.98205027,36.0,001300,40.70463334,-74.01361706,1711.26829268,3776,7518,3028,5058,001300,286606455.687,006400,95664936.1545,,0.0,001300,006400,24186.5362409,27671,48875,hub,hub,non_hub,583326.158808,4506437.19368,585952.649806,4509935.84788
+6497,6497,82,39.0,006400,,40.73587678,-73.98205027,28.0,001401,40.71559509,-73.9870295,901.170731707,3289,7518,1708,5058,001401,20168722.3199,006400,95664936.1545,,0.0,001401,006400,24186.5362409,26885,48875,hub,hub,non_hub,585558.18429,4507679.57909,585952.649806,4509935.84788
+6498,6498,32,78.0,006400,,40.73587678,-73.98205027,67.0,001501,40.70966832,-74.003597135,1323.66862745,5581,7518,3450,5058,001501,172466366.322,006400,95664936.1545,,0.0,001501,006400,24186.5362409,27425,48875,hub,hub,non_hub,584166.279828,4507005.66129,585952.649806,4509935.84788
+6499,6499,178,117.0,006400,,40.73587678,-73.98205027,123.0,001502,40.7088053467,-74.00635276,1583.27633264,7095,7518,3459,5058,001502,221282059.103,006400,95664936.1545,,0.0,001502,006400,24186.5362409,82052,48875,hub,hub,non_hub,583934.59195,4506907.22889,585952.649806,4509935.84788
+6500,6500,336,117.0,006400,,40.73587678,-73.98205027,107.0,001600,40.7153350167,-73.9943926833,979.276050263,8236,7518,3242,5058,001600,76565505.7581,006400,95664936.1545,,0.0,001600,006400,24186.5362409,82798,48875,hub,hub,non_hub,584936.591099,4507643.5622,585952.649806,4509935.84788
+6501,6501,789,156.0,006400,,40.73587678,-73.98205027,154.0,001800,40.7193657075,-73.9906468425,778.141882137,8063,7518,3489,5058,001800,60554858.5127,006400,95664936.1545,,0.0,001800,006400,24186.5362409,133306,48875,hub,hub,non_hub,585247.838585,4508094.62497,585952.649806,4509935.84788
+6502,6502,68,78.0,006400,,40.73587678,-73.98205027,46.0,002000,40.721554605,-73.977309405,840.407359307,4795,7518,1899,5058,002000,17907673.5628,006400,95664936.1545,,0.0,002000,006400,24186.5362409,31656,48875,hub,hub,non_hub,586371.478696,4508350.63994,585952.649806,4509935.84788
+6503,6503,157,156.0,006400,,40.73587678,-73.98205027,102.0,002100,40.71451321,-74.0108850975,1527.88316379,6111,7518,3038,5058,002100,273869828.705,006400,95664936.1545,,0.0,002100,006400,24186.5362409,151037,48875,hub,hub,non_hub,583544.598931,4507536.51732,585952.649806,4509935.84788
+6504,6504,93,78.0,006400,,40.73587678,-73.98205027,44.0,002201,40.71833027,-73.980972895,856.924707602,6762,7518,3030,5058,002201,37585954.9949,006400,95664936.1545,,0.0,002201,006400,24186.5362409,26391,48875,hub,hub,non_hub,586066.226443,4507989.12022,585952.649806,4509935.84788
+6505,6505,57,39.0,006400,,40.73587678,-73.98205027,31.0,002202,40.7208736,-73.98085795,774.087719298,2256,7518,1045,5058,002202,13179093.8977,006400,95664936.1545,,0.0,002202,006400,24186.5362409,23935,48875,hub,hub,non_hub,586072.658368,4508271.55961,585952.649806,4509935.84788
+6506,6506,47,78.0,006400,,40.73587678,-73.98205027,48.0,002400,40.724744875,-73.974986535,688.752923977,5775,7518,2175,5058,002400,17986635.5592,006400,95664936.1545,,0.0,002400,006400,24186.5362409,17965,48875,hub,hub,non_hub,586563.526382,4508707.06897,585952.649806,4509935.84788
+6507,6507,37,78.0,006400,,40.73587678,-73.98205027,62.0,002500,40.7111743,-73.99849582,1271.045,5061,7518,1917,5058,002500,22428407.6271,006400,95664936.1545,,0.0,002500,006400,24186.5362409,28216,48875,hub,hub,non_hub,584595.28909,4507177.73549,585952.649806,4509935.84788
+6508,6508,39,39.0,006400,,40.73587678,-73.98205027,31.0,002601,40.72299208,-73.97995466,715.897435897,3774,7518,1593,5058,002601,22248722.3098,006400,95664936.1545,,0.0,002601,006400,24186.5362409,22144,48875,hub,hub,non_hub,586146.216204,4508507.61099,585952.649806,4509935.84788
+6509,6509,44,39.0,006400,,40.73587678,-73.98205027,27.0,002700,40.71307916,-73.99851193,970.636363636,1191,7518,655,5058,002700,11349914.9514,006400,95664936.1545,,0.0,002700,006400,24186.5362409,20570,48875,hub,hub,non_hub,584591.517275,4507389.17181,585952.649806,4509935.84788
+6510,6510,104,39.0,006400,,40.73587678,-73.98205027,32.0,002800,40.72521311,-73.97768752,721.538461538,7302,7518,3341,5058,002800,47641507.3146,006400,95664936.1545,,0.0,002800,006400,24186.5362409,36744,48875,hub,hub,non_hub,586334.816403,4508756.38709,585952.649806,4509935.84788
+6511,6511,40,39.0,006400,,40.73587678,-73.98205027,43.0,002900,40.71602118,-73.99974372,1079.5,5855,7518,2420,5058,002900,200965547.24,006400,95664936.1545,,0.0,002900,006400,24186.5362409,31936,48875,hub,hub,non_hub,584483.752153,4507714.56961,585952.649806,4509935.84788
+6512,6512,118,39.0,006400,,40.73587678,-73.98205027,35.0,003001,40.72066442,-73.98517977,727.228813559,4301,7518,2553,5058,003001,34302720.7166,006400,95664936.1545,,0.0,003001,006400,24186.5362409,41223,48875,hub,hub,non_hub,585707.91731,4508244.11218,585952.649806,4509935.84788
+6513,6513,139,39.0,006400,,40.73587678,-73.98205027,37.0,003002,40.72217444,-73.98368779,733.079136691,3031,7518,1885,5058,003002,18686109.2263,006400,95664936.1545,,0.0,003002,006400,24186.5362409,38675,48875,hub,hub,non_hub,585831.986427,4508413.19181,585952.649806,4509935.84788
+6514,6514,111,117.0,006400,,40.73587678,-73.98205027,121.0,003100,40.7140617467,-74.0041933367,1215.46223622,2809,7518,858,5058,003100,145687012.574,006400,95664936.1545,,0.0,003100,006400,24186.5362409,81469,48875,hub,hub,non_hub,584110.388584,4507492.78891,585952.649806,4509935.84788
+6515,6515,469,117.0,006400,,40.73587678,-73.98205027,100.0,003200,40.7260543867,-73.9823576167,561.950082107,7630,7518,4888,5058,003200,46369492.482,006400,95664936.1545,,0.0,003200,006400,24186.5362409,138064,48875,hub,hub,non_hub,585939.335766,4508845.19329,585952.649806,4509935.84788
+6516,6516,184,195.0,006400,,40.73587678,-73.98205027,173.0,003300,40.7188210017,-74.0063361547,1215.79278608,5174,7518,2694,5058,003300,215459582.054,006400,95664936.1545,,0.0,003300,006400,24186.5362409,115059,48875,hub,hub,non_hub,583923.416306,4508019.04742,585952.649806,4509935.84788
+6517,6517,166,39.0,006400,,40.73587678,-73.98205027,39.0,003400,40.72955361,-73.98057249,436.469879518,6706,7518,4203,5058,003400,42933229.7541,006400,95664936.1545,,0.0,003400,006400,24186.5362409,47926,48875,hub,hub,non_hub,586085.581298,4509235.37985,585952.649806,4509935.84788
+6518,6518,434,78.0,006400,,40.73587678,-73.98205027,66.0,003601,40.72217423,-73.990293175,645.422594806,3299,7518,1613,5058,003601,29191583.8104,006400,95664936.1545,,0.0,003601,006400,24186.5362409,77585,48875,hub,hub,non_hub,585274.124459,4508406.73315,585952.649806,4509935.84788
+6519,6519,570,78.0,006400,,40.73587678,-73.98205027,62.0,003602,40.724852985,-73.989265345,580.969826301,2918,7518,1586,5058,003602,24941258.1161,006400,95664936.1545,,0.0,003602,006400,24186.5362409,82124,48875,hub,hub,non_hub,585357.507872,4508705.09166,585952.649806,4509935.84788
+6520,6520,406,156.0,006400,,40.73587678,-73.98205027,148.0,003700,40.7256696075,-74.0052069325,1043.9316326,2401,7518,1490,5058,003700,212385639.924,006400,95664936.1545,,0.0,003700,006400,24186.5362409,173333,48875,hub,hub,non_hub,584010.178026,4508780.36793,585952.649806,4509935.84788
+6521,6521,998,156.0,006400,,40.73587678,-73.98205027,160.0,003800,40.72765889,-73.988195855,515.624086446,8610,7518,5795,5058,003800,67437493.5221,006400,95664936.1545,,0.0,003800,006400,24186.5362409,167230,48875,hub,hub,non_hub,585444.239635,4509017.60641,585952.649806,4509935.84788
+6522,6522,101,156.0,006400,,40.73587678,-73.98205027,106.0,003900,40.7201717475,-74.00983051,1438.84473324,5253,7518,3059,5058,003900,194910113.03,006400,95664936.1545,,0.0,003900,006400,24186.5362409,113624,48875,hub,hub,non_hub,583626.593058,4508165.65565,585952.649806,4509935.84788
+6523,6523,527,78.0,006400,,40.73587678,-73.98205027,66.0,004000,40.73000573,-73.98549552,475.572927786,9801,7518,4546,5058,004000,66858387.5133,006400,95664936.1545,,0.0,004000,006400,24186.5362409,99660,48875,hub,hub,non_hub,585669.269443,4509280.75306,585952.649806,4509935.84788
+6524,6524,307,78.0,006400,,40.73587678,-73.98205027,64.0,004100,40.7195529,-73.996789035,874.374663388,7793,7518,3765,5058,004100,71738983.3617,006400,95664936.1545,,0.0,004100,006400,24186.5362409,114685,48875,hub,hub,non_hub,584728.836557,4508109.46034,585952.649806,4509935.84788
+6525,6525,218,39.0,006400,,40.73587678,-73.98205027,35.0,004200,40.73223272,-73.98889957,385.564220183,4988,7518,1801,5058,004200,39941846.3325,006400,95664936.1545,,0.0,004200,006400,24186.5362409,50846,48875,hub,hub,non_hub,585378.96492,4509524.64843,585952.649806,4509935.84788
+6526,6526,394,78.0,006400,,40.73587678,-73.98205027,67.0,004300,40.723870235,-73.995226525,741.589097938,4267,7518,2598,5058,004300,65935514.1184,006400,95664936.1545,,0.0,004300,006400,24186.5362409,95162,48875,hub,hub,non_hub,584855.320992,4508590.22212,585952.649806,4509935.84788
+6527,6527,610,78.0,006400,,40.73587678,-73.98205027,60.0,004400,40.73080269,-73.97968993,393.397700782,17710,7518,8297,5058,004400,114601147.016,006400,95664936.1545,,0.0,004400,006400,24186.5362409,106427,48875,hub,hub,non_hub,586158.498991,4509374.90208,585952.649806,4509935.84788
+6528,6528,79,39.0,006400,,40.73587678,-73.98205027,27.0,004500,40.71910537,-73.99973337,950.17721519,840,7518,582,5058,004500,52009114.8865,006400,95664936.1545,,0.0,004500,006400,24186.5362409,34275,48875,hub,hub,non_hub,584480.726971,4508056.94497,585952.649806,4509935.84788
+6529,6529,49,39.0,006400,,40.73587678,-73.98205027,39.0,004700,40.72165481,-74.00234737,1073.85714286,2267,7518,1586,5058,004700,75477587.1594,006400,95664936.1545,,0.0,004700,006400,24186.5362409,27544,48875,hub,hub,non_hub,584256.734795,4508337.43837,585952.649806,4509935.84788
+6530,6530,192,39.0,006400,,40.73587678,-73.98205027,35.0,004800,40.73624527,-73.98473765,540.125,7550,7518,3799,5058,004800,74763044.6965,006400,95664936.1545,,0.0,004800,006400,24186.5362409,42567,48875,hub,hub,non_hub,585725.258797,4509974.12516,585952.649806,4509935.84788
+6531,6531,253,78.0,006400,,40.73587678,-73.98205027,73.0,004900,40.724268615,-74.000521515,889.918518519,4951,7518,3054,5058,004900,103848670.177,006400,95664936.1545,,0.0,004900,006400,24186.5362409,80152,48875,hub,hub,non_hub,584407.63728,4508629.34168,585952.649806,4509935.84788
+6532,6532,2131,117.0,006400,,40.73587678,-73.98205027,93.0,005000,40.7359163467,-73.9873427633,299.949821662,5061,7518,3595,5058,005000,120638459.215,006400,95664936.1545,,0.0,005000,006400,24186.5362409,111023,48875,hub,hub,non_hub,585505.709717,4509935.07175,585952.649806,4509935.84788
+6533,6533,1455,78.0,006400,,40.73587678,-73.98205027,106.0,005200,40.73715585,-73.991241315,470.414131485,4193,7518,1785,5058,005200,109103391.81,006400,95664936.1545,,0.0,005200,006400,24186.5362409,159876,48875,hub,hub,non_hub,585174.941657,4510068.87544,585952.649806,4509935.84788
+6534,6534,539,39.0,006400,,40.73587678,-73.98205027,47.0,005400,40.73971301,-73.99456405,495.820037106,4656,7518,2837,5058,005400,128803552.888,006400,95664936.1545,,0.0,005400,006400,24186.5362409,73728,48875,hub,hub,non_hub,584891.129718,4510349.51956,585952.649806,4509935.84788
+6535,6535,138,39.0,006400,,40.73587678,-73.98205027,30.0,005501,40.72679454,-73.99695094,756.884057971,5079,7518,2483,5058,005501,61061928.4125,006400,95664936.1545,,0.0,005501,006400,24186.5362409,57258,48875,hub,hub,non_hub,584705.980012,4508913.17477,585952.649806,4509935.84788
+6536,6536,236,39.0,006400,,40.73587678,-73.98205027,27.0,005502,40.72743423,-73.99379025,618.533898305,2383,7518,1262,5058,005502,49017118.6146,006400,95664936.1545,,0.0,005502,006400,24186.5362409,55117,48875,hub,hub,non_hub,584972.085912,4508987.23863,585952.649806,4509935.84788
+6537,6537,1816,78.0,006400,,40.73587678,-73.98205027,95.0,005600,40.74065347,-73.98778661,353.974489351,2618,7518,2190,5058,005600,189153355.609,006400,95664936.1545,,0.0,005600,006400,24186.5362409,113209,48875,hub,hub,non_hub,585462.168743,4510460.49357,585952.649806,4509935.84788
+6538,6538,678,78.0,006400,,40.73587678,-73.98205027,82.0,005700,40.729662915,-73.992405595,591.566682515,2937,7518,1789,5058,005700,90178032.7137,006400,95664936.1545,,0.0,005700,006400,24186.5362409,156896,48875,hub,hub,non_hub,585086.179601,4509235.9788,585952.649806,4509935.84788
+6539,6539,951,78.0,006400,,40.73587678,-73.98205027,87.0,005800,40.743154205,-73.990299735,475.035246952,3182,7518,2306,5058,005800,164037511.755,006400,95664936.1545,,0.0,005800,006400,24186.5362409,130970,48875,hub,hub,non_hub,585246.786708,4510735.64918,585952.649806,4509935.84788
+6540,6540,126,39.0,006400,,40.73587678,-73.98205027,31.0,005900,40.73049393,-73.9957214,715.293650794,5516,7518,3276,5058,005900,71785177.1361,006400,95664936.1545,,0.0,005900,006400,24186.5362409,53180,48875,hub,hub,non_hub,584805.117402,4509325.01914,585952.649806,4509935.84788
+6541,6541,506,78.0,006400,,40.73587678,-73.98205027,63.0,006000,40.734822295,-73.976916765,471.154751651,5286,7518,2459,5058,006000,27468182.8943,006400,95664936.1545,,0.0,006000,006400,24186.5362409,80462,48875,hub,hub,non_hub,586387.478737,4509823.83141,585952.649806,4509935.84788
+6542,6542,1080,156.0,006400,,40.73587678,-73.98205027,141.0,006100,40.73385254,-73.992357065,554.269293968,4913,7518,2683,5058,006100,91682014.33,006400,95664936.1545,,0.0,006100,006400,24186.5362409,245510,48875,hub,hub,non_hub,585084.940162,4509701.10308,585952.649806,4509935.84788
+6543,6543,239,39.0,006400,,40.73587678,-73.98205027,30.0,006200,40.7381765,-73.97738662,393.748953975,4680,7518,1401,5058,006200,231817485.533,006400,95664936.1545,,0.0,006200,006400,24186.5362409,33218,48875,hub,hub,non_hub,586343.467107,4510195.70961,585952.649806,4509935.84788
+6544,6544,481,117.0,006400,,40.73587678,-73.98205027,99.0,006300,40.7346940933,-73.99785666,718.901608113,6076,7518,4277,5058,006300,85447631.8451,006400,95664936.1545,,0.0,006300,006400,24186.5362409,120233,48875,hub,hub,non_hub,584619.48321,4509789.20591,585952.649806,4509935.84788
+6545,6545,316,117.0,006400,,40.73587678,-73.98205027,106.0,006500,40.7306296367,-73.9991423,793.194825184,6517,7518,3568,5058,006500,59290910.3694,006400,95664936.1545,,0.0,006500,006400,24186.5362409,125356,48875,hub,hub,non_hub,584516.067395,4509336.78488,585952.649806,4509935.84788
+6546,6546,768,78.0,006400,,40.73587678,-73.98205027,82.0,006600,40.739285505,-73.97827188,296.823103154,11780,7518,6818,5058,006600,84730469.4548,006400,95664936.1545,,0.0,006600,006400,24186.5362409,74621,48875,hub,hub,non_hub,586267.286922,4510317.94668,585952.649806,4509935.84788
+6547,6547,285,39.0,006400,,40.73587678,-73.98205027,39.0,006700,40.73038599,-74.00214988,825.501754386,4984,7518,3796,5058,006700,47238039.9972,006400,95664936.1545,,0.0,006700,006400,24186.5362409,70025,48875,hub,hub,non_hub,584262.399901,4509306.84766,585952.649806,4509935.84788
+6548,6548,448,39.0,006400,,40.73587678,-73.98205027,39.0,006800,40.74025878,-73.98409214,305.953125,6735,7518,4494,5058,006800,130298431.446,006400,95664936.1545,,0.0,006800,006400,24186.5362409,58926,48875,hub,hub,non_hub,585774.608423,4510420.28363,585952.649806,4509935.84788
+6549,6549,202,78.0,006400,,40.73587678,-73.98205027,67.0,006900,40.732319905,-74.0069291,1034.79126794,2687,7518,1484,5058,006900,61292499.9331,006400,95664936.1545,,0.0,006900,006400,24186.5362409,130727,48875,hub,hub,non_hub,583856.38945,4509516.94969,585952.649806,4509935.84788
+6550,6550,2525,117.0,006400,,40.73587678,-73.98205027,127.0,007000,40.7425588074,-73.9756997946,376.96070615,8302,7518,5669,5058,007000,78634704.8451,006400,95664936.1545,,0.0,007000,006400,24186.5362409,145227,48875,hub,hub,non_hub,586480.218606,4510683.83751,585952.649806,4509935.84788
+6551,6551,336,78.0,006400,,40.73587678,-73.98205027,71.0,007100,40.736526545,-74.000108805,740.899148453,5633,7518,3844,5058,007100,68447429.2743,006400,95664936.1545,,0.0,007100,006400,24186.5362409,79459,48875,hub,hub,non_hub,584426.995774,4509990.4524,585952.649806,4509935.84788
+6552,6552,1708,117.0,006400,,40.73587678,-73.98205027,126.0,007200,40.7447014833,-73.98154809,441.67167539,7734,7518,5222,5058,007200,132092861.454,006400,95664936.1545,,0.0,007200,006400,24186.5362409,157612,48875,hub,hub,non_hub,585983.687715,4510915.94446,585952.649806,4509935.84788
+6553,6553,221,78.0,006400,,40.73587678,-73.98205027,59.0,007300,40.734682705,-74.00388484,814.377511737,5615,7518,4547,5058,007300,48716185.79,006400,95664936.1545,,0.0,007300,006400,24186.5362409,92567,48875,hub,hub,non_hub,584110.479319,4509782.14883,585952.649806,4509935.84788
+6554,6554,545,78.0,006400,,40.73587678,-73.98205027,86.0,007400,40.746413585,-73.98586892,590.008216731,4179,7518,2700,5058,007400,170614202.951,006400,95664936.1545,,0.0,007400,006400,24186.5362409,81121,48875,hub,hub,non_hub,585616.696258,4511101.7763,585952.649806,4509935.84788
+6555,6555,734,78.0,006400,,40.73587678,-73.98205027,69.0,007600,40.74737476,-73.988320695,601.757862616,2203,7518,1573,5058,007600,242014413.464,006400,95664936.1545,,0.0,007600,006400,24186.5362409,97464,48875,hub,hub,non_hub,585408.475283,4511206.08492,585952.649806,4509935.84788
+6556,6556,178,39.0,006400,,40.73587678,-73.98205027,43.0,007700,40.7390169121,-74.0026376103,753.685393258,5404,7518,4254,5058,007700,59306273.1509,006400,95664936.1545,,0.0,007700,006400,24186.5362409,79025,48875,hub,hub,non_hub,584210.329106,4510264.47156,585952.649806,4509935.84788
+6557,6557,902,39.0,006400,,40.73587678,-73.98205027,39.0,007800,40.74780373,-73.9734419,491.32594235,7380,7518,5372,5058,007800,112124597.728,006400,95664936.1545,,0.0,007800,006400,24186.5362409,59601,48875,hub,hub,non_hub,586664.043115,4511268.28888,585952.649806,4509935.84788
+6558,6558,475,195.0,006400,,40.73587678,-73.98205027,174.0,007900,40.738916514,-74.007286026,944.887995155,4406,7518,2904,5058,007900,86937368.5918,006400,95664936.1545,,0.0,007900,006400,24186.5362409,171846,48875,hub,hub,non_hub,583817.969395,4510248.87788,585952.649806,4509935.84788
+6559,6559,647,78.0,006400,,40.73587678,-73.98205027,71.0,008000,40.7485693,-73.97717991,548.82413894,4946,7518,3730,5058,008000,197763821.532,006400,95664936.1545,,0.0,008000,006400,24186.5362409,74808,48875,hub,hub,non_hub,586347.477591,4511349.58844,585952.649806,4509935.84788
+6560,6560,239,39.0,006400,,40.73587678,-73.98205027,39.0,008100,40.73935542,-73.99931783,661.313807531,8675,7518,5315,5058,008100,91100400.6907,006400,95664936.1545,,0.0,008100,006400,24186.5362409,53195,48875,hub,hub,non_hub,584490.204148,4510305.23824,585952.649806,4509935.84788
+6561,6561,1513,117.0,006400,,40.73587678,-73.98205027,175.0,008200,40.7519341915,-73.9793376092,702.15782436,3442,7518,2534,5058,008200,262405408.076,006400,95664936.1545,,0.0,008200,006400,24186.5362409,228612,48875,hub,hub,non_hub,586160.975672,4511720.9954,585952.649806,4509935.84788
+6562,6562,836,156.0,006400,,40.73587678,-73.98205027,119.0,008300,40.742591315,-74.004102785,740.349443379,4211,7518,2321,5058,008300,119862327.354,006400,95664936.1545,,0.0,008300,006400,24186.5362409,186113,48875,hub,hub,non_hub,584082.11654,4510659.85081,585952.649806,4509935.84788
+6563,6563,176,39.0,006400,,40.73587678,-73.98205027,38.0,008400,40.75038009,-73.98338988,740.011363636,1726,7518,1041,5058,008400,147824461.739,006400,95664936.1545,,0.0,008400,006400,24186.5362409,34199,48875,hub,hub,non_hub,585820.889203,4511544.50828,585952.649806,4509935.84788
+6564,6564,108,39.0,006400,,40.73587678,-73.98205027,43.0,008601,40.744219,-73.97121214,676.222222222,2551,7518,1528,5058,008601,31141773.9073,006400,95664936.1545,,0.0,008601,006400,24186.5362409,31961,48875,hub,hub,non_hub,586856.951039,4510872.56191,585952.649806,4509935.84788
+6565,6565,1766,78.0,006400,,40.73587678,-73.98205027,78.0,008700,40.74206378,-73.995708955,517.252868488,6671,7518,4249,5058,008700,85660216.7821,006400,95664936.1545,,0.0,008700,006400,24186.5362409,152953,48875,hub,hub,non_hub,584791.475936,4510609.36503,585952.649806,4509935.84788
+6566,6566,391,78.0,006400,,40.73587678,-73.98205027,78.0,008800,40.75012189,-73.970133575,688.192717772,6964,7518,5507,5058,008800,216532475.876,006400,95664936.1545,,0.0,008800,006400,24186.5362409,43247,48875,hub,hub,non_hub,586940.323322,4511528.89362,585952.649806,4509935.84788
+6567,6567,1026,117.0,006400,,40.73587678,-73.98205027,120.0,008900,40.74529008,-74.0021768567,693.618858344,5560,7518,3511,5058,008900,54419260.2723,006400,95664936.1545,,0.0,008900,006400,24186.5362409,158638,48875,hub,hub,non_hub,584241.316685,4510961.27944,585952.649806,4509935.84788
+6568,6568,684,117.0,006400,,40.73587678,-73.98205027,110.0,009000,40.75261798,-73.9703317533,700.691549124,7026,7518,5832,5058,009000,208846060.851,006400,95664936.1545,,0.0,009000,006400,24186.5362409,74531,48875,hub,hub,non_hub,586920.342162,4511805.78171,585952.649806,4509935.84788
+6569,6569,358,39.0,006400,,40.73587678,-73.98205027,39.0,009100,40.74487634,-73.99529885,645.301675978,6415,7518,4386,5058,009100,127325659.041,006400,95664936.1545,,0.0,009100,006400,24186.5362409,63878,48875,hub,hub,non_hub,584822.527687,4510921.97538,585952.649806,4509935.84788
+6570,6570,383,78.0,006400,,40.73587678,-73.98205027,110.0,009200,40.7548518863,-73.9734329075,824.123677411,1754,7518,1461,5058,009200,408192557.246,006400,95664936.1545,,0.0,009200,006400,24186.5362409,72226,48875,hub,hub,non_hub,586655.650548,4512050.69496,585952.649806,4509935.84788
+6571,6571,278,39.0,006400,,40.73587678,-73.98205027,39.0,009300,40.74475148,-73.99915362,632.161870504,9705,7518,5585,5058,009300,68528055.2433,006400,95664936.1545,,0.0,009300,006400,24186.5362409,52202,48875,hub,hub,non_hub,584497.239363,4510904.39701,585952.649806,4509935.84788
+6572,6572,292,39.0,006400,,40.73587678,-73.98205027,31.0,009400,40.75320159,-73.9779874,741.606164384,29,7518,16,5058,009400,299218147.811,006400,95664936.1545,,0.0,009400,006400,24186.5362409,82147,48875,hub,hub,non_hub,586273.319314,4511863.01244,585952.649806,4509935.84788
+6573,6573,453,39.0,006400,,40.73587678,-73.98205027,51.0,009500,40.746647,-73.993915,597.843267108,3425,7518,1416,5058,009500,129660033.725,006400,95664936.1545,,0.0,009500,006400,24186.5362409,57488,48875,hub,hub,non_hub,584937.108907,4511119.86954,585952.649806,4509935.84788
+6574,6574,222,117.0,006400,,40.73587678,-73.98205027,140.0,009600,40.7560303363,-73.9803545604,1006.02073892,153,7518,268,5058,009600,270304841.585,006400,95664936.1545,,0.0,009600,006400,24186.5362409,71527,48875,hub,hub,non_hub,586069.843528,4512174.69974,585952.649806,4509935.84788
+6575,6575,342,117.0,006400,,40.73587678,-73.98205027,99.0,009700,40.7493616033,-73.9991321067,873.343832473,4744,7518,2827,5058,009700,83018263.1602,006400,95664936.1545,,0.0,009700,006400,24186.5362409,118804,48875,hub,hub,non_hub,584493.220017,4511416.17434,585952.649806,4509935.84788
+6576,6576,353,78.0,006400,,40.73587678,-73.98205027,70.0,009800,40.755285655,-73.96667288,818.338254129,7105,7518,5244,5058,009800,115943808.909,006400,95664936.1545,,0.0,009800,006400,24186.5362409,40039,48875,hub,hub,non_hub,587225.727282,4512105.54383,585952.649806,4509935.84788
+6577,6577,819,195.0,006400,,40.73587678,-73.98205027,185.0,009900,40.7520807866,-74.0031899092,957.506756637,3617,7518,2438,5058,009900,404439511.776,006400,95664936.1545,,0.0,009900,006400,24186.5362409,208076,48875,hub,hub,non_hub,584147.226991,4511714.12465,585952.649806,4509935.84788
+6578,6578,449,117.0,006400,,40.73587678,-73.98205027,121.0,010000,40.7583696933,-73.9710287767,959.461045828,1829,7518,1399,5058,010000,366457143.613,006400,95664936.1545,,0.0,010000,006400,24186.5362409,72085,48875,hub,hub,non_hub,586854.014885,4512443.57459,585952.649806,4509935.84788
+6579,6579,1240,117.0,006400,,40.73587678,-73.98205027,127.0,010100,40.74945622,-73.9903382667,682.624543258,1119,7518,828,5058,010100,246168211.101,006400,95664936.1545,,0.0,010100,006400,24186.5362409,183377,48875,hub,hub,non_hub,585235.486219,4511435.18064,585952.649806,4509935.84788
+6580,6580,210,78.0,006400,,40.73587678,-73.98205027,81.0,010200,40.7606694,-73.973473555,997.519435976,313,7518,268,5058,010200,333450202.294,006400,95664936.1545,,0.0,010200,006400,24186.5362409,46675,48875,hub,hub,non_hub,586644.664817,4512696.44233,585952.649806,4509935.84788
+6581,6581,574,78.0,006400,,40.73587678,-73.98205027,98.0,010300,40.751000495,-73.994372255,896.786772487,1859,7518,1351,5058,010300,141506056.87,006400,95664936.1545,,0.0,010300,006400,24186.5362409,221593,48875,hub,hub,non_hub,584892.968074,4511602.69644,585952.649806,4509935.84788
+6582,6582,141,78.0,006400,,40.73587678,-73.98205027,75.0,010400,40.761664375,-73.976854975,1085.84877441,1031,7518,1033,5058,010400,363981333.295,006400,95664936.1545,,0.0,010400,006400,24186.5362409,65073,48875,hub,hub,non_hub,586357.961325,4512803.55852,585952.649806,4509935.84788
+6583,6583,240,39.0,006400,,40.73587678,-73.98205027,33.0,010602,40.75849116,-73.95920622,997.625,4794,7518,2963,5058,010602,67980898.3739,006400,95664936.1545,,0.0,010602,006400,24186.5362409,22153,48875,hub,hub,non_hub,587851.796682,4512468.82754,585952.649806,4509935.84788
+6584,6584,1086,117.0,006400,,40.73587678,-73.98205027,117.0,010800,40.7591736033,-73.96613818,842.442355684,8531,7518,6272,5058,010800,189351523.799,006400,95664936.1545,,0.0,010800,006400,24186.5362409,79198,48875,hub,hub,non_hub,587265.778542,4512537.66689,585952.649806,4509935.84788
+6585,6585,278,78.0,006400,,40.73587678,-73.98205027,114.0,010900,40.751351715,-73.987594755,773.636049113,182,7518,92,5058,010900,228173063.011,006400,95664936.1545,,0.0,010900,006400,24186.5362409,60092,48875,hub,hub,non_hub,585464.669441,4511648.26242,585952.649806,4509935.84788
+6586,6586,201,39.0,006400,,40.73587678,-73.98205027,59.0,011201,40.7643971,-73.97371465,1220.68159204,827,7518,964,5058,011201,118515444.187,006400,95664936.1545,,0.0,011201,006400,24186.5362409,41525,48875,hub,hub,non_hub,586619.474659,4513110.00718,585952.649806,4509935.84788
+6587,6587,278,39.0,006400,,40.73587678,-73.98205027,33.0,011203,40.76095756,-73.96724467,931.467625899,1176,7518,1160,5058,011203,143782379.009,006400,95664936.1545,,0.0,011203,006400,24186.5362409,48033,48875,hub,hub,non_hub,587170.050102,4512734.59972,585952.649806,4509935.84788
+6588,6588,1231,156.0,006400,,40.73587678,-73.98205027,198.0,011300,40.7548008425,-73.9888010575,900.695048569,204,7518,107,5058,011300,357940519.061,006400,95664936.1545,,0.0,011300,006400,24186.5362409,236650,48875,hub,hub,non_hub,585358.423228,4512029.96675,585952.649806,4509935.84788
+6589,6589,177,78.0,006400,,40.73587678,-73.98205027,82.0,011500,40.75701407,-73.992353645,1055.87873711,2487,7518,1678,5058,011500,130958459.747,006400,95664936.1545,,0.0,011500,006400,24186.5362409,103294,48875,hub,hub,non_hub,585055.712647,4512272.20178,585952.649806,4509935.84788
+6590,6590,132,78.0,006400,,40.73587678,-73.98205027,84.0,011700,40.76058799,-74.00080945,1295.2063689,2938,7518,2304,5058,011700,91270705.1484,006400,95664936.1545,,0.0,011700,006400,24186.5362409,73016,48875,hub,hub,non_hub,584337.427395,4512660.77158,585952.649806,4509935.84788
+6591,6591,78,39.0,006400,,40.73587678,-73.98205027,34.0,011900,40.7568001,-73.98291153,1073.71794872,1079,7518,1121,5058,011900,395254501.74,006400,95664936.1545,,0.0,011900,006400,24186.5362409,39976,48875,hub,hub,non_hub,585853.012005,4512257.64444,585952.649806,4509935.84788
+6592,6592,260,117.0,006400,,40.73587678,-73.98205027,109.0,012100,40.7598593767,-73.9914900133,1273.17921852,8366,7518,5744,5058,012100,101223732.045,006400,95664936.1545,,0.0,012100,006400,24186.5362409,132767,48875,hub,hub,non_hub,585124.983126,4512588.88932,585952.649806,4509935.84788
+6593,6593,84,39.0,006400,,40.73587678,-73.98205027,51.0,012500,40.76064679,-73.98442659,1225.02380952,2439,7518,2096,5058,012500,322911522.418,006400,95664936.1545,,0.0,012500,006400,24186.5362409,45486,48875,hub,hub,non_hub,585720.180916,4512683.17447,585952.649806,4509935.84788
+6594,6594,114,78.0,006400,,40.73587678,-73.98205027,84.0,012700,40.762485435,-73.990447135,1221.67423274,6437,7518,4434,5058,012700,104637996.687,006400,95664936.1545,,0.0,012700,006400,24186.5362409,83393,48875,hub,hub,non_hub,585209.656415,4512881.41361,585952.649806,4509935.84788
+6595,6595,57,39.0,006400,,40.73587678,-73.98205027,24.0,012900,40.76341379,-73.99667444,1413.28070175,5312,7518,3621,5058,012900,158698340.053,006400,95664936.1545,,0.0,012900,006400,24186.5362409,28661,48875,hub,hub,non_hub,584682.864463,4512978.43901,585952.649806,4509935.84788
+6596,6596,254,117.0,006400,,40.73587678,-73.98205027,160.0,013100,40.7621295133,-73.98215453,1218.17276861,2489,7518,2283,5058,013100,405023451.28,006400,95664936.1545,,0.0,013100,006400,24186.5362409,107228,48875,hub,hub,non_hub,585910.049449,4512849.98999,585952.649806,4509935.84788
+6597,6597,139,117.0,006400,,40.73587678,-73.98205027,101.0,013300,40.7647250567,-73.9866537633,1475.84056928,5363,7518,3909,5058,013300,79847412.2593,006400,95664936.1545,,0.0,013300,006400,24186.5362409,89810,48875,hub,hub,non_hub,585526.963405,4513133.71926,585952.649806,4509935.84788
+6598,6598,134,78.0,006400,,40.73587678,-73.98205027,65.0,013500,40.766984435,-73.99227308,1296.02380952,6075,7518,3935,5058,013500,198199142.958,006400,95664936.1545,,0.0,013500,006400,24186.5362409,64723,48875,hub,hub,non_hub,585049.80204,4513379.06475,585952.649806,4509935.84788
+6599,6599,165,78.0,006400,,40.73587678,-73.98205027,98.0,013700,40.766109285,-73.981808355,1423.90042224,6557,7518,5442,5058,013700,314878324.419,006400,95664936.1545,,0.0,013700,006400,24186.5362409,91142,48875,hub,hub,non_hub,585934.141665,4513292.1137,585952.649806,4509935.84788
+6600,6600,34,39.0,006400,,40.73587678,-73.98205027,27.0,013900,40.768254,-73.988639,1486.88235294,7607,7518,7359,5058,013900,139918084.587,006400,95664936.1545,,0.0,013900,006400,24186.5362409,26390,48875,hub,hub,non_hub,585354.890073,4513523.52534,585952.649806,4509935.84788
+6601,6601,94,39.0,006400,,40.73587678,-73.98205027,49.0,014300,40.76590936,-73.97634151,1291.84042553,3,7518,0,5058,014300,50027992.3322,006400,95664936.1545,,0.0,014300,006400,24186.5362409,21051,48875,hub,hub,non_hub,586395.803012,4513275.28949,585952.649806,4509935.84788
+6602,6602,174,39.0,006400,,40.73587678,-73.98205027,36.0,014500,40.76915505,-73.98191841,1490.14367816,5811,7518,3462,5058,014500,253397343.373,006400,95664936.1545,,0.0,014500,006400,24186.5362409,68350,48875,hub,hub,non_hub,585920.929601,4513630.10902,585952.649806,4509935.84788
+6603,6603,53,39.0,006400,,40.73587678,-73.98205027,55.0,014700,40.770513,-73.988038,1301.60377358,2586,7518,1743,5058,014700,70871746.8417,006400,95664936.1545,,0.0,014700,006400,24186.5362409,35099,48875,hub,hub,non_hub,585402.720353,4513774.87644,585952.649806,4509935.84788
+6604,6604,17,39.0,006400,,40.73587678,-73.98205027,36.0,015100,40.771522,-73.990541,1659.41176471,8105,7518,4856,5058,015100,164953931.102,006400,95664936.1545,,0.0,015100,006400,24186.5362409,17578,48875,hub,hub,non_hub,585190.192062,4513884.4495,585952.649806,4509935.84788
+6605,6605,220,78.0,006400,,40.73587678,-73.98205027,70.0,031703,40.71644312,-74.014902115,1570.78287654,8670,7518,4231,5058,031703,332361109.355,006400,95664936.1545,,0.0,031703,006400,24186.5362409,136082,48875,hub,hub,non_hub,583202.897614,4507746.93647,585952.649806,4509935.84788
+6606,6606,106,117.0,006400,,40.73587678,-73.98205027,98.0,031704,40.7085171733,-74.0165557667,1932.87279541,6610,7518,3790,5058,031704,160823714.408,006400,95664936.1545,,0.0,031704,006400,24186.5362409,105244,48875,hub,hub,non_hub,583073.076824,4506865.54027,585952.649806,4509935.84788
+6607,6607,79,117.0,006400,,40.73587678,-73.98205027,85.0,000600,40.7128987867,-73.9898646367,1113.52490592,11558,7518,4083,5058,000600,59149181.7526,006400,95664936.1545,,0.0,000600,006400,24186.5362409,70053,48875,hub,hub,non_hub,585322.159723,4507377.5136,585952.649806,4509935.84788
+6608,6608,567,318.0,006500,,40.7306296367,-73.9991423,162.0,000202,40.71318002,-73.9818904933,974.138551369,8012,6517,3598,3568,000202,37878157.9781,006500,59290910.3694,,0.0,000202,006500,31775.507098,56352,128883,hub,hub,non_hub,585995.353038,4507416.50937,584516.067395,4509336.78488
+6609,6609,1332,742.0,006500,,40.7306296367,-73.9991423,774.0,000700,40.70581148,-74.0081572071,1259.28103889,7722,6517,5201,3568,000700,476954959.734,006500,59290910.3694,,0.0,000700,006500,31775.507098,160040,128883,hub,hub,non_hub,583785.918305,4506573.16797,584516.067395,4509336.78488
+6610,6610,294,212.0,006500,,40.7306296367,-73.9991423,141.0,000800,40.712414475,-73.993471545,892.158093046,10365,6517,4150,3568,000800,46479755.076,006500,59290910.3694,,0.0,000800,006500,31775.507098,34254,128883,hub,hub,non_hub,585018.109713,4507320.25418,584516.067395,4509336.78488
+6611,6611,351,318.0,006500,,40.7306296367,-73.9991423,291.0,000900,40.7024745833,-74.01224785,1409.70708106,1140,6517,939,3568,000900,404341803.896,006500,59290910.3694,,0.0,000900,006500,31775.507098,46446,128883,hub,hub,non_hub,583444.520998,4506198.85784,584516.067395,4509336.78488
+6612,6612,160,106.0,006500,,40.7306296367,-73.9991423,57.0,001002,40.71782143,-73.97628939,966.24446456,6439,6517,2346,3568,001002,22763374.2099,006500,59290910.3694,,0.0,001002,006500,31775.507098,15916,128883,hub,hub,non_hub,586462.45635,4507937.23607,584516.067395,4509336.78488
+6613,6613,513,212.0,006500,,40.7306296367,-73.9991423,138.0,001200,40.717364275,-73.982955325,896.438203279,3547,6517,1857,3568,001200,23518220.7411,006500,59290910.3694,,0.0,001200,006500,31775.507098,36493,128883,hub,hub,non_hub,585900.031125,4507879.94738,584516.067395,4509336.78488
+6614,6614,321,106.0,006500,,40.7306296367,-73.9991423,108.0,001300,40.70463334,-74.01361706,1314.31911221,3776,6517,3028,3568,001300,286606455.687,006500,59290910.3694,,0.0,001300,006500,31775.507098,27671,128883,hub,hub,non_hub,583326.158808,4506437.19368,584516.067395,4509336.78488
+6615,6615,256,106.0,006500,,40.7306296367,-73.9991423,84.0,001401,40.71559509,-73.9870295,792.013126777,3289,6517,1708,3568,001401,20168722.3199,006500,59290910.3694,,0.0,001401,006500,31775.507098,26885,128883,hub,hub,non_hub,585558.18429,4507679.57909,584516.067395,4509336.78488
+6616,6616,185,212.0,006500,,40.7306296367,-73.9991423,201.0,001501,40.70966832,-74.003597135,1175.50833333,5581,6517,3450,3568,001501,172466366.322,006500,59290910.3694,,0.0,001501,006500,31775.507098,27425,128883,hub,hub,non_hub,584166.279828,4507005.66129,584516.067395,4509336.78488
+6617,6617,696,318.0,006500,,40.7306296367,-73.9991423,369.0,001502,40.7088053467,-74.00635276,987.361306984,7095,6517,3459,3568,001502,221282059.103,006500,59290910.3694,,0.0,001502,006500,31775.507098,82052,128883,hub,hub,non_hub,583934.59195,4506907.22889,584516.067395,4509336.78488
+6618,6618,1099,318.0,006500,,40.7306296367,-73.9991423,321.0,001600,40.7153350167,-73.9943926833,814.741141287,8236,6517,3242,3568,001600,76565505.7581,006500,59290910.3694,,0.0,001600,006500,31775.507098,82798,128883,hub,hub,non_hub,584936.591099,4507643.5622,584516.067395,4509336.78488
+6619,6619,2337,424.0,006500,,40.7306296367,-73.9991423,462.0,001800,40.7193657075,-73.9906468425,676.039695128,8063,6517,3489,3568,001800,60554858.5127,006500,59290910.3694,,0.0,001800,006500,31775.507098,133306,128883,hub,hub,non_hub,585247.838585,4508094.62497,584516.067395,4509336.78488
+6620,6620,484,212.0,006500,,40.7306296367,-73.9991423,138.0,002000,40.721554605,-73.977309405,777.632369386,4795,6517,1899,3568,002000,17907673.5628,006500,59290910.3694,,0.0,002000,006500,31775.507098,31656,128883,hub,hub,non_hub,586371.478696,4508350.63994,584516.067395,4509336.78488
+6621,6621,1547,424.0,006500,,40.7306296367,-73.9991423,306.0,002100,40.71451321,-74.0108850975,890.236224617,6111,6517,3038,3568,002100,273869828.705,006500,59290910.3694,,0.0,002100,006500,31775.507098,151037,128883,hub,hub,non_hub,583544.598931,4507536.51732,584516.067395,4509336.78488
+6622,6622,405,212.0,006500,,40.7306296367,-73.9991423,132.0,002201,40.71833027,-73.980972895,829.055484043,6762,6517,3030,3568,002201,37585954.9949,006500,59290910.3694,,0.0,002201,006500,31775.507098,26391,128883,hub,hub,non_hub,586066.226443,4507989.12022,584516.067395,4509336.78488
+6623,6623,600,106.0,006500,,40.7306296367,-73.9991423,93.0,002202,40.7208736,-73.98085795,702.673398589,2256,6517,1045,3568,002202,13179093.8977,006500,59290910.3694,,0.0,002202,006500,31775.507098,23935,128883,hub,hub,non_hub,586072.658368,4508271.55961,584516.067395,4509336.78488
+6624,6624,85,212.0,006500,,40.7306296367,-73.9991423,144.0,002400,40.724744875,-73.974986535,866.967385161,5775,6517,2175,3568,002400,17986635.5592,006500,59290910.3694,,0.0,002400,006500,31775.507098,17965,128883,hub,hub,non_hub,586563.526382,4508707.06897,584516.067395,4509336.78488
+6625,6625,292,212.0,006500,,40.7306296367,-73.9991423,186.0,002500,40.7111743,-73.99849582,1007.89874758,5061,6517,1917,3568,002500,22428407.6271,006500,59290910.3694,,0.0,002500,006500,31775.507098,28216,128883,hub,hub,non_hub,584595.28909,4507177.73549,584516.067395,4509336.78488
+6626,6626,476,106.0,006500,,40.7306296367,-73.9991423,93.0,002601,40.72299208,-73.97995466,730.126408918,3774,6517,1593,3568,002601,22248722.3098,006500,59290910.3694,,0.0,002601,006500,31775.507098,22144,128883,hub,hub,non_hub,586146.216204,4508507.61099,584516.067395,4509336.78488
+6627,6627,130,106.0,006500,,40.7306296367,-73.9991423,81.0,002700,40.71307916,-73.99851193,842.224276665,1191,6517,655,3568,002700,11349914.9514,006500,59290910.3694,,0.0,002700,006500,31775.507098,20570,128883,hub,hub,non_hub,584591.517275,4507389.17181,584516.067395,4509336.78488
+6628,6628,467,106.0,006500,,40.7306296367,-73.9991423,96.0,002800,40.72521311,-73.97768752,850.206013124,7302,6517,3341,3568,002800,47641507.3146,006500,59290910.3694,,0.0,002800,006500,31775.507098,36744,128883,hub,hub,non_hub,586334.816403,4508756.38709,584516.067395,4509336.78488
+6629,6629,327,106.0,006500,,40.7306296367,-73.9991423,129.0,002900,40.71602118,-73.99974372,797.607422286,5855,6517,2420,3568,002900,200965547.24,006500,59290910.3694,,0.0,002900,006500,31775.507098,31936,128883,hub,hub,non_hub,584483.752153,4507714.56961,584516.067395,4509336.78488
+6630,6630,930,106.0,006500,,40.7306296367,-73.9991423,105.0,003001,40.72066442,-73.98517977,675.208090428,4301,6517,2553,3568,003001,34302720.7166,006500,59290910.3694,,0.0,003001,006500,31775.507098,41223,128883,hub,hub,non_hub,585707.91731,4508244.11218,584516.067395,4509336.78488
+6631,6631,1367,106.0,006500,,40.7306296367,-73.9991423,111.0,003002,40.72217444,-73.98368779,600.230624592,3031,6517,1885,3568,003002,18686109.2263,006500,59290910.3694,,0.0,003002,006500,31775.507098,38675,128883,hub,hub,non_hub,585831.986427,4508413.19181,584516.067395,4509336.78488
+6632,6632,809,318.0,006500,,40.7306296367,-73.9991423,363.0,003100,40.7140617467,-74.0041933367,869.483249762,2809,6517,858,3568,003100,145687012.574,006500,59290910.3694,,0.0,003100,006500,31775.507098,81469,128883,hub,hub,non_hub,584110.388584,4507492.78891,584516.067395,4509336.78488
+6633,6633,3894,318.0,006500,,40.7306296367,-73.9991423,300.0,003200,40.7260543867,-73.9823576167,657.362896439,7630,6517,4888,3568,003200,46369492.482,006500,59290910.3694,,0.0,003200,006500,31775.507098,138064,128883,hub,hub,hub,585939.335766,4508845.19329,584516.067395,4509336.78488
+6634,6634,1950,530.0,006500,,40.7306296367,-73.9991423,519.0,003300,40.7188233089,-74.0063311228,666.189884404,5174,6517,2694,3568,003300,215459582.054,006500,59290910.3694,,0.0,003300,006500,31775.507098,115059,128883,hub,hub,non_hub,583923.838398,4508019.30834,584516.067395,4509336.78488
+6635,6635,815,106.0,006500,,40.7306296367,-73.9991423,117.0,003400,40.72955361,-73.98057249,726.233241928,6706,6517,4203,3568,003400,42933229.7541,006500,59290910.3694,,0.0,003400,006500,31775.507098,47926,128883,hub,hub,non_hub,586085.581298,4509235.37985,584516.067395,4509336.78488
+6636,6636,1778,212.0,006500,,40.7306296367,-73.9991423,198.0,003601,40.72217423,-73.990293175,600.491644405,3299,6517,1613,3568,003601,29191583.8104,006500,59290910.3694,,0.0,003601,006500,31775.507098,77585,128883,hub,hub,non_hub,585274.124459,4508406.73315,584516.067395,4509336.78488
+6637,6637,3167,212.0,006500,,40.7306296367,-73.9991423,186.0,003602,40.724852985,-73.989265345,437.58996818,2918,6517,1586,3568,003602,24941258.1161,006500,59290910.3694,,0.0,003602,006500,31775.507098,82124,128883,hub,hub,hub,585357.507872,4508705.09166,584516.067395,4509336.78488
+6638,6638,3744,424.0,006500,,40.7306296367,-73.9991423,444.0,003700,40.7256696075,-74.0052069325,443.708770826,2401,6517,1490,3568,003700,212385639.924,006500,59290910.3694,,0.0,003700,006500,31775.507098,173333,128883,hub,hub,hub,584010.178026,4508780.36793,584516.067395,4509336.78488
+6639,6639,5347,424.0,006500,,40.7306296367,-73.9991423,480.0,003800,40.72765889,-73.988195855,497.155048965,8610,6517,5795,3568,003800,67437493.5221,006500,59290910.3694,,0.0,003800,006500,31775.507098,167230,128883,hub,hub,hub,585444.239635,4509017.60641,584516.067395,4509336.78488
+6640,6640,1197,424.0,006500,,40.7306296367,-73.9991423,318.0,003900,40.7201717475,-74.00983051,742.912086444,5253,6517,3059,3568,003900,194910113.03,006500,59290910.3694,,0.0,003900,006500,31775.507098,113624,128883,hub,hub,non_hub,583626.593058,4508165.65565,584516.067395,4509336.78488
+6641,6641,2127,212.0,006500,,40.7306296367,-73.9991423,198.0,004000,40.73000573,-73.98549552,598.886587155,9801,6517,4546,3568,004000,66858387.5133,006500,59290910.3694,,0.0,004000,006500,31775.507098,99660,128883,hub,hub,non_hub,585669.269443,4509280.75306,584516.067395,4509336.78488
+6642,6642,2703,212.0,006500,,40.7306296367,-73.9991423,192.0,004100,40.7195529,-73.996789035,628.321789106,7793,6517,3765,3568,004100,71738983.3617,006500,59290910.3694,,0.0,004100,006500,31775.507098,114685,128883,hub,hub,non_hub,584728.836557,4508109.46034,584516.067395,4509336.78488
+6643,6643,1436,106.0,006500,,40.7306296367,-73.9991423,105.0,004200,40.73223272,-73.98889957,491.861995787,4988,6517,1801,3568,004200,39941846.3325,006500,59290910.3694,,0.0,004200,006500,31775.507098,50846,128883,hub,hub,non_hub,585378.96492,4509524.64843,584516.067395,4509336.78488
+6644,6644,2287,212.0,006500,,40.7306296367,-73.9991423,201.0,004300,40.723870235,-73.995226525,469.825205014,4267,6517,2598,3568,004300,65935514.1184,006500,59290910.3694,,0.0,004300,006500,31775.507098,95162,128883,hub,hub,non_hub,584855.320992,4508590.22212,584516.067395,4509336.78488
+6645,6645,1433,212.0,006500,,40.7306296367,-73.9991423,180.0,004400,40.73080269,-73.97968993,774.798613112,17710,6517,8297,3568,004400,114601147.016,006500,59290910.3694,,0.0,004400,006500,31775.507098,106427,128883,hub,hub,non_hub,586158.498991,4509374.90208,584516.067395,4509336.78488
+6646,6646,675,106.0,006500,,40.7306296367,-73.9991423,81.0,004500,40.71910537,-73.99973337,651.88443152,840,6517,582,3568,004500,52009114.8865,006500,59290910.3694,,0.0,004500,006500,31775.507098,34275,128883,hub,hub,non_hub,584480.726971,4508056.94497,584516.067395,4509336.78488
+6647,6647,1041,106.0,006500,,40.7306296367,-73.9991423,117.0,004700,40.72165481,-74.00234737,484.90598847,2267,6517,1586,3568,004700,75477587.1594,006500,59290910.3694,,0.0,004700,006500,31775.507098,27544,128883,hub,hub,non_hub,584256.734795,4508337.43837,584516.067395,4509336.78488
+6648,6648,500,106.0,006500,,40.7306296367,-73.9991423,105.0,004800,40.73624527,-73.98473765,691.38531274,7550,6517,3799,3568,004800,74763044.6965,006500,59290910.3694,,0.0,004800,006500,31775.507098,42567,128883,hub,hub,non_hub,585725.258797,4509974.12516,584516.067395,4509336.78488
+6649,6649,2557,212.0,006500,,40.7306296367,-73.9991423,219.0,004900,40.724268615,-74.000521515,429.116429201,4951,6517,3054,3568,004900,103848670.177,006500,59290910.3694,,0.0,004900,006500,31775.507098,80152,128883,hub,hub,non_hub,584407.63728,4508629.34168,584516.067395,4509336.78488
+6650,6650,1420,318.0,006500,,40.7306296367,-73.9991423,279.0,005000,40.7359163467,-73.9873427633,606.972641218,5061,6517,3595,3568,005000,120638459.215,006500,59290910.3694,,0.0,005000,006500,31775.507098,111023,128883,hub,hub,non_hub,585505.709717,4509935.07175,584516.067395,4509336.78488
+6651,6651,3707,212.0,006500,,40.7306296367,-73.9991423,318.0,005200,40.73715585,-73.991241315,472.008153024,4193,6517,1785,3568,005200,109103391.81,006500,59290910.3694,,0.0,005200,006500,31775.507098,159876,128883,hub,hub,hub,585174.941657,4510068.87544,584516.067395,4509336.78488
+6652,6652,1111,106.0,006500,,40.7306296367,-73.9991423,141.0,005400,40.73971301,-73.99456405,582.835689195,4656,6517,2837,3568,005400,128803552.888,006500,59290910.3694,,0.0,005400,006500,31775.507098,73728,128883,hub,hub,non_hub,584891.129718,4510349.51956,584516.067395,4509336.78488
+6653,6653,1824,106.0,006500,,40.7306296367,-73.9991423,90.0,005501,40.72679454,-73.99695094,342.04726604,5079,6517,2483,3568,005501,61061928.4125,006500,59290910.3694,,0.0,005501,006500,31775.507098,57258,128883,hub,hub,non_hub,584705.980012,4508913.17477,584516.067395,4509336.78488
+6654,6654,2361,106.0,006500,,40.7306296367,-73.9991423,81.0,005502,40.72743423,-73.99379025,289.188059961,2383,6517,1262,3568,005502,49017118.6146,006500,59290910.3694,,0.0,005502,006500,31775.507098,55117,128883,hub,hub,non_hub,584972.085912,4508987.23863,584516.067395,4509336.78488
+6655,6655,1661,212.0,006500,,40.7306296367,-73.9991423,285.0,005600,40.74065347,-73.98778661,643.942207596,2618,6517,2190,3568,005600,189153355.609,006500,59290910.3694,,0.0,005600,006500,31775.507098,113209,128883,hub,hub,non_hub,585462.168743,4510460.49357,584516.067395,4509336.78488
+6656,6656,4126,212.0,006500,,40.7306296367,-73.9991423,246.0,005700,40.729662915,-73.992405595,345.658460846,2937,6517,1789,3568,005700,90178032.7137,006500,59290910.3694,,0.0,005700,006500,31775.507098,156896,128883,hub,hub,hub,585086.179601,4509235.9788,584516.067395,4509336.78488
+6657,6657,1705,212.0,006500,,40.7306296367,-73.9991423,261.0,005800,40.743154205,-73.990299735,710.795235039,3182,6517,2306,3568,005800,164037511.755,006500,59290910.3694,,0.0,005800,006500,31775.507098,130970,128883,hub,hub,non_hub,585246.786708,4510735.64918,584516.067395,4509336.78488
+6658,6658,982,106.0,006500,,40.7306296367,-73.9991423,93.0,005900,40.73049393,-73.9957214,345.251721758,5516,6517,3276,3568,005900,71785177.1361,006500,59290910.3694,,0.0,005900,006500,31775.507098,53180,128883,hub,hub,non_hub,584805.117402,4509325.01914,584516.067395,4509336.78488
+6659,6659,611,212.0,006500,,40.7306296367,-73.9991423,189.0,006000,40.734822295,-73.976916765,978.948641119,5286,6517,2459,3568,006000,27468182.8943,006500,59290910.3694,,0.0,006000,006500,31775.507098,80462,128883,hub,hub,non_hub,586387.478737,4509823.83141,584516.067395,4509336.78488
+6660,6660,8429,424.0,006500,,40.7306296367,-73.9991423,423.0,006100,40.73385254,-73.992357065,399.681655628,4913,6517,2683,3568,006100,91682014.33,006500,59290910.3694,,0.0,006100,006500,31775.507098,245510,128883,hub,hub,hub,585084.940162,4509701.10308,584516.067395,4509336.78488
+6661,6661,402,106.0,006500,,40.7306296367,-73.9991423,90.0,006200,40.7381765,-73.97738662,961.064388481,4680,6517,1401,3568,006200,231817485.533,006500,59290910.3694,,0.0,006200,006500,31775.507098,33218,128883,hub,hub,non_hub,586343.467107,4510195.70961,584516.067395,4509336.78488
+6662,6662,2619,318.0,006500,,40.7306296367,-73.9991423,297.0,006300,40.7346940933,-73.99785666,445.287485062,6076,6517,4277,3568,006300,85447631.8451,006500,59290910.3694,,0.0,006300,006500,31775.507098,120233,128883,hub,hub,non_hub,584619.48321,4509789.20591,584516.067395,4509336.78488
+6663,6663,500,106.0,006500,,40.7306296367,-73.9991423,117.0,006400,40.73587678,-73.98205027,785.309576462,7518,6517,5058,3568,006400,95664936.1545,006500,59290910.3694,,0.0,006400,006500,31775.507098,47750,128883,hub,hub,non_hub,585952.649806,4509935.84788,584516.067395,4509336.78488
+6664,6664,799,212.0,006500,,40.7306296367,-73.9991423,246.0,006600,40.739285505,-73.97827188,915.44467043,11780,6517,6818,3568,006600,84730469.4548,006500,59290910.3694,,0.0,006600,006500,31775.507098,74621,128883,hub,hub,non_hub,586267.286922,4510317.94668,584516.067395,4509336.78488
+6665,6665,1020,106.0,006500,,40.7306296367,-73.9991423,117.0,006700,40.73038599,-74.00214988,446.628789733,4984,6517,3796,3568,006700,47238039.9972,006500,59290910.3694,,0.0,006700,006500,31775.507098,70025,128883,hub,hub,non_hub,584262.399901,4509306.84766,584516.067395,4509336.78488
+6666,6666,565,106.0,006500,,40.7306296367,-73.9991423,117.0,006800,40.74025878,-73.98409214,749.330661494,6735,6517,4494,3568,006800,130298431.446,006500,59290910.3694,,0.0,006800,006500,31775.507098,58926,128883,hub,hub,non_hub,585774.608423,4510420.28363,584516.067395,4509336.78488
+6667,6667,3463,212.0,006500,,40.7306296367,-73.9991423,201.0,006900,40.732319905,-74.0069291,426.377140004,2687,6517,1484,3568,006900,61292499.9331,006500,59290910.3694,,0.0,006900,006500,31775.507098,130727,128883,hub,hub,hub,583856.38945,4509516.94969,584516.067395,4509336.78488
+6668,6668,1222,318.0,006500,,40.7306296367,-73.9991423,381.0,007000,40.7425183186,-73.9756200279,1070.8867074,8302,6517,5669,3568,007000,78634704.8451,006500,59290910.3694,,0.0,007000,006500,31775.507098,145227,128883,hub,hub,non_hub,586487.005755,4510679.42155,584516.067395,4509336.78488
+6669,6669,1886,212.0,006500,,40.7306296367,-73.9991423,213.0,007100,40.736526545,-74.000108805,445.246917028,5633,6517,3844,3568,007100,68447429.2743,006500,59290910.3694,,0.0,007100,006500,31775.507098,79459,128883,hub,hub,non_hub,584426.995774,4509990.4524,584516.067395,4509336.78488
+6670,6670,857,318.0,006500,,40.7306296367,-73.9991423,378.0,007200,40.7447014833,-73.98154809,933.069153185,7734,6517,5222,3568,007200,132092861.454,006500,59290910.3694,,0.0,007200,006500,31775.507098,157612,128883,hub,hub,non_hub,585983.687715,4510915.94446,584516.067395,4509336.78488
+6671,6671,2381,212.0,006500,,40.7306296367,-73.9991423,177.0,007300,40.734682705,-74.00388484,431.821011943,5615,6517,4547,3568,007300,48716185.79,006500,59290910.3694,,0.0,007300,006500,31775.507098,92567,128883,hub,hub,non_hub,584110.479319,4509782.14883,584516.067395,4509336.78488
+6672,6672,668,212.0,006500,,40.7306296367,-73.9991423,258.0,007400,40.746413585,-73.98586892,833.710886875,4179,6517,2700,3568,007400,170614202.951,006500,59290910.3694,,0.0,007400,006500,31775.507098,81121,128883,hub,hub,non_hub,585616.696258,4511101.7763,584516.067395,4509336.78488
+6673,6673,636,212.0,006500,,40.7306296367,-73.9991423,207.0,007600,40.74737476,-73.988320695,870.007548062,2203,6517,1573,3568,007600,242014413.464,006500,59290910.3694,,0.0,007600,006500,31775.507098,97464,128883,hub,hub,non_hub,585408.475283,4511206.08492,584516.067395,4509336.78488
+6674,6674,1646,106.0,006500,,40.7306296367,-73.9991423,129.0,007700,40.7390169121,-74.0026376103,468.193965309,5404,6517,4254,3568,007700,59306273.1509,006500,59290910.3694,,0.0,007700,006500,31775.507098,79025,128883,hub,hub,non_hub,584210.329106,4510264.47156,584516.067395,4509336.78488
+6675,6675,331,106.0,006500,,40.7306296367,-73.9991423,117.0,007800,40.74780373,-73.9734419,1155.56359831,7380,6517,5372,3568,007800,112124597.728,006500,59290910.3694,,0.0,007800,006500,31775.507098,59601,128883,hub,hub,non_hub,586664.043115,4511268.28888,584516.067395,4509336.78488
+6676,6676,3158,530.0,006500,,40.7306296367,-73.9991423,522.0,007900,40.738916514,-74.007286026,640.553946201,4406,6517,2904,3568,007900,86937368.5918,006500,59290910.3694,,0.0,007900,006500,31775.507098,171846,128883,hub,hub,hub,583817.969395,4510248.87788,584516.067395,4509336.78488
+6677,6677,373,212.0,006500,,40.7306296367,-73.9991423,213.0,008000,40.7485693,-73.97717991,1157.489024,4946,6517,3730,3568,008000,197763821.532,006500,59290910.3694,,0.0,008000,006500,31775.507098,74808,128883,hub,hub,non_hub,586347.477591,4511349.58844,584516.067395,4509336.78488
+6678,6678,996,106.0,006500,,40.7306296367,-73.9991423,117.0,008100,40.73935542,-73.99931783,491.403456258,8675,6517,5315,3568,008100,91100400.6907,006500,59290910.3694,,0.0,008100,006500,31775.507098,53195,128883,hub,hub,non_hub,584490.204148,4510305.23824,584516.067395,4509336.78488
+6679,6679,1200,318.0,006500,,40.7306296367,-73.9991423,525.0,008200,40.7519446895,-73.979357844,1062.52330542,3442,6517,2534,3568,008200,262405408.076,006500,59290910.3694,,0.0,008200,006500,31775.507098,228612,128883,hub,hub,non_hub,586159.253932,4511722.14089,584516.067395,4509336.78488
+6680,6680,2187,424.0,006500,,40.7306296367,-73.9991423,357.0,008300,40.742591315,-74.004102785,680.322357838,4211,6517,2321,3568,008300,119862327.354,006500,59290910.3694,,0.0,008300,006500,31775.507098,186113,128883,hub,hub,non_hub,584082.11654,4510659.85081,584516.067395,4509336.78488
+6681,6681,247,106.0,006500,,40.7306296367,-73.9991423,114.0,008400,40.75038009,-73.98338988,888.155529835,1726,6517,1041,3568,008400,147824461.739,006500,59290910.3694,,0.0,008400,006500,31775.507098,34199,128883,hub,hub,non_hub,585820.889203,4511544.50828,584516.067395,4509336.78488
+6682,6682,106,106.0,006500,,40.7306296367,-73.9991423,129.0,008601,40.744219,-73.97121214,1311.93476431,2551,6517,1528,3568,008601,31141773.9073,006500,59290910.3694,,0.0,008601,006500,31775.507098,31961,128883,hub,hub,non_hub,586856.951039,4510872.56191,584516.067395,4509336.78488
+6683,6683,1855,212.0,006500,,40.7306296367,-73.9991423,234.0,008700,40.74206378,-73.995708955,669.142374985,6671,6517,4249,3568,008700,85660216.7821,006500,59290910.3694,,0.0,008700,006500,31775.507098,152953,128883,hub,hub,non_hub,584791.475936,4510609.36503,584516.067395,4509336.78488
+6684,6684,209,212.0,006500,,40.7306296367,-73.9991423,234.0,008800,40.75012189,-73.970133575,1242.4126664,6964,6517,5507,3568,008800,216532475.876,006500,59290910.3694,,0.0,008800,006500,31775.507098,43247,128883,hub,hub,non_hub,586940.323322,4511528.89362,584516.067395,4509336.78488
+6685,6685,1341,318.0,006500,,40.7306296367,-73.9991423,360.0,008900,40.74529008,-74.0021768567,788.114340221,5560,6517,3511,3568,008900,54419260.2723,006500,59290910.3694,,0.0,008900,006500,31775.507098,158638,128883,hub,hub,non_hub,584241.316685,4510961.27944,584516.067395,4509336.78488
+6686,6686,422,318.0,006500,,40.7306296367,-73.9991423,330.0,009000,40.75261798,-73.9703317533,1240.37842708,7026,6517,5832,3568,009000,208846060.851,006500,59290910.3694,,0.0,009000,006500,31775.507098,74531,128883,hub,hub,non_hub,586920.342162,4511805.78171,584516.067395,4509336.78488
+6687,6687,587,106.0,006500,,40.7306296367,-73.9991423,117.0,009100,40.74487634,-73.99529885,736.449463042,6415,6517,4386,3568,009100,127325659.041,006500,59290910.3694,,0.0,009100,006500,31775.507098,63878,128883,hub,hub,non_hub,584822.527687,4510921.97538,584516.067395,4509336.78488
+6688,6688,371,212.0,006500,,40.7306296367,-73.9991423,330.0,009200,40.7548518863,-73.9734329075,1139.44324383,1754,6517,1461,3568,009200,408192557.246,006500,59290910.3694,,0.0,009200,006500,31775.507098,72226,128883,hub,hub,non_hub,586655.650548,4512050.69496,584516.067395,4509336.78488
+6689,6689,372,106.0,006500,,40.7306296367,-73.9991423,117.0,009300,40.74475148,-73.99915362,811.802293168,9705,6517,5585,3568,009300,68528055.2433,006500,59290910.3694,,0.0,009300,006500,31775.507098,52202,128883,hub,hub,non_hub,584497.239363,4510904.39701,584516.067395,4509336.78488
+6690,6690,350,106.0,006500,,40.7306296367,-73.9991423,93.0,009400,40.75320159,-73.9779874,1008.63896844,29,6517,16,3568,009400,299218147.811,006500,59290910.3694,,0.0,009400,006500,31775.507098,82147,128883,hub,hub,non_hub,586273.319314,4511863.01244,584516.067395,4509336.78488
+6691,6691,480,106.0,006500,,40.7306296367,-73.9991423,153.0,009500,40.746647,-73.993915,787.491130558,3425,6517,1416,3568,009500,129660033.725,006500,59290910.3694,,0.0,009500,006500,31775.507098,57488,128883,hub,hub,non_hub,584937.108907,4511119.86954,584516.067395,4509336.78488
+6692,6692,259,318.0,006500,,40.7306296367,-73.9991423,420.0,009600,40.75607603,-73.9803967167,1144.16052793,153,6517,268,3568,009600,270304841.585,006500,59290910.3694,,0.0,009600,006500,31775.507098,71527,128883,hub,hub,non_hub,586066.226062,4512179.73074,584516.067395,4509336.78488
+6693,6693,794,318.0,006500,,40.7306296367,-73.9991423,297.0,009700,40.7493616033,-73.9991321067,943.610126384,4744,6517,2827,3568,009700,83018263.1602,006500,59290910.3694,,0.0,009700,006500,31775.507098,118804,128883,hub,hub,non_hub,584493.220017,4511416.17434,584516.067395,4509336.78488
+6694,6694,208,212.0,006500,,40.7306296367,-73.9991423,210.0,009800,40.755285655,-73.96667288,1398.12591101,7105,6517,5244,3568,009800,115943808.909,006500,59290910.3694,,0.0,009800,006500,31775.507098,40039,128883,hub,hub,non_hub,587225.727282,4512105.54383,584516.067395,4509336.78488
+6695,6695,1681,530.0,006500,,40.7306296367,-73.9991423,555.0,009900,40.7520807866,-74.0031899092,1056.54758765,3617,6517,2438,3568,009900,404439511.776,006500,59290910.3694,,0.0,009900,006500,31775.507098,208076,128883,hub,hub,non_hub,584147.226991,4511714.12465,584516.067395,4509336.78488
+6696,6696,242,318.0,006500,,40.7306296367,-73.9991423,363.0,010000,40.7583696933,-73.9710287767,1225.60776506,1829,6517,1399,3568,010000,366457143.613,006500,59290910.3694,,0.0,010000,006500,31775.507098,72085,128883,hub,hub,non_hub,586854.014885,4512443.57459,584516.067395,4509336.78488
+6697,6697,926,318.0,006500,,40.7306296367,-73.9991423,381.0,010100,40.74945622,-73.9903382667,866.811007987,1119,6517,828,3568,010100,246168211.101,006500,59290910.3694,,0.0,010100,006500,31775.507098,183377,128883,hub,hub,non_hub,585235.486219,4511435.18064,584516.067395,4509336.78488
+6698,6698,102,212.0,006500,,40.7306296367,-73.9991423,243.0,010200,40.7606694,-73.973473555,1318.60071886,313,6517,268,3568,010200,333450202.294,006500,59290910.3694,,0.0,010200,006500,31775.507098,46675,128883,hub,hub,non_hub,586644.664817,4512696.44233,584516.067395,4509336.78488
+6699,6699,1173,212.0,006500,,40.7306296367,-73.9991423,294.0,010300,40.751000495,-73.994372255,996.459585816,1859,6517,1351,3568,010300,141506056.87,006500,59290910.3694,,0.0,010300,006500,31775.507098,221593,128883,hub,hub,non_hub,584892.968075,4511602.69644,584516.067395,4509336.78488
+6700,6700,190,212.0,006500,,40.7306296367,-73.9991423,225.0,010400,40.761664375,-73.976854975,1308.79971193,1031,6517,1033,3568,010400,363981333.295,006500,59290910.3694,,0.0,010400,006500,31775.507098,65073,128883,hub,hub,non_hub,586357.961325,4512803.55852,584516.067395,4509336.78488
+6701,6701,98,106.0,006500,,40.7306296367,-73.9991423,99.0,010602,40.75849116,-73.95920622,1632.30362863,4794,6517,2963,3568,010602,67980898.3739,006500,59290910.3694,,0.0,010602,006500,31775.507098,22153,128883,hub,hub,non_hub,587851.796682,4512468.82754,584516.067395,4509336.78488
+6702,6702,282,318.0,006500,,40.7306296367,-73.9991423,351.0,010800,40.7591736033,-73.96613818,1542.03531152,8531,6517,6272,3568,010800,189351523.799,006500,59290910.3694,,0.0,010800,006500,31775.507098,79198,128883,hub,hub,non_hub,587265.778542,4512537.66689,584516.067395,4509336.78488
+6703,6703,328,212.0,006500,,40.7306296367,-73.9991423,342.0,010900,40.751351715,-73.987594755,868.552748881,182,6517,92,3568,010900,228173063.011,006500,59290910.3694,,0.0,010900,006500,31775.507098,60092,128883,hub,hub,non_hub,585464.669441,4511648.26242,584516.067395,4509336.78488
+6704,6704,119,106.0,006500,,40.7306296367,-73.9991423,177.0,011201,40.7643971,-73.97371465,1582.60033703,827,6517,964,3568,011201,118515444.187,006500,59290910.3694,,0.0,011201,006500,31775.507098,41525,128883,hub,hub,non_hub,586619.474659,4513110.00718,584516.067395,4509336.78488
+6705,6705,142,106.0,006500,,40.7306296367,-73.9991423,99.0,011203,40.76095756,-73.96724467,1736.45374231,1176,6517,1160,3568,011203,143782379.009,006500,59290910.3694,,0.0,011203,006500,31775.507098,48033,128883,hub,hub,non_hub,587170.050102,4512734.59972,584516.067395,4509336.78488
+6706,6706,1055,424.0,006500,,40.7306296367,-73.9991423,594.0,011300,40.7548008425,-73.9888010575,1123.18587386,204,6517,107,3568,011300,357940519.061,006500,59290910.3694,,0.0,011300,006500,31775.507098,236650,128883,hub,hub,non_hub,585358.423228,4512029.96675,584516.067395,4509336.78488
+6707,6707,604,212.0,006500,,40.7306296367,-73.9991423,246.0,011500,40.75701407,-73.992353645,1210.65686027,2487,6517,1678,3568,011500,130958459.747,006500,59290910.3694,,0.0,011500,006500,31775.507098,103294,128883,hub,hub,non_hub,585055.712647,4512272.20178,584516.067395,4509336.78488
+6708,6708,498,212.0,006500,,40.7306296367,-73.9991423,252.0,011700,40.76058799,-74.00080945,1370.79131275,2938,6517,2304,3568,011700,91270705.1484,006500,59290910.3694,,0.0,011700,006500,31775.507098,73016,128883,hub,hub,non_hub,584337.427395,4512660.77158,584516.067395,4509336.78488
+6709,6709,95,106.0,006500,,40.7306296367,-73.9991423,102.0,011900,40.7568001,-73.98291153,1390.49893162,1079,6517,1121,3568,011900,395254501.74,006500,59290910.3694,,0.0,011900,006500,31775.507098,39976,128883,hub,hub,non_hub,585853.012005,4512257.64444,584516.067395,4509336.78488
+6710,6710,564,318.0,006500,,40.7306296367,-73.9991423,327.0,012100,40.7598593767,-73.9914900133,1338.56367878,8366,6517,5744,3568,012100,101223732.045,006500,59290910.3694,,0.0,012100,006500,31775.507098,132767,128883,hub,hub,non_hub,585124.983126,4512588.88932,584516.067395,4509336.78488
+6711,6711,140,106.0,006500,,40.7306296367,-73.9991423,153.0,012500,40.76064679,-73.98442659,1515.77589355,2439,6517,2096,3568,012500,322911522.418,006500,59290910.3694,,0.0,012500,006500,31775.507098,45486,128883,hub,hub,non_hub,585720.180916,4512683.17447,584516.067395,4509336.78488
+6712,6712,362,212.0,006500,,40.7306296367,-73.9991423,252.0,012700,40.762485435,-73.990447135,1212.71850157,6437,6517,4434,3568,012700,104637996.687,006500,59290910.3694,,0.0,012700,006500,31775.507098,83393,128883,hub,hub,non_hub,585209.656415,4512881.41361,584516.067395,4509336.78488
+6713,6713,113,106.0,006500,,40.7306296367,-73.9991423,72.0,012900,40.76341379,-73.99667444,1463.81638889,5312,6517,3621,3568,012900,158698340.053,006500,59290910.3694,,0.0,012900,006500,31775.507098,28661,128883,hub,hub,non_hub,584682.864463,4512978.43901,584516.067395,4509336.78488
+6714,6714,286,318.0,006500,,40.7306296367,-73.9991423,480.0,013100,40.7621295133,-73.98215453,1355.01785686,2489,6517,2283,3568,013100,405023451.28,006500,59290910.3694,,0.0,013100,006500,31775.507098,107228,128883,hub,hub,non_hub,585910.04945,4512849.98999,584516.067395,4509336.78488
+6715,6715,318,318.0,006500,,40.7306296367,-73.9991423,303.0,013300,40.7647250567,-73.9866537633,1436.8675429,5363,6517,3909,3568,013300,79847412.2593,006500,59290910.3694,,0.0,013300,006500,31775.507098,89810,128883,hub,hub,non_hub,585526.963405,4513133.71926,584516.067395,4509336.78488
+6716,6716,385,212.0,006500,,40.7306296367,-73.9991423,195.0,013500,40.766984435,-73.99227308,1399.90443841,6075,6517,3935,3568,013500,198199142.958,006500,59290910.3694,,0.0,013500,006500,31775.507098,64723,128883,hub,hub,non_hub,585049.80204,4513379.06475,584516.067395,4509336.78488
+6717,6717,270,212.0,006500,,40.7306296367,-73.9991423,294.0,013700,40.766109285,-73.981808355,1541.24911505,6557,6517,5442,3568,013700,314878324.419,006500,59290910.3694,,0.0,013700,006500,31775.507098,91142,128883,hub,hub,non_hub,585934.141665,4513292.1137,584516.067395,4509336.78488
+6718,6718,207,106.0,006500,,40.7306296367,-73.9991423,81.0,013900,40.768254,-73.988639,1488.94861826,7607,6517,7359,3568,013900,139918084.587,006500,59290910.3694,,0.0,013900,006500,31775.507098,26390,128883,hub,hub,non_hub,585354.890073,4513523.52534,584516.067395,4509336.78488
+6719,6719,77,106.0,006500,,40.7306296367,-73.9991423,147.0,014300,40.76590936,-73.97634151,1532.76492063,3,6517,0,3568,014300,50027992.3322,006500,59290910.3694,,0.0,014300,006500,31775.507098,21051,128883,hub,hub,non_hub,586395.803012,4513275.28949,584516.067395,4509336.78488
+6720,6720,240,106.0,006500,,40.7306296367,-73.9991423,108.0,014500,40.76915505,-73.98191841,1712.59315189,5811,6517,3462,3568,014500,253397343.373,006500,59290910.3694,,0.0,014500,006500,31775.507098,68350,128883,hub,hub,non_hub,585920.929601,4513630.10902,584516.067395,4509336.78488
+6721,6721,153,106.0,006500,,40.7306296367,-73.9991423,165.0,014700,40.770513,-73.988038,1521.24450494,2586,6517,1743,3568,014700,70871746.8417,006500,59290910.3694,,0.0,014700,006500,31775.507098,35099,128883,hub,hub,non_hub,585402.720353,4513774.87644,584516.067395,4509336.78488
+6722,6722,98,106.0,006500,,40.7306296367,-73.9991423,108.0,015100,40.771522,-73.990541,1744.59694164,8105,6517,4856,3568,015100,164953931.102,006500,59290910.3694,,0.0,015100,006500,31775.507098,17578,128883,hub,hub,non_hub,585190.192062,4513884.4495,584516.067395,4509336.78488
+6723,6723,1487,212.0,006500,,40.7306296367,-73.9991423,210.0,031703,40.71644312,-74.014902115,960.068560838,8670,6517,4231,3568,031703,332361109.355,006500,59290910.3694,,0.0,031703,006500,31775.507098,136082,128883,hub,hub,non_hub,583202.897614,4507746.93647,584516.067395,4509336.78488
+6724,6724,1036,318.0,006500,,40.7306296367,-73.9991423,294.0,031704,40.7085171733,-74.0165557667,1223.6673625,6610,6517,3790,3568,031704,160823714.408,006500,59290910.3694,,0.0,031704,006500,31775.507098,105244,128883,hub,hub,non_hub,583073.076824,4506865.54027,584516.067395,4509336.78488
+6725,6725,484,318.0,006500,,40.7306296367,-73.9991423,255.0,000600,40.7128987867,-73.9898646367,946.167253835,11558,6517,4083,3568,000600,59149181.7526,006500,59290910.3694,,0.0,000600,006500,31775.507098,70053,128883,hub,hub,non_hub,585322.159723,4507377.5136,584516.067395,4509336.78488
+6726,6726,295,246.0,006600,,40.739285505,-73.97827188,108.0,000202,40.71318002,-73.9818904933,1117.87757005,8012,11780,3598,6818,000202,37878157.9781,006600,84730469.4548,,0.0,000202,006600,21322.9551573,56352,74096,hub,hub,non_hub,585995.353038,4507416.50937,586267.286922,4510317.94668
+6727,6727,846,574.0,006600,,40.739285505,-73.97827188,516.0,000700,40.70581148,-74.0081572071,1527.54243488,7722,11780,5201,6818,000700,476954959.734,006600,84730469.4548,,0.0,000700,006600,21322.9551573,160040,74096,hub,hub,non_hub,583785.918305,4506573.16797,586267.286922,4510317.94668
+6728,6728,181,164.0,006600,,40.739285505,-73.97827188,94.0,000800,40.712414475,-73.993471545,1222.99249188,10365,11780,4150,6818,000800,46479755.076,006600,84730469.4548,,0.0,000800,006600,21322.9551573,34254,74096,hub,hub,non_hub,585018.109713,4507320.25418,586267.286922,4510317.94668
+6729,6729,323,246.0,006600,,40.739285505,-73.97827188,194.0,000900,40.7024745833,-74.01224785,1674.1454757,1140,11780,939,6818,000900,404341803.896,006600,84730469.4548,,0.0,000900,006600,21322.9551573,46446,74096,hub,hub,non_hub,583444.520998,4506198.85784,586267.286922,4510317.94668
+6730,6730,79,82.0,006600,,40.739285505,-73.97827188,38.0,001002,40.71782143,-73.97628939,1055.63185185,6439,11780,2346,6818,001002,22763374.2099,006600,84730469.4548,,0.0,001002,006600,21322.9551573,15916,74096,hub,hub,non_hub,586462.45635,4507937.23607,586267.286922,4510317.94668
+6731,6731,161,164.0,006600,,40.739285505,-73.97827188,92.0,001200,40.717364275,-73.982955325,1007.29281136,3547,11780,1857,6818,001200,23518220.7411,006600,84730469.4548,,0.0,001200,006600,21322.9551573,36493,74096,hub,hub,non_hub,585900.031125,4507879.94738,586267.286922,4510317.94668
+6732,6732,94,82.0,006600,,40.739285505,-73.97827188,72.0,001300,40.70463334,-74.01361706,1691.10752688,3776,11780,3028,6818,001300,286606455.687,006600,84730469.4548,,0.0,001300,006600,21322.9551573,27671,74096,hub,hub,non_hub,583326.158808,4506437.19368,586267.286922,4510317.94668
+6733,6733,143,82.0,006600,,40.739285505,-73.97827188,56.0,001401,40.71559509,-73.9870295,948.498626374,3289,11780,1708,6818,001401,20168722.3199,006600,84730469.4548,,0.0,001401,006600,21322.9551573,26885,74096,hub,hub,non_hub,585558.18429,4507679.57909,586267.286922,4510317.94668
+6734,6734,144,164.0,006600,,40.739285505,-73.97827188,134.0,001501,40.70966832,-74.003597135,1509.23678757,5581,11780,3450,6818,001501,172466366.322,006600,84730469.4548,,0.0,001501,006600,21322.9551573,27425,74096,hub,hub,non_hub,584166.279828,4507005.66129,586267.286922,4510317.94668
+6735,6735,430,246.0,006600,,40.739285505,-73.97827188,246.0,001502,40.7088053467,-74.00635276,1457.33656464,7095,11780,3459,6818,001502,221282059.103,006600,84730469.4548,,0.0,001502,006600,21322.9551573,82052,74096,hub,hub,non_hub,583934.59195,4506907.22889,586267.286922,4510317.94668
+6736,6736,576,246.0,006600,,40.739285505,-73.97827188,214.0,001600,40.7153350167,-73.9943926833,1151.59942296,8236,11780,3242,6818,001600,76565505.7581,006600,84730469.4548,,0.0,001600,006600,21322.9551573,82798,74096,hub,hub,non_hub,584936.591099,4507643.5622,586267.286922,4510317.94668
+6737,6737,1307,328.0,006600,,40.739285505,-73.97827188,308.0,001800,40.7193657075,-73.9906468425,848.888744142,8063,11780,3489,6818,001800,60554858.5127,006600,84730469.4548,,0.0,001800,006600,21322.9551573,133306,74096,hub,hub,non_hub,585247.838585,4508094.62497,586267.286922,4510317.94668
+6738,6738,232,164.0,006600,,40.739285505,-73.97827188,92.0,002000,40.721554605,-73.977309405,852.997038225,4795,11780,1899,6818,002000,17907673.5628,006600,84730469.4548,,0.0,002000,006600,21322.9551573,31656,74096,hub,hub,non_hub,586371.478696,4508350.63994,586267.286922,4510317.94668
+6739,6739,204,328.0,006600,,40.739285505,-73.97827188,204.0,002100,40.71451321,-74.0108850975,1531.21158015,6111,11780,3038,6818,002100,273869828.705,006600,84730469.4548,,0.0,002100,006600,21322.9551573,151037,74096,hub,hub,non_hub,583544.598931,4507536.51732,586267.286922,4510317.94668
+6740,6740,96,164.0,006600,,40.739285505,-73.97827188,88.0,002201,40.71833027,-73.980972895,883.386378205,6762,11780,3030,6818,002201,37585954.9949,006600,84730469.4548,,0.0,002201,006600,21322.9551573,26391,74096,hub,hub,non_hub,586066.226443,4507989.12022,586267.286922,4510317.94668
+6741,6741,146,82.0,006600,,40.739285505,-73.97827188,62.0,002202,40.7208736,-73.98085795,851.319901139,2256,11780,1045,6818,002202,13179093.8977,006600,84730469.4548,,0.0,002202,006600,21322.9551573,23935,74096,hub,hub,non_hub,586072.658368,4508271.55961,586267.286922,4510317.94668
+6742,6742,306,164.0,006600,,40.739285505,-73.97827188,96.0,002400,40.724744875,-73.974986535,723.291828699,5775,11780,2175,6818,002400,17986635.5592,006600,84730469.4548,,0.0,002400,006600,21322.9551573,17965,74096,hub,hub,non_hub,586563.526382,4508707.06897,586267.286922,4510317.94668
+6743,6743,234,164.0,006600,,40.739285505,-73.97827188,124.0,002500,40.7111743,-73.99849582,1239.98217036,5061,11780,1917,6818,002500,22428407.6271,006600,84730469.4548,,0.0,002500,006600,21322.9551573,28216,74096,hub,hub,non_hub,584595.28909,4507177.73549,586267.286922,4510317.94668
+6744,6744,141,82.0,006600,,40.739285505,-73.97827188,62.0,002601,40.72299208,-73.97995466,770.963940371,3774,11780,1593,6818,002601,22248722.3098,006600,84730469.4548,,0.0,002601,006600,21322.9551573,22144,74096,hub,hub,non_hub,586146.216204,4508507.61099,586267.286922,4510317.94668
+6745,6745,109,82.0,006600,,40.739285505,-73.97827188,54.0,002700,40.71307916,-73.99851193,1288.02658228,1191,11780,655,6818,002700,11349914.9514,006600,84730469.4548,,0.0,002700,006600,21322.9551573,20570,74096,hub,hub,non_hub,584591.517275,4507389.17181,586267.286922,4510317.94668
+6746,6746,399,82.0,006600,,40.739285505,-73.97827188,64.0,002800,40.72521311,-73.97768752,662.297535567,7302,11780,3341,6818,002800,47641507.3146,006600,84730469.4548,,0.0,002800,006600,21322.9551573,36744,74096,hub,hub,non_hub,586334.816403,4508756.38709,586267.286922,4510317.94668
+6747,6747,80,82.0,006600,,40.739285505,-73.97827188,86.0,002900,40.71602118,-73.99974372,1315.66025641,5855,11780,2420,6818,002900,200965547.24,006600,84730469.4548,,0.0,002900,006600,21322.9551573,31936,74096,hub,hub,non_hub,584483.752153,4507714.56961,586267.286922,4510317.94668
+6748,6748,208,82.0,006600,,40.739285505,-73.97827188,70.0,003001,40.72066442,-73.98517977,839.81487677,4301,11780,2553,6818,003001,34302720.7166,006600,84730469.4548,,0.0,003001,006600,21322.9551573,41223,74096,hub,hub,non_hub,585707.91731,4508244.11218,586267.286922,4510317.94668
+6749,6749,495,82.0,006600,,40.739285505,-73.97827188,74.0,003002,40.72217444,-73.98368779,732.752155947,3031,11780,1885,6818,003002,18686109.2263,006600,84730469.4548,,0.0,003002,006600,21322.9551573,38675,74096,hub,hub,non_hub,585831.986427,4508413.19181,586267.286922,4510317.94668
+6750,6750,187,246.0,006600,,40.739285505,-73.97827188,242.0,003100,40.7140617467,-74.0041933367,1515.09209949,2809,11780,858,6818,003100,145687012.574,006600,84730469.4548,,0.0,003100,006600,21322.9551573,81469,74096,hub,hub,non_hub,584110.388584,4507492.78891,586267.286922,4510317.94668
+6751,6751,1390,246.0,006600,,40.739285505,-73.97827188,200.0,003200,40.7260543867,-73.9823576167,600.283624817,7630,11780,4888,6818,003200,46369492.482,006600,84730469.4548,,0.0,003200,006600,21322.9551573,138064,74096,hub,hub,non_hub,585939.335766,4508845.19329,586267.286922,4510317.94668
+6752,6752,244,410.0,006600,,40.739285505,-73.97827188,346.0,003300,40.7188214733,-74.0063351262,1256.63569645,5174,11780,2694,6818,003300,215459582.054,006600,84730469.4548,,0.0,003300,006600,21322.9551573,115059,74096,hub,hub,non_hub,583923.502578,4508019.10075,586267.286922,4510317.94668
+6753,6753,427,82.0,006600,,40.739285505,-73.97827188,78.0,003400,40.72955361,-73.98057249,469.397597254,6706,11780,4203,6818,003400,42933229.7541,006600,84730469.4548,,0.0,003400,006600,21322.9551573,47926,74096,hub,hub,non_hub,586085.581298,4509235.37985,586267.286922,4510317.94668
+6754,6754,619,164.0,006600,,40.739285505,-73.97827188,132.0,003601,40.72217423,-73.990293175,784.483468949,3299,11780,1613,6818,003601,29191583.8104,006600,84730469.4548,,0.0,003601,006600,21322.9551573,77585,74096,hub,hub,non_hub,585274.124459,4508406.73315,586267.286922,4510317.94668
+6755,6755,1271,164.0,006600,,40.739285505,-73.97827188,124.0,003602,40.724852985,-73.989265345,635.362875503,2918,11780,1586,6818,003602,24941258.1161,006600,84730469.4548,,0.0,003602,006600,21322.9551573,82124,74096,hub,hub,non_hub,585357.507872,4508705.09166,586267.286922,4510317.94668
+6756,6756,383,328.0,006600,,40.739285505,-73.97827188,296.0,003700,40.7256696075,-74.0052069325,1241.57826526,2401,11780,1490,6818,003700,212385639.924,006600,84730469.4548,,0.0,003700,006600,21322.9551573,173333,74096,hub,hub,non_hub,584010.178026,4508780.36793,586267.286922,4510317.94668
+6757,6757,1928,328.0,006600,,40.739285505,-73.97827188,320.0,003800,40.72765889,-73.988195855,608.348853536,8610,11780,5795,6818,003800,67437493.5221,006600,84730469.4548,,0.0,003800,006600,21322.9551573,167230,74096,hub,hub,non_hub,585444.239635,4509017.60641,586267.286922,4510317.94668
+6758,6758,191,328.0,006600,,40.739285505,-73.97827188,212.0,003900,40.7201717475,-74.00983051,1596.26173025,5253,11780,3059,6818,003900,194910113.03,006600,84730469.4548,,0.0,003900,006600,21322.9551573,113624,74096,hub,hub,non_hub,583626.593058,4508165.65565,586267.286922,4510317.94668
+6759,6759,1281,164.0,006600,,40.739285505,-73.97827188,132.0,004000,40.73000573,-73.98549552,520.937984161,9801,11780,4546,6818,004000,66858387.5133,006600,84730469.4548,,0.0,004000,006600,21322.9551573,99660,74096,hub,hub,non_hub,585669.269443,4509280.75306,586267.286922,4510317.94668
+6760,6760,580,164.0,006600,,40.739285505,-73.97827188,128.0,004100,40.7195529,-73.996789035,1079.99344876,7793,11780,3765,6818,004100,71738983.3617,006600,84730469.4548,,0.0,004100,006600,21322.9551573,114685,74096,hub,hub,non_hub,584728.836557,4508109.46034,586267.286922,4510317.94668
+6761,6761,427,82.0,006600,,40.739285505,-73.97827188,70.0,004200,40.73223272,-73.98889957,550.317656998,4988,11780,1801,6818,004200,39941846.3325,006600,84730469.4548,,0.0,004200,006600,21322.9551573,50846,74096,hub,hub,non_hub,585378.96492,4509524.64843,586267.286922,4510317.94668
+6762,6762,439,164.0,006600,,40.739285505,-73.97827188,134.0,004300,40.723870235,-73.995226525,862.587856432,4267,11780,2598,6818,004300,65935514.1184,006600,84730469.4548,,0.0,004300,006600,21322.9551573,95162,74096,hub,hub,non_hub,584855.320992,4508590.22212,586267.286922,4510317.94668
+6763,6763,2908,164.0,006600,,40.739285505,-73.97827188,120.0,004400,40.73080269,-73.97968993,399.167973253,17710,11780,8297,6818,004400,114601147.016,006600,84730469.4548,,0.0,004400,006600,21322.9551573,106427,74096,hub,hub,non_hub,586158.498991,4509374.90208,586267.286922,4510317.94668
+6764,6764,81,82.0,006600,,40.739285505,-73.97827188,54.0,004500,40.71910537,-73.99973337,1204.32844388,840,11780,582,6818,004500,52009114.8865,006600,84730469.4548,,0.0,004500,006600,21322.9551573,34275,74096,hub,hub,non_hub,584480.726971,4508056.94497,586267.286922,4510317.94668
+6765,6765,80,82.0,006600,,40.739285505,-73.97827188,78.0,004700,40.72165481,-74.00234737,1154.21652422,2267,11780,1586,6818,004700,75477587.1594,006600,84730469.4548,,0.0,004700,006600,21322.9551573,27544,74096,hub,hub,non_hub,584256.734795,4508337.43837,586267.286922,4510317.94668
+6766,6766,317,82.0,006600,,40.739285505,-73.97827188,70.0,004800,40.73624527,-73.98473765,415.671297858,7550,11780,3799,6818,004800,74763044.6965,006600,84730469.4548,,0.0,004800,006600,21322.9551573,42567,74096,hub,hub,non_hub,585725.258797,4509974.12516,586267.286922,4510317.94668
+6767,6767,190,164.0,006600,,40.739285505,-73.97827188,146.0,004900,40.724268615,-74.000521515,1095.23768603,4951,11780,3054,6818,004900,103848670.177,006600,84730469.4548,,0.0,004900,006600,21322.9551573,80152,74096,hub,hub,non_hub,584407.63728,4508629.34168,586267.286922,4510317.94668
+6768,6768,1649,246.0,006600,,40.739285505,-73.97827188,186.0,005000,40.7359163467,-73.9873427633,480.079761497,5061,11780,3595,6818,005000,120638459.215,006600,84730469.4548,,0.0,005000,006600,21322.9551573,111023,74096,hub,hub,non_hub,585505.709717,4509935.07175,586267.286922,4510317.94668
+6769,6769,1376,164.0,006600,,40.739285505,-73.97827188,212.0,005200,40.73715585,-73.991241315,630.294956917,4193,11780,1785,6818,005200,109103391.81,006600,84730469.4548,,0.0,005200,006600,21322.9551573,159876,74096,hub,hub,non_hub,585174.941656,4510068.87544,586267.286922,4510317.94668
+6770,6770,390,82.0,006600,,40.739285505,-73.97827188,94.0,005400,40.73971301,-73.99456405,672.571635549,4656,11780,2837,6818,005400,128803552.888,006600,84730469.4548,,0.0,005400,006600,21322.9551573,73728,74096,hub,hub,non_hub,584891.129718,4510349.51956,586267.286922,4510317.94668
+6771,6771,355,82.0,006600,,40.739285505,-73.97827188,60.0,005501,40.72679454,-73.99695094,875.959215686,5079,11780,2483,6818,005501,61061928.4125,006600,84730469.4548,,0.0,005501,006600,21322.9551573,57258,74096,hub,hub,non_hub,584705.980012,4508913.17477,586267.286922,4510317.94668
+6772,6772,211,82.0,006600,,40.739285505,-73.97827188,54.0,005502,40.72743423,-73.99379025,768.182805965,2383,11780,1262,6818,005502,49017118.6146,006600,84730469.4548,,0.0,005502,006600,21322.9551573,55117,74096,hub,hub,non_hub,584972.085912,4508987.23863,586267.286922,4510317.94668
+6773,6773,1508,164.0,006600,,40.739285505,-73.97827188,190.0,005600,40.74065347,-73.98778661,394.519175955,2618,11780,2190,6818,005600,189153355.609,006600,84730469.4548,,0.0,005600,006600,21322.9551573,113209,74096,hub,hub,non_hub,585462.168743,4510460.49357,586267.286922,4510317.94668
+6774,6774,1247,164.0,006600,,40.739285505,-73.97827188,164.0,005700,40.729662915,-73.992405595,705.562511137,2937,11780,1789,6818,005700,90178032.7137,006600,84730469.4548,,0.0,005700,006600,21322.9551573,156896,74096,hub,hub,non_hub,585086.179601,4509235.9788,586267.286922,4510317.94668
+6775,6775,1800,164.0,006600,,40.739285505,-73.97827188,174.0,005800,40.743154205,-73.990299735,481.772740045,3182,11780,2306,6818,005800,164037511.755,006600,84730469.4548,,0.0,005800,006600,21322.9551573,130970,74096,hub,hub,non_hub,585246.786708,4510735.64918,586267.286922,4510317.94668
+6776,6776,467,82.0,006600,,40.739285505,-73.97827188,62.0,005900,40.73049393,-73.9957214,781.772748637,5516,11780,3276,6818,005900,71785177.1361,006600,84730469.4548,,0.0,005900,006600,21322.9551573,53180,74096,hub,hub,non_hub,584805.117401,4509325.01914,586267.286922,4510317.94668
+6777,6777,1371,164.0,006600,,40.739285505,-73.97827188,126.0,006000,40.734822295,-73.976916765,357.595546806,5286,11780,2459,6818,006000,27468182.8943,006600,84730469.4548,,0.0,006000,006600,21322.9551573,80462,74096,hub,hub,non_hub,586387.478737,4509823.83141,586267.286922,4510317.94668
+6778,6778,1262,328.0,006600,,40.739285505,-73.97827188,282.0,006100,40.73385254,-73.992357065,669.245017419,4913,11780,2683,6818,006100,91682014.33,006600,84730469.4548,,0.0,006100,006600,21322.9551573,245510,74096,hub,hub,non_hub,585084.940162,4509701.10308,586267.286922,4510317.94668
+6779,6779,503,82.0,006600,,40.739285505,-73.97827188,60.0,006200,40.7381765,-73.97738662,411.858416488,4680,11780,1401,6818,006200,231817485.533,006600,84730469.4548,,0.0,006200,006600,21322.9551573,33218,74096,hub,hub,non_hub,586343.467107,4510195.70961,586267.286922,4510317.94668
+6780,6780,448,246.0,006600,,40.739285505,-73.97827188,198.0,006300,40.7346940933,-73.99785666,855.62644913,6076,11780,4277,6818,006300,85447631.8451,006600,84730469.4548,,0.0,006300,006600,21322.9551573,120233,74096,hub,hub,non_hub,584619.48321,4509789.20591,586267.286922,4510317.94668
+6781,6781,424,82.0,006600,,40.739285505,-73.97827188,78.0,006400,40.73587678,-73.98205027,390.385812757,7518,11780,5058,6818,006400,95664936.1545,006600,84730469.4548,,0.0,006400,006600,21322.9551573,47750,74096,hub,hub,non_hub,585952.649806,4509935.84788,586267.286922,4510317.94668
+6782,6782,576,246.0,006600,,40.739285505,-73.97827188,212.0,006500,40.7306296367,-73.9991423,937.67332123,6517,11780,3568,6818,006500,59290910.3694,006600,84730469.4548,,0.0,006500,006600,21322.9551573,125356,74096,hub,hub,non_hub,584516.067395,4509336.78488,586267.286922,4510317.94668
+6783,6783,163,82.0,006600,,40.739285505,-73.97827188,78.0,006700,40.73038599,-74.00214988,1089.93079096,4984,11780,3796,6818,006700,47238039.9972,006600,84730469.4548,,0.0,006700,006600,21322.9551573,70025,74096,hub,hub,non_hub,584262.399901,4509306.84766,586267.286922,4510317.94668
+6784,6784,507,82.0,006600,,40.739285505,-73.97827188,78.0,006800,40.74025878,-73.98409214,381.633987563,6735,11780,4494,6818,006800,130298431.446,006600,84730469.4548,,0.0,006800,006600,21322.9551573,58926,74096,hub,hub,non_hub,585774.608423,4510420.28363,586267.286922,4510317.94668
+6785,6785,221,164.0,006600,,40.739285505,-73.97827188,134.0,006900,40.732319905,-74.0069291,1170.54039158,2687,11780,1484,6818,006900,61292499.9331,006600,84730469.4548,,0.0,006900,006600,21322.9551573,130727,74096,hub,hub,non_hub,583856.38945,4509516.94969,586267.286922,4510317.94668
+6786,6786,3648,246.0,006600,,40.739285505,-73.97827188,254.0,007000,40.7425584555,-73.9756991013,325.5498695,8302,11780,5669,6818,007000,78634704.8451,006600,84730469.4548,,0.0,007000,006600,21322.9551573,145227,74096,hub,hub,hub,586480.277595,4510683.79913,586267.286921,4510317.94668
+6787,6787,306,164.0,006600,,40.739285505,-73.97827188,142.0,007100,40.736526545,-74.000108805,908.052547582,5633,11780,3844,6818,007100,68447429.2743,006600,84730469.4548,,0.0,007100,006600,21322.9551573,79459,74096,hub,hub,non_hub,584426.995774,4509990.4524,586267.286922,4510317.94668
+6788,6788,2963,246.0,006600,,40.739285505,-73.97827188,252.0,007200,40.7447014833,-73.98154809,373.337817453,7734,11780,5222,6818,007200,132092861.454,006600,84730469.4548,,0.0,007200,006600,21322.9551573,157612,74096,hub,hub,non_hub,585983.687715,4510915.94446,586267.286922,4510317.94668
+6789,6789,224,164.0,006600,,40.739285505,-73.97827188,118.0,007300,40.734682705,-74.00388484,1045.59962895,5615,11780,4547,6818,007300,48716185.79,006600,84730469.4548,,0.0,007300,006600,21322.9551573,92567,74096,hub,hub,non_hub,584110.479319,4509782.14883,586267.286922,4510317.94668
+6790,6790,1288,164.0,006600,,40.739285505,-73.97827188,172.0,007400,40.746413585,-73.98586892,477.593996721,4179,11780,2700,6818,007400,170614202.951,006600,84730469.4548,,0.0,007400,006600,21322.9551573,81121,74096,hub,hub,non_hub,585616.696258,4511101.7763,586267.286922,4510317.94668
+6791,6791,1405,164.0,006600,,40.739285505,-73.97827188,138.0,007600,40.74737476,-73.988320695,569.605500104,2203,11780,1573,6818,007600,242014413.464,006600,84730469.4548,,0.0,007600,006600,21322.9551573,97464,74096,hub,hub,non_hub,585408.475283,4511206.08492,586267.286922,4510317.94668
+6792,6792,162,82.0,006600,,40.739285505,-73.97827188,86.0,007700,40.7390169121,-74.0026376103,1024.70076401,5404,11780,4254,6818,007700,59306273.1509,006600,84730469.4548,,0.0,007700,006600,21322.9551573,79025,74096,hub,hub,non_hub,584210.329106,4510264.47156,586267.286922,4510317.94668
+6793,6793,1731,82.0,006600,,40.739285505,-73.97827188,78.0,007800,40.74780373,-73.9734419,402.321948562,7380,11780,5372,6818,007800,112124597.728,006600,84730469.4548,,0.0,007800,006600,21322.9551573,59601,74096,hub,hub,non_hub,586664.043115,4511268.28888,586267.286922,4510317.94668
+6794,6794,315,410.0,006600,,40.739285505,-73.97827188,348.0,007900,40.738916514,-74.007286026,1205.3161742,4406,11780,2904,6818,007900,86937368.5918,006600,84730469.4548,,0.0,007900,006600,21322.9551573,171846,74096,hub,hub,non_hub,583817.969395,4510248.87788,586267.286922,4510317.94668
+6795,6795,1022,164.0,006600,,40.739285505,-73.97827188,142.0,008000,40.7485693,-73.97717991,527.679249191,4946,11780,3730,6818,008000,197763821.532,006600,84730469.4548,,0.0,008000,006600,21322.9551573,74808,74096,hub,hub,non_hub,586347.477591,4511349.58844,586267.286922,4510317.94668
+6796,6796,279,82.0,006600,,40.739285505,-73.97827188,78.0,008100,40.73935542,-73.99931783,755.332325581,8675,11780,5315,6818,008100,91100400.6907,006600,84730469.4548,,0.0,008100,006600,21322.9551573,53195,74096,hub,hub,non_hub,584490.204148,4510305.23824,586267.286922,4510317.94668
+6797,6797,2628,246.0,006600,,40.739285505,-73.97827188,350.0,008200,40.7519359073,-73.9793404739,629.150826345,3442,11780,2534,6818,008200,262405408.076,006600,84730469.4548,,0.0,008200,006600,21322.9551573,228612,74096,hub,hub,non_hub,586160.731617,4511721.18306,586267.286922,4510317.94668
+6798,6798,646,328.0,006600,,40.739285505,-73.97827188,238.0,008300,40.742591315,-74.004102785,935.171427779,4211,11780,2321,6818,008300,119862327.354,006600,84730469.4548,,0.0,008300,006600,21322.9551573,186113,74096,hub,hub,non_hub,584082.11654,4510659.85081,586267.286922,4510317.94668
+6799,6799,198,82.0,006600,,40.739285505,-73.97827188,76.0,008400,40.75038009,-73.98338988,629.301745845,1726,11780,1041,6818,008400,147824461.739,006600,84730469.4548,,0.0,008400,006600,21322.9551573,34199,74096,hub,hub,non_hub,585820.889203,4511544.50828,586267.286922,4510317.94668
+6800,6800,246,82.0,006600,,40.739285505,-73.97827188,86.0,008601,40.744219,-73.97121214,715.276521739,2551,11780,1528,6818,008601,31141773.9073,006600,84730469.4548,,0.0,008601,006600,21322.9551573,31961,74096,hub,hub,non_hub,586856.951039,4510872.56191,586267.286922,4510317.94668
+6801,6801,682,164.0,006600,,40.739285505,-73.97827188,156.0,008700,40.74206378,-73.995708955,686.412878136,6671,11780,4249,6818,008700,85660216.7821,006600,84730469.4548,,0.0,008700,006600,21322.9551573,152953,74096,hub,hub,non_hub,584791.475936,4510609.36503,586267.286922,4510317.94668
+6802,6802,719,164.0,006600,,40.739285505,-73.97827188,156.0,008800,40.75012189,-73.970133575,538.194477266,6964,11780,5507,6818,008800,216532475.876,006600,84730469.4548,,0.0,008800,006600,21322.9551573,43247,74096,hub,hub,non_hub,586940.323322,4511528.89362,586267.286922,4510317.94668
+6803,6803,468,246.0,006600,,40.739285505,-73.97827188,240.0,008900,40.74529008,-74.0021768567,831.125377918,5560,11780,3511,6818,008900,54419260.2723,006600,84730469.4548,,0.0,008900,006600,21322.9551573,158638,74096,hub,hub,non_hub,584241.316685,4510961.27944,586267.286922,4510317.94668
+6804,6804,1068,246.0,006600,,40.739285505,-73.97827188,220.0,009000,40.75261798,-73.9703317533,637.988528023,7026,11780,5832,6818,009000,208846060.851,006600,84730469.4548,,0.0,009000,006600,21322.9551573,74531,74096,hub,hub,non_hub,586920.342162,4511805.78171,586267.286922,4510317.94668
+6805,6805,323,82.0,006600,,40.739285505,-73.97827188,78.0,009100,40.74487634,-73.99529885,664.745140232,6415,11780,4386,6818,009100,127325659.041,006600,84730469.4548,,0.0,009100,006600,21322.9551573,63878,74096,hub,hub,non_hub,584822.527687,4510921.97538,586267.286922,4510317.94668
+6806,6806,696,164.0,006600,,40.739285505,-73.97827188,220.0,009200,40.7548518863,-73.9734329075,752.673492312,1754,11780,1461,6818,009200,408192557.246,006600,84730469.4548,,0.0,009200,006600,21322.9551573,72226,74096,hub,hub,non_hub,586655.650548,4512050.69496,586267.286922,4510317.94668
+6807,6807,198,82.0,006600,,40.739285505,-73.97827188,78.0,009300,40.74475148,-73.99915362,818.712022133,9705,11780,5585,6818,009300,68528055.2433,006600,84730469.4548,,0.0,009300,006600,21322.9551573,52202,74096,hub,hub,non_hub,584497.239363,4510904.39701,586267.286922,4510317.94668
+6808,6808,282,82.0,006600,,40.739285505,-73.97827188,62.0,009400,40.75320159,-73.9779874,823.787331143,29,11780,16,6818,009400,299218147.811,006600,84730469.4548,,0.0,009400,006600,21322.9551573,82147,74096,hub,hub,non_hub,586273.319314,4511863.01244,586267.286922,4510317.94668
+6809,6809,761,82.0,006600,,40.739285505,-73.97827188,102.0,009500,40.746647,-73.993915,572.174525654,3425,11780,1416,6818,009500,129660033.725,006600,84730469.4548,,0.0,009500,006600,21322.9551573,57488,74096,hub,hub,non_hub,584937.108907,4511119.86954,586267.286922,4510317.94668
+6810,6810,343,246.0,006600,,40.739285505,-73.97827188,280.0,009600,40.7560546257,-73.9803769694,856.884929862,153,11780,268,6818,009600,270304841.585,006600,84730469.4548,,0.0,009600,006600,21322.9551573,71527,74096,hub,hub,non_hub,586067.920593,4512177.37406,586267.286922,4510317.94668
+6811,6811,826,246.0,006600,,40.739285505,-73.97827188,198.0,009700,40.7493616033,-73.9991321067,754.807138732,4744,11780,2827,6818,009700,83018263.1602,006600,84730469.4548,,0.0,009700,006600,21322.9551573,118804,74096,hub,hub,non_hub,584493.220017,4511416.17434,586267.286922,4510317.94668
+6812,6812,761,164.0,006600,,40.739285505,-73.97827188,140.0,009800,40.755285655,-73.96667288,675.47605921,7105,11780,5244,6818,009800,115943808.909,006600,84730469.4548,,0.0,009800,006600,21322.9551573,40039,74096,hub,hub,non_hub,587225.727282,4512105.54383,586267.286922,4510317.94668
+6813,6813,735,410.0,006600,,40.739285505,-73.97827188,370.0,009900,40.7520807866,-74.0031899092,895.619565622,3617,11780,2438,6818,009900,404439511.776,006600,84730469.4548,,0.0,009900,006600,21322.9551573,208076,74096,hub,hub,non_hub,584147.226991,4511714.12465,586267.286922,4510317.94668
+6814,6814,526,246.0,006600,,40.739285505,-73.97827188,242.0,010000,40.7583696933,-73.9710287767,820.045196368,1829,11780,1399,6818,010000,366457143.613,006600,84730469.4548,,0.0,010000,006600,21322.9551573,72085,74096,hub,hub,non_hub,586854.014885,4512443.57459,586267.286922,4510317.94668
+6815,6815,3215,246.0,006600,,40.739285505,-73.97827188,254.0,010100,40.74945622,-73.9903382667,642.721433268,1119,11780,828,6818,010100,246168211.101,006600,84730469.4548,,0.0,010100,006600,21322.9551573,183377,74096,hub,hub,hub,585235.486219,4511435.18064,586267.286922,4510317.94668
+6816,6816,227,164.0,006600,,40.739285505,-73.97827188,162.0,010200,40.7606694,-73.973473555,941.153595126,313,11780,268,6818,010200,333450202.294,006600,84730469.4548,,0.0,010200,006600,21322.9551573,46675,74096,hub,hub,non_hub,586644.664817,4512696.44233,586267.286922,4510317.94668
+6817,6817,1663,164.0,006600,,40.739285505,-73.97827188,196.0,010300,40.751000495,-73.994372255,773.029918049,1859,11780,1351,6818,010300,141506056.87,006600,84730469.4548,,0.0,010300,006600,21322.9551573,221593,74096,hub,hub,non_hub,584892.968075,4511602.69644,586267.286922,4510317.94668
+6818,6818,225,164.0,006600,,40.739285505,-73.97827188,150.0,010400,40.761664375,-73.976854975,997.224459872,1031,11780,1033,6818,010400,363981333.295,006600,84730469.4548,,0.0,010400,006600,21322.9551573,65073,74096,hub,hub,non_hub,586357.961325,4512803.55852,586267.286922,4510317.94668
+6819,6819,446,82.0,006600,,40.739285505,-73.97827188,66.0,010602,40.75849116,-73.95920622,842.506183968,4794,11780,2963,6818,010602,67980898.3739,006600,84730469.4548,,0.0,010602,006600,21322.9551573,22153,74096,hub,hub,non_hub,587851.796682,4512468.82754,586267.286922,4510317.94668
+6820,6820,1388,246.0,006600,,40.739285505,-73.97827188,234.0,010800,40.7591736033,-73.96613818,758.888651551,8531,11780,6272,6818,010800,189351523.799,006600,84730469.4548,,0.0,010800,006600,21322.9551573,79198,74096,hub,hub,non_hub,587265.778542,4512537.66689,586267.286922,4510317.94668
+6821,6821,370,164.0,006600,,40.739285505,-73.97827188,228.0,010900,40.751351715,-73.987594755,755.82095322,182,11780,92,6818,010900,228173063.011,006600,84730469.4548,,0.0,010900,006600,21322.9551573,60092,74096,hub,hub,non_hub,585464.669441,4511648.26242,586267.286922,4510317.94668
+6822,6822,214,82.0,006600,,40.739285505,-73.97827188,118.0,011201,40.7643971,-73.97371465,1216.36266391,827,11780,964,6818,011201,118515444.187,006600,84730469.4548,,0.0,011201,006600,21322.9551573,41525,74096,hub,hub,non_hub,586619.474659,4513110.00718,586267.286922,4510317.94668
+6823,6823,493,82.0,006600,,40.739285505,-73.97827188,66.0,011203,40.76095756,-73.96724467,873.729099618,1176,11780,1160,6818,011203,143782379.009,006600,84730469.4548,,0.0,011203,006600,21322.9551573,48033,74096,hub,hub,non_hub,587170.050102,4512734.59972,586267.286922,4510317.94668
+6824,6824,1588,328.0,006600,,40.739285505,-73.97827188,396.0,011300,40.7548008425,-73.9888010575,851.170368945,204,11780,107,6818,011300,357940519.061,006600,84730469.4548,,0.0,011300,006600,21322.9551573,236650,74096,hub,hub,non_hub,585358.423228,4512029.96675,586267.286922,4510317.94668
+6825,6825,401,164.0,006600,,40.739285505,-73.97827188,164.0,011500,40.75701407,-73.992353645,968.7945507,2487,11780,1678,6818,011500,130958459.747,006600,84730469.4548,,0.0,011500,006600,21322.9551573,103294,74096,hub,hub,non_hub,585055.712647,4512272.20178,586267.286922,4510317.94668
+6826,6826,154,164.0,006600,,40.739285505,-73.97827188,168.0,011700,40.76058799,-74.00080945,1010.79679312,2938,11780,2304,6818,011700,91270705.1484,006600,84730469.4548,,0.0,011700,006600,21322.9551573,73016,74096,hub,hub,non_hub,584337.427395,4512660.77158,586267.286922,4510317.94668
+6827,6827,154,82.0,006600,,40.739285505,-73.97827188,68.0,011900,40.7568001,-73.98291153,867.027823241,1079,11780,1121,6818,011900,395254501.74,006600,84730469.4548,,0.0,011900,006600,21322.9551573,39976,74096,hub,hub,non_hub,585853.012005,4512257.64444,586267.286922,4510317.94668
+6828,6828,314,246.0,006600,,40.739285505,-73.97827188,218.0,012100,40.7598593767,-73.9914900133,1122.50554449,8366,11780,5744,6818,012100,101223732.045,006600,84730469.4548,,0.0,012100,006600,21322.9551573,132767,74096,hub,hub,non_hub,585124.983126,4512588.88932,586267.286922,4510317.94668
+6829,6829,170,82.0,006600,,40.739285505,-73.97827188,102.0,012500,40.76064679,-73.98442659,1001.33639971,2439,11780,2096,6818,012500,322911522.418,006600,84730469.4548,,0.0,012500,006600,21322.9551573,45486,74096,hub,hub,non_hub,585720.180916,4512683.17447,586267.286922,4510317.94668
+6830,6830,225,164.0,006600,,40.739285505,-73.97827188,168.0,012700,40.762485435,-73.990447135,1037.59793588,6437,11780,4434,6818,012700,104637996.687,006600,84730469.4548,,0.0,012700,006600,21322.9551573,83393,74096,hub,hub,non_hub,585209.656415,4512881.41361,586267.286922,4510317.94668
+6831,6831,54,82.0,006600,,40.739285505,-73.97827188,48.0,012900,40.76341379,-73.99667444,984.673076923,5312,11780,3621,6818,012900,158698340.053,006600,84730469.4548,,0.0,012900,006600,21322.9551573,28661,74096,hub,hub,non_hub,584682.864463,4512978.43901,586267.286922,4510317.94668
+6832,6832,463,246.0,006600,,40.739285505,-73.97827188,320.0,013100,40.7621295133,-73.98215453,969.972682242,2489,11780,2283,6818,013100,405023451.28,006600,84730469.4548,,0.0,013100,006600,21322.9551573,107228,74096,hub,hub,non_hub,585910.04945,4512849.98999,586267.286922,4510317.94668
+6833,6833,288,246.0,006600,,40.739285505,-73.97827188,202.0,013300,40.7647250567,-73.9866537633,1280.61313758,5363,11780,3909,6818,013300,79847412.2593,006600,84730469.4548,,0.0,013300,006600,21322.9551573,89810,74096,hub,hub,non_hub,585526.963405,4513133.71926,586267.286922,4510317.94668
+6834,6834,182,164.0,006600,,40.739285505,-73.97827188,130.0,013500,40.766984435,-73.99227308,1169.75416667,6075,11780,3935,6818,013500,198199142.958,006600,84730469.4548,,0.0,013500,006600,21322.9551573,64723,74096,hub,hub,non_hub,585049.80204,4513379.06475,586267.286922,4510317.94668
+6835,6835,373,164.0,006600,,40.739285505,-73.97827188,196.0,013700,40.766109285,-73.981808355,1112.59843493,6557,11780,5442,6818,013700,314878324.419,006600,84730469.4548,,0.0,013700,006600,21322.9551573,91142,74096,hub,hub,non_hub,585934.141665,4513292.1137,586267.286922,4510317.94668
+6836,6836,91,82.0,006600,,40.739285505,-73.97827188,54.0,013900,40.768254,-73.988639,1399.98238636,7607,11780,7359,6818,013900,139918084.587,006600,84730469.4548,,0.0,013900,006600,21322.9551573,26390,74096,hub,hub,non_hub,585354.890073,4513523.52534,586267.286922,4510317.94668
+6837,6837,97,82.0,006600,,40.739285505,-73.97827188,98.0,014300,40.76590936,-73.97634151,1289.0580895,3,11780,0,6818,014300,50027992.3322,006600,84730469.4548,,0.0,014300,006600,21322.9551573,21051,74096,hub,hub,non_hub,586395.803012,4513275.28949,586267.286922,4510317.94668
+6838,6838,247,82.0,006600,,40.739285505,-73.97827188,72.0,014500,40.76915505,-73.98191841,1362.13309667,5811,11780,3462,6818,014500,253397343.373,006600,84730469.4548,,0.0,014500,006600,21322.9551573,68350,74096,hub,hub,non_hub,585920.929601,4513630.10902,586267.286922,4510317.94668
+6839,6839,145,82.0,006600,,40.739285505,-73.97827188,110.0,014700,40.770513,-73.988038,1298.45950255,2586,11780,1743,6818,014700,70871746.8417,006600,84730469.4548,,0.0,014700,006600,21322.9551573,35099,74096,hub,hub,non_hub,585402.720353,4513774.87644,586267.286922,4510317.94668
+6840,6840,17,82.0,006600,,40.739285505,-73.97827188,72.0,015100,40.771522,-73.990541,1592.22857143,8105,11780,4856,6818,015100,164953931.102,006600,84730469.4548,,0.0,015100,006600,21322.9551573,17578,74096,hub,hub,non_hub,585190.192062,4513884.4495,586267.286922,4510317.94668
+6841,6841,196,164.0,006600,,40.739285505,-73.97827188,140.0,031703,40.71644312,-74.014902115,1594.13649334,8670,11780,4231,6818,031703,332361109.355,006600,84730469.4548,,0.0,031703,006600,21322.9551573,136082,74096,hub,hub,non_hub,583202.897614,4507746.93647,586267.286922,4510317.94668
+6842,6842,146,246.0,006600,,40.739285505,-73.97827188,196.0,031704,40.7085171733,-74.0165557667,1880.66215278,6610,11780,3790,6818,031704,160823714.408,006600,84730469.4548,,0.0,031704,006600,21322.9551573,105244,74096,hub,hub,non_hub,583073.076824,4506865.54027,586267.286922,4510317.94668
+6843,6843,451,246.0,006600,,40.739285505,-73.97827188,170.0,000600,40.7128987867,-73.9898646367,1139.12662173,11558,11780,4083,6818,000600,59149181.7526,006600,84730469.4548,,0.0,000600,006600,21322.9551573,70053,74096,hub,hub,non_hub,585322.159723,4507377.5136,586267.286922,4510317.94668
+6844,6844,211,117.0,006700,,40.73038599,-74.00214988,54.0,000202,40.71318002,-73.9818904933,1169.60825883,8012,4984,3598,3796,000202,37878157.9781,006700,47238039.9972,,0.0,000202,006700,28830.1517976,56352,74942,hub,hub,non_hub,585995.353038,4507416.50937,584262.399901,4509306.84766
+6845,6845,643,273.0,006700,,40.73038599,-74.00214988,258.0,000700,40.70581148,-74.0081572071,1338.68215951,7722,4984,5201,3796,000700,476954959.734,006700,47238039.9972,,0.0,000700,006700,28830.1517976,160040,74942,hub,hub,non_hub,583785.918305,4506573.16797,584262.399901,4509306.84766
+6846,6846,141,78.0,006700,,40.73038599,-74.00214988,47.0,000800,40.712414475,-73.993471545,1003.00332141,10365,4984,4150,3796,000800,46479755.076,006700,47238039.9972,,0.0,000800,006700,28830.1517976,34254,74942,hub,hub,non_hub,585018.109713,4507320.25418,584262.399901,4509306.84766
+6847,6847,253,117.0,006700,,40.73038599,-74.00214988,97.0,000900,40.7024745833,-74.01224785,1427.92504888,1140,4984,939,3796,000900,404341803.896,006700,47238039.9972,,0.0,000900,006700,28830.1517976,46446,74942,hub,hub,non_hub,583444.520998,4506198.85784,584262.399901,4509306.84766
+6848,6848,58,39.0,006700,,40.73038599,-74.00214988,19.0,001002,40.71782143,-73.97628939,950.413793103,6439,4984,2346,3796,001002,22763374.2099,006700,47238039.9972,,0.0,001002,006700,28830.1517976,15916,74942,hub,hub,non_hub,586462.45635,4507937.23607,584262.399901,4509306.84766
+6849,6849,178,78.0,006700,,40.73038599,-74.00214988,46.0,001200,40.717364275,-73.982955325,937.167488931,3547,4984,1857,3796,001200,23518220.7411,006700,47238039.9972,,0.0,001200,006700,28830.1517976,36493,74942,hub,hub,non_hub,585900.031125,4507879.94738,584262.399901,4509306.84766
+6850,6850,251,39.0,006700,,40.73038599,-74.00214988,36.0,001300,40.70463334,-74.01361706,1299.19123506,3776,4984,3028,3796,001300,286606455.687,006700,47238039.9972,,0.0,001300,006700,28830.1517976,27671,74942,hub,hub,non_hub,583326.158808,4506437.19368,584262.399901,4509306.84766
+6851,6851,94,39.0,006700,,40.73038599,-74.00214988,28.0,001401,40.71559509,-73.9870295,1062.94680851,3289,4984,1708,3796,001401,20168722.3199,006700,47238039.9972,,0.0,001401,006700,28830.1517976,26885,74942,hub,hub,non_hub,585558.18429,4507679.57909,584262.399901,4509306.84766
+6852,6852,119,78.0,006700,,40.73038599,-74.00214988,67.0,001501,40.70966832,-74.003597135,1215.53809524,5581,4984,3450,3796,001501,172466366.322,006700,47238039.9972,,0.0,001501,006700,28830.1517976,27425,74942,hub,hub,non_hub,584166.279828,4507005.66129,584262.399901,4509306.84766
+6853,6853,479,117.0,006700,,40.73038599,-74.00214988,123.0,001502,40.7088053467,-74.00635276,954.922054211,7095,4984,3459,3796,001502,221282059.103,006700,47238039.9972,,0.0,001502,006700,28830.1517976,82052,74942,hub,hub,non_hub,583934.59195,4506907.22889,584262.399901,4509306.84766
+6854,6854,467,117.0,006700,,40.73038599,-74.00214988,107.0,001600,40.7153350167,-73.9943926833,836.419394862,8236,4984,3242,3796,001600,76565505.7581,006700,47238039.9972,,0.0,001600,006700,28830.1517976,82798,74942,hub,hub,non_hub,584936.591099,4507643.5622,584262.399901,4509306.84766
+6855,6855,1216,156.0,006700,,40.73038599,-74.00214988,154.0,001800,40.7193657075,-73.9906468425,766.159652845,8063,4984,3489,3796,001800,60554858.5127,006700,47238039.9972,,0.0,001800,006700,28830.1517976,133306,74942,hub,hub,non_hub,585247.838585,4508094.62497,584262.399901,4509306.84766
+6856,6856,192,78.0,006700,,40.73038599,-74.00214988,46.0,002000,40.721554605,-73.977309405,842.390873016,4795,4984,1899,3796,002000,17907673.5628,006700,47238039.9972,,0.0,002000,006700,28830.1517976,31656,74942,hub,hub,non_hub,586371.478696,4508350.63994,584262.399901,4509306.84766
+6857,6857,1186,156.0,006700,,40.73038599,-74.00214988,102.0,002100,40.71451321,-74.0108850975,824.966219884,6111,4984,3038,3796,002100,273869828.705,006700,47238039.9972,,0.0,002100,006700,28830.1517976,151037,74942,hub,hub,non_hub,583544.598931,4507536.51732,584262.399901,4509306.84766
+6858,6858,87,78.0,006700,,40.73038599,-74.00214988,44.0,002201,40.71833027,-73.980972895,948.448442535,6762,4984,3030,3796,002201,37585954.9949,006700,47238039.9972,,0.0,002201,006700,28830.1517976,26391,74942,hub,hub,non_hub,586066.226443,4507989.12022,584262.399901,4509306.84766
+6859,6859,185,39.0,006700,,40.73038599,-74.00214988,31.0,002202,40.7208736,-73.98085795,751.994594595,2256,4984,1045,3796,002202,13179093.8977,006700,47238039.9972,,0.0,002202,006700,28830.1517976,23935,74942,hub,hub,non_hub,586072.658368,4508271.55961,584262.399901,4509306.84766
+6860,6860,31,78.0,006700,,40.73038599,-74.00214988,48.0,002400,40.724744875,-73.974986535,1300.78869048,5775,4984,2175,3796,002400,17986635.5592,006700,47238039.9972,,0.0,002400,006700,28830.1517976,17965,74942,hub,hub,non_hub,586563.526382,4508707.06897,584262.399901,4509306.84766
+6861,6861,157,78.0,006700,,40.73038599,-74.00214988,62.0,002500,40.7111743,-73.99849582,970.193102241,5061,4984,1917,3796,002500,22428407.6271,006700,47238039.9972,,0.0,002500,006700,28830.1517976,28216,74942,hub,hub,non_hub,584595.28909,4507177.73549,584262.399901,4509306.84766
+6862,6862,213,39.0,006700,,40.73038599,-74.00214988,31.0,002601,40.72299208,-73.97995466,765.244131455,3774,4984,1593,3796,002601,22248722.3098,006700,47238039.9972,,0.0,002601,006700,28830.1517976,22144,74942,hub,hub,non_hub,586146.216204,4508507.61099,584262.399901,4509306.84766
+6863,6863,73,39.0,006700,,40.73038599,-74.00214988,27.0,002700,40.71307916,-73.99851193,932.191780822,1191,4984,655,3796,002700,11349914.9514,006700,47238039.9972,,0.0,002700,006700,28830.1517976,20570,74942,hub,hub,non_hub,584591.517275,4507389.17181,584262.399901,4509306.84766
+6864,6864,131,39.0,006700,,40.73038599,-74.00214988,32.0,002800,40.72521311,-73.97768752,998.770992366,7302,4984,3341,3796,002800,47641507.3146,006700,47238039.9972,,0.0,002800,006700,28830.1517976,36744,74942,hub,hub,non_hub,586334.816403,4508756.38709,584262.399901,4509306.84766
+6865,6865,182,39.0,006700,,40.73038599,-74.00214988,43.0,002900,40.71602118,-73.99974372,821.851648352,5855,4984,2420,3796,002900,200965547.24,006700,47238039.9972,,0.0,002900,006700,28830.1517976,31936,74942,hub,hub,non_hub,584483.752153,4507714.56961,584262.399901,4509306.84766
+6866,6866,270,39.0,006700,,40.73038599,-74.00214988,35.0,003001,40.72066442,-73.98517977,773.277777778,4301,4984,2553,3796,003001,34302720.7166,006700,47238039.9972,,0.0,003001,006700,28830.1517976,41223,74942,hub,hub,non_hub,585707.91731,4508244.11218,584262.399901,4509306.84766
+6867,6867,378,39.0,006700,,40.73038599,-74.00214988,37.0,003002,40.72217444,-73.98368779,684.867724868,3031,4984,1885,3796,003002,18686109.2263,006700,47238039.9972,,0.0,003002,006700,28830.1517976,38675,74942,hub,hub,non_hub,585831.986427,4508413.19181,584262.399901,4509306.84766
+6868,6868,354,117.0,006700,,40.73038599,-74.00214988,121.0,003100,40.7140617467,-74.0041933367,868.202603186,2809,4984,858,3796,003100,145687012.574,006700,47238039.9972,,0.0,003100,006700,28830.1517976,81469,74942,hub,hub,non_hub,584110.388584,4507492.78891,584262.399901,4509306.84766
+6869,6869,908,117.0,006700,,40.73038599,-74.00214988,100.0,003200,40.7260543867,-73.9823576167,790.064335128,7630,4984,4888,3796,003200,46369492.482,006700,47238039.9972,,0.0,003200,006700,28830.1517976,138064,74942,hub,hub,non_hub,585939.335766,4508845.19329,584262.399901,4509306.84766
+6870,6870,1505,195.0,006700,,40.73038599,-74.00214988,173.0,003300,40.7188237309,-74.0063302023,597.491242806,5174,4984,2694,3796,003300,215459582.054,006700,47238039.9972,,0.0,003300,006700,28830.1517976,115059,74942,hub,hub,non_hub,583923.915614,4508019.35607,584262.399901,4509306.84766
+6871,6871,157,39.0,006700,,40.73038599,-74.00214988,39.0,003400,40.72955361,-73.98057249,882.0,6706,4984,4203,3796,003400,42933229.7541,006700,47238039.9972,,0.0,003400,006700,28830.1517976,47926,74942,hub,hub,non_hub,586085.581298,4509235.37985,584262.399901,4509306.84766
+6872,6872,717,78.0,006700,,40.73038599,-74.00214988,66.0,003601,40.72217423,-73.990293175,675.052649007,3299,4984,1613,3796,003601,29191583.8104,006700,47238039.9972,,0.0,003601,006700,28830.1517976,77585,74942,hub,hub,non_hub,585274.124459,4508406.73315,584262.399901,4509306.84766
+6873,6873,992,78.0,006700,,40.73038599,-74.00214988,62.0,003602,40.724852985,-73.989265345,531.490756388,2918,4984,1586,3796,003602,24941258.1161,006700,47238039.9972,,0.0,003602,006700,28830.1517976,82124,74942,hub,hub,non_hub,585357.507872,4508705.09166,584262.399901,4509306.84766
+6874,6874,3156,156.0,006700,,40.73038599,-74.00214988,148.0,003700,40.7256696075,-74.0052069325,402.513147521,2401,4984,1490,3796,003700,212385639.924,006700,47238039.9972,,0.0,003700,006700,28830.1517976,173333,74942,hub,hub,hub,584010.178026,4508780.36793,584262.399901,4509306.84766
+6875,6875,1561,156.0,006700,,40.73038599,-74.00214988,160.0,003800,40.72765889,-73.988195855,627.841718148,8610,4984,5795,3796,003800,67437493.5221,006700,47238039.9972,,0.0,003800,006700,28830.1517976,167230,74942,hub,hub,non_hub,585444.239635,4509017.60641,584262.399901,4509306.84766
+6876,6876,1288,156.0,006700,,40.73038599,-74.00214988,106.0,003900,40.7201717475,-74.00983051,661.793334155,5253,4984,3059,3796,003900,194910113.03,006700,47238039.9972,,0.0,003900,006700,28830.1517976,113624,74942,hub,hub,non_hub,583626.593058,4508165.65565,584262.399901,4509306.84766
+6877,6877,780,78.0,006700,,40.73038599,-74.00214988,66.0,004000,40.73000573,-73.98549552,692.445111253,9801,4984,4546,3796,004000,66858387.5133,006700,47238039.9972,,0.0,004000,006700,28830.1517976,99660,74942,hub,hub,non_hub,585669.269443,4509280.75306,584262.399901,4509306.84766
+6878,6878,1060,78.0,006700,,40.73038599,-74.00214988,64.0,004100,40.7195529,-73.996789035,672.823863636,7793,4984,3765,3796,004100,71738983.3617,006700,47238039.9972,,0.0,004100,006700,28830.1517976,114685,74942,hub,hub,non_hub,584728.836557,4508109.46034,584262.399901,4509306.84766
+6879,6879,479,39.0,006700,,40.73038599,-74.00214988,35.0,004200,40.73223272,-73.98889957,599.960334029,4988,4984,1801,3796,004200,39941846.3325,006700,47238039.9972,,0.0,004200,006700,28830.1517976,50846,74942,hub,hub,non_hub,585378.96492,4509524.64843,584262.399901,4509306.84766
+6880,6880,1465,78.0,006700,,40.73038599,-74.00214988,67.0,004300,40.723870235,-73.995226525,492.481428133,4267,4984,2598,3796,004300,65935514.1184,006700,47238039.9972,,0.0,004300,006700,28830.1517976,95162,74942,hub,hub,non_hub,584855.320992,4508590.22212,584262.399901,4509306.84766
+6881,6881,368,78.0,006700,,40.73038599,-74.00214988,60.0,004400,40.73080269,-73.97968993,938.582098864,17710,4984,8297,3796,004400,114601147.016,006700,47238039.9972,,0.0,004400,006700,28830.1517976,106427,74942,hub,hub,non_hub,586158.498991,4509374.90208,584262.399901,4509306.84766
+6882,6882,323,39.0,006700,,40.73038599,-74.00214988,27.0,004500,40.71910537,-73.99973337,705.93498452,840,4984,582,3796,004500,52009114.8865,006700,47238039.9972,,0.0,004500,006700,28830.1517976,34275,74942,hub,hub,non_hub,584480.726971,4508056.94497,584262.399901,4509306.84766
+6883,6883,458,39.0,006700,,40.73038599,-74.00214988,39.0,004700,40.72165481,-74.00234737,549.368995633,2267,4984,1586,3796,004700,75477587.1594,006700,47238039.9972,,0.0,004700,006700,28830.1517976,27544,74942,hub,hub,non_hub,584256.734795,4508337.43837,584262.399901,4509306.84766
+6884,6884,343,39.0,006700,,40.73038599,-74.00214988,35.0,004800,40.73624527,-73.98473765,770.405247813,7550,4984,3799,3796,004800,74763044.6965,006700,47238039.9972,,0.0,004800,006700,28830.1517976,42567,74942,hub,hub,non_hub,585725.258797,4509974.12516,584262.399901,4509306.84766
+6885,6885,1255,78.0,006700,,40.73038599,-74.00214988,73.0,004900,40.724268615,-74.000521515,466.2029427,4951,4984,3054,3796,004900,103848670.177,006700,47238039.9972,,0.0,004900,006700,28830.1517976,80152,74942,hub,hub,non_hub,584407.63728,4508629.34168,584262.399901,4509306.84766
+6886,6886,628,117.0,006700,,40.73038599,-74.00214988,93.0,005000,40.7359163467,-73.9873427633,722.583039914,5061,4984,3595,3796,005000,120638459.215,006700,47238039.9972,,0.0,005000,006700,28830.1517976,111023,74942,hub,hub,non_hub,585505.709717,4509935.07175,584262.399901,4509306.84766
+6887,6887,1515,78.0,006700,,40.73038599,-74.00214988,106.0,005200,40.73715585,-73.991241315,577.228449003,4193,4984,1785,3796,005200,109103391.81,006700,47238039.9972,,0.0,005200,006700,28830.1517976,159876,74942,hub,hub,non_hub,585174.941657,4510068.87544,584262.399901,4509306.84766
+6888,6888,622,39.0,006700,,40.73038599,-74.00214988,47.0,005400,40.73971301,-73.99456405,657.554662379,4656,4984,2837,3796,005400,128803552.888,006700,47238039.9972,,0.0,005400,006700,28830.1517976,73728,74942,hub,hub,non_hub,584891.129718,4510349.51956,584262.399901,4509306.84766
+6889,6889,1210,39.0,006700,,40.73038599,-74.00214988,30.0,005501,40.72679454,-73.99695094,370.521487603,5079,4984,2483,3796,005501,61061928.4125,006700,47238039.9972,,0.0,005501,006700,28830.1517976,57258,74942,hub,hub,non_hub,584705.980012,4508913.17477,584262.399901,4509306.84766
+6890,6890,1280,39.0,006700,,40.73038599,-74.00214988,27.0,005502,40.72743423,-73.99379025,368.20859375,2383,4984,1262,3796,005502,49017118.6146,006700,47238039.9972,,0.0,005502,006700,28830.1517976,55117,74942,hub,hub,non_hub,584972.085912,4508987.23863,584262.399901,4509306.84766
+6891,6891,854,78.0,006700,,40.73038599,-74.00214988,95.0,005600,40.74065347,-73.98778661,717.262212608,2618,4984,2190,3796,005600,189153355.609,006700,47238039.9972,,0.0,005600,006700,28830.1517976,113209,74942,hub,hub,non_hub,585462.168743,4510460.49357,584262.399901,4509306.84766
+6892,6892,1754,78.0,006700,,40.73038599,-74.00214988,82.0,005700,40.729662915,-73.992405595,461.873991766,2937,4984,1789,3796,005700,90178032.7137,006700,47238039.9972,,0.0,005700,006700,28830.1517976,156896,74942,hub,hub,non_hub,585086.179602,4509235.9788,584262.399901,4509306.84766
+6893,6893,847,78.0,006700,,40.73038599,-74.00214988,87.0,005800,40.743154205,-73.990299735,787.656371097,3182,4984,2306,3796,005800,164037511.755,006700,47238039.9972,,0.0,005800,006700,28830.1517976,130970,74942,hub,hub,non_hub,585246.786708,4510735.64918,584262.399901,4509306.84766
+6894,6894,505,39.0,006700,,40.73038599,-74.00214988,31.0,005900,40.73049393,-73.9957214,417.037623762,5516,4984,3276,3796,005900,71785177.1361,006700,47238039.9972,,0.0,005900,006700,28830.1517976,53180,74942,hub,hub,non_hub,584805.117402,4509325.01914,584262.399901,4509306.84766
+6895,6895,169,78.0,006700,,40.73038599,-74.00214988,63.0,006000,40.734822295,-73.976916765,1009.4552521,5286,4984,2459,3796,006000,27468182.8943,006700,47238039.9972,,0.0,006000,006700,28830.1517976,80462,74942,hub,hub,non_hub,586387.478737,4509823.83141,584262.399901,4509306.84766
+6896,6896,3382,156.0,006700,,40.73038599,-74.00214988,141.0,006100,40.73385254,-73.992357065,490.014005394,4913,4984,2683,3796,006100,91682014.33,006700,47238039.9972,,0.0,006100,006700,28830.1517976,245510,74942,hub,hub,hub,585084.940162,4509701.10308,584262.399901,4509306.84766
+6897,6897,111,39.0,006700,,40.73038599,-74.00214988,30.0,006200,40.7381765,-73.97738662,1001.82882883,4680,4984,1401,3796,006200,231817485.533,006700,47238039.9972,,0.0,006200,006700,28830.1517976,33218,74942,hub,hub,non_hub,586343.467107,4510195.70961,584262.399901,4509306.84766
+6898,6898,1073,117.0,006700,,40.73038599,-74.00214988,99.0,006300,40.7346940933,-73.99785666,469.791088922,6076,4984,4277,3796,006300,85447631.8451,006700,47238039.9972,,0.0,006300,006700,28830.1517976,120233,74942,hub,hub,non_hub,584619.48321,4509789.20591,584262.399901,4509306.84766
+6899,6899,245,39.0,006700,,40.73038599,-74.00214988,39.0,006400,40.73587678,-73.98205027,910.089795918,7518,4984,5058,3796,006400,95664936.1545,006700,47238039.9972,,0.0,006400,006700,28830.1517976,47750,74942,hub,hub,non_hub,585952.649806,4509935.84788,584262.399901,4509306.84766
+6900,6900,783,117.0,006700,,40.73038599,-74.00214988,106.0,006500,40.7306296367,-73.9991423,566.443143379,6517,4984,3568,3796,006500,59290910.3694,006700,47238039.9972,,0.0,006500,006700,28830.1517976,125356,74942,hub,hub,non_hub,584516.067395,4509336.78488,584262.399901,4509306.84766
+6901,6901,214,78.0,006700,,40.73038599,-74.00214988,82.0,006600,40.739285505,-73.97827188,990.340527244,11780,4984,6818,3796,006600,84730469.4548,006700,47238039.9972,,0.0,006600,006700,28830.1517976,74621,74942,hub,hub,non_hub,586267.286922,4510317.94668,584262.399901,4509306.84766
+6902,6902,245,39.0,006700,,40.73038599,-74.00214988,39.0,006800,40.74025878,-73.98409214,867.408163265,6735,4984,4494,3796,006800,130298431.446,006700,47238039.9972,,0.0,006800,006700,28830.1517976,58926,74942,hub,hub,non_hub,585774.608423,4510420.28363,584262.399901,4509306.84766
+6903,6903,2777,78.0,006700,,40.73038599,-74.00214988,67.0,006900,40.732319905,-74.0069291,356.256007826,2687,4984,1484,3796,006900,61292499.9331,006700,47238039.9972,,0.0,006900,006700,28830.1517976,130727,74942,hub,hub,non_hub,583856.38945,4509516.94969,584262.399901,4509306.84766
+6904,6904,416,117.0,006700,,40.73038599,-74.00214988,127.0,007000,40.7425282108,-73.9756395165,1149.83633085,8302,4984,5669,3796,007000,78634704.8451,006700,47238039.9972,,0.0,007000,006700,28830.1517976,145227,74942,hub,hub,non_hub,586485.34752,4510680.50046,584262.399901,4509306.84766
+6905,6905,1132,78.0,006700,,40.73038599,-74.00214988,71.0,007100,40.736526545,-74.000108805,442.329252332,5633,4984,3844,3796,007100,68447429.2743,006700,47238039.9972,,0.0,007100,006700,28830.1517976,79459,74942,hub,hub,non_hub,584426.995774,4509990.4524,584262.399901,4509306.84766
+6906,6906,549,117.0,006700,,40.73038599,-74.00214988,126.0,007200,40.7447014833,-73.98154809,950.517431212,7734,4984,5222,3796,007200,132092861.454,006700,47238039.9972,,0.0,007200,006700,28830.1517976,157612,74942,hub,hub,non_hub,585983.687715,4510915.94446,584262.399901,4509306.84766
+6907,6907,1610,78.0,006700,,40.73038599,-74.00214988,59.0,007300,40.734682705,-74.00388484,381.819707317,5615,4984,4547,3796,007300,48716185.79,006700,47238039.9972,,0.0,007300,006700,28830.1517976,92567,74942,hub,hub,non_hub,584110.479319,4509782.14883,584262.399901,4509306.84766
+6908,6908,308,78.0,006700,,40.73038599,-74.00214988,86.0,007400,40.746413585,-73.98586892,924.048758865,4179,4984,2700,3796,007400,170614202.951,006700,47238039.9972,,0.0,007400,006700,28830.1517976,81121,74942,hub,hub,non_hub,585616.696258,4511101.7763,584262.399901,4509306.84766
+6909,6909,402,78.0,006700,,40.73038599,-74.00214988,69.0,007600,40.74737476,-73.988320695,907.434188034,2203,4984,1573,3796,007600,242014413.464,006700,47238039.9972,,0.0,007600,006700,28830.1517976,97464,74942,hub,hub,non_hub,585408.475283,4511206.08492,584262.399901,4509306.84766
+6910,6910,1202,39.0,006700,,40.73038599,-74.00214988,43.0,007700,40.7390169121,-74.0026376103,466.350249584,5404,4984,4254,3796,007700,59306273.1509,006700,47238039.9972,,0.0,007700,006700,28830.1517976,79025,74942,hub,hub,non_hub,584210.329106,4510264.47156,584262.399901,4509306.84766
+6911,6911,118,39.0,006700,,40.73038599,-74.00214988,39.0,007800,40.74780373,-73.9734419,1295.42372881,7380,4984,5372,3796,007800,112124597.728,006700,47238039.9972,,0.0,007800,006700,28830.1517976,59601,74942,hub,hub,non_hub,586664.043115,4511268.28888,584262.399901,4509306.84766
+6912,6912,3296,195.0,006700,,40.73038599,-74.00214988,174.0,007900,40.738916514,-74.007286026,532.602444992,4406,4984,2904,3796,007900,86937368.5918,006700,47238039.9972,,0.0,007900,006700,28830.1517976,171846,74942,hub,hub,hub,583817.969395,4510248.87788,584262.399901,4509306.84766
+6913,6913,140,78.0,006700,,40.73038599,-74.00214988,71.0,008000,40.7485693,-73.97717991,1274.75026421,4946,4984,3730,3796,008000,197763821.532,006700,47238039.9972,,0.0,008000,006700,28830.1517976,74808,74942,hub,hub,non_hub,586347.477591,4511349.58844,584262.399901,4509306.84766
+6914,6914,705,39.0,006700,,40.73038599,-74.00214988,39.0,008100,40.73935542,-73.99931783,515.727659574,8675,4984,5315,3796,008100,91100400.6907,006700,47238039.9972,,0.0,008100,006700,28830.1517976,53195,74942,hub,hub,non_hub,584490.204148,4510305.23824,584262.399901,4509306.84766
+6915,6915,539,117.0,006700,,40.73038599,-74.00214988,175.0,008200,40.7519847615,-73.9794424837,1232.60235823,3442,4984,2534,3796,008200,262405408.076,006700,47238039.9972,,0.0,008200,006700,28830.1517976,228612,74942,hub,hub,non_hub,586152.057083,4511726.50608,584262.399901,4509306.84766
+6916,6916,2402,156.0,006700,,40.73038599,-74.00214988,119.0,008300,40.742591315,-74.004102785,586.904575323,4211,4984,2321,3796,008300,119862327.354,006700,47238039.9972,,0.0,008300,006700,28830.1517976,186113,74942,hub,hub,non_hub,584082.11654,4510659.85081,584262.399901,4509306.84766
+6917,6917,106,39.0,006700,,40.73038599,-74.00214988,38.0,008400,40.75038009,-73.98338988,963.830188679,1726,4984,1041,3796,008400,147824461.739,006700,47238039.9972,,0.0,008400,006700,28830.1517976,34199,74942,hub,hub,non_hub,585820.889203,4511544.50828,584262.399901,4509306.84766
+6918,6918,57,39.0,006700,,40.73038599,-74.00214988,43.0,008601,40.744219,-73.97121214,1499.73684211,2551,4984,1528,3796,008601,31141773.9073,006700,47238039.9972,,0.0,008601,006700,28830.1517976,31961,74942,hub,hub,non_hub,586856.951039,4510872.56191,584262.399901,4509306.84766
+6919,6919,1662,78.0,006700,,40.73038599,-74.00214988,78.0,008700,40.74206378,-73.995708955,614.176396522,6671,4984,4249,3796,008700,85660216.7821,006700,47238039.9972,,0.0,008700,006700,28830.1517976,152953,74942,hub,hub,non_hub,584791.475936,4510609.36503,584262.399901,4509306.84766
+6920,6920,148,78.0,006700,,40.73038599,-74.00214988,78.0,008800,40.75012189,-73.970133575,1307.89335664,6964,4984,5507,3796,008800,216532475.876,006700,47238039.9972,,0.0,008800,006700,28830.1517976,43247,74942,hub,hub,non_hub,586940.323322,4511528.89362,584262.399901,4509306.84766
+6921,6921,1654,117.0,006700,,40.73038599,-74.00214988,120.0,008900,40.74529008,-74.0021768567,709.745560004,5560,4984,3511,3796,008900,54419260.2723,006700,47238039.9972,,0.0,008900,006700,28830.1517976,158638,74942,hub,hub,non_hub,584241.316685,4510961.27944,584262.399901,4509306.84766
+6922,6922,180,117.0,006700,,40.73038599,-74.00214988,110.0,009000,40.75261798,-73.9703317533,1371.93021472,7026,4984,5832,3796,009000,208846060.851,006700,47238039.9972,,0.0,009000,006700,28830.1517976,74531,74942,hub,hub,non_hub,586920.342162,4511805.78171,584262.399901,4509306.84766
+6923,6923,626,39.0,006700,,40.73038599,-74.00214988,39.0,009100,40.74487634,-73.99529885,667.544728435,6415,4984,4386,3796,009100,127325659.041,006700,47238039.9972,,0.0,009100,006700,28830.1517976,63878,74942,hub,hub,non_hub,584822.527687,4510921.97538,584262.399901,4509306.84766
+6924,6924,129,78.0,006700,,40.73038599,-74.00214988,110.0,009200,40.7548518863,-73.9734329075,1271.78994238,1754,4984,1461,3796,009200,408192557.246,006700,47238039.9972,,0.0,009200,006700,28830.1517976,72226,74942,hub,hub,non_hub,586655.650548,4512050.69496,584262.399901,4509306.84766
+6925,6925,379,39.0,006700,,40.73038599,-74.00214988,39.0,009300,40.74475148,-73.99915362,747.308707124,9705,4984,5585,3796,009300,68528055.2433,006700,47238039.9972,,0.0,009300,006700,28830.1517976,52202,74942,hub,hub,non_hub,584497.239363,4510904.39701,584262.399901,4509306.84766
+6926,6926,142,39.0,006700,,40.73038599,-74.00214988,31.0,009400,40.75320159,-73.9779874,1208.18309859,29,4984,16,3796,009400,299218147.811,006700,47238039.9972,,0.0,009400,006700,28830.1517976,82147,74942,hub,hub,non_hub,586273.319314,4511863.01244,584262.399901,4509306.84766
+6927,6927,428,39.0,006700,,40.73038599,-74.00214988,51.0,009500,40.746647,-73.993915,726.693925234,3425,4984,1416,3796,009500,129660033.725,006700,47238039.9972,,0.0,009500,006700,28830.1517976,57488,74942,hub,hub,non_hub,584937.108907,4511119.86954,584262.399901,4509306.84766
+6928,6928,141,117.0,006700,,40.73038599,-74.00214988,140.0,009600,40.75607603,-73.9803967167,1256.95917825,153,4984,268,3796,009600,270304841.585,006700,47238039.9972,,0.0,009600,006700,28830.1517976,71527,74942,hub,hub,non_hub,586066.226062,4512179.73074,584262.399901,4509306.84766
+6929,6929,782,117.0,006700,,40.73038599,-74.00214988,99.0,009700,40.7493616033,-73.9991321067,869.876351698,4744,4984,2827,3796,009700,83018263.1602,006700,47238039.9972,,0.0,009700,006700,28830.1517976,118804,74942,hub,hub,non_hub,584493.220017,4511416.17434,584262.399901,4509306.84766
+6930,6930,70,78.0,006700,,40.73038599,-74.00214988,70.0,009800,40.755285655,-73.96667288,1537.79583333,7105,4984,5244,3796,009800,115943808.909,006700,47238039.9972,,0.0,009800,006700,28830.1517976,40039,74942,hub,hub,non_hub,587225.727282,4512105.54383,584262.399901,4509306.84766
+6931,6931,1461,195.0,006700,,40.73038599,-74.00214988,185.0,009900,40.7520807866,-74.0031899092,997.888102653,3617,4984,2438,3796,009900,404439511.776,006700,47238039.9972,,0.0,009900,006700,28830.1517976,208076,74942,hub,hub,non_hub,584147.226991,4511714.12465,584262.399901,4509306.84766
+6932,6932,129,117.0,006700,,40.73038599,-74.00214988,121.0,010000,40.7583696933,-73.9710287767,1543.02587146,1829,4984,1399,3796,010000,366457143.613,006700,47238039.9972,,0.0,010000,006700,28830.1517976,72085,74942,hub,hub,non_hub,586854.014885,4512443.57459,584262.399901,4509306.84766
+6933,6933,730,117.0,006700,,40.73038599,-74.00214988,127.0,010100,40.74945622,-73.9903382667,886.195788642,1119,4984,828,3796,010100,246168211.101,006700,47238039.9972,,0.0,010100,006700,28830.1517976,183377,74942,hub,hub,non_hub,585235.486219,4511435.18064,584262.399901,4509306.84766
+6934,6934,52,78.0,006700,,40.73038599,-74.00214988,81.0,010200,40.7606694,-73.973473555,1425.63484848,313,4984,268,3796,010200,333450202.294,006700,47238039.9972,,0.0,010200,006700,28830.1517976,46675,74942,hub,hub,non_hub,586644.664817,4512696.44233,584262.399901,4509306.84766
+6935,6935,1178,78.0,006700,,40.73038599,-74.00214988,98.0,010300,40.751000495,-73.994372255,928.981050629,1859,4984,1351,3796,010300,141506056.87,006700,47238039.9972,,0.0,010300,006700,28830.1517976,221593,74942,hub,hub,non_hub,584892.968075,4511602.69644,584262.399901,4509306.84766
+6936,6936,135,78.0,006700,,40.73038599,-74.00214988,75.0,010400,40.761664375,-73.976854975,1415.3901699,1031,4984,1033,3796,010400,363981333.295,006700,47238039.9972,,0.0,010400,006700,28830.1517976,65073,74942,hub,hub,non_hub,586357.961325,4512803.55852,584262.399901,4509306.84766
+6937,6937,27,39.0,006700,,40.73038599,-74.00214988,33.0,010602,40.75849116,-73.95920622,2027.44444444,4794,4984,2963,3796,010602,67980898.3739,006700,47238039.9972,,0.0,010602,006700,28830.1517976,22153,74942,hub,hub,non_hub,587851.796682,4512468.82754,584262.399901,4509306.84766
+6938,6938,113,117.0,006700,,40.73038599,-74.00214988,117.0,010800,40.7591736033,-73.96613818,1710.28829966,8531,4984,6272,3796,010800,189351523.799,006700,47238039.9972,,0.0,010800,006700,28830.1517976,79198,74942,hub,hub,non_hub,587265.778542,4512537.66689,584262.399901,4509306.84766
+6939,6939,157,78.0,006700,,40.73038599,-74.00214988,114.0,010900,40.751351715,-73.987594755,1026.49243952,182,4984,92,3796,010900,228173063.011,006700,47238039.9972,,0.0,010900,006700,28830.1517976,60092,74942,hub,hub,non_hub,585464.669441,4511648.26242,584262.399901,4509306.84766
+6940,6940,75,39.0,006700,,40.73038599,-74.00214988,59.0,011201,40.7643971,-73.97371465,1891.36,827,4984,964,3796,011201,118515444.187,006700,47238039.9972,,0.0,011201,006700,28830.1517976,41525,74942,hub,hub,non_hub,586619.474659,4513110.00718,584262.399901,4509306.84766
+6941,6941,93,39.0,006700,,40.73038599,-74.00214988,33.0,011203,40.76095756,-73.96724467,1958.17204301,1176,4984,1160,3796,011203,143782379.009,006700,47238039.9972,,0.0,011203,006700,28830.1517976,48033,74942,hub,hub,non_hub,587170.050102,4512734.59972,584262.399901,4509306.84766
+6942,6942,628,156.0,006700,,40.73038599,-74.00214988,198.0,011300,40.7548008425,-73.9888010575,1127.87796065,204,4984,107,3796,011300,357940519.061,006700,47238039.9972,,0.0,011300,006700,28830.1517976,236650,74942,hub,hub,non_hub,585358.423228,4512029.96675,584262.399901,4509306.84766
+6943,6943,547,78.0,006700,,40.73038599,-74.00214988,82.0,011500,40.75701407,-73.992353645,1059.25091694,2487,4984,1678,3796,011500,130958459.747,006700,47238039.9972,,0.0,011500,006700,28830.1517976,103294,74942,hub,hub,non_hub,585055.712647,4512272.20178,584262.399901,4509306.84766
+6944,6944,564,78.0,006700,,40.73038599,-74.00214988,84.0,011700,40.76058799,-74.00080945,1309.01616896,2938,4984,2304,3796,011700,91270705.1484,006700,47238039.9972,,0.0,011700,006700,28830.1517976,73016,74942,hub,hub,non_hub,584337.427395,4512660.77158,584262.399901,4509306.84766
+6945,6945,63,39.0,006700,,40.73038599,-74.00214988,34.0,011900,40.7568001,-73.98291153,1453.41269841,1079,4984,1121,3796,011900,395254501.74,006700,47238039.9972,,0.0,011900,006700,28830.1517976,39976,74942,hub,hub,non_hub,585853.012005,4512257.64444,584262.399901,4509306.84766
+6946,6946,860,117.0,006700,,40.73038599,-74.00214988,109.0,012100,40.7598593767,-73.9914900133,1263.67723845,8366,4984,5744,3796,012100,101223732.045,006700,47238039.9972,,0.0,012100,006700,28830.1517976,132767,74942,hub,hub,non_hub,585124.983126,4512588.88932,584262.399901,4509306.84766
+6947,6947,94,39.0,006700,,40.73038599,-74.00214988,51.0,012500,40.76064679,-73.98442659,1426.76595745,2439,4984,2096,3796,012500,322911522.418,006700,47238039.9972,,0.0,012500,006700,28830.1517976,45486,74942,hub,hub,non_hub,585720.180916,4512683.17447,584262.399901,4509306.84766
+6948,6948,350,78.0,006700,,40.73038599,-74.00214988,84.0,012700,40.762485435,-73.990447135,1313.31035332,6437,4984,4434,3796,012700,104637996.687,006700,47238039.9972,,0.0,012700,006700,28830.1517976,83393,74942,hub,hub,non_hub,585209.656415,4512881.41361,584262.399901,4509306.84766
+6949,6949,143,39.0,006700,,40.73038599,-74.00214988,24.0,012900,40.76341379,-73.99667444,1485.74825175,5312,4984,3621,3796,012900,158698340.053,006700,47238039.9972,,0.0,012900,006700,28830.1517976,28661,74942,hub,hub,non_hub,584682.864463,4512978.43901,584262.399901,4509306.84766
+6950,6950,280,117.0,006700,,40.73038599,-74.00214988,160.0,013100,40.7621295133,-73.98215453,1451.4306775,2489,4984,2283,3796,013100,405023451.28,006700,47238039.9972,,0.0,013100,006700,28830.1517976,107228,74942,hub,hub,non_hub,585910.04945,4512849.98999,584262.399901,4509306.84766
+6951,6951,330,117.0,006700,,40.73038599,-74.00214988,101.0,013300,40.7647250567,-73.9866537633,1459.84105856,5363,4984,3909,3796,013300,79847412.2593,006700,47238039.9972,,0.0,013300,006700,28830.1517976,89810,74942,hub,hub,non_hub,585526.963405,4513133.71926,584262.399901,4509306.84766
+6952,6952,256,78.0,006700,,40.73038599,-74.00214988,65.0,013500,40.766984435,-73.99227308,1465.51144873,6075,4984,3935,3796,013500,198199142.958,006700,47238039.9972,,0.0,013500,006700,28830.1517976,64723,74942,hub,hub,non_hub,585049.80204,4513379.06475,584262.399901,4509306.84766
+6953,6953,251,78.0,006700,,40.73038599,-74.00214988,98.0,013700,40.766109285,-73.981808355,1739.68491124,6557,4984,5442,3796,013700,314878324.419,006700,47238039.9972,,0.0,013700,006700,28830.1517976,91142,74942,hub,hub,non_hub,585934.141665,4513292.1137,584262.399901,4509306.84766
+6954,6954,86,39.0,006700,,40.73038599,-74.00214988,27.0,013900,40.768254,-73.988639,1483.86046512,7607,4984,7359,3796,013900,139918084.587,006700,47238039.9972,,0.0,013900,006700,28830.1517976,26390,74942,hub,hub,non_hub,585354.890073,4513523.52534,584262.399901,4509306.84766
+6955,6955,59,39.0,006700,,40.73038599,-74.00214988,49.0,014300,40.76590936,-73.97634151,1853.06779661,3,4984,0,3796,014300,50027992.3322,006700,47238039.9972,,0.0,014300,006700,28830.1517976,21051,74942,hub,hub,non_hub,586395.803012,4513275.28949,584262.399901,4509306.84766
+6956,6956,275,39.0,006700,,40.73038599,-74.00214988,36.0,014500,40.76915505,-73.98191841,1740.27636364,5811,4984,3462,3796,014500,253397343.373,006700,47238039.9972,,0.0,014500,006700,28830.1517976,68350,74942,hub,hub,non_hub,585920.929601,4513630.10902,584262.399901,4509306.84766
+6957,6957,158,39.0,006700,,40.73038599,-74.00214988,55.0,014700,40.770513,-73.988038,1498.70253165,2586,4984,1743,3796,014700,70871746.8417,006700,47238039.9972,,0.0,014700,006700,28830.1517976,35099,74942,hub,hub,non_hub,585402.720353,4513774.87644,584262.399901,4509306.84766
+6958,6958,95,39.0,006700,,40.73038599,-74.00214988,36.0,015100,40.771522,-73.990541,1675.46315789,8105,4984,4856,3796,015100,164953931.102,006700,47238039.9972,,0.0,015100,006700,28830.1517976,17578,74942,hub,hub,non_hub,585190.192062,4513884.4495,584262.399901,4509306.84766
+6959,6959,2336,78.0,006700,,40.73038599,-74.00214988,70.0,031703,40.71644312,-74.014902115,780.925092475,8670,4984,4231,3796,031703,332361109.355,006700,47238039.9972,,0.0,031703,006700,28830.1517976,136082,74942,hub,hub,non_hub,583202.897614,4507746.93647,584262.399901,4509306.84766
+6960,6960,1226,117.0,006700,,40.73038599,-74.00214988,98.0,031704,40.7085171733,-74.0165557667,1104.88192347,6610,4984,3790,3796,031704,160823714.408,006700,47238039.9972,,0.0,031704,006700,28830.1517976,105244,74942,hub,hub,non_hub,583073.076824,4506865.54027,584262.399901,4509306.84766
+6961,6961,290,117.0,006700,,40.73038599,-74.00214988,85.0,000600,40.7128987867,-73.9898646367,1067.36228633,11558,4984,4083,3796,000600,59149181.7526,006700,47238039.9972,,0.0,000600,006700,28830.1517976,70053,74942,hub,hub,non_hub,585322.159723,4507377.5136,584262.399901,4509306.84766
+6962,6962,483,117.0,006800,,40.74025878,-73.98409214,54.0,000202,40.71318002,-73.9818904933,1197.3303638,8012,6735,3598,4494,000202,37878157.9781,006800,130298431.446,006800,225392873.0,000202,006800,21614.3312648,56352,62191,hub,hub,non_hub,585995.353038,4507416.50937,585774.608423,4510420.28363
+6963,6963,376,273.0,006800,,40.74025878,-73.98409214,258.0,000700,40.70581148,-74.0081572071,1472.52955966,7722,6735,5201,4494,000700,476954959.734,006800,130298431.446,006800,225392873.0,000700,006800,21614.3312648,160040,62191,hub,hub,non_hub,583785.918305,4506573.16797,585774.608423,4510420.28363
+6964,6964,148,78.0,006800,,40.74025878,-73.98409214,47.0,000800,40.712414475,-73.993471545,1273.42453704,10365,6735,4150,4494,000800,46479755.076,006800,130298431.446,006800,225392873.0,000800,006800,21614.3312648,34254,62191,hub,hub,non_hub,585018.109713,4507320.25418,585774.608423,4510420.28363
+6965,6965,249,117.0,006800,,40.74025878,-73.98409214,97.0,000900,40.7024745833,-74.01224785,1676.13288656,1140,6735,939,4494,000900,404341803.896,006800,130298431.446,006800,225392873.0,000900,006800,21614.3312648,46446,62191,hub,hub,non_hub,583444.520998,4506198.85784,585774.608423,4510420.28363
+6966,6966,40,39.0,006800,,40.74025878,-73.98409214,19.0,001002,40.71782143,-73.97628939,1169.675,6439,6735,2346,4494,001002,22763374.2099,006800,130298431.446,006800,225392873.0,001002,006800,21614.3312648,15916,62191,hub,hub,non_hub,586462.45635,4507937.23607,585774.608423,4510420.28363
+6967,6967,314,78.0,006800,,40.74025878,-73.98409214,46.0,001200,40.717364275,-73.982955325,1019.13592526,3547,6735,1857,4494,001200,23518220.7411,006800,130298431.446,006800,225392873.0,001200,006800,21614.3312648,36493,62191,hub,hub,non_hub,585900.031125,4507879.94738,585774.608423,4510420.28363
+6968,6968,29,39.0,006800,,40.74025878,-73.98409214,36.0,001300,40.70463334,-74.01361706,1894.37931034,3776,6735,3028,4494,001300,286606455.687,006800,130298431.446,006800,225392873.0,001300,006800,21614.3312648,27671,62191,hub,hub,non_hub,583326.158808,4506437.19368,585774.608423,4510420.28363
+6969,6969,140,39.0,006800,,40.74025878,-73.98409214,28.0,001401,40.71559509,-73.9870295,997.064285714,3289,6735,1708,4494,001401,20168722.3199,006800,130298431.446,006800,225392873.0,001401,006800,21614.3312648,26885,62191,hub,hub,non_hub,585558.18429,4507679.57909,585774.608423,4510420.28363
+6970,6970,76,78.0,006800,,40.74025878,-73.98409214,67.0,001501,40.70966832,-74.003597135,1430.58472222,5581,6735,3450,4494,001501,172466366.322,006800,130298431.446,006800,225392873.0,001501,006800,21614.3312648,27425,62191,hub,hub,non_hub,584166.279828,4507005.66129,585774.608423,4510420.28363
+6971,6971,172,117.0,006800,,40.74025878,-73.98409214,123.0,001502,40.7088053467,-74.00635276,1531.31521965,7095,6735,3459,4494,001502,221282059.103,006800,130298431.446,006800,225392873.0,001502,006800,21614.3312648,82052,62191,hub,hub,non_hub,583934.59195,4506907.22889,585774.608423,4510420.28363
+6972,6972,692,117.0,006800,,40.74025878,-73.98409214,107.0,001600,40.7153350167,-73.9943926833,1132.60518118,8236,6735,3242,4494,001600,76565505.7581,006800,130298431.446,006800,225392873.0,001600,006800,21614.3312648,82798,62191,hub,hub,non_hub,584936.591099,4507643.5622,585774.608423,4510420.28363
+6973,6973,999,156.0,006800,,40.74025878,-73.98409214,154.0,001800,40.7193657075,-73.9906468425,861.436888671,8063,6735,3489,4494,001800,60554858.5127,006800,130298431.446,006800,225392873.0,001800,006800,21614.3312648,133306,62191,hub,hub,non_hub,585247.838585,4508094.62497,585774.608423,4510420.28363
+6974,6974,196,78.0,006800,,40.74025878,-73.98409214,46.0,002000,40.721554605,-73.977309405,932.26533593,4795,6735,1899,4494,002000,17907673.5628,006800,130298431.446,006800,225392873.0,002000,006800,21614.3312648,31656,62191,hub,hub,non_hub,586371.478696,4508350.63994,585774.608423,4510420.28363
+6975,6975,174,156.0,006800,,40.74025878,-73.98409214,102.0,002100,40.71451321,-74.0108850975,1364.98295652,6111,6735,3038,4494,002100,273869828.705,006800,130298431.446,006800,225392873.0,002100,006800,21614.3312648,151037,62191,hub,hub,non_hub,583544.598931,4507536.51732,585774.608423,4510420.28363
+6976,6976,206,78.0,006800,,40.74025878,-73.98409214,44.0,002201,40.71833027,-73.980972895,967.518216851,6762,6735,3030,4494,002201,37585954.9949,006800,130298431.446,006800,225392873.0,002201,006800,21614.3312648,26391,62191,hub,hub,non_hub,586066.226443,4507989.12022,585774.608423,4510420.28363
+6977,6977,104,39.0,006800,,40.74025878,-73.98409214,31.0,002202,40.7208736,-73.98085795,857.778846154,2256,6735,1045,4494,002202,13179093.8977,006800,130298431.446,006800,225392873.0,002202,006800,21614.3312648,23935,62191,hub,hub,non_hub,586072.658368,4508271.55961,585774.608423,4510420.28363
+6978,6978,118,78.0,006800,,40.74025878,-73.98409214,48.0,002400,40.724744875,-73.974986535,854.406816221,5775,6735,2175,4494,002400,17986635.5592,006800,130298431.446,006800,225392873.0,002400,006800,21614.3312648,17965,62191,hub,hub,non_hub,586563.526382,4508707.06897,585774.608423,4510420.28363
+6979,6979,175,78.0,006800,,40.74025878,-73.98409214,62.0,002500,40.7111743,-73.99849582,1230.27200963,5061,6735,1917,4494,002500,22428407.6271,006800,130298431.446,006800,225392873.0,002500,006800,21614.3312648,28216,62191,hub,hub,non_hub,584595.28909,4507177.73549,585774.608423,4510420.28363
+6980,6980,100,39.0,006800,,40.74025878,-73.98409214,31.0,002601,40.72299208,-73.97995466,900.95,3774,6735,1593,4494,002601,22248722.3098,006800,130298431.446,006800,225392873.0,002601,006800,21614.3312648,22144,62191,hub,hub,non_hub,586146.216204,4508507.61099,585774.608423,4510420.28363
+6981,6981,27,39.0,006800,,40.74025878,-73.98409214,27.0,002700,40.71307916,-73.99851193,1307.0,1191,6735,655,4494,002700,11349914.9514,006800,130298431.446,006800,225392873.0,002700,006800,21614.3312648,20570,62191,hub,hub,non_hub,584591.517275,4507389.17181,585774.608423,4510420.28363
+6982,6982,326,39.0,006800,,40.74025878,-73.98409214,32.0,002800,40.72521311,-73.97768752,783.187116564,7302,6735,3341,4494,002800,47641507.3146,006800,130298431.446,006800,225392873.0,002800,006800,21614.3312648,36744,62191,hub,hub,non_hub,586334.816403,4508756.38709,585774.608423,4510420.28363
+6983,6983,165,39.0,006800,,40.74025878,-73.98409214,43.0,002900,40.71602118,-73.99974372,1089.35151515,5855,6735,2420,4494,002900,200965547.24,006800,130298431.446,006800,225392873.0,002900,006800,21614.3312648,31936,62191,hub,hub,non_hub,584483.752153,4507714.56961,585774.608423,4510420.28363
+6984,6984,167,39.0,006800,,40.74025878,-73.98409214,35.0,003001,40.72066442,-73.98517977,837.964071856,4301,6735,2553,4494,003001,34302720.7166,006800,130298431.446,006800,225392873.0,003001,006800,21614.3312648,41223,62191,hub,hub,non_hub,585707.91731,4508244.11218,585774.608423,4510420.28363
+6985,6985,152,39.0,006800,,40.74025878,-73.98409214,37.0,003002,40.72217444,-73.98368779,814.256578947,3031,6735,1885,4494,003002,18686109.2263,006800,130298431.446,006800,225392873.0,003002,006800,21614.3312648,38675,62191,hub,hub,non_hub,585831.986427,4508413.19181,585774.608423,4510420.28363
+6986,6986,159,117.0,006800,,40.74025878,-73.98409214,121.0,003100,40.7140617467,-74.0041933367,1264.21696813,2809,6735,858,4494,003100,145687012.574,006800,130298431.446,006800,225392873.0,003100,006800,21614.3312648,81469,62191,hub,hub,non_hub,584110.388584,4507492.78891,585774.608423,4510420.28363
+6987,6987,826,117.0,006800,,40.74025878,-73.98409214,100.0,003200,40.7260543867,-73.9823576167,713.910882019,7630,6735,4888,4494,003200,46369492.482,006800,130298431.446,006800,225392873.0,003200,006800,21614.3312648,138064,62191,hub,hub,non_hub,585939.335766,4508845.19329,585774.608423,4510420.28363
+6988,6988,292,195.0,006800,,40.74025878,-73.98409214,173.0,003300,40.7188219354,-74.0063341184,1207.12751899,5174,6735,2694,4494,003300,215459582.054,006800,130298431.446,006800,225392873.0,003300,006800,21614.3312648,115059,62191,hub,hub,non_hub,583923.587118,4508019.15301,585774.608423,4510420.28363
+6989,6989,426,39.0,006800,,40.74025878,-73.98409214,39.0,003400,40.72955361,-73.98057249,602.455399061,6706,6735,4203,4494,003400,42933229.7541,006800,130298431.446,006800,225392873.0,003400,006800,21614.3312648,47926,62191,hub,hub,non_hub,586085.581298,4509235.37985,585774.608423,4510420.28363
+6990,6990,276,78.0,006800,,40.74025878,-73.98409214,66.0,003601,40.72217423,-73.990293175,801.207453416,3299,6735,1613,4494,003601,29191583.8104,006800,130298431.446,006800,225392873.0,003601,006800,21614.3312648,77585,62191,hub,hub,non_hub,585274.124459,4508406.73315,585774.608423,4510420.28363
+6991,6991,462,78.0,006800,,40.74025878,-73.98409214,62.0,003602,40.724852985,-73.989265345,729.330002442,2918,6735,1586,4494,003602,24941258.1161,006800,130298431.446,006800,225392873.0,003602,006800,21614.3312648,82124,62191,hub,hub,non_hub,585357.507872,4508705.09166,585774.608423,4510420.28363
+6992,6992,455,156.0,006800,,40.74025878,-73.98409214,148.0,003700,40.7256696075,-74.0052069325,961.119451597,2401,6735,1490,4494,003700,212385639.924,006800,130298431.446,006800,225392873.0,003700,006800,21614.3312648,173333,62191,hub,hub,non_hub,584010.178026,4508780.36793,585774.608423,4510420.28363
+6993,6993,1175,156.0,006800,,40.74025878,-73.98409214,160.0,003800,40.72765889,-73.988195855,626.42356938,8610,6735,5795,4494,003800,67437493.5221,006800,130298431.446,006800,225392873.0,003800,006800,21614.3312648,167230,62191,hub,hub,non_hub,585444.239635,4509017.60641,585774.608423,4510420.28363
+6994,6994,125,156.0,006800,,40.74025878,-73.98409214,106.0,003900,40.7201717475,-74.00983051,1351.99985994,5253,6735,3059,4494,003900,194910113.03,006800,130298431.446,006800,225392873.0,003900,006800,21614.3312648,113624,62191,hub,hub,non_hub,583626.593058,4508165.65565,585774.608423,4510420.28363
+6995,6995,699,78.0,006800,,40.74025878,-73.98409214,66.0,004000,40.73000573,-73.98549552,553.065553773,9801,6735,4546,4494,004000,66858387.5133,006800,130298431.446,006800,225392873.0,004000,006800,21614.3312648,99660,62191,hub,hub,non_hub,585669.269443,4509280.75306,585774.608423,4510420.28363
+6996,6996,428,78.0,006800,,40.74025878,-73.98409214,64.0,004100,40.7195529,-73.996789035,910.454122939,7793,6735,3765,4494,004100,71738983.3617,006800,130298431.446,006800,225392873.0,004100,006800,21614.3312648,114685,62191,hub,hub,non_hub,584728.836557,4508109.46034,585774.608423,4510420.28363
+6997,6997,423,39.0,006800,,40.74025878,-73.98409214,35.0,004200,40.73223272,-73.98889957,437.58392435,4988,6735,1801,4494,004200,39941846.3325,006800,130298431.446,006800,225392873.0,004200,006800,21614.3312648,50846,62191,hub,hub,non_hub,585378.96492,4509524.64843,585774.608423,4510420.28363
+6998,6998,536,78.0,006800,,40.74025878,-73.98409214,67.0,004300,40.723870235,-73.995226525,700.169387755,4267,6735,2598,4494,004300,65935514.1184,006800,130298431.446,006800,225392873.0,004300,006800,21614.3312648,95162,62191,hub,hub,non_hub,584855.320992,4508590.22212,585774.608423,4510420.28363
+6999,6999,1035,78.0,006800,,40.74025878,-73.98409214,60.0,004400,40.73080269,-73.97968993,556.154280876,17710,6735,8297,4494,004400,114601147.016,006800,130298431.446,006800,225392873.0,004400,006800,21614.3312648,106427,62191,hub,hub,non_hub,586158.498991,4509374.90208,585774.608423,4510420.28363
+7000,7000,80,39.0,006800,,40.74025878,-73.98409214,27.0,004500,40.71910537,-73.99973337,893.6125,840,6735,582,4494,004500,52009114.8865,006800,130298431.446,006800,225392873.0,004500,006800,21614.3312648,34275,62191,hub,hub,non_hub,584480.726971,4508056.94497,585774.608423,4510420.28363
+7001,7001,92,39.0,006800,,40.74025878,-73.98409214,39.0,004700,40.72165481,-74.00234737,1022.94565217,2267,6735,1586,4494,004700,75477587.1594,006800,130298431.446,006800,225392873.0,004700,006800,21614.3312648,27544,62191,hub,hub,non_hub,584256.734795,4508337.43837,585774.608423,4510420.28363
+7002,7002,221,39.0,006800,,40.74025878,-73.98409214,35.0,004800,40.73624527,-73.98473765,395.380090498,7550,6735,3799,4494,004800,74763044.6965,006800,130298431.446,006800,225392873.0,004800,006800,21614.3312648,42567,62191,hub,hub,non_hub,585725.258797,4509974.12516,585774.608423,4510420.28363
+7003,7003,248,78.0,006800,,40.74025878,-73.98409214,73.0,004900,40.724268615,-74.000521515,830.103934234,4951,6735,3054,4494,004900,103848670.177,006800,130298431.446,006800,225392873.0,004900,006800,21614.3312648,80152,62191,hub,hub,non_hub,584407.63728,4508629.34168,585774.608423,4510420.28363
+7004,7004,1626,117.0,006800,,40.74025878,-73.98409214,93.0,005000,40.7359163467,-73.9873427633,351.338625229,5061,6735,3595,4494,005000,120638459.215,006800,130298431.446,006800,225392873.0,005000,006800,21614.3312648,111023,62191,hub,hub,non_hub,585505.709717,4509935.07175,585774.608423,4510420.28363
+7005,7005,1617,78.0,006800,,40.74025878,-73.98409214,106.0,005200,40.73715585,-73.991241315,422.12414966,4193,6735,1785,4494,005200,109103391.81,006800,130298431.446,006800,225392873.0,005200,006800,21614.3312648,159876,62191,hub,hub,non_hub,585174.941657,4510068.87544,585774.608423,4510420.28363
+7006,7006,563,39.0,006800,,40.74025878,-73.98409214,47.0,005400,40.73971301,-73.99456405,491.898756661,4656,6735,2837,4494,005400,128803552.888,006800,130298431.446,006800,225392873.0,005400,006800,21614.3312648,73728,62191,hub,hub,non_hub,584891.129718,4510349.51956,585774.608423,4510420.28363
+7007,7007,133,39.0,006800,,40.74025878,-73.98409214,30.0,005501,40.72679454,-73.99695094,792.067669173,5079,6735,2483,4494,005501,61061928.4125,006800,130298431.446,006800,225392873.0,005501,006800,21614.3312648,57258,62191,hub,hub,non_hub,584705.980012,4508913.17477,585774.608423,4510420.28363
+7008,7008,258,39.0,006800,,40.74025878,-73.98409214,27.0,005502,40.72743423,-73.99379025,610.724806202,2383,6735,1262,4494,005502,49017118.6146,006800,130298431.446,006800,225392873.0,005502,006800,21614.3312648,55117,62191,hub,hub,non_hub,584972.085912,4508987.23863,585774.608423,4510420.28363
+7009,7009,888,78.0,006800,,40.74025878,-73.98409214,95.0,005600,40.74065347,-73.98778661,332.863010343,2618,6735,2190,4494,005600,189153355.609,006800,130298431.446,006800,225392873.0,005600,006800,21614.3312648,113209,62191,hub,hub,non_hub,585462.168743,4510460.49357,585774.608423,4510420.28363
+7010,7010,1193,78.0,006800,,40.74025878,-73.98409214,82.0,005700,40.729662915,-73.992405595,565.961671361,2937,6735,1789,4494,005700,90178032.7137,006800,130298431.446,006800,225392873.0,005700,006800,21614.3312648,156896,62191,hub,hub,non_hub,585086.179601,4509235.9788,585774.608423,4510420.28363
+7011,7011,976,78.0,006800,,40.74025878,-73.98409214,87.0,005800,40.743154205,-73.990299735,389.783510056,3182,6735,2306,4494,005800,164037511.755,006800,130298431.446,006800,225392873.0,005800,006800,21614.3312648,130970,62191,hub,hub,non_hub,585246.786708,4510735.64918,585774.608423,4510420.28363
+7012,7012,606,39.0,006800,,40.74025878,-73.98409214,31.0,005900,40.73049393,-73.9957214,634.933993399,5516,6735,3276,4494,005900,71785177.1361,006800,130298431.446,006800,225392873.0,005900,006800,21614.3312648,53180,62191,hub,hub,non_hub,584805.117401,4509325.01914,585774.608423,4510420.28363
+7013,7013,1487,78.0,006800,,40.74025878,-73.98409214,63.0,006000,40.734822295,-73.976916765,449.770131164,5286,6735,2459,4494,006000,27468182.8943,006800,130298431.446,006800,225392873.0,006000,006800,21614.3312648,80462,62191,hub,hub,non_hub,586387.478737,4509823.83141,585774.608423,4510420.28363
+7014,7014,1341,156.0,006800,,40.74025878,-73.98409214,141.0,006100,40.73385254,-73.992357065,547.543960474,4913,6735,2683,4494,006100,91682014.33,006800,130298431.446,006800,225392873.0,006100,006800,21614.3312648,245510,62191,hub,hub,non_hub,585084.940162,4509701.10308,585774.608423,4510420.28363
+7015,7015,594,39.0,006800,,40.74025878,-73.98409214,30.0,006200,40.7381765,-73.97738662,321.089225589,4680,6735,1401,4494,006200,231817485.533,006800,130298431.446,006800,225392873.0,006200,006800,21614.3312648,33218,62191,hub,hub,non_hub,586343.467107,4510195.70961,585774.608423,4510420.28363
+7016,7016,561,117.0,006800,,40.74025878,-73.98409214,99.0,006300,40.7346940933,-73.99785666,719.48125608,6076,6735,4277,4494,006300,85447631.8451,006800,130298431.446,006800,225392873.0,006300,006800,21614.3312648,120233,62191,hub,hub,non_hub,584619.48321,4509789.20591,585774.608423,4510420.28363
+7017,7017,241,39.0,006800,,40.74025878,-73.98409214,39.0,006400,40.73587678,-73.98205027,420.717842324,7518,6735,5058,4494,006400,95664936.1545,006800,130298431.446,006800,225392873.0,006400,006800,21614.3312648,47750,62191,hub,hub,non_hub,585952.649806,4509935.84788,585774.608423,4510420.28363
+7018,7018,722,117.0,006800,,40.74025878,-73.98409214,106.0,006500,40.7306296367,-73.9991423,699.449235151,6517,6735,3568,4494,006500,59290910.3694,006800,130298431.446,006800,225392873.0,006500,006800,21614.3312648,125356,62191,hub,hub,non_hub,584516.067395,4509336.78488,585774.608423,4510420.28363
+7019,7019,639,78.0,006800,,40.74025878,-73.98409214,82.0,006600,40.739285505,-73.97827188,375.031738241,11780,6735,6818,4494,006600,84730469.4548,006800,130298431.446,006800,225392873.0,006600,006800,21614.3312648,74621,62191,hub,hub,non_hub,586267.286922,4510317.94668,585774.608423,4510420.28363
+7020,7020,222,39.0,006800,,40.74025878,-73.98409214,39.0,006700,40.73038599,-74.00214988,825.54954955,4984,6735,3796,4494,006700,47238039.9972,006800,130298431.446,006800,225392873.0,006700,006800,21614.3312648,70025,62191,hub,hub,non_hub,584262.399901,4509306.84766,585774.608423,4510420.28363
+7021,7021,534,78.0,006800,,40.74025878,-73.98409214,67.0,006900,40.732319905,-74.0069291,947.525761124,2687,6735,1484,4494,006900,61292499.9331,006800,130298431.446,006800,225392873.0,006900,006800,21614.3312648,130727,62191,hub,hub,non_hub,583856.38945,4509516.94969,585774.608423,4510420.28363
+7022,7022,2059,117.0,006800,,40.74025878,-73.98409214,127.0,007000,40.7425329541,-73.9756488613,429.565511304,8302,6735,5669,4494,007000,78634704.8451,006800,130298431.446,006800,225392873.0,007000,006800,21614.3312648,145227,62191,hub,hub,non_hub,586484.552396,4510681.01779,585774.608423,4510420.28363
+7023,7023,419,78.0,006800,,40.74025878,-73.98409214,71.0,007100,40.736526545,-74.000108805,682.617339907,5633,6735,3844,4494,007100,68447429.2743,006800,130298431.446,006800,225392873.0,007100,006800,21614.3312648,79459,62191,hub,hub,non_hub,584426.995774,4509990.4524,585774.608423,4510420.28363
+7024,7024,2188,117.0,006800,,40.74025878,-73.98409214,126.0,007200,40.7447014833,-73.98154809,256.037981981,7734,6735,5222,4494,007200,132092861.454,006800,130298431.446,006800,225392873.0,007200,006800,21614.3312648,157612,62191,hub,hub,non_hub,585983.687715,4510915.94446,585774.608423,4510420.28363
+7025,7025,360,78.0,006800,,40.74025878,-73.98409214,59.0,007300,40.734682705,-74.00388484,751.413523707,5615,6735,4547,4494,007300,48716185.79,006800,130298431.446,006800,225392873.0,007300,006800,21614.3312648,92567,62191,hub,hub,non_hub,584110.479319,4509782.14883,585774.608423,4510420.28363
+7026,7026,1121,78.0,006800,,40.74025878,-73.98409214,86.0,007400,40.746413585,-73.98586892,359.451566416,4179,6735,2700,4494,007400,170614202.951,006800,130298431.446,006800,225392873.0,007400,006800,21614.3312648,81121,62191,hub,hub,non_hub,585616.696258,4511101.7763,585774.608423,4510420.28363
+7027,7027,1722,78.0,006800,,40.74025878,-73.98409214,69.0,007600,40.74737476,-73.988320695,409.882172908,2203,6735,1573,4494,007600,242014413.464,006800,130298431.446,006800,225392873.0,007600,006800,21614.3312648,97464,62191,hub,hub,non_hub,585408.475283,4511206.08492,585774.608423,4510420.28363
+7028,7028,289,39.0,006800,,40.74025878,-73.98409214,43.0,007700,40.7390169121,-74.0026376103,748.6816609,5404,6735,4254,4494,007700,59306273.1509,006800,130298431.446,006800,225392873.0,007700,006800,21614.3312648,79025,62191,hub,hub,non_hub,584210.329106,4510264.47156,585774.608423,4510420.28363
+7029,7029,604,39.0,006800,,40.74025878,-73.98409214,39.0,007800,40.74780373,-73.9734419,552.910596026,7380,6735,5372,4494,007800,112124597.728,006800,130298431.446,006800,225392873.0,007800,006800,21614.3312648,59601,62191,hub,hub,non_hub,586664.043115,4511268.28888,585774.608423,4510420.28363
+7030,7030,466,195.0,006800,,40.74025878,-73.98409214,174.0,007900,40.738916514,-74.007286026,983.427224715,4406,6735,2904,4494,007900,86937368.5918,006800,130298431.446,006800,225392873.0,007900,006800,21614.3312648,171846,62191,hub,hub,non_hub,583817.969395,4510248.87788,585774.608423,4510420.28363
+7031,7031,1475,78.0,006800,,40.74025878,-73.98409214,71.0,008000,40.7485693,-73.97717991,370.829327509,4946,6735,3730,4494,008000,197763821.532,006800,130298431.446,006800,225392873.0,008000,006800,21614.3312648,74808,62191,hub,hub,non_hub,586347.477591,4511349.58844,585774.608423,4510420.28363
+7032,7032,236,39.0,006800,,40.74025878,-73.98409214,39.0,008100,40.73935542,-73.99931783,676.309322034,8675,6735,5315,4494,008100,91100400.6907,006800,130298431.446,006800,225392873.0,008100,006800,21614.3312648,53195,62191,hub,hub,non_hub,584490.204148,4510305.23824,585774.608423,4510420.28363
+7033,7033,2999,117.0,006800,,40.74025878,-73.98409214,175.0,008200,40.7519519699,-73.9793772108,534.425704394,3442,6735,2534,4494,008200,262405408.076,006800,130298431.446,006800,225392873.0,008200,006800,21614.3312648,228612,62191,hub,hub,non_hub,586157.609631,4511722.93006,585774.608423,4510420.28363
+7034,7034,753,156.0,006800,,40.74025878,-73.98409214,119.0,008300,40.742591315,-74.004102785,796.875863828,4211,6735,2321,4494,008300,119862327.354,006800,130298431.446,006800,225392873.0,008300,006800,21614.3312648,186113,62191,hub,hub,non_hub,584082.11654,4510659.85081,585774.608423,4510420.28363
+7035,7035,220,39.0,006800,,40.74025878,-73.98409214,38.0,008400,40.75038009,-73.98338988,510.477272727,1726,6735,1041,4494,008400,147824461.739,006800,130298431.446,006800,225392873.0,008400,006800,21614.3312648,34199,62191,hub,hub,non_hub,585820.889203,4511544.50828,585774.608423,4510420.28363
+7036,7036,422,39.0,006800,,40.74025878,-73.98409214,43.0,008601,40.744219,-73.97121214,552.191943128,2551,6735,1528,4494,008601,31141773.9073,006800,130298431.446,006800,225392873.0,008601,006800,21614.3312648,31961,62191,hub,hub,non_hub,586856.951039,4510872.56191,585774.608423,4510420.28363
+7037,7037,1246,78.0,006800,,40.74025878,-73.98409214,78.0,008700,40.74206378,-73.995708955,499.675000624,6671,6735,4249,4494,008700,85660216.7821,006800,130298431.446,006800,225392873.0,008700,006800,21614.3312648,152953,62191,hub,hub,non_hub,584791.475936,4510609.36503,585774.608423,4510420.28363
+7038,7038,361,78.0,006800,,40.74025878,-73.98409214,78.0,008800,40.75012189,-73.970133575,677.109724397,6964,6735,5507,4494,008800,216532475.876,006800,130298431.446,006800,225392873.0,008800,006800,21614.3312648,43247,62191,hub,hub,non_hub,586940.323322,4511528.89362,585774.608423,4510420.28363
+7039,7039,719,117.0,006800,,40.74025878,-73.98409214,120.0,008900,40.74529008,-74.0021768567,669.487745039,5560,6735,3511,4494,008900,54419260.2723,006800,130298431.446,006800,225392873.0,008900,006800,21614.3312648,158638,62191,hub,hub,non_hub,584241.316685,4510961.27944,585774.608423,4510420.28363
+7040,7040,459,117.0,006800,,40.74025878,-73.98409214,110.0,009000,40.75261798,-73.9703317533,718.383468375,7026,6735,5832,4494,009000,208846060.851,006800,130298431.446,006800,225392873.0,009000,006800,21614.3312648,74531,62191,hub,hub,non_hub,586920.342162,4511805.78171,585774.608423,4510420.28363
+7041,7041,534,39.0,006800,,40.74025878,-73.98409214,39.0,009100,40.74487634,-73.99529885,482.009363296,6415,6735,4386,4494,009100,127325659.041,006800,130298431.446,006800,225392873.0,009100,006800,21614.3312648,63878,62191,hub,hub,non_hub,584822.527687,4510921.97538,585774.608423,4510420.28363
+7042,7042,356,78.0,006800,,40.74025878,-73.98409214,110.0,009200,40.7548518863,-73.9734329075,658.830175509,1754,6735,1461,4494,009200,408192557.246,006800,130298431.446,006800,225392873.0,009200,006800,21614.3312648,72226,62191,hub,hub,non_hub,586655.650548,4512050.69496,585774.608423,4510420.28363
+7043,7043,311,39.0,006800,,40.74025878,-73.98409214,39.0,009300,40.74475148,-73.99915362,608.533762058,9705,6735,5585,4494,009300,68528055.2433,006800,130298431.446,006800,225392873.0,009300,006800,21614.3312648,52202,62191,hub,hub,non_hub,584497.239363,4510904.39701,585774.608423,4510420.28363
+7044,7044,535,39.0,006800,,40.74025878,-73.98409214,31.0,009400,40.75320159,-73.9779874,586.960747664,29,6735,16,4494,009400,299218147.811,006800,130298431.446,006800,225392873.0,009400,006800,21614.3312648,82147,62191,hub,hub,non_hub,586273.319313,4511863.01244,585774.608423,4510420.28363
+7045,7045,665,39.0,006800,,40.74025878,-73.98409214,51.0,009500,40.746647,-73.993915,442.986466165,3425,6735,1416,4494,009500,129660033.725,006800,130298431.446,006800,225392873.0,009500,006800,21614.3312648,57488,62191,hub,hub,non_hub,584937.108907,4511119.86954,585774.608423,4510420.28363
+7046,7046,399,117.0,006800,,40.74025878,-73.98409214,140.0,009600,40.756043637,-73.9803668315,719.291236118,153,6735,268,4494,009600,270304841.585,006800,130298431.446,006800,225392873.0,009600,006800,21614.3312648,71527,62191,hub,hub,non_hub,586068.790538,4512176.16419,585774.608423,4510420.28363
+7047,7047,437,117.0,006800,,40.74025878,-73.98409214,99.0,009700,40.7493616033,-73.9991321067,686.400316834,4744,6735,2827,4494,009700,83018263.1602,006800,130298431.446,006800,225392873.0,009700,006800,21614.3312648,118804,62191,hub,hub,non_hub,584493.220017,4511416.17434,585774.608423,4510420.28363
+7048,7048,213,78.0,006800,,40.74025878,-73.98409214,70.0,009800,40.755285655,-73.96667288,908.049310662,7105,6735,5244,4494,009800,115943808.909,006800,130298431.446,006800,225392873.0,009800,006800,21614.3312648,40039,62191,hub,hub,non_hub,587225.727282,4512105.54383,585774.608423,4510420.28363
+7049,7049,927,195.0,006800,,40.74025878,-73.98409214,185.0,009900,40.7520807866,-74.0031899092,817.757477025,3617,6735,2438,4494,009900,404439511.776,006800,130298431.446,006800,225392873.0,009900,006800,21614.3312648,208076,62191,hub,hub,non_hub,584147.226991,4511714.12465,585774.608423,4510420.28363
+7050,7050,532,117.0,006800,,40.74025878,-73.98409214,121.0,010000,40.7583696933,-73.9710287767,778.267575498,1829,6735,1399,4494,010000,366457143.613,006800,130298431.446,006800,225392873.0,010000,006800,21614.3312648,72085,62191,hub,hub,non_hub,586854.014885,4512443.57459,585774.608423,4510420.28363
+7051,7051,2822,117.0,006800,,40.74025878,-73.98409214,127.0,010100,40.74945622,-73.9903382667,516.315611658,1119,6735,828,4494,010100,246168211.101,006800,130298431.446,006800,225392873.0,010100,006800,21614.3312648,183377,62191,hub,hub,non_hub,585235.486219,4511435.18064,585774.608423,4510420.28363
+7052,7052,205,78.0,006800,,40.74025878,-73.98409214,81.0,010200,40.7606694,-73.973473555,844.16,313,6735,268,4494,010200,333450202.294,006800,130298431.446,006800,225392873.0,010200,006800,21614.3312648,46675,62191,hub,hub,non_hub,586644.664817,4512696.44233,585774.608423,4510420.28363
+7053,7053,1174,78.0,006800,,40.74025878,-73.98409214,98.0,010300,40.751000495,-73.994372255,697.976555073,1859,6735,1351,4494,010300,141506056.87,006800,130298431.446,006800,225392873.0,010300,006800,21614.3312648,221593,62191,hub,hub,non_hub,584892.968075,4511602.69644,585774.608423,4510420.28363
+7054,7054,220,78.0,006800,,40.74025878,-73.98409214,75.0,010400,40.761664375,-73.976854975,939.142045455,1031,6735,1033,4494,010400,363981333.295,006800,130298431.446,006800,225392873.0,010400,006800,21614.3312648,65073,62191,hub,hub,non_hub,586357.961325,4512803.55852,585774.608423,4510420.28363
+7055,7055,103,39.0,006800,,40.74025878,-73.98409214,33.0,010602,40.75849116,-73.95920622,993.54368932,4794,6735,2963,4494,010602,67980898.3739,006800,130298431.446,006800,225392873.0,010602,006800,21614.3312648,22153,62191,hub,hub,non_hub,587851.796682,4512468.82754,585774.608423,4510420.28363
+7056,7056,476,117.0,006800,,40.74025878,-73.98409214,117.0,010800,40.7591736033,-73.96613818,921.20524452,8531,6735,6272,4494,010800,189351523.799,006800,130298431.446,006800,225392873.0,010800,006800,21614.3312648,79198,62191,hub,hub,non_hub,587265.778542,4512537.66689,585774.608423,4510420.28363
+7057,7057,597,78.0,006800,,40.74025878,-73.98409214,114.0,010900,40.751351715,-73.987594755,581.709482759,182,6735,92,4494,010900,228173063.011,006800,130298431.446,006800,225392873.0,010900,006800,21614.3312648,60092,62191,hub,hub,non_hub,585464.669441,4511648.26242,585774.608423,4510420.28363
+7058,7058,106,39.0,006800,,40.74025878,-73.98409214,59.0,011201,40.7643971,-73.97371465,1102.81132075,827,6735,964,4494,011201,118515444.187,006800,130298431.446,006800,225392873.0,011201,006800,21614.3312648,41525,62191,hub,hub,non_hub,586619.474659,4513110.00718,585774.608423,4510420.28363
+7059,7059,274,39.0,006800,,40.74025878,-73.98409214,33.0,011203,40.76095756,-73.96724467,927.204379562,1176,6735,1160,4494,011203,143782379.009,006800,130298431.446,006800,225392873.0,011203,006800,21614.3312648,48033,62191,hub,hub,non_hub,587170.050102,4512734.59972,585774.608423,4510420.28363
+7060,7060,1917,156.0,006800,,40.74025878,-73.98409214,198.0,011300,40.7548008425,-73.9888010575,746.015323271,204,6735,107,4494,011300,357940519.061,006800,130298431.446,006800,225392873.0,011300,006800,21614.3312648,236650,62191,hub,hub,non_hub,585358.423228,4512029.96675,585774.608423,4510420.28363
+7061,7061,387,78.0,006800,,40.74025878,-73.98409214,82.0,011500,40.75701407,-73.992353645,864.19215037,2487,6735,1678,4494,011500,130958459.747,006800,130298431.446,006800,225392873.0,011500,006800,21614.3312648,103294,62191,hub,hub,non_hub,585055.712647,4512272.20178,585774.608423,4510420.28363
+7062,7062,233,78.0,006800,,40.74025878,-73.98409214,84.0,011700,40.76058799,-74.00080945,1127.62285288,2938,6735,2304,4494,011700,91270705.1484,006800,130298431.446,006800,225392873.0,011700,006800,21614.3312648,73016,62191,hub,hub,non_hub,584337.427395,4512660.77158,585774.608423,4510420.28363
+7063,7063,109,39.0,006800,,40.74025878,-73.98409214,34.0,011900,40.7568001,-73.98291153,865.844036697,1079,6735,1121,4494,011900,395254501.74,006800,130298431.446,006800,225392873.0,011900,006800,21614.3312648,39976,62191,hub,hub,non_hub,585853.012005,4512257.64444,585774.608423,4510420.28363
+7064,7064,393,117.0,006800,,40.74025878,-73.98409214,109.0,012100,40.7598593767,-73.9914900133,1033.98340914,8366,6735,5744,4494,012100,101223732.045,006800,130298431.446,006800,225392873.0,012100,006800,21614.3312648,132767,62191,hub,hub,non_hub,585124.983126,4512588.88932,585774.608423,4510420.28363
+7065,7065,98,39.0,006800,,40.74025878,-73.98409214,51.0,012500,40.76064679,-73.98442659,1086.07142857,2439,6735,2096,4494,012500,322911522.418,006800,130298431.446,006800,225392873.0,012500,006800,21614.3312648,45486,62191,hub,hub,non_hub,585720.180916,4512683.17447,585774.608423,4510420.28363
+7066,7066,259,78.0,006800,,40.74025878,-73.98409214,84.0,012700,40.762485435,-73.990447135,1045.34234234,6437,6735,4434,4494,012700,104637996.687,006800,130298431.446,006800,225392873.0,012700,006800,21614.3312648,83393,62191,hub,hub,non_hub,585209.656415,4512881.41361,585774.608423,4510420.28363
+7067,7067,51,39.0,006800,,40.74025878,-73.98409214,24.0,012900,40.76341379,-73.99667444,1247.64705882,5312,6735,3621,4494,012900,158698340.053,006800,130298431.446,006800,225392873.0,012900,006800,21614.3312648,28661,62191,hub,hub,non_hub,584682.864463,4512978.43901,585774.608423,4510420.28363
+7068,7068,471,117.0,006800,,40.74025878,-73.98409214,160.0,013100,40.7621295133,-73.98215453,864.613638286,2489,6735,2283,4494,013100,405023451.28,006800,130298431.446,006800,225392873.0,013100,006800,21614.3312648,107228,62191,hub,hub,non_hub,585910.04945,4512849.98999,585774.608423,4510420.28363
+7069,7069,126,117.0,006800,,40.74025878,-73.98409214,101.0,013300,40.7647250567,-73.9866537633,1191.17152087,5363,6735,3909,4494,013300,79847412.2593,006800,130298431.446,006800,225392873.0,013300,006800,21614.3312648,89810,62191,hub,hub,non_hub,585526.963405,4513133.71926,585774.608423,4510420.28363
+7070,7070,148,78.0,006800,,40.74025878,-73.98409214,65.0,013500,40.766984435,-73.99227308,1174.95416667,6075,6735,3935,4494,013500,198199142.958,006800,130298431.446,006800,225392873.0,013500,006800,21614.3312648,64723,62191,hub,hub,non_hub,585049.80204,4513379.06475,585774.608423,4510420.28363
+7071,7071,238,78.0,006800,,40.74025878,-73.98409214,98.0,013700,40.766109285,-73.981808355,1216.69262821,6557,6735,5442,4494,013700,314878324.419,006800,130298431.446,006800,225392873.0,013700,006800,21614.3312648,91142,62191,hub,hub,non_hub,585934.141665,4513292.1137,585774.608423,4510420.28363
+7072,7072,37,39.0,006800,,40.74025878,-73.98409214,27.0,013900,40.768254,-73.988639,1147.05405405,7607,6735,7359,4494,013900,139918084.587,006800,130298431.446,006800,225392873.0,013900,006800,21614.3312648,26390,62191,hub,hub,non_hub,585354.890073,4513523.52534,585774.608423,4510420.28363
+7073,7073,72,39.0,006800,,40.74025878,-73.98409214,49.0,014300,40.76590936,-73.97634151,1226.80555556,3,6735,0,4494,014300,50027992.3322,006800,130298431.446,006800,225392873.0,014300,006800,21614.3312648,21051,62191,hub,hub,non_hub,586395.803012,4513275.28949,585774.608423,4510420.28363
+7074,7074,140,39.0,006800,,40.74025878,-73.98409214,36.0,014500,40.76915505,-73.98191841,1325.00714286,5811,6735,3462,4494,014500,253397343.373,006800,130298431.446,006800,225392873.0,014500,006800,21614.3312648,68350,62191,hub,hub,non_hub,585920.929601,4513630.10902,585774.608423,4510420.28363
+7075,7075,102,39.0,006800,,40.74025878,-73.98409214,55.0,014700,40.770513,-73.988038,1011.96078431,2586,6735,1743,4494,014700,70871746.8417,006800,130298431.446,006800,225392873.0,014700,006800,21614.3312648,35099,62191,hub,hub,non_hub,585402.720353,4513774.87644,585774.608423,4510420.28363
+7076,7076,31,39.0,006800,,40.74025878,-73.98409214,36.0,015100,40.771522,-73.990541,1716.16129032,8105,6735,4856,4494,015100,164953931.102,006800,130298431.446,006800,225392873.0,015100,006800,21614.3312648,17578,62191,hub,hub,non_hub,585190.192062,4513884.4495,585774.608423,4510420.28363
+7077,7077,206,78.0,006800,,40.74025878,-73.98409214,70.0,031703,40.71644312,-74.014902115,1525.12787356,8670,6735,4231,4494,031703,332361109.355,006800,130298431.446,006800,225392873.0,031703,006800,21614.3312648,136082,62191,hub,hub,non_hub,583202.897614,4507746.93647,585774.608423,4510420.28363
+7078,7078,110,117.0,006800,,40.74025878,-73.98409214,98.0,031704,40.7085171733,-74.0165557667,1690.19737087,6610,6735,3790,4494,031704,160823714.408,006800,130298431.446,006800,225392873.0,031704,006800,21614.3312648,105244,62191,hub,hub,non_hub,583073.076824,4506865.54027,585774.608423,4510420.28363
+7079,7079,272,117.0,006800,,40.74025878,-73.98409214,85.0,000600,40.7128987867,-73.9898646367,1145.0595384,11558,6735,4083,4494,000600,59149181.7526,006800,130298431.446,006800,225392873.0,000600,006800,21614.3312648,70053,62191,hub,hub,non_hub,585322.159723,4507377.5136,585774.608423,4510420.28363
+7080,7080,161,201.0,006900,,40.732319905,-74.0069291,108.0,000202,40.71318002,-73.9818904933,1307.75225945,8012,2687,3598,1484,000202,37878157.9781,006900,61292499.9331,,0.0,000202,006900,25789.3463265,56352,135624,hub,hub,non_hub,585995.353038,4507416.50937,583856.38945,4509516.94969
+7081,7081,1585,469.0,006900,,40.732319905,-74.0069291,516.0,000700,40.70581148,-74.0081572071,1257.8087691,7722,2687,5201,1484,000700,476954959.734,006900,61292499.9331,,0.0,000700,006900,25789.3463265,160040,135624,hub,hub,non_hub,583785.918305,4506573.16797,583856.38945,4509516.94969
+7082,7082,101,134.0,006900,,40.732319905,-74.0069291,94.0,000800,40.712414475,-73.993471545,1334.23504595,10365,2687,4150,1484,000800,46479755.076,006900,61292499.9331,,0.0,000800,006900,25789.3463265,34254,135624,hub,hub,non_hub,585018.109713,4507320.25418,583856.38945,4509516.94969
+7083,7083,567,201.0,006900,,40.732319905,-74.0069291,194.0,000900,40.7024745833,-74.01224785,1349.56726209,1140,2687,939,1484,000900,404341803.896,006900,61292499.9331,,0.0,000900,006900,25789.3463265,46446,135624,hub,hub,non_hub,583444.520998,4506198.85784,583856.38945,4509516.94969
+7084,7084,51,67.0,006900,,40.732319905,-74.0069291,38.0,001002,40.71782143,-73.97628939,1181.02580645,6439,2687,2346,1484,001002,22763374.2099,006900,61292499.9331,,0.0,001002,006900,25789.3463265,15916,135624,hub,hub,non_hub,586462.45635,4507937.23607,583856.38945,4509516.94969
+7085,7085,161,134.0,006900,,40.732319905,-74.0069291,92.0,001200,40.717364275,-73.982955325,1105.10615595,3547,2687,1857,1484,001200,23518220.7411,006900,61292499.9331,,0.0,001200,006900,25789.3463265,36493,135624,hub,hub,non_hub,585900.031125,4507879.94738,583856.38945,4509516.94969
+7086,7086,430,67.0,006900,,40.732319905,-74.0069291,72.0,001300,40.70463334,-74.01361706,1258.86815411,3776,2687,3028,1484,001300,286606455.687,006900,61292499.9331,,0.0,001300,006900,25789.3463265,27671,135624,hub,hub,non_hub,583326.158808,4506437.19368,583856.38945,4509516.94969
+7087,7087,138,67.0,006900,,40.732319905,-74.0069291,56.0,001401,40.71559509,-73.9870295,788.843595795,3289,2687,1708,1484,001401,20168722.3199,006900,61292499.9331,,0.0,001401,006900,25789.3463265,26885,135624,hub,hub,non_hub,585558.18429,4507679.57909,583856.38945,4509516.94969
+7088,7088,361,134.0,006900,,40.732319905,-74.0069291,134.0,001501,40.70966832,-74.003597135,1253.93090922,5581,2687,3450,1484,001501,172466366.322,006900,61292499.9331,,0.0,001501,006900,25789.3463265,27425,135624,hub,hub,non_hub,584166.279828,4507005.66129,583856.38945,4509516.94969
+7089,7089,861,201.0,006900,,40.732319905,-74.0069291,246.0,001502,40.7088053467,-74.00635276,1028.28402387,7095,2687,3459,1484,001502,221282059.103,006900,61292499.9331,,0.0,001502,006900,25789.3463265,82052,135624,hub,hub,non_hub,583934.59195,4506907.22889,583856.38945,4509516.94969
+7090,7090,410,201.0,006900,,40.732319905,-74.0069291,214.0,001600,40.7153350167,-73.9943926833,1118.05024509,8236,2687,3242,1484,001600,76565505.7581,006900,61292499.9331,,0.0,001600,006900,25789.3463265,82798,135624,hub,hub,non_hub,584936.591099,4507643.5622,583856.38945,4509516.94969
+7091,7091,1499,268.0,006900,,40.732319905,-74.0069291,308.0,001800,40.7193657075,-73.9906468425,856.10863401,8063,2687,3489,1484,001800,60554858.5127,006900,61292499.9331,,0.0,001800,006900,25789.3463265,133306,135624,hub,hub,non_hub,585247.838585,4508094.62497,583856.38945,4509516.94969
+7092,7092,133,134.0,006900,,40.732319905,-74.0069291,92.0,002000,40.721554605,-73.977309405,1188.04115574,4795,2687,1899,1484,002000,17907673.5628,006900,61292499.9331,,0.0,002000,006900,25789.3463265,31656,135624,hub,hub,non_hub,586371.478696,4508350.63994,583856.38945,4509516.94969
+7093,7093,2795,268.0,006900,,40.732319905,-74.0069291,204.0,002100,40.71451321,-74.0108850975,791.035380885,6111,2687,3038,1484,002100,273869828.705,006900,61292499.9331,,0.0,002100,006900,25789.3463265,151037,135624,hub,hub,non_hub,583544.598931,4507536.51732,583856.38945,4509516.94969
+7094,7094,79,134.0,006900,,40.732319905,-74.0069291,88.0,002201,40.71833027,-73.980972895,1134.65113867,6762,2687,3030,1484,002201,37585954.9949,006900,61292499.9331,,0.0,002201,006900,25789.3463265,26391,135624,hub,hub,non_hub,586066.226443,4507989.12022,583856.38945,4509516.94969
+7095,7095,180,67.0,006900,,40.732319905,-74.0069291,62.0,002202,40.7208736,-73.98085795,1001.40072727,2256,2687,1045,1484,002202,13179093.8977,006900,61292499.9331,,0.0,002202,006900,25789.3463265,23935,135624,hub,hub,non_hub,586072.658368,4508271.55961,583856.38945,4509516.94969
+7096,7096,186,134.0,006900,,40.732319905,-74.0069291,96.0,002400,40.724744875,-73.974986535,953.419337607,5775,2687,2175,1484,002400,17986635.5592,006900,61292499.9331,,0.0,002400,006900,25789.3463265,17965,135624,hub,hub,non_hub,586563.526382,4508707.06897,583856.38945,4509516.94969
+7097,7097,135,134.0,006900,,40.732319905,-74.0069291,124.0,002500,40.7111743,-73.99849582,1340.56622144,5061,2687,1917,1484,002500,22428407.6271,006900,61292499.9331,,0.0,002500,006900,25789.3463265,28216,135624,hub,hub,non_hub,584595.28909,4507177.73549,583856.38945,4509516.94969
+7098,7098,139,67.0,006900,,40.732319905,-74.0069291,62.0,002601,40.72299208,-73.97995466,966.165966387,3774,2687,1593,1484,002601,22248722.3098,006900,61292499.9331,,0.0,002601,006900,25789.3463265,22144,135624,hub,hub,non_hub,586146.216204,4508507.61099,583856.38945,4509516.94969
+7099,7099,155,67.0,006900,,40.732319905,-74.0069291,54.0,002700,40.71307916,-73.99851193,945.975058982,1191,2687,655,1484,002700,11349914.9514,006900,61292499.9331,,0.0,002700,006900,25789.3463265,20570,135624,hub,hub,non_hub,584591.517275,4507389.17181,583856.38945,4509516.94969
+7100,7100,281,67.0,006900,,40.732319905,-74.0069291,64.0,002800,40.72521311,-73.97768752,993.149886586,7302,2687,3341,1484,002800,47641507.3146,006900,61292499.9331,,0.0,002800,006900,25789.3463265,36744,135624,hub,hub,non_hub,586334.816403,4508756.38709,583856.38945,4509516.94969
+7101,7101,424,67.0,006900,,40.732319905,-74.0069291,86.0,002900,40.71602118,-73.99974372,981.135948526,5855,2687,2420,1484,002900,200965547.24,006900,61292499.9331,,0.0,002900,006900,25789.3463265,31936,135624,hub,hub,non_hub,584483.752153,4507714.56961,583856.38945,4509516.94969
+7102,7102,394,67.0,006900,,40.732319905,-74.0069291,70.0,003001,40.72066442,-73.98517977,926.797373237,4301,2687,2553,1484,003001,34302720.7166,006900,61292499.9331,,0.0,003001,006900,25789.3463265,41223,135624,hub,hub,non_hub,585707.91731,4508244.11218,583856.38945,4509516.94969
+7103,7103,344,67.0,006900,,40.732319905,-74.0069291,74.0,003002,40.72217444,-73.98368779,939.794525443,3031,2687,1885,1484,003002,18686109.2263,006900,61292499.9331,,0.0,003002,006900,25789.3463265,38675,135624,hub,hub,non_hub,585831.986427,4508413.19181,583856.38945,4509516.94969
+7104,7104,552,201.0,006900,,40.732319905,-74.0069291,242.0,003100,40.7140617467,-74.0041933367,931.662527199,2809,2687,858,1484,003100,145687012.574,006900,61292499.9331,,0.0,003100,006900,25789.3463265,81469,135624,hub,hub,non_hub,584110.388584,4507492.78891,583856.38945,4509516.94969
+7105,7105,1658,201.0,006900,,40.732319905,-74.0069291,200.0,003200,40.7260543867,-73.9823576167,875.27116046,7630,2687,4888,1484,003200,46369492.482,006900,61292499.9331,,0.0,003200,006900,25789.3463265,138064,135624,hub,hub,non_hub,585939.335766,4508845.19329,583856.38945,4509516.94969
+7106,7106,2632,335.0,006900,,40.732319905,-74.0069291,346.0,003300,40.7188225447,-74.0063327895,697.38465724,5174,2687,2694,1484,003300,215459582.054,006900,61292499.9331,,0.0,003300,006900,25789.3463265,115059,135624,hub,hub,non_hub,583923.698589,4508019.22192,583856.38945,4509516.94969
+7107,7107,481,67.0,006900,,40.732319905,-74.0069291,78.0,003400,40.72955361,-73.98057249,889.049309348,6706,2687,4203,1484,003400,42933229.7541,006900,61292499.9331,,0.0,003400,006900,25789.3463265,47926,135624,hub,hub,non_hub,586085.581298,4509235.37985,583856.38945,4509516.94969
+7108,7108,758,134.0,006900,,40.732319905,-74.0069291,132.0,003601,40.72217423,-73.990293175,826.593208549,3299,2687,1613,1484,003601,29191583.8104,006900,61292499.9331,,0.0,003601,006900,25789.3463265,77585,135624,hub,hub,non_hub,585274.124459,4508406.73315,583856.38945,4509516.94969
+7109,7109,1142,134.0,006900,,40.732319905,-74.0069291,124.0,003602,40.724852985,-73.989265345,764.721966812,2918,2687,1586,1484,003602,24941258.1161,006900,61292499.9331,,0.0,003602,006900,25789.3463265,82124,135624,hub,hub,non_hub,585357.507872,4508705.09166,583856.38945,4509516.94969
+7110,7110,7038,268.0,006900,,40.732319905,-74.0069291,296.0,003700,40.7256696075,-74.0052069325,421.678515886,2401,2687,1490,1484,003700,212385639.924,006900,61292499.9331,,0.0,003700,006900,25789.3463265,173333,135624,hub,hub,hub,584010.178026,4508780.36793,583856.38945,4509516.94969
+7111,7111,1931,268.0,006900,,40.732319905,-74.0069291,320.0,003800,40.72765889,-73.988195855,767.263768196,8610,2687,5795,1484,003800,67437493.5221,006900,61292499.9331,,0.0,003800,006900,25789.3463265,167230,135624,hub,hub,non_hub,585444.239635,4509017.60641,583856.38945,4509516.94969
+7112,7112,3842,268.0,006900,,40.732319905,-74.0069291,212.0,003900,40.7201717475,-74.00983051,578.155773378,5253,2687,3059,1484,003900,194910113.03,006900,61292499.9331,,0.0,003900,006900,25789.3463265,113624,135624,hub,hub,hub,583626.593058,4508165.65565,583856.38945,4509516.94969
+7113,7113,1021,134.0,006900,,40.732319905,-74.0069291,132.0,004000,40.73000573,-73.98549552,823.43499835,9801,2687,4546,1484,004000,66858387.5133,006900,61292499.9331,,0.0,004000,006900,25789.3463265,99660,135624,hub,hub,non_hub,585669.269443,4509280.75306,583856.38945,4509516.94969
+7114,7114,1717,134.0,006900,,40.732319905,-74.0069291,128.0,004100,40.7195529,-73.996789035,787.512883524,7793,2687,3765,1484,004100,71738983.3617,006900,61292499.9331,,0.0,004100,006900,25789.3463265,114685,135624,hub,hub,non_hub,584728.836557,4508109.46034,583856.38945,4509516.94969
+7115,7115,526,67.0,006900,,40.732319905,-74.0069291,70.0,004200,40.73223272,-73.98889957,708.511929399,4988,2687,1801,1484,004200,39941846.3325,006900,61292499.9331,,0.0,004200,006900,25789.3463265,50846,135624,hub,hub,non_hub,585378.96492,4509524.64843,583856.38945,4509516.94969
+7116,7116,2209,134.0,006900,,40.732319905,-74.0069291,134.0,004300,40.723870235,-73.995226525,615.835776057,4267,2687,2598,1484,004300,65935514.1184,006900,61292499.9331,,0.0,004300,006900,25789.3463265,95162,135624,hub,hub,non_hub,584855.320992,4508590.22212,583856.38945,4509516.94969
+7117,7117,688,134.0,006900,,40.732319905,-74.0069291,120.0,004400,40.73080269,-73.97968993,1015.41597309,17710,2687,8297,1484,004400,114601147.016,006900,61292499.9331,,0.0,004400,006900,25789.3463265,106427,135624,hub,hub,non_hub,586158.498991,4509374.90208,583856.38945,4509516.94969
+7118,7118,573,67.0,006900,,40.732319905,-74.0069291,54.0,004500,40.71910537,-73.99973337,784.913256228,840,2687,582,1484,004500,52009114.8865,006900,61292499.9331,,0.0,004500,006900,25789.3463265,34275,135624,hub,hub,non_hub,584480.726971,4508056.94497,583856.38945,4509516.94969
+7119,7119,801,67.0,006900,,40.732319905,-74.0069291,78.0,004700,40.72165481,-74.00234737,624.148070276,2267,2687,1586,1484,004700,75477587.1594,006900,61292499.9331,,0.0,004700,006900,25789.3463265,27544,135624,hub,hub,non_hub,584256.734795,4508337.43837,583856.38945,4509516.94969
+7120,7120,319,67.0,006900,,40.732319905,-74.0069291,70.0,004800,40.73624527,-73.98473765,936.240907274,7550,2687,3799,1484,004800,74763044.6965,006900,61292499.9331,,0.0,004800,006900,25789.3463265,42567,135624,hub,hub,non_hub,585725.258797,4509974.12516,583856.38945,4509516.94969
+7121,7121,3484,134.0,006900,,40.732319905,-74.0069291,146.0,004900,40.724268615,-74.000521515,522.53363474,4951,2687,3054,1484,004900,103848670.177,006900,61292499.9331,,0.0,004900,006900,25789.3463265,80152,135624,hub,hub,hub,584407.63728,4508629.34168,583856.38945,4509516.94969
+7122,7122,1101,201.0,006900,,40.732319905,-74.0069291,186.0,005000,40.7359163467,-73.9873427633,795.473124313,5061,2687,3595,1484,005000,120638459.215,006900,61292499.9331,,0.0,005000,006900,25789.3463265,111023,135624,hub,hub,non_hub,585505.709717,4509935.07175,583856.38945,4509516.94969
+7123,7123,1741,134.0,006900,,40.732319905,-74.0069291,212.0,005200,40.73715585,-73.991241315,717.873989211,4193,2687,1785,1484,005200,109103391.81,006900,61292499.9331,,0.0,005200,006900,25789.3463265,159876,135624,hub,hub,non_hub,585174.941657,4510068.87544,583856.38945,4509516.94969
+7124,7124,812,67.0,006900,,40.732319905,-74.0069291,94.0,005400,40.73971301,-73.99456405,688.170604837,4656,2687,2837,1484,005400,128803552.888,006900,61292499.9331,,0.0,005400,006900,25789.3463265,73728,135624,hub,hub,non_hub,584891.129718,4510349.51956,583856.38945,4509516.94969
+7125,7125,2389,67.0,006900,,40.732319905,-74.0069291,60.0,005501,40.72679454,-73.99695094,470.065274068,5079,2687,2483,1484,005501,61061928.4125,006900,61292499.9331,,0.0,005501,006900,25789.3463265,57258,135624,hub,hub,non_hub,584705.980012,4508913.17477,583856.38945,4509516.94969
+7126,7126,915,67.0,006900,,40.732319905,-74.0069291,54.0,005502,40.72743423,-73.99379025,577.261316231,2383,2687,1262,1484,005502,49017118.6146,006900,61292499.9331,,0.0,005502,006900,25789.3463265,55117,135624,hub,hub,non_hub,584972.085912,4508987.23863,583856.38945,4509516.94969
+7127,7127,786,134.0,006900,,40.732319905,-74.0069291,190.0,005600,40.74065347,-73.98778661,847.674878082,2618,2687,2190,1484,005600,189153355.609,006900,61292499.9331,,0.0,005600,006900,25789.3463265,113209,135624,hub,hub,non_hub,585462.168743,4510460.49357,583856.38945,4509516.94969
+7128,7128,3357,134.0,006900,,40.732319905,-74.0069291,164.0,005700,40.729662915,-73.992405595,571.923170834,2937,2687,1789,1484,005700,90178032.7137,006900,61292499.9331,,0.0,005700,006900,25789.3463265,156896,135624,hub,hub,hub,585086.179602,4509235.9788,583856.38945,4509516.94969
+7129,7129,1030,134.0,006900,,40.732319905,-74.0069291,174.0,005800,40.743154205,-73.990299735,911.888333672,3182,2687,2306,1484,005800,164037511.755,006900,61292499.9331,,0.0,005800,006900,25789.3463265,130970,135624,hub,hub,non_hub,585246.786708,4510735.64918,583856.38945,4509516.94969
+7130,7130,1374,67.0,006900,,40.732319905,-74.0069291,62.0,005900,40.73049393,-73.9957214,459.542473301,5516,2687,3276,1484,005900,71785177.1361,006900,61292499.9331,,0.0,005900,006900,25789.3463265,53180,135624,hub,hub,non_hub,584805.117401,4509325.01914,583856.38945,4509516.94969
+7131,7131,345,134.0,006900,,40.732319905,-74.0069291,126.0,006000,40.734822295,-73.976916765,1085.2102254,5286,2687,2459,1484,006000,27468182.8943,006900,61292499.9331,,0.0,006000,006900,25789.3463265,80462,135624,hub,hub,non_hub,586387.478737,4509823.83141,583856.38945,4509516.94969
+7132,7132,5263,268.0,006900,,40.732319905,-74.0069291,282.0,006100,40.73385254,-73.992357065,565.164666655,4913,2687,2683,1484,006100,91682014.33,006900,61292499.9331,,0.0,006100,006900,25789.3463265,245510,135624,hub,hub,hub,585084.940162,4509701.10308,583856.38945,4509516.94969
+7133,7133,118,67.0,006900,,40.732319905,-74.0069291,60.0,006200,40.7381765,-73.97738662,1036.45541958,4680,2687,1401,1484,006200,231817485.533,006900,61292499.9331,,0.0,006200,006900,25789.3463265,33218,135624,hub,hub,non_hub,586343.467107,4510195.70961,583856.38945,4509516.94969
+7134,7134,2482,201.0,006900,,40.732319905,-74.0069291,198.0,006300,40.7346940933,-73.99785666,465.043456425,6076,2687,4277,1484,006300,85447631.8451,006900,61292499.9331,,0.0,006300,006900,25789.3463265,120233,135624,hub,hub,non_hub,584619.48321,4509789.20591,583856.38945,4509516.94969
+7135,7135,256,67.0,006900,,40.732319905,-74.0069291,78.0,006400,40.73587678,-73.98205027,971.841084504,7518,2687,5058,1484,006400,95664936.1545,006900,61292499.9331,,0.0,006400,006900,25789.3463265,47750,135624,hub,hub,non_hub,585952.649806,4509935.84788,583856.38945,4509516.94969
+7136,7136,2595,201.0,006900,,40.732319905,-74.0069291,212.0,006500,40.7306296367,-73.9991423,443.504059939,6517,2687,3568,1484,006500,59290910.3694,006900,61292499.9331,,0.0,006500,006900,25789.3463265,125356,135624,hub,hub,non_hub,584516.067395,4509336.78488,583856.38945,4509516.94969
+7137,7137,212,134.0,006900,,40.732319905,-74.0069291,164.0,006600,40.739285505,-73.97827188,1118.83185626,11780,2687,6818,1484,006600,84730469.4548,006900,61292499.9331,,0.0,006600,006900,25789.3463265,74621,135624,hub,hub,non_hub,586267.286922,4510317.94668,583856.38945,4509516.94969
+7138,7138,2815,67.0,006900,,40.732319905,-74.0069291,78.0,006700,40.73038599,-74.00214988,332.104988799,4984,2687,3796,1484,006700,47238039.9972,006900,61292499.9331,,0.0,006700,006900,25789.3463265,70025,135624,hub,hub,non_hub,584262.399901,4509306.84766,583856.38945,4509516.94969
+7139,7139,608,67.0,006900,,40.732319905,-74.0069291,78.0,006800,40.74025878,-73.98409214,884.087920085,6735,2687,4494,1484,006800,130298431.446,006900,61292499.9331,,0.0,006800,006900,25789.3463265,58926,135624,hub,hub,non_hub,585774.608423,4510420.28363,583856.38945,4509516.94969
+7140,7140,471,201.0,006900,,40.732319905,-74.0069291,254.0,007000,40.7425116222,-73.9756068355,1253.99849296,8302,2687,5669,1484,007000,78634704.8451,006900,61292499.9331,,0.0,007000,006900,25789.3463265,145227,135624,hub,hub,non_hub,586488.128269,4510678.69121,583856.38945,4509516.94969
+7141,7141,2593,134.0,006900,,40.732319905,-74.0069291,142.0,007100,40.736526545,-74.000108805,420.518591504,5633,2687,3844,1484,007100,68447429.2743,006900,61292499.9331,,0.0,007100,006900,25789.3463265,79459,135624,hub,hub,non_hub,584426.995774,4509990.4524,583856.38945,4509516.94969
+7142,7142,849,201.0,006900,,40.732319905,-74.0069291,252.0,007200,40.7447014833,-73.98154809,1093.83176622,7734,2687,5222,1484,007200,132092861.454,006900,61292499.9331,,0.0,007200,006900,25789.3463265,157612,135624,hub,hub,non_hub,585983.687715,4510915.94446,583856.38945,4509516.94969
+7143,7143,2977,134.0,006900,,40.732319905,-74.0069291,118.0,007300,40.734682705,-74.00388484,417.336058635,5615,2687,4547,1484,007300,48716185.79,006900,61292499.9331,,0.0,007300,006900,25789.3463265,92567,135624,hub,hub,non_hub,584110.479319,4509782.14883,583856.38945,4509516.94969
+7144,7144,443,134.0,006900,,40.732319905,-74.0069291,172.0,007400,40.746413585,-73.98586892,1015.21687247,4179,2687,2700,1484,007400,170614202.951,006900,61292499.9331,,0.0,007400,006900,25789.3463265,81121,135624,hub,hub,non_hub,585616.696258,4511101.7763,583856.38945,4509516.94969
+7145,7145,471,134.0,006900,,40.732319905,-74.0069291,138.0,007600,40.74737476,-73.988320695,1074.60088016,2203,2687,1573,1484,007600,242014413.464,006900,61292499.9331,,0.0,007600,006900,25789.3463265,97464,135624,hub,hub,non_hub,585408.475283,4511206.08492,583856.38945,4509516.94969
+7146,7146,2454,67.0,006900,,40.732319905,-74.0069291,86.0,007700,40.7390169121,-74.0026376103,450.191678405,5404,2687,4254,1484,007700,59306273.1509,006900,61292499.9331,,0.0,007700,006900,25789.3463265,79025,135624,hub,hub,non_hub,584210.329106,4510264.47156,583856.38945,4509516.94969
+7147,7147,135,67.0,006900,,40.732319905,-74.0069291,78.0,007800,40.74780373,-73.9734419,1379.97692308,7380,2687,5372,1484,007800,112124597.728,006900,61292499.9331,,0.0,007800,006900,25789.3463265,59601,135624,hub,hub,non_hub,586664.043115,4511268.28888,583856.38945,4509516.94969
+7148,7148,8174,335.0,006900,,40.732319905,-74.0069291,348.0,007900,40.738916514,-74.007286026,423.74225607,4406,2687,2904,1484,007900,86937368.5918,006900,61292499.9331,,0.0,007900,006900,25789.3463265,171846,135624,hub,hub,hub,583817.969395,4510248.87788,583856.38945,4509516.94969
+7149,7149,347,134.0,006900,,40.732319905,-74.0069291,142.0,008000,40.7485693,-73.97717991,1358.53659324,4946,2687,3730,1484,008000,197763821.532,006900,61292499.9331,,0.0,008000,006900,25789.3463265,74808,135624,hub,hub,non_hub,586347.477591,4511349.58844,583856.38945,4509516.94969
+7150,7150,1362,67.0,006900,,40.732319905,-74.0069291,78.0,008100,40.73935542,-73.99931783,498.949606006,8675,2687,5315,1484,008100,91100400.6907,006900,61292499.9331,,0.0,008100,006900,25789.3463265,53195,135624,hub,hub,non_hub,584490.204148,4510305.23824,583856.38945,4509516.94969
+7151,7151,1233,201.0,006900,,40.732319905,-74.0069291,350.0,008200,40.7520004039,-73.9794911355,1250.14729116,3442,2687,2534,1484,008200,262405408.076,006900,61292499.9331,,0.0,008200,006900,25789.3463265,228612,135624,hub,hub,non_hub,586147.929811,4511728.19475,583856.38945,4509516.94969
+7152,7152,4229,268.0,006900,,40.732319905,-74.0069291,238.0,008300,40.742591315,-74.004102785,562.192751717,4211,2687,2321,1484,008300,119862327.354,006900,61292499.9331,,0.0,008300,006900,25789.3463265,186113,135624,hub,hub,hub,584082.11654,4510659.85081,583856.38945,4509516.94969
+7153,7153,152,67.0,006900,,40.732319905,-74.0069291,76.0,008400,40.75038009,-73.98338988,1169.09103943,1726,2687,1041,1484,008400,147824461.739,006900,61292499.9331,,0.0,008400,006900,25789.3463265,34199,135624,hub,hub,non_hub,585820.889203,4511544.50828,583856.38945,4509516.94969
+7154,7154,36,67.0,006900,,40.732319905,-74.0069291,86.0,008601,40.744219,-73.97121214,1551.56875,2551,2687,1528,1484,008601,31141773.9073,006900,61292499.9331,,0.0,008601,006900,25789.3463265,31961,135624,hub,hub,non_hub,586856.951039,4510872.56191,583856.38945,4509516.94969
+7155,7155,2359,134.0,006900,,40.732319905,-74.0069291,156.0,008700,40.74206378,-73.995708955,690.530018651,6671,2687,4249,1484,008700,85660216.7821,006900,61292499.9331,,0.0,008700,006900,25789.3463265,152953,135624,hub,hub,non_hub,584791.475936,4510609.36503,583856.38945,4509516.94969
+7156,7156,119,134.0,006900,,40.732319905,-74.0069291,156.0,008800,40.75012189,-73.970133575,1298.28464759,6964,2687,5507,1484,008800,216532475.876,006900,61292499.9331,,0.0,008800,006900,25789.3463265,43247,135624,hub,hub,non_hub,586940.323322,4511528.89362,583856.38945,4509516.94969
+7157,7157,3653,201.0,006900,,40.732319905,-74.0069291,240.0,008900,40.74529008,-74.0021768567,705.846960092,5560,2687,3511,1484,008900,54419260.2723,006900,61292499.9331,,0.0,008900,006900,25789.3463265,158638,135624,hub,hub,hub,584241.316685,4510961.27944,583856.38945,4509516.94969
+7158,7158,217,201.0,006900,,40.732319905,-74.0069291,220.0,009000,40.75261798,-73.9703317533,1420.01658882,7026,2687,5832,1484,009000,208846060.851,006900,61292499.9331,,0.0,009000,006900,25789.3463265,74531,135624,hub,hub,non_hub,586920.342162,4511805.78171,583856.38945,4509516.94969
+7159,7159,908,67.0,006900,,40.732319905,-74.0069291,78.0,009100,40.74487634,-73.99529885,711.298748217,6415,2687,4386,1484,009100,127325659.041,006900,61292499.9331,,0.0,009100,006900,25789.3463265,63878,135624,hub,hub,non_hub,584822.527687,4510921.97538,583856.38945,4509516.94969
+7160,7160,309,134.0,006900,,40.732319905,-74.0069291,220.0,009200,40.7548518863,-73.9734329075,1482.9875,1754,2687,1461,1484,009200,408192557.246,006900,61292499.9331,,0.0,009200,006900,25789.3463265,72226,135624,hub,hub,non_hub,586655.650548,4512050.69496,583856.38945,4509516.94969
+7161,7161,645,67.0,006900,,40.732319905,-74.0069291,78.0,009300,40.74475148,-73.99915362,791.722283644,9705,2687,5585,1484,009300,68528055.2433,006900,61292499.9331,,0.0,009300,006900,25789.3463265,52202,135624,hub,hub,non_hub,584497.239363,4510904.39701,583856.38945,4509516.94969
+7162,7162,540,67.0,006900,,40.732319905,-74.0069291,62.0,009400,40.75320159,-73.9779874,1402.83862434,29,2687,16,1484,009400,299218147.811,006900,61292499.9331,,0.0,009400,006900,25789.3463265,82147,135624,hub,hub,non_hub,586273.319314,4511863.01244,583856.38945,4509516.94969
+7163,7163,632,67.0,006900,,40.732319905,-74.0069291,102.0,009500,40.746647,-73.993915,801.388148005,3425,2687,1416,1484,009500,129660033.725,006900,61292499.9331,,0.0,009500,006900,25789.3463265,57488,135624,hub,hub,non_hub,584937.108907,4511119.86954,583856.38945,4509516.94969
+7164,7164,322,201.0,006900,,40.732319905,-74.0069291,280.0,009600,40.7560544887,-73.980376843,1320.22635971,153,2687,268,1484,009600,270304841.585,006900,61292499.9331,,0.0,009600,006900,25789.3463265,71527,135624,hub,hub,non_hub,586067.931438,4512177.35898,583856.38945,4509516.94969
+7165,7165,1456,201.0,006900,,40.732319905,-74.0069291,198.0,009700,40.7493616033,-73.9991321067,844.884077087,4744,2687,2827,1484,009700,83018263.1602,006900,61292499.9331,,0.0,009700,006900,25789.3463265,118804,135624,hub,hub,non_hub,584493.220017,4511416.17434,583856.38945,4509516.94969
+7166,7166,98,134.0,006900,,40.732319905,-74.0069291,140.0,009800,40.755285655,-73.96667288,1615.39216339,7105,2687,5244,1484,009800,115943808.909,006900,61292499.9331,,0.0,009800,006900,25789.3463265,40039,135624,hub,hub,non_hub,587225.727282,4512105.54383,583856.38945,4509516.94969
+7167,7167,3502,335.0,006900,,40.732319905,-74.0069291,370.0,009900,40.7520807866,-74.0031899092,907.086381209,3617,2687,2438,1484,009900,404439511.776,006900,61292499.9331,,0.0,009900,006900,25789.3463265,208076,135624,hub,hub,hub,584147.226991,4511714.12465,583856.38945,4509516.94969
+7168,7168,286,201.0,006900,,40.732319905,-74.0069291,242.0,010000,40.7583696933,-73.9710287767,1624.32951867,1829,2687,1399,1484,010000,366457143.613,006900,61292499.9331,,0.0,010000,006900,25789.3463265,72085,135624,hub,hub,non_hub,586854.014885,4512443.57459,583856.38945,4509516.94969
+7169,7169,715,201.0,006900,,40.732319905,-74.0069291,254.0,010100,40.74945622,-73.9903382667,944.826976621,1119,2687,828,1484,010100,246168211.101,006900,61292499.9331,,0.0,010100,006900,25789.3463265,183377,135624,hub,hub,non_hub,585235.486219,4511435.18064,583856.38945,4509516.94969
+7170,7170,129,134.0,006900,,40.732319905,-74.0069291,162.0,010200,40.7606694,-73.973473555,1727.58043981,313,2687,268,1484,010200,333450202.294,006900,61292499.9331,,0.0,010200,006900,25789.3463265,46675,135624,hub,hub,non_hub,586644.664817,4512696.44233,583856.38945,4509516.94969
+7171,7171,2036,134.0,006900,,40.732319905,-74.0069291,196.0,010300,40.751000495,-73.994372255,919.156506274,1859,2687,1351,1484,010300,141506056.87,006900,61292499.9331,,0.0,010300,006900,25789.3463265,221593,135624,hub,hub,non_hub,584892.968075,4511602.69644,583856.38945,4509516.94969
+7172,7172,277,134.0,006900,,40.732319905,-74.0069291,150.0,010400,40.761664375,-73.976854975,1503.14194719,1031,2687,1033,1484,010400,363981333.295,006900,61292499.9331,,0.0,010400,006900,25789.3463265,65073,135624,hub,hub,non_hub,586357.961325,4512803.55852,583856.38945,4509516.94969
+7173,7173,62,67.0,006900,,40.732319905,-74.0069291,66.0,010602,40.75849116,-73.95920622,1959.57781649,4794,2687,2963,1484,010602,67980898.3739,006900,61292499.9331,,0.0,010602,006900,25789.3463265,22153,135624,hub,hub,non_hub,587851.796682,4512468.82754,583856.38945,4509516.94969
+7174,7174,318,201.0,006900,,40.732319905,-74.0069291,234.0,010800,40.7591736033,-73.96613818,1788.23101219,8531,2687,6272,1484,010800,189351523.799,006900,61292499.9331,,0.0,010800,006900,25789.3463265,79198,135624,hub,hub,non_hub,587265.778542,4512537.66689,583856.38945,4509516.94969
+7175,7175,247,134.0,006900,,40.732319905,-74.0069291,228.0,010900,40.751351715,-73.987594755,1015.85037701,182,2687,92,1484,010900,228173063.011,006900,61292499.9331,,0.0,010900,006900,25789.3463265,60092,135624,hub,hub,non_hub,585464.669441,4511648.26242,583856.38945,4509516.94969
+7176,7176,205,67.0,006900,,40.732319905,-74.0069291,118.0,011201,40.7643971,-73.97371465,1899.06806836,827,2687,964,1484,011201,118515444.187,006900,61292499.9331,,0.0,011201,006900,25789.3463265,41525,135624,hub,hub,non_hub,586619.474659,4513110.00718,583856.38945,4509516.94969
+7177,7177,164,67.0,006900,,40.732319905,-74.0069291,66.0,011203,40.76095756,-73.96724467,1846.27529065,1176,2687,1160,1484,011203,143782379.009,006900,61292499.9331,,0.0,011203,006900,25789.3463265,48033,135624,hub,hub,non_hub,587170.050102,4512734.59972,583856.38945,4509516.94969
+7178,7178,1069,268.0,006900,,40.732319905,-74.0069291,396.0,011300,40.7548008425,-73.9888010575,1175.67683555,204,2687,107,1484,011300,357940519.061,006900,61292499.9331,,0.0,011300,006900,25789.3463265,236650,135624,hub,hub,non_hub,585358.423228,4512029.96675,583856.38945,4509516.94969
+7179,7179,825,134.0,006900,,40.732319905,-74.0069291,164.0,011500,40.75701407,-73.992353645,1133.04806635,2487,2687,1678,1484,011500,130958459.747,006900,61292499.9331,,0.0,011500,006900,25789.3463265,103294,135624,hub,hub,non_hub,585055.712647,4512272.20178,583856.38945,4509516.94969
+7180,7180,1390,134.0,006900,,40.732319905,-74.0069291,168.0,011700,40.76058799,-74.00080945,1130.56333137,2938,2687,2304,1484,011700,91270705.1484,006900,61292499.9331,,0.0,011700,006900,25789.3463265,73016,135624,hub,hub,non_hub,584337.427395,4512660.77158,583856.38945,4509516.94969
+7181,7181,145,67.0,006900,,40.732319905,-74.0069291,68.0,011900,40.7568001,-73.98291153,1286.33545918,1079,2687,1121,1484,011900,395254501.74,006900,61292499.9331,,0.0,011900,006900,25789.3463265,39976,135624,hub,hub,non_hub,585853.012005,4512257.64444,583856.38945,4509516.94969
+7182,7182,1446,201.0,006900,,40.732319905,-74.0069291,218.0,012100,40.7598593767,-73.9914900133,1218.59484603,8366,2687,5744,1484,012100,101223732.045,006900,61292499.9331,,0.0,012100,006900,25789.3463265,132767,135624,hub,hub,non_hub,585124.983126,4512588.88932,583856.38945,4509516.94969
+7183,7183,196,67.0,006900,,40.732319905,-74.0069291,102.0,012500,40.76064679,-73.98442659,1472.97605524,2439,2687,2096,1484,012500,322911522.418,006900,61292499.9331,,0.0,012500,006900,25789.3463265,45486,135624,hub,hub,non_hub,585720.180916,4512683.17447,583856.38945,4509516.94969
+7184,7184,958,134.0,006900,,40.732319905,-74.0069291,168.0,012700,40.762485435,-73.990447135,1305.00968526,6437,2687,4434,1484,012700,104637996.687,006900,61292499.9331,,0.0,012700,006900,25789.3463265,83393,135624,hub,hub,non_hub,585209.656415,4512881.41361,583856.38945,4509516.94969
+7185,7185,927,67.0,006900,,40.732319905,-74.0069291,48.0,012900,40.76341379,-73.99667444,1175.08105202,5312,2687,3621,1484,012900,158698340.053,006900,61292499.9331,,0.0,012900,006900,25789.3463265,28661,135624,hub,hub,non_hub,584682.864463,4512978.43901,583856.38945,4509516.94969
+7186,7186,395,201.0,006900,,40.732319905,-74.0069291,320.0,013100,40.7621295133,-73.98215453,1447.07819547,2489,2687,2283,1484,013100,405023451.28,006900,61292499.9331,,0.0,013100,006900,25789.3463265,107228,135624,hub,hub,non_hub,585910.04945,4512849.98999,583856.38945,4509516.94969
+7187,7187,637,201.0,006900,,40.732319905,-74.0069291,202.0,013300,40.7647250567,-73.9866537633,1368.11459132,5363,2687,3909,1484,013300,79847412.2593,006900,61292499.9331,,0.0,013300,006900,25789.3463265,89810,135624,hub,hub,non_hub,585526.963405,4513133.71926,583856.38945,4509516.94969
+7188,7188,1036,134.0,006900,,40.732319905,-74.0069291,130.0,013500,40.766984435,-73.99227308,1293.61311723,6075,2687,3935,1484,013500,198199142.958,006900,61292499.9331,,0.0,013500,006900,25789.3463265,64723,135624,hub,hub,non_hub,585049.80204,4513379.06475,583856.38945,4509516.94969
+7189,7189,402,134.0,006900,,40.732319905,-74.0069291,196.0,013700,40.766109285,-73.981808355,1596.5428342,6557,2687,5442,1484,013700,314878324.419,006900,61292499.9331,,0.0,013700,006900,25789.3463265,91142,135624,hub,hub,non_hub,585934.141665,4513292.1137,583856.38945,4509516.94969
+7190,7190,192,67.0,006900,,40.732319905,-74.0069291,54.0,013900,40.768254,-73.988639,1459.30554283,7607,2687,7359,1484,013900,139918084.587,006900,61292499.9331,,0.0,013900,006900,25789.3463265,26390,135624,hub,hub,non_hub,585354.890073,4513523.52534,583856.38945,4509516.94969
+7191,7191,112,67.0,006900,,40.732319905,-74.0069291,98.0,014300,40.76590936,-73.97634151,1709.82598978,3,2687,0,1484,014300,50027992.3322,006900,61292499.9331,,0.0,014300,006900,25789.3463265,21051,135624,hub,hub,non_hub,586395.803012,4513275.28949,583856.38945,4509516.94969
+7192,7192,640,67.0,006900,,40.732319905,-74.0069291,72.0,014500,40.76915505,-73.98191841,1678.05667839,5811,2687,3462,1484,014500,253397343.373,006900,61292499.9331,,0.0,014500,006900,25789.3463265,68350,135624,hub,hub,non_hub,585920.929601,4513630.10902,583856.38945,4509516.94969
+7193,7193,510,67.0,006900,,40.732319905,-74.0069291,110.0,014700,40.770513,-73.988038,1420.25261456,2586,2687,1743,1484,014700,70871746.8417,006900,61292499.9331,,0.0,014700,006900,25789.3463265,35099,135624,hub,hub,non_hub,585402.720353,4513774.87644,583856.38945,4509516.94969
+7194,7194,384,67.0,006900,,40.732319905,-74.0069291,72.0,015100,40.771522,-73.990541,1461.92148407,8105,2687,4856,1484,015100,164953931.102,006900,61292499.9331,,0.0,015100,006900,25789.3463265,17578,135624,hub,hub,non_hub,585190.192062,4513884.4495,583856.38945,4509516.94969
+7195,7195,5589,134.0,006900,,40.732319905,-74.0069291,140.0,031703,40.71644312,-74.014902115,721.438045173,8670,2687,4231,1484,031703,332361109.355,006900,61292499.9331,,0.0,031703,006900,25789.3463265,136082,135624,hub,hub,hub,583202.897614,4507746.93647,583856.38945,4509516.94969
+7196,7196,2226,201.0,006900,,40.732319905,-74.0069291,196.0,031704,40.7085171733,-74.0165557667,1060.00948114,6610,2687,3790,1484,031704,160823714.408,006900,61292499.9331,,0.0,031704,006900,25789.3463265,105244,135624,hub,hub,non_hub,583073.076824,4506865.54027,583856.38945,4509516.94969
+7197,7197,279,201.0,006900,,40.732319905,-74.0069291,170.0,000600,40.7128987867,-73.9898646367,1146.22999507,11558,2687,4083,1484,000600,59149181.7526,006900,61292499.9331,,0.0,000600,006900,25789.3463265,70053,135624,hub,hub,non_hub,585322.159723,4507377.5136,583856.38945,4509516.94969
+7198,7198,306,381.0,007000,,40.7425360247,-73.9756549105,162.0,000202,40.71318002,-73.9818904933,1384.31738607,8012,8302,3598,5669,000202,37878157.9781,007000,78634704.8451,,0.0,000202,007000,19055.7582993,56352,146563,hub,hub,non_hub,585995.353038,4507416.50937,586484.037679,4510681.35269
+7199,7199,1435,889.0,007000,,40.7425220818,-73.9756274418,774.0,000700,40.70581148,-74.0081572071,1674.91322427,7722,8302,5201,5669,000700,476954959.734,007000,78634704.8451,,0.0,000700,007000,19055.7582993,160040,146563,hub,hub,non_hub,583785.918305,4506573.16797,586486.374928,4510679.83199
+7200,7200,152,254.0,007000,,40.7425174517,-73.97561832,141.0,000800,40.712414475,-73.993471545,1315.23145065,10365,8302,4150,5669,000800,46479755.076,007000,78634704.8451,,0.0,000800,007000,19055.7582993,34254,146563,hub,hub,non_hub,585018.109713,4507320.25418,586487.151078,4510679.327
+7201,7201,573,381.0,007000,,40.7425149963,-73.9756134826,291.0,000900,40.7024745833,-74.01224785,1750.75629548,1140,8302,939,5669,000900,404341803.896,007000,78634704.8451,,0.0,000900,007000,19055.7582993,46446,146563,hub,hub,non_hub,583444.520998,4506198.85784,586487.562679,4510679.0592
+7202,7202,302,127.0,007000,,40.7425046457,-73.9755930911,57.0,001002,40.71782143,-73.97628939,1117.27080305,6439,8302,2346,5669,001002,22763374.2099,007000,78634704.8451,,0.0,001002,007000,19055.7582993,15916,146563,hub,hub,non_hub,586462.45635,4507937.23607,586489.297744,4510677.93031
+7203,7203,341,254.0,007000,,40.7425201968,-73.9756237281,138.0,001200,40.717364275,-73.982955325,1043.62802797,3547,8302,1857,5669,001200,23518220.7411,007000,78634704.8451,,0.0,001200,007000,19055.7582993,36493,146563,hub,hub,non_hub,585900.031125,4507879.94738,586486.690913,4510679.6264
+7204,7204,70,127.0,007000,,40.74250285,-73.9755895533,108.0,001300,40.70463334,-74.01361706,1988.03620162,3776,8302,3028,5669,001300,286606455.687,007000,78634704.8451,,0.0,001300,007000,19055.7582993,27671,146563,hub,hub,non_hub,583326.158808,4506437.19368,586489.598764,4510677.73445
+7205,7205,151,127.0,007000,,40.74250285,-73.9755895533,84.0,001401,40.71559509,-73.9870295,1151.13518876,3289,8302,1708,5669,001401,20168722.3199,007000,78634704.8451,,0.0,001401,007000,19055.7582993,26885,146563,hub,hub,non_hub,585558.18429,4507679.57909,586489.598764,4510677.73445
+7206,7206,134,254.0,007000,,40.7425944026,-73.9757699203,201.0,001501,40.70966832,-74.003597135,1526.42632731,5581,8302,3450,5669,001501,172466366.322,007000,78634704.8451,,0.0,001501,007000,19055.7582993,27425,146563,hub,hub,non_hub,584166.279828,4507005.66129,586474.251791,4510687.71974
+7207,7207,467,381.0,007000,,40.7425072305,-73.9755981833,369.0,001502,40.7088053467,-74.00635276,1703.14925554,7095,8302,3459,5669,001502,221282059.103,007000,78634704.8451,,0.0,001502,007000,19055.7582993,82052,146563,hub,hub,non_hub,583934.59195,4506907.22889,586488.864458,4510678.21222
+7208,7208,542,381.0,007000,,40.742524232,-73.9756316778,321.0,001600,40.7153350167,-73.9943926833,1235.54888608,8236,8302,3242,5669,001600,76565505.7581,007000,78634704.8451,,0.0,001600,007000,19055.7582993,82798,146563,hub,hub,non_hub,584936.591099,4507643.5622,586486.014494,4510680.0665
+7209,7209,1250,508.0,007000,,40.7425152363,-73.9756139556,462.0,001800,40.7193657075,-73.9906468425,963.178988126,8063,8302,3489,5669,001800,60554858.5127,007000,78634704.8451,,0.0,001800,007000,19055.7582993,133306,146563,hub,hub,non_hub,585247.838585,4508094.62497,586487.522436,4510679.08538
+7210,7210,264,254.0,007000,,40.7425125769,-73.9756087162,138.0,002000,40.721554605,-73.977309405,944.326712835,4795,8302,1899,5669,002000,17907673.5628,007000,78634704.8451,,0.0,002000,007000,19055.7582993,31656,146563,hub,hub,non_hub,586371.478696,4508350.63994,586487.96824,4510678.79533
+7211,7211,385,508.0,007000,,40.7425167497,-73.975616937,306.0,002100,40.71451321,-74.0108850975,1582.18254673,6111,8302,3038,5669,002100,273869828.705,007000,78634704.8451,,0.0,002100,007000,19055.7582993,151037,146563,hub,hub,non_hub,583544.598931,4507536.51732,586487.268755,4510679.25044
+7212,7212,155,254.0,007000,,40.7425343123,-73.975651537,132.0,002201,40.71833027,-73.980972895,1011.18808921,6762,8302,3030,5669,002201,37585954.9949,007000,78634704.8451,,0.0,002201,007000,19055.7582993,26391,146563,hub,hub,non_hub,586066.226443,4507989.12022,586484.324722,4510681.16593
+7213,7213,203,127.0,007000,,40.742521304,-73.9756259095,93.0,002202,40.7208736,-73.98085795,928.21103845,2256,8302,1045,5669,002202,13179093.8977,007000,78634704.8451,,0.0,002202,007000,19055.7582993,23935,146563,hub,hub,non_hub,586072.658368,4508271.55961,586486.505306,4510679.74716
+7214,7214,139,254.0,007000,,40.742526317,-73.9756357855,144.0,002400,40.724744875,-73.974986535,914.533614875,5775,8302,2175,5669,002400,17986635.5592,007000,78634704.8451,,0.0,002400,007000,19055.7582993,17965,146563,hub,hub,non_hub,586563.526382,4508707.06897,586485.664983,4510680.29391
+7215,7215,278,254.0,007000,,40.7425223096,-73.9756278904,186.0,002500,40.7111743,-73.99849582,1373.07839323,5061,8302,1917,5669,002500,22428407.6271,007000,78634704.8451,,0.0,002500,007000,19055.7582993,28216,146563,hub,hub,non_hub,584595.28909,4507177.73549,586486.336752,4510679.85683
+7216,7216,171,127.0,007000,,40.74250285,-73.9755895533,93.0,002601,40.72299208,-73.97995466,839.276159521,3774,8302,1593,5669,002601,22248722.3098,007000,78634704.8451,,0.0,002601,007000,19055.7582993,22144,146563,hub,hub,non_hub,586146.216204,4508507.61099,586489.598764,4510677.73445
+7217,7217,37,127.0,007000,,40.74250285,-73.9755895533,81.0,002700,40.71307916,-73.99851193,1495.10555556,1191,8302,655,5669,002700,11349914.9514,007000,78634704.8451,,0.0,002700,007000,19055.7582993,20570,146563,hub,hub,non_hub,584591.517275,4507389.17181,586489.598764,4510677.73445
+7218,7218,376,127.0,007000,,40.7425266944,-73.975636529,96.0,002800,40.72521311,-73.97768752,820.236773048,7302,8302,3341,5669,002800,47641507.3146,007000,78634704.8451,,0.0,002800,007000,19055.7582993,36744,146563,hub,hub,non_hub,586334.816403,4508756.38709,586485.601718,4510680.33507
+7219,7219,76,127.0,007000,,40.74250285,-73.9755895533,129.0,002900,40.71602118,-73.99974372,1444.72619048,5855,8302,2420,5669,002900,200965547.24,007000,78634704.8451,,0.0,002900,007000,19055.7582993,31936,146563,hub,hub,non_hub,584483.752153,4507714.56961,586489.598764,4510677.73445
+7220,7220,271,127.0,007000,,40.7425240046,-73.9756312299,105.0,003001,40.72066442,-73.98517977,962.793459529,4301,8302,2553,5669,003001,34302720.7166,007000,78634704.8451,,0.0,003001,007000,19055.7582993,41223,146563,hub,hub,non_hub,585707.91731,4508244.11218,586486.052604,4510680.04171
+7221,7221,549,127.0,007000,,40.7425223607,-73.9756279912,111.0,003002,40.72217444,-73.98368779,833.855412216,3031,8302,1885,5669,003002,18686109.2263,007000,78634704.8451,,0.0,003002,007000,19055.7582993,38675,146563,hub,hub,non_hub,585831.986427,4508413.19181,586486.328175,4510679.86241
+7222,7222,333,381.0,007000,,40.742509391,-73.9756024398,363.0,003100,40.7140617467,-74.0041933367,1454.08410163,2809,8302,858,5669,003100,145687012.574,007000,78634704.8451,,0.0,003100,007000,19055.7582993,81469,146563,hub,hub,non_hub,584110.388584,4507492.78891,586488.502289,4510678.44786
+7223,7223,1459,381.0,007000,,40.7425218282,-73.9756269422,300.0,003200,40.7260543867,-73.9823576167,715.743318317,7630,8302,4888,5669,003200,46369492.482,007000,78634704.8451,,0.0,003200,007000,19055.7582993,138064,146563,hub,hub,non_hub,585939.335766,4508845.19329,586486.417433,4510679.80434
+7224,7224,279,635.0,007000,,40.74250285,-73.9755895533,519.0,003300,40.7188173952,-74.0063440203,1460.27909015,5174,8302,2694,5669,003300,215459582.054,007000,78634704.8451,,0.0,003300,007000,19055.7582993,115059,146563,hub,hub,non_hub,583922.756509,4508018.63956,586489.598764,4510677.73445
+7225,7225,524,127.0,007000,,40.7425204482,-73.9756242234,117.0,003400,40.72955361,-73.98057249,601.809363774,6706,8302,4203,5669,003400,42933229.7541,007000,78634704.8451,,0.0,003400,007000,19055.7582993,47926,146563,hub,hub,non_hub,586085.581298,4509235.37985,586486.64877,4510679.65382
+7226,7226,738,254.0,007000,,40.7425300376,-73.9756431155,198.0,003601,40.72217423,-73.990293175,866.566002303,3299,8302,1613,5669,003601,29191583.8104,007000,78634704.8451,,0.0,003601,007000,19055.7582993,77585,146563,hub,hub,non_hub,585274.124459,4508406.73315,586485.041293,4510680.6997
+7227,7227,1745,254.0,007000,,40.7425181881,-73.9756197707,186.0,003602,40.724852985,-73.989265345,739.63021088,2918,8302,1586,5669,003602,24941258.1161,007000,78634704.8451,,0.0,003602,007000,19055.7582993,82124,146563,hub,hub,non_hub,585357.507872,4508705.09166,586487.02764,4510679.40731
+7228,7228,706,508.0,007000,,40.7425101321,-73.9756038997,444.0,003700,40.7256696075,-74.0052069325,1281.41738522,2401,8302,1490,5669,003700,212385639.924,007000,78634704.8451,,0.0,003700,007000,19055.7582993,173333,146563,hub,hub,non_hub,584010.178026,4508780.36793,586488.378066,4510678.52868
+7229,7229,2390,508.0,007000,,40.7425196602,-73.9756226709,480.0,003800,40.72765889,-73.988195855,710.309996572,8610,8302,5795,5669,003800,67437493.5221,007000,78634704.8451,,0.0,003800,007000,19055.7582993,167230,146563,hub,hub,non_hub,585444.239635,4509017.60641,586486.780871,4510679.56787
+7230,7230,283,508.0,007000,,40.7425071017,-73.9755979295,318.0,003900,40.7201717475,-74.00983051,1601.84752853,5253,8302,3059,5669,003900,194910113.03,007000,78634704.8451,,0.0,003900,007000,19055.7582993,113624,146563,hub,hub,non_hub,583626.593058,4508165.65565,586488.886055,4510678.19817
+7231,7231,2118,254.0,007000,,40.7425185025,-73.9756203902,198.0,004000,40.73000573,-73.98549552,614.907501087,9801,8302,4546,5669,004000,66858387.5133,007000,78634704.8451,,0.0,004000,007000,19055.7582993,99660,146563,hub,hub,non_hub,585669.269443,4509280.75306,586486.974928,4510679.44161
+7232,7232,646,254.0,007000,,40.7425217052,-73.9756266999,192.0,004100,40.7195529,-73.996789035,1223.38068567,7793,8302,3765,5669,004100,71738983.3617,007000,78634704.8451,,0.0,004100,007000,19055.7582993,114685,146563,hub,hub,non_hub,584728.836557,4508109.46034,586486.438056,4510679.79092
+7233,7233,542,127.0,007000,,40.7425212481,-73.9756257993,105.0,004200,40.73223272,-73.98889957,662.138562747,4988,8302,1801,5669,004200,39941846.3325,007000,78634704.8451,,0.0,004200,007000,19055.7582993,50846,146563,hub,hub,non_hub,585378.96492,4509524.64843,586486.51468,4510679.74106
+7234,7234,568,254.0,007000,,40.7425451161,-73.9756728214,201.0,004300,40.723870235,-73.995226525,1007.57706903,4267,8302,2598,5669,004300,65935514.1184,007000,78634704.8451,,0.0,004300,007000,19055.7582993,95162,146563,hub,hub,non_hub,584855.320992,4508590.22212,586482.513686,4510682.34425
+7235,7235,4907,254.0,007000,,40.7425183033,-73.9756199977,180.0,004400,40.73080269,-73.97968993,511.528430597,17710,8302,8297,5669,004400,114601147.016,007000,78634704.8451,,0.0,004400,007000,19055.7582993,106427,146563,hub,hub,hub,586158.498991,4509374.90208,586487.008326,4510679.41988
+7236,7236,210,127.0,007000,,40.7425189119,-73.9756211967,81.0,004500,40.71910537,-73.99973337,1178.727849,840,8302,582,5669,004500,52009114.8865,007000,78634704.8451,,0.0,004500,007000,19055.7582993,34275,146563,hub,hub,non_hub,584480.726971,4508056.94497,586486.906309,4510679.48626
+7237,7237,80,127.0,007000,,40.74250285,-73.9755895533,117.0,004700,40.72165481,-74.00234737,1356.55177177,2267,8302,1586,5669,004700,75477587.1594,007000,78634704.8451,,0.0,004700,007000,19055.7582993,27544,146563,hub,hub,non_hub,584256.734795,4508337.43837,586489.598764,4510677.73445
+7238,7238,1049,127.0,007000,,40.7425265274,-73.9756362,105.0,004800,40.73624527,-73.98473765,472.9384276,7550,8302,3799,5669,004800,74763044.6965,007000,78634704.8451,,0.0,004800,007000,19055.7582993,42567,146563,hub,hub,non_hub,585725.258797,4509974.12516,586485.629715,4510680.31685
+7239,7239,384,254.0,007000,,40.742513042,-73.9756096325,219.0,004900,40.724268615,-74.000521515,1179.20844585,4951,8302,3054,5669,004900,103848670.177,007000,78634704.8451,,0.0,004900,007000,19055.7582993,80152,146563,hub,hub,non_hub,584407.63728,4508629.34168,586487.890273,4510678.84606
+7240,7240,2609,381.0,007000,,40.7425199324,-73.9756232072,279.0,005000,40.7359163467,-73.9873427633,579.936719713,5061,8302,3595,5669,005000,120638459.215,007000,78634704.8451,,0.0,005000,007000,19055.7582993,111023,146563,hub,hub,non_hub,585505.709717,4509935.07175,586486.735242,4510679.59756
+7241,7241,2042,254.0,007000,,40.7425206108,-73.9756245437,318.0,005200,40.73715585,-73.991241315,730.62231462,4193,8302,1785,5669,005200,109103391.81,007000,78634704.8451,,0.0,005200,007000,19055.7582993,159876,146563,hub,hub,non_hub,585174.941656,4510068.87544,586486.621519,4510679.67155
+7242,7242,951,127.0,007000,,40.7425118148,-73.9756072147,141.0,005400,40.73971301,-73.99456405,760.525867804,4656,8302,2837,5669,005400,128803552.888,007000,78634704.8451,,0.0,005400,007000,19055.7582993,73728,146563,hub,hub,non_hub,584891.129718,4510349.51956,586488.095998,4510678.7122
+7243,7243,1188,127.0,007000,,40.7425565177,-73.9756952838,90.0,005501,40.72679454,-73.99695094,957.083826502,5079,8302,2483,5669,005501,61061928.4125,007000,78634704.8451,,0.0,005501,007000,19055.7582993,57258,146563,hub,hub,non_hub,584705.980012,4508913.17477,586480.602424,4510683.58779
+7244,7244,502,127.0,007000,,40.7425103594,-73.9756043476,81.0,005502,40.72743423,-73.99379025,855.436596932,2383,8302,1262,5669,005502,49017118.6146,007000,78634704.8451,,0.0,005502,007000,19055.7582993,55117,146563,hub,hub,non_hub,584972.085912,4508987.23863,586488.339954,4510678.55348
+7245,7245,1692,254.0,007000,,40.7425309796,-73.9756449713,285.0,005600,40.74065347,-73.98778661,549.377389747,2618,8302,2190,5669,005600,189153355.609,007000,78634704.8451,,0.0,005600,007000,19055.7582993,113209,146563,hub,hub,non_hub,585462.168743,4510460.49357,586484.883386,4510680.80244
+7246,7246,1709,254.0,007000,,40.7425220484,-73.9756273759,246.0,005700,40.729662915,-73.992405595,832.571959864,2937,8302,1789,5669,005700,90178032.7137,007000,78634704.8451,,0.0,005700,007000,19055.7582993,156896,146563,hub,hub,non_hub,585086.179601,4509235.9788,586486.380534,4510679.82834
+7247,7247,1820,254.0,007000,,40.7425351043,-73.9756530972,261.0,005800,40.743154205,-73.990299735,649.57050543,3182,8302,2306,5669,005800,164037511.755,007000,78634704.8451,,0.0,005800,007000,19055.7582993,130970,146563,hub,hub,non_hub,585246.786708,4510735.64918,586484.19197,4510681.2523
+7248,7248,637,127.0,007000,,40.742517908,-73.975619219,93.0,005900,40.73049393,-73.9957214,840.191371212,5516,8302,3276,5669,005900,71785177.1361,007000,78634704.8451,,0.0,005900,007000,19055.7582993,53180,146563,hub,hub,non_hub,584805.117402,4509325.01914,586487.074588,4510679.37677
+7249,7249,3984,254.0,007000,,40.7425368725,-73.9756565808,189.0,006000,40.734822295,-73.976916765,408.951709091,5286,8302,2459,5669,006000,27468182.8943,007000,78634704.8451,,0.0,006000,007000,19055.7582993,80462,146563,hub,hub,hub,586387.478737,4509823.83141,586483.895561,4510681.44515
+7250,7250,1927,508.0,007000,,40.7425184014,-73.9756201911,423.0,006100,40.73385254,-73.992357065,818.042437466,4913,8302,2683,5669,006100,91682014.33,007000,78634704.8451,,0.0,006100,007000,19055.7582993,245510,146563,hub,hub,non_hub,585084.940162,4509701.10308,586486.991868,4510679.43059
+7251,7251,2012,127.0,007000,,40.7425275939,-73.9756383012,90.0,006200,40.7381765,-73.97738662,270.011378251,4680,8302,1401,5669,006200,231817485.533,007000,78634704.8451,,0.0,006200,007000,19055.7582993,33218,146563,hub,hub,non_hub,586343.467107,4510195.70961,586485.450929,4510680.43318
+7252,7252,662,381.0,007000,,40.7425329005,-73.9756487556,297.0,006300,40.7346940933,-73.99785666,986.965241512,6076,8302,4277,5669,006300,85447631.8451,007000,78634704.8451,,0.0,006300,007000,19055.7582993,120233,146563,hub,hub,non_hub,584619.48321,4509789.20591,586484.561388,4510681.01194
+7253,7253,1156,127.0,007000,,40.7425230454,-73.9756293402,117.0,006400,40.73587678,-73.98205027,434.067192738,7518,8302,5058,5669,006400,95664936.1545,007000,78634704.8451,,0.0,006400,007000,19055.7582993,47750,146563,hub,hub,non_hub,585952.649806,4509935.84788,586486.213398,4510679.93709
+7254,7254,872,381.0,007000,,40.7425094838,-73.9756026226,318.0,006500,40.7306296367,-73.9991423,1033.0067147,6517,8302,3568,5669,006500,59290910.3694,007000,78634704.8451,,0.0,006500,007000,19055.7582993,125356,146563,hub,hub,non_hub,584516.067395,4509336.78488,586488.486732,4510678.45798
+7255,7255,2581,254.0,007000,,40.7425231996,-73.9756296439,246.0,006600,40.739285505,-73.97827188,287.621804305,11780,8302,6818,5669,006600,84730469.4548,007000,78634704.8451,,0.0,006600,007000,19055.7582993,74621,146563,hub,hub,non_hub,586267.286922,4510317.94668,586486.187556,4510679.9539
+7256,7256,337,127.0,007000,,40.7425231387,-73.9756295239,117.0,006700,40.73038599,-74.00214988,1159.90225564,4984,8302,3796,5669,006700,47238039.9972,007000,78634704.8451,,0.0,006700,007000,19055.7582993,70025,146563,hub,hub,non_hub,584262.399901,4509306.84766,586486.197769,4510679.94726
+7257,7257,1575,127.0,007000,,40.7425306634,-73.9756443484,117.0,006800,40.74025878,-73.98409214,451.134961438,6735,8302,4494,5669,006800,130298431.446,007000,78634704.8451,,0.0,006800,007000,19055.7582993,58926,146563,hub,hub,non_hub,585774.608423,4510420.28363,586484.936388,4510680.76796
+7258,7258,380,254.0,007000,,40.7425080127,-73.9755997244,201.0,006900,40.732319905,-74.0069291,1281.76565062,2687,8302,1484,5669,006900,61292499.9331,007000,78634704.8451,,0.0,006900,007000,19055.7582993,130727,146563,hub,hub,non_hub,583856.38945,4509516.94969,586488.733332,4510678.29753
+7259,7259,290,254.0,007000,,40.7425246752,-73.975632551,213.0,007100,40.736526545,-74.000108805,927.211231581,5633,8302,3844,5669,007100,68447429.2743,007000,78634704.8451,,0.0,007100,007000,19055.7582993,79459,146563,hub,hub,non_hub,584426.995774,4509990.4524,586485.940194,4510680.11484
+7260,7260,12355,381.0,007000,,40.7425195512,-73.9756224562,378.0,007200,40.7447014833,-73.98154809,291.096763012,7734,8302,5222,5669,007200,132092861.454,007000,78634704.8451,,0.0,007200,007000,19055.7582993,157612,146563,hub,hub,hub,585983.687715,4510915.94446,586486.799138,4510679.55599
+7261,7261,331,254.0,007000,,40.7425051446,-73.9755940738,177.0,007300,40.734682705,-74.00388484,1109.24152261,5615,8302,4547,5669,007300,48716185.79,007000,78634704.8451,,0.0,007300,007000,19055.7582993,92567,146563,hub,hub,non_hub,584110.479319,4509782.14883,586489.214127,4510677.98471
+7262,7262,3328,254.0,007000,,40.7425343268,-73.9756515656,258.0,007400,40.746413585,-73.98586892,444.954474059,4179,8302,2700,5669,007400,170614202.951,007000,78634704.8451,,0.0,007400,007000,19055.7582993,81121,146563,hub,hub,hub,585616.696258,4511101.7763,586484.322293,4510681.16751
+7263,7263,5080,254.0,007000,,40.7425261718,-73.9756354994,207.0,007600,40.74737476,-73.988320695,493.064038706,2203,8302,1573,5669,007600,242014413.464,007000,78634704.8451,,0.0,007600,007000,19055.7582993,97464,146563,hub,hub,hub,585408.475283,4511206.08492,586485.689326,4510680.27807
+7264,7264,316,127.0,007000,,40.7425213829,-73.9756260649,129.0,007700,40.7390169121,-74.0026376103,1100.13303976,5404,8302,4254,5669,007700,59306273.1509,007000,78634704.8451,,0.0,007700,007000,19055.7582993,79025,146563,hub,hub,non_hub,584210.329106,4510264.47156,586486.492086,4510679.75576
+7265,7265,3742,127.0,007000,,40.7425169531,-73.9756173377,117.0,007800,40.74780373,-73.9734419,310.670851759,7380,8302,5372,5669,007800,112124597.728,007000,78634704.8451,,0.0,007800,007000,19055.7582993,59601,146563,hub,hub,hub,586664.043115,4511268.28888,586487.234657,4510679.27262
+7266,7266,406,635.0,007000,,40.7425175775,-73.9756185678,522.0,007900,40.738916514,-74.007286026,1270.77076055,4406,8302,2904,5669,007900,86937368.5918,007000,78634704.8451,,0.0,007900,007000,19055.7582993,171846,146563,hub,hub,non_hub,583817.969395,4510248.87788,586487.12999,4510679.34072
+7267,7267,2872,254.0,007000,,40.7425314818,-73.9756459606,213.0,008000,40.7485693,-73.97717991,380.931696024,4946,8302,3730,5669,008000,197763821.532,007000,78634704.8451,,0.0,008000,007000,19055.7582993,74808,146563,hub,hub,non_hub,586347.477591,4511349.58844,586484.799208,4510680.85721
+7268,7268,258,127.0,007000,,40.7425217052,-73.9756266999,117.0,008100,40.73935542,-73.99931783,973.302249781,8675,8302,5315,5669,008100,91100400.6907,007000,78634704.8451,,0.0,008100,007000,19055.7582993,53195,146563,hub,hub,non_hub,584490.204148,4510305.23824,586486.438056,4510679.79092
+7269,7269,7085,381.0,007000,,40.7425261882,-73.9756355318,525.0,008200,40.7519379149,-73.9793429653,518.156633125,3442,8302,2534,5669,008200,262405408.076,007000,78634704.8451,,0.0,008200,007000,19055.7582993,228612,146563,hub,hub,hub,586160.518706,4511721.40347,586485.686568,4510680.27986
+7270,7270,973,508.0,007000,,40.742507299,-73.9755983182,357.0,008300,40.742591315,-74.004102785,1071.88499612,4211,8302,2321,5669,008300,119862327.354,007000,78634704.8451,,0.0,008300,007000,19055.7582993,186113,146563,hub,hub,non_hub,584082.11654,4510659.85081,586488.852984,4510678.21968
+7271,7271,899,127.0,007000,,40.7425287611,-73.9756406006,114.0,008400,40.75038009,-73.98338988,491.437591108,1726,8302,1041,5669,008400,147824461.739,007000,78634704.8451,,0.0,008400,007000,19055.7582993,34199,146563,hub,hub,non_hub,585820.889203,4511544.50828,586485.255277,4510680.56048
+7272,7272,474,127.0,007000,,40.7425282666,-73.9756396263,129.0,008601,40.744219,-73.97121214,865.437608378,2551,8302,1528,5669,008601,31141773.9073,007000,78634704.8451,,0.0,008601,007000,19055.7582993,31961,146563,hub,hub,non_hub,586856.951039,4510872.56191,586485.338177,4510680.50654
+7273,7273,1083,254.0,007000,,40.7425147058,-73.9756129104,234.0,008700,40.74206378,-73.995708955,832.983531711,6671,8302,4249,5669,008700,85660216.7821,007000,78634704.8451,,0.0,008700,007000,19055.7582993,152953,146563,hub,hub,non_hub,584791.475936,4510609.36503,586487.611365,4510679.02752
+7274,7274,1543,254.0,007000,,40.7425402705,-73.9756632752,234.0,008800,40.75012189,-73.970133575,454.036125711,6964,8302,5507,5669,008800,216532475.876,007000,78634704.8451,,0.0,008800,007000,19055.7582993,43247,146563,hub,hub,non_hub,586940.323322,4511528.89362,586483.325949,4510681.81576
+7275,7275,926,381.0,007000,,40.7425150599,-73.975613608,360.0,008900,40.74529008,-74.0021768567,926.358967015,5560,8302,3511,5669,008900,54419260.2723,007000,78634704.8451,,0.0,008900,007000,19055.7582993,158638,146563,hub,hub,non_hub,584241.316685,4510961.27944,586487.552011,4510679.06614
+7276,7276,2822,381.0,007000,,40.7425262412,-73.9756356362,330.0,009000,40.75261798,-73.9703317533,507.904718355,7026,8302,5832,5669,009000,208846060.851,007000,78634704.8451,,0.0,009000,007000,19055.7582993,74531,146563,hub,hub,non_hub,586920.342162,4511805.78171,586485.677689,4510680.28564
+7277,7277,392,127.0,007000,,40.7425139697,-73.9756114603,117.0,009100,40.74487634,-73.99529885,772.978392534,6415,8302,4386,5669,009100,127325659.041,007000,78634704.8451,,0.0,009100,007000,19055.7582993,63878,146563,hub,hub,non_hub,584822.527687,4510921.97538,586487.734757,4510678.94724
+7278,7278,1485,254.0,007000,,40.7425331972,-73.9756493401,330.0,009200,40.7548518863,-73.9734329075,582.263664198,1754,8302,1461,5669,009200,408192557.246,007000,78634704.8451,,0.0,009200,007000,19055.7582993,72226,146563,hub,hub,non_hub,586655.650548,4512050.69496,586484.511658,4510681.0443
+7279,7279,260,127.0,007000,,40.7425146505,-73.9756128015,117.0,009300,40.74475148,-73.99915362,881.819583591,9705,8302,5585,5669,009300,68528055.2433,007000,78634704.8451,,0.0,009300,007000,19055.7582993,52202,146563,hub,hub,non_hub,584497.239363,4510904.39701,586487.620634,4510679.02149
+7280,7280,851,127.0,007000,,40.7425494186,-73.9756812978,93.0,009400,40.75320159,-73.9779874,589.75136887,29,8302,16,5669,009400,299218147.811,007000,78634704.8451,,0.0,009400,007000,19055.7582993,82147,146563,hub,hub,non_hub,586273.319314,4511863.01244,586481.792457,4510682.81351
+7281,7281,524,127.0,007000,,40.7425174886,-73.9756183928,153.0,009500,40.746647,-73.993915,687.007374105,3425,8302,1416,5669,009500,129660033.725,007000,78634704.8451,,0.0,009500,007000,19055.7582993,57488,146563,hub,hub,non_hub,584937.108907,4511119.86954,586487.144881,4510679.33103
+7282,7282,868,381.0,007000,,40.742538257,-73.9756593083,420.0,009600,40.7560365415,-73.9803602852,774.114873211,153,8302,268,5669,009600,270304841.585,007000,78634704.8451,,0.0,009600,007000,19055.7582993,71527,146563,hub,hub,non_hub,586069.352274,4512175.38295,586483.663482,4510681.59615
+7283,7283,737,381.0,007000,,40.7425332683,-73.9756494802,297.0,009700,40.7493616033,-73.9991321067,882.976431173,4744,8302,2827,5669,009700,83018263.1602,007000,78634704.8451,,0.0,009700,007000,19055.7582993,118804,146563,hub,hub,non_hub,584493.220017,4511416.17434,586484.499737,4510681.05206
+7284,7284,1691,254.0,007000,,40.742527027,-73.9756371843,210.0,009800,40.755285655,-73.96667288,579.563674495,7105,8302,5244,5669,009800,115943808.909,007000,78634704.8451,,0.0,009800,007000,19055.7582993,40039,146563,hub,hub,non_hub,587225.727282,4512105.54383,586485.545961,4510680.37135
+7285,7285,1238,635.0,007000,,40.7425170573,-73.9756175431,555.0,009900,40.7520807866,-74.0031899092,955.006774383,3617,8302,2438,5669,009900,404439511.776,007000,78634704.8451,,0.0,009900,007000,19055.7582993,208076,146563,hub,hub,non_hub,584147.226991,4511714.12465,586487.21718,4510679.28399
+7286,7286,1309,381.0,007000,,40.7425261486,-73.9756354537,363.0,010000,40.7583696933,-73.9710287767,793.489137038,1829,8302,1399,5669,010000,366457143.613,007000,78634704.8451,,0.0,010000,007000,19055.7582993,72085,146563,hub,hub,non_hub,586854.014885,4512443.57459,586485.693209,4510680.27554
+7287,7287,9435,381.0,007000,,40.7425380962,-73.9756589916,381.0,010100,40.74945622,-73.9903382667,554.442903046,1119,8302,828,5669,010100,246168211.101,007000,78634704.8451,,0.0,010100,007000,19055.7582993,183377,146563,hub,hub,hub,585235.486219,4511435.18064,586483.690435,4510681.57862
+7288,7288,769,254.0,007000,,40.7425316957,-73.975646382,243.0,010200,40.7606694,-73.973473555,819.821570512,313,8302,268,5669,010200,333450202.294,007000,78634704.8451,,0.0,010200,007000,19055.7582993,46675,146563,hub,hub,non_hub,586644.664817,4512696.44233,586484.763354,4510680.88054
+7289,7289,3333,254.0,007000,,40.7425284337,-73.9756399555,294.0,010300,40.751000495,-73.994372255,721.451536405,1859,8302,1351,5669,010300,141506056.87,007000,78634704.8451,,0.0,010300,007000,19055.7582993,221593,146563,hub,hub,hub,584892.968075,4511602.69644,586485.310166,4510680.52476
+7290,7290,762,254.0,007000,,40.742514393,-73.975612294,225.0,010400,40.761664375,-73.976854975,916.39199845,1031,8302,1033,5669,010400,363981333.295,007000,78634704.8451,,0.0,010400,007000,19055.7582993,65073,146563,hub,hub,non_hub,586357.961325,4512803.55852,586487.663813,4510678.9934
+7291,7291,1243,127.0,007000,,40.7425357038,-73.9756542783,99.0,010602,40.75849116,-73.95920622,783.71373424,4794,8302,2963,5669,010602,67980898.3739,007000,78634704.8451,,0.0,010602,007000,19055.7582993,22153,146563,hub,hub,non_hub,587851.796682,4512468.82754,586484.091472,4510681.31769
+7292,7292,3588,381.0,007000,,40.7425299856,-73.9756430129,351.0,010800,40.7591736033,-73.96613818,658.195970802,8531,8302,6272,5669,010800,189351523.799,007000,78634704.8451,,0.0,010800,007000,19055.7582993,79198,146563,hub,hub,hub,587265.778542,4512537.66689,586485.050019,4510680.69402
+7293,7293,823,254.0,007000,,40.7425288947,-73.9756408639,342.0,010900,40.751351715,-73.987594755,647.202836575,182,8302,92,5669,010900,228173063.011,007000,78634704.8451,,0.0,010900,007000,19055.7582993,60092,146563,hub,hub,non_hub,585464.669441,4511648.26242,586485.232875,4510680.57505
+7294,7294,546,127.0,007000,,40.7425128194,-73.975609194,177.0,011201,40.7643971,-73.97371465,1071.57038696,827,8302,964,5669,011201,118515444.187,007000,78634704.8451,,0.0,011201,007000,19055.7582993,41525,146563,hub,hub,non_hub,586619.474659,4513110.00718,586487.927585,4510678.82178
+7295,7295,1730,127.0,007000,,40.7425606727,-73.9757034693,99.0,011203,40.76095756,-73.96724467,769.647538881,1176,8302,1160,5669,011203,143782379.009,007000,78634704.8451,,0.0,011203,007000,19055.7582993,48033,146563,hub,hub,non_hub,587170.050102,4512734.59972,586479.905934,4510684.04095
+7296,7296,4980,508.0,007000,,40.7425418446,-73.9756663763,594.0,011300,40.7548008425,-73.9888010575,704.498358006,204,8302,107,5669,011300,357940519.061,007000,78634704.8451,,0.0,011300,007000,19055.7582993,236650,146563,hub,hub,hub,585358.423228,4512029.96675,586483.062089,4510681.98744
+7297,7297,949,254.0,007000,,40.7425338264,-73.9756505798,246.0,011500,40.75701407,-73.992353645,888.218743883,2487,8302,1678,5669,011500,130958459.747,007000,78634704.8451,,0.0,011500,007000,19055.7582993,103294,146563,hub,hub,non_hub,585055.712647,4512272.20178,586484.406174,4510681.11293
+7298,7298,252,254.0,007000,,40.742573275,-73.9757282972,252.0,011700,40.76058799,-74.00080945,1232.90662351,2938,8302,2304,5669,011700,91270705.1484,007000,78634704.8451,,0.0,011700,007000,19055.7582993,73016,146563,hub,hub,non_hub,584337.427395,4512660.77158,586477.793396,4510685.41544
+7299,7299,369,127.0,007000,,40.7425164022,-73.9756162524,102.0,011900,40.7568001,-73.98291153,819.104405825,1079,8302,1121,5669,011900,395254501.74,007000,78634704.8451,,0.0,011900,007000,19055.7582993,39976,146563,hub,hub,non_hub,585853.012005,4512257.64444,586487.327005,4510679.21254
+7300,7300,1039,381.0,007000,,40.7425118613,-73.9756073065,327.0,012100,40.7598593767,-73.9914900133,1053.88226368,8366,8302,5744,5669,012100,101223732.045,007000,78634704.8451,,0.0,012100,007000,19055.7582993,132767,146563,hub,hub,non_hub,585124.983126,4512588.88932,586488.088192,4510678.71728
+7301,7301,441,127.0,007000,,40.7425265047,-73.9756361553,153.0,012500,40.76064679,-73.98442659,961.989489055,2439,8302,2096,5669,012500,322911522.418,007000,78634704.8451,,0.0,012500,007000,19055.7582993,45486,146563,hub,hub,non_hub,585720.180916,4512683.17447,586485.633513,4510680.31438
+7302,7302,399,254.0,007000,,40.742518237,-73.9756198671,252.0,012700,40.762485435,-73.990447135,1026.53814392,6437,8302,4434,5669,012700,104637996.687,007000,78634704.8451,,0.0,012700,007000,19055.7582993,83393,146563,hub,hub,non_hub,585209.656415,4512881.41361,586487.019438,4510679.41265
+7303,7303,86,127.0,007000,,40.7425317613,-73.9756465113,72.0,012900,40.76341379,-73.99667444,1352.56447154,5312,8302,3621,5669,012900,158698340.053,007000,78634704.8451,,0.0,012900,007000,19055.7582993,28661,146563,hub,hub,non_hub,584682.864463,4512978.43901,586484.752347,4510680.8877
+7304,7304,1189,381.0,007000,,40.7425432191,-73.9756690842,480.0,013100,40.7621295133,-73.98215453,876.192845276,2489,8302,2283,5669,013100,405023451.28,007000,78634704.8451,,0.0,013100,007000,19055.7582993,107228,146563,hub,hub,non_hub,585910.04945,4512849.98999,586482.831674,4510682.13736
+7305,7305,502,381.0,007000,,40.7425252348,-73.9756336535,303.0,013300,40.7647250567,-73.9866537633,1193.91757938,5363,8302,3909,5669,013300,79847412.2593,007000,78634704.8451,,0.0,013300,007000,19055.7582993,89810,146563,hub,hub,non_hub,585526.963405,4513133.71926,586485.846384,4510680.17588
+7306,7306,240,254.0,007000,,40.7425064639,-73.9755966731,195.0,013500,40.766984435,-73.99227308,1040.98402107,6075,8302,3935,5669,013500,198199142.958,007000,78634704.8451,,0.0,013500,007000,19055.7582993,64723,146563,hub,hub,non_hub,585049.80204,4513379.06475,586488.992961,4510678.12861
+7307,7307,768,254.0,007000,,40.7425411484,-73.9756650048,294.0,013700,40.766109285,-73.981808355,1159.16259009,6557,8302,5442,5669,013700,314878324.419,007000,78634704.8451,,0.0,013700,007000,19055.7582993,91142,146563,hub,hub,non_hub,585934.141665,4513292.1137,586483.178786,4510681.91151
+7308,7308,177,127.0,007000,,40.7425135579,-73.9756106489,81.0,013900,40.768254,-73.988639,1136.67884551,7607,8302,7359,5669,013900,139918084.587,007000,78634704.8451,,0.0,013900,007000,19055.7582993,26390,146563,hub,hub,non_hub,585354.890073,4513523.52534,586487.803794,4510678.90232
+7309,7309,412,127.0,007000,,40.7425365331,-73.9756559122,147.0,014300,40.76590936,-73.97634151,1102.74521539,3,8302,0,5669,014300,50027992.3322,007000,78634704.8451,,0.0,014300,007000,19055.7582993,21051,146563,hub,hub,non_hub,586395.803012,4513275.28949,586483.952453,4510681.40814
+7310,7310,783,127.0,007000,,40.742563301,-73.9757086473,108.0,014500,40.76915505,-73.98191841,1300.18413827,5811,8302,3462,5669,014500,253397343.373,007000,78634704.8451,,0.0,014500,007000,19055.7582993,68350,146563,hub,hub,non_hub,585920.929601,4513630.10902,586479.465351,4510684.32761
+7311,7311,463,127.0,007000,,40.7425118287,-73.9756072422,165.0,014700,40.770513,-73.988038,1146.49486076,2586,8302,1743,5669,014700,70871746.8417,007000,78634704.8451,,0.0,014700,007000,19055.7582993,35099,146563,hub,hub,non_hub,585402.720353,4513774.87644,586488.093665,4510678.71372
+7312,7312,79,127.0,007000,,40.7425751283,-73.9757319483,108.0,015100,40.771522,-73.990541,1580.25612745,8105,8302,4856,5669,015100,164953931.102,007000,78634704.8451,,0.0,015100,007000,19055.7582993,17578,146563,hub,hub,non_hub,585190.192062,4513884.4495,586477.482729,4510685.61757
+7313,7313,296,254.0,007000,,40.7425100778,-73.9756037928,210.0,031703,40.71644312,-74.014902115,1497.98937694,8670,8302,4231,5669,031703,332361109.355,007000,78634704.8451,,0.0,031703,007000,19055.7582993,136082,146563,hub,hub,non_hub,583202.897614,4507746.93647,586488.387159,4510678.52277
+7314,7314,206,381.0,007000,,40.7425108809,-73.975605375,294.0,031704,40.7085171733,-74.0165557667,1783.4996636,6610,8302,3790,5669,031704,160823714.408,007000,78634704.8451,,0.0,031704,007000,19055.7582993,105244,146563,hub,hub,non_hub,583073.076824,4506865.54027,586488.252536,4510678.61036
+7315,7315,342,381.0,007000,,40.7425180665,-73.9756195312,255.0,000600,40.7128987867,-73.9898646367,1253.28658951,11558,8302,4083,5669,000600,59149181.7526,007000,78634704.8451,,0.0,000600,007000,19055.7582993,70053,146563,hub,hub,non_hub,585322.159723,4507377.5136,586487.048017,4510679.39406
+7316,7316,185,213.0,007100,,40.736526545,-74.000108805,108.0,000202,40.71318002,-73.9818904933,1334.08698668,8012,5633,3598,3844,000202,37878157.9781,007100,68447429.2743,007100,662429658.0,000202,007100,25089.2694386,56352,77531,hub,hub,non_hub,585995.353038,4507416.50937,584426.995774,4509990.4524
+7317,7317,362,497.0,007100,,40.736526545,-74.000108805,516.0,000700,40.70581148,-74.0081572071,1501.33346342,7722,5633,5201,3844,000700,476954959.734,007100,68447429.2743,007100,662429658.0,000700,007100,25089.2694386,160040,77531,hub,hub,non_hub,583785.918305,4506573.16797,584426.995774,4509990.4524
+7318,7318,69,142.0,007100,,40.736526545,-74.000108805,94.0,000800,40.712414475,-73.993471545,1232.87614087,10365,5633,4150,3844,000800,46479755.076,007100,68447429.2743,007100,662429658.0,000800,007100,25089.2694386,34254,77531,hub,hub,non_hub,585018.109713,4507320.25418,584426.995774,4509990.4524
+7319,7319,92,213.0,007100,,40.736526545,-74.000108805,194.0,000900,40.7024745833,-74.01224785,1595.36001221,1140,5633,939,3844,000900,404341803.896,007100,68447429.2743,007100,662429658.0,000900,007100,25089.2694386,46446,77531,hub,hub,non_hub,583444.520998,4506198.85784,584426.995774,4509990.4524
+7320,7320,76,71.0,007100,,40.736526545,-74.000108805,38.0,001002,40.71782143,-73.97628939,1229.21304348,6439,5633,2346,3844,001002,22763374.2099,007100,68447429.2743,007100,662429658.0,001002,007100,25089.2694386,15916,77531,hub,hub,non_hub,586462.45635,4507937.23607,584426.995774,4509990.4524
+7321,7321,218,142.0,007100,,40.736526545,-74.000108805,92.0,001200,40.717364275,-73.982955325,1076.96121389,3547,5633,1857,3844,001200,23518220.7411,007100,68447429.2743,007100,662429658.0,001200,007100,25089.2694386,36493,77531,hub,hub,non_hub,585900.031125,4507879.94738,584426.995774,4509990.4524
+7322,7322,110,71.0,007100,,40.736526545,-74.000108805,72.0,001300,40.70463334,-74.01361706,1592.51718153,3776,5633,3028,3844,001300,286606455.687,007100,68447429.2743,007100,662429658.0,001300,007100,25089.2694386,27671,77531,hub,hub,non_hub,583326.158808,4506437.19368,584426.995774,4509990.4524
+7323,7323,103,71.0,007100,,40.736526545,-74.000108805,56.0,001401,40.71559509,-73.9870295,894.687948718,3289,5633,1708,3844,001401,20168722.3199,007100,68447429.2743,007100,662429658.0,001401,007100,25089.2694386,26885,77531,hub,hub,non_hub,585558.18429,4507679.57909,584426.995774,4509990.4524
+7324,7324,51,142.0,007100,3.33257462471,40.73609703,-74.00016287,134.0,001501,40.71026676,-74.0042395133,1383.94430198,5581,5633,3450,3844,001501,172466366.322,007100,68447429.2743,007100,662429658.0,001501,007100,25089.2694386,27425,77531,hub,hub,non_hub,584111.264131,4507071.47664,584422.973678,4509942.72126
+7325,7325,149,213.0,007100,,40.736526545,-74.000108805,246.0,001502,40.7088053467,-74.00635276,1375.90638764,7095,5633,3459,3844,001502,221282059.103,007100,68447429.2743,007100,662429658.0,001502,007100,25089.2694386,82052,77531,hub,hub,non_hub,583934.59195,4506907.22889,584426.995774,4509990.4524
+7326,7326,371,213.0,007100,,40.736526545,-74.000108805,214.0,001600,40.7153350167,-73.9943926833,1080.14612193,8236,5633,3242,3844,001600,76565505.7581,007100,68447429.2743,007100,662429658.0,001600,007100,25089.2694386,82798,77531,hub,hub,non_hub,584936.591099,4507643.5622,584426.995774,4509990.4524
+7327,7327,675,284.0,007100,,40.736526545,-74.000108805,308.0,001800,40.7193657075,-73.9906468425,919.141570621,8063,5633,3489,3844,001800,60554858.5127,007100,68447429.2743,007100,662429658.0,001800,007100,25089.2694386,133306,77531,hub,hub,non_hub,585247.838585,4508094.62497,584426.995774,4509990.4524
+7328,7328,409,142.0,007100,,40.736526545,-74.000108805,92.0,002000,40.721554605,-73.977309405,974.257596284,4795,5633,1899,3844,002000,17907673.5628,007100,68447429.2743,007100,662429658.0,002000,007100,25089.2694386,31656,77531,hub,hub,non_hub,586371.478696,4508350.63994,584426.995774,4509990.4524
+7329,7329,670,284.0,007100,,40.736526545,-74.000108805,204.0,002100,40.71451321,-74.0108850975,993.215879742,6111,5633,3038,3844,002100,273869828.705,007100,68447429.2743,007100,662429658.0,002100,007100,25089.2694386,151037,77531,hub,hub,non_hub,583544.598931,4507536.51732,584426.995774,4509990.4524
+7330,7330,81,142.0,007100,,40.736526545,-74.000108805,88.0,002201,40.71833027,-73.980972895,1067.6596908,6762,5633,3030,3844,002201,37585954.9949,007100,68447429.2743,007100,662429658.0,002201,007100,25089.2694386,26391,77531,hub,hub,non_hub,586066.226443,4507989.12022,584426.995774,4509990.4524
+7331,7331,124,71.0,007100,,40.736526545,-74.000108805,62.0,002202,40.7208736,-73.98085795,1014.97341772,2256,5633,1045,3844,002202,13179093.8977,007100,68447429.2743,007100,662429658.0,002202,007100,25089.2694386,23935,77531,hub,hub,non_hub,586072.658368,4508271.55961,584426.995774,4509990.4524
+7332,7332,122,142.0,007100,,40.736526545,-74.000108805,96.0,002400,40.724744875,-73.974986535,1024.70928094,5775,5633,2175,3844,002400,17986635.5592,007100,68447429.2743,007100,662429658.0,002400,007100,25089.2694386,17965,77531,hub,hub,non_hub,586563.526382,4508707.06897,584426.995774,4509990.4524
+7333,7333,43,142.0,007100,,40.736526545,-74.000108805,124.0,002500,40.7111743,-73.99849582,1536.02978098,5061,5633,1917,3844,002500,22428407.6271,007100,68447429.2743,007100,662429658.0,002500,007100,25089.2694386,28216,77531,hub,hub,non_hub,584595.28909,4507177.73549,584426.995774,4509990.4524
+7334,7334,198,71.0,007100,,40.736526545,-74.000108805,62.0,002601,40.72299208,-73.97995466,887.581045752,3774,5633,1593,3844,002601,22248722.3098,007100,68447429.2743,007100,662429658.0,002601,007100,25089.2694386,22144,77531,hub,hub,non_hub,586146.216204,4508507.61099,584426.995774,4509990.4524
+7335,7335,33,71.0,007100,,40.736526545,-74.000108805,54.0,002700,40.71307916,-73.99851193,1115.24305556,1191,5633,655,3844,002700,11349914.9514,007100,68447429.2743,007100,662429658.0,002700,007100,25089.2694386,20570,77531,hub,hub,non_hub,584591.517275,4507389.17181,584426.995774,4509990.4524
+7336,7336,699,71.0,007100,,40.736526545,-74.000108805,64.0,002800,40.72521311,-73.97768752,791.922830352,7302,5633,3341,3844,002800,47641507.3146,007100,68447429.2743,007100,662429658.0,002800,007100,25089.2694386,36744,77531,hub,hub,non_hub,586334.816403,4508756.38709,584426.995774,4509990.4524
+7337,7337,156,71.0,007100,,40.736526545,-74.000108805,86.0,002900,40.71602118,-73.99974372,968.966346154,5855,5633,2420,3844,002900,200965547.24,007100,68447429.2743,007100,662429658.0,002900,007100,25089.2694386,31936,77531,hub,hub,non_hub,584483.752153,4507714.56961,584426.995774,4509990.4524
+7338,7338,376,71.0,007100,,40.736526545,-74.000108805,70.0,003001,40.72066442,-73.98517977,877.692946887,4301,5633,2553,3844,003001,34302720.7166,007100,68447429.2743,007100,662429658.0,003001,007100,25089.2694386,41223,77531,hub,hub,non_hub,585707.91731,4508244.11218,584426.995774,4509990.4524
+7339,7339,403,71.0,007100,,40.736526545,-74.000108805,74.0,003002,40.72217444,-73.98368779,822.273011177,3031,5633,1885,3844,003002,18686109.2263,007100,68447429.2743,007100,662429658.0,003002,007100,25089.2694386,38675,77531,hub,hub,non_hub,585831.986427,4508413.19181,584426.995774,4509990.4524
+7340,7340,140,213.0,007100,,40.736526545,-74.000108805,242.0,003100,40.7140617467,-74.0041933367,1030.00344246,2809,5633,858,3844,003100,145687012.574,007100,68447429.2743,007100,662429658.0,003100,007100,25089.2694386,81469,77531,hub,hub,non_hub,584110.388584,4507492.78891,584426.995774,4509990.4524
+7341,7341,1797,213.0,007100,,40.736526545,-74.000108805,200.0,003200,40.7260543867,-73.9823576167,753.048597111,7630,5633,4888,3844,003200,46369492.482,007100,68447429.2743,007100,662429658.0,003200,007100,25089.2694386,138064,77531,hub,hub,non_hub,585939.335766,4508845.19329,584426.995774,4509990.4524
+7342,7342,713,355.0,007100,,40.736526545,-74.000108805,346.0,003300,40.7188241709,-74.0063292428,783.426113525,5174,5633,2694,3844,003300,215459582.054,007100,68447429.2743,007100,662429658.0,003300,007100,25089.2694386,115059,77531,hub,hub,non_hub,583923.996104,4508019.40583,584426.995774,4509990.4524
+7343,7343,711,71.0,007100,,40.736526545,-74.000108805,78.0,003400,40.72955361,-73.98057249,726.428405509,6706,5633,4203,3844,003400,42933229.7541,007100,68447429.2743,007100,662429658.0,003400,007100,25089.2694386,47926,77531,hub,hub,non_hub,586085.581298,4509235.37985,584426.995774,4509990.4524
+7344,7344,598,142.0,007100,,40.736526545,-74.000108805,132.0,003601,40.72217423,-73.990293175,807.865966803,3299,5633,1613,3844,003601,29191583.8104,007100,68447429.2743,007100,662429658.0,003601,007100,25089.2694386,77585,77531,hub,hub,non_hub,585274.124459,4508406.73315,584426.995774,4509990.4524
+7345,7345,785,142.0,007100,,40.736526545,-74.000108805,124.0,003602,40.724852985,-73.989265345,705.350772131,2918,5633,1586,3844,003602,24941258.1161,007100,68447429.2743,007100,662429658.0,003602,007100,25089.2694386,82124,77531,hub,hub,non_hub,585357.507872,4508705.09166,584426.995774,4509990.4524
+7346,7346,1791,284.0,007100,,40.736526545,-74.000108805,296.0,003700,40.7256696075,-74.0052069325,566.133287481,2401,5633,1490,3844,003700,212385639.924,007100,68447429.2743,007100,662429658.0,003700,007100,25089.2694386,173333,77531,hub,hub,non_hub,584010.178026,4508780.36793,584426.995774,4509990.4524
+7347,7347,2264,284.0,007100,,40.736526545,-74.000108805,320.0,003800,40.72765889,-73.988195855,601.257647316,8610,5633,5795,3844,003800,67437493.5221,007100,68447429.2743,007100,662429658.0,003800,007100,25089.2694386,167230,77531,hub,hub,non_hub,585444.239635,4509017.60641,584426.995774,4509990.4524
+7348,7348,589,284.0,007100,,40.736526545,-74.000108805,212.0,003900,40.7201717475,-74.00983051,832.401993187,5253,5633,3059,3844,003900,194910113.03,007100,68447429.2743,007100,662429658.0,003900,007100,25089.2694386,113624,77531,hub,hub,non_hub,583626.593058,4508165.65565,584426.995774,4509990.4524
+7349,7349,1800,142.0,007100,,40.736526545,-74.000108805,132.0,004000,40.73000573,-73.98549552,581.730200188,9801,5633,4546,3844,004000,66858387.5133,007100,68447429.2743,007100,662429658.0,004000,007100,25089.2694386,99660,77531,hub,hub,non_hub,585669.269443,4509280.75306,584426.995774,4509990.4524
+7350,7350,691,142.0,007100,,40.736526545,-74.000108805,128.0,004100,40.7195529,-73.996789035,902.587130976,7793,5633,3765,3844,004100,71738983.3617,007100,68447429.2743,007100,662429658.0,004100,007100,25089.2694386,114685,77531,hub,hub,non_hub,584728.836557,4508109.46034,584426.995774,4509990.4524
+7351,7351,802,71.0,007100,,40.736526545,-74.000108805,70.0,004200,40.73223272,-73.98889957,489.656117258,4988,5633,1801,3844,004200,39941846.3325,007100,68447429.2743,007100,662429658.0,004200,007100,25089.2694386,50846,77531,hub,hub,non_hub,585378.96492,4509524.64843,584426.995774,4509990.4524
+7352,7352,946,142.0,007100,,40.736526545,-74.000108805,134.0,004300,40.723870235,-73.995226525,685.364626177,4267,5633,2598,3844,004300,65935514.1184,007100,68447429.2743,007100,662429658.0,004300,007100,25089.2694386,95162,77531,hub,hub,non_hub,584855.320992,4508590.22212,584426.995774,4509990.4524
+7353,7353,705,142.0,007100,,40.736526545,-74.000108805,120.0,004400,40.73080269,-73.97968993,741.665181403,17710,5633,8297,3844,004400,114601147.016,007100,68447429.2743,007100,662429658.0,004400,007100,25089.2694386,106427,77531,hub,hub,non_hub,586158.498991,4509374.90208,584426.995774,4509990.4524
+7354,7354,169,71.0,007100,,40.736526545,-74.000108805,54.0,004500,40.71910537,-73.99973337,961.575504829,840,5633,582,3844,004500,52009114.8865,007100,68447429.2743,007100,662429658.0,004500,007100,25089.2694386,34275,77531,hub,hub,non_hub,584480.726971,4508056.94497,584426.995774,4509990.4524
+7355,7355,266,71.0,007100,,40.736526545,-74.000108805,78.0,004700,40.72165481,-74.00234737,723.251312785,2267,5633,1586,3844,004700,75477587.1594,007100,68447429.2743,007100,662429658.0,004700,007100,25089.2694386,27544,77531,hub,hub,non_hub,584256.734795,4508337.43837,584426.995774,4509990.4524
+7356,7356,361,71.0,007100,,40.736526545,-74.000108805,70.0,004800,40.73624527,-73.98473765,667.435658482,7550,5633,3799,3844,004800,74763044.6965,007100,68447429.2743,007100,662429658.0,004800,007100,25089.2694386,42567,77531,hub,hub,non_hub,585725.258797,4509974.12516,584426.995774,4509990.4524
+7357,7357,917,142.0,007100,,40.736526545,-74.000108805,146.0,004900,40.724268615,-74.000521515,650.797178098,4951,5633,3054,3844,004900,103848670.177,007100,68447429.2743,007100,662429658.0,004900,007100,25089.2694386,80152,77531,hub,hub,non_hub,584407.63728,4508629.34168,584426.995774,4509990.4524
+7358,7358,926,213.0,007100,,40.736526545,-74.000108805,186.0,005000,40.7359163467,-73.9873427633,559.661214762,5061,5633,3595,3844,005000,120638459.215,007100,68447429.2743,007100,662429658.0,005000,007100,25089.2694386,111023,77531,hub,hub,non_hub,585505.709717,4509935.07175,584426.995774,4509990.4524
+7359,7359,1815,142.0,007100,,40.736526545,-74.000108805,212.0,005200,40.73715585,-73.991241315,438.304950097,4193,5633,1785,3844,005200,109103391.81,007100,68447429.2743,007100,662429658.0,005200,007100,25089.2694386,159876,77531,hub,hub,non_hub,585174.941657,4510068.87544,584426.995774,4509990.4524
+7360,7360,807,71.0,007100,,40.736526545,-74.000108805,94.0,005400,40.73971301,-73.99456405,399.716376802,4656,5633,2837,3844,005400,128803552.888,007100,68447429.2743,007100,662429658.0,005400,007100,25089.2694386,73728,77531,hub,hub,non_hub,584891.129718,4510349.51956,584426.995774,4509990.4524
+7361,7361,773,71.0,007100,,40.736526545,-74.000108805,60.0,005501,40.72679454,-73.99695094,575.760759449,5079,5633,2483,3844,005501,61061928.4125,007100,68447429.2743,007100,662429658.0,005501,007100,25089.2694386,57258,77531,hub,hub,non_hub,584705.980012,4508913.17477,584426.995774,4509990.4524
+7362,7362,667,71.0,007100,,40.736526545,-74.000108805,54.0,005502,40.72743423,-73.99379025,555.285752382,2383,5633,1262,3844,005502,49017118.6146,007100,68447429.2743,007100,662429658.0,005502,007100,25089.2694386,55117,77531,hub,hub,non_hub,584972.085912,4508987.23863,584426.995774,4509990.4524
+7363,7363,1144,142.0,007100,,40.736526545,-74.000108805,190.0,005600,40.74065347,-73.98778661,581.403073612,2618,5633,2190,3844,005600,189153355.609,007100,68447429.2743,007100,662429658.0,005600,007100,25089.2694386,113209,77531,hub,hub,non_hub,585462.168743,4510460.49357,584426.995774,4509990.4524
+7364,7364,2747,142.0,007100,,40.736526545,-74.000108805,164.0,005700,40.729662915,-73.992405595,438.74215661,2937,5633,1789,3844,005700,90178032.7137,007100,68447429.2743,007100,662429658.0,005700,007100,25089.2694386,156896,77531,hub,hub,non_hub,585086.179601,4509235.9788,584426.995774,4509990.4524
+7365,7365,1025,142.0,007100,,40.736526545,-74.000108805,174.0,005800,40.743154205,-73.990299735,579.056405889,3182,5633,2306,3844,005800,164037511.755,007100,68447429.2743,007100,662429658.0,005800,007100,25089.2694386,130970,77531,hub,hub,non_hub,585246.786708,4510735.64918,584426.995774,4509990.4524
+7366,7366,869,71.0,007100,,40.736526545,-74.000108805,62.0,005900,40.73049393,-73.9957214,390.173550136,5516,5633,3276,3844,005900,71785177.1361,007100,68447429.2743,007100,662429658.0,005900,007100,25089.2694386,53180,77531,hub,hub,non_hub,584805.117402,4509325.01914,584426.995774,4509990.4524
+7367,7367,295,142.0,007100,,40.736526545,-74.000108805,126.0,006000,40.734822295,-73.976916765,858.584407031,5286,5633,2459,3844,006000,27468182.8943,007100,68447429.2743,007100,662429658.0,006000,007100,25089.2694386,80462,77531,hub,hub,non_hub,586387.478737,4509823.83141,584426.995774,4509990.4524
+7368,7368,6249,284.0,007100,,40.736526545,-74.000108805,282.0,006100,40.73385254,-73.992357065,360.020871821,4913,5633,2683,3844,006100,91682014.33,007100,68447429.2743,007100,662429658.0,006100,007100,25089.2694386,245510,77531,hub,hub,hub,585084.940162,4509701.10308,584426.995774,4509990.4524
+7369,7369,124,71.0,007100,,40.736526545,-74.000108805,60.0,006200,40.7381765,-73.97738662,767.390940037,4680,5633,1401,3844,006200,231817485.533,007100,68447429.2743,007100,662429658.0,006200,007100,25089.2694386,33218,77531,hub,hub,non_hub,586343.467107,4510195.70961,584426.995774,4509990.4524
+7370,7370,1738,213.0,007100,,40.736526545,-74.000108805,198.0,006300,40.7346940933,-73.99785666,464.640489586,6076,5633,4277,3844,006300,85447631.8451,007100,68447429.2743,007100,662429658.0,006300,007100,25089.2694386,120233,77531,hub,hub,non_hub,584619.48321,4509789.20591,584426.995774,4509990.4524
+7371,7371,458,71.0,007100,,40.736526545,-74.000108805,78.0,006400,40.73587678,-73.98205027,694.55493209,7518,5633,5058,3844,006400,95664936.1545,007100,68447429.2743,007100,662429658.0,006400,007100,25089.2694386,47750,77531,hub,hub,non_hub,585952.649806,4509935.84788,584426.995774,4509990.4524
+7372,7372,1805,213.0,007100,,40.736526545,-74.000108805,212.0,006500,40.7306296367,-73.9991423,395.000980947,6517,5633,3568,3844,006500,59290910.3694,007100,68447429.2743,007100,662429658.0,006500,007100,25089.2694386,125356,77531,hub,hub,non_hub,584516.067395,4509336.78488,584426.995774,4509990.4524
+7373,7373,268,142.0,007100,,40.736526545,-74.000108805,164.0,006600,40.739285505,-73.97827188,782.338452381,11780,5633,6818,3844,006600,84730469.4548,007100,68447429.2743,007100,662429658.0,006600,007100,25089.2694386,74621,77531,hub,hub,non_hub,586267.286922,4510317.94668,584426.995774,4509990.4524
+7374,7374,1207,71.0,007100,,40.736526545,-74.000108805,78.0,006700,40.73038599,-74.00214988,320.423529412,4984,5633,3796,3844,006700,47238039.9972,007100,68447429.2743,007100,662429658.0,006700,007100,25089.2694386,70025,77531,hub,hub,non_hub,584262.399901,4509306.84766,584426.995774,4509990.4524
+7375,7375,357,71.0,007100,,40.736526545,-74.000108805,78.0,006800,40.74025878,-73.98409214,658.298888889,6735,5633,4494,3844,006800,130298431.446,007100,68447429.2743,007100,662429658.0,006800,007100,25089.2694386,58926,77531,hub,hub,non_hub,585774.608423,4510420.28363,584426.995774,4509990.4524
+7376,7376,1801,142.0,007100,,40.736526545,-74.000108805,134.0,006900,40.732319905,-74.0069291,449.319439453,2687,5633,1484,3844,006900,61292499.9331,007100,68447429.2743,007100,662429658.0,006900,007100,25089.2694386,130727,77531,hub,hub,non_hub,583856.38945,4509516.94969,584426.995774,4509990.4524
+7377,7377,442,213.0,007100,,40.736526545,-74.000108805,254.0,007000,40.7425202397,-73.9756238126,831.743148986,8302,5633,5669,3844,007000,78634704.8451,007100,68447429.2743,007100,662429658.0,007000,007100,25089.2694386,145227,77531,hub,hub,non_hub,586486.683722,4510679.63108,584426.995774,4509990.4524
+7378,7378,562,213.0,007100,,40.736526545,-74.000108805,252.0,007200,40.7447014833,-73.98154809,826.872968834,7734,5633,5222,3844,007200,132092861.454,007100,68447429.2743,007100,662429658.0,007200,007100,25089.2694386,157612,77531,hub,hub,non_hub,585983.687715,4510915.94446,584426.995774,4509990.4524
+7379,7379,1322,142.0,007100,,40.736526545,-74.000108805,118.0,007300,40.734682705,-74.00388484,367.093096689,5615,5633,4547,3844,007300,48716185.79,007100,68447429.2743,007100,662429658.0,007300,007100,25089.2694386,92567,77531,hub,hub,non_hub,584110.479319,4509782.14883,584426.995774,4509990.4524
+7380,7380,440,142.0,007100,,40.736526545,-74.000108805,172.0,007400,40.746413585,-73.98586892,668.631799083,4179,5633,2700,3844,007400,170614202.951,007100,68447429.2743,007100,662429658.0,007400,007100,25089.2694386,81121,77531,hub,hub,non_hub,585616.696258,4511101.7763,584426.995774,4509990.4524
+7381,7381,443,142.0,007100,,40.736526545,-74.000108805,138.0,007600,40.74737476,-73.988320695,707.145773991,2203,5633,1573,3844,007600,242014413.464,007100,68447429.2743,007100,662429658.0,007600,007100,25089.2694386,97464,77531,hub,hub,non_hub,585408.475283,4511206.08492,584426.995774,4509990.4524
+7382,7382,1003,71.0,007100,,40.736526545,-74.000108805,86.0,007700,40.7390169121,-74.0026376103,396.878770096,5404,5633,4254,3844,007700,59306273.1509,007100,68447429.2743,007100,662429658.0,007700,007100,25089.2694386,79025,77531,hub,hub,non_hub,584210.329106,4510264.47156,584426.995774,4509990.4524
+7383,7383,118,71.0,007100,,40.736526545,-74.000108805,78.0,007800,40.74780373,-73.9734419,961.757693414,7380,5633,5372,3844,007800,112124597.728,007100,68447429.2743,007100,662429658.0,007800,007100,25089.2694386,59601,77531,hub,hub,non_hub,586664.043115,4511268.28888,584426.995774,4509990.4524
+7384,7384,3337,355.0,007100,,40.736526545,-74.000108805,348.0,007900,40.738916514,-74.007286026,440.91455728,4406,5633,2904,3844,007900,86937368.5918,007100,68447429.2743,007100,662429658.0,007900,007100,25089.2694386,171846,77531,hub,hub,hub,583817.969395,4510248.87788,584426.995774,4509990.4524
+7385,7385,247,142.0,007100,,40.736526545,-74.000108805,142.0,008000,40.7485693,-73.97717991,979.889055472,4946,5633,3730,3844,008000,197763821.532,007100,68447429.2743,007100,662429658.0,008000,007100,25089.2694386,74808,77531,hub,hub,non_hub,586347.477591,4511349.58844,584426.995774,4509990.4524
+7386,7386,470,71.0,007100,,40.736526545,-74.000108805,78.0,008100,40.73935542,-73.99931783,444.434302595,8675,5633,5315,3844,008100,91100400.6907,007100,68447429.2743,007100,662429658.0,008100,007100,25089.2694386,53195,77531,hub,hub,non_hub,584490.204148,4510305.23824,584426.995774,4509990.4524
+7387,7387,704,213.0,007100,,40.736526545,-74.000108805,350.0,008200,40.7519424746,-73.9793472361,962.509039498,3442,5633,2534,3844,008200,262405408.076,007100,68447429.2743,007100,662429658.0,008200,007100,25089.2694386,228612,77531,hub,hub,non_hub,586160.152292,4511721.90544,584426.995774,4509990.4524
+7388,7388,1998,284.0,007100,,40.736526545,-74.000108805,238.0,008300,40.742591315,-74.004102785,459.366311537,4211,5633,2321,3844,008300,119862327.354,007100,68447429.2743,007100,662429658.0,008300,007100,25089.2694386,186113,77531,hub,hub,non_hub,584082.11654,4510659.85081,584426.995774,4509990.4524
+7389,7389,128,71.0,007100,,40.736526545,-74.000108805,76.0,008400,40.75038009,-73.98338988,834.327403015,1726,5633,1041,3844,008400,147824461.739,007100,68447429.2743,007100,662429658.0,008400,007100,25089.2694386,34199,77531,hub,hub,non_hub,585820.889203,4511544.50828,584426.995774,4509990.4524
+7390,7390,66,71.0,007100,,40.736526545,-74.000108805,86.0,008601,40.744219,-73.97121214,1073.92136855,2551,5633,1528,3844,008601,31141773.9073,007100,68447429.2743,007100,662429658.0,008601,007100,25089.2694386,31961,77531,hub,hub,non_hub,586856.951039,4510872.56191,584426.995774,4509990.4524
+7391,7391,3244,142.0,007100,,40.736526545,-74.000108805,156.0,008700,40.74206378,-73.995708955,368.6435713,6671,5633,4249,3844,008700,85660216.7821,007100,68447429.2743,007100,662429658.0,008700,007100,25089.2694386,152953,77531,hub,hub,hub,584791.475936,4510609.36503,584426.995774,4509990.4524
+7392,7392,115,142.0,007100,,40.736526545,-74.000108805,156.0,008800,40.75012189,-73.970133575,948.034450272,6964,5633,5507,3844,008800,216532475.876,007100,68447429.2743,007100,662429658.0,008800,007100,25089.2694386,43247,77531,hub,hub,non_hub,586940.323322,4511528.89362,584426.995774,4509990.4524
+7393,7393,1839,213.0,007100,,40.736526545,-74.000108805,240.0,008900,40.74529008,-74.0021768567,532.212212866,5560,5633,3511,3844,008900,54419260.2723,007100,68447429.2743,007100,662429658.0,008900,007100,25089.2694386,158638,77531,hub,hub,non_hub,584241.316685,4510961.27944,584426.995774,4509990.4524
+7394,7394,147,213.0,007100,,40.736526545,-74.000108805,220.0,009000,40.75261798,-73.9703317533,1050.86856061,7026,5633,5832,3844,009000,208846060.851,007100,68447429.2743,007100,662429658.0,009000,007100,25089.2694386,74531,77531,hub,hub,non_hub,586920.342162,4511805.78171,584426.995774,4509990.4524
+7395,7395,1121,71.0,007100,,40.736526545,-74.000108805,78.0,009100,40.74487634,-73.99529885,399.203661932,6415,5633,4386,3844,009100,127325659.041,007100,68447429.2743,007100,662429658.0,009100,007100,25089.2694386,63878,77531,hub,hub,non_hub,584822.527687,4510921.97538,584426.995774,4509990.4524
+7396,7396,124,142.0,007100,,40.736526545,-74.000108805,220.0,009200,40.7548518863,-73.9734329075,1102.38636364,1754,5633,1461,3844,009200,408192557.246,007100,68447429.2743,007100,662429658.0,009200,007100,25089.2694386,72226,77531,hub,hub,non_hub,586655.650548,4512050.69496,584426.995774,4509990.4524
+7397,7397,547,71.0,007100,,40.736526545,-74.000108805,78.0,009300,40.74475148,-73.99915362,521.134767799,9705,5633,5585,3844,009300,68528055.2433,007100,68447429.2743,007100,662429658.0,009300,007100,25089.2694386,52202,77531,hub,hub,non_hub,584497.239363,4510904.39701,584426.995774,4509990.4524
+7398,7398,209,71.0,007100,,40.736526545,-74.000108805,62.0,009400,40.75320159,-73.9779874,920.318824194,29,5633,16,3844,009400,299218147.811,007100,68447429.2743,007100,662429658.0,009400,007100,25089.2694386,82147,77531,hub,hub,non_hub,586273.319314,4511863.01244,584426.995774,4509990.4524
+7399,7399,680,71.0,007100,,40.736526545,-74.000108805,102.0,009500,40.746647,-73.993915,484.415848596,3425,5633,1416,3844,009500,129660033.725,007100,68447429.2743,007100,662429658.0,009500,007100,25089.2694386,57488,77531,hub,hub,non_hub,584937.108907,4511119.86954,584426.995774,4509990.4524
+7400,7400,212,213.0,007100,,40.736526545,-74.000108805,280.0,009600,40.7560587969,-73.9803808177,928.625511993,153,5633,268,3844,009600,270304841.585,007100,68447429.2743,007100,662429658.0,009600,007100,25089.2694386,71527,77531,hub,hub,non_hub,586067.590363,4512177.83333,584426.995774,4509990.4524
+7401,7401,847,213.0,007100,,40.736526545,-74.000108805,198.0,009700,40.7493616033,-73.9991321067,678.413556394,4744,5633,2827,3844,009700,83018263.1602,007100,68447429.2743,007100,662429658.0,009700,007100,25089.2694386,118804,77531,hub,hub,non_hub,584493.220017,4511416.17434,584426.995774,4509990.4524
+7402,7402,67,142.0,007100,,40.736526545,-74.000108805,140.0,009800,40.755285655,-73.96667288,1272.64520202,7105,5633,5244,3844,009800,115943808.909,007100,68447429.2743,007100,662429658.0,009800,007100,25089.2694386,40039,77531,hub,hub,non_hub,587225.727282,4512105.54383,584426.995774,4509990.4524
+7403,7403,1642,355.0,007100,,40.736526545,-74.000108805,370.0,009900,40.7520807866,-74.0031899092,830.521810582,3617,5633,2438,3844,009900,404439511.776,007100,68447429.2743,007100,662429658.0,009900,007100,25089.2694386,208076,77531,hub,hub,non_hub,584147.226991,4511714.12465,584426.995774,4509990.4524
+7404,7404,178,213.0,007100,,40.736526545,-74.000108805,242.0,010000,40.7583696933,-73.9710287767,1193.13976414,1829,5633,1399,3844,010000,366457143.613,007100,68447429.2743,007100,662429658.0,010000,007100,25089.2694386,72085,77531,hub,hub,non_hub,586854.014885,4512443.57459,584426.995774,4509990.4524
+7405,7405,990,213.0,007100,,40.736526545,-74.000108805,254.0,010100,40.74945622,-73.9903382667,618.551411723,1119,5633,828,3844,010100,246168211.101,007100,68447429.2743,007100,662429658.0,010100,007100,25089.2694386,183377,77531,hub,hub,non_hub,585235.486219,4511435.18064,584426.995774,4509990.4524
+7406,7406,90,142.0,007100,,40.736526545,-74.000108805,162.0,010200,40.7606694,-73.973473555,1344.07872309,313,5633,268,3844,010200,333450202.294,007100,68447429.2743,007100,662429658.0,010200,007100,25089.2694386,46675,77531,hub,hub,non_hub,586644.664817,4512696.44233,584426.995774,4509990.4524
+7407,7407,930,142.0,007100,,40.736526545,-74.000108805,196.0,010300,40.751000495,-73.994372255,745.516310726,1859,5633,1351,3844,010300,141506056.87,007100,68447429.2743,007100,662429658.0,010300,007100,25089.2694386,221593,77531,hub,hub,non_hub,584892.968074,4511602.69644,584426.995774,4509990.4524
+7408,7408,155,142.0,007100,,40.736526545,-74.000108805,150.0,010400,40.761664375,-73.976854975,1242.32703834,1031,5633,1033,3844,010400,363981333.295,007100,68447429.2743,007100,662429658.0,010400,007100,25089.2694386,65073,77531,hub,hub,non_hub,586357.961325,4512803.55852,584426.995774,4509990.4524
+7409,7409,61,71.0,007100,,40.736526545,-74.000108805,66.0,010602,40.75849116,-73.95920622,1335.00629291,4794,5633,2963,3844,010602,67980898.3739,007100,68447429.2743,007100,662429658.0,010602,007100,25089.2694386,22153,77531,hub,hub,non_hub,587851.796682,4512468.82754,584426.995774,4509990.4524
+7410,7410,195,213.0,007100,,40.736526545,-74.000108805,234.0,010800,40.7591736033,-73.96613818,1193.05372657,8531,5633,6272,3844,010800,189351523.799,007100,68447429.2743,007100,662429658.0,010800,007100,25089.2694386,79198,77531,hub,hub,non_hub,587265.778542,4512537.66689,584426.995774,4509990.4524
+7411,7411,266,142.0,007100,,40.736526545,-74.000108805,228.0,010900,40.751351715,-73.987594755,738.362983242,182,5633,92,3844,010900,228173063.011,007100,68447429.2743,007100,662429658.0,010900,007100,25089.2694386,60092,77531,hub,hub,non_hub,585464.669441,4511648.26242,584426.995774,4509990.4524
+7412,7412,99,71.0,007100,,40.736526545,-74.000108805,118.0,011201,40.7643971,-73.97371465,1491.89522059,827,5633,964,3844,011201,118515444.187,007100,68447429.2743,007100,662429658.0,011201,007100,25089.2694386,41525,77531,hub,hub,non_hub,586619.474659,4513110.00718,584426.995774,4509990.4524
+7413,7413,75,71.0,007100,,40.736526545,-74.000108805,66.0,011203,40.76095756,-73.96724467,1372.83796296,1176,5633,1160,3844,011203,143782379.009,007100,68447429.2743,007100,662429658.0,011203,007100,25089.2694386,48033,77531,hub,hub,non_hub,587170.050102,4512734.59972,584426.995774,4509990.4524
+7414,7414,875,284.0,007100,,40.736526545,-74.000108805,396.0,011300,40.7548008425,-73.9888010575,882.967603516,204,5633,107,3844,011300,357940519.061,007100,68447429.2743,007100,662429658.0,011300,007100,25089.2694386,236650,77531,hub,hub,non_hub,585358.423228,4512029.96675,584426.995774,4509990.4524
+7415,7415,442,142.0,007100,,40.736526545,-74.000108805,164.0,011500,40.75701407,-73.992353645,946.273291404,2487,5633,1678,3844,011500,130958459.747,007100,68447429.2743,007100,662429658.0,011500,007100,25089.2694386,103294,77531,hub,hub,non_hub,585055.712647,4512272.20178,584426.995774,4509990.4524
+7416,7416,247,142.0,007100,,40.736526545,-74.000108805,168.0,011700,40.76058799,-74.00080945,1100.69811201,2938,5633,2304,3844,011700,91270705.1484,007100,68447429.2743,007100,662429658.0,011700,007100,25089.2694386,73016,77531,hub,hub,non_hub,584337.427395,4512660.77158,584426.995774,4509990.4524
+7417,7417,134,71.0,007100,,40.736526545,-74.000108805,68.0,011900,40.7568001,-73.98291153,1230.17096045,1079,5633,1121,3844,011900,395254501.74,007100,68447429.2743,007100,662429658.0,011900,007100,25089.2694386,39976,77531,hub,hub,non_hub,585853.012005,4512257.64444,584426.995774,4509990.4524
+7418,7418,582,213.0,007100,,40.736526545,-74.000108805,218.0,012100,40.7598593767,-73.9914900133,1074.42996004,8366,5633,5744,3844,012100,101223732.045,007100,68447429.2743,007100,662429658.0,012100,007100,25089.2694386,132767,77531,hub,hub,non_hub,585124.983126,4512588.88932,584426.995774,4509990.4524
+7419,7419,94,71.0,007100,,40.736526545,-74.000108805,102.0,012500,40.76064679,-73.98442659,1168.55407271,2439,5633,2096,3844,012500,322911522.418,007100,68447429.2743,007100,662429658.0,012500,007100,25089.2694386,45486,77531,hub,hub,non_hub,585720.180916,4512683.17447,584426.995774,4509990.4524
+7420,7420,266,142.0,007100,,40.736526545,-74.000108805,168.0,012700,40.762485435,-73.990447135,1144.45076582,6437,5633,4434,3844,012700,104637996.687,007100,68447429.2743,007100,662429658.0,012700,007100,25089.2694386,83393,77531,hub,hub,non_hub,585209.656415,4512881.41361,584426.995774,4509990.4524
+7421,7421,111,71.0,007100,,40.736526545,-74.000108805,48.0,012900,40.76341379,-73.99667444,1229.1548495,5312,5633,3621,3844,012900,158698340.053,007100,68447429.2743,007100,662429658.0,012900,007100,25089.2694386,28661,77531,hub,hub,non_hub,584682.864463,4512978.43901,584426.995774,4509990.4524
+7422,7422,199,213.0,007100,,40.736526545,-74.000108805,320.0,013100,40.7621295133,-73.98215453,1169.4239712,2489,5633,2283,3844,013100,405023451.28,007100,68447429.2743,007100,662429658.0,013100,007100,25089.2694386,107228,77531,hub,hub,non_hub,585910.04945,4512849.98999,584426.995774,4509990.4524
+7423,7423,262,213.0,007100,,40.736526545,-74.000108805,202.0,013300,40.7647250567,-73.9866537633,1169.82139694,5363,5633,3909,3844,013300,79847412.2593,007100,68447429.2743,007100,662429658.0,013300,007100,25089.2694386,89810,77531,hub,hub,non_hub,585526.963405,4513133.71926,584426.995774,4509990.4524
+7424,7424,198,142.0,007100,,40.736526545,-74.000108805,130.0,013500,40.766984435,-73.99227308,1196.94277638,6075,5633,3935,3844,013500,198199142.958,007100,68447429.2743,007100,662429658.0,013500,007100,25089.2694386,64723,77531,hub,hub,non_hub,585049.80204,4513379.06475,584426.995774,4509990.4524
+7425,7425,206,142.0,007100,,40.736526545,-74.000108805,196.0,013700,40.766109285,-73.981808355,1256.61992328,6557,5633,5442,3844,013700,314878324.419,007100,68447429.2743,007100,662429658.0,013700,007100,25089.2694386,91142,77531,hub,hub,non_hub,585934.141665,4513292.1137,584426.995774,4509990.4524
+7426,7426,34,71.0,007100,,40.736526545,-74.000108805,54.0,013900,40.768254,-73.988639,1198.47192982,7607,5633,7359,3844,013900,139918084.587,007100,68447429.2743,007100,662429658.0,013900,007100,25089.2694386,26390,77531,hub,hub,non_hub,585354.890073,4513523.52534,584426.995774,4509990.4524
+7427,7427,77,71.0,007100,,40.736526545,-74.000108805,98.0,014300,40.76590936,-73.97634151,1411.68502052,3,5633,0,3844,014300,50027992.3322,007100,68447429.2743,007100,662429658.0,014300,007100,25089.2694386,21051,77531,hub,hub,non_hub,586395.803012,4513275.28949,584426.995774,4509990.4524
+7428,7428,188,71.0,007100,,40.736526545,-74.000108805,72.0,014500,40.76915505,-73.98191841,1523.80130164,5811,5633,3462,3844,014500,253397343.373,007100,68447429.2743,007100,662429658.0,014500,007100,25089.2694386,68350,77531,hub,hub,non_hub,585920.929601,4513630.10902,584426.995774,4509990.4524
+7429,7429,93,71.0,007100,,40.736526545,-74.000108805,110.0,014700,40.770513,-73.988038,1383.18732057,2586,5633,1743,3844,014700,70871746.8417,007100,68447429.2743,007100,662429658.0,014700,007100,25089.2694386,35099,77531,hub,hub,non_hub,585402.720353,4513774.87644,584426.995774,4509990.4524
+7430,7430,45,71.0,007100,,40.736526545,-74.000108805,72.0,015100,40.771522,-73.990541,1690.415,8105,5633,4856,3844,015100,164953931.102,007100,68447429.2743,007100,662429658.0,015100,007100,25089.2694386,17578,77531,hub,hub,non_hub,585190.192062,4513884.4495,584426.995774,4509990.4524
+7431,7431,880,142.0,007100,,40.736526545,-74.000108805,140.0,031703,40.71644312,-74.014902115,992.638876798,8670,5633,4231,3844,031703,332361109.355,007100,68447429.2743,007100,662429658.0,031703,007100,25089.2694386,136082,77531,hub,hub,non_hub,583202.897614,4507746.93647,584426.995774,4509990.4524
+7432,7432,459,213.0,007100,,40.736526545,-74.000108805,196.0,031704,40.7085171733,-74.0165557667,1280.68876939,6610,5633,3790,3844,031704,160823714.408,007100,68447429.2743,007100,662429658.0,031704,007100,25089.2694386,105244,77531,hub,hub,non_hub,583073.076824,4506865.54027,584426.995774,4509990.4524
+7433,7433,131,213.0,007100,,40.736526545,-74.000108805,170.0,000600,40.7128987867,-73.9898646367,1270.3068585,11558,5633,4083,3844,000600,59149181.7526,007100,68447429.2743,007100,662429658.0,000600,007100,25089.2694386,70053,77531,hub,hub,non_hub,585322.159723,4507377.5136,584426.995774,4509990.4524
+7434,7434,424,378.0,007200,,40.7447014833,-73.98154809,162.0,000202,40.71318002,-73.9818904933,1430.70927917,8012,7734,3598,5222,000202,37878157.9781,007200,132092861.454,007200,88052614.0,000202,007200,18538.850296,56352,155560,hub,hub,non_hub,585995.353038,4507416.50937,585983.687715,4510915.94446
+7435,7435,1402,882.0,007200,,40.7447014833,-73.98154809,774.0,000700,40.70581148,-74.0081572071,1676.95569629,7722,7734,5201,5222,000700,476954959.734,007200,132092861.454,007200,88052614.0,000700,007200,18538.850296,160040,155560,hub,hub,non_hub,583785.918305,4506573.16797,585983.687715,4510915.94446
+7436,7436,270,252.0,007200,,40.7447014833,-73.98154809,141.0,000800,40.712414475,-73.993471545,1523.58234328,10365,7734,4150,5222,000800,46479755.076,007200,132092861.454,007200,88052614.0,000800,007200,18538.850296,34254,155560,hub,hub,non_hub,585018.109713,4507320.25418,585983.687715,4510915.94446
+7437,7437,201,378.0,007200,,40.7447014833,-73.98154809,291.0,000900,40.7024745833,-74.01224785,1910.61871563,1140,7734,939,5222,000900,404341803.896,007200,132092861.454,007200,88052614.0,000900,007200,18538.850296,46446,155560,hub,hub,non_hub,583444.520998,4506198.85784,585983.687715,4510915.94446
+7438,7438,99,126.0,007200,,40.7447014833,-73.98154809,57.0,001002,40.71782143,-73.97628939,1233.87676768,6439,7734,2346,5222,001002,22763374.2099,007200,132092861.454,007200,88052614.0,001002,007200,18538.850296,15916,155560,hub,hub,non_hub,586462.45635,4507937.23607,585983.687715,4510915.94446
+7439,7439,309,252.0,007200,,40.7447014833,-73.98154809,138.0,001200,40.717364275,-73.982955325,1160.46103539,3547,7734,1857,5222,001200,23518220.7411,007200,132092861.454,007200,88052614.0,001200,007200,18538.850296,36493,155560,hub,hub,non_hub,585900.031125,4507879.94738,585983.687715,4510915.94446
+7440,7440,104,126.0,007200,,40.7447014833,-73.98154809,108.0,001300,40.70463334,-74.01361706,1933.90651828,3776,7734,3028,5222,001300,286606455.687,007200,132092861.454,007200,88052614.0,001300,007200,18538.850296,27671,155560,hub,hub,non_hub,583326.158808,4506437.19368,585983.687715,4510915.94446
+7441,7441,166,126.0,007200,,40.7447014833,-73.98154809,84.0,001401,40.71559509,-73.9870295,1238.84853866,3289,7734,1708,5222,001401,20168722.3199,007200,132092861.454,007200,88052614.0,001401,007200,18538.850296,26885,155560,hub,hub,non_hub,585558.18429,4507679.57909,585983.687715,4510915.94446
+7442,7442,159,252.0,007200,,40.7447014833,-73.98154809,201.0,001501,40.70966832,-74.003597135,1523.86111111,5581,7734,3450,5222,001501,172466366.322,007200,132092861.454,007200,88052614.0,001501,007200,18538.850296,27425,155560,hub,hub,non_hub,584166.279828,4507005.66129,585983.687715,4510915.94446
+7443,7443,495,378.0,007200,,40.7447014833,-73.98154809,369.0,001502,40.7088053467,-74.00635276,1637.92623755,7095,7734,3459,5222,001502,221282059.103,007200,132092861.454,007200,88052614.0,001502,007200,18538.850296,82052,155560,hub,hub,non_hub,583934.59195,4506907.22889,585983.687715,4510915.94446
+7444,7444,460,378.0,007200,,40.7447014833,-73.98154809,321.0,001600,40.7153350167,-73.9943926833,1303.31480698,8236,7734,3242,5222,001600,76565505.7581,007200,132092861.454,007200,88052614.0,001600,007200,18538.850296,82798,155560,hub,hub,non_hub,584936.591099,4507643.5622,585983.687715,4510915.94446
+7445,7445,1582,504.0,007200,,40.7447014833,-73.98154809,462.0,001800,40.7193657075,-73.9906468425,1034.95276096,8063,7734,3489,5222,001800,60554858.5127,007200,132092861.454,007200,88052614.0,001800,007200,18538.850296,133306,155560,hub,hub,non_hub,585247.838585,4508094.62497,585983.687715,4510915.94446
+7446,7446,224,252.0,007200,,40.7447014833,-73.98154809,138.0,002000,40.721554605,-73.977309405,1094.34848323,4795,7734,1899,5222,002000,17907673.5628,007200,132092861.454,007200,88052614.0,002000,007200,18538.850296,31656,155560,hub,hub,non_hub,586371.478696,4508350.63994,585983.687715,4510915.94446
+7447,7447,533,504.0,007200,,40.7447014833,-73.98154809,306.0,002100,40.71451321,-74.0108850975,1434.99999237,6111,7734,3038,5222,002100,273869828.705,007200,132092861.454,007200,88052614.0,002100,007200,18538.850296,151037,155560,hub,hub,non_hub,583544.598931,4507536.51732,585983.687715,4510915.94446
+7448,7448,162,252.0,007200,,40.7447014833,-73.98154809,132.0,002201,40.71833027,-73.980972895,1056.88105813,6762,7734,3030,5222,002201,37585954.9949,007200,132092861.454,007200,88052614.0,002201,007200,18538.850296,26391,155560,hub,hub,non_hub,586066.226443,4507989.12022,585983.687715,4510915.94446
+7449,7449,164,126.0,007200,,40.7447014833,-73.98154809,93.0,002202,40.7208736,-73.98085795,1133.78701058,2256,7734,1045,5222,002202,13179093.8977,007200,132092861.454,007200,88052614.0,002202,007200,18538.850296,23935,155560,hub,hub,non_hub,586072.658368,4508271.55961,585983.687715,4510915.94446
+7450,7450,188,252.0,007200,,40.7447014833,-73.98154809,144.0,002400,40.724744875,-73.974986535,1050.13129846,5775,7734,2175,5222,002400,17986635.5592,007200,132092861.454,007200,88052614.0,002400,007200,18538.850296,17965,155560,hub,hub,non_hub,586563.526382,4508707.06897,585983.687715,4510915.94446
+7451,7451,158,252.0,007200,,40.7447014833,-73.98154809,186.0,002500,40.7111743,-73.99849582,1441.16888422,5061,7734,1917,5222,002500,22428407.6271,007200,132092861.454,007200,88052614.0,002500,007200,18538.850296,28216,155560,hub,hub,non_hub,584595.28909,4507177.73549,585983.687715,4510915.94446
+7452,7452,262,126.0,007200,,40.7447014833,-73.98154809,93.0,002601,40.72299208,-73.97995466,1104.38657697,3774,7734,1593,5222,002601,22248722.3098,007200,132092861.454,007200,88052614.0,002601,007200,18538.850296,22144,155560,hub,hub,non_hub,586146.216204,4508507.61099,585983.687715,4510915.94446
+7453,7453,44,126.0,007200,,40.7447014833,-73.98154809,81.0,002700,40.71307916,-73.99851193,1431.50774411,1191,7734,655,5222,002700,11349914.9514,007200,132092861.454,007200,88052614.0,002700,007200,18538.850296,20570,155560,hub,hub,non_hub,584591.517275,4507389.17181,585983.687715,4510915.94446
+7454,7454,339,126.0,007200,,40.7447014833,-73.98154809,96.0,002800,40.72521311,-73.97768752,986.662638942,7302,7734,3341,5222,002800,47641507.3146,007200,132092861.454,007200,88052614.0,002800,007200,18538.850296,36744,155560,hub,hub,non_hub,586334.816403,4508756.38709,585983.687715,4510915.94446
+7455,7455,259,126.0,007200,,40.7447014833,-73.98154809,129.0,002900,40.71602118,-73.99974372,1304.00353438,5855,7734,2420,5222,002900,200965547.24,007200,132092861.454,007200,88052614.0,002900,007200,18538.850296,31936,155560,hub,hub,non_hub,584483.752153,4507714.56961,585983.687715,4510915.94446
+7456,7456,220,126.0,007200,,40.7447014833,-73.98154809,105.0,003001,40.72066442,-73.98517977,1120.56867534,4301,7734,2553,5222,003001,34302720.7166,007200,132092861.454,007200,88052614.0,003001,007200,18538.850296,41223,155560,hub,hub,non_hub,585707.91731,4508244.11218,585983.687715,4510915.94446
+7457,7457,302,126.0,007200,,40.7447014833,-73.98154809,111.0,003002,40.72217444,-73.98368779,1030.74711317,3031,7734,1885,5222,003002,18686109.2263,007200,132092861.454,007200,88052614.0,003002,007200,18538.850296,38675,155560,hub,hub,non_hub,585831.986427,4508413.19181,585983.687715,4510915.94446
+7458,7458,491,378.0,007200,,40.7447014833,-73.98154809,363.0,003100,40.7140617467,-74.0041933367,1356.72224412,2809,7734,858,5222,003100,145687012.574,007200,132092861.454,007200,88052614.0,003100,007200,18538.850296,81469,155560,hub,hub,non_hub,584110.388584,4507492.78891,585983.687715,4510915.94446
+7459,7459,1326,378.0,007200,,40.7447014833,-73.98154809,300.0,003200,40.7260543867,-73.9823576167,844.080802284,7630,7734,4888,5222,003200,46369492.482,007200,132092861.454,007200,88052614.0,003200,007200,18538.850296,138064,155560,hub,hub,non_hub,585939.335766,4508845.19329,585983.687715,4510915.94446
+7460,7460,480,630.0,007200,,40.7447014833,-73.98154809,519.0,003300,40.7188232772,-74.0063311918,1330.35520567,5174,7734,2694,5222,003300,215459582.054,007200,132092861.454,007200,88052614.0,003300,007200,18538.850296,115059,155560,hub,hub,non_hub,583923.832608,4508019.30476,585983.687715,4510915.94446
+7461,7461,636,126.0,007200,,40.7447014833,-73.98154809,117.0,003400,40.72955361,-73.98057249,749.260510184,6706,7734,4203,5222,003400,42933229.7541,007200,132092861.454,007200,88052614.0,003400,007200,18538.850296,47926,155560,hub,hub,non_hub,586085.581298,4509235.37985,585983.687715,4510915.94446
+7462,7462,540,252.0,007200,,40.7447014833,-73.98154809,198.0,003601,40.72217423,-73.990293175,1017.21615358,3299,7734,1613,5222,003601,29191583.8104,007200,132092861.454,007200,88052614.0,003601,007200,18538.850296,77585,155560,hub,hub,non_hub,585274.124459,4508406.73315,585983.687715,4510915.94446
+7463,7463,916,252.0,007200,,40.7447014833,-73.98154809,186.0,003602,40.724852985,-73.989265345,841.505793749,2918,7734,1586,5222,003602,24941258.1161,007200,132092861.454,007200,88052614.0,003602,007200,18538.850296,82124,155560,hub,hub,non_hub,585357.507872,4508705.09166,585983.687715,4510915.94446
+7464,7464,1504,504.0,007200,,40.7447014833,-73.98154809,444.0,003700,40.7256696075,-74.0052069325,1157.70306916,2401,7734,1490,5222,003700,212385639.924,007200,132092861.454,007200,88052614.0,003700,007200,18538.850296,173333,155560,hub,hub,non_hub,584010.178026,4508780.36793,585983.687715,4510915.94446
+7465,7465,1917,504.0,007200,,40.7447014833,-73.98154809,480.0,003800,40.72765889,-73.988195855,793.872799622,8610,7734,5795,5222,003800,67437493.5221,007200,132092861.454,007200,88052614.0,003800,007200,18538.850296,167230,155560,hub,hub,non_hub,585444.239635,4509017.60641,585983.687715,4510915.94446
+7466,7466,443,504.0,007200,,40.7447014833,-73.98154809,318.0,003900,40.7201717475,-74.00983051,1490.08441301,5253,7734,3059,5222,003900,194910113.03,007200,132092861.454,007200,88052614.0,003900,007200,18538.850296,113624,155560,hub,hub,non_hub,583626.593058,4508165.65565,585983.687715,4510915.94446
+7467,7467,1493,252.0,007200,,40.7447014833,-73.98154809,198.0,004000,40.73000573,-73.98549552,704.970246845,9801,7734,4546,5222,004000,66858387.5133,007200,132092861.454,007200,88052614.0,004000,007200,18538.850296,99660,155560,hub,hub,non_hub,585669.269443,4509280.75306,585983.687715,4510915.94446
+7468,7468,1184,252.0,007200,,40.7447014833,-73.98154809,192.0,004100,40.7195529,-73.996789035,1099.83605836,7793,7734,3765,5222,004100,71738983.3617,007200,132092861.454,007200,88052614.0,004100,007200,18538.850296,114685,155560,hub,hub,non_hub,584728.836557,4508109.46034,585983.687715,4510915.94446
+7469,7469,849,126.0,007200,,40.7447014833,-73.98154809,105.0,004200,40.73223272,-73.98889957,587.571040974,4988,7734,1801,5222,004200,39941846.3325,007200,132092861.454,007200,88052614.0,004200,007200,18538.850296,50846,155560,hub,hub,non_hub,585378.96492,4509524.64843,585983.687715,4510915.94446
+7470,7470,715,252.0,007200,,40.7447014833,-73.98154809,201.0,004300,40.723870235,-73.995226525,933.889470366,4267,7734,2598,5222,004300,65935514.1184,007200,132092861.454,007200,88052614.0,004300,007200,18538.850296,95162,155560,hub,hub,non_hub,584855.320992,4508590.22212,585983.687715,4510915.94446
+7471,7471,1719,252.0,007200,,40.7447014833,-73.98154809,180.0,004400,40.73080269,-73.97968993,729.654318363,17710,7734,8297,5222,004400,114601147.016,007200,132092861.454,007200,88052614.0,004400,007200,18538.850296,106427,155560,hub,hub,non_hub,586158.498991,4509374.90208,585983.687715,4510915.94446
+7472,7472,252,126.0,007200,,40.7447014833,-73.98154809,81.0,004500,40.71910537,-73.99973337,1064.2620735,840,7734,582,5222,004500,52009114.8865,007200,132092861.454,007200,88052614.0,004500,007200,18538.850296,34275,155560,hub,hub,non_hub,584480.726971,4508056.94497,585983.687715,4510915.94446
+7473,7473,107,126.0,007200,,40.7447014833,-73.98154809,117.0,004700,40.72165481,-74.00234737,1213.72172619,2267,7734,1586,5222,004700,75477587.1594,007200,132092861.454,007200,88052614.0,004700,007200,18538.850296,27544,155560,hub,hub,non_hub,584256.734795,4508337.43837,585983.687715,4510915.94446
+7474,7474,1381,126.0,007200,,40.7447014833,-73.98154809,105.0,004800,40.73624527,-73.98473765,421.907195846,7550,7734,3799,5222,004800,74763044.6965,007200,132092861.454,007200,88052614.0,004800,007200,18538.850296,42567,155560,hub,hub,non_hub,585725.258797,4509974.12516,585983.687715,4510915.94446
+7475,7475,669,252.0,007200,,40.7447014833,-73.98154809,219.0,004900,40.724268615,-74.000521515,1055.75358166,4951,7734,3054,5222,004900,103848670.177,007200,132092861.454,007200,88052614.0,004900,007200,18538.850296,80152,155560,hub,hub,non_hub,584407.63728,4508629.34168,585983.687715,4510915.94446
+7476,7476,4202,378.0,007200,,40.7447014833,-73.98154809,279.0,005000,40.7359163467,-73.9873427633,452.940916111,5061,7734,3595,5222,005000,120638459.215,007200,132092861.454,007200,88052614.0,005000,007200,18538.850296,111023,155560,hub,hub,hub,585505.709717,4509935.07175,585983.687715,4510915.94446
+7477,7477,3402,252.0,007200,,40.7447014833,-73.98154809,318.0,005200,40.73715585,-73.991241315,559.425264396,4193,7734,1785,5222,005200,109103391.81,007200,132092861.454,007200,88052614.0,005200,007200,18538.850296,159876,155560,hub,hub,hub,585174.941657,4510068.87544,585983.687715,4510915.94446
+7478,7478,1449,126.0,007200,,40.7447014833,-73.98154809,141.0,005400,40.73971301,-73.99456405,614.675857483,4656,7734,2837,5222,005400,128803552.888,007200,132092861.454,007200,88052614.0,005400,007200,18538.850296,73728,155560,hub,hub,non_hub,584891.129718,4510349.51956,585983.687715,4510915.94446
+7479,7479,595,126.0,007200,,40.7447014833,-73.98154809,90.0,005501,40.72679454,-73.99695094,865.005690782,5079,7734,2483,5222,005501,61061928.4125,007200,132092861.454,007200,88052614.0,005501,007200,18538.850296,57258,155560,hub,hub,non_hub,584705.980012,4508913.17477,585983.687715,4510915.94446
+7480,7480,576,126.0,007200,,40.7447014833,-73.98154809,81.0,005502,40.72743423,-73.99379025,756.28879636,2383,7734,1262,5222,005502,49017118.6146,007200,132092861.454,007200,88052614.0,005502,007200,18538.850296,55117,155560,hub,hub,non_hub,584972.085912,4508987.23863,585983.687715,4510915.94446
+7481,7481,2721,252.0,007200,,40.7447014833,-73.98154809,285.0,005600,40.74065347,-73.98778661,395.041846092,2618,7734,2190,5222,005600,189153355.609,007200,132092861.454,007200,88052614.0,005600,007200,18538.850296,113209,155560,hub,hub,non_hub,585462.168743,4510460.49357,585983.687715,4510915.94446
+7482,7482,2386,252.0,007200,,40.7447014833,-73.98154809,246.0,005700,40.729662915,-73.992405595,714.426980596,2937,7734,1789,5222,005700,90178032.7137,007200,132092861.454,007200,88052614.0,005700,007200,18538.850296,156896,155560,hub,hub,non_hub,585086.179601,4509235.9788,585983.687715,4510915.94446
+7483,7483,2978,252.0,007200,,40.7447014833,-73.98154809,261.0,005800,40.743154205,-73.990299735,456.452488432,3182,7734,2306,5222,005800,164037511.755,007200,132092861.454,007200,88052614.0,005800,007200,18538.850296,130970,155560,hub,hub,non_hub,585246.786708,4510735.64918,585983.687715,4510915.94446
+7484,7484,565,126.0,007200,,40.7447014833,-73.98154809,93.0,005900,40.73049393,-73.9957214,832.43281912,5516,7734,3276,5222,005900,71785177.1361,007200,132092861.454,007200,88052614.0,005900,007200,18538.850296,53180,155560,hub,hub,non_hub,584805.117401,4509325.01914,585983.687715,4510915.94446
+7485,7485,2356,252.0,007200,,40.7447014833,-73.98154809,189.0,006000,40.734822295,-73.976916765,592.286752451,5286,7734,2459,5222,006000,27468182.8943,007200,132092861.454,007200,88052614.0,006000,007200,18538.850296,80462,155560,hub,hub,non_hub,586387.478737,4509823.83141,585983.687715,4510915.94446
+7486,7486,3443,504.0,007200,,40.7447014833,-73.98154809,423.0,006100,40.73385254,-73.992357065,633.904863511,4913,7734,2683,5222,006100,91682014.33,007200,132092861.454,007200,88052614.0,006100,007200,18538.850296,245510,155560,hub,hub,hub,585084.940162,4509701.10308,585983.687715,4510915.94446
+7487,7487,1106,126.0,007200,,40.7447014833,-73.98154809,90.0,006200,40.7381765,-73.97738662,453.822795991,4680,7734,1401,5222,006200,231817485.533,007200,132092861.454,007200,88052614.0,006200,007200,18538.850296,33218,155560,hub,hub,non_hub,586343.467107,4510195.70961,585983.687715,4510915.94446
+7488,7488,1434,378.0,007200,,40.7447014833,-73.98154809,297.0,006300,40.7346940933,-73.99785666,797.207153762,6076,7734,4277,5222,006300,85447631.8451,007200,132092861.454,007200,88052614.0,006300,007200,18538.850296,120233,155560,hub,hub,non_hub,584619.48321,4509789.20591,585983.687715,4510915.94446
+7489,7489,1216,126.0,007200,,40.7447014833,-73.98154809,117.0,006400,40.73587678,-73.98205027,487.419650247,7518,7734,5058,5222,006400,95664936.1545,007200,132092861.454,007200,88052614.0,006400,007200,18538.850296,47750,155560,hub,hub,non_hub,585952.649806,4509935.84788,585983.687715,4510915.94446
+7490,7490,1179,378.0,007200,,40.7447014833,-73.98154809,318.0,006500,40.7306296367,-73.9991423,886.183361962,6517,7734,3568,5222,006500,59290910.3694,007200,132092861.454,007200,88052614.0,006500,007200,18538.850296,125356,155560,hub,hub,non_hub,584516.067395,4509336.78488,585983.687715,4510915.94446
+7491,7491,2392,252.0,007200,,40.7447014833,-73.98154809,246.0,006600,40.739285505,-73.97827188,384.789643228,11780,7734,6818,5222,006600,84730469.4548,007200,132092861.454,007200,88052614.0,006600,007200,18538.850296,74621,155560,hub,hub,non_hub,586267.286922,4510317.94668,585983.687715,4510915.94446
+7492,7492,510,126.0,007200,,40.7447014833,-73.98154809,117.0,006700,40.73038599,-74.00214988,984.657885865,4984,7734,3796,5222,006700,47238039.9972,007200,132092861.454,007200,88052614.0,006700,007200,18538.850296,70025,155560,hub,hub,non_hub,584262.399901,4509306.84766,585983.687715,4510915.94446
+7493,7493,1515,126.0,007200,,40.7447014833,-73.98154809,117.0,006800,40.74025878,-73.98409214,304.967602386,6735,7734,4494,5222,006800,130298431.446,007200,132092861.454,007200,88052614.0,006800,007200,18538.850296,58926,155560,hub,hub,non_hub,585774.608423,4510420.28363,585983.687715,4510915.94446
+7494,7494,642,252.0,007200,,40.7447014833,-73.98154809,201.0,006900,40.732319905,-74.0069291,1158.59122511,2687,7734,1484,5222,006900,61292499.9331,007200,132092861.454,007200,88052614.0,006900,007200,18538.850296,130727,155560,hub,hub,non_hub,583856.38945,4509516.94969,585983.687715,4510915.94446
+7495,7495,6926,378.0,007200,,40.7447014833,-73.98154809,381.0,007000,40.7425163093,-73.9756160694,338.123388149,8302,7734,5669,5222,007000,78634704.8451,007200,132092861.454,007200,88052614.0,007000,007200,18538.850296,145227,155560,hub,hub,hub,586487.342578,4510679.20241,585983.687715,4510915.94446
+7496,7496,779,252.0,007200,,40.7447014833,-73.98154809,213.0,007100,40.736526545,-74.000108805,822.584936701,5633,7734,3844,5222,007100,68447429.2743,007200,132092861.454,007200,88052614.0,007100,007200,18538.850296,79459,155560,hub,hub,non_hub,584426.995774,4509990.4524,585983.687715,4510915.94446
+7497,7497,633,252.0,007200,,40.7447014833,-73.98154809,177.0,007300,40.734682705,-74.00388484,952.387213109,5615,7734,4547,5222,007300,48716185.79,007200,132092861.454,007200,88052614.0,007300,007200,18538.850296,92567,155560,hub,hub,non_hub,584110.479319,4509782.14883,585983.687715,4510915.94446
+7498,7498,2326,252.0,007200,,40.7447014833,-73.98154809,258.0,007400,40.746413585,-73.98586892,331.144954818,4179,7734,2700,5222,007400,170614202.951,007200,132092861.454,007200,88052614.0,007400,007200,18538.850296,81121,155560,hub,hub,non_hub,585616.696258,4511101.7763,585983.687715,4510915.94446
+7499,7499,4726,252.0,007200,,40.7447014833,-73.98154809,207.0,007600,40.74737476,-73.988320695,341.857206185,2203,7734,1573,5222,007600,242014413.464,007200,132092861.454,007200,88052614.0,007600,007200,18538.850296,97464,155560,hub,hub,hub,585408.475283,4511206.08492,585983.687715,4510915.94446
+7500,7500,521,126.0,007200,,40.7447014833,-73.98154809,129.0,007700,40.7390169121,-74.0026376103,908.973719433,5404,7734,4254,5222,007700,59306273.1509,007200,132092861.454,007200,88052614.0,007700,007200,18538.850296,79025,155560,hub,hub,non_hub,584210.329106,4510264.47156,585983.687715,4510915.94446
+7501,7501,1646,126.0,007200,,40.7447014833,-73.98154809,117.0,007800,40.74780373,-73.9734419,434.464507008,7380,7734,5372,5222,007800,112124597.728,007200,132092861.454,007200,88052614.0,007800,007200,18538.850296,59601,155560,hub,hub,non_hub,586664.043115,4511268.28888,585983.687715,4510915.94446
+7502,7502,1377,630.0,007200,,40.7447014833,-73.98154809,522.0,007900,40.738916514,-74.007286026,1040.10941193,4406,7734,2904,5222,007900,86937368.5918,007200,132092861.454,007200,88052614.0,007900,007200,18538.850296,171846,155560,hub,hub,non_hub,583817.969395,4510248.87788,585983.687715,4510915.94446
+7503,7503,2408,252.0,007200,,40.7447014833,-73.98154809,213.0,008000,40.7485693,-73.97717991,341.534274825,4946,7734,3730,5222,008000,197763821.532,007200,132092861.454,007200,88052614.0,008000,007200,18538.850296,74808,155560,hub,hub,non_hub,586347.477591,4511349.58844,585983.687715,4510915.94446
+7504,7504,477,126.0,007200,,40.7447014833,-73.98154809,117.0,008100,40.73935542,-73.99931783,780.45538773,8675,7734,5315,5222,008100,91100400.6907,007200,132092861.454,007200,88052614.0,008100,007200,18538.850296,53195,155560,hub,hub,non_hub,584490.204148,4510305.23824,585983.687715,4510915.94446
+7505,7505,9639,378.0,007200,,40.7447014833,-73.98154809,525.0,008200,40.7519334164,-73.9793336867,398.368242039,3442,7734,2534,5222,008200,262405408.076,007200,132092861.454,007200,88052614.0,008200,007200,18538.850296,228612,155560,hub,hub,hub,586161.307802,4511720.91321,585983.687715,4510915.94446
+7506,7506,2108,504.0,007200,,40.7447014833,-73.98154809,357.0,008300,40.742591315,-74.004102785,876.997182985,4211,7734,2321,5222,008300,119862327.354,007200,132092861.454,007200,88052614.0,008300,007200,18538.850296,186113,155560,hub,hub,non_hub,584082.11654,4510659.85081,585983.687715,4510915.94446
+7507,7507,944,126.0,007200,,40.7447014833,-73.98154809,114.0,008400,40.75038009,-73.98338988,379.227985485,1726,7734,1041,5222,008400,147824461.739,007200,132092861.454,007200,88052614.0,008400,007200,18538.850296,34199,155560,hub,hub,non_hub,585820.889203,4511544.50828,585983.687715,4510915.94446
+7508,7508,662,126.0,007200,,40.7447014833,-73.98154809,129.0,008601,40.744219,-73.97121214,545.216108368,2551,7734,1528,5222,008601,31141773.9073,007200,132092861.454,007200,88052614.0,008601,007200,18538.850296,31961,155560,hub,hub,non_hub,586856.951039,4510872.56191,585983.687715,4510915.94446
+7509,7509,2665,252.0,007200,,40.7447014833,-73.98154809,234.0,008700,40.74206378,-73.995708955,613.886460036,6671,7734,4249,5222,008700,85660216.7821,007200,132092861.454,007200,88052614.0,008700,007200,18538.850296,152953,155560,hub,hub,non_hub,584791.475936,4510609.36503,585983.687715,4510915.94446
+7510,7510,745,252.0,007200,,40.7447014833,-73.98154809,234.0,008800,40.75012189,-73.970133575,609.35816598,6964,7734,5507,5222,008800,216532475.876,007200,132092861.454,007200,88052614.0,008800,007200,18538.850296,43247,155560,hub,hub,non_hub,586940.323322,4511528.89362,585983.687715,4510915.94446
+7511,7511,2049,378.0,007200,,40.7447014833,-73.98154809,360.0,008900,40.74529008,-74.0021768567,764.75531214,5560,7734,3511,5222,008900,54419260.2723,007200,132092861.454,007200,88052614.0,008900,007200,18538.850296,158638,155560,hub,hub,non_hub,584241.316685,4510961.27944,585983.687715,4510915.94446
+7512,7512,1930,378.0,007200,,40.7447014833,-73.98154809,330.0,009000,40.75261798,-73.9703317533,614.007108966,7026,7734,5832,5222,009000,208846060.851,007200,132092861.454,007200,88052614.0,009000,007200,18538.850296,74531,155560,hub,hub,non_hub,586920.342162,4511805.78171,585983.687715,4510915.94446
+7513,7513,998,126.0,007200,,40.7447014833,-73.98154809,117.0,009100,40.74487634,-73.99529885,572.1877029,6415,7734,4386,5222,009100,127325659.041,007200,132092861.454,007200,88052614.0,009100,007200,18538.850296,63878,155560,hub,hub,non_hub,584822.527687,4510921.97538,585983.687715,4510915.94446
+7514,7514,1447,252.0,007200,,40.7447014833,-73.98154809,330.0,009200,40.7548518863,-73.9734329075,585.050555115,1754,7734,1461,5222,009200,408192557.246,007200,132092861.454,007200,88052614.0,009200,007200,18538.850296,72226,155560,hub,hub,non_hub,586655.650548,4512050.69496,585983.687715,4510915.94446
+7515,7515,743,126.0,007200,,40.7447014833,-73.98154809,117.0,009300,40.74475148,-73.99915362,717.884937767,9705,7734,5585,5222,009300,68528055.2433,007200,132092861.454,007200,88052614.0,009300,007200,18538.850296,52202,155560,hub,hub,non_hub,584497.239363,4510904.39701,585983.687715,4510915.94446
+7516,7516,1438,126.0,007200,,40.7447014833,-73.98154809,93.0,009400,40.75320159,-73.9779874,448.420660104,29,7734,16,5222,009400,299218147.811,007200,132092861.454,007200,88052614.0,009400,007200,18538.850296,82147,155560,hub,hub,non_hub,586273.319314,4511863.01244,585983.687715,4510915.94446
+7517,7517,1346,126.0,007200,,40.7447014833,-73.98154809,153.0,009500,40.746647,-73.993915,528.498476735,3425,7734,1416,5222,009500,129660033.725,007200,132092861.454,007200,88052614.0,009500,007200,18538.850296,57488,155560,hub,hub,non_hub,584937.108907,4511119.86954,585983.687715,4510915.94446
+7518,7518,1502,378.0,007200,,40.7447014833,-73.98154809,420.0,009600,40.7560390189,-73.9803625709,618.482991107,153,7734,268,5222,009600,270304841.585,007200,132092861.454,007200,88052614.0,009600,007200,18538.850296,71527,155560,hub,hub,non_hub,586069.156144,4512175.65572,585983.687715,4510915.94446
+7519,7519,2018,378.0,007200,,40.7447014833,-73.98154809,297.0,009700,40.7493616033,-73.9991321067,656.345930075,4744,7734,2827,5222,009700,83018263.1602,007200,132092861.454,007200,88052614.0,009700,007200,18538.850296,118804,155560,hub,hub,non_hub,584493.220017,4511416.17434,585983.687715,4510915.94446
+7520,7520,691,252.0,007200,,40.7447014833,-73.98154809,210.0,009800,40.755285655,-73.96667288,740.133419433,7105,7734,5244,5222,009800,115943808.909,007200,132092861.454,007200,88052614.0,009800,007200,18538.850296,40039,155560,hub,hub,non_hub,587225.727282,4512105.54383,585983.687715,4510915.94446
+7521,7521,2750,630.0,007200,,40.7447014833,-73.98154809,555.0,009900,40.7520807866,-74.0031899092,798.218245175,3617,7734,2438,5222,009900,404439511.776,007200,132092861.454,007200,88052614.0,009900,007200,18538.850296,208076,155560,hub,hub,non_hub,584147.226991,4511714.12465,585983.687715,4510915.94446
+7522,7522,1902,378.0,007200,,40.7447014833,-73.98154809,363.0,010000,40.7583696933,-73.9710287767,697.714921795,1829,7734,1399,5222,010000,366457143.613,007200,132092861.454,007200,88052614.0,010000,007200,18538.850296,72085,155560,hub,hub,non_hub,586854.014885,4512443.57459,585983.687715,4510915.94446
+7523,7523,10063,378.0,007200,,40.7447014833,-73.98154809,381.0,010100,40.74945622,-73.9903382667,413.441284491,1119,7734,828,5222,010100,246168211.101,007200,132092861.454,007200,88052614.0,010100,007200,18538.850296,183377,155560,hub,hub,hub,585235.486219,4511435.18064,585983.687715,4510915.94446
+7524,7524,995,252.0,007200,,40.7447014833,-73.98154809,243.0,010200,40.7606694,-73.973473555,734.274258961,313,7734,268,5222,010200,333450202.294,007200,132092861.454,007200,88052614.0,010200,007200,18538.850296,46675,155560,hub,hub,non_hub,586644.664817,4512696.44233,585983.687715,4510915.94446
+7525,7525,4078,252.0,007200,,40.7447014833,-73.98154809,294.0,010300,40.751000495,-73.994372255,558.215217874,1859,7734,1351,5222,010300,141506056.87,007200,132092861.454,007200,88052614.0,010300,007200,18538.850296,221593,155560,hub,hub,hub,584892.968075,4511602.69644,585983.687715,4510915.94446
+7526,7526,890,252.0,007200,,40.7447014833,-73.98154809,225.0,010400,40.761664375,-73.976854975,792.725085706,1031,7734,1033,5222,010400,363981333.295,007200,132092861.454,007200,88052614.0,010400,007200,18538.850296,65073,155560,hub,hub,non_hub,586357.961325,4512803.55852,585983.687715,4510915.94446
+7527,7527,499,126.0,007200,,40.7447014833,-73.98154809,99.0,010602,40.75849116,-73.95920622,931.524767438,4794,7734,2963,5222,010602,67980898.3739,007200,132092861.454,007200,88052614.0,010602,007200,18538.850296,22153,155560,hub,hub,non_hub,587851.796682,4512468.82754,585983.687715,4510915.94446
+7528,7528,1345,378.0,007200,,40.7447014833,-73.98154809,351.0,010800,40.7591736033,-73.96613818,833.497314377,8531,7734,6272,5222,010800,189351523.799,007200,132092861.454,007200,88052614.0,010800,007200,18538.850296,79198,155560,hub,hub,non_hub,587265.778542,4512537.66689,585983.687715,4510915.94446
+7529,7529,1450,252.0,007200,,40.7447014833,-73.98154809,342.0,010900,40.751351715,-73.987594755,479.376060267,182,7734,92,5222,010900,228173063.011,007200,132092861.454,007200,88052614.0,010900,007200,18538.850296,60092,155560,hub,hub,non_hub,585464.669441,4511648.26242,585983.687715,4510915.94446
+7530,7530,502,126.0,007200,,40.7447014833,-73.98154809,177.0,011201,40.7643971,-73.97371465,1015.21559636,827,7734,964,5222,011201,118515444.187,007200,132092861.454,007200,88052614.0,011201,007200,18538.850296,41525,155560,hub,hub,non_hub,586619.474659,4513110.00718,585983.687715,4510915.94446
+7531,7531,847,126.0,007200,,40.7447014833,-73.98154809,99.0,011203,40.76095756,-73.96724467,848.080139761,1176,7734,1160,5222,011203,143782379.009,007200,132092861.454,007200,88052614.0,011203,007200,18538.850296,48033,155560,hub,hub,non_hub,587170.050102,4512734.59972,585983.687715,4510915.94446
+7532,7532,5506,504.0,007200,,40.7447014833,-73.98154809,594.0,011300,40.7548008425,-73.9888010575,606.835357973,204,7734,107,5222,011300,357940519.061,007200,132092861.454,007200,88052614.0,011300,007200,18538.850296,236650,155560,hub,hub,hub,585358.423228,4512029.96675,585983.687715,4510915.94446
+7533,7533,1113,252.0,007200,,40.7447014833,-73.98154809,246.0,011500,40.75701407,-73.992353645,794.275276277,2487,7734,1678,5222,011500,130958459.747,007200,132092861.454,007200,88052614.0,011500,007200,18538.850296,103294,155560,hub,hub,non_hub,585055.712647,4512272.20178,585983.687715,4510915.94446
+7534,7534,533,252.0,007200,,40.7447014833,-73.98154809,252.0,011700,40.76058799,-74.00080945,1116.80331653,2938,7734,2304,5222,011700,91270705.1484,007200,132092861.454,007200,88052614.0,011700,007200,18538.850296,73016,155560,hub,hub,non_hub,584337.427395,4512660.77158,585983.687715,4510915.94446
+7535,7535,728,126.0,007200,,40.7447014833,-73.98154809,102.0,011900,40.7568001,-73.98291153,706.855657314,1079,7734,1121,5222,011900,395254501.74,007200,132092861.454,007200,88052614.0,011900,007200,18538.850296,39976,155560,hub,hub,non_hub,585853.012005,4512257.64444,585983.687715,4510915.94446
+7536,7536,1329,378.0,007200,,40.7447014833,-73.98154809,327.0,012100,40.7598593767,-73.9914900133,934.12294307,8366,7734,5744,5222,012100,101223732.045,007200,132092861.454,007200,88052614.0,012100,007200,18538.850296,132767,155560,hub,hub,non_hub,585124.983126,4512588.88932,585983.687715,4510915.94446
+7537,7537,712,126.0,007200,,40.7447014833,-73.98154809,153.0,012500,40.76064679,-73.98442659,817.418017912,2439,7734,2096,5222,012500,322911522.418,007200,132092861.454,007200,88052614.0,012500,007200,18538.850296,45486,155560,hub,hub,non_hub,585720.180916,4512683.17447,585983.687715,4510915.94446
+7538,7538,845,252.0,007200,,40.7447014833,-73.98154809,252.0,012700,40.762485435,-73.990447135,954.441184221,6437,7734,4434,5222,012700,104637996.687,007200,132092861.454,007200,88052614.0,012700,007200,18538.850296,83393,155560,hub,hub,non_hub,585209.656415,4512881.41361,585983.687715,4510915.94446
+7539,7539,271,126.0,007200,,40.7447014833,-73.98154809,72.0,012900,40.76341379,-73.99667444,1089.3293331,5312,7734,3621,5222,012900,158698340.053,007200,132092861.454,007200,88052614.0,012900,007200,18538.850296,28661,155560,hub,hub,non_hub,584682.864463,4512978.43901,585983.687715,4510915.94446
+7540,7540,1339,378.0,007200,,40.7447014833,-73.98154809,480.0,013100,40.7621295133,-73.98215453,826.403442587,2489,7734,2283,5222,013100,405023451.28,007200,132092861.454,007200,88052614.0,013100,007200,18538.850296,107228,155560,hub,hub,non_hub,585910.04945,4512849.98999,585983.687715,4510915.94446
+7541,7541,642,378.0,007200,,40.7447014833,-73.98154809,303.0,013300,40.7647250567,-73.9866537633,1114.58953828,5363,7734,3909,5222,013300,79847412.2593,007200,132092861.454,007200,88052614.0,013300,007200,18538.850296,89810,155560,hub,hub,non_hub,585526.963405,4513133.71926,585983.687715,4510915.94446
+7542,7542,496,252.0,007200,,40.7447014833,-73.98154809,195.0,013500,40.766984435,-73.99227308,1154.38288627,6075,7734,3935,5222,013500,198199142.958,007200,132092861.454,007200,88052614.0,013500,007200,18538.850296,64723,155560,hub,hub,non_hub,585049.80204,4513379.06475,585983.687715,4510915.94446
+7543,7543,944,252.0,007200,,40.7447014833,-73.98154809,294.0,013700,40.766109285,-73.981808355,1093.13628918,6557,7734,5442,5222,013700,314878324.419,007200,132092861.454,007200,88052614.0,013700,007200,18538.850296,91142,155560,hub,hub,non_hub,585934.141665,4513292.1137,585983.687715,4510915.94446
+7544,7544,227,126.0,007200,,40.7447014833,-73.98154809,81.0,013900,40.768254,-73.988639,1009.26714445,7607,7734,7359,5222,013900,139918084.587,007200,132092861.454,007200,88052614.0,013900,007200,18538.850296,26390,155560,hub,hub,non_hub,585354.890073,4513523.52534,585983.687715,4510915.94446
+7545,7545,281,126.0,007200,,40.7447014833,-73.98154809,147.0,014300,40.76590936,-73.97634151,1075.62758188,3,7734,0,5222,014300,50027992.3322,007200,132092861.454,007200,88052614.0,014300,007200,18538.850296,21051,155560,hub,hub,non_hub,586395.803012,4513275.28949,585983.687715,4510915.94446
+7546,7546,751,126.0,007200,,40.7447014833,-73.98154809,108.0,014500,40.76915505,-73.98191841,1256.03045667,5811,7734,3462,5222,014500,253397343.373,007200,132092861.454,007200,88052614.0,014500,007200,18538.850296,68350,155560,hub,hub,non_hub,585920.929601,4513630.10902,585983.687715,4510915.94446
+7547,7547,294,126.0,007200,,40.7447014833,-73.98154809,165.0,014700,40.770513,-73.988038,1037.55538477,2586,7734,1743,5222,014700,70871746.8417,007200,132092861.454,007200,88052614.0,014700,007200,18538.850296,35099,155560,hub,hub,non_hub,585402.720353,4513774.87644,585983.687715,4510915.94446
+7548,7548,102,126.0,007200,,40.7447014833,-73.98154809,108.0,015100,40.771522,-73.990541,1537.82349864,8105,7734,4856,5222,015100,164953931.102,007200,132092861.454,007200,88052614.0,015100,007200,18538.850296,17578,155560,hub,hub,non_hub,585190.192062,4513884.4495,585983.687715,4510915.94446
+7549,7549,780,252.0,007200,,40.7447014833,-73.98154809,210.0,031703,40.71644312,-74.014902115,1602.21182735,8670,7734,4231,5222,031703,332361109.355,007200,132092861.454,007200,88052614.0,031703,007200,18538.850296,136082,155560,hub,hub,non_hub,583202.897614,4507746.93647,585983.687715,4510915.94446
+7550,7550,296,378.0,007200,,40.7447014833,-73.98154809,294.0,031704,40.7085171733,-74.0165557667,1864.54596518,6610,7734,3790,5222,031704,160823714.408,007200,132092861.454,007200,88052614.0,031704,007200,18538.850296,105244,155560,hub,hub,non_hub,583073.076824,4506865.54027,585983.687715,4510915.94446
+7551,7551,491,378.0,007200,,40.7447014833,-73.98154809,255.0,000600,40.7128987867,-73.9898646367,1394.71904761,11558,7734,4083,5222,000600,59149181.7526,007200,132092861.454,007200,88052614.0,000600,007200,18538.850296,70053,155560,hub,hub,non_hub,585322.159723,4507377.5136,585983.687715,4510915.94446
+7552,7552,83,177.0,007300,3.34552375315,40.73454845,-74.003695626,108.0,000202,40.713376212,-73.982372296,1406.51460035,8012,5615,3598,4547,000202,37878157.9781,007300,48716185.79,007300,721501385.0,000202,007300,25099.0595152,56352,92705,hub,hub,non_hub,585954.404249,4507437.81635,584126.625636,4509767.4269
+7553,7553,646,413.0,007300,,40.734682705,-74.00388484,516.0,000700,40.70581148,-74.0081572071,1496.97559374,7722,5615,5201,4547,000700,476954959.734,007300,48716185.79,007300,721501385.0,000700,007300,25099.0595152,160040,92705,hub,hub,non_hub,583785.918305,4506573.16797,584110.479319,4509782.14883
+7554,7554,41,118.0,007300,,40.734682705,-74.00388484,94.0,000800,40.712414475,-73.993471545,1435.18429487,10365,5615,4150,4547,000800,46479755.076,007300,48716185.79,007300,721501385.0,000800,007300,25099.0595152,34254,92705,hub,hub,non_hub,585018.109713,4507320.25418,584110.479319,4509782.14883
+7555,7555,187,177.0,007300,,40.734682705,-74.00388484,194.0,000900,40.7024745833,-74.01224785,1594.48555993,1140,5615,939,4547,000900,404341803.896,007300,48716185.79,007300,721501385.0,000900,007300,25099.0595152,46446,92705,hub,hub,non_hub,583444.520998,4506198.85784,584110.479319,4509782.14883
+7556,7556,31,59.0,007300,,40.734682705,-74.00388484,38.0,001002,40.71782143,-73.97628939,1189.86956522,6439,5615,2346,4547,001002,22763374.2099,007300,48716185.79,007300,721501385.0,001002,007300,25099.0595152,15916,92705,hub,hub,non_hub,586462.45635,4507937.23607,584110.479319,4509782.14883
+7557,7557,113,118.0,007300,,40.734682705,-74.00388484,92.0,001200,40.717364275,-73.982955325,1160.14321789,3547,5615,1857,4547,001200,23518220.7411,007300,48716185.79,007300,721501385.0,001200,007300,25099.0595152,36493,92705,hub,hub,non_hub,585900.031125,4507879.94738,584110.479319,4509782.14883
+7558,7558,141,59.0,007300,,40.734682705,-74.00388484,72.0,001300,40.70463334,-74.01361706,1537.92842742,3776,5615,3028,4547,001300,286606455.687,007300,48716185.79,007300,721501385.0,001300,007300,25099.0595152,27671,92705,hub,hub,non_hub,583326.158808,4506437.19368,584110.479319,4509782.14883
+7559,7559,61,59.0,007300,,40.734682705,-74.00388484,56.0,001401,40.71559509,-73.9870295,918.645348837,3289,5615,1708,4547,001401,20168722.3199,007300,48716185.79,007300,721501385.0,001401,007300,25099.0595152,26885,92705,hub,hub,non_hub,585558.18429,4507679.57909,584110.479319,4509782.14883
+7560,7560,83,118.0,007300,,40.734682705,-74.00388484,134.0,001501,40.70966832,-74.003597135,1243.17840909,5581,5615,3450,4547,001501,172466366.322,007300,48716185.79,007300,721501385.0,001501,007300,25099.0595152,27425,92705,hub,hub,non_hub,584166.279828,4507005.66129,584110.479319,4509782.14883
+7561,7561,253,177.0,007300,,40.734682705,-74.00388484,246.0,001502,40.7088053467,-74.00635276,1227.38790957,7095,5615,3459,4547,001502,221282059.103,007300,48716185.79,007300,721501385.0,001502,007300,25099.0595152,82052,92705,hub,hub,non_hub,583934.59195,4506907.22889,584110.479319,4509782.14883
+7562,7562,248,177.0,007300,,40.734682705,-74.00388484,214.0,001600,40.7153350167,-73.9943926833,1166.59522235,8236,5615,3242,4547,001600,76565505.7581,007300,48716185.79,007300,721501385.0,001600,007300,25099.0595152,82798,92705,hub,hub,non_hub,584936.591099,4507643.5622,584110.479319,4509782.14883
+7563,7563,765,236.0,007300,,40.734682705,-74.00388484,308.0,001800,40.7193657075,-73.9906468425,994.39302849,8063,5615,3489,4547,001800,60554858.5127,007300,48716185.79,007300,721501385.0,001800,007300,25099.0595152,133306,92705,hub,hub,non_hub,585247.838585,4508094.62497,584110.479319,4509782.14883
+7564,7564,89,118.0,007300,,40.734682705,-74.00388484,92.0,002000,40.721554605,-73.977309405,1212.87693834,4795,5615,1899,4547,002000,17907673.5628,007300,48716185.79,007300,721501385.0,002000,007300,25099.0595152,31656,92705,hub,hub,non_hub,586371.478696,4508350.63994,584110.479319,4509782.14883
+7565,7565,994,236.0,007300,,40.734682705,-74.00388484,204.0,002100,40.71451321,-74.0108850975,959.28840085,6111,5615,3038,4547,002100,273869828.705,007300,48716185.79,007300,721501385.0,002100,007300,25099.0595152,151037,92705,hub,hub,non_hub,583544.598931,4507536.51732,584110.479319,4509782.14883
+7566,7566,50,118.0,007300,,40.734682705,-74.00388484,88.0,002201,40.71833027,-73.980972895,1199.83912037,6762,5615,3030,4547,002201,37585954.9949,007300,48716185.79,007300,721501385.0,002201,007300,25099.0595152,26391,92705,hub,hub,non_hub,586066.226443,4507989.12022,584110.479319,4509782.14883
+7567,7567,94,59.0,007300,,40.734682705,-74.00388484,62.0,002202,40.7208736,-73.98085795,952.259259259,2256,5615,1045,4547,002202,13179093.8977,007300,48716185.79,007300,721501385.0,002202,007300,25099.0595152,23935,92705,hub,hub,non_hub,586072.658368,4508271.55961,584110.479319,4509782.14883
+7568,7568,45,118.0,007300,,40.734682705,-74.00388484,96.0,002400,40.724744875,-73.974986535,1204.36388889,5775,5615,2175,4547,002400,17986635.5592,007300,48716185.79,007300,721501385.0,002400,007300,25099.0595152,17965,92705,hub,hub,non_hub,586563.526382,4508707.06897,584110.479319,4509782.14883
+7569,7569,23,118.0,007300,,40.734682705,-74.00388484,124.0,002500,40.7111743,-73.99849582,1254.51388889,5061,5615,1917,4547,002500,22428407.6271,007300,48716185.79,007300,721501385.0,002500,007300,25099.0595152,28216,92705,hub,hub,non_hub,584595.28909,4507177.73549,584110.479319,4509782.14883
+7570,7570,106,59.0,007300,,40.734682705,-74.00388484,62.0,002601,40.72299208,-73.97995466,1034.2932417,3774,5615,1593,4547,002601,22248722.3098,007300,48716185.79,007300,721501385.0,002601,007300,25099.0595152,22144,92705,hub,hub,non_hub,586146.216204,4508507.61099,584110.479319,4509782.14883
+7571,7571,192,59.0,007300,,40.734682705,-74.00388484,54.0,002700,40.71307916,-73.99851193,1255.97222222,1191,5615,655,4547,002700,11349914.9514,007300,48716185.79,007300,721501385.0,002700,007300,25099.0595152,20570,92705,hub,hub,non_hub,584591.517275,4507389.17181,584110.479319,4509782.14883
+7572,7572,223,59.0,007300,,40.734682705,-74.00388484,64.0,002800,40.72521311,-73.97768752,981.921335006,7302,5615,3341,4547,002800,47641507.3146,007300,48716185.79,007300,721501385.0,002800,007300,25099.0595152,36744,92705,hub,hub,non_hub,586334.816403,4508756.38709,584110.479319,4509782.14883
+7573,7573,126,59.0,007300,,40.734682705,-74.00388484,86.0,002900,40.71602118,-73.99974372,1069.89368723,5855,5615,2420,4547,002900,200965547.24,007300,48716185.79,007300,721501385.0,002900,007300,25099.0595152,31936,92705,hub,hub,non_hub,584483.752153,4507714.56961,584110.479319,4509782.14883
+7574,7574,193,59.0,007300,,40.734682705,-74.00388484,70.0,003001,40.72066442,-73.98517977,1040.89893791,4301,5615,2553,4547,003001,34302720.7166,007300,48716185.79,007300,721501385.0,003001,007300,25099.0595152,41223,92705,hub,hub,non_hub,585707.91731,4508244.11218,584110.479319,4509782.14883
+7575,7575,276,59.0,007300,,40.734682705,-74.00388484,74.0,003002,40.72217444,-73.98368779,936.909363338,3031,5615,1885,4547,003002,18686109.2263,007300,48716185.79,007300,721501385.0,003002,007300,25099.0595152,38675,92705,hub,hub,non_hub,585831.986427,4508413.19181,584110.479319,4509782.14883
+7576,7576,221,177.0,007300,,40.734682705,-74.00388484,242.0,003100,40.7140617467,-74.0041933367,1269.03920363,2809,5615,858,4547,003100,145687012.574,007300,48716185.79,007300,721501385.0,003100,007300,25099.0595152,81469,92705,hub,hub,non_hub,584110.388584,4507492.78891,584110.479319,4509782.14883
+7577,7577,1138,177.0,007300,,40.734682705,-74.00388484,200.0,003200,40.7260543867,-73.9823576167,868.03406367,7630,5615,4888,4547,003200,46369492.482,007300,48716185.79,007300,721501385.0,003200,007300,25099.0595152,138064,92705,hub,hub,non_hub,585939.335766,4508845.19329,584110.479319,4509782.14883
+7578,7578,1133,295.0,007300,,40.734682705,-74.00388484,346.0,003300,40.7188226817,-74.0063324907,795.732342974,5174,5615,2694,4547,003300,215459582.054,007300,48716185.79,007300,721501385.0,003300,007300,25099.0595152,115059,92705,hub,hub,non_hub,583923.723655,4508019.23741,584110.479319,4509782.14883
+7579,7579,249,59.0,007300,,40.734682705,-74.00388484,78.0,003400,40.72955361,-73.98057249,890.626055638,6706,5615,4203,4547,003400,42933229.7541,007300,48716185.79,007300,721501385.0,003400,007300,25099.0595152,47926,92705,hub,hub,non_hub,586085.581298,4509235.37985,584110.479319,4509782.14883
+7580,7580,445,118.0,007300,,40.734682705,-74.00388484,132.0,003601,40.72217423,-73.990293175,875.660212838,3299,5615,1613,4547,003601,29191583.8104,007300,48716185.79,007300,721501385.0,003601,007300,25099.0595152,77585,92705,hub,hub,non_hub,585274.124459,4508406.73315,584110.479319,4509782.14883
+7581,7581,847,118.0,007300,,40.734682705,-74.00388484,124.0,003602,40.724852985,-73.989265345,751.655872977,2918,5615,1586,4547,003602,24941258.1161,007300,48716185.79,007300,721501385.0,003602,007300,25099.0595152,82124,92705,hub,hub,non_hub,585357.507872,4508705.09166,584110.479319,4509782.14883
+7582,7582,2883,236.0,007300,,40.734682705,-74.00388484,296.0,003700,40.7256696075,-74.0052069325,561.65225755,2401,5615,1490,4547,003700,212385639.924,007300,48716185.79,007300,721501385.0,003700,007300,25099.0595152,173333,92705,hub,hub,non_hub,584010.178026,4508780.36793,584110.479319,4509782.14883
+7583,7583,1791,236.0,007300,,40.734682705,-74.00388484,320.0,003800,40.72765889,-73.988195855,754.991541928,8610,5615,5795,4547,003800,67437493.5221,007300,48716185.79,007300,721501385.0,003800,007300,25099.0595152,167230,92705,hub,hub,non_hub,585444.239635,4509017.60641,584110.479319,4509782.14883
+7584,7584,1392,236.0,007300,,40.734682705,-74.00388484,212.0,003900,40.7201717475,-74.00983051,754.24609385,5253,5615,3059,4547,003900,194910113.03,007300,48716185.79,007300,721501385.0,003900,007300,25099.0595152,113624,92705,hub,hub,non_hub,583626.593058,4508165.65565,584110.479319,4509782.14883
+7585,7585,954,118.0,007300,,40.734682705,-74.00388484,132.0,004000,40.73000573,-73.98549552,723.485627555,9801,5615,4546,4547,004000,66858387.5133,007300,48716185.79,007300,721501385.0,004000,007300,25099.0595152,99660,92705,hub,hub,non_hub,585669.269443,4509280.75306,584110.479319,4509782.14883
+7586,7586,905,118.0,007300,,40.734682705,-74.00388484,128.0,004100,40.7195529,-73.996789035,907.084188198,7793,5615,3765,4547,004100,71738983.3617,007300,48716185.79,007300,721501385.0,004100,007300,25099.0595152,114685,92705,hub,hub,non_hub,584728.836557,4508109.46034,584110.479319,4509782.14883
+7587,7587,562,59.0,007300,,40.734682705,-74.00388484,70.0,004200,40.73223272,-73.98889957,614.393997424,4988,5615,1801,4547,004200,39941846.3325,007300,48716185.79,007300,721501385.0,004200,007300,25099.0595152,50846,92705,hub,hub,non_hub,585378.96492,4509524.64843,584110.479319,4509782.14883
+7588,7588,1095,118.0,007300,,40.734682705,-74.00388484,134.0,004300,40.723870235,-73.995226525,706.944112773,4267,5615,2598,4547,004300,65935514.1184,007300,48716185.79,007300,721501385.0,004300,007300,25099.0595152,95162,92705,hub,hub,non_hub,584855.320992,4508590.22212,584110.479319,4509782.14883
+7589,7589,534,118.0,007300,,40.734682705,-74.00388484,120.0,004400,40.73080269,-73.97968993,891.058137955,17710,5615,8297,4547,004400,114601147.016,007300,48716185.79,007300,721501385.0,004400,007300,25099.0595152,106427,92705,hub,hub,non_hub,586158.498991,4509374.90208,584110.479319,4509782.14883
+7590,7590,228,59.0,007300,,40.734682705,-74.00388484,54.0,004500,40.71910537,-73.99973337,864.498747077,840,5615,582,4547,004500,52009114.8865,007300,48716185.79,007300,721501385.0,004500,007300,25099.0595152,34275,92705,hub,hub,non_hub,584480.726971,4508056.94497,584110.479319,4509782.14883
+7591,7591,410,59.0,007300,,40.734682705,-74.00388484,78.0,004700,40.72165481,-74.00234737,762.5102657,2267,5615,1586,4547,004700,75477587.1594,007300,48716185.79,007300,721501385.0,004700,007300,25099.0595152,27544,92705,hub,hub,non_hub,584256.734795,4508337.43837,584110.479319,4509782.14883
+7592,7592,325,59.0,007300,,40.734682705,-74.00388484,70.0,004800,40.73624527,-73.98473765,793.448281847,7550,5615,3799,4547,004800,74763044.6965,007300,48716185.79,007300,721501385.0,004800,007300,25099.0595152,42567,92705,hub,hub,non_hub,585725.258797,4509974.12516,584110.479319,4509782.14883
+7593,7593,1361,118.0,007300,,40.734682705,-74.00388484,146.0,004900,40.724268615,-74.000521515,668.554961071,4951,5615,3054,4547,004900,103848670.177,007300,48716185.79,007300,721501385.0,004900,007300,25099.0595152,80152,92705,hub,hub,non_hub,584407.63728,4508629.34168,584110.479319,4509782.14883
+7594,7594,745,177.0,007300,,40.734682705,-74.00388484,186.0,005000,40.7359163467,-73.9873427633,682.323890708,5061,5615,3595,4547,005000,120638459.215,007300,48716185.79,007300,721501385.0,005000,007300,25099.0595152,111023,92705,hub,hub,non_hub,585505.709717,4509935.07175,584110.479319,4509782.14883
+7595,7595,1918,118.0,007300,,40.734682705,-74.00388484,212.0,005200,40.73715585,-73.991241315,604.069088943,4193,5615,1785,4547,005200,109103391.81,007300,48716185.79,007300,721501385.0,005200,007300,25099.0595152,159876,92705,hub,hub,non_hub,585174.941657,4510068.87544,584110.479319,4509782.14883
+7596,7596,1132,59.0,007300,,40.734682705,-74.00388484,94.0,005400,40.73971301,-73.99456405,547.278278041,4656,5615,2837,4547,005400,128803552.888,007300,48716185.79,007300,721501385.0,005400,007300,25099.0595152,73728,92705,hub,hub,non_hub,584891.129718,4510349.51956,584110.479319,4509782.14883
+7597,7597,971,59.0,007300,,40.734682705,-74.00388484,60.0,005501,40.72679454,-73.99695094,552.754103814,5079,5615,2483,4547,005501,61061928.4125,007300,48716185.79,007300,721501385.0,005501,007300,25099.0595152,57258,92705,hub,hub,non_hub,584705.980012,4508913.17477,584110.479319,4509782.14883
+7598,7598,826,59.0,007300,,40.734682705,-74.00388484,54.0,005502,40.72743423,-73.99379025,567.712671561,2383,5615,1262,4547,005502,49017118.6146,007300,48716185.79,007300,721501385.0,005502,007300,25099.0595152,55117,92705,hub,hub,non_hub,584972.085912,4508987.23863,584110.479319,4509782.14883
+7599,7599,1005,118.0,007300,,40.734682705,-74.00388484,190.0,005600,40.74065347,-73.98778661,748.148478935,2618,5615,2190,4547,005600,189153355.609,007300,48716185.79,007300,721501385.0,005600,007300,25099.0595152,113209,92705,hub,hub,non_hub,585462.168743,4510460.49357,584110.479319,4509782.14883
+7600,7600,2918,118.0,007300,,40.734682705,-74.00388484,164.0,005700,40.729662915,-73.992405595,514.089975972,2937,5615,1789,4547,005700,90178032.7137,007300,48716185.79,007300,721501385.0,005700,007300,25099.0595152,156896,92705,hub,hub,non_hub,585086.179601,4509235.9788,584110.479319,4509782.14883
+7601,7601,1442,118.0,007300,,40.734682705,-74.00388484,174.0,005800,40.743154205,-73.990299735,677.143905454,3182,5615,2306,4547,005800,164037511.755,007300,48716185.79,007300,721501385.0,005800,007300,25099.0595152,130970,92705,hub,hub,non_hub,585246.786708,4510735.64918,584110.479319,4509782.14883
+7602,7602,819,59.0,007300,,40.734682705,-74.00388484,62.0,005900,40.73049393,-73.9957214,431.363737982,5516,5615,3276,4547,005900,71785177.1361,007300,48716185.79,007300,721501385.0,005900,007300,25099.0595152,53180,92705,hub,hub,non_hub,584805.117401,4509325.01914,584110.479319,4509782.14883
+7603,7603,295,118.0,007300,,40.734682705,-74.00388484,126.0,006000,40.734822295,-73.976916765,925.250693966,5286,5615,2459,4547,006000,27468182.8943,007300,48716185.79,007300,721501385.0,006000,007300,25099.0595152,80462,92705,hub,hub,non_hub,586387.478737,4509823.83141,584110.479319,4509782.14883
+7604,7604,4811,236.0,007300,,40.734682705,-74.00388484,282.0,006100,40.73385254,-73.992357065,514.291284201,4913,5615,2683,4547,006100,91682014.33,007300,48716185.79,007300,721501385.0,006100,007300,25099.0595152,245510,92705,hub,hub,hub,585084.940162,4509701.10308,584110.479319,4509782.14883
+7605,7605,72,59.0,007300,,40.734682705,-74.00388484,60.0,006200,40.7381765,-73.97738662,1013.16666667,4680,5615,1401,4547,006200,231817485.533,007300,48716185.79,007300,721501385.0,006200,007300,25099.0595152,33218,92705,hub,hub,non_hub,586343.467107,4510195.70961,584110.479319,4509782.14883
+7606,7606,2152,177.0,007300,,40.734682705,-74.00388484,198.0,006300,40.7346940933,-73.99785666,399.467228983,6076,5615,4277,4547,006300,85447631.8451,007300,48716185.79,007300,721501385.0,006300,007300,25099.0595152,120233,92705,hub,hub,non_hub,584619.48321,4509789.20591,584110.479319,4509782.14883
+7607,7607,283,59.0,007300,,40.734682705,-74.00388484,78.0,006400,40.73587678,-73.98205027,954.304047962,7518,5615,5058,4547,006400,95664936.1545,007300,48716185.79,007300,721501385.0,006400,007300,25099.0595152,47750,92705,hub,hub,non_hub,585952.649806,4509935.84788,584110.479319,4509782.14883
+7608,7608,1621,177.0,007300,,40.734682705,-74.00388484,212.0,006500,40.7306296367,-73.9991423,474.072182782,6517,5615,3568,4547,006500,59290910.3694,007300,48716185.79,007300,721501385.0,006500,007300,25099.0595152,125356,92705,hub,hub,non_hub,584516.067395,4509336.78488,584110.479319,4509782.14883
+7609,7609,274,118.0,007300,,40.734682705,-74.00388484,164.0,006600,40.739285505,-73.97827188,998.166532921,11780,5615,6818,4547,006600,84730469.4548,007300,48716185.79,007300,721501385.0,006600,007300,25099.0595152,74621,92705,hub,hub,non_hub,586267.286922,4510317.94668,584110.479319,4509782.14883
+7610,7610,759,59.0,007300,,40.734682705,-74.00388484,78.0,006700,40.73038599,-74.00214988,469.584204259,4984,5615,3796,4547,006700,47238039.9972,007300,48716185.79,007300,721501385.0,006700,007300,25099.0595152,70025,92705,hub,hub,non_hub,584262.399901,4509306.84766,584110.479319,4509782.14883
+7611,7611,330,59.0,007300,,40.734682705,-74.00388484,78.0,006800,40.74025878,-73.98409214,914.60986434,6735,5615,4494,4547,006800,130298431.446,007300,48716185.79,007300,721501385.0,006800,007300,25099.0595152,58926,92705,hub,hub,non_hub,585774.608423,4510420.28363,584110.479319,4509782.14883
+7612,7612,2409,118.0,007300,,40.734682705,-74.00388484,134.0,006900,40.732319905,-74.0069291,411.448349375,2687,5615,1484,4547,006900,61292499.9331,007300,48716185.79,007300,721501385.0,006900,007300,25099.0595152,130727,92705,hub,hub,non_hub,583856.38945,4509516.94969,584110.479319,4509782.14883
+7613,7613,396,177.0,007300,,40.734682705,-74.00388484,254.0,007000,40.7425245439,-73.9756322924,1215.41472034,8302,5615,5669,4547,007000,78634704.8451,007300,48716185.79,007300,721501385.0,007000,007300,25099.0595152,145227,92705,hub,hub,non_hub,586485.962202,4510680.10052,584110.479319,4509782.14883
+7614,7614,1591,118.0,007300,,40.734682705,-74.00388484,142.0,007100,40.736526545,-74.000108805,429.579912811,5633,5615,3844,4547,007100,68447429.2743,007300,48716185.79,007300,721501385.0,007100,007300,25099.0595152,79459,92705,hub,hub,non_hub,584426.995774,4509990.4524,584110.479319,4509782.14883
+7615,7615,652,177.0,007300,,40.734682705,-74.00388484,252.0,007200,40.7447014833,-73.98154809,1017.43706324,7734,5615,5222,4547,007200,132092861.454,007300,48716185.79,007300,721501385.0,007200,007300,25099.0595152,157612,92705,hub,hub,non_hub,585983.687715,4510915.94446,584110.479319,4509782.14883
+7616,7616,559,118.0,007300,,40.734682705,-74.00388484,172.0,007400,40.746413585,-73.98586892,861.593697806,4179,5615,2700,4547,007400,170614202.951,007300,48716185.79,007300,721501385.0,007400,007300,25099.0595152,81121,92705,hub,hub,non_hub,585616.696258,4511101.7763,584110.479319,4509782.14883
+7617,7617,674,118.0,007300,,40.734682705,-74.00388484,138.0,007600,40.74737476,-73.988320695,798.961218052,2203,5615,1573,4547,007600,242014413.464,007300,48716185.79,007300,721501385.0,007600,007300,25099.0595152,97464,92705,hub,hub,non_hub,585408.475283,4511206.08492,584110.479319,4509782.14883
+7618,7618,1819,59.0,007300,,40.734682705,-74.00388484,86.0,007700,40.7390169121,-74.0026376103,352.414916328,5404,5615,4254,4547,007700,59306273.1509,007300,48716185.79,007300,721501385.0,007700,007300,25099.0595152,79025,92705,hub,hub,non_hub,584210.329106,4510264.47156,584110.479319,4509782.14883
+7619,7619,146,59.0,007300,,40.734682705,-74.00388484,78.0,007800,40.74780373,-73.9734419,1217.58885942,7380,5615,5372,4547,007800,112124597.728,007300,48716185.79,007300,721501385.0,007800,007300,25099.0595152,59601,92705,hub,hub,non_hub,586664.043115,4511268.28888,584110.479319,4509782.14883
+7620,7620,4142,295.0,007300,,40.734682705,-74.00388484,348.0,007900,40.738916514,-74.007286026,506.987233447,4406,5615,2904,4547,007900,86937368.5918,007300,48716185.79,007300,721501385.0,007900,007300,25099.0595152,171846,92705,hub,hub,hub,583817.969395,4510248.87788,584110.479319,4509782.14883
+7621,7621,285,118.0,007300,,40.734682705,-74.00388484,142.0,008000,40.7485693,-73.97717991,1144.60340145,4946,5615,3730,4547,008000,197763821.532,007300,48716185.79,007300,721501385.0,008000,007300,25099.0595152,74808,92705,hub,hub,non_hub,586347.477591,4511349.58844,584110.479319,4509782.14883
+7622,7622,1419,59.0,007300,,40.734682705,-74.00388484,78.0,008100,40.73935542,-73.99931783,374.860394006,8675,5615,5315,4547,008100,91100400.6907,007300,48716185.79,007300,721501385.0,008100,007300,25099.0595152,53195,92705,hub,hub,non_hub,584490.204148,4510305.23824,584110.479319,4509782.14883
+7623,7623,785,177.0,007300,,40.734682705,-74.00388484,350.0,008200,40.7519333447,-73.9793554578,1129.14284144,3442,5615,2534,4547,008200,262405408.076,007300,48716185.79,007300,721501385.0,008200,007300,25099.0595152,228612,92705,hub,hub,non_hub,586159.470022,4511720.88388,584110.479319,4509782.14883
+7624,7624,4274,236.0,007300,,40.734682705,-74.00388484,238.0,008300,40.742591315,-74.004102785,459.684827226,4211,5615,2321,4547,008300,119862327.354,007300,48716185.79,007300,721501385.0,008300,007300,25099.0595152,186113,92705,hub,hub,hub,584082.11654,4510659.85081,584110.479319,4509782.14883
+7625,7625,185,59.0,007300,,40.734682705,-74.00388484,76.0,008400,40.75038009,-73.98338988,990.087650324,1726,5615,1041,4547,008400,147824461.739,007300,48716185.79,007300,721501385.0,008400,007300,25099.0595152,34199,92705,hub,hub,non_hub,585820.889203,4511544.50828,584110.479319,4509782.14883
+7626,7626,42,59.0,007300,,40.734682705,-74.00388484,86.0,008601,40.744219,-73.97121214,1247.10526316,2551,5615,1528,4547,008601,31141773.9073,007300,48716185.79,007300,721501385.0,008601,007300,25099.0595152,31961,92705,hub,hub,non_hub,586856.951039,4510872.56191,584110.479319,4509782.14883
+7627,7627,3829,118.0,007300,,40.734682705,-74.00388484,156.0,008700,40.74206378,-73.995708955,497.619903806,6671,5615,4249,4547,008700,85660216.7821,007300,48716185.79,007300,721501385.0,008700,007300,25099.0595152,152953,92705,hub,hub,hub,584791.475936,4510609.36503,584110.479319,4509782.14883
+7628,7628,98,118.0,007300,,40.734682705,-74.00388484,156.0,008800,40.75012189,-73.970133575,1256.37190135,6964,5615,5507,4547,008800,216532475.876,007300,48716185.79,007300,721501385.0,008800,007300,25099.0595152,43247,92705,hub,hub,non_hub,586940.323322,4511528.89362,584110.479319,4509782.14883
+7629,7629,3190,177.0,007300,,40.734682705,-74.00388484,240.0,008900,40.74529008,-74.0021768567,569.596262673,5560,5615,3511,4547,008900,54419260.2723,007300,48716185.79,007300,721501385.0,008900,007300,25099.0595152,158638,92705,hub,hub,hub,584241.316685,4510961.27944,584110.479319,4509782.14883
+7630,7630,174,177.0,007300,,40.734682705,-74.00388484,220.0,009000,40.75261798,-73.9703317533,1246.2389782,7026,5615,5832,4547,009000,208846060.851,007300,48716185.79,007300,721501385.0,009000,007300,25099.0595152,74531,92705,hub,hub,non_hub,586920.342162,4511805.78171,584110.479319,4509782.14883
+7631,7631,1426,59.0,007300,,40.734682705,-74.00388484,78.0,009100,40.74487634,-73.99529885,544.039498739,6415,5615,4386,4547,009100,127325659.041,007300,48716185.79,007300,721501385.0,009100,007300,25099.0595152,63878,92705,hub,hub,non_hub,584822.527687,4510921.97538,584110.479319,4509782.14883
+7632,7632,165,118.0,007300,,40.734682705,-74.00388484,220.0,009200,40.7548518863,-73.9734329075,1254.5201143,1754,5615,1461,4547,009200,408192557.246,007300,48716185.79,007300,721501385.0,009200,007300,25099.0595152,72226,92705,hub,hub,non_hub,586655.650548,4512050.69496,584110.479319,4509782.14883
+7633,7633,686,59.0,007300,,40.734682705,-74.00388484,78.0,009300,40.74475148,-73.99915362,597.408571312,9705,5615,5585,4547,009300,68528055.2433,007300,48716185.79,007300,721501385.0,009300,007300,25099.0595152,52202,92705,hub,hub,non_hub,584497.239363,4510904.39701,584110.479319,4509782.14883
+7634,7634,267,59.0,007300,,40.734682705,-74.00388484,62.0,009400,40.75320159,-73.9779874,1169.49445758,29,5615,16,4547,009400,299218147.811,007300,48716185.79,007300,721501385.0,009400,007300,25099.0595152,82147,92705,hub,hub,non_hub,586273.319314,4511863.01244,584110.479319,4509782.14883
+7635,7635,873,59.0,007300,,40.734682705,-74.00388484,102.0,009500,40.746647,-73.993915,611.074005891,3425,5615,1416,4547,009500,129660033.725,007300,48716185.79,007300,721501385.0,009500,007300,25099.0595152,57488,92705,hub,hub,non_hub,584937.108907,4511119.86954,584110.479319,4509782.14883
+7636,7636,261,177.0,007300,,40.734682705,-74.00388484,280.0,009600,40.756071243,-73.9803923003,1226.27762245,153,5615,268,4547,009600,270304841.585,007300,48716185.79,007300,721501385.0,009600,007300,25099.0595152,71527,92705,hub,hub,non_hub,586066.605034,4512179.20368,584110.479319,4509782.14883
+7637,7637,1453,177.0,007300,,40.734682705,-74.00388484,198.0,009700,40.7493616033,-73.9991321067,753.295928653,4744,5615,2827,4547,009700,83018263.1602,007300,48716185.79,007300,721501385.0,009700,007300,25099.0595152,118804,92705,hub,hub,non_hub,584493.220017,4511416.17434,584110.479319,4509782.14883
+7638,7638,129,118.0,007300,,40.734682705,-74.00388484,140.0,009800,40.755285655,-73.96667288,1454.54444444,7105,5615,5244,4547,009800,115943808.909,007300,48716185.79,007300,721501385.0,009800,007300,25099.0595152,40039,92705,hub,hub,non_hub,587225.727282,4512105.54383,584110.479319,4509782.14883
+7639,7639,2212,295.0,007300,,40.734682705,-74.00388484,370.0,009900,40.7520807866,-74.0031899092,890.049459607,3617,5615,2438,4547,009900,404439511.776,007300,48716185.79,007300,721501385.0,009900,007300,25099.0595152,208076,92705,hub,hub,non_hub,584147.226991,4511714.12465,584110.479319,4509782.14883
+7640,7640,240,177.0,007300,,40.734682705,-74.00388484,242.0,010000,40.7583696933,-73.9710287767,1457.42267171,1829,5615,1399,4547,010000,366457143.613,007300,48716185.79,007300,721501385.0,010000,007300,25099.0595152,72085,92705,hub,hub,non_hub,586854.014885,4512443.57459,584110.479319,4509782.14883
+7641,7641,1195,177.0,007300,,40.734682705,-74.00388484,254.0,010100,40.74945622,-73.9903382667,759.140691158,1119,5615,828,4547,010100,246168211.101,007300,48716185.79,007300,721501385.0,010100,007300,25099.0595152,183377,92705,hub,hub,non_hub,585235.486219,4511435.18064,584110.479319,4509782.14883
+7642,7642,116,118.0,007300,,40.734682705,-74.00388484,162.0,010200,40.7606694,-73.973473555,1369.07824248,313,5615,268,4547,010200,333450202.294,007300,48716185.79,007300,721501385.0,010200,007300,25099.0595152,46675,92705,hub,hub,non_hub,586644.664817,4512696.44233,584110.479319,4509782.14883
+7643,7643,1133,118.0,007300,,40.734682705,-74.00388484,196.0,010300,40.751000495,-73.994372255,839.543241591,1859,5615,1351,4547,010300,141506056.87,007300,48716185.79,007300,721501385.0,010300,007300,25099.0595152,221593,92705,hub,hub,non_hub,584892.968075,4511602.69644,584110.479319,4509782.14883
+7644,7644,277,118.0,007300,,40.734682705,-74.00388484,150.0,010400,40.761664375,-73.976854975,1382.14786647,1031,5615,1033,4547,010400,363981333.295,007300,48716185.79,007300,721501385.0,010400,007300,25099.0595152,65073,92705,hub,hub,non_hub,586357.961325,4512803.55852,584110.479319,4509782.14883
+7645,7645,50,59.0,007300,,40.734682705,-74.00388484,66.0,010602,40.75849116,-73.95920622,1769.33056478,4794,5615,2963,4547,010602,67980898.3739,007300,48716185.79,007300,721501385.0,010602,007300,25099.0595152,22153,92705,hub,hub,non_hub,587851.796682,4512468.82754,584110.479319,4509782.14883
+7646,7646,271,177.0,007300,,40.734682705,-74.00388484,234.0,010800,40.7591736033,-73.96613818,1799.66388654,8531,5615,6272,4547,010800,189351523.799,007300,48716185.79,007300,721501385.0,010800,007300,25099.0595152,79198,92705,hub,hub,non_hub,587265.778542,4512537.66689,584110.479319,4509782.14883
+7647,7647,348,118.0,007300,,40.734682705,-74.00388484,228.0,010900,40.751351715,-73.987594755,861.814886201,182,5615,92,4547,010900,228173063.011,007300,48716185.79,007300,721501385.0,010900,007300,25099.0595152,60092,92705,hub,hub,non_hub,585464.669441,4511648.26242,584110.479319,4509782.14883
+7648,7648,137,59.0,007300,,40.734682705,-74.00388484,118.0,011201,40.7643971,-73.97371465,1642.16288416,827,5615,964,4547,011201,118515444.187,007300,48716185.79,007300,721501385.0,011201,007300,25099.0595152,41525,92705,hub,hub,non_hub,586619.474659,4513110.00718,584110.479319,4509782.14883
+7649,7649,86,59.0,007300,,40.734682705,-74.00388484,66.0,011203,40.76095756,-73.96724467,1737.82014652,1176,5615,1160,4547,011203,143782379.009,007300,48716185.79,007300,721501385.0,011203,007300,25099.0595152,48033,92705,hub,hub,non_hub,587170.050102,4512734.59972,584110.479319,4509782.14883
+7650,7650,1159,236.0,007300,,40.734682705,-74.00388484,396.0,011300,40.7548008425,-73.9888010575,1010.80197716,204,5615,107,4547,011300,357940519.061,007300,48716185.79,007300,721501385.0,011300,007300,25099.0595152,236650,92705,hub,hub,non_hub,585358.423228,4512029.96675,584110.479319,4509782.14883
+7651,7651,949,118.0,007300,,40.734682705,-74.00388484,164.0,011500,40.75701407,-73.992353645,1035.5325183,2487,5615,1678,4547,011500,130958459.747,007300,48716185.79,007300,721501385.0,011500,007300,25099.0595152,103294,92705,hub,hub,non_hub,585055.712647,4512272.20178,584110.479319,4509782.14883
+7652,7652,502,118.0,007300,,40.734682705,-74.00388484,168.0,011700,40.76058799,-74.00080945,1167.34869927,2938,5615,2304,4547,011700,91270705.1484,007300,48716185.79,007300,721501385.0,011700,007300,25099.0595152,73016,92705,hub,hub,non_hub,584337.427395,4512660.77158,584110.479319,4509782.14883
+7653,7653,135,59.0,007300,,40.734682705,-74.00388484,68.0,011900,40.7568001,-73.98291153,1198.64087302,1079,5615,1121,4547,011900,395254501.74,007300,48716185.79,007300,721501385.0,011900,007300,25099.0595152,39976,92705,hub,hub,non_hub,585853.012005,4512257.64444,584110.479319,4509782.14883
+7654,7654,1068,177.0,007300,,40.734682705,-74.00388484,218.0,012100,40.7598593767,-73.9914900133,1140.07675046,8366,5615,5744,4547,012100,101223732.045,007300,48716185.79,007300,721501385.0,012100,007300,25099.0595152,132767,92705,hub,hub,non_hub,585124.983126,4512588.88932,584110.479319,4509782.14883
+7655,7655,161,59.0,007300,,40.734682705,-74.00388484,102.0,012500,40.76064679,-73.98442659,1389.52293729,2439,5615,2096,4547,012500,322911522.418,007300,48716185.79,007300,721501385.0,012500,007300,25099.0595152,45486,92705,hub,hub,non_hub,585720.180916,4512683.17447,584110.479319,4509782.14883
+7656,7656,470,118.0,007300,,40.734682705,-74.00388484,168.0,012700,40.762485435,-73.990447135,1220.96317145,6437,5615,4434,4547,012700,104637996.687,007300,48716185.79,007300,721501385.0,012700,007300,25099.0595152,83393,92705,hub,hub,non_hub,585209.656415,4512881.41361,584110.479319,4509782.14883
+7657,7657,201,59.0,007300,,40.734682705,-74.00388484,48.0,012900,40.76341379,-73.99667444,1192.93666735,5312,5615,3621,4547,012900,158698340.053,007300,48716185.79,007300,721501385.0,012900,007300,25099.0595152,28661,92705,hub,hub,non_hub,584682.864463,4512978.43901,584110.479319,4509782.14883
+7658,7658,393,177.0,007300,,40.734682705,-74.00388484,320.0,013100,40.7621295133,-73.98215453,1289.62617013,2489,5615,2283,4547,013100,405023451.28,007300,48716185.79,007300,721501385.0,013100,007300,25099.0595152,107228,92705,hub,hub,non_hub,585910.04945,4512849.98999,584110.479319,4509782.14883
+7659,7659,538,177.0,007300,,40.734682705,-74.00388484,202.0,013300,40.7647250567,-73.9866537633,1285.73495037,5363,5615,3909,4547,013300,79847412.2593,007300,48716185.79,007300,721501385.0,013300,007300,25099.0595152,89810,92705,hub,hub,non_hub,585526.963405,4513133.71926,584110.479319,4509782.14883
+7660,7660,369,118.0,007300,,40.734682705,-74.00388484,130.0,013500,40.766984435,-73.99227308,1275.81261302,6075,5615,3935,4547,013500,198199142.958,007300,48716185.79,007300,721501385.0,013500,007300,25099.0595152,64723,92705,hub,hub,non_hub,585049.80204,4513379.06475,584110.479319,4509782.14883
+7661,7661,351,118.0,007300,,40.734682705,-74.00388484,196.0,013700,40.766109285,-73.981808355,1482.79365211,6557,5615,5442,4547,013700,314878324.419,007300,48716185.79,007300,721501385.0,013700,007300,25099.0595152,91142,92705,hub,hub,non_hub,585934.141665,4513292.1137,584110.479319,4509782.14883
+7662,7662,120,59.0,007300,,40.734682705,-74.00388484,54.0,013900,40.768254,-73.988639,1324.4034454,7607,5615,7359,4547,013900,139918084.587,007300,48716185.79,007300,721501385.0,013900,007300,25099.0595152,26390,92705,hub,hub,non_hub,585354.890073,4513523.52534,584110.479319,4509782.14883
+7663,7663,94,59.0,007300,,40.734682705,-74.00388484,98.0,014300,40.76590936,-73.97634151,1616.80666667,3,5615,0,4547,014300,50027992.3322,007300,48716185.79,007300,721501385.0,014300,007300,25099.0595152,21051,92705,hub,hub,non_hub,586395.803012,4513275.28949,584110.479319,4509782.14883
+7664,7664,410,59.0,007300,,40.734682705,-74.00388484,72.0,014500,40.76915505,-73.98191841,1660.1485738,5811,5615,3462,4547,014500,253397343.373,007300,48716185.79,007300,721501385.0,014500,007300,25099.0595152,68350,92705,hub,hub,non_hub,585920.929601,4513630.10902,584110.479319,4509782.14883
+7665,7665,204,59.0,007300,,40.734682705,-74.00388484,110.0,014700,40.770513,-73.988038,1545.82893181,2586,5615,1743,4547,014700,70871746.8417,007300,48716185.79,007300,721501385.0,014700,007300,25099.0595152,35099,92705,hub,hub,non_hub,585402.720353,4513774.87644,584110.479319,4509782.14883
+7666,7666,128,59.0,007300,,40.734682705,-74.00388484,72.0,015100,40.771522,-73.990541,1545.00617284,8105,5615,4856,4547,015100,164953931.102,007300,48716185.79,007300,721501385.0,015100,007300,25099.0595152,17578,92705,hub,hub,non_hub,585190.192062,4513884.4495,584110.479319,4509782.14883
+7667,7667,2293,118.0,007300,,40.734682705,-74.00388484,140.0,031703,40.71644312,-74.014902115,865.668177831,8670,5615,4231,4547,031703,332361109.355,007300,48716185.79,007300,721501385.0,031703,007300,25099.0595152,136082,92705,hub,hub,non_hub,583202.897614,4507746.93647,584110.479319,4509782.14883
+7668,7668,1097,177.0,007300,,40.734682705,-74.00388484,196.0,031704,40.7085171733,-74.0165557667,1218.43405001,6610,5615,3790,4547,031704,160823714.408,007300,48716185.79,007300,721501385.0,031704,007300,25099.0595152,105244,92705,hub,hub,non_hub,583073.076824,4506865.54027,584110.479319,4509782.14883
+7669,7669,160,177.0,007300,,40.734682705,-74.00388484,170.0,000600,40.7128987867,-73.9898646367,1341.90339478,11558,5615,4083,4547,000600,59149181.7526,007300,48716185.79,007300,721501385.0,000600,007300,25099.0595152,70053,92705,hub,hub,non_hub,585322.159723,4507377.5136,584110.479319,4509782.14883
+7670,7670,199,258.0,007400,,40.746413585,-73.98586892,108.0,000202,40.71318002,-73.9818904933,1385.32976243,8012,4179,3598,2700,000202,37878157.9781,007400,170614202.951,,0.0,000202,007400,18025.6670682,56352,75026,hub,hub,non_hub,585995.353038,4507416.50937,585616.696258,4511101.7763
+7671,7671,325,602.0,007400,,40.746413585,-73.98586892,516.0,000700,40.70581148,-74.0081572071,1780.29053003,7722,4179,5201,2700,000700,476954959.734,007400,170614202.951,,0.0,000700,007400,18025.6670682,160040,75026,hub,hub,non_hub,583785.918305,4506573.16797,585616.696258,4511101.7763
+7672,7672,50,172.0,007400,,40.746413585,-73.98586892,94.0,000800,40.712414475,-73.993471545,1503.75151515,10365,4179,4150,2700,000800,46479755.076,007400,170614202.951,,0.0,000800,007400,18025.6670682,34254,75026,hub,hub,non_hub,585018.109713,4507320.25418,585616.696258,4511101.7763
+7673,7673,60,258.0,007400,,40.746413585,-73.98586892,194.0,000900,40.7024745833,-74.01224785,2089.53354701,1140,4179,939,2700,000900,404341803.896,007400,170614202.951,,0.0,000900,007400,18025.6670682,46446,75026,hub,hub,non_hub,583444.520998,4506198.85784,585616.696258,4511101.7763
+7674,7674,158,86.0,007400,,40.746413585,-73.98586892,38.0,001002,40.71782143,-73.97628939,1230.99185185,6439,4179,2346,2700,001002,22763374.2099,007400,170614202.951,,0.0,001002,007400,18025.6670682,15916,75026,hub,hub,non_hub,586462.45635,4507937.23607,585616.696258,4511101.7763
+7675,7675,414,172.0,007400,,40.746413585,-73.98586892,92.0,001200,40.717364275,-73.982955325,1392.24444747,3547,4179,1857,2700,001200,23518220.7411,007400,170614202.951,,0.0,001200,007400,18025.6670682,36493,75026,hub,hub,non_hub,585900.031125,4507879.94738,585616.696258,4511101.7763
+7676,7676,19,86.0,007400,,40.746413585,-73.98586892,72.0,001300,40.70463334,-74.01361706,2215.48076923,3776,4179,3028,2700,001300,286606455.687,007400,170614202.951,,0.0,001300,007400,18025.6670682,27671,75026,hub,hub,non_hub,583326.158808,4506437.19368,585616.696258,4511101.7763
+7677,7677,122,86.0,007400,,40.746413585,-73.98586892,56.0,001401,40.71559509,-73.9870295,1150.4009901,3289,4179,1708,2700,001401,20168722.3199,007400,170614202.951,,0.0,001401,007400,18025.6670682,26885,75026,hub,hub,non_hub,585558.18429,4507679.57909,585616.696258,4511101.7763
+7678,7678,21,172.0,007400,,40.746413585,-73.98586892,134.0,001501,40.70966832,-74.003597135,1666.75,5581,4179,3450,2700,001501,172466366.322,007400,170614202.951,,0.0,001501,007400,18025.6670682,27425,75026,hub,hub,non_hub,584166.279828,4507005.66129,585616.696258,4511101.7763
+7679,7679,308,258.0,007400,,40.746413585,-73.98586892,246.0,001502,40.7088053467,-74.00635276,1716.42560875,7095,4179,3459,2700,001502,221282059.103,007400,170614202.951,,0.0,001502,007400,18025.6670682,82052,75026,hub,hub,non_hub,583934.59195,4506907.22889,585616.696258,4511101.7763
+7680,7680,278,258.0,007400,,40.746413585,-73.98586892,214.0,001600,40.7153350167,-73.9943926833,1332.59876189,8236,4179,3242,2700,001600,76565505.7581,007400,170614202.951,,0.0,001600,007400,18025.6670682,82798,75026,hub,hub,non_hub,584936.591099,4507643.5622,585616.696258,4511101.7763
+7681,7681,429,344.0,007400,,40.746413585,-73.98586892,308.0,001800,40.7193657075,-73.9906468425,1152.7317766,8063,4179,3489,2700,001800,60554858.5127,007400,170614202.951,,0.0,001800,007400,18025.6670682,133306,75026,hub,hub,non_hub,585247.838585,4508094.62497,585616.696258,4511101.7763
+7682,7682,238,172.0,007400,,40.746413585,-73.98586892,92.0,002000,40.721554605,-73.977309405,1155.60135699,4795,4179,1899,2700,002000,17907673.5628,007400,170614202.951,,0.0,002000,007400,18025.6670682,31656,75026,hub,hub,non_hub,586371.478696,4508350.63994,585616.696258,4511101.7763
+7683,7683,209,344.0,007400,,40.746413585,-73.98586892,204.0,002100,40.71451321,-74.0108850975,1483.43074527,6111,4179,3038,2700,002100,273869828.705,007400,170614202.951,,0.0,002100,007400,18025.6670682,151037,75026,hub,hub,non_hub,583544.598931,4507536.51732,585616.696258,4511101.7763
+7684,7684,176,172.0,007400,,40.746413585,-73.98586892,88.0,002201,40.71833027,-73.980972895,1241.18928014,6762,4179,3030,2700,002201,37585954.9949,007400,170614202.951,,0.0,002201,007400,18025.6670682,26391,75026,hub,hub,non_hub,586066.226443,4507989.12022,585616.696258,4511101.7763
+7685,7685,93,86.0,007400,,40.746413585,-73.98586892,62.0,002202,40.7208736,-73.98085795,1289.02236025,2256,4179,1045,2700,002202,13179093.8977,007400,170614202.951,,0.0,002202,007400,18025.6670682,23935,75026,hub,hub,non_hub,586072.658368,4508271.55961,585616.696258,4511101.7763
+7686,7686,40,172.0,007400,,40.746413585,-73.98586892,96.0,002400,40.724744875,-73.974986535,1200.10416667,5775,4179,2175,2700,002400,17986635.5592,007400,170614202.951,,0.0,002400,007400,18025.6670682,17965,75026,hub,hub,non_hub,586563.526382,4508707.06897,585616.696258,4511101.7763
+7687,7687,29,172.0,007400,,40.746413585,-73.98586892,124.0,002500,40.7111743,-73.99849582,1724.05416667,5061,4179,1917,2700,002500,22428407.6271,007400,170614202.951,,0.0,002500,007400,18025.6670682,28216,75026,hub,hub,non_hub,584595.28909,4507177.73549,585616.696258,4511101.7763
+7688,7688,68,86.0,007400,,40.746413585,-73.98586892,62.0,002601,40.72299208,-73.97995466,1179.14842958,3774,4179,1593,2700,002601,22248722.3098,007400,170614202.951,,0.0,002601,007400,18025.6670682,22144,75026,hub,hub,non_hub,586146.216204,4508507.61099,585616.696258,4511101.7763
+7689,7689,22,86.0,007400,,40.746413585,-73.98586892,54.0,002700,40.71307916,-73.99851193,1527.10833333,1191,4179,655,2700,002700,11349914.9514,007400,170614202.951,,0.0,002700,007400,18025.6670682,20570,75026,hub,hub,non_hub,584591.517275,4507389.17181,585616.696258,4511101.7763
+7690,7690,142,86.0,007400,,40.746413585,-73.98586892,64.0,002800,40.72521311,-73.97768752,1097.88611111,7302,4179,3341,2700,002800,47641507.3146,007400,170614202.951,,0.0,002800,007400,18025.6670682,36744,75026,hub,hub,non_hub,586334.816403,4508756.38709,585616.696258,4511101.7763
+7691,7691,110,86.0,007400,,40.746413585,-73.98586892,86.0,002900,40.71602118,-73.99974372,1494.57396302,5855,4179,2420,2700,002900,200965547.24,007400,170614202.951,,0.0,002900,007400,18025.6670682,31936,75026,hub,hub,non_hub,584483.752153,4507714.56961,585616.696258,4511101.7763
+7692,7692,284,86.0,007400,,40.746413585,-73.98586892,70.0,003001,40.72066442,-73.98517977,1181.8472973,4301,4179,2553,2700,003001,34302720.7166,007400,170614202.951,,0.0,003001,007400,18025.6670682,41223,75026,hub,hub,non_hub,585707.91731,4508244.11218,585616.696258,4511101.7763
+7693,7693,126,86.0,007400,,40.746413585,-73.98586892,74.0,003002,40.72217444,-73.98368779,1105.14249493,3031,4179,1885,2700,003002,18686109.2263,007400,170614202.951,,0.0,003002,007400,18025.6670682,38675,75026,hub,hub,non_hub,585831.986427,4508413.19181,585616.696258,4511101.7763
+7694,7694,95,258.0,007400,,40.746413585,-73.98586892,242.0,003100,40.7140617467,-74.0041933367,1419.0214737,2809,4179,858,2700,003100,145687012.574,007400,170614202.951,,0.0,003100,007400,18025.6670682,81469,75026,hub,hub,non_hub,584110.388584,4507492.78891,585616.696258,4511101.7763
+7695,7695,818,258.0,007400,,40.746413585,-73.98586892,200.0,003200,40.7260543867,-73.9823576167,989.776018624,7630,4179,4888,2700,003200,46369492.482,007400,170614202.951,,0.0,003200,007400,18025.6670682,138064,75026,hub,hub,non_hub,585939.335766,4508845.19329,585616.696258,4511101.7763
+7696,7696,192,430.0,007400,,40.746413585,-73.98586892,346.0,003300,40.7188223752,-74.0063331592,1308.52498591,5174,4179,2694,2700,003300,215459582.054,007400,170614202.951,,0.0,003300,007400,18025.6670682,115059,75026,hub,hub,non_hub,583923.667577,4508019.20275,585616.696258,4511101.7763
+7697,7697,317,86.0,007400,,40.746413585,-73.98586892,78.0,003400,40.72955361,-73.98057249,832.188661932,6706,4179,4203,2700,003400,42933229.7541,007400,170614202.951,,0.0,003400,007400,18025.6670682,47926,75026,hub,hub,non_hub,586085.581298,4509235.37985,585616.696258,4511101.7763
+7698,7698,171,172.0,007400,,40.746413585,-73.98586892,132.0,003601,40.72217423,-73.990293175,1153.01563778,3299,4179,1613,2700,003601,29191583.8104,007400,170614202.951,,0.0,003601,007400,18025.6670682,77585,75026,hub,hub,non_hub,585274.124459,4508406.73315,585616.696258,4511101.7763
+7699,7699,296,172.0,007400,,40.746413585,-73.98586892,124.0,003602,40.724852985,-73.989265345,1036.15375375,2918,4179,1586,2700,003602,24941258.1161,007400,170614202.951,,0.0,003602,007400,18025.6670682,82124,75026,hub,hub,non_hub,585357.507872,4508705.09166,585616.696258,4511101.7763
+7700,7700,391,344.0,007400,,40.746413585,-73.98586892,296.0,003700,40.7256696075,-74.0052069325,1059.09070526,2401,4179,1490,2700,003700,212385639.924,007400,170614202.951,,0.0,003700,007400,18025.6670682,173333,75026,hub,hub,non_hub,584010.178026,4508780.36793,585616.696258,4511101.7763
+7701,7701,943,344.0,007400,,40.746413585,-73.98586892,320.0,003800,40.72765889,-73.988195855,878.752536885,8610,4179,5795,2700,003800,67437493.5221,007400,170614202.951,,0.0,003800,007400,18025.6670682,167230,75026,hub,hub,non_hub,585444.239635,4509017.60641,585616.696258,4511101.7763
+7702,7702,167,344.0,007400,,40.746413585,-73.98586892,212.0,003900,40.7201717475,-74.00983051,1535.59905875,5253,4179,3059,2700,003900,194910113.03,007400,170614202.951,,0.0,003900,007400,18025.6670682,113624,75026,hub,hub,non_hub,583626.593058,4508165.65565,585616.696258,4511101.7763
+7703,7703,515,172.0,007400,,40.746413585,-73.98586892,132.0,004000,40.73000573,-73.98549552,826.728168464,9801,4179,4546,2700,004000,66858387.5133,007400,170614202.951,,0.0,004000,007400,18025.6670682,99660,75026,hub,hub,non_hub,585669.269443,4509280.75306,585616.696258,4511101.7763
+7704,7704,368,172.0,007400,,40.746413585,-73.98586892,128.0,004100,40.7195529,-73.996789035,1234.34157589,7793,4179,3765,2700,004100,71738983.3617,007400,170614202.951,,0.0,004100,007400,18025.6670682,114685,75026,hub,hub,non_hub,584728.836557,4508109.46034,585616.696258,4511101.7763
+7705,7705,230,86.0,007400,,40.746413585,-73.98586892,70.0,004200,40.73223272,-73.98889957,692.308924949,4988,4179,1801,2700,004200,39941846.3325,007400,170614202.951,,0.0,004200,007400,18025.6670682,50846,75026,hub,hub,non_hub,585378.96492,4509524.64843,585616.696258,4511101.7763
+7706,7706,235,172.0,007400,,40.746413585,-73.98586892,134.0,004300,40.723870235,-73.995226525,938.466622916,4267,4179,2598,2700,004300,65935514.1184,007400,170614202.951,,0.0,004300,007400,18025.6670682,95162,75026,hub,hub,non_hub,584855.320992,4508590.22212,585616.696258,4511101.7763
+7707,7707,1055,172.0,007400,,40.746413585,-73.98586892,120.0,004400,40.73080269,-73.97968993,783.850952964,17710,4179,8297,2700,004400,114601147.016,007400,170614202.951,,0.0,004400,007400,18025.6670682,106427,75026,hub,hub,non_hub,586158.498991,4509374.90208,585616.696258,4511101.7763
+7708,7708,42,86.0,007400,,40.746413585,-73.98586892,54.0,004500,40.71910537,-73.99973337,1290.375,840,4179,582,2700,004500,52009114.8865,007400,170614202.951,,0.0,004500,007400,18025.6670682,34275,75026,hub,hub,non_hub,584480.726971,4508056.94497,585616.696258,4511101.7763
+7709,7709,50,86.0,007400,,40.746413585,-73.98586892,78.0,004700,40.72165481,-74.00234737,1171.14423077,2267,4179,1586,2700,004700,75477587.1594,007400,170614202.951,,0.0,004700,007400,18025.6670682,27544,75026,hub,hub,non_hub,584256.734795,4508337.43837,585616.696258,4511101.7763
+7710,7710,400,86.0,007400,,40.746413585,-73.98586892,70.0,004800,40.73624527,-73.98473765,600.115349265,7550,4179,3799,2700,004800,74763044.6965,007400,170614202.951,,0.0,004800,007400,18025.6670682,42567,75026,hub,hub,non_hub,585725.258797,4509974.12516,585616.696258,4511101.7763
+7711,7711,171,172.0,007400,,40.746413585,-73.98586892,146.0,004900,40.724268615,-74.000521515,1153.46045381,4951,4179,3054,2700,004900,103848670.177,007400,170614202.951,,0.0,004900,007400,18025.6670682,80152,75026,hub,hub,non_hub,584407.63728,4508629.34168,585616.696258,4511101.7763
+7712,7712,1139,258.0,007400,,40.746413585,-73.98586892,186.0,005000,40.7359163467,-73.9873427633,547.328981333,5061,4179,3595,2700,005000,120638459.215,007400,170614202.951,,0.0,005000,007400,18025.6670682,111023,75026,hub,hub,non_hub,585505.709717,4509935.07175,585616.696258,4511101.7763
+7713,7713,1400,172.0,007400,,40.746413585,-73.98586892,212.0,005200,40.73715585,-73.991241315,574.916029705,4193,4179,1785,2700,005200,109103391.81,007400,170614202.951,,0.0,005200,007400,18025.6670682,159876,75026,hub,hub,non_hub,585174.941657,4510068.87544,585616.696258,4511101.7763
+7714,7714,484,86.0,007400,,40.746413585,-73.98586892,94.0,005400,40.73971301,-73.99456405,550.339791877,4656,4179,2837,2700,005400,128803552.888,007400,170614202.951,,0.0,005400,007400,18025.6670682,73728,75026,hub,hub,non_hub,584891.129718,4510349.51956,585616.696258,4511101.7763
+7715,7715,67,86.0,007400,,40.746413585,-73.98586892,60.0,005501,40.72679454,-73.99695094,1105.51547842,5079,4179,2483,2700,005501,61061928.4125,007400,170614202.951,,0.0,005501,007400,18025.6670682,57258,75026,hub,hub,non_hub,584705.980012,4508913.17477,585616.696258,4511101.7763
+7716,7716,192,86.0,007400,,40.746413585,-73.98586892,54.0,005502,40.72743423,-73.99379025,865.198228128,2383,4179,1262,2700,005502,49017118.6146,007400,170614202.951,,0.0,005502,007400,18025.6670682,55117,75026,hub,hub,non_hub,584972.085912,4508987.23863,585616.696258,4511101.7763
+7717,7717,1151,172.0,007400,,40.746413585,-73.98586892,190.0,005600,40.74065347,-73.98778661,416.689577569,2618,4179,2190,2700,005600,189153355.609,007400,170614202.951,,0.0,005600,007400,18025.6670682,113209,75026,hub,hub,non_hub,585462.168743,4510460.49357,585616.696258,4511101.7763
+7718,7718,671,172.0,007400,,40.746413585,-73.98586892,164.0,005700,40.729662915,-73.992405595,838.552559188,2937,4179,1789,2700,005700,90178032.7137,007400,170614202.951,,0.0,005700,007400,18025.6670682,156896,75026,hub,hub,non_hub,585086.179601,4509235.9788,585616.696258,4511101.7763
+7719,7719,1091,172.0,007400,,40.746413585,-73.98586892,174.0,005800,40.743154205,-73.990299735,469.272017618,3182,4179,2306,2700,005800,164037511.755,007400,170614202.951,,0.0,005800,007400,18025.6670682,130970,75026,hub,hub,non_hub,585246.786708,4510735.64918,585616.696258,4511101.7763
+7720,7720,193,86.0,007400,,40.746413585,-73.98586892,62.0,005900,40.73049393,-73.9957214,874.021746536,5516,4179,3276,2700,005900,71785177.1361,007400,170614202.951,,0.0,005900,007400,18025.6670682,53180,75026,hub,hub,non_hub,584805.117402,4509325.01914,585616.696258,4511101.7763
+7721,7721,1230,172.0,007400,,40.746413585,-73.98586892,126.0,006000,40.734822295,-73.976916765,744.935137584,5286,4179,2459,2700,006000,27468182.8943,007400,170614202.951,,0.0,006000,007400,18025.6670682,80462,75026,hub,hub,non_hub,586387.478737,4509823.83141,585616.696258,4511101.7763
+7722,7722,969,344.0,007400,,40.746413585,-73.98586892,282.0,006100,40.73385254,-73.992357065,725.728424053,4913,4179,2683,2700,006100,91682014.33,007400,170614202.951,,0.0,006100,007400,18025.6670682,245510,75026,hub,hub,non_hub,585084.940162,4509701.10308,585616.696258,4511101.7763
+7723,7723,664,86.0,007400,,40.746413585,-73.98586892,60.0,006200,40.7381765,-73.97738662,568.788115705,4680,4179,1401,2700,006200,231817485.533,007400,170614202.951,,0.0,006200,007400,18025.6670682,33218,75026,hub,hub,non_hub,586343.467107,4510195.70961,585616.696258,4511101.7763
+7724,7724,591,258.0,007400,,40.746413585,-73.98586892,198.0,006300,40.7346940933,-73.99785666,765.222687646,6076,4179,4277,2700,006300,85447631.8451,007400,170614202.951,,0.0,006300,007400,18025.6670682,120233,75026,hub,hub,non_hub,584619.48321,4509789.20591,585616.696258,4511101.7763
+7725,7725,394,86.0,007400,,40.746413585,-73.98586892,78.0,006400,40.73587678,-73.98205027,675.752716823,7518,4179,5058,2700,006400,95664936.1545,007400,170614202.951,,0.0,006400,007400,18025.6670682,47750,75026,hub,hub,non_hub,585952.649806,4509935.84788,585616.696258,4511101.7763
+7726,7726,413,258.0,007400,,40.746413585,-73.98586892,212.0,006500,40.7306296367,-73.9991423,894.80469878,6517,4179,3568,2700,006500,59290910.3694,007400,170614202.951,,0.0,006500,007400,18025.6670682,125356,75026,hub,hub,non_hub,584516.067395,4509336.78488,585616.696258,4511101.7763
+7727,7727,1226,172.0,007400,,40.746413585,-73.98586892,164.0,006600,40.739285505,-73.97827188,520.97744603,11780,4179,6818,2700,006600,84730469.4548,007400,170614202.951,,0.0,006600,007400,18025.6670682,74621,75026,hub,hub,non_hub,586267.286922,4510317.94668,585616.696258,4511101.7763
+7728,7728,192,86.0,007400,,40.746413585,-73.98586892,78.0,006700,40.73038599,-74.00214988,903.530416951,4984,4179,3796,2700,006700,47238039.9972,007400,170614202.951,,0.0,006700,007400,18025.6670682,70025,75026,hub,hub,non_hub,584262.399901,4509306.84766,585616.696258,4511101.7763
+7729,7729,1014,86.0,007400,,40.746413585,-73.98586892,78.0,006800,40.74025878,-73.98409214,397.446162658,6735,4179,4494,2700,006800,130298431.446,007400,170614202.951,,0.0,006800,007400,18025.6670682,58926,75026,hub,hub,non_hub,585774.608423,4510420.28363,585616.696258,4511101.7763
+7730,7730,319,172.0,007400,,40.746413585,-73.98586892,134.0,006900,40.732319905,-74.0069291,1070.28495965,2687,4179,1484,2700,006900,61292499.9331,007400,170614202.951,,0.0,006900,007400,18025.6670682,130727,75026,hub,hub,non_hub,583856.38945,4509516.94969,585616.696258,4511101.7763
+7731,7731,3070,258.0,007400,,40.746413585,-73.98586892,254.0,007000,40.7425239088,-73.975631041,447.98037136,8302,4179,5669,2700,007000,78634704.8451,007400,170614202.951,,0.0,007000,007400,18025.6670682,145227,75026,hub,hub,hub,586486.068677,4510680.03125,585616.696258,4511101.7763
+7732,7732,316,172.0,007400,,40.746413585,-73.98586892,142.0,007100,40.736526545,-74.000108805,722.507839531,5633,4179,3844,2700,007100,68447429.2743,007400,170614202.951,,0.0,007100,007400,18025.6670682,79459,75026,hub,hub,non_hub,584426.995774,4509990.4524,585616.696258,4511101.7763
+7733,7733,2323,258.0,007400,,40.746413585,-73.98586892,252.0,007200,40.7447014833,-73.98154809,288.844243266,7734,4179,5222,2700,007200,132092861.454,007400,170614202.951,,0.0,007200,007400,18025.6670682,157612,75026,hub,hub,non_hub,585983.687715,4510915.94446,585616.696258,4511101.7763
+7734,7734,265,172.0,007400,,40.746413585,-73.98586892,118.0,007300,40.734682705,-74.00388484,901.722680175,5615,4179,4547,2700,007300,48716185.79,007400,170614202.951,,0.0,007300,007400,18025.6670682,92567,75026,hub,hub,non_hub,584110.479319,4509782.14883,585616.696258,4511101.7763
+7735,7735,761,172.0,007400,,40.746413585,-73.98586892,138.0,007600,40.74737476,-73.988320695,420.552065504,2203,4179,1573,2700,007600,242014413.464,007400,170614202.951,,0.0,007600,007400,18025.6670682,97464,75026,hub,hub,non_hub,585408.475283,4511206.08492,585616.696258,4511101.7763
+7736,7736,473,86.0,007400,,40.746413585,-73.98586892,86.0,007700,40.7390169121,-74.0026376103,811.294579682,5404,4179,4254,2700,007700,59306273.1509,007400,170614202.951,,0.0,007700,007400,18025.6670682,79025,75026,hub,hub,non_hub,584210.329106,4510264.47156,585616.696258,4511101.7763
+7737,7737,889,86.0,007400,,40.746413585,-73.98586892,78.0,007800,40.74780373,-73.9734419,542.459857158,7380,4179,5372,2700,007800,112124597.728,007400,170614202.951,,0.0,007800,007400,18025.6670682,59601,75026,hub,hub,non_hub,586664.043115,4511268.28888,585616.696258,4511101.7763
+7738,7738,594,430.0,007400,,40.746413585,-73.98586892,348.0,007900,40.738916514,-74.007286026,1001.44312003,4406,4179,2904,2700,007900,86937368.5918,007400,170614202.951,,0.0,007900,007400,18025.6670682,171846,75026,hub,hub,non_hub,583817.969395,4510248.87788,585616.696258,4511101.7763
+7739,7739,1109,172.0,007400,,40.746413585,-73.98586892,142.0,008000,40.7485693,-73.97717991,413.173003716,4946,4179,3730,2700,008000,197763821.532,007400,170614202.951,,0.0,008000,007400,18025.6670682,74808,75026,hub,hub,non_hub,586347.477591,4511349.58844,585616.696258,4511101.7763
+7740,7740,315,86.0,007400,,40.746413585,-73.98586892,78.0,008100,40.73935542,-73.99931783,832.60515873,8675,4179,5315,2700,008100,91100400.6907,007400,170614202.951,,0.0,008100,007400,18025.6670682,53195,75026,hub,hub,non_hub,584490.204148,4510305.23824,585616.696258,4511101.7763
+7741,7741,5918,258.0,007400,,40.746413585,-73.98586892,350.0,008200,40.751963355,-73.9794047691,373.979366208,3442,4179,2534,2700,008200,262405408.076,007400,170614202.951,,0.0,008200,007400,18025.6670682,228612,75026,hub,hub,hub,586155.268511,4511724.16683,585616.696258,4511101.7763
+7742,7742,1035,344.0,007400,,40.746413585,-73.98586892,238.0,008300,40.742591315,-74.004102785,820.288730522,4211,4179,2321,2700,008300,119862327.354,007400,170614202.951,,0.0,008300,007400,18025.6670682,186113,75026,hub,hub,non_hub,584082.11654,4510659.85081,585616.696258,4511101.7763
+7743,7743,952,86.0,007400,,40.746413585,-73.98586892,76.0,008400,40.75038009,-73.98338988,243.140405429,1726,4179,1041,2700,008400,147824461.739,007400,170614202.951,,0.0,008400,007400,18025.6670682,34199,75026,hub,hub,non_hub,585820.889203,4511544.50828,585616.696258,4511101.7763
+7744,7744,486,86.0,007400,,40.746413585,-73.98586892,86.0,008601,40.744219,-73.97121214,624.727120309,2551,4179,1528,2700,008601,31141773.9073,007400,170614202.951,,0.0,008601,007400,18025.6670682,31961,75026,hub,hub,non_hub,586856.951039,4510872.56191,585616.696258,4511101.7763
+7745,7745,1253,172.0,007400,,40.746413585,-73.98586892,156.0,008700,40.74206378,-73.995708955,501.624188051,6671,4179,4249,2700,008700,85660216.7821,007400,170614202.951,,0.0,008700,007400,18025.6670682,152953,75026,hub,hub,non_hub,584791.475936,4510609.36503,585616.696258,4511101.7763
+7746,7746,558,172.0,007400,,40.746413585,-73.98586892,156.0,008800,40.75012189,-73.970133575,679.238111388,6964,4179,5507,2700,008800,216532475.876,007400,170614202.951,,0.0,008800,007400,18025.6670682,43247,75026,hub,hub,non_hub,586940.323322,4511528.89362,585616.696258,4511101.7763
+7747,7747,1040,258.0,007400,,40.746413585,-73.98586892,240.0,008900,40.74529008,-74.0021768567,664.138913056,5560,4179,3511,2700,008900,54419260.2723,007400,170614202.951,,0.0,008900,007400,18025.6670682,158638,75026,hub,hub,non_hub,584241.316685,4510961.27944,585616.696258,4511101.7763
+7748,7748,898,258.0,007400,,40.746413585,-73.98586892,220.0,009000,40.75261798,-73.9703317533,721.253173591,7026,4179,5832,2700,009000,208846060.851,007400,170614202.951,,0.0,009000,007400,18025.6670682,74531,75026,hub,hub,non_hub,586920.342162,4511805.78171,585616.696258,4511101.7763
+7749,7749,659,86.0,007400,,40.746413585,-73.98586892,78.0,009100,40.74487634,-73.99529885,466.582189953,6415,4179,4386,2700,009100,127325659.041,007400,170614202.951,,0.0,009100,007400,18025.6670682,63878,75026,hub,hub,non_hub,584822.527687,4510921.97538,585616.696258,4511101.7763
+7750,7750,613,172.0,007400,,40.746413585,-73.98586892,220.0,009200,40.7548518863,-73.9734329075,711.363563153,1754,4179,1461,2700,009200,408192557.246,007400,170614202.951,,0.0,009200,007400,18025.6670682,72226,75026,hub,hub,non_hub,586655.650548,4512050.69496,585616.696258,4511101.7763
+7751,7751,352,86.0,007400,,40.746413585,-73.98586892,78.0,009300,40.74475148,-73.99915362,663.743967477,9705,4179,5585,2700,009300,68528055.2433,007400,170614202.951,,0.0,009300,007400,18025.6670682,52202,75026,hub,hub,non_hub,584497.239363,4510904.39701,585616.696258,4511101.7763
+7752,7752,1151,86.0,007400,,40.746413585,-73.98586892,62.0,009400,40.75320159,-73.9779874,428.111055689,29,4179,16,2700,009400,299218147.811,007400,170614202.951,,0.0,009400,007400,18025.6670682,82147,75026,hub,hub,non_hub,586273.319313,4511863.01244,585616.696258,4511101.7763
+7753,7753,679,86.0,007400,,40.746413585,-73.98586892,102.0,009500,40.746647,-73.993915,414.947811562,3425,4179,1416,2700,009500,129660033.725,007400,170614202.951,,0.0,009500,007400,18025.6670682,57488,75026,hub,hub,non_hub,584937.108907,4511119.86954,585616.696258,4511101.7763
+7754,7754,1566,258.0,007400,,40.746413585,-73.98586892,280.0,009600,40.7560442404,-73.9803673881,524.616765116,153,4179,268,2700,009600,270304841.585,007400,170614202.951,,0.0,009600,007400,18025.6670682,71527,75026,hub,hub,non_hub,586068.742771,4512176.23062,585616.696258,4511101.7763
+7755,7755,1148,258.0,007400,,40.746413585,-73.98586892,198.0,009700,40.7493616033,-73.9991321067,555.003302933,4744,4179,2827,2700,009700,83018263.1602,007400,170614202.951,,0.0,009700,007400,18025.6670682,118804,75026,hub,hub,non_hub,584493.220017,4511416.17434,585616.696258,4511101.7763
+7756,7756,429,172.0,007400,,40.746413585,-73.98586892,140.0,009800,40.755285655,-73.96667288,829.721959734,7105,4179,5244,2700,009800,115943808.909,007400,170614202.951,,0.0,009800,007400,18025.6670682,40039,75026,hub,hub,non_hub,587225.727282,4512105.54383,585616.696258,4511101.7763
+7757,7757,1577,430.0,007400,,40.746413585,-73.98586892,370.0,009900,40.7520807866,-74.0031899092,699.824074656,3617,4179,2438,2700,009900,404439511.776,007400,170614202.951,,0.0,009900,007400,18025.6670682,208076,75026,hub,hub,non_hub,584147.226991,4511714.12465,585616.696258,4511101.7763
+7758,7758,698,258.0,007400,,40.746413585,-73.98586892,242.0,010000,40.7583696933,-73.9710287767,823.819950626,1829,4179,1399,2700,010000,366457143.613,007400,170614202.951,,0.0,010000,007400,18025.6670682,72085,75026,hub,hub,non_hub,586854.014885,4512443.57459,585616.696258,4511101.7763
+7759,7759,2466,258.0,007400,,40.746413585,-73.98586892,254.0,010100,40.74945622,-73.9903382667,340.257743815,1119,4179,828,2700,010100,246168211.101,007400,170614202.951,,0.0,010100,007400,18025.6670682,183377,75026,hub,hub,non_hub,585235.486219,4511435.18064,585616.696258,4511101.7763
+7760,7760,677,172.0,007400,,40.746413585,-73.98586892,162.0,010200,40.7606694,-73.973473555,695.17785189,313,4179,268,2700,010200,333450202.294,007400,170614202.951,,0.0,010200,007400,18025.6670682,46675,75026,hub,hub,non_hub,586644.664817,4512696.44233,585616.696258,4511101.7763
+7761,7761,1753,172.0,007400,,40.746413585,-73.98586892,196.0,010300,40.751000495,-73.994372255,471.081101632,1859,4179,1351,2700,010300,141506056.87,007400,170614202.951,,0.0,010300,007400,18025.6670682,221593,75026,hub,hub,non_hub,584892.968075,4511602.69644,585616.696258,4511101.7763
+7762,7762,866,172.0,007400,,40.746413585,-73.98586892,150.0,010400,40.761664375,-73.976854975,695.371182424,1031,4179,1033,2700,010400,363981333.295,007400,170614202.951,,0.0,010400,007400,18025.6670682,65073,75026,hub,hub,non_hub,586357.961325,4512803.55852,585616.696258,4511101.7763
+7763,7763,202,86.0,007400,,40.746413585,-73.98586892,66.0,010602,40.75849116,-73.95920622,1228.98496462,4794,4179,2963,2700,010602,67980898.3739,007400,170614202.951,,0.0,010602,007400,18025.6670682,22153,75026,hub,hub,non_hub,587851.796682,4512468.82754,585616.696258,4511101.7763
+7764,7764,814,258.0,007400,,40.746413585,-73.98586892,234.0,010800,40.7591736033,-73.96613818,924.754099499,8531,4179,6272,2700,010800,189351523.799,007400,170614202.951,,0.0,010800,007400,18025.6670682,79198,75026,hub,hub,non_hub,587265.778542,4512537.66689,585616.696258,4511101.7763
+7765,7765,781,172.0,007400,,40.746413585,-73.98586892,228.0,010900,40.751351715,-73.987594755,378.641348686,182,4179,92,2700,010900,228173063.011,007400,170614202.951,,0.0,010900,007400,18025.6670682,60092,75026,hub,hub,non_hub,585464.669441,4511648.26242,585616.696258,4511101.7763
+7766,7766,662,86.0,007400,,40.746413585,-73.98586892,118.0,011201,40.7643971,-73.97371465,784.336256535,827,4179,964,2700,011201,118515444.187,007400,170614202.951,,0.0,011201,007400,18025.6670682,41525,75026,hub,hub,non_hub,586619.474659,4513110.00718,585616.696258,4511101.7763
+7767,7767,406,86.0,007400,,40.746413585,-73.98586892,66.0,011203,40.76095756,-73.96724467,971.857758621,1176,4179,1160,2700,011203,143782379.009,007400,170614202.951,,0.0,011203,007400,18025.6670682,48033,75026,hub,hub,non_hub,587170.050102,4512734.59972,585616.696258,4511101.7763
+7768,7768,4341,344.0,007400,,40.746413585,-73.98586892,396.0,011300,40.7548008425,-73.9888010575,469.739507458,204,4179,107,2700,011300,357940519.061,007400,170614202.951,,0.0,011300,007400,18025.6670682,236650,75026,hub,hub,hub,585358.423228,4512029.96675,585616.696258,4511101.7763
+7769,7769,807,172.0,007400,,40.746413585,-73.98586892,164.0,011500,40.75701407,-73.992353645,618.43150355,2487,4179,1678,2700,011500,130958459.747,007400,170614202.951,,0.0,011500,007400,18025.6670682,103294,75026,hub,hub,non_hub,585055.712647,4512272.20178,585616.696258,4511101.7763
+7770,7770,338,172.0,007400,,40.746413585,-73.98586892,168.0,011700,40.76058799,-74.00080945,895.838495863,2938,4179,2304,2700,011700,91270705.1484,007400,170614202.951,,0.0,011700,007400,18025.6670682,73016,75026,hub,hub,non_hub,584337.427395,4512660.77158,585616.696258,4511101.7763
+7771,7771,374,86.0,007400,,40.746413585,-73.98586892,68.0,011900,40.7568001,-73.98291153,582.252820631,1079,4179,1121,2700,011900,395254501.74,007400,170614202.951,,0.0,011900,007400,18025.6670682,39976,75026,hub,hub,non_hub,585853.012005,4512257.64444,585616.696258,4511101.7763
+7772,7772,681,258.0,007400,,40.746413585,-73.98586892,218.0,012100,40.7598593767,-73.9914900133,820.597893423,8366,4179,5744,2700,012100,101223732.045,007400,170614202.951,,0.0,012100,007400,18025.6670682,132767,75026,hub,hub,non_hub,585124.983126,4512588.88932,585616.696258,4511101.7763
+7773,7773,421,86.0,007400,,40.746413585,-73.98586892,102.0,012500,40.76064679,-73.98442659,719.632391959,2439,4179,2096,2700,012500,322911522.418,007400,170614202.951,,0.0,012500,007400,18025.6670682,45486,75026,hub,hub,non_hub,585720.180916,4512683.17447,585616.696258,4511101.7763
+7774,7774,633,172.0,007400,,40.746413585,-73.98586892,168.0,012700,40.762485435,-73.990447135,812.744656362,6437,4179,4434,2700,012700,104637996.687,007400,170614202.951,,0.0,012700,007400,18025.6670682,83393,75026,hub,hub,non_hub,585209.656415,4512881.41361,585616.696258,4511101.7763
+7775,7775,169,86.0,007400,,40.746413585,-73.98586892,48.0,012900,40.76341379,-73.99667444,1005.89204722,5312,4179,3621,2700,012900,158698340.053,007400,170614202.951,,0.0,012900,007400,18025.6670682,28661,75026,hub,hub,non_hub,584682.864463,4512978.43901,585616.696258,4511101.7763
+7776,7776,833,258.0,007400,,40.746413585,-73.98586892,320.0,013100,40.7621295133,-73.98215453,747.872579902,2489,4179,2283,2700,013100,405023451.28,007400,170614202.951,,0.0,013100,007400,18025.6670682,107228,75026,hub,hub,non_hub,585910.04945,4512849.98999,585616.696258,4511101.7763
+7777,7777,504,258.0,007400,,40.746413585,-73.98586892,202.0,013300,40.7647250567,-73.9866537633,935.242168006,5363,4179,3909,2700,013300,79847412.2593,007400,170614202.951,,0.0,013300,007400,18025.6670682,89810,75026,hub,hub,non_hub,585526.963405,4513133.71926,585616.696258,4511101.7763
+7778,7778,238,172.0,007400,,40.746413585,-73.98586892,130.0,013500,40.766984435,-73.99227308,980.768866391,6075,4179,3935,2700,013500,198199142.958,007400,170614202.951,,0.0,013500,007400,18025.6670682,64723,75026,hub,hub,non_hub,585049.80204,4513379.06475,585616.696258,4511101.7763
+7779,7779,706,172.0,007400,,40.746413585,-73.98586892,196.0,013700,40.766109285,-73.981808355,945.698470884,6557,4179,5442,2700,013700,314878324.419,007400,170614202.951,,0.0,013700,007400,18025.6670682,91142,75026,hub,hub,non_hub,585934.141665,4513292.1137,585616.696258,4511101.7763
+7780,7780,187,86.0,007400,,40.746413585,-73.98586892,54.0,013900,40.768254,-73.988639,957.768401743,7607,4179,7359,2700,013900,139918084.587,007400,170614202.951,,0.0,013900,007400,18025.6670682,26390,75026,hub,hub,non_hub,585354.890073,4513523.52534,585616.696258,4511101.7763
+7781,7781,147,86.0,007400,,40.746413585,-73.98586892,98.0,014300,40.76590936,-73.97634151,1133.11835516,3,4179,0,2700,014300,50027992.3322,007400,170614202.951,,0.0,014300,007400,18025.6670682,21051,75026,hub,hub,non_hub,586395.803012,4513275.28949,585616.696258,4511101.7763
+7782,7782,372,86.0,007400,,40.746413585,-73.98586892,72.0,014500,40.76915505,-73.98191841,1122.86342277,5811,4179,3462,2700,014500,253397343.373,007400,170614202.951,,0.0,014500,007400,18025.6670682,68350,75026,hub,hub,non_hub,585920.929601,4513630.10902,585616.696258,4511101.7763
+7783,7783,194,86.0,007400,,40.746413585,-73.98586892,110.0,014700,40.770513,-73.988038,1060.08208955,2586,4179,1743,2700,014700,70871746.8417,007400,170614202.951,,0.0,014700,007400,18025.6670682,35099,75026,hub,hub,non_hub,585402.720353,4513774.87644,585616.696258,4511101.7763
+7784,7784,141,86.0,007400,,40.746413585,-73.98586892,72.0,015100,40.771522,-73.990541,1262.44577598,8105,4179,4856,2700,015100,164953931.102,007400,170614202.951,,0.0,015100,007400,18025.6670682,17578,75026,hub,hub,non_hub,585190.192062,4513884.4495,585616.696258,4511101.7763
+7785,7785,194,172.0,007400,,40.746413585,-73.98586892,140.0,031703,40.71644312,-74.014902115,1541.81104508,8670,4179,4231,2700,031703,332361109.355,007400,170614202.951,,0.0,031703,007400,18025.6670682,136082,75026,hub,hub,non_hub,583202.897614,4507746.93647,585616.696258,4511101.7763
+7786,7786,110,258.0,007400,,40.746413585,-73.98586892,196.0,031704,40.7085171733,-74.0165557667,1734.5805413,6610,4179,3790,2700,031704,160823714.408,007400,170614202.951,,0.0,031704,007400,18025.6670682,105244,75026,hub,hub,non_hub,583073.076824,4506865.54027,585616.696258,4511101.7763
+7787,7787,106,258.0,007400,,40.746413585,-73.98586892,170.0,000600,40.7128987867,-73.9898646367,1476.17708231,11558,4179,4083,2700,000600,59149181.7526,007400,170614202.951,,0.0,000600,007400,18025.6670682,70053,75026,hub,hub,non_hub,585322.159723,4507377.5136,585616.696258,4511101.7763
+7788,7788,115,207.0,007600,,40.74737476,-73.988320695,108.0,000202,40.71318002,-73.9818904933,1591.26258875,8012,2203,3598,1573,000202,37878157.9781,007600,242014413.464,007600,1038221757.0,000202,007600,17446.4776485,56352,94684,hub,hub,non_hub,585995.353038,4507416.50937,585408.475283,4511206.08492
+7789,7789,246,483.0,007600,,40.74737476,-73.988320695,516.0,000700,40.70581148,-74.0081572071,1649.97160751,7722,2203,5201,1573,000700,476954959.734,007600,242014413.464,007600,1038221757.0,000700,007600,17446.4776485,160040,94684,hub,hub,non_hub,583785.918305,4506573.16797,585408.475283,4511206.08492
+7790,7790,73,138.0,007600,,40.74737476,-73.988320695,94.0,000800,40.712414475,-73.993471545,1571.18371284,10365,2203,4150,1573,000800,46479755.076,007600,242014413.464,007600,1038221757.0,000800,007600,17446.4776485,34254,94684,hub,hub,non_hub,585018.109713,4507320.25418,585408.475283,4511206.08492
+7791,7791,74,207.0,007600,,40.74737476,-73.988320695,194.0,000900,40.7024745833,-74.01224785,1911.24219755,1140,2203,939,1573,000900,404341803.896,007600,242014413.464,007600,1038221757.0,000900,007600,17446.4776485,46446,94684,hub,hub,non_hub,583444.520998,4506198.85784,585408.475283,4511206.08492
+7792,7792,50,69.0,007600,,40.74737476,-73.988320695,38.0,001002,40.71782143,-73.97628939,1420.05418719,6439,2203,2346,1573,001002,22763374.2099,007600,242014413.464,007600,1038221757.0,001002,007600,17446.4776485,15916,94684,hub,hub,non_hub,586462.45635,4507937.23607,585408.475283,4511206.08492
+7793,7793,112,138.0,007600,,40.74737476,-73.988320695,92.0,001200,40.717364275,-73.982955325,1442.358837,3547,2203,1857,1573,001200,23518220.7411,007600,242014413.464,007600,1038221757.0,001200,007600,17446.4776485,36493,94684,hub,hub,non_hub,585900.031125,4507879.94738,585408.475283,4511206.08492
+7794,7794,39,69.0,007600,,40.74737476,-73.988320695,72.0,001300,40.70463334,-74.01361706,1769.08766234,3776,2203,3028,1573,001300,286606455.687,007600,242014413.464,007600,1038221757.0,001300,007600,17446.4776485,27671,94684,hub,hub,non_hub,583326.158808,4506437.19368,585408.475283,4511206.08492
+7795,7795,47,69.0,007600,,40.74737476,-73.988320695,56.0,001401,40.71559509,-73.9870295,1110.57359307,3289,2203,1708,1573,001401,20168722.3199,007600,242014413.464,007600,1038221757.0,001401,007600,17446.4776485,26885,94684,hub,hub,non_hub,585558.18429,4507679.57909,585408.475283,4511206.08492
+7796,7796,32,138.0,007600,4.66555673643,40.7469834733,-73.98839954,134.0,001501,40.71026676,-74.0042395133,1642.24709317,5581,2203,3450,1573,001501,172466366.322,007600,242014413.464,007600,1038221757.0,001501,007600,17446.4776485,27425,94684,hub,hub,non_hub,584111.264131,4507071.47664,585402.319507,4511162.57256
+7797,7797,135,207.0,007600,,40.74737476,-73.988320695,246.0,001502,40.7088053467,-74.00635276,1533.73429119,7095,2203,3459,1573,001502,221282059.103,007600,242014413.464,007600,1038221757.0,001502,007600,17446.4776485,82052,94684,hub,hub,non_hub,583934.59195,4506907.22889,585408.475283,4511206.08492
+7798,7798,275,207.0,007600,,40.74737476,-73.988320695,214.0,001600,40.7153350167,-73.9943926833,1418.77594021,8236,2203,3242,1573,001600,76565505.7581,007600,242014413.464,007600,1038221757.0,001600,007600,17446.4776485,82798,94684,hub,hub,non_hub,584936.591099,4507643.5622,585408.475283,4511206.08492
+7799,7799,453,276.0,007600,,40.74737476,-73.988320695,308.0,001800,40.7193657075,-73.9906468425,1181.21407659,8063,2203,3489,1573,001800,60554858.5127,007600,242014413.464,007600,1038221757.0,001800,007600,17446.4776485,133306,94684,hub,hub,non_hub,585247.838585,4508094.62497,585408.475283,4511206.08492
+7800,7800,119,138.0,007600,,40.74737476,-73.988320695,92.0,002000,40.721554605,-73.977309405,1244.93489802,4795,2203,1899,1573,002000,17907673.5628,007600,242014413.464,007600,1038221757.0,002000,007600,17446.4776485,31656,94684,hub,hub,non_hub,586371.478696,4508350.63994,585408.475283,4511206.08492
+7801,7801,308,276.0,007600,,40.74737476,-73.988320695,204.0,002100,40.71451321,-74.0108850975,1320.52326327,6111,2203,3038,1573,002100,273869828.705,007600,242014413.464,007600,1038221757.0,002100,007600,17446.4776485,151037,94684,hub,hub,non_hub,583544.598931,4507536.51732,585408.475283,4511206.08492
+7802,7802,146,138.0,007600,,40.74737476,-73.988320695,88.0,002201,40.71833027,-73.980972895,1303.94782687,6762,2203,3030,1573,002201,37585954.9949,007600,242014413.464,007600,1038221757.0,002201,007600,17446.4776485,26391,94684,hub,hub,non_hub,586066.226443,4507989.12022,585408.475283,4511206.08492
+7803,7803,82,69.0,007600,,40.74737476,-73.988320695,62.0,002202,40.7208736,-73.98085795,1219.32487923,2256,2203,1045,1573,002202,13179093.8977,007600,242014413.464,007600,1038221757.0,002202,007600,17446.4776485,23935,94684,hub,hub,non_hub,586072.658368,4508271.55961,585408.475283,4511206.08492
+7804,7804,53,138.0,007600,,40.74737476,-73.988320695,96.0,002400,40.724744875,-73.974986535,1182.93925519,5775,2203,2175,1573,002400,17986635.5592,007600,242014413.464,007600,1038221757.0,002400,007600,17446.4776485,17965,94684,hub,hub,non_hub,586563.526382,4508707.06897,585408.475283,4511206.08492
+7805,7805,45,138.0,007600,,40.74737476,-73.988320695,124.0,002500,40.7111743,-73.99849582,1391.05208333,5061,2203,1917,1573,002500,22428407.6271,007600,242014413.464,007600,1038221757.0,002500,007600,17446.4776485,28216,94684,hub,hub,non_hub,584595.28909,4507177.73549,585408.475283,4511206.08492
+7806,7806,45,69.0,007600,,40.74737476,-73.988320695,62.0,002601,40.72299208,-73.97995466,1340.52125506,3774,2203,1593,1573,002601,22248722.3098,007600,242014413.464,007600,1038221757.0,002601,007600,17446.4776485,22144,94684,hub,hub,non_hub,586146.216204,4508507.61099,585408.475283,4511206.08492
+7807,7807,37,69.0,007600,,40.74737476,-73.988320695,54.0,002700,40.71307916,-73.99851193,1345.72515528,1191,2203,655,1573,002700,11349914.9514,007600,242014413.464,007600,1038221757.0,002700,007600,17446.4776485,20570,94684,hub,hub,non_hub,584591.517275,4507389.17181,585408.475283,4511206.08492
+7808,7808,103,69.0,007600,,40.74737476,-73.988320695,64.0,002800,40.72521311,-73.97768752,1171.54159664,7302,2203,3341,1573,002800,47641507.3146,007600,242014413.464,007600,1038221757.0,002800,007600,17446.4776485,36744,94684,hub,hub,non_hub,586334.816403,4508756.38709,585408.475283,4511206.08492
+7809,7809,57,69.0,007600,,40.74737476,-73.988320695,86.0,002900,40.71602118,-73.99974372,1578.84659091,5855,2203,2420,1573,002900,200965547.24,007600,242014413.464,007600,1038221757.0,002900,007600,17446.4776485,31936,94684,hub,hub,non_hub,584483.752153,4507714.56961,585408.475283,4511206.08492
+7810,7810,258,69.0,007600,,40.74737476,-73.988320695,70.0,003001,40.72066442,-73.98517977,1204.96226784,4301,2203,2553,1573,003001,34302720.7166,007600,242014413.464,007600,1038221757.0,003001,007600,17446.4776485,41223,94684,hub,hub,non_hub,585707.91731,4508244.11218,585408.475283,4511206.08492
+7811,7811,113,69.0,007600,,40.74737476,-73.988320695,74.0,003002,40.72217444,-73.98368779,1228.34103774,3031,2203,1885,1573,003002,18686109.2263,007600,242014413.464,007600,1038221757.0,003002,007600,17446.4776485,38675,94684,hub,hub,non_hub,585831.986427,4508413.19181,585408.475283,4511206.08492
+7812,7812,205,207.0,007600,,40.74737476,-73.988320695,242.0,003100,40.7140617467,-74.0041933367,1187.87137435,2809,2203,858,1573,003100,145687012.574,007600,242014413.464,007600,1038221757.0,003100,007600,17446.4776485,81469,94684,hub,hub,non_hub,584110.388584,4507492.78891,585408.475283,4511206.08492
+7813,7813,633,207.0,007600,,40.74737476,-73.988320695,200.0,003200,40.7260543867,-73.9823576167,1006.29874937,7630,2203,4888,1573,003200,46369492.482,007600,242014413.464,007600,1038221757.0,003200,007600,17446.4776485,138064,94684,hub,hub,non_hub,585939.335766,4508845.19329,585408.475283,4511206.08492
+7814,7814,287,345.0,007600,,40.74737476,-73.988320695,346.0,003300,40.7188193966,-74.0063396553,1168.03858516,5174,2203,2694,1573,003300,215459582.054,007600,242014413.464,007600,1038221757.0,003300,007600,17446.4776485,115059,94684,hub,hub,non_hub,583923.122659,4508018.8659,585408.475283,4511206.08492
+7815,7815,259,69.0,007600,,40.74737476,-73.988320695,78.0,003400,40.72955361,-73.98057249,842.132354968,6706,2203,4203,1573,003400,42933229.7541,007600,242014413.464,007600,1038221757.0,003400,007600,17446.4776485,47926,94684,hub,hub,non_hub,586085.581298,4509235.37985,585408.475283,4511206.08492
+7816,7816,189,138.0,007600,,40.74737476,-73.988320695,132.0,003601,40.72217423,-73.990293175,1038.16104175,3299,2203,1613,1573,003601,29191583.8104,007600,242014413.464,007600,1038221757.0,003601,007600,17446.4776485,77585,94684,hub,hub,non_hub,585274.124459,4508406.73315,585408.475283,4511206.08492
+7817,7817,297,138.0,007600,,40.74737476,-73.988320695,124.0,003602,40.724852985,-73.989265345,1035.02214199,2918,2203,1586,1573,003602,24941258.1161,007600,242014413.464,007600,1038221757.0,003602,007600,17446.4776485,82124,94684,hub,hub,non_hub,585357.507872,4508705.09166,585408.475283,4511206.08492
+7818,7818,631,276.0,007600,,40.74737476,-73.988320695,296.0,003700,40.7256696075,-74.0052069325,981.269190104,2401,2203,1490,1573,003700,212385639.924,007600,242014413.464,007600,1038221757.0,003700,007600,17446.4776485,173333,94684,hub,hub,non_hub,584010.178026,4508780.36793,585408.475283,4511206.08492
+7819,7819,870,276.0,007600,,40.74737476,-73.988320695,320.0,003800,40.72765889,-73.988195855,913.441394199,8610,2203,5795,1573,003800,67437493.5221,007600,242014413.464,007600,1038221757.0,003800,007600,17446.4776485,167230,94684,hub,hub,non_hub,585444.239635,4509017.60641,585408.475283,4511206.08492
+7820,7820,234,276.0,007600,,40.74737476,-73.988320695,212.0,003900,40.7201717475,-74.00983051,1307.31892829,5253,2203,3059,1573,003900,194910113.03,007600,242014413.464,007600,1038221757.0,003900,007600,17446.4776485,113624,94684,hub,hub,non_hub,583626.593058,4508165.65565,585408.475283,4511206.08492
+7821,7821,488,138.0,007600,,40.74737476,-73.988320695,132.0,004000,40.73000573,-73.98549552,859.997499354,9801,2203,4546,1573,004000,66858387.5133,007600,242014413.464,007600,1038221757.0,004000,007600,17446.4776485,99660,94684,hub,hub,non_hub,585669.269443,4509280.75306,585408.475283,4511206.08492
+7822,7822,298,138.0,007600,,40.74737476,-73.988320695,128.0,004100,40.7195529,-73.996789035,1222.86736585,7793,2203,3765,1573,004100,71738983.3617,007600,242014413.464,007600,1038221757.0,004100,007600,17446.4776485,114685,94684,hub,hub,non_hub,584728.836557,4508109.46034,585408.475283,4511206.08492
+7823,7823,186,69.0,007600,,40.74737476,-73.988320695,70.0,004200,40.73223272,-73.98889957,730.794159544,4988,2203,1801,1573,004200,39941846.3325,007600,242014413.464,007600,1038221757.0,004200,007600,17446.4776485,50846,94684,hub,hub,non_hub,585378.96492,4509524.64843,585408.475283,4511206.08492
+7824,7824,323,138.0,007600,,40.74737476,-73.988320695,134.0,004300,40.723870235,-73.995226525,1021.33388532,4267,2203,2598,1573,004300,65935514.1184,007600,242014413.464,007600,1038221757.0,004300,007600,17446.4776485,95162,94684,hub,hub,non_hub,584855.320992,4508590.22212,585408.475283,4511206.08492
+7825,7825,795,138.0,007600,,40.74737476,-73.988320695,120.0,004400,40.73080269,-73.97968993,843.355314683,17710,2203,8297,1573,004400,114601147.016,007600,242014413.464,007600,1038221757.0,004400,007600,17446.4776485,106427,94684,hub,hub,non_hub,586158.498991,4509374.90208,585408.475283,4511206.08492
+7826,7826,74,69.0,007600,,40.74737476,-73.988320695,54.0,004500,40.71910537,-73.99973337,1189.40350877,840,2203,582,1573,004500,52009114.8865,007600,242014413.464,007600,1038221757.0,004500,007600,17446.4776485,34275,94684,hub,hub,non_hub,584480.726971,4508056.94497,585408.475283,4511206.08492
+7827,7827,78,69.0,007600,,40.74737476,-73.988320695,78.0,004700,40.72165481,-74.00234737,1201.58035714,2267,2203,1586,1573,004700,75477587.1594,007600,242014413.464,007600,1038221757.0,004700,007600,17446.4776485,27544,94684,hub,hub,non_hub,584256.734795,4508337.43837,585408.475283,4511206.08492
+7828,7828,337,69.0,007600,,40.74737476,-73.988320695,70.0,004800,40.73624527,-73.98473765,594.352298851,7550,2203,3799,1573,004800,74763044.6965,007600,242014413.464,007600,1038221757.0,004800,007600,17446.4776485,42567,94684,hub,hub,non_hub,585725.258797,4509974.12516,585408.475283,4511206.08492
+7829,7829,281,138.0,007600,,40.74737476,-73.988320695,146.0,004900,40.724268615,-74.000521515,1066.27138583,4951,2203,3054,1573,004900,103848670.177,007600,242014413.464,007600,1038221757.0,004900,007600,17446.4776485,80152,94684,hub,hub,non_hub,584407.63728,4508629.34168,585408.475283,4511206.08492
+7830,7830,890,207.0,007600,,40.74737476,-73.988320695,186.0,005000,40.7359163467,-73.9873427633,617.939592898,5061,2203,3595,1573,005000,120638459.215,007600,242014413.464,007600,1038221757.0,005000,007600,17446.4776485,111023,94684,hub,hub,non_hub,585505.709717,4509935.07175,585408.475283,4511206.08492
+7831,7831,1593,138.0,007600,,40.74737476,-73.988320695,212.0,005200,40.73715585,-73.991241315,584.547886085,4193,2203,1785,1573,005200,109103391.81,007600,242014413.464,007600,1038221757.0,005200,007600,17446.4776485,159876,94684,hub,hub,non_hub,585174.941657,4510068.87544,585408.475283,4511206.08492
+7832,7832,823,69.0,007600,,40.74737476,-73.988320695,94.0,005400,40.73971301,-73.99456405,505.850583996,4656,2203,2837,1573,005400,128803552.888,007600,242014413.464,007600,1038221757.0,005400,007600,17446.4776485,73728,94684,hub,hub,non_hub,584891.129718,4510349.51956,585408.475283,4511206.08492
+7833,7833,202,69.0,007600,,40.74737476,-73.988320695,60.0,005501,40.72679454,-73.99695094,957.319630125,5079,2203,2483,1573,005501,61061928.4125,007600,242014413.464,007600,1038221757.0,005501,007600,17446.4776485,57258,94684,hub,hub,non_hub,584705.980012,4508913.17477,585408.475283,4511206.08492
+7834,7834,165,69.0,007600,,40.74737476,-73.988320695,54.0,005502,40.72743423,-73.99379025,902.154243658,2383,2203,1262,1573,005502,49017118.6146,007600,242014413.464,007600,1038221757.0,005502,007600,17446.4776485,55117,94684,hub,hub,non_hub,584972.085912,4508987.23863,585408.475283,4511206.08492
+7835,7835,1225,138.0,007600,,40.74737476,-73.988320695,190.0,005600,40.74065347,-73.98778661,423.912689143,2618,2203,2190,1573,005600,189153355.609,007600,242014413.464,007600,1038221757.0,005600,007600,17446.4776485,113209,94684,hub,hub,non_hub,585462.168743,4510460.49357,585408.475283,4511206.08492
+7836,7836,723,138.0,007600,,40.74737476,-73.988320695,164.0,005700,40.729662915,-73.992405595,857.366956118,2937,2203,1789,1573,005700,90178032.7137,007600,242014413.464,007600,1038221757.0,005700,007600,17446.4776485,156896,94684,hub,hub,non_hub,585086.179601,4509235.9788,585408.475283,4511206.08492
+7837,7837,1711,138.0,007600,,40.74737476,-73.988320695,174.0,005800,40.743154205,-73.990299735,364.025934477,3182,2203,2306,1573,005800,164037511.755,007600,242014413.464,007600,1038221757.0,005800,007600,17446.4776485,130970,94684,hub,hub,non_hub,585246.786708,4510735.64918,585408.475283,4511206.08492
+7838,7838,225,69.0,007600,,40.74737476,-73.988320695,62.0,005900,40.73049393,-73.9957214,910.263690476,5516,2203,3276,1573,005900,71785177.1361,007600,242014413.464,007600,1038221757.0,005900,007600,17446.4776485,53180,94684,hub,hub,non_hub,584805.117402,4509325.01914,585408.475283,4511206.08492
+7839,7839,811,138.0,007600,,40.74737476,-73.988320695,126.0,006000,40.734822295,-73.976916765,781.342731765,5286,2203,2459,1573,006000,27468182.8943,007600,242014413.464,007600,1038221757.0,006000,007600,17446.4776485,80462,94684,hub,hub,non_hub,586387.478737,4509823.83141,585408.475283,4511206.08492
+7840,7840,1390,276.0,007600,,40.74737476,-73.988320695,282.0,006100,40.73385254,-73.992357065,734.280391085,4913,2203,2683,1573,006100,91682014.33,007600,242014413.464,007600,1038221757.0,006100,007600,17446.4776485,245510,94684,hub,hub,non_hub,585084.940162,4509701.10308,585408.475283,4511206.08492
+7841,7841,518,69.0,007600,,40.74737476,-73.988320695,60.0,006200,40.7381765,-73.97738662,671.483908831,4680,2203,1401,1573,006200,231817485.533,007600,242014413.464,007600,1038221757.0,006200,007600,17446.4776485,33218,94684,hub,hub,non_hub,586343.467107,4510195.70961,585408.475283,4511206.08492
+7842,7842,961,207.0,007600,,40.74737476,-73.988320695,198.0,006300,40.7346940933,-73.99785666,654.120173344,6076,2203,4277,1573,006300,85447631.8451,007600,242014413.464,007600,1038221757.0,006300,007600,17446.4776485,120233,94684,hub,hub,non_hub,584619.48321,4509789.20591,585408.475283,4511206.08492
+7843,7843,342,69.0,007600,,40.74737476,-73.988320695,78.0,006400,40.73587678,-73.98205027,691.636105894,7518,2203,5058,1573,006400,95664936.1545,007600,242014413.464,007600,1038221757.0,006400,007600,17446.4776485,47750,94684,hub,hub,non_hub,585952.649806,4509935.84788,585408.475283,4511206.08492
+7844,7844,519,207.0,007600,,40.74737476,-73.988320695,212.0,006500,40.7306296367,-73.9991423,818.011139587,6517,2203,3568,1573,006500,59290910.3694,007600,242014413.464,007600,1038221757.0,006500,007600,17446.4776485,125356,94684,hub,hub,non_hub,584516.067395,4509336.78488,585408.475283,4511206.08492
+7845,7845,1735,138.0,007600,,40.74737476,-73.988320695,164.0,006600,40.739285505,-73.97827188,556.40034779,11780,2203,6818,1573,006600,84730469.4548,007600,242014413.464,007600,1038221757.0,006600,007600,17446.4776485,74621,94684,hub,hub,non_hub,586267.286922,4510317.94668,585408.475283,4511206.08492
+7846,7846,470,69.0,007600,,40.74737476,-73.988320695,78.0,006700,40.73038599,-74.00214988,745.314261842,4984,2203,3796,1573,006700,47238039.9972,007600,242014413.464,007600,1038221757.0,006700,007600,17446.4776485,70025,94684,hub,hub,non_hub,584262.399901,4509306.84766,585408.475283,4511206.08492
+7847,7847,1581,69.0,007600,,40.74737476,-73.988320695,78.0,006800,40.74025878,-73.98409214,459.767640314,6735,2203,4494,1573,006800,130298431.446,007600,242014413.464,007600,1038221757.0,006800,007600,17446.4776485,58926,94684,hub,hub,non_hub,585774.608423,4510420.28363,585408.475283,4511206.08492
+7848,7848,513,138.0,007600,,40.74737476,-73.988320695,134.0,006900,40.732319905,-74.0069291,930.800543063,2687,2203,1484,1573,006900,61292499.9331,007600,242014413.464,007600,1038221757.0,006900,007600,17446.4776485,130727,94684,hub,hub,non_hub,583856.38945,4509516.94969,585408.475283,4511206.08492
+7849,7849,4914,207.0,007600,,40.74737476,-73.988320695,254.0,007000,40.742527992,-73.9756390854,490.310361189,8302,2203,5669,1573,007000,78634704.8451,007600,242014413.464,007600,1038221757.0,007000,007600,17446.4776485,145227,94684,hub,hub,hub,586485.384205,4510680.47659,585408.475283,4511206.08492
+7850,7850,407,138.0,007600,,40.74737476,-73.988320695,142.0,007100,40.736526545,-74.000108805,709.16280373,5633,2203,3844,1573,007100,68447429.2743,007600,242014413.464,007600,1038221757.0,007100,007600,17446.4776485,79459,94684,hub,hub,non_hub,584426.995774,4509990.4524,585408.475283,4511206.08492
+7851,7851,4418,207.0,007600,,40.74737476,-73.988320695,252.0,007200,40.7447014833,-73.98154809,348.886795597,7734,2203,5222,1573,007200,132092861.454,007600,242014413.464,007600,1038221757.0,007200,007600,17446.4776485,157612,94684,hub,hub,hub,585983.687715,4510915.94446,585408.475283,4511206.08492
+7852,7852,511,138.0,007600,,40.74737476,-73.988320695,118.0,007300,40.734682705,-74.00388484,736.183474161,5615,2203,4547,1573,007300,48716185.79,007600,242014413.464,007600,1038221757.0,007300,007600,17446.4776485,92567,94684,hub,hub,non_hub,584110.479319,4509782.14883,585408.475283,4511206.08492
+7853,7853,977,138.0,007600,,40.74737476,-73.988320695,172.0,007400,40.746413585,-73.98586892,416.986765697,4179,2203,2700,1573,007400,170614202.951,007600,242014413.464,007600,1038221757.0,007400,007600,17446.4776485,81121,94684,hub,hub,non_hub,585616.696258,4511101.7763,585408.475283,4511206.08492
+7854,7854,403,69.0,007600,,40.74737476,-73.988320695,86.0,007700,40.7390169121,-74.0026376103,735.509203881,5404,2203,4254,1573,007700,59306273.1509,007600,242014413.464,007600,1038221757.0,007700,007600,17446.4776485,79025,94684,hub,hub,non_hub,584210.329106,4510264.47156,585408.475283,4511206.08492
+7855,7855,1136,69.0,007600,,40.74737476,-73.988320695,78.0,007800,40.74780373,-73.9734419,640.088105277,7380,2203,5372,1573,007800,112124597.728,007600,242014413.464,007600,1038221757.0,007800,007600,17446.4776485,59601,94684,hub,hub,non_hub,586664.043115,4511268.28888,585408.475283,4511206.08492
+7856,7856,727,345.0,007600,,40.74737476,-73.988320695,348.0,007900,40.738916514,-74.007286026,899.998581592,4406,2203,2904,1573,007900,86937368.5918,007600,242014413.464,007600,1038221757.0,007900,007600,17446.4776485,171846,94684,hub,hub,non_hub,583817.969395,4510248.87788,585408.475283,4511206.08492
+7857,7857,2003,138.0,007600,,40.74737476,-73.988320695,142.0,008000,40.7485693,-73.97717991,485.909136896,4946,2203,3730,1573,008000,197763821.532,007600,242014413.464,007600,1038221757.0,008000,007600,17446.4776485,74808,94684,hub,hub,non_hub,586347.477591,4511349.58844,585408.475283,4511206.08492
+7858,7858,416,69.0,007600,,40.74737476,-73.988320695,78.0,008100,40.73935542,-73.99931783,617.674906512,8675,2203,5315,1573,008100,91100400.6907,007600,242014413.464,007600,1038221757.0,008100,007600,17446.4776485,53195,94684,hub,hub,non_hub,584490.204148,4510305.23824,585408.475283,4511206.08492
+7859,7859,6637,207.0,007600,,40.74737476,-73.988320695,350.0,008200,40.7519611645,-73.9793953608,466.786472923,3442,2203,2534,1573,008200,262405408.076,007600,242014413.464,007600,1038221757.0,008200,007600,17446.4776485,228612,94684,hub,hub,hub,586156.065567,4511723.93291,585408.475283,4511206.08492
+7860,7860,1199,276.0,007600,,40.74737476,-73.988320695,238.0,008300,40.742591315,-74.004102785,709.71214061,4211,2203,2321,1573,008300,119862327.354,007600,242014413.464,007600,1038221757.0,008300,007600,17446.4776485,186113,94684,hub,hub,non_hub,584082.11654,4510659.85081,585408.475283,4511206.08492
+7861,7861,935,69.0,007600,,40.74737476,-73.988320695,76.0,008400,40.75038009,-73.98338988,302.763110112,1726,2203,1041,1573,008400,147824461.739,007600,242014413.464,007600,1038221757.0,008400,007600,17446.4776485,34199,94684,hub,hub,non_hub,585820.889203,4511544.50828,585408.475283,4511206.08492
+7862,7862,304,69.0,007600,,40.74737476,-73.988320695,86.0,008601,40.744219,-73.97121214,708.071753247,2551,2203,1528,1573,008601,31141773.9073,007600,242014413.464,007600,1038221757.0,008601,007600,17446.4776485,31961,94684,hub,hub,non_hub,586856.951039,4510872.56191,585408.475283,4511206.08492
+7863,7863,1356,138.0,007600,,40.74737476,-73.988320695,156.0,008700,40.74206378,-73.995708955,471.260237246,6671,2203,4249,1573,008700,85660216.7821,007600,242014413.464,007600,1038221757.0,008700,007600,17446.4776485,152953,94684,hub,hub,non_hub,584791.475936,4510609.36503,585408.475283,4511206.08492
+7864,7864,1047,138.0,007600,,40.74737476,-73.988320695,156.0,008800,40.75012189,-73.970133575,744.469107836,6964,2203,5507,1573,008800,216532475.876,007600,242014413.464,007600,1038221757.0,008800,007600,17446.4776485,43247,94684,hub,hub,non_hub,586940.323322,4511528.89362,585408.475283,4511206.08492
+7865,7865,941,207.0,007600,,40.74737476,-73.988320695,240.0,008900,40.74529008,-74.0021768567,609.062026557,5560,2203,3511,1573,008900,54419260.2723,007600,242014413.464,007600,1038221757.0,008900,007600,17446.4776485,158638,94684,hub,hub,non_hub,584241.316685,4510961.27944,585408.475283,4511206.08492
+7866,7866,1080,207.0,007600,,40.74737476,-73.988320695,220.0,009000,40.75261798,-73.9703317533,786.496242851,7026,2203,5832,1573,009000,208846060.851,007600,242014413.464,007600,1038221757.0,009000,007600,17446.4776485,74531,94684,hub,hub,non_hub,586920.342162,4511805.78171,585408.475283,4511206.08492
+7867,7867,750,69.0,007600,,40.74737476,-73.988320695,78.0,009100,40.74487634,-73.99529885,392.987560561,6415,2203,4386,1573,009100,127325659.041,007600,242014413.464,007600,1038221757.0,009100,007600,17446.4776485,63878,94684,hub,hub,non_hub,584822.527687,4510921.97538,585408.475283,4511206.08492
+7868,7868,1172,138.0,007600,,40.74737476,-73.988320695,220.0,009200,40.7548518863,-73.9734329075,698.757517085,1754,2203,1461,1573,009200,408192557.246,007600,242014413.464,007600,1038221757.0,009200,007600,17446.4776485,72226,94684,hub,hub,non_hub,586655.650548,4512050.69496,585408.475283,4511206.08492
+7869,7869,450,69.0,007600,,40.74737476,-73.988320695,78.0,009300,40.74475148,-73.99915362,561.463834673,9705,2203,5585,1573,009300,68528055.2433,007600,242014413.464,007600,1038221757.0,009300,007600,17446.4776485,52202,94684,hub,hub,non_hub,584497.239363,4510904.39701,585408.475283,4511206.08492
+7870,7870,2285,69.0,007600,,40.74737476,-73.988320695,62.0,009400,40.75320159,-73.9779874,509.868714637,29,2203,16,1573,009400,299218147.811,007600,242014413.464,007600,1038221757.0,009400,007600,17446.4776485,82147,94684,hub,hub,non_hub,586273.319314,4511863.01244,585408.475283,4511206.08492
+7871,7871,460,69.0,007600,,40.74737476,-73.988320695,102.0,009500,40.746647,-73.993915,492.345670878,3425,2203,1416,1573,009500,129660033.725,007600,242014413.464,007600,1038221757.0,009500,007600,17446.4776485,57488,94684,hub,hub,non_hub,584937.108907,4511119.86954,585408.475283,4511206.08492
+7872,7872,1399,207.0,007600,,40.74737476,-73.988320695,280.0,009600,40.7560370251,-73.9803607314,542.500583527,153,2203,268,1573,009600,270304841.585,007600,242014413.464,007600,1038221757.0,009600,007600,17446.4776485,71527,94684,hub,hub,non_hub,586069.313987,4512175.4362,585408.475283,4511206.08492
+7873,7873,1893,207.0,007600,,40.74737476,-73.988320695,198.0,009700,40.7493616033,-73.9991321067,520.069438634,4744,2203,2827,1573,009700,83018263.1602,007600,242014413.464,007600,1038221757.0,009700,007600,17446.4776485,118804,94684,hub,hub,non_hub,584493.220017,4511416.17434,585408.475283,4511206.08492
+7874,7874,527,138.0,007600,,40.74737476,-73.988320695,140.0,009800,40.755285655,-73.96667288,877.339490074,7105,2203,5244,1573,009800,115943808.909,007600,242014413.464,007600,1038221757.0,009800,007600,17446.4776485,40039,94684,hub,hub,non_hub,587225.727282,4512105.54383,585408.475283,4511206.08492
+7875,7875,2449,345.0,007600,,40.74737476,-73.988320695,370.0,009900,40.7520807866,-74.0031899092,655.725537892,3617,2203,2438,1573,009900,404439511.776,007600,242014413.464,007600,1038221757.0,009900,007600,17446.4776485,208076,94684,hub,hub,non_hub,584147.226991,4511714.12465,585408.475283,4511206.08492
+7876,7876,1076,207.0,007600,,40.74737476,-73.988320695,242.0,010000,40.7583696933,-73.9710287767,826.35664656,1829,2203,1399,1573,010000,366457143.613,007600,242014413.464,007600,1038221757.0,010000,007600,17446.4776485,72085,94684,hub,hub,non_hub,586854.014885,4512443.57459,585408.475283,4511206.08492
+7877,7877,1538,207.0,007600,,40.74737476,-73.988320695,254.0,010100,40.74945622,-73.9903382667,400.696780653,1119,2203,828,1573,010100,246168211.101,007600,242014413.464,007600,1038221757.0,010100,007600,17446.4776485,183377,94684,hub,hub,non_hub,585235.486219,4511435.18064,585408.475283,4511206.08492
+7878,7878,781,138.0,007600,,40.74737476,-73.988320695,162.0,010200,40.7606694,-73.973473555,749.797135178,313,2203,268,1573,010200,333450202.294,007600,242014413.464,007600,1038221757.0,010200,007600,17446.4776485,46675,94684,hub,hub,non_hub,586644.664817,4512696.44233,585408.475283,4511206.08492
+7879,7879,2250,138.0,007600,,40.74737476,-73.988320695,196.0,010300,40.751000495,-73.994372255,419.73106027,1859,2203,1351,1573,010300,141506056.87,007600,242014413.464,007600,1038221757.0,010300,007600,17446.4776485,221593,94684,hub,hub,non_hub,584892.968075,4511602.69644,585408.475283,4511206.08492
+7880,7880,1000,138.0,007600,,40.74737476,-73.988320695,150.0,010400,40.761664375,-73.976854975,701.378082077,1031,2203,1033,1573,010400,363981333.295,007600,242014413.464,007600,1038221757.0,010400,007600,17446.4776485,65073,94684,hub,hub,non_hub,586357.961325,4512803.55852,585408.475283,4511206.08492
+7881,7881,207,69.0,007600,,40.74737476,-73.988320695,66.0,010602,40.75849116,-73.95920622,1200.37171053,4794,2203,2963,1573,010602,67980898.3739,007600,242014413.464,007600,1038221757.0,010602,007600,17446.4776485,22153,94684,hub,hub,non_hub,587851.796682,4512468.82754,585408.475283,4511206.08492
+7882,7882,1336,207.0,007600,,40.74737476,-73.988320695,234.0,010800,40.7591736033,-73.96613818,963.691301156,8531,2203,6272,1573,010800,189351523.799,007600,242014413.464,007600,1038221757.0,010800,007600,17446.4776485,79198,94684,hub,hub,non_hub,587265.778542,4512537.66689,585408.475283,4511206.08492
+7883,7883,1204,138.0,007600,,40.74737476,-73.988320695,228.0,010900,40.751351715,-73.987594755,317.988663317,182,2203,92,1573,010900,228173063.011,007600,242014413.464,007600,1038221757.0,010900,007600,17446.4776485,60092,94684,hub,hub,non_hub,585464.669441,4511648.26242,585408.475283,4511206.08492
+7884,7884,705,69.0,007600,,40.74737476,-73.988320695,118.0,011201,40.7643971,-73.97371465,957.424595047,827,2203,964,1573,011201,118515444.187,007600,242014413.464,007600,1038221757.0,011201,007600,17446.4776485,41525,94684,hub,hub,non_hub,586619.474659,4513110.00718,585408.475283,4511206.08492
+7885,7885,1461,69.0,007600,,40.74737476,-73.988320695,66.0,011203,40.76095756,-73.96724467,1002.55220794,1176,2203,1160,1573,011203,143782379.009,007600,242014413.464,007600,1038221757.0,011203,007600,17446.4776485,48033,94684,hub,hub,non_hub,587170.050102,4512734.59972,585408.475283,4511206.08492
+7886,7886,5506,276.0,007600,,40.74737476,-73.988320695,396.0,011300,40.7548008425,-73.9888010575,421.182352937,204,2203,107,1573,011300,357940519.061,007600,242014413.464,007600,1038221757.0,011300,007600,17446.4776485,236650,94684,hub,hub,hub,585358.423228,4512029.96675,585408.475283,4511206.08492
+7887,7887,1184,138.0,007600,,40.74737476,-73.988320695,164.0,011500,40.75701407,-73.992353645,575.456479221,2487,2203,1678,1573,011500,130958459.747,007600,242014413.464,007600,1038221757.0,011500,007600,17446.4776485,103294,94684,hub,hub,non_hub,585055.712647,4512272.20178,585408.475283,4511206.08492
+7888,7888,534,138.0,007600,,40.74737476,-73.988320695,168.0,011700,40.76058799,-74.00080945,880.596103255,2938,2203,2304,1573,011700,91270705.1484,007600,242014413.464,007600,1038221757.0,011700,007600,17446.4776485,73016,94684,hub,hub,non_hub,584337.427395,4512660.77158,585408.475283,4511206.08492
+7889,7889,323,69.0,007600,,40.74737476,-73.988320695,68.0,011900,40.7568001,-73.98291153,616.260713169,1079,2203,1121,1573,011900,395254501.74,007600,242014413.464,007600,1038221757.0,011900,007600,17446.4776485,39976,94684,hub,hub,non_hub,585853.012005,4512257.64444,585408.475283,4511206.08492
+7890,7890,1633,207.0,007600,,40.74737476,-73.988320695,218.0,012100,40.7598593767,-73.9914900133,697.759004434,8366,2203,5744,1573,012100,101223732.045,007600,242014413.464,007600,1038221757.0,012100,007600,17446.4776485,132767,94684,hub,hub,non_hub,585124.983126,4512588.88932,585408.475283,4511206.08492
+7891,7891,643,69.0,007600,,40.74737476,-73.988320695,102.0,012500,40.76064679,-73.98442659,670.915783083,2439,2203,2096,1573,012500,322911522.418,007600,242014413.464,007600,1038221757.0,012500,007600,17446.4776485,45486,94684,hub,hub,non_hub,585720.180916,4512683.17447,585408.475283,4511206.08492
+7892,7892,942,138.0,007600,,40.74737476,-73.988320695,168.0,012700,40.762485435,-73.990447135,760.286777089,6437,2203,4434,1573,012700,104637996.687,007600,242014413.464,007600,1038221757.0,012700,007600,17446.4776485,83393,94684,hub,hub,non_hub,585209.656415,4512881.41361,585408.475283,4511206.08492
+7893,7893,182,69.0,007600,,40.74737476,-73.988320695,48.0,012900,40.76341379,-73.99667444,942.441460795,5312,2203,3621,1573,012900,158698340.053,007600,242014413.464,007600,1038221757.0,012900,007600,17446.4776485,28661,94684,hub,hub,non_hub,584682.864463,4512978.43901,585408.475283,4511206.08492
+7894,7894,1287,207.0,007600,,40.74737476,-73.988320695,320.0,013100,40.7621295133,-73.98215453,718.604279689,2489,2203,2283,1573,013100,405023451.28,007600,242014413.464,007600,1038221757.0,013100,007600,17446.4776485,107228,94684,hub,hub,non_hub,585910.04945,4512849.98999,585408.475283,4511206.08492
+7895,7895,593,207.0,007600,,40.74737476,-73.988320695,202.0,013300,40.7647250567,-73.9866537633,873.688860829,5363,2203,3909,1573,013300,79847412.2593,007600,242014413.464,007600,1038221757.0,013300,007600,17446.4776485,89810,94684,hub,hub,non_hub,585526.963405,4513133.71926,585408.475283,4511206.08492
+7896,7896,403,138.0,007600,,40.74737476,-73.988320695,130.0,013500,40.766984435,-73.99227308,883.965250363,6075,2203,3935,1573,013500,198199142.958,007600,242014413.464,007600,1038221757.0,013500,007600,17446.4776485,64723,94684,hub,hub,non_hub,585049.80204,4513379.06475,585408.475283,4511206.08492
+7897,7897,1230,138.0,007600,,40.74737476,-73.988320695,196.0,013700,40.766109285,-73.981808355,887.315536189,6557,2203,5442,1573,013700,314878324.419,007600,242014413.464,007600,1038221757.0,013700,007600,17446.4776485,91142,94684,hub,hub,non_hub,585934.141665,4513292.1137,585408.475283,4511206.08492
+7898,7898,174,69.0,007600,,40.74737476,-73.988320695,54.0,013900,40.768254,-73.988639,905.714500215,7607,2203,7359,1573,013900,139918084.587,007600,242014413.464,007600,1038221757.0,013900,007600,17446.4776485,26390,94684,hub,hub,non_hub,585354.890073,4513523.52534,585408.475283,4511206.08492
+7899,7899,176,69.0,007600,,40.74737476,-73.988320695,98.0,014300,40.76590936,-73.97634151,1051.14700057,3,2203,0,1573,014300,50027992.3322,007600,242014413.464,007600,1038221757.0,014300,007600,17446.4776485,21051,94684,hub,hub,non_hub,586395.803012,4513275.28949,585408.475283,4511206.08492
+7900,7900,540,69.0,007600,,40.74737476,-73.988320695,72.0,014500,40.76915505,-73.98191841,1096.46662088,5811,2203,3462,1573,014500,253397343.373,007600,242014413.464,007600,1038221757.0,014500,007600,17446.4776485,68350,94684,hub,hub,non_hub,585920.929601,4513630.10902,585408.475283,4511206.08492
+7901,7901,266,69.0,007600,,40.74737476,-73.988320695,110.0,014700,40.770513,-73.988038,941.176111595,2586,2203,1743,1573,014700,70871746.8417,007600,242014413.464,007600,1038221757.0,014700,007600,17446.4776485,35099,94684,hub,hub,non_hub,585402.720353,4513774.87644,585408.475283,4511206.08492
+7902,7902,99,69.0,007600,,40.74737476,-73.988320695,72.0,015100,40.771522,-73.990541,1308.04275362,8105,2203,4856,1573,015100,164953931.102,007600,242014413.464,007600,1038221757.0,015100,007600,17446.4776485,17578,94684,hub,hub,non_hub,585190.192062,4513884.4495,585408.475283,4511206.08492
+7903,7903,296,138.0,007600,,40.74737476,-73.988320695,140.0,031703,40.71644312,-74.014902115,1476.9555495,8670,2203,4231,1573,031703,332361109.355,007600,242014413.464,007600,1038221757.0,031703,007600,17446.4776485,136082,94684,hub,hub,non_hub,583202.897614,4507746.93647,585408.475283,4511206.08492
+7904,7904,218,207.0,007600,,40.74737476,-73.988320695,196.0,031704,40.7085171733,-74.0165557667,1708.02583879,6610,2203,3790,1573,031704,160823714.408,007600,242014413.464,007600,1038221757.0,031704,007600,17446.4776485,105244,94684,hub,hub,non_hub,583073.076824,4506865.54027,585408.475283,4511206.08492
+7905,7905,222,207.0,007600,,40.74737476,-73.988320695,170.0,000600,40.7128987867,-73.9898646367,1501.16492714,11558,2203,4083,1573,000600,59149181.7526,007600,242014413.464,007600,1038221757.0,000600,007600,17446.4776485,70053,94684,hub,hub,non_hub,585322.159723,4507377.5136,585408.475283,4511206.08492
+7906,7906,153,129.0,007700,,40.7390169121,-74.0026376103,54.0,000202,40.71318002,-73.9818904933,1443.1780112,8012,5404,3598,4254,000202,37878157.9781,007700,59306273.1509,,0.0,000202,007700,22093.9317572,56352,83605,hub,hub,non_hub,585995.353038,4507416.50937,584210.329106,4510264.47156
+7907,7907,495,301.0,007700,,40.7390169121,-74.0026376103,258.0,000700,40.70581148,-74.0081572071,1368.85404358,7722,5404,5201,4254,000700,476954959.734,007700,59306273.1509,,0.0,000700,007700,22093.9317572,160040,83605,hub,hub,non_hub,583785.918305,4506573.16797,584210.329106,4510264.47156
+7908,7908,37,86.0,007700,,40.7390169121,-74.0026376103,47.0,000800,40.712414475,-73.993471545,1359.76169591,10365,5404,4150,4254,000800,46479755.076,007700,59306273.1509,,0.0,000800,007700,22093.9317572,34254,83605,hub,hub,non_hub,585018.109713,4507320.25418,584210.329106,4510264.47156
+7909,7909,207,129.0,007700,,40.7390169121,-74.0026376103,97.0,000900,40.7024745833,-74.01224785,1447.5165971,1140,5404,939,4254,000900,404341803.896,007700,59306273.1509,,0.0,000900,007700,22093.9317572,46446,83605,hub,hub,non_hub,583444.520998,4506198.85784,584210.329106,4510264.47156
+7910,7910,19,43.0,007700,,40.7390169121,-74.0026376103,19.0,001002,40.71782143,-73.97628939,1301.57894737,6439,5404,2346,4254,001002,22763374.2099,007700,59306273.1509,,0.0,001002,007700,22093.9317572,15916,83605,hub,hub,non_hub,586462.45635,4507937.23607,584210.329106,4510264.47156
+7911,7911,164,86.0,007700,,40.7390169121,-74.0026376103,46.0,001200,40.717364275,-73.982955325,1249.50033996,3547,5404,1857,4254,001200,23518220.7411,007700,59306273.1509,,0.0,001200,007700,22093.9317572,36493,83605,hub,hub,non_hub,585900.031125,4507879.94738,584210.329106,4510264.47156
+7912,7912,204,43.0,007700,,40.7390169121,-74.0026376103,36.0,001300,40.70463334,-74.01361706,1295.25,3776,5404,3028,4254,001300,286606455.687,007700,59306273.1509,,0.0,001300,007700,22093.9317572,27671,83605,hub,hub,non_hub,583326.158808,4506437.19368,584210.329106,4510264.47156
+7913,7913,57,43.0,007700,,40.7390169121,-74.0026376103,28.0,001401,40.71559509,-73.9870295,1185.0877193,3289,5404,1708,4254,001401,20168722.3199,007700,59306273.1509,,0.0,001401,007700,22093.9317572,26885,83605,hub,hub,non_hub,585558.18429,4507679.57909,584210.329106,4510264.47156
+7914,7914,77,86.0,007700,,40.7390169121,-74.0026376103,67.0,001501,40.70966832,-74.003597135,1510.13444444,5581,5404,3450,4254,001501,172466366.322,007700,59306273.1509,,0.0,001501,007700,22093.9317572,27425,83605,hub,hub,non_hub,584166.279828,4507005.66129,584210.329106,4510264.47156
+7915,7915,215,129.0,007700,,40.7390169121,-74.0026376103,123.0,001502,40.7088053467,-74.00635276,1279.39648451,7095,5404,3459,4254,001502,221282059.103,007700,59306273.1509,,0.0,001502,007700,22093.9317572,82052,83605,hub,hub,non_hub,583934.59195,4506907.22889,584210.329106,4510264.47156
+7916,7916,240,129.0,007700,,40.7390169121,-74.0026376103,107.0,001600,40.7153350167,-73.9943926833,1227.02535585,8236,5404,3242,4254,001600,76565505.7581,007700,59306273.1509,,0.0,001600,007700,22093.9317572,82798,83605,hub,hub,non_hub,584936.591099,4507643.5622,584210.329106,4510264.47156
+7917,7917,571,172.0,007700,,40.7390169121,-74.0026376103,154.0,001800,40.7193657075,-73.9906468425,1038.61927726,8063,5404,3489,4254,001800,60554858.5127,007700,59306273.1509,,0.0,001800,007700,22093.9317572,133306,83605,hub,hub,non_hub,585247.838585,4508094.62497,584210.329106,4510264.47156
+7918,7918,309,86.0,007700,,40.7390169121,-74.0026376103,46.0,002000,40.721554605,-73.977309405,1018.88917133,4795,5404,1899,4254,002000,17907673.5628,007700,59306273.1509,,0.0,002000,007700,22093.9317572,31656,83605,hub,hub,non_hub,586371.478696,4508350.63994,584210.329106,4510264.47156
+7919,7919,799,172.0,007700,,40.7390169121,-74.0026376103,102.0,002100,40.71451321,-74.0108850975,979.185899066,6111,5404,3038,4254,002100,273869828.705,007700,59306273.1509,,0.0,002100,007700,22093.9317572,151037,83605,hub,hub,non_hub,583544.598931,4507536.51732,584210.329106,4510264.47156
+7920,7920,46,86.0,007700,,40.7390169121,-74.0026376103,44.0,002201,40.71833027,-73.980972895,1111.48580122,6762,5404,3030,4254,002201,37585954.9949,007700,59306273.1509,,0.0,002201,007700,22093.9317572,26391,83605,hub,hub,non_hub,586066.226443,4507989.12022,584210.329106,4510264.47156
+7921,7921,70,43.0,007700,,40.7390169121,-74.0026376103,31.0,002202,40.7208736,-73.98085795,1141.78571429,2256,5404,1045,4254,002202,13179093.8977,007700,59306273.1509,,0.0,002202,007700,22093.9317572,23935,83605,hub,hub,non_hub,586072.658368,4508271.55961,584210.329106,4510264.47156
+7922,7922,174,86.0,007700,,40.7390169121,-74.0026376103,48.0,002400,40.724744875,-73.974986535,968.782978723,5775,5404,2175,4254,002400,17986635.5592,007700,59306273.1509,,0.0,002400,007700,22093.9317572,17965,83605,hub,hub,non_hub,586563.526382,4508707.06897,584210.329106,4510264.47156
+7923,7923,86,86.0,007700,,40.7390169121,-74.0026376103,62.0,002500,40.7111743,-73.99849582,1216.88155515,5061,5404,1917,4254,002500,22428407.6271,007700,59306273.1509,,0.0,002500,007700,22093.9317572,28216,83605,hub,hub,non_hub,584595.28909,4507177.73549,584210.329106,4510264.47156
+7924,7924,89,43.0,007700,,40.7390169121,-74.0026376103,31.0,002601,40.72299208,-73.97995466,1004.05617978,3774,5404,1593,4254,002601,22248722.3098,007700,59306273.1509,,0.0,002601,007700,22093.9317572,22144,83605,hub,hub,non_hub,586146.216204,4508507.61099,584210.329106,4510264.47156
+7925,7925,24,43.0,007700,,40.7390169121,-74.0026376103,27.0,002700,40.71307916,-73.99851193,1226.91666667,1191,5404,655,4254,002700,11349914.9514,007700,59306273.1509,,0.0,002700,007700,22093.9317572,20570,83605,hub,hub,non_hub,584591.517275,4507389.17181,584210.329106,4510264.47156
+7926,7926,411,43.0,007700,,40.7390169121,-74.0026376103,32.0,002800,40.72521311,-73.97768752,874.090024331,7302,5404,3341,4254,002800,47641507.3146,007700,59306273.1509,,0.0,002800,007700,22093.9317572,36744,83605,hub,hub,non_hub,586334.816403,4508756.38709,584210.329106,4510264.47156
+7927,7927,97,43.0,007700,,40.7390169121,-74.0026376103,43.0,002900,40.71602118,-73.99974372,1189.34020619,5855,5404,2420,4254,002900,200965547.24,007700,59306273.1509,,0.0,002900,007700,22093.9317572,31936,83605,hub,hub,non_hub,584483.752153,4507714.56961,584210.329106,4510264.47156
+7928,7928,257,43.0,007700,,40.7390169121,-74.0026376103,35.0,003001,40.72066442,-73.98517977,1042.98054475,4301,5404,2553,4254,003001,34302720.7166,007700,59306273.1509,,0.0,003001,007700,22093.9317572,41223,83605,hub,hub,non_hub,585707.91731,4508244.11218,584210.329106,4510264.47156
+7929,7929,262,43.0,007700,,40.7390169121,-74.0026376103,37.0,003002,40.72217444,-73.98368779,982.267175573,3031,5404,1885,4254,003002,18686109.2263,007700,59306273.1509,,0.0,003002,007700,22093.9317572,38675,83605,hub,hub,non_hub,585831.986427,4508413.19181,584210.329106,4510264.47156
+7930,7930,156,129.0,007700,,40.7390169121,-74.0026376103,121.0,003100,40.7140617467,-74.0041933367,1206.52613135,2809,5404,858,4254,003100,145687012.574,007700,59306273.1509,,0.0,003100,007700,22093.9317572,81469,83605,hub,hub,non_hub,584110.388584,4507492.78891,584210.329106,4510264.47156
+7931,7931,1136,129.0,007700,,40.7390169121,-74.0026376103,100.0,003200,40.7260543867,-73.9823576167,832.112985632,7630,5404,4888,4254,003200,46369492.482,007700,59306273.1509,,0.0,003200,007700,22093.9317572,138064,83605,hub,hub,non_hub,585939.335766,4508845.19329,584210.329106,4510264.47156
+7932,7932,772,215.0,007700,,40.7390169121,-74.0026376103,173.0,003300,40.7188213593,-74.0063353748,858.671364324,5174,5404,2694,4254,003300,215459582.054,007700,59306273.1509,,0.0,003300,007700,22093.9317572,115059,83605,hub,hub,non_hub,583923.481721,4508019.08786,584210.329106,4510264.47156
+7933,7933,553,43.0,007700,,40.7390169121,-74.0026376103,39.0,003400,40.72955361,-73.98057249,735.976491863,6706,5404,4203,4254,003400,42933229.7541,007700,59306273.1509,,0.0,003400,007700,22093.9317572,47926,83605,hub,hub,non_hub,586085.581298,4509235.37985,584210.329106,4510264.47156
+7934,7934,318,86.0,007700,,40.7390169121,-74.0026376103,66.0,003601,40.72217423,-73.990293175,859.847752294,3299,5404,1613,4254,003601,29191583.8104,007700,59306273.1509,,0.0,003601,007700,22093.9317572,77585,83605,hub,hub,non_hub,585274.124459,4508406.73315,584210.329106,4510264.47156
+7935,7935,443,86.0,007700,,40.7390169121,-74.0026376103,62.0,003602,40.724852985,-73.989265345,814.034789745,2918,5404,1586,4254,003602,24941258.1161,007700,59306273.1509,,0.0,003602,007700,22093.9317572,82124,83605,hub,hub,non_hub,585357.507872,4508705.09166,584210.329106,4510264.47156
+7936,7936,2646,172.0,007700,,40.7390169121,-74.0026376103,148.0,003700,40.7256696075,-74.0052069325,612.079151753,2401,5404,1490,4254,003700,212385639.924,007700,59306273.1509,,0.0,003700,007700,22093.9317572,173333,83605,hub,hub,non_hub,584010.178026,4508780.36793,584210.329106,4510264.47156
+7937,7937,1741,172.0,007700,,40.7390169121,-74.0026376103,160.0,003800,40.72765889,-73.988195855,695.152227215,8610,5404,5795,4254,003800,67437493.5221,007700,59306273.1509,,0.0,003800,007700,22093.9317572,167230,83605,hub,hub,non_hub,585444.239635,4509017.60641,584210.329106,4510264.47156
+7938,7938,834,172.0,007700,,40.7390169121,-74.0026376103,106.0,003900,40.7201717475,-74.00983051,834.344088684,5253,5404,3059,4254,003900,194910113.03,007700,59306273.1509,,0.0,003900,007700,22093.9317572,113624,83605,hub,hub,non_hub,583626.593058,4508165.65565,584210.329106,4510264.47156
+7939,7939,1304,86.0,007700,,40.7390169121,-74.0026376103,66.0,004000,40.73000573,-73.98549552,641.934849546,9801,5404,4546,4254,004000,66858387.5133,007700,59306273.1509,,0.0,004000,007700,22093.9317572,99660,83605,hub,hub,non_hub,585669.269443,4509280.75306,584210.329106,4510264.47156
+7940,7940,560,86.0,007700,,40.7390169121,-74.0026376103,64.0,004100,40.7195529,-73.996789035,972.586026742,7793,5404,3765,4254,004100,71738983.3617,007700,59306273.1509,,0.0,004100,007700,22093.9317572,114685,83605,hub,hub,non_hub,584728.836557,4508109.46034,584210.329106,4510264.47156
+7941,7941,692,43.0,007700,,40.7390169121,-74.0026376103,35.0,004200,40.73223272,-73.98889957,539.851156069,4988,5404,1801,4254,004200,39941846.3325,007700,59306273.1509,,0.0,004200,007700,22093.9317572,50846,83605,hub,hub,non_hub,585378.96492,4509524.64843,584210.329106,4510264.47156
+7942,7942,825,86.0,007700,,40.7390169121,-74.0026376103,67.0,004300,40.723870235,-73.995226525,791.365086921,4267,5404,2598,4254,004300,65935514.1184,007700,59306273.1509,,0.0,004300,007700,22093.9317572,95162,83605,hub,hub,non_hub,584855.320992,4508590.22212,584210.329106,4510264.47156
+7943,7943,411,86.0,007700,,40.7390169121,-74.0026376103,60.0,004400,40.73080269,-73.97968993,795.091720935,17710,5404,8297,4254,004400,114601147.016,007700,59306273.1509,,0.0,004400,007700,22093.9317572,106427,83605,hub,hub,non_hub,586158.498991,4509374.90208,584210.329106,4510264.47156
+7944,7944,133,43.0,007700,,40.7390169121,-74.0026376103,27.0,004500,40.71910537,-73.99973337,1002.15789474,840,5404,582,4254,004500,52009114.8865,007700,59306273.1509,,0.0,004500,007700,22093.9317572,34275,83605,hub,hub,non_hub,584480.726971,4508056.94497,584210.329106,4510264.47156
+7945,7945,258,43.0,007700,,40.7390169121,-74.0026376103,39.0,004700,40.72165481,-74.00234737,887.972868217,2267,5404,1586,4254,004700,75477587.1594,007700,59306273.1509,,0.0,004700,007700,22093.9317572,27544,83605,hub,hub,non_hub,584256.734795,4508337.43837,584210.329106,4510264.47156
+7946,7946,174,43.0,007700,,40.7390169121,-74.0026376103,35.0,004800,40.73624527,-73.98473765,763.011494253,7550,5404,3799,4254,004800,74763044.6965,007700,59306273.1509,,0.0,004800,007700,22093.9317572,42567,83605,hub,hub,non_hub,585725.258797,4509974.12516,584210.329106,4510264.47156
+7947,7947,961,86.0,007700,,40.7390169121,-74.0026376103,73.0,004900,40.724268615,-74.000521515,746.207278965,4951,5404,3054,4254,004900,103848670.177,007700,59306273.1509,,0.0,004900,007700,22093.9317572,80152,83605,hub,hub,non_hub,584407.63728,4508629.34168,584210.329106,4510264.47156
+7948,7948,719,129.0,007700,,40.7390169121,-74.0026376103,93.0,005000,40.7359163467,-73.9873427633,600.982513034,5061,5404,3595,4254,005000,120638459.215,007700,59306273.1509,,0.0,005000,007700,22093.9317572,111023,83605,hub,hub,non_hub,585505.709717,4509935.07175,584210.329106,4510264.47156
+7949,7949,1671,86.0,007700,,40.7390169121,-74.0026376103,106.0,005200,40.73715585,-73.991241315,490.127509229,4193,5404,1785,4254,005200,109103391.81,007700,59306273.1509,,0.0,005200,007700,22093.9317572,159876,83605,hub,hub,non_hub,585174.941657,4510068.87544,584210.329106,4510264.47156
+7950,7950,701,43.0,007700,,40.7390169121,-74.0026376103,47.0,005400,40.73971301,-73.99456405,427.285306705,4656,5404,2837,4254,005400,128803552.888,007700,59306273.1509,,0.0,005400,007700,22093.9317572,73728,83605,hub,hub,non_hub,584891.129718,4510349.51956,584210.329106,4510264.47156
+7951,7951,936,43.0,007700,,40.7390169121,-74.0026376103,30.0,005501,40.72679454,-73.99695094,613.552350427,5079,5404,2483,4254,005501,61061928.4125,007700,59306273.1509,,0.0,005501,007700,22093.9317572,57258,83605,hub,hub,non_hub,584705.980012,4508913.17477,584210.329106,4510264.47156
+7952,7952,544,43.0,007700,,40.7390169121,-74.0026376103,27.0,005502,40.72743423,-73.99379025,618.591911765,2383,5404,1262,4254,005502,49017118.6146,007700,59306273.1509,,0.0,005502,007700,22093.9317572,55117,83605,hub,hub,non_hub,584972.085912,4508987.23863,584210.329106,4510264.47156
+7953,7953,1189,86.0,007700,,40.7390169121,-74.0026376103,95.0,005600,40.74065347,-73.98778661,588.151505259,2618,5404,2190,4254,005600,189153355.609,007700,59306273.1509,,0.0,005600,007700,22093.9317572,113209,83605,hub,hub,non_hub,585462.168743,4510460.49357,584210.329106,4510264.47156
+7954,7954,2374,86.0,007700,,40.7390169121,-74.0026376103,82.0,005700,40.729662915,-73.992405595,512.141770958,2937,5404,1789,4254,005700,90178032.7137,007700,59306273.1509,,0.0,005700,007700,22093.9317572,156896,83605,hub,hub,non_hub,585086.179602,4509235.9788,584210.329106,4510264.47156
+7955,7955,761,86.0,007700,,40.7390169121,-74.0026376103,87.0,005800,40.743154205,-73.990299735,613.220445019,3182,5404,2306,4254,005800,164037511.755,007700,59306273.1509,,0.0,005800,007700,22093.9317572,130970,83605,hub,hub,non_hub,585246.786708,4510735.64918,584210.329106,4510264.47156
+7956,7956,638,43.0,007700,,40.7390169121,-74.0026376103,31.0,005900,40.73049393,-73.9957214,469.221003135,5516,5404,3276,4254,005900,71785177.1361,007700,59306273.1509,,0.0,005900,007700,22093.9317572,53180,83605,hub,hub,non_hub,584805.117401,4509325.01914,584210.329106,4510264.47156
+7957,7957,140,86.0,007700,,40.7390169121,-74.0026376103,63.0,006000,40.734822295,-73.976916765,953.027960526,5286,5404,2459,4254,006000,27468182.8943,007700,59306273.1509,,0.0,006000,007700,22093.9317572,80462,83605,hub,hub,non_hub,586387.478737,4509823.83141,584210.329106,4510264.47156
+7958,7958,6325,172.0,007700,,40.7390169121,-74.0026376103,141.0,006100,40.73385254,-73.992357065,406.94544474,4913,5404,2683,4254,006100,91682014.33,007700,59306273.1509,,0.0,006100,007700,22093.9317572,245510,83605,hub,hub,hub,585084.940162,4509701.10308,584210.329106,4510264.47156
+7959,7959,49,43.0,007700,,40.7390169121,-74.0026376103,30.0,006200,40.7381765,-73.97738662,1058.46938776,4680,5404,1401,4254,006200,231817485.533,007700,59306273.1509,,0.0,006200,007700,22093.9317572,33218,83605,hub,hub,non_hub,586343.467107,4510195.70961,584210.329106,4510264.47156
+7960,7960,2869,129.0,007700,,40.7390169121,-74.0026376103,99.0,006300,40.7346940933,-73.99785666,322.489026718,6076,5404,4277,4254,006300,85447631.8451,007700,59306273.1509,,0.0,006300,007700,22093.9317572,120233,83605,hub,hub,non_hub,584619.483209,4509789.20591,584210.329106,4510264.47156
+7961,7961,192,43.0,007700,,40.7390169121,-74.0026376103,39.0,006400,40.73587678,-73.98205027,719.375,7518,5404,5058,4254,006400,95664936.1545,007700,59306273.1509,,0.0,006400,007700,22093.9317572,47750,83605,hub,hub,non_hub,585952.649806,4509935.84788,584210.329106,4510264.47156
+7962,7962,2084,129.0,007700,,40.7390169121,-74.0026376103,106.0,006500,40.7306296367,-73.9991423,436.297111171,6517,5404,3568,4254,006500,59290910.3694,007700,59306273.1509,,0.0,006500,007700,22093.9317572,125356,83605,hub,hub,non_hub,584516.067395,4509336.78488,584210.329106,4510264.47156
+7963,7963,149,86.0,007700,,40.7390169121,-74.0026376103,82.0,006600,40.739285505,-73.97827188,951.101831602,11780,5404,6818,4254,006600,84730469.4548,007700,59306273.1509,,0.0,006600,007700,22093.9317572,74621,83605,hub,hub,non_hub,586267.286922,4510317.94668,584210.329106,4510264.47156
+7964,7964,1027,43.0,007700,,40.7390169121,-74.0026376103,39.0,006700,40.73038599,-74.00214988,478.518987342,4984,5404,3796,4254,006700,47238039.9972,007700,59306273.1509,,0.0,006700,007700,22093.9317572,70025,83605,hub,hub,non_hub,584262.399901,4509306.84766,584210.329106,4510264.47156
+7965,7965,234,43.0,007700,,40.7390169121,-74.0026376103,39.0,006800,40.74025878,-73.98409214,681.705128205,6735,5404,4494,4254,006800,130298431.446,007700,59306273.1509,,0.0,006800,007700,22093.9317572,58926,83605,hub,hub,non_hub,585774.608423,4510420.28363,584210.329106,4510264.47156
+7966,7966,4100,86.0,007700,,40.7390169121,-74.0026376103,67.0,006900,40.732319905,-74.0069291,352.526190524,2687,5404,1484,4254,006900,61292499.9331,007700,59306273.1509,,0.0,006900,007700,22093.9317572,130727,83605,hub,hub,hub,583856.38945,4509516.94969,584210.329106,4510264.47156
+7967,7967,258,129.0,007700,,40.7390169121,-74.0026376103,127.0,007000,40.7425524123,-73.9756871956,1061.6991874,8302,5404,5669,4254,007000,78634704.8451,007700,59306273.1509,,0.0,007000,007700,22093.9317572,145227,83605,hub,hub,non_hub,586481.290623,4510683.14002,584210.329106,4510264.47156
+7968,7968,1544,86.0,007700,,40.7390169121,-74.0026376103,71.0,007100,40.736526545,-74.000108805,290.321146617,5633,5404,3844,4254,007100,68447429.2743,007700,59306273.1509,,0.0,007100,007700,22093.9317572,79459,83605,hub,hub,non_hub,584426.995774,4509990.4524,584210.329106,4510264.47156
+7969,7969,497,129.0,007700,,40.7390169121,-74.0026376103,126.0,007200,40.7447014833,-73.98154809,905.918470418,7734,5404,5222,4254,007200,132092861.454,007700,59306273.1509,,0.0,007200,007700,22093.9317572,157612,83605,hub,hub,non_hub,585983.687715,4510915.94446,584210.329106,4510264.47156
+7970,7970,2247,86.0,007700,,40.7390169121,-74.0026376103,59.0,007300,40.734682705,-74.00388484,302.696499082,5615,5404,4547,4254,007300,48716185.79,007700,59306273.1509,,0.0,007300,007700,22093.9317572,92567,83605,hub,hub,non_hub,584110.479319,4509782.14883,584210.329106,4510264.47156
+7971,7971,407,86.0,007700,,40.7390169121,-74.0026376103,86.0,007400,40.746413585,-73.98586892,765.14840824,4179,5404,2700,4254,007400,170614202.951,007700,59306273.1509,,0.0,007400,007700,22093.9317572,81121,83605,hub,hub,non_hub,585616.696258,4511101.7763,584210.329106,4510264.47156
+7972,7972,309,86.0,007700,,40.7390169121,-74.0026376103,69.0,007600,40.74737476,-73.988320695,759.985651445,2203,5404,1573,4254,007600,242014413.464,007700,59306273.1509,,0.0,007600,007700,22093.9317572,97464,83605,hub,hub,non_hub,585408.475283,4511206.08492,584210.329106,4510264.47156
+7973,7973,90,43.0,007700,,40.7390169121,-74.0026376103,39.0,007800,40.74780373,-73.9734419,1182.03333333,7380,5404,5372,4254,007800,112124597.728,007700,59306273.1509,,0.0,007800,007700,22093.9317572,59601,83605,hub,hub,non_hub,586664.043115,4511268.28888,584210.329106,4510264.47156
+7974,7974,4455,215.0,007700,,40.7390169121,-74.0026376103,174.0,007900,40.738916514,-74.007286026,356.08049553,4406,5404,2904,4254,007900,86937368.5918,007700,59306273.1509,,0.0,007900,007700,22093.9317572,171846,83605,hub,hub,hub,583817.969395,4510248.87788,584210.329106,4510264.47156
+7975,7975,154,86.0,007700,,40.7390169121,-74.0026376103,71.0,008000,40.7485693,-73.97717991,1046.95681511,4946,5404,3730,4254,008000,197763821.532,007700,59306273.1509,,0.0,008000,007700,22093.9317572,74808,83605,hub,hub,non_hub,586347.477591,4511349.58844,584210.329106,4510264.47156
+7976,7976,406,43.0,007700,,40.7390169121,-74.0026376103,39.0,008100,40.73935542,-73.99931783,383.017241379,8675,5404,5315,4254,008100,91100400.6907,007700,59306273.1509,,0.0,008100,007700,22093.9317572,53195,83605,hub,hub,non_hub,584490.204148,4510305.23824,584210.329106,4510264.47156
+7977,7977,654,129.0,007700,,40.7390169121,-74.0026376103,175.0,008200,40.7519573396,-73.9793901126,1069.23729138,3442,5404,2534,4254,008200,262405408.076,007700,59306273.1509,,0.0,008200,007700,22093.9317572,228612,83605,hub,hub,non_hub,586156.513547,4511723.51346,584210.329106,4510264.47156
+7978,7978,2449,172.0,007700,,40.7390169121,-74.0026376103,119.0,008300,40.742591315,-74.004102785,369.862081822,4211,5404,2321,4254,008300,119862327.354,007700,59306273.1509,,0.0,008300,007700,22093.9317572,186113,83605,hub,hub,non_hub,584082.11654,4510659.85081,584210.329106,4510264.47156
+7979,7979,109,43.0,007700,,40.7390169121,-74.0026376103,38.0,008400,40.75038009,-73.98338988,909.165137615,1726,5404,1041,4254,008400,147824461.739,007700,59306273.1509,,0.0,008400,007700,22093.9317572,34199,83605,hub,hub,non_hub,585820.889203,4511544.50828,584210.329106,4510264.47156
+7980,7980,31,43.0,007700,,40.7390169121,-74.0026376103,43.0,008601,40.744219,-73.97121214,1487.58064516,2551,5404,1528,4254,008601,31141773.9073,007700,59306273.1509,,0.0,008601,007700,22093.9317572,31961,83605,hub,hub,non_hub,586856.951039,4510872.56191,584210.329106,4510264.47156
+7981,7981,2245,86.0,007700,,40.7390169121,-74.0026376103,78.0,008700,40.74206378,-73.995708955,393.073787074,6671,5404,4249,4254,008700,85660216.7821,007700,59306273.1509,,0.0,008700,007700,22093.9317572,152953,83605,hub,hub,non_hub,584791.475936,4510609.36503,584210.329106,4510264.47156
+7982,7982,63,86.0,007700,,40.7390169121,-74.0026376103,78.0,008800,40.75012189,-73.970133575,1097.0462963,6964,5404,5507,4254,008800,216532475.876,007700,59306273.1509,,0.0,008800,007700,22093.9317572,43247,83605,hub,hub,non_hub,586940.323322,4511528.89362,584210.329106,4510264.47156
+7983,7983,3895,129.0,007700,,40.7390169121,-74.0026376103,120.0,008900,40.74529008,-74.0021768567,416.823255841,5560,5404,3511,4254,008900,54419260.2723,007700,59306273.1509,,0.0,008900,007700,22093.9317572,158638,83605,hub,hub,hub,584241.316685,4510961.27944,584210.329106,4510264.47156
+7984,7984,113,129.0,007700,,40.7390169121,-74.0026376103,110.0,009000,40.75261798,-73.9703317533,1213.29209998,7026,5404,5832,4254,009000,208846060.851,007700,59306273.1509,,0.0,009000,007700,22093.9317572,74531,83605,hub,hub,non_hub,586920.342162,4511805.78171,584210.329106,4510264.47156
+7985,7985,1111,43.0,007700,,40.7390169121,-74.0026376103,39.0,009100,40.74487634,-73.99529885,403.04860486,6415,5404,4386,4254,009100,127325659.041,007700,59306273.1509,,0.0,009100,007700,22093.9317572,63878,83605,hub,hub,non_hub,584822.527687,4510921.97538,584210.329106,4510264.47156
+7986,7986,128,86.0,007700,,40.7390169121,-74.0026376103,110.0,009200,40.7548518863,-73.9734329075,1381.35350202,1754,5404,1461,4254,009200,408192557.246,007700,59306273.1509,,0.0,009200,007700,22093.9317572,72226,83605,hub,hub,non_hub,586655.650548,4512050.69496,584210.329106,4510264.47156
+7987,7987,585,43.0,007700,,40.7390169121,-74.0026376103,39.0,009300,40.74475148,-73.99915362,497.430769231,9705,5404,5585,4254,009300,68528055.2433,007700,59306273.1509,,0.0,009300,007700,22093.9317572,52202,83605,hub,hub,non_hub,584497.239363,4510904.39701,584210.329106,4510264.47156
+7988,7988,236,43.0,007700,,40.7390169121,-74.0026376103,31.0,009400,40.75320159,-73.9779874,1074.1440678,29,5404,16,4254,009400,299218147.811,007700,59306273.1509,,0.0,009400,007700,22093.9317572,82147,83605,hub,hub,non_hub,586273.319314,4511863.01244,584210.329106,4510264.47156
+7989,7989,865,43.0,007700,,40.7390169121,-74.0026376103,51.0,009500,40.746647,-73.993915,468.724855491,3425,5404,1416,4254,009500,129660033.725,007700,59306273.1509,,0.0,009500,007700,22093.9317572,57488,83605,hub,hub,non_hub,584937.108907,4511119.86954,584210.329106,4510264.47156
+7990,7990,203,129.0,007700,,40.7390169121,-74.0026376103,140.0,009600,40.7560627738,-73.9803844867,1119.66710697,153,5404,268,4254,009600,270304841.585,007700,59306273.1509,,0.0,009600,007700,22093.9317572,71527,83605,hub,hub,non_hub,586067.275524,4512178.27119,584210.329106,4510264.47156
+7991,7991,1524,129.0,007700,,40.7390169121,-74.0026376103,99.0,009700,40.7493616033,-73.9991321067,589.208227855,4744,5404,2827,4254,009700,83018263.1602,007700,59306273.1509,,0.0,009700,007700,22093.9317572,118804,83605,hub,hub,non_hub,584493.220017,4511416.17434,584210.329106,4510264.47156
+7992,7992,35,86.0,007700,,40.7390169121,-74.0026376103,70.0,009800,40.755285655,-73.96667288,1584.21022727,7105,5404,5244,4254,009800,115943808.909,007700,59306273.1509,,0.0,009800,007700,22093.9317572,40039,83605,hub,hub,non_hub,587225.727282,4512105.54383,584210.329106,4510264.47156
+7993,7993,2819,215.0,007700,,40.7390169121,-74.0026376103,185.0,009900,40.7520807866,-74.0031899092,698.944246985,3617,5404,2438,4254,009900,404439511.776,007700,59306273.1509,,0.0,009900,007700,22093.9317572,208076,83605,hub,hub,non_hub,584147.226991,4511714.12465,584210.329106,4510264.47156
+7994,7994,215,129.0,007700,,40.7390169121,-74.0026376103,121.0,010000,40.7583696933,-73.9710287767,1315.24203431,1829,5404,1399,4254,010000,366457143.613,007700,59306273.1509,,0.0,010000,007700,22093.9317572,72085,83605,hub,hub,non_hub,586854.014885,4512443.57459,584210.329106,4510264.47156
+7995,7995,595,129.0,007700,,40.7390169121,-74.0026376103,127.0,010100,40.74945622,-73.9903382667,718.152921851,1119,5404,828,4254,010100,246168211.101,007700,59306273.1509,,0.0,010100,007700,22093.9317572,183377,83605,hub,hub,non_hub,585235.486219,4511435.18064,584210.329106,4510264.47156
+7996,7996,67,86.0,007700,,40.7390169121,-74.0026376103,81.0,010200,40.7606694,-73.973473555,1271.36978221,313,5404,268,4254,010200,333450202.294,007700,59306273.1509,,0.0,010200,007700,22093.9317572,46675,83605,hub,hub,non_hub,586644.664817,4512696.44233,584210.329106,4510264.47156
+7997,7997,1274,86.0,007700,,40.7390169121,-74.0026376103,98.0,010300,40.751000495,-73.994372255,717.890090541,1859,5404,1351,4254,010300,141506056.87,007700,59306273.1509,,0.0,010300,007700,22093.9317572,221593,83605,hub,hub,non_hub,584892.968075,4511602.69644,584210.329106,4510264.47156
+7998,7998,193,86.0,007700,,40.7390169121,-74.0026376103,75.0,010400,40.761664375,-73.976854975,1058.16622596,1031,5404,1033,4254,010400,363981333.295,007700,59306273.1509,,0.0,010400,007700,22093.9317572,65073,83605,hub,hub,non_hub,586357.961325,4512803.55852,584210.329106,4510264.47156
+7999,7999,41,43.0,007700,,40.7390169121,-74.0026376103,33.0,010602,40.75849116,-73.95920622,1668.07317073,4794,5404,2963,4254,010602,67980898.3739,007700,59306273.1509,,0.0,010602,007700,22093.9317572,22153,83605,hub,hub,non_hub,587851.796682,4512468.82754,584210.329106,4510264.47156
+8000,8000,136,129.0,007700,,40.7390169121,-74.0026376103,117.0,010800,40.7591736033,-73.96613818,1586.07042484,8531,5404,6272,4254,010800,189351523.799,007700,59306273.1509,,0.0,010800,007700,22093.9317572,79198,83605,hub,hub,non_hub,587265.778542,4512537.66689,584210.329106,4510264.47156
+8001,8001,304,86.0,007700,,40.7390169121,-74.0026376103,114.0,010900,40.751351715,-73.987594755,658.392265193,182,5404,92,4254,010900,228173063.011,007700,59306273.1509,,0.0,010900,007700,22093.9317572,60092,83605,hub,hub,non_hub,585464.669441,4511648.26242,584210.329106,4510264.47156
+8002,8002,101,43.0,007700,,40.7390169121,-74.0026376103,59.0,011201,40.7643971,-73.97371465,1731.03960396,827,5404,964,4254,011201,118515444.187,007700,59306273.1509,,0.0,011201,007700,22093.9317572,41525,83605,hub,hub,non_hub,586619.474659,4513110.00718,584210.329106,4510264.47156
+8003,8003,44,43.0,007700,,40.7390169121,-74.0026376103,33.0,011203,40.76095756,-73.96724467,1748.61363636,1176,5404,1160,4254,011203,143782379.009,007700,59306273.1509,,0.0,011203,007700,22093.9317572,48033,83605,hub,hub,non_hub,587170.050102,4512734.59972,584210.329106,4510264.47156
+8004,8004,677,172.0,007700,,40.7390169121,-74.0026376103,198.0,011300,40.7548008425,-73.9888010575,901.457215377,204,5404,107,4254,011300,357940519.061,007700,59306273.1509,,0.0,011300,007700,22093.9317572,236650,83605,hub,hub,non_hub,585358.423228,4512029.96675,584210.329106,4510264.47156
+8005,8005,749,86.0,007700,,40.7390169121,-74.0026376103,82.0,011500,40.75701407,-73.992353645,833.356502051,2487,5404,1678,4254,011500,130958459.747,007700,59306273.1509,,0.0,011500,007700,22093.9317572,103294,83605,hub,hub,non_hub,585055.712647,4512272.20178,584210.329106,4510264.47156
+8006,8006,374,86.0,007700,,40.7390169121,-74.0026376103,84.0,011700,40.76058799,-74.00080945,1015.9033402,2938,5404,2304,4254,011700,91270705.1484,007700,59306273.1509,,0.0,011700,007700,22093.9317572,73016,83605,hub,hub,non_hub,584337.427395,4512660.77158,584210.329106,4510264.47156
+8007,8007,90,43.0,007700,,40.7390169121,-74.0026376103,34.0,011900,40.7568001,-73.98291153,1135.26666667,1079,5404,1121,4254,011900,395254501.74,007700,59306273.1509,,0.0,011900,007700,22093.9317572,39976,83605,hub,hub,non_hub,585853.012005,4512257.64444,584210.329106,4510264.47156
+8008,8008,1099,129.0,007700,,40.7390169121,-74.0026376103,109.0,012100,40.7598593767,-73.9914900133,960.529773099,8366,5404,5744,4254,012100,101223732.045,007700,59306273.1509,,0.0,012100,007700,22093.9317572,132767,83605,hub,hub,non_hub,585124.983126,4512588.88932,584210.329106,4510264.47156
+8009,8009,98,43.0,007700,,40.7390169121,-74.0026376103,51.0,012500,40.76064679,-73.98442659,1166.90816327,2439,5404,2096,4254,012500,322911522.418,007700,59306273.1509,,0.0,012500,007700,22093.9317572,45486,83605,hub,hub,non_hub,585720.180916,4512683.17447,584210.329106,4510264.47156
+8010,8010,503,86.0,007700,,40.7390169121,-74.0026376103,84.0,012700,40.762485435,-73.990447135,997.436187297,6437,5404,4434,4254,012700,104637996.687,007700,59306273.1509,,0.0,012700,007700,22093.9317572,83393,83605,hub,hub,non_hub,585209.656415,4512881.41361,584210.329106,4510264.47156
+8011,8011,161,43.0,007700,,40.7390169121,-74.0026376103,24.0,012900,40.76341379,-73.99667444,1075.70186335,5312,5404,3621,4254,012900,158698340.053,007700,59306273.1509,,0.0,012900,007700,22093.9317572,28661,83605,hub,hub,non_hub,584682.864463,4512978.43901,584210.329106,4510264.47156
+8012,8012,239,129.0,007700,,40.7390169121,-74.0026376103,160.0,013100,40.7621295133,-73.98215453,1273.72109402,2489,5404,2283,4254,013100,405023451.28,007700,59306273.1509,,0.0,013100,007700,22093.9317572,107228,83605,hub,hub,non_hub,585910.049449,4512849.98999,584210.329106,4510264.47156
+8013,8013,476,129.0,007700,,40.7390169121,-74.0026376103,101.0,013300,40.7647250567,-73.9866537633,1156.95935673,5363,5404,3909,4254,013300,79847412.2593,007700,59306273.1509,,0.0,013300,007700,22093.9317572,89810,83605,hub,hub,non_hub,585526.963405,4513133.71926,584210.329106,4510264.47156
+8014,8014,412,86.0,007700,,40.7390169121,-74.0026376103,65.0,013500,40.766984435,-73.99227308,1221.19704498,6075,5404,3935,4254,013500,198199142.958,007700,59306273.1509,,0.0,013500,007700,22093.9317572,64723,83605,hub,hub,non_hub,585049.80204,4513379.06475,584210.329106,4510264.47156
+8015,8015,215,86.0,007700,,40.7390169121,-74.0026376103,98.0,013700,40.766109285,-73.981808355,1320.97129691,6557,5404,5442,4254,013700,314878324.419,007700,59306273.1509,,0.0,013700,007700,22093.9317572,91142,83605,hub,hub,non_hub,585934.141665,4513292.1137,584210.329106,4510264.47156
+8016,8016,64,43.0,007700,,40.7390169121,-74.0026376103,27.0,013900,40.768254,-73.988639,1376.125,7607,5404,7359,4254,013900,139918084.587,007700,59306273.1509,,0.0,013900,007700,22093.9317572,26390,83605,hub,hub,non_hub,585354.890073,4513523.52534,584210.329106,4510264.47156
+8017,8017,58,43.0,007700,,40.7390169121,-74.0026376103,49.0,014300,40.76590936,-73.97634151,1592.29310345,3,5404,0,4254,014300,50027992.3322,007700,59306273.1509,,0.0,014300,007700,22093.9317572,21051,83605,hub,hub,non_hub,586395.803012,4513275.28949,584210.329106,4510264.47156
+8018,8018,281,43.0,007700,,40.7390169121,-74.0026376103,36.0,014500,40.76915505,-73.98191841,1512.27758007,5811,5404,3462,4254,014500,253397343.373,007700,59306273.1509,,0.0,014500,007700,22093.9317572,68350,83605,hub,hub,non_hub,585920.929601,4513630.10902,584210.329106,4510264.47156
+8019,8019,174,43.0,007700,,40.7390169121,-74.0026376103,55.0,014700,40.770513,-73.988038,1384.28735632,2586,5404,1743,4254,014700,70871746.8417,007700,59306273.1509,,0.0,014700,007700,22093.9317572,35099,83605,hub,hub,non_hub,585402.720353,4513774.87644,584210.329106,4510264.47156
+8020,8020,87,43.0,007700,,40.7390169121,-74.0026376103,36.0,015100,40.771522,-73.990541,1466.22988506,8105,5404,4856,4254,015100,164953931.102,007700,59306273.1509,,0.0,015100,007700,22093.9317572,17578,83605,hub,hub,non_hub,585190.192062,4513884.4495,584210.329106,4510264.47156
+8021,8021,1036,86.0,007700,,40.7390169121,-74.0026376103,70.0,031703,40.71644312,-74.014902115,1023.05107872,8670,5404,4231,4254,031703,332361109.355,007700,59306273.1509,,0.0,031703,007700,22093.9317572,136082,83605,hub,hub,non_hub,583202.897614,4507746.93647,584210.329106,4510264.47156
+8022,8022,564,129.0,007700,,40.7390169121,-74.0026376103,98.0,031704,40.7085171733,-74.0165557667,1264.15095493,6610,5404,3790,4254,031704,160823714.408,007700,59306273.1509,,0.0,031704,007700,22093.9317572,105244,83605,hub,hub,non_hub,583073.076824,4506865.54027,584210.329106,4510264.47156
+8023,8023,164,129.0,007700,,40.7390169121,-74.0026376103,85.0,000600,40.7128987867,-73.9898646367,1265.88935673,11558,5404,4083,4254,000600,59149181.7526,007700,59306273.1509,,0.0,000600,007700,22093.9317572,70053,83605,hub,hub,non_hub,585322.159723,4507377.5136,584210.329106,4510264.47156
+8024,8024,123,117.0,007800,,40.74780373,-73.9734419,54.0,000202,40.71318002,-73.9818904933,1500.93673882,8012,7380,3598,5372,000202,37878157.9781,007800,112124597.728,,0.0,000202,007800,17202.7360312,56352,58789,hub,hub,non_hub,585995.353038,4507416.50937,586664.043115,4511268.28888
+8025,8025,973,273.0,007800,,40.74780373,-73.9734419,258.0,000700,40.70581148,-74.0081572071,1796.47937614,7722,7380,5201,5372,000700,476954959.734,007800,112124597.728,,0.0,000700,007800,17202.7360312,160040,58789,hub,hub,non_hub,583785.918305,4506573.16797,586664.043115,4511268.28888
+8026,8026,78,78.0,007800,,40.74780373,-73.9734419,47.0,000800,40.712414475,-73.993471545,1526.29468439,10365,7380,4150,5372,000800,46479755.076,007800,112124597.728,,0.0,000800,007800,17202.7360312,34254,58789,hub,hub,non_hub,585018.109713,4507320.25418,586664.043115,4511268.28888
+8027,8027,275,117.0,007800,,40.74780373,-73.9734419,97.0,000900,40.7024745833,-74.01224785,1934.77434997,1140,7380,939,5372,000900,404341803.896,007800,112124597.728,,0.0,000900,007800,17202.7360312,46446,58789,hub,hub,non_hub,583444.520998,4506198.85784,586664.043115,4511268.28888
+8028,8028,85,39.0,007800,,40.74780373,-73.9734419,19.0,001002,40.71782143,-73.97628939,1221.81176471,6439,7380,2346,5372,001002,22763374.2099,007800,112124597.728,,0.0,001002,007800,17202.7360312,15916,58789,hub,hub,non_hub,586462.45635,4507937.23607,586664.043115,4511268.28888
+8029,8029,130,78.0,007800,,40.74780373,-73.9734419,46.0,001200,40.717364275,-73.982955325,1285.18469786,3547,7380,1857,5372,001200,23518220.7411,007800,112124597.728,,0.0,001200,007800,17202.7360312,36493,58789,hub,hub,non_hub,585900.031125,4507879.94738,586664.043115,4511268.28888
+8030,8030,39,39.0,007800,,40.74780373,-73.9734419,36.0,001300,40.70463334,-74.01361706,2009.0,3776,7380,3028,5372,001300,286606455.687,007800,112124597.728,,0.0,001300,007800,17202.7360312,27671,58789,hub,hub,non_hub,583326.158808,4506437.19368,586664.043115,4511268.28888
+8031,8031,63,39.0,007800,,40.74780373,-73.9734419,28.0,001401,40.71559509,-73.9870295,1416.07936508,3289,7380,1708,5372,001401,20168722.3199,007800,112124597.728,,0.0,001401,007800,17202.7360312,26885,58789,hub,hub,non_hub,585558.18429,4507679.57909,586664.043115,4511268.28888
+8032,8032,105,78.0,007800,,40.74780373,-73.9734419,67.0,001501,40.70966832,-74.003597135,1732.68518519,5581,7380,3450,5372,001501,172466366.322,007800,112124597.728,,0.0,001501,007800,17202.7360312,27425,58789,hub,hub,non_hub,584166.279828,4507005.66129,586664.043115,4511268.28888
+8033,8033,251,117.0,007800,,40.74780373,-73.9734419,123.0,001502,40.7088053467,-74.00635276,1783.92227018,7095,7380,3459,5372,001502,221282059.103,007800,112124597.728,,0.0,001502,007800,17202.7360312,82052,58789,hub,hub,non_hub,583934.59195,4506907.22889,586664.043115,4511268.28888
+8034,8034,229,117.0,007800,,40.74780373,-73.9734419,107.0,001600,40.7153350167,-73.9943926833,1423.14956909,8236,7380,3242,5372,001600,76565505.7581,007800,112124597.728,,0.0,001600,007800,17202.7360312,82798,58789,hub,hub,non_hub,584936.591099,4507643.5622,586664.043115,4511268.28888
+8035,8035,484,156.0,007800,,40.74780373,-73.9734419,154.0,001800,40.7193657075,-73.9906468425,1076.90057003,8063,7380,3489,5372,001800,60554858.5127,007800,112124597.728,,0.0,001800,007800,17202.7360312,133306,58789,hub,hub,non_hub,585247.838585,4508094.62497,586664.043115,4511268.28888
+8036,8036,78,78.0,007800,,40.74780373,-73.9734419,46.0,002000,40.721554605,-73.977309405,1109.51204282,4795,7380,1899,5372,002000,17907673.5628,007800,112124597.728,,0.0,002000,007800,17202.7360312,31656,58789,hub,hub,non_hub,586371.478696,4508350.63994,586664.043115,4511268.28888
+8037,8037,93,156.0,007800,,40.74780373,-73.9734419,102.0,002100,40.71451321,-74.0108850975,1789.05209327,6111,7380,3038,5372,002100,273869828.705,007800,112124597.728,,0.0,002100,007800,17202.7360312,151037,58789,hub,hub,non_hub,583544.598931,4507536.51732,586664.043115,4511268.28888
+8038,8038,165,78.0,007800,,40.74780373,-73.9734419,44.0,002201,40.71833027,-73.980972895,1079.49952031,6762,7380,3030,5372,002201,37585954.9949,007800,112124597.728,,0.0,002201,007800,17202.7360312,26391,58789,hub,hub,non_hub,586066.226443,4507989.12022,586664.043115,4511268.28888
+8039,8039,104,39.0,007800,,40.74780373,-73.9734419,31.0,002202,40.7208736,-73.98085795,927.298076923,2256,7380,1045,5372,002202,13179093.8977,007800,112124597.728,,0.0,002202,007800,17202.7360312,23935,58789,hub,hub,non_hub,586072.658368,4508271.55961,586664.043115,4511268.28888
+8040,8040,73,78.0,007800,,40.74780373,-73.9734419,48.0,002400,40.724744875,-73.974986535,996.900152439,5775,7380,2175,5372,002400,17986635.5592,007800,112124597.728,,0.0,002400,007800,17202.7360312,17965,58789,hub,hub,non_hub,586563.526382,4508707.06897,586664.043115,4511268.28888
+8041,8041,71,78.0,007800,,40.74780373,-73.9734419,62.0,002500,40.7111743,-73.99849582,1582.23758865,5061,7380,1917,5372,002500,22428407.6271,007800,112124597.728,,0.0,002500,007800,17202.7360312,28216,58789,hub,hub,non_hub,584595.28909,4507177.73549,586664.043115,4511268.28888
+8042,8042,146,39.0,007800,,40.74780373,-73.9734419,31.0,002601,40.72299208,-73.97995466,962.109589041,3774,7380,1593,5372,002601,22248722.3098,007800,112124597.728,,0.0,002601,007800,17202.7360312,22144,58789,hub,hub,non_hub,586146.216204,4508507.61099,586664.043115,4511268.28888
+8043,8043,22,39.0,007800,,40.74780373,-73.9734419,27.0,002700,40.71307916,-73.99851193,1733.45454545,1191,7380,655,5372,002700,11349914.9514,007800,112124597.728,,0.0,002700,007800,17202.7360312,20570,58789,hub,hub,non_hub,584591.517275,4507389.17181,586664.043115,4511268.28888
+8044,8044,112,39.0,007800,,40.74780373,-73.9734419,32.0,002800,40.72521311,-73.97768752,933.821428571,7302,7380,3341,5372,002800,47641507.3146,007800,112124597.728,,0.0,002800,007800,17202.7360312,36744,58789,hub,hub,non_hub,586334.816403,4508756.38709,586664.043115,4511268.28888
+8045,8045,27,39.0,007800,,40.74780373,-73.9734419,43.0,002900,40.71602118,-73.99974372,1386.11111111,5855,7380,2420,5372,002900,200965547.24,007800,112124597.728,,0.0,002900,007800,17202.7360312,31936,58789,hub,hub,non_hub,584483.752153,4507714.56961,586664.043115,4511268.28888
+8046,8046,215,39.0,007800,,40.74780373,-73.9734419,35.0,003001,40.72066442,-73.98517977,1029.69767442,4301,7380,2553,5372,003001,34302720.7166,007800,112124597.728,,0.0,003001,007800,17202.7360312,41223,58789,hub,hub,non_hub,585707.91731,4508244.11218,586664.043115,4511268.28888
+8047,8047,129,39.0,007800,,40.74780373,-73.9734419,37.0,003002,40.72217444,-73.98368779,1029.96124031,3031,7380,1885,5372,003002,18686109.2263,007800,112124597.728,,0.0,003002,007800,17202.7360312,38675,58789,hub,hub,non_hub,585831.986427,4508413.19181,586664.043115,4511268.28888
+8048,8048,414,117.0,007800,,40.74780373,-73.9734419,121.0,003100,40.7140617467,-74.0041933367,1609.39883826,2809,7380,858,5372,003100,145687012.574,007800,112124597.728,,0.0,003100,007800,17202.7360312,81469,58789,hub,hub,non_hub,584110.388584,4507492.78891,586664.043115,4511268.28888
+8049,8049,637,117.0,007800,,40.74780373,-73.9734419,100.0,003200,40.7260543867,-73.9823576167,857.648416006,7630,7380,4888,5372,003200,46369492.482,007800,112124597.728,,0.0,003200,007800,17202.7360312,138064,58789,hub,hub,non_hub,585939.335766,4508845.19329,586664.043115,4511268.28888
+8050,8050,105,195.0,007800,,40.74780373,-73.9734419,173.0,003300,40.7188212443,-74.0063356255,1594.61785714,5174,7380,2694,5372,003300,215459582.054,007800,112124597.728,,0.0,003300,007800,17202.7360312,115059,58789,hub,hub,non_hub,583923.460695,4508019.07486,586664.043115,4511268.28888
+8051,8051,312,39.0,007800,,40.74780373,-73.9734419,39.0,003400,40.72955361,-73.98057249,782.028846154,6706,7380,4203,5372,003400,42933229.7541,007800,112124597.728,,0.0,003400,007800,17202.7360312,47926,58789,hub,hub,non_hub,586085.581298,4509235.37985,586664.043115,4511268.28888
+8052,8052,510,78.0,007800,,40.74780373,-73.9734419,66.0,003601,40.72217423,-73.990293175,1047.02456089,3299,7380,1613,5372,003601,29191583.8104,007800,112124597.728,,0.0,003601,007800,17202.7360312,77585,58789,hub,hub,non_hub,585274.124459,4508406.73315,586664.043115,4511268.28888
+8053,8053,476,78.0,007800,,40.74780373,-73.9734419,62.0,003602,40.724852985,-73.989265345,898.989857529,2918,7380,1586,5372,003602,24941258.1161,007800,112124597.728,,0.0,003602,007800,17202.7360312,82124,58789,hub,hub,non_hub,585357.507872,4508705.09166,586664.043115,4511268.28888
+8054,8054,161,156.0,007800,,40.74780373,-73.9734419,148.0,003700,40.7256696075,-74.0052069325,1456.87752659,2401,7380,1490,5372,003700,212385639.924,007800,112124597.728,,0.0,003700,007800,17202.7360312,173333,58789,hub,hub,non_hub,584010.178026,4508780.36793,586664.043115,4511268.28888
+8055,8055,975,156.0,007800,,40.74780373,-73.9734419,160.0,003800,40.72765889,-73.988195855,847.4877389,8610,7380,5795,5372,003800,67437493.5221,007800,112124597.728,,0.0,003800,007800,17202.7360312,167230,58789,hub,hub,non_hub,585444.239635,4509017.60641,586664.043115,4511268.28888
+8056,8056,137,156.0,007800,,40.74780373,-73.9734419,106.0,003900,40.7201717475,-74.00983051,1616.17927171,5253,7380,3059,5372,003900,194910113.03,007800,112124597.728,,0.0,003900,007800,17202.7360312,113624,58789,hub,hub,non_hub,583626.593058,4508165.65565,586664.043115,4511268.28888
+8057,8057,619,78.0,007800,,40.74780373,-73.9734419,66.0,004000,40.73000573,-73.98549552,808.680186003,9801,7380,4546,5372,004000,66858387.5133,007800,112124597.728,,0.0,004000,007800,17202.7360312,99660,58789,hub,hub,non_hub,585669.269443,4509280.75306,586664.043115,4511268.28888
+8058,8058,402,78.0,007800,,40.74780373,-73.9734419,64.0,004100,40.7195529,-73.996789035,1352.66439377,7793,7380,3765,5372,004100,71738983.3617,007800,112124597.728,,0.0,004100,007800,17202.7360312,114685,58789,hub,hub,non_hub,584728.836557,4508109.46034,586664.043115,4511268.28888
+8059,8059,184,39.0,007800,,40.74780373,-73.9734419,35.0,004200,40.73223272,-73.98889957,840.342391304,4988,7380,1801,5372,004200,39941846.3325,007800,112124597.728,,0.0,004200,007800,17202.7360312,50846,58789,hub,hub,non_hub,585378.96492,4509524.64843,586664.043115,4511268.28888
+8060,8060,274,78.0,007800,,40.74780373,-73.9734419,67.0,004300,40.723870235,-73.995226525,1224.92658984,4267,7380,2598,5372,004300,65935514.1184,007800,112124597.728,,0.0,004300,007800,17202.7360312,95162,58789,hub,hub,non_hub,584855.320992,4508590.22212,586664.043115,4511268.28888
+8061,8061,1355,78.0,007800,,40.74780373,-73.9734419,60.0,004400,40.73080269,-73.97968993,719.744392484,17710,7380,8297,5372,004400,114601147.016,007800,112124597.728,,0.0,004400,007800,17202.7360312,106427,58789,hub,hub,non_hub,586158.498991,4509374.90208,586664.043115,4511268.28888
+8062,8062,49,39.0,007800,,40.74780373,-73.9734419,27.0,004500,40.71910537,-73.99973337,1486.16326531,840,7380,582,5372,004500,52009114.8865,007800,112124597.728,,0.0,004500,007800,17202.7360312,34275,58789,hub,hub,non_hub,584480.726971,4508056.94497,586664.043115,4511268.28888
+8063,8063,34,39.0,007800,,40.74780373,-73.9734419,39.0,004700,40.72165481,-74.00234737,1380.64705882,2267,7380,1586,5372,004700,75477587.1594,007800,112124597.728,,0.0,004700,007800,17202.7360312,27544,58789,hub,hub,non_hub,584256.734795,4508337.43837,586664.043115,4511268.28888
+8064,8064,314,39.0,007800,,40.74780373,-73.9734419,35.0,004800,40.73624527,-73.98473765,676.656050955,7550,7380,3799,5372,004800,74763044.6965,007800,112124597.728,,0.0,004800,007800,17202.7360312,42567,58789,hub,hub,non_hub,585725.258797,4509974.12516,586664.043115,4511268.28888
+8065,8065,112,78.0,007800,,40.74780373,-73.9734419,73.0,004900,40.724268615,-74.000521515,1395.81383913,4951,7380,3054,5372,004900,103848670.177,007800,112124597.728,,0.0,004900,007800,17202.7360312,80152,58789,hub,hub,non_hub,584407.63728,4508629.34168,586664.043115,4511268.28888
+8066,8066,969,117.0,007800,,40.74780373,-73.9734419,93.0,005000,40.7359163467,-73.9873427633,715.351627844,5061,7380,3595,5372,005000,120638459.215,007800,112124597.728,,0.0,005000,007800,17202.7360312,111023,58789,hub,hub,non_hub,585505.709717,4509935.07175,586664.043115,4511268.28888
+8067,8067,609,78.0,007800,,40.74780373,-73.9734419,106.0,005200,40.73715585,-73.991241315,842.298844675,4193,7380,1785,5372,005200,109103391.81,007800,112124597.728,,0.0,005200,007800,17202.7360312,159876,58789,hub,hub,non_hub,585174.941656,4510068.87544,586664.043115,4511268.28888
+8068,8068,284,39.0,007800,,40.74780373,-73.9734419,47.0,005400,40.73971301,-73.99456405,895.450704225,4656,7380,2837,5372,005400,128803552.888,007800,112124597.728,,0.0,005400,007800,17202.7360312,73728,58789,hub,hub,non_hub,584891.129718,4510349.51956,586664.043115,4511268.28888
+8069,8069,273,39.0,007800,,40.74780373,-73.9734419,30.0,005501,40.72679454,-73.99695094,1139.84249084,5079,7380,2483,5372,005501,61061928.4125,007800,112124597.728,,0.0,005501,007800,17202.7360312,57258,58789,hub,hub,non_hub,584705.980012,4508913.17477,586664.043115,4511268.28888
+8070,8070,109,39.0,007800,,40.74780373,-73.9734419,27.0,005502,40.72743423,-73.99379025,1021.14678899,2383,7380,1262,5372,005502,49017118.6146,007800,112124597.728,,0.0,005502,007800,17202.7360312,55117,58789,hub,hub,non_hub,584972.085912,4508987.23863,586664.043115,4511268.28888
+8071,8071,537,78.0,007800,,40.74780373,-73.9734419,95.0,005600,40.74065347,-73.98778661,705.452515676,2618,7380,2190,5372,005600,189153355.609,007800,112124597.728,,0.0,005600,007800,17202.7360312,113209,58789,hub,hub,non_hub,585462.168743,4510460.49357,586664.043115,4511268.28888
+8072,8072,564,78.0,007800,,40.74780373,-73.9734419,82.0,005700,40.729662915,-73.992405595,1011.82990794,2937,7380,1789,5372,005700,90178032.7137,007800,112124597.728,,0.0,005700,007800,17202.7360312,156896,58789,hub,hub,non_hub,585086.179601,4509235.9788,586664.043115,4511268.28888
+8073,8073,644,78.0,007800,,40.74780373,-73.9734419,87.0,005800,40.743154205,-73.990299735,841.601280851,3182,7380,2306,5372,005800,164037511.755,007800,112124597.728,,0.0,005800,007800,17202.7360312,130970,58789,hub,hub,non_hub,585246.786708,4510735.64918,586664.043115,4511268.28888
+8074,8074,206,39.0,007800,,40.74780373,-73.9734419,31.0,005900,40.73049393,-73.9957214,1081.25728155,5516,7380,3276,5372,005900,71785177.1361,007800,112124597.728,,0.0,005900,007800,17202.7360312,53180,58789,hub,hub,non_hub,584805.117401,4509325.01914,586664.043115,4511268.28888
+8075,8075,1156,78.0,007800,,40.74780373,-73.9734419,63.0,006000,40.734822295,-73.976916765,599.802568796,5286,7380,2459,5372,006000,27468182.8943,007800,112124597.728,,0.0,006000,007800,17202.7360312,80462,58789,hub,hub,non_hub,586387.478737,4509823.83141,586664.043115,4511268.28888
+8076,8076,524,156.0,007800,,40.74780373,-73.9734419,141.0,006100,40.73385254,-73.992357065,964.291204316,4913,7380,2683,5372,006100,91682014.33,007800,112124597.728,,0.0,006100,007800,17202.7360312,245510,58789,hub,hub,non_hub,585084.940162,4509701.10308,586664.043115,4511268.28888
+8077,8077,745,39.0,007800,,40.74780373,-73.9734419,30.0,006200,40.7381765,-73.97738662,443.194630872,4680,7380,1401,5372,006200,231817485.533,007800,112124597.728,,0.0,006200,007800,17202.7360312,33218,58789,hub,hub,non_hub,586343.467107,4510195.70961,586664.043115,4511268.28888
+8078,8078,190,117.0,007800,,40.74780373,-73.9734419,99.0,006300,40.7346940933,-73.99785666,1112.38566515,6076,7380,4277,5372,006300,85447631.8451,007800,112124597.728,,0.0,006300,007800,17202.7360312,120233,58789,hub,hub,non_hub,584619.48321,4509789.20591,586664.043115,4511268.28888
+8079,8079,490,39.0,007800,,40.74780373,-73.9734419,39.0,006400,40.73587678,-73.98205027,579.467346939,7518,7380,5058,5372,006400,95664936.1545,007800,112124597.728,,0.0,006400,007800,17202.7360312,47750,58789,hub,hub,non_hub,585952.649806,4509935.84788,586664.043115,4511268.28888
+8080,8080,278,117.0,007800,,40.74780373,-73.9734419,106.0,006500,40.7306296367,-73.9991423,1232.32810848,6517,7380,3568,5372,006500,59290910.3694,007800,112124597.728,,0.0,006500,007800,17202.7360312,125356,58789,hub,hub,non_hub,584516.067395,4509336.78488,586664.043115,4511268.28888
+8081,8081,1306,78.0,007800,,40.74780373,-73.9734419,82.0,006600,40.739285505,-73.97827188,432.33174868,11780,7380,6818,5372,006600,84730469.4548,007800,112124597.728,,0.0,006600,007800,17202.7360312,74621,58789,hub,hub,non_hub,586267.286922,4510317.94668,586664.043115,4511268.28888
+8082,8082,112,39.0,007800,,40.74780373,-73.9734419,39.0,006700,40.73038599,-74.00214988,1354.51785714,4984,7380,3796,5372,006700,47238039.9972,007800,112124597.728,,0.0,006700,007800,17202.7360312,70025,58789,hub,hub,non_hub,584262.399901,4509306.84766,586664.043115,4511268.28888
+8083,8083,526,39.0,007800,,40.74780373,-73.9734419,39.0,006800,40.74025878,-73.98409214,609.517110266,6735,7380,4494,5372,006800,130298431.446,007800,112124597.728,,0.0,006800,007800,17202.7360312,58926,58789,hub,hub,non_hub,585774.608423,4510420.28363,586664.043115,4511268.28888
+8084,8084,176,78.0,007800,,40.74780373,-73.9734419,67.0,006900,40.732319905,-74.0069291,1439.63053435,2687,7380,1484,5372,006900,61292499.9331,007800,112124597.728,,0.0,006900,007800,17202.7360312,130727,58789,hub,hub,non_hub,583856.38945,4509516.94969,586664.043115,4511268.28888
+8085,8085,3008,117.0,007800,,40.74780373,-73.9734419,127.0,007000,40.7425094208,-73.9756024983,340.38278096,8302,7380,5669,5372,007000,78634704.8451,007800,112124597.728,,0.0,007000,007800,17202.7360312,145227,58789,hub,hub,hub,586488.497305,4510678.4511,586664.043115,4511268.28888
+8086,8086,111,78.0,007800,,40.74780373,-73.9734419,71.0,007100,40.736526545,-74.000108805,1055.64808362,5633,7380,3844,5372,007100,68447429.2743,007800,112124597.728,,0.0,007100,007800,17202.7360312,79459,58789,hub,hub,non_hub,584426.995774,4509990.4524,586664.043115,4511268.28888
+8087,8087,1874,117.0,007800,,40.74780373,-73.9734419,126.0,007200,40.7447014833,-73.98154809,466.024950593,7734,7380,5222,5372,007200,132092861.454,007800,112124597.728,,0.0,007200,007800,17202.7360312,157612,58789,hub,hub,non_hub,585983.687715,4510915.94446,586664.043115,4511268.28888
+8088,8088,109,78.0,007800,,40.74780373,-73.9734419,59.0,007300,40.734682705,-74.00388484,1366.51044932,5615,7380,4547,5372,007300,48716185.79,007800,112124597.728,,0.0,007300,007800,17202.7360312,92567,58789,hub,hub,non_hub,584110.479319,4509782.14883,586664.043115,4511268.28888
+8089,8089,770,78.0,007800,,40.74780373,-73.9734419,86.0,007400,40.746413585,-73.98586892,624.207087498,4179,7380,2700,5372,007400,170614202.951,007800,112124597.728,,0.0,007400,007800,17202.7360312,81121,58789,hub,hub,non_hub,585616.696258,4511101.7763,586664.043115,4511268.28888
+8090,8090,739,78.0,007800,,40.74780373,-73.9734419,69.0,007600,40.74737476,-73.988320695,684.900365344,2203,7380,1573,5372,007600,242014413.464,007800,112124597.728,,0.0,007600,007800,17202.7360312,97464,58789,hub,hub,non_hub,585408.475283,4511206.08492,586664.043115,4511268.28888
+8091,8091,76,39.0,007800,,40.74780373,-73.9734419,43.0,007700,40.7390169121,-74.0026376103,1289.13157895,5404,7380,4254,5372,007700,59306273.1509,007800,112124597.728,,0.0,007700,007800,17202.7360312,79025,58789,hub,hub,non_hub,584210.329106,4510264.47156,586664.043115,4511268.28888
+8092,8092,435,195.0,007800,,40.74780373,-73.9734419,174.0,007900,40.738916514,-74.007286026,1370.89465321,4406,7380,2904,5372,007900,86937368.5918,007800,112124597.728,,0.0,007900,007800,17202.7360312,171846,58789,hub,hub,non_hub,583817.969395,4510248.87788,586664.043115,4511268.28888
+8093,8093,442,78.0,007800,,40.74780373,-73.9734419,71.0,008000,40.7485693,-73.97717991,479.305106436,4946,7380,3730,5372,008000,197763821.532,007800,112124597.728,,0.0,008000,007800,17202.7360312,74808,58789,hub,hub,non_hub,586347.477591,4511349.58844,586664.043115,4511268.28888
+8094,8094,93,39.0,007800,,40.74780373,-73.9734419,39.0,008100,40.73935542,-73.99931783,1042.11827957,8675,7380,5315,5372,008100,91100400.6907,007800,112124597.728,,0.0,008100,007800,17202.7360312,53195,58789,hub,hub,non_hub,584490.204148,4510305.23824,586664.043115,4511268.28888
+8095,8095,4581,117.0,007800,,40.74780373,-73.9734419,175.0,008200,40.7519287071,-73.9793222133,339.626422607,3442,7380,2534,5372,008200,262405408.076,007800,112124597.728,,0.0,008200,007800,17202.7360312,228612,58789,hub,hub,hub,586162.282439,4511720.40171,586664.043115,4511268.28888
+8096,8096,466,156.0,007800,,40.74780373,-73.9734419,119.0,008300,40.742591315,-74.004102785,1216.0609481,4211,7380,2321,5372,008300,119862327.354,007800,112124597.728,,0.0,008300,007800,17202.7360312,186113,58789,hub,hub,non_hub,584082.11654,4510659.85081,586664.043115,4511268.28888
+8097,8097,374,39.0,007800,,40.74780373,-73.9734419,38.0,008400,40.75038009,-73.98338988,485.406417112,1726,7380,1041,5372,008400,147824461.739,007800,112124597.728,,0.0,008400,007800,17202.7360312,34199,58789,hub,hub,non_hub,585820.889203,4511544.50828,586664.043115,4511268.28888
+8098,8098,424,39.0,007800,,40.74780373,-73.9734419,43.0,008601,40.744219,-73.97121214,570.115566038,2551,7380,1528,5372,008601,31141773.9073,007800,112124597.728,,0.0,008601,007800,17202.7360312,31961,58789,hub,hub,non_hub,586856.951039,4510872.56191,586664.043115,4511268.28888
+8099,8099,509,78.0,007800,,40.74780373,-73.9734419,78.0,008700,40.74206378,-73.995708955,992.969617253,6671,7380,4249,5372,008700,85660216.7821,007800,112124597.728,,0.0,008700,007800,17202.7360312,152953,58789,hub,hub,non_hub,584791.475936,4510609.36503,586664.043115,4511268.28888
+8100,8100,526,78.0,007800,,40.74780373,-73.9734419,78.0,008800,40.75012189,-73.970133575,339.988299486,6964,7380,5507,5372,008800,216532475.876,007800,112124597.728,,0.0,008800,007800,17202.7360312,43247,58789,hub,hub,non_hub,586940.323322,4511528.89362,586664.043115,4511268.28888
+8101,8101,294,117.0,007800,,40.74780373,-73.9734419,120.0,008900,40.74529008,-74.0021768567,1123.37418564,5560,7380,3511,5372,008900,54419260.2723,007800,112124597.728,,0.0,008900,007800,17202.7360312,158638,58789,hub,hub,non_hub,584241.316685,4510961.27944,586664.043115,4511268.28888
+8102,8102,1486,117.0,007800,,40.74780373,-73.9734419,110.0,009000,40.75261798,-73.9703317533,321.796008444,7026,7380,5832,5372,009000,208846060.851,007800,112124597.728,,0.0,009000,007800,17202.7360312,74531,58789,hub,hub,non_hub,586920.342162,4511805.78171,586664.043115,4511268.28888
+8103,8103,105,39.0,007800,,40.74780373,-73.9734419,39.0,009100,40.74487634,-73.99529885,957.104761905,6415,7380,4386,5372,009100,127325659.041,007800,112124597.728,,0.0,009100,007800,17202.7360312,63878,58789,hub,hub,non_hub,584822.527687,4510921.97538,586664.043115,4511268.28888
+8104,8104,1225,78.0,007800,,40.74780373,-73.9734419,110.0,009200,40.7548518863,-73.9734329075,391.543266448,1754,7380,1461,5372,009200,408192557.246,007800,112124597.728,,0.0,009200,007800,17202.7360312,72226,58789,hub,hub,non_hub,586655.650548,4512050.69496,586664.043115,4511268.28888
+8105,8105,80,39.0,007800,,40.74780373,-73.9734419,39.0,009300,40.74475148,-73.99915362,1080.2375,9705,7380,5585,5372,009300,68528055.2433,007800,112124597.728,,0.0,009300,007800,17202.7360312,52202,58789,hub,hub,non_hub,584497.239363,4510904.39701,586664.043115,4511268.28888
+8106,8106,375,39.0,007800,,40.74780373,-73.9734419,31.0,009400,40.75320159,-73.9779874,413.181333333,29,7380,16,5372,009400,299218147.811,007800,112124597.728,,0.0,009400,007800,17202.7360312,82147,58789,hub,hub,non_hub,586273.319314,4511863.01244,586664.043115,4511268.28888
+8107,8107,133,39.0,007800,,40.74780373,-73.9734419,51.0,009500,40.746647,-73.993915,871.195488722,3425,7380,1416,5372,009500,129660033.725,007800,112124597.728,,0.0,009500,007800,17202.7360312,57488,58789,hub,hub,non_hub,584937.108907,4511119.86954,586664.043115,4511268.28888
+8108,8108,898,117.0,007800,,40.74780373,-73.9734419,140.0,009600,40.7560224248,-73.9803472615,549.246984995,153,7380,268,5372,009600,270304841.585,007800,112124597.728,,0.0,009600,007800,17202.7360312,71527,58789,hub,hub,non_hub,586070.469857,4512173.82867,586664.043115,4511268.28888
+8109,8109,321,117.0,007800,,40.74780373,-73.9734419,99.0,009700,40.7493616033,-73.9991321067,972.788517493,4744,7380,2827,5372,009700,83018263.1602,007800,112124597.728,,0.0,009700,007800,17202.7360312,118804,58789,hub,hub,non_hub,584493.220017,4511416.17434,586664.043115,4511268.28888
+8110,8110,1137,78.0,007800,,40.74780373,-73.9734419,70.0,009800,40.755285655,-73.96667288,409.367305762,7105,7380,5244,5372,009800,115943808.909,007800,112124597.728,,0.0,009800,007800,17202.7360312,40039,58789,hub,hub,non_hub,587225.727282,4512105.54383,586664.043115,4511268.28888
+8111,8111,642,195.0,007800,,40.74780373,-73.9734419,185.0,009900,40.7520807866,-74.0031899092,957.579973663,3617,7380,2438,5372,009900,404439511.776,007800,112124597.728,,0.0,009900,007800,17202.7360312,208076,58789,hub,hub,non_hub,584147.226991,4511714.12465,586664.043115,4511268.28888
+8112,8112,1153,117.0,007800,,40.74780373,-73.9734419,121.0,010000,40.7583696933,-73.9710287767,569.425297581,1829,7380,1399,5372,010000,366457143.613,007800,112124597.728,,0.0,010000,007800,17202.7360312,72085,58789,hub,hub,non_hub,586854.014885,4512443.57459,586664.043115,4511268.28888
+8113,8113,1351,117.0,007800,,40.74780373,-73.9734419,127.0,010100,40.74945622,-73.9903382667,732.511819156,1119,7380,828,5372,010100,246168211.101,007800,112124597.728,,0.0,010100,007800,17202.7360312,183377,58789,hub,hub,non_hub,585235.486219,4511435.18064,586664.043115,4511268.28888
+8114,8114,478,78.0,007800,,40.74780373,-73.9734419,81.0,010200,40.7606694,-73.973473555,645.500385154,313,7380,268,5372,010200,333450202.294,007800,112124597.728,,0.0,010200,007800,17202.7360312,46675,58789,hub,hub,non_hub,586644.664817,4512696.44233,586664.043115,4511268.28888
+8115,8115,747,78.0,007800,,40.74780373,-73.9734419,98.0,010300,40.751000495,-73.994372255,824.8431481,1859,7380,1351,5372,010300,141506056.87,007800,112124597.728,,0.0,010300,007800,17202.7360312,221593,58789,hub,hub,non_hub,584892.968075,4511602.69644,586664.043115,4511268.28888
+8116,8116,496,78.0,007800,,40.74780373,-73.9734419,75.0,010400,40.761664375,-73.976854975,741.494954451,1031,7380,1033,5372,010400,363981333.295,007800,112124597.728,,0.0,010400,007800,17202.7360312,65073,58789,hub,hub,non_hub,586357.961325,4512803.55852,586664.043115,4511268.28888
+8117,8117,456,39.0,007800,,40.74780373,-73.9734419,33.0,010602,40.75849116,-73.95920622,693.574561404,4794,7380,2963,5372,010602,67980898.3739,007800,112124597.728,,0.0,010602,007800,17202.7360312,22153,58789,hub,hub,non_hub,587851.796682,4512468.82754,586664.043115,4511268.28888
+8118,8118,1936,117.0,007800,,40.74780373,-73.9734419,117.0,010800,40.7591736033,-73.96613818,507.525154168,8531,7380,6272,5372,010800,189351523.799,007800,112124597.728,,0.0,010800,007800,17202.7360312,79198,58789,hub,hub,non_hub,587265.778542,4512537.66689,586664.043115,4511268.28888
+8119,8119,532,78.0,007800,,40.74780373,-73.9734419,114.0,010900,40.751351715,-73.987594755,605.992802267,182,7380,92,5372,010900,228173063.011,007800,112124597.728,,0.0,010900,007800,17202.7360312,60092,58789,hub,hub,non_hub,585464.669441,4511648.26242,586664.043115,4511268.28888
+8120,8120,252,39.0,007800,,40.74780373,-73.9734419,59.0,011201,40.7643971,-73.97371465,889.646825397,827,7380,964,5372,011201,118515444.187,007800,112124597.728,,0.0,011201,007800,17202.7360312,41525,58789,hub,hub,non_hub,586619.474659,4513110.00718,586664.043115,4511268.28888
+8121,8121,884,39.0,007800,,40.74780373,-73.9734419,33.0,011203,40.76095756,-73.96724467,589.850678733,1176,7380,1160,5372,011203,143782379.009,007800,112124597.728,,0.0,011203,007800,17202.7360312,48033,58789,hub,hub,non_hub,587170.050102,4512734.59972,586664.043115,4511268.28888
+8122,8122,3466,156.0,007800,,40.74780373,-73.9734419,198.0,011300,40.7548008425,-73.9888010575,600.694210365,204,7380,107,5372,011300,357940519.061,007800,112124597.728,,0.0,011300,007800,17202.7360312,236650,58789,hub,hub,hub,585358.423228,4512029.96675,586664.043115,4511268.28888
+8123,8123,446,78.0,007800,,40.74780373,-73.9734419,82.0,011500,40.75701407,-73.992353645,739.550343019,2487,7380,1678,5372,011500,130958459.747,007800,112124597.728,,0.0,011500,007800,17202.7360312,103294,58789,hub,hub,non_hub,585055.712647,4512272.20178,586664.043115,4511268.28888
+8124,8124,168,78.0,007800,,40.74780373,-73.9734419,84.0,011700,40.76058799,-74.00080945,1038.81907195,2938,7380,2304,5372,011700,91270705.1484,007800,112124597.728,,0.0,011700,007800,17202.7360312,73016,58789,hub,hub,non_hub,584337.427395,4512660.77158,586664.043115,4511268.28888
+8125,8125,258,39.0,007800,,40.74780373,-73.9734419,34.0,011900,40.7568001,-73.98291153,634.244186047,1079,7380,1121,5372,011900,395254501.74,007800,112124597.728,,0.0,011900,007800,17202.7360312,39976,58789,hub,hub,non_hub,585853.012005,4512257.64444,586664.043115,4511268.28888
+8126,8126,476,117.0,007800,,40.74780373,-73.9734419,109.0,012100,40.7598593767,-73.9914900133,736.888465254,8366,7380,5744,5372,012100,101223732.045,007800,112124597.728,,0.0,012100,007800,17202.7360312,132767,58789,hub,hub,non_hub,585124.983126,4512588.88932,586664.043115,4511268.28888
+8127,8127,223,39.0,007800,,40.74780373,-73.9734419,51.0,012500,40.76064679,-73.98442659,721.775784753,2439,7380,2096,5372,012500,322911522.418,007800,112124597.728,,0.0,012500,007800,17202.7360312,45486,58789,hub,hub,non_hub,585720.180916,4512683.17447,586664.043115,4511268.28888
+8128,8128,324,78.0,007800,,40.74780373,-73.9734419,84.0,012700,40.762485435,-73.990447135,801.418909842,6437,7380,4434,5372,012700,104637996.687,007800,112124597.728,,0.0,012700,007800,17202.7360312,83393,58789,hub,hub,non_hub,585209.656415,4512881.41361,586664.043115,4511268.28888
+8129,8129,44,39.0,007800,,40.74780373,-73.9734419,24.0,012900,40.76341379,-73.99667444,1089.13636364,5312,7380,3621,5372,012900,158698340.053,007800,112124597.728,,0.0,012900,007800,17202.7360312,28661,58789,hub,hub,non_hub,584682.864463,4512978.43901,586664.043115,4511268.28888
+8130,8130,876,117.0,007800,,40.74780373,-73.9734419,160.0,013100,40.7621295133,-73.98215453,697.303304741,2489,7380,2283,5372,013100,405023451.28,007800,112124597.728,,0.0,013100,007800,17202.7360312,107228,58789,hub,hub,non_hub,585910.04945,4512849.98999,586664.043115,4511268.28888
+8131,8131,402,117.0,007800,,40.74780373,-73.9734419,101.0,013300,40.7647250567,-73.9866537633,840.594935975,5363,7380,3909,5372,013300,79847412.2593,007800,112124597.728,,0.0,013300,007800,17202.7360312,89810,58789,hub,hub,non_hub,585526.963405,4513133.71926,586664.043115,4511268.28888
+8132,8132,121,78.0,007800,,40.74780373,-73.9734419,65.0,013500,40.766984435,-73.99227308,1075.37234043,6075,7380,3935,5372,013500,198199142.958,007800,112124597.728,,0.0,013500,007800,17202.7360312,64723,58789,hub,hub,non_hub,585049.80204,4513379.06475,586664.043115,4511268.28888
+8133,8133,387,78.0,007800,,40.74780373,-73.9734419,98.0,013700,40.766109285,-73.981808355,902.265185369,6557,7380,5442,5372,013700,314878324.419,007800,112124597.728,,0.0,013700,007800,17202.7360312,91142,58789,hub,hub,non_hub,585934.141665,4513292.1137,586664.043115,4511268.28888
+8134,8134,110,39.0,007800,,40.74780373,-73.9734419,27.0,013900,40.768254,-73.988639,924.254545455,7607,7380,7359,5372,013900,139918084.587,007800,112124597.728,,0.0,013900,007800,17202.7360312,26390,58789,hub,hub,non_hub,585354.890073,4513523.52534,586664.043115,4511268.28888
+8135,8135,206,39.0,007800,,40.74780373,-73.9734419,49.0,014300,40.76590936,-73.97634151,1012.08737864,3,7380,0,5372,014300,50027992.3322,007800,112124597.728,,0.0,014300,007800,17202.7360312,21051,58789,hub,hub,non_hub,586395.803012,4513275.28949,586664.043115,4511268.28888
+8136,8136,357,39.0,007800,,40.74780373,-73.9734419,36.0,014500,40.76915505,-73.98191841,1105.65266106,5811,7380,3462,5372,014500,253397343.373,007800,112124597.728,,0.0,014500,007800,17202.7360312,68350,58789,hub,hub,non_hub,585920.929601,4513630.10902,586664.043115,4511268.28888
+8137,8137,173,39.0,007800,,40.74780373,-73.9734419,55.0,014700,40.770513,-73.988038,999.121387283,2586,7380,1743,5372,014700,70871746.8417,007800,112124597.728,,0.0,014700,007800,17202.7360312,35099,58789,hub,hub,non_hub,585402.720353,4513774.87644,586664.043115,4511268.28888
+8138,8138,92,39.0,007800,,40.74780373,-73.9734419,36.0,015100,40.771522,-73.990541,1209.10869565,8105,7380,4856,5372,015100,164953931.102,007800,112124597.728,,0.0,015100,007800,17202.7360312,17578,58789,hub,hub,non_hub,585190.192062,4513884.4495,586664.043115,4511268.28888
+8139,8139,129,78.0,007800,,40.74780373,-73.9734419,70.0,031703,40.71644312,-74.014902115,1836.90131579,8670,7380,4231,5372,031703,332361109.355,007800,112124597.728,,0.0,031703,007800,17202.7360312,136082,58789,hub,hub,non_hub,583202.897614,4507746.93647,586664.043115,4511268.28888
+8140,8140,78,117.0,007800,,40.74780373,-73.9734419,98.0,031704,40.7085171733,-74.0165557667,1922.40081522,6610,7380,3790,5372,031704,160823714.408,007800,112124597.728,,0.0,031704,007800,17202.7360312,105244,58789,hub,hub,non_hub,583073.076824,4506865.54027,586664.043115,4511268.28888
+8141,8141,97,117.0,007800,,40.74780373,-73.9734419,85.0,000600,40.7128987867,-73.9898646367,1540.43063063,11558,7380,4083,5372,000600,59149181.7526,007800,112124597.728,,0.0,000600,007800,17202.7360312,70053,58789,hub,hub,non_hub,585322.159723,4507377.5136,586664.043115,4511268.28888
+8142,8142,244,522.0,007900,,40.738916514,-74.007286026,270.0,000202,40.71318002,-73.9818904933,1450.32733971,8012,4406,3598,2904,000202,37878157.9781,007900,86937368.5918,,0.0,000202,007900,20279.0326166,56352,179846,hub,hub,non_hub,585995.353038,4507416.50937,583817.969395,4510248.87788
+8143,8143,2259,1218.0,007900,,40.738916514,-74.007286026,1290.0,000700,40.70581148,-74.0081572071,1465.84983793,7722,4406,5201,2904,000700,476954959.734,007900,86937368.5918,,0.0,000700,007900,20279.0326166,160040,179846,hub,hub,non_hub,583785.918305,4506573.16797,583817.969395,4510248.87788
+8144,8144,101,348.0,007900,,40.738916514,-74.007286026,235.0,000800,40.712414475,-73.993471545,1383.91000666,10365,4406,4150,2904,000800,46479755.076,007900,86937368.5918,,0.0,000800,007900,20279.0326166,34254,179846,hub,hub,non_hub,585018.109713,4507320.25418,583817.969395,4510248.87788
+8145,8145,580,522.0,007900,,40.738916514,-74.007286026,485.0,000900,40.7024745833,-74.01224785,1576.72336525,1140,4406,939,2904,000900,404341803.896,007900,86937368.5918,,0.0,000900,007900,20279.0326166,46446,179846,hub,hub,non_hub,583444.520998,4506198.85784,583817.969395,4510248.87788
+8146,8146,24,174.0,007900,,40.738916514,-74.007286026,95.0,001002,40.71782143,-73.97628939,1705.39111111,6439,4406,2346,2904,001002,22763374.2099,007900,86937368.5918,,0.0,001002,007900,20279.0326166,15916,179846,hub,hub,non_hub,586462.45635,4507937.23607,583817.969395,4510248.87788
+8147,8147,212,348.0,007900,,40.738916514,-74.007286026,230.0,001200,40.717364275,-73.982955325,1311.96876043,3547,4406,1857,2904,001200,23518220.7411,007900,86937368.5918,,0.0,001200,007900,20279.0326166,36493,179846,hub,hub,non_hub,585900.031125,4507879.94738,583817.969395,4510248.87788
+8148,8148,878,174.0,007900,,40.738916514,-74.007286026,180.0,001300,40.70463334,-74.01361706,1373.87284501,3776,4406,3028,2904,001300,286606455.687,007900,86937368.5918,,0.0,001300,007900,20279.0326166,27671,179846,hub,hub,non_hub,583326.158808,4506437.19368,583817.969395,4510248.87788
+8149,8149,113,174.0,007900,,40.738916514,-74.007286026,140.0,001401,40.71559509,-73.9870295,1259.1625,3289,4406,1708,2904,001401,20168722.3199,007900,86937368.5918,,0.0,001401,007900,20279.0326166,26885,179846,hub,hub,non_hub,585558.18429,4507679.57909,583817.969395,4510248.87788
+8150,8150,277,348.0,007900,,40.738916514,-74.007286026,335.0,001501,40.70966832,-74.003597135,1467.56457181,5581,4406,3450,2904,001501,172466366.322,007900,86937368.5918,,0.0,001501,007900,20279.0326166,27425,179846,hub,hub,non_hub,584166.279828,4507005.66129,583817.969395,4510248.87788
+8151,8151,1174,522.0,007900,,40.738916514,-74.007286026,615.0,001502,40.7088053467,-74.00635276,1229.98167887,7095,4406,3459,2904,001502,221282059.103,007900,86937368.5918,,0.0,001502,007900,20279.0326166,82052,179846,hub,hub,non_hub,583934.59195,4506907.22889,583817.969395,4510248.87788
+8152,8152,609,522.0,007900,,40.738916514,-74.007286026,535.0,001600,40.7153350167,-73.9943926833,1297.80660448,8236,4406,3242,2904,001600,76565505.7581,007900,86937368.5918,,0.0,001600,007900,20279.0326166,82798,179846,hub,hub,non_hub,584936.591099,4507643.5622,583817.969395,4510248.87788
+8153,8153,1683,696.0,007900,,40.738916514,-74.007286026,770.0,001800,40.7193657075,-73.9906468425,1073.43169797,8063,4406,3489,2904,001800,60554858.5127,007900,86937368.5918,,0.0,001800,007900,20279.0326166,133306,179846,hub,hub,non_hub,585247.838585,4508094.62497,583817.969395,4510248.87788
+8154,8154,93,348.0,007900,,40.738916514,-74.007286026,230.0,002000,40.721554605,-73.977309405,1373.89160714,4795,4406,1899,2904,002000,17907673.5628,007900,86937368.5918,,0.0,002000,007900,20279.0326166,31656,179846,hub,hub,non_hub,586371.478696,4508350.63994,583817.969395,4510248.87788
+8155,8155,3896,696.0,007900,,40.738916514,-74.007286026,510.0,002100,40.71451321,-74.0108850975,921.79120742,6111,4406,3038,2904,002100,273869828.705,007900,86937368.5918,,0.0,002100,007900,20279.0326166,151037,179846,hub,hub,hub,583544.598931,4507536.51732,583817.969395,4510248.87788
+8156,8156,77,348.0,007900,,40.738916514,-74.007286026,220.0,002201,40.71833027,-73.980972895,1366.33342075,6762,4406,3030,2904,002201,37585954.9949,007900,86937368.5918,,0.0,002201,007900,20279.0326166,26391,179846,hub,hub,non_hub,586066.226443,4507989.12022,583817.969395,4510248.87788
+8157,8157,190,174.0,007900,,40.738916514,-74.007286026,155.0,002202,40.7208736,-73.98085795,1162.40201416,2256,4406,1045,2904,002202,13179093.8977,007900,86937368.5918,,0.0,002202,007900,20279.0326166,23935,179846,hub,hub,non_hub,586072.658368,4508271.55961,583817.969395,4510248.87788
+8158,8158,101,348.0,007900,,40.738916514,-74.007286026,240.0,002400,40.724744875,-73.974986535,1260.19838346,5775,4406,2175,2904,002400,17986635.5592,007900,86937368.5918,,0.0,002400,007900,20279.0326166,17965,179846,hub,hub,non_hub,586563.526382,4508707.06897,583817.969395,4510248.87788
+8159,8159,83,348.0,007900,,40.738916514,-74.007286026,310.0,002500,40.7111743,-73.99849582,1479.43287037,5061,4406,1917,2904,002500,22428407.6271,007900,86937368.5918,,0.0,002500,007900,20279.0326166,28216,179846,hub,hub,non_hub,584595.28909,4507177.73549,583817.969395,4510248.87788
+8160,8160,186,174.0,007900,,40.738916514,-74.007286026,155.0,002601,40.72299208,-73.97995466,1064.24176295,3774,4406,1593,2904,002601,22248722.3098,007900,86937368.5918,,0.0,002601,007900,20279.0326166,22144,179846,hub,hub,non_hub,586146.216204,4508507.61099,583817.969395,4510248.87788
+8161,8161,109,174.0,007900,,40.738916514,-74.007286026,135.0,002700,40.71307916,-73.99851193,1354.41126536,1191,4406,655,2904,002700,11349914.9514,007900,86937368.5918,,0.0,002700,007900,20279.0326166,20570,179846,hub,hub,non_hub,584591.517275,4507389.17181,583817.969395,4510248.87788
+8162,8162,389,174.0,007900,,40.738916514,-74.007286026,160.0,002800,40.72521311,-73.97768752,1110.35335727,7302,4406,3341,2904,002800,47641507.3146,007900,86937368.5918,,0.0,002800,007900,20279.0326166,36744,179846,hub,hub,non_hub,586334.816403,4508756.38709,583817.969395,4510248.87788
+8163,8163,341,174.0,007900,,40.738916514,-74.007286026,215.0,002900,40.71602118,-73.99974372,1095.03533292,5855,4406,2420,2904,002900,200965547.24,007900,86937368.5918,,0.0,002900,007900,20279.0326166,31936,179846,hub,hub,non_hub,584483.752153,4507714.56961,583817.969395,4510248.87788
+8164,8164,496,174.0,007900,,40.738916514,-74.007286026,175.0,003001,40.72066442,-73.98517977,1155.21224834,4301,4406,2553,2904,003001,34302720.7166,007900,86937368.5918,,0.0,003001,007900,20279.0326166,41223,179846,hub,hub,non_hub,585707.91731,4508244.11218,583817.969395,4510248.87788
+8165,8165,350,174.0,007900,,40.738916514,-74.007286026,185.0,003002,40.72217444,-73.98368779,1089.25050028,3031,4406,1885,2904,003002,18686109.2263,007900,86937368.5918,,0.0,003002,007900,20279.0326166,38675,179846,hub,hub,non_hub,585831.986427,4508413.19181,583817.969395,4510248.87788
+8166,8166,661,522.0,007900,,40.738916514,-74.007286026,605.0,003100,40.7140617467,-74.0041933367,1142.29921286,2809,4406,858,2904,003100,145687012.574,007900,86937368.5918,,0.0,003100,007900,20279.0326166,81469,179846,hub,hub,non_hub,584110.388584,4507492.78891,583817.969395,4510248.87788
+8167,8167,1606,522.0,007900,,40.738916514,-74.007286026,500.0,003200,40.7260543867,-73.9823576167,998.754701957,7630,4406,4888,2904,003200,46369492.482,007900,86937368.5918,,0.0,003200,007900,20279.0326166,138064,179846,hub,hub,non_hub,585939.335766,4508845.19329,583817.969395,4510248.87788
+8168,8168,2667,870.0,007900,,40.738916514,-74.007286026,865.0,003300,40.7188241232,-74.0063293468,896.300655943,5174,4406,2694,2904,003300,215459582.054,007900,86937368.5918,,0.0,003300,007900,20279.0326166,115059,179846,hub,hub,non_hub,583923.98738,4508019.40044,583817.969395,4510248.87788
+8169,8169,425,174.0,007900,,40.738916514,-74.007286026,195.0,003400,40.72955361,-73.98057249,979.510047164,6706,4406,4203,2904,003400,42933229.7541,007900,86937368.5918,,0.0,003400,007900,20279.0326166,47926,179846,hub,hub,non_hub,586085.581298,4509235.37985,583817.969395,4510248.87788
+8170,8170,740,348.0,007900,,40.738916514,-74.007286026,330.0,003601,40.72217423,-73.990293175,1038.74541994,3299,4406,1613,2904,003601,29191583.8104,007900,86937368.5918,,0.0,003601,007900,20279.0326166,77585,179846,hub,hub,non_hub,585274.124459,4508406.73315,583817.969395,4510248.87788
+8171,8171,821,348.0,007900,,40.738916514,-74.007286026,310.0,003602,40.724852985,-73.989265345,984.140471615,2918,4406,1586,2904,003602,24941258.1161,007900,86937368.5918,,0.0,003602,007900,20279.0326166,82124,179846,hub,hub,non_hub,585357.507872,4508705.09166,583817.969395,4510248.87788
+8172,8172,6906,696.0,007900,,40.738916514,-74.007286026,740.0,003700,40.7256696075,-74.0052069325,686.353987514,2401,4406,1490,2904,003700,212385639.924,007900,86937368.5918,,0.0,003700,007900,20279.0326166,173333,179846,hub,hub,hub,584010.178026,4508780.36793,583817.969395,4510248.87788
+8173,8173,2510,696.0,007900,,40.738916514,-74.007286026,800.0,003800,40.72765889,-73.988195855,878.609995464,8610,4406,5795,2904,003800,67437493.5221,007900,86937368.5918,,0.0,003800,007900,20279.0326166,167230,179846,hub,hub,non_hub,585444.239635,4509017.60641,583817.969395,4510248.87788
+8174,8174,5217,696.0,007900,,40.738916514,-74.007286026,530.0,003900,40.7201717475,-74.00983051,774.499018588,5253,4406,3059,2904,003900,194910113.03,007900,86937368.5918,,0.0,003900,007900,20279.0326166,113624,179846,hub,hub,hub,583626.593058,4508165.65565,583817.969395,4510248.87788
+8175,8175,1361,348.0,007900,,40.738916514,-74.007286026,330.0,004000,40.73000573,-73.98549552,924.748800327,9801,4406,4546,2904,004000,66858387.5133,007900,86937368.5918,,0.0,004000,007900,20279.0326166,99660,179846,hub,hub,non_hub,585669.269443,4509280.75306,583817.969395,4510248.87788
+8176,8176,1677,348.0,007900,,40.738916514,-74.007286026,320.0,004100,40.7195529,-73.996789035,1051.92418952,7793,4406,3765,2904,004100,71738983.3617,007900,86937368.5918,,0.0,004100,007900,20279.0326166,114685,179846,hub,hub,non_hub,584728.836557,4508109.46034,583817.969395,4510248.87788
+8177,8177,627,174.0,007900,,40.738916514,-74.007286026,175.0,004200,40.73223272,-73.98889957,757.597690508,4988,4406,1801,2904,004200,39941846.3325,007900,86937368.5918,,0.0,004200,007900,20279.0326166,50846,179846,hub,hub,non_hub,585378.96492,4509524.64843,583817.969395,4510248.87788
+8178,8178,2312,348.0,007900,,40.738916514,-74.007286026,335.0,004300,40.723870235,-73.995226525,872.659823406,4267,4406,2598,2904,004300,65935514.1184,007900,86937368.5918,,0.0,004300,007900,20279.0326166,95162,179846,hub,hub,non_hub,584855.320992,4508590.22212,583817.969395,4510248.87788
+8179,8179,701,348.0,007900,,40.738916514,-74.007286026,300.0,004400,40.73080269,-73.97968993,1025.62084419,17710,4406,8297,2904,004400,114601147.016,007900,86937368.5918,,0.0,004400,007900,20279.0326166,106427,179846,hub,hub,non_hub,586158.498991,4509374.90208,583817.969395,4510248.87788
+8180,8180,403,174.0,007900,,40.738916514,-74.007286026,135.0,004500,40.71910537,-73.99973337,1098.90064975,840,4406,582,2904,004500,52009114.8865,007900,86937368.5918,,0.0,004500,007900,20279.0326166,34275,179846,hub,hub,non_hub,584480.726971,4508056.94497,583817.969395,4510248.87788
+8181,8181,722,174.0,007900,,40.738916514,-74.007286026,195.0,004700,40.72165481,-74.00234737,871.886225454,2267,4406,1586,2904,004700,75477587.1594,007900,86937368.5918,,0.0,004700,007900,20279.0326166,27544,179846,hub,hub,non_hub,584256.734795,4508337.43837,583817.969395,4510248.87788
+8182,8182,500,174.0,007900,,40.738916514,-74.007286026,175.0,004800,40.73624527,-73.98473765,849.192353647,7550,4406,3799,2904,004800,74763044.6965,007900,86937368.5918,,0.0,004800,007900,20279.0326166,42567,179846,hub,hub,non_hub,585725.258797,4509974.12516,583817.969395,4510248.87788
+8183,8183,2488,348.0,007900,,40.738916514,-74.007286026,365.0,004900,40.724268615,-74.000521515,848.015880048,4951,4406,3054,2904,004900,103848670.177,007900,86937368.5918,,0.0,004900,007900,20279.0326166,80152,179846,hub,hub,non_hub,584407.63728,4508629.34168,583817.969395,4510248.87788
+8184,8184,1314,522.0,007900,,40.738916514,-74.007286026,465.0,005000,40.7359163467,-73.9873427633,833.925892751,5061,4406,3595,2904,005000,120638459.215,007900,86937368.5918,,0.0,005000,007900,20279.0326166,111023,179846,hub,hub,non_hub,585505.709717,4509935.07175,583817.969395,4510248.87788
+8185,8185,3306,348.0,007900,,40.738916514,-74.007286026,530.0,005200,40.73715585,-73.991241315,663.568817166,4193,4406,1785,2904,005200,109103391.81,007900,86937368.5918,,0.0,005200,007900,20279.0326166,159876,179846,hub,hub,hub,585174.941656,4510068.87544,583817.969395,4510248.87788
+8186,8186,1823,174.0,007900,,40.738916514,-74.007286026,235.0,005400,40.73971301,-73.99456405,631.028293321,4656,4406,2837,2904,005400,128803552.888,007900,86937368.5918,,0.0,005400,007900,20279.0326166,73728,179846,hub,hub,non_hub,584891.129718,4510349.51956,583817.969395,4510248.87788
+8187,8187,1359,174.0,007900,,40.738916514,-74.007286026,150.0,005501,40.72679454,-73.99695094,800.636778995,5079,4406,2483,2904,005501,61061928.4125,007900,86937368.5918,,0.0,005501,007900,20279.0326166,57258,179846,hub,hub,non_hub,584705.980012,4508913.17477,583817.969395,4510248.87788
+8188,8188,982,174.0,007900,,40.738916514,-74.007286026,135.0,005502,40.72743423,-73.99379025,833.173864098,2383,4406,1262,2904,005502,49017118.6146,007900,86937368.5918,,0.0,005502,007900,20279.0326166,55117,179846,hub,hub,non_hub,584972.085912,4508987.23863,583817.969395,4510248.87788
+8189,8189,1598,348.0,007900,,40.738916514,-74.007286026,475.0,005600,40.74065347,-73.98778661,859.12935332,2618,4406,2190,2904,005600,189153355.609,007900,86937368.5918,,0.0,005600,007900,20279.0326166,113209,179846,hub,hub,non_hub,585462.168743,4510460.49357,583817.969395,4510248.87788
+8190,8190,2762,348.0,007900,,40.738916514,-74.007286026,410.0,005700,40.729662915,-73.992405595,751.07411495,2937,4406,1789,2904,005700,90178032.7137,007900,86937368.5918,,0.0,005700,007900,20279.0326166,156896,179846,hub,hub,non_hub,585086.179601,4509235.9788,583817.969395,4510248.87788
+8191,8191,1967,348.0,007900,,40.738916514,-74.007286026,435.0,005800,40.743154205,-73.990299735,808.956402795,3182,4406,2306,2904,005800,164037511.755,007900,86937368.5918,,0.0,005800,007900,20279.0326166,130970,179846,hub,hub,non_hub,585246.786708,4510735.64918,583817.969395,4510248.87788
+8192,8192,871,174.0,007900,,40.738916514,-74.007286026,155.0,005900,40.73049393,-73.9957214,709.183096262,5516,4406,3276,2904,005900,71785177.1361,007900,86937368.5918,,0.0,005900,007900,20279.0326166,53180,179846,hub,hub,non_hub,584805.117402,4509325.01914,583817.969395,4510248.87788
+8193,8193,363,348.0,007900,,40.738916514,-74.007286026,315.0,006000,40.734822295,-73.976916765,1198.28696828,5286,4406,2459,2904,006000,27468182.8943,007900,86937368.5918,,0.0,006000,007900,20279.0326166,80462,179846,hub,hub,non_hub,586387.478737,4509823.83141,583817.969395,4510248.87788
+8194,8194,6760,696.0,007900,,40.738916514,-74.007286026,705.0,006100,40.73385254,-73.992357065,632.543552924,4913,4406,2683,2904,006100,91682014.33,007900,86937368.5918,,0.0,006100,007900,20279.0326166,245510,179846,hub,hub,hub,585084.940162,4509701.10308,583817.969395,4510248.87788
+8195,8195,132,174.0,007900,,40.738916514,-74.007286026,150.0,006200,40.7381765,-73.97738662,1156.23634604,4680,4406,1401,2904,006200,231817485.533,007900,86937368.5918,,0.0,006200,007900,20279.0326166,33218,179846,hub,hub,non_hub,586343.467107,4510195.70961,583817.969395,4510248.87788
+8196,8196,4944,522.0,007900,,40.738916514,-74.007286026,495.0,006300,40.7346940933,-73.99785666,554.405353664,6076,4406,4277,2904,006300,85447631.8451,007900,86937368.5918,,0.0,006300,007900,20279.0326166,120233,179846,hub,hub,hub,584619.48321,4509789.20591,583817.969395,4510248.87788
+8197,8197,345,174.0,007900,,40.738916514,-74.007286026,195.0,006400,40.73587678,-73.98205027,963.424307969,7518,4406,5058,2904,006400,95664936.1545,007900,86937368.5918,,0.0,006400,007900,20279.0326166,47750,179846,hub,hub,non_hub,585952.649806,4509935.84788,583817.969395,4510248.87788
+8198,8198,2904,522.0,007900,,40.738916514,-74.007286026,530.0,006500,40.7306296367,-73.9991423,645.804510645,6517,4406,3568,2904,006500,59290910.3694,007900,86937368.5918,,0.0,006500,007900,20279.0326166,125356,179846,hub,hub,non_hub,584516.067395,4509336.78488,583817.969395,4510248.87788
+8199,8199,269,348.0,007900,,40.738916514,-74.007286026,410.0,006600,40.739285505,-73.97827188,1067.96682284,11780,4406,6818,2904,006600,84730469.4548,007900,86937368.5918,,0.0,006600,007900,20279.0326166,74621,179846,hub,hub,non_hub,586267.286922,4510317.94668,583817.969395,4510248.87788
+8200,8200,1950,174.0,007900,,40.738916514,-74.007286026,195.0,006700,40.73038599,-74.00214988,616.450291582,4984,4406,3796,2904,006700,47238039.9972,007900,86937368.5918,,0.0,006700,007900,20279.0326166,70025,179846,hub,hub,non_hub,584262.399901,4509306.84766,583817.969395,4510248.87788
+8201,8201,484,174.0,007900,,40.738916514,-74.007286026,195.0,006800,40.74025878,-73.98409214,993.002755578,6735,4406,4494,2904,006800,130298431.446,007900,86937368.5918,,0.0,006800,007900,20279.0326166,58926,179846,hub,hub,non_hub,585774.608423,4510420.28363,583817.969395,4510248.87788
+8202,8202,8927,348.0,007900,,40.738916514,-74.007286026,335.0,006900,40.732319905,-74.0069291,432.94697415,2687,4406,1484,2904,006900,61292499.9331,007900,86937368.5918,,0.0,006900,007900,20279.0326166,130727,179846,hub,hub,hub,583856.38945,4509516.94969,583817.969395,4510248.87788
+8203,8203,380,522.0,007900,,40.738916514,-74.007286026,635.0,007000,40.7425322202,-73.9756474154,1235.36111566,8302,4406,5669,2904,007000,78634704.8451,007900,86937368.5918,,0.0,007000,007900,20279.0326166,145227,179846,hub,hub,non_hub,586484.675419,4510680.93775,583817.969395,4510248.87788
+8204,8204,4518,348.0,007900,,40.738916514,-74.007286026,355.0,007100,40.736526545,-74.000108805,438.760181394,5633,4406,3844,2904,007100,68447429.2743,007900,86937368.5918,,0.0,007100,007900,20279.0326166,79459,179846,hub,hub,hub,584426.995774,4509990.4524,583817.969395,4510248.87788
+8205,8205,1052,522.0,007900,,40.738916514,-74.007286026,630.0,007200,40.7447014833,-73.98154809,1080.56349274,7734,4406,5222,2904,007200,132092861.454,007900,86937368.5918,,0.0,007200,007900,20279.0326166,157612,179846,hub,hub,non_hub,585983.687715,4510915.94446,583817.969395,4510248.87788
+8206,8206,4653,348.0,007900,,40.738916514,-74.007286026,295.0,007300,40.734682705,-74.00388484,542.626022054,5615,4406,4547,2904,007300,48716185.79,007900,86937368.5918,,0.0,007300,007900,20279.0326166,92567,179846,hub,hub,hub,584110.479319,4509782.14883,583817.969395,4510248.87788
+8207,8207,773,348.0,007900,,40.738916514,-74.007286026,430.0,007400,40.746413585,-73.98586892,953.069830017,4179,4406,2700,2904,007400,170614202.951,007900,86937368.5918,,0.0,007400,007900,20279.0326166,81121,179846,hub,hub,non_hub,585616.696258,4511101.7763,583817.969395,4510248.87788
+8208,8208,752,348.0,007900,,40.738916514,-74.007286026,345.0,007600,40.74737476,-73.988320695,934.27529628,2203,4406,1573,2904,007600,242014413.464,007900,86937368.5918,,0.0,007600,007900,20279.0326166,97464,179846,hub,hub,non_hub,585408.475283,4511206.08492,583817.969395,4510248.87788
+8209,8209,3537,174.0,007900,,40.738916514,-74.007286026,215.0,007700,40.7390169121,-74.0026376103,383.436486734,5404,4406,4254,2904,007700,59306273.1509,007900,86937368.5918,,0.0,007700,007900,20279.0326166,79025,179846,hub,hub,hub,584210.329106,4510264.47156,583817.969395,4510248.87788
+8210,8210,388,174.0,007900,,40.738916514,-74.007286026,195.0,007800,40.74780373,-73.9734419,1406.87889741,7380,4406,5372,2904,007800,112124597.728,007900,86937368.5918,,0.0,007800,007900,20279.0326166,59601,179846,hub,hub,non_hub,586664.043115,4511268.28888,583817.969395,4510248.87788
+8211,8211,367,348.0,007900,,40.738916514,-74.007286026,355.0,008000,40.7485693,-73.97717991,1208.01405341,4946,4406,3730,2904,008000,197763821.532,007900,86937368.5918,,0.0,008000,007900,20279.0326166,74808,179846,hub,hub,non_hub,586347.477591,4511349.58844,583817.969395,4510248.87788
+8212,8212,2207,174.0,007900,,40.738916514,-74.007286026,195.0,008100,40.73935542,-73.99931783,439.552612069,8675,4406,5315,2904,008100,91100400.6907,007900,86937368.5918,,0.0,008100,007900,20279.0326166,53195,179846,hub,hub,non_hub,584490.204148,4510305.23824,583817.969395,4510248.87788
+8213,8213,1576,522.0,007900,,40.738916514,-74.007286026,875.0,008200,40.7519497535,-73.9793675945,1227.33198578,3442,4406,2534,2904,008200,262405408.076,007900,86937368.5918,,0.0,008200,007900,20279.0326166,228612,179846,hub,hub,non_hub,586158.424275,4511722.69346,583817.969395,4510248.87788
+8214,8214,5574,696.0,007900,,40.738916514,-74.007286026,595.0,008300,40.742591315,-74.004102785,484.985734572,4211,4406,2321,2904,008300,119862327.354,007900,86937368.5918,,0.0,008300,007900,20279.0326166,186113,179846,hub,hub,hub,584082.11654,4510659.85081,583817.969395,4510248.87788
+8215,8215,290,174.0,007900,,40.738916514,-74.007286026,190.0,008400,40.75038009,-73.98338988,1113.18900674,1726,4406,1041,2904,008400,147824461.739,007900,86937368.5918,,0.0,008400,007900,20279.0326166,34199,179846,hub,hub,non_hub,585820.889203,4511544.50828,583817.969395,4510248.87788
+8216,8216,70,174.0,007900,,40.738916514,-74.007286026,215.0,008601,40.744219,-73.97121214,1546.4584127,2551,4406,1528,2904,008601,31141773.9073,007900,86937368.5918,,0.0,008601,007900,20279.0326166,31961,179846,hub,hub,non_hub,586856.951039,4510872.56191,583817.969395,4510248.87788
+8217,8217,4666,348.0,007900,,40.738916514,-74.007286026,390.0,008700,40.74206378,-73.995708955,597.774221793,6671,4406,4249,2904,008700,85660216.7821,007900,86937368.5918,,0.0,008700,007900,20279.0326166,152953,179846,hub,hub,hub,584791.475936,4510609.36503,583817.969395,4510248.87788
+8218,8218,171,348.0,007900,,40.738916514,-74.007286026,390.0,008800,40.75012189,-73.970133575,1311.54965309,6964,4406,5507,2904,008800,216532475.876,007900,86937368.5918,,0.0,008800,007900,20279.0326166,43247,179846,hub,hub,non_hub,586940.323322,4511528.89362,583817.969395,4510248.87788
+8219,8219,5541,522.0,007900,,40.738916514,-74.007286026,600.0,008900,40.74529008,-74.0021768567,534.115283315,5560,4406,3511,2904,008900,54419260.2723,007900,86937368.5918,,0.0,008900,007900,20279.0326166,158638,179846,hub,hub,hub,584241.316685,4510961.27944,583817.969395,4510248.87788
+8220,8220,266,522.0,007900,,40.738916514,-74.007286026,550.0,009000,40.75261798,-73.9703317533,1394.61276016,7026,4406,5832,2904,009000,208846060.851,007900,86937368.5918,,0.0,009000,007900,20279.0326166,74531,179846,hub,hub,non_hub,586920.342162,4511805.78171,583817.969395,4510248.87788
+8221,8221,1681,174.0,007900,,40.738916514,-74.007286026,195.0,009100,40.74487634,-73.99529885,611.508515296,6415,4406,4386,2904,009100,127325659.041,007900,86937368.5918,,0.0,009100,007900,20279.0326166,63878,179846,hub,hub,non_hub,584822.527687,4510921.97538,583817.969395,4510248.87788
+8222,8222,236,348.0,007900,,40.738916514,-74.007286026,550.0,009200,40.7548518863,-73.9734329075,1345.25912354,1754,4406,1461,2904,009200,408192557.246,007900,86937368.5918,,0.0,009200,007900,20279.0326166,72226,179846,hub,hub,non_hub,586655.650548,4512050.69496,583817.969395,4510248.87788
+8223,8223,1428,174.0,007900,,40.738916514,-74.007286026,195.0,009300,40.74475148,-73.99915362,569.427647908,9705,4406,5585,2904,009300,68528055.2433,007900,86937368.5918,,0.0,009300,007900,20279.0326166,52202,179846,hub,hub,non_hub,584497.239363,4510904.39701,583817.969395,4510248.87788
+8224,8224,662,174.0,007900,,40.738916514,-74.007286026,155.0,009400,40.75320159,-73.9779874,1305.77422867,29,4406,16,2904,009400,299218147.811,007900,86937368.5918,,0.0,009400,007900,20279.0326166,82147,179846,hub,hub,non_hub,586273.319314,4511863.01244,583817.969395,4510248.87788
+8225,8225,1425,174.0,007900,,40.738916514,-74.007286026,255.0,009500,40.746647,-73.993915,690.044057017,3425,4406,1416,2904,009500,129660033.725,007900,86937368.5918,,0.0,009500,007900,20279.0326166,57488,179846,hub,hub,non_hub,584937.108907,4511119.86954,583817.969395,4510248.87788
+8226,8226,550,522.0,007900,,40.738916514,-74.007286026,700.0,009600,40.7560564771,-73.9803786775,1235.42437547,153,4406,268,2904,009600,270304841.585,007900,86937368.5918,,0.0,009600,007900,20279.0326166,71527,179846,hub,hub,non_hub,586067.774019,4512177.57791,583817.969395,4510248.87788
+8227,8227,3189,522.0,007900,,40.738916514,-74.007286026,495.0,009700,40.7493616033,-73.9991321067,652.689371065,4744,4406,2827,2904,009700,83018263.1602,007900,86937368.5918,,0.0,009700,007900,20279.0326166,118804,179846,hub,hub,hub,584493.220017,4511416.17434,583817.969395,4510248.87788
+8228,8228,133,348.0,007900,,40.738916514,-74.007286026,350.0,009800,40.755285655,-73.96667288,1668.07364662,7105,4406,5244,2904,009800,115943808.909,007900,86937368.5918,,0.0,009800,007900,20279.0326166,40039,179846,hub,hub,non_hub,587225.727282,4512105.54383,583817.969395,4510248.87788
+8229,8229,5061,870.0,007900,,40.738916514,-74.007286026,925.0,009900,40.7520807866,-74.0031899092,764.811884343,3617,4406,2438,2904,009900,404439511.776,007900,86937368.5918,,0.0,009900,007900,20279.0326166,208076,179846,hub,hub,hub,584147.226991,4511714.12465,583817.969395,4510248.87788
+8230,8230,361,522.0,007900,,40.738916514,-74.007286026,605.0,010000,40.7583696933,-73.9710287767,1503.77902953,1829,4406,1399,2904,010000,366457143.613,007900,86937368.5918,,0.0,010000,007900,20279.0326166,72085,179846,hub,hub,non_hub,586854.014885,4512443.57459,583817.969395,4510248.87788
+8231,8231,1261,522.0,007900,,40.738916514,-74.007286026,635.0,010100,40.74945622,-73.9903382667,886.874267956,1119,4406,828,2904,010100,246168211.101,007900,86937368.5918,,0.0,010100,007900,20279.0326166,183377,179846,hub,hub,non_hub,585235.486219,4511435.18064,583817.969395,4510248.87788
+8232,8232,302,348.0,007900,,40.738916514,-74.007286026,405.0,010200,40.7606694,-73.973473555,1435.80416574,313,4406,268,2904,010200,333450202.294,007900,86937368.5918,,0.0,010200,007900,20279.0326166,46675,179846,hub,hub,non_hub,586644.664817,4512696.44233,583817.969395,4510248.87788
+8233,8233,3698,348.0,007900,,40.738916514,-74.007286026,490.0,010300,40.751000495,-73.994372255,744.820873706,1859,4406,1351,2904,010300,141506056.87,007900,86937368.5918,,0.0,010300,007900,20279.0326166,221593,179846,hub,hub,hub,584892.968075,4511602.69644,583817.969395,4510248.87788
+8234,8234,498,348.0,007900,,40.738916514,-74.007286026,375.0,010400,40.761664375,-73.976854975,1236.16541359,1031,4406,1033,2904,010400,363981333.295,007900,86937368.5918,,0.0,010400,007900,20279.0326166,65073,179846,hub,hub,non_hub,586357.961325,4512803.55852,583817.969395,4510248.87788
+8235,8235,89,174.0,007900,,40.738916514,-74.007286026,165.0,010602,40.75849116,-73.95920622,1886.07471989,4794,4406,2963,2904,010602,67980898.3739,007900,86937368.5918,,0.0,010602,007900,20279.0326166,22153,179846,hub,hub,non_hub,587851.796682,4512468.82754,583817.969395,4510248.87788
+8236,8236,307,522.0,007900,,40.738916514,-74.007286026,585.0,010800,40.7591736033,-73.96613818,1832.53442304,8531,4406,6272,2904,010800,189351523.799,007900,86937368.5918,,0.0,010800,007900,20279.0326166,79198,179846,hub,hub,non_hub,587265.778542,4512537.66689,583817.969395,4510248.87788
+8237,8237,638,348.0,007900,,40.738916514,-74.007286026,570.0,010900,40.751351715,-73.987594755,952.274762863,182,4406,92,2904,010900,228173063.011,007900,86937368.5918,,0.0,010900,007900,20279.0326166,60092,179846,hub,hub,non_hub,585464.669441,4511648.26242,583817.969395,4510248.87788
+8238,8238,303,174.0,007900,,40.738916514,-74.007286026,295.0,011201,40.7643971,-73.97371465,1651.73044786,827,4406,964,2904,011201,118515444.187,007900,86937368.5918,,0.0,011201,007900,20279.0326166,41525,179846,hub,hub,non_hub,586619.474659,4513110.00718,583817.969395,4510248.87788
+8239,8239,139,174.0,007900,,40.738916514,-74.007286026,165.0,011203,40.76095756,-73.96724467,1733.26778944,1176,4406,1160,2904,011203,143782379.009,007900,86937368.5918,,0.0,011203,007900,20279.0326166,48033,179846,hub,hub,non_hub,587170.050102,4512734.59972,583817.969395,4510248.87788
+8240,8240,2216,696.0,007900,,40.738916514,-74.007286026,990.0,011300,40.7548008425,-73.9888010575,1003.41607888,204,4406,107,2904,011300,357940519.061,007900,86937368.5918,,0.0,011300,007900,20279.0326166,236650,179846,hub,hub,non_hub,585358.423228,4512029.96675,583817.969395,4510248.87788
+8241,8241,2124,348.0,007900,,40.738916514,-74.007286026,410.0,011500,40.75701407,-73.992353645,922.388841284,2487,4406,1678,2904,011500,130958459.747,007900,86937368.5918,,0.0,011500,007900,20279.0326166,103294,179846,hub,hub,non_hub,585055.712647,4512272.20178,583817.969395,4510248.87788
+8242,8242,2738,348.0,007900,,40.738916514,-74.007286026,420.0,011700,40.76058799,-74.00080945,949.052209564,2938,4406,2304,2904,011700,91270705.1484,007900,86937368.5918,,0.0,011700,007900,20279.0326166,73016,179846,hub,hub,non_hub,584337.427395,4512660.77158,583817.969395,4510248.87788
+8243,8243,315,174.0,007900,,40.738916514,-74.007286026,170.0,011900,40.7568001,-73.98291153,1218.22776466,1079,4406,1121,2904,011900,395254501.74,007900,86937368.5918,,0.0,011900,007900,20279.0326166,39976,179846,hub,hub,non_hub,585853.012005,4512257.64444,583817.969395,4510248.87788
+8244,8244,2317,522.0,007900,,40.738916514,-74.007286026,545.0,012100,40.7598593767,-73.9914900133,1030.05529735,8366,4406,5744,2904,012100,101223732.045,007900,86937368.5918,,0.0,012100,007900,20279.0326166,132767,179846,hub,hub,non_hub,585124.983126,4512588.88932,583817.969395,4510248.87788
+8245,8245,300,174.0,007900,,40.738916514,-74.007286026,255.0,012500,40.76064679,-73.98442659,1198.03422616,2439,4406,2096,2904,012500,322911522.418,007900,86937368.5918,,0.0,012500,007900,20279.0326166,45486,179846,hub,hub,non_hub,585720.180916,4512683.17447,583817.969395,4510248.87788
+8246,8246,1146,348.0,007900,,40.738916514,-74.007286026,420.0,012700,40.762485435,-73.990447135,1114.26673872,6437,4406,4434,2904,012700,104637996.687,007900,86937368.5918,,0.0,012700,007900,20279.0326166,83393,179846,hub,hub,non_hub,585209.656415,4512881.41361,583817.969395,4510248.87788
+8247,8247,729,174.0,007900,,40.738916514,-74.007286026,120.0,012900,40.76341379,-73.99667444,1071.99790725,5312,4406,3621,2904,012900,158698340.053,007900,86937368.5918,,0.0,012900,007900,20279.0326166,28661,179846,hub,hub,non_hub,584682.864463,4512978.43901,583817.969395,4510248.87788
+8248,8248,797,522.0,007900,,40.738916514,-74.007286026,800.0,013100,40.7621295133,-73.98215453,1298.07637277,2489,4406,2283,2904,013100,405023451.28,007900,86937368.5918,,0.0,013100,007900,20279.0326166,107228,179846,hub,hub,non_hub,585910.04945,4512849.98999,583817.969395,4510248.87788
+8249,8249,1206,522.0,007900,,40.738916514,-74.007286026,505.0,013300,40.7647250567,-73.9866537633,1225.08376942,5363,4406,3909,2904,013300,79847412.2593,007900,86937368.5918,,0.0,013300,007900,20279.0326166,89810,179846,hub,hub,non_hub,585526.963405,4513133.71926,583817.969395,4510248.87788
+8250,8250,1821,348.0,007900,,40.738916514,-74.007286026,325.0,013500,40.766984435,-73.99227308,1120.83370686,6075,4406,3935,2904,013500,198199142.958,007900,86937368.5918,,0.0,013500,007900,20279.0326166,64723,179846,hub,hub,non_hub,585049.80204,4513379.06475,583817.969395,4510248.87788
+8251,8251,996,348.0,007900,,40.738916514,-74.007286026,490.0,013700,40.766109285,-73.981808355,1415.5302938,6557,4406,5442,2904,013700,314878324.419,007900,86937368.5918,,0.0,013700,007900,20279.0326166,91142,179846,hub,hub,non_hub,585934.141665,4513292.1137,583817.969395,4510248.87788
+8252,8252,289,174.0,007900,,40.738916514,-74.007286026,135.0,013900,40.768254,-73.988639,1283.29038954,7607,4406,7359,2904,013900,139918084.587,007900,86937368.5918,,0.0,013900,007900,20279.0326166,26390,179846,hub,hub,non_hub,585354.890073,4513523.52534,583817.969395,4510248.87788
+8253,8253,151,174.0,007900,,40.738916514,-74.007286026,245.0,014300,40.76590936,-73.97634151,1556.14862863,3,4406,0,2904,014300,50027992.3322,007900,86937368.5918,,0.0,014300,007900,20279.0326166,21051,179846,hub,hub,non_hub,586395.803012,4513275.28949,583817.969395,4510248.87788
+8254,8254,919,174.0,007900,,40.738916514,-74.007286026,180.0,014500,40.76915505,-73.98191841,1568.65105502,5811,4406,3462,2904,014500,253397343.373,007900,86937368.5918,,0.0,014500,007900,20279.0326166,68350,179846,hub,hub,non_hub,585920.929601,4513630.10902,583817.969395,4510248.87788
+8255,8255,689,174.0,007900,,40.738916514,-74.007286026,275.0,014700,40.770513,-73.988038,1322.47311132,2586,4406,1743,2904,014700,70871746.8417,007900,86937368.5918,,0.0,014700,007900,20279.0326166,35099,179846,hub,hub,non_hub,585402.720353,4513774.87644,583817.969395,4510248.87788
+8256,8256,567,174.0,007900,,40.738916514,-74.007286026,180.0,015100,40.771522,-73.990541,1294.54604119,8105,4406,4856,2904,015100,164953931.102,007900,86937368.5918,,0.0,015100,007900,20279.0326166,17578,179846,hub,hub,non_hub,585190.192062,4513884.4495,583817.969395,4510248.87788
+8257,8257,8064,348.0,007900,,40.738916514,-74.007286026,350.0,031703,40.71644312,-74.014902115,889.781876415,8670,4406,4231,2904,031703,332361109.355,007900,86937368.5918,,0.0,031703,007900,20279.0326166,136082,179846,hub,hub,hub,583202.897614,4507746.93647,583817.969395,4510248.87788
+8258,8258,3577,522.0,007900,,40.738916514,-74.007286026,490.0,031704,40.7085171733,-74.0165557667,1211.79330721,6610,4406,3790,2904,031704,160823714.408,007900,86937368.5918,,0.0,031704,007900,20279.0326166,105244,179846,hub,hub,hub,583073.076824,4506865.54027,583817.969395,4510248.87788
+8259,8259,274,522.0,007900,,40.738916514,-74.007286026,425.0,000600,40.7128987867,-73.9898646367,1471.80752741,11558,4406,4083,2904,000600,59149181.7526,007900,86937368.5918,,0.0,000600,007900,20279.0326166,70053,179846,hub,hub,non_hub,585322.159723,4507377.5136,583817.969395,4510248.87788
+8260,8260,196,213.0,008000,,40.7485693,-73.97717991,108.0,000202,40.71318002,-73.9818904933,1541.47189268,8012,4946,3598,3730,000202,37878157.9781,008000,197763821.532,,0.0,000202,008000,16211.9013611,56352,72122,hub,hub,non_hub,585995.353038,4507416.50937,586347.477591,4511349.58844
+8261,8261,812,497.0,008000,,40.7485693,-73.97717991,516.0,000700,40.70581148,-74.0081572071,1776.08734242,7722,4946,5201,3730,000700,476954959.734,008000,197763821.532,,0.0,000700,008000,16211.9013611,160040,72122,hub,hub,non_hub,583785.918305,4506573.16797,586347.477591,4511349.58844
+8262,8262,32,142.0,008000,,40.7485693,-73.97717991,94.0,000800,40.712414475,-73.993471545,1539.67857143,10365,4946,4150,3730,000800,46479755.076,008000,197763821.532,,0.0,000800,008000,16211.9013611,34254,72122,hub,hub,non_hub,585018.109713,4507320.25418,586347.477591,4511349.58844
+8263,8263,108,213.0,008000,,40.7485693,-73.97717991,194.0,000900,40.7024745833,-74.01224785,1989.78231293,1140,4946,939,3730,000900,404341803.896,008000,197763821.532,,0.0,000900,008000,16211.9013611,46446,72122,hub,hub,non_hub,583444.520998,4506198.85784,586347.477591,4511349.58844
+8264,8264,114,71.0,008000,,40.7485693,-73.97717991,38.0,001002,40.71782143,-73.97628939,1185.97085523,6439,4946,2346,3730,001002,22763374.2099,008000,197763821.532,,0.0,001002,008000,16211.9013611,15916,72122,hub,hub,non_hub,586462.45635,4507937.23607,586347.477591,4511349.58844
+8265,8265,51,142.0,008000,,40.7485693,-73.97717991,92.0,001200,40.717364275,-73.982955325,1310.42679924,3547,4946,1857,3730,001200,23518220.7411,008000,197763821.532,,0.0,001200,008000,16211.9013611,36493,72122,hub,hub,non_hub,585900.031125,4507879.94738,586347.477591,4511349.58844
+8266,8266,28,71.0,008000,,40.7485693,-73.97717991,72.0,001300,40.70463334,-74.01361706,2123.03913043,3776,4946,3028,3730,001300,286606455.687,008000,197763821.532,,0.0,001300,008000,16211.9013611,27671,72122,hub,hub,non_hub,583326.158808,4506437.19368,586347.477591,4511349.58844
+8267,8267,33,71.0,008000,,40.7485693,-73.97717991,56.0,001401,40.71559509,-73.9870295,1325.36309524,3289,4946,1708,3730,001401,20168722.3199,008000,197763821.532,,0.0,001401,008000,16211.9013611,26885,72122,hub,hub,non_hub,585558.18429,4507679.57909,586347.477591,4511349.58844
+8268,8268,26,142.0,008000,,40.7485693,-73.97717991,134.0,001501,40.70966832,-74.003597135,1836.00892857,5581,4946,3450,3730,001501,172466366.322,008000,197763821.532,,0.0,001501,008000,16211.9013611,27425,72122,hub,hub,non_hub,584166.279828,4507005.66129,586347.477591,4511349.58844
+8269,8269,107,213.0,008000,,40.7485693,-73.97717991,246.0,001502,40.7088053467,-74.00635276,1826.80489598,7095,4946,3459,3730,001502,221282059.103,008000,197763821.532,,0.0,001502,008000,16211.9013611,82052,72122,hub,hub,non_hub,583934.59195,4506907.22889,586347.477591,4511349.58844
+8270,8270,264,213.0,008000,,40.7485693,-73.97717991,214.0,001600,40.7153350167,-73.9943926833,1421.44697598,8236,4946,3242,3730,001600,76565505.7581,008000,197763821.532,,0.0,001600,008000,16211.9013611,82798,72122,hub,hub,non_hub,584936.591099,4507643.5622,586347.477591,4511349.58844
+8271,8271,341,284.0,008000,,40.7485693,-73.97717991,308.0,001800,40.7193657075,-73.9906468425,1308.05891762,8063,4946,3489,3730,001800,60554858.5127,008000,197763821.532,,0.0,001800,008000,16211.9013611,133306,72122,hub,hub,non_hub,585247.838585,4508094.62497,586347.477591,4511349.58844
+8272,8272,79,142.0,008000,,40.7485693,-73.97717991,92.0,002000,40.721554605,-73.977309405,1202.97180014,4795,4946,1899,3730,002000,17907673.5628,008000,197763821.532,,0.0,002000,008000,16211.9013611,31656,72122,hub,hub,non_hub,586371.478696,4508350.63994,586347.477591,4511349.58844
+8273,8273,215,284.0,008000,,40.7485693,-73.97717991,204.0,002100,40.71451321,-74.0108850975,1568.93727596,6111,4946,3038,3730,002100,273869828.705,008000,197763821.532,,0.0,002100,008000,16211.9013611,151037,72122,hub,hub,non_hub,583544.598931,4507536.51732,586347.477591,4511349.58844
+8274,8274,55,142.0,008000,,40.7485693,-73.97717991,88.0,002201,40.71833027,-73.980972895,1306.52747845,6762,4946,3030,3730,002201,37585954.9949,008000,197763821.532,,0.0,002201,008000,16211.9013611,26391,72122,hub,hub,non_hub,586066.226443,4507989.12022,586347.477591,4511349.58844
+8275,8275,48,71.0,008000,,40.7485693,-73.97717991,62.0,002202,40.7208736,-73.98085795,1208.95644283,2256,4946,1045,3730,002202,13179093.8977,008000,197763821.532,,0.0,002202,008000,16211.9013611,23935,72122,hub,hub,non_hub,586072.658368,4508271.55961,586347.477591,4511349.58844
+8276,8276,137,142.0,008000,,40.7485693,-73.97717991,96.0,002400,40.724744875,-73.974986535,1328.8876717,5775,4946,2175,3730,002400,17986635.5592,008000,197763821.532,,0.0,002400,008000,16211.9013611,17965,72122,hub,hub,non_hub,586563.526382,4508707.06897,586347.477591,4511349.58844
+8277,8277,56,142.0,008000,,40.7485693,-73.97717991,124.0,002500,40.7111743,-73.99849582,1475.30128205,5061,4946,1917,3730,002500,22428407.6271,008000,197763821.532,,0.0,002500,008000,16211.9013611,28216,72122,hub,hub,non_hub,584595.28909,4507177.73549,586347.477591,4511349.58844
+8278,8278,68,71.0,008000,,40.7485693,-73.97717991,62.0,002601,40.72299208,-73.97995466,1150.0965035,3774,4946,1593,3730,002601,22248722.3098,008000,197763821.532,,0.0,002601,008000,16211.9013611,22144,72122,hub,hub,non_hub,586146.216204,4508507.61099,586347.477591,4511349.58844
+8279,8279,18,71.0,008000,,40.7485693,-73.97717991,54.0,002700,40.71307916,-73.99851193,1968.1,1191,4946,655,3730,002700,11349914.9514,008000,197763821.532,,0.0,002700,008000,16211.9013611,20570,72122,hub,hub,non_hub,584591.517275,4507389.17181,586347.477591,4511349.58844
+8280,8280,165,71.0,008000,,40.7485693,-73.97717991,64.0,002800,40.72521311,-73.97768752,988.625925926,7302,4946,3341,3730,002800,47641507.3146,008000,197763821.532,,0.0,002800,008000,16211.9013611,36744,72122,hub,hub,non_hub,586334.816403,4508756.38709,586347.477591,4511349.58844
+8281,8281,72,71.0,008000,,40.7485693,-73.97717991,86.0,002900,40.71602118,-73.99974372,1464.76315789,5855,4946,2420,3730,002900,200965547.24,008000,197763821.532,,0.0,002900,008000,16211.9013611,31936,72122,hub,hub,non_hub,584483.752153,4507714.56961,586347.477591,4511349.58844
+8282,8282,143,71.0,008000,,40.7485693,-73.97717991,70.0,003001,40.72066442,-73.98517977,1206.17513612,4301,4946,2553,3730,003001,34302720.7166,008000,197763821.532,,0.0,003001,008000,16211.9013611,41223,72122,hub,hub,non_hub,585707.91731,4508244.11218,586347.477591,4511349.58844
+8283,8283,172,71.0,008000,,40.7485693,-73.97717991,74.0,003002,40.72217444,-73.98368779,1147.86806723,3031,4946,1885,3730,003002,18686109.2263,008000,197763821.532,,0.0,003002,008000,16211.9013611,38675,72122,hub,hub,non_hub,585831.986427,4508413.19181,586347.477591,4511349.58844
+8284,8284,140,213.0,008000,,40.7485693,-73.97717991,242.0,003100,40.7140617467,-74.0041933367,1657.3188659,2809,4946,858,3730,003100,145687012.574,008000,197763821.532,,0.0,003100,008000,16211.9013611,81469,72122,hub,hub,non_hub,584110.388584,4507492.78891,586347.477591,4511349.58844
+8285,8285,560,213.0,008000,,40.7485693,-73.97717991,200.0,003200,40.7260543867,-73.9823576167,1003.1660625,7630,4946,4888,3730,003200,46369492.482,008000,197763821.532,,0.0,003200,008000,16211.9013611,138064,72122,hub,hub,non_hub,585939.335766,4508845.19329,586347.477591,4511349.58844
+8286,8286,149,355.0,008000,,40.7485693,-73.97717991,346.0,003300,40.7188178129,-74.0063431094,1592.34598039,5174,4946,2694,3730,003300,215459582.054,008000,197763821.532,,0.0,003300,008000,16211.9013611,115059,72122,hub,hub,non_hub,583922.832913,4508018.68679,586347.477591,4511349.58844
+8287,8287,279,71.0,008000,,40.7485693,-73.97717991,78.0,003400,40.72955361,-73.98057249,844.031349889,6706,4946,4203,3730,003400,42933229.7541,008000,197763821.532,,0.0,003400,008000,16211.9013611,47926,72122,hub,hub,non_hub,586085.581298,4509235.37985,586347.477591,4511349.58844
+8288,8288,218,142.0,008000,,40.7485693,-73.97717991,132.0,003601,40.72217423,-73.990293175,1118.25280885,3299,4946,1613,3730,003601,29191583.8104,008000,197763821.532,,0.0,003601,008000,16211.9013611,77585,72122,hub,hub,non_hub,585274.124459,4508406.73315,586347.477591,4511349.58844
+8289,8289,291,142.0,008000,,40.7485693,-73.97717991,124.0,003602,40.724852985,-73.989265345,1062.57296158,2918,4946,1586,3730,003602,24941258.1161,008000,197763821.532,,0.0,003602,008000,16211.9013611,82124,72122,hub,hub,non_hub,585357.507872,4508705.09166,586347.477591,4511349.58844
+8290,8290,320,284.0,008000,,40.7485693,-73.97717991,296.0,003700,40.7256696075,-74.0052069325,1327.1966994,2401,4946,1490,3730,003700,212385639.924,008000,197763821.532,,0.0,003700,008000,16211.9013611,173333,72122,hub,hub,non_hub,584010.178026,4508780.36793,586347.477591,4511349.58844
+8291,8291,657,284.0,008000,,40.7485693,-73.97717991,320.0,003800,40.72765889,-73.988195855,983.473388628,8610,4946,5795,3730,003800,67437493.5221,008000,197763821.532,,0.0,003800,008000,16211.9013611,167230,72122,hub,hub,non_hub,585444.239635,4509017.60641,586347.477591,4511349.58844
+8292,8292,114,284.0,008000,,40.7485693,-73.97717991,212.0,003900,40.7201717475,-74.00983051,1565.64915271,5253,4946,3059,3730,003900,194910113.03,008000,197763821.532,,0.0,003900,008000,16211.9013611,113624,72122,hub,hub,non_hub,583626.593058,4508165.65565,586347.477591,4511349.58844
+8293,8293,592,142.0,008000,,40.7485693,-73.97717991,132.0,004000,40.73000573,-73.98549552,890.476329828,9801,4946,4546,3730,004000,66858387.5133,008000,197763821.532,,0.0,004000,008000,16211.9013611,99660,72122,hub,hub,non_hub,585669.269443,4509280.75306,586347.477591,4511349.58844
+8294,8294,324,142.0,008000,,40.7485693,-73.97717991,128.0,004100,40.7195529,-73.996789035,1336.24906537,7793,4946,3765,3730,004100,71738983.3617,008000,197763821.532,,0.0,004100,008000,16211.9013611,114685,72122,hub,hub,non_hub,584728.836557,4508109.46034,586347.477591,4511349.58844
+8295,8295,458,71.0,008000,,40.7485693,-73.97717991,70.0,004200,40.73223272,-73.98889957,850.668147642,4988,4946,1801,3730,004200,39941846.3325,008000,197763821.532,,0.0,004200,008000,16211.9013611,50846,72122,hub,hub,non_hub,585378.96492,4509524.64843,586347.477591,4511349.58844
+8296,8296,250,142.0,008000,,40.7485693,-73.97717991,134.0,004300,40.723870235,-73.995226525,1113.80115416,4267,4946,2598,3730,004300,65935514.1184,008000,197763821.532,,0.0,004300,008000,16211.9013611,95162,72122,hub,hub,non_hub,584855.320992,4508590.22212,586347.477591,4511349.58844
+8297,8297,1144,142.0,008000,,40.7485693,-73.97717991,120.0,004400,40.73080269,-73.97968993,851.830479094,17710,4946,8297,3730,004400,114601147.016,008000,197763821.532,,0.0,004400,008000,16211.9013611,106427,72122,hub,hub,non_hub,586158.498991,4509374.90208,586347.477591,4511349.58844
+8298,8298,76,71.0,008000,,40.7485693,-73.97717991,54.0,004500,40.71910537,-73.99973337,1290.8781362,840,4946,582,3730,004500,52009114.8865,008000,197763821.532,,0.0,004500,008000,16211.9013611,34275,72122,hub,hub,non_hub,584480.726971,4508056.94497,586347.477591,4511349.58844
+8299,8299,29,71.0,008000,,40.7485693,-73.97717991,78.0,004700,40.72165481,-74.00234737,1421.21717172,2267,4946,1586,3730,004700,75477587.1594,008000,197763821.532,,0.0,004700,008000,16211.9013611,27544,72122,hub,hub,non_hub,584256.734795,4508337.43837,586347.477591,4511349.58844
+8300,8300,989,71.0,008000,,40.7485693,-73.97717991,70.0,004800,40.73624527,-73.98473765,540.440005502,7550,4946,3799,3730,004800,74763044.6965,008000,197763821.532,,0.0,004800,008000,16211.9013611,42567,72122,hub,hub,non_hub,585725.258797,4509974.12516,586347.477591,4511349.58844
+8301,8301,112,142.0,008000,,40.7485693,-73.97717991,146.0,004900,40.724268615,-74.000521515,1304.47115385,4951,4946,3054,3730,004900,103848670.177,008000,197763821.532,,0.0,004900,008000,16211.9013611,80152,72122,hub,hub,non_hub,584407.63728,4508629.34168,586347.477591,4511349.58844
+8302,8302,1326,213.0,008000,,40.7485693,-73.97717991,186.0,005000,40.7359163467,-73.9873427633,675.190944188,5061,4946,3595,3730,005000,120638459.215,008000,197763821.532,,0.0,005000,008000,16211.9013611,111023,72122,hub,hub,non_hub,585505.709717,4509935.07175,586347.477591,4511349.58844
+8303,8303,1077,142.0,008000,,40.7485693,-73.97717991,212.0,005200,40.73715585,-73.991241315,763.95550375,4193,4946,1785,3730,005200,109103391.81,008000,197763821.532,,0.0,005200,008000,16211.9013611,159876,72122,hub,hub,non_hub,585174.941656,4510068.87544,586347.477591,4511349.58844
+8304,8304,369,71.0,008000,,40.7485693,-73.97717991,94.0,005400,40.73971301,-73.99456405,889.787299909,4656,4946,2837,3730,005400,128803552.888,008000,197763821.532,,0.0,005400,008000,16211.9013611,73728,72122,hub,hub,non_hub,584891.129718,4510349.51956,586347.477591,4511349.58844
+8305,8305,96,71.0,008000,,40.7485693,-73.97717991,60.0,005501,40.72679454,-73.99695094,1156.59003497,5079,4946,2483,3730,005501,61061928.4125,008000,197763821.532,,0.0,005501,008000,16211.9013611,57258,72122,hub,hub,non_hub,584705.980012,4508913.17477,586347.477591,4511349.58844
+8306,8306,273,71.0,008000,,40.7485693,-73.97717991,54.0,005502,40.72743423,-73.99379025,973.080182813,2383,4946,1262,3730,005502,49017118.6146,008000,197763821.532,,0.0,005502,008000,16211.9013611,55117,72122,hub,hub,non_hub,584972.085912,4508987.23863,586347.477591,4511349.58844
+8307,8307,965,142.0,008000,,40.7485693,-73.97717991,190.0,005600,40.74065347,-73.98778661,598.932578747,2618,4946,2190,3730,005600,189153355.609,008000,197763821.532,,0.0,005600,008000,16211.9013611,113209,72122,hub,hub,non_hub,585462.168743,4510460.49357,586347.477591,4511349.58844
+8308,8308,596,142.0,008000,,40.7485693,-73.97717991,164.0,005700,40.729662915,-73.992405595,871.952789845,2937,4946,1789,3730,005700,90178032.7137,008000,197763821.532,,0.0,005700,008000,16211.9013611,156896,72122,hub,hub,non_hub,585086.179601,4509235.9788,586347.477591,4511349.58844
+8309,8309,1278,142.0,008000,,40.7485693,-73.97717991,174.0,005800,40.743154205,-73.990299735,687.385613835,3182,4946,2306,3730,005800,164037511.755,008000,197763821.532,,0.0,005800,008000,16211.9013611,130970,72122,hub,hub,non_hub,585246.786708,4510735.64918,586347.477591,4511349.58844
+8310,8310,165,71.0,008000,,40.7485693,-73.97717991,62.0,005900,40.73049393,-73.9957214,1093.8590466,5516,4946,3276,3730,005900,71785177.1361,008000,197763821.532,,0.0,005900,008000,16211.9013611,53180,72122,hub,hub,non_hub,584805.117402,4509325.01914,586347.477591,4511349.58844
+8311,8311,1260,142.0,008000,,40.7485693,-73.97717991,126.0,006000,40.734822295,-73.976916765,728.800427987,5286,4946,2459,3730,006000,27468182.8943,008000,197763821.532,,0.0,006000,008000,16211.9013611,80462,72122,hub,hub,non_hub,586387.478737,4509823.83141,586347.477591,4511349.58844
+8312,8312,955,284.0,008000,,40.7485693,-73.97717991,282.0,006100,40.73385254,-73.992357065,890.952698367,4913,4946,2683,3730,006100,91682014.33,008000,197763821.532,,0.0,006100,008000,16211.9013611,245510,72122,hub,hub,non_hub,585084.940162,4509701.10308,586347.477591,4511349.58844
+8313,8313,524,71.0,008000,,40.7485693,-73.97717991,60.0,006200,40.7381765,-73.97738662,583.552314494,4680,4946,1401,3730,006200,231817485.533,008000,197763821.532,,0.0,006200,008000,16211.9013611,33218,72122,hub,hub,non_hub,586343.467107,4510195.70961,586347.477591,4511349.58844
+8314,8314,373,213.0,008000,,40.7485693,-73.97717991,198.0,006300,40.7346940933,-73.99785666,1050.85735811,6076,4946,4277,3730,006300,85447631.8451,008000,197763821.532,,0.0,006300,008000,16211.9013611,120233,72122,hub,hub,non_hub,584619.48321,4509789.20591,586347.477591,4511349.58844
+8315,8315,415,71.0,008000,,40.7485693,-73.97717991,78.0,006400,40.73587678,-73.98205027,727.139964136,7518,4946,5058,3730,006400,95664936.1545,008000,197763821.532,,0.0,006400,008000,16211.9013611,47750,72122,hub,hub,non_hub,585952.649806,4509935.84788,586347.477591,4511349.58844
+8316,8316,320,213.0,008000,,40.7485693,-73.97717991,212.0,006500,40.7306296367,-73.9991423,1172.87405257,6517,4946,3568,3730,006500,59290910.3694,008000,197763821.532,,0.0,006500,008000,16211.9013611,125356,72122,hub,hub,non_hub,584516.067395,4509336.78488,586347.477591,4511349.58844
+8317,8317,1180,142.0,008000,,40.7485693,-73.97717991,164.0,006600,40.739285505,-73.97827188,512.349494194,11780,4946,6818,3730,006600,84730469.4548,008000,197763821.532,,0.0,006600,008000,16211.9013611,74621,72122,hub,hub,non_hub,586267.286922,4510317.94668,586347.477591,4511349.58844
+8318,8318,236,71.0,008000,,40.7485693,-73.97717991,78.0,006700,40.73038599,-74.00214988,1304.22689404,4984,4946,3796,3730,006700,47238039.9972,008000,197763821.532,,0.0,006700,008000,16211.9013611,70025,72122,hub,hub,non_hub,584262.399901,4509306.84766,586347.477591,4511349.58844
+8319,8319,1198,71.0,008000,,40.7485693,-73.97717991,78.0,006800,40.74025878,-73.98409214,475.806493455,6735,4946,4494,3730,006800,130298431.446,008000,197763821.532,,0.0,006800,008000,16211.9013611,58926,72122,hub,hub,non_hub,585774.608423,4510420.28363,586347.477591,4511349.58844
+8320,8320,272,142.0,008000,,40.7485693,-73.97717991,134.0,006900,40.732319905,-74.0069291,1363.07688883,2687,4946,1484,3730,006900,61292499.9331,008000,197763821.532,,0.0,006900,008000,16211.9013611,130727,72122,hub,hub,non_hub,583856.38945,4509516.94969,586347.477591,4511349.58844
+8321,8321,2767,213.0,008000,,40.7485693,-73.97717991,254.0,007000,40.7425400699,-73.9756628799,439.476024203,8302,4946,5669,3730,007000,78634704.8451,008000,197763821.532,,0.0,007000,008000,16211.9013611,145227,72122,hub,hub,non_hub,586483.359587,4510681.79388,586347.477591,4511349.58844
+8322,8322,203,142.0,008000,,40.7485693,-73.97717991,142.0,007100,40.736526545,-74.000108805,1046.8223546,5633,4946,3844,3730,007100,68447429.2743,008000,197763821.532,,0.0,007100,008000,16211.9013611,79459,72122,hub,hub,non_hub,584426.995774,4509990.4524,586347.477591,4511349.58844
+8323,8323,2559,213.0,008000,,40.7485693,-73.97717991,252.0,007200,40.7447014833,-73.98154809,410.791458579,7734,4946,5222,3730,007200,132092861.454,008000,197763821.532,,0.0,007200,008000,16211.9013611,157612,72122,hub,hub,non_hub,585983.687715,4510915.94446,586347.477591,4511349.58844
+8324,8324,266,142.0,008000,,40.7485693,-73.97717991,118.0,007300,40.734682705,-74.00388484,1123.55711397,5615,4946,4547,3730,007300,48716185.79,008000,197763821.532,,0.0,007300,008000,16211.9013611,92567,72122,hub,hub,non_hub,584110.479319,4509782.14883,586347.477591,4511349.58844
+8325,8325,1306,142.0,008000,,40.7485693,-73.97717991,172.0,007400,40.746413585,-73.98586892,478.039192262,4179,4946,2700,3730,007400,170614202.951,008000,197763821.532,,0.0,007400,008000,16211.9013611,81121,72122,hub,hub,non_hub,585616.696258,4511101.7763,586347.477591,4511349.58844
+8326,8326,1571,142.0,008000,,40.7485693,-73.97717991,138.0,007600,40.74737476,-73.988320695,553.485050542,2203,4946,1573,3730,007600,242014413.464,008000,197763821.532,,0.0,007600,008000,16211.9013611,97464,72122,hub,hub,non_hub,585408.475283,4511206.08492,586347.477591,4511349.58844
+8327,8327,194,71.0,008000,,40.7485693,-73.97717991,86.0,007700,40.7390169121,-74.0026376103,1111.54553191,5404,4946,4254,3730,007700,59306273.1509,008000,197763821.532,,0.0,007700,008000,16211.9013611,79025,72122,hub,hub,non_hub,584210.329106,4510264.47156,586347.477591,4511349.58844
+8328,8328,502,71.0,008000,,40.7485693,-73.97717991,78.0,007800,40.74780373,-73.9734419,405.442606774,7380,4946,5372,3730,007800,112124597.728,008000,197763821.532,,0.0,007800,008000,16211.9013611,59601,72122,hub,hub,non_hub,586664.043115,4511268.28888,586347.477591,4511349.58844
+8329,8329,347,355.0,008000,,40.7485693,-73.97717991,348.0,007900,40.738916514,-74.007286026,1290.24280246,4406,4946,2904,3730,007900,86937368.5918,008000,197763821.532,,0.0,007900,008000,16211.9013611,171846,72122,hub,hub,non_hub,583817.969395,4510248.87788,586347.477591,4511349.58844
+8330,8330,296,71.0,008000,,40.7485693,-73.97717991,78.0,008100,40.73935542,-73.99931783,1142.20885943,8675,4946,5315,3730,008100,91100400.6907,008000,197763821.532,,0.0,008100,008000,16211.9013611,53195,72122,hub,hub,non_hub,584490.204148,4510305.23824,586347.477591,4511349.58844
+8331,8331,3034,213.0,008000,,40.7485693,-73.97717991,350.0,008200,40.7519249891,-73.9793219585,330.788595507,3442,4946,2534,3730,008200,262405408.076,008000,197763821.532,,0.0,008200,008000,16211.9013611,228612,72122,hub,hub,hub,586162.308754,4511719.98924,586347.477591,4511349.58844
+8332,8332,530,284.0,008000,,40.7485693,-73.97717991,238.0,008300,40.742591315,-74.004102785,1111.0552552,4211,4946,2321,3730,008300,119862327.354,008000,197763821.532,,0.0,008300,008000,16211.9013611,186113,72122,hub,hub,non_hub,584082.11654,4510659.85081,586347.477591,4511349.58844
+8333,8333,447,71.0,008000,,40.7485693,-73.97717991,76.0,008400,40.75038009,-73.98338988,407.459411354,1726,4946,1041,3730,008400,147824461.739,008000,197763821.532,,0.0,008400,008000,16211.9013611,34199,72122,hub,hub,non_hub,585820.889203,4511544.50828,586347.477591,4511349.58844
+8334,8334,646,71.0,008000,,40.7485693,-73.97717991,86.0,008601,40.744219,-73.97121214,540.599575984,2551,4946,1528,3730,008601,31141773.9073,008000,197763821.532,,0.0,008601,008000,16211.9013611,31961,72122,hub,hub,non_hub,586856.951039,4510872.56191,586347.477591,4511349.58844
+8335,8335,948,142.0,008000,,40.7485693,-73.97717991,156.0,008700,40.74206378,-73.995708955,837.066182339,6671,4946,4249,3730,008700,85660216.7821,008000,197763821.532,,0.0,008700,008000,16211.9013611,152953,72122,hub,hub,non_hub,584791.475936,4510609.36503,586347.477591,4511349.58844
+8336,8336,418,142.0,008000,,40.7485693,-73.97717991,156.0,008800,40.75012189,-73.970133575,418.096281828,6964,4946,5507,3730,008800,216532475.876,008000,197763821.532,,0.0,008800,008000,16211.9013611,43247,72122,hub,hub,non_hub,586940.323322,4511528.89362,586347.477591,4511349.58844
+8337,8337,564,213.0,008000,,40.7485693,-73.97717991,240.0,008900,40.74529008,-74.0021768567,1047.865211,5560,4946,3511,3730,008900,54419260.2723,008000,197763821.532,,0.0,008900,008000,16211.9013611,158638,72122,hub,hub,non_hub,584241.316685,4510961.27944,586347.477591,4511349.58844
+8338,8338,1020,213.0,008000,,40.7485693,-73.97717991,220.0,009000,40.75261798,-73.9703317533,450.178010485,7026,4946,5832,3730,009000,208846060.851,008000,197763821.532,,0.0,009000,008000,16211.9013611,74531,72122,hub,hub,non_hub,586920.342162,4511805.78171,586347.477591,4511349.58844
+8339,8339,462,71.0,008000,,40.7485693,-73.97717991,78.0,009100,40.74487634,-73.99529885,793.29730992,6415,4946,4386,3730,009100,127325659.041,008000,197763821.532,,0.0,009100,008000,16211.9013611,63878,72122,hub,hub,non_hub,584822.527687,4510921.97538,586347.477591,4511349.58844
+8340,8340,852,142.0,008000,,40.7485693,-73.97717991,220.0,009200,40.7548518863,-73.9734329075,426.878378303,1754,4946,1461,3730,009200,408192557.246,008000,197763821.532,,0.0,009200,008000,16211.9013611,72226,72122,hub,hub,non_hub,586655.650548,4512050.69496,586347.477591,4511349.58844
+8341,8341,162,71.0,008000,,40.7485693,-73.97717991,78.0,009300,40.74475148,-73.99915362,1026.32088415,9705,4946,5585,3730,009300,68528055.2433,008000,197763821.532,,0.0,009300,008000,16211.9013611,52202,72122,hub,hub,non_hub,584497.239363,4510904.39701,586347.477591,4511349.58844
+8342,8342,461,71.0,008000,,40.7485693,-73.97717991,62.0,009400,40.75320159,-73.9779874,340.747143158,29,4946,16,3730,009400,299218147.811,008000,197763821.532,,0.0,009400,008000,16211.9013611,82147,72122,hub,hub,non_hub,586273.319314,4511863.01244,586347.477591,4511349.58844
+8343,8343,232,71.0,008000,,40.7485693,-73.97717991,102.0,009500,40.746647,-73.993915,769.90572647,3425,4946,1416,3730,009500,129660033.725,008000,197763821.532,,0.0,009500,008000,16211.9013611,57488,72122,hub,hub,non_hub,584937.108907,4511119.86954,586347.477591,4511349.58844
+8344,8344,986,213.0,008000,,40.7485693,-73.97717991,280.0,009600,40.7560335408,-73.9803575169,476.315096826,153,4946,268,3730,009600,270304841.585,008000,197763821.532,,0.0,009600,008000,16211.9013611,71527,72122,hub,hub,non_hub,586069.589829,4512175.05257,586347.477591,4511349.58844
+8345,8345,512,213.0,008000,,40.7485693,-73.97717991,198.0,009700,40.7493616033,-73.9991321067,926.209948219,4744,4946,2827,3730,009700,83018263.1602,008000,197763821.532,,0.0,009700,008000,16211.9013611,118804,72122,hub,hub,non_hub,584493.220017,4511416.17434,586347.477591,4511349.58844
+8346,8346,630,142.0,008000,,40.7485693,-73.97717991,140.0,009800,40.755285655,-73.96667288,542.644620527,7105,4946,5244,3730,009800,115943808.909,008000,197763821.532,,0.0,009800,008000,16211.9013611,40039,72122,hub,hub,non_hub,587225.727282,4512105.54383,586347.477591,4511349.58844
+8347,8347,1254,355.0,008000,,40.7485693,-73.97717991,370.0,009900,40.7520807866,-74.0031899092,909.082730589,3617,4946,2438,3730,009900,404439511.776,008000,197763821.532,,0.0,009900,008000,16211.9013611,208076,72122,hub,hub,non_hub,584147.226991,4511714.12465,586347.477591,4511349.58844
+8348,8348,1505,213.0,008000,,40.7485693,-73.97717991,242.0,010000,40.7583696933,-73.9710287767,489.549979682,1829,4946,1399,3730,010000,366457143.613,008000,197763821.532,,0.0,010000,008000,16211.9013611,72085,72122,hub,hub,non_hub,586854.014885,4512443.57459,586347.477591,4511349.58844
+8349,8349,3356,213.0,008000,,40.7485693,-73.97717991,254.0,010100,40.74945622,-73.9903382667,575.270763152,1119,4946,828,3730,010100,246168211.101,008000,197763821.532,,0.0,010100,008000,16211.9013611,183377,72122,hub,hub,hub,585235.486219,4511435.18064,586347.477591,4511349.58844
+8350,8350,565,142.0,008000,,40.7485693,-73.97717991,162.0,010200,40.7606694,-73.973473555,616.802494868,313,4946,268,3730,010200,333450202.294,008000,197763821.532,,0.0,010200,008000,16211.9013611,46675,72122,hub,hub,non_hub,586644.664817,4512696.44233,586347.477591,4511349.58844
+8351,8351,2906,142.0,008000,,40.7485693,-73.97717991,196.0,010300,40.751000495,-73.994372255,640.378153795,1859,4946,1351,3730,010300,141506056.87,008000,197763821.532,,0.0,010300,008000,16211.9013611,221593,72122,hub,hub,non_hub,584892.968075,4511602.69644,586347.477591,4511349.58844
+8352,8352,864,142.0,008000,,40.7485693,-73.97717991,150.0,010400,40.761664375,-73.976854975,652.410773906,1031,4946,1033,3730,010400,363981333.295,008000,197763821.532,,0.0,010400,008000,16211.9013611,65073,72122,hub,hub,non_hub,586357.961325,4512803.55852,586347.477591,4511349.58844
+8353,8353,301,71.0,008000,,40.7485693,-73.97717991,66.0,010602,40.75849116,-73.95920622,822.174893314,4794,4946,2963,3730,010602,67980898.3739,008000,197763821.532,,0.0,010602,008000,16211.9013611,22153,72122,hub,hub,non_hub,587851.796682,4512468.82754,586347.477591,4511349.58844
+8354,8354,1268,213.0,008000,,40.7485693,-73.97717991,234.0,010800,40.7591736033,-73.96613818,636.847685809,8531,4946,6272,3730,010800,189351523.799,008000,197763821.532,,0.0,010800,008000,16211.9013611,79198,72122,hub,hub,non_hub,587265.778542,4512537.66689,586347.477591,4511349.58844
+8355,8355,1053,142.0,008000,,40.7485693,-73.97717991,228.0,010900,40.751351715,-73.987594755,477.711365435,182,4946,92,3730,010900,228173063.011,008000,197763821.532,,0.0,010900,008000,16211.9013611,60092,72122,hub,hub,non_hub,585464.669441,4511648.26242,586347.477591,4511349.58844
+8356,8356,375,71.0,008000,,40.7485693,-73.97717991,118.0,011201,40.7643971,-73.97371465,804.030336341,827,4946,964,3730,011201,118515444.187,008000,197763821.532,,0.0,011201,008000,16211.9013611,41525,72122,hub,hub,non_hub,586619.474659,4513110.00718,586347.477591,4511349.58844
+8357,8357,863,71.0,008000,,40.7485693,-73.97717991,66.0,011203,40.76095756,-73.96724467,684.503861176,1176,4946,1160,3730,011203,143782379.009,008000,197763821.532,,0.0,011203,008000,16211.9013611,48033,72122,hub,hub,non_hub,587170.050102,4512734.59972,586347.477591,4511349.58844
+8358,8358,5191,284.0,008000,,40.7485693,-73.97717991,396.0,011300,40.7548008425,-73.9888010575,494.576806987,204,4946,107,3730,011300,357940519.061,008000,197763821.532,,0.0,011300,008000,16211.9013611,236650,72122,hub,hub,hub,585358.423228,4512029.96675,586347.477591,4511349.58844
+8359,8359,964,142.0,008000,,40.7485693,-73.97717991,164.0,011500,40.75701407,-73.992353645,674.738490433,2487,4946,1678,3730,011500,130958459.747,008000,197763821.532,,0.0,011500,008000,16211.9013611,103294,72122,hub,hub,non_hub,585055.712647,4512272.20178,586347.477591,4511349.58844
+8360,8360,307,142.0,008000,,40.7485693,-73.97717991,168.0,011700,40.76058799,-74.00080945,992.172300458,2938,4946,2304,3730,011700,91270705.1484,008000,197763821.532,,0.0,011700,008000,16211.9013611,73016,72122,hub,hub,non_hub,584337.427395,4512660.77158,586347.477591,4511349.58844
+8361,8361,761,71.0,008000,,40.7485693,-73.97717991,68.0,011900,40.7568001,-73.98291153,602.199296049,1079,4946,1121,3730,011900,395254501.74,008000,197763821.532,,0.0,011900,008000,16211.9013611,39976,72122,hub,hub,non_hub,585853.012005,4512257.64444,586347.477591,4511349.58844
+8362,8362,814,213.0,008000,,40.7485693,-73.97717991,218.0,012100,40.7598593767,-73.9914900133,853.191838628,8366,4946,5744,3730,012100,101223732.045,008000,197763821.532,,0.0,012100,008000,16211.9013611,132767,72122,hub,hub,non_hub,585124.983126,4512588.88932,586347.477591,4511349.58844
+8363,8363,406,71.0,008000,,40.7485693,-73.97717991,102.0,012500,40.76064679,-73.98442659,745.153060375,2439,4946,2096,3730,012500,322911522.418,008000,197763821.532,,0.0,012500,008000,16211.9013611,45486,72122,hub,hub,non_hub,585720.180916,4512683.17447,586347.477591,4511349.58844
+8364,8364,383,142.0,008000,,40.7485693,-73.97717991,168.0,012700,40.762485435,-73.990447135,889.03358496,6437,4946,4434,3730,012700,104637996.687,008000,197763821.532,,0.0,012700,008000,16211.9013611,83393,72122,hub,hub,non_hub,585209.656415,4512881.41361,586347.477591,4511349.58844
+8365,8365,197,71.0,008000,,40.7485693,-73.97717991,48.0,012900,40.76341379,-73.99667444,967.99184953,5312,4946,3621,3730,012900,158698340.053,008000,197763821.532,,0.0,012900,008000,16211.9013611,28661,72122,hub,hub,non_hub,584682.864463,4512978.43901,586347.477591,4511349.58844
+8366,8366,1187,213.0,008000,,40.7485693,-73.97717991,320.0,013100,40.7621295133,-73.98215453,769.187257592,2489,4946,2283,3730,013100,405023451.28,008000,197763821.532,,0.0,013100,008000,16211.9013611,107228,72122,hub,hub,non_hub,585910.04945,4512849.98999,586347.477591,4511349.58844
+8367,8367,560,213.0,008000,,40.7485693,-73.97717991,202.0,013300,40.7647250567,-73.9866537633,949.575999538,5363,4946,3909,3730,013300,79847412.2593,008000,197763821.532,,0.0,013300,008000,16211.9013611,89810,72122,hub,hub,non_hub,585526.963405,4513133.71926,586347.477591,4511349.58844
+8368,8368,263,142.0,008000,,40.7485693,-73.97717991,130.0,013500,40.766984435,-73.99227308,1028.78754388,6075,4946,3935,3730,013500,198199142.958,008000,197763821.532,,0.0,013500,008000,16211.9013611,64723,72122,hub,hub,non_hub,585049.80204,4513379.06475,586347.477591,4511349.58844
+8369,8369,571,142.0,008000,,40.7485693,-73.97717991,196.0,013700,40.766109285,-73.981808355,980.518621716,6557,4946,5442,3730,013700,314878324.419,008000,197763821.532,,0.0,013700,008000,16211.9013611,91142,72122,hub,hub,non_hub,585934.141665,4513292.1137,586347.477591,4511349.58844
+8370,8370,73,71.0,008000,,40.7485693,-73.97717991,54.0,013900,40.768254,-73.988639,1113.53467988,7607,4946,7359,3730,013900,139918084.587,008000,197763821.532,,0.0,013900,008000,16211.9013611,26390,72122,hub,hub,non_hub,585354.890073,4513523.52534,586347.477591,4511349.58844
+8371,8371,218,71.0,008000,,40.7485693,-73.97717991,98.0,014300,40.76590936,-73.97634151,874.101349044,3,4946,0,3730,014300,50027992.3322,008000,197763821.532,,0.0,014300,008000,16211.9013611,21051,72122,hub,hub,non_hub,586395.803012,4513275.28949,586347.477591,4511349.58844
+8372,8372,470,71.0,008000,,40.7485693,-73.97717991,72.0,014500,40.76915505,-73.98191841,1121.6469804,5811,4946,3462,3730,014500,253397343.373,008000,197763821.532,,0.0,014500,008000,16211.9013611,68350,72122,hub,hub,non_hub,585920.929601,4513630.10902,586347.477591,4511349.58844
+8373,8373,134,71.0,008000,,40.7485693,-73.97717991,110.0,014700,40.770513,-73.988038,1065.96544036,2586,4946,1743,3730,014700,70871746.8417,008000,197763821.532,,0.0,014700,008000,16211.9013611,35099,72122,hub,hub,non_hub,585402.720353,4513774.87644,586347.477591,4511349.58844
+8374,8374,96,71.0,008000,,40.7485693,-73.97717991,72.0,015100,40.771522,-73.990541,1348.78131868,8105,4946,4856,3730,015100,164953931.102,008000,197763821.532,,0.0,015100,008000,16211.9013611,17578,72122,hub,hub,non_hub,585190.192062,4513884.4495,586347.477591,4511349.58844
+8375,8375,208,142.0,008000,,40.7485693,-73.97717991,140.0,031703,40.71644312,-74.014902115,1759.02908714,8670,4946,4231,3730,031703,332361109.355,008000,197763821.532,,0.0,031703,008000,16211.9013611,136082,72122,hub,hub,non_hub,583202.897614,4507746.93647,586347.477591,4511349.58844
+8376,8376,72,213.0,008000,,40.7485693,-73.97717991,196.0,031704,40.7085171733,-74.0165557667,1948.74315476,6610,4946,3790,3730,031704,160823714.408,008000,197763821.532,,0.0,031704,008000,16211.9013611,105244,72122,hub,hub,non_hub,583073.076824,4506865.54027,586347.477591,4511349.58844
+8377,8377,102,213.0,008000,,40.7485693,-73.97717991,170.0,000600,40.7128987867,-73.9898646367,1569.18250124,11558,4946,4083,3730,000600,59149181.7526,008000,197763821.532,,0.0,000600,008000,16211.9013611,70053,72122,hub,hub,non_hub,585322.159723,4507377.5136,586347.477591,4511349.58844
+8378,8378,28,117.0,008100,,40.73935542,-73.99931783,54.0,000202,40.71318002,-73.9818904933,1493.74126984,8012,8675,3598,5315,000202,37878157.9781,008100,91100400.6907,008100,93280099.0,000202,008100,21649.7067974,56352,54269,hub,hub,non_hub,585995.353038,4507416.50937,584490.204148,4510305.23824
+8379,8379,217,273.0,008100,,40.73935542,-73.99931783,258.0,000700,40.70581148,-74.0081572071,1492.89676927,7722,8675,5201,5315,000700,476954959.734,008100,91100400.6907,008100,93280099.0,000700,008100,21649.7067974,160040,54269,hub,hub,non_hub,583785.918305,4506573.16797,584490.204148,4510305.23824
+8380,8380,13,78.0,008100,,40.73935542,-73.99931783,47.0,000800,40.712414475,-73.993471545,1652.22222222,10365,8675,4150,5315,000800,46479755.076,008100,91100400.6907,008100,93280099.0,000800,008100,21649.7067974,34254,54269,hub,hub,non_hub,585018.109713,4507320.25418,584490.204148,4510305.23824
+8381,8381,91,117.0,008100,,40.73935542,-73.99931783,97.0,000900,40.7024745833,-74.01224785,1584.34896277,1140,8675,939,5315,000900,404341803.896,008100,91100400.6907,008100,93280099.0,000900,008100,21649.7067974,46446,54269,hub,hub,non_hub,583444.520998,4506198.85784,584490.204148,4510305.23824
+8382,8382,18,39.0,008100,,40.73935542,-73.99931783,19.0,001002,40.71782143,-73.97628939,1293.88888889,6439,8675,2346,5315,001002,22763374.2099,008100,91100400.6907,008100,93280099.0,001002,008100,21649.7067974,15916,54269,hub,hub,non_hub,586462.45635,4507937.23607,584490.204148,4510305.23824
+8383,8383,55,78.0,008100,,40.73935542,-73.99931783,46.0,001200,40.717364275,-73.982955325,1124.97340426,3547,8675,1857,5315,001200,23518220.7411,008100,91100400.6907,008100,93280099.0,001200,008100,21649.7067974,36493,54269,hub,hub,non_hub,585900.031125,4507879.94738,584490.204148,4510305.23824
+8384,8384,49,39.0,008100,,40.73935542,-73.99931783,36.0,001300,40.70463334,-74.01361706,1701.34693878,3776,8675,3028,5315,001300,286606455.687,008100,91100400.6907,008100,93280099.0,001300,008100,21649.7067974,27671,54269,hub,hub,non_hub,583326.158808,4506437.19368,584490.204148,4510305.23824
+8385,8385,18,39.0,008100,,40.73935542,-73.99931783,28.0,001401,40.71559509,-73.9870295,1171.22222222,3289,8675,1708,5315,001401,20168722.3199,008100,91100400.6907,008100,93280099.0,001401,008100,21649.7067974,26885,54269,hub,hub,non_hub,585558.18429,4507679.57909,584490.204148,4510305.23824
+8386,8386,28,78.0,008100,,40.73935542,-73.99931783,67.0,001501,40.70966832,-74.003597135,1379.15128205,5581,8675,3450,5315,001501,172466366.322,008100,91100400.6907,008100,93280099.0,001501,008100,21649.7067974,27425,54269,hub,hub,non_hub,584166.279828,4507005.66129,584490.204148,4510305.23824
+8387,8387,74,117.0,008100,,40.73935542,-73.99931783,123.0,001502,40.7088053467,-74.00635276,1292.23625731,7095,8675,3459,5315,001502,221282059.103,008100,91100400.6907,008100,93280099.0,001502,008100,21649.7067974,82052,54269,hub,hub,non_hub,583934.59195,4506907.22889,584490.204148,4510305.23824
+8388,8388,41,117.0,008100,,40.73935542,-73.99931783,107.0,001600,40.7153350167,-73.9943926833,1179.38347763,8236,8675,3242,5315,001600,76565505.7581,008100,91100400.6907,008100,93280099.0,001600,008100,21649.7067974,82798,54269,hub,hub,non_hub,584936.591099,4507643.5622,584490.204148,4510305.23824
+8389,8389,216,156.0,008100,,40.73935542,-73.99931783,154.0,001800,40.7193657075,-73.9906468425,1093.96304321,8063,8675,3489,5315,001800,60554858.5127,008100,91100400.6907,008100,93280099.0,001800,008100,21649.7067974,133306,54269,hub,hub,non_hub,585247.838585,4508094.62497,584490.204148,4510305.23824
+8390,8390,109,78.0,008100,,40.73935542,-73.99931783,46.0,002000,40.721554605,-73.977309405,1142.14280914,4795,8675,1899,5315,002000,17907673.5628,008100,91100400.6907,008100,93280099.0,002000,008100,21649.7067974,31656,54269,hub,hub,non_hub,586371.478696,4508350.63994,584490.204148,4510305.23824
+8391,8391,338,156.0,008100,,40.73935542,-73.99931783,102.0,002100,40.71451321,-74.0108850975,1108.00913837,6111,8675,3038,5315,002100,273869828.705,008100,91100400.6907,008100,93280099.0,002100,008100,21649.7067974,151037,54269,hub,hub,non_hub,583544.598931,4507536.51732,584490.204148,4510305.23824
+8392,8392,20,78.0,008100,,40.73935542,-73.99931783,44.0,002201,40.71833027,-73.980972895,1272.76262626,6762,8675,3030,5315,002201,37585954.9949,008100,91100400.6907,008100,93280099.0,002201,008100,21649.7067974,26391,54269,hub,hub,non_hub,586066.226443,4507989.12022,584490.204148,4510305.23824
+8393,8393,23,39.0,008100,,40.73935542,-73.99931783,31.0,002202,40.7208736,-73.98085795,1055.17391304,2256,8675,1045,5315,002202,13179093.8977,008100,91100400.6907,008100,93280099.0,002202,008100,21649.7067974,23935,54269,hub,hub,non_hub,586072.658368,4508271.55961,584490.204148,4510305.23824
+8394,8394,20,78.0,008100,,40.73935542,-73.99931783,48.0,002400,40.724744875,-73.974986535,1090.44047619,5775,8675,2175,5315,002400,17986635.5592,008100,91100400.6907,008100,93280099.0,002400,008100,21649.7067974,17965,54269,hub,hub,non_hub,586563.526382,4508707.06897,584490.204148,4510305.23824
+8395,8395,19,78.0,008100,,40.73935542,-73.99931783,62.0,002500,40.7111743,-73.99849582,1214.68333333,5061,8675,1917,5315,002500,22428407.6271,008100,91100400.6907,008100,93280099.0,002500,008100,21649.7067974,28216,54269,hub,hub,non_hub,584595.28909,4507177.73549,584490.204148,4510305.23824
+8396,8396,15,39.0,008100,,40.73935542,-73.99931783,31.0,002601,40.72299208,-73.97995466,1026.26666667,3774,8675,1593,5315,002601,22248722.3098,008100,91100400.6907,008100,93280099.0,002601,008100,21649.7067974,22144,54269,hub,hub,non_hub,586146.216204,4508507.61099,584490.204148,4510305.23824
+8397,8397,6,39.0,008100,,40.73935542,-73.99931783,27.0,002700,40.71307916,-73.99851193,1249.83333333,1191,8675,655,5315,002700,11349914.9514,008100,91100400.6907,008100,93280099.0,002700,008100,21649.7067974,20570,54269,hub,hub,non_hub,584591.517275,4507389.17181,584490.204148,4510305.23824
+8398,8398,88,39.0,008100,,40.73935542,-73.99931783,32.0,002800,40.72521311,-73.97768752,1067.54545455,7302,8675,3341,5315,002800,47641507.3146,008100,91100400.6907,008100,93280099.0,002800,008100,21649.7067974,36744,54269,hub,hub,non_hub,586334.816403,4508756.38709,584490.204148,4510305.23824
+8399,8399,32,39.0,008100,,40.73935542,-73.99931783,43.0,002900,40.71602118,-73.99974372,1237.8125,5855,8675,2420,5315,002900,200965547.24,008100,91100400.6907,008100,93280099.0,002900,008100,21649.7067974,31936,54269,hub,hub,non_hub,584483.752153,4507714.56961,584490.204148,4510305.23824
+8400,8400,230,39.0,008100,,40.73935542,-73.99931783,35.0,003001,40.72066442,-73.98517977,1140.69130435,4301,8675,2553,5315,003001,34302720.7166,008100,91100400.6907,008100,93280099.0,003001,008100,21649.7067974,41223,54269,hub,hub,non_hub,585707.91731,4508244.11218,584490.204148,4510305.23824
+8401,8401,80,39.0,008100,,40.73935542,-73.99931783,37.0,003002,40.72217444,-73.98368779,997.8875,3031,8675,1885,5315,003002,18686109.2263,008100,91100400.6907,008100,93280099.0,003002,008100,21649.7067974,38675,54269,hub,hub,non_hub,585831.986427,4508413.19181,584490.204148,4510305.23824
+8402,8402,75,117.0,008100,,40.73935542,-73.99931783,121.0,003100,40.7140617467,-74.0041933367,1343.93995405,2809,8675,858,5315,003100,145687012.574,008100,91100400.6907,008100,93280099.0,003100,008100,21649.7067974,81469,54269,hub,hub,non_hub,584110.388584,4507492.78891,584490.204148,4510305.23824
+8403,8403,323,117.0,008100,,40.73935542,-73.99931783,100.0,003200,40.7260543867,-73.9823576167,900.025438596,7630,8675,4888,5315,003200,46369492.482,008100,91100400.6907,008100,93280099.0,003200,008100,21649.7067974,138064,54269,hub,hub,non_hub,585939.335766,4508845.19329,584490.204148,4510305.23824
+8404,8404,351,195.0,008100,,40.73935542,-73.99931783,173.0,003300,40.7188225545,-74.006332768,999.955958478,5174,8675,2694,5315,003300,215459582.054,008100,91100400.6907,008100,93280099.0,003300,008100,21649.7067974,115059,54269,hub,hub,non_hub,583923.700393,4508019.22303,584490.204148,4510305.23824
+8405,8405,111,39.0,008100,,40.73935542,-73.99931783,39.0,003400,40.72955361,-73.98057249,709.135135135,6706,8675,4203,5315,003400,42933229.7541,008100,91100400.6907,008100,93280099.0,003400,008100,21649.7067974,47926,54269,hub,hub,non_hub,586085.581298,4509235.37985,584490.204148,4510305.23824
+8406,8406,147,78.0,008100,,40.73935542,-73.99931783,66.0,003601,40.72217423,-73.990293175,983.273384183,3299,8675,1613,5315,003601,29191583.8104,008100,91100400.6907,008100,93280099.0,003601,008100,21649.7067974,77585,54269,hub,hub,non_hub,585274.124459,4508406.73315,584490.204148,4510305.23824
+8407,8407,205,78.0,008100,,40.73935542,-73.99931783,62.0,003602,40.724852985,-73.989265345,836.027173913,2918,8675,1586,5315,003602,24941258.1161,008100,91100400.6907,008100,93280099.0,003602,008100,21649.7067974,82124,54269,hub,hub,non_hub,585357.507872,4508705.09166,584490.204148,4510305.23824
+8408,8408,903,156.0,008100,,40.73935542,-73.99931783,148.0,003700,40.7256696075,-74.0052069325,728.81474867,2401,8675,1490,5315,003700,212385639.924,008100,91100400.6907,008100,93280099.0,003700,008100,21649.7067974,173333,54269,hub,hub,non_hub,584010.178026,4508780.36793,584490.204148,4510305.23824
+8409,8409,573,156.0,008100,,40.73935542,-73.99931783,160.0,003800,40.72765889,-73.988195855,784.413312485,8610,8675,5795,5315,003800,67437493.5221,008100,91100400.6907,008100,93280099.0,003800,008100,21649.7067974,167230,54269,hub,hub,non_hub,585444.239635,4509017.60641,584490.204148,4510305.23824
+8410,8410,341,156.0,008100,,40.73935542,-73.99931783,106.0,003900,40.7201717475,-74.00983051,1016.91950787,5253,8675,3059,5315,003900,194910113.03,008100,91100400.6907,008100,93280099.0,003900,008100,21649.7067974,113624,54269,hub,hub,non_hub,583626.593058,4508165.65565,584490.204148,4510305.23824
+8411,8411,330,78.0,008100,,40.73935542,-73.99931783,66.0,004000,40.73000573,-73.98549552,706.473469238,9801,8675,4546,5315,004000,66858387.5133,008100,91100400.6907,008100,93280099.0,004000,008100,21649.7067974,99660,54269,hub,hub,non_hub,585669.269443,4509280.75306,584490.204148,4510305.23824
+8412,8412,301,78.0,008100,,40.73935542,-73.99931783,64.0,004100,40.7195529,-73.996789035,979.385058824,7793,8675,3765,5315,004100,71738983.3617,008100,91100400.6907,008100,93280099.0,004100,008100,21649.7067974,114685,54269,hub,hub,non_hub,584728.836557,4508109.46034,584490.204148,4510305.23824
+8413,8413,215,39.0,008100,,40.73935542,-73.99931783,35.0,004200,40.73223272,-73.98889957,567.91627907,4988,8675,1801,5315,004200,39941846.3325,008100,91100400.6907,008100,93280099.0,004200,008100,21649.7067974,50846,54269,hub,hub,non_hub,585378.96492,4509524.64843,584490.204148,4510305.23824
+8414,8414,297,78.0,008100,,40.73935542,-73.99931783,67.0,004300,40.723870235,-73.995226525,818.95414966,4267,8675,2598,5315,004300,65935514.1184,008100,91100400.6907,008100,93280099.0,004300,008100,21649.7067974,95162,54269,hub,hub,non_hub,584855.320992,4508590.22212,584490.204148,4510305.23824
+8415,8415,359,78.0,008100,,40.73935542,-73.99931783,60.0,004400,40.73080269,-73.97968993,763.757029837,17710,8675,8297,5315,004400,114601147.016,008100,91100400.6907,008100,93280099.0,004400,008100,21649.7067974,106427,54269,hub,hub,non_hub,586158.498991,4509374.90208,584490.204148,4510305.23824
+8416,8416,62,39.0,008100,,40.73935542,-73.99931783,27.0,004500,40.71910537,-73.99973337,977.096774194,840,8675,582,5315,004500,52009114.8865,008100,91100400.6907,008100,93280099.0,004500,008100,21649.7067974,34275,54269,hub,hub,non_hub,584480.726971,4508056.94497,584490.204148,4510305.23824
+8417,8417,120,39.0,008100,,40.73935542,-73.99931783,39.0,004700,40.72165481,-74.00234737,1184.54166667,2267,8675,1586,5315,004700,75477587.1594,008100,91100400.6907,008100,93280099.0,004700,008100,21649.7067974,27544,54269,hub,hub,non_hub,584256.734795,4508337.43837,584490.204148,4510305.23824
+8418,8418,612,39.0,008100,,40.73935542,-73.99931783,35.0,004800,40.73624527,-73.98473765,611.929738562,7550,8675,3799,5315,004800,74763044.6965,008100,91100400.6907,008100,93280099.0,004800,008100,21649.7067974,42567,54269,hub,hub,non_hub,585725.258797,4509974.12516,584490.204148,4510305.23824
+8419,8419,473,78.0,008100,,40.73935542,-73.99931783,73.0,004900,40.724268615,-74.000521515,814.776659082,4951,8675,3054,5315,004900,103848670.177,008100,91100400.6907,008100,93280099.0,004900,008100,21649.7067974,80152,54269,hub,hub,non_hub,584407.63728,4508629.34168,584490.204148,4510305.23824
+8420,8420,840,117.0,008100,,40.73935542,-73.99931783,93.0,005000,40.7359163467,-73.9873427633,519.569740838,5061,8675,3595,5315,005000,120638459.215,008100,91100400.6907,008100,93280099.0,005000,008100,21649.7067974,111023,54269,hub,hub,non_hub,585505.709717,4509935.07175,584490.204148,4510305.23824
+8421,8421,2606,78.0,008100,,40.73935542,-73.99931783,106.0,005200,40.73715585,-73.991241315,344.445778791,4193,8675,1785,5315,005200,109103391.81,008100,91100400.6907,008100,93280099.0,005200,008100,21649.7067974,159876,54269,hub,hub,non_hub,585174.941657,4510068.87544,584490.204148,4510305.23824
+8422,8422,577,39.0,008100,,40.73935542,-73.99931783,47.0,005400,40.73971301,-73.99456405,349.70017331,4656,8675,2837,5315,005400,128803552.888,008100,91100400.6907,008100,93280099.0,005400,008100,21649.7067974,73728,54269,hub,hub,non_hub,584891.129718,4510349.51956,584490.204148,4510305.23824
+8423,8423,367,39.0,008100,,40.73935542,-73.99931783,30.0,005501,40.72679454,-73.99695094,704.983651226,5079,8675,2483,5315,005501,61061928.4125,008100,91100400.6907,008100,93280099.0,005501,008100,21649.7067974,57258,54269,hub,hub,non_hub,584705.980012,4508913.17477,584490.204148,4510305.23824
+8424,8424,269,39.0,008100,,40.73935542,-73.99931783,27.0,005502,40.72743423,-73.99379025,722.007434944,2383,8675,1262,5315,005502,49017118.6146,008100,91100400.6907,008100,93280099.0,005502,008100,21649.7067974,55117,54269,hub,hub,non_hub,584972.085912,4508987.23863,584490.204148,4510305.23824
+8425,8425,1442,78.0,008100,,40.73935542,-73.99931783,95.0,005600,40.74065347,-73.98778661,464.193465582,2618,8675,2190,5315,005600,189153355.609,008100,91100400.6907,008100,93280099.0,005600,008100,21649.7067974,113209,54269,hub,hub,non_hub,585462.168743,4510460.49357,584490.204148,4510305.23824
+8426,8426,893,78.0,008100,,40.73935542,-73.99931783,82.0,005700,40.729662915,-73.992405595,604.777515024,2937,8675,1789,5315,005700,90178032.7137,008100,91100400.6907,008100,93280099.0,005700,008100,21649.7067974,156896,54269,hub,hub,non_hub,585086.179601,4509235.9788,584490.204148,4510305.23824
+8427,8427,1411,78.0,008100,,40.73935542,-73.99931783,87.0,005800,40.743154205,-73.990299735,444.521801787,3182,8675,2306,5315,005800,164037511.755,008100,91100400.6907,008100,93280099.0,005800,008100,21649.7067974,130970,54269,hub,hub,non_hub,585246.786708,4510735.64918,584490.204148,4510305.23824
+8428,8428,349,39.0,008100,,40.73935542,-73.99931783,31.0,005900,40.73049393,-73.9957214,552.974212034,5516,8675,3276,5315,005900,71785177.1361,008100,91100400.6907,008100,93280099.0,005900,008100,21649.7067974,53180,54269,hub,hub,non_hub,584805.117402,4509325.01914,584490.204148,4510305.23824
+8429,8429,249,78.0,008100,,40.73935542,-73.99931783,63.0,006000,40.734822295,-73.976916765,868.938741935,5286,8675,2459,5315,006000,27468182.8943,008100,91100400.6907,008100,93280099.0,006000,008100,21649.7067974,80462,54269,hub,hub,non_hub,586387.478737,4509823.83141,584490.204148,4510305.23824
+8430,8430,1920,156.0,008100,,40.73935542,-73.99931783,141.0,006100,40.73385254,-73.992357065,436.264588793,4913,8675,2683,5315,006100,91682014.33,008100,91100400.6907,008100,93280099.0,006100,008100,21649.7067974,245510,54269,hub,hub,non_hub,585084.940162,4509701.10308,584490.204148,4510305.23824
+8431,8431,65,39.0,008100,,40.73935542,-73.99931783,30.0,006200,40.7381765,-73.97738662,846.676923077,4680,8675,1401,5315,006200,231817485.533,008100,91100400.6907,008100,93280099.0,006200,008100,21649.7067974,33218,54269,hub,hub,non_hub,586343.467107,4510195.70961,584490.204148,4510305.23824
+8432,8432,752,117.0,008100,,40.73935542,-73.99931783,99.0,006300,40.7346940933,-73.99785666,364.466028697,6076,8675,4277,5315,006300,85447631.8451,008100,91100400.6907,008100,93280099.0,006300,008100,21649.7067974,120233,54269,hub,hub,non_hub,584619.48321,4509789.20591,584490.204148,4510305.23824
+8433,8433,236,39.0,008100,,40.73935542,-73.99931783,39.0,006400,40.73587678,-73.98205027,614.724576271,7518,8675,5058,5315,006400,95664936.1545,008100,91100400.6907,008100,93280099.0,006400,008100,21649.7067974,47750,54269,hub,hub,non_hub,585952.649806,4509935.84788,584490.204148,4510305.23824
+8434,8434,661,117.0,008100,,40.73935542,-73.99931783,106.0,006500,40.7306296367,-73.9991423,535.549854718,6517,8675,3568,5315,006500,59290910.3694,008100,91100400.6907,008100,93280099.0,006500,008100,21649.7067974,125356,54269,hub,hub,non_hub,584516.067395,4509336.78488,584490.204148,4510305.23824
+8435,8435,289,78.0,008100,,40.73935542,-73.99931783,82.0,006600,40.739285505,-73.97827188,778.797910296,11780,8675,6818,5315,006600,84730469.4548,008100,91100400.6907,008100,93280099.0,006600,008100,21649.7067974,74621,54269,hub,hub,non_hub,586267.286922,4510317.94668,584490.204148,4510305.23824
+8436,8436,359,39.0,008100,,40.73935542,-73.99931783,39.0,006700,40.73038599,-74.00214988,534.676880223,4984,8675,3796,5315,006700,47238039.9972,008100,91100400.6907,008100,93280099.0,006700,008100,21649.7067974,70025,54269,hub,hub,non_hub,584262.399901,4509306.84766,584490.204148,4510305.23824
+8437,8437,424,39.0,008100,,40.73935542,-73.99931783,39.0,006800,40.74025878,-73.98409214,574.634433962,6735,8675,4494,5315,006800,130298431.446,008100,91100400.6907,008100,93280099.0,006800,008100,21649.7067974,58926,54269,hub,hub,non_hub,585774.608423,4510420.28363,584490.204148,4510305.23824
+8438,8438,814,78.0,008100,,40.73935542,-73.99931783,67.0,006900,40.732319905,-74.0069291,530.637421269,2687,8675,1484,5315,006900,61292499.9331,008100,91100400.6907,008100,93280099.0,006900,008100,21649.7067974,130727,54269,hub,hub,non_hub,583856.38945,4509516.94969,584490.204148,4510305.23824
+8439,8439,386,117.0,008100,,40.73935542,-73.99931783,127.0,007000,40.7425139697,-73.9756114603,869.068239802,8302,8675,5669,5315,007000,78634704.8451,008100,91100400.6907,008100,93280099.0,007000,008100,21649.7067974,145227,54269,hub,hub,non_hub,586487.734757,4510678.94724,584490.204148,4510305.23824
+8440,8440,279,78.0,008100,,40.73935542,-73.99931783,71.0,007100,40.736526545,-74.000108805,839.40556962,5633,8675,3844,5315,007100,68447429.2743,008100,91100400.6907,008100,93280099.0,007100,008100,21649.7067974,79459,54269,hub,hub,non_hub,584426.995774,4509990.4524,584490.204148,4510305.23824
+8441,8441,520,117.0,008100,,40.73935542,-73.99931783,126.0,007200,40.7447014833,-73.98154809,789.618014071,7734,8675,5222,5315,007200,132092861.454,008100,91100400.6907,008100,93280099.0,007200,008100,21649.7067974,157612,54269,hub,hub,non_hub,585983.687715,4510915.94446,584490.204148,4510305.23824
+8442,8442,580,78.0,008100,,40.73935542,-73.99931783,59.0,007300,40.734682705,-74.00388484,480.777828014,5615,8675,4547,5315,007300,48716185.79,008100,91100400.6907,008100,93280099.0,007300,008100,21649.7067974,92567,54269,hub,hub,non_hub,584110.479319,4509782.14883,584490.204148,4510305.23824
+8443,8443,615,78.0,008100,,40.73935542,-73.99931783,86.0,007400,40.746413585,-73.98586892,595.098263889,4179,8675,2700,5315,007400,170614202.951,008100,91100400.6907,008100,93280099.0,007400,008100,21649.7067974,81121,54269,hub,hub,non_hub,585616.696258,4511101.7763,584490.204148,4510305.23824
+8444,8444,513,78.0,008100,,40.73935542,-73.99931783,69.0,007600,40.74737476,-73.988320695,624.655325849,2203,8675,1573,5315,007600,242014413.464,008100,91100400.6907,008100,93280099.0,007600,008100,21649.7067974,97464,54269,hub,hub,non_hub,585408.475283,4511206.08492,584490.204148,4510305.23824
+8445,8445,224,39.0,008100,,40.73935542,-73.99931783,43.0,007700,40.7390169121,-74.0026376103,499.214285714,5404,8675,4254,5315,007700,59306273.1509,008100,91100400.6907,008100,93280099.0,007700,008100,21649.7067974,79025,54269,hub,hub,non_hub,584210.329106,4510264.47156,584490.204148,4510305.23824
+8446,8446,155,39.0,008100,,40.73935542,-73.99931783,39.0,007800,40.74780373,-73.9734419,1005.48387097,7380,8675,5372,5315,007800,112124597.728,008100,91100400.6907,008100,93280099.0,007800,008100,21649.7067974,59601,54269,hub,hub,non_hub,586664.043115,4511268.28888,584490.204148,4510305.23824
+8447,8447,1100,195.0,008100,,40.73935542,-73.99931783,174.0,007900,40.738916514,-74.007286026,508.514695784,4406,8675,2904,5315,007900,86937368.5918,008100,91100400.6907,008100,93280099.0,007900,008100,21649.7067974,171846,54269,hub,hub,non_hub,583817.969395,4510248.87788,584490.204148,4510305.23824
+8448,8448,307,78.0,008100,,40.73935542,-73.99931783,71.0,008000,40.7485693,-73.97717991,917.781538462,4946,8675,3730,5315,008000,197763821.532,008100,91100400.6907,008100,93280099.0,008000,008100,21649.7067974,74808,54269,hub,hub,non_hub,586347.477591,4511349.58844,584490.204148,4510305.23824
+8449,8449,804,117.0,008100,,40.73935542,-73.99931783,175.0,008200,40.7519565186,-73.9793711564,906.124947931,3442,8675,2534,5315,008200,262405408.076,008100,91100400.6907,008100,93280099.0,008200,008100,21649.7067974,228612,54269,hub,hub,non_hub,586158.114857,4511723.44094,584490.204148,4510305.23824
+8450,8450,3609,156.0,008100,,40.73935542,-73.99931783,119.0,008300,40.742591315,-74.004102785,339.340538549,4211,8675,2321,5315,008300,119862327.354,008100,91100400.6907,008100,93280099.0,008300,008100,21649.7067974,186113,54269,hub,hub,hub,584082.11654,4510659.85081,584490.204148,4510305.23824
+8451,8451,277,39.0,008100,,40.73935542,-73.99931783,38.0,008400,40.75038009,-73.98338988,711.407942238,1726,8675,1041,5315,008400,147824461.739,008100,91100400.6907,008100,93280099.0,008400,008100,21649.7067974,34199,54269,hub,hub,non_hub,585820.889203,4511544.50828,584490.204148,4510305.23824
+8452,8452,25,39.0,008100,,40.73935542,-73.99931783,43.0,008601,40.744219,-73.97121214,1238.76,2551,8675,1528,5315,008601,31141773.9073,008100,91100400.6907,008100,93280099.0,008601,008100,21649.7067974,31961,54269,hub,hub,non_hub,586856.951039,4510872.56191,584490.204148,4510305.23824
+8453,8453,2814,78.0,008100,,40.73935542,-73.99931783,78.0,008700,40.74206378,-73.995708955,249.444827584,6671,8675,4249,5315,008700,85660216.7821,008100,91100400.6907,008100,93280099.0,008700,008100,21649.7067974,152953,54269,hub,hub,non_hub,584791.475936,4510609.36503,584490.204148,4510305.23824
+8454,8454,106,78.0,008100,,40.73935542,-73.99931783,78.0,008800,40.75012189,-73.970133575,1170.88848039,6964,8675,5507,5315,008800,216532475.876,008100,91100400.6907,008100,93280099.0,008800,008100,21649.7067974,43247,54269,hub,hub,non_hub,586940.323322,4511528.89362,584490.204148,4510305.23824
+8455,8455,2482,117.0,008100,,40.73935542,-73.99931783,120.0,008900,40.74529008,-74.0021768567,403.356269464,5560,8675,3511,5315,008900,54419260.2723,008100,91100400.6907,008100,93280099.0,008900,008100,21649.7067974,158638,54269,hub,hub,non_hub,584241.316685,4510961.27944,584490.204148,4510305.23824
+8456,8456,190,117.0,008100,,40.73935542,-73.99931783,110.0,009000,40.75261798,-73.9703317533,1158.52066725,7026,8675,5832,5315,009000,208846060.851,008100,91100400.6907,008100,93280099.0,009000,008100,21649.7067974,74531,54269,hub,hub,non_hub,586920.342162,4511805.78171,584490.204148,4510305.23824
+8457,8457,1534,39.0,008100,,40.73935542,-73.99931783,39.0,009100,40.74487634,-73.99529885,276.706649283,6415,8675,4386,5315,009100,127325659.041,008100,91100400.6907,008100,93280099.0,009100,008100,21649.7067974,63878,54269,hub,hub,non_hub,584822.527687,4510921.97538,584490.204148,4510305.23824
+8458,8458,266,78.0,008100,,40.73935542,-73.99931783,110.0,009200,40.7548518863,-73.9734329075,1169.17524689,1754,8675,1461,5315,009200,408192557.246,008100,91100400.6907,008100,93280099.0,009200,008100,21649.7067974,72226,54269,hub,hub,non_hub,586655.650548,4512050.69496,584490.204148,4510305.23824
+8459,8459,650,39.0,008100,,40.73935542,-73.99931783,39.0,009300,40.74475148,-73.99915362,343.687692308,9705,8675,5585,5315,009300,68528055.2433,008100,91100400.6907,008100,93280099.0,009300,008100,21649.7067974,52202,54269,hub,hub,non_hub,584497.239363,4510904.39701,584490.204148,4510305.23824
+8460,8460,265,39.0,008100,,40.73935542,-73.99931783,31.0,009400,40.75320159,-73.9779874,888.433962264,29,8675,16,5315,009400,299218147.811,008100,91100400.6907,008100,93280099.0,009400,008100,21649.7067974,82147,54269,hub,hub,non_hub,586273.319314,4511863.01244,584490.204148,4510305.23824
+8461,8461,1098,39.0,008100,,40.73935542,-73.99931783,51.0,009500,40.746647,-73.993915,340.76867031,3425,8675,1416,5315,009500,129660033.725,008100,91100400.6907,008100,93280099.0,009500,008100,21649.7067974,57488,54269,hub,hub,non_hub,584937.108907,4511119.86954,584490.204148,4510305.23824
+8462,8462,226,117.0,008100,,40.73935542,-73.99931783,140.0,009600,40.7560646925,-73.9803862568,898.68715834,153,8675,268,5315,009600,270304841.585,008100,91100400.6907,008100,93280099.0,009600,008100,21649.7067974,71527,54269,hub,hub,non_hub,586067.123628,4512178.48244,584490.204148,4510305.23824
+8463,8463,1062,117.0,008100,,40.73935542,-73.99931783,99.0,009700,40.7493616033,-73.9991321067,553.341058889,4744,8675,2827,5315,009700,83018263.1602,008100,91100400.6907,008100,93280099.0,009700,008100,21649.7067974,118804,54269,hub,hub,non_hub,584493.220017,4511416.17434,584490.204148,4510305.23824
+8464,8464,58,78.0,008100,,40.73935542,-73.99931783,70.0,009800,40.755285655,-73.96667288,1391.46121212,7105,8675,5244,5315,009800,115943808.909,008100,91100400.6907,008100,93280099.0,009800,008100,21649.7067974,40039,54269,hub,hub,non_hub,587225.727282,4512105.54383,584490.204148,4510305.23824
+8465,8465,2115,195.0,008100,,40.73935542,-73.99931783,185.0,009900,40.7520807866,-74.0031899092,699.07317504,3617,8675,2438,5315,009900,404439511.776,008100,91100400.6907,008100,93280099.0,009900,008100,21649.7067974,208076,54269,hub,hub,non_hub,584147.226991,4511714.12465,584490.204148,4510305.23824
+8466,8466,175,117.0,008100,,40.73935542,-73.99931783,121.0,010000,40.7583696933,-73.9710287767,1133.72345085,1829,8675,1399,5315,010000,366457143.613,008100,91100400.6907,008100,93280099.0,010000,008100,21649.7067974,72085,54269,hub,hub,non_hub,586854.014885,4512443.57459,584490.204148,4510305.23824
+8467,8467,1423,117.0,008100,,40.73935542,-73.99931783,127.0,010100,40.74945622,-73.9903382667,503.224568083,1119,8675,828,5315,010100,246168211.101,008100,91100400.6907,008100,93280099.0,010100,008100,21649.7067974,183377,54269,hub,hub,non_hub,585235.486219,4511435.18064,584490.204148,4510305.23824
+8468,8468,124,78.0,008100,,40.73935542,-73.99931783,81.0,010200,40.7606694,-73.973473555,1107.62763466,313,8675,268,5315,010200,333450202.294,008100,91100400.6907,008100,93280099.0,010200,008100,21649.7067974,46675,54269,hub,hub,non_hub,586644.664817,4512696.44233,584490.204148,4510305.23824
+8469,8469,961,78.0,008100,,40.73935542,-73.99931783,98.0,010300,40.751000495,-73.994372255,652.59534568,1859,8675,1351,5315,010300,141506056.87,008100,91100400.6907,008100,93280099.0,010300,008100,21649.7067974,221593,54269,hub,hub,non_hub,584892.968075,4511602.69644,584490.204148,4510305.23824
+8470,8470,208,78.0,008100,,40.73935542,-73.99931783,75.0,010400,40.761664375,-73.976854975,940.866626794,1031,8675,1033,5315,010400,363981333.295,008100,91100400.6907,008100,93280099.0,010400,008100,21649.7067974,65073,54269,hub,hub,non_hub,586357.961325,4512803.55852,584490.204148,4510305.23824
+8471,8471,94,39.0,008100,,40.73935542,-73.99931783,33.0,010602,40.75849116,-73.95920622,1422.67021277,4794,8675,2963,5315,010602,67980898.3739,008100,91100400.6907,008100,93280099.0,010602,008100,21649.7067974,22153,54269,hub,hub,non_hub,587851.796682,4512468.82754,584490.204148,4510305.23824
+8472,8472,219,117.0,008100,,40.73935542,-73.99931783,117.0,010800,40.7591736033,-73.96613818,1272.95533875,8531,8675,6272,5315,010800,189351523.799,008100,91100400.6907,008100,93280099.0,010800,008100,21649.7067974,79198,54269,hub,hub,non_hub,587265.778542,4512537.66689,584490.204148,4510305.23824
+8473,8473,351,78.0,008100,,40.73935542,-73.99931783,114.0,010900,40.751351715,-73.987594755,643.801655844,182,8675,92,5315,010900,228173063.011,008100,91100400.6907,008100,93280099.0,010900,008100,21649.7067974,60092,54269,hub,hub,non_hub,585464.669441,4511648.26242,584490.204148,4510305.23824
+8474,8474,166,39.0,008100,,40.73935542,-73.99931783,59.0,011201,40.7643971,-73.97371465,1183.0060241,827,8675,964,5315,011201,118515444.187,008100,91100400.6907,008100,93280099.0,011201,008100,21649.7067974,41525,54269,hub,hub,non_hub,586619.474659,4513110.00718,584490.204148,4510305.23824
+8475,8475,126,39.0,008100,,40.73935542,-73.99931783,33.0,011203,40.76095756,-73.96724467,1260.55555556,1176,8675,1160,5315,011203,143782379.009,008100,91100400.6907,008100,93280099.0,011203,008100,21649.7067974,48033,54269,hub,hub,non_hub,587170.050102,4512734.59972,584490.204148,4510305.23824
+8476,8476,947,156.0,008100,,40.73935542,-73.99931783,198.0,011300,40.7548008425,-73.9888010575,762.747294608,204,8675,107,5315,011300,357940519.061,008100,91100400.6907,008100,93280099.0,011300,008100,21649.7067974,236650,54269,hub,hub,non_hub,585358.423228,4512029.96675,584490.204148,4510305.23824
+8477,8477,454,78.0,008100,,40.73935542,-73.99931783,82.0,011500,40.75701407,-73.992353645,853.406076535,2487,8675,1678,5315,011500,130958459.747,008100,91100400.6907,008100,93280099.0,011500,008100,21649.7067974,103294,54269,hub,hub,non_hub,585055.712647,4512272.20178,584490.204148,4510305.23824
+8478,8478,278,78.0,008100,,40.73935542,-73.99931783,84.0,011700,40.76058799,-74.00080945,972.016697786,2938,8675,2304,5315,011700,91270705.1484,008100,91100400.6907,008100,93280099.0,011700,008100,21649.7067974,73016,54269,hub,hub,non_hub,584337.427395,4512660.77158,584490.204148,4510305.23824
+8479,8479,112,39.0,008100,,40.73935542,-73.99931783,34.0,011900,40.7568001,-73.98291153,912.723214286,1079,8675,1121,5315,011900,395254501.74,008100,91100400.6907,008100,93280099.0,011900,008100,21649.7067974,39976,54269,hub,hub,non_hub,585853.012005,4512257.64444,584490.204148,4510305.23824
+8480,8480,618,117.0,008100,,40.73935542,-73.99931783,109.0,012100,40.7598593767,-73.9914900133,980.586324484,8366,8675,5744,5315,012100,101223732.045,008100,91100400.6907,008100,93280099.0,012100,008100,21649.7067974,132767,54269,hub,hub,non_hub,585124.983126,4512588.88932,584490.204148,4510305.23824
+8481,8481,145,39.0,008100,,40.73935542,-73.99931783,51.0,012500,40.76064679,-73.98442659,933.55862069,2439,8675,2096,5315,012500,322911522.418,008100,91100400.6907,008100,93280099.0,012500,008100,21649.7067974,45486,54269,hub,hub,non_hub,585720.180916,4512683.17447,584490.204148,4510305.23824
+8482,8482,330,78.0,008100,,40.73935542,-73.99931783,84.0,012700,40.762485435,-73.990447135,971.709021226,6437,8675,4434,5315,012700,104637996.687,008100,91100400.6907,008100,93280099.0,012700,008100,21649.7067974,83393,54269,hub,hub,non_hub,585209.656415,4512881.41361,584490.204148,4510305.23824
+8483,8483,73,39.0,008100,,40.73935542,-73.99931783,24.0,012900,40.76341379,-73.99667444,1116.21917808,5312,8675,3621,5315,012900,158698340.053,008100,91100400.6907,008100,93280099.0,012900,008100,21649.7067974,28661,54269,hub,hub,non_hub,584682.864463,4512978.43901,584490.204148,4510305.23824
+8484,8484,399,117.0,008100,,40.73935542,-73.99931783,160.0,013100,40.7621295133,-73.98215453,961.178923503,2489,8675,2283,5315,013100,405023451.28,008100,91100400.6907,008100,93280099.0,013100,008100,21649.7067974,107228,54269,hub,hub,non_hub,585910.04945,4512849.98999,584490.204148,4510305.23824
+8485,8485,553,117.0,008100,,40.73935542,-73.99931783,101.0,013300,40.7647250567,-73.9866537633,1062.00892111,5363,8675,3909,5315,013300,79847412.2593,008100,91100400.6907,008100,93280099.0,013300,008100,21649.7067974,89810,54269,hub,hub,non_hub,585526.963405,4513133.71926,584490.204148,4510305.23824
+8486,8486,192,78.0,008100,,40.73935542,-73.99931783,65.0,013500,40.766984435,-73.99227308,1061.10040605,6075,8675,3935,5315,013500,198199142.958,008100,91100400.6907,008100,93280099.0,013500,008100,21649.7067974,64723,54269,hub,hub,non_hub,585049.80204,4513379.06475,584490.204148,4510305.23824
+8487,8487,408,78.0,008100,,40.73935542,-73.99931783,98.0,013700,40.766109285,-73.981808355,1433.45533223,6557,8675,5442,5315,013700,314878324.419,008100,91100400.6907,008100,93280099.0,013700,008100,21649.7067974,91142,54269,hub,hub,non_hub,585934.141665,4513292.1137,584490.204148,4510305.23824
+8488,8488,56,39.0,008100,,40.73935542,-73.99931783,27.0,013900,40.768254,-73.988639,1133.75,7607,8675,7359,5315,013900,139918084.587,008100,91100400.6907,008100,93280099.0,013900,008100,21649.7067974,26390,54269,hub,hub,non_hub,585354.890073,4513523.52534,584490.204148,4510305.23824
+8489,8489,67,39.0,008100,,40.73935542,-73.99931783,49.0,014300,40.76590936,-73.97634151,1530.85074627,3,8675,0,5315,014300,50027992.3322,008100,91100400.6907,008100,93280099.0,014300,008100,21649.7067974,21051,54269,hub,hub,non_hub,586395.803012,4513275.28949,584490.204148,4510305.23824
+8490,8490,333,39.0,008100,,40.73935542,-73.99931783,36.0,014500,40.76915505,-73.98191841,1370.70870871,5811,8675,3462,5315,014500,253397343.373,008100,91100400.6907,008100,93280099.0,014500,008100,21649.7067974,68350,54269,hub,hub,non_hub,585920.929601,4513630.10902,584490.204148,4510305.23824
+8491,8491,111,39.0,008100,,40.73935542,-73.99931783,55.0,014700,40.770513,-73.988038,1274.26126126,2586,8675,1743,5315,014700,70871746.8417,008100,91100400.6907,008100,93280099.0,014700,008100,21649.7067974,35099,54269,hub,hub,non_hub,585402.720353,4513774.87644,584490.204148,4510305.23824
+8492,8492,51,39.0,008100,,40.73935542,-73.99931783,36.0,015100,40.771522,-73.990541,1305.37254902,8105,8675,4856,5315,015100,164953931.102,008100,91100400.6907,008100,93280099.0,015100,008100,21649.7067974,17578,54269,hub,hub,non_hub,585190.192062,4513884.4495,584490.204148,4510305.23824
+8493,8493,561,78.0,008100,,40.73935542,-73.99931783,70.0,031703,40.71644312,-74.014902115,1186.47236467,8670,8675,4231,5315,031703,332361109.355,008100,91100400.6907,008100,93280099.0,031703,008100,21649.7067974,136082,54269,hub,hub,non_hub,583202.897614,4507746.93647,584490.204148,4510305.23824
+8494,8494,290,117.0,008100,,40.73935542,-73.99931783,98.0,031704,40.7085171733,-74.0165557667,1409.89885181,6610,8675,3790,5315,031704,160823714.408,008100,91100400.6907,008100,93280099.0,031704,008100,21649.7067974,105244,54269,hub,hub,non_hub,583073.076824,4506865.54027,584490.204148,4510305.23824
+8495,8495,35,117.0,008100,,40.73935542,-73.99931783,85.0,000600,40.7128987867,-73.9898646367,1332.04583333,11558,8675,4083,5315,000600,59149181.7526,008100,91100400.6907,008100,93280099.0,000600,008100,21649.7067974,70053,54269,hub,hub,non_hub,585322.159723,4507377.5136,584490.204148,4510305.23824
+8496,8496,270,525.0,008200,,40.7519322285,-73.9793445514,162.0,000202,40.71318002,-73.9818904933,1650.0049337,8012,3442,3598,2534,000202,37878157.9781,008200,262405408.076,,0.0,000202,008200,15864.4323946,56352,187337,hub,hub,non_hub,585995.353038,4507416.50937,586160.392156,4511720.77069
+8497,8497,1628,1225.0,008200,,40.7519276191,-73.9793090644,774.0,000700,40.70581148,-74.0081572071,1841.65917077,7722,3442,5201,2534,000700,476954959.734,008200,262405408.076,,0.0,000700,008200,15864.4323946,160040,187337,hub,hub,non_hub,583785.918305,4506573.16797,586163.39385,4511720.29384
+8498,8498,102,350.0,008200,,40.751840847,-73.9791414178,141.0,000800,40.712414475,-73.993471545,1488.68122491,10365,3442,4150,2534,000800,46479755.076,008200,262405408.076,,0.0,000800,008200,15864.4323946,34254,187337,hub,hub,non_hub,585018.109713,4507320.25418,586177.658294,4511710.82612
+8499,8499,431,525.0,008200,5.9486740276,40.751960722,-73.9791486714,291.0,000900,40.7023274287,-74.012319085,2096.93480854,1140,3442,939,2534,000900,404341803.896,008200,262405408.076,,0.0,000900,008200,15864.4323946,46446,187337,hub,hub,non_hub,583438.686682,4506182.45511,586176.891176,4511724.126
+8500,8500,164,175.0,008200,,40.7519079703,-73.9792509842,57.0,001002,40.71782143,-73.97628939,1373.21395173,6439,3442,2346,2534,001002,22763374.2099,008200,262405408.076,,0.0,001002,008200,15864.4323946,15916,187337,hub,hub,non_hub,586462.45635,4507937.23607,586168.322236,4511718.16971
+8501,8501,326,350.0,008200,,40.7519532678,-73.9793906994,138.0,001200,40.717364275,-73.982955325,1371.48107046,3547,3442,1857,2534,001200,23518220.7411,008200,262405408.076,,0.0,001200,008200,15864.4323946,36493,187337,hub,hub,non_hub,585900.031125,4507879.94738,586156.469275,4511723.06089
+8502,8502,253,175.0,008200,,40.7519178762,-73.9793153141,108.0,001300,40.70463334,-74.01361706,2067.86866837,3776,3442,3028,2534,001300,286606455.687,008200,262405408.076,,0.0,001300,008200,15864.4323946,27671,187337,hub,hub,non_hub,583326.158808,4506437.19368,586162.878839,4511719.20617
+8503,8503,121,175.0,008200,,40.7519497956,-73.9793670429,84.0,001401,40.71559509,-73.9870295,1361.70846395,3289,3442,1708,2534,001401,20168722.3199,008200,262405408.076,,0.0,001401,008200,15864.4323946,26885,187337,hub,hub,non_hub,585558.18429,4507679.57909,586158.470788,4511722.69868
+8504,8504,112,350.0,008200,,40.7519608583,-73.9794089615,201.0,001501,40.70966832,-74.003597135,1971.04795474,5581,3442,3450,2534,001501,172466366.322,008200,262405408.076,,0.0,001501,008200,15864.4323946,27425,187337,hub,hub,non_hub,584166.279828,4507005.66129,586154.917821,4511723.88556
+8505,8505,459,525.0,008200,,40.7519219209,-73.9793149093,369.0,001502,40.7088053467,-74.00635276,1708.84932117,7095,3442,3459,2534,001502,221282059.103,008200,262405408.076,,0.0,001502,008200,15864.4323946,82052,187337,hub,hub,non_hub,583934.59195,4506907.22889,586162.907795,4511719.65557
+8506,8506,278,525.0,008200,,40.7519805856,-73.9794551272,321.0,001600,40.7153350167,-73.9943926833,1557.04479461,8236,3442,3242,2534,001600,76565505.7581,008200,262405408.076,,0.0,001600,008200,15864.4323946,82798,187337,hub,hub,non_hub,584936.591099,4507643.5622,586150.995139,4511726.03012
+8507,8507,591,700.0,008200,,40.7519308115,-73.9793535151,462.0,001800,40.7193657075,-73.9906468425,1322.0525954,8063,3442,3489,2534,001800,60554858.5127,008200,262405408.076,,0.0,001800,008200,15864.4323946,133306,187337,hub,hub,non_hub,585247.838585,4508094.62497,586159.637285,4511720.60458
+8508,8508,204,350.0,008200,,40.7519025506,-73.9792562385,138.0,002000,40.721554605,-73.977309405,1425.16392593,4795,3442,1899,2534,002000,17907673.5628,008200,262405408.076,,0.0,002000,008200,15864.4323946,31656,187337,hub,hub,non_hub,586371.478696,4508350.63994,586167.88568,4511717.56292
+8509,8509,819,700.0,008200,,40.7518912433,-73.9792340276,306.0,002100,40.71451321,-74.0108850975,1523.71985366,6111,3442,3038,2534,002100,273869828.705,008200,262405408.076,,0.0,002100,008200,15864.4323946,151037,187337,hub,hub,non_hub,583544.598931,4507536.51732,586169.775282,4511716.32954
+8510,8510,193,350.0,008200,,40.7518939648,-73.9792377009,132.0,002201,40.71833027,-73.980972895,1297.03147053,6762,3442,3030,2534,002201,37585954.9949,008200,262405408.076,,0.0,002201,008200,15864.4323946,26391,187337,hub,hub,non_hub,586066.226443,4507989.12022,586169.461668,4511716.62804
+8511,8511,107,175.0,008200,,40.7520244529,-73.9795236328,93.0,002202,40.7208736,-73.98085795,1188.70840108,2256,3442,1045,2534,002202,13179093.8977,008200,262405408.076,,0.0,002202,008200,15864.4323946,23935,187337,hub,hub,non_hub,586072.658368,4508271.55961,586145.155414,4511730.83246
+8512,8512,147,350.0,008200,,40.7519430492,-73.9794009368,144.0,002400,40.724744875,-73.974986535,1219.36819585,5775,3442,2175,2534,002400,17986635.5592,008200,262405408.076,,0.0,002400,008200,15864.4323946,17965,187337,hub,hub,non_hub,586563.526382,4508707.06897,586155.618245,4511721.9165
+8513,8513,74,350.0,008200,,40.7519133758,-73.97925623,186.0,002500,40.7111743,-73.99849582,1693.77136752,5061,3442,1917,2534,002500,22428407.6271,008200,262405408.076,,0.0,002500,008200,15864.4323946,28216,187337,hub,hub,non_hub,584595.28909,4507177.73549,586167.872415,4511718.76461
+8514,8514,169,175.0,008200,,40.7519226237,-73.9793235796,93.0,002601,40.72299208,-73.97995466,1280.15377707,3774,3442,1593,2534,002601,22248722.3098,008200,262405408.076,,0.0,002601,008200,15864.4323946,22144,187337,hub,hub,non_hub,586146.216204,4508507.61099,586162.174958,4511719.72506
+8515,8515,39,175.0,008200,,40.7518686345,-73.9792130401,81.0,002700,40.71307916,-73.99851193,1867.57878788,1191,3442,655,2534,002700,11349914.9514,008200,262405408.076,,0.0,002700,008200,15864.4323946,20570,187337,hub,hub,non_hub,584591.517275,4507389.17181,586171.576196,4511713.8404
+8516,8516,220,175.0,008200,,40.7520010419,-73.9794455244,96.0,002800,40.72521311,-73.97768752,1160.495132,7302,3442,3341,2534,002800,47641507.3146,008200,262405408.076,,0.0,002800,008200,15864.4323946,36744,187337,hub,hub,non_hub,586334.816403,4508756.38709,586151.779378,4511728.31035
+8517,8517,444,175.0,008200,,40.7519545356,-73.9793996348,129.0,002900,40.71602118,-73.99974372,1485.3226139,5855,3442,2420,2534,002900,200965547.24,008200,262405408.076,,0.0,002900,008200,15864.4323946,31936,187337,hub,hub,non_hub,584483.752153,4507714.56961,586155.713326,4511723.19285
+8518,8518,286,175.0,008200,,40.7519255542,-73.9792562682,105.0,003001,40.72066442,-73.98517977,1257.99444744,4301,3442,2553,2534,003001,34302720.7166,008200,262405408.076,,0.0,003001,008200,15864.4323946,41223,187337,hub,hub,non_hub,585707.91731,4508244.11218,586167.853469,4511720.11646
+8519,8519,177,175.0,008200,,40.7519684199,-73.9794378524,111.0,003002,40.72217444,-73.98368779,1273.01341232,3031,3442,1885,2534,003002,18686109.2263,008200,262405408.076,,0.0,003002,008200,15864.4323946,38675,187337,hub,hub,non_hub,585831.986427,4508413.19181,586152.469145,4511724.6966
+8520,8520,838,525.0,008200,,40.7519222256,-73.9793004102,363.0,003100,40.7140617467,-74.0041933367,1732.78635987,2809,3442,858,2534,003100,145687012.574,008200,262405408.076,,0.0,003100,008200,15864.4323946,81469,187337,hub,hub,non_hub,584110.388584,4507492.78891,586164.131384,4511719.70362
+8521,8521,1060,525.0,008200,,40.7519247205,-73.9792943902,300.0,003200,40.7260543867,-73.9823576167,1128.99485026,7630,3442,4888,2534,003200,46369492.482,008200,262405408.076,,0.0,003200,008200,15864.4323946,138064,187337,hub,hub,non_hub,585939.335766,4508845.19329,586164.636359,4511719.98649
+8522,8522,1007,875.0,008200,,40.751966023,-73.9794125438,519.0,003300,40.7188245148,-74.0063284928,1470.09043289,5174,3442,2694,2534,003300,215459582.054,008200,262405408.076,,0.0,003300,008200,15864.4323946,115059,187337,hub,hub,non_hub,583924.059013,4508019.44472,586154.60874,4511724.45537
+8523,8523,504,175.0,008200,,40.7519163641,-73.9792806912,117.0,003400,40.72955361,-73.98057249,969.19540578,6706,3442,4203,2534,003400,42933229.7541,008200,262405408.076,,0.0,003400,008200,15864.4323946,47926,187337,hub,hub,non_hub,586085.581298,4509235.37985,586165.803596,4511719.07232
+8524,8524,290,350.0,008200,,40.7519410903,-73.9793803158,198.0,003601,40.72217423,-73.990293175,1278.0936683,3299,3442,1613,2534,003601,29191583.8104,008200,262405408.076,,0.0,003601,008200,15864.4323946,77585,187337,hub,hub,non_hub,585274.124459,4508406.73315,586157.361557,4511721.7193
+8525,8525,465,350.0,008200,,40.7519445115,-73.9793418274,186.0,003602,40.724852985,-73.989265345,1138.56251448,2918,3442,1586,2534,003602,24941258.1161,008200,262405408.076,,0.0,003602,008200,15864.4323946,82124,187337,hub,hub,non_hub,585357.507872,4508705.09166,586160.606254,4511722.13686
+8526,8526,1836,700.0,008200,,40.7519514021,-73.9793661697,444.0,003700,40.7256696075,-74.0052069325,1288.80372764,2401,3442,1490,2534,003700,212385639.924,008200,262405408.076,,0.0,003700,008200,15864.4323946,173333,187337,hub,hub,non_hub,584010.178026,4508780.36793,586158.542426,4511722.87786
+8527,8527,1149,700.0,008200,,40.7519412439,-73.9793477423,480.0,003800,40.72765889,-73.988195855,1053.2365987,8610,3442,5795,2534,003800,67437493.5221,008200,262405408.076,,0.0,003800,008200,15864.4323946,167230,187337,hub,hub,non_hub,585444.239635,4509017.60641,586160.111144,4511721.76832
+8528,8528,1012,700.0,008200,,40.7519364319,-73.9793429014,318.0,003900,40.7201717475,-74.00983051,1545.53890127,5253,3442,3059,2534,003900,194910113.03,008200,262405408.076,,0.0,003900,008200,15864.4323946,113624,187337,hub,hub,non_hub,583626.593058,4508165.65565,586160.526018,4511721.23891
+8529,8529,1158,350.0,008200,,40.7519308632,-73.9793150281,198.0,004000,40.73000573,-73.98549552,995.83878699,9801,3442,4546,2534,004000,66858387.5133,008200,262405408.076,,0.0,004000,008200,15864.4323946,99660,187337,hub,hub,non_hub,585669.269443,4509280.75306,586162.886221,4511720.64811
+8530,8530,989,350.0,008200,,40.7519367868,-73.9793164307,192.0,004100,40.7195529,-73.996789035,1343.94323174,7793,3442,3765,2534,004100,71738983.3617,008200,262405408.076,,0.0,004100,008200,15864.4323946,114685,187337,hub,hub,non_hub,584728.836557,4508109.46034,586162.760169,4511721.3043
+8531,8531,573,175.0,008200,,40.7519622181,-73.9793946728,105.0,004200,40.73223272,-73.98889957,911.828157872,4988,3442,1801,2534,004200,39941846.3325,008200,262405408.076,,0.0,004200,008200,15864.4323946,50846,187337,hub,hub,non_hub,585378.96492,4509524.64843,586156.122286,4511724.05054
+8532,8532,820,350.0,008200,,40.7519729548,-73.9794034827,201.0,004300,40.723870235,-73.995226525,1148.37531906,4267,3442,2598,2534,004300,65935514.1184,008200,262405408.076,,0.0,004300,008200,15864.4323946,95162,187337,hub,hub,non_hub,584855.320992,4508590.22212,586155.364714,4511725.23374
+8533,8533,1643,350.0,008200,,40.7519586069,-73.9793641725,180.0,004400,40.73080269,-73.97968993,996.887696963,17710,3442,8297,2534,004400,114601147.016,008200,262405408.076,,0.0,004400,008200,15864.4323946,106427,187337,hub,hub,non_hub,586158.498991,4509374.90208,586158.70173,4511723.67961
+8534,8534,330,175.0,008200,,40.7519239305,-73.9793052657,81.0,004500,40.71910537,-73.99973337,1436.79129806,840,3442,582,2534,004500,52009114.8865,008200,262405408.076,,0.0,004500,008200,15864.4323946,34275,187337,hub,hub,non_hub,584480.726971,4508056.94497,586163.719295,4511719.88811
+8535,8535,160,175.0,008200,,40.7519530276,-73.9794021843,117.0,004700,40.72165481,-74.00234737,1359.99985792,2267,3442,1586,2534,004700,75477587.1594,008200,262405408.076,,0.0,004700,008200,15864.4323946,27544,187337,hub,hub,non_hub,584256.734795,4508337.43837,586155.500048,4511723.02296
+8536,8536,916,175.0,008200,,40.7519160976,-73.9792729351,105.0,004800,40.73624527,-73.98473765,714.231438841,7550,3442,3799,2534,004800,74763044.6965,008200,262405408.076,,0.0,004800,008200,15864.4323946,42567,187337,hub,hub,non_hub,585725.258797,4509974.12516,586166.458693,4511719.05035
+8537,8537,737,350.0,008200,,40.7519169229,-73.9792947902,219.0,004900,40.724268615,-74.000521515,1198.36648659,4951,3442,3054,2534,004900,103848670.177,008200,262405408.076,,0.0,004900,008200,15864.4323946,80152,187337,hub,hub,non_hub,584407.63728,4508629.34168,586164.612663,4511719.12051
+8538,8538,2994,525.0,008200,,40.7519316249,-73.9793277101,279.0,005000,40.7359163467,-73.9873427633,765.700861751,5061,3442,3595,2534,005000,120638459.215,008200,262405408.076,,0.0,005000,008200,15864.4323946,111023,187337,hub,hub,non_hub,585505.709717,4509935.07175,586161.814648,4511720.72021
+8539,8539,3611,350.0,008200,,40.7519700055,-73.9794129308,318.0,005200,40.73715585,-73.991241315,760.298009352,4193,3442,1785,2534,005200,109103391.81,008200,262405408.076,,0.0,005200,008200,15864.4323946,159876,187337,hub,hub,hub,585174.941657,4510068.87544,586154.570935,4511724.89708
+8540,8540,2089,175.0,008200,,40.7519620019,-73.9794128287,141.0,005400,40.73971301,-73.99456405,784.614652326,4656,3442,2837,2534,005400,128803552.888,008200,262405408.076,,0.0,005400,008200,15864.4323946,73728,187337,hub,hub,non_hub,584891.129718,4510349.51956,586154.589881,4511724.00872
+8541,8541,306,175.0,008200,,40.7519228177,-73.9793101987,90.0,005501,40.72679454,-73.99695094,1256.20286558,5079,3442,2483,2534,005501,61061928.4125,008200,262405408.076,,0.0,005501,008200,15864.4323946,57258,187337,hub,hub,non_hub,584705.980012,4508913.17477,586163.304295,4511719.75974
+8542,8542,526,175.0,008200,,40.7519982188,-73.9794645201,81.0,005502,40.72743423,-73.99379025,1096.91875803,2383,3442,1262,2534,005502,49017118.6146,008200,262405408.076,,0.0,005502,008200,15864.4323946,55117,187337,hub,hub,non_hub,584972.085912,4508987.23863,586150.17945,4511727.97831
+8543,8543,4276,350.0,008200,,40.7520173707,-73.9795063441,285.0,005600,40.74065347,-73.98778661,636.173188619,2618,3442,2190,2534,005600,189153355.609,008200,262405408.076,,0.0,005600,008200,15864.4323946,113209,187337,hub,hub,hub,585462.168743,4510460.49357,586146.624028,4511730.06325
+8544,8544,1767,350.0,008200,,40.7519501649,-73.979360581,246.0,005700,40.729662915,-73.992405595,977.213856972,2937,3442,1789,2534,005700,90178032.7137,008200,262405408.076,,0.0,005700,008200,15864.4323946,156896,187337,hub,hub,non_hub,585086.179601,4509235.9788,586159.015812,4511722.74602
+8545,8545,4548,350.0,008200,,40.7519621998,-73.9793962047,261.0,005800,40.743154205,-73.990299735,664.913202171,3182,3442,2306,2534,005800,164037511.755,008200,262405408.076,,0.0,005800,008200,15864.4323946,130970,187337,hub,hub,hub,585246.786708,4510735.64918,586155.99299,4511724.04701
+8546,8546,600,175.0,008200,,40.751988062,-73.9794415698,93.0,005900,40.73049393,-73.9957214,1068.84314949,5516,3442,3276,2534,005900,71785177.1361,008200,262405408.076,,0.0,005900,008200,15864.4323946,53180,187337,hub,hub,non_hub,584805.117402,4509325.01914,586152.129979,4511726.87337
+8547,8547,2198,350.0,008200,,40.7519669987,-73.9794091352,189.0,006000,40.734822295,-73.976916765,915.821766621,5286,3442,2459,2534,006000,27468182.8943,008200,262405408.076,,0.0,006000,008200,15864.4323946,80462,187337,hub,hub,non_hub,586387.478737,4509823.83141,586154.895234,4511724.56702
+8548,8548,3021,700.0,008200,,40.7519565743,-73.979398357,423.0,006100,40.73385254,-73.992357065,914.207978098,4913,3442,2683,2534,006100,91682014.33,008200,262405408.076,,0.0,006100,008200,15864.4323946,245510,187337,hub,hub,hub,585084.940162,4509701.10308,586155.818563,4511723.42042
+8549,8549,928,175.0,008200,,40.7519638056,-73.9794242513,90.0,006200,40.7381765,-73.97738662,789.952811905,4680,3442,1401,2534,006200,231817485.533,008200,262405408.076,,0.0,006200,008200,15864.4323946,33218,187337,hub,hub,non_hub,586343.467107,4510195.70961,586153.623285,4511724.19773
+8550,8550,1113,525.0,008200,,40.7519269862,-73.979307669,297.0,006300,40.7346940933,-73.99785666,990.860117235,6076,3442,4277,2534,006300,85447631.8451,008200,262405408.076,,0.0,006300,008200,15864.4323946,120233,187337,hub,hub,non_hub,584619.48321,4509789.20591,586163.512467,4511720.22496
+8551,8551,701,175.0,008200,,40.7519152459,-73.979306538,117.0,006400,40.73587678,-73.98205027,858.066477273,7518,3442,5058,2534,006400,95664936.1545,008200,262405408.076,,0.0,006400,008200,15864.4323946,47750,187337,hub,hub,non_hub,585952.649806,4509935.84788,586163.623098,4511718.92281
+8552,8552,1019,525.0,008200,,40.7519623147,-73.9793834498,318.0,006500,40.7306296367,-73.9991423,1021.79692479,6517,3442,3568,2534,006500,59290910.3694,008200,262405408.076,,0.0,006500,008200,15864.4323946,125356,187337,hub,hub,non_hub,584516.067395,4509336.78488,586157.06959,4511724.07228
+8553,8553,2024,350.0,008200,,40.7519696926,-73.9794141699,246.0,006600,40.739285505,-73.97827188,725.28310697,11780,3442,6818,2534,006600,84730469.4548,008200,262405408.076,,0.0,006600,008200,15864.4323946,74621,187337,hub,hub,non_hub,586267.286922,4510317.94668,586154.466731,4511724.86113
+8554,8554,438,175.0,008200,,40.7519814677,-73.9794400232,117.0,006700,40.73038599,-74.00214988,1130.48263487,4984,3442,3796,2534,006700,47238039.9972,008200,262405408.076,,0.0,006700,008200,15864.4323946,70025,187337,hub,hub,non_hub,584262.399901,4509306.84766,586152.26905,4511726.14287
+8555,8555,2312,175.0,008200,,40.7519591173,-73.9793831982,117.0,006800,40.74025878,-73.98409214,623.879723314,6735,3442,4494,2534,006800,130298431.446,008200,262405408.076,,0.0,006800,008200,15864.4323946,58926,187337,hub,hub,non_hub,585774.608423,4510420.28363,586157.094955,4511723.71759
+8556,8556,1225,350.0,008200,,40.7519882397,-73.9794534402,201.0,006900,40.732319905,-74.0069291,1204.66112198,2687,3442,1484,2534,006900,61292499.9331,008200,262405408.076,,0.0,006900,008200,15864.4323946,130727,187337,hub,hub,non_hub,583856.38945,4509516.94969,586151.127668,4511726.88143
+8557,8557,5257,525.0,008200,,40.7519605786,-73.9793906813,381.0,007000,40.7425177627,-73.9756189327,605.283053308,8302,3442,5669,2534,007000,78634704.8451,008200,262405408.076,,0.0,007000,008200,15864.4323946,145227,187337,hub,hub,hub,586487.098947,4510679.36092,586156.46136,4511723.87246
+8558,8558,602,350.0,008200,,40.7519601917,-73.9793863249,213.0,007100,40.736526545,-74.000108805,1062.87999212,5633,3442,3844,2534,007100,68447429.2743,008200,262405408.076,,0.0,007100,008200,15864.4323946,79459,187337,hub,hub,non_hub,584426.995774,4509990.4524,586156.829619,4511723.83379
+8559,8559,8491,525.0,008200,,40.7519421956,-73.9793536038,378.0,007200,40.7447014833,-73.98154809,447.315120712,7734,3442,5222,2534,007200,132092861.454,008200,262405408.076,,0.0,007200,008200,15864.4323946,157612,187337,hub,hub,hub,585983.687715,4510915.94446,586159.615106,4511721.86822
+8560,8560,721,350.0,008200,,40.7519024528,-73.9792731474,177.0,007300,40.734682705,-74.00388484,1115.71710145,5615,3442,4547,2534,007300,48716185.79,008200,262405408.076,,0.0,007300,008200,15864.4323946,92567,187337,hub,hub,non_hub,584110.479319,4509782.14883,586166.458385,4511717.53547
+8561,8561,3922,350.0,008200,,40.7519722112,-73.9794151452,258.0,007400,40.746413585,-73.98586892,467.989353398,4179,3442,2700,2534,007400,170614202.951,008200,262405408.076,,0.0,007400,008200,15864.4323946,81121,187337,hub,hub,hub,585616.696258,4511101.7763,586154.381149,4511725.13975
+8562,8562,3784,350.0,008200,,40.7519667823,-73.9794094854,207.0,007600,40.74737476,-73.988320695,527.464734626,2203,3442,1573,2534,007600,242014413.464,008200,262405408.076,,0.0,007600,008200,15864.4323946,97464,187337,hub,hub,hub,585408.475283,4511206.08492,586154.865945,4511724.54265
+8563,8563,737,175.0,008200,,40.751946027,-73.979375225,129.0,007700,40.7390169121,-74.0026376103,1056.68995439,5404,3442,4254,2534,007700,59306273.1509,008200,262405408.076,,0.0,007700,008200,15864.4323946,79025,187337,hub,hub,non_hub,584210.329106,4510264.47156,586157.784941,4511722.2723
+8564,8564,2771,175.0,008200,,40.7519319168,-73.9793283918,117.0,007800,40.74780373,-73.9734419,395.843810434,7380,3442,5372,2534,007800,112124597.728,008200,262405408.076,,0.0,007800,008200,15864.4323946,59601,187337,hub,hub,non_hub,586664.043115,4511268.28888,586161.756719,4511720.75194
+8565,8565,1493,875.0,008200,,40.7519194229,-73.9792992234,522.0,007900,40.738916514,-74.007286026,1214.20120026,4406,3442,2904,2534,007900,86937368.5918,008200,262405408.076,,0.0,007900,008200,15864.4323946,171846,187337,hub,hub,non_hub,583817.969395,4510248.87788,586164.235191,4511719.39367
+8566,8566,2201,350.0,008200,,40.7519401769,-73.9793524453,213.0,008000,40.7485693,-73.97717991,342.808243001,4946,3442,3730,2534,008000,197763821.532,008200,262405408.076,,0.0,008000,008200,15864.4323946,74808,187337,hub,hub,non_hub,586347.477591,4511349.58844,586159.715504,4511721.64526
+8567,8567,514,175.0,008200,,40.7519240384,-73.9793125516,117.0,008100,40.73935542,-73.99931783,914.124863722,8675,3442,5315,2534,008100,91100400.6907,008200,262405408.076,,0.0,008100,008200,15864.4323946,53195,187337,hub,hub,non_hub,584490.204148,4510305.23824,586163.104093,4511719.89294
+8568,8568,3774,700.0,008200,,40.7519505911,-73.9793722012,357.0,008300,40.742591315,-74.004102785,1031.50793058,4211,3442,2321,2534,008300,119862327.354,008200,262405408.076,,0.0,008300,008200,15864.4323946,186113,187337,hub,hub,hub,584082.11654,4510659.85081,586158.034311,4511722.78192
+8569,8569,897,175.0,008200,,40.7519478226,-73.9793850575,114.0,008400,40.75038009,-73.98338988,442.044032578,1726,3442,1041,2534,008400,147824461.739,008200,262405408.076,,0.0,008400,008200,15864.4323946,34199,187337,hub,hub,non_hub,585820.889203,4511544.50828,586156.952574,4511722.46197
+8570,8570,1594,175.0,008200,,40.751951587,-73.9793695455,129.0,008601,40.744219,-73.97121214,613.310358779,2551,3442,1528,2534,008601,31141773.9073,008200,262405408.076,,0.0,008601,008200,15864.4323946,31961,187337,hub,hub,non_hub,586856.951039,4510872.56191,586158.257211,4511722.89508
+8571,8571,3134,350.0,008200,,40.7519504728,-73.9793676897,234.0,008700,40.74206378,-73.995708955,786.597622333,6671,3442,4249,2534,008700,85660216.7821,008200,262405408.076,,0.0,008700,008200,15864.4323946,152953,187337,hub,hub,hub,584791.475936,4510609.36503,586158.41531,4511722.77322
+8572,8572,1048,350.0,008200,,40.7519501528,-73.9793643512,234.0,008800,40.75012189,-73.970133575,495.506686257,6964,3442,5507,2534,008800,216532475.876,008200,262405408.076,,0.0,008800,008200,15864.4323946,43247,187337,hub,hub,non_hub,586940.323322,4511528.89362,586158.697558,4511722.74097
+8573,8573,1826,525.0,008200,,40.7519459663,-73.9793602136,360.0,008900,40.74529008,-74.0021768567,957.197452873,5560,3442,3511,2534,008900,54419260.2723,008200,262405408.076,,0.0,008900,008200,15864.4323946,158638,187337,hub,hub,non_hub,584241.316685,4510961.27944,586159.052252,4511722.2803
+8574,8574,2147,525.0,008200,,40.7519377404,-73.9793390303,330.0,009000,40.75261798,-73.9703317533,480.35223072,7026,3442,5832,2534,009000,208846060.851,008200,262405408.076,,0.0,009000,008200,15864.4323946,74531,187337,hub,hub,non_hub,586920.342162,4511805.78171,586160.851122,4511721.38797
+8575,8575,1032,175.0,008200,,40.7520044532,-73.979497647,117.0,009100,40.74487634,-73.99529885,728.581632831,6415,3442,4386,2534,009100,127325659.041,008200,262405408.076,,0.0,009100,008200,15864.4323946,63878,187337,hub,hub,non_hub,584822.527687,4510921.97538,586147.374893,4511728.63786
+8576,8576,1219,350.0,008200,,40.751946085,-73.979343242,330.0,009200,40.7548518863,-73.9734329075,593.549523771,1754,3442,1461,2534,009200,408192557.246,008200,262405408.076,,0.0,009200,008200,15864.4323946,72226,187337,hub,hub,non_hub,586655.650548,4512050.69496,586160.484806,4511722.31014
+8577,8577,1011,175.0,008200,,40.7519768322,-73.9794334777,117.0,009300,40.74475148,-73.99915362,845.966530333,9705,3442,5585,2534,009300,68528055.2433,008200,262405408.076,,0.0,009300,008200,15864.4323946,52202,187337,hub,hub,non_hub,584497.239363,4510904.39701,586152.827593,4511725.63471
+8578,8578,465,175.0,008200,,40.7519569417,-73.9793881114,93.0,009400,40.75320159,-73.9779874,735.285056275,29,3442,16,2534,009400,299218147.811,008200,262405408.076,,0.0,009400,008200,15864.4323946,82147,187337,hub,hub,non_hub,586273.319314,4511863.01244,586156.683001,4511723.47126
+8579,8579,1597,175.0,008200,,40.7519766917,-73.9794471107,153.0,009500,40.746647,-73.993915,726.048859388,3425,3442,1416,2534,009500,129660033.725,008200,262405408.076,,0.0,009500,008200,15864.4323946,57488,187337,hub,hub,non_hub,584937.108907,4511119.86954,586151.6769,4511725.60574
+8580,8580,1509,525.0,008200,,40.7519134477,-73.9793013768,420.0,009600,40.7560484872,-73.9803713061,400.27040945,153,3442,268,2534,009600,270304841.585,008200,262405408.076,,0.0,009600,008200,15864.4323946,71527,187337,hub,hub,non_hub,586068.406561,4512176.6982,586164.061118,4511718.72826
+8581,8581,2069,525.0,008200,,40.7519586942,-73.9793939889,297.0,009700,40.7493616033,-73.9991321067,796.224854392,4744,3442,2827,2534,009700,83018263.1602,008200,262405408.076,,0.0,009700,008200,15864.4323946,118804,187337,hub,hub,non_hub,584493.220017,4511416.17434,586156.184572,4511723.66003
+8582,8582,998,350.0,008200,,40.7519687771,-73.9794087524,210.0,009800,40.755285655,-73.96667288,629.165488313,7105,3442,5244,2534,009800,115943808.909,008200,262405408.076,,0.0,009800,008200,15864.4323946,40039,187337,hub,hub,non_hub,587225.727282,4512105.54383,586154.925254,4511724.76481
+8583,8583,4366,875.0,008200,,40.7519448116,-73.9793643263,555.0,009900,40.7520807866,-74.0031899092,862.005006944,3617,3442,2438,2534,009900,404439511.776,008200,262405408.076,,0.0,009900,008200,15864.4323946,208076,187337,hub,hub,hub,584147.226991,4511714.12465,586158.706549,4511722.14808
+8584,8584,2203,525.0,008200,,40.7519503086,-73.9793510222,363.0,010000,40.7583696933,-73.9710287767,535.573195227,1829,3442,1399,2534,010000,366457143.613,008200,262405408.076,,0.0,010000,008200,15864.4323946,72085,187337,hub,hub,non_hub,586854.014885,4512443.57459,586159.822565,4511722.77135
+8585,8585,11298,525.0,008200,,40.7519701438,-73.9794080327,381.0,010100,40.74945622,-73.9903382667,507.752586933,1119,3442,828,2534,010100,246168211.101,008200,262405408.076,,0.0,010100,008200,15864.4323946,183377,187337,hub,hub,hub,585235.486219,4511435.18064,586154.984242,4511724.91724
+8586,8586,1432,350.0,008200,,40.7519564436,-73.9793693881,243.0,010200,40.7606694,-73.973473555,539.520706349,313,3442,268,2534,010200,333450202.294,008200,262405408.076,,0.0,010200,008200,15864.4323946,46675,187337,hub,hub,non_hub,586644.664817,4512696.44233,586158.26423,4511723.43435
+8587,8587,7154,350.0,008200,,40.7519744224,-73.9794180909,294.0,010300,40.751000495,-73.994372255,605.386989065,1859,3442,1351,2534,010300,141506056.87,008200,262405408.076,,0.0,010300,008200,15864.4323946,221593,187337,hub,hub,hub,584892.968075,4511602.69644,586154.129623,4511725.38232
+8588,8588,2360,350.0,008200,,40.7519415357,-73.9793383237,225.0,010400,40.761664375,-73.976854975,533.212699665,1031,3442,1033,2534,010400,363981333.295,008200,262405408.076,,0.0,010400,008200,15864.4323946,65073,187337,hub,hub,non_hub,586357.961325,4512803.55852,586160.905867,4511721.80996
+8589,8589,592,175.0,008200,,40.7519327932,-73.9793435418,99.0,010602,40.75849116,-73.95920622,880.948421928,4794,3442,2963,2534,010602,67980898.3739,008200,262405408.076,,0.0,010602,008200,15864.4323946,22153,187337,hub,hub,non_hub,587851.796682,4512468.82754,586160.476656,4511720.83436
+8590,8590,1980,525.0,008200,,40.7519392542,-73.979326798,351.0,010800,40.7591736033,-73.96613818,690.116324416,8531,3442,6272,2534,010800,189351523.799,008200,262405408.076,,0.0,010800,008200,15864.4323946,79198,187337,hub,hub,non_hub,587265.778542,4512537.66689,586161.881792,4511721.56801
+8591,8591,3799,350.0,008200,,40.751983218,-73.9794305435,342.0,010900,40.751351715,-73.987594755,399.369993343,182,3442,92,2534,010900,228173063.011,008200,262405408.076,,0.0,010900,008200,15864.4323946,60092,187337,hub,hub,hub,585464.669441,4511648.26242,586153.067046,4511726.34647
+8592,8592,1168,175.0,008200,,40.7519634804,-73.9793850404,177.0,011201,40.7643971,-73.97371465,683.988792677,827,3442,964,2534,011201,118515444.187,008200,262405408.076,,0.0,011201,008200,15864.4323946,41525,187337,hub,hub,non_hub,586619.474659,4513110.00718,586156.933805,4511724.20013
+8593,8593,1421,175.0,008200,,40.7519331279,-73.979316909,99.0,011203,40.76095756,-73.96724467,689.341564356,1176,3442,1160,2534,011203,143782379.009,008200,262405408.076,,0.0,011203,008200,15864.4323946,48033,187337,hub,hub,non_hub,587170.050102,4512734.59972,586162.724509,4511720.89765
+8594,8594,12394,700.0,008200,,40.7519506759,-73.9793655056,594.0,011300,40.7548008425,-73.9888010575,411.285654098,204,3442,107,2534,011300,357940519.061,008200,262405408.076,,0.0,011300,008200,15864.4323946,236650,187337,hub,hub,hub,585358.423229,4512029.96675,586158.599425,4511722.79791
+8595,8595,3201,350.0,008200,,40.7519586324,-73.9793793112,246.0,011500,40.75701407,-73.992353645,510.297501591,2487,3442,1678,2534,011500,130958459.747,008200,262405408.076,,0.0,011500,008200,15864.4323946,103294,187337,hub,hub,hub,585055.712647,4512272.20178,586157.423714,4511723.66758
+8596,8596,1543,350.0,008200,,40.7519598207,-73.9793757686,252.0,011700,40.76058799,-74.00080945,827.735985478,2938,3442,2304,2534,011700,91270705.1484,008200,262405408.076,,0.0,011700,008200,15864.4323946,73016,187337,hub,hub,non_hub,584337.427395,4512660.77158,586157.72124,4511723.80297
+8597,8597,926,175.0,008200,,40.7519567689,-73.9793540957,102.0,011900,40.7568001,-73.98291153,402.7604352,1079,3442,1121,2534,011900,395254501.74,008200,262405408.076,,0.0,011900,008200,15864.4323946,39976,187337,hub,hub,non_hub,585853.012005,4512257.64444,586159.554766,4511723.48548
+8598,8598,2587,525.0,008200,,40.7519419719,-73.979329541,327.0,012100,40.7598593767,-73.9914900133,640.694250488,8366,3442,5744,2534,012100,101223732.045,008200,262405408.076,,0.0,012100,008200,15864.4323946,132767,187337,hub,hub,non_hub,585124.983126,4512588.88932,586161.646724,4511721.86701
+8599,8599,1114,175.0,008200,,40.7519737038,-73.9794142,153.0,012500,40.76064679,-73.98442659,547.076073645,2439,3442,2096,2534,012500,322911522.418,008200,262405408.076,,0.0,012500,008200,15864.4323946,45486,187337,hub,hub,non_hub,585720.180916,4512683.17447,586154.459018,4511725.30637
+8600,8600,1471,350.0,008200,,40.7519345991,-73.979312271,252.0,012700,40.762485435,-73.990447135,733.620822554,6437,3442,4434,2534,012700,104637996.687,008200,262405408.076,,0.0,012700,008200,15864.4323946,83393,187337,hub,hub,non_hub,585209.656415,4512881.41361,586163.114144,4511721.06553
+8601,8601,335,175.0,008200,,40.7519220951,-73.9792721311,72.0,012900,40.76341379,-73.99667444,895.895195475,5312,3442,3621,2534,012900,158698340.053,008200,262405408.076,,0.0,012900,008200,15864.4323946,28661,187337,hub,hub,non_hub,584682.864463,4512978.43901,586166.518819,4511719.7169
+8602,8602,3771,525.0,008200,,40.7519414043,-73.9793368972,480.0,013100,40.7621295133,-73.98215453,575.206992467,2489,3442,2283,2534,013100,405023451.28,008200,262405408.076,,0.0,013100,008200,15864.4323946,107228,187337,hub,hub,hub,585910.04945,4512849.98999,586161.02646,4511721.79677
+8603,8603,1296,525.0,008200,,40.75195409,-73.9793559976,303.0,013300,40.7647250567,-73.9866537633,770.6718332,5363,3442,3909,2534,013300,79847412.2593,008200,262405408.076,,0.0,013300,008200,15864.4323946,89810,187337,hub,hub,non_hub,585526.963405,4513133.71926,586159.397669,4511723.18623
+8604,8604,950,350.0,008200,,40.7519841468,-73.9794239394,195.0,013500,40.766984435,-73.99227308,880.623973248,6075,3442,3935,2534,013500,198199142.958,008200,262405408.076,,0.0,013500,008200,15864.4323946,64723,187337,hub,hub,non_hub,585049.80204,4513379.06475,586153.623356,4511726.45606
+8605,8605,2112,350.0,008200,,40.751950023,-73.9793608756,294.0,013700,40.766109285,-73.981808355,736.703383713,6557,3442,5442,2534,013700,314878324.419,008200,262405408.076,,0.0,013700,008200,15864.4323946,91142,187337,hub,hub,non_hub,585934.141665,4513292.1137,586158.99113,4511722.72997
+8606,8606,349,175.0,008200,,40.7519746633,-73.9794289758,81.0,013900,40.768254,-73.988639,937.820530243,7607,3442,7359,2534,013900,139918084.587,008200,262405408.076,,0.0,013900,008200,15864.4323946,26390,187337,hub,hub,non_hub,585354.890073,4513523.52534,586153.210433,4511725.39837
+8607,8607,350,175.0,008200,,40.7519290227,-73.9792868604,147.0,014300,40.76590936,-73.97634151,843.72448785,3,3442,0,2534,014300,50027992.3322,008200,262405408.076,,0.0,014300,008200,15864.4323946,21051,187337,hub,hub,non_hub,586395.803012,4513275.28949,586165.266456,4511720.47145
+8608,8608,1131,175.0,008200,,40.7519468924,-73.9793471488,108.0,014500,40.76915505,-73.98191841,911.245725142,5811,3442,3462,2534,014500,253397343.373,008200,262405408.076,,0.0,014500,008200,15864.4323946,68350,187337,hub,hub,non_hub,585920.929601,4513630.10902,586160.153961,4511722.39594
+8609,8609,475,175.0,008200,,40.7519261166,-73.9793291798,165.0,014700,40.770513,-73.988038,923.953975309,2586,3442,1743,2534,014700,70871746.8417,008200,262405408.076,,0.0,014700,008200,15864.4323946,35099,187337,hub,hub,non_hub,585402.720353,4513774.87644,586161.69769,4511720.10731
+8610,8610,294,175.0,008200,,40.7521082552,-73.9797241318,108.0,015100,40.771522,-73.990541,1047.30503099,8105,3442,4856,2534,015100,164953931.102,008200,262405408.076,,0.0,015100,008200,15864.4323946,17578,187337,hub,hub,non_hub,585190.192062,4513884.4495,586128.121544,4511739.93834
+8611,8611,702,350.0,008200,,40.7519787111,-73.9794354409,210.0,031703,40.71644312,-74.014902115,1750.9039791,8670,3442,4231,2534,031703,332361109.355,008200,262405408.076,,0.0,031703,008200,15864.4323946,136082,187337,hub,hub,non_hub,583202.897614,4507746.93647,586152.659435,4511725.84136
+8612,8612,555,525.0,008200,,40.7519087842,-73.979267749,294.0,031704,40.7085171733,-74.0165557667,2114.12075065,6610,3442,3790,2534,031704,160823714.408,008200,262405408.076,,0.0,031704,008200,15864.4323946,105244,187337,hub,hub,non_hub,583073.076824,4506865.54027,586166.905939,4511718.24359
+8613,8613,398,525.0,008200,,40.7519338424,-73.9793501494,255.0,000600,40.7128987867,-73.9898646367,1403.34635103,11558,3442,4083,2534,000600,59149181.7526,008200,262405408.076,,0.0,000600,008200,15864.4323946,70053,187337,hub,hub,non_hub,585322.159723,4507377.5136,586159.917504,4511720.94433
+8614,8614,153,357.0,008300,,40.742591315,-74.004102785,216.0,000202,40.71318002,-73.9818904933,1515.30340287,8012,4211,3598,2321,000202,37878157.9781,008300,119862327.354,008300,71592827.0,000202,008300,19253.6235014,56352,193811,hub,hub,non_hub,585995.353038,4507416.50937,584082.11654,4510659.85081
+8615,8615,998,833.0,008300,,40.742591315,-74.004102785,1032.0,000700,40.70581148,-74.0081572071,1472.42937864,7722,4211,5201,2321,000700,476954959.734,008300,119862327.354,008300,71592827.0,000700,008300,19253.6235014,160040,193811,hub,hub,non_hub,583785.918305,4506573.16797,584082.11654,4510659.85081
+8616,8616,81,238.0,008300,,40.742591315,-74.004102785,188.0,000800,40.712414475,-73.993471545,1547.06617647,10365,4211,4150,2321,000800,46479755.076,008300,119862327.354,008300,71592827.0,000800,008300,19253.6235014,34254,193811,hub,hub,non_hub,585018.109713,4507320.25418,584082.11654,4510659.85081
+8617,8617,303,357.0,008300,,40.742591315,-74.004102785,388.0,000900,40.7024745833,-74.01224785,1491.72582789,1140,4211,939,2321,000900,404341803.896,008300,119862327.354,008300,71592827.0,000900,008300,19253.6235014,46446,193811,hub,hub,non_hub,583444.520998,4506198.85784,584082.11654,4510659.85081
+8618,8618,102,119.0,008300,,40.742591315,-74.004102785,76.0,001002,40.71782143,-73.97628939,1430.32326007,6439,4211,2346,2321,001002,22763374.2099,008300,119862327.354,008300,71592827.0,001002,008300,19253.6235014,15916,193811,hub,hub,non_hub,586462.45635,4507937.23607,584082.11654,4510659.85081
+8619,8619,192,238.0,008300,,40.742591315,-74.004102785,184.0,001200,40.717364275,-73.982955325,1453.91790818,3547,4211,1857,2321,001200,23518220.7411,008300,119862327.354,008300,71592827.0,001200,008300,19253.6235014,36493,193811,hub,hub,non_hub,585900.031125,4507879.94738,584082.11654,4510659.85081
+8620,8620,260,119.0,008300,,40.742591315,-74.004102785,144.0,001300,40.70463334,-74.01361706,1503.39311956,3776,4211,3028,2321,001300,286606455.687,008300,119862327.354,008300,71592827.0,001300,008300,19253.6235014,27671,193811,hub,hub,non_hub,583326.158808,4506437.19368,584082.11654,4510659.85081
+8621,8621,95,119.0,008300,,40.742591315,-74.004102785,112.0,001401,40.71559509,-73.9870295,1212.66083677,3289,4211,1708,2321,001401,20168722.3199,008300,119862327.354,008300,71592827.0,001401,008300,19253.6235014,26885,193811,hub,hub,non_hub,585558.18429,4507679.57909,584082.11654,4510659.85081
+8622,8622,147,238.0,008300,3.9289429245,40.7425080043,-74.0041654071,268.0,001501,40.7099247943,-74.00387244,1532.12465693,5581,4211,3450,2321,001501,172466366.322,008300,119862327.354,008300,71592827.0,001501,008300,19253.6235014,27425,193811,hub,hub,non_hub,584142.701554,4507033.86782,584076.934283,4510650.54275
+8623,8623,504,357.0,008300,,40.742591315,-74.004102785,492.0,001502,40.7088053467,-74.00635276,1248.90913161,7095,4211,3459,2321,001502,221282059.103,008300,119862327.354,008300,71592827.0,001502,008300,19253.6235014,82052,193811,hub,hub,non_hub,583934.59195,4506907.22889,584082.11654,4510659.85081
+8624,8624,318,357.0,008300,,40.742591315,-74.004102785,428.0,001600,40.7153350167,-73.9943926833,1305.78677502,8236,4211,3242,2321,001600,76565505.7581,008300,119862327.354,008300,71592827.0,001600,008300,19253.6235014,82798,193811,hub,hub,non_hub,584936.591099,4507643.5622,584082.11654,4510659.85081
+8625,8625,877,476.0,008300,,40.742591315,-74.004102785,616.0,001800,40.7193657075,-73.9906468425,1189.73403495,8063,4211,3489,2321,001800,60554858.5127,008300,119862327.354,008300,71592827.0,001800,008300,19253.6235014,133306,193811,hub,hub,non_hub,585247.838585,4508094.62497,584082.11654,4510659.85081
+8626,8626,137,238.0,008300,,40.742591315,-74.004102785,184.0,002000,40.721554605,-73.977309405,1324.98967293,4795,4211,1899,2321,002000,17907673.5628,008300,119862327.354,008300,71592827.0,002000,008300,19253.6235014,31656,193811,hub,hub,non_hub,586371.478696,4508350.63994,584082.11654,4510659.85081
+8627,8627,1714,476.0,008300,,40.742591315,-74.004102785,408.0,002100,40.71451321,-74.0108850975,1001.86292101,6111,4211,3038,2321,002100,273869828.705,008300,119862327.354,008300,71592827.0,002100,008300,19253.6235014,151037,193811,hub,hub,non_hub,583544.598931,4507536.51732,584082.11654,4510659.85081
+8628,8628,72,238.0,008300,,40.742591315,-74.004102785,176.0,002201,40.71833027,-73.980972895,1627.33197787,6762,4211,3030,2321,002201,37585954.9949,008300,119862327.354,008300,71592827.0,002201,008300,19253.6235014,26391,193811,hub,hub,non_hub,586066.226443,4507989.12022,584082.11654,4510659.85081
+8629,8629,148,119.0,008300,,40.742591315,-74.004102785,124.0,002202,40.7208736,-73.98085795,1187.49094358,2256,4211,1045,2321,002202,13179093.8977,008300,119862327.354,008300,71592827.0,002202,008300,19253.6235014,23935,193811,hub,hub,non_hub,586072.658368,4508271.55961,584082.11654,4510659.85081
+8630,8630,184,238.0,008300,,40.742591315,-74.004102785,192.0,002400,40.724744875,-73.974986535,1162.34867086,5775,4211,2175,2321,002400,17986635.5592,008300,119862327.354,008300,71592827.0,002400,008300,19253.6235014,17965,193811,hub,hub,non_hub,586563.526382,4508707.06897,584082.11654,4510659.85081
+8631,8631,217,238.0,008300,,40.742591315,-74.004102785,248.0,002500,40.7111743,-73.99849582,1280.48299788,5061,4211,1917,2321,002500,22428407.6271,008300,119862327.354,008300,71592827.0,002500,008300,19253.6235014,28216,193811,hub,hub,non_hub,584595.28909,4507177.73549,584082.11654,4510659.85081
+8632,8632,165,119.0,008300,,40.742591315,-74.004102785,124.0,002601,40.72299208,-73.97995466,1124.11232038,3774,4211,1593,2321,002601,22248722.3098,008300,119862327.354,008300,71592827.0,002601,008300,19253.6235014,22144,193811,hub,hub,non_hub,586146.216204,4508507.61099,584082.11654,4510659.85081
+8633,8633,47,119.0,008300,,40.742591315,-74.004102785,108.0,002700,40.71307916,-73.99851193,1357.73809524,1191,4211,655,2321,002700,11349914.9514,008300,119862327.354,008300,71592827.0,002700,008300,19253.6235014,20570,193811,hub,hub,non_hub,584591.517275,4507389.17181,584082.11654,4510659.85081
+8634,8634,463,119.0,008300,,40.742591315,-74.004102785,128.0,002800,40.72521311,-73.97768752,1016.85127585,7302,4211,3341,2321,002800,47641507.3146,008300,119862327.354,008300,71592827.0,002800,008300,19253.6235014,36744,193811,hub,hub,non_hub,586334.816403,4508756.38709,584082.11654,4510659.85081
+8635,8635,152,119.0,008300,,40.742591315,-74.004102785,172.0,002900,40.71602118,-73.99974372,1240.56428163,5855,4211,2420,2321,002900,200965547.24,008300,119862327.354,008300,71592827.0,002900,008300,19253.6235014,31936,193811,hub,hub,non_hub,584483.752153,4507714.56961,584082.11654,4510659.85081
+8636,8636,360,119.0,008300,,40.742591315,-74.004102785,140.0,003001,40.72066442,-73.98517977,1217.52251518,4301,4211,2553,2321,003001,34302720.7166,008300,119862327.354,008300,71592827.0,003001,008300,19253.6235014,41223,193811,hub,hub,non_hub,585707.91731,4508244.11218,584082.11654,4510659.85081
+8637,8637,227,119.0,008300,,40.742591315,-74.004102785,148.0,003002,40.72217444,-73.98368779,1186.89287027,3031,4211,1885,2321,003002,18686109.2263,008300,119862327.354,008300,71592827.0,003002,008300,19253.6235014,38675,193811,hub,hub,non_hub,585831.986427,4508413.19181,584082.11654,4510659.85081
+8638,8638,390,357.0,008300,,40.742591315,-74.004102785,484.0,003100,40.7140617467,-74.0041933367,1245.72778488,2809,4211,858,2321,003100,145687012.574,008300,119862327.354,008300,71592827.0,003100,008300,19253.6235014,81469,193811,hub,hub,non_hub,584110.388584,4507492.78891,584082.11654,4510659.85081
+8639,8639,1248,357.0,008300,,40.742591315,-74.004102785,400.0,003200,40.7260543867,-73.9823576167,1055.45711389,7630,4211,4888,2321,003200,46369492.482,008300,119862327.354,008300,71592827.0,003200,008300,19253.6235014,138064,193811,hub,hub,non_hub,585939.335766,4508845.19329,584082.11654,4510659.85081
+8640,8640,1394,595.0,008300,,40.742591315,-74.004102785,692.0,003300,40.718824714,-74.0063280584,945.714652432,5174,4211,2694,2321,003300,215459582.054,008300,119862327.354,008300,71592827.0,003300,008300,19253.6235014,115059,193811,hub,hub,non_hub,583924.095456,4508019.46724,584082.11654,4510659.85081
+8641,8641,488,119.0,008300,,40.742591315,-74.004102785,156.0,003400,40.72955361,-73.98057249,867.419685337,6706,4211,4203,2321,003400,42933229.7541,008300,119862327.354,008300,71592827.0,003400,008300,19253.6235014,47926,193811,hub,hub,non_hub,586085.581298,4509235.37985,584082.11654,4510659.85081
+8642,8642,513,238.0,008300,,40.742591315,-74.004102785,264.0,003601,40.72217423,-73.990293175,1017.08279469,3299,4211,1613,2321,003601,29191583.8104,008300,119862327.354,008300,71592827.0,003601,008300,19253.6235014,77585,193811,hub,hub,non_hub,585274.124459,4508406.73315,584082.11654,4510659.85081
+8643,8643,748,238.0,008300,,40.742591315,-74.004102785,248.0,003602,40.724852985,-73.989265345,1041.86690645,2918,4211,1586,2321,003602,24941258.1161,008300,119862327.354,008300,71592827.0,003602,008300,19253.6235014,82124,193811,hub,hub,non_hub,585357.507872,4508705.09166,584082.11654,4510659.85081
+8644,8644,3334,476.0,008300,,40.742591315,-74.004102785,592.0,003700,40.7256696075,-74.0052069325,802.69295045,2401,4211,1490,2321,003700,212385639.924,008300,119862327.354,008300,71592827.0,003700,008300,19253.6235014,173333,193811,hub,hub,hub,584010.178026,4508780.36793,584082.11654,4510659.85081
+8645,8645,1810,476.0,008300,,40.742591315,-74.004102785,640.0,003800,40.72765889,-73.988195855,887.854862041,8610,4211,5795,2321,003800,67437493.5221,008300,119862327.354,008300,71592827.0,003800,008300,19253.6235014,167230,193811,hub,hub,non_hub,585444.239635,4509017.60641,584082.11654,4510659.85081
+8646,8646,1695,476.0,008300,,40.742591315,-74.004102785,424.0,003900,40.7201717475,-74.00983051,974.186914394,5253,4211,3059,2321,003900,194910113.03,008300,119862327.354,008300,71592827.0,003900,008300,19253.6235014,113624,193811,hub,hub,non_hub,583626.593058,4508165.65565,584082.11654,4510659.85081
+8647,8647,1098,238.0,008300,,40.742591315,-74.004102785,264.0,004000,40.73000573,-73.98549552,854.445997015,9801,4211,4546,2321,004000,66858387.5133,008300,119862327.354,008300,71592827.0,004000,008300,19253.6235014,99660,193811,hub,hub,non_hub,585669.269443,4509280.75306,584082.11654,4510659.85081
+8648,8648,1304,238.0,008300,,40.742591315,-74.004102785,256.0,004100,40.7195529,-73.996789035,1162.2888481,7793,4211,3765,2321,004100,71738983.3617,008300,119862327.354,008300,71592827.0,004100,008300,19253.6235014,114685,193811,hub,hub,non_hub,584728.836557,4508109.46034,584082.11654,4510659.85081
+8649,8649,427,119.0,008300,,40.742591315,-74.004102785,140.0,004200,40.73223272,-73.98889957,753.267486355,4988,4211,1801,2321,004200,39941846.3325,008300,119862327.354,008300,71592827.0,004200,008300,19253.6235014,50846,193811,hub,hub,non_hub,585378.96492,4509524.64843,584082.11654,4510659.85081
+8650,8650,911,238.0,008300,,40.742591315,-74.004102785,268.0,004300,40.723870235,-73.995226525,1016.47470725,4267,4211,2598,2321,004300,65935514.1184,008300,119862327.354,008300,71592827.0,004300,008300,19253.6235014,95162,193811,hub,hub,non_hub,584855.320992,4508590.22212,584082.11654,4510659.85081
+8651,8651,1441,238.0,008300,,40.742591315,-74.004102785,240.0,004400,40.73080269,-73.97968993,817.670061296,17710,4211,8297,2321,004400,114601147.016,008300,119862327.354,008300,71592827.0,004400,008300,19253.6235014,106427,193811,hub,hub,non_hub,586158.498991,4509374.90208,584082.11654,4510659.85081
+8652,8652,298,119.0,008300,,40.742591315,-74.004102785,108.0,004500,40.71910537,-73.99973337,1141.94101081,840,4211,582,2321,004500,52009114.8865,008300,119862327.354,008300,71592827.0,004500,008300,19253.6235014,34275,193811,hub,hub,non_hub,584480.726971,4508056.94497,584082.11654,4510659.85081
+8653,8653,361,119.0,008300,,40.742591315,-74.004102785,156.0,004700,40.72165481,-74.00234737,1009.11758338,2267,4211,1586,2321,004700,75477587.1594,008300,119862327.354,008300,71592827.0,004700,008300,19253.6235014,27544,193811,hub,hub,non_hub,584256.734795,4508337.43837,584082.11654,4510659.85081
+8654,8654,1003,119.0,008300,,40.742591315,-74.004102785,140.0,004800,40.73624527,-73.98473765,679.022596118,7550,4211,3799,2321,004800,74763044.6965,008300,119862327.354,008300,71592827.0,004800,008300,19253.6235014,42567,193811,hub,hub,non_hub,585725.258797,4509974.12516,584082.11654,4510659.85081
+8655,8655,1266,238.0,008300,,40.742591315,-74.004102785,292.0,004900,40.724268615,-74.000521515,911.731143169,4951,4211,3054,2321,004900,103848670.177,008300,119862327.354,008300,71592827.0,004900,008300,19253.6235014,80152,193811,hub,hub,non_hub,584407.63728,4508629.34168,584082.11654,4510659.85081
+8656,8656,2926,357.0,008300,,40.742591315,-74.004102785,372.0,005000,40.7359163467,-73.9873427633,629.954255237,5061,4211,3595,2321,005000,120638459.215,008300,119862327.354,008300,71592827.0,005000,008300,19253.6235014,111023,193811,hub,hub,non_hub,585505.709717,4509935.07175,584082.11654,4510659.85081
+8657,8657,7756,238.0,008300,,40.742591315,-74.004102785,424.0,005200,40.73715585,-73.991241315,492.388656085,4193,4211,1785,2321,005200,109103391.81,008300,119862327.354,008300,71592827.0,005200,008300,19253.6235014,159876,193811,hub,hub,hub,585174.941657,4510068.87544,584082.11654,4510659.85081
+8658,8658,2684,119.0,008300,,40.742591315,-74.004102785,188.0,005400,40.73971301,-73.99456405,431.412949378,4656,4211,2837,2321,005400,128803552.888,008300,119862327.354,008300,71592827.0,005400,008300,19253.6235014,73728,193811,hub,hub,non_hub,584891.129718,4510349.51956,584082.11654,4510659.85081
+8659,8659,597,119.0,008300,,40.742591315,-74.004102785,120.0,005501,40.72679454,-73.99695094,855.159274038,5079,4211,2483,2321,005501,61061928.4125,008300,119862327.354,008300,71592827.0,005501,008300,19253.6235014,57258,193811,hub,hub,non_hub,584705.980012,4508913.17477,584082.11654,4510659.85081
+8660,8660,738,119.0,008300,,40.742591315,-74.004102785,108.0,005502,40.72743423,-73.99379025,808.835180025,2383,4211,1262,2321,005502,49017118.6146,008300,119862327.354,008300,71592827.0,005502,008300,19253.6235014,55117,193811,hub,hub,non_hub,584972.085912,4508987.23863,584082.11654,4510659.85081
+8661,8661,2745,238.0,008300,,40.742591315,-74.004102785,380.0,005600,40.74065347,-73.98778661,620.967081103,2618,4211,2190,2321,005600,189153355.609,008300,119862327.354,008300,71592827.0,005600,008300,19253.6235014,113209,193811,hub,hub,non_hub,585462.168743,4510460.49357,584082.11654,4510659.85081
+8662,8662,2383,238.0,008300,,40.742591315,-74.004102785,328.0,005700,40.729662915,-73.992405595,723.289203847,2937,4211,1789,2321,005700,90178032.7137,008300,119862327.354,008300,71592827.0,005700,008300,19253.6235014,156896,193811,hub,hub,non_hub,585086.179601,4509235.9788,584082.11654,4510659.85081
+8663,8663,3152,238.0,008300,,40.742591315,-74.004102785,348.0,005800,40.743154205,-73.990299735,570.804359703,3182,4211,2306,2321,005800,164037511.755,008300,119862327.354,008300,71592827.0,005800,008300,19253.6235014,130970,193811,hub,hub,hub,585246.786708,4510735.64918,584082.11654,4510659.85081
+8664,8664,627,119.0,008300,,40.742591315,-74.004102785,124.0,005900,40.73049393,-73.9957214,735.301161173,5516,4211,3276,2321,005900,71785177.1361,008300,119862327.354,008300,71592827.0,005900,008300,19253.6235014,53180,193811,hub,hub,non_hub,584805.117402,4509325.01914,584082.11654,4510659.85081
+8665,8665,785,238.0,008300,,40.742591315,-74.004102785,252.0,006000,40.734822295,-73.976916765,918.50972194,5286,4211,2459,2321,006000,27468182.8943,008300,119862327.354,008300,71592827.0,006000,008300,19253.6235014,80462,193811,hub,hub,non_hub,586387.478737,4509823.83141,584082.11654,4510659.85081
+8666,8666,4722,476.0,008300,,40.742591315,-74.004102785,564.0,006100,40.73385254,-73.992357065,604.997858049,4913,4211,2683,2321,006100,91682014.33,008300,119862327.354,008300,71592827.0,006100,008300,19253.6235014,245510,193811,hub,hub,hub,585084.940162,4509701.10308,584082.11654,4510659.85081
+8667,8667,262,119.0,008300,,40.742591315,-74.004102785,120.0,006200,40.7381765,-73.97738662,965.677774893,4680,4211,1401,2321,006200,231817485.533,008300,119862327.354,008300,71592827.0,006200,008300,19253.6235014,33218,193811,hub,hub,non_hub,586343.467107,4510195.70961,584082.11654,4510659.85081
+8668,8668,3346,357.0,008300,,40.742591315,-74.004102785,396.0,006300,40.7346940933,-73.99785666,522.056493995,6076,4211,4277,2321,006300,85447631.8451,008300,119862327.354,008300,71592827.0,006300,008300,19253.6235014,120233,193811,hub,hub,hub,584619.48321,4509789.20591,584082.11654,4510659.85081
+8669,8669,842,119.0,008300,,40.742591315,-74.004102785,156.0,006400,40.73587678,-73.98205027,768.80979928,7518,4211,5058,2321,006400,95664936.1545,008300,119862327.354,008300,71592827.0,006400,008300,19253.6235014,47750,193811,hub,hub,non_hub,585952.649806,4509935.84788,584082.11654,4510659.85081
+8670,8670,1856,357.0,008300,,40.742591315,-74.004102785,424.0,006500,40.7306296367,-73.9991423,682.13598321,6517,4211,3568,2321,006500,59290910.3694,008300,119862327.354,008300,71592827.0,006500,008300,19253.6235014,125356,193811,hub,hub,non_hub,584516.067395,4509336.78488,584082.11654,4510659.85081
+8671,8671,678,238.0,008300,,40.742591315,-74.004102785,328.0,006600,40.739285505,-73.97827188,1031.40534141,11780,4211,6818,2321,006600,84730469.4548,008300,119862327.354,008300,71592827.0,006600,008300,19253.6235014,74621,193811,hub,hub,non_hub,586267.286922,4510317.94668,584082.11654,4510659.85081
+8672,8672,1450,119.0,008300,,40.742591315,-74.004102785,156.0,006700,40.73038599,-74.00214988,643.045957772,4984,4211,3796,2321,006700,47238039.9972,008300,119862327.354,008300,71592827.0,006700,008300,19253.6235014,70025,193811,hub,hub,non_hub,584262.399901,4509306.84766,584082.11654,4510659.85081
+8673,8673,799,119.0,008300,,40.742591315,-74.004102785,156.0,006800,40.74025878,-73.98409214,743.290218711,6735,4211,4494,2321,006800,130298431.446,008300,119862327.354,008300,71592827.0,006800,008300,19253.6235014,58926,193811,hub,hub,non_hub,585774.608423,4510420.28363,584082.11654,4510659.85081
+8674,8674,4108,238.0,008300,,40.742591315,-74.004102785,268.0,006900,40.732319905,-74.0069291,537.129571268,2687,4211,1484,2321,006900,61292499.9331,008300,119862327.354,008300,71592827.0,006900,008300,19253.6235014,130727,193811,hub,hub,hub,583856.38945,4509516.94969,584082.11654,4510659.85081
+8675,8675,865,357.0,008300,,40.742591315,-74.004102785,508.0,007000,40.7425336902,-73.9756503114,1101.5308601,8302,4211,5669,2321,007000,78634704.8451,008300,119862327.354,008300,71592827.0,007000,008300,19253.6235014,145227,193811,hub,hub,non_hub,586484.429009,4510681.09807,584082.11654,4510659.85081
+8676,8676,2531,238.0,008300,,40.742591315,-74.004102785,284.0,007100,40.736526545,-74.000108805,410.883363636,5633,4211,3844,2321,007100,68447429.2743,008300,119862327.354,008300,71592827.0,007100,008300,19253.6235014,79459,193811,hub,hub,non_hub,584426.995774,4509990.4524,584082.11654,4510659.85081
+8677,8677,2281,357.0,008300,,40.742591315,-74.004102785,504.0,007200,40.7447014833,-73.98154809,892.722177933,7734,4211,5222,2321,007200,132092861.454,008300,119862327.354,008300,71592827.0,007200,008300,19253.6235014,157612,193811,hub,hub,non_hub,585983.687715,4510915.94446,584082.11654,4510659.85081
+8678,8678,3781,238.0,008300,,40.742591315,-74.004102785,236.0,007300,40.734682705,-74.00388484,465.020854737,5615,4211,4547,2321,007300,48716185.79,008300,119862327.354,008300,71592827.0,007300,008300,19253.6235014,92567,193811,hub,hub,hub,584110.479319,4509782.14883,584082.11654,4510659.85081
+8679,8679,1325,238.0,008300,,40.742591315,-74.004102785,344.0,007400,40.746413585,-73.98586892,748.36067982,4179,4211,2700,2321,007400,170614202.951,008300,119862327.354,008300,71592827.0,007400,008300,19253.6235014,81121,193811,hub,hub,non_hub,585616.696258,4511101.7763,584082.11654,4510659.85081
+8680,8680,1198,238.0,008300,,40.742591315,-74.004102785,276.0,007600,40.74737476,-73.988320695,754.02208561,2203,4211,1573,2321,007600,242014413.464,008300,119862327.354,008300,71592827.0,007600,008300,19253.6235014,97464,193811,hub,hub,non_hub,585408.475283,4511206.08492,584082.11654,4510659.85081
+8681,8681,2633,119.0,008300,,40.742591315,-74.004102785,172.0,007700,40.7390169121,-74.0026376103,333.977861229,5404,4211,4254,2321,007700,59306273.1509,008300,119862327.354,008300,71592827.0,007700,008300,19253.6235014,79025,193811,hub,hub,non_hub,584210.329106,4510264.47156,584082.11654,4510659.85081
+8682,8682,465,119.0,008300,,40.742591315,-74.004102785,156.0,007800,40.74780373,-73.9734419,1125.67595211,7380,4211,5372,2321,007800,112124597.728,008300,119862327.354,008300,71592827.0,007800,008300,19253.6235014,59601,193811,hub,hub,non_hub,586664.043115,4511268.28888,584082.11654,4510659.85081
+8683,8683,5130,595.0,008300,,40.742591315,-74.004102785,696.0,007900,40.738916514,-74.007286026,516.439108053,4406,4211,2904,2321,007900,86937368.5918,008300,119862327.354,008300,71592827.0,007900,008300,19253.6235014,171846,193811,hub,hub,hub,583817.969395,4510248.87788,584082.11654,4510659.85081
+8684,8684,537,238.0,008300,,40.742591315,-74.004102785,284.0,008000,40.7485693,-73.97717991,1012.84175069,4946,4211,3730,2321,008000,197763821.532,008300,119862327.354,008300,71592827.0,008000,008300,19253.6235014,74808,193811,hub,hub,non_hub,586347.477591,4511349.58844,584082.11654,4510659.85081
+8685,8685,4359,119.0,008300,,40.742591315,-74.004102785,156.0,008100,40.73935542,-73.99931783,305.443857142,8675,4211,5315,2321,008100,91100400.6907,008300,119862327.354,008300,71592827.0,008100,008300,19253.6235014,53195,193811,hub,hub,hub,584490.204148,4510305.23824,584082.11654,4510659.85081
+8686,8686,3731,357.0,008300,,40.742591315,-74.004102785,700.0,008200,40.751954351,-73.9793704757,1013.86128865,3442,4211,2534,2321,008200,262405408.076,008300,119862327.354,008300,71592827.0,008200,008300,19253.6235014,228612,193811,hub,hub,hub,586158.175114,4511723.20099,584082.11654,4510659.85081
+8687,8687,386,119.0,008300,,40.742591315,-74.004102785,152.0,008400,40.75038009,-73.98338988,887.429109746,1726,4211,1041,2321,008400,147824461.739,008300,119862327.354,008300,71592827.0,008400,008300,19253.6235014,34199,193811,hub,hub,non_hub,585820.889203,4511544.50828,584082.11654,4510659.85081
+8688,8688,83,119.0,008300,,40.742591315,-74.004102785,172.0,008601,40.744219,-73.97121214,1391.02443529,2551,4211,1528,2321,008601,31141773.9073,008300,119862327.354,008300,71592827.0,008601,008300,19253.6235014,31961,193811,hub,hub,non_hub,586856.951039,4510872.56191,584082.11654,4510659.85081
+8689,8689,8069,238.0,008300,,40.742591315,-74.004102785,312.0,008700,40.74206378,-73.995708955,368.872147624,6671,4211,4249,2321,008700,85660216.7821,008300,119862327.354,008300,71592827.0,008700,008300,19253.6235014,152953,193811,hub,hub,hub,584791.475936,4510609.36503,584082.11654,4510659.85081
+8690,8690,222,238.0,008300,,40.742591315,-74.004102785,312.0,008800,40.75012189,-73.970133575,1160.20501369,6964,4211,5507,2321,008800,216532475.876,008300,119862327.354,008300,71592827.0,008800,008300,19253.6235014,43247,193811,hub,hub,non_hub,586940.323322,4511528.89362,584082.11654,4510659.85081
+8691,8691,9897,357.0,008300,,40.742591315,-74.004102785,480.0,008900,40.74529008,-74.0021768567,354.43818905,5560,4211,3511,2321,008900,54419260.2723,008300,119862327.354,008300,71592827.0,008900,008300,19253.6235014,158638,193811,hub,hub,hub,584241.316685,4510961.27944,584082.11654,4510659.85081
+8692,8692,383,357.0,008300,,40.742591315,-74.004102785,440.0,009000,40.75261798,-73.9703317533,1199.5974163,7026,4211,5832,2321,009000,208846060.851,008300,119862327.354,008300,71592827.0,009000,008300,19253.6235014,74531,193811,hub,hub,non_hub,586920.342162,4511805.78171,584082.11654,4510659.85081
+8693,8693,3019,119.0,008300,,40.742591315,-74.004102785,156.0,009100,40.74487634,-73.99529885,422.935922155,6415,4211,4386,2321,009100,127325659.041,008300,119862327.354,008300,71592827.0,009100,008300,19253.6235014,63878,193811,hub,hub,hub,584822.527687,4510921.97538,584082.11654,4510659.85081
+8694,8694,460,238.0,008300,,40.742591315,-74.004102785,440.0,009200,40.7548518863,-73.9734329075,1206.54955371,1754,4211,1461,2321,009200,408192557.246,008300,119862327.354,008300,71592827.0,009200,008300,19253.6235014,72226,193811,hub,hub,non_hub,586655.650548,4512050.69496,584082.11654,4510659.85081
+8695,8695,2139,119.0,008300,,40.742591315,-74.004102785,156.0,009300,40.74475148,-73.99915362,332.654350579,9705,4211,5585,2321,009300,68528055.2433,008300,119862327.354,008300,71592827.0,009300,008300,19253.6235014,52202,193811,hub,hub,non_hub,584497.239363,4510904.39701,584082.11654,4510659.85081
+8696,8696,2271,119.0,008300,,40.742591315,-74.004102785,124.0,009400,40.75320159,-73.9779874,1039.95491973,29,4211,16,2321,009400,299218147.811,008300,119862327.354,008300,71592827.0,009400,008300,19253.6235014,82147,193811,hub,hub,non_hub,586273.319314,4511863.01244,584082.11654,4510659.85081
+8697,8697,2036,119.0,008300,,40.742591315,-74.004102785,204.0,009500,40.746647,-73.993915,492.705570382,3425,4211,1416,2321,009500,129660033.725,008300,119862327.354,008300,71592827.0,009500,008300,19253.6235014,57488,193811,hub,hub,non_hub,584937.108907,4511119.86954,584082.11654,4510659.85081
+8698,8698,655,357.0,008300,,40.742591315,-74.004102785,560.0,009600,40.7560652593,-73.9803867798,1095.92348495,153,4211,268,2321,009600,270304841.585,008300,119862327.354,008300,71592827.0,009600,008300,19253.6235014,71527,193811,hub,hub,non_hub,586067.07875,4512178.54486,584082.11654,4510659.85081
+8699,8699,7879,357.0,008300,,40.742591315,-74.004102785,396.0,009700,40.7493616033,-73.9991321067,420.517470439,4744,4211,2827,2321,009700,83018263.1602,008300,119862327.354,008300,71592827.0,009700,008300,19253.6235014,118804,193811,hub,hub,hub,584493.220017,4511416.17434,584082.11654,4510659.85081
+8700,8700,134,238.0,008300,,40.742591315,-74.004102785,280.0,009800,40.755285655,-73.96667288,1457.51778871,7105,4211,5244,2321,009800,115943808.909,008300,119862327.354,008300,71592827.0,009800,008300,19253.6235014,40039,193811,hub,hub,non_hub,587225.727282,4512105.54383,584082.11654,4510659.85081
+8701,8701,9764,595.0,008300,,40.742591315,-74.004102785,740.0,009900,40.7520807866,-74.0031899092,541.944817272,3617,4211,2438,2321,009900,404439511.776,008300,119862327.354,008300,71592827.0,009900,008300,19253.6235014,208076,193811,hub,hub,hub,584147.226991,4511714.12465,584082.11654,4510659.85081
+8702,8702,337,357.0,008300,,40.742591315,-74.004102785,484.0,010000,40.7583696933,-73.9710287767,1411.63767806,1829,4211,1399,2321,010000,366457143.613,008300,119862327.354,008300,71592827.0,010000,008300,19253.6235014,72085,193811,hub,hub,non_hub,586854.014885,4512443.57459,584082.11654,4510659.85081
+8703,8703,2129,357.0,008300,,40.742591315,-74.004102785,508.0,010100,40.74945622,-73.9903382667,651.773767696,1119,4211,828,2321,010100,246168211.101,008300,119862327.354,008300,71592827.0,010100,008300,19253.6235014,183377,193811,hub,hub,non_hub,585235.486219,4511435.18064,584082.11654,4510659.85081
+8704,8704,293,238.0,008300,,40.742591315,-74.004102785,324.0,010200,40.7606694,-73.973473555,1237.8839972,313,4211,268,2321,010200,333450202.294,008300,119862327.354,008300,71592827.0,010200,008300,19253.6235014,46675,193811,hub,hub,non_hub,586644.664817,4512696.44233,584082.11654,4510659.85081
+8705,8705,10349,238.0,008300,,40.742591315,-74.004102785,392.0,010300,40.751000495,-73.994372255,523.871665347,1859,4211,1351,2321,010300,141506056.87,008300,119862327.354,008300,71592827.0,010300,008300,19253.6235014,221593,193811,hub,hub,hub,584892.968075,4511602.69644,584082.11654,4510659.85081
+8706,8706,518,238.0,008300,,40.742591315,-74.004102785,300.0,010400,40.761664375,-73.976854975,1094.56556935,1031,4211,1033,2321,010400,363981333.295,008300,119862327.354,008300,71592827.0,010400,008300,19253.6235014,65073,193811,hub,hub,non_hub,586357.961325,4512803.55852,584082.11654,4510659.85081
+8707,8707,268,119.0,008300,,40.742591315,-74.004102785,132.0,010602,40.75849116,-73.95920622,1549.87710133,4794,4211,2963,2321,010602,67980898.3739,008300,119862327.354,008300,71592827.0,010602,008300,19253.6235014,22153,193811,hub,hub,non_hub,587851.796682,4512468.82754,584082.11654,4510659.85081
+8708,8708,438,357.0,008300,,40.742591315,-74.004102785,468.0,010800,40.7591736033,-73.96613818,1587.55865937,8531,4211,6272,2321,010800,189351523.799,008300,119862327.354,008300,71592827.0,010800,008300,19253.6235014,79198,193811,hub,hub,non_hub,587265.778542,4512537.66689,584082.11654,4510659.85081
+8709,8709,1022,238.0,008300,,40.742591315,-74.004102785,456.0,010900,40.751351715,-73.987594755,738.988830741,182,4211,92,2321,010900,228173063.011,008300,119862327.354,008300,71592827.0,010900,008300,19253.6235014,60092,193811,hub,hub,non_hub,585464.669441,4511648.26242,584082.11654,4510659.85081
+8710,8710,347,119.0,008300,,40.742591315,-74.004102785,236.0,011201,40.7643971,-73.97371465,1466.93291182,827,4211,964,2321,011201,118515444.187,008300,119862327.354,008300,71592827.0,011201,008300,19253.6235014,41525,193811,hub,hub,non_hub,586619.474659,4513110.00718,584082.11654,4510659.85081
+8711,8711,254,119.0,008300,,40.742591315,-74.004102785,132.0,011203,40.76095756,-73.96724467,1566.56924662,1176,4211,1160,2321,011203,143782379.009,008300,119862327.354,008300,71592827.0,011203,008300,19253.6235014,48033,193811,hub,hub,non_hub,587170.050102,4512734.59972,584082.11654,4510659.85081
+8712,8712,3905,476.0,008300,,40.742591315,-74.004102785,792.0,011300,40.7548008425,-73.9888010575,809.443163297,204,4211,107,2321,011300,357940519.061,008300,119862327.354,008300,71592827.0,011300,008300,19253.6235014,236650,193811,hub,hub,hub,585358.423228,4512029.96675,584082.11654,4510659.85081
+8713,8713,4087,238.0,008300,,40.742591315,-74.004102785,328.0,011500,40.75701407,-73.992353645,700.763151965,2487,4211,1678,2321,011500,130958459.747,008300,119862327.354,008300,71592827.0,011500,008300,19253.6235014,103294,193811,hub,hub,hub,585055.712647,4512272.20178,584082.11654,4510659.85081
+8714,8714,2872,238.0,008300,,40.742591315,-74.004102785,336.0,011700,40.76058799,-74.00080945,793.709237552,2938,4211,2304,2321,011700,91270705.1484,008300,119862327.354,008300,71592827.0,011700,008300,19253.6235014,73016,193811,hub,hub,non_hub,584337.427395,4512660.77158,584082.11654,4510659.85081
+8715,8715,311,119.0,008300,,40.742591315,-74.004102785,136.0,011900,40.7568001,-73.98291153,1079.95833404,1079,4211,1121,2321,011900,395254501.74,008300,119862327.354,008300,71592827.0,011900,008300,19253.6235014,39976,193811,hub,hub,non_hub,585853.012005,4512257.64444,584082.11654,4510659.85081
+8716,8716,3697,357.0,008300,,40.742591315,-74.004102785,436.0,012100,40.7598593767,-73.9914900133,858.79272754,8366,4211,5744,2321,012100,101223732.045,008300,119862327.354,008300,71592827.0,012100,008300,19253.6235014,132767,193811,hub,hub,hub,585124.983126,4512588.88932,584082.11654,4510659.85081
+8717,8717,402,119.0,008300,,40.742591315,-74.004102785,204.0,012500,40.76064679,-73.98442659,1039.74746005,2439,4211,2096,2321,012500,322911522.418,008300,119862327.354,008300,71592827.0,012500,008300,19253.6235014,45486,193811,hub,hub,non_hub,585720.180916,4512683.17447,584082.11654,4510659.85081
+8718,8718,1825,238.0,008300,,40.742591315,-74.004102785,336.0,012700,40.762485435,-73.990447135,917.252807479,6437,4211,4434,2321,012700,104637996.687,008300,119862327.354,008300,71592827.0,012700,008300,19253.6235014,83393,193811,hub,hub,non_hub,585209.656415,4512881.41361,584082.11654,4510659.85081
+8719,8719,835,119.0,008300,,40.742591315,-74.004102785,96.0,012900,40.76341379,-73.99667444,946.45182121,5312,4211,3621,2321,012900,158698340.053,008300,119862327.354,008300,71592827.0,012900,008300,19253.6235014,28661,193811,hub,hub,non_hub,584682.864463,4512978.43901,584082.11654,4510659.85081
+8720,8720,837,357.0,008300,,40.742591315,-74.004102785,640.0,013100,40.7621295133,-73.98215453,1152.1350728,2489,4211,2283,2321,013100,405023451.28,008300,119862327.354,008300,71592827.0,013100,008300,19253.6235014,107228,193811,hub,hub,non_hub,585910.04945,4512849.98999,584082.11654,4510659.85081
+8721,8721,1561,357.0,008300,,40.742591315,-74.004102785,404.0,013300,40.7647250567,-73.9866537633,1016.52535984,5363,4211,3909,2321,013300,79847412.2593,008300,119862327.354,008300,71592827.0,013300,008300,19253.6235014,89810,193811,hub,hub,non_hub,585526.963405,4513133.71926,584082.11654,4510659.85081
+8722,8722,2026,238.0,008300,,40.742591315,-74.004102785,260.0,013500,40.766984435,-73.99227308,1001.2418308,6075,4211,3935,2321,013500,198199142.958,008300,119862327.354,008300,71592827.0,013500,008300,19253.6235014,64723,193811,hub,hub,non_hub,585049.80204,4513379.06475,584082.11654,4510659.85081
+8723,8723,986,238.0,008300,,40.742591315,-74.004102785,392.0,013700,40.766109285,-73.981808355,1308.65874517,6557,4211,5442,2321,013700,314878324.419,008300,119862327.354,008300,71592827.0,013700,008300,19253.6235014,91142,193811,hub,hub,non_hub,585934.141665,4513292.1137,584082.11654,4510659.85081
+8724,8724,455,119.0,008300,,40.742591315,-74.004102785,108.0,013900,40.768254,-73.988639,1073.77473598,7607,4211,7359,2321,013900,139918084.587,008300,119862327.354,008300,71592827.0,013900,008300,19253.6235014,26390,193811,hub,hub,non_hub,585354.890073,4513523.52534,584082.11654,4510659.85081
+8725,8725,196,119.0,008300,,40.742591315,-74.004102785,196.0,014300,40.76590936,-73.97634151,1409.99029435,3,4211,0,2321,014300,50027992.3322,008300,119862327.354,008300,71592827.0,014300,008300,19253.6235014,21051,193811,hub,hub,non_hub,586395.803012,4513275.28949,584082.11654,4510659.85081
+8726,8726,1092,119.0,008300,,40.742591315,-74.004102785,144.0,014500,40.76915505,-73.98191841,1330.97216917,5811,4211,3462,2321,014500,253397343.373,008300,119862327.354,008300,71592827.0,014500,008300,19253.6235014,68350,193811,hub,hub,non_hub,585920.929601,4513630.10902,584082.11654,4510659.85081
+8727,8727,921,119.0,008300,,40.742591315,-74.004102785,220.0,014700,40.770513,-73.988038,1188.06674009,2586,4211,1743,2321,014700,70871746.8417,008300,119862327.354,008300,71592827.0,014700,008300,19253.6235014,35099,193811,hub,hub,non_hub,585402.720353,4513774.87644,584082.11654,4510659.85081
+8728,8728,437,119.0,008300,,40.742591315,-74.004102785,144.0,015100,40.771522,-73.990541,1149.51031405,8105,4211,4856,2321,015100,164953931.102,008300,119862327.354,008300,71592827.0,015100,008300,19253.6235014,17578,193811,hub,hub,non_hub,585190.192062,4513884.4495,584082.11654,4510659.85081
+8729,8729,3189,238.0,008300,,40.742591315,-74.004102785,280.0,031703,40.71644312,-74.014902115,1038.27101641,8670,4211,4231,2321,031703,332361109.355,008300,119862327.354,008300,71592827.0,031703,008300,19253.6235014,136082,193811,hub,hub,hub,583202.897614,4507746.93647,584082.11654,4510659.85081
+8730,8730,1597,357.0,008300,,40.742591315,-74.004102785,392.0,031704,40.7085171733,-74.0165557667,1312.56090878,6610,4211,3790,2321,031704,160823714.408,008300,119862327.354,008300,71592827.0,031704,008300,19253.6235014,105244,193811,hub,hub,non_hub,583073.076824,4506865.54027,584082.11654,4510659.85081
+8731,8731,291,357.0,008300,,40.742591315,-74.004102785,340.0,000600,40.7128987867,-73.9898646367,1564.60603057,11558,4211,4083,2321,000600,59149181.7526,008300,119862327.354,008300,71592827.0,000600,008300,19253.6235014,70053,193811,hub,hub,non_hub,585322.159723,4507377.5136,584082.11654,4510659.85081
+8732,8732,38,114.0,008400,,40.75038009,-73.98338988,54.0,000202,40.71318002,-73.9818904933,1669.78333333,8012,1726,3598,1041,000202,37878157.9781,008400,147824461.739,008400,2352218446.0,000202,008400,15463.1130664,56352,33539,hub,hub,non_hub,585995.353038,4507416.50937,585820.889203,4511544.50828
+8733,8733,247,266.0,008400,,40.75038009,-73.98338988,258.0,000700,40.70581148,-74.0081572071,1725.88847756,7722,1726,5201,1041,000700,476954959.734,008400,147824461.739,008400,2352218446.0,000700,008400,15463.1130664,160040,33539,hub,hub,non_hub,583785.918305,4506573.16797,585820.889203,4511544.50828
+8734,8734,12,76.0,008400,,40.75038009,-73.98338988,47.0,000800,40.712414475,-73.993471545,1694.83333333,10365,1726,4150,1041,000800,46479755.076,008400,147824461.739,008400,2352218446.0,000800,008400,15463.1130664,34254,33539,hub,hub,non_hub,585018.109713,4507320.25418,585820.889203,4511544.50828
+8735,8735,13,114.0,008400,5.86475414172,40.75038009,-73.98338988,97.0,000900,40.70243655,-74.012010075,2117.36790699,1140,1726,939,1041,000900,404341803.896,008400,147824461.739,008400,2352218446.0,000900,008400,15463.1130664,46446,33539,hub,hub,non_hub,583464.655825,4506194.86179,585820.889203,4511544.50828
+8736,8736,7,38.0,008400,,40.75038009,-73.98338988,19.0,001002,40.71782143,-73.97628939,1742.57142857,6439,1726,2346,1041,001002,22763374.2099,008400,147824461.739,008400,2352218446.0,001002,008400,15463.1130664,15916,33539,hub,hub,non_hub,586462.45635,4507937.23607,585820.889203,4511544.50828
+8737,8737,21,76.0,008400,,40.75038009,-73.98338988,46.0,001200,40.717364275,-73.982955325,1746.9,3547,1726,1857,1041,001200,23518220.7411,008400,147824461.739,008400,2352218446.0,001200,008400,15463.1130664,36493,33539,hub,hub,non_hub,585900.031125,4507879.94738,585820.889203,4511544.50828
+8738,8738,7,38.0,008400,,40.75038009,-73.98338988,36.0,001300,40.70463334,-74.01361706,2567.42857143,3776,1726,3028,1041,001300,286606455.687,008400,147824461.739,008400,2352218446.0,001300,008400,15463.1130664,27671,33539,hub,hub,non_hub,583326.158808,4506437.19368,585820.889203,4511544.50828
+8739,8739,15,38.0,008400,,40.75038009,-73.98338988,28.0,001401,40.71559509,-73.9870295,1363.86666667,3289,1726,1708,1041,001401,20168722.3199,008400,147824461.739,008400,2352218446.0,001401,008400,15463.1130664,26885,33539,hub,hub,non_hub,585558.18429,4507679.57909,585820.889203,4511544.50828
+8740,8740,109,76.0,008400,,40.75038009,-73.98338988,67.0,001501,40.70966832,-74.003597135,1706.22327044,5581,1726,3450,1041,001501,172466366.322,008400,147824461.739,008400,2352218446.0,001501,008400,15463.1130664,27425,33539,hub,hub,non_hub,584166.279828,4507005.66129,585820.889203,4511544.50828
+8741,8741,61,114.0,008400,,40.75038009,-73.98338988,123.0,001502,40.7088053467,-74.00635276,1745.83119658,7095,1726,3459,1041,001502,221282059.103,008400,147824461.739,008400,2352218446.0,001502,008400,15463.1130664,82052,33539,hub,hub,non_hub,583934.59195,4506907.22889,585820.889203,4511544.50828
+8742,8742,111,114.0,008400,,40.75038009,-73.98338988,107.0,001600,40.7153350167,-73.9943926833,1545.09837963,8236,1726,3242,1041,001600,76565505.7581,008400,147824461.739,008400,2352218446.0,001600,008400,15463.1130664,82798,33539,hub,hub,non_hub,584936.591099,4507643.5622,585820.889203,4511544.50828
+8743,8743,94,152.0,008400,,40.75038009,-73.98338988,154.0,001800,40.7193657075,-73.9906468425,1333.17750754,8063,1726,3489,1041,001800,60554858.5127,008400,147824461.739,008400,2352218446.0,001800,008400,15463.1130664,133306,33539,hub,hub,non_hub,585247.838585,4508094.62497,585820.889203,4511544.50828
+8744,8744,27,76.0,008400,,40.75038009,-73.98338988,46.0,002000,40.721554605,-73.977309405,1503.20833333,4795,1726,1899,1041,002000,17907673.5628,008400,147824461.739,008400,2352218446.0,002000,008400,15463.1130664,31656,33539,hub,hub,non_hub,586371.478696,4508350.63994,585820.889203,4511544.50828
+8745,8745,85,152.0,008400,,40.75038009,-73.98338988,102.0,002100,40.71451321,-74.0108850975,1586.84230957,6111,1726,3038,1041,002100,273869828.705,008400,147824461.739,008400,2352218446.0,002100,008400,15463.1130664,151037,33539,hub,hub,non_hub,583544.598931,4507536.51732,585820.889203,4511544.50828
+8746,8746,19,76.0,008400,,40.75038009,-73.98338988,44.0,002201,40.71833027,-73.980972895,1320.13333333,6762,1726,3030,1041,002201,37585954.9949,008400,147824461.739,008400,2352218446.0,002201,008400,15463.1130664,26391,33539,hub,hub,non_hub,586066.226443,4507989.12022,585820.889203,4511544.50828
+8747,8747,22,38.0,008400,,40.75038009,-73.98338988,31.0,002202,40.7208736,-73.98085795,1351.63636364,2256,1726,1045,1041,002202,13179093.8977,008400,147824461.739,008400,2352218446.0,002202,008400,15463.1130664,23935,33539,hub,hub,non_hub,586072.658368,4508271.55961,585820.889203,4511544.50828
+8748,8748,16,76.0,008400,,40.75038009,-73.98338988,48.0,002400,40.724744875,-73.974986535,1543.32051282,5775,1726,2175,1041,002400,17986635.5592,008400,147824461.739,008400,2352218446.0,002400,008400,15463.1130664,17965,33539,hub,hub,non_hub,586563.526382,4508707.06897,585820.889203,4511544.50828
+8749,8749,2,76.0,008400,4.50408420951,40.75038009,-73.98338988,62.0,002500,40.71117416,-74.00016545,1456.89664211,5061,1726,1917,1041,002500,22428407.6271,008400,147824461.739,008400,2352218446.0,002500,008400,15463.1130664,28216,33539,hub,hub,non_hub,584454.256402,4507176.11322,585820.889203,4511544.50828
+8750,8750,10,38.0,008400,,40.75038009,-73.98338988,31.0,002601,40.72299208,-73.97995466,1375.7,3774,1726,1593,1041,002601,22248722.3098,008400,147824461.739,008400,2352218446.0,002601,008400,15463.1130664,22144,33539,hub,hub,non_hub,586146.216204,4508507.61099,585820.889203,4511544.50828
+8751,8751,9,38.0,008400,,40.75038009,-73.98338988,27.0,002700,40.71307916,-73.99851193,1693.22222222,1191,1726,655,1041,002700,11349914.9514,008400,147824461.739,008400,2352218446.0,002700,008400,15463.1130664,20570,33539,hub,hub,non_hub,584591.517275,4507389.17181,585820.889203,4511544.50828
+8752,8752,42,38.0,008400,,40.75038009,-73.98338988,32.0,002800,40.72521311,-73.97768752,1270.4047619,7302,1726,3341,1041,002800,47641507.3146,008400,147824461.739,008400,2352218446.0,002800,008400,15463.1130664,36744,33539,hub,hub,non_hub,586334.816403,4508756.38709,585820.889203,4511544.50828
+8753,8753,16,38.0,008400,,40.75038009,-73.98338988,43.0,002900,40.71602118,-73.99974372,1546.0,5855,1726,2420,1041,002900,200965547.24,008400,147824461.739,008400,2352218446.0,002900,008400,15463.1130664,31936,33539,hub,hub,non_hub,584483.752153,4507714.56961,585820.889203,4511544.50828
+8754,8754,35,38.0,008400,,40.75038009,-73.98338988,35.0,003001,40.72066442,-73.98517977,1351.62857143,4301,1726,2553,1041,003001,34302720.7166,008400,147824461.739,008400,2352218446.0,003001,008400,15463.1130664,41223,33539,hub,hub,non_hub,585707.91731,4508244.11218,585820.889203,4511544.50828
+8755,8755,50,38.0,008400,,40.75038009,-73.98338988,37.0,003002,40.72217444,-73.98368779,1272.58,3031,1726,1885,1041,003002,18686109.2263,008400,147824461.739,008400,2352218446.0,003002,008400,15463.1130664,38675,33539,hub,hub,non_hub,585831.986427,4508413.19181,585820.889203,4511544.50828
+8756,8756,53,114.0,008400,,40.75038009,-73.98338988,121.0,003100,40.7140617467,-74.0041933367,1466.14846743,2809,1726,858,1041,003100,145687012.574,008400,147824461.739,008400,2352218446.0,003100,008400,15463.1130664,81469,33539,hub,hub,non_hub,584110.388584,4507492.78891,585820.889203,4511544.50828
+8757,8757,311,114.0,008400,,40.75038009,-73.98338988,100.0,003200,40.7260543867,-73.9823576167,1014.23355222,7630,1726,4888,1041,003200,46369492.482,008400,147824461.739,008400,2352218446.0,003200,008400,15463.1130664,138064,33539,hub,hub,non_hub,585939.335766,4508845.19329,585820.889203,4511544.50828
+8758,8758,50,190.0,008400,,40.75038009,-73.98338988,173.0,003300,40.7188270013,-74.0063230698,1496.54747475,5174,1726,2694,1041,003300,215459582.054,008400,147824461.739,008400,2352218446.0,003300,008400,15463.1130664,115059,33539,hub,hub,non_hub,583924.513915,4508019.72592,585820.889203,4511544.50828
+8759,8759,89,38.0,008400,,40.75038009,-73.98338988,39.0,003400,40.72955361,-73.98057249,970.292134831,6706,1726,4203,1041,003400,42933229.7541,008400,147824461.739,008400,2352218446.0,003400,008400,15463.1130664,47926,33539,hub,hub,non_hub,586085.581298,4509235.37985,585820.889203,4511544.50828
+8760,8760,54,76.0,008400,,40.75038009,-73.98338988,66.0,003601,40.72217423,-73.990293175,1424.36327504,3299,1726,1613,1041,003601,29191583.8104,008400,147824461.739,008400,2352218446.0,003601,008400,15463.1130664,77585,33539,hub,hub,non_hub,585274.124459,4508406.73315,585820.889203,4511544.50828
+8761,8761,125,76.0,008400,,40.75038009,-73.98338988,62.0,003602,40.724852985,-73.989265345,1191.24249779,2918,1726,1586,1041,003602,24941258.1161,008400,147824461.739,008400,2352218446.0,003602,008400,15463.1130664,82124,33539,hub,hub,non_hub,585357.507872,4508705.09166,585820.889203,4511544.50828
+8762,8762,162,152.0,008400,,40.75038009,-73.98338988,148.0,003700,40.7256696075,-74.0052069325,1151.16707516,2401,1726,1490,1041,003700,212385639.924,008400,147824461.739,008400,2352218446.0,003700,008400,15463.1130664,173333,33539,hub,hub,non_hub,584010.178026,4508780.36793,585820.889203,4511544.50828
+8763,8763,251,152.0,008400,,40.75038009,-73.98338988,160.0,003800,40.72765889,-73.988195855,1172.65908757,8610,1726,5795,1041,003800,67437493.5221,008400,147824461.739,008400,2352218446.0,003800,008400,15463.1130664,167230,33539,hub,hub,non_hub,585444.239635,4509017.60641,585820.889203,4511544.50828
+8764,8764,49,152.0,008400,,40.75038009,-73.98338988,106.0,003900,40.7201717475,-74.00983051,1512.73134921,5253,1726,3059,1041,003900,194910113.03,008400,147824461.739,008400,2352218446.0,003900,008400,15463.1130664,113624,33539,hub,hub,non_hub,583626.593058,4508165.65565,585820.889203,4511544.50828
+8765,8765,150,76.0,008400,,40.75038009,-73.98338988,66.0,004000,40.73000573,-73.98549552,1011.80411255,9801,1726,4546,1041,004000,66858387.5133,008400,147824461.739,008400,2352218446.0,004000,008400,15463.1130664,99660,33539,hub,hub,non_hub,585669.269443,4509280.75306,585820.889203,4511544.50828
+8766,8766,128,76.0,008400,,40.75038009,-73.98338988,64.0,004100,40.7195529,-73.996789035,1622.47966102,7793,1726,3765,1041,004100,71738983.3617,008400,147824461.739,008400,2352218446.0,004100,008400,15463.1130664,114685,33539,hub,hub,non_hub,584728.836557,4508109.46034,585820.889203,4511544.50828
+8767,8767,79,38.0,008400,,40.75038009,-73.98338988,35.0,004200,40.73223272,-73.98889957,845.911392405,4988,1726,1801,1041,004200,39941846.3325,008400,147824461.739,008400,2352218446.0,004200,008400,15463.1130664,50846,33539,hub,hub,non_hub,585378.96492,4509524.64843,585820.889203,4511544.50828
+8768,8768,132,76.0,008400,,40.75038009,-73.98338988,67.0,004300,40.723870235,-73.995226525,1182.47273982,4267,1726,2598,1041,004300,65935514.1184,008400,147824461.739,008400,2352218446.0,004300,008400,15463.1130664,95162,33539,hub,hub,non_hub,584855.320992,4508590.22212,585820.889203,4511544.50828
+8769,8769,192,76.0,008400,,40.75038009,-73.98338988,60.0,004400,40.73080269,-73.97968993,1002.42693541,17710,1726,8297,1041,004400,114601147.016,008400,147824461.739,008400,2352218446.0,004400,008400,15463.1130664,106427,33539,hub,hub,non_hub,586158.498991,4509374.90208,585820.889203,4511544.50828
+8770,8770,9,38.0,008400,,40.75038009,-73.98338988,27.0,004500,40.71910537,-73.99973337,1338.77777778,840,1726,582,1041,004500,52009114.8865,008400,147824461.739,008400,2352218446.0,004500,008400,15463.1130664,34275,33539,hub,hub,non_hub,584480.726971,4508056.94497,585820.889203,4511544.50828
+8771,8771,13,38.0,008400,,40.75038009,-73.98338988,39.0,004700,40.72165481,-74.00234737,1322.0,2267,1726,1586,1041,004700,75477587.1594,008400,147824461.739,008400,2352218446.0,004700,008400,15463.1130664,27544,33539,hub,hub,non_hub,584256.734795,4508337.43837,585820.889203,4511544.50828
+8772,8772,184,38.0,008400,,40.75038009,-73.98338988,35.0,004800,40.73624527,-73.98473765,761.891304348,7550,1726,3799,1041,004800,74763044.6965,008400,147824461.739,008400,2352218446.0,004800,008400,15463.1130664,42567,33539,hub,hub,non_hub,585725.258797,4509974.12516,585820.889203,4511544.50828
+8773,8773,80,76.0,008400,,40.75038009,-73.98338988,73.0,004900,40.724268615,-74.000521515,1423.14285714,4951,1726,3054,1041,004900,103848670.177,008400,147824461.739,008400,2352218446.0,004900,008400,15463.1130664,80152,33539,hub,hub,non_hub,584407.63728,4508629.34168,585820.889203,4511544.50828
+8774,8774,345,114.0,008400,,40.75038009,-73.98338988,93.0,005000,40.7359163467,-73.9873427633,766.276601214,5061,1726,3595,1041,005000,120638459.215,008400,147824461.739,008400,2352218446.0,005000,008400,15463.1130664,111023,33539,hub,hub,non_hub,585505.709717,4509935.07175,585820.889203,4511544.50828
+8775,8775,425,76.0,008400,,40.75038009,-73.98338988,106.0,005200,40.73715585,-73.991241315,831.785012833,4193,1726,1785,1041,005200,109103391.81,008400,147824461.739,008400,2352218446.0,005200,008400,15463.1130664,159876,33539,hub,hub,non_hub,585174.941656,4510068.87544,585820.889203,4511544.50828
+8776,8776,311,38.0,008400,,40.75038009,-73.98338988,47.0,005400,40.73971301,-73.99456405,711.668810289,4656,1726,2837,1041,005400,128803552.888,008400,147824461.739,008400,2352218446.0,005400,008400,15463.1130664,73728,33539,hub,hub,non_hub,584891.129718,4510349.51956,585820.889203,4511544.50828
+8777,8777,49,38.0,008400,,40.75038009,-73.98338988,30.0,005501,40.72679454,-73.99695094,1174.97959184,5079,1726,2483,1041,005501,61061928.4125,008400,147824461.739,008400,2352218446.0,005501,008400,15463.1130664,57258,33539,hub,hub,non_hub,584705.980012,4508913.17477,585820.889203,4511544.50828
+8778,8778,49,38.0,008400,,40.75038009,-73.98338988,27.0,005502,40.72743423,-73.99379025,1068.48979592,2383,1726,1262,1041,005502,49017118.6146,008400,147824461.739,008400,2352218446.0,005502,008400,15463.1130664,55117,33539,hub,hub,non_hub,584972.085912,4508987.23863,585820.889203,4511544.50828
+8779,8779,610,76.0,008400,,40.75038009,-73.98338988,95.0,005600,40.74065347,-73.98778661,561.378220141,2618,1726,2190,1041,005600,189153355.609,008400,147824461.739,008400,2352218446.0,005600,008400,15463.1130664,113209,33539,hub,hub,non_hub,585462.168743,4510460.49357,585820.889203,4511544.50828
+8780,8780,245,76.0,008400,,40.75038009,-73.98338988,82.0,005700,40.729662915,-73.992405595,1055.8489599,2937,1726,1789,1041,005700,90178032.7137,008400,147824461.739,008400,2352218446.0,005700,008400,15463.1130664,156896,33539,hub,hub,non_hub,585086.179601,4509235.9788,585820.889203,4511544.50828
+8781,8781,659,76.0,008400,,40.75038009,-73.98338988,87.0,005800,40.743154205,-73.990299735,572.144439417,3182,1726,2306,1041,005800,164037511.755,008400,147824461.739,008400,2352218446.0,005800,008400,15463.1130664,130970,33539,hub,hub,non_hub,585246.786708,4510735.64918,585820.889203,4511544.50828
+8782,8782,68,38.0,008400,,40.75038009,-73.98338988,31.0,005900,40.73049393,-73.9957214,1058.47058824,5516,1726,3276,1041,005900,71785177.1361,008400,147824461.739,008400,2352218446.0,005900,008400,15463.1130664,53180,33539,hub,hub,non_hub,584805.117402,4509325.01914,585820.889203,4511544.50828
+8783,8783,254,76.0,008400,,40.75038009,-73.98338988,63.0,006000,40.734822295,-73.976916765,887.811049578,5286,1726,2459,1041,006000,27468182.8943,008400,147824461.739,008400,2352218446.0,006000,008400,15463.1130664,80462,33539,hub,hub,non_hub,586387.478737,4509823.83141,585820.889203,4511544.50828
+8784,8784,394,152.0,008400,,40.75038009,-73.98338988,141.0,006100,40.73385254,-73.992357065,944.015596966,4913,1726,2683,1041,006100,91682014.33,008400,147824461.739,008400,2352218446.0,006100,008400,15463.1130664,245510,33539,hub,hub,non_hub,585084.940162,4509701.10308,585820.889203,4511544.50828
+8785,8785,129,38.0,008400,,40.75038009,-73.98338988,30.0,006200,40.7381765,-73.97738662,699.643410853,4680,1726,1401,1041,006200,231817485.533,008400,147824461.739,008400,2352218446.0,006200,008400,15463.1130664,33218,33539,hub,hub,non_hub,586343.467107,4510195.70961,585820.889203,4511544.50828
+8786,8786,330,114.0,008400,,40.75038009,-73.98338988,99.0,006300,40.7346940933,-73.99785666,855.438749656,6076,1726,4277,1041,006300,85447631.8451,008400,147824461.739,008400,2352218446.0,006300,008400,15463.1130664,120233,33539,hub,hub,non_hub,584619.48321,4509789.20591,585820.889203,4511544.50828
+8787,8787,113,38.0,008400,,40.75038009,-73.98338988,39.0,006400,40.73587678,-73.98205027,835.300884956,7518,1726,5058,1041,006400,95664936.1545,008400,147824461.739,008400,2352218446.0,006400,008400,15463.1130664,47750,33539,hub,hub,non_hub,585952.649806,4509935.84788,585820.889203,4511544.50828
+8788,8788,138,114.0,008400,,40.75038009,-73.98338988,106.0,006500,40.7306296367,-73.9991423,1129.39491897,6517,1726,3568,1041,006500,59290910.3694,008400,147824461.739,008400,2352218446.0,006500,008400,15463.1130664,125356,33539,hub,hub,non_hub,584516.067395,4509336.78488,585820.889203,4511544.50828
+8789,8789,219,76.0,008400,,40.75038009,-73.98338988,82.0,006600,40.739285505,-73.97827188,728.959532976,11780,1726,6818,1041,006600,84730469.4548,008400,147824461.739,008400,2352218446.0,006600,008400,15463.1130664,74621,33539,hub,hub,non_hub,586267.286922,4510317.94668,585820.889203,4511544.50828
+8790,8790,63,38.0,008400,,40.75038009,-73.98338988,39.0,006700,40.73038599,-74.00214988,1014.96825397,4984,1726,3796,1041,006700,47238039.9972,008400,147824461.739,008400,2352218446.0,006700,008400,15463.1130664,70025,33539,hub,hub,non_hub,584262.399901,4509306.84766,585820.889203,4511544.50828
+8791,8791,291,38.0,008400,,40.75038009,-73.98338988,39.0,006800,40.74025878,-73.98409214,581.570446735,6735,1726,4494,1041,006800,130298431.446,008400,147824461.739,008400,2352218446.0,006800,008400,15463.1130664,58926,33539,hub,hub,non_hub,585774.608423,4510420.28363,585820.889203,4511544.50828
+8792,8792,170,76.0,008400,,40.75038009,-73.98338988,67.0,006900,40.732319905,-74.0069291,1107.22519401,2687,1726,1484,1041,006900,61292499.9331,008400,147824461.739,008400,2352218446.0,006900,008400,15463.1130664,130727,33539,hub,hub,non_hub,583856.38945,4509516.94969,585820.889203,4511544.50828
+8793,8793,686,114.0,008400,,40.75038009,-73.98338988,127.0,007000,40.7425099303,-73.9756035022,576.622382716,8302,1726,5669,1041,007000,78634704.8451,008400,147824461.739,008400,2352218446.0,007000,008400,15463.1130664,145227,33539,hub,hub,non_hub,586488.411886,4510678.50668,585820.889203,4511544.50828
+8794,8794,139,76.0,008400,,40.75038009,-73.98338988,71.0,007100,40.736526545,-74.000108805,849.47324263,5633,1726,3844,1041,007100,68447429.2743,008400,147824461.739,008400,2352218446.0,007100,008400,15463.1130664,79459,33539,hub,hub,non_hub,584426.995774,4509990.4524,585820.889203,4511544.50828
+8795,8795,1162,114.0,008400,,40.75038009,-73.98338988,126.0,007200,40.7447014833,-73.98154809,431.930342778,7734,1726,5222,1041,007200,132092861.454,008400,147824461.739,008400,2352218446.0,007200,008400,15463.1130664,157612,33539,hub,hub,non_hub,585983.687715,4510915.94446,585820.889203,4511544.50828
+8796,8796,78,76.0,008400,,40.75038009,-73.98338988,59.0,007300,40.734682705,-74.00388484,977.146031746,5615,1726,4547,1041,007300,48716185.79,008400,147824461.739,008400,2352218446.0,007300,008400,15463.1130664,92567,33539,hub,hub,non_hub,584110.479319,4509782.14883,585820.889203,4511544.50828
+8797,8797,337,76.0,008400,,40.75038009,-73.98338988,86.0,007400,40.746413585,-73.98586892,478.445929887,4179,1726,2700,1041,007400,170614202.951,008400,147824461.739,008400,2352218446.0,007400,008400,15463.1130664,81121,33539,hub,hub,non_hub,585616.696258,4511101.7763,585820.889203,4511544.50828
+8798,8798,395,76.0,008400,,40.75038009,-73.98338988,69.0,007600,40.74737476,-73.988320695,440.96925182,2203,1726,1573,1041,007600,242014413.464,008400,147824461.739,008400,2352218446.0,007600,008400,15463.1130664,97464,33539,hub,hub,non_hub,585408.475283,4511206.08492,585820.889203,4511544.50828
+8799,8799,91,38.0,008400,,40.75038009,-73.98338988,43.0,007700,40.7390169121,-74.0026376103,924.362637363,5404,1726,4254,1041,007700,59306273.1509,008400,147824461.739,008400,2352218446.0,007700,008400,15463.1130664,79025,33539,hub,hub,non_hub,584210.329106,4510264.47156,585820.889203,4511544.50828
+8800,8800,554,38.0,008400,,40.75038009,-73.98338988,39.0,007800,40.74780373,-73.9734419,496.967509025,7380,1726,5372,1041,007800,112124597.728,008400,147824461.739,008400,2352218446.0,007800,008400,15463.1130664,59601,33539,hub,hub,non_hub,586664.043115,4511268.28888,585820.889203,4511544.50828
+8801,8801,210,190.0,008400,,40.75038009,-73.98338988,174.0,007900,40.738916514,-74.007286026,1055.63255802,4406,1726,2904,1041,007900,86937368.5918,008400,147824461.739,008400,2352218446.0,007900,008400,15463.1130664,171846,33539,hub,hub,non_hub,583817.969395,4510248.87788,585820.889203,4511544.50828
+8802,8802,610,76.0,008400,,40.75038009,-73.98338988,71.0,008000,40.7485693,-73.97717991,378.779210314,4946,1726,3730,1041,008000,197763821.532,008400,147824461.739,008400,2352218446.0,008000,008400,15463.1130664,74808,33539,hub,hub,non_hub,586347.477591,4511349.58844,585820.889203,4511544.50828
+8803,8803,181,38.0,008400,,40.75038009,-73.98338988,39.0,008100,40.73935542,-73.99931783,770.944751381,8675,1726,5315,1041,008100,91100400.6907,008400,147824461.739,008400,2352218446.0,008100,008400,15463.1130664,53195,33539,hub,hub,non_hub,584490.204148,4510305.23824,585820.889203,4511544.50828
+8804,8804,2136,114.0,008400,,40.75038009,-73.98338988,175.0,008200,40.7519790531,-73.979438901,282.13425245,3442,1726,2534,1041,008200,262405408.076,008400,147824461.739,008400,2352218446.0,008200,008400,15463.1130664,228612,33539,hub,hub,non_hub,586152.366904,4511725.87593,585820.889203,4511544.50828
+8805,8805,321,152.0,008400,,40.75038009,-73.98338988,119.0,008300,40.742591315,-74.004102785,1003.49849159,4211,1726,2321,1041,008300,119862327.354,008400,147824461.739,008400,2352218446.0,008300,008400,15463.1130664,186113,33539,hub,hub,non_hub,584082.11654,4510659.85081,585820.889203,4511544.50828
+8806,8806,282,38.0,008400,,40.75038009,-73.98338988,43.0,008601,40.744219,-73.97121214,684.960992908,2551,1726,1528,1041,008601,31141773.9073,008400,147824461.739,008400,2352218446.0,008601,008400,15463.1130664,31961,33539,hub,hub,non_hub,586856.951039,4510872.56191,585820.889203,4511544.50828
+8807,8807,380,76.0,008400,,40.75038009,-73.98338988,78.0,008700,40.74206378,-73.995708955,748.610445205,6671,1726,4249,1041,008700,85660216.7821,008400,147824461.739,008400,2352218446.0,008700,008400,15463.1130664,152953,33539,hub,hub,non_hub,584791.475936,4510609.36503,585820.889203,4511544.50828
+8808,8808,353,76.0,008400,,40.75038009,-73.98338988,78.0,008800,40.75012189,-73.970133575,569.989454931,6964,1726,5507,1041,008800,216532475.876,008400,147824461.739,008400,2352218446.0,008800,008400,15463.1130664,43247,33539,hub,hub,non_hub,586940.323322,4511528.89362,585820.889203,4511544.50828
+8809,8809,342,114.0,008400,,40.75038009,-73.98338988,120.0,008900,40.74529008,-74.0021768567,875.708191734,5560,1726,3511,1041,008900,54419260.2723,008400,147824461.739,008400,2352218446.0,008900,008400,15463.1130664,158638,33539,hub,hub,non_hub,584241.316685,4510961.27944,585820.889203,4511544.50828
+8810,8810,500,114.0,008400,,40.75038009,-73.98338988,110.0,009000,40.75261798,-73.9703317533,626.313458763,7026,1726,5832,1041,009000,208846060.851,008400,147824461.739,008400,2352218446.0,009000,008400,15463.1130664,74531,33539,hub,hub,non_hub,586920.342162,4511805.78171,585820.889203,4511544.50828
+8811,8811,301,38.0,008400,,40.75038009,-73.98338988,39.0,009100,40.74487634,-73.99529885,639.943521595,6415,1726,4386,1041,009100,127325659.041,008400,147824461.739,008400,2352218446.0,009100,008400,15463.1130664,63878,33539,hub,hub,non_hub,584822.527687,4510921.97538,585820.889203,4511544.50828
+8812,8812,467,76.0,008400,,40.75038009,-73.98338988,110.0,009200,40.7548518863,-73.9734329075,546.990115639,1754,1726,1461,1041,009200,408192557.246,008400,147824461.739,008400,2352218446.0,009200,008400,15463.1130664,72226,33539,hub,hub,non_hub,586655.650548,4512050.69496,585820.889203,4511544.50828
+8813,8813,119,38.0,008400,,40.75038009,-73.98338988,39.0,009300,40.74475148,-73.99915362,770.647058824,9705,1726,5585,1041,009300,68528055.2433,008400,147824461.739,008400,2352218446.0,009300,008400,15463.1130664,52202,33539,hub,hub,non_hub,584497.239363,4510904.39701,585820.889203,4511544.50828
+8814,8814,522,38.0,008400,,40.75038009,-73.98338988,31.0,009400,40.75320159,-73.9779874,317.318007663,29,1726,16,1041,009400,299218147.811,008400,147824461.739,008400,2352218446.0,009400,008400,15463.1130664,82147,33539,hub,hub,non_hub,586273.319314,4511863.01244,585820.889203,4511544.50828
+8815,8815,234,38.0,008400,,40.75038009,-73.98338988,51.0,009500,40.746647,-73.993915,696.106837607,3425,1726,1416,1041,009500,129660033.725,008400,147824461.739,008400,2352218446.0,009500,008400,15463.1130664,57488,33539,hub,hub,non_hub,584937.108907,4511119.86954,585820.889203,4511544.50828
+8816,8816,857,114.0,008400,,40.75038009,-73.98338988,140.0,009600,40.756061376,-73.9803831972,349.682587697,153,1726,268,1041,009600,270304841.585,008400,147824461.739,008400,2352218446.0,009600,008400,15463.1130664,71527,33539,hub,hub,non_hub,586067.386182,4512178.1173,585820.889203,4511544.50828
+8817,8817,284,114.0,008400,,40.75038009,-73.98338988,99.0,009700,40.7493616033,-73.9991321067,742.050327621,4744,1726,2827,1041,009700,83018263.1602,008400,147824461.739,008400,2352218446.0,009700,008400,15463.1130664,118804,33539,hub,hub,non_hub,584493.220017,4511416.17434,585820.889203,4511544.50828
+8818,8818,352,76.0,008400,,40.75038009,-73.98338988,70.0,009800,40.755285655,-73.96667288,723.247863248,7105,1726,5244,1041,009800,115943808.909,008400,147824461.739,008400,2352218446.0,009800,008400,15463.1130664,40039,33539,hub,hub,non_hub,587225.727282,4512105.54383,585820.889203,4511544.50828
+8819,8819,673,190.0,008400,,40.75038009,-73.98338988,185.0,009900,40.7520807866,-74.0031899092,777.838999897,3617,1726,2438,1041,009900,404439511.776,008400,147824461.739,008400,2352218446.0,009900,008400,15463.1130664,208076,33539,hub,hub,non_hub,584147.226991,4511714.12465,585820.889203,4511544.50828
+8820,8820,682,114.0,008400,,40.75038009,-73.98338988,121.0,010000,40.7583696933,-73.9710287767,645.990093251,1829,1726,1399,1041,010000,366457143.613,008400,147824461.739,008400,2352218446.0,010000,008400,15463.1130664,72085,33539,hub,hub,non_hub,586854.014885,4512443.57459,585820.889203,4511544.50828
+8821,8821,1060,114.0,008400,,40.75038009,-73.98338988,127.0,010100,40.74945622,-73.9903382667,424.719512273,1119,1726,828,1041,010100,246168211.101,008400,147824461.739,008400,2352218446.0,010100,008400,15463.1130664,183377,33539,hub,hub,non_hub,585235.486219,4511435.18064,585820.889203,4511544.50828
+8822,8822,509,76.0,008400,,40.75038009,-73.98338988,81.0,010200,40.7606694,-73.973473555,585.408760294,313,1726,268,1041,010200,333450202.294,008400,147824461.739,008400,2352218446.0,010200,008400,15463.1130664,46675,33539,hub,hub,non_hub,586644.664817,4512696.44233,585820.889203,4511544.50828
+8823,8823,1007,76.0,008400,,40.75038009,-73.98338988,98.0,010300,40.751000495,-73.994372255,503.832792592,1859,1726,1351,1041,010300,141506056.87,008400,147824461.739,008400,2352218446.0,010300,008400,15463.1130664,221593,33539,hub,hub,non_hub,584892.968075,4511602.69644,585820.889203,4511544.50828
+8824,8824,1069,76.0,008400,,40.75038009,-73.98338988,75.0,010400,40.761664375,-73.976854975,529.896513109,1031,1726,1033,1041,010400,363981333.295,008400,147824461.739,008400,2352218446.0,010400,008400,15463.1130664,65073,33539,hub,hub,non_hub,586357.961325,4512803.55852,585820.889203,4511544.50828
+8825,8825,199,38.0,008400,,40.75038009,-73.98338988,33.0,010602,40.75849116,-73.95920622,975.432160804,4794,1726,2963,1041,010602,67980898.3739,008400,147824461.739,008400,2352218446.0,010602,008400,15463.1130664,22153,33539,hub,hub,non_hub,587851.796682,4512468.82754,585820.889203,4511544.50828
+8826,8826,573,114.0,008400,,40.75038009,-73.98338988,117.0,010800,40.7591736033,-73.96613818,793.699154222,8531,1726,6272,1041,010800,189351523.799,008400,147824461.739,008400,2352218446.0,010800,008400,15463.1130664,79198,33539,hub,hub,non_hub,587265.778542,4512537.66689,585820.889203,4511544.50828
+8827,8827,171,76.0,008400,,40.75038009,-73.98338988,114.0,010900,40.751351715,-73.987594755,508.882429829,182,1726,92,1041,010900,228173063.011,008400,147824461.739,008400,2352218446.0,010900,008400,15463.1130664,60092,33539,hub,hub,non_hub,585464.669441,4511648.26242,585820.889203,4511544.50828
+8828,8828,539,38.0,008400,,40.75038009,-73.98338988,59.0,011201,40.7643971,-73.97371465,641.93135436,827,1726,964,1041,011201,118515444.187,008400,147824461.739,008400,2352218446.0,011201,008400,15463.1130664,41525,33539,hub,hub,non_hub,586619.474659,4513110.00718,585820.889203,4511544.50828
+8829,8829,540,38.0,008400,,40.75038009,-73.98338988,33.0,011203,40.76095756,-73.96724467,784.1,1176,1726,1160,1041,011203,143782379.009,008400,147824461.739,008400,2352218446.0,011203,008400,15463.1130664,48033,33539,hub,hub,non_hub,587170.050102,4512734.59972,585820.889203,4511544.50828
+8830,8830,2090,152.0,008400,,40.75038009,-73.98338988,198.0,011300,40.7548008425,-73.9888010575,365.974222134,204,1726,107,1041,011300,357940519.061,008400,147824461.739,008400,2352218446.0,011300,008400,15463.1130664,236650,33539,hub,hub,non_hub,585358.423228,4512029.96675,585820.889203,4511544.50828
+8831,8831,489,76.0,008400,,40.75038009,-73.98338988,82.0,011500,40.75701407,-73.992353645,522.105396825,2487,1726,1678,1041,011500,130958459.747,008400,147824461.739,008400,2352218446.0,011500,008400,15463.1130664,103294,33539,hub,hub,non_hub,585055.712647,4512272.20178,585820.889203,4511544.50828
+8832,8832,182,76.0,008400,,40.75038009,-73.98338988,84.0,011700,40.76058799,-74.00080945,824.283216783,2938,1726,2304,1041,011700,91270705.1484,008400,147824461.739,008400,2352218446.0,011700,008400,15463.1130664,73016,33539,hub,hub,non_hub,584337.427395,4512660.77158,585820.889203,4511544.50828
+8833,8833,217,38.0,008400,,40.75038009,-73.98338988,34.0,011900,40.7568001,-73.98291153,482.921658986,1079,1726,1121,1041,011900,395254501.74,008400,147824461.739,008400,2352218446.0,011900,008400,15463.1130664,39976,33539,hub,hub,non_hub,585853.012005,4512257.64444,585820.889203,4511544.50828
+8834,8834,435,114.0,008400,,40.75038009,-73.98338988,109.0,012100,40.7598593767,-73.9914900133,689.103244903,8366,1726,5744,1041,012100,101223732.045,008400,147824461.739,008400,2352218446.0,012100,008400,15463.1130664,132767,33539,hub,hub,non_hub,585124.983126,4512588.88932,585820.889203,4511544.50828
+8835,8835,257,38.0,008400,,40.75038009,-73.98338988,51.0,012500,40.76064679,-73.98442659,590.06614786,2439,1726,2096,1041,012500,322911522.418,008400,147824461.739,008400,2352218446.0,012500,008400,15463.1130664,45486,33539,hub,hub,non_hub,585720.180916,4512683.17447,585820.889203,4511544.50828
+8836,8836,238,76.0,008400,,40.75038009,-73.98338988,84.0,012700,40.762485435,-73.990447135,778.337748344,6437,1726,4434,1041,012700,104637996.687,008400,147824461.739,008400,2352218446.0,012700,008400,15463.1130664,83393,33539,hub,hub,non_hub,585209.656415,4512881.41361,585820.889203,4511544.50828
+8837,8837,51,38.0,008400,,40.75038009,-73.98338988,24.0,012900,40.76341379,-73.99667444,1046.33333333,5312,1726,3621,1041,012900,158698340.053,008400,147824461.739,008400,2352218446.0,012900,008400,15463.1130664,28661,33539,hub,hub,non_hub,584682.864463,4512978.43901,585820.889203,4511544.50828
+8838,8838,704,114.0,008400,,40.75038009,-73.98338988,160.0,013100,40.7621295133,-73.98215453,643.663276412,2489,1726,2283,1041,013100,405023451.28,008400,147824461.739,008400,2352218446.0,013100,008400,15463.1130664,107228,33539,hub,hub,non_hub,585910.04945,4512849.98999,585820.889203,4511544.50828
+8839,8839,548,114.0,008400,,40.75038009,-73.98338988,101.0,013300,40.7647250567,-73.9866537633,747.725043381,5363,1726,3909,1041,013300,79847412.2593,008400,147824461.739,008400,2352218446.0,013300,008400,15463.1130664,89810,33539,hub,hub,non_hub,585526.963405,4513133.71926,585820.889203,4511544.50828
+8840,8840,185,76.0,008400,,40.75038009,-73.98338988,65.0,013500,40.766984435,-73.99227308,910.055666667,6075,1726,3935,1041,013500,198199142.958,008400,147824461.739,008400,2352218446.0,013500,008400,15463.1130664,64723,33539,hub,hub,non_hub,585049.80204,4513379.06475,585820.889203,4511544.50828
+8841,8841,394,76.0,008400,,40.75038009,-73.98338988,98.0,013700,40.766109285,-73.981808355,845.345173444,6557,1726,5442,1041,013700,314878324.419,008400,147824461.739,008400,2352218446.0,013700,008400,15463.1130664,91142,33539,hub,hub,non_hub,585934.141665,4513292.1137,585820.889203,4511544.50828
+8842,8842,66,38.0,008400,,40.75038009,-73.98338988,27.0,013900,40.768254,-73.988639,988.909090909,7607,1726,7359,1041,013900,139918084.587,008400,147824461.739,008400,2352218446.0,013900,008400,15463.1130664,26390,33539,hub,hub,non_hub,585354.890073,4513523.52534,585820.889203,4511544.50828
+8843,8843,179,38.0,008400,,40.75038009,-73.98338988,49.0,014300,40.76590936,-73.97634151,785.039106145,3,1726,0,1041,014300,50027992.3322,008400,147824461.739,008400,2352218446.0,014300,008400,15463.1130664,21051,33539,hub,hub,non_hub,586395.803012,4513275.28949,585820.889203,4511544.50828
+8844,8844,344,38.0,008400,,40.75038009,-73.98338988,36.0,014500,40.76915505,-73.98191841,914.543604651,5811,1726,3462,1041,014500,253397343.373,008400,147824461.739,008400,2352218446.0,014500,008400,15463.1130664,68350,33539,hub,hub,non_hub,585920.929601,4513630.10902,585820.889203,4511544.50828
+8845,8845,87,38.0,008400,,40.75038009,-73.98338988,55.0,014700,40.770513,-73.988038,927.287356322,2586,1726,1743,1041,014700,70871746.8417,008400,147824461.739,008400,2352218446.0,014700,008400,15463.1130664,35099,33539,hub,hub,non_hub,585402.720353,4513774.87644,585820.889203,4511544.50828
+8846,8846,13,38.0,008400,,40.75038009,-73.98338988,36.0,015100,40.771522,-73.990541,1093.61538462,8105,1726,4856,1041,015100,164953931.102,008400,147824461.739,008400,2352218446.0,015100,008400,15463.1130664,17578,33539,hub,hub,non_hub,585190.192062,4513884.4495,585820.889203,4511544.50828
+8847,8847,61,76.0,008400,,40.75038009,-73.98338988,70.0,031703,40.71644312,-74.014902115,1721.71130952,8670,1726,4231,1041,031703,332361109.355,008400,147824461.739,008400,2352218446.0,031703,008400,15463.1130664,136082,33539,hub,hub,non_hub,583202.897614,4507746.93647,585820.889203,4511544.50828
+8848,8848,26,114.0,008400,,40.75038009,-73.98338988,98.0,031704,40.7085171733,-74.0165557667,1727.33269231,6610,1726,3790,1041,031704,160823714.408,008400,147824461.739,008400,2352218446.0,031704,008400,15463.1130664,105244,33539,hub,hub,non_hub,583073.076824,4506865.54027,585820.889203,4511544.50828
+8849,8849,17,114.0,008400,4.20706990211,40.75038009,-73.98338988,85.0,000600,40.71300297,-73.99091534,1568.62209907,11558,1726,4083,1041,000600,59149181.7526,008400,147824461.739,008400,2352218446.0,000600,008400,15463.1130664,70053,33539,hub,hub,non_hub,585233.276689,4507388.05846,585820.889203,4511544.50828
+8850,8850,503,129.0,008601,,40.744219,-73.97121214,54.0,000202,40.71318002,-73.9818904933,1276.27575417,8012,2551,3598,1528,000202,37878157.9781,008601,31141773.9073,,0.0,000202,008601,16874.4779144,56352,28073,hub,hub,non_hub,585995.353038,4507416.50937,586856.951039,4510872.56191
+8851,8851,1740,301.0,008601,,40.744219,-73.97121214,258.0,000700,40.70581148,-74.0081572071,1686.22211325,7722,2551,5201,1528,000700,476954959.734,008601,31141773.9073,,0.0,000700,008601,16874.4779144,160040,28073,hub,hub,non_hub,583785.918305,4506573.16797,586856.951039,4510872.56191
+8852,8852,110,86.0,008601,,40.744219,-73.97121214,47.0,000800,40.712414475,-73.993471545,1580.8543956,10365,2551,4150,1528,000800,46479755.076,008601,31141773.9073,,0.0,000800,008601,16874.4779144,34254,28073,hub,hub,non_hub,585018.109713,4507320.25418,586856.951039,4510872.56191
+8853,8853,672,129.0,008601,,40.744219,-73.97121214,97.0,000900,40.7024745833,-74.01224785,1777.98565245,1140,2551,939,1528,000900,404341803.896,008601,31141773.9073,,0.0,000900,008601,16874.4779144,46446,28073,hub,hub,non_hub,583444.520998,4506198.85784,586856.951039,4510872.56191
+8854,8854,273,43.0,008601,,40.744219,-73.97121214,19.0,001002,40.71782143,-73.97628939,918.571428571,6439,2551,2346,1528,001002,22763374.2099,008601,31141773.9073,,0.0,001002,008601,16874.4779144,15916,28073,hub,hub,non_hub,586462.45635,4507937.23607,586856.951039,4510872.56191
+8855,8855,176,86.0,008601,,40.744219,-73.97121214,46.0,001200,40.717364275,-73.982955325,1211.04491859,3547,2551,1857,1528,001200,23518220.7411,008601,31141773.9073,,0.0,001200,008601,16874.4779144,36493,28073,hub,hub,non_hub,585900.031125,4507879.94738,586856.951039,4510872.56191
+8856,8856,78,43.0,008601,,40.744219,-73.97121214,36.0,001300,40.70463334,-74.01361706,1989.96153846,3776,2551,3028,1528,001300,286606455.687,008601,31141773.9073,,0.0,001300,008601,16874.4779144,27671,28073,hub,hub,non_hub,583326.158808,4506437.19368,586856.951039,4510872.56191
+8857,8857,54,43.0,008601,,40.744219,-73.97121214,28.0,001401,40.71559509,-73.9870295,1342.57407407,3289,2551,1708,1528,001401,20168722.3199,008601,31141773.9073,,0.0,001401,008601,16874.4779144,26885,28073,hub,hub,non_hub,585558.18429,4507679.57909,586856.951039,4510872.56191
+8858,8858,169,86.0,008601,,40.744219,-73.97121214,67.0,001501,40.70966832,-74.003597135,1624.88623596,5581,2551,3450,1528,001501,172466366.322,008601,31141773.9073,,0.0,001501,008601,16874.4779144,27425,28073,hub,hub,non_hub,584166.279828,4507005.66129,586856.951039,4510872.56191
+8859,8859,421,129.0,008601,,40.744219,-73.97121214,123.0,001502,40.7088053467,-74.00635276,1624.94239128,7095,2551,3459,1528,001502,221282059.103,008601,31141773.9073,,0.0,001502,008601,16874.4779144,82052,28073,hub,hub,non_hub,583934.59195,4506907.22889,586856.951039,4510872.56191
+8860,8860,100,129.0,008601,,40.744219,-73.97121214,107.0,001600,40.7153350167,-73.9943926833,1761.67571644,8236,2551,3242,1528,001600,76565505.7581,008601,31141773.9073,,0.0,001600,008601,16874.4779144,82798,28073,hub,hub,non_hub,584936.591099,4507643.5622,586856.951039,4510872.56191
+8861,8861,147,172.0,008601,,40.744219,-73.97121214,154.0,001800,40.7193657075,-73.9906468425,1381.65166667,8063,2551,3489,1528,001800,60554858.5127,008601,31141773.9073,,0.0,001800,008601,16874.4779144,133306,28073,hub,hub,non_hub,585247.838585,4508094.62497,586856.951039,4510872.56191
+8862,8862,215,86.0,008601,,40.744219,-73.97121214,46.0,002000,40.721554605,-73.977309405,994.68225357,4795,2551,1899,1528,002000,17907673.5628,008601,31141773.9073,,0.0,002000,008601,16874.4779144,31656,28073,hub,hub,non_hub,586371.478696,4508350.63994,586856.951039,4510872.56191
+8863,8863,61,172.0,008601,,40.744219,-73.97121214,102.0,002100,40.71451321,-74.0108850975,2026.63019943,6111,2551,3038,1528,002100,273869828.705,008601,31141773.9073,,0.0,002100,008601,16874.4779144,151037,28073,hub,hub,non_hub,583544.598931,4507536.51732,586856.951039,4510872.56191
+8864,8864,95,86.0,008601,,40.744219,-73.97121214,44.0,002201,40.71833027,-73.980972895,1121.34652218,6762,2551,3030,1528,002201,37585954.9949,008601,31141773.9073,,0.0,002201,008601,16874.4779144,26391,28073,hub,hub,non_hub,586066.226443,4507989.12022,586856.951039,4510872.56191
+8865,8865,83,43.0,008601,,40.744219,-73.97121214,31.0,002202,40.7208736,-73.98085795,1022.22891566,2256,2551,1045,1528,002202,13179093.8977,008601,31141773.9073,,0.0,002202,008601,16874.4779144,23935,28073,hub,hub,non_hub,586072.658368,4508271.55961,586856.951039,4510872.56191
+8866,8866,125,86.0,008601,,40.744219,-73.97121214,48.0,002400,40.724744875,-73.974986535,834.537671233,5775,2551,2175,1528,002400,17986635.5592,008601,31141773.9073,,0.0,002400,008601,16874.4779144,17965,28073,hub,hub,non_hub,586563.526382,4508707.06897,586856.951039,4510872.56191
+8867,8867,94,86.0,008601,,40.744219,-73.97121214,62.0,002500,40.7111743,-73.99849582,1618.79043478,5061,2551,1917,1528,002500,22428407.6271,008601,31141773.9073,,0.0,002500,008601,16874.4779144,28216,28073,hub,hub,non_hub,584595.28909,4507177.73549,586856.951039,4510872.56191
+8868,8868,78,43.0,008601,,40.744219,-73.97121214,31.0,002601,40.72299208,-73.97995466,1005.15384615,3774,2551,1593,1528,002601,22248722.3098,008601,31141773.9073,,0.0,002601,008601,16874.4779144,22144,28073,hub,hub,non_hub,586146.216204,4508507.61099,586856.951039,4510872.56191
+8869,8869,37,43.0,008601,,40.744219,-73.97121214,27.0,002700,40.71307916,-73.99851193,1672.67567568,1191,2551,655,1528,002700,11349914.9514,008601,31141773.9073,,0.0,002700,008601,16874.4779144,20570,28073,hub,hub,non_hub,584591.517275,4507389.17181,586856.951039,4510872.56191
+8870,8870,229,43.0,008601,,40.744219,-73.97121214,32.0,002800,40.72521311,-73.97768752,790.528384279,7302,2551,3341,1528,002800,47641507.3146,008601,31141773.9073,,0.0,002800,008601,16874.4779144,36744,28073,hub,hub,non_hub,586334.816403,4508756.38709,586856.951039,4510872.56191
+8871,8871,22,43.0,008601,,40.744219,-73.97121214,43.0,002900,40.71602118,-73.99974372,1631.04545455,5855,2551,2420,1528,002900,200965547.24,008601,31141773.9073,,0.0,002900,008601,16874.4779144,31936,28073,hub,hub,non_hub,584483.752153,4507714.56961,586856.951039,4510872.56191
+8872,8872,75,43.0,008601,,40.744219,-73.97121214,35.0,003001,40.72066442,-73.98517977,1236.30666667,4301,2551,2553,1528,003001,34302720.7166,008601,31141773.9073,,0.0,003001,008601,16874.4779144,41223,28073,hub,hub,non_hub,585707.91731,4508244.11218,586856.951039,4510872.56191
+8873,8873,68,43.0,008601,,40.744219,-73.97121214,37.0,003002,40.72217444,-73.98368779,1142.97058824,3031,2551,1885,1528,003002,18686109.2263,008601,31141773.9073,,0.0,003002,008601,16874.4779144,38675,28073,hub,hub,non_hub,585831.986427,4508413.19181,586856.951039,4510872.56191
+8874,8874,164,129.0,008601,,40.744219,-73.97121214,121.0,003100,40.7140617467,-74.0041933367,1740.32140351,2809,2551,858,1528,003100,145687012.574,008601,31141773.9073,,0.0,003100,008601,16874.4779144,81469,28073,hub,hub,non_hub,584110.388584,4507492.78891,586856.951039,4510872.56191
+8875,8875,227,129.0,008601,,40.744219,-73.97121214,100.0,003200,40.7260543867,-73.9823576167,989.541929341,7630,2551,4888,1528,003200,46369492.482,008601,31141773.9073,,0.0,003200,008601,16874.4779144,138064,28073,hub,hub,non_hub,585939.335766,4508845.19329,586856.951039,4510872.56191
+8876,8876,39,215.0,008601,,40.744219,-73.97121214,173.0,003300,40.7188190607,-74.006340388,2046.27222222,5174,2551,2694,1528,003300,215459582.054,008601,31141773.9073,,0.0,003300,008601,16874.4779144,115059,28073,hub,hub,non_hub,583923.061198,4508018.82791,586856.951039,4510872.56191
+8877,8877,77,43.0,008601,,40.744219,-73.97121214,39.0,003400,40.72955361,-73.98057249,843.948051948,6706,2551,4203,1528,003400,42933229.7541,008601,31141773.9073,,0.0,003400,008601,16874.4779144,47926,28073,hub,hub,non_hub,586085.581298,4509235.37985,586856.951039,4510872.56191
+8878,8878,52,86.0,008601,,40.744219,-73.97121214,66.0,003601,40.72217423,-73.990293175,1239.41666667,3299,2551,1613,1528,003601,29191583.8104,008601,31141773.9073,,0.0,003601,008601,16874.4779144,77585,28073,hub,hub,non_hub,585274.124459,4508406.73315,586856.951039,4510872.56191
+8879,8879,95,86.0,008601,,40.744219,-73.97121214,62.0,003602,40.724852985,-73.989265345,1158.45395328,2918,2551,1586,1528,003602,24941258.1161,008601,31141773.9073,,0.0,003602,008601,16874.4779144,82124,28073,hub,hub,non_hub,585357.507872,4508705.09166,586856.951039,4510872.56191
+8880,8880,25,172.0,008601,,40.744219,-73.97121214,148.0,003700,40.7256696075,-74.0052069325,1582.83214286,2401,2551,1490,1528,003700,212385639.924,008601,31141773.9073,,0.0,003700,008601,16874.4779144,173333,28073,hub,hub,non_hub,584010.178026,4508780.36793,586856.951039,4510872.56191
+8881,8881,211,172.0,008601,,40.744219,-73.97121214,160.0,003800,40.72765889,-73.988195855,1062.21608199,8610,2551,5795,1528,003800,67437493.5221,008601,31141773.9073,,0.0,003800,008601,16874.4779144,167230,28073,hub,hub,non_hub,585444.239635,4509017.60641,586856.951039,4510872.56191
+8882,8882,58,172.0,008601,,40.744219,-73.97121214,106.0,003900,40.7201717475,-74.00983051,2064.55921659,5253,2551,3059,1528,003900,194910113.03,008601,31141773.9073,,0.0,003900,008601,16874.4779144,113624,28073,hub,hub,non_hub,583626.593058,4508165.65565,586856.951039,4510872.56191
+8883,8883,145,86.0,008601,,40.744219,-73.97121214,66.0,004000,40.73000573,-73.98549552,826.737879385,9801,2551,4546,1528,004000,66858387.5133,008601,31141773.9073,,0.0,004000,008601,16874.4779144,99660,28073,hub,hub,non_hub,585669.269443,4509280.75306,586856.951039,4510872.56191
+8884,8884,62,86.0,008601,,40.744219,-73.97121214,64.0,004100,40.7195529,-73.996789035,1490.55119048,7793,2551,3765,1528,004100,71738983.3617,008601,31141773.9073,,0.0,004100,008601,16874.4779144,114685,28073,hub,hub,non_hub,584728.836557,4508109.46034,586856.951039,4510872.56191
+8885,8885,52,43.0,008601,,40.744219,-73.97121214,35.0,004200,40.73223272,-73.98889957,919.846153846,4988,2551,1801,1528,004200,39941846.3325,008601,31141773.9073,,0.0,004200,008601,16874.4779144,50846,28073,hub,hub,non_hub,585378.96492,4509524.64843,586856.951039,4510872.56191
+8886,8886,93,86.0,008601,,40.744219,-73.97121214,67.0,004300,40.723870235,-73.995226525,1207.35407031,4267,2551,2598,1528,004300,65935514.1184,008601,31141773.9073,,0.0,004300,008601,16874.4779144,95162,28073,hub,hub,non_hub,584855.320992,4508590.22212,586856.951039,4510872.56191
+8887,8887,406,86.0,008601,,40.744219,-73.97121214,60.0,004400,40.73080269,-73.97968993,742.543964779,17710,2551,8297,1528,004400,114601147.016,008601,31141773.9073,,0.0,004400,008601,16874.4779144,106427,28073,hub,hub,non_hub,586158.498991,4509374.90208,586856.951039,4510872.56191
+8888,8888,13,43.0,008601,,40.744219,-73.97121214,27.0,004500,40.71910537,-73.99973337,1683.0,840,2551,582,1528,004500,52009114.8865,008601,31141773.9073,,0.0,004500,008601,16874.4779144,34275,28073,hub,hub,non_hub,584480.726971,4508056.94497,586856.951039,4510872.56191
+8889,8889,25,43.0,008601,,40.744219,-73.97121214,39.0,004700,40.72165481,-74.00234737,1718.32,2267,2551,1586,1528,004700,75477587.1594,008601,31141773.9073,,0.0,004700,008601,16874.4779144,27544,28073,hub,hub,non_hub,584256.734795,4508337.43837,586856.951039,4510872.56191
+8890,8890,90,43.0,008601,,40.744219,-73.97121214,35.0,004800,40.73624527,-73.98473765,696.655555556,7550,2551,3799,1528,004800,74763044.6965,008601,31141773.9073,,0.0,004800,008601,16874.4779144,42567,28073,hub,hub,non_hub,585725.258797,4509974.12516,586856.951039,4510872.56191
+8891,8891,33,86.0,008601,,40.744219,-73.97121214,73.0,004900,40.724268615,-74.000521515,1442.66165414,4951,2551,3054,1528,004900,103848670.177,008601,31141773.9073,,0.0,004900,008601,16874.4779144,80152,28073,hub,hub,non_hub,584407.63728,4508629.34168,586856.951039,4510872.56191
+8892,8892,262,129.0,008601,,40.744219,-73.97121214,93.0,005000,40.7359163467,-73.9873427633,824.24397157,5061,2551,3595,1528,005000,120638459.215,008601,31141773.9073,,0.0,005000,008601,16874.4779144,111023,28073,hub,hub,non_hub,585505.709717,4509935.07175,586856.951039,4510872.56191
+8893,8893,171,86.0,008601,,40.744219,-73.97121214,106.0,005200,40.73715585,-73.991241315,951.658347107,4193,2551,1785,1528,005200,109103391.81,008601,31141773.9073,,0.0,005200,008601,16874.4779144,159876,28073,hub,hub,non_hub,585174.941656,4510068.87544,586856.951039,4510872.56191
+8894,8894,72,43.0,008601,,40.744219,-73.97121214,47.0,005400,40.73971301,-73.99456405,976.847222222,4656,2551,2837,1528,005400,128803552.888,008601,31141773.9073,,0.0,005400,008601,16874.4779144,73728,28073,hub,hub,non_hub,584891.129718,4510349.51956,586856.951039,4510872.56191
+8895,8895,96,43.0,008601,,40.744219,-73.97121214,30.0,005501,40.72679454,-73.99695094,1187.96875,5079,2551,2483,1528,005501,61061928.4125,008601,31141773.9073,,0.0,005501,008601,16874.4779144,57258,28073,hub,hub,non_hub,584705.980012,4508913.17477,586856.951039,4510872.56191
+8896,8896,20,43.0,008601,,40.744219,-73.97121214,27.0,005502,40.72743423,-73.99379025,1115.8,2383,2551,1262,1528,005502,49017118.6146,008601,31141773.9073,,0.0,005502,008601,16874.4779144,55117,28073,hub,hub,non_hub,584972.085912,4508987.23863,586856.951039,4510872.56191
+8897,8897,444,86.0,008601,,40.744219,-73.97121214,95.0,005600,40.74065347,-73.98778661,706.835247209,2618,2551,2190,1528,005600,189153355.609,008601,31141773.9073,,0.0,005600,008601,16874.4779144,113209,28073,hub,hub,non_hub,585462.168743,4510460.49357,586856.951039,4510872.56191
+8898,8898,81,86.0,008601,,40.744219,-73.97121214,82.0,005700,40.729662915,-73.992405595,1076.69384058,2937,2551,1789,1528,005700,90178032.7137,008601,31141773.9073,,0.0,005700,008601,16874.4779144,156896,28073,hub,hub,non_hub,585086.179601,4509235.9788,586856.951039,4510872.56191
+8899,8899,172,86.0,008601,,40.744219,-73.97121214,87.0,005800,40.743154205,-73.990299735,827.76911315,3182,2551,2306,1528,005800,164037511.755,008601,31141773.9073,,0.0,005800,008601,16874.4779144,130970,28073,hub,hub,non_hub,585246.786708,4510735.64918,586856.951039,4510872.56191
+8900,8900,27,43.0,008601,,40.744219,-73.97121214,31.0,005900,40.73049393,-73.9957214,1234.2962963,5516,2551,3276,1528,005900,71785177.1361,008601,31141773.9073,,0.0,005900,008601,16874.4779144,53180,28073,hub,hub,non_hub,584805.117401,4509325.01914,586856.951039,4510872.56191
+8901,8901,481,86.0,008601,,40.744219,-73.97121214,63.0,006000,40.734822295,-73.976916765,597.510255695,5286,2551,2459,1528,006000,27468182.8943,008601,31141773.9073,,0.0,006000,008601,16874.4779144,80462,28073,hub,hub,non_hub,586387.478737,4509823.83141,586856.951039,4510872.56191
+8902,8902,202,172.0,008601,,40.744219,-73.97121214,141.0,006100,40.73385254,-73.992357065,1118.30513196,4913,2551,2683,1528,006100,91682014.33,008601,31141773.9073,,0.0,006100,008601,16874.4779144,245510,28073,hub,hub,non_hub,585084.940162,4509701.10308,586856.951039,4510872.56191
+8903,8903,115,43.0,008601,,40.744219,-73.97121214,30.0,006200,40.7381765,-73.97738662,713.8,4680,2551,1401,1528,006200,231817485.533,008601,31141773.9073,,0.0,006200,008601,16874.4779144,33218,28073,hub,hub,non_hub,586343.467107,4510195.70961,586856.951039,4510872.56191
+8904,8904,64,129.0,008601,,40.744219,-73.97121214,99.0,006300,40.7346940933,-73.99785666,1312.98992413,6076,2551,4277,1528,006300,85447631.8451,008601,31141773.9073,,0.0,006300,008601,16874.4779144,120233,28073,hub,hub,non_hub,584619.48321,4509789.20591,586856.951039,4510872.56191
+8905,8905,60,43.0,008601,,40.744219,-73.97121214,39.0,006400,40.73587678,-73.98205027,704.416666667,7518,2551,5058,1528,006400,95664936.1545,008601,31141773.9073,,0.0,006400,008601,16874.4779144,47750,28073,hub,hub,non_hub,585952.649806,4509935.84788,586856.951039,4510872.56191
+8906,8906,70,129.0,008601,,40.744219,-73.97121214,106.0,006500,40.7306296367,-73.9991423,1303.76488095,6517,2551,3568,1528,006500,59290910.3694,008601,31141773.9073,,0.0,006500,008601,16874.4779144,125356,28073,hub,hub,non_hub,584516.067395,4509336.78488,586856.951039,4510872.56191
+8907,8907,290,86.0,008601,,40.744219,-73.97121214,82.0,006600,40.739285505,-73.97827188,416.262389647,11780,2551,6818,1528,006600,84730469.4548,008601,31141773.9073,,0.0,006600,008601,16874.4779144,74621,28073,hub,hub,non_hub,586267.286922,4510317.94668,586856.951039,4510872.56191
+8908,8908,42,43.0,008601,,40.744219,-73.97121214,39.0,006700,40.73038599,-74.00214988,1154.85714286,4984,2551,3796,1528,006700,47238039.9972,008601,31141773.9073,,0.0,006700,008601,16874.4779144,70025,28073,hub,hub,non_hub,584262.399901,4509306.84766,586856.951039,4510872.56191
+8909,8909,414,43.0,008601,,40.744219,-73.97121214,39.0,006800,40.74025878,-73.98409214,511.884057971,6735,2551,4494,1528,006800,130298431.446,008601,31141773.9073,,0.0,006800,008601,16874.4779144,58926,28073,hub,hub,non_hub,585774.608423,4510420.28363,586856.951039,4510872.56191
+8910,8910,22,86.0,008601,,40.744219,-73.97121214,67.0,006900,40.732319905,-74.0069291,1798.76068376,2687,2551,1484,1528,006900,61292499.9331,008601,31141773.9073,,0.0,006900,008601,16874.4779144,130727,28073,hub,hub,non_hub,583856.38945,4509516.94969,586856.951039,4510872.56191
+8911,8911,635,129.0,008601,,40.744219,-73.97121214,127.0,007000,40.7425094208,-73.9756024983,750.307263581,8302,2551,5669,1528,007000,78634704.8451,008601,31141773.9073,,0.0,007000,008601,16874.4779144,145227,28073,hub,hub,non_hub,586488.497305,4510678.4511,586856.951039,4510872.56191
+8912,8912,47,86.0,008601,,40.744219,-73.97121214,71.0,007100,40.736526545,-74.000108805,872.410818713,5633,2551,3844,1528,007100,68447429.2743,008601,31141773.9073,,0.0,007100,008601,16874.4779144,79459,28073,hub,hub,non_hub,584426.995774,4509990.4524,586856.951039,4510872.56191
+8913,8913,922,129.0,008601,,40.744219,-73.97121214,126.0,007200,40.7447014833,-73.98154809,444.551685447,7734,2551,5222,1528,007200,132092861.454,008601,31141773.9073,,0.0,007200,008601,16874.4779144,157612,28073,hub,hub,non_hub,585983.687715,4510915.94446,586856.951039,4510872.56191
+8914,8914,27,86.0,008601,,40.744219,-73.97121214,59.0,007300,40.734682705,-74.00388484,1403.67391304,5615,2551,4547,1528,007300,48716185.79,008601,31141773.9073,,0.0,007300,008601,16874.4779144,92567,28073,hub,hub,non_hub,584110.479319,4509782.14883,586856.951039,4510872.56191
+8915,8915,425,86.0,008601,,40.744219,-73.97121214,86.0,007400,40.746413585,-73.98586892,602.365007541,4179,2551,2700,1528,007400,170614202.951,008601,31141773.9073,,0.0,007400,008601,16874.4779144,81121,28073,hub,hub,non_hub,585616.696258,4511101.7763,586856.951039,4510872.56191
+8916,8916,248,86.0,008601,,40.744219,-73.97121214,69.0,007600,40.74737476,-73.988320695,640.017377691,2203,2551,1573,1528,007600,242014413.464,008601,31141773.9073,,0.0,007600,008601,16874.4779144,97464,28073,hub,hub,non_hub,585408.475283,4511206.08492,586856.951039,4510872.56191
+8917,8917,15,43.0,008601,,40.744219,-73.97121214,43.0,007700,40.7390169121,-74.0026376103,1327.93333333,5404,2551,4254,1528,007700,59306273.1509,008601,31141773.9073,,0.0,007700,008601,16874.4779144,79025,28073,hub,hub,non_hub,584210.329106,4510264.47156,586856.951039,4510872.56191
+8918,8918,567,43.0,008601,,40.744219,-73.97121214,39.0,007800,40.74780373,-73.9734419,489.631393298,7380,2551,5372,1528,007800,112124597.728,008601,31141773.9073,,0.0,007800,008601,16874.4779144,59601,28073,hub,hub,non_hub,586664.043115,4511268.28888,586856.951039,4510872.56191
+8919,8919,49,215.0,008601,,40.744219,-73.97121214,174.0,007900,40.738916514,-74.007286026,1699.08963585,4406,2551,2904,1528,007900,86937368.5918,008601,31141773.9073,,0.0,007900,008601,16874.4779144,171846,28073,hub,hub,non_hub,583817.969395,4510248.87788,586856.951039,4510872.56191
+8920,8920,730,86.0,008601,,40.744219,-73.97121214,71.0,008000,40.7485693,-73.97717991,464.866258328,4946,2551,3730,1528,008000,197763821.532,008601,31141773.9073,,0.0,008000,008601,16874.4779144,74808,28073,hub,hub,non_hub,586347.477591,4511349.58844,586856.951039,4510872.56191
+8921,8921,19,43.0,008601,,40.744219,-73.97121214,39.0,008100,40.73935542,-73.99931783,1254.57894737,8675,2551,5315,1528,008100,91100400.6907,008601,31141773.9073,,0.0,008100,008601,16874.4779144,53195,28073,hub,hub,non_hub,584490.204148,4510305.23824,586856.951039,4510872.56191
+8922,8922,1984,129.0,008601,,40.744219,-73.97121214,175.0,008200,40.7519528913,-73.9793730836,517.25102759,3442,2551,2534,1528,008200,262405408.076,008601,31141773.9073,,0.0,008200,008601,16874.4779144,228612,28073,hub,hub,non_hub,586157.956846,4511723.03639,586856.951039,4510872.56191
+8923,8923,68,172.0,008601,,40.744219,-73.97121214,119.0,008300,40.742591315,-74.004102785,1508.3167176,4211,2551,2321,1528,008300,119862327.354,008601,31141773.9073,,0.0,008300,008601,16874.4779144,186113,28073,hub,hub,non_hub,584082.11654,4510659.85081,586856.951039,4510872.56191
+8924,8924,263,43.0,008601,,40.744219,-73.97121214,38.0,008400,40.75038009,-73.98338988,586.30418251,1726,2551,1041,1528,008400,147824461.739,008601,31141773.9073,,0.0,008400,008601,16874.4779144,34199,28073,hub,hub,non_hub,585820.889203,4511544.50828,586856.951039,4510872.56191
+8925,8925,64,86.0,008601,,40.744219,-73.97121214,78.0,008700,40.74206378,-73.995708955,1043.66865079,6671,2551,4249,1528,008700,85660216.7821,008601,31141773.9073,,0.0,008700,008601,16874.4779144,152953,28073,hub,hub,non_hub,584791.475936,4510609.36503,586856.951039,4510872.56191
+8926,8926,582,86.0,008601,,40.744219,-73.97121214,78.0,008800,40.75012189,-73.970133575,486.009472648,6964,2551,5507,1528,008800,216532475.876,008601,31141773.9073,,0.0,008800,008601,16874.4779144,43247,28073,hub,hub,non_hub,586940.323322,4511528.89362,586856.951039,4510872.56191
+8927,8927,54,129.0,008601,,40.744219,-73.97121214,120.0,008900,40.74529008,-74.0021768567,1175.80909091,5560,2551,3511,1528,008900,54419260.2723,008601,31141773.9073,,0.0,008900,008601,16874.4779144,158638,28073,hub,hub,non_hub,584241.316685,4510961.27944,586856.951039,4510872.56191
+8928,8928,698,129.0,008601,,40.744219,-73.97121214,110.0,009000,40.75261798,-73.9703317533,525.392336901,7026,2551,5832,1528,009000,208846060.851,008601,31141773.9073,,0.0,009000,008601,16874.4779144,74531,28073,hub,hub,non_hub,586920.342162,4511805.78171,586856.951039,4510872.56191
+8929,8929,17,43.0,008601,,40.744219,-73.97121214,39.0,009100,40.74487634,-73.99529885,924.352941176,6415,2551,4386,1528,009100,127325659.041,008601,31141773.9073,,0.0,009100,008601,16874.4779144,63878,28073,hub,hub,non_hub,584822.527687,4510921.97538,586856.951039,4510872.56191
+8930,8930,1648,86.0,008601,,40.744219,-73.97121214,110.0,009200,40.7548518863,-73.9734329075,517.009567672,1754,2551,1461,1528,009200,408192557.246,008601,31141773.9073,,0.0,009200,008601,16874.4779144,72226,28073,hub,hub,non_hub,586655.650548,4512050.69496,586856.951039,4510872.56191
+8931,8931,27,43.0,008601,,40.744219,-73.97121214,39.0,009300,40.74475148,-73.99915362,1077.62962963,9705,2551,5585,1528,009300,68528055.2433,008601,31141773.9073,,0.0,009300,008601,16874.4779144,52202,28073,hub,hub,non_hub,584497.239363,4510904.39701,586856.951039,4510872.56191
+8932,8932,516,43.0,008601,,40.744219,-73.97121214,31.0,009400,40.75320159,-73.9779874,516.356589147,29,2551,16,1528,009400,299218147.811,008601,31141773.9073,,0.0,009400,008601,16874.4779144,82147,28073,hub,hub,non_hub,586273.319314,4511863.01244,586856.951039,4510872.56191
+8933,8933,26,43.0,008601,,40.744219,-73.97121214,51.0,009500,40.746647,-73.993915,911.153846154,3425,2551,1416,1528,009500,129660033.725,008601,31141773.9073,,0.0,009500,008601,16874.4779144,57488,28073,hub,hub,non_hub,584937.108907,4511119.86954,586856.951039,4510872.56191
+8934,8934,432,129.0,008601,,40.744219,-73.97121214,140.0,009600,40.7560456512,-73.9803686897,762.973623482,153,2551,268,1528,009600,270304841.585,008601,31141773.9073,,0.0,009600,008601,16874.4779144,71527,28073,hub,hub,non_hub,586068.63108,4512176.38595,586856.951039,4510872.56191
+8935,8935,53,129.0,008601,,40.744219,-73.97121214,99.0,009700,40.7493616033,-73.9991321067,1091.03174603,4744,2551,2827,1528,009700,83018263.1602,008601,31141773.9073,,0.0,009700,008601,16874.4779144,118804,28073,hub,hub,non_hub,584493.220017,4511416.17434,586856.951039,4510872.56191
+8936,8936,476,86.0,008601,,40.744219,-73.97121214,70.0,009800,40.755285655,-73.96667288,606.181754221,7105,2551,5244,1528,009800,115943808.909,008601,31141773.9073,,0.0,009800,008601,16874.4779144,40039,28073,hub,hub,non_hub,587225.727282,4512105.54383,586856.951039,4510872.56191
+8937,8937,151,215.0,008601,,40.744219,-73.97121214,185.0,009900,40.7520807866,-74.0031899092,1103.04673341,3617,2551,2438,1528,009900,404439511.776,008601,31141773.9073,,0.0,009900,008601,16874.4779144,208076,28073,hub,hub,non_hub,584147.226991,4511714.12465,586856.951039,4510872.56191
+8938,8938,1141,129.0,008601,,40.744219,-73.97121214,121.0,010000,40.7583696933,-73.9710287767,681.739933749,1829,2551,1399,1528,010000,366457143.613,008601,31141773.9073,,0.0,010000,008601,16874.4779144,72085,28073,hub,hub,non_hub,586854.014885,4512443.57459,586856.951039,4510872.56191
+8939,8939,455,129.0,008601,,40.744219,-73.97121214,127.0,010100,40.74945622,-73.9903382667,726.980793885,1119,2551,828,1528,010100,246168211.101,008601,31141773.9073,,0.0,010100,008601,16874.4779144,183377,28073,hub,hub,non_hub,585235.486219,4511435.18064,586856.951039,4510872.56191
+8940,8940,430,86.0,008601,,40.744219,-73.97121214,81.0,010200,40.7606694,-73.973473555,764.928499895,313,2551,268,1528,010200,333450202.294,008601,31141773.9073,,0.0,010200,008601,16874.4779144,46675,28073,hub,hub,non_hub,586644.664817,4512696.44233,586856.951039,4510872.56191
+8941,8941,235,86.0,008601,,40.744219,-73.97121214,98.0,010300,40.751000495,-73.994372255,873.52424812,1859,2551,1351,1528,010300,141506056.87,008601,31141773.9073,,0.0,010300,008601,16874.4779144,221593,28073,hub,hub,non_hub,584892.968074,4511602.69644,586856.951039,4510872.56191
+8942,8942,389,86.0,008601,,40.744219,-73.97121214,75.0,010400,40.761664375,-73.976854975,867.208174704,1031,2551,1033,1528,010400,363981333.295,008601,31141773.9073,,0.0,010400,008601,16874.4779144,65073,28073,hub,hub,non_hub,586357.961325,4512803.55852,586856.951039,4510872.56191
+8943,8943,177,43.0,008601,,40.744219,-73.97121214,33.0,010602,40.75849116,-73.95920622,964.350282486,4794,2551,2963,1528,010602,67980898.3739,008601,31141773.9073,,0.0,010602,008601,16874.4779144,22153,28073,hub,hub,non_hub,587851.796682,4512468.82754,586856.951039,4510872.56191
+8944,8944,733,129.0,008601,,40.744219,-73.97121214,117.0,010800,40.7591736033,-73.96613818,709.94030293,8531,2551,6272,1528,010800,189351523.799,008601,31141773.9073,,0.0,010800,008601,16874.4779144,79198,28073,hub,hub,non_hub,587265.778542,4512537.66689,586856.951039,4510872.56191
+8945,8945,196,86.0,008601,,40.744219,-73.97121214,114.0,010900,40.751351715,-73.987594755,700.121141649,182,2551,92,1528,010900,228173063.011,008601,31141773.9073,,0.0,010900,008601,16874.4779144,60092,28073,hub,hub,non_hub,585464.669441,4511648.26242,586856.951039,4510872.56191
+8946,8946,117,43.0,008601,,40.744219,-73.97121214,59.0,011201,40.7643971,-73.97371465,1086.61538462,827,2551,964,1528,011201,118515444.187,008601,31141773.9073,,0.0,011201,008601,16874.4779144,41525,28073,hub,hub,non_hub,586619.474659,4513110.00718,586856.951039,4510872.56191
+8947,8947,384,43.0,008601,,40.744219,-73.97121214,33.0,011203,40.76095756,-73.96724467,790.9140625,1176,2551,1160,1528,011203,143782379.009,008601,31141773.9073,,0.0,011203,008601,16874.4779144,48033,28073,hub,hub,non_hub,587170.050102,4512734.59972,586856.951039,4510872.56191
+8948,8948,796,172.0,008601,,40.744219,-73.97121214,198.0,011300,40.7548008425,-73.9888010575,746.159777895,204,2551,107,1528,011300,357940519.061,008601,31141773.9073,,0.0,011300,008601,16874.4779144,236650,28073,hub,hub,non_hub,585358.423228,4512029.96675,586856.951039,4510872.56191
+8949,8949,72,86.0,008601,,40.744219,-73.97121214,82.0,011500,40.75701407,-73.992353645,1083.91638796,2487,2551,1678,1528,011500,130958459.747,008601,31141773.9073,,0.0,011500,008601,16874.4779144,103294,28073,hub,hub,non_hub,585055.712647,4512272.20178,586856.951039,4510872.56191
+8950,8950,54,86.0,008601,,40.744219,-73.97121214,84.0,011700,40.76058799,-74.00080945,1437.50274725,2938,2551,2304,1528,011700,91270705.1484,008601,31141773.9073,,0.0,011700,008601,16874.4779144,73016,28073,hub,hub,non_hub,584337.427395,4512660.77158,586856.951039,4510872.56191
+8951,8951,105,43.0,008601,,40.744219,-73.97121214,34.0,011900,40.7568001,-73.98291153,858.285714286,1079,2551,1121,1528,011900,395254501.74,008601,31141773.9073,,0.0,011900,008601,16874.4779144,39976,28073,hub,hub,non_hub,585853.012005,4512257.64444,586856.951039,4510872.56191
+8952,8952,130,129.0,008601,,40.744219,-73.97121214,109.0,012100,40.7598593767,-73.9914900133,1109.80238095,8366,2551,5744,1528,012100,101223732.045,008601,31141773.9073,,0.0,012100,008601,16874.4779144,132767,28073,hub,hub,non_hub,585124.983126,4512588.88932,586856.951039,4510872.56191
+8953,8953,61,43.0,008601,,40.744219,-73.97121214,51.0,012500,40.76064679,-73.98442659,883.786885246,2439,2551,2096,1528,012500,322911522.418,008601,31141773.9073,,0.0,012500,008601,16874.4779144,45486,28073,hub,hub,non_hub,585720.180916,4512683.17447,586856.951039,4510872.56191
+8954,8954,63,86.0,008601,,40.744219,-73.97121214,84.0,012700,40.762485435,-73.990447135,996.96509434,6437,2551,4434,1528,012700,104637996.687,008601,31141773.9073,,0.0,012700,008601,16874.4779144,83393,28073,hub,hub,non_hub,585209.656415,4512881.41361,586856.951039,4510872.56191
+8955,8955,29,43.0,008601,,40.744219,-73.97121214,24.0,012900,40.76341379,-73.99667444,1337.89655172,5312,2551,3621,1528,012900,158698340.053,008601,31141773.9073,,0.0,012900,008601,16874.4779144,28661,28073,hub,hub,non_hub,584682.864463,4512978.43901,586856.951039,4510872.56191
+8956,8956,239,129.0,008601,,40.744219,-73.97121214,160.0,013100,40.7621295133,-73.98215453,894.370405412,2489,2551,2283,1528,013100,405023451.28,008601,31141773.9073,,0.0,013100,008601,16874.4779144,107228,28073,hub,hub,non_hub,585910.049449,4512849.98999,586856.951039,4510872.56191
+8957,8957,66,129.0,008601,,40.744219,-73.97121214,101.0,013300,40.7647250567,-73.9866537633,1256.86496785,5363,2551,3909,1528,013300,79847412.2593,008601,31141773.9073,,0.0,013300,008601,16874.4779144,89810,28073,hub,hub,non_hub,585526.963405,4513133.71926,586856.951039,4510872.56191
+8958,8958,30,86.0,008601,,40.744219,-73.97121214,65.0,013500,40.766984435,-73.99227308,1079.36024845,6075,2551,3935,1528,013500,198199142.958,008601,31141773.9073,,0.0,013500,008601,16874.4779144,64723,28073,hub,hub,non_hub,585049.80204,4513379.06475,586856.951039,4510872.56191
+8959,8959,81,86.0,008601,,40.744219,-73.97121214,98.0,013700,40.766109285,-73.981808355,1230.40880102,6557,2551,5442,1528,013700,314878324.419,008601,31141773.9073,,0.0,013700,008601,16874.4779144,91142,28073,hub,hub,non_hub,585934.141665,4513292.1137,586856.951039,4510872.56191
+8960,8960,32,43.0,008601,,40.744219,-73.97121214,27.0,013900,40.768254,-73.988639,1182.375,7607,2551,7359,1528,013900,139918084.587,008601,31141773.9073,,0.0,013900,008601,16874.4779144,26390,28073,hub,hub,non_hub,585354.890073,4513523.52534,586856.951039,4510872.56191
+8961,8961,67,43.0,008601,,40.744219,-73.97121214,49.0,014300,40.76590936,-73.97634151,1216.07462687,3,2551,0,1528,014300,50027992.3322,008601,31141773.9073,,0.0,014300,008601,16874.4779144,21051,28073,hub,hub,non_hub,586395.803012,4513275.28949,586856.951039,4510872.56191
+8962,8962,76,43.0,008601,,40.744219,-73.97121214,36.0,014500,40.76915505,-73.98191841,1353.67105263,5811,2551,3462,1528,014500,253397343.373,008601,31141773.9073,,0.0,014500,008601,16874.4779144,68350,28073,hub,hub,non_hub,585920.929601,4513630.10902,586856.951039,4510872.56191
+8963,8963,54,43.0,008601,,40.744219,-73.97121214,55.0,014700,40.770513,-73.988038,959.759259259,2586,2551,1743,1528,014700,70871746.8417,008601,31141773.9073,,0.0,014700,008601,16874.4779144,35099,28073,hub,hub,non_hub,585402.720353,4513774.87644,586856.951039,4510872.56191
+8964,8964,11,43.0,008601,,40.744219,-73.97121214,36.0,015100,40.771522,-73.990541,1398.81818182,8105,2551,4856,1528,015100,164953931.102,008601,31141773.9073,,0.0,015100,008601,16874.4779144,17578,28073,hub,hub,non_hub,585190.192062,4513884.4495,586856.951039,4510872.56191
+8965,8965,110,86.0,008601,,40.744219,-73.97121214,70.0,031703,40.71644312,-74.014902115,2214.18493151,8670,2551,4231,1528,031703,332361109.355,008601,31141773.9073,,0.0,031703,008601,16874.4779144,136082,28073,hub,hub,non_hub,583202.897614,4507746.93647,586856.951039,4510872.56191
+8966,8966,187,129.0,008601,,40.744219,-73.97121214,98.0,031704,40.7085171733,-74.0165557667,2099.46666667,6610,2551,3790,1528,031704,160823714.408,008601,31141773.9073,,0.0,031704,008601,16874.4779144,105244,28073,hub,hub,non_hub,583073.076824,4506865.54027,586856.951039,4510872.56191
+8967,8967,213,129.0,008601,,40.744219,-73.97121214,85.0,000600,40.7128987867,-73.9898646367,1437.41440209,11558,2551,4083,1528,000600,59149181.7526,008601,31141773.9073,,0.0,000600,008601,16874.4779144,70053,28073,hub,hub,non_hub,585322.159723,4507377.5136,586856.951039,4510872.56191
+8968,8968,355,234.0,008700,,40.74206378,-73.995708955,108.0,000202,40.71318002,-73.9818904933,1354.14969432,8012,6671,3598,4249,000202,37878157.9781,008700,85660216.7821,008700,10080876.0,000202,008700,20179.8181716,56352,154067,hub,hub,non_hub,585995.353038,4507416.50937,584791.475936,4510609.36503
+8969,8969,601,546.0,008700,,40.74206378,-73.995708955,516.0,000700,40.70581148,-74.0081572071,1554.74899755,7722,6671,5201,4249,000700,476954959.734,008700,85660216.7821,008700,10080876.0,000700,008700,20179.8181716,160040,154067,hub,hub,non_hub,583785.918305,4506573.16797,584791.475936,4510609.36503
+8970,8970,95,156.0,008700,,40.74206378,-73.995708955,94.0,000800,40.712414475,-73.993471545,1421.99375477,10365,6671,4150,4249,000800,46479755.076,008700,85660216.7821,008700,10080876.0,000800,008700,20179.8181716,34254,154067,hub,hub,non_hub,585018.109713,4507320.25418,584791.475936,4510609.36503
+8971,8971,219,234.0,008700,,40.74206378,-73.995708955,194.0,000900,40.7024745833,-74.01224785,1680.71038961,1140,6671,939,4249,000900,404341803.896,008700,85660216.7821,008700,10080876.0,000900,008700,20179.8181716,46446,154067,hub,hub,non_hub,583444.520998,4506198.85784,584791.475936,4510609.36503
+8972,8972,80,78.0,008700,,40.74206378,-73.995708955,38.0,001002,40.71782143,-73.97628939,1327.80829421,6439,6671,2346,4249,001002,22763374.2099,008700,85660216.7821,008700,10080876.0,001002,008700,20179.8181716,15916,154067,hub,hub,non_hub,586462.45635,4507937.23607,584791.475936,4510609.36503
+8973,8973,241,156.0,008700,,40.74206378,-73.995708955,92.0,001200,40.717364275,-73.982955325,1222.04881685,3547,6671,1857,4249,001200,23518220.7411,008700,85660216.7821,008700,10080876.0,001200,008700,20179.8181716,36493,154067,hub,hub,non_hub,585900.031125,4507879.94738,584791.475936,4510609.36503
+8974,8974,133,78.0,008700,,40.74206378,-73.995708955,72.0,001300,40.70463334,-74.01361706,1647.79302536,3776,6671,3028,4249,001300,286606455.687,008700,85660216.7821,008700,10080876.0,001300,008700,20179.8181716,27671,154067,hub,hub,non_hub,583326.158808,4506437.19368,584791.475936,4510609.36503
+8975,8975,129,78.0,008700,,40.74206378,-73.995708955,56.0,001401,40.71559509,-73.9870295,1262.88188073,3289,6671,1708,4249,001401,20168722.3199,008700,85660216.7821,008700,10080876.0,001401,008700,20179.8181716,26885,154067,hub,hub,non_hub,585558.18429,4507679.57909,584791.475936,4510609.36503
+8976,8976,82,156.0,008700,,40.74206378,-73.995708955,134.0,001501,40.70966832,-74.003597135,1579.23158131,5581,6671,3450,4249,001501,172466366.322,008700,85660216.7821,008700,10080876.0,001501,008700,20179.8181716,27425,154067,hub,hub,non_hub,584166.279828,4507005.66129,584791.475936,4510609.36503
+8977,8977,276,234.0,008700,,40.74206378,-73.995708955,246.0,001502,40.7088053467,-74.00635276,1454.44978872,7095,6671,3459,4249,001502,221282059.103,008700,85660216.7821,008700,10080876.0,001502,008700,20179.8181716,82052,154067,hub,hub,non_hub,583934.59195,4506907.22889,584791.475936,4510609.36503
+8978,8978,400,234.0,008700,,40.74206378,-73.995708955,214.0,001600,40.7153350167,-73.9943926833,1312.52725225,8236,6671,3242,4249,001600,76565505.7581,008700,85660216.7821,008700,10080876.0,001600,008700,20179.8181716,82798,154067,hub,hub,non_hub,584936.591099,4507643.5622,584791.475936,4510609.36503
+8979,8979,826,312.0,008700,,40.74206378,-73.995708955,308.0,001800,40.7193657075,-73.9906468425,1087.27289132,8063,6671,3489,4249,001800,60554858.5127,008700,85660216.7821,008700,10080876.0,001800,008700,20179.8181716,133306,154067,hub,hub,non_hub,585247.838585,4508094.62497,584791.475936,4510609.36503
+8980,8980,116,156.0,008700,,40.74206378,-73.995708955,92.0,002000,40.721554605,-73.977309405,1177.2933427,4795,6671,1899,4249,002000,17907673.5628,008700,85660216.7821,008700,10080876.0,002000,008700,20179.8181716,31656,154067,hub,hub,non_hub,586371.478696,4508350.63994,584791.475936,4510609.36503
+8981,8981,1067,312.0,008700,,40.74206378,-73.995708955,204.0,002100,40.71451321,-74.0108850975,1099.91956937,6111,6671,3038,4249,002100,273869828.705,008700,85660216.7821,008700,10080876.0,002100,008700,20179.8181716,151037,154067,hub,hub,non_hub,583544.598931,4507536.51732,584791.475936,4510609.36503
+8982,8982,106,156.0,008700,,40.74206378,-73.995708955,88.0,002201,40.71833027,-73.980972895,1124.99086379,6762,6671,3030,4249,002201,37585954.9949,008700,85660216.7821,008700,10080876.0,002201,008700,20179.8181716,26391,154067,hub,hub,non_hub,586066.226443,4507989.12022,584791.475936,4510609.36503
+8983,8983,268,78.0,008700,,40.74206378,-73.995708955,62.0,002202,40.7208736,-73.98085795,1135.18551587,2256,6671,1045,4249,002202,13179093.8977,008700,85660216.7821,008700,10080876.0,002202,008700,20179.8181716,23935,154067,hub,hub,non_hub,586072.658368,4508271.55961,584791.475936,4510609.36503
+8984,8984,124,156.0,008700,,40.74206378,-73.995708955,96.0,002400,40.724744875,-73.974986535,1067.08766331,5775,6671,2175,4249,002400,17986635.5592,008700,85660216.7821,008700,10080876.0,002400,008700,20179.8181716,17965,154067,hub,hub,non_hub,586563.526382,4508707.06897,584791.475936,4510609.36503
+8985,8985,42,156.0,008700,,40.74206378,-73.995708955,124.0,002500,40.7111743,-73.99849582,1353.04723748,5061,6671,1917,4249,002500,22428407.6271,008700,85660216.7821,008700,10080876.0,002500,008700,20179.8181716,28216,154067,hub,hub,non_hub,584595.28909,4507177.73549,584791.475936,4510609.36503
+8986,8986,131,78.0,008700,,40.74206378,-73.995708955,62.0,002601,40.72299208,-73.97995466,1129.86893705,3774,6671,1593,4249,002601,22248722.3098,008700,85660216.7821,008700,10080876.0,002601,008700,20179.8181716,22144,154067,hub,hub,non_hub,586146.216204,4508507.61099,584791.475936,4510609.36503
+8987,8987,118,78.0,008700,,40.74206378,-73.995708955,54.0,002700,40.71307916,-73.99851193,1281.44530245,1191,6671,655,4249,002700,11349914.9514,008700,85660216.7821,008700,10080876.0,002700,008700,20179.8181716,20570,154067,hub,hub,non_hub,584591.517275,4507389.17181,584791.475936,4510609.36503
+8988,8988,313,78.0,008700,,40.74206378,-73.995708955,64.0,002800,40.72521311,-73.97768752,1017.53464385,7302,6671,3341,4249,002800,47641507.3146,008700,85660216.7821,008700,10080876.0,002800,008700,20179.8181716,36744,154067,hub,hub,non_hub,586334.816403,4508756.38709,584791.475936,4510609.36503
+8989,8989,145,78.0,008700,,40.74206378,-73.995708955,86.0,002900,40.71602118,-73.99974372,1209.38053097,5855,6671,2420,4249,002900,200965547.24,008700,85660216.7821,008700,10080876.0,002900,008700,20179.8181716,31936,154067,hub,hub,non_hub,584483.752153,4507714.56961,584791.475936,4510609.36503
+8990,8990,342,78.0,008700,,40.74206378,-73.995708955,70.0,003001,40.72066442,-73.98517977,1155.04530891,4301,6671,2553,4249,003001,34302720.7166,008700,85660216.7821,008700,10080876.0,003001,008700,20179.8181716,41223,154067,hub,hub,non_hub,585707.91731,4508244.11218,584791.475936,4510609.36503
+8991,8991,334,78.0,008700,,40.74206378,-73.995708955,74.0,003002,40.72217444,-73.98368779,1051.13351017,3031,6671,1885,4249,003002,18686109.2263,008700,85660216.7821,008700,10080876.0,003002,008700,20179.8181716,38675,154067,hub,hub,non_hub,585831.986427,4508413.19181,584791.475936,4510609.36503
+8992,8992,336,234.0,008700,,40.74206378,-73.995708955,242.0,003100,40.7140617467,-74.0041933367,1261.50315916,2809,6671,858,4249,003100,145687012.574,008700,85660216.7821,008700,10080876.0,003100,008700,20179.8181716,81469,154067,hub,hub,non_hub,584110.388584,4507492.78891,584791.475936,4510609.36503
+8993,8993,1344,234.0,008700,,40.74206378,-73.995708955,200.0,003200,40.7260543867,-73.9823576167,927.806145324,7630,6671,4888,4249,003200,46369492.482,008700,85660216.7821,008700,10080876.0,003200,008700,20179.8181716,138064,154067,hub,hub,non_hub,585939.335766,4508845.19329,584791.475936,4510609.36503
+8994,8994,1032,390.0,008700,,40.74206378,-73.995708955,346.0,003300,40.7188239789,-74.0063296616,991.445890545,5174,6671,2694,4249,003300,215459582.054,008700,85660216.7821,008700,10080876.0,003300,008700,20179.8181716,115059,154067,hub,hub,non_hub,583923.960974,4508019.38411,584791.475936,4510609.36503
+8995,8995,625,78.0,008700,,40.74206378,-73.995708955,78.0,003400,40.72955361,-73.98057249,779.770433914,6706,6671,4203,4249,003400,42933229.7541,008700,85660216.7821,008700,10080876.0,003400,008700,20179.8181716,47926,154067,hub,hub,non_hub,586085.581298,4509235.37985,584791.475936,4510609.36503
+8996,8996,544,156.0,008700,,40.74206378,-73.995708955,132.0,003601,40.72217423,-73.990293175,931.266756048,3299,6671,1613,4249,003601,29191583.8104,008700,85660216.7821,008700,10080876.0,003601,008700,20179.8181716,77585,154067,hub,hub,non_hub,585274.124459,4508406.73315,584791.475936,4510609.36503
+8997,8997,777,156.0,008700,,40.74206378,-73.995708955,124.0,003602,40.724852985,-73.989265345,878.897430157,2918,6671,1586,4249,003602,24941258.1161,008700,85660216.7821,008700,10080876.0,003602,008700,20179.8181716,82124,154067,hub,hub,non_hub,585357.507872,4508705.09166,584791.475936,4510609.36503
+8998,8998,2790,312.0,008700,,40.74206378,-73.995708955,296.0,003700,40.7256696075,-74.0052069325,762.117197137,2401,6671,1490,4249,003700,212385639.924,008700,85660216.7821,008700,10080876.0,003700,008700,20179.8181716,173333,154067,hub,hub,non_hub,584010.178026,4508780.36793,584791.475936,4510609.36503
+8999,8999,2058,312.0,008700,,40.74206378,-73.995708955,320.0,003800,40.72765889,-73.988195855,792.59286403,8610,6671,5795,4249,003800,67437493.5221,008700,85660216.7821,008700,10080876.0,003800,008700,20179.8181716,167230,154067,hub,hub,non_hub,585444.239635,4509017.60641,584791.475936,4510609.36503
+9000,9000,873,312.0,008700,,40.74206378,-73.995708955,212.0,003900,40.7201717475,-74.00983051,1085.64229429,5253,6671,3059,4249,003900,194910113.03,008700,85660216.7821,008700,10080876.0,003900,008700,20179.8181716,113624,154067,hub,hub,non_hub,583626.593058,4508165.65565,584791.475936,4510609.36503
+9001,9001,1185,156.0,008700,,40.74206378,-73.995708955,132.0,004000,40.73000573,-73.98549552,740.461535168,9801,6671,4546,4249,004000,66858387.5133,008700,85660216.7821,008700,10080876.0,004000,008700,20179.8181716,99660,154067,hub,hub,non_hub,585669.269443,4509280.75306,584791.475936,4510609.36503
+9002,9002,1045,156.0,008700,,40.74206378,-73.995708955,128.0,004100,40.7195529,-73.996789035,1053.36206613,7793,6671,3765,4249,004100,71738983.3617,008700,85660216.7821,008700,10080876.0,004100,008700,20179.8181716,114685,154067,hub,hub,non_hub,584728.836557,4508109.46034,584791.475936,4510609.36503
+9003,9003,582,78.0,008700,,40.74206378,-73.995708955,70.0,004200,40.73223272,-73.98889957,622.290197413,4988,6671,1801,4249,004200,39941846.3325,008700,85660216.7821,008700,10080876.0,004200,008700,20179.8181716,50846,154067,hub,hub,non_hub,585378.96492,4509524.64843,584791.475936,4510609.36503
+9004,9004,959,156.0,008700,,40.74206378,-73.995708955,134.0,004300,40.723870235,-73.995226525,854.886609166,4267,6671,2598,4249,004300,65935514.1184,008700,85660216.7821,008700,10080876.0,004300,008700,20179.8181716,95162,154067,hub,hub,non_hub,584855.320992,4508590.22212,584791.475936,4510609.36503
+9005,9005,1434,156.0,008700,,40.74206378,-73.995708955,120.0,004400,40.73080269,-73.97968993,748.898402459,17710,6671,8297,4249,004400,114601147.016,008700,85660216.7821,008700,10080876.0,004400,008700,20179.8181716,106427,154067,hub,hub,non_hub,586158.498991,4509374.90208,584791.475936,4510609.36503
+9006,9006,191,78.0,008700,,40.74206378,-73.995708955,54.0,004500,40.71910537,-73.99973337,1099.02546099,840,6671,582,4249,004500,52009114.8865,008700,85660216.7821,008700,10080876.0,004500,008700,20179.8181716,34275,154067,hub,hub,non_hub,584480.726971,4508056.94497,584791.475936,4510609.36503
+9007,9007,335,78.0,008700,,40.74206378,-73.995708955,78.0,004700,40.72165481,-74.00234737,933.794799428,2267,6671,1586,4249,004700,75477587.1594,008700,85660216.7821,008700,10080876.0,004700,008700,20179.8181716,27544,154067,hub,hub,non_hub,584256.734795,4508337.43837,584791.475936,4510609.36503
+9008,9008,1342,78.0,008700,,40.74206378,-73.995708955,70.0,004800,40.73624527,-73.98473765,479.967786859,7550,6671,3799,4249,004800,74763044.6965,008700,85660216.7821,008700,10080876.0,004800,008700,20179.8181716,42567,154067,hub,hub,non_hub,585725.258797,4509974.12516,584791.475936,4510609.36503
+9009,9009,1277,156.0,008700,,40.74206378,-73.995708955,146.0,004900,40.724268615,-74.000521515,821.064442996,4951,6671,3054,4249,004900,103848670.177,008700,85660216.7821,008700,10080876.0,004900,008700,20179.8181716,80152,154067,hub,hub,non_hub,584407.63728,4508629.34168,584791.475936,4510609.36503
+9010,9010,2804,234.0,008700,,40.74206378,-73.995708955,186.0,005000,40.7359163467,-73.9873427633,463.455608487,5061,6671,3595,4249,005000,120638459.215,008700,85660216.7821,008700,10080876.0,005000,008700,20179.8181716,111023,154067,hub,hub,non_hub,585505.709717,4509935.07175,584791.475936,4510609.36503
+9011,9011,3973,156.0,008700,,40.74206378,-73.995708955,212.0,005200,40.73715585,-73.991241315,392.054278371,4193,6671,1785,4249,005200,109103391.81,008700,85660216.7821,008700,10080876.0,005200,008700,20179.8181716,159876,154067,hub,hub,hub,585174.941657,4510068.87544,584791.475936,4510609.36503
+9012,9012,788,78.0,008700,,40.74206378,-73.995708955,94.0,005400,40.73971301,-73.99456405,343.987127945,4656,6671,2837,4249,005400,128803552.888,008700,85660216.7821,008700,10080876.0,005400,008700,20179.8181716,73728,154067,hub,hub,non_hub,584891.129718,4510349.51956,584791.475936,4510609.36503
+9013,9013,610,78.0,008700,,40.74206378,-73.995708955,60.0,005501,40.72679454,-73.99695094,779.608166994,5079,6671,2483,4249,005501,61061928.4125,008700,85660216.7821,008700,10080876.0,005501,008700,20179.8181716,57258,154067,hub,hub,non_hub,584705.980012,4508913.17477,584791.475936,4510609.36503
+9014,9014,629,78.0,008700,,40.74206378,-73.995708955,54.0,005502,40.72743423,-73.99379025,744.186585366,2383,6671,1262,4249,005502,49017118.6146,008700,85660216.7821,008700,10080876.0,005502,008700,20179.8181716,55117,154067,hub,hub,non_hub,584972.085912,4508987.23863,584791.475936,4510609.36503
+9015,9015,3149,156.0,008700,,40.74206378,-73.995708955,190.0,005600,40.74065347,-73.98778661,371.075453092,2618,6671,2190,4249,005600,189153355.609,008700,85660216.7821,008700,10080876.0,005600,008700,20179.8181716,113209,154067,hub,hub,hub,585462.168743,4510460.49357,584791.475936,4510609.36503
+9016,9016,2589,156.0,008700,,40.74206378,-73.995708955,164.0,005700,40.729662915,-73.992405595,636.766047347,2937,6671,1789,4249,005700,90178032.7137,008700,85660216.7821,008700,10080876.0,005700,008700,20179.8181716,156896,154067,hub,hub,non_hub,585086.179601,4509235.9788,584791.475936,4510609.36503
+9017,9017,1999,156.0,008700,,40.74206378,-73.995708955,174.0,005800,40.743154205,-73.990299735,426.716436846,3182,6671,2306,4249,005800,164037511.755,008700,85660216.7821,008700,10080876.0,005800,008700,20179.8181716,130970,154067,hub,hub,non_hub,585246.786708,4510735.64918,584791.475936,4510609.36503
+9018,9018,973,78.0,008700,,40.74206378,-73.995708955,62.0,005900,40.73049393,-73.9957214,563.224691358,5516,6671,3276,4249,005900,71785177.1361,008700,85660216.7821,008700,10080876.0,005900,008700,20179.8181716,53180,154067,hub,hub,non_hub,584805.117401,4509325.01914,584791.475936,4510609.36503
+9019,9019,2208,156.0,008700,,40.74206378,-73.995708955,126.0,006000,40.734822295,-73.976916765,685.229175426,5286,6671,2459,4249,006000,27468182.8943,008700,85660216.7821,008700,10080876.0,006000,008700,20179.8181716,80462,154067,hub,hub,non_hub,586387.478737,4509823.83141,584791.475936,4510609.36503
+9020,9020,5162,312.0,008700,,40.74206378,-73.995708955,282.0,006100,40.73385254,-73.992357065,498.427561887,4913,6671,2683,4249,006100,91682014.33,008700,85660216.7821,008700,10080876.0,006100,008700,20179.8181716,245510,154067,hub,hub,hub,585084.940162,4509701.10308,584791.475936,4510609.36503
+9021,9021,654,78.0,008700,,40.74206378,-73.995708955,60.0,006200,40.7381765,-73.97738662,693.891766717,4680,6671,1401,4249,006200,231817485.533,008700,85660216.7821,008700,10080876.0,006200,008700,20179.8181716,33218,154067,hub,hub,non_hub,586343.467107,4510195.70961,584791.475936,4510609.36503
+9022,9022,4456,234.0,008700,,40.74206378,-73.995708955,198.0,006300,40.7346940933,-73.99785666,423.576090968,6076,6671,4277,4249,006300,85447631.8451,008700,85660216.7821,008700,10080876.0,006300,008700,20179.8181716,120233,154067,hub,hub,hub,584619.48321,4509789.20591,584791.475936,4510609.36503
+9023,9023,1774,78.0,008700,,40.74206378,-73.995708955,78.0,006400,40.73587678,-73.98205027,523.573523983,7518,6671,5058,4249,006400,95664936.1545,008700,85660216.7821,008700,10080876.0,006400,008700,20179.8181716,47750,154067,hub,hub,non_hub,585952.649806,4509935.84788,584791.475936,4510609.36503
+9024,9024,2806,234.0,008700,,40.74206378,-73.995708955,212.0,006500,40.7306296367,-73.9991423,585.256321004,6517,6671,3568,4249,006500,59290910.3694,008700,85660216.7821,008700,10080876.0,006500,008700,20179.8181716,125356,154067,hub,hub,non_hub,584516.067395,4509336.78488,584791.475936,4510609.36503
+9025,9025,1326,156.0,008700,,40.74206378,-73.995708955,164.0,006600,40.739285505,-73.97827188,637.003736367,11780,6671,6818,4249,006600,84730469.4548,008700,85660216.7821,008700,10080876.0,006600,008700,20179.8181716,74621,154067,hub,hub,non_hub,586267.286922,4510317.94668,584791.475936,4510609.36503
+9026,9026,1972,78.0,008700,,40.74206378,-73.995708955,78.0,006700,40.73038599,-74.00214988,568.792310828,4984,6671,3796,4249,006700,47238039.9972,008700,85660216.7821,008700,10080876.0,006700,008700,20179.8181716,70025,154067,hub,hub,non_hub,584262.399901,4509306.84766,584791.475936,4510609.36503
+9027,9027,2070,78.0,008700,,40.74206378,-73.995708955,78.0,006800,40.74025878,-73.98409214,461.282739952,6735,6671,4494,4249,006800,130298431.446,008700,85660216.7821,008700,10080876.0,006800,008700,20179.8181716,58926,154067,hub,hub,non_hub,585774.608423,4510420.28363,584791.475936,4510609.36503
+9028,9028,2283,156.0,008700,,40.74206378,-73.995708955,134.0,006900,40.732319905,-74.0069291,661.432512349,2687,6671,1484,4249,006900,61292499.9331,008700,85660216.7821,008700,10080876.0,006900,008700,20179.8181716,130727,154067,hub,hub,non_hub,583856.38945,4509516.94969,584791.475936,4510609.36503
+9029,9029,1251,234.0,008700,,40.74206378,-73.995708955,254.0,007000,40.7425276682,-73.9756384474,822.519754056,8302,6671,5669,4249,007000,78634704.8451,008700,85660216.7821,008700,10080876.0,007000,008700,20179.8181716,145227,154067,hub,hub,non_hub,586485.438488,4510680.44127,584791.475936,4510609.36503
+9030,9030,2495,156.0,008700,,40.74206378,-73.995708955,142.0,007100,40.736526545,-74.000108805,428.056223816,5633,6671,3844,4249,007100,68447429.2743,008700,85660216.7821,008700,10080876.0,007100,008700,20179.8181716,79459,154067,hub,hub,non_hub,584426.995774,4509990.4524,584791.475936,4510609.36503
+9031,9031,2613,234.0,008700,,40.74206378,-73.995708955,252.0,007200,40.7447014833,-73.98154809,596.25615169,7734,6671,5222,4249,007200,132092861.454,008700,85660216.7821,008700,10080876.0,007200,008700,20179.8181716,157612,154067,hub,hub,non_hub,585983.687715,4510915.94446,584791.475936,4510609.36503
+9032,9032,2284,156.0,008700,,40.74206378,-73.995708955,118.0,007300,40.734682705,-74.00388484,518.070062684,5615,6671,4547,4249,007300,48716185.79,008700,85660216.7821,008700,10080876.0,007300,008700,20179.8181716,92567,154067,hub,hub,non_hub,584110.479319,4509782.14883,584791.475936,4510609.36503
+9033,9033,1754,156.0,008700,,40.74206378,-73.995708955,172.0,007400,40.746413585,-73.98586892,469.351304099,4179,6671,2700,4249,007400,170614202.951,008700,85660216.7821,008700,10080876.0,007400,008700,20179.8181716,81121,154067,hub,hub,non_hub,585616.696258,4511101.7763,584791.475936,4510609.36503
+9034,9034,1594,156.0,008700,,40.74206378,-73.995708955,138.0,007600,40.74737476,-73.988320695,540.053128496,2203,6671,1573,4249,007600,242014413.464,008700,85660216.7821,008700,10080876.0,007600,008700,20179.8181716,97464,154067,hub,hub,non_hub,585408.475283,4511206.08492,584791.475936,4510609.36503
+9035,9035,2375,78.0,008700,,40.74206378,-73.995708955,86.0,007700,40.7390169121,-74.0026376103,406.843294694,5404,6671,4254,4249,007700,59306273.1509,008700,85660216.7821,008700,10080876.0,007700,008700,20179.8181716,79025,154067,hub,hub,non_hub,584210.329106,4510264.47156,584791.475936,4510609.36503
+9036,9036,542,78.0,008700,,40.74206378,-73.995708955,78.0,007800,40.74780373,-73.9734419,914.202539778,7380,6671,5372,4249,007800,112124597.728,008700,85660216.7821,008700,10080876.0,007800,008700,20179.8181716,59601,154067,hub,hub,non_hub,586664.043115,4511268.28888,584791.475936,4510609.36503
+9037,9037,3840,390.0,008700,,40.74206378,-73.995708955,348.0,007900,40.738916514,-74.007286026,566.55673747,4406,6671,2904,4249,007900,86937368.5918,008700,85660216.7821,008700,10080876.0,007900,008700,20179.8181716,171846,154067,hub,hub,hub,583817.969395,4510248.87788,584791.475936,4510609.36503
+9038,9038,834,156.0,008700,,40.74206378,-73.995708955,142.0,008000,40.7485693,-73.97717991,803.684135955,4946,6671,3730,4249,008000,197763821.532,008700,85660216.7821,008700,10080876.0,008000,008700,20179.8181716,74808,154067,hub,hub,non_hub,586347.477591,4511349.58844,584791.475936,4510609.36503
+9039,9039,1346,78.0,008700,,40.74206378,-73.995708955,78.0,008100,40.73935542,-73.99931783,418.90902954,8675,6671,5315,4249,008100,91100400.6907,008700,85660216.7821,008700,10080876.0,008100,008700,20179.8181716,53195,154067,hub,hub,non_hub,584490.204148,4510305.23824,584791.475936,4510609.36503
+9040,9040,3250,234.0,008700,,40.74206378,-73.995708955,350.0,008200,40.7519545671,-73.9793829278,774.831316828,3442,6671,2534,4249,008200,262405408.076,008700,85660216.7821,008700,10080876.0,008200,008700,20179.8181716,228612,154067,hub,hub,hub,586157.123653,4511723.21276,584791.475936,4510609.36503
+9041,9041,6683,312.0,008700,,40.74206378,-73.995708955,238.0,008300,40.742591315,-74.004102785,380.576756243,4211,6671,2321,4249,008300,119862327.354,008700,85660216.7821,008700,10080876.0,008300,008700,20179.8181716,186113,154067,hub,hub,hub,584082.11654,4510659.85081,584791.475936,4510609.36503
+9042,9042,495,78.0,008700,,40.74206378,-73.995708955,76.0,008400,40.75038009,-73.98338988,645.139834881,1726,6671,1041,4249,008400,147824461.739,008700,85660216.7821,008700,10080876.0,008400,008700,20179.8181716,34199,154067,hub,hub,non_hub,585820.889203,4511544.50828,584791.475936,4510609.36503
+9043,9043,146,78.0,008700,,40.74206378,-73.995708955,86.0,008601,40.744219,-73.97121214,1028.66118633,2551,6671,1528,4249,008601,31141773.9073,008700,85660216.7821,008700,10080876.0,008601,008700,20179.8181716,31961,154067,hub,hub,non_hub,586856.951039,4510872.56191,584791.475936,4510609.36503
+9044,9044,404,156.0,008700,,40.74206378,-73.995708955,156.0,008800,40.75012189,-73.970133575,1014.39334721,6964,6671,5507,4249,008800,216532475.876,008700,85660216.7821,008700,10080876.0,008800,008700,20179.8181716,43247,154067,hub,hub,non_hub,586940.323322,4511528.89362,584791.475936,4510609.36503
+9045,9045,9744,234.0,008700,,40.74206378,-73.995708955,240.0,008900,40.74529008,-74.0021768567,347.784760958,5560,6671,3511,4249,008900,54419260.2723,008700,85660216.7821,008700,10080876.0,008900,008700,20179.8181716,158638,154067,hub,hub,hub,584241.316685,4510961.27944,584791.475936,4510609.36503
+9046,9046,438,234.0,008700,,40.74206378,-73.995708955,220.0,009000,40.75261798,-73.9703317533,1051.68646128,7026,6671,5832,4249,009000,208846060.851,008700,85660216.7821,008700,10080876.0,009000,008700,20179.8181716,74531,154067,hub,hub,non_hub,586920.342162,4511805.78171,584791.475936,4510609.36503
+9047,9047,1588,78.0,008700,,40.74206378,-73.995708955,78.0,009100,40.74487634,-73.99529885,298.007757998,6415,6671,4386,4249,009100,127325659.041,008700,85660216.7821,008700,10080876.0,009100,008700,20179.8181716,63878,154067,hub,hub,non_hub,584822.527687,4510921.97538,584791.475936,4510609.36503
+9048,9048,547,156.0,008700,,40.74206378,-73.995708955,220.0,009200,40.7548518863,-73.9734329075,1014.96013063,1754,6671,1461,4249,009200,408192557.246,008700,85660216.7821,008700,10080876.0,009200,008700,20179.8181716,72226,154067,hub,hub,non_hub,586655.650548,4512050.69496,584791.475936,4510609.36503
+9049,9049,2020,78.0,008700,,40.74206378,-73.995708955,78.0,009300,40.74475148,-73.99915362,320.754310847,9705,6671,5585,4249,009300,68528055.2433,008700,85660216.7821,008700,10080876.0,009300,008700,20179.8181716,52202,154067,hub,hub,non_hub,584497.239364,4510904.39701,584791.475936,4510609.36503
+9050,9050,907,78.0,008700,,40.74206378,-73.995708955,62.0,009400,40.75320159,-73.9779874,821.697798692,29,6671,16,4249,009400,299218147.811,008700,85660216.7821,008700,10080876.0,009400,008700,20179.8181716,82147,154067,hub,hub,non_hub,586273.319314,4511863.01244,584791.475936,4510609.36503
+9051,9051,2108,78.0,008700,,40.74206378,-73.995708955,102.0,009500,40.746647,-73.993915,320.431724155,3425,6671,1416,4249,009500,129660033.725,008700,85660216.7821,008700,10080876.0,009500,008700,20179.8181716,57488,154067,hub,hub,non_hub,584937.108907,4511119.86954,584791.475936,4510609.36503
+9052,9052,580,234.0,008700,,40.74206378,-73.995708955,280.0,009600,40.7560687952,-73.9803900419,835.706772402,153,6671,268,4249,009600,270304841.585,008700,85660216.7821,008700,10080876.0,009600,008700,20179.8181716,71527,154067,hub,hub,non_hub,586066.798827,4512178.93416,584791.475936,4510609.36503
+9053,9053,3996,234.0,008700,,40.74206378,-73.995708955,198.0,009700,40.7493616033,-73.9991321067,471.116009267,4744,6671,2827,4249,009700,83018263.1602,008700,85660216.7821,008700,10080876.0,009700,008700,20179.8181716,118804,154067,hub,hub,hub,584493.220017,4511416.17434,584791.475936,4510609.36503
+9054,9054,219,156.0,008700,,40.74206378,-73.995708955,140.0,009800,40.755285655,-73.96667288,1129.49889441,7105,6671,5244,4249,009800,115943808.909,008700,85660216.7821,008700,10080876.0,009800,008700,20179.8181716,40039,154067,hub,hub,non_hub,587225.727282,4512105.54383,584791.475936,4510609.36503
+9055,9055,5808,390.0,008700,,40.74206378,-73.995708955,370.0,009900,40.7520807866,-74.0031899092,632.097922089,3617,6671,2438,4249,009900,404439511.776,008700,85660216.7821,008700,10080876.0,009900,008700,20179.8181716,208076,154067,hub,hub,hub,584147.226991,4511714.12465,584791.475936,4510609.36503
+9056,9056,511,234.0,008700,,40.74206378,-73.995708955,242.0,010000,40.7583696933,-73.9710287767,1082.70168042,1829,6671,1399,4249,010000,366457143.613,008700,85660216.7821,008700,10080876.0,010000,008700,20179.8181716,72085,154067,hub,hub,non_hub,586854.014885,4512443.57459,584791.475936,4510609.36503
+9057,9057,3934,234.0,008700,,40.74206378,-73.995708955,254.0,010100,40.74945622,-73.9903382667,437.314245106,1119,6671,828,4249,010100,246168211.101,008700,85660216.7821,008700,10080876.0,010100,008700,20179.8181716,183377,154067,hub,hub,hub,585235.486219,4511435.18064,584791.475936,4510609.36503
+9058,9058,312,156.0,008700,,40.74206378,-73.995708955,162.0,010200,40.7606694,-73.973473555,983.274536152,313,6671,268,4249,010200,333450202.294,008700,85660216.7821,008700,10080876.0,010200,008700,20179.8181716,46675,154067,hub,hub,non_hub,586644.664817,4512696.44233,584791.475936,4510609.36503
+9059,9059,3264,156.0,008700,,40.74206378,-73.995708955,196.0,010300,40.751000495,-73.994372255,544.204178966,1859,6671,1351,4249,010300,141506056.87,008700,85660216.7821,008700,10080876.0,010300,008700,20179.8181716,221593,154067,hub,hub,hub,584892.968075,4511602.69644,584791.475936,4510609.36503
+9060,9060,501,156.0,008700,,40.74206378,-73.995708955,150.0,010400,40.761664375,-73.976854975,883.2798289,1031,6671,1033,4249,010400,363981333.295,008700,85660216.7821,008700,10080876.0,010400,008700,20179.8181716,65073,154067,hub,hub,non_hub,586357.961325,4512803.55852,584791.475936,4510609.36503
+9061,9061,141,78.0,008700,,40.74206378,-73.995708955,66.0,010602,40.75849116,-73.95920622,1432.02092555,4794,6671,2963,4249,010602,67980898.3739,008700,85660216.7821,008700,10080876.0,010602,008700,20179.8181716,22153,154067,hub,hub,non_hub,587851.796682,4512468.82754,584791.475936,4510609.36503
+9062,9062,450,234.0,008700,,40.74206378,-73.995708955,234.0,010800,40.7591736033,-73.96613818,1350.16158307,8531,6671,6272,4249,010800,189351523.799,008700,85660216.7821,008700,10080876.0,010800,008700,20179.8181716,79198,154067,hub,hub,non_hub,587265.778542,4512537.66689,584791.475936,4510609.36503
+9063,9063,1019,156.0,008700,,40.74206378,-73.995708955,228.0,010900,40.751351715,-73.987594755,599.734488862,182,6671,92,4249,010900,228173063.011,008700,85660216.7821,008700,10080876.0,010900,008700,20179.8181716,60092,154067,hub,hub,non_hub,585464.669441,4511648.26242,584791.475936,4510609.36503
+9064,9064,271,78.0,008700,,40.74206378,-73.995708955,118.0,011201,40.7643971,-73.97371465,1223.72338683,827,6671,964,4249,011201,118515444.187,008700,85660216.7821,008700,10080876.0,011201,008700,20179.8181716,41525,154067,hub,hub,non_hub,586619.474659,4513110.00718,584791.475936,4510609.36503
+9065,9065,264,78.0,008700,,40.74206378,-73.995708955,66.0,011203,40.76095756,-73.96724467,1349.74758462,1176,6671,1160,4249,011203,143782379.009,008700,85660216.7821,008700,10080876.0,011203,008700,20179.8181716,48033,154067,hub,hub,non_hub,587170.050102,4512734.59972,584791.475936,4510609.36503
+9066,9066,3376,312.0,008700,,40.74206378,-73.995708955,396.0,011300,40.7548008425,-73.9888010575,696.145607328,204,6671,107,4249,011300,357940519.061,008700,85660216.7821,008700,10080876.0,011300,008700,20179.8181716,236650,154067,hub,hub,hub,585358.423228,4512029.96675,584791.475936,4510609.36503
+9067,9067,1843,156.0,008700,,40.74206378,-73.995708955,164.0,011500,40.75701407,-73.992353645,749.106035856,2487,6671,1678,4249,011500,130958459.747,008700,85660216.7821,008700,10080876.0,011500,008700,20179.8181716,103294,154067,hub,hub,non_hub,585055.712647,4512272.20178,584791.475936,4510609.36503
+9068,9068,740,156.0,008700,,40.74206378,-73.995708955,168.0,011700,40.76058799,-74.00080945,932.97290545,2938,6671,2304,4249,011700,91270705.1484,008700,85660216.7821,008700,10080876.0,011700,008700,20179.8181716,73016,154067,hub,hub,non_hub,584337.427395,4512660.77158,584791.475936,4510609.36503
+9069,9069,319,78.0,008700,,40.74206378,-73.995708955,68.0,011900,40.7568001,-73.98291153,832.61656139,1079,6671,1121,4249,011900,395254501.74,008700,85660216.7821,008700,10080876.0,011900,008700,20179.8181716,39976,154067,hub,hub,non_hub,585853.012005,4512257.64444,584791.475936,4510609.36503
+9070,9070,1931,234.0,008700,,40.74206378,-73.995708955,218.0,012100,40.7598593767,-73.9914900133,935.884413519,8366,6671,5744,4249,012100,101223732.045,008700,85660216.7821,008700,10080876.0,012100,008700,20179.8181716,132767,154067,hub,hub,non_hub,585124.983126,4512588.88932,584791.475936,4510609.36503
+9071,9071,331,78.0,008700,,40.74206378,-73.995708955,102.0,012500,40.76064679,-73.98442659,956.872318618,2439,6671,2096,4249,012500,322911522.418,008700,85660216.7821,008700,10080876.0,012500,008700,20179.8181716,45486,154067,hub,hub,non_hub,585720.180916,4512683.17447,584791.475936,4510609.36503
+9072,9072,1038,156.0,008700,,40.74206378,-73.995708955,168.0,012700,40.762485435,-73.990447135,964.301020977,6437,6671,4434,4249,012700,104637996.687,008700,85660216.7821,008700,10080876.0,012700,008700,20179.8181716,83393,154067,hub,hub,non_hub,585209.656415,4512881.41361,584791.475936,4510609.36503
+9073,9073,303,78.0,008700,,40.74206378,-73.995708955,48.0,012900,40.76341379,-73.99667444,1087.48090546,5312,6671,3621,4249,012900,158698340.053,008700,85660216.7821,008700,10080876.0,012900,008700,20179.8181716,28661,154067,hub,hub,non_hub,584682.864463,4512978.43901,584791.475936,4510609.36503
+9074,9074,813,234.0,008700,,40.74206378,-73.995708955,320.0,013100,40.7621295133,-73.98215453,921.493556945,2489,6671,2283,4249,013100,405023451.28,008700,85660216.7821,008700,10080876.0,013100,008700,20179.8181716,107228,154067,hub,hub,non_hub,585910.04945,4512849.98999,584791.475936,4510609.36503
+9075,9075,694,234.0,008700,,40.74206378,-73.995708955,202.0,013300,40.7647250567,-73.9866537633,1075.61397042,5363,6671,3909,4249,013300,79847412.2593,008700,85660216.7821,008700,10080876.0,013300,008700,20179.8181716,89810,154067,hub,hub,non_hub,585526.963405,4513133.71926,584791.475936,4510609.36503
+9076,9076,638,156.0,008700,,40.74206378,-73.995708955,130.0,013500,40.766984435,-73.99227308,1077.04843727,6075,6671,3935,4249,013500,198199142.958,008700,85660216.7821,008700,10080876.0,013500,008700,20179.8181716,64723,154067,hub,hub,non_hub,585049.80204,4513379.06475,584791.475936,4510609.36503
+9077,9077,789,156.0,008700,,40.74206378,-73.995708955,196.0,013700,40.766109285,-73.981808355,1139.61788025,6557,6671,5442,4249,013700,314878324.419,008700,85660216.7821,008700,10080876.0,013700,008700,20179.8181716,91142,154067,hub,hub,non_hub,585934.141665,4513292.1137,584791.475936,4510609.36503
+9078,9078,191,78.0,008700,,40.74206378,-73.995708955,54.0,013900,40.768254,-73.988639,1196.76398099,7607,6671,7359,4249,013900,139918084.587,008700,85660216.7821,008700,10080876.0,013900,008700,20179.8181716,26390,154067,hub,hub,non_hub,585354.890073,4513523.52534,584791.475936,4510609.36503
+9079,9079,176,78.0,008700,,40.74206378,-73.995708955,98.0,014300,40.76590936,-73.97634151,1224.78937729,3,6671,0,4249,014300,50027992.3322,008700,85660216.7821,008700,10080876.0,014300,008700,20179.8181716,21051,154067,hub,hub,non_hub,586395.803012,4513275.28949,584791.475936,4510609.36503
+9080,9080,472,78.0,008700,,40.74206378,-73.995708955,72.0,014500,40.76915505,-73.98191841,1208.14308947,5811,6671,3462,4249,014500,253397343.373,008700,85660216.7821,008700,10080876.0,014500,008700,20179.8181716,68350,154067,hub,hub,non_hub,585920.929601,4513630.10902,584791.475936,4510609.36503
+9081,9081,273,78.0,008700,,40.74206378,-73.995708955,110.0,014700,40.770513,-73.988038,1259.51404559,2586,6671,1743,4249,014700,70871746.8417,008700,85660216.7821,008700,10080876.0,014700,008700,20179.8181716,35099,154067,hub,hub,non_hub,585402.720353,4513774.87644,584791.475936,4510609.36503
+9082,9082,154,78.0,008700,,40.74206378,-73.995708955,72.0,015100,40.771522,-73.990541,1291.67189873,8105,6671,4856,4249,015100,164953931.102,008700,85660216.7821,008700,10080876.0,015100,008700,20179.8181716,17578,154067,hub,hub,non_hub,585190.192062,4513884.4495,584791.475936,4510609.36503
+9083,9083,1027,156.0,008700,,40.74206378,-73.995708955,140.0,031703,40.71644312,-74.014902115,1283.57338249,8670,6671,4231,4249,031703,332361109.355,008700,85660216.7821,008700,10080876.0,031703,008700,20179.8181716,136082,154067,hub,hub,non_hub,583202.897614,4507746.93647,584791.475936,4510609.36503
+9084,9084,665,234.0,008700,,40.74206378,-73.995708955,196.0,031704,40.7085171733,-74.0165557667,1535.89446625,6610,6671,3790,4249,031704,160823714.408,008700,85660216.7821,008700,10080876.0,031704,008700,20179.8181716,105244,154067,hub,hub,non_hub,583073.076824,4506865.54027,584791.475936,4510609.36503
+9085,9085,269,234.0,008700,,40.74206378,-73.995708955,170.0,000600,40.7128987867,-73.9898646367,1369.06024847,11558,6671,4083,4249,000600,59149181.7526,008700,85660216.7821,008700,10080876.0,000600,008700,20179.8181716,70053,154067,hub,hub,non_hub,585322.159723,4507377.5136,584791.475936,4510609.36503
+9086,9086,229,234.0,008800,,40.75012189,-73.970133575,108.0,000202,40.71318002,-73.9818904933,1375.97342472,8012,6964,3598,5507,000202,37878157.9781,008800,216532475.876,,0.0,000202,008800,15661.084193,56352,43357,hub,hub,non_hub,585995.353038,4507416.50937,586940.323322,4511528.89362
+9087,9087,451,546.0,008800,,40.75012189,-73.970133575,516.0,000700,40.70581148,-74.0081572071,1857.80623437,7722,6964,5201,5507,000700,476954959.734,008800,216532475.876,,0.0,000700,008800,15661.084193,160040,43357,hub,hub,non_hub,583785.918305,4506573.16797,586940.323322,4511528.89362
+9088,9088,124,156.0,008800,,40.75012189,-73.970133575,94.0,000800,40.712414475,-73.993471545,1552.79969342,10365,6964,4150,5507,000800,46479755.076,008800,216532475.876,,0.0,000800,008800,15661.084193,34254,43357,hub,hub,non_hub,585018.109713,4507320.25418,586940.323322,4511528.89362
+9089,9089,97,234.0,008800,,40.75012189,-73.970133575,194.0,000900,40.7024745833,-74.01224785,2050.43702791,1140,6964,939,5507,000900,404341803.896,008800,216532475.876,,0.0,000900,008800,15661.084193,46446,43357,hub,hub,non_hub,583444.520998,4506198.85784,586940.323322,4511528.89362
+9090,9090,41,78.0,008800,,40.75012189,-73.970133575,38.0,001002,40.71782143,-73.97628939,1349.31388889,6439,6964,2346,5507,001002,22763374.2099,008800,216532475.876,,0.0,001002,008800,15661.084193,15916,43357,hub,hub,non_hub,586462.45635,4507937.23607,586940.323322,4511528.89362
+9091,9091,68,156.0,008800,3.67132274149,40.75008788,-73.9697733867,92.0,001200,40.7169849967,-73.9828409033,1328.71981531,3547,6964,1857,5507,001200,23518220.7411,008800,216532475.876,,0.0,001200,008800,15661.084193,36493,43357,hub,hub,non_hub,585910.183004,4507837.95688,586970.774879,4511525.47513
+9092,9092,37,78.0,008800,,40.75012189,-73.970133575,72.0,001300,40.70463334,-74.01361706,1877.41269841,3776,6964,3028,5507,001300,286606455.687,008800,216532475.876,,0.0,001300,008800,15661.084193,27671,43357,hub,hub,non_hub,583326.158808,4506437.19368,586940.323322,4511528.89362
+9093,9093,67,78.0,008800,,40.75012189,-73.970133575,56.0,001401,40.71559509,-73.9870295,1432.62418831,3289,6964,1708,5507,001401,20168722.3199,008800,216532475.876,,0.0,001401,008800,15661.084193,26885,43357,hub,hub,non_hub,585558.18429,4507679.57909,586940.323322,4511528.89362
+9094,9094,64,156.0,008800,,40.75012189,-73.970133575,134.0,001501,40.70966832,-74.003597135,1753.59577922,5581,6964,3450,5507,001501,172466366.322,008800,216532475.876,,0.0,001501,008800,15661.084193,27425,43357,hub,hub,non_hub,584166.279828,4507005.66129,586940.323322,4511528.89362
+9095,9095,123,234.0,008800,,40.75012189,-73.970133575,246.0,001502,40.7088053467,-74.00635276,1876.57448743,7095,6964,3459,5507,001502,221282059.103,008800,216532475.876,,0.0,001502,008800,15661.084193,82052,43357,hub,hub,non_hub,583934.59195,4506907.22889,586940.323322,4511528.89362
+9096,9096,208,234.0,008800,,40.75012189,-73.970133575,214.0,001600,40.7153350167,-73.9943926833,1432.17712625,8236,6964,3242,5507,001600,76565505.7581,008800,216532475.876,,0.0,001600,008800,15661.084193,82798,43357,hub,hub,non_hub,584936.591099,4507643.5622,586940.323322,4511528.89362
+9097,9097,305,312.0,008800,,40.75012189,-73.970133575,308.0,001800,40.7193657075,-73.9906468425,1168.77468358,8063,6964,3489,5507,001800,60554858.5127,008800,216532475.876,,0.0,001800,008800,15661.084193,133306,43357,hub,hub,non_hub,585247.838585,4508094.62497,586940.323322,4511528.89362
+9098,9098,127,156.0,008800,,40.75012189,-73.970133575,92.0,002000,40.721554605,-73.977309405,1156.22423469,4795,6964,1899,5507,002000,17907673.5628,008800,216532475.876,,0.0,002000,008800,15661.084193,31656,43357,hub,hub,non_hub,586371.478696,4508350.63994,586940.323322,4511528.89362
+9099,9099,134,312.0,008800,,40.75012189,-73.970133575,204.0,002100,40.71451321,-74.0108850975,1897.50566909,6111,6964,3038,5507,002100,273869828.705,008800,216532475.876,,0.0,002100,008800,15661.084193,151037,43357,hub,hub,non_hub,583544.598931,4507536.51732,586940.323322,4511528.89362
+9100,9100,63,156.0,008800,,40.75012189,-73.970133575,88.0,002201,40.71833027,-73.980972895,1215.15125392,6762,6964,3030,5507,002201,37585954.9949,008800,216532475.876,,0.0,002201,008800,15661.084193,26391,43357,hub,hub,non_hub,586066.226443,4507989.12022,586940.323322,4511528.89362
+9101,9101,67,78.0,008800,,40.75012189,-73.970133575,62.0,002202,40.7208736,-73.98085795,1172.75847458,2256,6964,1045,5507,002202,13179093.8977,008800,216532475.876,,0.0,002202,008800,15661.084193,23935,43357,hub,hub,non_hub,586072.658368,4508271.55961,586940.323322,4511528.89362
+9102,9102,204,156.0,008800,,40.75012189,-73.970133575,96.0,002400,40.724744875,-73.974986535,1036.5313403,5775,6964,2175,5507,002400,17986635.5592,008800,216532475.876,,0.0,002400,008800,15661.084193,17965,43357,hub,hub,non_hub,586563.526382,4508707.06897,586940.323322,4511528.89362
+9103,9103,65,156.0,008800,,40.75012189,-73.970133575,124.0,002500,40.7111743,-73.99849582,1611.20009158,5061,6964,1917,5507,002500,22428407.6271,008800,216532475.876,,0.0,002500,008800,15661.084193,28216,43357,hub,hub,non_hub,584595.28909,4507177.73549,586940.323322,4511528.89362
+9104,9104,147,78.0,008800,,40.75012189,-73.970133575,62.0,002601,40.72299208,-73.97995466,1007.2625139,3774,6964,1593,5507,002601,22248722.3098,008800,216532475.876,,0.0,002601,008800,15661.084193,22144,43357,hub,hub,non_hub,586146.216204,4508507.61099,586940.323322,4511528.89362
+9105,9105,14,78.0,008800,,40.75012189,-73.970133575,54.0,002700,40.71307916,-73.99851193,1454.78571429,1191,6964,655,5507,002700,11349914.9514,008800,216532475.876,,0.0,002700,008800,15661.084193,20570,43357,hub,hub,non_hub,584591.517275,4507389.17181,586940.323322,4511528.89362
+9106,9106,230,78.0,008800,,40.75012189,-73.970133575,64.0,002800,40.72521311,-73.97768752,947.727488152,7302,6964,3341,5507,002800,47641507.3146,008800,216532475.876,,0.0,002800,008800,15661.084193,36744,43357,hub,hub,non_hub,586334.816403,4508756.38709,586940.323322,4511528.89362
+9107,9107,52,78.0,008800,,40.75012189,-73.970133575,86.0,002900,40.71602118,-73.99974372,1488.44315245,5855,6964,2420,5507,002900,200965547.24,008800,216532475.876,,0.0,002900,008800,15661.084193,31936,43357,hub,hub,non_hub,584483.752153,4507714.56961,586940.323322,4511528.89362
+9108,9108,115,78.0,008800,,40.75012189,-73.970133575,70.0,003001,40.72066442,-73.98517977,1266.59729064,4301,6964,2553,5507,003001,34302720.7166,008800,216532475.876,,0.0,003001,008800,15661.084193,41223,43357,hub,hub,non_hub,585707.91731,4508244.11218,586940.323322,4511528.89362
+9109,9109,79,78.0,008800,,40.75012189,-73.970133575,74.0,003002,40.72217444,-73.98368779,1205.65574866,3031,6964,1885,5507,003002,18686109.2263,008800,216532475.876,,0.0,003002,008800,15661.084193,38675,43357,hub,hub,non_hub,585831.986427,4508413.19181,586940.323322,4511528.89362
+9110,9110,113,234.0,008800,,40.75012189,-73.970133575,242.0,003100,40.7140617467,-74.0041933367,1949.00707071,2809,6964,858,5507,003100,145687012.574,008800,216532475.876,,0.0,003100,008800,15661.084193,81469,43357,hub,hub,non_hub,584110.388584,4507492.78891,586940.323322,4511528.89362
+9111,9111,463,234.0,008800,,40.75012189,-73.970133575,200.0,003200,40.7260543867,-73.9823576167,1028.35166184,7630,6964,4888,5507,003200,46369492.482,008800,216532475.876,,0.0,003200,008800,15661.084193,138064,43357,hub,hub,non_hub,585939.335766,4508845.19329,586940.323322,4511528.89362
+9112,9112,107,390.0,008800,,40.75012189,-73.970133575,346.0,003300,40.7188170755,-74.0063447175,1397.13062389,5174,6964,2694,5507,003300,215459582.054,008800,216532475.876,,0.0,003300,008800,15661.084193,115059,43357,hub,hub,non_hub,583922.698018,4508018.60341,586940.323322,4511528.89362
+9113,9113,242,78.0,008800,,40.75012189,-73.970133575,78.0,003400,40.72955361,-73.98057249,882.269306931,6706,6964,4203,5507,003400,42933229.7541,008800,216532475.876,,0.0,003400,008800,15661.084193,47926,43357,hub,hub,non_hub,586085.581298,4509235.37985,586940.323322,4511528.89362
+9114,9114,306,156.0,008800,,40.75012189,-73.970133575,132.0,003601,40.72217423,-73.990293175,1158.29615185,3299,6964,1613,5507,003601,29191583.8104,008800,216532475.876,,0.0,003601,008800,15661.084193,77585,43357,hub,hub,non_hub,585274.124459,4508406.73315,586940.323322,4511528.89362
+9115,9115,314,156.0,008800,,40.75012189,-73.970133575,124.0,003602,40.724852985,-73.989265345,988.180269514,2918,6964,1586,5507,003602,24941258.1161,008800,216532475.876,,0.0,003602,008800,15661.084193,82124,43357,hub,hub,non_hub,585357.507872,4508705.09166,586940.323322,4511528.89362
+9116,9116,208,312.0,008800,,40.75012189,-73.970133575,296.0,003700,40.7256696075,-74.0052069325,1313.93367771,2401,6964,1490,5507,003700,212385639.924,008800,216532475.876,,0.0,003700,008800,15661.084193,173333,43357,hub,hub,non_hub,584010.178026,4508780.36793,586940.323322,4511528.89362
+9117,9117,671,312.0,008800,,40.75012189,-73.970133575,320.0,003800,40.72765889,-73.988195855,993.311471059,8610,6964,5795,5507,003800,67437493.5221,008800,216532475.876,,0.0,003800,008800,15661.084193,167230,43357,hub,hub,non_hub,585444.239635,4509017.60641,586940.323322,4511528.89362
+9118,9118,93,312.0,008800,,40.75012189,-73.970133575,212.0,003900,40.7201717475,-74.00983051,1551.79935339,5253,6964,3059,5507,003900,194910113.03,008800,216532475.876,,0.0,003900,008800,15661.084193,113624,43357,hub,hub,non_hub,583626.593058,4508165.65565,586940.323322,4511528.89362
+9119,9119,460,156.0,008800,,40.75012189,-73.970133575,132.0,004000,40.73000573,-73.98549552,905.095350846,9801,6964,4546,5507,004000,66858387.5133,008800,216532475.876,,0.0,004000,008800,15661.084193,99660,43357,hub,hub,non_hub,585669.269443,4509280.75306,586940.323322,4511528.89362
+9120,9120,140,156.0,008800,,40.75012189,-73.970133575,128.0,004100,40.7195529,-73.996789035,1425.27301267,7793,6964,3765,5507,004100,71738983.3617,008800,216532475.876,,0.0,004100,008800,15661.084193,114685,43357,hub,hub,non_hub,584728.836557,4508109.46034,586940.323322,4511528.89362
+9121,9121,177,78.0,008800,,40.75012189,-73.970133575,70.0,004200,40.73223272,-73.98889957,954.093630684,4988,6964,1801,5507,004200,39941846.3325,008800,216532475.876,,0.0,004200,008800,15661.084193,50846,43357,hub,hub,non_hub,585378.96492,4509524.64843,586940.323322,4511528.89362
+9122,9122,137,156.0,008800,,40.75012189,-73.970133575,134.0,004300,40.723870235,-73.995226525,1089.10819962,4267,6964,2598,5507,004300,65935514.1184,008800,216532475.876,,0.0,004300,008800,15661.084193,95162,43357,hub,hub,non_hub,584855.320992,4508590.22212,586940.323322,4511528.89362
+9123,9123,1083,156.0,008800,,40.75012189,-73.970133575,120.0,004400,40.73080269,-73.97968993,855.223396504,17710,6964,8297,5507,004400,114601147.016,008800,216532475.876,,0.0,004400,008800,15661.084193,106427,43357,hub,hub,non_hub,586158.498991,4509374.90208,586940.323322,4511528.89362
+9124,9124,38,78.0,008800,,40.75012189,-73.970133575,54.0,004500,40.71910537,-73.99973337,1354.99147727,840,6964,582,5507,004500,52009114.8865,008800,216532475.876,,0.0,004500,008800,15661.084193,34275,43357,hub,hub,non_hub,584480.726971,4508056.94497,586940.323322,4511528.89362
+9125,9125,25,78.0,008800,,40.75012189,-73.970133575,78.0,004700,40.72165481,-74.00234737,1441.96825397,2267,6964,1586,5507,004700,75477587.1594,008800,216532475.876,,0.0,004700,008800,15661.084193,27544,43357,hub,hub,non_hub,584256.734795,4508337.43837,586940.323322,4511528.89362
+9126,9126,149,78.0,008800,,40.75012189,-73.970133575,70.0,004800,40.73624527,-73.98473765,790.005415861,7550,6964,3799,5507,004800,74763044.6965,008800,216532475.876,,0.0,004800,008800,15661.084193,42567,43357,hub,hub,non_hub,585725.258797,4509974.12516,586940.323322,4511528.89362
+9127,9127,72,156.0,008800,,40.75012189,-73.970133575,146.0,004900,40.724268615,-74.000521515,1365.44166667,4951,6964,3054,5507,004900,103848670.177,008800,216532475.876,,0.0,004900,008800,15661.084193,80152,43357,hub,hub,non_hub,584407.63728,4508629.34168,586940.323322,4511528.89362
+9128,9128,516,234.0,008800,,40.75012189,-73.970133575,186.0,005000,40.7359163467,-73.9873427633,859.183960222,5061,6964,3595,5507,005000,120638459.215,008800,216532475.876,,0.0,005000,008800,15661.084193,111023,43357,hub,hub,non_hub,585505.709717,4509935.07175,586940.323322,4511528.89362
+9129,9129,377,156.0,008800,,40.75012189,-73.970133575,212.0,005200,40.73715585,-73.991241315,986.598167454,4193,6964,1785,5507,005200,109103391.81,008800,216532475.876,,0.0,005200,008800,15661.084193,159876,43357,hub,hub,non_hub,585174.941656,4510068.87544,586940.323322,4511528.89362
+9130,9130,169,78.0,008800,,40.75012189,-73.970133575,94.0,005400,40.73971301,-73.99456405,1029.61545169,4656,6964,2837,5507,005400,128803552.888,008800,216532475.876,,0.0,005400,008800,15661.084193,73728,43357,hub,hub,non_hub,584891.129718,4510349.51956,586940.323322,4511528.89362
+9131,9131,61,78.0,008800,,40.75012189,-73.970133575,60.0,005501,40.72679454,-73.99695094,1118.92810458,5079,6964,2483,5507,005501,61061928.4125,008800,216532475.876,,0.0,005501,008800,15661.084193,57258,43357,hub,hub,non_hub,584705.980012,4508913.17477,586940.323322,4511528.89362
+9132,9132,51,78.0,008800,,40.75012189,-73.970133575,54.0,005502,40.72743423,-73.99379025,1124.5625,2383,6964,1262,5507,005502,49017118.6146,008800,216532475.876,,0.0,005502,008800,15661.084193,55117,43357,hub,hub,non_hub,584972.085912,4508987.23863,586940.323322,4511528.89362
+9133,9133,267,156.0,008800,,40.75012189,-73.970133575,190.0,005600,40.74065347,-73.98778661,838.945217163,2618,6964,2190,5507,005600,189153355.609,008800,216532475.876,,0.0,005600,008800,15661.084193,113209,43357,hub,hub,non_hub,585462.168743,4510460.49357,586940.323322,4511528.89362
+9134,9134,210,156.0,008800,,40.75012189,-73.970133575,164.0,005700,40.729662915,-73.992405595,974.891868687,2937,6964,1789,5507,005700,90178032.7137,008800,216532475.876,,0.0,005700,008800,15661.084193,156896,43357,hub,hub,non_hub,585086.179601,4509235.9788,586940.323322,4511528.89362
+9135,9135,235,156.0,008800,,40.75012189,-73.970133575,174.0,005800,40.743154205,-73.990299735,924.819956376,3182,6964,2306,5507,005800,164037511.755,008800,216532475.876,,0.0,005800,008800,15661.084193,130970,43357,hub,hub,non_hub,585246.786708,4510735.64918,586940.323322,4511528.89362
+9136,9136,78,78.0,008800,,40.75012189,-73.970133575,62.0,005900,40.73049393,-73.9957214,971.252777778,5516,6964,3276,5507,005900,71785177.1361,008800,216532475.876,,0.0,005900,008800,15661.084193,53180,43357,hub,hub,non_hub,584805.117401,4509325.01914,586940.323322,4511528.89362
+9137,9137,1081,156.0,008800,,40.75012189,-73.970133575,126.0,006000,40.734822295,-73.976916765,746.369415256,5286,6964,2459,5507,006000,27468182.8943,008800,216532475.876,,0.0,006000,008800,15661.084193,80462,43357,hub,hub,non_hub,586387.478737,4509823.83141,586940.323322,4511528.89362
+9138,9138,471,312.0,008800,,40.75012189,-73.970133575,282.0,006100,40.73385254,-73.992357065,963.764884284,4913,6964,2683,5507,006100,91682014.33,008800,216532475.876,,0.0,006100,008800,15661.084193,245510,43357,hub,hub,non_hub,585084.940162,4509701.10308,586940.323322,4511528.89362
+9139,9139,873,78.0,008800,,40.75012189,-73.970133575,60.0,006200,40.7381765,-73.97738662,600.522125582,4680,6964,1401,5507,006200,231817485.533,008800,216532475.876,,0.0,006200,008800,15661.084193,33218,43357,hub,hub,non_hub,586343.467107,4510195.70961,586940.323322,4511528.89362
+9140,9140,231,234.0,008800,,40.75012189,-73.970133575,198.0,006300,40.7346940933,-73.99785666,1021.67087108,6076,6964,4277,5507,006300,85447631.8451,008800,216532475.876,,0.0,006300,008800,15661.084193,120233,43357,hub,hub,non_hub,584619.48321,4509789.20591,586940.323322,4511528.89362
+9141,9141,256,78.0,008800,,40.75012189,-73.970133575,78.0,006400,40.73587678,-73.98205027,779.602554609,7518,6964,5058,5507,006400,95664936.1545,008800,216532475.876,,0.0,006400,008800,15661.084193,47750,43357,hub,hub,non_hub,585952.649806,4509935.84788,586940.323322,4511528.89362
+9142,9142,208,234.0,008800,,40.75012189,-73.970133575,212.0,006500,40.7306296367,-73.9991423,1190.94121917,6517,6964,3568,5507,006500,59290910.3694,008800,216532475.876,,0.0,006500,008800,15661.084193,125356,43357,hub,hub,non_hub,584516.067395,4509336.78488,586940.323322,4511528.89362
+9143,9143,888,156.0,008800,,40.75012189,-73.970133575,164.0,006600,40.739285505,-73.97827188,588.179036444,11780,6964,6818,5507,006600,84730469.4548,008800,216532475.876,,0.0,006600,008800,15661.084193,74621,43357,hub,hub,non_hub,586267.286922,4510317.94668,586940.323322,4511528.89362
+9144,9144,166,78.0,008800,,40.75012189,-73.970133575,78.0,006700,40.73038599,-74.00214988,1345.7655914,4984,6964,3796,5507,006700,47238039.9972,008800,216532475.876,,0.0,006700,008800,15661.084193,70025,43357,hub,hub,non_hub,584262.399901,4509306.84766,586940.323322,4511528.89362
+9145,9145,255,78.0,008800,,40.75012189,-73.970133575,78.0,006800,40.74025878,-73.98409214,707.410934435,6735,6964,4494,5507,006800,130298431.446,008800,216532475.876,,0.0,006800,008800,15661.084193,58926,43357,hub,hub,non_hub,585774.608423,4510420.28363,586940.323322,4511528.89362
+9146,9146,129,156.0,008800,,40.75012189,-73.970133575,134.0,006900,40.732319905,-74.0069291,1186.62643735,2687,6964,1484,5507,006900,61292499.9331,008800,216532475.876,,0.0,006900,008800,15661.084193,130727,43357,hub,hub,non_hub,583856.38945,4509516.94969,586940.323322,4511528.89362
+9147,9147,1922,234.0,008800,,40.75012189,-73.970133575,254.0,007000,40.7425258588,-73.9756348828,505.519349824,8302,6964,5669,5507,007000,78634704.8451,008800,216532475.876,,0.0,007000,008800,15661.084193,145227,43357,hub,hub,non_hub,586485.741794,4510680.24393,586940.323322,4511528.89362
+9148,9148,112,156.0,008800,,40.75012189,-73.970133575,142.0,007100,40.736526545,-74.000108805,993.329339642,5633,6964,3844,5507,007100,68447429.2743,008800,216532475.876,,0.0,007100,008800,15661.084193,79459,43357,hub,hub,non_hub,584426.995774,4509990.4524,586940.323322,4511528.89362
+9149,9149,991,234.0,008800,,40.75012189,-73.970133575,252.0,007200,40.7447014833,-73.98154809,594.282983255,7734,6964,5222,5507,007200,132092861.454,008800,216532475.876,,0.0,007200,008800,15661.084193,157612,43357,hub,hub,non_hub,585983.687715,4510915.94446,586940.323322,4511528.89362
+9150,9150,154,156.0,008800,,40.75012189,-73.970133575,118.0,007300,40.734682705,-74.00388484,1058.62100316,5615,6964,4547,5507,007300,48716185.79,008800,216532475.876,,0.0,007300,008800,15661.084193,92567,43357,hub,hub,non_hub,584110.479319,4509782.14883,586940.323322,4511528.89362
+9151,9151,469,156.0,008800,,40.75012189,-73.970133575,172.0,007400,40.746413585,-73.98586892,760.825589518,4179,6964,2700,5507,007400,170614202.951,008800,216532475.876,,0.0,007400,008800,15661.084193,81121,43357,hub,hub,non_hub,585616.696258,4511101.7763,586940.323322,4511528.89362
+9152,9152,641,156.0,008800,,40.75012189,-73.970133575,138.0,007600,40.74737476,-73.988320695,797.058024032,2203,6964,1573,5507,007600,242014413.464,008800,216532475.876,,0.0,007600,008800,15661.084193,97464,43357,hub,hub,non_hub,585408.475283,4511206.08492,586940.323322,4511528.89362
+9153,9153,49,78.0,008800,,40.75012189,-73.970133575,86.0,007700,40.7390169121,-74.0026376103,1111.19944853,5404,6964,4254,5507,007700,59306273.1509,008800,216532475.876,,0.0,007700,008800,15661.084193,79025,43357,hub,hub,non_hub,584210.329106,4510264.47156,586940.323322,4511528.89362
+9154,9154,361,78.0,008800,,40.75012189,-73.970133575,78.0,007800,40.74780373,-73.9734419,634.622030468,7380,6964,5372,5507,007800,112124597.728,008800,216532475.876,,0.0,007800,008800,15661.084193,59601,43357,hub,hub,non_hub,586664.043115,4511268.28888,586940.323322,4511528.89362
+9155,9155,136,390.0,008800,,40.75012189,-73.970133575,348.0,007900,40.738916514,-74.007286026,1258.76717829,4406,6964,2904,5507,007900,86937368.5918,008800,216532475.876,,0.0,007900,008800,15661.084193,171846,43357,hub,hub,non_hub,583817.969395,4510248.87788,586940.323322,4511528.89362
+9156,9156,537,156.0,008800,,40.75012189,-73.970133575,142.0,008000,40.7485693,-73.97717991,387.863072187,4946,6964,3730,5507,008000,197763821.532,008800,216532475.876,,0.0,008000,008800,15661.084193,74808,43357,hub,hub,non_hub,586347.477591,4511349.58844,586940.323322,4511528.89362
+9157,9157,97,78.0,008800,,40.75012189,-73.970133575,78.0,008100,40.73935542,-73.99931783,1067.46668118,8675,6964,5315,5507,008100,91100400.6907,008800,216532475.876,,0.0,008100,008800,15661.084193,53195,43357,hub,hub,non_hub,584490.204148,4510305.23824,586940.323322,4511528.89362
+9158,9158,1499,234.0,008800,,40.75012189,-73.970133575,350.0,008200,40.7519466274,-73.9793697185,423.102801094,3442,6964,2534,5507,008200,262405408.076,008800,216532475.876,,0.0,008200,008800,15661.084193,228612,43357,hub,hub,non_hub,586158.249011,4511722.34435,586940.323322,4511528.89362
+9159,9159,149,312.0,008800,,40.75012189,-73.970133575,238.0,008300,40.742591315,-74.004102785,1145.89277327,4211,6964,2321,5507,008300,119862327.354,008800,216532475.876,,0.0,008300,008800,15661.084193,186113,43357,hub,hub,non_hub,584082.11654,4510659.85081,586940.323322,4511528.89362
+9160,9160,486,78.0,008800,,40.75012189,-73.970133575,76.0,008400,40.75038009,-73.98338988,533.656697686,1726,6964,1041,5507,008400,147824461.739,008800,216532475.876,,0.0,008400,008800,15661.084193,34199,43357,hub,hub,non_hub,585820.889203,4511544.50828,586940.323322,4511528.89362
+9161,9161,946,78.0,008800,,40.75012189,-73.970133575,86.0,008601,40.744219,-73.97121214,468.105928442,2551,6964,1528,5507,008601,31141773.9073,008800,216532475.876,,0.0,008601,008800,15661.084193,31961,43357,hub,hub,non_hub,586856.951039,4510872.56191,586940.323322,4511528.89362
+9162,9162,567,156.0,008800,,40.75012189,-73.970133575,156.0,008700,40.74206378,-73.995708955,1002.75810617,6671,6964,4249,5507,008700,85660216.7821,008800,216532475.876,,0.0,008700,008800,15661.084193,152953,43357,hub,hub,non_hub,584791.475936,4510609.36503,586940.323322,4511528.89362
+9163,9163,271,234.0,008800,,40.75012189,-73.970133575,240.0,008900,40.74529008,-74.0021768567,1111.23753007,5560,6964,3511,5507,008900,54419260.2723,008800,216532475.876,,0.0,008900,008800,15661.084193,158638,43357,hub,hub,non_hub,584241.316685,4510961.27944,586940.323322,4511528.89362
+9164,9164,797,234.0,008800,,40.75012189,-73.970133575,220.0,009000,40.75261798,-73.9703317533,342.000350105,7026,6964,5832,5507,009000,208846060.851,008800,216532475.876,,0.0,009000,008800,15661.084193,74531,43357,hub,hub,non_hub,586920.342162,4511805.78171,586940.323322,4511528.89362
+9165,9165,136,78.0,008800,,40.75012189,-73.970133575,78.0,009100,40.74487634,-73.99529885,1017.39144095,6415,6964,4386,5507,009100,127325659.041,008800,216532475.876,,0.0,009100,008800,15661.084193,63878,43357,hub,hub,non_hub,584822.527687,4510921.97538,586940.323322,4511528.89362
+9166,9166,371,156.0,008800,,40.75012189,-73.970133575,220.0,009200,40.7548518863,-73.9734329075,395.9407464,1754,6964,1461,5507,009200,408192557.246,008800,216532475.876,,0.0,009200,008800,15661.084193,72226,43357,hub,hub,non_hub,586655.650548,4512050.69496,586940.323322,4511528.89362
+9167,9167,100,78.0,008800,,40.75012189,-73.970133575,78.0,009300,40.74475148,-73.99915362,1144.55952381,9705,6964,5585,5507,009300,68528055.2433,008800,216532475.876,,0.0,009300,008800,15661.084193,52202,43357,hub,hub,non_hub,584497.239363,4510904.39701,586940.323322,4511528.89362
+9168,9168,229,78.0,008800,,40.75012189,-73.970133575,62.0,009400,40.75320159,-73.9779874,492.396782946,29,6964,16,5507,009400,299218147.811,008800,216532475.876,,0.0,009400,008800,15661.084193,82147,43357,hub,hub,non_hub,586273.319314,4511863.01244,586940.323322,4511528.89362
+9169,9169,98,78.0,008800,,40.75012189,-73.970133575,102.0,009500,40.746647,-73.993915,945.125157233,3425,6964,1416,5507,009500,129660033.725,008800,216532475.876,,0.0,009500,008800,15661.084193,57488,43357,hub,hub,non_hub,584937.108907,4511119.86954,586940.323322,4511528.89362
+9170,9170,555,234.0,008800,,40.75012189,-73.970133575,280.0,009600,40.7560468295,-73.9803697768,604.428162585,153,6964,268,5507,009600,270304841.585,008800,216532475.876,,0.0,009600,008800,15661.084193,71527,43357,hub,hub,non_hub,586068.537794,4512176.51569,586940.323322,4511528.89362
+9171,9171,250,234.0,008800,,40.75012189,-73.970133575,198.0,009700,40.7493616033,-73.9991321067,1143.66218966,4744,6964,2827,5507,009700,83018263.1602,008800,216532475.876,,0.0,009700,008800,15661.084193,118804,43357,hub,hub,non_hub,584493.220017,4511416.17434,586940.323322,4511528.89362
+9172,9172,864,156.0,008800,,40.75012189,-73.970133575,140.0,009800,40.755285655,-73.96667288,338.214831967,7105,6964,5244,5507,009800,115943808.909,008800,216532475.876,,0.0,009800,008800,15661.084193,40039,43357,hub,hub,non_hub,587225.727282,4512105.54383,586940.323322,4511528.89362
+9173,9173,532,390.0,008800,,40.75012189,-73.970133575,370.0,009900,40.7520807866,-74.0031899092,1189.11246553,3617,6964,2438,5507,009900,404439511.776,008800,216532475.876,,0.0,009900,008800,15661.084193,208076,43357,hub,hub,non_hub,584147.226991,4511714.12465,586940.323322,4511528.89362
+9174,9174,741,234.0,008800,,40.75012189,-73.970133575,242.0,010000,40.7583696933,-73.9710287767,512.338032486,1829,6964,1399,5507,010000,366457143.613,008800,216532475.876,,0.0,010000,008800,15661.084193,72085,43357,hub,hub,non_hub,586854.014885,4512443.57459,586940.323322,4511528.89362
+9175,9175,1989,234.0,008800,,40.75012189,-73.970133575,254.0,010100,40.74945622,-73.9903382667,795.346409764,1119,6964,828,5507,010100,246168211.101,008800,216532475.876,,0.0,010100,008800,15661.084193,183377,43357,hub,hub,non_hub,585235.486219,4511435.18064,586940.323322,4511528.89362
+9176,9176,386,156.0,008800,,40.75012189,-73.970133575,162.0,010200,40.7606694,-73.973473555,615.826511832,313,6964,268,5507,010200,333450202.294,008800,216532475.876,,0.0,010200,008800,15661.084193,46675,43357,hub,hub,non_hub,586644.664817,4512696.44233,586940.323322,4511528.89362
+9177,9177,1068,156.0,008800,,40.75012189,-73.970133575,196.0,010300,40.751000495,-73.994372255,984.365986011,1859,6964,1351,5507,010300,141506056.87,008800,216532475.876,,0.0,010300,008800,15661.084193,221593,43357,hub,hub,non_hub,584892.968075,4511602.69644,586940.323322,4511528.89362
+9178,9178,381,156.0,008800,,40.75012189,-73.970133575,150.0,010400,40.761664375,-73.976854975,708.384240917,1031,6964,1033,5507,010400,363981333.295,008800,216532475.876,,0.0,010400,008800,15661.084193,65073,43357,hub,hub,non_hub,586357.961325,4512803.55852,586940.323322,4511528.89362
+9179,9179,489,78.0,008800,,40.75012189,-73.970133575,66.0,010602,40.75849116,-73.95920622,645.796722365,4794,6964,2963,5507,010602,67980898.3739,008800,216532475.876,,0.0,010602,008800,15661.084193,22153,43357,hub,hub,non_hub,587851.796682,4512468.82754,586940.323322,4511528.89362
+9180,9180,2081,234.0,008800,,40.75012189,-73.970133575,234.0,010800,40.7591736033,-73.96613818,435.545377725,8531,6964,6272,5507,010800,189351523.799,008800,216532475.876,,0.0,010800,008800,15661.084193,79198,43357,hub,hub,non_hub,587265.778542,4512537.66689,586940.323322,4511528.89362
+9181,9181,373,156.0,008800,,40.75012189,-73.970133575,228.0,010900,40.751351715,-73.987594755,748.266290235,182,6964,92,5507,010900,228173063.011,008800,216532475.876,,0.0,010900,008800,15661.084193,60092,43357,hub,hub,non_hub,585464.669441,4511648.26242,586940.323322,4511528.89362
+9182,9182,317,78.0,008800,,40.75012189,-73.970133575,118.0,011201,40.7643971,-73.97371465,815.566877521,827,6964,964,5507,011201,118515444.187,008800,216532475.876,,0.0,011201,008800,15661.084193,41525,43357,hub,hub,non_hub,586619.474659,4513110.00718,586940.323322,4511528.89362
+9183,9183,638,78.0,008800,,40.75012189,-73.970133575,66.0,011203,40.76095756,-73.96724467,566.249093249,1176,6964,1160,5507,011203,143782379.009,008800,216532475.876,,0.0,011203,008800,15661.084193,48033,43357,hub,hub,non_hub,587170.050102,4512734.59972,586940.323322,4511528.89362
+9184,9184,2760,312.0,008800,,40.75012189,-73.970133575,396.0,011300,40.7548008425,-73.9888010575,705.157728142,204,6964,107,5507,011300,357940519.061,008800,216532475.876,,0.0,011300,008800,15661.084193,236650,43357,hub,hub,non_hub,585358.423228,4512029.96675,586940.323322,4511528.89362
+9185,9185,541,156.0,008800,,40.75012189,-73.970133575,164.0,011500,40.75701407,-73.992353645,823.723024764,2487,6964,1678,5507,011500,130958459.747,008800,216532475.876,,0.0,011500,008800,15661.084193,103294,43357,hub,hub,non_hub,585055.712647,4512272.20178,586940.323322,4511528.89362
+9186,9186,79,156.0,008800,,40.75012189,-73.970133575,168.0,011700,40.76058799,-74.00080945,1163.94345238,2938,6964,2304,5507,011700,91270705.1484,008800,216532475.876,,0.0,011700,008800,15661.084193,73016,43357,hub,hub,non_hub,584337.427395,4512660.77158,586940.323322,4511528.89362
+9187,9187,307,78.0,008800,,40.75012189,-73.970133575,68.0,011900,40.7568001,-73.98291153,664.648584595,1079,6964,1121,5507,011900,395254501.74,008800,216532475.876,,0.0,011900,008800,15661.084193,39976,43357,hub,hub,non_hub,585853.012005,4512257.64444,586940.323322,4511528.89362
+9188,9188,459,234.0,008800,,40.75012189,-73.970133575,218.0,012100,40.7598593767,-73.9914900133,944.977465369,8366,6964,5744,5507,012100,101223732.045,008800,216532475.876,,0.0,012100,008800,15661.084193,132767,43357,hub,hub,non_hub,585124.983126,4512588.88932,586940.323322,4511528.89362
+9189,9189,247,78.0,008800,,40.75012189,-73.970133575,102.0,012500,40.76064679,-73.98442659,668.287712766,2439,6964,2096,5507,012500,322911522.418,008800,216532475.876,,0.0,012500,008800,15661.084193,45486,43357,hub,hub,non_hub,585720.180916,4512683.17447,586940.323322,4511528.89362
+9190,9190,211,156.0,008800,,40.75012189,-73.970133575,168.0,012700,40.762485435,-73.990447135,867.594002525,6437,6964,4434,5507,012700,104637996.687,008800,216532475.876,,0.0,012700,008800,15661.084193,83393,43357,hub,hub,non_hub,585209.656415,4512881.41361,586940.323322,4511528.89362
+9191,9191,40,78.0,008800,,40.75012189,-73.970133575,48.0,012900,40.76341379,-73.99667444,1125.91483516,5312,6964,3621,5507,012900,158698340.053,008800,216532475.876,,0.0,012900,008800,15661.084193,28661,43357,hub,hub,non_hub,584682.864463,4512978.43901,586940.323322,4511528.89362
+9192,9192,673,234.0,008800,,40.75012189,-73.970133575,320.0,013100,40.7621295133,-73.98215453,775.785132186,2489,6964,2283,5507,013100,405023451.28,008800,216532475.876,,0.0,013100,008800,15661.084193,107228,43357,hub,hub,non_hub,585910.04945,4512849.98999,586940.323322,4511528.89362
+9193,9193,175,234.0,008800,,40.75012189,-73.970133575,202.0,013300,40.7647250567,-73.9866537633,974.949603175,5363,6964,3909,5507,013300,79847412.2593,008800,216532475.876,,0.0,013300,008800,15661.084193,89810,43357,hub,hub,non_hub,585526.963405,4513133.71926,586940.323322,4511528.89362
+9194,9194,115,156.0,008800,,40.75012189,-73.970133575,130.0,013500,40.766984435,-73.99227308,1056.51524416,6075,6964,3935,5507,013500,198199142.958,008800,216532475.876,,0.0,013500,008800,15661.084193,64723,43357,hub,hub,non_hub,585049.80204,4513379.06475,586940.323322,4511528.89362
+9195,9195,504,156.0,008800,,40.75012189,-73.970133575,196.0,013700,40.766109285,-73.981808355,944.757853679,6557,6964,5442,5507,013700,314878324.419,008800,216532475.876,,0.0,013700,008800,15661.084193,91142,43357,hub,hub,non_hub,585934.141665,4513292.1137,586940.323322,4511528.89362
+9196,9196,55,78.0,008800,,40.75012189,-73.970133575,54.0,013900,40.768254,-73.988639,978.905923345,7607,6964,7359,5507,013900,139918084.587,008800,216532475.876,,0.0,013900,008800,15661.084193,26390,43357,hub,hub,non_hub,585354.890073,4513523.52534,586940.323322,4511528.89362
+9197,9197,102,78.0,008800,,40.75012189,-73.970133575,98.0,014300,40.76590936,-73.97634151,1020.12121212,3,6964,0,5507,014300,50027992.3322,008800,216532475.876,,0.0,014300,008800,15661.084193,21051,43357,hub,hub,non_hub,586395.803012,4513275.28949,586940.323322,4511528.89362
+9198,9198,303,78.0,008800,,40.75012189,-73.970133575,72.0,014500,40.76915505,-73.98191841,1150.78757864,5811,6964,3462,5507,014500,253397343.373,008800,216532475.876,,0.0,014500,008800,15661.084193,68350,43357,hub,hub,non_hub,585920.929601,4513630.10902,586940.323322,4511528.89362
+9199,9199,69,78.0,008800,,40.75012189,-73.970133575,110.0,014700,40.770513,-73.988038,922.565217391,2586,6964,1743,5507,014700,70871746.8417,008800,216532475.876,,0.0,014700,008800,15661.084193,35099,43357,hub,hub,non_hub,585402.720353,4513774.87644,586940.323322,4511528.89362
+9200,9200,23,78.0,008800,,40.75012189,-73.970133575,72.0,015100,40.771522,-73.990541,1202.77380952,8105,6964,4856,5507,015100,164953931.102,008800,216532475.876,,0.0,015100,008800,15661.084193,17578,43357,hub,hub,non_hub,585190.192062,4513884.4495,586940.323322,4511528.89362
+9201,9201,171,156.0,008800,,40.75012189,-73.970133575,140.0,031703,40.71644312,-74.014902115,1984.83812504,8670,6964,4231,5507,031703,332361109.355,008800,216532475.876,,0.0,031703,008800,15661.084193,136082,43357,hub,hub,non_hub,583202.897614,4507746.93647,586940.323322,4511528.89362
+9202,9202,60,234.0,008800,,40.75012189,-73.970133575,196.0,031704,40.7085171733,-74.0165557667,1792.42718855,6610,6964,3790,5507,031704,160823714.408,008800,216532475.876,,0.0,031704,008800,15661.084193,105244,43357,hub,hub,non_hub,583073.076824,4506865.54027,586940.323322,4511528.89362
+9203,9203,250,234.0,008800,,40.75012189,-73.970133575,170.0,000600,40.7128987867,-73.9898646367,1480.68321956,11558,6964,4083,5507,000600,59149181.7526,008800,216532475.876,,0.0,000600,008800,15661.084193,70053,43357,hub,hub,non_hub,585322.159723,4507377.5136,586940.323322,4511528.89362
+9204,9204,174,360.0,008900,,40.74529008,-74.0021768567,162.0,000202,40.71318002,-73.9818904933,1647.360465,8012,5560,3598,3511,000202,37878157.9781,008900,54419260.2723,,0.0,000202,008900,18196.325347,56352,167291,hub,hub,non_hub,585995.353038,4507416.50937,584241.316685,4510961.27944
+9205,9205,864,840.0,008900,,40.74529008,-74.0021768567,774.0,000700,40.70581148,-74.0081572071,1514.46230766,7722,5560,5201,3511,000700,476954959.734,008900,54419260.2723,,0.0,000700,008900,18196.325347,160040,167291,hub,hub,non_hub,583785.918305,4506573.16797,584241.316685,4510961.27944
+9206,9206,59,240.0,008900,,40.74529008,-74.0021768567,141.0,000800,40.712414475,-73.993471545,1602.16897547,10365,5560,4150,3511,000800,46479755.076,008900,54419260.2723,,0.0,000800,008900,18196.325347,34254,167291,hub,hub,non_hub,585018.109713,4507320.25418,584241.316685,4510961.27944
+9207,9207,265,360.0,008900,,40.74529008,-74.0021768567,291.0,000900,40.7024745833,-74.01224785,1666.97188146,1140,5560,939,3511,000900,404341803.896,008900,54419260.2723,,0.0,000900,008900,18196.325347,46446,167291,hub,hub,non_hub,583444.520998,4506198.85784,584241.316685,4510961.27944
+9208,9208,34,120.0,008900,,40.74529008,-74.0021768567,57.0,001002,40.71782143,-73.97628939,1397.29365079,6439,5560,2346,3511,001002,22763374.2099,008900,54419260.2723,,0.0,001002,008900,18196.325347,15916,167291,hub,hub,non_hub,586462.45635,4507937.23607,584241.316685,4510961.27944
+9209,9209,145,240.0,008900,,40.74529008,-74.0021768567,138.0,001200,40.717364275,-73.982955325,1374.29054687,3547,5560,1857,3511,001200,23518220.7411,008900,54419260.2723,,0.0,001200,008900,18196.325347,36493,167291,hub,hub,non_hub,585900.031125,4507879.94738,584241.316685,4510961.27944
+9210,9210,280,120.0,008900,,40.74529008,-74.0021768567,108.0,001300,40.70463334,-74.01361706,1593.1913754,3776,5560,3028,3511,001300,286606455.687,008900,54419260.2723,,0.0,001300,008900,18196.325347,27671,167291,hub,hub,non_hub,583326.158808,4506437.19368,584241.316685,4510961.27944
+9211,9211,99,120.0,008900,,40.74529008,-74.0021768567,84.0,001401,40.71559509,-73.9870295,1236.381365,3289,5560,1708,3511,001401,20168722.3199,008900,54419260.2723,,0.0,001401,008900,18196.325347,26885,167291,hub,hub,non_hub,585558.18429,4507679.57909,584241.316685,4510961.27944
+9212,9212,131,240.0,008900,4.18370836613,40.745248636,-74.00221795,201.0,001501,40.710027384,-74.003982562,1568.99998979,5581,5560,3450,3511,001501,172466366.322,008900,54419260.2723,,0.0,001501,008900,18196.325347,27425,167291,hub,hub,non_hub,584133.270294,4507045.15045,584237.899621,4510956.63942
+9213,9213,442,360.0,008900,,40.74529008,-74.0021768567,369.0,001502,40.7088053467,-74.00635276,1216.52890684,7095,5560,3459,3511,001502,221282059.103,008900,54419260.2723,,0.0,001502,008900,18196.325347,82052,167291,hub,hub,non_hub,583934.59195,4506907.22889,584241.316685,4510961.27944
+9214,9214,272,360.0,008900,,40.74529008,-74.0021768567,321.0,001600,40.7153350167,-73.9943926833,1404.44834187,8236,5560,3242,3511,001600,76565505.7581,008900,54419260.2723,,0.0,001600,008900,18196.325347,82798,167291,hub,hub,non_hub,584936.591099,4507643.5622,584241.316685,4510961.27944
+9215,9215,664,480.0,008900,,40.74529008,-74.0021768567,462.0,001800,40.7193657075,-73.9906468425,1166.61986334,8063,5560,3489,3511,001800,60554858.5127,008900,54419260.2723,,0.0,001800,008900,18196.325347,133306,167291,hub,hub,non_hub,585247.838585,4508094.62497,584241.316685,4510961.27944
+9216,9216,116,240.0,008900,,40.74529008,-74.0021768567,138.0,002000,40.721554605,-73.977309405,1275.5256109,4795,5560,1899,3511,002000,17907673.5628,008900,54419260.2723,,0.0,002000,008900,18196.325347,31656,167291,hub,hub,non_hub,586371.478696,4508350.63994,584241.316685,4510961.27944
+9217,9217,1435,480.0,008900,,40.74529008,-74.0021768567,306.0,002100,40.71451321,-74.0108850975,1119.5213999,6111,5560,3038,3511,002100,273869828.705,008900,54419260.2723,,0.0,002100,008900,18196.325347,151037,167291,hub,hub,non_hub,583544.598931,4507536.51732,584241.316685,4510961.27944
+9218,9218,70,240.0,008900,,40.74529008,-74.0021768567,132.0,002201,40.71833027,-73.980972895,1220.71669974,6762,5560,3030,3511,002201,37585954.9949,008900,54419260.2723,,0.0,002201,008900,18196.325347,26391,167291,hub,hub,non_hub,586066.226443,4507989.12022,584241.316685,4510961.27944
+9219,9219,100,120.0,008900,,40.74529008,-74.0021768567,93.0,002202,40.7208736,-73.98085795,1034.89755321,2256,5560,1045,3511,002202,13179093.8977,008900,54419260.2723,,0.0,002202,008900,18196.325347,23935,167291,hub,hub,non_hub,586072.658368,4508271.55961,584241.316685,4510961.27944
+9220,9220,38,240.0,008900,,40.74529008,-74.0021768567,144.0,002400,40.724744875,-73.974986535,1166.15972222,5775,5560,2175,3511,002400,17986635.5592,008900,54419260.2723,,0.0,002400,008900,18196.325347,17965,167291,hub,hub,non_hub,586563.526382,4508707.06897,584241.316685,4510961.27944
+9221,9221,40,240.0,008900,3.58929765449,40.745657426,-74.002604166,186.0,002500,40.711174328,-73.998161894,1230.29031768,5061,5560,1917,3511,002500,22428407.6271,008900,54419260.2723,,0.0,002500,008900,18196.325347,28216,167291,hub,hub,non_hub,584623.495629,4507178.06027,584204.777135,4511001.64742
+9222,9222,119,120.0,008900,,40.74529008,-74.0021768567,93.0,002601,40.72299208,-73.97995466,1075.37819396,3774,5560,1593,3511,002601,22248722.3098,008900,54419260.2723,,0.0,002601,008900,18196.325347,22144,167291,hub,hub,non_hub,586146.216204,4508507.61099,584241.316685,4510961.27944
+9223,9223,52,120.0,008900,,40.74529008,-74.0021768567,81.0,002700,40.71307916,-73.99851193,1276.48009507,1191,5560,655,3511,002700,11349914.9514,008900,54419260.2723,,0.0,002700,008900,18196.325347,20570,167291,hub,hub,non_hub,584591.517275,4507389.17181,584241.316685,4510961.27944
+9224,9224,188,120.0,008900,,40.74529008,-74.0021768567,96.0,002800,40.72521311,-73.97768752,1129.04097222,7302,5560,3341,3511,002800,47641507.3146,008900,54419260.2723,,0.0,002800,008900,18196.325347,36744,167291,hub,hub,non_hub,586334.816403,4508756.38709,584241.316685,4510961.27944
+9225,9225,151,120.0,008900,,40.74529008,-74.0021768567,129.0,002900,40.71602118,-73.99974372,1237.080521,5855,5560,2420,3511,002900,200965547.24,008900,54419260.2723,,0.0,002900,008900,18196.325347,31936,167291,hub,hub,non_hub,584483.752153,4507714.56961,584241.316685,4510961.27944
+9226,9226,229,120.0,008900,,40.74529008,-74.0021768567,105.0,003001,40.72066442,-73.98517977,1108.33633927,4301,5560,2553,3511,003001,34302720.7166,008900,54419260.2723,,0.0,003001,008900,18196.325347,41223,167291,hub,hub,non_hub,585707.91731,4508244.11218,584241.316685,4510961.27944
+9227,9227,189,120.0,008900,,40.74529008,-74.0021768567,111.0,003002,40.72217444,-73.98368779,1056.28289018,3031,5560,1885,3511,003002,18686109.2263,008900,54419260.2723,,0.0,003002,008900,18196.325347,38675,167291,hub,hub,non_hub,585831.986427,4508413.19181,584241.316685,4510961.27944
+9228,9228,479,360.0,008900,,40.74529008,-74.0021768567,363.0,003100,40.7140617467,-74.0041933367,1237.46196065,2809,5560,858,3511,003100,145687012.574,008900,54419260.2723,,0.0,003100,008900,18196.325347,81469,167291,hub,hub,non_hub,584110.388584,4507492.78891,584241.316685,4510961.27944
+9229,9229,1004,360.0,008900,,40.74529008,-74.0021768567,300.0,003200,40.7260543867,-73.9823576167,978.1359857,7630,5560,4888,3511,003200,46369492.482,008900,54419260.2723,,0.0,003200,008900,18196.325347,138064,167291,hub,hub,non_hub,585939.335766,4508845.19329,584241.316685,4510961.27944
+9230,9230,1309,600.0,008900,,40.74529008,-74.0021768567,519.0,003300,40.7188233644,-74.0063310017,987.446497483,5174,5560,2694,3511,003300,215459582.054,008900,54419260.2723,,0.0,003300,008900,18196.325347,115059,167291,hub,hub,non_hub,583923.848558,4508019.31462,584241.316685,4510961.27944
+9231,9231,379,120.0,008900,,40.74529008,-74.0021768567,117.0,003400,40.72955361,-73.98057249,968.175842324,6706,5560,4203,3511,003400,42933229.7541,008900,54419260.2723,,0.0,003400,008900,18196.325347,47926,167291,hub,hub,non_hub,586085.581298,4509235.37985,584241.316685,4510961.27944
+9232,9232,403,240.0,008900,,40.74529008,-74.0021768567,198.0,003601,40.72217423,-73.990293175,1124.36504945,3299,5560,1613,3511,003601,29191583.8104,008900,54419260.2723,,0.0,003601,008900,18196.325347,77585,167291,hub,hub,non_hub,585274.124459,4508406.73315,584241.316685,4510961.27944
+9233,9233,613,240.0,008900,,40.74529008,-74.0021768567,186.0,003602,40.724852985,-73.989265345,1036.46477969,2918,5560,1586,3511,003602,24941258.1161,008900,54419260.2723,,0.0,003602,008900,18196.325347,82124,167291,hub,hub,non_hub,585357.507872,4508705.09166,584241.316685,4510961.27944
+9234,9234,2932,480.0,008900,,40.74529008,-74.0021768567,444.0,003700,40.7256696075,-74.0052069325,869.445172948,2401,5560,1490,3511,003700,212385639.924,008900,54419260.2723,,0.0,003700,008900,18196.325347,173333,167291,hub,hub,non_hub,584010.178026,4508780.36793,584241.316685,4510961.27944
+9235,9235,1545,480.0,008900,,40.74529008,-74.0021768567,480.0,003800,40.72765889,-73.988195855,955.165079046,8610,5560,5795,3511,003800,67437493.5221,008900,54419260.2723,,0.0,003800,008900,18196.325347,167230,167291,hub,hub,non_hub,585444.239635,4509017.60641,584241.316685,4510961.27944
+9236,9236,1716,480.0,008900,,40.74529008,-74.0021768567,318.0,003900,40.7201717475,-74.00983051,1008.07376877,5253,5560,3059,3511,003900,194910113.03,008900,54419260.2723,,0.0,003900,008900,18196.325347,113624,167291,hub,hub,non_hub,583626.593058,4508165.65565,584241.316685,4510961.27944
+9237,9237,851,240.0,008900,,40.74529008,-74.0021768567,198.0,004000,40.73000573,-73.98549552,898.422841717,9801,5560,4546,3511,004000,66858387.5133,008900,54419260.2723,,0.0,004000,008900,18196.325347,99660,167291,hub,hub,non_hub,585669.269443,4509280.75306,584241.316685,4510961.27944
+9238,9238,812,240.0,008900,,40.74529008,-74.0021768567,192.0,004100,40.7195529,-73.996789035,1154.99043938,7793,5560,3765,3511,004100,71738983.3617,008900,54419260.2723,,0.0,004100,008900,18196.325347,114685,167291,hub,hub,non_hub,584728.836557,4508109.46034,584241.316685,4510961.27944
+9239,9239,420,120.0,008900,,40.74529008,-74.0021768567,105.0,004200,40.73223272,-73.98889957,783.732325984,4988,5560,1801,3511,004200,39941846.3325,008900,54419260.2723,,0.0,004200,008900,18196.325347,50846,167291,hub,hub,non_hub,585378.96492,4509524.64843,584241.316685,4510961.27944
+9240,9240,770,240.0,008900,,40.74529008,-74.0021768567,201.0,004300,40.723870235,-73.995226525,1025.08650756,4267,5560,2598,3511,004300,65935514.1184,008900,54419260.2723,,0.0,004300,008900,18196.325347,95162,167291,hub,hub,non_hub,584855.320992,4508590.22212,584241.316685,4510961.27944
+9241,9241,712,240.0,008900,,40.74529008,-74.0021768567,180.0,004400,40.73080269,-73.97968993,929.846060088,17710,5560,8297,3511,004400,114601147.016,008900,54419260.2723,,0.0,004400,008900,18196.325347,106427,167291,hub,hub,non_hub,586158.498991,4509374.90208,584241.316685,4510961.27944
+9242,9242,176,120.0,008900,,40.74529008,-74.0021768567,81.0,004500,40.71910537,-73.99973337,1272.97122867,840,5560,582,3511,004500,52009114.8865,008900,54419260.2723,,0.0,004500,008900,18196.325347,34275,167291,hub,hub,non_hub,584480.726971,4508056.94497,584241.316685,4510961.27944
+9243,9243,310,120.0,008900,,40.74529008,-74.0021768567,117.0,004700,40.72165481,-74.00234737,1090.55707005,2267,5560,1586,3511,004700,75477587.1594,008900,54419260.2723,,0.0,004700,008900,18196.325347,27544,167291,hub,hub,non_hub,584256.734795,4508337.43837,584241.316685,4510961.27944
+9244,9244,726,120.0,008900,,40.74529008,-74.0021768567,105.0,004800,40.73624527,-73.98473765,662.81272899,7550,5560,3799,3511,004800,74763044.6965,008900,54419260.2723,,0.0,004800,008900,18196.325347,42567,167291,hub,hub,non_hub,585725.258797,4509974.12516,584241.316685,4510961.27944
+9245,9245,1407,240.0,008900,,40.74529008,-74.0021768567,219.0,004900,40.724268615,-74.000521515,953.538815273,4951,5560,3054,3511,004900,103848670.177,008900,54419260.2723,,0.0,004900,008900,18196.325347,80152,167291,hub,hub,non_hub,584407.63728,4508629.34168,584241.316685,4510961.27944
+9246,9246,1670,360.0,008900,,40.74529008,-74.0021768567,279.0,005000,40.7359163467,-73.9873427633,635.504418304,5061,5560,3595,3511,005000,120638459.215,008900,54419260.2723,,0.0,005000,008900,18196.325347,111023,167291,hub,hub,non_hub,585505.709717,4509935.07175,584241.316685,4510961.27944
+9247,9247,4282,240.0,008900,,40.74529008,-74.0021768567,318.0,005200,40.73715585,-73.991241315,581.66355742,4193,5560,1785,3511,005200,109103391.81,008900,54419260.2723,,0.0,005200,008900,18196.325347,159876,167291,hub,hub,hub,585174.941657,4510068.87544,584241.316685,4510961.27944
+9248,9248,2251,120.0,008900,,40.74529008,-74.0021768567,141.0,005400,40.73971301,-73.99456405,444.256786085,4656,5560,2837,3511,005400,128803552.888,008900,54419260.2723,,0.0,005400,008900,18196.325347,73728,167291,hub,hub,non_hub,584891.129718,4510349.51956,584241.316685,4510961.27944
+9249,9249,741,120.0,008900,,40.74529008,-74.0021768567,90.0,005501,40.72679454,-73.99695094,919.736725864,5079,5560,2483,3511,005501,61061928.4125,008900,54419260.2723,,0.0,005501,008900,18196.325347,57258,167291,hub,hub,non_hub,584705.980012,4508913.17477,584241.316685,4510961.27944
+9250,9250,695,120.0,008900,,40.74529008,-74.0021768567,81.0,005502,40.72743423,-73.99379025,888.512309512,2383,5560,1262,3511,005502,49017118.6146,008900,54419260.2723,,0.0,005502,008900,18196.325347,55117,167291,hub,hub,non_hub,584972.085912,4508987.23863,584241.316685,4510961.27944
+9251,9251,3942,240.0,008900,,40.74529008,-74.0021768567,285.0,005600,40.74065347,-73.98778661,544.203316893,2618,5560,2190,3511,005600,189153355.609,008900,54419260.2723,,0.0,005600,008900,18196.325347,113209,167291,hub,hub,hub,585462.168743,4510460.49357,584241.316685,4510961.27944
+9252,9252,1875,240.0,008900,,40.74529008,-74.0021768567,246.0,005700,40.729662915,-73.992405595,838.711059137,2937,5560,1789,3511,005700,90178032.7137,008900,54419260.2723,,0.0,005700,008900,18196.325347,156896,167291,hub,hub,non_hub,585086.179601,4509235.9788,584241.316685,4510961.27944
+9253,9253,3031,240.0,008900,,40.74529008,-74.0021768567,261.0,005800,40.743154205,-73.990299735,503.708212198,3182,5560,2306,3511,005800,164037511.755,008900,54419260.2723,,0.0,005800,008900,18196.325347,130970,167291,hub,hub,hub,585246.786708,4510735.64918,584241.316685,4510961.27944
+9254,9254,554,120.0,008900,,40.74529008,-74.0021768567,93.0,005900,40.73049393,-73.9957214,786.153640214,5516,5560,3276,3511,005900,71785177.1361,008900,54419260.2723,,0.0,005900,008900,18196.325347,53180,167291,hub,hub,non_hub,584805.117401,4509325.01914,584241.316685,4510961.27944
+9255,9255,670,240.0,008900,,40.74529008,-74.0021768567,189.0,006000,40.734822295,-73.976916765,880.832832978,5286,5560,2459,3511,006000,27468182.8943,008900,54419260.2723,,0.0,006000,008900,18196.325347,80462,167291,hub,hub,non_hub,586387.478737,4509823.83141,584241.316685,4510961.27944
+9256,9256,3672,480.0,008900,,40.74529008,-74.0021768567,423.0,006100,40.73385254,-73.992357065,695.750820992,4913,5560,2683,3511,006100,91682014.33,008900,54419260.2723,,0.0,006100,008900,18196.325347,245510,167291,hub,hub,hub,585084.940162,4509701.10308,584241.316685,4510961.27944
+9257,9257,263,120.0,008900,,40.74529008,-74.0021768567,90.0,006200,40.7381765,-73.97738662,916.487415754,4680,5560,1401,3511,006200,231817485.533,008900,54419260.2723,,0.0,006200,008900,18196.325347,33218,167291,hub,hub,non_hub,586343.467107,4510195.70961,584241.316685,4510961.27944
+9258,9258,2639,360.0,008900,,40.74529008,-74.0021768567,297.0,006300,40.7346940933,-73.99785666,637.169610254,6076,5560,4277,3511,006300,85447631.8451,008900,54419260.2723,,0.0,006300,008900,18196.325347,120233,167291,hub,hub,non_hub,584619.48321,4509789.20591,584241.316685,4510961.27944
+9259,9259,684,120.0,008900,,40.74529008,-74.0021768567,117.0,006400,40.73587678,-73.98205027,734.280969481,7518,5560,5058,3511,006400,95664936.1545,008900,54419260.2723,,0.0,006400,008900,18196.325347,47750,167291,hub,hub,non_hub,585952.649806,4509935.84788,584241.316685,4510961.27944
+9260,9260,1578,360.0,008900,,40.74529008,-74.0021768567,318.0,006500,40.7306296367,-73.9991423,754.96775733,6517,5560,3568,3511,006500,59290910.3694,008900,54419260.2723,,0.0,006500,008900,18196.325347,125356,167291,hub,hub,non_hub,584516.067395,4509336.78488,584241.316685,4510961.27944
+9261,9261,515,240.0,008900,,40.74529008,-74.0021768567,246.0,006600,40.739285505,-73.97827188,850.851870431,11780,5560,6818,3511,006600,84730469.4548,008900,54419260.2723,,0.0,006600,008900,18196.325347,74621,167291,hub,hub,non_hub,586267.286922,4510317.94668,584241.316685,4510961.27944
+9262,9262,1175,120.0,008900,,40.74529008,-74.0021768567,117.0,006700,40.73038599,-74.00214988,734.951317661,4984,5560,3796,3511,006700,47238039.9972,008900,54419260.2723,,0.0,006700,008900,18196.325347,70025,167291,hub,hub,non_hub,584262.399901,4509306.84766,584241.316685,4510961.27944
+9263,9263,702,120.0,008900,,40.74529008,-74.0021768567,117.0,006800,40.74025878,-73.98409214,669.28579908,6735,5560,4494,3511,006800,130298431.446,008900,54419260.2723,,0.0,006800,008900,18196.325347,58926,167291,hub,hub,non_hub,585774.608423,4510420.28363,584241.316685,4510961.27944
+9264,9264,3809,240.0,008900,,40.74529008,-74.0021768567,201.0,006900,40.732319905,-74.0069291,646.160234219,2687,5560,1484,3511,006900,61292499.9331,008900,54419260.2723,,0.0,006900,008900,18196.325347,130727,167291,hub,hub,hub,583856.38945,4509516.94969,584241.316685,4510961.27944
+9265,9265,865,360.0,008900,,40.74529008,-74.0021768567,381.0,007000,40.7425220288,-73.9756273374,942.232381549,8302,5560,5669,3511,007000,78634704.8451,008900,54419260.2723,,0.0,007000,008900,18196.325347,145227,167291,hub,hub,non_hub,586486.383813,4510679.82621,584241.316685,4510961.27944
+9266,9266,2114,240.0,008900,,40.74529008,-74.0021768567,213.0,007100,40.736526545,-74.000108805,502.854143477,5633,5560,3844,3511,007100,68447429.2743,008900,54419260.2723,,0.0,007100,008900,18196.325347,79459,167291,hub,hub,non_hub,584426.995774,4509990.4524,584241.316685,4510961.27944
+9267,9267,1852,360.0,008900,,40.74529008,-74.0021768567,378.0,007200,40.7447014833,-73.98154809,814.033093379,7734,5560,5222,3511,007200,132092861.454,008900,54419260.2723,,0.0,007200,008900,18196.325347,157612,167291,hub,hub,non_hub,585983.687715,4510915.94446,584241.316685,4510961.27944
+9268,9268,2786,240.0,008900,,40.74529008,-74.0021768567,177.0,007300,40.734682705,-74.00388484,593.568171376,5615,5560,4547,3511,007300,48716185.79,008900,54419260.2723,,0.0,007300,008900,18196.325347,92567,167291,hub,hub,non_hub,584110.479319,4509782.14883,584241.316685,4510961.27944
+9269,9269,1349,240.0,008900,,40.74529008,-74.0021768567,258.0,007400,40.746413585,-73.98586892,698.495027174,4179,5560,2700,3511,007400,170614202.951,008900,54419260.2723,,0.0,007400,008900,18196.325347,81121,167291,hub,hub,non_hub,585616.696258,4511101.7763,584241.316685,4510961.27944
+9270,9270,1230,240.0,008900,,40.74529008,-74.0021768567,207.0,007600,40.74737476,-73.988320695,657.750794939,2203,5560,1573,3511,007600,242014413.464,008900,54419260.2723,,0.0,007600,008900,18196.325347,97464,167291,hub,hub,non_hub,585408.475283,4511206.08492,584241.316685,4510961.27944
+9271,9271,4067,120.0,008900,,40.74529008,-74.0021768567,129.0,007700,40.7390169121,-74.0026376103,373.037294203,5404,5560,4254,3511,007700,59306273.1509,008900,54419260.2723,,0.0,007700,008900,18196.325347,79025,167291,hub,hub,hub,584210.329106,4510264.47156,584241.316685,4510961.27944
+9272,9272,328,120.0,008900,,40.74529008,-74.0021768567,117.0,007800,40.74780373,-73.9734419,1095.14527007,7380,5560,5372,3511,007800,112124597.728,008900,54419260.2723,,0.0,007800,008900,18196.325347,59601,167291,hub,hub,non_hub,586664.043115,4511268.28888,584241.316685,4510961.27944
+9273,9273,5155,600.0,008900,,40.74529008,-74.0021768567,522.0,007900,40.738916514,-74.007286026,513.366402595,4406,5560,2904,3511,007900,86937368.5918,008900,54419260.2723,,0.0,007900,008900,18196.325347,171846,167291,hub,hub,hub,583817.969395,4510248.87788,584241.316685,4510961.27944
+9274,9274,522,240.0,008900,,40.74529008,-74.0021768567,213.0,008000,40.7485693,-73.97717991,1055.38868697,4946,5560,3730,3511,008000,197763821.532,008900,54419260.2723,,0.0,008000,008900,18196.325347,74808,167291,hub,hub,non_hub,586347.477591,4511349.58844,584241.316685,4510961.27944
+9275,9275,2292,120.0,008900,,40.74529008,-74.0021768567,117.0,008100,40.73935542,-73.99931783,390.517324019,8675,5560,5315,3511,008100,91100400.6907,008900,54419260.2723,,0.0,008100,008900,18196.325347,53195,167291,hub,hub,non_hub,584490.204148,4510305.23824,584241.316685,4510961.27944
+9276,9276,2012,360.0,008900,,40.74529008,-74.0021768567,525.0,008200,40.7519405262,-73.9793530159,1005.04945397,3442,5560,2534,3511,008200,262405408.076,008900,54419260.2723,,0.0,008200,008900,18196.325347,228612,167291,hub,hub,non_hub,586159.66689,4511721.68348,584241.316685,4510961.27944
+9277,9277,9001,480.0,008900,,40.74529008,-74.0021768567,357.0,008300,40.742591315,-74.004102785,367.251138082,4211,5560,2321,3511,008300,119862327.354,008900,54419260.2723,,0.0,008300,008900,18196.325347,186113,167291,hub,hub,hub,584082.11654,4510659.85081,584241.316685,4510961.27944
+9278,9278,334,120.0,008900,,40.74529008,-74.0021768567,114.0,008400,40.75038009,-73.98338988,848.158756583,1726,5560,1041,3511,008400,147824461.739,008900,54419260.2723,,0.0,008400,008900,18196.325347,34199,167291,hub,hub,non_hub,585820.889203,4511544.50828,584241.316685,4510961.27944
+9279,9279,82,120.0,008900,,40.74529008,-74.0021768567,129.0,008601,40.744219,-73.97121214,1269.29799875,2551,5560,1528,3511,008601,31141773.9073,008900,54419260.2723,,0.0,008601,008900,18196.325347,31961,167291,hub,hub,non_hub,586856.951039,4510872.56191,584241.316685,4510961.27944
+9280,9280,12353,240.0,008900,,40.74529008,-74.0021768567,234.0,008700,40.74206378,-73.995708955,403.127609044,6671,5560,4249,3511,008700,85660216.7821,008900,54419260.2723,,0.0,008700,008900,18196.325347,152953,167291,hub,hub,hub,584791.475936,4510609.36503,584241.316685,4510961.27944
+9281,9281,213,240.0,008900,,40.74529008,-74.0021768567,234.0,008800,40.75012189,-73.970133575,1226.12069041,6964,5560,5507,3511,008800,216532475.876,008900,54419260.2723,,0.0,008800,008900,18196.325347,43247,167291,hub,hub,non_hub,586940.323322,4511528.89362,584241.316685,4510961.27944
+9282,9282,357,360.0,008900,,40.74529008,-74.0021768567,330.0,009000,40.75261798,-73.9703317533,1288.14663334,7026,5560,5832,3511,009000,208846060.851,008900,54419260.2723,,0.0,009000,008900,18196.325347,74531,167291,hub,hub,non_hub,586920.342162,4511805.78171,584241.316685,4510961.27944
+9283,9283,4241,120.0,008900,,40.74529008,-74.0021768567,117.0,009100,40.74487634,-73.99529885,369.235470427,6415,5560,4386,3511,009100,127325659.041,008900,54419260.2723,,0.0,009100,008900,18196.325347,63878,167291,hub,hub,hub,584822.527687,4510921.97538,584241.316685,4510961.27944
+9284,9284,339,240.0,008900,,40.74529008,-74.0021768567,330.0,009200,40.7548518863,-73.9734329075,1261.49141194,1754,5560,1461,3511,009200,408192557.246,008900,54419260.2723,,0.0,009200,008900,18196.325347,72226,167291,hub,hub,non_hub,586655.650548,4512050.69496,584241.316685,4510961.27944
+9285,9285,2839,120.0,008900,,40.74529008,-74.0021768567,117.0,009300,40.74475148,-73.99915362,507.768020692,9705,5560,5585,3511,009300,68528055.2433,008900,54419260.2723,,0.0,009300,008900,18196.325347,52202,167291,hub,hub,non_hub,584497.239363,4510904.39701,584241.316685,4510961.27944
+9286,9286,567,120.0,008900,,40.74529008,-74.0021768567,93.0,009400,40.75320159,-73.9779874,1100.85374801,29,5560,16,3511,009400,299218147.811,008900,54419260.2723,,0.0,009400,008900,18196.325347,82147,167291,hub,hub,non_hub,586273.319314,4511863.01244,584241.316685,4510961.27944
+9287,9287,1710,120.0,008900,,40.74529008,-74.0021768567,153.0,009500,40.746647,-73.993915,432.702517484,3425,5560,1416,3511,009500,129660033.725,008900,54419260.2723,,0.0,009500,008900,18196.325347,57488,167291,hub,hub,non_hub,584937.108907,4511119.86954,584241.316685,4510961.27944
+9288,9288,606,360.0,008900,,40.74529008,-74.0021768567,420.0,009600,40.756058171,-73.9803802403,1042.89602513,153,5560,268,3511,009600,270304841.585,008900,54419260.2723,,0.0,009600,008900,18196.325347,71527,167291,hub,hub,non_hub,586067.639913,4512177.76442,584241.316685,4510961.27944
+9289,9289,5355,360.0,008900,,40.74529008,-74.0021768567,297.0,009700,40.7493616033,-73.9991321067,375.0303508,4744,5560,2827,3511,009700,83018263.1602,008900,54419260.2723,,0.0,009700,008900,18196.325347,118804,167291,hub,hub,hub,584493.220017,4511416.17434,584241.316685,4510961.27944
+9290,9290,128,240.0,008900,,40.74529008,-74.0021768567,210.0,009800,40.755285655,-73.96667288,1486.38486025,7105,5560,5244,3511,009800,115943808.909,008900,54419260.2723,,0.0,009800,008900,18196.325347,40039,167291,hub,hub,non_hub,587225.727282,4512105.54383,584241.316685,4510961.27944
+9291,9291,6005,600.0,008900,,40.74529008,-74.0021768567,555.0,009900,40.7520807866,-74.0031899092,565.788080405,3617,5560,2438,3511,009900,404439511.776,008900,54419260.2723,,0.0,009900,008900,18196.325347,208076,167291,hub,hub,hub,584147.226991,4511714.12465,584241.316685,4510961.27944
+9292,9292,496,360.0,008900,,40.74529008,-74.0021768567,363.0,010000,40.7583696933,-73.9710287767,1348.26856501,1829,5560,1399,3511,010000,366457143.613,008900,54419260.2723,,0.0,010000,008900,18196.325347,72085,167291,hub,hub,non_hub,586854.014885,4512443.57459,584241.316685,4510961.27944
+9293,9293,2214,360.0,008900,,40.74529008,-74.0021768567,381.0,010100,40.74945622,-73.9903382667,589.728365557,1119,5560,828,3511,010100,246168211.101,008900,54419260.2723,,0.0,010100,008900,18196.325347,183377,167291,hub,hub,non_hub,585235.486219,4511435.18064,584241.316685,4510961.27944
+9294,9294,372,240.0,008900,,40.74529008,-74.0021768567,243.0,010200,40.7606694,-73.973473555,1199.26983541,313,5560,268,3511,010200,333450202.294,008900,54419260.2723,,0.0,010200,008900,18196.325347,46675,167291,hub,hub,non_hub,586644.664817,4512696.44233,584241.316685,4510961.27944
+9295,9295,6821,240.0,008900,,40.74529008,-74.0021768567,294.0,010300,40.751000495,-73.994372255,478.323269163,1859,5560,1351,3511,010300,141506056.87,008900,54419260.2723,,0.0,010300,008900,18196.325347,221593,167291,hub,hub,hub,584892.968075,4511602.69644,584241.316685,4510961.27944
+9296,9296,463,240.0,008900,,40.74529008,-74.0021768567,225.0,010400,40.761664375,-73.976854975,1172.36370305,1031,5560,1033,3511,010400,363981333.295,008900,54419260.2723,,0.0,010400,008900,18196.325347,65073,167291,hub,hub,non_hub,586357.961325,4512803.55852,584241.316685,4510961.27944
+9297,9297,123,120.0,008900,,40.74529008,-74.0021768567,99.0,010602,40.75849116,-73.95920622,1681.41892034,4794,5560,2963,3511,010602,67980898.3739,008900,54419260.2723,,0.0,010602,008900,18196.325347,22153,167291,hub,hub,non_hub,587851.796682,4512468.82754,584241.316685,4510961.27944
+9298,9298,377,360.0,008900,,40.74529008,-74.0021768567,351.0,010800,40.7591736033,-73.96613818,1536.7453879,8531,5560,6272,3511,010800,189351523.799,008900,54419260.2723,,0.0,010800,008900,18196.325347,79198,167291,hub,hub,non_hub,587265.778542,4512537.66689,584241.316685,4510961.27944
+9299,9299,838,240.0,008900,,40.74529008,-74.0021768567,342.0,010900,40.751351715,-73.987594755,701.33902136,182,5560,92,3511,010900,228173063.011,008900,54419260.2723,,0.0,010900,008900,18196.325347,60092,167291,hub,hub,non_hub,585464.669441,4511648.26242,584241.316685,4510961.27944
+9300,9300,376,120.0,008900,,40.74529008,-74.0021768567,177.0,011201,40.7643971,-73.97371465,1478.73078389,827,5560,964,3511,011201,118515444.187,008900,54419260.2723,,0.0,011201,008900,18196.325347,41525,167291,hub,hub,non_hub,586619.474659,4513110.00718,584241.316685,4510961.27944
+9301,9301,213,120.0,008900,,40.74529008,-74.0021768567,99.0,011203,40.76095756,-73.96724467,1557.00261057,1176,5560,1160,3511,011203,143782379.009,008900,54419260.2723,,0.0,011203,008900,18196.325347,48033,167291,hub,hub,non_hub,587170.050102,4512734.59972,584241.316685,4510961.27944
+9302,9302,3935,480.0,008900,,40.74529008,-74.0021768567,594.0,011300,40.7548008425,-73.9888010575,717.284694101,204,5560,107,3511,011300,357940519.061,008900,54419260.2723,,0.0,011300,008900,18196.325347,236650,167291,hub,hub,hub,585358.423228,4512029.96675,584241.316685,4510961.27944
+9303,9303,4009,240.0,008900,,40.74529008,-74.0021768567,246.0,011500,40.75701407,-73.992353645,624.865384048,2487,5560,1678,3511,011500,130958459.747,008900,54419260.2723,,0.0,011500,008900,18196.325347,103294,167291,hub,hub,hub,585055.712647,4512272.20178,584241.316685,4510961.27944
+9304,9304,1530,240.0,008900,,40.74529008,-74.0021768567,252.0,011700,40.76058799,-74.00080945,807.713640494,2938,5560,2304,3511,011700,91270705.1484,008900,54419260.2723,,0.0,011700,008900,18196.325347,73016,167291,hub,hub,non_hub,584337.427395,4512660.77158,584241.316685,4510961.27944
+9305,9305,312,120.0,008900,,40.74529008,-74.0021768567,102.0,011900,40.7568001,-73.98291153,989.258235773,1079,5560,1121,3511,011900,395254501.74,008900,54419260.2723,,0.0,011900,008900,18196.325347,39976,167291,hub,hub,non_hub,585853.012005,4512257.64444,584241.316685,4510961.27944
+9306,9306,4231,360.0,008900,,40.74529008,-74.0021768567,327.0,012100,40.7598593767,-73.9914900133,756.681009261,8366,5560,5744,3511,012100,101223732.045,008900,54419260.2723,,0.0,012100,008900,18196.325347,132767,167291,hub,hub,hub,585124.983126,4512588.88932,584241.316685,4510961.27944
+9307,9307,687,120.0,008900,,40.74529008,-74.0021768567,153.0,012500,40.76064679,-73.98442659,964.150787532,2439,5560,2096,3511,012500,322911522.418,008900,54419260.2723,,0.0,012500,008900,18196.325347,45486,167291,hub,hub,non_hub,585720.180916,4512683.17447,584241.316685,4510961.27944
+9308,9308,1775,240.0,008900,,40.74529008,-74.0021768567,252.0,012700,40.762485435,-73.990447135,861.941186954,6437,5560,4434,3511,012700,104637996.687,008900,54419260.2723,,0.0,012700,008900,18196.325347,83393,167291,hub,hub,non_hub,585209.656415,4512881.41361,584241.316685,4510961.27944
+9309,9309,476,120.0,008900,,40.74529008,-74.0021768567,72.0,012900,40.76341379,-73.99667444,936.460667429,5312,5560,3621,3511,012900,158698340.053,008900,54419260.2723,,0.0,012900,008900,18196.325347,28661,167291,hub,hub,non_hub,584682.864463,4512978.43901,584241.316685,4510961.27944
+9310,9310,936,360.0,008900,,40.74529008,-74.0021768567,480.0,013100,40.7621295133,-73.98215453,1044.55221924,2489,5560,2283,3511,013100,405023451.28,008900,54419260.2723,,0.0,013100,008900,18196.325347,107228,167291,hub,hub,non_hub,585910.04945,4512849.98999,584241.316685,4510961.27944
+9311,9311,1987,360.0,008900,,40.74529008,-74.0021768567,303.0,013300,40.7647250567,-73.9866537633,950.186919296,5363,5560,3909,3511,013300,79847412.2593,008900,54419260.2723,,0.0,013300,008900,18196.325347,89810,167291,hub,hub,non_hub,585526.963405,4513133.71926,584241.316685,4510961.27944
+9312,9312,1131,240.0,008900,,40.74529008,-74.0021768567,195.0,013500,40.766984435,-73.99227308,973.325828804,6075,5560,3935,3511,013500,198199142.958,008900,54419260.2723,,0.0,013500,008900,18196.325347,64723,167291,hub,hub,non_hub,585049.80204,4513379.06475,584241.316685,4510961.27944
+9313,9313,893,240.0,008900,,40.74529008,-74.0021768567,294.0,013700,40.766109285,-73.981808355,1246.38168354,6557,5560,5442,3511,013700,314878324.419,008900,54419260.2723,,0.0,013700,008900,18196.325347,91142,167291,hub,hub,non_hub,585934.141665,4513292.1137,584241.316685,4510961.27944
+9314,9314,315,120.0,008900,,40.74529008,-74.0021768567,81.0,013900,40.768254,-73.988639,1080.55383626,7607,5560,7359,3511,013900,139918084.587,008900,54419260.2723,,0.0,013900,008900,18196.325347,26390,167291,hub,hub,non_hub,585354.890073,4513523.52534,584241.316685,4510961.27944
+9315,9315,263,120.0,008900,,40.74529008,-74.0021768567,147.0,014300,40.76590936,-73.97634151,1430.15841124,3,5560,0,3511,014300,50027992.3322,008900,54419260.2723,,0.0,014300,008900,18196.325347,21051,167291,hub,hub,non_hub,586395.803012,4513275.28949,584241.316685,4510961.27944
+9316,9316,1050,120.0,008900,,40.74529008,-74.0021768567,108.0,014500,40.76915505,-73.98191841,1274.03820918,5811,5560,3462,3511,014500,253397343.373,008900,54419260.2723,,0.0,014500,008900,18196.325347,68350,167291,hub,hub,non_hub,585920.929601,4513630.10902,584241.316685,4510961.27944
+9317,9317,537,120.0,008900,,40.74529008,-74.0021768567,165.0,014700,40.770513,-73.988038,1158.50227255,2586,5560,1743,3511,014700,70871746.8417,008900,54419260.2723,,0.0,014700,008900,18196.325347,35099,167291,hub,hub,non_hub,585402.720353,4513774.87644,584241.316685,4510961.27944
+9318,9318,333,120.0,008900,,40.74529008,-74.0021768567,108.0,015100,40.771522,-73.990541,1176.99250524,8105,5560,4856,3511,015100,164953931.102,008900,54419260.2723,,0.0,015100,008900,18196.325347,17578,167291,hub,hub,non_hub,585190.192062,4513884.4495,584241.316685,4510961.27944
+9319,9319,2875,240.0,008900,,40.74529008,-74.0021768567,210.0,031703,40.71644312,-74.014902115,1189.42706958,8670,5560,4231,3511,031703,332361109.355,008900,54419260.2723,,0.0,031703,008900,18196.325347,136082,167291,hub,hub,non_hub,583202.897614,4507746.93647,584241.316685,4510961.27944
+9320,9320,1379,360.0,008900,,40.74529008,-74.0021768567,294.0,031704,40.7085171733,-74.0165557667,1429.1879793,6610,5560,3790,3511,031704,160823714.408,008900,54419260.2723,,0.0,031704,008900,18196.325347,105244,167291,hub,hub,non_hub,583073.076824,4506865.54027,584241.316685,4510961.27944
+9321,9321,174,360.0,008900,,40.74529008,-74.0021768567,255.0,000600,40.7128987867,-73.9898646367,1286.94516363,11558,5560,4083,3511,000600,59149181.7526,008900,54419260.2723,,0.0,000600,008900,18196.325347,70053,167291,hub,hub,non_hub,585322.159723,4507377.5136,584241.316685,4510961.27944
+9322,9322,329,330.0,009000,,40.75261798,-73.9703317533,162.0,000202,40.71318002,-73.9818904933,1428.74379002,8012,7026,3598,5832,000202,37878157.9781,009000,208846060.851,,0.0,000202,009000,14371.0666316,56352,77080,hub,hub,non_hub,585995.353038,4507416.50937,586920.342162,4511805.78171
+9323,9323,526,770.0,009000,,40.75261798,-73.9703317533,774.0,000700,40.70581148,-74.0081572071,1823.22514087,7722,7026,5201,5832,000700,476954959.734,009000,208846060.851,,0.0,000700,009000,14371.0666316,160040,77080,hub,hub,non_hub,583785.918305,4506573.16797,586920.342162,4511805.78171
+9324,9324,144,220.0,009000,,40.75261798,-73.9703317533,141.0,000800,40.712414475,-73.993471545,1517.59754934,10365,7026,4150,5832,000800,46479755.076,009000,208846060.851,,0.0,000800,009000,14371.0666316,34254,77080,hub,hub,non_hub,585018.109713,4507320.25418,586920.342162,4511805.78171
+9325,9325,165,330.0,009000,,40.75261798,-73.9703317533,291.0,000900,40.7024745833,-74.01224785,2008.31244275,1140,7026,939,5832,000900,404341803.896,009000,208846060.851,,0.0,000900,009000,14371.0666316,46446,77080,hub,hub,non_hub,583444.520998,4506198.85784,586920.342162,4511805.78171
+9326,9326,122,110.0,009000,,40.75261798,-73.9703317533,57.0,001002,40.71782143,-73.97628939,1216.27995643,6439,7026,2346,5832,001002,22763374.2099,009000,208846060.851,,0.0,001002,009000,14371.0666316,15916,77080,hub,hub,non_hub,586462.45635,4507937.23607,586920.342162,4511805.78171
+9327,9327,197,220.0,009000,,40.75261798,-73.9703317533,138.0,001200,40.717364275,-73.982955325,1369.65043893,3547,7026,1857,5832,001200,23518220.7411,009000,208846060.851,,0.0,001200,009000,14371.0666316,36493,77080,hub,hub,non_hub,585900.031125,4507879.94738,586920.342162,4511805.78171
+9328,9328,51,110.0,009000,,40.75261798,-73.9703317533,108.0,001300,40.70463334,-74.01361706,1827.7567756,3776,7026,3028,5832,001300,286606455.687,009000,208846060.851,,0.0,001300,009000,14371.0666316,27671,77080,hub,hub,non_hub,583326.158808,4506437.19368,586920.342162,4511805.78171
+9329,9329,79,110.0,009000,,40.75261798,-73.9703317533,84.0,001401,40.71559509,-73.9870295,1304.10213753,3289,7026,1708,5832,001401,20168722.3199,009000,208846060.851,,0.0,001401,009000,14371.0666316,26885,77080,hub,hub,non_hub,585558.18429,4507679.57909,586920.342162,4511805.78171
+9330,9330,74,220.0,009000,5.69328502758,40.75249538,-73.97033307,201.0,001501,40.710027384,-74.003982562,1794.25406641,5581,7026,3450,5832,001501,172466366.322,009000,208846060.851,,0.0,001501,009000,14371.0666316,27425,77080,hub,hub,non_hub,584133.270294,4507045.15045,586920.390688,4511792.1709
+9331,9331,162,330.0,009000,,40.75261798,-73.9703317533,369.0,001502,40.7088053467,-74.00635276,1866.18050345,7095,7026,3459,5832,001502,221282059.103,009000,208846060.851,,0.0,001502,009000,14371.0666316,82052,77080,hub,hub,non_hub,583934.59195,4506907.22889,586920.342162,4511805.78171
+9332,9332,322,330.0,009000,,40.75261798,-73.9703317533,321.0,001600,40.7153350167,-73.9943926833,1482.70683873,8236,7026,3242,5832,001600,76565505.7581,009000,208846060.851,,0.0,001600,009000,14371.0666316,82798,77080,hub,hub,non_hub,584936.591099,4507643.5622,586920.342162,4511805.78171
+9333,9333,508,440.0,009000,,40.75261798,-73.9703317533,462.0,001800,40.7193657075,-73.9906468425,1306.47855306,8063,7026,3489,5832,001800,60554858.5127,009000,208846060.851,,0.0,001800,009000,14371.0666316,133306,77080,hub,hub,non_hub,585247.838585,4508094.62497,586920.342162,4511805.78171
+9334,9334,157,220.0,009000,,40.75261798,-73.9703317533,138.0,002000,40.721554605,-73.977309405,1189.25817018,4795,7026,1899,5832,002000,17907673.5628,009000,208846060.851,,0.0,002000,009000,14371.0666316,31656,77080,hub,hub,non_hub,586371.478696,4508350.63994,586920.342162,4511805.78171
+9335,9335,195,440.0,009000,,40.75261798,-73.9703317533,306.0,002100,40.71451321,-74.0108850975,1565.16271821,6111,7026,3038,5832,002100,273869828.705,009000,208846060.851,,0.0,002100,009000,14371.0666316,151037,77080,hub,hub,non_hub,583544.598931,4507536.51732,586920.342162,4511805.78171
+9336,9336,93,220.0,009000,,40.75261798,-73.9703317533,132.0,002201,40.71833027,-73.980972895,1256.02384433,6762,7026,3030,5832,002201,37585954.9949,009000,208846060.851,,0.0,002201,009000,14371.0666316,26391,77080,hub,hub,non_hub,586066.226443,4507989.12022,586920.342162,4511805.78171
+9337,9337,71,110.0,009000,,40.75261798,-73.9703317533,93.0,002202,40.7208736,-73.98085795,1224.36931818,2256,7026,1045,5832,002202,13179093.8977,009000,208846060.851,,0.0,002202,009000,14371.0666316,23935,77080,hub,hub,non_hub,586072.658368,4508271.55961,586920.342162,4511805.78171
+9338,9338,123,220.0,009000,,40.75261798,-73.9703317533,144.0,002400,40.724744875,-73.974986535,1209.28593629,5775,7026,2175,5832,002400,17986635.5592,009000,208846060.851,,0.0,002400,009000,14371.0666316,17965,77080,hub,hub,non_hub,586563.526382,4508707.06897,586920.342162,4511805.78171
+9339,9339,47,220.0,009000,,40.75261798,-73.9703317533,186.0,002500,40.7111743,-73.99849582,1518.25,5061,7026,1917,5832,002500,22428407.6271,009000,208846060.851,,0.0,002500,009000,14371.0666316,28216,77080,hub,hub,non_hub,584595.28909,4507177.73549,586920.342162,4511805.78171
+9340,9340,226,110.0,009000,,40.75261798,-73.9703317533,93.0,002601,40.72299208,-73.97995466,1048.58567775,3774,7026,1593,5832,002601,22248722.3098,009000,208846060.851,,0.0,002601,009000,14371.0666316,22144,77080,hub,hub,non_hub,586146.216204,4508507.61099,586920.342162,4511805.78171
+9341,9341,36,110.0,009000,,40.75261798,-73.9703317533,81.0,002700,40.71307916,-73.99851193,1620.91268116,1191,7026,655,5832,002700,11349914.9514,009000,208846060.851,,0.0,002700,009000,14371.0666316,20570,77080,hub,hub,non_hub,584591.517275,4507389.17181,586920.342162,4511805.78171
+9342,9342,169,110.0,009000,,40.75261798,-73.9703317533,96.0,002800,40.72521311,-73.97768752,992.855041211,7302,7026,3341,5832,002800,47641507.3146,009000,208846060.851,,0.0,002800,009000,14371.0666316,36744,77080,hub,hub,non_hub,586334.816403,4508756.38709,586920.342162,4511805.78171
+9343,9343,32,110.0,009000,,40.75261798,-73.9703317533,129.0,002900,40.71602118,-73.99974372,1742.46901709,5855,7026,2420,5832,002900,200965547.24,009000,208846060.851,,0.0,002900,009000,14371.0666316,31936,77080,hub,hub,non_hub,584483.752153,4507714.56961,586920.342162,4511805.78171
+9344,9344,106,110.0,009000,,40.75261798,-73.9703317533,105.0,003001,40.72066442,-73.98517977,1247.59137238,4301,7026,2553,5832,003001,34302720.7166,009000,208846060.851,,0.0,003001,009000,14371.0666316,41223,77080,hub,hub,non_hub,585707.91731,4508244.11218,586920.342162,4511805.78171
+9345,9345,259,110.0,009000,,40.75261798,-73.9703317533,111.0,003002,40.72217444,-73.98368779,1195.90794487,3031,7026,1885,5832,003002,18686109.2263,009000,208846060.851,,0.0,003002,009000,14371.0666316,38675,77080,hub,hub,non_hub,585831.986427,4508413.19181,586920.342162,4511805.78171
+9346,9346,202,330.0,009000,,40.75261798,-73.9703317533,363.0,003100,40.7140617467,-74.0041933367,1749.46886847,2809,7026,858,5832,003100,145687012.574,009000,208846060.851,,0.0,003100,009000,14371.0666316,81469,77080,hub,hub,non_hub,584110.388584,4507492.78891,586920.342162,4511805.78171
+9347,9347,715,330.0,009000,,40.75261798,-73.9703317533,300.0,003200,40.7260543867,-73.9823576167,1019.76111883,7630,7026,4888,5832,003200,46369492.482,009000,208846060.851,,0.0,003200,009000,14371.0666316,138064,77080,hub,hub,non_hub,585939.335766,4508845.19329,586920.342162,4511805.78171
+9348,9348,222,550.0,009000,,40.75261798,-73.9703317533,519.0,003300,40.718820005,-74.0063383285,1462.96771156,5174,7026,2694,5832,003300,215459582.054,009000,208846060.851,,0.0,003300,009000,14371.0666316,115059,77080,hub,hub,non_hub,583923.233953,4508018.9347,586920.342162,4511805.78171
+9349,9349,297,110.0,009000,,40.75261798,-73.9703317533,117.0,003400,40.72955361,-73.98057249,881.278773087,6706,7026,4203,5832,003400,42933229.7541,009000,208846060.851,,0.0,003400,009000,14371.0666316,47926,77080,hub,hub,non_hub,586085.581298,4509235.37985,586920.342162,4511805.78171
+9350,9350,357,220.0,009000,,40.75261798,-73.9703317533,198.0,003601,40.72217423,-73.990293175,1192.67303824,3299,7026,1613,5832,003601,29191583.8104,009000,208846060.851,,0.0,003601,009000,14371.0666316,77585,77080,hub,hub,non_hub,585274.124459,4508406.73315,586920.342162,4511805.78171
+9351,9351,507,220.0,009000,,40.75261798,-73.9703317533,186.0,003602,40.724852985,-73.989265345,1134.12027037,2918,7026,1586,5832,003602,24941258.1161,009000,208846060.851,,0.0,003602,009000,14371.0666316,82124,77080,hub,hub,non_hub,585357.507872,4508705.09166,586920.342162,4511805.78171
+9352,9352,306,440.0,009000,,40.75261798,-73.9703317533,444.0,003700,40.7256696075,-74.0052069325,1337.4911357,2401,7026,1490,5832,003700,212385639.924,009000,208846060.851,,0.0,003700,009000,14371.0666316,173333,77080,hub,hub,non_hub,584010.178026,4508780.36793,586920.342162,4511805.78171
+9353,9353,845,440.0,009000,,40.75261798,-73.9703317533,480.0,003800,40.72765889,-73.988195855,1029.66782272,8610,7026,5795,5832,003800,67437493.5221,009000,208846060.851,,0.0,003800,009000,14371.0666316,167230,77080,hub,hub,non_hub,585444.239635,4509017.60641,586920.342162,4511805.78171
+9354,9354,128,440.0,009000,,40.75261798,-73.9703317533,318.0,003900,40.7201717475,-74.00983051,1448.01523914,5253,7026,3059,5832,003900,194910113.03,009000,208846060.851,,0.0,003900,009000,14371.0666316,113624,77080,hub,hub,non_hub,583626.593058,4508165.65565,586920.342162,4511805.78171
+9355,9355,895,220.0,009000,,40.75261798,-73.9703317533,198.0,004000,40.73000573,-73.98549552,875.618299082,9801,7026,4546,5832,004000,66858387.5133,009000,208846060.851,,0.0,004000,009000,14371.0666316,99660,77080,hub,hub,non_hub,585669.269443,4509280.75306,586920.342162,4511805.78171
+9356,9356,313,220.0,009000,,40.75261798,-73.9703317533,192.0,004100,40.7195529,-73.996789035,1439.5701984,7793,7026,3765,5832,004100,71738983.3617,009000,208846060.851,,0.0,004100,009000,14371.0666316,114685,77080,hub,hub,non_hub,584728.836557,4508109.46034,586920.342162,4511805.78171
+9357,9357,269,110.0,009000,,40.75261798,-73.9703317533,105.0,004200,40.73223272,-73.98889957,920.208018481,4988,7026,1801,5832,004200,39941846.3325,009000,208846060.851,,0.0,004200,009000,14371.0666316,50846,77080,hub,hub,non_hub,585378.96492,4509524.64843,586920.342162,4511805.78171
+9358,9358,241,220.0,009000,,40.75261798,-73.9703317533,201.0,004300,40.723870235,-73.995226525,1150.3225594,4267,7026,2598,5832,004300,65935514.1184,009000,208846060.851,,0.0,004300,009000,14371.0666316,95162,77080,hub,hub,non_hub,584855.320992,4508590.22212,586920.342162,4511805.78171
+9359,9359,1250,220.0,009000,,40.75261798,-73.9703317533,180.0,004400,40.73080269,-73.97968993,886.773408408,17710,7026,8297,5832,004400,114601147.016,009000,208846060.851,,0.0,004400,009000,14371.0666316,106427,77080,hub,hub,non_hub,586158.498991,4509374.90208,586920.342162,4511805.78171
+9360,9360,44,110.0,009000,,40.75261798,-73.9703317533,81.0,004500,40.71910537,-73.99973337,1466.28354701,840,7026,582,5832,004500,52009114.8865,009000,208846060.851,,0.0,004500,009000,14371.0666316,34275,77080,hub,hub,non_hub,584480.726971,4508056.94497,586920.342162,4511805.78171
+9361,9361,56,110.0,009000,,40.75261798,-73.9703317533,117.0,004700,40.72165481,-74.00234737,1502.4497076,2267,7026,1586,5832,004700,75477587.1594,009000,208846060.851,,0.0,004700,009000,14371.0666316,27544,77080,hub,hub,non_hub,584256.734795,4508337.43837,586920.342162,4511805.78171
+9362,9362,327,110.0,009000,,40.75261798,-73.9703317533,105.0,004800,40.73624527,-73.98473765,759.876161538,7550,7026,3799,5832,004800,74763044.6965,009000,208846060.851,,0.0,004800,009000,14371.0666316,42567,77080,hub,hub,non_hub,585725.258797,4509974.12516,586920.342162,4511805.78171
+9363,9363,141,220.0,009000,,40.75261798,-73.9703317533,219.0,004900,40.724268615,-74.000521515,1219.03419428,4951,7026,3054,5832,004900,103848670.177,009000,208846060.851,,0.0,004900,009000,14371.0666316,80152,77080,hub,hub,non_hub,584407.63728,4508629.34168,586920.342162,4511805.78171
+9364,9364,747,330.0,009000,,40.75261798,-73.9703317533,279.0,005000,40.7359163467,-73.9873427633,883.387930624,5061,7026,3595,5832,005000,120638459.215,009000,208846060.851,,0.0,005000,009000,14371.0666316,111023,77080,hub,hub,non_hub,585505.709717,4509935.07175,586920.342162,4511805.78171
+9365,9365,567,220.0,009000,,40.75261798,-73.9703317533,318.0,005200,40.73715585,-73.991241315,909.148004056,4193,7026,1785,5832,005200,109103391.81,009000,208846060.851,,0.0,005200,009000,14371.0666316,159876,77080,hub,hub,non_hub,585174.941656,4510068.87544,586920.342162,4511805.78171
+9366,9366,295,110.0,009000,,40.75261798,-73.9703317533,141.0,005400,40.73971301,-73.99456405,1023.54440297,4656,7026,2837,5832,005400,128803552.888,009000,208846060.851,,0.0,005400,009000,14371.0666316,73728,77080,hub,hub,non_hub,584891.129718,4510349.51956,586920.342162,4511805.78171
+9367,9367,110,110.0,009000,,40.75261798,-73.9703317533,90.0,005501,40.72679454,-73.99695094,1261.66186816,5079,7026,2483,5832,005501,61061928.4125,009000,208846060.851,,0.0,005501,009000,14371.0666316,57258,77080,hub,hub,non_hub,584705.980012,4508913.17477,586920.342162,4511805.78171
+9368,9368,116,110.0,009000,,40.75261798,-73.9703317533,81.0,005502,40.72743423,-73.99379025,1144.05834507,2383,7026,1262,5832,005502,49017118.6146,009000,208846060.851,,0.0,005502,009000,14371.0666316,55117,77080,hub,hub,non_hub,584972.085912,4508987.23863,586920.342162,4511805.78171
+9369,9369,529,220.0,009000,,40.75261798,-73.9703317533,285.0,005600,40.74065347,-73.98778661,811.585427009,2618,7026,2190,5832,005600,189153355.609,009000,208846060.851,,0.0,005600,009000,14371.0666316,113209,77080,hub,hub,non_hub,585462.168743,4510460.49357,586920.342162,4511805.78171
+9370,9370,573,220.0,009000,,40.75261798,-73.9703317533,246.0,005700,40.729662915,-73.992405595,1057.31864149,2937,7026,1789,5832,005700,90178032.7137,009000,208846060.851,,0.0,005700,009000,14371.0666316,156896,77080,hub,hub,non_hub,585086.179601,4509235.9788,586920.342162,4511805.78171
+9371,9371,629,220.0,009000,,40.75261798,-73.9703317533,261.0,005800,40.743154205,-73.990299735,931.057642177,3182,7026,2306,5832,005800,164037511.755,009000,208846060.851,,0.0,005800,009000,14371.0666316,130970,77080,hub,hub,non_hub,585246.786708,4510735.64918,586920.342162,4511805.78171
+9372,9372,327,110.0,009000,,40.75261798,-73.9703317533,93.0,005900,40.73049393,-73.9957214,1151.85826939,5516,7026,3276,5832,005900,71785177.1361,009000,208846060.851,,0.0,005900,009000,14371.0666316,53180,77080,hub,hub,non_hub,584805.117401,4509325.01914,586920.342162,4511805.78171
+9373,9373,2039,220.0,009000,,40.75261798,-73.9703317533,189.0,006000,40.734822295,-73.976916765,741.011612605,5286,7026,2459,5832,006000,27468182.8943,009000,208846060.851,,0.0,006000,009000,14371.0666316,80462,77080,hub,hub,non_hub,586387.478737,4509823.83141,586920.342162,4511805.78171
+9374,9374,951,440.0,009000,,40.75261798,-73.9703317533,423.0,006100,40.73385254,-73.992357065,1012.16450452,4913,7026,2683,5832,006100,91682014.33,009000,208846060.851,,0.0,006100,009000,14371.0666316,245510,77080,hub,hub,non_hub,585084.940162,4509701.10308,586920.342162,4511805.78171
+9375,9375,1099,110.0,009000,,40.75261798,-73.9703317533,90.0,006200,40.7381765,-73.97738662,631.36708493,4680,7026,1401,5832,006200,231817485.533,009000,208846060.851,,0.0,006200,009000,14371.0666316,33218,77080,hub,hub,non_hub,586343.467107,4510195.70961,586920.342162,4511805.78171
+9376,9376,390,330.0,009000,,40.75261798,-73.9703317533,297.0,006300,40.7346940933,-73.99785666,1129.4846775,6076,7026,4277,5832,006300,85447631.8451,009000,208846060.851,,0.0,006300,009000,14371.0666316,120233,77080,hub,hub,non_hub,584619.48321,4509789.20591,586920.342162,4511805.78171
+9377,9377,577,110.0,009000,,40.75261798,-73.9703317533,117.0,006400,40.73587678,-73.98205027,721.40536168,7518,7026,5058,5832,006400,95664936.1545,009000,208846060.851,,0.0,006400,009000,14371.0666316,47750,77080,hub,hub,non_hub,585952.649806,4509935.84788,586920.342162,4511805.78171
+9378,9378,326,330.0,009000,,40.75261798,-73.9703317533,318.0,006500,40.7306296367,-73.9991423,1156.86260551,6517,7026,3568,5832,006500,59290910.3694,009000,208846060.851,,0.0,006500,009000,14371.0666316,125356,77080,hub,hub,non_hub,584516.067395,4509336.78488,586920.342162,4511805.78171
+9379,9379,1755,220.0,009000,,40.75261798,-73.9703317533,246.0,006600,40.739285505,-73.97827188,609.966333973,11780,7026,6818,5832,006600,84730469.4548,009000,208846060.851,,0.0,006600,009000,14371.0666316,74621,77080,hub,hub,non_hub,586267.286922,4510317.94668,586920.342162,4511805.78171
+9380,9380,164,110.0,009000,,40.75261798,-73.9703317533,117.0,006700,40.73038599,-74.00214988,1177.41184115,4984,7026,3796,5832,006700,47238039.9972,009000,208846060.851,,0.0,006700,009000,14371.0666316,70025,77080,hub,hub,non_hub,584262.399901,4509306.84766,586920.342162,4511805.78171
+9381,9381,532,110.0,009000,,40.75261798,-73.9703317533,117.0,006800,40.74025878,-73.98409214,748.354450125,6735,7026,4494,5832,006800,130298431.446,009000,208846060.851,,0.0,006800,009000,14371.0666316,58926,77080,hub,hub,non_hub,585774.608423,4510420.28363,586920.342162,4511805.78171
+9382,9382,198,220.0,009000,,40.75261798,-73.9703317533,201.0,006900,40.732319905,-74.0069291,1141.42742956,2687,7026,1484,5832,006900,61292499.9331,009000,208846060.851,,0.0,006900,009000,14371.0666316,130727,77080,hub,hub,non_hub,583856.38945,4509516.94969,586920.342162,4511805.78171
+9383,9383,2387,330.0,009000,,40.75261798,-73.9703317533,381.0,007000,40.7425189255,-73.9756212235,513.825446398,8302,7026,5669,5832,007000,78634704.8451,009000,208846060.851,,0.0,007000,009000,14371.0666316,145227,77080,hub,hub,non_hub,586486.904026,4510679.48774,586920.342162,4511805.78171
+9384,9384,204,220.0,009000,,40.75261798,-73.9703317533,213.0,007100,40.736526545,-74.000108805,930.795253212,5633,7026,3844,5832,007100,68447429.2743,009000,208846060.851,,0.0,007100,009000,14371.0666316,79459,77080,hub,hub,non_hub,584426.995774,4509990.4524,586920.342162,4511805.78171
+9385,9385,2130,330.0,009000,,40.75261798,-73.9703317533,378.0,007200,40.7447014833,-73.98154809,596.832988711,7734,7026,5222,5832,007200,132092861.454,009000,208846060.851,,0.0,007200,009000,14371.0666316,157612,77080,hub,hub,non_hub,585983.687715,4510915.94446,586920.342162,4511805.78171
+9386,9386,178,220.0,009000,,40.75261798,-73.9703317533,177.0,007300,40.734682705,-74.00388484,1221.03113176,5615,7026,4547,5832,007300,48716185.79,009000,208846060.851,,0.0,007300,009000,14371.0666316,92567,77080,hub,hub,non_hub,584110.479319,4509782.14883,586920.342162,4511805.78171
+9387,9387,834,220.0,009000,,40.75261798,-73.9703317533,258.0,007400,40.746413585,-73.98586892,738.69416197,4179,7026,2700,5832,007400,170614202.951,009000,208846060.851,,0.0,007400,009000,14371.0666316,81121,77080,hub,hub,non_hub,585616.696258,4511101.7763,586920.342162,4511805.78171
+9388,9388,968,220.0,009000,,40.75261798,-73.9703317533,207.0,007600,40.74737476,-73.988320695,777.583218896,2203,7026,1573,5832,007600,242014413.464,009000,208846060.851,,0.0,007600,009000,14371.0666316,97464,77080,hub,hub,non_hub,585408.475283,4511206.08492,586920.342162,4511805.78171
+9389,9389,176,110.0,009000,,40.75261798,-73.9703317533,129.0,007700,40.7390169121,-74.0026376103,1149.2486148,5404,7026,4254,5832,007700,59306273.1509,009000,208846060.851,,0.0,007700,009000,14371.0666316,79025,77080,hub,hub,non_hub,584210.329106,4510264.47156,586920.342162,4511805.78171
+9390,9390,1141,110.0,009000,,40.75261798,-73.9703317533,117.0,007800,40.74780373,-73.9734419,359.34117078,7380,7026,5372,5832,007800,112124597.728,009000,208846060.851,,0.0,007800,009000,14371.0666316,59601,77080,hub,hub,non_hub,586664.043115,4511268.28888,586920.342162,4511805.78171
+9391,9391,373,550.0,009000,,40.75261798,-73.9703317533,522.0,007900,40.738916514,-74.007286026,1173.59507725,4406,7026,2904,5832,007900,86937368.5918,009000,208846060.851,,0.0,007900,009000,14371.0666316,171846,77080,hub,hub,non_hub,583817.969395,4510248.87788,586920.342162,4511805.78171
+9392,9392,1240,220.0,009000,,40.75261798,-73.9703317533,213.0,008000,40.7485693,-73.97717991,395.801924843,4946,7026,3730,5832,008000,197763821.532,009000,208846060.851,,0.0,008000,009000,14371.0666316,74808,77080,hub,hub,non_hub,586347.477591,4511349.58844,586920.342162,4511805.78171
+9393,9393,134,110.0,009000,,40.75261798,-73.9703317533,117.0,008100,40.73935542,-73.99931783,894.997102605,8675,7026,5315,5832,008100,91100400.6907,009000,208846060.851,,0.0,008100,009000,14371.0666316,53195,77080,hub,hub,non_hub,584490.204148,4510305.23824,586920.342162,4511805.78171
+9394,9394,2750,330.0,009000,,40.75261798,-73.9703317533,525.0,008200,40.7519570423,-73.9793861791,423.915058768,3442,7026,2534,5832,008200,262405408.076,009000,208846060.851,,0.0,008200,009000,14371.0666316,228612,77080,hub,hub,non_hub,586156.845994,4511723.48433,586920.342162,4511805.78171
+9395,9395,419,440.0,009000,,40.75261798,-73.9703317533,357.0,008300,40.742591315,-74.004102785,1022.41480379,4211,7026,2321,5832,008300,119862327.354,009000,208846060.851,,0.0,008300,009000,14371.0666316,186113,77080,hub,hub,non_hub,584082.11654,4510659.85081,586920.342162,4511805.78171
+9396,9396,509,110.0,009000,,40.75261798,-73.9703317533,114.0,008400,40.75038009,-73.98338988,562.318736172,1726,7026,1041,5832,008400,147824461.739,009000,208846060.851,,0.0,008400,009000,14371.0666316,34199,77080,hub,hub,non_hub,585820.889203,4511544.50828,586920.342162,4511805.78171
+9397,9397,1349,110.0,009000,,40.75261798,-73.9703317533,129.0,008601,40.744219,-73.97121214,482.199885254,2551,7026,1528,5832,008601,31141773.9073,009000,208846060.851,,0.0,008601,009000,14371.0666316,31961,77080,hub,hub,non_hub,586856.951039,4510872.56191,586920.342162,4511805.78171
+9398,9398,635,220.0,009000,,40.75261798,-73.9703317533,234.0,008700,40.74206378,-73.995708955,963.357289462,6671,7026,4249,5832,008700,85660216.7821,009000,208846060.851,,0.0,008700,009000,14371.0666316,152953,77080,hub,hub,non_hub,584791.475936,4510609.36503,586920.342162,4511805.78171
+9399,9399,1697,220.0,009000,,40.75261798,-73.9703317533,234.0,008800,40.75012189,-73.970133575,320.27364562,6964,7026,5507,5832,008800,216532475.876,009000,208846060.851,,0.0,008800,009000,14371.0666316,43247,77080,hub,hub,non_hub,586940.323322,4511528.89362,586920.342162,4511805.78171
+9400,9400,516,330.0,009000,,40.75261798,-73.9703317533,360.0,008900,40.74529008,-74.0021768567,1196.68777125,5560,7026,3511,5832,008900,54419260.2723,009000,208846060.851,,0.0,008900,009000,14371.0666316,158638,77080,hub,hub,non_hub,584241.316685,4510961.27944,586920.342162,4511805.78171
+9401,9401,172,110.0,009000,,40.75261798,-73.9703317533,117.0,009100,40.74487634,-73.99529885,939.463042588,6415,7026,4386,5832,009100,127325659.041,009000,208846060.851,,0.0,009100,009000,14371.0666316,63878,77080,hub,hub,non_hub,584822.527687,4510921.97538,586920.342162,4511805.78171
+9402,9402,864,220.0,009000,,40.75261798,-73.9703317533,330.0,009200,40.7548518863,-73.9734329075,470.847008438,1754,7026,1461,5832,009200,408192557.246,009000,208846060.851,,0.0,009200,009000,14371.0666316,72226,77080,hub,hub,non_hub,586655.650548,4512050.69496,586920.342162,4511805.78171
+9403,9403,152,110.0,009000,,40.75261798,-73.9703317533,117.0,009300,40.74475148,-73.99915362,1052.67086421,9705,7026,5585,5832,009300,68528055.2433,009000,208846060.851,,0.0,009300,009000,14371.0666316,52202,77080,hub,hub,non_hub,584497.239363,4510904.39701,586920.342162,4511805.78171
+9404,9404,541,110.0,009000,,40.75261798,-73.9703317533,93.0,009400,40.75320159,-73.9779874,417.216001761,29,7026,16,5832,009400,299218147.811,009000,208846060.851,,0.0,009400,009000,14371.0666316,82147,77080,hub,hub,non_hub,586273.319314,4511863.01244,586920.342162,4511805.78171
+9405,9405,189,110.0,009000,,40.75261798,-73.9703317533,153.0,009500,40.746647,-73.993915,913.761328976,3425,7026,1416,5832,009500,129660033.725,009000,208846060.851,,0.0,009500,009000,14371.0666316,57488,77080,hub,hub,non_hub,584937.108907,4511119.86954,586920.342162,4511805.78171
+9406,9406,1566,330.0,009000,,40.75261798,-73.9703317533,420.0,009600,40.7560388001,-73.980362369,486.274995886,153,7026,268,5832,009600,270304841.585,009000,208846060.851,,0.0,009600,009000,14371.0666316,71527,77080,hub,hub,non_hub,586069.173462,4512175.63164,586920.342162,4511805.78171
+9407,9407,275,330.0,009000,,40.75261798,-73.9703317533,297.0,009700,40.7493616033,-73.9991321067,1129.89202192,4744,7026,2827,5832,009700,83018263.1602,009000,208846060.851,,0.0,009700,009000,14371.0666316,118804,77080,hub,hub,non_hub,584493.220017,4511416.17434,586920.342162,4511805.78171
+9408,9408,1357,220.0,009000,,40.75261798,-73.9703317533,210.0,009800,40.755285655,-73.96667288,333.390638525,7105,7026,5244,5832,009800,115943808.909,009000,208846060.851,,0.0,009800,009000,14371.0666316,40039,77080,hub,hub,non_hub,587225.727282,4512105.54383,586920.342162,4511805.78171
+9409,9409,754,550.0,009000,,40.75261798,-73.9703317533,555.0,009900,40.7520807866,-74.0031899092,1053.97885927,3617,7026,2438,5832,009900,404439511.776,009000,208846060.851,,0.0,009900,009000,14371.0666316,208076,77080,hub,hub,non_hub,584147.226991,4511714.12465,586920.342162,4511805.78171
+9410,9410,1808,330.0,009000,,40.75261798,-73.9703317533,363.0,010000,40.7583696933,-73.9710287767,394.206503617,1829,7026,1399,5832,010000,366457143.613,009000,208846060.851,,0.0,010000,009000,14371.0666316,72085,77080,hub,hub,non_hub,586854.014885,4512443.57459,586920.342162,4511805.78171
+9411,9411,2399,330.0,009000,,40.75261798,-73.9703317533,381.0,010100,40.74945622,-73.9903382667,801.326233342,1119,7026,828,5832,010100,246168211.101,009000,208846060.851,,0.0,010100,009000,14371.0666316,183377,77080,hub,hub,non_hub,585235.486219,4511435.18064,586920.342162,4511805.78171
+9412,9412,841,220.0,009000,,40.75261798,-73.9703317533,243.0,010200,40.7606694,-73.973473555,511.564650135,313,7026,268,5832,010200,333450202.294,009000,208846060.851,,0.0,010200,009000,14371.0666316,46675,77080,hub,hub,non_hub,586644.664817,4512696.44233,586920.342162,4511805.78171
+9413,9413,1624,220.0,009000,,40.75261798,-73.9703317533,294.0,010300,40.751000495,-73.994372255,918.675392837,1859,7026,1351,5832,010300,141506056.87,009000,208846060.851,,0.0,010300,009000,14371.0666316,221593,77080,hub,hub,non_hub,584892.968075,4511602.69644,586920.342162,4511805.78171
+9414,9414,977,220.0,009000,,40.75261798,-73.9703317533,225.0,010400,40.761664375,-73.976854975,616.740340735,1031,7026,1033,5832,010400,363981333.295,009000,208846060.851,,0.0,010400,009000,14371.0666316,65073,77080,hub,hub,non_hub,586357.961325,4512803.55852,586920.342162,4511805.78171
+9415,9415,872,110.0,009000,,40.75261798,-73.9703317533,99.0,010602,40.75849116,-73.95920622,555.896821637,4794,7026,2963,5832,010602,67980898.3739,009000,208846060.851,,0.0,010602,009000,14371.0666316,22153,77080,hub,hub,non_hub,587851.796682,4512468.82754,586920.342162,4511805.78171
+9416,9416,4675,330.0,009000,,40.75261798,-73.9703317533,351.0,010800,40.7591736033,-73.96613818,341.740013436,8531,7026,6272,5832,010800,189351523.799,009000,208846060.851,,0.0,010800,009000,14371.0666316,79198,77080,hub,hub,hub,587265.778542,4512537.66689,586920.342162,4511805.78171
+9417,9417,829,220.0,009000,,40.75261798,-73.9703317533,342.0,010900,40.751351715,-73.987594755,708.687447169,182,7026,92,5832,010900,228173063.011,009000,208846060.851,,0.0,010900,009000,14371.0666316,60092,77080,hub,hub,non_hub,585464.669441,4511648.26242,586920.342162,4511805.78171
+9418,9418,467,110.0,009000,,40.75261798,-73.9703317533,177.0,011201,40.7643971,-73.97371465,745.925626945,827,7026,964,5832,011201,118515444.187,009000,208846060.851,,0.0,011201,009000,14371.0666316,41525,77080,hub,hub,non_hub,586619.474659,4513110.00718,586920.342162,4511805.78171
+9419,9419,1900,110.0,009000,,40.75261798,-73.9703317533,99.0,011203,40.76095756,-73.96724467,467.534234147,1176,7026,1160,5832,011203,143782379.009,009000,208846060.851,,0.0,011203,009000,14371.0666316,48033,77080,hub,hub,non_hub,587170.050102,4512734.59972,586920.342162,4511805.78171
+9420,9420,3837,440.0,009000,,40.75261798,-73.9703317533,594.0,011300,40.7548008425,-73.9888010575,712.580579922,204,7026,107,5832,011300,357940519.061,009000,208846060.851,,0.0,011300,009000,14371.0666316,236650,77080,hub,hub,hub,585358.423228,4512029.96675,586920.342162,4511805.78171
+9421,9421,1169,220.0,009000,,40.75261798,-73.9703317533,246.0,011500,40.75701407,-73.992353645,844.215087744,2487,7026,1678,5832,011500,130958459.747,009000,208846060.851,,0.0,011500,009000,14371.0666316,103294,77080,hub,hub,non_hub,585055.712647,4512272.20178,586920.342162,4511805.78171
+9422,9422,270,220.0,009000,,40.75261798,-73.9703317533,252.0,011700,40.76058799,-74.00080945,1122.70327454,2938,7026,2304,5832,011700,91270705.1484,009000,208846060.851,,0.0,011700,009000,14371.0666316,73016,77080,hub,hub,non_hub,584337.427395,4512660.77158,586920.342162,4511805.78171
+9423,9423,906,110.0,009000,,40.75261798,-73.9703317533,102.0,011900,40.7568001,-73.98291153,542.825290284,1079,7026,1121,5832,011900,395254501.74,009000,208846060.851,,0.0,011900,009000,14371.0666316,39976,77080,hub,hub,non_hub,585853.012005,4512257.64444,586920.342162,4511805.78171
+9424,9424,1157,330.0,009000,,40.75261798,-73.9703317533,327.0,012100,40.7598593767,-73.9914900133,848.115500197,8366,7026,5744,5832,012100,101223732.045,009000,208846060.851,,0.0,012100,009000,14371.0666316,132767,77080,hub,hub,non_hub,585124.983126,4512588.88932,586920.342162,4511805.78171
+9425,9425,989,110.0,009000,,40.75261798,-73.9703317533,153.0,012500,40.76064679,-73.98442659,573.336636154,2439,7026,2096,5832,012500,322911522.418,009000,208846060.851,,0.0,012500,009000,14371.0666316,45486,77080,hub,hub,non_hub,585720.180916,4512683.17447,586920.342162,4511805.78171
+9426,9426,527,220.0,009000,,40.75261798,-73.9703317533,252.0,012700,40.762485435,-73.990447135,799.450218645,6437,7026,4434,5832,012700,104637996.687,009000,208846060.851,,0.0,012700,009000,14371.0666316,83393,77080,hub,hub,non_hub,585209.656415,4512881.41361,586920.342162,4511805.78171
+9427,9427,275,110.0,009000,,40.75261798,-73.9703317533,72.0,012900,40.76341379,-73.99667444,933.191175408,5312,7026,3621,5832,012900,158698340.053,009000,208846060.851,,0.0,012900,009000,14371.0666316,28661,77080,hub,hub,non_hub,584682.864463,4512978.43901,586920.342162,4511805.78171
+9428,9428,1366,330.0,009000,,40.75261798,-73.9703317533,480.0,013100,40.7621295133,-73.98215453,676.690996453,2489,7026,2283,5832,013100,405023451.28,009000,208846060.851,,0.0,013100,009000,14371.0666316,107228,77080,hub,hub,non_hub,585910.04945,4512849.98999,586920.342162,4511805.78171
+9429,9429,702,330.0,009000,,40.75261798,-73.9703317533,303.0,013300,40.7647250567,-73.9866537633,862.024633562,5363,7026,3909,5832,013300,79847412.2593,009000,208846060.851,,0.0,013300,009000,14371.0666316,89810,77080,hub,hub,non_hub,585526.963405,4513133.71926,586920.342162,4511805.78171
+9430,9430,236,220.0,009000,,40.75261798,-73.9703317533,195.0,013500,40.766984435,-73.99227308,967.9329451,6075,7026,3935,5832,013500,198199142.958,009000,208846060.851,,0.0,013500,009000,14371.0666316,64723,77080,hub,hub,non_hub,585049.80204,4513379.06475,586920.342162,4511805.78171
+9431,9431,898,220.0,009000,,40.75261798,-73.9703317533,294.0,013700,40.766109285,-73.981808355,839.392050382,6557,7026,5442,5832,013700,314878324.419,009000,208846060.851,,0.0,013700,009000,14371.0666316,91142,77080,hub,hub,non_hub,585934.141665,4513292.1137,586920.342162,4511805.78171
+9432,9432,197,110.0,009000,,40.75261798,-73.9703317533,81.0,013900,40.768254,-73.988639,931.774887964,7607,7026,7359,5832,013900,139918084.587,009000,208846060.851,,0.0,013900,009000,14371.0666316,26390,77080,hub,hub,non_hub,585354.890073,4513523.52534,586920.342162,4511805.78171
+9433,9433,283,110.0,009000,,40.75261798,-73.9703317533,147.0,014300,40.76590936,-73.97634151,876.490372294,3,7026,0,5832,014300,50027992.3322,009000,208846060.851,,0.0,014300,009000,14371.0666316,21051,77080,hub,hub,non_hub,586395.803012,4513275.28949,586920.342162,4511805.78171
+9434,9434,461,110.0,009000,,40.75261798,-73.9703317533,108.0,014500,40.76915505,-73.98191841,996.258790903,5811,7026,3462,5832,014500,253397343.373,009000,208846060.851,,0.0,014500,009000,14371.0666316,68350,77080,hub,hub,non_hub,585920.929601,4513630.10902,586920.342162,4511805.78171
+9435,9435,173,110.0,009000,,40.75261798,-73.9703317533,165.0,014700,40.770513,-73.988038,1058.17001725,2586,7026,1743,5832,014700,70871746.8417,009000,208846060.851,,0.0,014700,009000,14371.0666316,35099,77080,hub,hub,non_hub,585402.720353,4513774.87644,586920.342162,4511805.78171
+9436,9436,57,110.0,009000,,40.75261798,-73.9703317533,108.0,015100,40.771522,-73.990541,1109.25172533,8105,7026,4856,5832,015100,164953931.102,009000,208846060.851,,0.0,015100,009000,14371.0666316,17578,77080,hub,hub,non_hub,585190.192062,4513884.4495,586920.342162,4511805.78171
+9437,9437,173,220.0,009000,,40.75261798,-73.9703317533,210.0,031703,40.71644312,-74.014902115,1595.43066378,8670,7026,4231,5832,031703,332361109.355,009000,208846060.851,,0.0,031703,009000,14371.0666316,136082,77080,hub,hub,non_hub,583202.897614,4507746.93647,586920.342162,4511805.78171
+9438,9438,127,330.0,009000,,40.75261798,-73.9703317533,294.0,031704,40.7085171733,-74.0165557667,1821.52037438,6610,7026,3790,5832,031704,160823714.408,009000,208846060.851,,0.0,031704,009000,14371.0666316,105244,77080,hub,hub,non_hub,583073.076824,4506865.54027,586920.342162,4511805.78171
+9439,9439,143,330.0,009000,,40.75261798,-73.9703317533,255.0,000600,40.7128987867,-73.9898646367,1491.21488484,11558,7026,4083,5832,000600,59149181.7526,009000,208846060.851,,0.0,000600,009000,14371.0666316,70053,77080,hub,hub,non_hub,585322.159723,4507377.5136,586920.342162,4511805.78171
+9440,9440,36,117.0,009100,,40.74487634,-73.99529885,54.0,000202,40.71318002,-73.9818904933,1525.87474747,8012,6415,3598,4386,000202,37878157.9781,009100,127325659.041,009100,60173325.0,000202,009100,18819.0036988,56352,64754,hub,hub,non_hub,585995.353038,4507416.50937,584822.527687,4510921.97538
+9441,9441,356,273.0,009100,,40.74487634,-73.99529885,258.0,000700,40.70581148,-74.0081572071,1727.99531815,7722,6415,5201,4386,000700,476954959.734,009100,127325659.041,009100,60173325.0,000700,009100,18819.0036988,160040,64754,hub,hub,non_hub,583785.918305,4506573.16797,584822.527687,4510921.97538
+9442,9442,14,78.0,009100,,40.74487634,-73.99529885,47.0,000800,40.712414475,-73.993471545,1633.825,10365,6415,4150,4386,000800,46479755.076,009100,127325659.041,009100,60173325.0,000800,009100,18819.0036988,34254,64754,hub,hub,non_hub,585018.109713,4507320.25418,584822.527687,4510921.97538
+9443,9443,96,117.0,009100,,40.74487634,-73.99529885,97.0,000900,40.7024745833,-74.01224785,1794.79374719,1140,6415,939,4386,000900,404341803.896,009100,127325659.041,009100,60173325.0,000900,009100,18819.0036988,46446,64754,hub,hub,non_hub,583444.520998,4506198.85784,584822.527687,4510921.97538
+9444,9444,77,39.0,009100,,40.74487634,-73.99529885,19.0,001002,40.71782143,-73.97628939,1121.64935065,6439,6415,2346,4386,001002,22763374.2099,009100,127325659.041,009100,60173325.0,001002,009100,18819.0036988,15916,64754,hub,hub,non_hub,586462.45635,4507937.23607,584822.527687,4510921.97538
+9445,9445,34,78.0,009100,,40.74487634,-73.99529885,46.0,001200,40.717364275,-73.982955325,1467.82291667,3547,6415,1857,4386,001200,23518220.7411,009100,127325659.041,009100,60173325.0,001200,009100,18819.0036988,36493,64754,hub,hub,non_hub,585900.031125,4507879.94738,584822.527687,4510921.97538
+9446,9446,49,39.0,009100,,40.74487634,-73.99529885,36.0,001300,40.70463334,-74.01361706,1796.20408163,3776,6415,3028,4386,001300,286606455.687,009100,127325659.041,009100,60173325.0,001300,009100,18819.0036988,27671,64754,hub,hub,non_hub,583326.158808,4506437.19368,584822.527687,4510921.97538
+9447,9447,19,39.0,009100,,40.74487634,-73.99529885,28.0,001401,40.71559509,-73.9870295,1484.0,3289,6415,1708,4386,001401,20168722.3199,009100,127325659.041,009100,60173325.0,001401,009100,18819.0036988,26885,64754,hub,hub,non_hub,585558.18429,4507679.57909,584822.527687,4510921.97538
+9448,9448,26,78.0,009100,,40.74487634,-73.99529885,67.0,001501,40.70966832,-74.003597135,1501.46376812,5581,6415,3450,4386,001501,172466366.322,009100,127325659.041,009100,60173325.0,001501,009100,18819.0036988,27425,64754,hub,hub,non_hub,584166.279828,4507005.66129,584822.527687,4510921.97538
+9449,9449,112,117.0,009100,,40.74487634,-73.99529885,123.0,001502,40.7088053467,-74.00635276,1586.23698336,7095,6415,3459,4386,001502,221282059.103,009100,127325659.041,009100,60173325.0,001502,009100,18819.0036988,82052,64754,hub,hub,non_hub,583934.59195,4506907.22889,584822.527687,4510921.97538
+9450,9450,84,117.0,009100,,40.74487634,-73.99529885,107.0,001600,40.7153350167,-73.9943926833,1402.06734007,8236,6415,3242,4386,001600,76565505.7581,009100,127325659.041,009100,60173325.0,001600,009100,18819.0036988,82798,64754,hub,hub,non_hub,584936.591099,4507643.5622,584822.527687,4510921.97538
+9451,9451,236,156.0,009100,,40.74487634,-73.99529885,154.0,001800,40.7193657075,-73.9906468425,1263.99577206,8063,6415,3489,4386,001800,60554858.5127,009100,127325659.041,009100,60173325.0,001800,009100,18819.0036988,133306,64754,hub,hub,non_hub,585247.838585,4508094.62497,584822.527687,4510921.97538
+9452,9452,40,78.0,009100,,40.74487634,-73.99529885,46.0,002000,40.721554605,-73.977309405,1253.10606061,4795,6415,1899,4386,002000,17907673.5628,009100,127325659.041,009100,60173325.0,002000,009100,18819.0036988,31656,64754,hub,hub,non_hub,586371.478696,4508350.63994,584822.527687,4510921.97538
+9453,9453,361,156.0,009100,,40.74487634,-73.99529885,102.0,002100,40.71451321,-74.0108850975,1242.25923442,6111,6415,3038,4386,002100,273869828.705,009100,127325659.041,009100,60173325.0,002100,009100,18819.0036988,151037,64754,hub,hub,non_hub,583544.598931,4507536.51732,584822.527687,4510921.97538
+9454,9454,58,78.0,009100,,40.74487634,-73.99529885,44.0,002201,40.71833027,-73.980972895,1256.35994398,6762,6415,3030,4386,002201,37585954.9949,009100,127325659.041,009100,60173325.0,002201,009100,18819.0036988,26391,64754,hub,hub,non_hub,586066.226443,4507989.12022,584822.527687,4510921.97538
+9455,9455,43,39.0,009100,,40.74487634,-73.99529885,31.0,002202,40.7208736,-73.98085795,1123.11627907,2256,6415,1045,4386,002202,13179093.8977,009100,127325659.041,009100,60173325.0,002202,009100,18819.0036988,23935,64754,hub,hub,non_hub,586072.658368,4508271.55961,584822.527687,4510921.97538
+9456,9456,33,78.0,009100,,40.74487634,-73.99529885,48.0,002400,40.724744875,-73.974986535,1129.91666667,5775,6415,2175,4386,002400,17986635.5592,009100,127325659.041,009100,60173325.0,002400,009100,18819.0036988,17965,64754,hub,hub,non_hub,586563.526382,4508707.06897,584822.527687,4510921.97538
+9457,9457,11,78.0,009100,,40.74487634,-73.99529885,62.0,002500,40.7111743,-73.99849582,1289.07142857,5061,6415,1917,4386,002500,22428407.6271,009100,127325659.041,009100,60173325.0,002500,009100,18819.0036988,28216,64754,hub,hub,non_hub,584595.28909,4507177.73549,584822.527687,4510921.97538
+9458,9458,20,39.0,009100,,40.74487634,-73.99529885,31.0,002601,40.72299208,-73.97995466,1110.85,3774,6415,1593,4386,002601,22248722.3098,009100,127325659.041,009100,60173325.0,002601,009100,18819.0036988,22144,64754,hub,hub,non_hub,586146.216204,4508507.61099,584822.527687,4510921.97538
+9459,9459,17,39.0,009100,,40.74487634,-73.99529885,27.0,002700,40.71307916,-73.99851193,1610.76470588,1191,6415,655,4386,002700,11349914.9514,009100,127325659.041,009100,60173325.0,002700,009100,18819.0036988,20570,64754,hub,hub,non_hub,584591.517275,4507389.17181,584822.527687,4510921.97538
+9460,9460,46,39.0,009100,,40.74487634,-73.99529885,32.0,002800,40.72521311,-73.97768752,1198.91304348,7302,6415,3341,4386,002800,47641507.3146,009100,127325659.041,009100,60173325.0,002800,009100,18819.0036988,36744,64754,hub,hub,non_hub,586334.816403,4508756.38709,584822.527687,4510921.97538
+9461,9461,64,39.0,009100,,40.74487634,-73.99529885,43.0,002900,40.71602118,-73.99974372,1450.84375,5855,6415,2420,4386,002900,200965547.24,009100,127325659.041,009100,60173325.0,002900,009100,18819.0036988,31936,64754,hub,hub,non_hub,584483.752153,4507714.56961,584822.527687,4510921.97538
+9462,9462,76,39.0,009100,,40.74487634,-73.99529885,35.0,003001,40.72066442,-73.98517977,1289.84210526,4301,6415,2553,4386,003001,34302720.7166,009100,127325659.041,009100,60173325.0,003001,009100,18819.0036988,41223,64754,hub,hub,non_hub,585707.91731,4508244.11218,584822.527687,4510921.97538
+9463,9463,80,39.0,009100,,40.74487634,-73.99529885,37.0,003002,40.72217444,-73.98368779,1181.4375,3031,6415,1885,4386,003002,18686109.2263,009100,127325659.041,009100,60173325.0,003002,009100,18819.0036988,38675,64754,hub,hub,non_hub,585831.986427,4508413.19181,584822.527687,4510921.97538
+9464,9464,90,117.0,009100,,40.74487634,-73.99529885,121.0,003100,40.7140617467,-74.0041933367,1433.05008418,2809,6415,858,4386,003100,145687012.574,009100,127325659.041,009100,60173325.0,003100,009100,18819.0036988,81469,64754,hub,hub,non_hub,584110.388584,4507492.78891,584822.527687,4510921.97538
+9465,9465,240,117.0,009100,,40.74487634,-73.99529885,100.0,003200,40.7260543867,-73.9823576167,1042.00870781,7630,6415,4888,4386,003200,46369492.482,009100,127325659.041,009100,60173325.0,003200,009100,18819.0036988,138064,64754,hub,hub,non_hub,585939.335766,4508845.19329,584822.527687,4510921.97538
+9466,9466,488,195.0,009100,,40.74487634,-73.99529885,173.0,003300,40.7188216083,-74.0063348317,1127.90836516,5174,6415,2694,4386,003300,215459582.054,009100,127325659.041,009100,60173325.0,003300,009100,18819.0036988,115059,64754,hub,hub,non_hub,583923.527278,4508019.11602,584822.527687,4510921.97538
+9467,9467,83,39.0,009100,,40.74487634,-73.99529885,39.0,003400,40.72955361,-73.98057249,968.168674699,6706,6415,4203,4386,003400,42933229.7541,009100,127325659.041,009100,60173325.0,003400,009100,18819.0036988,47926,64754,hub,hub,non_hub,586085.581298,4509235.37985,584822.527687,4510921.97538
+9468,9468,108,78.0,009100,,40.74487634,-73.99529885,66.0,003601,40.72217423,-73.990293175,983.003246753,3299,6415,1613,4386,003601,29191583.8104,009100,127325659.041,009100,60173325.0,003601,009100,18819.0036988,77585,64754,hub,hub,non_hub,585274.124459,4508406.73315,584822.527687,4510921.97538
+9469,9469,141,78.0,009100,,40.74487634,-73.99529885,62.0,003602,40.724852985,-73.989265345,1106.94764344,2918,6415,1586,4386,003602,24941258.1161,009100,127325659.041,009100,60173325.0,003602,009100,18819.0036988,82124,64754,hub,hub,non_hub,585357.507872,4508705.09166,584822.527687,4510921.97538
+9470,9470,737,156.0,009100,,40.74487634,-73.99529885,148.0,003700,40.7256696075,-74.0052069325,962.575685468,2401,6415,1490,4386,003700,212385639.924,009100,127325659.041,009100,60173325.0,003700,009100,18819.0036988,173333,64754,hub,hub,non_hub,584010.178026,4508780.36793,584822.527687,4510921.97538
+9471,9471,564,156.0,009100,,40.74487634,-73.99529885,160.0,003800,40.72765889,-73.988195855,935.631788815,8610,6415,5795,4386,003800,67437493.5221,009100,127325659.041,009100,60173325.0,003800,009100,18819.0036988,167230,64754,hub,hub,non_hub,585444.239635,4509017.60641,584822.527687,4510921.97538
+9472,9472,548,156.0,009100,,40.74487634,-73.99529885,106.0,003900,40.7201717475,-74.00983051,1180.83594929,5253,6415,3059,4386,003900,194910113.03,009100,127325659.041,009100,60173325.0,003900,009100,18819.0036988,113624,64754,hub,hub,non_hub,583626.593058,4508165.65565,584822.527687,4510921.97538
+9473,9473,345,78.0,009100,,40.74487634,-73.99529885,66.0,004000,40.73000573,-73.98549552,869.874871795,9801,6415,4546,4386,004000,66858387.5133,009100,127325659.041,009100,60173325.0,004000,009100,18819.0036988,99660,64754,hub,hub,non_hub,585669.269443,4509280.75306,584822.527687,4510921.97538
+9474,9474,341,78.0,009100,,40.74487634,-73.99529885,64.0,004100,40.7195529,-73.996789035,1236.6922043,7793,6415,3765,4386,004100,71738983.3617,009100,127325659.041,009100,60173325.0,004100,009100,18819.0036988,114685,64754,hub,hub,non_hub,584728.836557,4508109.46034,584822.527687,4510921.97538
+9475,9475,127,39.0,009100,,40.74487634,-73.99529885,35.0,004200,40.73223272,-73.98889957,733.456692913,4988,6415,1801,4386,004200,39941846.3325,009100,127325659.041,009100,60173325.0,004200,009100,18819.0036988,50846,64754,hub,hub,non_hub,585378.96492,4509524.64843,584822.527687,4510921.97538
+9476,9476,199,78.0,009100,,40.74487634,-73.99529885,67.0,004300,40.723870235,-73.995226525,1042.96814187,4267,6415,2598,4386,004300,65935514.1184,009100,127325659.041,009100,60173325.0,004300,009100,18819.0036988,95162,64754,hub,hub,non_hub,584855.320992,4508590.22212,584822.527687,4510921.97538
+9477,9477,289,78.0,009100,,40.74487634,-73.99529885,60.0,004400,40.73080269,-73.97968993,914.272312551,17710,6415,8297,4386,004400,114601147.016,009100,127325659.041,009100,60173325.0,004400,009100,18819.0036988,106427,64754,hub,hub,non_hub,586158.498991,4509374.90208,584822.527687,4510921.97538
+9478,9478,37,39.0,009100,,40.74487634,-73.99529885,27.0,004500,40.71910537,-73.99973337,1265.56756757,840,6415,582,4386,004500,52009114.8865,009100,127325659.041,009100,60173325.0,004500,009100,18819.0036988,34275,64754,hub,hub,non_hub,584480.726971,4508056.94497,584822.527687,4510921.97538
+9479,9479,126,39.0,009100,,40.74487634,-73.99529885,39.0,004700,40.72165481,-74.00234737,1134.15873016,2267,6415,1586,4386,004700,75477587.1594,009100,127325659.041,009100,60173325.0,004700,009100,18819.0036988,27544,64754,hub,hub,non_hub,584256.734795,4508337.43837,584822.527687,4510921.97538
+9480,9480,183,39.0,009100,,40.74487634,-73.99529885,35.0,004800,40.73624527,-73.98473765,657.918032787,7550,6415,3799,4386,004800,74763044.6965,009100,127325659.041,009100,60173325.0,004800,009100,18819.0036988,42567,64754,hub,hub,non_hub,585725.258797,4509974.12516,584822.527687,4510921.97538
+9481,9481,308,78.0,009100,,40.74487634,-73.99529885,73.0,004900,40.724268615,-74.000521515,1045.98906174,4951,6415,3054,4386,004900,103848670.177,009100,127325659.041,009100,60173325.0,004900,009100,18819.0036988,80152,64754,hub,hub,non_hub,584407.63728,4508629.34168,584822.527687,4510921.97538
+9482,9482,504,117.0,009100,,40.74487634,-73.99529885,93.0,005000,40.7359163467,-73.9873427633,625.791027797,5061,6415,3595,4386,005000,120638459.215,009100,127325659.041,009100,60173325.0,005000,009100,18819.0036988,111023,64754,hub,hub,non_hub,585505.709717,4509935.07175,584822.527687,4510921.97538
+9483,9483,1343,78.0,009100,,40.74487634,-73.99529885,106.0,005200,40.73715585,-73.991241315,538.582052885,4193,6415,1785,4386,005200,109103391.81,009100,127325659.041,009100,60173325.0,005200,009100,18819.0036988,159876,64754,hub,hub,non_hub,585174.941657,4510068.87544,584822.527687,4510921.97538
+9484,9484,658,39.0,009100,,40.74487634,-73.99529885,47.0,005400,40.73971301,-73.99456405,405.875379939,4656,6415,2837,4386,005400,128803552.888,009100,127325659.041,009100,60173325.0,005400,009100,18819.0036988,73728,64754,hub,hub,non_hub,584891.129718,4510349.51956,584822.527687,4510921.97538
+9485,9485,166,39.0,009100,,40.74487634,-73.99529885,30.0,005501,40.72679454,-73.99695094,953.819277108,5079,6415,2483,4386,005501,61061928.4125,009100,127325659.041,009100,60173325.0,005501,009100,18819.0036988,57258,64754,hub,hub,non_hub,584705.980012,4508913.17477,584822.527687,4510921.97538
+9486,9486,132,39.0,009100,,40.74487634,-73.99529885,27.0,005502,40.72743423,-73.99379025,979.575757576,2383,6415,1262,4386,005502,49017118.6146,009100,127325659.041,009100,60173325.0,005502,009100,18819.0036988,55117,64754,hub,hub,non_hub,584972.085912,4508987.23863,584822.527687,4510921.97538
+9487,9487,996,78.0,009100,,40.74487634,-73.99529885,95.0,005600,40.74065347,-73.98778661,456.334018411,2618,6415,2190,4386,005600,189153355.609,009100,127325659.041,009100,60173325.0,005600,009100,18819.0036988,113209,64754,hub,hub,non_hub,585462.168743,4510460.49357,584822.527687,4510921.97538
+9488,9488,519,78.0,009100,,40.74487634,-73.99529885,82.0,005700,40.729662915,-73.992405595,839.762594661,2937,6415,1789,4386,005700,90178032.7137,009100,127325659.041,009100,60173325.0,005700,009100,18819.0036988,156896,64754,hub,hub,non_hub,585086.179601,4509235.9788,584822.527687,4510921.97538
+9489,9489,2233,78.0,009100,,40.74487634,-73.99529885,87.0,005800,40.743154205,-73.990299735,307.493706815,3182,6415,2306,4386,005800,164037511.755,009100,127325659.041,009100,60173325.0,005800,009100,18819.0036988,130970,64754,hub,hub,non_hub,585246.786708,4510735.64918,584822.527687,4510921.97538
+9490,9490,194,39.0,009100,,40.74487634,-73.99529885,31.0,005900,40.73049393,-73.9957214,761.113402062,5516,6415,3276,4386,005900,71785177.1361,009100,127325659.041,009100,60173325.0,005900,009100,18819.0036988,53180,64754,hub,hub,non_hub,584805.117401,4509325.01914,584822.527687,4510921.97538
+9491,9491,462,78.0,009100,,40.74487634,-73.99529885,63.0,006000,40.734822295,-73.976916765,786.967342042,5286,6415,2459,4386,006000,27468182.8943,009100,127325659.041,009100,60173325.0,006000,009100,18819.0036988,80462,64754,hub,hub,non_hub,586387.478737,4509823.83141,584822.527687,4510921.97538
+9492,9492,1271,156.0,009100,,40.74487634,-73.99529885,141.0,006100,40.73385254,-73.992357065,680.934218877,4913,6415,2683,4386,006100,91682014.33,009100,127325659.041,009100,60173325.0,006100,009100,18819.0036988,245510,64754,hub,hub,non_hub,585084.940162,4509701.10308,584822.527687,4510921.97538
+9493,9493,223,39.0,009100,,40.74487634,-73.99529885,30.0,006200,40.7381765,-73.97738662,765.582959641,4680,6415,1401,4386,006200,231817485.533,009100,127325659.041,009100,60173325.0,006200,009100,18819.0036988,33218,64754,hub,hub,non_hub,586343.467107,4510195.70961,584822.527687,4510921.97538
+9494,9494,1011,117.0,009100,,40.74487634,-73.99529885,99.0,006300,40.7346940933,-73.99785666,585.50771631,6076,6415,4277,4386,006300,85447631.8451,009100,127325659.041,009100,60173325.0,006300,009100,18819.0036988,120233,64754,hub,hub,non_hub,584619.48321,4509789.20591,584822.527687,4510921.97538
+9495,9495,132,39.0,009100,,40.74487634,-73.99529885,39.0,006400,40.73587678,-73.98205027,699.053030303,7518,6415,5058,4386,006400,95664936.1545,009100,127325659.041,009100,60173325.0,006400,009100,18819.0036988,47750,64754,hub,hub,non_hub,585952.649806,4509935.84788,584822.527687,4510921.97538
+9496,9496,403,117.0,009100,,40.74487634,-73.99529885,106.0,006500,40.7306296367,-73.9991423,789.101916424,6517,6415,3568,4386,006500,59290910.3694,009100,127325659.041,009100,60173325.0,006500,009100,18819.0036988,125356,64754,hub,hub,non_hub,584516.067395,4509336.78488,584822.527687,4510921.97538
+9497,9497,308,78.0,009100,,40.74487634,-73.99529885,82.0,006600,40.739285505,-73.97827188,757.891233435,11780,6415,6818,4386,006600,84730469.4548,009100,127325659.041,009100,60173325.0,006600,009100,18819.0036988,74621,64754,hub,hub,non_hub,586267.286922,4510317.94668,584822.527687,4510921.97538
+9498,9498,367,39.0,009100,,40.74487634,-73.99529885,39.0,006700,40.73038599,-74.00214988,735.880108992,4984,6415,3796,4386,006700,47238039.9972,009100,127325659.041,009100,60173325.0,006700,009100,18819.0036988,70025,64754,hub,hub,non_hub,584262.399901,4509306.84766,584822.527687,4510921.97538
+9499,9499,557,39.0,009100,,40.74487634,-73.99529885,39.0,006800,40.74025878,-73.98409214,514.228007181,6735,6415,4494,4386,006800,130298431.446,009100,127325659.041,009100,60173325.0,006800,009100,18819.0036988,58926,64754,hub,hub,non_hub,585774.608423,4510420.28363,584822.527687,4510921.97538
+9500,9500,953,78.0,009100,,40.74487634,-73.99529885,67.0,006900,40.732319905,-74.0069291,760.885027269,2687,6415,1484,4386,006900,61292499.9331,009100,127325659.041,009100,60173325.0,006900,009100,18819.0036988,130727,64754,hub,hub,non_hub,583856.38945,4509516.94969,584822.527687,4510921.97538
+9501,9501,425,117.0,009100,,40.74487634,-73.99529885,127.0,007000,40.7425463724,-73.9756752966,825.881269849,8302,6415,5669,4386,007000,78634704.8451,009100,127325659.041,009100,60173325.0,007000,009100,18819.0036988,145227,64754,hub,hub,non_hub,586482.303084,4510682.48128,584822.527687,4510921.97538
+9502,9502,475,78.0,009100,,40.74487634,-73.99529885,71.0,007100,40.736526545,-74.000108805,606.957485876,5633,6415,3844,4386,007100,68447429.2743,009100,127325659.041,009100,60173325.0,007100,009100,18819.0036988,79459,64754,hub,hub,non_hub,584426.995774,4509990.4524,584822.527687,4510921.97538
+9503,9503,977,117.0,009100,,40.74487634,-73.99529885,126.0,007200,40.7447014833,-73.98154809,599.822027971,7734,6415,5222,4386,007200,132092861.454,009100,127325659.041,009100,60173325.0,007200,009100,18819.0036988,157612,64754,hub,hub,non_hub,585983.687715,4510915.94446,584822.527687,4510921.97538
+9504,9504,816,78.0,009100,,40.74487634,-73.99529885,59.0,007300,40.734682705,-74.00388484,646.085644475,5615,6415,4547,4386,007300,48716185.79,009100,127325659.041,009100,60173325.0,007300,009100,18819.0036988,92567,64754,hub,hub,non_hub,584110.479319,4509782.14883,584822.527687,4510921.97538
+9505,9505,859,78.0,009100,,40.74487634,-73.99529885,86.0,007400,40.746413585,-73.98586892,438.317908559,4179,6415,2700,4386,007400,170614202.951,009100,127325659.041,009100,60173325.0,007400,009100,18819.0036988,81121,64754,hub,hub,non_hub,585616.696258,4511101.7763,584822.527687,4510921.97538
+9506,9506,829,78.0,009100,,40.74487634,-73.99529885,69.0,007600,40.74737476,-73.988320695,429.01149052,2203,6415,1573,4386,007600,242014413.464,009100,127325659.041,009100,60173325.0,007600,009100,18819.0036988,97464,64754,hub,hub,non_hub,585408.475283,4511206.08492,584822.527687,4510921.97538
+9507,9507,1376,39.0,009100,,40.74487634,-73.99529885,43.0,007700,40.7390169121,-74.0026376103,428.080668605,5404,6415,4254,4386,007700,59306273.1509,009100,127325659.041,009100,60173325.0,007700,009100,18819.0036988,79025,64754,hub,hub,non_hub,584210.329106,4510264.47156,584822.527687,4510921.97538
+9508,9508,142,39.0,009100,,40.74487634,-73.99529885,39.0,007800,40.74780373,-73.9734419,968.429577465,7380,6415,5372,4386,007800,112124597.728,009100,127325659.041,009100,60173325.0,007800,009100,18819.0036988,59601,64754,hub,hub,non_hub,586664.043115,4511268.28888,584822.527687,4510921.97538
+9509,9509,1503,195.0,009100,,40.74487634,-73.99529885,174.0,007900,40.738916514,-74.007286026,654.782929868,4406,6415,2904,4386,007900,86937368.5918,009100,127325659.041,009100,60173325.0,007900,009100,18819.0036988,171846,64754,hub,hub,non_hub,583817.969395,4510248.87788,584822.527687,4510921.97538
+9510,9510,402,78.0,009100,,40.74487634,-73.99529885,71.0,008000,40.7485693,-73.97717991,755.191421053,4946,6415,3730,4386,008000,197763821.532,009100,127325659.041,009100,60173325.0,008000,009100,18819.0036988,74808,64754,hub,hub,non_hub,586347.477591,4511349.58844,584822.527687,4510921.97538
+9511,9511,574,39.0,009100,,40.74487634,-73.99529885,39.0,008100,40.73935542,-73.99931783,460.026132404,8675,6415,5315,4386,008100,91100400.6907,009100,127325659.041,009100,60173325.0,008100,009100,18819.0036988,53195,64754,hub,hub,non_hub,584490.204148,4510305.23824,584822.527687,4510921.97538
+9512,9512,1506,117.0,009100,,40.74487634,-73.99529885,175.0,008200,40.7519663436,-73.9793915401,719.395142364,3442,6415,2534,4386,008200,262405408.076,009100,127325659.041,009100,60173325.0,008200,009100,18819.0036988,228612,64754,hub,hub,non_hub,586156.381418,4511724.51158,584822.527687,4510921.97538
+9513,9513,3094,156.0,009100,,40.74487634,-73.99529885,119.0,008300,40.742591315,-74.004102785,439.740933042,4211,6415,2321,4386,008300,119862327.354,009100,127325659.041,009100,60173325.0,008300,009100,18819.0036988,186113,64754,hub,hub,hub,584082.11654,4510659.85081,584822.527687,4510921.97538
+9514,9514,324,39.0,009100,,40.74487634,-73.99529885,38.0,008400,40.75038009,-73.98338988,567.111111111,1726,6415,1041,4386,008400,147824461.739,009100,127325659.041,009100,60173325.0,008400,009100,18819.0036988,34199,64754,hub,hub,non_hub,585820.889203,4511544.50828,584822.527687,4510921.97538
+9515,9515,38,39.0,009100,,40.74487634,-73.99529885,43.0,008601,40.744219,-73.97121214,1287.02631579,2551,6415,1528,4386,008601,31141773.9073,009100,127325659.041,009100,60173325.0,008601,009100,18819.0036988,31961,64754,hub,hub,non_hub,586856.951039,4510872.56191,584822.527687,4510921.97538
+9516,9516,1190,78.0,009100,,40.74487634,-73.99529885,78.0,008700,40.74206378,-73.995708955,487.366792929,6671,6415,4249,4386,008700,85660216.7821,009100,127325659.041,009100,60173325.0,008700,009100,18819.0036988,152953,64754,hub,hub,non_hub,584791.475936,4510609.36503,584822.527687,4510921.97538
+9517,9517,118,78.0,009100,,40.74487634,-73.99529885,78.0,008800,40.75012189,-73.970133575,1115.71588164,6964,6415,5507,4386,008800,216532475.876,009100,127325659.041,009100,60173325.0,008800,009100,18819.0036988,43247,64754,hub,hub,non_hub,586940.323322,4511528.89362,584822.527687,4510921.97538
+9518,9518,3397,117.0,009100,,40.74487634,-73.99529885,120.0,008900,40.74529008,-74.0021768567,363.961835943,5560,6415,3511,4386,008900,54419260.2723,009100,127325659.041,009100,60173325.0,008900,009100,18819.0036988,158638,64754,hub,hub,hub,584241.316685,4510961.27944,584822.527687,4510921.97538
+9519,9519,168,117.0,009100,,40.74487634,-73.99529885,110.0,009000,40.75261798,-73.9703317533,1142.4912963,7026,6415,5832,4386,009000,208846060.851,009100,127325659.041,009100,60173325.0,009000,009100,18819.0036988,74531,64754,hub,hub,non_hub,586920.342162,4511805.78171,584822.527687,4510921.97538
+9520,9520,217,78.0,009100,,40.74487634,-73.99529885,110.0,009200,40.7548518863,-73.9734329075,974.1497073,1754,6415,1461,4386,009200,408192557.246,009100,127325659.041,009100,60173325.0,009200,009100,18819.0036988,72226,64754,hub,hub,non_hub,586655.650548,4512050.69496,584822.527687,4510921.97538
+9521,9521,707,39.0,009100,,40.74487634,-73.99529885,39.0,009300,40.74475148,-73.99915362,375.84582744,9705,6415,5585,4386,009300,68528055.2433,009100,127325659.041,009100,60173325.0,009300,009100,18819.0036988,52202,64754,hub,hub,non_hub,584497.239363,4510904.39701,584822.527687,4510921.97538
+9522,9522,552,39.0,009100,,40.74487634,-73.99529885,31.0,009400,40.75320159,-73.9779874,775.996376812,29,6415,16,4386,009400,299218147.811,009100,127325659.041,009100,60173325.0,009400,009100,18819.0036988,82147,64754,hub,hub,non_hub,586273.319313,4511863.01244,584822.527687,4510921.97538
+9523,9523,540,39.0,009100,,40.74487634,-73.99529885,51.0,009500,40.746647,-73.993915,309.959259259,3425,6415,1416,4386,009500,129660033.725,009100,127325659.041,009100,60173325.0,009500,009100,18819.0036988,57488,64754,hub,hub,non_hub,584937.108907,4511119.86954,584822.527687,4510921.97538
+9524,9524,502,117.0,009100,,40.74487634,-73.99529885,140.0,009600,40.7560439472,-73.9803671176,769.566790724,153,6415,268,4386,009600,270304841.585,009100,127325659.041,009100,60173325.0,009600,009100,18819.0036988,71527,64754,hub,hub,non_hub,586068.765984,4512176.19833,584822.527687,4510921.97538
+9525,9525,2967,117.0,009100,,40.74487634,-73.99529885,99.0,009700,40.7493616033,-73.9991321067,343.225388482,4744,6415,2827,4386,009700,83018263.1602,009100,127325659.041,009100,60173325.0,009700,009100,18819.0036988,118804,64754,hub,hub,non_hub,584493.220017,4511416.17434,584822.527687,4510921.97538
+9526,9526,79,78.0,009100,,40.74487634,-73.99529885,70.0,009800,40.755285655,-73.96667288,1246.3287037,7105,6415,5244,4386,009800,115943808.909,009100,127325659.041,009100,60173325.0,009800,009100,18819.0036988,40039,64754,hub,hub,non_hub,587225.727282,4512105.54383,584822.527687,4510921.97538
+9527,9527,4015,195.0,009100,,40.74487634,-73.99529885,185.0,009900,40.7520807866,-74.0031899092,549.463499825,3617,6415,2438,4386,009900,404439511.776,009100,127325659.041,009100,60173325.0,009900,009100,18819.0036988,208076,64754,hub,hub,hub,584147.226991,4511714.12465,584822.527687,4510921.97538
+9528,9528,182,117.0,009100,,40.74487634,-73.99529885,121.0,010000,40.7583696933,-73.9710287767,1161.8464651,1829,6415,1399,4386,010000,366457143.613,009100,127325659.041,009100,60173325.0,010000,009100,18819.0036988,72085,64754,hub,hub,non_hub,586854.014885,4512443.57459,584822.527687,4510921.97538
+9529,9529,2649,117.0,009100,,40.74487634,-73.99529885,127.0,010100,40.74945622,-73.9903382667,321.57205536,1119,6415,828,4386,010100,246168211.101,009100,127325659.041,009100,60173325.0,010100,009100,18819.0036988,183377,64754,hub,hub,non_hub,585235.486219,4511435.18064,584822.527687,4510921.97538
+9530,9530,182,78.0,009100,,40.74487634,-73.99529885,81.0,010200,40.7606694,-73.973473555,1051.7751004,313,6415,268,4386,010200,333450202.294,009100,127325659.041,009100,60173325.0,010200,009100,18819.0036988,46675,64754,hub,hub,non_hub,586644.664817,4512696.44233,584822.527687,4510921.97538
+9531,9531,2030,78.0,009100,,40.74487634,-73.99529885,98.0,010300,40.751000495,-73.994372255,399.254920893,1859,6415,1351,4386,010300,141506056.87,009100,127325659.041,009100,60173325.0,010300,009100,18819.0036988,221593,64754,hub,hub,non_hub,584892.968075,4511602.69644,584822.527687,4510921.97538
+9532,9532,278,78.0,009100,,40.74487634,-73.99529885,75.0,010400,40.761664375,-73.976854975,903.543795232,1031,6415,1033,4386,010400,363981333.295,009100,127325659.041,009100,60173325.0,010400,009100,18819.0036988,65073,64754,hub,hub,non_hub,586357.961325,4512803.55852,584822.527687,4510921.97538
+9533,9533,71,39.0,009100,,40.74487634,-73.99529885,33.0,010602,40.75849116,-73.95920622,1410.90140845,4794,6415,2963,4386,010602,67980898.3739,009100,127325659.041,009100,60173325.0,010602,009100,18819.0036988,22153,64754,hub,hub,non_hub,587851.796682,4512468.82754,584822.527687,4510921.97538
+9534,9534,185,117.0,009100,,40.74487634,-73.99529885,117.0,010800,40.7591736033,-73.96613818,1335.72476623,8531,6415,6272,4386,010800,189351523.799,009100,127325659.041,009100,60173325.0,010800,009100,18819.0036988,79198,64754,hub,hub,non_hub,587265.778542,4512537.66689,584822.527687,4510921.97538
+9535,9535,623,78.0,009100,,40.74487634,-73.99529885,114.0,010900,40.751351715,-73.987594755,472.699692396,182,6415,92,4386,010900,228173063.011,009100,127325659.041,009100,60173325.0,010900,009100,18819.0036988,60092,64754,hub,hub,non_hub,585464.669441,4511648.26242,584822.527687,4510921.97538
+9536,9536,140,39.0,009100,,40.74487634,-73.99529885,59.0,011201,40.7643971,-73.97371465,1271.63571429,827,6415,964,4386,011201,118515444.187,009100,127325659.041,009100,60173325.0,011201,009100,18819.0036988,41525,64754,hub,hub,non_hub,586619.474659,4513110.00718,584822.527687,4510921.97538
+9537,9537,108,39.0,009100,,40.74487634,-73.99529885,33.0,011203,40.76095756,-73.96724467,1391.4537037,1176,6415,1160,4386,011203,143782379.009,009100,127325659.041,009100,60173325.0,011203,009100,18819.0036988,48033,64754,hub,hub,non_hub,587170.050102,4512734.59972,584822.527687,4510921.97538
+9538,9538,2257,156.0,009100,,40.74487634,-73.99529885,198.0,011300,40.7548008425,-73.9888010575,538.803293973,204,6415,107,4386,011300,357940519.061,009100,127325659.041,009100,60173325.0,011300,009100,18819.0036988,236650,64754,hub,hub,non_hub,585358.423228,4512029.96675,584822.527687,4510921.97538
+9539,9539,1222,78.0,009100,,40.74487634,-73.99529885,82.0,011500,40.75701407,-73.992353645,621.766389252,2487,6415,1678,4386,011500,130958459.747,009100,127325659.041,009100,60173325.0,011500,009100,18819.0036988,103294,64754,hub,hub,non_hub,585055.712647,4512272.20178,584822.527687,4510921.97538
+9540,9540,698,78.0,009100,,40.74487634,-73.99529885,84.0,011700,40.76058799,-74.00080945,789.353338166,2938,6415,2304,4386,011700,91270705.1484,009100,127325659.041,009100,60173325.0,011700,009100,18819.0036988,73016,64754,hub,hub,non_hub,584337.427395,4512660.77158,584822.527687,4510921.97538
+9541,9541,355,39.0,009100,,40.74487634,-73.99529885,34.0,011900,40.7568001,-73.98291153,673.735211268,1079,6415,1121,4386,011900,395254501.74,009100,127325659.041,009100,60173325.0,011900,009100,18819.0036988,39976,64754,hub,hub,non_hub,585853.012005,4512257.64444,584822.527687,4510921.97538
+9542,9542,1301,117.0,009100,,40.74487634,-73.99529885,109.0,012100,40.7598593767,-73.9914900133,760.455146434,8366,6415,5744,4386,012100,101223732.045,009100,127325659.041,009100,60173325.0,012100,009100,18819.0036988,132767,64754,hub,hub,non_hub,585124.983126,4512588.88932,584822.527687,4510921.97538
+9543,9543,286,39.0,009100,,40.74487634,-73.99529885,51.0,012500,40.76064679,-73.98442659,767.402097902,2439,6415,2096,4386,012500,322911522.418,009100,127325659.041,009100,60173325.0,012500,009100,18819.0036988,45486,64754,hub,hub,non_hub,585720.180916,4512683.17447,584822.527687,4510921.97538
+9544,9544,717,78.0,009100,,40.74487634,-73.99529885,84.0,012700,40.762485435,-73.990447135,836.399011299,6437,6415,4434,4386,012700,104637996.687,009100,127325659.041,009100,60173325.0,012700,009100,18819.0036988,83393,64754,hub,hub,non_hub,585209.656415,4512881.41361,584822.527687,4510921.97538
+9545,9545,217,39.0,009100,,40.74487634,-73.99529885,24.0,012900,40.76341379,-73.99667444,909.493087558,5312,6415,3621,4386,012900,158698340.053,009100,127325659.041,009100,60173325.0,012900,009100,18819.0036988,28661,64754,hub,hub,non_hub,584682.864463,4512978.43901,584822.527687,4510921.97538
+9546,9546,639,117.0,009100,,40.74487634,-73.99529885,160.0,013100,40.7621295133,-73.98215453,837.759129525,2489,6415,2283,4386,013100,405023451.28,009100,127325659.041,009100,60173325.0,013100,009100,18819.0036988,107228,64754,hub,hub,non_hub,585910.04945,4512849.98999,584822.527687,4510921.97538
+9547,9547,536,117.0,009100,,40.74487634,-73.99529885,101.0,013300,40.7647250567,-73.9866537633,979.754282944,5363,6415,3909,4386,013300,79847412.2593,009100,127325659.041,009100,60173325.0,013300,009100,18819.0036988,89810,64754,hub,hub,non_hub,585526.963405,4513133.71926,584822.527687,4510921.97538
+9548,9548,369,78.0,009100,,40.74487634,-73.99529885,65.0,013500,40.766984435,-73.99227308,1004.8997151,6075,6415,3935,4386,013500,198199142.958,009100,127325659.041,009100,60173325.0,013500,009100,18819.0036988,64723,64754,hub,hub,non_hub,585049.80204,4513379.06475,584822.527687,4510921.97538
+9549,9549,574,78.0,009100,,40.74487634,-73.99529885,98.0,013700,40.766109285,-73.981808355,1059.72318989,6557,6415,5442,4386,013700,314878324.419,009100,127325659.041,009100,60173325.0,013700,009100,18819.0036988,91142,64754,hub,hub,non_hub,585934.141665,4513292.1137,584822.527687,4510921.97538
+9550,9550,98,39.0,009100,,40.74487634,-73.99529885,27.0,013900,40.768254,-73.988639,1123.7755102,7607,6415,7359,4386,013900,139918084.587,009100,127325659.041,009100,60173325.0,013900,009100,18819.0036988,26390,64754,hub,hub,non_hub,585354.890073,4513523.52534,584822.527687,4510921.97538
+9551,9551,76,39.0,009100,,40.74487634,-73.99529885,49.0,014300,40.76590936,-73.97634151,1148.57894737,3,6415,0,4386,014300,50027992.3322,009100,127325659.041,009100,60173325.0,014300,009100,18819.0036988,21051,64754,hub,hub,non_hub,586395.803012,4513275.28949,584822.527687,4510921.97538
+9552,9552,400,39.0,009100,,40.74487634,-73.99529885,36.0,014500,40.76915505,-73.98191841,1190.915,5811,6415,3462,4386,014500,253397343.373,009100,127325659.041,009100,60173325.0,014500,009100,18819.0036988,68350,64754,hub,hub,non_hub,585920.929601,4513630.10902,584822.527687,4510921.97538
+9553,9553,172,39.0,009100,,40.74487634,-73.99529885,55.0,014700,40.770513,-73.988038,1191.52325581,2586,6415,1743,4386,014700,70871746.8417,009100,127325659.041,009100,60173325.0,014700,009100,18819.0036988,35099,64754,hub,hub,non_hub,585402.720353,4513774.87644,584822.527687,4510921.97538
+9554,9554,88,39.0,009100,,40.74487634,-73.99529885,36.0,015100,40.771522,-73.990541,1200.32954545,8105,6415,4856,4386,015100,164953931.102,009100,127325659.041,009100,60173325.0,015100,009100,18819.0036988,17578,64754,hub,hub,non_hub,585190.192062,4513884.4495,584822.527687,4510921.97538
+9555,9555,689,78.0,009100,,40.74487634,-73.99529885,70.0,031703,40.71644312,-74.014902115,1373.30500194,8670,6415,4231,4386,031703,332361109.355,009100,127325659.041,009100,60173325.0,031703,009100,18819.0036988,136082,64754,hub,hub,non_hub,583202.897614,4507746.93647,584822.527687,4510921.97538
+9556,9556,406,117.0,009100,,40.74487634,-73.99529885,98.0,031704,40.7085171733,-74.0165557667,1575.88927203,6610,6415,3790,4386,031704,160823714.408,009100,127325659.041,009100,60173325.0,031704,009100,18819.0036988,105244,64754,hub,hub,non_hub,583073.076824,4506865.54027,584822.527687,4510921.97538
+9557,9557,40,117.0,009100,,40.74487634,-73.99529885,85.0,000600,40.7128987867,-73.9898646367,1604.06666667,11558,6415,4083,4386,000600,59149181.7526,009100,127325659.041,009100,60173325.0,000600,009100,18819.0036988,70053,64754,hub,hub,non_hub,585322.159723,4507377.5136,584822.527687,4510921.97538
+9558,9558,135,330.0,009200,,40.7548518863,-73.9734329075,108.0,000202,40.71318002,-73.9818904933,1539.96414696,8012,1754,3598,1461,000202,37878157.9781,009200,408192557.246,009200,664527539.0,000202,009200,14410.3234299,56352,76145,hub,hub,non_hub,585995.353038,4507416.50937,586655.650548,4512050.69496
+9559,9559,246,770.0,009200,,40.7548518863,-73.9734329075,516.0,000700,40.70581148,-74.0081572071,1855.69099281,7722,1754,5201,1461,000700,476954959.734,009200,408192557.246,009200,664527539.0,000700,009200,14410.3234299,160040,76145,hub,hub,non_hub,583785.918305,4506573.16797,586655.650548,4512050.69496
+9560,9560,22,220.0,009200,,40.7548518863,-73.9734329075,94.0,000800,40.712414475,-73.993471545,1516.56818182,10365,1754,4150,1461,000800,46479755.076,009200,408192557.246,009200,664527539.0,000800,009200,14410.3234299,34254,76145,hub,hub,non_hub,585018.109713,4507320.25418,586655.650548,4512050.69496
+9561,9561,18,330.0,009200,,40.7548518863,-73.9734329075,194.0,000900,40.7024745833,-74.01224785,2364.84920635,1140,1754,939,1461,000900,404341803.896,009200,408192557.246,009200,664527539.0,000900,009200,14410.3234299,46446,76145,hub,hub,non_hub,583444.520998,4506198.85784,586655.650548,4512050.69496
+9562,9562,28,110.0,009200,,40.7548518863,-73.9734329075,38.0,001002,40.71782143,-73.97628939,1423.5125,6439,1754,2346,1461,001002,22763374.2099,009200,408192557.246,009200,664527539.0,001002,009200,14410.3234299,15916,76145,hub,hub,non_hub,586462.45635,4507937.23607,586655.650548,4512050.69496
+9563,9563,167,220.0,009200,,40.7548518863,-73.9734329075,92.0,001200,40.717364275,-73.982955325,1531.47017544,3547,1754,1857,1461,001200,23518220.7411,009200,408192557.246,009200,664527539.0,001200,009200,14410.3234299,36493,76145,hub,hub,non_hub,585900.031125,4507879.94738,586655.650548,4512050.69496
+9564,9564,14,110.0,009200,,40.7548518863,-73.9734329075,72.0,001300,40.70463334,-74.01361706,2041.3,3776,1754,3028,1461,001300,286606455.687,009200,408192557.246,009200,664527539.0,001300,009200,14410.3234299,27671,76145,hub,hub,non_hub,583326.158808,4506437.19368,586655.650548,4512050.69496
+9565,9565,40,110.0,009200,,40.7548518863,-73.9734329075,56.0,001401,40.71559509,-73.9870295,1403.96875,3289,1754,1708,1461,001401,20168722.3199,009200,408192557.246,009200,664527539.0,001401,009200,14410.3234299,26885,76145,hub,hub,non_hub,585558.18429,4507679.57909,586655.650548,4512050.69496
+9566,9566,34,220.0,009200,5.71273659508,40.7547682917,-73.97291489,134.0,001501,40.71026676,-74.0042395133,1876.45693918,5581,1754,3450,1461,001501,172466366.322,009200,408192557.246,009200,664527539.0,001501,009200,14410.3234299,27425,76145,hub,hub,non_hub,584111.264131,4507071.47664,586699.487289,4512041.92699
+9567,9567,59,330.0,009200,,40.7548518863,-73.9734329075,246.0,001502,40.7088053467,-74.00635276,1812.21693122,7095,1754,3459,1461,001502,221282059.103,009200,408192557.246,009200,664527539.0,001502,009200,14410.3234299,82052,76145,hub,hub,non_hub,583934.59195,4506907.22889,586655.650548,4512050.69496
+9568,9568,138,330.0,009200,,40.7548518863,-73.9734329075,214.0,001600,40.7153350167,-73.9943926833,1395.18567466,8236,1754,3242,1461,001600,76565505.7581,009200,408192557.246,009200,664527539.0,001600,009200,14410.3234299,82798,76145,hub,hub,non_hub,584936.591099,4507643.5622,586655.650548,4512050.69496
+9569,9569,278,440.0,009200,,40.7548518863,-73.9734329075,308.0,001800,40.7193657075,-73.9906468425,1289.49791352,8063,1754,3489,1461,001800,60554858.5127,009200,408192557.246,009200,664527539.0,001800,009200,14410.3234299,133306,76145,hub,hub,non_hub,585247.838585,4508094.62497,586655.650548,4512050.69496
+9570,9570,34,220.0,009200,,40.7548518863,-73.9734329075,92.0,002000,40.721554605,-73.977309405,1141.95486111,4795,1754,1899,1461,002000,17907673.5628,009200,408192557.246,009200,664527539.0,002000,009200,14410.3234299,31656,76145,hub,hub,non_hub,586371.478696,4508350.63994,586655.650548,4512050.69496
+9571,9571,113,440.0,009200,,40.7548518863,-73.9734329075,204.0,002100,40.71451321,-74.0108850975,1596.81439951,6111,1754,3038,1461,002100,273869828.705,009200,408192557.246,009200,664527539.0,002100,009200,14410.3234299,151037,76145,hub,hub,non_hub,583544.598931,4507536.51732,586655.650548,4512050.69496
+9572,9572,141,220.0,009200,,40.7548518863,-73.9734329075,88.0,002201,40.71833027,-73.980972895,1194.38437855,6762,1754,3030,1461,002201,37585954.9949,009200,408192557.246,009200,664527539.0,002201,009200,14410.3234299,26391,76145,hub,hub,non_hub,586066.226443,4507989.12022,586655.650548,4512050.69496
+9573,9573,49,110.0,009200,,40.7548518863,-73.9734329075,62.0,002202,40.7208736,-73.98085795,1262.73653199,2256,1754,1045,1461,002202,13179093.8977,009200,408192557.246,009200,664527539.0,002202,009200,14410.3234299,23935,76145,hub,hub,non_hub,586072.658368,4508271.55961,586655.650548,4512050.69496
+9574,9574,27,220.0,009200,,40.7548518863,-73.9734329075,96.0,002400,40.724744875,-73.974986535,1180.08974359,5775,1754,2175,1461,002400,17986635.5592,009200,408192557.246,009200,664527539.0,002400,009200,14410.3234299,17965,76145,hub,hub,non_hub,586563.526382,4508707.06897,586655.650548,4512050.69496
+9575,9575,14,220.0,009200,5.26650857555,40.7549354809,-73.973950925,124.0,002500,40.7111742533,-73.9990523633,1587.9531257,5061,1754,1917,1461,002500,22428407.6271,009200,408192557.246,009200,664527539.0,002500,009200,14410.3234299,28216,76145,hub,hub,non_hub,584548.278193,4507177.19444,586611.813918,4512059.46318
+9576,9576,19,110.0,009200,,40.7548518863,-73.9734329075,62.0,002601,40.72299208,-73.97995466,889.659090909,3774,1754,1593,1461,002601,22248722.3098,009200,408192557.246,009200,664527539.0,002601,009200,14410.3234299,22144,76145,hub,hub,non_hub,586146.216204,4508507.61099,586655.650548,4512050.69496
+9577,9577,101,110.0,009200,,40.7548518863,-73.9734329075,54.0,002700,40.71307916,-73.99851193,1422.88125,1191,1754,655,1461,002700,11349914.9514,009200,408192557.246,009200,664527539.0,002700,009200,14410.3234299,20570,76145,hub,hub,non_hub,584591.517275,4507389.17181,586655.650548,4512050.69496
+9578,9578,127,110.0,009200,,40.7548518863,-73.9734329075,64.0,002800,40.72521311,-73.97768752,1065.87753036,7302,1754,3341,1461,002800,47641507.3146,009200,408192557.246,009200,664527539.0,002800,009200,14410.3234299,36744,76145,hub,hub,non_hub,586334.816403,4508756.38709,586655.650548,4512050.69496
+9579,9579,32,110.0,009200,,40.7548518863,-73.9734329075,86.0,002900,40.71602118,-73.99974372,1260.77530364,5855,1754,2420,1461,002900,200965547.24,009200,408192557.246,009200,664527539.0,002900,009200,14410.3234299,31936,76145,hub,hub,non_hub,584483.752153,4507714.56961,586655.650548,4512050.69496
+9580,9580,44,110.0,009200,,40.7548518863,-73.9734329075,70.0,003001,40.72066442,-73.98517977,1269.94824017,4301,1754,2553,1461,003001,34302720.7166,009200,408192557.246,009200,664527539.0,003001,009200,14410.3234299,41223,76145,hub,hub,non_hub,585707.91731,4508244.11218,586655.650548,4512050.69496
+9581,9581,52,110.0,009200,,40.7548518863,-73.9734329075,74.0,003002,40.72217444,-73.98368779,1260.68984962,3031,1754,1885,1461,003002,18686109.2263,009200,408192557.246,009200,664527539.0,003002,009200,14410.3234299,38675,76145,hub,hub,non_hub,585831.986427,4508413.19181,586655.650548,4512050.69496
+9582,9582,70,330.0,009200,,40.7548518863,-73.9734329075,242.0,003100,40.7140617467,-74.0041933367,1758.43452381,2809,1754,858,1461,003100,145687012.574,009200,408192557.246,009200,664527539.0,003100,009200,14410.3234299,81469,76145,hub,hub,non_hub,584110.388584,4507492.78891,586655.650548,4512050.69496
+9583,9583,265,330.0,009200,,40.7548518863,-73.9734329075,200.0,003200,40.7260543867,-73.9823576167,1027.56707355,7630,1754,4888,1461,003200,46369492.482,009200,408192557.246,009200,664527539.0,003200,009200,14410.3234299,138064,76145,hub,hub,non_hub,585939.335766,4508845.19329,586655.650548,4512050.69496
+9584,9584,205,550.0,009200,,40.7548518863,-73.9734329075,346.0,003300,40.7188262539,-74.0063246998,1666.10755178,5174,1754,2694,1461,003300,215459582.054,009200,408192557.246,009200,664527539.0,003300,009200,14410.3234299,115059,76145,hub,hub,non_hub,583924.377189,4508019.6414,586655.650548,4512050.69496
+9585,9585,165,110.0,009200,,40.7548518863,-73.9734329075,78.0,003400,40.72955361,-73.98057249,908.0,6706,1754,4203,1461,003400,42933229.7541,009200,408192557.246,009200,664527539.0,003400,009200,14410.3234299,47926,76145,hub,hub,non_hub,586085.581298,4509235.37985,586655.650548,4512050.69496
+9586,9586,104,220.0,009200,,40.7548518863,-73.9734329075,132.0,003601,40.72217423,-73.990293175,1212.10941076,3299,1754,1613,1461,003601,29191583.8104,009200,408192557.246,009200,664527539.0,003601,009200,14410.3234299,77585,76145,hub,hub,non_hub,585274.124459,4508406.73315,586655.650548,4512050.69496
+9587,9587,190,220.0,009200,,40.7548518863,-73.9734329075,124.0,003602,40.724852985,-73.989265345,1058.16786424,2918,1754,1586,1461,003602,24941258.1161,009200,408192557.246,009200,664527539.0,003602,009200,14410.3234299,82124,76145,hub,hub,non_hub,585357.507872,4508705.09166,586655.650548,4512050.69496
+9588,9588,159,440.0,009200,,40.7548518863,-73.9734329075,296.0,003700,40.7256696075,-74.0052069325,1472.62789922,2401,1754,1490,1461,003700,212385639.924,009200,408192557.246,009200,664527539.0,003700,009200,14410.3234299,173333,76145,hub,hub,non_hub,584010.178026,4508780.36793,586655.650548,4512050.69496
+9589,9589,489,440.0,009200,,40.7548518863,-73.9734329075,320.0,003800,40.72765889,-73.988195855,995.916348056,8610,1754,5795,1461,003800,67437493.5221,009200,408192557.246,009200,664527539.0,003800,009200,14410.3234299,167230,76145,hub,hub,non_hub,585444.239635,4509017.60641,586655.650548,4512050.69496
+9590,9590,218,440.0,009200,,40.7548518863,-73.9734329075,212.0,003900,40.7201717475,-74.00983051,1721.35794356,5253,1754,3059,1461,003900,194910113.03,009200,408192557.246,009200,664527539.0,003900,009200,14410.3234299,113624,76145,hub,hub,non_hub,583626.593058,4508165.65565,586655.650548,4512050.69496
+9591,9591,519,220.0,009200,,40.7548518863,-73.9734329075,132.0,004000,40.73000573,-73.98549552,938.644847451,9801,1754,4546,1461,004000,66858387.5133,009200,408192557.246,009200,664527539.0,004000,009200,14410.3234299,99660,76145,hub,hub,non_hub,585669.269443,4509280.75306,586655.650548,4512050.69496
+9592,9592,121,220.0,009200,,40.7548518863,-73.9734329075,128.0,004100,40.7195529,-73.996789035,1531.25,7793,1754,3765,1461,004100,71738983.3617,009200,408192557.246,009200,664527539.0,004100,009200,14410.3234299,114685,76145,hub,hub,non_hub,584728.836557,4508109.46034,586655.650548,4512050.69496
+9593,9593,136,110.0,009200,,40.7548518863,-73.9734329075,70.0,004200,40.73223272,-73.98889957,988.667006456,4988,1754,1801,1461,004200,39941846.3325,009200,408192557.246,009200,664527539.0,004200,009200,14410.3234299,50846,76145,hub,hub,non_hub,585378.96492,4509524.64843,586655.650548,4512050.69496
+9594,9594,118,220.0,009200,,40.7548518863,-73.9734329075,134.0,004300,40.723870235,-73.995226525,1117.80469566,4267,1754,2598,1461,004300,65935514.1184,009200,408192557.246,009200,664527539.0,004300,009200,14410.3234299,95162,76145,hub,hub,non_hub,584855.320992,4508590.22212,586655.650548,4512050.69496
+9595,9595,586,220.0,009200,,40.7548518863,-73.9734329075,120.0,004400,40.73080269,-73.97968993,1019.18542536,17710,1754,8297,1461,004400,114601147.016,009200,408192557.246,009200,664527539.0,004400,009200,14410.3234299,106427,76145,hub,hub,non_hub,586158.498991,4509374.90208,586655.650548,4512050.69496
+9596,9596,24,110.0,009200,,40.7548518863,-73.9734329075,54.0,004500,40.71910537,-73.99973337,1549.625,840,1754,582,1461,004500,52009114.8865,009200,408192557.246,009200,664527539.0,004500,009200,14410.3234299,34275,76145,hub,hub,non_hub,584480.726971,4508056.94497,586655.650548,4512050.69496
+9597,9597,7,110.0,009200,,40.7548518863,-73.9734329075,78.0,004700,40.72165481,-74.00234737,1521.75,2267,1754,1586,1461,004700,75477587.1594,009200,408192557.246,009200,664527539.0,004700,009200,14410.3234299,27544,76145,hub,hub,non_hub,584256.734795,4508337.43837,586655.650548,4512050.69496
+9598,9598,299,110.0,009200,,40.7548518863,-73.9734329075,70.0,004800,40.73624527,-73.98473765,789.939568731,7550,1754,3799,1461,004800,74763044.6965,009200,408192557.246,009200,664527539.0,004800,009200,14410.3234299,42567,76145,hub,hub,non_hub,585725.258797,4509974.12516,586655.650548,4512050.69496
+9599,9599,57,220.0,009200,,40.7548518863,-73.9734329075,146.0,004900,40.724268615,-74.000521515,1351.28340336,4951,1754,3054,1461,004900,103848670.177,009200,408192557.246,009200,664527539.0,004900,009200,14410.3234299,80152,76145,hub,hub,non_hub,584407.63728,4508629.34168,586655.650548,4512050.69496
+9600,9600,441,330.0,009200,,40.7548518863,-73.9734329075,186.0,005000,40.7359163467,-73.9873427633,901.992494377,5061,1754,3595,1461,005000,120638459.215,009200,408192557.246,009200,664527539.0,005000,009200,14410.3234299,111023,76145,hub,hub,non_hub,585505.709717,4509935.07175,586655.650548,4512050.69496
+9601,9601,478,220.0,009200,,40.7548518863,-73.9734329075,212.0,005200,40.73715585,-73.991241315,894.841790888,4193,1754,1785,1461,005200,109103391.81,009200,408192557.246,009200,664527539.0,005200,009200,14410.3234299,159876,76145,hub,hub,non_hub,585174.941656,4510068.87544,586655.650548,4512050.69496
+9602,9602,524,110.0,009200,,40.7548518863,-73.9734329075,94.0,005400,40.73971301,-73.99456405,925.493317189,4656,1754,2837,1461,005400,128803552.888,009200,408192557.246,009200,664527539.0,005400,009200,14410.3234299,73728,76145,hub,hub,non_hub,584891.129718,4510349.51956,586655.650548,4512050.69496
+9603,9603,52,110.0,009200,,40.7548518863,-73.9734329075,60.0,005501,40.72679454,-73.99695094,1011.2281106,5079,1754,2483,1461,005501,61061928.4125,009200,408192557.246,009200,664527539.0,005501,009200,14410.3234299,57258,76145,hub,hub,non_hub,584705.980012,4508913.17477,586655.650548,4512050.69496
+9604,9604,73,110.0,009200,,40.7548518863,-73.9734329075,54.0,005502,40.72743423,-73.99379025,918.157894737,2383,1754,1262,1461,005502,49017118.6146,009200,408192557.246,009200,664527539.0,005502,009200,14410.3234299,55117,76145,hub,hub,non_hub,584972.085912,4508987.23863,586655.650548,4512050.69496
+9605,9605,412,220.0,009200,,40.7548518863,-73.9734329075,190.0,005600,40.74065347,-73.98778661,871.533169935,2618,1754,2190,1461,005600,189153355.609,009200,408192557.246,009200,664527539.0,005600,009200,14410.3234299,113209,76145,hub,hub,non_hub,585462.168743,4510460.49357,586655.650548,4512050.69496
+9606,9606,291,220.0,009200,,40.7548518863,-73.9734329075,164.0,005700,40.729662915,-73.992405595,938.01947523,2937,1754,1789,1461,005700,90178032.7137,009200,408192557.246,009200,664527539.0,005700,009200,14410.3234299,156896,76145,hub,hub,non_hub,585086.179601,4509235.9788,586655.650548,4512050.69496
+9607,9607,715,220.0,009200,,40.7548518863,-73.9734329075,174.0,005800,40.743154205,-73.990299735,907.746878325,3182,1754,2306,1461,005800,164037511.755,009200,408192557.246,009200,664527539.0,005800,009200,14410.3234299,130970,76145,hub,hub,non_hub,585246.786708,4510735.64918,586655.650548,4512050.69496
+9608,9608,86,110.0,009200,,40.7548518863,-73.9734329075,62.0,005900,40.73049393,-73.9957214,931.532328939,5516,1754,3276,1461,005900,71785177.1361,009200,408192557.246,009200,664527539.0,005900,009200,14410.3234299,53180,76145,hub,hub,non_hub,584805.117401,4509325.01914,586655.650548,4512050.69496
+9609,9609,914,220.0,009200,,40.7548518863,-73.9734329075,126.0,006000,40.734822295,-73.976916765,826.893211329,5286,1754,2459,1461,006000,27468182.8943,009200,408192557.246,009200,664527539.0,006000,009200,14410.3234299,80462,76145,hub,hub,non_hub,586387.478737,4509823.83141,586655.650548,4512050.69496
+9610,9610,362,440.0,009200,,40.7548518863,-73.9734329075,282.0,006100,40.73385254,-73.992357065,1022.2334186,4913,1754,2683,1461,006100,91682014.33,009200,408192557.246,009200,664527539.0,006100,009200,14410.3234299,245510,76145,hub,hub,non_hub,585084.940162,4509701.10308,586655.650548,4512050.69496
+9611,9611,286,110.0,009200,,40.7548518863,-73.9734329075,60.0,006200,40.7381765,-73.97738662,789.465034965,4680,1754,1401,1461,006200,231817485.533,009200,408192557.246,009200,664527539.0,006200,009200,14410.3234299,33218,76145,hub,hub,non_hub,586343.467107,4510195.70961,586655.650548,4512050.69496
+9612,9612,233,330.0,009200,,40.7548518863,-73.9734329075,198.0,006300,40.7346940933,-73.99785666,1084.91454955,6076,1754,4277,1461,006300,85447631.8451,009200,408192557.246,009200,664527539.0,006300,009200,14410.3234299,120233,76145,hub,hub,non_hub,584619.48321,4509789.20591,586655.650548,4512050.69496
+9613,9613,246,110.0,009200,,40.7548518863,-73.9734329075,78.0,006400,40.73587678,-73.98205027,819.893862866,7518,1754,5058,1461,006400,95664936.1545,009200,408192557.246,009200,664527539.0,006400,009200,14410.3234299,47750,76145,hub,hub,non_hub,585952.649806,4509935.84788,586655.650548,4512050.69496
+9614,9614,221,330.0,009200,,40.7548518863,-73.9734329075,212.0,006500,40.7306296367,-73.9991423,1040.31249649,6517,1754,3568,1461,006500,59290910.3694,009200,408192557.246,009200,664527539.0,006500,009200,14410.3234299,125356,76145,hub,hub,non_hub,584516.067395,4509336.78488,586655.650548,4512050.69496
+9615,9615,671,220.0,009200,,40.7548518863,-73.9734329075,164.0,006600,40.739285505,-73.97827188,730.493835331,11780,1754,6818,1461,006600,84730469.4548,009200,408192557.246,009200,664527539.0,006600,009200,14410.3234299,74621,76145,hub,hub,non_hub,586267.286922,4510317.94668,586655.650548,4512050.69496
+9616,9616,41,110.0,009200,,40.7548518863,-73.9734329075,78.0,006700,40.73038599,-74.00214988,1268.9925,4984,1754,3796,1461,006700,47238039.9972,009200,408192557.246,009200,664527539.0,006700,009200,14410.3234299,70025,76145,hub,hub,non_hub,584262.399901,4509306.84766,586655.650548,4512050.69496
+9617,9617,273,110.0,009200,,40.7548518863,-73.9734329075,78.0,006800,40.74025878,-73.98409214,699.295046759,6735,1754,4494,1461,006800,130298431.446,009200,408192557.246,009200,664527539.0,006800,009200,14410.3234299,58926,76145,hub,hub,non_hub,585774.608423,4510420.28363,586655.650548,4512050.69496
+9618,9618,198,220.0,009200,,40.7548518863,-73.9734329075,134.0,006900,40.732319905,-74.0069291,1505.67036956,2687,1754,1484,1461,006900,61292499.9331,009200,408192557.246,009200,664527539.0,006900,009200,14410.3234299,130727,76145,hub,hub,non_hub,583856.38945,4509516.94969,586655.650548,4512050.69496
+9619,9619,1222,330.0,009200,,40.7548518863,-73.9734329075,254.0,007000,40.7425163043,-73.9756160595,571.61215206,8302,1754,5669,1461,007000,78634704.8451,009200,408192557.246,009200,664527539.0,007000,009200,14410.3234299,145227,76145,hub,hub,non_hub,586487.343417,4510679.20186,586655.650548,4512050.69496
+9620,9620,165,220.0,009200,,40.7548518863,-73.9734329075,142.0,007100,40.736526545,-74.000108805,1036.62159468,5633,1754,3844,1461,007100,68447429.2743,009200,408192557.246,009200,664527539.0,007100,009200,14410.3234299,79459,76145,hub,hub,non_hub,584426.995774,4509990.4524,586655.650548,4512050.69496
+9621,9621,1776,330.0,009200,,40.7548518863,-73.9734329075,252.0,007200,40.7447014833,-73.98154809,604.970844972,7734,1754,5222,1461,007200,132092861.454,009200,408192557.246,009200,664527539.0,007200,009200,14410.3234299,157612,76145,hub,hub,non_hub,585983.687715,4510915.94446,586655.650548,4512050.69496
+9622,9622,102,220.0,009200,,40.7548518863,-73.9734329075,118.0,007300,40.734682705,-74.00388484,1221.50978535,5615,1754,4547,1461,007300,48716185.79,009200,408192557.246,009200,664527539.0,007300,009200,14410.3234299,92567,76145,hub,hub,non_hub,584110.479319,4509782.14883,586655.650548,4512050.69496
+9623,9623,866,220.0,009200,,40.7548518863,-73.9734329075,172.0,007400,40.746413585,-73.98586892,671.428859872,4179,1754,2700,1461,007400,170614202.951,009200,408192557.246,009200,664527539.0,007400,009200,14410.3234299,81121,76145,hub,hub,non_hub,585616.696258,4511101.7763,586655.650548,4512050.69496
+9624,9624,909,220.0,009200,,40.7548518863,-73.9734329075,138.0,007600,40.74737476,-73.988320695,721.90526361,2203,1754,1573,1461,007600,242014413.464,009200,408192557.246,009200,664527539.0,007600,009200,14410.3234299,97464,76145,hub,hub,non_hub,585408.475283,4511206.08492,586655.650548,4512050.69496
+9625,9625,142,110.0,009200,,40.7548518863,-73.9734329075,86.0,007700,40.7390169121,-74.0026376103,1364.28096591,5404,1754,4254,1461,007700,59306273.1509,009200,408192557.246,009200,664527539.0,007700,009200,14410.3234299,79025,76145,hub,hub,non_hub,584210.329106,4510264.47156,586655.650548,4512050.69496
+9626,9626,1373,110.0,009200,,40.7548518863,-73.9734329075,78.0,007800,40.74780373,-73.9734419,395.975647751,7380,1754,5372,1461,007800,112124597.728,009200,408192557.246,009200,664527539.0,007800,009200,14410.3234299,59601,76145,hub,hub,non_hub,586664.043115,4511268.28888,586655.650548,4512050.69496
+9627,9627,253,550.0,009200,,40.7548518863,-73.9734329075,348.0,007900,40.738916514,-74.007286026,1421.44784297,4406,1754,2904,1461,007900,86937368.5918,009200,408192557.246,009200,664527539.0,007900,009200,14410.3234299,171846,76145,hub,hub,non_hub,583817.969395,4510248.87788,586655.650548,4512050.69496
+9628,9628,1536,220.0,009200,,40.7548518863,-73.9734329075,142.0,008000,40.7485693,-73.97717991,386.468378254,4946,1754,3730,1461,008000,197763821.532,009200,408192557.246,009200,664527539.0,008000,009200,14410.3234299,74808,76145,hub,hub,non_hub,586347.477591,4511349.58844,586655.650548,4512050.69496
+9629,9629,352,110.0,009200,,40.7548518863,-73.9734329075,78.0,008100,40.73935542,-73.99931783,1035.51235346,8675,1754,5315,1461,008100,91100400.6907,009200,408192557.246,009200,664527539.0,008100,009200,14410.3234299,53195,76145,hub,hub,non_hub,584490.204148,4510305.23824,586655.650548,4512050.69496
+9630,9630,1604,330.0,009200,,40.7548518863,-73.9734329075,350.0,008200,40.7519427453,-73.9793550477,447.31380012,3442,1754,2534,1461,008200,262405408.076,009200,408192557.246,009200,664527539.0,008200,009200,14410.3234299,228612,76145,hub,hub,non_hub,586159.492501,4511721.92782,586655.650548,4512050.69496
+9631,9631,236,440.0,009200,,40.7548518863,-73.9734329075,238.0,008300,40.742591315,-74.004102785,1354.07897585,4211,1754,2321,1461,008300,119862327.354,009200,408192557.246,009200,664527539.0,008300,009200,14410.3234299,186113,76145,hub,hub,non_hub,584082.11654,4510659.85081,586655.650548,4512050.69496
+9632,9632,465,110.0,009200,,40.7548518863,-73.9734329075,76.0,008400,40.75038009,-73.98338988,543.065448459,1726,1754,1041,1461,008400,147824461.739,009200,408192557.246,009200,664527539.0,008400,009200,14410.3234299,34199,76145,hub,hub,non_hub,585820.889203,4511544.50828,586655.650548,4512050.69496
+9633,9633,1617,110.0,009200,,40.7548518863,-73.9734329075,86.0,008601,40.744219,-73.97121214,518.174433802,2551,1754,1528,1461,008601,31141773.9073,009200,408192557.246,009200,664527539.0,008601,009200,14410.3234299,31961,76145,hub,hub,non_hub,586856.951039,4510872.56191,586655.650548,4512050.69496
+9634,9634,345,220.0,009200,,40.7548518863,-73.9734329075,156.0,008700,40.74206378,-73.995708955,1031.5855235,6671,1754,4249,1461,008700,85660216.7821,009200,408192557.246,009200,664527539.0,008700,009200,14410.3234299,152953,76145,hub,hub,non_hub,584791.475936,4510609.36503,586655.650548,4512050.69496
+9635,9635,797,220.0,009200,,40.7548518863,-73.9734329075,156.0,008800,40.75012189,-73.970133575,338.917883541,6964,1754,5507,1461,008800,216532475.876,009200,408192557.246,009200,664527539.0,008800,009200,14410.3234299,43247,76145,hub,hub,non_hub,586940.323322,4511528.89362,586655.650548,4512050.69496
+9636,9636,382,330.0,009200,,40.7548518863,-73.9734329075,240.0,008900,40.74529008,-74.0021768567,1212.47253751,5560,1754,3511,1461,008900,54419260.2723,009200,408192557.246,009200,664527539.0,008900,009200,14410.3234299,158638,76145,hub,hub,non_hub,584241.316685,4510961.27944,586655.650548,4512050.69496
+9637,9637,1331,330.0,009200,,40.7548518863,-73.9734329075,220.0,009000,40.75261798,-73.9703317533,440.716124313,7026,1754,5832,1461,009000,208846060.851,009200,408192557.246,009200,664527539.0,009000,009200,14410.3234299,74531,76145,hub,hub,non_hub,586920.342162,4511805.78171,586655.650548,4512050.69496
+9638,9638,141,110.0,009200,,40.7548518863,-73.9734329075,78.0,009100,40.74487634,-73.99529885,962.347478992,6415,1754,4386,1461,009100,127325659.041,009200,408192557.246,009200,664527539.0,009100,009200,14410.3234299,63878,76145,hub,hub,non_hub,584822.527687,4510921.97538,586655.650548,4512050.69496
+9639,9639,92,110.0,009200,,40.7548518863,-73.9734329075,78.0,009300,40.74475148,-73.99915362,1130.30434783,9705,1754,5585,1461,009300,68528055.2433,009200,408192557.246,009200,664527539.0,009300,009200,14410.3234299,52202,76145,hub,hub,non_hub,584497.239363,4510904.39701,586655.650548,4512050.69496
+9640,9640,356,110.0,009200,,40.7548518863,-73.9734329075,62.0,009400,40.75320159,-73.9779874,495.503842618,29,1754,16,1461,009400,299218147.811,009200,408192557.246,009200,664527539.0,009400,009200,14410.3234299,82147,76145,hub,hub,non_hub,586273.319314,4511863.01244,586655.650548,4512050.69496
+9641,9641,189,110.0,009200,,40.7548518863,-73.9734329075,102.0,009500,40.746647,-73.993915,958.48731203,3425,1754,1416,1461,009500,129660033.725,009200,408192557.246,009200,664527539.0,009500,009200,14410.3234299,57488,76145,hub,hub,non_hub,584937.108907,4511119.86954,586655.650548,4512050.69496
+9642,9642,1884,330.0,009200,,40.7548518863,-73.9734329075,280.0,009600,40.7560468591,-73.9803698041,384.525898362,153,1754,268,1461,009600,270304841.585,009200,408192557.246,009200,664527539.0,009600,009200,14410.3234299,71527,76145,hub,hub,non_hub,586068.535449,4512176.51895,586655.650548,4512050.69496
+9643,9643,263,330.0,009200,,40.7548518863,-73.9734329075,198.0,009700,40.7493616033,-73.9991321067,1033.23741331,4744,1754,2827,1461,009700,83018263.1602,009200,408192557.246,009200,664527539.0,009700,009200,14410.3234299,118804,76145,hub,hub,non_hub,584493.220017,4511416.17434,586655.650548,4512050.69496
+9644,9644,948,220.0,009200,,40.7548518863,-73.9734329075,140.0,009800,40.755285655,-73.96667288,324.769302138,7105,1754,5244,1461,009800,115943808.909,009200,408192557.246,009200,664527539.0,009800,009200,14410.3234299,40039,76145,hub,hub,non_hub,587225.727282,4512105.54383,586655.650548,4512050.69496
+9645,9645,654,550.0,009200,,40.7548518863,-73.9734329075,370.0,009900,40.7520807866,-74.0031899092,1024.62362069,3617,1754,2438,1461,009900,404439511.776,009200,408192557.246,009200,664527539.0,009900,009200,14410.3234299,208076,76145,hub,hub,non_hub,584147.226991,4511714.12465,586655.650548,4512050.69496
+9646,9646,1788,330.0,009200,,40.7548518863,-73.9734329075,242.0,010000,40.7583696933,-73.9710287767,295.34379891,1829,1754,1399,1461,010000,366457143.613,009200,408192557.246,009200,664527539.0,010000,009200,14410.3234299,72085,76145,hub,hub,non_hub,586854.014885,4512443.57459,586655.650548,4512050.69496
+9647,9647,3123,330.0,009200,,40.7548518863,-73.9734329075,254.0,010100,40.74945622,-73.9903382667,723.928756725,1119,1754,828,1461,010100,246168211.101,009200,408192557.246,009200,664527539.0,010100,009200,14410.3234299,183377,76145,hub,hub,hub,585235.486219,4511435.18064,586655.650548,4512050.69496
+9648,9648,1110,220.0,009200,,40.7548518863,-73.9734329075,162.0,010200,40.7606694,-73.973473555,421.097530989,313,1754,268,1461,010200,333450202.294,009200,408192557.246,009200,664527539.0,010200,009200,14410.3234299,46675,76145,hub,hub,non_hub,586644.664817,4512696.44233,586655.650548,4512050.69496
+9649,9649,3250,220.0,009200,,40.7548518863,-73.9734329075,196.0,010300,40.751000495,-73.994372255,835.607231231,1859,1754,1351,1461,010300,141506056.87,009200,408192557.246,009200,664527539.0,010300,009200,14410.3234299,221593,76145,hub,hub,hub,584892.968075,4511602.69644,586655.650548,4512050.69496
+9650,9650,2070,220.0,009200,,40.7548518863,-73.9734329075,150.0,010400,40.761664375,-73.976854975,457.475738074,1031,1754,1033,1461,010400,363981333.295,009200,408192557.246,009200,664527539.0,010400,009200,14410.3234299,65073,76145,hub,hub,non_hub,586357.961325,4512803.55852,586655.650548,4512050.69496
+9651,9651,599,110.0,009200,,40.7548518863,-73.9734329075,66.0,010602,40.75849116,-73.95920622,543.739988455,4794,1754,2963,1461,010602,67980898.3739,009200,408192557.246,009200,664527539.0,010602,009200,14410.3234299,22153,76145,hub,hub,non_hub,587851.796682,4512468.82754,586655.650548,4512050.69496
+9652,9652,1797,330.0,009200,,40.7548518863,-73.9734329075,234.0,010800,40.7591736033,-73.96613818,377.586708791,8531,1754,6272,1461,010800,189351523.799,009200,408192557.246,009200,664527539.0,010800,009200,14410.3234299,79198,76145,hub,hub,non_hub,587265.778542,4512537.66689,586655.650548,4512050.69496
+9653,9653,955,220.0,009200,,40.7548518863,-73.9734329075,228.0,010900,40.751351715,-73.987594755,630.599485523,182,1754,92,1461,010900,228173063.011,009200,408192557.246,009200,664527539.0,010900,009200,14410.3234299,60092,76145,hub,hub,non_hub,585464.669441,4511648.26242,586655.650548,4512050.69496
+9654,9654,671,110.0,009200,,40.7548518863,-73.9734329075,118.0,011201,40.7643971,-73.97371465,534.691802609,827,1754,964,1461,011201,118515444.187,009200,408192557.246,009200,664527539.0,011201,009200,14410.3234299,41525,76145,hub,hub,non_hub,586619.474659,4513110.00718,586655.650548,4512050.69496
+9655,9655,1215,110.0,009200,,40.7548518863,-73.9734329075,66.0,011203,40.76095756,-73.96724467,407.647917132,1176,1754,1160,1461,011203,143782379.009,009200,408192557.246,009200,664527539.0,011203,009200,14410.3234299,48033,76145,hub,hub,non_hub,587170.050102,4512734.59972,586655.650548,4512050.69496
+9656,9656,5239,440.0,009200,,40.7548518863,-73.9734329075,396.0,011300,40.7548008425,-73.9888010575,628.736249765,204,1754,107,1461,011300,357940519.061,009200,408192557.246,009200,664527539.0,011300,009200,14410.3234299,236650,76145,hub,hub,hub,585358.423228,4512029.96675,586655.650548,4512050.69496
+9657,9657,1253,220.0,009200,,40.7548518863,-73.9734329075,164.0,011500,40.75701407,-73.992353645,697.637109593,2487,1754,1678,1461,011500,130958459.747,009200,408192557.246,009200,664527539.0,011500,009200,14410.3234299,103294,76145,hub,hub,non_hub,585055.712647,4512272.20178,586655.650548,4512050.69496
+9658,9658,333,220.0,009200,,40.7548518863,-73.9734329075,168.0,011700,40.76058799,-74.00080945,972.908083101,2938,1754,2304,1461,011700,91270705.1484,009200,408192557.246,009200,664527539.0,011700,009200,14410.3234299,73016,76145,hub,hub,non_hub,584337.427395,4512660.77158,586655.650548,4512050.69496
+9659,9659,1187,110.0,009200,,40.7548518863,-73.9734329075,68.0,011900,40.7568001,-73.98291153,394.860607535,1079,1754,1121,1461,011900,395254501.74,009200,408192557.246,009200,664527539.0,011900,009200,14410.3234299,39976,76145,hub,hub,non_hub,585853.012005,4512257.64444,586655.650548,4512050.69496
+9660,9660,1701,330.0,009200,,40.7548518863,-73.9734329075,218.0,012100,40.7598593767,-73.9914900133,669.755902296,8366,1754,5744,1461,012100,101223732.045,009200,408192557.246,009200,664527539.0,012100,009200,14410.3234299,132767,76145,hub,hub,non_hub,585124.983126,4512588.88932,586655.650548,4512050.69496
+9661,9661,2861,110.0,009200,,40.7548518863,-73.9734329075,102.0,012500,40.76064679,-73.98442659,411.557423189,2439,1754,2096,1461,012500,322911522.418,009200,408192557.246,009200,664527539.0,012500,009200,14410.3234299,45486,76145,hub,hub,non_hub,585720.180915,4512683.17447,586655.650548,4512050.69496
+9662,9662,1549,220.0,009200,,40.7548518863,-73.9734329075,168.0,012700,40.762485435,-73.990447135,635.429915299,6437,1754,4434,1461,012700,104637996.687,009200,408192557.246,009200,664527539.0,012700,009200,14410.3234299,83393,76145,hub,hub,non_hub,585209.656415,4512881.41361,586655.650548,4512050.69496
+9663,9663,395,110.0,009200,,40.7548518863,-73.9734329075,48.0,012900,40.76341379,-73.99667444,806.583945578,5312,1754,3621,1461,012900,158698340.053,009200,408192557.246,009200,664527539.0,012900,009200,14410.3234299,28661,76145,hub,hub,non_hub,584682.864463,4512978.43901,586655.650548,4512050.69496
+9664,9664,3594,330.0,009200,,40.7548518863,-73.9734329075,320.0,013100,40.7621295133,-73.98215453,501.358609681,2489,1754,2283,1461,013100,405023451.28,009200,408192557.246,009200,664527539.0,013100,009200,14410.3234299,107228,76145,hub,hub,hub,585910.049449,4512849.98999,586655.650548,4512050.69496
+9665,9665,1958,330.0,009200,,40.7548518863,-73.9734329075,202.0,013300,40.7647250567,-73.9866537633,619.473147926,5363,1754,3909,1461,013300,79847412.2593,009200,408192557.246,009200,664527539.0,013300,009200,14410.3234299,89810,76145,hub,hub,non_hub,585526.963405,4513133.71926,586655.650548,4512050.69496
+9666,9666,744,220.0,009200,,40.7548518863,-73.9734329075,130.0,013500,40.766984435,-73.99227308,796.815987178,6075,1754,3935,1461,013500,198199142.958,009200,408192557.246,009200,664527539.0,013500,009200,14410.3234299,64723,76145,hub,hub,non_hub,585049.80204,4513379.06475,586655.650548,4512050.69496
+9667,9667,2773,220.0,009200,,40.7548518863,-73.9734329075,196.0,013700,40.766109285,-73.981808355,628.359626664,6557,1754,5442,1461,013700,314878324.419,009200,408192557.246,009200,664527539.0,013700,009200,14410.3234299,91142,76145,hub,hub,non_hub,585934.141665,4513292.1137,586655.650548,4512050.69496
+9668,9668,717,110.0,009200,,40.7548518863,-73.9734329075,54.0,013900,40.768254,-73.988639,745.84904251,7607,1754,7359,1461,013900,139918084.587,009200,408192557.246,009200,664527539.0,013900,009200,14410.3234299,26390,76145,hub,hub,non_hub,585354.890073,4513523.52534,586655.650548,4512050.69496
+9669,9669,274,110.0,009200,,40.7548518863,-73.9734329075,98.0,014300,40.76590936,-73.97634151,751.679491342,3,1754,0,1461,014300,50027992.3322,009200,408192557.246,009200,664527539.0,014300,009200,14410.3234299,21051,76145,hub,hub,non_hub,586395.803012,4513275.28949,586655.650548,4512050.69496
+9670,9670,1253,110.0,009200,,40.7548518863,-73.9734329075,72.0,014500,40.76915505,-73.98191841,743.694611334,5811,1754,3462,1461,014500,253397343.373,009200,408192557.246,009200,664527539.0,014500,009200,14410.3234299,68350,76145,hub,hub,non_hub,585920.929601,4513630.10902,586655.650548,4512050.69496
+9671,9671,883,110.0,009200,,40.7548518863,-73.9734329075,110.0,014700,40.770513,-73.988038,884.56335526,2586,1754,1743,1461,014700,70871746.8417,009200,408192557.246,009200,664527539.0,014700,009200,14410.3234299,35099,76145,hub,hub,non_hub,585402.720353,4513774.87644,586655.650548,4512050.69496
+9672,9672,284,110.0,009200,,40.7548518863,-73.9734329075,72.0,015100,40.771522,-73.990541,954.463660418,8105,1754,4856,1461,015100,164953931.102,009200,408192557.246,009200,664527539.0,015100,009200,14410.3234299,17578,76145,hub,hub,non_hub,585190.192062,4513884.4495,586655.650548,4512050.69496
+9673,9673,186,220.0,009200,,40.7548518863,-73.9734329075,140.0,031703,40.71644312,-74.014902115,1955.51357021,8670,1754,4231,1461,031703,332361109.355,009200,408192557.246,009200,664527539.0,031703,009200,14410.3234299,136082,76145,hub,hub,non_hub,583202.897614,4507746.93647,586655.650548,4512050.69496
+9674,9674,157,330.0,009200,,40.7548518863,-73.9734329075,196.0,031704,40.7085171733,-74.0165557667,2071.16333869,6610,1754,3790,1461,031704,160823714.408,009200,408192557.246,009200,664527539.0,031704,009200,14410.3234299,105244,76145,hub,hub,non_hub,583073.076824,4506865.54027,586655.650548,4512050.69496
+9675,9675,45,330.0,009200,5.05747941566,40.754902043,-73.973743718,170.0,000600,40.71313233,-73.989451478,1712.4209259,11558,1754,4083,1461,000600,59149181.7526,009200,408192557.246,009200,664527539.0,000600,009200,14410.3234299,70053,76145,hub,hub,non_hub,585356.759878,4507403.83988,586629.348557,4512055.95586
+9676,9676,54,117.0,009300,,40.74475148,-73.99915362,54.0,000202,40.71318002,-73.9818904933,1623.93249428,8012,9705,3598,5585,000202,37878157.9781,009300,68528055.2433,,0.0,000202,009300,17179.1243664,56352,56109,hub,hub,non_hub,585995.353038,4507416.50937,584497.239363,4510904.39701
+9677,9677,322,273.0,009300,,40.74475148,-73.99915362,258.0,000700,40.70581148,-74.0081572071,1559.95951068,7722,9705,5201,5585,000700,476954959.734,009300,68528055.2433,,0.0,000700,009300,17179.1243664,160040,56109,hub,hub,non_hub,583785.918305,4506573.16797,584497.239363,4510904.39701
+9678,9678,10,78.0,009300,,40.74475148,-73.99915362,47.0,000800,40.712414475,-73.993471545,1603.29166667,10365,9705,4150,5585,000800,46479755.076,009300,68528055.2433,,0.0,000800,009300,17179.1243664,34254,56109,hub,hub,non_hub,585018.109713,4507320.25418,584497.239363,4510904.39701
+9679,9679,60,117.0,009300,,40.74475148,-73.99915362,97.0,000900,40.7024745833,-74.01224785,1823.72890026,1140,9705,939,5585,000900,404341803.896,009300,68528055.2433,,0.0,000900,009300,17179.1243664,46446,56109,hub,hub,non_hub,583444.520998,4506198.85784,584497.239363,4510904.39701
+9680,9680,11,39.0,009300,,40.74475148,-73.99915362,19.0,001002,40.71782143,-73.97628939,1531.09090909,6439,9705,2346,5585,001002,22763374.2099,009300,68528055.2433,,0.0,001002,009300,17179.1243664,15916,56109,hub,hub,non_hub,586462.45635,4507937.23607,584497.239363,4510904.39701
+9681,9681,30,78.0,009300,,40.74475148,-73.99915362,46.0,001200,40.717364275,-73.982955325,1497.98190045,3547,9705,1857,5585,001200,23518220.7411,009300,68528055.2433,,0.0,001200,009300,17179.1243664,36493,56109,hub,hub,non_hub,585900.031125,4507879.94738,584497.239363,4510904.39701
+9682,9682,75,39.0,009300,,40.74475148,-73.99915362,36.0,001300,40.70463334,-74.01361706,1451.30666667,3776,9705,3028,5585,001300,286606455.687,009300,68528055.2433,,0.0,001300,009300,17179.1243664,27671,56109,hub,hub,non_hub,583326.158808,4506437.19368,584497.239363,4510904.39701
+9683,9683,28,39.0,009300,,40.74475148,-73.99915362,28.0,001401,40.71559509,-73.9870295,1388.07142857,3289,9705,1708,5585,001401,20168722.3199,009300,68528055.2433,,0.0,001401,009300,17179.1243664,26885,56109,hub,hub,non_hub,585558.18429,4507679.57909,584497.239363,4510904.39701
+9684,9684,40,78.0,009300,,40.74475148,-73.99915362,67.0,001501,40.70966832,-74.003597135,1759.9398977,5581,9705,3450,5585,001501,172466366.322,009300,68528055.2433,,0.0,001501,009300,17179.1243664,27425,56109,hub,hub,non_hub,584166.279828,4507005.66129,584497.239363,4510904.39701
+9685,9685,170,117.0,009300,,40.74475148,-73.99915362,123.0,001502,40.7088053467,-74.00635276,1401.83732934,7095,9705,3459,5585,001502,221282059.103,009300,68528055.2433,,0.0,001502,009300,17179.1243664,82052,56109,hub,hub,non_hub,583934.59195,4506907.22889,584497.239363,4510904.39701
+9686,9686,103,117.0,009300,,40.74475148,-73.99915362,107.0,001600,40.7153350167,-73.9943926833,1329.68972431,8236,9705,3242,5585,001600,76565505.7581,009300,68528055.2433,,0.0,001600,009300,17179.1243664,82798,56109,hub,hub,non_hub,584936.591099,4507643.5622,584497.239363,4510904.39701
+9687,9687,244,156.0,009300,,40.74475148,-73.99915362,154.0,001800,40.7193657075,-73.9906468425,1265.65700441,8063,9705,3489,5585,001800,60554858.5127,009300,68528055.2433,,0.0,001800,009300,17179.1243664,133306,56109,hub,hub,non_hub,585247.838585,4508094.62497,584497.239363,4510904.39701
+9688,9688,32,78.0,009300,,40.74475148,-73.99915362,46.0,002000,40.721554605,-73.977309405,1331.19806763,4795,9705,1899,5585,002000,17907673.5628,009300,68528055.2433,,0.0,002000,009300,17179.1243664,31656,56109,hub,hub,non_hub,586371.478696,4508350.63994,584497.239363,4510904.39701
+9689,9689,377,156.0,009300,,40.74475148,-73.99915362,102.0,002100,40.71451321,-74.0108850975,1173.23569732,6111,9705,3038,5585,002100,273869828.705,009300,68528055.2433,,0.0,002100,009300,17179.1243664,151037,56109,hub,hub,non_hub,583544.598931,4507536.51732,584497.239363,4510904.39701
+9690,9690,22,78.0,009300,,40.74475148,-73.99915362,44.0,002201,40.71833027,-73.980972895,1328.99166667,6762,9705,3030,5585,002201,37585954.9949,009300,68528055.2433,,0.0,002201,009300,17179.1243664,26391,56109,hub,hub,non_hub,586066.226443,4507989.12022,584497.239363,4510904.39701
+9691,9691,40,39.0,009300,,40.74475148,-73.99915362,31.0,002202,40.7208736,-73.98085795,1209.95,2256,9705,1045,5585,002202,13179093.8977,009300,68528055.2433,,0.0,002202,009300,17179.1243664,23935,56109,hub,hub,non_hub,586072.658368,4508271.55961,584497.239363,4510904.39701
+9692,9692,8,78.0,009300,,40.74475148,-73.99915362,48.0,002400,40.724744875,-73.974986535,1679.53333333,5775,9705,2175,5585,002400,17986635.5592,009300,68528055.2433,,0.0,002400,009300,17179.1243664,17965,56109,hub,hub,non_hub,586563.526382,4508707.06897,584497.239363,4510904.39701
+9693,9693,12,78.0,009300,,40.74475148,-73.99915362,62.0,002500,40.7111743,-73.99849582,1334.18571429,5061,9705,1917,5585,002500,22428407.6271,009300,68528055.2433,,0.0,002500,009300,17179.1243664,28216,56109,hub,hub,non_hub,584595.28909,4507177.73549,584497.239363,4510904.39701
+9694,9694,27,39.0,009300,,40.74475148,-73.99915362,31.0,002601,40.72299208,-73.97995466,1236.96296296,3774,9705,1593,5585,002601,22248722.3098,009300,68528055.2433,,0.0,002601,009300,17179.1243664,22144,56109,hub,hub,non_hub,586146.216204,4508507.61099,584497.239363,4510904.39701
+9695,9695,29,39.0,009300,,40.74475148,-73.99915362,27.0,002700,40.71307916,-73.99851193,1413.55172414,1191,9705,655,5585,002700,11349914.9514,009300,68528055.2433,,0.0,002700,009300,17179.1243664,20570,56109,hub,hub,non_hub,584591.517275,4507389.17181,584497.239363,4510904.39701
+9696,9696,76,39.0,009300,,40.74475148,-73.99915362,32.0,002800,40.72521311,-73.97768752,1181.52631579,7302,9705,3341,5585,002800,47641507.3146,009300,68528055.2433,,0.0,002800,009300,17179.1243664,36744,56109,hub,hub,non_hub,586334.816403,4508756.38709,584497.239363,4510904.39701
+9697,9697,27,39.0,009300,,40.74475148,-73.99915362,43.0,002900,40.71602118,-73.99974372,1263.25925926,5855,9705,2420,5585,002900,200965547.24,009300,68528055.2433,,0.0,002900,009300,17179.1243664,31936,56109,hub,hub,non_hub,584483.752153,4507714.56961,584497.239363,4510904.39701
+9698,9698,42,39.0,009300,,40.74475148,-73.99915362,35.0,003001,40.72066442,-73.98517977,1194.14285714,4301,9705,2553,5585,003001,34302720.7166,009300,68528055.2433,,0.0,003001,009300,17179.1243664,41223,56109,hub,hub,non_hub,585707.91731,4508244.11218,584497.239363,4510904.39701
+9699,9699,93,39.0,009300,,40.74475148,-73.99915362,37.0,003002,40.72217444,-73.98368779,1112.94623656,3031,9705,1885,5585,003002,18686109.2263,009300,68528055.2433,,0.0,003002,009300,17179.1243664,38675,56109,hub,hub,non_hub,585831.986427,4508413.19181,584497.239363,4510904.39701
+9700,9700,119,117.0,009300,,40.74475148,-73.99915362,121.0,003100,40.7140617467,-74.0041933367,1412.62550725,2809,9705,858,5585,003100,145687012.574,009300,68528055.2433,,0.0,003100,009300,17179.1243664,81469,56109,hub,hub,non_hub,584110.388584,4507492.78891,584497.239363,4510904.39701
+9701,9701,265,117.0,009300,,40.74475148,-73.99915362,100.0,003200,40.7260543867,-73.9823576167,1057.35908545,7630,9705,4888,5585,003200,46369492.482,009300,68528055.2433,,0.0,003200,009300,17179.1243664,138064,56109,hub,hub,non_hub,585939.335766,4508845.19329,584497.239363,4510904.39701
+9702,9702,567,195.0,009300,,40.74475148,-73.99915362,173.0,003300,40.7188285693,-74.00631965,989.335837259,5174,9705,2694,5585,003300,215459582.054,009300,68528055.2433,,0.0,003300,009300,17179.1243664,115059,56109,hub,hub,non_hub,583924.800781,4508019.90325,584497.239363,4510904.39701
+9703,9703,144,39.0,009300,,40.74475148,-73.99915362,39.0,003400,40.72955361,-73.98057249,869.944444444,6706,9705,4203,5585,003400,42933229.7541,009300,68528055.2433,,0.0,003400,009300,17179.1243664,47926,56109,hub,hub,non_hub,586085.581298,4509235.37985,584497.239363,4510904.39701
+9704,9704,144,78.0,009300,,40.74475148,-73.99915362,66.0,003601,40.72217423,-73.990293175,1038.59876543,3299,9705,1613,5585,003601,29191583.8104,009300,68528055.2433,,0.0,003601,009300,17179.1243664,77585,56109,hub,hub,non_hub,585274.124459,4508406.73315,584497.239363,4510904.39701
+9705,9705,163,78.0,009300,,40.74475148,-73.99915362,62.0,003602,40.724852985,-73.989265345,1042.42939394,2918,9705,1586,5585,003602,24941258.1161,009300,68528055.2433,,0.0,003602,009300,17179.1243664,82124,56109,hub,hub,non_hub,585357.507872,4508705.09166,584497.239363,4510904.39701
+9706,9706,1042,156.0,009300,,40.74475148,-73.99915362,148.0,003700,40.7256696075,-74.0052069325,866.25109441,2401,9705,1490,5585,003700,212385639.924,009300,68528055.2433,,0.0,003700,009300,17179.1243664,173333,56109,hub,hub,non_hub,584010.178026,4508780.36793,584497.239363,4510904.39701
+9707,9707,386,156.0,009300,,40.74475148,-73.99915362,160.0,003800,40.72765889,-73.988195855,962.911252201,8610,9705,5795,5585,003800,67437493.5221,009300,68528055.2433,,0.0,003800,009300,17179.1243664,167230,56109,hub,hub,non_hub,585444.239635,4509017.60641,584497.239363,4510904.39701
+9708,9708,432,156.0,009300,,40.74475148,-73.99915362,106.0,003900,40.7201717475,-74.00983051,1046.39838505,5253,9705,3059,5585,003900,194910113.03,009300,68528055.2433,,0.0,003900,009300,17179.1243664,113624,56109,hub,hub,non_hub,583626.593058,4508165.65565,584497.239363,4510904.39701
+9709,9709,292,78.0,009300,,40.74475148,-73.99915362,66.0,004000,40.73000573,-73.98549552,900.560469484,9801,9705,4546,5585,004000,66858387.5133,009300,68528055.2433,,0.0,004000,009300,17179.1243664,99660,56109,hub,hub,non_hub,585669.269443,4509280.75306,584497.239363,4510904.39701
+9710,9710,178,78.0,009300,,40.74475148,-73.99915362,64.0,004100,40.7195529,-73.996789035,1214.58137715,7793,9705,3765,5585,004100,71738983.3617,009300,68528055.2433,,0.0,004100,009300,17179.1243664,114685,56109,hub,hub,non_hub,584728.836557,4508109.46034,584497.239363,4510904.39701
+9711,9711,156,39.0,009300,,40.74475148,-73.99915362,35.0,004200,40.73223272,-73.98889957,794.128205128,4988,9705,1801,5585,004200,39941846.3325,009300,68528055.2433,,0.0,004200,009300,17179.1243664,50846,56109,hub,hub,non_hub,585378.96492,4509524.64843,584497.239363,4510904.39701
+9712,9712,209,78.0,009300,,40.74475148,-73.99915362,67.0,004300,40.723870235,-73.995226525,1014.92275641,4267,9705,2598,5585,004300,65935514.1184,009300,68528055.2433,,0.0,004300,009300,17179.1243664,95162,56109,hub,hub,non_hub,584855.320992,4508590.22212,584497.239363,4510904.39701
+9713,9713,302,78.0,009300,,40.74475148,-73.99915362,60.0,004400,40.73080269,-73.97968993,917.821371171,17710,9705,8297,5585,004400,114601147.016,009300,68528055.2433,,0.0,004400,009300,17179.1243664,106427,56109,hub,hub,non_hub,586158.498991,4509374.90208,584497.239363,4510904.39701
+9714,9714,51,39.0,009300,,40.74475148,-73.99915362,27.0,004500,40.71910537,-73.99973337,1284.58823529,840,9705,582,5585,004500,52009114.8865,009300,68528055.2433,,0.0,004500,009300,17179.1243664,34275,56109,hub,hub,non_hub,584480.726971,4508056.94497,584497.239363,4510904.39701
+9715,9715,114,39.0,009300,,40.74475148,-73.99915362,39.0,004700,40.72165481,-74.00234737,1081.03508772,2267,9705,1586,5585,004700,75477587.1594,009300,68528055.2433,,0.0,004700,009300,17179.1243664,27544,56109,hub,hub,non_hub,584256.734795,4508337.43837,584497.239363,4510904.39701
+9716,9716,219,39.0,009300,,40.74475148,-73.99915362,35.0,004800,40.73624527,-73.98473765,595.97716895,7550,9705,3799,5585,004800,74763044.6965,009300,68528055.2433,,0.0,004800,009300,17179.1243664,42567,56109,hub,hub,non_hub,585725.258797,4509974.12516,584497.239363,4510904.39701
+9717,9717,407,78.0,009300,,40.74475148,-73.99915362,73.0,004900,40.724268615,-74.000521515,961.824825902,4951,9705,3054,5585,004900,103848670.177,009300,68528055.2433,,0.0,004900,009300,17179.1243664,80152,56109,hub,hub,non_hub,584407.63728,4508629.34168,584497.239363,4510904.39701
+9718,9718,434,117.0,009300,,40.74475148,-73.99915362,93.0,005000,40.7359163467,-73.9873427633,613.204168435,5061,9705,3595,5585,005000,120638459.215,009300,68528055.2433,,0.0,005000,009300,17179.1243664,111023,56109,hub,hub,non_hub,585505.709717,4509935.07175,584497.239363,4510904.39701
+9719,9719,1473,78.0,009300,,40.74475148,-73.99915362,106.0,005200,40.73715585,-73.991241315,537.374266951,4193,9705,1785,5585,005200,109103391.81,009300,68528055.2433,,0.0,005200,009300,17179.1243664,159876,56109,hub,hub,non_hub,585174.941657,4510068.87544,584497.239363,4510904.39701
+9720,9720,779,39.0,009300,,40.74475148,-73.99915362,47.0,005400,40.73971301,-73.99456405,382.928112965,4656,9705,2837,5585,005400,128803552.888,009300,68528055.2433,,0.0,005400,009300,17179.1243664,73728,56109,hub,hub,non_hub,584891.129718,4510349.51956,584497.239363,4510904.39701
+9721,9721,201,39.0,009300,,40.74475148,-73.99915362,30.0,005501,40.72679454,-73.99695094,924.60199005,5079,9705,2483,5585,005501,61061928.4125,009300,68528055.2433,,0.0,005501,009300,17179.1243664,57258,56109,hub,hub,non_hub,584705.980012,4508913.17477,584497.239363,4510904.39701
+9722,9722,152,39.0,009300,,40.74475148,-73.99915362,27.0,005502,40.72743423,-73.99379025,930.118421053,2383,9705,1262,5585,005502,49017118.6146,009300,68528055.2433,,0.0,005502,009300,17179.1243664,55117,56109,hub,hub,non_hub,584972.085912,4508987.23863,584497.239363,4510904.39701
+9723,9723,1355,78.0,009300,,40.74475148,-73.99915362,95.0,005600,40.74065347,-73.98778661,449.358123403,2618,9705,2190,5585,005600,189153355.609,009300,68528055.2433,,0.0,005600,009300,17179.1243664,113209,56109,hub,hub,non_hub,585462.168743,4510460.49357,584497.239363,4510904.39701
+9724,9724,780,78.0,009300,,40.74475148,-73.99915362,82.0,005700,40.729662915,-73.992405595,731.267748021,2937,9705,1789,5585,005700,90178032.7137,009300,68528055.2433,,0.0,005700,009300,17179.1243664,156896,56109,hub,hub,non_hub,585086.179601,4509235.9788,584497.239363,4510904.39701
+9725,9725,884,78.0,009300,,40.74475148,-73.99915362,87.0,005800,40.743154205,-73.990299735,482.66107078,3182,9705,2306,5585,005800,164037511.755,009300,68528055.2433,,0.0,005800,009300,17179.1243664,130970,56109,hub,hub,non_hub,585246.786708,4510735.64918,584497.239363,4510904.39701
+9726,9726,185,39.0,009300,,40.74475148,-73.99915362,31.0,005900,40.73049393,-73.9957214,751.513513514,5516,9705,3276,5585,005900,71785177.1361,009300,68528055.2433,,0.0,005900,009300,17179.1243664,53180,56109,hub,hub,non_hub,584805.117401,4509325.01914,584497.239363,4510904.39701
+9727,9727,253,78.0,009300,,40.74475148,-73.99915362,63.0,006000,40.734822295,-73.976916765,841.256706456,5286,9705,2459,5585,006000,27468182.8943,009300,68528055.2433,,0.0,006000,009300,17179.1243664,80462,56109,hub,hub,non_hub,586387.478737,4509823.83141,584497.239363,4510904.39701
+9728,9728,1215,156.0,009300,,40.74475148,-73.99915362,141.0,006100,40.73385254,-73.992357065,653.092711508,4913,9705,2683,5585,006100,91682014.33,009300,68528055.2433,,0.0,006100,009300,17179.1243664,245510,56109,hub,hub,non_hub,585084.940162,4509701.10308,584497.239363,4510904.39701
+9729,9729,66,39.0,009300,,40.74475148,-73.99915362,30.0,006200,40.7381765,-73.97738662,807.893939394,4680,9705,1401,5585,006200,231817485.533,009300,68528055.2433,,0.0,006200,009300,17179.1243664,33218,56109,hub,hub,non_hub,586343.467107,4510195.70961,584497.239363,4510904.39701
+9730,9730,822,117.0,009300,,40.74475148,-73.99915362,99.0,006300,40.7346940933,-73.99785666,555.109800809,6076,9705,4277,5585,006300,85447631.8451,009300,68528055.2433,,0.0,006300,009300,17179.1243664,120233,56109,hub,hub,non_hub,584619.48321,4509789.20591,584497.239363,4510904.39701
+9731,9731,179,39.0,009300,,40.74475148,-73.99915362,39.0,006400,40.73587678,-73.98205027,713.882681564,7518,9705,5058,5585,006400,95664936.1545,009300,68528055.2433,,0.0,006400,009300,17179.1243664,47750,56109,hub,hub,non_hub,585952.649806,4509935.84788,584497.239363,4510904.39701
+9732,9732,480,117.0,009300,,40.74475148,-73.99915362,106.0,006500,40.7306296367,-73.9991423,734.829398445,6517,9705,3568,5585,006500,59290910.3694,009300,68528055.2433,,0.0,006500,009300,17179.1243664,125356,56109,hub,hub,non_hub,584516.067395,4509336.78488,584497.239363,4510904.39701
+9733,9733,211,78.0,009300,,40.74475148,-73.99915362,82.0,006600,40.739285505,-73.97827188,743.840770791,11780,9705,6818,5585,006600,84730469.4548,009300,68528055.2433,,0.0,006600,009300,17179.1243664,74621,56109,hub,hub,non_hub,586267.286922,4510317.94668,584497.239363,4510904.39701
+9734,9734,422,39.0,009300,,40.74475148,-73.99915362,39.0,006700,40.73038599,-74.00214988,715.109004739,4984,9705,3796,5585,006700,47238039.9972,009300,68528055.2433,,0.0,006700,009300,17179.1243664,70025,56109,hub,hub,non_hub,584262.399901,4509306.84766,584497.239363,4510904.39701
+9735,9735,256,39.0,009300,,40.74475148,-73.99915362,39.0,006800,40.74025878,-73.98409214,578.9296875,6735,9705,4494,5585,006800,130298431.446,009300,68528055.2433,,0.0,006800,009300,17179.1243664,58926,56109,hub,hub,non_hub,585774.608423,4510420.28363,584497.239363,4510904.39701
+9736,9736,1503,78.0,009300,,40.74475148,-73.99915362,67.0,006900,40.732319905,-74.0069291,612.170145674,2687,9705,1484,5585,006900,61292499.9331,009300,68528055.2433,,0.0,006900,009300,17179.1243664,130727,56109,hub,hub,non_hub,583856.38945,4509516.94969,584497.239363,4510904.39701
+9737,9737,253,117.0,009300,,40.74475148,-73.99915362,127.0,007000,40.74250285,-73.9755895533,905.342490903,8302,9705,5669,5585,007000,78634704.8451,009300,68528055.2433,,0.0,007000,009300,17179.1243664,145227,56109,hub,hub,non_hub,586489.598764,4510677.73445,584497.239363,4510904.39701
+9738,9738,689,78.0,009300,,40.74475148,-73.99915362,71.0,007100,40.736526545,-74.000108805,477.571137869,5633,9705,3844,5585,007100,68447429.2743,009300,68528055.2433,,0.0,007100,009300,17179.1243664,79459,56109,hub,hub,non_hub,584426.995774,4509990.4524,584497.239363,4510904.39701
+9739,9739,409,117.0,009300,,40.74475148,-73.99915362,126.0,007200,40.7447014833,-73.98154809,758.076455388,7734,9705,5222,5585,007200,132092861.454,009300,68528055.2433,,0.0,007200,009300,17179.1243664,157612,56109,hub,hub,non_hub,585983.687715,4510915.94446,584497.239363,4510904.39701
+9740,9740,1111,78.0,009300,,40.74475148,-73.99915362,59.0,007300,40.734682705,-74.00388484,502.172559842,5615,9705,4547,5585,007300,48716185.79,009300,68528055.2433,,0.0,007300,009300,17179.1243664,92567,56109,hub,hub,non_hub,584110.479319,4509782.14883,584497.239363,4510904.39701
+9741,9741,392,78.0,009300,,40.74475148,-73.99915362,86.0,007400,40.746413585,-73.98586892,638.71870229,4179,9705,2700,5585,007400,170614202.951,009300,68528055.2433,,0.0,007400,009300,17179.1243664,81121,56109,hub,hub,non_hub,585616.696258,4511101.7763,584497.239363,4510904.39701
+9742,9742,405,78.0,009300,,40.74475148,-73.99915362,69.0,007600,40.74737476,-73.988320695,613.530238727,2203,9705,1573,5585,007600,242014413.464,009300,68528055.2433,,0.0,007600,009300,17179.1243664,97464,56109,hub,hub,non_hub,585408.475283,4511206.08492,584497.239363,4510904.39701
+9743,9743,1916,39.0,009300,,40.74475148,-73.99915362,43.0,007700,40.7390169121,-74.0026376103,310.365344468,5404,9705,4254,5585,007700,59306273.1509,009300,68528055.2433,,0.0,007700,009300,17179.1243664,79025,56109,hub,hub,non_hub,584210.329106,4510264.47156,584497.239363,4510904.39701
+9744,9744,78,39.0,009300,,40.74475148,-73.99915362,39.0,007800,40.74780373,-73.9734419,1074.34615385,7380,9705,5372,5585,007800,112124597.728,009300,68528055.2433,,0.0,007800,009300,17179.1243664,59601,56109,hub,hub,non_hub,586664.043115,4511268.28888,584497.239363,4510904.39701
+9745,9745,1922,195.0,009300,,40.74475148,-73.99915362,174.0,007900,40.738916514,-74.007286026,490.566149043,4406,9705,2904,5585,007900,86937368.5918,009300,68528055.2433,,0.0,007900,009300,17179.1243664,171846,56109,hub,hub,non_hub,583817.969395,4510248.87788,584497.239363,4510904.39701
+9746,9746,159,78.0,009300,,40.74475148,-73.99915362,71.0,008000,40.7485693,-73.97717991,1053.82056962,4946,9705,3730,5585,008000,197763821.532,009300,68528055.2433,,0.0,008000,009300,17179.1243664,74808,56109,hub,hub,non_hub,586347.477591,4511349.58844,584497.239363,4510904.39701
+9747,9747,768,39.0,009300,,40.74475148,-73.99915362,39.0,008100,40.73935542,-73.99931783,328.404947917,8675,9705,5315,5585,008100,91100400.6907,009300,68528055.2433,,0.0,008100,009300,17179.1243664,53195,56109,hub,hub,non_hub,584490.204148,4510305.23824,584497.239363,4510904.39701
+9748,9748,908,117.0,009300,,40.74475148,-73.99915362,175.0,008200,40.7519719705,-73.9794176399,881.872502479,3442,9705,2534,5585,008200,262405408.076,009300,68528055.2433,,0.0,008200,009300,17179.1243664,228612,56109,hub,hub,non_hub,586154.170866,4511725.11059,584497.239363,4510904.39701
+9749,9749,2938,156.0,009300,,40.74475148,-73.99915362,119.0,008300,40.742591315,-74.004102785,303.541436902,4211,9705,2321,5585,008300,119862327.354,009300,68528055.2433,,0.0,008300,009300,17179.1243664,186113,56109,hub,hub,non_hub,584082.11654,4510659.85081,584497.239363,4510904.39701
+9750,9750,150,39.0,009300,,40.74475148,-73.99915362,38.0,008400,40.75038009,-73.98338988,792.766666667,1726,9705,1041,5585,008400,147824461.739,009300,68528055.2433,,0.0,008400,009300,17179.1243664,34199,56109,hub,hub,non_hub,585820.889203,4511544.50828,584497.239363,4510904.39701
+9751,9751,29,39.0,009300,,40.74475148,-73.99915362,43.0,008601,40.744219,-73.97121214,1335.34482759,2551,9705,1528,5585,008601,31141773.9073,009300,68528055.2433,,0.0,008601,009300,17179.1243664,31961,56109,hub,hub,non_hub,586856.951039,4510872.56191,584497.239363,4510904.39701
+9752,9752,3194,78.0,009300,,40.74475148,-73.99915362,78.0,008700,40.74206378,-73.995708955,339.758979454,6671,9705,4249,5585,008700,85660216.7821,009300,68528055.2433,,0.0,008700,009300,17179.1243664,152953,56109,hub,hub,hub,584791.475936,4510609.36503,584497.239363,4510904.39701
+9753,9753,165,78.0,009300,,40.74475148,-73.99915362,78.0,008800,40.75012189,-73.970133575,1040.64986599,6964,9705,5507,5585,008800,216532475.876,009300,68528055.2433,,0.0,008800,009300,17179.1243664,43247,56109,hub,hub,non_hub,586940.323322,4511528.89362,584497.239363,4510904.39701
+9754,9754,4290,117.0,009300,,40.74475148,-73.99915362,120.0,008900,40.74529008,-74.0021768567,419.078463403,5560,9705,3511,5585,008900,54419260.2723,009300,68528055.2433,,0.0,008900,009300,17179.1243664,158638,56109,hub,hub,hub,584241.316685,4510961.27944,584497.239363,4510904.39701
+9755,9755,100,117.0,009300,,40.74475148,-73.99915362,110.0,009000,40.75261798,-73.9703317533,1132.378364,7026,9705,5832,5585,009000,208846060.851,009300,68528055.2433,,0.0,009000,009300,17179.1243664,74531,56109,hub,hub,non_hub,586920.342162,4511805.78171,584497.239363,4510904.39701
+9756,9756,662,39.0,009300,,40.74475148,-73.99915362,39.0,009100,40.74487634,-73.99529885,432.028700906,6415,9705,4386,5585,009100,127325659.041,009300,68528055.2433,,0.0,009100,009300,17179.1243664,63878,56109,hub,hub,non_hub,584822.527687,4510921.97538,584497.239363,4510904.39701
+9757,9757,61,78.0,009300,,40.74475148,-73.99915362,110.0,009200,40.7548518863,-73.9734329075,1359.07751938,1754,9705,1461,5585,009200,408192557.246,009300,68528055.2433,,0.0,009200,009300,17179.1243664,72226,56109,hub,hub,non_hub,586655.650548,4512050.69496,584497.239363,4510904.39701
+9758,9758,165,39.0,009300,,40.74475148,-73.99915362,31.0,009400,40.75320159,-73.9779874,994.860606061,29,9705,16,5585,009400,299218147.811,009300,68528055.2433,,0.0,009400,009300,17179.1243664,82147,56109,hub,hub,non_hub,586273.319314,4511863.01244,584497.239363,4510904.39701
+9759,9759,418,39.0,009300,,40.74475148,-73.99915362,51.0,009500,40.746647,-73.993915,361.009569378,3425,9705,1416,5585,009500,129660033.725,009300,68528055.2433,,0.0,009500,009300,17179.1243664,57488,56109,hub,hub,non_hub,584937.108907,4511119.86954,584497.239363,4510904.39701
+9760,9760,169,117.0,009300,,40.74475148,-73.99915362,140.0,009600,40.756064386,-73.9803859741,969.524399399,153,9705,268,5585,009600,270304841.585,009300,68528055.2433,,0.0,009600,009300,17179.1243664,71527,56109,hub,hub,non_hub,586067.147887,4512178.44871,584497.239363,4510904.39701
+9761,9761,1862,117.0,009300,,40.74475148,-73.99915362,99.0,009700,40.7493616033,-73.9991321067,362.584209921,4744,9705,2827,5585,009700,83018263.1602,009300,68528055.2433,,0.0,009700,009300,17179.1243664,118804,56109,hub,hub,non_hub,584493.220017,4511416.17434,584497.239363,4510904.39701
+9762,9762,36,78.0,009300,,40.74475148,-73.99915362,70.0,009800,40.755285655,-73.96667288,1368.08513932,7105,9705,5244,5585,009800,115943808.909,009300,68528055.2433,,0.0,009800,009300,17179.1243664,40039,56109,hub,hub,non_hub,587225.727282,4512105.54383,584497.239363,4510904.39701
+9763,9763,2745,195.0,009300,,40.74475148,-73.99915362,185.0,009900,40.7520807866,-74.0031899092,503.655539478,3617,9705,2438,5585,009900,404439511.776,009300,68528055.2433,,0.0,009900,009300,17179.1243664,208076,56109,hub,hub,non_hub,584147.226991,4511714.12465,584497.239363,4510904.39701
+9764,9764,141,117.0,009300,,40.74475148,-73.99915362,121.0,010000,40.7583696933,-73.9710287767,1264.24844236,1829,9705,1399,5585,010000,366457143.613,009300,68528055.2433,,0.0,010000,009300,17179.1243664,72085,56109,hub,hub,non_hub,586854.014885,4512443.57459,584497.239363,4510904.39701
+9765,9765,682,117.0,009300,,40.74475148,-73.99915362,127.0,010100,40.74945622,-73.9903382667,483.518943952,1119,9705,828,5585,010100,246168211.101,009300,68528055.2433,,0.0,010100,009300,17179.1243664,183377,56109,hub,hub,non_hub,585235.486219,4511435.18064,584497.239363,4510904.39701
+9766,9766,84,78.0,009300,,40.74475148,-73.99915362,81.0,010200,40.7606694,-73.973473555,1123.42495687,313,9705,268,5585,010200,333450202.294,009300,68528055.2433,,0.0,010200,009300,17179.1243664,46675,56109,hub,hub,non_hub,586644.664817,4512696.44233,584497.239363,4510904.39701
+9767,9767,1372,78.0,009300,,40.74475148,-73.99915362,98.0,010300,40.751000495,-73.994372255,457.687681072,1859,9705,1351,5585,010300,141506056.87,009300,68528055.2433,,0.0,010300,009300,17179.1243664,221593,56109,hub,hub,non_hub,584892.968075,4511602.69644,584497.239363,4510904.39701
+9768,9768,119,78.0,009300,,40.74475148,-73.99915362,75.0,010400,40.761664375,-73.976854975,952.848214286,1031,9705,1033,5585,010400,363981333.295,009300,68528055.2433,,0.0,010400,009300,17179.1243664,65073,56109,hub,hub,non_hub,586357.961325,4512803.55852,584497.239363,4510904.39701
+9769,9769,148,39.0,009300,,40.74475148,-73.99915362,33.0,010602,40.75849116,-73.95920622,1502.35810811,4794,9705,2963,5585,010602,67980898.3739,009300,68528055.2433,,0.0,010602,009300,17179.1243664,22153,56109,hub,hub,non_hub,587851.796682,4512468.82754,584497.239363,4510904.39701
+9770,9770,167,117.0,009300,,40.74475148,-73.99915362,117.0,010800,40.7591736033,-73.96613818,1460.93178313,8531,9705,6272,5585,010800,189351523.799,009300,68528055.2433,,0.0,010800,009300,17179.1243664,79198,56109,hub,hub,non_hub,587265.778542,4512537.66689,584497.239363,4510904.39701
+9771,9771,213,78.0,009300,,40.74475148,-73.99915362,114.0,010900,40.751351715,-73.987594755,662.864782206,182,9705,92,5585,010900,228173063.011,009300,68528055.2433,,0.0,010900,009300,17179.1243664,60092,56109,hub,hub,non_hub,585464.669441,4511648.26242,584497.239363,4510904.39701
+9772,9772,75,39.0,009300,,40.74475148,-73.99915362,59.0,011201,40.7643971,-73.97371465,1416.68,827,9705,964,5585,011201,118515444.187,009300,68528055.2433,,0.0,011201,009300,17179.1243664,41525,56109,hub,hub,non_hub,586619.474659,4513110.00718,584497.239363,4510904.39701
+9773,9773,99,39.0,009300,,40.74475148,-73.99915362,33.0,011203,40.76095756,-73.96724467,1473.84848485,1176,9705,1160,5585,011203,143782379.009,009300,68528055.2433,,0.0,011203,009300,17179.1243664,48033,56109,hub,hub,non_hub,587170.050102,4512734.59972,584497.239363,4510904.39701
+9774,9774,997,156.0,009300,,40.74475148,-73.99915362,198.0,011300,40.7548008425,-73.9888010575,734.522497523,204,9705,107,5585,011300,357940519.061,009300,68528055.2433,,0.0,011300,009300,17179.1243664,236650,56109,hub,hub,non_hub,585358.423228,4512029.96675,584497.239363,4510904.39701
+9775,9775,1030,78.0,009300,,40.74475148,-73.99915362,82.0,011500,40.75701407,-73.992353645,614.31657492,2487,9705,1678,5585,011500,130958459.747,009300,68528055.2433,,0.0,011500,009300,17179.1243664,103294,56109,hub,hub,non_hub,585055.712647,4512272.20178,584497.239363,4510904.39701
+9776,9776,791,78.0,009300,,40.74475148,-73.99915362,84.0,011700,40.76058799,-74.00080945,758.616665972,2938,9705,2304,5585,011700,91270705.1484,009300,68528055.2433,,0.0,011700,009300,17179.1243664,73016,56109,hub,hub,non_hub,584337.427395,4512660.77158,584497.239363,4510904.39701
+9777,9777,76,39.0,009300,,40.74475148,-73.99915362,34.0,011900,40.7568001,-73.98291153,911.644736842,1079,9705,1121,5585,011900,395254501.74,009300,68528055.2433,,0.0,011900,009300,17179.1243664,39976,56109,hub,hub,non_hub,585853.012005,4512257.64444,584497.239363,4510904.39701
+9778,9778,1357,117.0,009300,,40.74475148,-73.99915362,109.0,012100,40.7598593767,-73.9914900133,715.781506767,8366,9705,5744,5585,012100,101223732.045,009300,68528055.2433,,0.0,012100,009300,17179.1243664,132767,56109,hub,hub,non_hub,585124.983126,4512588.88932,584497.239363,4510904.39701
+9779,9779,109,39.0,009300,,40.74475148,-73.99915362,51.0,012500,40.76064679,-73.98442659,897.201834862,2439,9705,2096,5585,012500,322911522.418,009300,68528055.2433,,0.0,012500,009300,17179.1243664,45486,56109,hub,hub,non_hub,585720.180916,4512683.17447,584497.239363,4510904.39701
+9780,9780,602,78.0,009300,,40.74475148,-73.99915362,84.0,012700,40.762485435,-73.990447135,796.03875969,6437,9705,4434,5585,012700,104637996.687,009300,68528055.2433,,0.0,012700,009300,17179.1243664,83393,56109,hub,hub,non_hub,585209.656415,4512881.41361,584497.239363,4510904.39701
+9781,9781,243,39.0,009300,,40.74475148,-73.99915362,24.0,012900,40.76341379,-73.99667444,881.818930041,5312,9705,3621,5585,012900,158698340.053,009300,68528055.2433,,0.0,012900,009300,17179.1243664,28661,56109,hub,hub,non_hub,584682.864463,4512978.43901,584497.239363,4510904.39701
+9782,9782,236,117.0,009300,,40.74475148,-73.99915362,160.0,013100,40.7621295133,-73.98215453,974.142557031,2489,9705,2283,5585,013100,405023451.28,009300,68528055.2433,,0.0,013100,009300,17179.1243664,107228,56109,hub,hub,non_hub,585910.049449,4512849.98999,584497.239363,4510904.39701
+9783,9783,504,117.0,009300,,40.74475148,-73.99915362,101.0,013300,40.7647250567,-73.9866537633,920.206848658,5363,9705,3909,5585,013300,79847412.2593,009300,68528055.2433,,0.0,013300,009300,17179.1243664,89810,56109,hub,hub,non_hub,585526.963405,4513133.71926,584497.239363,4510904.39701
+9784,9784,243,78.0,009300,,40.74475148,-73.99915362,65.0,013500,40.766984435,-73.99227308,980.138420033,6075,9705,3935,5585,013500,198199142.958,009300,68528055.2433,,0.0,013500,009300,17179.1243664,64723,56109,hub,hub,non_hub,585049.80204,4513379.06475,584497.239363,4510904.39701
+9785,9785,185,78.0,009300,,40.74475148,-73.99915362,98.0,013700,40.766109285,-73.981808355,1196.03601278,6557,9705,5442,5585,013700,314878324.419,009300,68528055.2433,,0.0,013700,009300,17179.1243664,91142,56109,hub,hub,non_hub,585934.141665,4513292.1137,584497.239363,4510904.39701
+9786,9786,115,39.0,009300,,40.74475148,-73.99915362,27.0,013900,40.768254,-73.988639,975.513043478,7607,9705,7359,5585,013900,139918084.587,009300,68528055.2433,,0.0,013900,009300,17179.1243664,26390,56109,hub,hub,non_hub,585354.890073,4513523.52534,584497.239363,4510904.39701
+9787,9787,66,39.0,009300,,40.74475148,-73.99915362,49.0,014300,40.76590936,-73.97634151,1602.5,3,9705,0,5585,014300,50027992.3322,009300,68528055.2433,,0.0,014300,009300,17179.1243664,21051,56109,hub,hub,non_hub,586395.803012,4513275.28949,584497.239363,4510904.39701
+9788,9788,380,39.0,009300,,40.74475148,-73.99915362,36.0,014500,40.76915505,-73.98191841,1240.45789474,5811,9705,3462,5585,014500,253397343.373,009300,68528055.2433,,0.0,014500,009300,17179.1243664,68350,56109,hub,hub,non_hub,585920.929601,4513630.10902,584497.239363,4510904.39701
+9789,9789,141,39.0,009300,,40.74475148,-73.99915362,55.0,014700,40.770513,-73.988038,1189.70212766,2586,9705,1743,5585,014700,70871746.8417,009300,68528055.2433,,0.0,014700,009300,17179.1243664,35099,56109,hub,hub,non_hub,585402.720353,4513774.87644,584497.239363,4510904.39701
+9790,9790,46,39.0,009300,,40.74475148,-73.99915362,36.0,015100,40.771522,-73.990541,1176.23913043,8105,9705,4856,5585,015100,164953931.102,009300,68528055.2433,,0.0,015100,009300,17179.1243664,17578,56109,hub,hub,non_hub,585190.192062,4513884.4495,584497.239363,4510904.39701
+9791,9791,681,78.0,009300,,40.74475148,-73.99915362,70.0,031703,40.71644312,-74.014902115,1175.56098946,8670,9705,4231,5585,031703,332361109.355,009300,68528055.2433,,0.0,031703,009300,17179.1243664,136082,56109,hub,hub,non_hub,583202.897614,4507746.93647,584497.239363,4510904.39701
+9792,9792,383,117.0,009300,,40.74475148,-73.99915362,98.0,031704,40.7085171733,-74.0165557667,1423.49996298,6610,9705,3790,5585,031704,160823714.408,009300,68528055.2433,,0.0,031704,009300,17179.1243664,105244,56109,hub,hub,non_hub,583073.076824,4506865.54027,584497.239363,4510904.39701
+9793,9793,58,117.0,009300,,40.74475148,-73.99915362,85.0,000600,40.7128987867,-73.9898646367,1540.76686508,11558,9705,4083,5585,000600,59149181.7526,009300,68528055.2433,,0.0,000600,009300,17179.1243664,70053,56109,hub,hub,non_hub,585322.159723,4507377.5136,584497.239363,4510904.39701
+9794,9794,41,93.0,009400,,40.75320159,-73.9779874,54.0,000202,40.71318002,-73.9818904933,1572.96031746,8012,29,3598,16,000202,37878157.9781,009400,299218147.811,,0.0,000202,009400,14079.3662136,56352,74059,hub,hub,non_hub,585995.353038,4507416.50937,586273.319314,4511863.01244
+9795,9795,212,217.0,009400,,40.75320159,-73.9779874,258.0,000700,40.70581148,-74.0081572071,1912.51549647,7722,29,5201,16,000700,476954959.734,009400,299218147.811,,0.0,000700,009400,14079.3662136,160040,74059,hub,hub,non_hub,583785.918305,4506573.16797,586273.319314,4511863.01244
+9796,9796,16,62.0,009400,,40.75320159,-73.9779874,47.0,000800,40.712414475,-73.993471545,1531.92063492,10365,29,4150,16,000800,46479755.076,009400,299218147.811,,0.0,000800,009400,14079.3662136,34254,74059,hub,hub,non_hub,585018.109713,4507320.25418,586273.319314,4511863.01244
+9797,9797,39,93.0,009400,,40.75320159,-73.9779874,97.0,000900,40.7024745833,-74.01224785,2050.31481481,1140,29,939,16,000900,404341803.896,009400,299218147.811,,0.0,000900,009400,14079.3662136,46446,74059,hub,hub,non_hub,583444.520998,4506198.85784,586273.319314,4511863.01244
+9798,9798,10,31.0,009400,,40.75320159,-73.9779874,19.0,001002,40.71782143,-73.97628939,1219.9,6439,29,2346,16,001002,22763374.2099,009400,299218147.811,,0.0,001002,009400,14079.3662136,15916,74059,hub,hub,non_hub,586462.45635,4507937.23607,586273.319314,4511863.01244
+9799,9799,46,62.0,009400,,40.75320159,-73.9779874,46.0,001200,40.717364275,-73.982955325,1493.0331384,3547,29,1857,16,001200,23518220.7411,009400,299218147.811,,0.0,001200,009400,14079.3662136,36493,74059,hub,hub,non_hub,585900.031125,4507879.94738,586273.319314,4511863.01244
+9800,9800,25,31.0,009400,,40.75320159,-73.9779874,36.0,001300,40.70463334,-74.01361706,2350.12,3776,29,3028,16,001300,286606455.687,009400,299218147.811,,0.0,001300,009400,14079.3662136,27671,74059,hub,hub,non_hub,583326.158808,4506437.19368,586273.319314,4511863.01244
+9801,9801,10,31.0,009400,,40.75320159,-73.9779874,28.0,001401,40.71559509,-73.9870295,931.4,3289,29,1708,16,001401,20168722.3199,009400,299218147.811,,0.0,001401,009400,14079.3662136,26885,74059,hub,hub,non_hub,585558.18429,4507679.57909,586273.319314,4511863.01244
+9802,9802,5,62.0,009400,,40.75320159,-73.9779874,67.0,001501,40.70966832,-74.003597135,2140.91666667,5581,29,3450,16,001501,172466366.322,009400,299218147.811,,0.0,001501,009400,14079.3662136,27425,74059,hub,hub,non_hub,584166.279828,4507005.66129,586273.319314,4511863.01244
+9803,9803,41,93.0,009400,,40.75320159,-73.9779874,123.0,001502,40.7088053467,-74.00635276,1994.9280303,7095,29,3459,16,001502,221282059.103,009400,299218147.811,,0.0,001502,009400,14079.3662136,82052,74059,hub,hub,non_hub,583934.59195,4506907.22889,586273.319314,4511863.01244
+9804,9804,30,93.0,009400,,40.75320159,-73.9779874,107.0,001600,40.7153350167,-73.9943926833,1277.37685185,8236,29,3242,16,001600,76565505.7581,009400,299218147.811,,0.0,001600,009400,14079.3662136,82798,74059,hub,hub,non_hub,584936.591099,4507643.5622,586273.319314,4511863.01244
+9805,9805,119,124.0,009400,,40.75320159,-73.9779874,154.0,001800,40.7193657075,-73.9906468425,1248.31188596,8063,29,3489,16,001800,60554858.5127,009400,299218147.811,,0.0,001800,009400,14079.3662136,133306,74059,hub,hub,non_hub,585247.838585,4508094.62497,586273.319314,4511863.01244
+9806,9806,41,62.0,009400,,40.75320159,-73.9779874,46.0,002000,40.721554605,-73.977309405,1384.25454545,4795,29,1899,16,002000,17907673.5628,009400,299218147.811,,0.0,002000,009400,14079.3662136,31656,74059,hub,hub,non_hub,586371.478696,4508350.63994,586273.319314,4511863.01244
+9807,9807,387,124.0,009400,,40.75320159,-73.9779874,102.0,002100,40.71451321,-74.0108850975,1559.46890162,6111,29,3038,16,002100,273869828.705,009400,299218147.811,,0.0,002100,009400,14079.3662136,151037,74059,hub,hub,non_hub,583544.598931,4507536.51732,586273.319314,4511863.01244
+9808,9808,51,62.0,009400,,40.75320159,-73.9779874,44.0,002201,40.71833027,-73.980972895,1287.48447205,6762,29,3030,16,002201,37585954.9949,009400,299218147.811,,0.0,002201,009400,14079.3662136,26391,74059,hub,hub,non_hub,586066.226443,4507989.12022,586273.319314,4511863.01244
+9809,9809,63,31.0,009400,,40.75320159,-73.9779874,31.0,002202,40.7208736,-73.98085795,1255.17460317,2256,29,1045,16,002202,13179093.8977,009400,299218147.811,,0.0,002202,009400,14079.3662136,23935,74059,hub,hub,non_hub,586072.658368,4508271.55961,586273.319314,4511863.01244
+9810,9810,4,62.0,009400,,40.75320159,-73.9779874,48.0,002400,40.724744875,-73.974986535,1361.0,5775,29,2175,16,002400,17986635.5592,009400,299218147.811,,0.0,002400,009400,14079.3662136,17965,74059,hub,hub,non_hub,586563.526382,4508707.06897,586273.319314,4511863.01244
+9811,9811,12,62.0,009400,,40.75320159,-73.9779874,62.0,002500,40.7111743,-73.99849582,1539.3,5061,29,1917,16,002500,22428407.6271,009400,299218147.811,,0.0,002500,009400,14079.3662136,28216,74059,hub,hub,non_hub,584595.28909,4507177.73549,586273.319314,4511863.01244
+9812,9812,97,31.0,009400,,40.75320159,-73.9779874,31.0,002601,40.72299208,-73.97995466,1190.27835052,3774,29,1593,16,002601,22248722.3098,009400,299218147.811,,0.0,002601,009400,14079.3662136,22144,74059,hub,hub,non_hub,586146.216204,4508507.61099,586273.319314,4511863.01244
+9813,9813,8,31.0,009400,,40.75320159,-73.9779874,27.0,002700,40.71307916,-73.99851193,2135.75,1191,29,655,16,002700,11349914.9514,009400,299218147.811,,0.0,002700,009400,14079.3662136,20570,74059,hub,hub,non_hub,584591.517275,4507389.17181,586273.319314,4511863.01244
+9814,9814,34,31.0,009400,,40.75320159,-73.9779874,32.0,002800,40.72521311,-73.97768752,1160.55882353,7302,29,3341,16,002800,47641507.3146,009400,299218147.811,,0.0,002800,009400,14079.3662136,36744,74059,hub,hub,non_hub,586334.816403,4508756.38709,586273.319314,4511863.01244
+9815,9815,99,31.0,009400,,40.75320159,-73.9779874,43.0,002900,40.71602118,-73.99974372,1164.60606061,5855,29,2420,16,002900,200965547.24,009400,299218147.811,,0.0,002900,009400,14079.3662136,31936,74059,hub,hub,non_hub,584483.752153,4507714.56961,586273.319314,4511863.01244
+9816,9816,90,31.0,009400,,40.75320159,-73.9779874,35.0,003001,40.72066442,-73.98517977,1300.67777778,4301,29,2553,16,003001,34302720.7166,009400,299218147.811,,0.0,003001,009400,14079.3662136,41223,74059,hub,hub,non_hub,585707.91731,4508244.11218,586273.319314,4511863.01244
+9817,9817,19,31.0,009400,,40.75320159,-73.9779874,37.0,003002,40.72217444,-73.98368779,1027.68421053,3031,29,1885,16,003002,18686109.2263,009400,299218147.811,,0.0,003002,009400,14079.3662136,38675,74059,hub,hub,non_hub,585831.986427,4508413.19181,586273.319314,4511863.01244
+9818,9818,107,93.0,009400,,40.75320159,-73.9779874,121.0,003100,40.7140617467,-74.0041933367,1515.29517705,2809,29,858,16,003100,145687012.574,009400,299218147.811,,0.0,003100,009400,14079.3662136,81469,74059,hub,hub,non_hub,584110.388584,4507492.78891,586273.319314,4511863.01244
+9819,9819,185,93.0,009400,,40.75320159,-73.9779874,100.0,003200,40.7260543867,-73.9823576167,1074.43639844,7630,29,4888,16,003200,46369492.482,009400,299218147.811,,0.0,003200,009400,14079.3662136,138064,74059,hub,hub,non_hub,585939.335766,4508845.19329,586273.319314,4511863.01244
+9820,9820,197,155.0,009400,,40.75320159,-73.9779874,173.0,003300,40.718823428,-74.006330863,1677.42121779,5174,29,2694,16,003300,215459582.054,009400,299218147.811,,0.0,003300,009400,14079.3662136,115059,74059,hub,hub,non_hub,583923.860192,4508019.32181,586273.319314,4511863.01244
+9821,9821,95,31.0,009400,,40.75320159,-73.9779874,39.0,003400,40.72955361,-73.98057249,929.010526316,6706,29,4203,16,003400,42933229.7541,009400,299218147.811,,0.0,003400,009400,14079.3662136,47926,74059,hub,hub,non_hub,586085.581298,4509235.37985,586273.319314,4511863.01244
+9822,9822,51,62.0,009400,,40.75320159,-73.9779874,66.0,003601,40.72217423,-73.990293175,1201.84326019,3299,29,1613,16,003601,29191583.8104,009400,299218147.811,,0.0,003601,009400,14079.3662136,77585,74059,hub,hub,non_hub,585274.124459,4508406.73315,586273.319314,4511863.01244
+9823,9823,81,62.0,009400,,40.75320159,-73.9779874,62.0,003602,40.724852985,-73.989265345,1178.93496503,2918,29,1586,16,003602,24941258.1161,009400,299218147.811,,0.0,003602,009400,14079.3662136,82124,74059,hub,hub,non_hub,585357.507872,4508705.09166,586273.319314,4511863.01244
+9824,9824,428,124.0,009400,,40.75320159,-73.9779874,148.0,003700,40.7256696075,-74.0052069325,1397.1217668,2401,29,1490,16,003700,212385639.924,009400,299218147.811,,0.0,003700,009400,14079.3662136,173333,74059,hub,hub,non_hub,584010.178026,4508780.36793,586273.319314,4511863.01244
+9825,9825,159,124.0,009400,,40.75320159,-73.9779874,160.0,003800,40.72765889,-73.988195855,1050.37910259,8610,29,5795,16,003800,67437493.5221,009400,299218147.811,,0.0,003800,009400,14079.3662136,167230,74059,hub,hub,non_hub,585444.239635,4509017.60641,586273.319314,4511863.01244
+9826,9826,389,124.0,009400,,40.75320159,-73.9779874,106.0,003900,40.7201717475,-74.00983051,1664.00880632,5253,29,3059,16,003900,194910113.03,009400,299218147.811,,0.0,003900,009400,14079.3662136,113624,74059,hub,hub,non_hub,583626.593058,4508165.65565,586273.319314,4511863.01244
+9827,9827,261,62.0,009400,,40.75320159,-73.9779874,66.0,004000,40.73000573,-73.98549552,945.286764706,9801,29,4546,16,004000,66858387.5133,009400,299218147.811,,0.0,004000,009400,14079.3662136,99660,74059,hub,hub,non_hub,585669.269443,4509280.75306,586273.319314,4511863.01244
+9828,9828,69,62.0,009400,,40.75320159,-73.9779874,64.0,004100,40.7195529,-73.996789035,1394.1,7793,29,3765,16,004100,71738983.3617,009400,299218147.811,,0.0,004100,009400,14079.3662136,114685,74059,hub,hub,non_hub,584728.836557,4508109.46034,586273.319314,4511863.01244
+9829,9829,66,31.0,009400,,40.75320159,-73.9779874,35.0,004200,40.73223272,-73.98889957,821.348484848,4988,29,1801,16,004200,39941846.3325,009400,299218147.811,,0.0,004200,009400,14079.3662136,50846,74059,hub,hub,non_hub,585378.96492,4509524.64843,586273.319314,4511863.01244
+9830,9830,99,62.0,009400,,40.75320159,-73.9779874,67.0,004300,40.723870235,-73.995226525,1061.03144796,4267,29,2598,16,004300,65935514.1184,009400,299218147.811,,0.0,004300,009400,14079.3662136,95162,74059,hub,hub,non_hub,584855.320992,4508590.22212,586273.319314,4511863.01244
+9831,9831,245,62.0,009400,,40.75320159,-73.9779874,60.0,004400,40.73080269,-73.97968993,988.181333333,17710,29,8297,16,004400,114601147.016,009400,299218147.811,,0.0,004400,009400,14079.3662136,106427,74059,hub,hub,non_hub,586158.498991,4509374.90208,586273.319314,4511863.01244
+9832,9832,28,31.0,009400,,40.75320159,-73.9779874,27.0,004500,40.71910537,-73.99973337,1394.21428571,840,29,582,16,004500,52009114.8865,009400,299218147.811,,0.0,004500,009400,14079.3662136,34275,74059,hub,hub,non_hub,584480.726971,4508056.94497,586273.319314,4511863.01244
+9833,9833,46,31.0,009400,,40.75320159,-73.9779874,39.0,004700,40.72165481,-74.00234737,1300.76086957,2267,29,1586,16,004700,75477587.1594,009400,299218147.811,,0.0,004700,009400,14079.3662136,27544,74059,hub,hub,non_hub,584256.734795,4508337.43837,586273.319314,4511863.01244
+9834,9834,146,31.0,009400,,40.75320159,-73.9779874,35.0,004800,40.73624527,-73.98473765,732.582191781,7550,29,3799,16,004800,74763044.6965,009400,299218147.811,,0.0,004800,009400,14079.3662136,42567,74059,hub,hub,non_hub,585725.258797,4509974.12516,586273.319314,4511863.01244
+9835,9835,70,62.0,009400,,40.75320159,-73.9779874,73.0,004900,40.724268615,-74.000521515,1327.47555556,4951,29,3054,16,004900,103848670.177,009400,299218147.811,,0.0,004900,009400,14079.3662136,80152,74059,hub,hub,non_hub,584407.63728,4508629.34168,586273.319314,4511863.01244
+9836,9836,474,93.0,009400,,40.75320159,-73.9779874,93.0,005000,40.7359163467,-73.9873427633,749.718044504,5061,29,3595,16,005000,120638459.215,009400,299218147.811,,0.0,005000,009400,14079.3662136,111023,74059,hub,hub,non_hub,585505.709717,4509935.07175,586273.319314,4511863.01244
+9837,9837,515,62.0,009400,,40.75320159,-73.9779874,106.0,005200,40.73715585,-73.991241315,747.181287504,4193,29,1785,16,005200,109103391.81,009400,299218147.811,,0.0,005200,009400,14079.3662136,159876,74059,hub,hub,non_hub,585174.941656,4510068.87544,586273.319314,4511863.01244
+9838,9838,379,31.0,009400,,40.75320159,-73.9779874,47.0,005400,40.73971301,-73.99456405,832.050131926,4656,29,2837,16,005400,128803552.888,009400,299218147.811,,0.0,005400,009400,14079.3662136,73728,74059,hub,hub,non_hub,584891.129718,4510349.51956,586273.319314,4511863.01244
+9839,9839,28,31.0,009400,,40.75320159,-73.9779874,30.0,005501,40.72679454,-73.99695094,1158.46428571,5079,29,2483,16,005501,61061928.4125,009400,299218147.811,,0.0,005501,009400,14079.3662136,57258,74059,hub,hub,non_hub,584705.980012,4508913.17477,586273.319314,4511863.01244
+9840,9840,91,31.0,009400,,40.75320159,-73.9779874,27.0,005502,40.72743423,-73.99379025,1021.65934066,2383,29,1262,16,005502,49017118.6146,009400,299218147.811,,0.0,005502,009400,14079.3662136,55117,74059,hub,hub,non_hub,584972.085912,4508987.23863,586273.319314,4511863.01244
+9841,9841,701,62.0,009400,,40.75320159,-73.9779874,95.0,005600,40.74065347,-73.98778661,636.287121075,2618,29,2190,16,005600,189153355.609,009400,299218147.811,,0.0,005600,009400,14079.3662136,113209,74059,hub,hub,non_hub,585462.168743,4510460.49357,586273.319314,4511863.01244
+9842,9842,251,62.0,009400,,40.75320159,-73.9779874,82.0,005700,40.729662915,-73.992405595,1097.09850475,2937,29,1789,16,005700,90178032.7137,009400,299218147.811,,0.0,005700,009400,14079.3662136,156896,74059,hub,hub,non_hub,585086.179601,4509235.9788,586273.319314,4511863.01244
+9843,9843,1385,62.0,009400,,40.75320159,-73.9779874,87.0,005800,40.743154205,-73.990299735,684.628278906,3182,29,2306,16,005800,164037511.755,009400,299218147.811,,0.0,005800,009400,14079.3662136,130970,74059,hub,hub,non_hub,585246.786708,4510735.64918,586273.319313,4511863.01244
+9844,9844,86,31.0,009400,,40.75320159,-73.9779874,31.0,005900,40.73049393,-73.9957214,1171.3255814,5516,29,3276,16,005900,71785177.1361,009400,299218147.811,,0.0,005900,009400,14079.3662136,53180,74059,hub,hub,non_hub,584805.117402,4509325.01914,586273.319314,4511863.01244
+9845,9845,581,62.0,009400,,40.75320159,-73.9779874,63.0,006000,40.734822295,-73.976916765,835.023453914,5286,29,2459,16,006000,27468182.8943,009400,299218147.811,,0.0,006000,009400,14079.3662136,80462,74059,hub,hub,non_hub,586387.478737,4509823.83141,586273.319314,4511863.01244
+9846,9846,269,124.0,009400,,40.75320159,-73.9779874,141.0,006100,40.73385254,-73.992357065,1017.66061001,4913,29,2683,16,006100,91682014.33,009400,299218147.811,,0.0,006100,009400,14079.3662136,245510,74059,hub,hub,non_hub,585084.940162,4509701.10308,586273.319314,4511863.01244
+9847,9847,184,31.0,009400,,40.75320159,-73.9779874,30.0,006200,40.7381765,-73.97738662,740.375,4680,29,1401,16,006200,231817485.533,009400,299218147.811,,0.0,006200,009400,14079.3662136,33218,74059,hub,hub,non_hub,586343.467107,4510195.70961,586273.319314,4511863.01244
+9848,9848,460,93.0,009400,,40.75320159,-73.9779874,99.0,006300,40.7346940933,-73.99785666,1023.47352231,6076,29,4277,16,006300,85447631.8451,009400,299218147.811,,0.0,006300,009400,14079.3662136,120233,74059,hub,hub,non_hub,584619.48321,4509789.20591,586273.319314,4511863.01244
+9849,9849,182,31.0,009400,,40.75320159,-73.9779874,39.0,006400,40.73587678,-73.98205027,745.807692308,7518,29,5058,16,006400,95664936.1545,009400,299218147.811,,0.0,006400,009400,14079.3662136,47750,74059,hub,hub,non_hub,585952.649806,4509935.84788,586273.319314,4511863.01244
+9850,9850,166,93.0,009400,,40.75320159,-73.9779874,106.0,006500,40.7306296367,-73.9991423,1008.01291423,6517,29,3568,16,006500,59290910.3694,009400,299218147.811,,0.0,006500,009400,14079.3662136,125356,74059,hub,hub,non_hub,584516.067395,4509336.78488,586273.319314,4511863.01244
+9851,9851,248,62.0,009400,,40.75320159,-73.9779874,82.0,006600,40.739285505,-73.97827188,731.98528709,11780,29,6818,16,006600,84730469.4548,009400,299218147.811,,0.0,006600,009400,14079.3662136,74621,74059,hub,hub,non_hub,586267.286922,4510317.94668,586273.319314,4511863.01244
+9852,9852,145,31.0,009400,,40.75320159,-73.9779874,39.0,006700,40.73038599,-74.00214988,1171.55172414,4984,29,3796,16,006700,47238039.9972,009400,299218147.811,,0.0,006700,009400,14079.3662136,70025,74059,hub,hub,non_hub,584262.399901,4509306.84766,586273.319314,4511863.01244
+9853,9853,332,31.0,009400,,40.75320159,-73.9779874,39.0,006800,40.74025878,-73.98409214,624.978915663,6735,29,4494,16,006800,130298431.446,009400,299218147.811,,0.0,006800,009400,14079.3662136,58926,74059,hub,hub,non_hub,585774.608423,4510420.28363,586273.319314,4511863.01244
+9854,9854,244,62.0,009400,,40.75320159,-73.9779874,67.0,006900,40.732319905,-74.0069291,1353.17401348,2687,29,1484,16,006900,61292499.9331,009400,299218147.811,,0.0,006900,009400,14079.3662136,130727,74059,hub,hub,non_hub,583856.38945,4509516.94969,586273.319314,4511863.01244
+9855,9855,422,93.0,009400,,40.75320159,-73.9779874,127.0,007000,40.7425435975,-73.9756698297,618.21655838,8302,29,5669,16,007000,78634704.8451,009400,299218147.811,,0.0,007000,009400,14079.3662136,145227,74059,hub,hub,non_hub,586482.768244,4510682.17863,586273.319314,4511863.01244
+9856,9856,148,62.0,009400,,40.75320159,-73.9779874,71.0,007100,40.736526545,-74.000108805,838.144230769,5633,29,3844,16,007100,68447429.2743,009400,299218147.811,,0.0,007100,009400,14079.3662136,79459,74059,hub,hub,non_hub,584426.995774,4509990.4524,586273.319314,4511863.01244
+9857,9857,961,93.0,009400,,40.75320159,-73.9779874,126.0,007200,40.7447014833,-73.98154809,507.257061901,7734,29,5222,16,007200,132092861.454,009400,299218147.811,,0.0,007200,009400,14079.3662136,157612,74059,hub,hub,non_hub,585983.687715,4510915.94446,586273.319314,4511863.01244
+9858,9858,89,62.0,009400,,40.75320159,-73.9779874,59.0,007300,40.734682705,-74.00388484,1101.38873813,5615,29,4547,16,007300,48716185.79,009400,299218147.811,,0.0,007300,009400,14079.3662136,92567,74059,hub,hub,non_hub,584110.479319,4509782.14883,586273.319314,4511863.01244
+9859,9859,968,62.0,009400,,40.75320159,-73.9779874,86.0,007400,40.746413585,-73.98586892,479.351824601,4179,29,2700,16,007400,170614202.951,009400,299218147.811,,0.0,007400,009400,14079.3662136,81121,74059,hub,hub,non_hub,585616.696258,4511101.7763,586273.319314,4511863.01244
+9860,9860,1136,62.0,009400,,40.75320159,-73.9779874,69.0,007600,40.74737476,-73.988320695,569.230459802,2203,29,1573,16,007600,242014413.464,009400,299218147.811,,0.0,007600,009400,14079.3662136,97464,74059,hub,hub,non_hub,585408.475283,4511206.08492,586273.319314,4511863.01244
+9861,9861,265,31.0,009400,,40.75320159,-73.9779874,43.0,007700,40.7390169121,-74.0026376103,1037.44150943,5404,29,4254,16,007700,59306273.1509,009400,299218147.811,,0.0,007700,009400,14079.3662136,79025,74059,hub,hub,non_hub,584210.329106,4510264.47156,586273.319314,4511863.01244
+9862,9862,460,31.0,009400,,40.75320159,-73.9779874,39.0,007800,40.74780373,-73.9734419,425.882608696,7380,29,5372,16,007800,112124597.728,009400,299218147.811,,0.0,007800,009400,14079.3662136,59601,74059,hub,hub,non_hub,586664.043115,4511268.28888,586273.319314,4511863.01244
+9863,9863,640,155.0,009400,,40.75320159,-73.9779874,174.0,007900,40.738916514,-74.007286026,1188.25312514,4406,29,2904,16,007900,86937368.5918,009400,299218147.811,,0.0,007900,009400,14079.3662136,171846,74059,hub,hub,non_hub,583817.969395,4510248.87788,586273.319314,4511863.01244
+9864,9864,469,62.0,009400,,40.75320159,-73.9779874,71.0,008000,40.7485693,-73.97717991,357.080012958,4946,29,3730,16,008000,197763821.532,009400,299218147.811,,0.0,008000,009400,14079.3662136,74808,74059,hub,hub,non_hub,586347.477591,4511349.58844,586273.319314,4511863.01244
+9865,9865,128,31.0,009400,,40.75320159,-73.9779874,39.0,008100,40.73935542,-73.99931783,987.46875,8675,29,5315,16,008100,91100400.6907,009400,299218147.811,,0.0,008100,009400,14079.3662136,53195,74059,hub,hub,non_hub,584490.204148,4510305.23824,586273.319314,4511863.01244
+9866,9866,475,93.0,009400,,40.75320159,-73.9779874,175.0,008200,40.7519317222,-73.9793038377,576.381374826,3442,29,2534,16,008200,262405408.076,009400,299218147.811,,0.0,008200,009400,14079.3662136,228612,74059,hub,hub,non_hub,586163.829783,4511720.75445,586273.319314,4511863.01244
+9867,9867,1701,124.0,009400,,40.75320159,-73.9779874,119.0,008300,40.742591315,-74.004102785,1081.67351042,4211,29,2321,16,008300,119862327.354,009400,299218147.811,,0.0,008300,009400,14079.3662136,186113,74059,hub,hub,non_hub,584082.11654,4510659.85081,586273.319314,4511863.01244
+9868,9868,314,31.0,009400,,40.75320159,-73.9779874,38.0,008400,40.75038009,-73.98338988,377.885350318,1726,29,1041,16,008400,147824461.739,009400,299218147.811,,0.0,008400,009400,14079.3662136,34199,74059,hub,hub,non_hub,585820.889203,4511544.50828,586273.319314,4511863.01244
+9869,9869,680,31.0,009400,,40.75320159,-73.9779874,43.0,008601,40.744219,-73.97121214,591.635294118,2551,29,1528,16,008601,31141773.9073,009400,299218147.811,,0.0,008601,009400,14079.3662136,31961,74059,hub,hub,non_hub,586856.951039,4510872.56191,586273.319313,4511863.01244
+9870,9870,559,62.0,009400,,40.75320159,-73.9779874,78.0,008700,40.74206378,-73.995708955,826.48277635,6671,29,4249,16,008700,85660216.7821,009400,299218147.811,,0.0,008700,009400,14079.3662136,152953,74059,hub,hub,non_hub,584791.475936,4510609.36503,586273.319314,4511863.01244
+9871,9871,341,62.0,009400,,40.75320159,-73.9779874,78.0,008800,40.75012189,-73.970133575,413.786956522,6964,29,5507,16,008800,216532475.876,009400,299218147.811,,0.0,008800,009400,14079.3662136,43247,74059,hub,hub,non_hub,586940.323322,4511528.89362,586273.319314,4511863.01244
+9872,9872,474,93.0,009400,,40.75320159,-73.9779874,120.0,008900,40.74529008,-74.0021768567,1057.60933514,5560,29,3511,16,008900,54419260.2723,009400,299218147.811,,0.0,008900,009400,14079.3662136,158638,74059,hub,hub,non_hub,584241.316685,4510961.27944,586273.319314,4511863.01244
+9873,9873,864,93.0,009400,,40.75320159,-73.9779874,110.0,009000,40.75261798,-73.9703317533,399.281398813,7026,29,5832,16,009000,208846060.851,009400,299218147.811,,0.0,009000,009400,14079.3662136,74531,74059,hub,hub,non_hub,586920.342162,4511805.78171,586273.319314,4511863.01244
+9874,9874,379,31.0,009400,,40.75320159,-73.9779874,39.0,009100,40.74487634,-73.99529885,789.678100264,6415,29,4386,16,009100,127325659.041,009400,299218147.811,,0.0,009100,009400,14079.3662136,63878,74059,hub,hub,non_hub,584822.527687,4510921.97538,586273.319314,4511863.01244
+9875,9875,512,62.0,009400,,40.75320159,-73.9779874,110.0,009200,40.7548518863,-73.9734329075,406.228409091,1754,29,1461,16,009200,408192557.246,009400,299218147.811,,0.0,009200,009400,14079.3662136,72226,74059,hub,hub,non_hub,586655.650548,4512050.69496,586273.319314,4511863.01244
+9876,9876,143,31.0,009400,,40.75320159,-73.9779874,39.0,009300,40.74475148,-73.99915362,1007.18881119,9705,29,5585,16,009300,68528055.2433,009400,299218147.811,,0.0,009300,009400,14079.3662136,52202,74059,hub,hub,non_hub,584497.239363,4510904.39701,586273.319314,4511863.01244
+9877,9877,387,31.0,009400,,40.75320159,-73.9779874,51.0,009500,40.746647,-73.993915,828.715762274,3425,29,1416,16,009500,129660033.725,009400,299218147.811,,0.0,009500,009400,14079.3662136,57488,74059,hub,hub,non_hub,584937.108907,4511119.86954,586273.319314,4511863.01244
+9878,9878,1782,93.0,009400,,40.75320159,-73.9779874,140.0,009600,40.7560596817,-73.980381634,254.570380087,153,29,268,16,009600,270304841.585,009400,299218147.811,,0.0,009600,009400,14079.3662136,71527,74059,hub,hub,non_hub,586067.520321,4512177.93074,586273.319313,4511863.01244
+9879,9879,271,93.0,009400,,40.75320159,-73.9779874,99.0,009700,40.7493616033,-73.9991321067,971.559265351,4744,29,2827,16,009700,83018263.1602,009400,299218147.811,,0.0,009700,009400,14079.3662136,118804,74059,hub,hub,non_hub,584493.220017,4511416.17434,586273.319314,4511863.01244
+9880,9880,540,62.0,009400,,40.75320159,-73.9779874,70.0,009800,40.755285655,-73.96667288,526.893852278,7105,29,5244,16,009800,115943808.909,009400,299218147.811,,0.0,009800,009400,14079.3662136,40039,74059,hub,hub,non_hub,587225.727282,4512105.54383,586273.319314,4511863.01244
+9881,9881,1503,155.0,009400,,40.75320159,-73.9779874,185.0,009900,40.7520807866,-74.0031899092,896.524208099,3617,29,2438,16,009900,404439511.776,009400,299218147.811,,0.0,009900,009400,14079.3662136,208076,74059,hub,hub,non_hub,584147.226991,4511714.12465,586273.319314,4511863.01244
+9882,9882,1566,93.0,009400,,40.75320159,-73.9779874,121.0,010000,40.7583696933,-73.9710287767,418.381521476,1829,29,1399,16,010000,366457143.613,009400,299218147.811,,0.0,010000,009400,14079.3662136,72085,74059,hub,hub,non_hub,586854.014885,4512443.57459,586273.319314,4511863.01244
+9883,9883,3303,93.0,009400,,40.75320159,-73.9779874,127.0,010100,40.74945622,-73.9903382667,588.163521645,1119,29,828,16,010100,246168211.101,009400,299218147.811,,0.0,010100,009400,14079.3662136,183377,74059,hub,hub,hub,585235.486219,4511435.18064,586273.319314,4511863.01244
+9884,9884,1856,62.0,009400,,40.75320159,-73.9779874,81.0,010200,40.7606694,-73.973473555,432.429102953,313,29,268,16,010200,333450202.294,009400,299218147.811,,0.0,010200,009400,14079.3662136,46675,74059,hub,hub,non_hub,586644.664817,4512696.44233,586273.319314,4511863.01244
+9885,9885,3042,62.0,009400,,40.75320159,-73.9779874,98.0,010300,40.751000495,-73.994372255,684.912741079,1859,29,1351,16,010300,141506056.87,009400,299218147.811,,0.0,010300,009400,14079.3662136,221593,74059,hub,hub,hub,584892.968074,4511602.69644,586273.319314,4511863.01244
+9886,9886,2207,62.0,009400,,40.75320159,-73.9779874,75.0,010400,40.761664375,-73.976854975,440.841385218,1031,29,1033,16,010400,363981333.295,009400,299218147.811,,0.0,010400,009400,14079.3662136,65073,74059,hub,hub,non_hub,586357.961325,4512803.55852,586273.319314,4511863.01244
+9887,9887,277,31.0,009400,,40.75320159,-73.9779874,33.0,010602,40.75849116,-73.95920622,802.545126354,4794,29,2963,16,010602,67980898.3739,009400,299218147.811,,0.0,010602,009400,14079.3662136,22153,74059,hub,hub,non_hub,587851.796682,4512468.82754,586273.319314,4511863.01244
+9888,9888,859,93.0,009400,,40.75320159,-73.9779874,117.0,010800,40.7591736033,-73.96613818,613.398212923,8531,29,6272,16,010800,189351523.799,009400,299218147.811,,0.0,010800,009400,14079.3662136,79198,74059,hub,hub,non_hub,587265.778542,4512537.66689,586273.319314,4511863.01244
+9889,9889,1221,62.0,009400,,40.75320159,-73.9779874,114.0,010900,40.751351715,-73.987594755,478.828864469,182,29,92,16,010900,228173063.011,009400,299218147.811,,0.0,010900,009400,14079.3662136,60092,74059,hub,hub,non_hub,585464.669441,4511648.26242,586273.319313,4511863.01244
+9890,9890,887,31.0,009400,,40.75320159,-73.9779874,59.0,011201,40.7643971,-73.97371465,586.65276212,827,29,964,16,011201,118515444.187,009400,299218147.811,,0.0,011201,009400,14079.3662136,41525,74059,hub,hub,non_hub,586619.474659,4513110.00718,586273.319313,4511863.01244
+9891,9891,735,31.0,009400,,40.75320159,-73.9779874,33.0,011203,40.76095756,-73.96724467,573.194557823,1176,29,1160,16,011203,143782379.009,009400,299218147.811,,0.0,011203,009400,14079.3662136,48033,74059,hub,hub,non_hub,587170.050102,4512734.59972,586273.319313,4511863.01244
+9892,9892,5613,124.0,009400,,40.75320159,-73.9779874,198.0,011300,40.7548008425,-73.9888010575,450.112560001,204,29,107,16,011300,357940519.061,009400,299218147.811,,0.0,011300,009400,14079.3662136,236650,74059,hub,hub,hub,585358.423229,4512029.96675,586273.319314,4511863.01244
+9893,9893,1706,62.0,009400,,40.75320159,-73.9779874,82.0,011500,40.75701407,-73.992353645,523.879998404,2487,29,1678,16,011500,130958459.747,009400,299218147.811,,0.0,011500,009400,14079.3662136,103294,74059,hub,hub,non_hub,585055.712647,4512272.20178,586273.319314,4511863.01244
+9894,9894,712,62.0,009400,,40.75320159,-73.9779874,84.0,011700,40.76058799,-74.00080945,802.392770247,2938,29,2304,16,011700,91270705.1484,009400,299218147.811,,0.0,011700,009400,14079.3662136,73016,74059,hub,hub,non_hub,584337.427395,4512660.77158,586273.319314,4511863.01244
+9895,9895,996,31.0,009400,,40.75320159,-73.9779874,34.0,011900,40.7568001,-73.98291153,321.456827309,1079,29,1121,16,011900,395254501.74,009400,299218147.811,,0.0,011900,009400,14079.3662136,39976,74059,hub,hub,non_hub,585853.012005,4512257.64444,586273.319314,4511863.01244
+9896,9896,3391,93.0,009400,,40.75320159,-73.9779874,109.0,012100,40.7598593767,-73.9914900133,507.834654919,8366,29,5744,16,012100,101223732.045,009400,299218147.811,,0.0,012100,009400,14079.3662136,132767,74059,hub,hub,hub,585124.983126,4512588.88932,586273.319314,4511863.01244
+9897,9897,1793,31.0,009400,,40.75320159,-73.9779874,51.0,012500,40.76064679,-73.98442659,468.775794757,2439,29,2096,16,012500,322911522.418,009400,299218147.811,,0.0,012500,009400,14079.3662136,45486,74059,hub,hub,non_hub,585720.180915,4512683.17447,586273.319314,4511863.01244
+9898,9898,1735,62.0,009400,,40.75320159,-73.9779874,84.0,012700,40.762485435,-73.990447135,631.967160671,6437,29,4434,16,012700,104637996.687,009400,299218147.811,,0.0,012700,009400,14079.3662136,83393,74059,hub,hub,non_hub,585209.656415,4512881.41361,586273.319314,4511863.01244
+9899,9899,768,31.0,009400,,40.75320159,-73.9779874,24.0,012900,40.76341379,-73.99667444,751.259114583,5312,29,3621,16,012900,158698340.053,009400,299218147.811,,0.0,012900,009400,14079.3662136,28661,74059,hub,hub,non_hub,584682.864463,4512978.43901,586273.319313,4511863.01244
+9900,9900,3758,93.0,009400,,40.75320159,-73.9779874,160.0,013100,40.7621295133,-73.98215453,508.806216515,2489,29,2283,16,013100,405023451.28,009400,299218147.811,,0.0,013100,009400,14079.3662136,107228,74059,hub,hub,hub,585910.049449,4512849.98999,586273.319314,4511863.01244
+9901,9901,1268,93.0,009400,,40.75320159,-73.9779874,101.0,013300,40.7647250567,-73.9866537633,672.495854133,5363,29,3909,16,013300,79847412.2593,009400,299218147.811,,0.0,013300,009400,14079.3662136,89810,74059,hub,hub,non_hub,585526.963405,4513133.71926,586273.319314,4511863.01244
+9902,9902,1007,62.0,009400,,40.75320159,-73.9779874,65.0,013500,40.766984435,-73.99227308,853.432115183,6075,29,3935,16,013500,198199142.958,009400,299218147.811,,0.0,013500,009400,14079.3662136,64723,74059,hub,hub,non_hub,585049.80204,4513379.06475,586273.319314,4511863.01244
+9903,9903,3423,62.0,009400,,40.75320159,-73.9779874,98.0,013700,40.766109285,-73.981808355,654.079721167,6557,29,5442,16,013700,314878324.419,009400,299218147.811,,0.0,013700,009400,14079.3662136,91142,74059,hub,hub,hub,585934.141665,4513292.1137,586273.319314,4511863.01244
+9904,9904,995,31.0,009400,,40.75320159,-73.9779874,27.0,013900,40.768254,-73.988639,792.881407035,7607,29,7359,16,013900,139918084.587,009400,299218147.811,,0.0,013900,009400,14079.3662136,26390,74059,hub,hub,non_hub,585354.890073,4513523.52534,586273.319314,4511863.01244
+9905,9905,286,31.0,009400,,40.75320159,-73.9779874,49.0,014300,40.76590936,-73.97634151,735.912587413,3,29,0,16,014300,50027992.3322,009400,299218147.811,,0.0,014300,009400,14079.3662136,21051,74059,hub,hub,non_hub,586395.803012,4513275.28949,586273.319314,4511863.01244
+9906,9906,1410,31.0,009400,,40.75320159,-73.9779874,36.0,014500,40.76915505,-73.98191841,766.335460993,5811,29,3462,16,014500,253397343.373,009400,299218147.811,,0.0,014500,009400,14079.3662136,68350,74059,hub,hub,non_hub,585920.929601,4513630.10902,586273.319314,4511863.01244
+9907,9907,584,31.0,009400,,40.75320159,-73.9779874,55.0,014700,40.770513,-73.988038,897.765410959,2586,29,1743,16,014700,70871746.8417,009400,299218147.811,,0.0,014700,009400,14079.3662136,35099,74059,hub,hub,non_hub,585402.720353,4513774.87644,586273.319313,4511863.01244
+9908,9908,176,31.0,009400,,40.75320159,-73.9779874,36.0,015100,40.771522,-73.990541,1063.35795455,8105,29,4856,16,015100,164953931.102,009400,299218147.811,,0.0,015100,009400,14079.3662136,17578,74059,hub,hub,non_hub,585190.192062,4513884.4495,586273.319314,4511863.01244
+9909,9909,760,62.0,009400,,40.75320159,-73.9779874,70.0,031703,40.71644312,-74.014902115,1794.16815195,8670,29,4231,16,031703,332361109.355,009400,299218147.811,,0.0,031703,009400,14079.3662136,136082,74059,hub,hub,non_hub,583202.897614,4507746.93647,586273.319314,4511863.01244
+9910,9910,160,93.0,009400,,40.75320159,-73.9779874,98.0,031704,40.7085171733,-74.0165557667,2036.44723037,6610,29,3790,16,031704,160823714.408,009400,299218147.811,,0.0,031704,009400,14079.3662136,105244,74059,hub,hub,non_hub,583073.076824,4506865.54027,586273.319314,4511863.01244
+9911,9911,12,93.0,009400,,40.75320159,-73.9779874,85.0,000600,40.7128987867,-73.9898646367,1374.57777778,11558,29,4083,16,000600,59149181.7526,009400,299218147.811,,0.0,000600,009400,14079.3662136,70053,74059,hub,hub,non_hub,585322.159723,4507377.5136,586273.319314,4511863.01244
+9912,9912,68,153.0,009500,,40.746647,-73.993915,54.0,000202,40.71318002,-73.9818904933,1631.95,8012,3425,3598,1416,000202,37878157.9781,009500,129660033.725,009500,366279192.0,000202,009500,17567.3066147,56352,55213,hub,hub,non_hub,585995.353038,4507416.50937,584937.108907,4511119.86954
+9913,9913,168,357.0,009500,,40.746647,-73.993915,258.0,000700,40.70581148,-74.0081572071,1668.39397579,7722,3425,5201,1416,000700,476954959.734,009500,129660033.725,009500,366279192.0,000700,009500,17567.3066147,160040,55213,hub,hub,non_hub,583785.918305,4506573.16797,584937.108907,4511119.86954
+9914,9914,21,102.0,009500,,40.746647,-73.993915,47.0,000800,40.712414475,-73.993471545,1678.4,10365,3425,4150,1416,000800,46479755.076,009500,129660033.725,009500,366279192.0,000800,009500,17567.3066147,34254,55213,hub,hub,non_hub,585018.109713,4507320.25418,584937.108907,4511119.86954
+9915,9915,40,153.0,009500,,40.746647,-73.993915,97.0,000900,40.7024745833,-74.01224785,1822.24480095,1140,3425,939,1416,000900,404341803.896,009500,129660033.725,009500,366279192.0,000900,009500,17567.3066147,46446,55213,hub,hub,non_hub,583444.520998,4506198.85784,584937.108907,4511119.86954
+9916,9916,35,51.0,009500,,40.746647,-73.993915,19.0,001002,40.71782143,-73.97628939,1666.28571429,6439,3425,2346,1416,001002,22763374.2099,009500,129660033.725,009500,366279192.0,001002,009500,17567.3066147,15916,55213,hub,hub,non_hub,586462.45635,4507937.23607,584937.108907,4511119.86954
+9917,9917,45,102.0,009500,,40.746647,-73.993915,46.0,001200,40.717364275,-73.982955325,1592.30714286,3547,3425,1857,1416,001200,23518220.7411,009500,129660033.725,009500,366279192.0,001200,009500,17567.3066147,36493,55213,hub,hub,non_hub,585900.031125,4507879.94738,584937.108907,4511119.86954
+9918,9918,36,51.0,009500,,40.746647,-73.993915,36.0,001300,40.70463334,-74.01361706,1691.72222222,3776,3425,3028,1416,001300,286606455.687,009500,129660033.725,009500,366279192.0,001300,009500,17567.3066147,27671,55213,hub,hub,non_hub,583326.158808,4506437.19368,584937.108907,4511119.86954
+9919,9919,140,51.0,009500,,40.746647,-73.993915,28.0,001401,40.71559509,-73.9870295,1305.57857143,3289,3425,1708,1416,001401,20168722.3199,009500,129660033.725,009500,366279192.0,001401,009500,17567.3066147,26885,55213,hub,hub,non_hub,585558.18429,4507679.57909,584937.108907,4511119.86954
+9920,9920,78,102.0,009500,,40.746647,-73.993915,67.0,001501,40.70966832,-74.003597135,1580.61369863,5581,3425,3450,1416,001501,172466366.322,009500,129660033.725,009500,366279192.0,001501,009500,17567.3066147,27425,55213,hub,hub,non_hub,584166.279828,4507005.66129,584937.108907,4511119.86954
+9921,9921,112,153.0,009500,,40.746647,-73.993915,123.0,001502,40.7088053467,-74.00635276,1531.15151515,7095,3425,3459,1416,001502,221282059.103,009500,129660033.725,009500,366279192.0,001502,009500,17567.3066147,82052,55213,hub,hub,non_hub,583934.59195,4506907.22889,584937.108907,4511119.86954
+9922,9922,110,153.0,009500,,40.746647,-73.993915,107.0,001600,40.7153350167,-73.9943926833,1472.55627706,8236,3425,3242,1416,001600,76565505.7581,009500,129660033.725,009500,366279192.0,001600,009500,17567.3066147,82798,55213,hub,hub,non_hub,584936.591099,4507643.5622,584937.108907,4511119.86954
+9923,9923,432,204.0,009500,,40.746647,-73.993915,154.0,001800,40.7193657075,-73.9906468425,1219.06104427,8063,3425,3489,1416,001800,60554858.5127,009500,129660033.725,009500,366279192.0,001800,009500,17567.3066147,133306,55213,hub,hub,non_hub,585247.838585,4508094.62497,584937.108907,4511119.86954
+9924,9924,56,102.0,009500,,40.746647,-73.993915,46.0,002000,40.721554605,-73.977309405,1421.11979167,4795,3425,1899,1416,002000,17907673.5628,009500,129660033.725,009500,366279192.0,002000,009500,17567.3066147,31656,55213,hub,hub,non_hub,586371.478696,4508350.63994,584937.108907,4511119.86954
+9925,9925,235,204.0,009500,,40.746647,-73.993915,102.0,002100,40.71451321,-74.0108850975,1357.32620931,6111,3425,3038,1416,002100,273869828.705,009500,129660033.725,009500,366279192.0,002100,009500,17567.3066147,151037,55213,hub,hub,non_hub,583544.598931,4507536.51732,584937.108907,4511119.86954
+9926,9926,27,102.0,009500,,40.746647,-73.993915,44.0,002201,40.71833027,-73.980972895,1400.00588235,6762,3425,3030,1416,002201,37585954.9949,009500,129660033.725,009500,366279192.0,002201,009500,17567.3066147,26391,55213,hub,hub,non_hub,586066.226443,4507989.12022,584937.108907,4511119.86954
+9927,9927,51,51.0,009500,,40.746647,-73.993915,31.0,002202,40.7208736,-73.98085795,1275.1372549,2256,3425,1045,1416,002202,13179093.8977,009500,129660033.725,009500,366279192.0,002202,009500,17567.3066147,23935,55213,hub,hub,non_hub,586072.658368,4508271.55961,584937.108907,4511119.86954
+9928,9928,33,102.0,009500,,40.746647,-73.993915,48.0,002400,40.724744875,-73.974986535,1231.20238095,5775,3425,2175,1416,002400,17986635.5592,009500,129660033.725,009500,366279192.0,002400,009500,17567.3066147,17965,55213,hub,hub,non_hub,586563.526382,4508707.06897,584937.108907,4511119.86954
+9929,9929,15,102.0,009500,,40.746647,-73.993915,62.0,002500,40.7111743,-73.99849582,1656.52777778,5061,3425,1917,1416,002500,22428407.6271,009500,129660033.725,009500,366279192.0,002500,009500,17567.3066147,28216,55213,hub,hub,non_hub,584595.28909,4507177.73549,584937.108907,4511119.86954
+9930,9930,65,51.0,009500,,40.746647,-73.993915,31.0,002601,40.72299208,-73.97995466,1294.27692308,3774,3425,1593,1416,002601,22248722.3098,009500,129660033.725,009500,366279192.0,002601,009500,17567.3066147,22144,55213,hub,hub,non_hub,586146.216204,4508507.61099,584937.108907,4511119.86954
+9931,9931,21,51.0,009500,,40.746647,-73.993915,27.0,002700,40.71307916,-73.99851193,1560.33333333,1191,3425,655,1416,002700,11349914.9514,009500,129660033.725,009500,366279192.0,002700,009500,17567.3066147,20570,55213,hub,hub,non_hub,584591.517275,4507389.17181,584937.108907,4511119.86954
+9932,9932,122,51.0,009500,,40.746647,-73.993915,32.0,002800,40.72521311,-73.97768752,1144.23770492,7302,3425,3341,1416,002800,47641507.3146,009500,129660033.725,009500,366279192.0,002800,009500,17567.3066147,36744,55213,hub,hub,non_hub,586334.816403,4508756.38709,584937.108907,4511119.86954
+9933,9933,68,51.0,009500,,40.746647,-73.993915,43.0,002900,40.71602118,-73.99974372,1400.77941176,5855,3425,2420,1416,002900,200965547.24,009500,129660033.725,009500,366279192.0,002900,009500,17567.3066147,31936,55213,hub,hub,non_hub,584483.752153,4507714.56961,584937.108907,4511119.86954
+9934,9934,94,51.0,009500,,40.746647,-73.993915,35.0,003001,40.72066442,-73.98517977,1251.92553191,4301,3425,2553,1416,003001,34302720.7166,009500,129660033.725,009500,366279192.0,003001,009500,17567.3066147,41223,55213,hub,hub,non_hub,585707.91731,4508244.11218,584937.108907,4511119.86954
+9935,9935,147,51.0,009500,,40.746647,-73.993915,37.0,003002,40.72217444,-73.98368779,1175.25170068,3031,3425,1885,1416,003002,18686109.2263,009500,129660033.725,009500,366279192.0,003002,009500,17567.3066147,38675,55213,hub,hub,non_hub,585831.986427,4508413.19181,584937.108907,4511119.86954
+9936,9936,90,153.0,009500,,40.746647,-73.993915,121.0,003100,40.7140617467,-74.0041933367,1437.77905123,2809,3425,858,1416,003100,145687012.574,009500,129660033.725,009500,366279192.0,003100,009500,17567.3066147,81469,55213,hub,hub,non_hub,584110.388584,4507492.78891,584937.108907,4511119.86954
+9937,9937,651,153.0,009500,,40.746647,-73.993915,100.0,003200,40.7260543867,-73.9823576167,1061.14275054,7630,3425,4888,1416,003200,46369492.482,009500,129660033.725,009500,366279192.0,003200,009500,17567.3066147,138064,55213,hub,hub,non_hub,585939.335766,4508845.19329,584937.108907,4511119.86954
+9938,9938,207,255.0,009500,,40.746647,-73.993915,173.0,003300,40.7188148439,-74.0063495846,1132.02780343,5174,3425,2694,1416,003300,215459582.054,009500,129660033.725,009500,366279192.0,003300,009500,17567.3066147,115059,55213,hub,hub,non_hub,583922.289754,4508018.35103,584937.108907,4511119.86954
+9939,9939,199,51.0,009500,,40.746647,-73.993915,39.0,003400,40.72955361,-73.98057249,1012.28643216,6706,3425,4203,1416,003400,42933229.7541,009500,129660033.725,009500,366279192.0,003400,009500,17567.3066147,47926,55213,hub,hub,non_hub,586085.581298,4509235.37985,584937.108907,4511119.86954
+9940,9940,118,102.0,009500,,40.746647,-73.993915,66.0,003601,40.72217423,-73.990293175,1133.12738095,3299,3425,1613,1416,003601,29191583.8104,009500,129660033.725,009500,366279192.0,003601,009500,17567.3066147,77585,55213,hub,hub,non_hub,585274.124459,4508406.73315,584937.108907,4511119.86954
+9941,9941,343,102.0,009500,,40.746647,-73.993915,62.0,003602,40.724852985,-73.989265345,1012.36365553,2918,3425,1586,1416,003602,24941258.1161,009500,129660033.725,009500,366279192.0,003602,009500,17567.3066147,82124,55213,hub,hub,non_hub,585357.507872,4508705.09166,584937.108907,4511119.86954
+9942,9942,635,204.0,009500,,40.746647,-73.993915,148.0,003700,40.7256696075,-74.0052069325,1007.74476142,2401,3425,1490,1416,003700,212385639.924,009500,129660033.725,009500,366279192.0,003700,009500,17567.3066147,173333,55213,hub,hub,non_hub,584010.178026,4508780.36793,584937.108907,4511119.86954
+9943,9943,709,204.0,009500,,40.746647,-73.993915,160.0,003800,40.72765889,-73.988195855,970.735102773,8610,3425,5795,1416,003800,67437493.5221,009500,129660033.725,009500,366279192.0,003800,009500,17567.3066147,167230,55213,hub,hub,non_hub,585444.239635,4509017.60641,584937.108907,4511119.86954
+9944,9944,198,204.0,009500,,40.746647,-73.993915,106.0,003900,40.7201717475,-74.00983051,1277.28026734,5253,3425,3059,1416,003900,194910113.03,009500,129660033.725,009500,366279192.0,003900,009500,17567.3066147,113624,55213,hub,hub,non_hub,583626.593058,4508165.65565,584937.108907,4511119.86954
+9945,9945,517,102.0,009500,,40.746647,-73.993915,66.0,004000,40.73000573,-73.98549552,897.819279591,9801,3425,4546,1416,004000,66858387.5133,009500,129660033.725,009500,366279192.0,004000,009500,17567.3066147,99660,55213,hub,hub,non_hub,585669.269443,4509280.75306,584937.108907,4511119.86954
+9946,9946,138,102.0,009500,,40.746647,-73.993915,64.0,004100,40.7195529,-73.996789035,1252.85652174,7793,3425,3765,1416,004100,71738983.3617,009500,129660033.725,009500,366279192.0,004100,009500,17567.3066147,114685,55213,hub,hub,non_hub,584728.836557,4508109.46034,584937.108907,4511119.86954
+9947,9947,154,51.0,009500,,40.746647,-73.993915,35.0,004200,40.73223272,-73.98889957,801.902597403,4988,3425,1801,1416,004200,39941846.3325,009500,129660033.725,009500,366279192.0,004200,009500,17567.3066147,50846,55213,hub,hub,non_hub,585378.96492,4509524.64843,584937.108907,4511119.86954
+9948,9948,181,102.0,009500,,40.746647,-73.993915,67.0,004300,40.723870235,-73.995226525,1115.53119497,4267,3425,2598,1416,004300,65935514.1184,009500,129660033.725,009500,366279192.0,004300,009500,17567.3066147,95162,55213,hub,hub,non_hub,584855.320992,4508590.22212,584937.108907,4511119.86954
+9949,9949,551,102.0,009500,,40.746647,-73.993915,60.0,004400,40.73080269,-73.97968993,931.489927633,17710,3425,8297,1416,004400,114601147.016,009500,129660033.725,009500,366279192.0,004400,009500,17567.3066147,106427,55213,hub,hub,non_hub,586158.498991,4509374.90208,584937.108907,4511119.86954
+9950,9950,43,51.0,009500,,40.746647,-73.993915,27.0,004500,40.71910537,-73.99973337,1385.93023256,840,3425,582,1416,004500,52009114.8865,009500,129660033.725,009500,366279192.0,004500,009500,17567.3066147,34275,55213,hub,hub,non_hub,584480.726971,4508056.94497,584937.108907,4511119.86954
+9951,9951,44,51.0,009500,,40.746647,-73.993915,39.0,004700,40.72165481,-74.00234737,1212.22727273,2267,3425,1586,1416,004700,75477587.1594,009500,129660033.725,009500,366279192.0,004700,009500,17567.3066147,27544,55213,hub,hub,non_hub,584256.734795,4508337.43837,584937.108907,4511119.86954
+9952,9952,269,51.0,009500,,40.746647,-73.993915,35.0,004800,40.73624527,-73.98473765,685.717472119,7550,3425,3799,1416,004800,74763044.6965,009500,129660033.725,009500,366279192.0,004800,009500,17567.3066147,42567,55213,hub,hub,non_hub,585725.258797,4509974.12516,584937.108907,4511119.86954
+9953,9953,305,102.0,009500,,40.746647,-73.993915,73.0,004900,40.724268615,-74.000521515,1090.94578313,4951,3425,3054,1416,004900,103848670.177,009500,129660033.725,009500,366279192.0,004900,009500,17567.3066147,80152,55213,hub,hub,non_hub,584407.63728,4508629.34168,584937.108907,4511119.86954
+9954,9954,738,153.0,009500,,40.746647,-73.993915,93.0,005000,40.7359163467,-73.9873427633,619.60780496,5061,3425,3595,1416,005000,120638459.215,009500,129660033.725,009500,366279192.0,005000,009500,17567.3066147,111023,55213,hub,hub,non_hub,585505.709717,4509935.07175,584937.108907,4511119.86954
+9955,9955,1252,102.0,009500,,40.746647,-73.993915,106.0,005200,40.73715585,-73.991241315,580.927778743,4193,3425,1785,1416,005200,109103391.81,009500,129660033.725,009500,366279192.0,005200,009500,17567.3066147,159876,55213,hub,hub,non_hub,585174.941657,4510068.87544,584937.108907,4511119.86954
+9956,9956,938,51.0,009500,,40.746647,-73.993915,47.0,005400,40.73971301,-73.99456405,433.122601279,4656,3425,2837,1416,005400,128803552.888,009500,129660033.725,009500,366279192.0,005400,009500,17567.3066147,73728,55213,hub,hub,non_hub,584891.129718,4510349.51956,584937.108907,4511119.86954
+9957,9957,142,51.0,009500,,40.746647,-73.993915,30.0,005501,40.72679454,-73.99695094,943.049295775,5079,3425,2483,1416,005501,61061928.4125,009500,129660033.725,009500,366279192.0,005501,009500,17567.3066147,57258,55213,hub,hub,non_hub,584705.980012,4508913.17477,584937.108907,4511119.86954
+9958,9958,124,51.0,009500,,40.746647,-73.993915,27.0,005502,40.72743423,-73.99379025,922.362903226,2383,3425,1262,1416,005502,49017118.6146,009500,129660033.725,009500,366279192.0,005502,009500,17567.3066147,55117,55213,hub,hub,non_hub,584972.085912,4508987.23863,584937.108907,4511119.86954
+9959,9959,939,102.0,009500,,40.746647,-73.993915,95.0,005600,40.74065347,-73.98778661,435.754032083,2618,3425,2190,1416,005600,189153355.609,009500,129660033.725,009500,366279192.0,005600,009500,17567.3066147,113209,55213,hub,hub,non_hub,585462.168743,4510460.49357,584937.108907,4511119.86954
+9960,9960,580,102.0,009500,,40.746647,-73.993915,82.0,005700,40.729662915,-73.992405595,895.077423378,2937,3425,1789,1416,005700,90178032.7137,009500,129660033.725,009500,366279192.0,005700,009500,17567.3066147,156896,55213,hub,hub,non_hub,585086.179601,4509235.9788,584937.108907,4511119.86954
+9961,9961,845,102.0,009500,,40.746647,-73.993915,87.0,005800,40.743154205,-73.990299735,380.595714286,3182,3425,2306,1416,005800,164037511.755,009500,129660033.725,009500,366279192.0,005800,009500,17567.3066147,130970,55213,hub,hub,non_hub,585246.786708,4510735.64918,584937.108907,4511119.86954
+9962,9962,154,51.0,009500,,40.746647,-73.993915,31.0,005900,40.73049393,-73.9957214,816.487012987,5516,3425,3276,1416,005900,71785177.1361,009500,129660033.725,009500,366279192.0,005900,009500,17567.3066147,53180,55213,hub,hub,non_hub,584805.117401,4509325.01914,584937.108907,4511119.86954
+9963,9963,588,102.0,009500,,40.746647,-73.993915,63.0,006000,40.734822295,-73.976916765,836.301507144,5286,3425,2459,1416,006000,27468182.8943,009500,129660033.725,009500,366279192.0,006000,009500,17567.3066147,80462,55213,hub,hub,non_hub,586387.478737,4509823.83141,584937.108907,4511119.86954
+9964,9964,1255,204.0,009500,,40.746647,-73.993915,141.0,006100,40.73385254,-73.992357065,653.94651554,4913,3425,2683,1416,006100,91682014.33,009500,129660033.725,009500,366279192.0,006100,009500,17567.3066147,245510,55213,hub,hub,non_hub,585084.940162,4509701.10308,584937.108907,4511119.86954
+9965,9965,390,51.0,009500,,40.746647,-73.993915,30.0,006200,40.7381765,-73.97738662,688.546153846,4680,3425,1401,1416,006200,231817485.533,009500,129660033.725,009500,366279192.0,006200,009500,17567.3066147,33218,55213,hub,hub,non_hub,586343.467107,4510195.70961,584937.108907,4511119.86954
+9966,9966,785,153.0,009500,,40.746647,-73.993915,99.0,006300,40.7346940933,-73.99785666,632.588564783,6076,3425,4277,1416,006300,85447631.8451,009500,129660033.725,009500,366279192.0,006300,009500,17567.3066147,120233,55213,hub,hub,non_hub,584619.48321,4509789.20591,584937.108907,4511119.86954
+9967,9967,408,51.0,009500,,40.746647,-73.993915,39.0,006400,40.73587678,-73.98205027,710.990196078,7518,3425,5058,1416,006400,95664936.1545,009500,129660033.725,009500,366279192.0,006400,009500,17567.3066147,47750,55213,hub,hub,non_hub,585952.649806,4509935.84788,584937.108907,4511119.86954
+9968,9968,709,153.0,009500,,40.746647,-73.993915,106.0,006500,40.7306296367,-73.9991423,716.080418798,6517,3425,3568,1416,006500,59290910.3694,009500,129660033.725,009500,366279192.0,006500,009500,17567.3066147,125356,55213,hub,hub,non_hub,584516.067395,4509336.78488,584937.108907,4511119.86954
+9969,9969,798,102.0,009500,,40.746647,-73.993915,82.0,006600,40.739285505,-73.97827188,659.188909345,11780,3425,6818,1416,006600,84730469.4548,009500,129660033.725,009500,366279192.0,006600,009500,17567.3066147,74621,55213,hub,hub,non_hub,586267.286922,4510317.94668,584937.108907,4511119.86954
+9970,9970,198,51.0,009500,,40.746647,-73.993915,39.0,006700,40.73038599,-74.00214988,714.737373737,4984,3425,3796,1416,006700,47238039.9972,009500,129660033.725,009500,366279192.0,006700,009500,17567.3066147,70025,55213,hub,hub,non_hub,584262.399901,4509306.84766,584937.108907,4511119.86954
+9971,9971,808,51.0,009500,,40.746647,-73.993915,39.0,006800,40.74025878,-73.98409214,495.506188119,6735,3425,4494,1416,006800,130298431.446,009500,129660033.725,009500,366279192.0,006800,009500,17567.3066147,58926,55213,hub,hub,non_hub,585774.608423,4510420.28363,584937.108907,4511119.86954
+9972,9972,608,102.0,009500,,40.746647,-73.993915,67.0,006900,40.732319905,-74.0069291,767.836749642,2687,3425,1484,1416,006900,61292499.9331,009500,129660033.725,009500,366279192.0,006900,009500,17567.3066147,130727,55213,hub,hub,non_hub,583856.38945,4509516.94969,584937.108907,4511119.86954
+9973,9973,806,153.0,009500,,40.746647,-73.993915,127.0,007000,40.7425152406,-73.9756139639,698.547656195,8302,3425,5669,1416,007000,78634704.8451,009500,129660033.725,009500,366279192.0,007000,009500,17567.3066147,145227,55213,hub,hub,non_hub,586487.521727,4510679.08584,584937.108907,4511119.86954
+9974,9974,292,102.0,009500,,40.746647,-73.993915,71.0,007100,40.736526545,-74.000108805,648.100644122,5633,3425,3844,1416,007100,68447429.2743,009500,129660033.725,009500,366279192.0,007100,009500,17567.3066147,79459,55213,hub,hub,non_hub,584426.995774,4509990.4524,584937.108907,4511119.86954
+9975,9975,1560,153.0,009500,,40.746647,-73.993915,126.0,007200,40.7447014833,-73.98154809,501.462458869,7734,3425,5222,1416,007200,132092861.454,009500,129660033.725,009500,366279192.0,007200,009500,17567.3066147,157612,55213,hub,hub,non_hub,585983.687715,4510915.94446,584937.108907,4511119.86954
+9976,9976,400,102.0,009500,,40.746647,-73.993915,59.0,007300,40.734682705,-74.00388484,721.006184921,5615,3425,4547,1416,007300,48716185.79,009500,129660033.725,009500,366279192.0,007300,009500,17567.3066147,92567,55213,hub,hub,non_hub,584110.479319,4509782.14883,584937.108907,4511119.86954
+9977,9977,903,102.0,009500,,40.746647,-73.993915,86.0,007400,40.746413585,-73.98586892,391.291145879,4179,3425,2700,1416,007400,170614202.951,009500,129660033.725,009500,366279192.0,007400,009500,17567.3066147,81121,55213,hub,hub,non_hub,585616.696258,4511101.7763,584937.108907,4511119.86954
+9978,9978,596,102.0,009500,,40.746647,-73.993915,69.0,007600,40.74737476,-73.988320695,413.930707207,2203,3425,1573,1416,007600,242014413.464,009500,129660033.725,009500,366279192.0,007600,009500,17567.3066147,97464,55213,hub,hub,non_hub,585408.475283,4511206.08492,584937.108907,4511119.86954
+9979,9979,892,51.0,009500,,40.746647,-73.993915,43.0,007700,40.7390169121,-74.0026376103,473.394618834,5404,3425,4254,1416,007700,59306273.1509,009500,129660033.725,009500,366279192.0,007700,009500,17567.3066147,79025,55213,hub,hub,non_hub,584210.329106,4510264.47156,584937.108907,4511119.86954
+9980,9980,176,51.0,009500,,40.746647,-73.993915,39.0,007800,40.74780373,-73.9734419,720.625,7380,3425,5372,1416,007800,112124597.728,009500,129660033.725,009500,366279192.0,007800,009500,17567.3066147,59601,55213,hub,hub,non_hub,586664.043115,4511268.28888,584937.108907,4511119.86954
+9981,9981,1350,255.0,009500,,40.746647,-73.993915,174.0,007900,40.738916514,-74.007286026,629.411360177,4406,3425,2904,1416,007900,86937368.5918,009500,129660033.725,009500,366279192.0,007900,009500,17567.3066147,171846,55213,hub,hub,non_hub,583817.969395,4510248.87788,584937.108907,4511119.86954
+9982,9982,500,102.0,009500,,40.746647,-73.993915,71.0,008000,40.7485693,-73.97717991,702.804456328,4946,3425,3730,1416,008000,197763821.532,009500,129660033.725,009500,366279192.0,008000,009500,17567.3066147,74808,55213,hub,hub,non_hub,586347.477591,4511349.58844,584937.108907,4511119.86954
+9983,9983,422,51.0,009500,,40.746647,-73.993915,39.0,008100,40.73935542,-73.99931783,491.383886256,8675,3425,5315,1416,008100,91100400.6907,009500,129660033.725,009500,366279192.0,008100,009500,17567.3066147,53195,55213,hub,hub,non_hub,584490.204148,4510305.23824,584937.108907,4511119.86954
+9984,9984,2096,153.0,009500,,40.746647,-73.993915,175.0,008200,40.7519531832,-73.9793629718,652.457144106,3442,3425,2534,1416,008200,262405408.076,009500,129660033.725,009500,366279192.0,008200,009500,17567.3066147,228612,55213,hub,hub,non_hub,586158.810086,4511723.07872,584937.108907,4511119.86954
+9985,9985,1857,204.0,009500,,40.746647,-73.993915,119.0,008300,40.742591315,-74.004102785,487.733304643,4211,3425,2321,1416,008300,119862327.354,009500,129660033.725,009500,366279192.0,008300,009500,17567.3066147,186113,55213,hub,hub,non_hub,584082.11654,4510659.85081,584937.108907,4511119.86954
+9986,9986,449,51.0,009500,,40.746647,-73.993915,38.0,008400,40.75038009,-73.98338988,505.772828508,1726,3425,1041,1416,008400,147824461.739,009500,129660033.725,009500,366279192.0,008400,009500,17567.3066147,34199,55213,hub,hub,non_hub,585820.889203,4511544.50828,584937.108907,4511119.86954
+9987,9987,77,51.0,009500,,40.746647,-73.993915,43.0,008601,40.744219,-73.97121214,886.948051948,2551,3425,1528,1416,008601,31141773.9073,009500,129660033.725,009500,366279192.0,008601,009500,17567.3066147,31961,55213,hub,hub,non_hub,586856.951039,4510872.56191,584937.108907,4511119.86954
+9988,9988,1144,102.0,009500,,40.746647,-73.993915,78.0,008700,40.74206378,-73.995708955,429.920282332,6671,3425,4249,1416,008700,85660216.7821,009500,129660033.725,009500,366279192.0,008700,009500,17567.3066147,152953,55213,hub,hub,non_hub,584791.475936,4510609.36503,584937.108907,4511119.86954
+9989,9989,140,102.0,009500,,40.746647,-73.993915,78.0,008800,40.75012189,-73.970133575,891.06961507,6964,3425,5507,1416,008800,216532475.876,009500,129660033.725,009500,366279192.0,008800,009500,17567.3066147,43247,55213,hub,hub,non_hub,586940.323322,4511528.89362,584937.108907,4511119.86954
+9990,9990,1707,153.0,009500,,40.746647,-73.993915,120.0,008900,40.74529008,-74.0021768567,409.855819001,5560,3425,3511,1416,008900,54419260.2723,009500,129660033.725,009500,366279192.0,008900,009500,17567.3066147,158638,55213,hub,hub,non_hub,584241.316685,4510961.27944,584937.108907,4511119.86954
+9991,9991,289,153.0,009500,,40.746647,-73.993915,110.0,009000,40.75261798,-73.9703317533,906.55256533,7026,3425,5832,1416,009000,208846060.851,009500,129660033.725,009500,366279192.0,009000,009500,17567.3066147,74531,55213,hub,hub,non_hub,586920.342162,4511805.78171,584937.108907,4511119.86954
+9992,9992,128,51.0,009500,,40.746647,-73.993915,39.0,009100,40.74487634,-73.99529885,615.5859375,6415,3425,4386,1416,009100,127325659.041,009500,129660033.725,009500,366279192.0,009100,009500,17567.3066147,63878,55213,hub,hub,non_hub,584822.527687,4510921.97538,584937.108907,4511119.86954
+9993,9993,203,102.0,009500,,40.746647,-73.993915,110.0,009200,40.7548518863,-73.9734329075,882.495867769,1754,3425,1461,1416,009200,408192557.246,009500,129660033.725,009500,366279192.0,009200,009500,17567.3066147,72226,55213,hub,hub,non_hub,586655.650548,4512050.69496,584937.108907,4511119.86954
+9994,9994,585,51.0,009500,,40.746647,-73.993915,39.0,009300,40.74475148,-73.99915362,290.494017094,9705,3425,5585,1416,009300,68528055.2433,009500,129660033.725,009500,366279192.0,009300,009500,17567.3066147,52202,55213,hub,hub,non_hub,584497.239363,4510904.39701,584937.108907,4511119.86954
+9995,9995,727,51.0,009500,,40.746647,-73.993915,31.0,009400,40.75320159,-73.9779874,681.859697387,29,3425,16,1416,009400,299218147.811,009500,129660033.725,009500,366279192.0,009400,009500,17567.3066147,82147,55213,hub,hub,non_hub,586273.319313,4511863.01244,584937.108907,4511119.86954
+9996,9996,359,153.0,009500,,40.746647,-73.993915,140.0,009600,40.7560600735,-73.9803819954,735.198627052,153,3425,268,1416,009600,270304841.585,009500,129660033.725,009500,366279192.0,009600,009500,17567.3066147,71527,55213,hub,hub,non_hub,586067.489303,4512177.97388,584937.108907,4511119.86954
+9997,9997,2302,153.0,009500,,40.746647,-73.993915,99.0,009700,40.7493616033,-73.9991321067,354.988757384,4744,3425,2827,1416,009700,83018263.1602,009500,129660033.725,009500,366279192.0,009700,009500,17567.3066147,118804,55213,hub,hub,non_hub,584493.220017,4511416.17434,584937.108907,4511119.86954
+9998,9998,135,102.0,009500,,40.746647,-73.993915,70.0,009800,40.755285655,-73.96667288,1016.16117647,7105,3425,5244,1416,009800,115943808.909,009500,129660033.725,009500,366279192.0,009800,009500,17567.3066147,40039,55213,hub,hub,non_hub,587225.727282,4512105.54383,584937.108907,4511119.86954
+9999,9999,2918,255.0,009500,,40.746647,-73.993915,185.0,009900,40.7520807866,-74.0031899092,503.027779069,3617,3425,2438,1416,009900,404439511.776,009500,129660033.725,009500,366279192.0,009900,009500,17567.3066147,208076,55213,hub,hub,non_hub,584147.226991,4511714.12465,584937.108907,4511119.86954
+10000,10000,233,153.0,009500,,40.746647,-73.993915,121.0,010000,40.7583696933,-73.9710287767,1071.34835249,1829,3425,1399,1416,010000,366457143.613,009500,129660033.725,009500,366279192.0,010000,009500,17567.3066147,72085,55213,hub,hub,non_hub,586854.014885,4512443.57459,584937.108907,4511119.86954
+10001,10001,1089,153.0,009500,,40.746647,-73.993915,127.0,010100,40.74945622,-73.9903382667,315.173374597,1119,3425,828,1416,010100,246168211.101,009500,129660033.725,009500,366279192.0,010100,009500,17567.3066147,183377,55213,hub,hub,non_hub,585235.486219,4511435.18064,584937.108907,4511119.86954
+10002,10002,157,102.0,009500,,40.746647,-73.993915,81.0,010200,40.7606694,-73.973473555,1024.98810311,313,3425,268,1416,010200,333450202.294,009500,129660033.725,009500,366279192.0,010200,009500,17567.3066147,46675,55213,hub,hub,non_hub,586644.664817,4512696.44233,584937.108907,4511119.86954
+10003,10003,1167,102.0,009500,,40.746647,-73.993915,98.0,010300,40.751000495,-73.994372255,349.402051948,1859,3425,1351,1416,010300,141506056.87,009500,129660033.725,009500,366279192.0,010300,009500,17567.3066147,221593,55213,hub,hub,non_hub,584892.968075,4511602.69644,584937.108907,4511119.86954
+10004,10004,209,102.0,009500,,40.746647,-73.993915,75.0,010400,40.761664375,-73.976854975,859.0085942,1031,3425,1033,1416,010400,363981333.295,009500,129660033.725,009500,366279192.0,010400,009500,17567.3066147,65073,55213,hub,hub,non_hub,586357.961325,4512803.55852,584937.108907,4511119.86954
+10005,10005,47,51.0,009500,,40.746647,-73.993915,33.0,010602,40.75849116,-73.95920622,1300.23404255,4794,3425,2963,1416,010602,67980898.3739,009500,129660033.725,009500,366279192.0,010602,009500,17567.3066147,22153,55213,hub,hub,non_hub,587851.796682,4512468.82754,584937.108907,4511119.86954
+10006,10006,286,153.0,009500,,40.746647,-73.993915,117.0,010800,40.7591736033,-73.96613818,1130.38831615,8531,3425,6272,1416,010800,189351523.799,009500,129660033.725,009500,366279192.0,010800,009500,17567.3066147,79198,55213,hub,hub,non_hub,587265.778542,4512537.66689,584937.108907,4511119.86954
+10007,10007,452,102.0,009500,,40.746647,-73.993915,114.0,010900,40.751351715,-73.987594755,434.215201168,182,3425,92,1416,010900,228173063.011,009500,129660033.725,009500,366279192.0,010900,009500,17567.3066147,60092,55213,hub,hub,non_hub,585464.669441,4511648.26242,584937.108907,4511119.86954
+10008,10008,104,51.0,009500,,40.746647,-73.993915,59.0,011201,40.7643971,-73.97371465,1095.88461538,827,3425,964,1416,011201,118515444.187,009500,129660033.725,009500,366279192.0,011201,009500,17567.3066147,41525,55213,hub,hub,non_hub,586619.474659,4513110.00718,584937.108907,4511119.86954
+10009,10009,136,51.0,009500,,40.746647,-73.993915,33.0,011203,40.76095756,-73.96724467,1233.48529412,1176,3425,1160,1416,011203,143782379.009,009500,129660033.725,009500,366279192.0,011203,009500,17567.3066147,48033,55213,hub,hub,non_hub,587170.050102,4512734.59972,584937.108907,4511119.86954
+10010,10010,2202,204.0,009500,,40.746647,-73.993915,198.0,011300,40.7548008425,-73.9888010575,477.125988773,204,3425,107,1416,011300,357940519.061,009500,129660033.725,009500,366279192.0,011300,009500,17567.3066147,236650,55213,hub,hub,non_hub,585358.423228,4512029.96675,584937.108907,4511119.86954
+10011,10011,899,102.0,009500,,40.746647,-73.993915,82.0,011500,40.75701407,-73.992353645,574.225153202,2487,3425,1678,1416,011500,130958459.747,009500,129660033.725,009500,366279192.0,011500,009500,17567.3066147,103294,55213,hub,hub,non_hub,585055.712647,4512272.20178,584937.108907,4511119.86954
+10012,10012,352,102.0,009500,,40.746647,-73.993915,84.0,011700,40.76058799,-74.00080945,768.059670782,2938,3425,2304,1416,011700,91270705.1484,009500,129660033.725,009500,366279192.0,011700,009500,17567.3066147,73016,55213,hub,hub,non_hub,584337.427395,4512660.77158,584937.108907,4511119.86954
+10013,10013,342,51.0,009500,,40.746647,-73.993915,34.0,011900,40.7568001,-73.98291153,558.19005848,1079,3425,1121,1416,011900,395254501.74,009500,129660033.725,009500,366279192.0,011900,009500,17567.3066147,39976,55213,hub,hub,non_hub,585853.012005,4512257.64444,584937.108907,4511119.86954
+10014,10014,995,153.0,009500,,40.746647,-73.993915,109.0,012100,40.7598593767,-73.9914900133,688.789951417,8366,3425,5744,1416,012100,101223732.045,009500,129660033.725,009500,366279192.0,012100,009500,17567.3066147,132767,55213,hub,hub,non_hub,585124.983126,4512588.88932,584937.108907,4511119.86954
+10015,10015,182,51.0,009500,,40.746647,-73.993915,51.0,012500,40.76064679,-73.98442659,732.434065934,2439,3425,2096,1416,012500,322911522.418,009500,129660033.725,009500,366279192.0,012500,009500,17567.3066147,45486,55213,hub,hub,non_hub,585720.180916,4512683.17447,584937.108907,4511119.86954
+10016,10016,639,102.0,009500,,40.746647,-73.993915,84.0,012700,40.762485435,-73.990447135,775.419259259,6437,3425,4434,1416,012700,104637996.687,009500,129660033.725,009500,366279192.0,012700,009500,17567.3066147,83393,55213,hub,hub,non_hub,585209.656415,4512881.41361,584937.108907,4511119.86954
+10017,10017,116,51.0,009500,,40.746647,-73.993915,24.0,012900,40.76341379,-73.99667444,915.887931034,5312,3425,3621,1416,012900,158698340.053,009500,129660033.725,009500,366279192.0,012900,009500,17567.3066147,28661,55213,hub,hub,non_hub,584682.864463,4512978.43901,584937.108907,4511119.86954
+10018,10018,549,153.0,009500,,40.746647,-73.993915,160.0,013100,40.7621295133,-73.98215453,755.404344231,2489,3425,2283,1416,013100,405023451.28,009500,129660033.725,009500,366279192.0,013100,009500,17567.3066147,107228,55213,hub,hub,non_hub,585910.04945,4512849.98999,584937.108907,4511119.86954
+10019,10019,429,153.0,009500,,40.746647,-73.993915,101.0,013300,40.7647250567,-73.9866537633,863.328707616,5363,3425,3909,1416,013300,79847412.2593,009500,129660033.725,009500,366279192.0,013300,009500,17567.3066147,89810,55213,hub,hub,non_hub,585526.963405,4513133.71926,584937.108907,4511119.86954
+10020,10020,286,102.0,009500,,40.746647,-73.993915,65.0,013500,40.766984435,-73.99227308,900.248798148,6075,3425,3935,1416,013500,198199142.958,009500,129660033.725,009500,366279192.0,013500,009500,17567.3066147,64723,55213,hub,hub,non_hub,585049.80204,4513379.06475,584937.108907,4511119.86954
+10021,10021,388,102.0,009500,,40.746647,-73.993915,98.0,013700,40.766109285,-73.981808355,933.714527027,6557,3425,5442,1416,013700,314878324.419,009500,129660033.725,009500,366279192.0,013700,009500,17567.3066147,91142,55213,hub,hub,non_hub,585934.141665,4513292.1137,584937.108907,4511119.86954
+10022,10022,94,51.0,009500,,40.746647,-73.993915,27.0,013900,40.768254,-73.988639,931.234042553,7607,3425,7359,1416,013900,139918084.587,009500,129660033.725,009500,366279192.0,013900,009500,17567.3066147,26390,55213,hub,hub,non_hub,585354.890073,4513523.52534,584937.108907,4511119.86954
+10023,10023,64,51.0,009500,,40.746647,-73.993915,49.0,014300,40.76590936,-73.97634151,1007.953125,3,3425,0,1416,014300,50027992.3322,009500,129660033.725,009500,366279192.0,014300,009500,17567.3066147,21051,55213,hub,hub,non_hub,586395.803012,4513275.28949,584937.108907,4511119.86954
+10024,10024,266,51.0,009500,,40.746647,-73.993915,36.0,014500,40.76915505,-73.98191841,1122.72180451,5811,3425,3462,1416,014500,253397343.373,009500,129660033.725,009500,366279192.0,014500,009500,17567.3066147,68350,55213,hub,hub,non_hub,585920.929601,4513630.10902,584937.108907,4511119.86954
+10025,10025,102,51.0,009500,,40.746647,-73.993915,55.0,014700,40.770513,-73.988038,1062.2254902,2586,3425,1743,1416,014700,70871746.8417,009500,129660033.725,009500,366279192.0,014700,009500,17567.3066147,35099,55213,hub,hub,non_hub,585402.720353,4513774.87644,584937.108907,4511119.86954
+10026,10026,70,51.0,009500,,40.746647,-73.993915,36.0,015100,40.771522,-73.990541,1107.05714286,8105,3425,4856,1416,015100,164953931.102,009500,129660033.725,009500,366279192.0,015100,009500,17567.3066147,17578,55213,hub,hub,non_hub,585190.192062,4513884.4495,584937.108907,4511119.86954
+10027,10027,286,102.0,009500,,40.746647,-73.993915,70.0,031703,40.71644312,-74.014902115,1432.47375877,8670,3425,4231,1416,031703,332361109.355,009500,129660033.725,009500,366279192.0,031703,009500,17567.3066147,136082,55213,hub,hub,non_hub,583202.897614,4507746.93647,584937.108907,4511119.86954
+10028,10028,129,153.0,009500,,40.746647,-73.993915,98.0,031704,40.7085171733,-74.0165557667,1642.53403209,6610,3425,3790,1416,031704,160823714.408,009500,129660033.725,009500,366279192.0,031704,009500,17567.3066147,105244,55213,hub,hub,non_hub,583073.076824,4506865.54027,584937.108907,4511119.86954
+10029,10029,100,153.0,009500,,40.746647,-73.993915,85.0,000600,40.7128987867,-73.9898646367,1578.45632752,11558,3425,4083,1416,000600,59149181.7526,009500,129660033.725,009500,366279192.0,000600,009500,17567.3066147,70053,55213,hub,hub,non_hub,585322.159723,4507377.5136,584937.108907,4511119.86954
+10030,10030,72,420.0,009600,,40.7560616691,-73.9803834676,162.0,000202,40.71318002,-73.9818904933,1798.86790123,8012,153,3598,268,000202,37878157.9781,009600,270304841.585,009600,244912811.0,000202,009600,13854.0038928,56352,78317,hub,hub,non_hub,585995.353038,4507416.50937,586067.362979,4512178.14957
+10031,10031,146,980.0,009600,,40.7560606433,-73.9803825212,774.0,000700,40.70581148,-74.0081572071,1782.27101285,7722,153,5201,268,000700,476954959.734,009600,270304841.585,009600,244912811.0,000700,009600,13854.0038928,160040,78317,hub,hub,non_hub,583785.918305,4506573.16797,586067.444188,4512178.03663
+10032,10032,238,280.0,009600,,40.75607603,-73.9803967167,141.0,000800,40.712414475,-73.993471545,1392.45205479,10365,153,4150,268,000800,46479755.076,009600,270304841.585,009600,244912811.0,000800,009600,13854.0038928,34254,78317,hub,hub,non_hub,585018.109713,4507320.25418,586066.226062,4512179.73074
+10033,10033,39,420.0,009600,6.33370045048,40.7563440943,-73.9800366743,291.0,000900,40.70229554,-74.0122613257,2000.04309336,1140,153,939,268,000900,404341803.896,009600,270304841.585,009600,244912811.0,000900,009600,13854.0038928,46446,78317,hub,hub,non_hub,583443.606025,4506178.97012,586096.272389,4512209.84104
+10034,10034,39,140.0,009600,,40.75607603,-73.9803967167,57.0,001002,40.71782143,-73.97628939,1187.78571429,6439,153,2346,268,001002,22763374.2099,009600,270304841.585,009600,244912811.0,001002,009600,13854.0038928,15916,78317,hub,hub,non_hub,586462.45635,4507937.23607,586066.226062,4512179.73074
+10035,10035,87,280.0,009600,,40.75607603,-73.9803967167,138.0,001200,40.717364275,-73.982955325,1524.61874535,3547,153,1857,268,001200,23518220.7411,009600,270304841.585,009600,244912811.0,001200,009600,13854.0038928,36493,78317,hub,hub,non_hub,585900.031125,4507879.94738,586066.226062,4512179.73074
+10036,10036,43,140.0,009600,,40.75607603,-73.9803967167,108.0,001300,40.70463334,-74.01361706,2058.83478261,3776,153,3028,268,001300,286606455.687,009600,270304841.585,009600,244912811.0,001300,009600,13854.0038928,27671,78317,hub,hub,non_hub,583326.158808,4506437.19368,586066.226062,4512179.73074
+10037,10037,39,140.0,009600,,40.7560473082,-73.9803702184,84.0,001401,40.71559509,-73.9870295,1186.48148148,3289,153,1708,268,001401,20168722.3199,009600,270304841.585,009600,244912811.0,001401,009600,13854.0038928,26885,78317,hub,hub,non_hub,585558.18429,4507679.57909,586068.499897,4512176.5684
+10038,10038,26,280.0,009600,5.90814888384,40.75570074,-73.980900776,201.0,001501,40.710027384,-74.003982562,2009.03398205,5581,153,3450,268,001501,172466366.322,009600,270304841.585,009600,244912811.0,001501,009600,13854.0038928,27425,78317,hub,hub,non_hub,584133.270294,4507045.15045,586024.160792,4512137.57652
+10039,10039,89,420.0,009600,,40.75607603,-73.9803967167,369.0,001502,40.7088053467,-74.00635276,1956.60376104,7095,153,3459,268,001502,221282059.103,009600,270304841.585,009600,244912811.0,001502,009600,13854.0038928,82052,78317,hub,hub,non_hub,583934.59195,4506907.22889,586066.226062,4512179.73074
+10040,10040,91,420.0,009600,,40.7560510545,-73.9803736747,321.0,001600,40.7153350167,-73.9943926833,1600.5367351,8236,153,3242,268,001600,76565505.7581,009600,270304841.585,009600,244912811.0,001600,009600,13854.0038928,82798,78317,hub,hub,non_hub,584936.591099,4507643.5622,586068.20331,4512176.98088
+10041,10041,146,560.0,009600,,40.7560006353,-73.9803271588,462.0,001800,40.7193657075,-73.9906468425,1465.19227331,8063,153,3489,268,001800,60554858.5127,009600,270304841.585,009600,244912811.0,001800,009600,13854.0038928,133306,78317,hub,hub,non_hub,585247.838585,4508094.62497,586072.194883,4512171.42959
+10042,10042,26,280.0,009600,,40.7560452567,-73.9803683257,138.0,002000,40.721554605,-73.977309405,1545.8047619,4795,153,1899,268,002000,17907673.5628,009600,270304841.585,009600,244912811.0,002000,009600,13854.0038928,31656,78317,hub,hub,non_hub,586371.478696,4508350.63994,586068.662314,4512176.34251
+10043,10043,310,560.0,009600,,40.7560443516,-73.9803674907,306.0,002100,40.71451321,-74.0108850975,1628.47137103,6111,153,3038,268,002100,273869828.705,009600,270304841.585,009600,244912811.0,002100,009600,13854.0038928,151037,78317,hub,hub,non_hub,583544.598931,4507536.51732,586068.733968,4512176.24286
+10044,10044,88,280.0,009600,,40.75607603,-73.9803967167,132.0,002201,40.71833027,-73.980972895,1490.04213059,6762,153,3030,268,002201,37585954.9949,009600,270304841.585,009600,244912811.0,002201,009600,13854.0038928,26391,78317,hub,hub,non_hub,586066.226443,4507989.12022,586066.226062,4512179.73074
+10045,10045,39,140.0,009600,,40.75607603,-73.9803967167,93.0,002202,40.7208736,-73.98085795,1416.73452381,2256,153,1045,268,002202,13179093.8977,009600,270304841.585,009600,244912811.0,002202,009600,13854.0038928,23935,78317,hub,hub,non_hub,586072.658368,4508271.55961,586066.226062,4512179.73074
+10046,10046,52,280.0,009600,,40.75607603,-73.9803967167,144.0,002400,40.724744875,-73.974986535,1280.25061728,5775,153,2175,268,002400,17986635.5592,009600,270304841.585,009600,244912811.0,002400,009600,13854.0038928,17965,78317,hub,hub,non_hub,586563.526382,4508707.06897,586066.226062,4512179.73074
+10047,10047,37,280.0,009600,5.42999700538,40.75570074,-73.980900776,186.0,002500,40.711174272,-73.998829746,1495.353029,5061,153,1917,268,002500,22428407.6271,009600,270304841.585,009600,244912811.0,002500,009600,13854.0038928,28216,78317,hub,hub,non_hub,584567.082552,4507177.41082,586024.160792,4512137.57652
+10048,10048,44,140.0,009600,,40.75607603,-73.9803967167,93.0,002601,40.72299208,-73.97995466,1206.5237037,3774,153,1593,268,002601,22248722.3098,009600,270304841.585,009600,244912811.0,002601,009600,13854.0038928,22144,78317,hub,hub,non_hub,586146.216204,4508507.61099,586066.226062,4512179.73074
+10049,10049,6,140.0,009600,,40.75607603,-73.9803967167,81.0,002700,40.71307916,-73.99851193,1936.5,1191,153,655,268,002700,11349914.9514,009600,270304841.585,009600,244912811.0,002700,009600,13854.0038928,20570,78317,hub,hub,non_hub,584591.517275,4507389.17181,586066.226062,4512179.73074
+10050,10050,43,140.0,009600,,40.75607603,-73.9803967167,96.0,002800,40.72521311,-73.97768752,1778.0085213,7302,153,3341,268,002800,47641507.3146,009600,270304841.585,009600,244912811.0,002800,009600,13854.0038928,36744,78317,hub,hub,non_hub,586334.816403,4508756.38709,586066.226062,4512179.73074
+10051,10051,32,140.0,009600,,40.75607603,-73.9803967167,129.0,002900,40.71602118,-73.99974372,1077.02777778,5855,153,2420,268,002900,200965547.24,009600,270304841.585,009600,244912811.0,002900,009600,13854.0038928,31936,78317,hub,hub,non_hub,584483.752153,4507714.56961,586066.226062,4512179.73074
+10052,10052,84,140.0,009600,,40.75607603,-73.9803967167,105.0,003001,40.72066442,-73.98517977,1575.28343973,4301,153,2553,268,003001,34302720.7166,009600,270304841.585,009600,244912811.0,003001,009600,13854.0038928,41223,78317,hub,hub,non_hub,585707.91731,4508244.11218,586066.226062,4512179.73074
+10053,10053,110,140.0,009600,,40.75607603,-73.9803967167,111.0,003002,40.72217444,-73.98368779,1466.19334357,3031,153,1885,268,003002,18686109.2263,009600,270304841.585,009600,244912811.0,003002,009600,13854.0038928,38675,78317,hub,hub,non_hub,585831.986427,4508413.19181,586066.226062,4512179.73074
+10054,10054,213,420.0,009600,,40.7560736365,-73.9803945085,363.0,003100,40.7140617467,-74.0041933367,1718.42132132,2809,153,858,268,003100,145687012.574,009600,270304841.585,009600,244912811.0,003100,009600,13854.0038928,81469,78317,hub,hub,non_hub,584110.388584,4507492.78891,586066.415548,4512179.46721
+10055,10055,229,420.0,009600,,40.7560281604,-73.980352553,300.0,003200,40.7260543867,-73.9823576167,1118.98676146,7630,153,4888,268,003200,46369492.482,009600,270304841.585,009600,244912811.0,003200,009600,13854.0038928,138064,78317,hub,hub,non_hub,585939.335766,4508845.19329,586070.015788,4512174.46017
+10056,10056,162,700.0,009600,,40.7560329473,-73.9803569693,519.0,003300,40.7188162238,-74.0063465752,1583.76671347,5174,153,2694,268,003300,215459582.054,009600,270304841.585,009600,244912811.0,003300,009600,13854.0038928,115059,78317,hub,hub,non_hub,583922.542192,4508018.50708,586069.636815,4512174.98723
+10057,10057,185,140.0,009600,,40.7560524231,-73.9803749373,117.0,003400,40.72955361,-73.98057249,1005.74953752,6706,153,4203,268,003400,42933229.7541,009600,270304841.585,009600,244912811.0,003400,009600,13854.0038928,47926,78317,hub,hub,non_hub,586085.581298,4509235.37985,586068.094967,4512177.13155
+10058,10058,98,280.0,009600,,40.7560368639,-73.9803605827,198.0,003601,40.72217423,-73.990293175,1329.66257305,3299,153,1613,268,003601,29191583.8104,009600,270304841.585,009600,244912811.0,003601,009600,13854.0038928,77585,78317,hub,hub,non_hub,585274.124459,4508406.73315,586069.326747,4512175.41845
+10059,10059,132,280.0,009600,,40.7560649832,-73.980386525,186.0,003602,40.724852985,-73.989265345,1212.7479798,2918,153,1586,268,003602,24941258.1161,009600,270304841.585,009600,244912811.0,003602,009600,13854.0038928,82124,78317,hub,hub,non_hub,585357.507872,4508705.09166,586067.100614,4512178.51445
+10060,10060,435,560.0,009600,,40.7560652593,-73.9803867798,444.0,003700,40.7256696075,-74.0052069325,1407.51737358,2401,153,1490,268,003700,212385639.924,009600,270304841.585,009600,244912811.0,003700,009600,13854.0038928,173333,78317,hub,hub,non_hub,584010.178026,4508780.36793,586067.07875,4512178.54486
+10061,10061,294,560.0,009600,,40.7560237153,-73.980348452,480.0,003800,40.72765889,-73.988195855,1154.79548174,8610,153,5795,268,003800,67437493.5221,009600,270304841.585,009600,244912811.0,003800,009600,13854.0038928,167230,78317,hub,hub,non_hub,585444.239635,4509017.60641,586070.367692,4512173.97076
+10062,10062,219,560.0,009600,,40.75607603,-73.9803967167,318.0,003900,40.7201717475,-74.00983051,1708.92027096,5253,153,3059,268,003900,194910113.03,009600,270304841.585,009600,244912811.0,003900,009600,13854.0038928,113624,78317,hub,hub,non_hub,583626.593058,4508165.65565,586066.226062,4512179.73074
+10063,10063,320,280.0,009600,,40.7560606641,-73.9803825404,198.0,004000,40.73000573,-73.98549552,1067.06395036,9801,153,4546,268,004000,66858387.5133,009600,270304841.585,009600,244912811.0,004000,009600,13854.0038928,99660,78317,hub,hub,non_hub,585669.269443,4509280.75306,586067.44254,4512178.03892
+10064,10064,96,280.0,009600,,40.75607603,-73.9803967167,192.0,004100,40.7195529,-73.996789035,1634.33564939,7793,153,3765,268,004100,71738983.3617,009600,270304841.585,009600,244912811.0,004100,009600,13854.0038928,114685,78317,hub,hub,non_hub,584728.836557,4508109.46034,586066.226062,4512179.73074
+10065,10065,148,140.0,009600,,40.7560666642,-73.9803880759,105.0,004200,40.73223272,-73.98889957,945.215223585,4988,153,1801,268,004200,39941846.3325,009600,270304841.585,009600,244912811.0,004200,009600,13854.0038928,50846,78317,hub,hub,non_hub,585378.96492,4509524.64843,586066.96753,4512178.69954
+10066,10066,110,280.0,009600,,40.7560621324,-73.9803838949,201.0,004300,40.723870235,-73.995226525,1371.67895545,4267,153,2598,268,004300,65935514.1184,009600,270304841.585,009600,244912811.0,004300,009600,13854.0038928,95162,78317,hub,hub,non_hub,584855.320992,4508590.22212,586067.326304,4512178.20057
+10067,10067,454,280.0,009600,,40.7560326964,-73.9803567378,180.0,004400,40.73080269,-73.97968993,1161.26280156,17710,153,8297,268,004400,114601147.016,009600,270304841.585,009600,244912811.0,004400,009600,13854.0038928,106427,78317,hub,hub,non_hub,586158.498991,4509374.90208,586069.656681,4512174.9596
+10068,10068,25,140.0,009600,,40.75607603,-73.9803967167,81.0,004500,40.71910537,-73.99973337,1708.29901961,840,153,582,268,004500,52009114.8865,009600,270304841.585,009600,244912811.0,004500,009600,13854.0038928,34275,78317,hub,hub,non_hub,584480.726971,4508056.94497,586066.226062,4512179.73074
+10069,10069,28,140.0,009600,,40.7556452033,-73.9799992433,117.0,004700,40.72165481,-74.00234737,1516.33624709,2267,153,1586,268,004700,75477587.1594,009600,270304841.585,009600,244912811.0,004700,009600,13854.0038928,27544,78317,hub,hub,non_hub,584256.734795,4508337.43837,586100.33379,4512132.29569
+10070,10070,242,140.0,009600,,40.7560407163,-73.9803641369,105.0,004800,40.73624527,-73.98473765,909.441195015,7550,153,3799,268,004800,74763044.6965,009600,270304841.585,009600,244912811.0,004800,009600,13854.0038928,42567,78317,hub,hub,non_hub,585725.258797,4509974.12516,586069.021761,4512175.84261
+10071,10071,131,280.0,009600,,40.75607603,-73.9803967167,219.0,004900,40.724268615,-74.000521515,1432.43118838,4951,153,3054,268,004900,103848670.177,009600,270304841.585,009600,244912811.0,004900,009600,13854.0038928,80152,78317,hub,hub,non_hub,584407.63728,4508629.34168,586066.226062,4512179.73074
+10072,10072,404,420.0,009600,,40.756038394,-73.9803619943,279.0,005000,40.7359163467,-73.9873427633,1052.65783141,5061,153,3595,268,005000,120638459.215,009600,270304841.585,009600,244912811.0,005000,009600,13854.0038928,111023,78317,hub,hub,non_hub,585505.709717,4509935.07175,586069.205614,4512175.58692
+10073,10073,642,280.0,009600,,40.7560405502,-73.9803639836,318.0,005200,40.73715585,-73.991241315,860.27033314,4193,153,1785,268,005200,109103391.81,009600,270304841.585,009600,244912811.0,005200,009600,13854.0038928,159876,78317,hub,hub,non_hub,585174.941656,4510068.87544,586069.034917,4512175.82432
+10074,10074,525,140.0,009600,,40.7560406196,-73.9803640476,141.0,005400,40.73971301,-73.99456405,837.005539165,4656,153,2837,268,005400,128803552.888,009600,270304841.585,009600,244912811.0,005400,009600,13854.0038928,73728,78317,hub,hub,non_hub,584891.129718,4510349.51956,586069.029421,4512175.83196
+10075,10075,114,140.0,009600,,40.75607603,-73.9803967167,90.0,005501,40.72679454,-73.99695094,1307.82248323,5079,153,2483,268,005501,61061928.4125,009600,270304841.585,009600,244912811.0,005501,009600,13854.0038928,57258,78317,hub,hub,non_hub,584705.980012,4508913.17477,586066.226062,4512179.73074
+10076,10076,72,140.0,009600,,40.7560533549,-73.980375797,81.0,005502,40.72743423,-73.99379025,1238.00337382,2383,153,1262,268,005502,49017118.6146,009600,270304841.585,009600,244912811.0,005502,009600,13854.0038928,55117,78317,hub,hub,non_hub,584972.085912,4508987.23863,586068.021195,4512177.23415
+10077,10077,576,280.0,009600,,40.7559813334,-73.9803093512,285.0,005600,40.74065347,-73.98778661,804.189983944,2618,153,2190,268,005600,189153355.609,009600,270304841.585,009600,244912811.0,005600,009600,13854.0038928,113209,78317,hub,hub,non_hub,585462.168743,4510460.49357,586073.722971,4512169.30441
+10078,10078,402,280.0,009600,,40.756056667,-73.9803788527,246.0,005700,40.729662915,-73.992405595,1089.5041701,2937,153,1789,268,005700,90178032.7137,009600,270304841.585,009600,244912811.0,005700,009600,13854.0038928,156896,78317,hub,hub,non_hub,585086.179601,4509235.9788,586067.758984,4512177.59882
+10079,10079,1001,280.0,009600,,40.7560462203,-73.9803692147,261.0,005800,40.743154205,-73.990299735,745.44776078,3182,153,2306,268,005800,164037511.755,009600,270304841.585,009600,244912811.0,005800,009600,13854.0038928,130970,78317,hub,hub,non_hub,585246.786708,4510735.64918,586068.586027,4512176.44861
+10080,10080,127,140.0,009600,,40.7560664561,-73.9803878839,93.0,005900,40.73049393,-73.9957214,1048.46206691,5516,153,3276,268,005900,71785177.1361,009600,270304841.585,009600,244912811.0,005900,009600,13854.0038928,53180,78317,hub,hub,non_hub,584805.117401,4509325.01914,586066.984007,4512178.67662
+10081,10081,573,280.0,009600,,40.7560527781,-73.9803752649,189.0,006000,40.734822295,-73.976916765,1052.11961937,5286,153,2459,268,006000,27468182.8943,009600,270304841.585,009600,244912811.0,006000,009600,13854.0038928,80462,78317,hub,hub,non_hub,586387.478737,4509823.83141,586068.06686,4512177.17064
+10082,10082,608,560.0,009600,,40.7560544102,-73.9803767706,423.0,006100,40.73385254,-73.992357065,1019.48268091,4913,153,2683,268,006100,91682014.33,009600,270304841.585,009600,244912811.0,006100,009600,13854.0038928,245510,78317,hub,hub,non_hub,585084.940162,4509701.10308,586067.937648,4512177.35034
+10083,10083,304,140.0,009600,,40.7560080047,-73.9803339577,90.0,006200,40.7381765,-73.97738662,998.363587674,4680,153,1401,268,006200,231817485.533,009600,270304841.585,009600,244912811.0,006200,009600,13854.0038928,33218,78317,hub,hub,non_hub,586343.467107,4510195.70961,586071.611464,4512172.24098
+10084,10084,563,420.0,009600,,40.756046717,-73.980369673,297.0,006300,40.7346940933,-73.99785666,1023.61757307,6076,153,4277,268,006300,85447631.8451,009600,270304841.585,009600,244912811.0,006300,009600,13854.0038928,120233,78317,hub,hub,non_hub,584619.48321,4509789.20591,586068.5467,4512176.5033
+10085,10085,164,140.0,009600,,40.7560463178,-73.9803693047,117.0,006400,40.73587678,-73.98205027,1023.9665324,7518,153,5058,268,006400,95664936.1545,009600,270304841.585,009600,244912811.0,006400,009600,13854.0038928,47750,78317,hub,hub,non_hub,585952.649806,4509935.84788,586068.578305,4512176.45935
+10086,10086,271,420.0,009600,,40.7560657722,-73.980387253,318.0,006500,40.7306296367,-73.9991423,1135.16905842,6517,153,3568,268,006500,59290910.3694,009600,270304841.585,009600,244912811.0,006500,009600,13854.0038928,125356,78317,hub,hub,non_hub,584516.067395,4509336.78488,586067.038146,4512178.60133
+10087,10087,362,280.0,009600,,40.7560600271,-73.9803819526,246.0,006600,40.739285505,-73.97827188,911.122430474,11780,153,6818,268,006600,84730469.4548,009600,270304841.585,009600,244912811.0,006600,009600,13854.0038928,74621,78317,hub,hub,non_hub,586267.286922,4510317.94668,586067.492976,4512177.96877
+10088,10088,200,140.0,009600,,40.75607603,-73.9803967167,117.0,006700,40.73038599,-74.00214988,1136.72012877,4984,153,3796,268,006700,47238039.9972,009600,270304841.585,009600,244912811.0,006700,009600,13854.0038928,70025,78317,hub,hub,non_hub,584262.399901,4509306.84766,586066.226062,4512179.73074
+10089,10089,495,140.0,009600,,40.7560255918,-73.9803501832,117.0,006800,40.74025878,-73.98409214,799.147300747,6735,153,4494,268,006800,130298431.446,009600,270304841.585,009600,244912811.0,006800,009600,13854.0038928,58926,78317,hub,hub,non_hub,585774.608423,4510420.28363,586070.21914,4512174.17736
+10090,10090,408,280.0,009600,,40.7560361386,-73.9803599136,201.0,006900,40.732319905,-74.0069291,1285.87759919,2687,153,1484,268,006900,61292499.9331,009600,270304841.585,009600,244912811.0,006900,009600,13854.0038928,130727,78317,hub,hub,non_hub,583856.38945,4509516.94969,586069.384167,4512175.3386
+10091,10091,954,420.0,009600,,40.7560259687,-73.9803505309,381.0,007000,40.7425288823,-73.9756408394,846.873730677,8302,153,5669,268,007000,78634704.8451,009600,270304841.585,009600,244912811.0,007000,009600,13854.0038928,145227,78317,hub,hub,non_hub,586485.23496,4510680.57369,586070.189301,4512174.21886
+10092,10092,387,280.0,009600,,40.7560104694,-73.9803362316,213.0,007100,40.736526545,-74.000108805,924.167235366,5633,153,3844,268,007100,68447429.2743,009600,270304841.585,009600,244912811.0,007100,009600,13854.0038928,79459,78317,hub,hub,non_hub,584426.995774,4509990.4524,586071.416341,4512172.51235
+10093,10093,1557,420.0,009600,,40.7560506562,-73.9803733072,378.0,007200,40.7447014833,-73.98154809,668.055172984,7734,153,5222,268,007200,132092861.454,009600,270304841.585,009600,244912811.0,007200,009600,13854.0038928,157612,78317,hub,hub,non_hub,585983.687715,4510915.94446,586068.234849,4512176.93701
+10094,10094,291,280.0,009600,,40.75607603,-73.9803967167,177.0,007300,40.734682705,-74.00388484,1098.21206185,5615,153,4547,268,007300,48716185.79,009600,270304841.585,009600,244912811.0,007300,009600,13854.0038928,92567,78317,hub,hub,non_hub,584110.479319,4509782.14883,586066.226062,4512179.73074
+10095,10095,979,280.0,009600,,40.7560375155,-73.9803611838,258.0,007400,40.746413585,-73.98586892,637.219280415,4179,153,2700,268,007400,170614202.951,009600,270304841.585,009600,244912811.0,007400,009600,13854.0038928,81121,78317,hub,hub,non_hub,585616.696258,4511101.7763,586069.275165,4512175.49019
+10096,10096,1162,280.0,009600,,40.7560410705,-73.9803644636,207.0,007600,40.74737476,-73.988320695,585.643440843,2203,153,1573,268,007600,242014413.464,009600,270304841.585,009600,244912811.0,007600,009600,13854.0038928,97464,78317,hub,hub,non_hub,585408.475283,4511206.08492,586068.993722,4512175.88161
+10097,10097,274,140.0,009600,,40.7560709615,-73.9803920405,129.0,007700,40.7390169121,-74.0026376103,1067.33749797,5404,153,4254,268,007700,59306273.1509,009600,270304841.585,009600,244912811.0,007700,009600,13854.0038928,79025,78317,hub,hub,non_hub,584210.329106,4510264.47156,586066.627327,4512179.17268
+10098,10098,726,140.0,009600,,40.756062377,-73.9803841207,117.0,007800,40.74780373,-73.9734419,647.74787543,7380,153,5372,268,007800,112124597.728,009600,270304841.585,009600,244912811.0,007800,009600,13854.0038928,59601,78317,hub,hub,non_hub,586664.043115,4511268.28888,586067.306934,4512178.22751
+10099,10099,722,700.0,009600,,40.7560634058,-73.9803850698,522.0,007900,40.738916514,-74.007286026,1267.59651732,4406,153,2904,268,007900,86937368.5918,009600,270304841.585,009600,244912811.0,007900,009600,13854.0038928,171846,78317,hub,hub,non_hub,583817.969395,4510248.87788,586067.225492,4512178.34078
+10100,10100,1516,280.0,009600,,40.7560603103,-73.9803822139,213.0,008000,40.7485693,-73.97717991,524.87711779,4946,153,3730,268,008000,197763821.532,009600,270304841.585,009600,244912811.0,008000,009600,13854.0038928,74808,78317,hub,hub,non_hub,586347.477591,4511349.58844,586067.470554,4512177.99996
+10101,10101,224,140.0,009600,,40.7560485304,-73.980371346,117.0,008100,40.73935542,-73.99931783,838.056190351,8675,153,5315,268,008100,91100400.6907,009600,270304841.585,009600,244912811.0,008100,009600,13854.0038928,53195,78317,hub,hub,non_hub,584490.204148,4510305.23824,586068.403138,4512176.70296
+10102,10102,1532,420.0,009600,,40.7560349344,-73.9803588026,525.0,008200,40.7518971223,-73.9792648505,416.183885843,3442,153,2534,268,008200,262405408.076,009600,270304841.585,009600,244912811.0,008200,009600,13854.0038928,228612,78317,hub,hub,non_hub,586167.165679,4511716.95189,586069.479501,4512175.20601
+10103,10103,603,560.0,009600,,40.7560636538,-73.9803852986,357.0,008300,40.742591315,-74.004102785,1164.36396175,4211,153,2321,268,008300,119862327.354,009600,270304841.585,009600,244912811.0,008300,009600,13854.0038928,186113,78317,hub,hub,non_hub,584082.11654,4510659.85081,586067.205859,4512178.36808
+10104,10104,304,140.0,009600,,40.7560436022,-73.9803667993,114.0,008400,40.75038009,-73.98338988,519.533480329,1726,153,1041,268,008400,147824461.739,009600,270304841.585,009600,244912811.0,008400,009600,13854.0038928,34199,78317,hub,hub,non_hub,585820.889203,4511544.50828,586068.793295,4512176.16035
+10105,10105,439,140.0,009600,,40.7560606433,-73.9803825212,129.0,008601,40.744219,-73.97121214,742.92355649,2551,153,1528,268,008601,31141773.9073,009600,270304841.585,009600,244912811.0,008601,009600,13854.0038928,31961,78317,hub,hub,non_hub,586856.951039,4510872.56191,586067.444188,4512178.03663
+10106,10106,712,280.0,009600,,40.7560555144,-73.9803777894,234.0,008700,40.74206378,-73.995708955,841.728505592,6671,153,4249,268,008700,85660216.7821,009600,270304841.585,009600,244912811.0,008700,009600,13854.0038928,152953,78317,hub,hub,non_hub,584791.475936,4510609.36503,586067.85023,4512177.47192
+10107,10107,609,280.0,009600,,40.756054049,-73.9803764374,234.0,008800,40.75012189,-73.970133575,578.440262044,6964,153,5507,268,008800,216532475.876,009600,270304841.585,009600,244912811.0,008800,009600,13854.0038928,43247,78317,hub,hub,non_hub,586940.323322,4511528.89362,586067.966242,4512177.31058
+10108,10108,658,420.0,009600,,40.7560413988,-73.9803647665,360.0,008900,40.74529008,-74.0021768567,958.915145545,5560,153,3511,268,008900,54419260.2723,009600,270304841.585,009600,244912811.0,008900,009600,13854.0038928,158638,78317,hub,hub,non_hub,584241.316685,4510961.27944,586068.967732,4512175.91775
+10109,10109,2307,420.0,009600,,40.756045987,-73.9803689995,330.0,009000,40.75261798,-73.9703317533,469.115662148,7026,153,5832,268,009000,208846060.851,009600,270304841.585,009600,244912811.0,009000,009600,13854.0038928,74531,78317,hub,hub,non_hub,586920.342162,4511805.78171,586068.604494,4512176.42293
+10110,10110,407,140.0,009600,,40.7560674135,-73.9803887672,117.0,009100,40.74487634,-73.99529885,760.571248169,6415,153,4386,268,009100,127325659.041,009600,270304841.585,009600,244912811.0,009100,009600,13854.0038928,63878,78317,hub,hub,non_hub,584822.527687,4510921.97538,586066.908212,4512178.78203
+10111,10111,1288,280.0,009600,,40.7560623285,-73.9803840759,330.0,009200,40.7548518863,-73.9734329075,440.199694143,1754,153,1461,268,009200,408192557.246,009600,270304841.585,009600,244912811.0,009200,009600,13854.0038928,72226,78317,hub,hub,non_hub,586655.650548,4512050.69496,586067.310778,4512178.22217
+10112,10112,318,140.0,009600,,40.7560559916,-73.9803782295,117.0,009300,40.74475148,-73.99915362,988.747217232,9705,153,5585,268,009300,68528055.2433,009600,270304841.585,009600,244912811.0,009300,009600,13854.0038928,52202,78317,hub,hub,non_hub,584497.239363,4510904.39701,586067.812458,4512177.52445
+10113,10113,2193,140.0,009600,,40.7560615727,-73.9803833786,93.0,009400,40.75320159,-73.9779874,331.146927702,29,153,16,268,009400,299218147.811,009600,270304841.585,009600,244912811.0,009400,009600,13854.0038928,82147,78317,hub,hub,non_hub,586273.319314,4511863.01244,586067.37061,4512178.13895
+10114,10114,384,140.0,009600,,40.7560422397,-73.9803655423,153.0,009500,40.746647,-73.993915,801.648070339,3425,153,1416,268,009500,129660033.725,009600,270304841.585,009600,244912811.0,009500,009600,13854.0038928,57488,78317,hub,hub,non_hub,584937.108907,4511119.86954,586068.901162,4512176.01034
+10115,10115,617,420.0,009600,,40.7560217536,-73.9803466422,297.0,009700,40.7493616033,-73.9991321067,861.310506407,4744,153,2827,268,009700,83018263.1602,009600,270304841.585,009600,244912811.0,009700,009600,13854.0038928,118804,78317,hub,hub,non_hub,584493.220017,4511416.17434,586070.522999,4512173.75476
+10116,10116,796,280.0,009600,,40.7560550902,-73.980377398,210.0,009800,40.755285655,-73.96667288,586.957923185,7105,153,5244,268,009800,115943808.909,009600,270304841.585,009600,244912811.0,009800,009600,13854.0038928,40039,78317,hub,hub,non_hub,587225.727282,4512105.54383,586067.883813,4512177.42522
+10117,10117,1973,700.0,009600,,40.756052663,-73.9803751587,555.0,009900,40.7520807866,-74.0031899092,854.033126573,3617,153,2438,268,009900,404439511.776,009600,270304841.585,009600,244912811.0,009900,009600,13854.0038928,208076,78317,hub,hub,non_hub,584147.226991,4511714.12465,586068.075973,4512177.15797
+10118,10118,2050,420.0,009600,,40.7560416887,-73.980365034,363.0,010000,40.7583696933,-73.9710287767,502.221987327,1829,153,1399,268,010000,366457143.613,009600,270304841.585,009600,244912811.0,010000,009600,13854.0038928,72085,78317,hub,hub,non_hub,586854.014885,4512443.57459,586068.944778,4512175.94968
+10119,10119,4067,420.0,009600,,40.7560410419,-73.9803644372,381.0,010100,40.74945622,-73.9903382667,543.40991468,1119,153,828,268,010100,246168211.101,009600,270304841.585,009600,244912811.0,010100,009600,13854.0038928,183377,78317,hub,hub,hub,585235.486219,4511435.18064,586068.99599,4512175.87845
+10120,10120,1072,280.0,009600,,40.7560537092,-73.9803761239,243.0,010200,40.7606694,-73.973473555,437.018847341,313,153,268,268,010200,333450202.294,009600,270304841.585,009600,244912811.0,010200,009600,13854.0038928,46675,78317,hub,hub,non_hub,586644.664817,4512696.44233,586067.993146,4512177.27316
+10121,10121,3202,280.0,009600,,40.7560126515,-73.9803382447,294.0,010300,40.751000495,-73.994372255,648.729983585,1859,153,1351,268,010300,141506056.87,009600,270304841.585,009600,244912811.0,010300,009600,13854.0038928,221593,78317,hub,hub,hub,584892.968075,4511602.69644,586071.243591,4512172.7526
+10122,10122,1639,280.0,009600,,40.7560095232,-73.9803353586,225.0,010400,40.761664375,-73.976854975,435.61318491,1031,153,1033,268,010400,363981333.295,009600,270304841.585,009600,244912811.0,010400,009600,13854.0038928,65073,78317,hub,hub,non_hub,586357.961325,4512803.55852,586071.491251,4512172.40817
+10123,10123,462,140.0,009600,,40.7560724986,-73.9803934587,99.0,010602,40.75849116,-73.95920622,799.272950719,4794,153,2963,268,010602,67980898.3739,009600,270304841.585,009600,244912811.0,010602,009600,13854.0038928,22153,78317,hub,hub,non_hub,587851.796682,4512468.82754,586066.505632,4512179.34192
+10124,10124,1217,420.0,009600,,40.756046883,-73.9803698261,351.0,010800,40.7591736033,-73.96613818,678.724066421,8531,153,6272,268,010800,189351523.799,009600,270304841.585,009600,244912811.0,010800,009600,13854.0038928,79198,78317,hub,hub,non_hub,587265.778542,4512537.66689,586068.533562,4512176.52158
+10125,10125,1662,280.0,009600,,40.7560333127,-73.9803573064,342.0,010900,40.751351715,-73.987594755,467.558548037,182,153,92,268,010900,228173063.011,009600,270304841.585,009600,244912811.0,010900,009600,13854.0038928,60092,78317,hub,hub,non_hub,585464.669441,4511648.26242,586069.607892,4512175.02745
+10126,10126,1090,140.0,009600,,40.7560560273,-73.9803782625,177.0,011201,40.7643971,-73.97371465,524.328421458,827,153,964,268,011201,118515444.187,009600,270304841.585,009600,244912811.0,011201,009600,13854.0038928,41525,78317,hub,hub,non_hub,586619.474659,4513110.00718,586067.809625,4512177.52839
+10127,10127,739,140.0,009600,,40.7560287235,-73.9803530725,99.0,011203,40.76095756,-73.96724467,745.625916761,1176,153,1160,268,011203,143782379.009,009600,270304841.585,009600,244912811.0,011203,009600,13854.0038928,48033,78317,hub,hub,non_hub,587170.050102,4512734.59972,586069.971203,4512174.52218
+10128,10128,4683,560.0,009600,,40.7560339389,-73.9803578841,594.0,011300,40.7548008425,-73.9888010575,494.013484225,204,153,107,268,011300,357940519.061,009600,270304841.585,009600,244912811.0,011300,009600,13854.0038928,236650,78317,hub,hub,hub,585358.423228,4512029.96675,586069.558314,4512175.0964
+10129,10129,1627,280.0,009600,,40.7560469227,-73.9803698628,246.0,011500,40.75701407,-73.992353645,551.782702379,2487,153,1678,268,011500,130958459.747,009600,270304841.585,009600,244912811.0,011500,009600,13854.0038928,103294,78317,hub,hub,non_hub,585055.712647,4512272.20178,586068.530415,4512176.52595
+10130,10130,1261,280.0,009600,,40.7560483476,-73.9803711773,252.0,011700,40.76058799,-74.00080945,778.107676916,2938,153,2304,268,011700,91270705.1484,009600,270304841.585,009600,244912811.0,011700,009600,13854.0038928,73016,78317,hub,hub,non_hub,584337.427395,4512660.77158,586068.417614,4512176.68283
+10131,10131,335,140.0,009600,,40.7560595862,-73.9803815459,102.0,011900,40.7568001,-73.98291153,611.590429731,1079,153,1121,268,011900,395254501.74,009600,270304841.585,009600,244912811.0,011900,009600,13854.0038928,39976,78317,hub,hub,non_hub,585853.012005,4512257.64444,586067.527876,4512177.92024
+10132,10132,2988,420.0,009600,,40.7560175497,-73.9803427637,327.0,012100,40.7598593767,-73.9914900133,519.145595333,8366,153,5744,268,012100,101223732.045,009600,270304841.585,009600,244912811.0,012100,009600,13854.0038928,132767,78317,hub,hub,non_hub,585124.983126,4512588.88932,586070.855812,4512173.29191
+10133,10133,1171,140.0,009600,,40.755918585,-73.9802514606,153.0,012500,40.76064679,-73.98442659,374.50522288,2439,153,2096,268,012500,322911522.418,009600,270304841.585,009600,244912811.0,012500,009600,13854.0038928,45486,78317,hub,hub,non_hub,585720.180916,4512683.17447,586078.69063,4512162.39565
+10134,10134,1362,280.0,009600,,40.7560243421,-73.9803490303,252.0,012700,40.762485435,-73.990447135,547.797055597,6437,153,4434,268,012700,104637996.687,009600,270304841.585,009600,244912811.0,012700,009600,13854.0038928,83393,78317,hub,hub,non_hub,585209.656415,4512881.41361,586070.318071,4512174.03977
+10135,10135,373,140.0,009600,,40.7560629746,-73.980384672,72.0,012900,40.76341379,-73.99667444,701.783987132,5312,153,3621,268,012900,158698340.053,009600,270304841.585,009600,244912811.0,012900,009600,13854.0038928,28661,78317,hub,hub,non_hub,584682.864463,4512978.43901,586067.259623,4512178.29331
+10136,10136,2267,420.0,009600,,40.7560052868,-73.9803314502,480.0,013100,40.7621295133,-73.98215453,472.245778299,2489,153,2283,268,013100,405023451.28,009600,270304841.585,009600,244912811.0,013100,009600,13854.0038928,107228,78317,hub,hub,non_hub,585910.04945,4512849.98999,586071.826639,4512171.94173
+10137,10137,1303,420.0,009600,,40.7560436549,-73.980366848,303.0,013300,40.7647250567,-73.9866537633,588.77267616,5363,153,3909,268,013300,79847412.2593,009600,270304841.585,009600,244912811.0,013300,009600,13854.0038928,89810,78317,hub,hub,non_hub,585526.963405,4513133.71926,586068.789121,4512176.16616
+10138,10138,1042,280.0,009600,,40.7560294025,-73.9803536989,195.0,013500,40.766984435,-73.99227308,693.960873985,6075,153,3935,268,013500,198199142.958,009600,270304841.585,009600,244912811.0,013500,009600,13854.0038928,64723,78317,hub,hub,non_hub,585049.80204,4513379.06475,586069.917453,4512174.59693
+10139,10139,2196,280.0,009600,,40.7560319897,-73.9803560858,294.0,013700,40.766109285,-73.981808355,589.810302839,6557,153,5442,268,013700,314878324.419,009600,270304841.585,009600,244912811.0,013700,009600,13854.0038928,91142,78317,hub,hub,non_hub,585934.141665,4513292.1137,586069.71263,4512174.88179
+10140,10140,525,140.0,009600,,40.7560545602,-73.980376909,81.0,013900,40.768254,-73.988639,660.576565513,7607,153,7359,268,013900,139918084.587,009600,270304841.585,009600,244912811.0,013900,009600,13854.0038928,26390,78317,hub,hub,non_hub,585354.890073,4513523.52534,586067.925772,4512177.36686
+10141,10141,272,140.0,009600,,40.756067147,-73.9803885213,147.0,014300,40.76590936,-73.97634151,730.041222102,3,153,0,268,014300,50027992.3322,009600,270304841.585,009600,244912811.0,014300,009600,13854.0038928,21051,78317,hub,hub,non_hub,586395.803012,4513275.28949,586066.92931,4512178.75269
+10142,10142,1087,140.0,009600,,40.7560374485,-73.980361122,108.0,014500,40.76915505,-73.98191841,745.617618227,5811,153,3462,268,014500,253397343.373,009600,270304841.585,009600,244912811.0,014500,009600,13854.0038928,68350,78317,hub,hub,non_hub,585920.929601,4513630.10902,586069.280468,4512175.48282
+10143,10143,551,140.0,009600,,40.7559416437,-73.9802727342,165.0,014700,40.770513,-73.988038,804.636119232,2586,153,1743,268,014700,70871746.8417,009600,270304841.585,009600,244912811.0,014700,009600,13854.0038928,35099,78317,hub,hub,non_hub,585402.720353,4513774.87644,586076.865124,4512164.93447
+10144,10144,283,140.0,009600,,40.7559784843,-73.9803067227,108.0,015100,40.771522,-73.990541,945.614366104,8105,153,4856,268,015100,164953931.102,009600,270304841.585,009600,244912811.0,015100,009600,13854.0038928,17578,78317,hub,hub,non_hub,585190.192062,4513884.4495,586073.948529,4512168.99071
+10145,10145,430,280.0,009600,,40.7560700463,-73.9803911962,210.0,031703,40.71644312,-74.014902115,2002.94350198,8670,153,4231,268,031703,332361109.355,009600,270304841.585,009600,244912811.0,031703,009600,13854.0038928,136082,78317,hub,hub,non_hub,583202.897614,4507746.93647,586066.699777,4512179.07192
+10146,10146,126,420.0,009600,,40.75607603,-73.9803967167,294.0,031704,40.7085171733,-74.0165557667,1974.8406117,6610,153,3790,268,031704,160823714.408,009600,270304841.585,009600,244912811.0,031704,009600,13854.0038928,105244,78317,hub,hub,non_hub,583073.076824,4506865.54027,586066.226062,4512179.73074
+10147,10147,45,420.0,009600,4.82304351282,40.756248697,-73.9799486623,255.0,000600,40.71309537,-73.9898697243,1557.87796599,11558,153,4083,268,000600,59149181.7526,009600,270304841.585,009600,244912811.0,000600,009600,13854.0038928,70053,78317,hub,hub,non_hub,585321.479015,4507399.33069,586103.824792,4512199.33759
+10148,10148,103,297.0,009700,4.50274784943,40.7492727162,-73.9992245212,162.0,000202,40.71330264,-73.98219162,1784.95328641,8012,4744,3598,2827,000202,37878157.9781,009700,83018263.1602,,0.0,000202,009700,16207.2431625,56352,120211,hub,hub,non_hub,585969.760017,4507429.82621,584485.530774,4511406.21827
+10149,10149,398,693.0,009700,,40.7493616033,-73.9991321067,774.0,000700,40.70581148,-74.0081572071,1657.79707458,7722,4744,5201,2827,000700,476954959.734,009700,83018263.1602,,0.0,000700,009700,16207.2431625,160040,120211,hub,hub,non_hub,583785.918305,4506573.16797,584493.220017,4511416.17434
+10150,10150,126,198.0,009700,,40.7493616033,-73.9991321067,141.0,000800,40.712414475,-73.993471545,1821.19413013,10365,4744,4150,2827,000800,46479755.076,009700,83018263.1602,,0.0,000800,009700,16207.2431625,34254,120211,hub,hub,non_hub,585018.109713,4507320.25418,584493.220017,4511416.17434
+10151,10151,145,297.0,009700,,40.7493616033,-73.9991321067,291.0,000900,40.7024745833,-74.01224785,1868.08934514,1140,4744,939,2827,000900,404341803.896,009700,83018263.1602,,0.0,000900,009700,16207.2431625,46446,120211,hub,hub,non_hub,583444.520998,4506198.85784,584493.220017,4511416.17434
+10152,10152,20,99.0,009700,,40.7493616033,-73.9991321067,57.0,001002,40.71782143,-73.97628939,1721.85,6439,4744,2346,2827,001002,22763374.2099,009700,83018263.1602,,0.0,001002,009700,16207.2431625,15916,120211,hub,hub,non_hub,586462.45635,4507937.23607,584493.220017,4511416.17434
+10153,10153,51,198.0,009700,,40.7493616033,-73.9991321067,138.0,001200,40.717364275,-73.982955325,1640.67436197,3547,4744,1857,2827,001200,23518220.7411,009700,83018263.1602,,0.0,001200,009700,16207.2431625,36493,120211,hub,hub,non_hub,585900.031125,4507879.94738,584493.220017,4511416.17434
+10154,10154,284,99.0,009700,,40.7493616033,-73.9991321067,108.0,001300,40.70463334,-74.01361706,1650.75601163,3776,4744,3028,2827,001300,286606455.687,009700,83018263.1602,,0.0,001300,009700,16207.2431625,27671,120211,hub,hub,non_hub,583326.158808,4506437.19368,584493.220017,4511416.17434
+10155,10155,97,99.0,009700,,40.7493616033,-73.9991321067,84.0,001401,40.71559509,-73.9870295,1560.83751687,3289,4744,1708,2827,001401,20168722.3199,009700,83018263.1602,,0.0,001401,009700,16207.2431625,26885,120211,hub,hub,non_hub,585558.18429,4507679.57909,584493.220017,4511416.17434
+10156,10156,150,198.0,009700,,40.7493616033,-73.9991321067,201.0,001501,40.70966832,-74.003597135,1587.61878655,5581,4744,3450,2827,001501,172466366.322,009700,83018263.1602,,0.0,001501,009700,16207.2431625,27425,120211,hub,hub,non_hub,584166.279828,4507005.66129,584493.220017,4511416.17434
+10157,10157,232,297.0,009700,,40.7493616033,-73.9991321067,369.0,001502,40.7088053467,-74.00635276,1609.94193903,7095,4744,3459,2827,001502,221282059.103,009700,83018263.1602,,0.0,001502,009700,16207.2431625,82052,120211,hub,hub,non_hub,583934.59195,4506907.22889,584493.220017,4511416.17434
+10158,10158,300,297.0,009700,,40.7493616033,-73.9991321067,321.0,001600,40.7153350167,-73.9943926833,1567.17929269,8236,4744,3242,2827,001600,76565505.7581,009700,83018263.1602,,0.0,001600,009700,16207.2431625,82798,120211,hub,hub,non_hub,584936.591099,4507643.5622,584493.220017,4511416.17434
+10159,10159,443,396.0,009700,,40.7493616033,-73.9991321067,462.0,001800,40.7193657075,-73.9906468425,1380.85885488,8063,4744,3489,2827,001800,60554858.5127,009700,83018263.1602,,0.0,001800,009700,16207.2431625,133306,120211,hub,hub,non_hub,585247.838585,4508094.62497,584493.220017,4511416.17434
+10160,10160,82,198.0,009700,,40.7493616033,-73.9991321067,138.0,002000,40.721554605,-73.977309405,1563.30467836,4795,4744,1899,2827,002000,17907673.5628,009700,83018263.1602,,0.0,002000,009700,16207.2431625,31656,120211,hub,hub,non_hub,586371.478696,4508350.63994,584493.220017,4511416.17434
+10161,10161,1030,396.0,009700,,40.7493616033,-73.9991321067,306.0,002100,40.71451321,-74.0108850975,1219.83022707,6111,4744,3038,2827,002100,273869828.705,009700,83018263.1602,,0.0,002100,009700,16207.2431625,151037,120211,hub,hub,non_hub,583544.598931,4507536.51732,584493.220017,4511416.17434
+10162,10162,41,198.0,009700,3.7010208455,40.749219384,-73.99927997,132.0,002201,40.718144162,-73.980811426,1479.727782,6762,4744,3030,2827,002201,37585954.9949,009700,83018263.1602,,0.0,002201,009700,16207.2431625,26391,120211,hub,hub,non_hub,586080.103958,4507968.61925,584480.917219,4511400.24463
+10163,10163,103,99.0,009700,,40.7493616033,-73.9991321067,93.0,002202,40.7208736,-73.98085795,1451.35789474,2256,4744,1045,2827,002202,13179093.8977,009700,83018263.1602,,0.0,002202,009700,16207.2431625,23935,120211,hub,hub,non_hub,586072.658368,4508271.55961,584493.220017,4511416.17434
+10164,10164,28,198.0,009700,,40.7493616033,-73.9991321067,144.0,002400,40.724744875,-73.974986535,1411.06613757,5775,4744,2175,2827,002400,17986635.5592,009700,83018263.1602,,0.0,002400,009700,16207.2431625,17965,120211,hub,hub,non_hub,586563.526382,4508707.06897,584493.220017,4511416.17434
+10165,10165,105,198.0,009700,,40.7493616033,-73.9991321067,186.0,002500,40.7111743,-73.99849582,1680.0165493,5061,4744,1917,2827,002500,22428407.6271,009700,83018263.1602,,0.0,002500,009700,16207.2431625,28216,120211,hub,hub,non_hub,584595.28909,4507177.73549,584493.220017,4511416.17434
+10166,10166,114,99.0,009700,,40.7493616033,-73.9991321067,93.0,002601,40.72299208,-73.97995466,1450.84115531,3774,4744,1593,2827,002601,22248722.3098,009700,83018263.1602,,0.0,002601,009700,16207.2431625,22144,120211,hub,hub,non_hub,586146.216204,4508507.61099,584493.220017,4511416.17434
+10167,10167,34,99.0,009700,,40.7493616033,-73.9991321067,81.0,002700,40.71307916,-73.99851193,1717.50505051,1191,4744,655,2827,002700,11349914.9514,009700,83018263.1602,,0.0,002700,009700,16207.2431625,20570,120211,hub,hub,non_hub,584591.517275,4507389.17181,584493.220017,4511416.17434
+10168,10168,105,99.0,009700,,40.7493616033,-73.9991321067,96.0,002800,40.72521311,-73.97768752,1311.76825397,7302,4744,3341,2827,002800,47641507.3146,009700,83018263.1602,,0.0,002800,009700,16207.2431625,36744,120211,hub,hub,non_hub,586334.816403,4508756.38709,584493.220017,4511416.17434
+10169,10169,114,99.0,009700,,40.7493616033,-73.9991321067,129.0,002900,40.71602118,-73.99974372,1441.42590369,5855,4744,2420,2827,002900,200965547.24,009700,83018263.1602,,0.0,002900,009700,16207.2431625,31936,120211,hub,hub,non_hub,584483.752153,4507714.56961,584493.220017,4511416.17434
+10170,10170,118,99.0,009700,,40.7493616033,-73.9991321067,105.0,003001,40.72066442,-73.98517977,1496.59948693,4301,4744,2553,2827,003001,34302720.7166,009700,83018263.1602,,0.0,003001,009700,16207.2431625,41223,120211,hub,hub,non_hub,585707.91731,4508244.11218,584493.220017,4511416.17434
+10171,10171,163,99.0,009700,,40.7493616033,-73.9991321067,111.0,003002,40.72217444,-73.98368779,1399.93523021,3031,4744,1885,2827,003002,18686109.2263,009700,83018263.1602,,0.0,003002,009700,16207.2431625,38675,120211,hub,hub,non_hub,585831.986427,4508413.19181,584493.220017,4511416.17434
+10172,10172,223,297.0,009700,,40.7493616033,-73.9991321067,363.0,003100,40.7140617467,-74.0041933367,1391.15926099,2809,4744,858,2827,003100,145687012.574,009700,83018263.1602,,0.0,003100,009700,16207.2431625,81469,120211,hub,hub,non_hub,584110.388584,4507492.78891,584493.220017,4511416.17434
+10173,10173,519,297.0,009700,,40.7493616033,-73.9991321067,300.0,003200,40.7260543867,-73.9823576167,1231.69096463,7630,4744,4888,2827,003200,46369492.482,009700,83018263.1602,,0.0,003200,009700,16207.2431625,138064,120211,hub,hub,non_hub,585939.335766,4508845.19329,584493.220017,4511416.17434
+10174,10174,810,495.0,009700,,40.7493616033,-73.9991321067,519.0,003300,40.718820109,-74.0063381016,1173.70834998,5174,4744,2694,2827,003300,215459582.054,009700,83018263.1602,,0.0,003300,009700,16207.2431625,115059,120211,hub,hub,non_hub,583923.252991,4508018.94647,584493.220017,4511416.17434
+10175,10175,268,99.0,009700,,40.7493616033,-73.9991321067,117.0,003400,40.72955361,-73.98057249,1013.01439,6706,4744,4203,2827,003400,42933229.7541,009700,83018263.1602,,0.0,003400,009700,16207.2431625,47926,120211,hub,hub,non_hub,586085.581298,4509235.37985,584493.220017,4511416.17434
+10176,10176,356,198.0,009700,,40.7493616033,-73.9991321067,198.0,003601,40.72217423,-73.990293175,1261.17136933,3299,4744,1613,2827,003601,29191583.8104,009700,83018263.1602,,0.0,003601,009700,16207.2431625,77585,120211,hub,hub,non_hub,585274.124459,4508406.73315,584493.220017,4511416.17434
+10177,10177,428,198.0,009700,,40.7493616033,-73.9991321067,186.0,003602,40.724852985,-73.989265345,1208.51225548,2918,4744,1586,2827,003602,24941258.1161,009700,83018263.1602,,0.0,003602,009700,16207.2431625,82124,120211,hub,hub,non_hub,585357.507872,4508705.09166,584493.220017,4511416.17434
+10178,10178,1562,396.0,009700,,40.7493616033,-73.9991321067,444.0,003700,40.7256696075,-74.0052069325,1108.07203049,2401,4744,1490,2827,003700,212385639.924,009700,83018263.1602,,0.0,003700,009700,16207.2431625,173333,120211,hub,hub,non_hub,584010.178026,4508780.36793,584493.220017,4511416.17434
+10179,10179,780,396.0,009700,,40.7493616033,-73.9991321067,480.0,003800,40.72765889,-73.988195855,1077.17279029,8610,4744,5795,2827,003800,67437493.5221,009700,83018263.1602,,0.0,003800,009700,16207.2431625,167230,120211,hub,hub,non_hub,585444.239635,4509017.60641,584493.220017,4511416.17434
+10180,10180,892,396.0,009700,,40.7493616033,-73.9991321067,318.0,003900,40.7201717475,-74.00983051,1203.19866488,5253,4744,3059,2827,003900,194910113.03,009700,83018263.1602,,0.0,003900,009700,16207.2431625,113624,120211,hub,hub,non_hub,583626.593058,4508165.65565,584493.220017,4511416.17434
+10181,10181,481,198.0,009700,,40.7493616033,-73.9991321067,198.0,004000,40.73000573,-73.98549552,1071.66988076,9801,4744,4546,2827,004000,66858387.5133,009700,83018263.1602,,0.0,004000,009700,16207.2431625,99660,120211,hub,hub,non_hub,585669.269443,4509280.75306,584493.220017,4511416.17434
+10182,10182,433,198.0,009700,,40.7493616033,-73.9991321067,192.0,004100,40.7195529,-73.996789035,1431.49103384,7793,4744,3765,2827,004100,71738983.3617,009700,83018263.1602,,0.0,004100,009700,16207.2431625,114685,120211,hub,hub,non_hub,584728.836557,4508109.46034,584493.220017,4511416.17434
+10183,10183,232,99.0,009700,,40.7493616033,-73.9991321067,105.0,004200,40.73223272,-73.98889957,906.830084775,4988,4744,1801,2827,004200,39941846.3325,009700,83018263.1602,,0.0,004200,009700,16207.2431625,50846,120211,hub,hub,non_hub,585378.96492,4509524.64843,584493.220017,4511416.17434
+10184,10184,422,198.0,009700,,40.7493616033,-73.9991321067,201.0,004300,40.723870235,-73.995226525,1264.89179881,4267,4744,2598,2827,004300,65935514.1184,009700,83018263.1602,,0.0,004300,009700,16207.2431625,95162,120211,hub,hub,non_hub,584855.320992,4508590.22212,584493.220017,4511416.17434
+10185,10185,500,198.0,009700,,40.7493616033,-73.9991321067,180.0,004400,40.73080269,-73.97968993,1024.98009436,17710,4744,8297,2827,004400,114601147.016,009700,83018263.1602,,0.0,004400,009700,16207.2431625,106427,120211,hub,hub,non_hub,586158.498991,4509374.90208,584493.220017,4511416.17434
+10186,10186,107,99.0,009700,,40.7493616033,-73.9991321067,81.0,004500,40.71910537,-73.99973337,1629.30898974,840,4744,582,2827,004500,52009114.8865,009700,83018263.1602,,0.0,004500,009700,16207.2431625,34275,120211,hub,hub,non_hub,584480.726971,4508056.94497,584493.220017,4511416.17434
+10187,10187,129,99.0,009700,,40.7493616033,-73.9991321067,117.0,004700,40.72165481,-74.00234737,1263.80624355,2267,4744,1586,2827,004700,75477587.1594,009700,83018263.1602,,0.0,004700,009700,16207.2431625,27544,120211,hub,hub,non_hub,584256.734795,4508337.43837,584493.220017,4511416.17434
+10188,10188,315,99.0,009700,,40.7493616033,-73.9991321067,105.0,004800,40.73624527,-73.98473765,735.606287535,7550,4744,3799,2827,004800,74763044.6965,009700,83018263.1602,,0.0,004800,009700,16207.2431625,42567,120211,hub,hub,non_hub,585725.258797,4509974.12516,584493.220017,4511416.17434
+10189,10189,601,198.0,009700,,40.7493616033,-73.9991321067,219.0,004900,40.724268615,-74.000521515,1195.76191774,4951,4744,3054,2827,004900,103848670.177,009700,83018263.1602,,0.0,004900,009700,16207.2431625,80152,120211,hub,hub,non_hub,584407.63728,4508629.34168,584493.220017,4511416.17434
+10190,10190,800,297.0,009700,,40.7493616033,-73.9991321067,279.0,005000,40.7359163467,-73.9873427633,797.169884621,5061,4744,3595,2827,005000,120638459.215,009700,83018263.1602,,0.0,005000,009700,16207.2431625,111023,120211,hub,hub,non_hub,585505.709717,4509935.07175,584493.220017,4511416.17434
+10191,10191,2136,198.0,009700,,40.7493616033,-73.9991321067,318.0,005200,40.73715585,-73.991241315,739.681722183,4193,4744,1785,2827,005200,109103391.81,009700,83018263.1602,,0.0,005200,009700,16207.2431625,159876,120211,hub,hub,non_hub,585174.941656,4510068.87544,584493.220017,4511416.17434
+10192,10192,1265,99.0,009700,,40.7493616033,-73.9991321067,141.0,005400,40.73971301,-73.99456405,583.414953632,4656,4744,2837,2827,005400,128803552.888,009700,83018263.1602,,0.0,005400,009700,16207.2431625,73728,120211,hub,hub,non_hub,584891.129718,4510349.51956,584493.220017,4511416.17434
+10193,10193,394,99.0,009700,,40.7493616033,-73.9991321067,90.0,005501,40.72679454,-73.99695094,1125.15344723,5079,4744,2483,2827,005501,61061928.4125,009700,83018263.1602,,0.0,005501,009700,16207.2431625,57258,120211,hub,hub,non_hub,584705.980012,4508913.17477,584493.220017,4511416.17434
+10194,10194,366,99.0,009700,,40.7493616033,-73.9991321067,81.0,005502,40.72743423,-73.99379025,1033.04548595,2383,4744,1262,2827,005502,49017118.6146,009700,83018263.1602,,0.0,005502,009700,16207.2431625,55117,120211,hub,hub,non_hub,584972.085912,4508987.23863,584493.220017,4511416.17434
+10195,10195,1497,198.0,009700,,40.7493616033,-73.9991321067,285.0,005600,40.74065347,-73.98778661,614.269793065,2618,4744,2190,2827,005600,189153355.609,009700,83018263.1602,,0.0,005600,009700,16207.2431625,113209,120211,hub,hub,non_hub,585462.168743,4510460.49357,584493.220017,4511416.17434
+10196,10196,983,198.0,009700,,40.7493616033,-73.9991321067,246.0,005700,40.729662915,-73.992405595,1030.03939904,2937,4744,1789,2827,005700,90178032.7137,009700,83018263.1602,,0.0,005700,009700,16207.2431625,156896,120211,hub,hub,non_hub,585086.179601,4509235.9788,584493.220017,4511416.17434
+10197,10197,3615,198.0,009700,,40.7493616033,-73.9991321067,261.0,005800,40.743154205,-73.990299735,462.138385899,3182,4744,2306,2827,005800,164037511.755,009700,83018263.1602,,0.0,005800,009700,16207.2431625,130970,120211,hub,hub,hub,585246.786708,4510735.64918,584493.220017,4511416.17434
+10198,10198,317,99.0,009700,,40.7493616033,-73.9991321067,93.0,005900,40.73049393,-73.9957214,940.239009953,5516,4744,3276,2827,005900,71785177.1361,009700,83018263.1602,,0.0,005900,009700,16207.2431625,53180,120211,hub,hub,non_hub,584805.117401,4509325.01914,584493.220017,4511416.17434
+10199,10199,304,198.0,009700,,40.7493616033,-73.9991321067,189.0,006000,40.734822295,-73.976916765,1039.60334713,5286,4744,2459,2827,006000,27468182.8943,009700,83018263.1602,,0.0,006000,009700,16207.2431625,80462,120211,hub,hub,non_hub,586387.478737,4509823.83141,584493.220017,4511416.17434
+10200,10200,1973,396.0,009700,,40.7493616033,-73.9991321067,423.0,006100,40.73385254,-73.992357065,862.520593469,4913,4744,2683,2827,006100,91682014.33,009700,83018263.1602,,0.0,006100,009700,16207.2431625,245510,120211,hub,hub,non_hub,585084.940162,4509701.10308,584493.220017,4511416.17434
+10201,10201,183,99.0,009700,,40.7493616033,-73.9991321067,90.0,006200,40.7381765,-73.97738662,924.007969378,4680,4744,1401,2827,006200,231817485.533,009700,83018263.1602,,0.0,006200,009700,16207.2431625,33218,120211,hub,hub,non_hub,586343.467107,4510195.70961,584493.220017,4511416.17434
+10202,10202,1324,297.0,009700,,40.7493616033,-73.9991321067,297.0,006300,40.7346940933,-73.99785666,789.072739632,6076,4744,4277,2827,006300,85447631.8451,009700,83018263.1602,,0.0,006300,009700,16207.2431625,120233,120211,hub,hub,non_hub,584619.48321,4509789.20591,584493.220017,4511416.17434
+10203,10203,308,99.0,009700,,40.7493616033,-73.9991321067,117.0,006400,40.73587678,-73.98205027,875.474272945,7518,4744,5058,2827,006400,95664936.1545,009700,83018263.1602,,0.0,006400,009700,16207.2431625,47750,120211,hub,hub,non_hub,585952.649806,4509935.84788,584493.220017,4511416.17434
+10204,10204,746,297.0,009700,,40.7493616033,-73.9991321067,318.0,006500,40.7306296367,-73.9991423,884.509489215,6517,4744,3568,2827,006500,59290910.3694,009700,83018263.1602,,0.0,006500,009700,16207.2431625,125356,120211,hub,hub,non_hub,584516.067395,4509336.78488,584493.220017,4511416.17434
+10205,10205,497,198.0,009700,,40.7493616033,-73.9991321067,246.0,006600,40.739285505,-73.97827188,830.68506443,11780,4744,6818,2827,006600,84730469.4548,009700,83018263.1602,,0.0,006600,009700,16207.2431625,74621,120211,hub,hub,non_hub,586267.286922,4510317.94668,584493.220017,4511416.17434
+10206,10206,467,99.0,009700,,40.7493616033,-73.9991321067,117.0,006700,40.73038599,-74.00214988,877.332327646,4984,4744,3796,2827,006700,47238039.9972,009700,83018263.1602,,0.0,006700,009700,16207.2431625,70025,120211,hub,hub,non_hub,584262.399901,4509306.84766,584493.220017,4511416.17434
+10207,10207,370,99.0,009700,,40.7493616033,-73.9991321067,117.0,006800,40.74025878,-73.98409214,770.088477366,6735,4744,4494,2827,006800,130298431.446,009700,83018263.1602,,0.0,006800,009700,16207.2431625,58926,120211,hub,hub,non_hub,585774.608423,4510420.28363,584493.220017,4511416.17434
+10208,10208,1718,198.0,009700,,40.7493616033,-73.9991321067,201.0,006900,40.732319905,-74.0069291,827.933039891,2687,4744,1484,2827,006900,61292499.9331,009700,83018263.1602,,0.0,006900,009700,16207.2431625,130727,120211,hub,hub,non_hub,583856.38945,4509516.94969,584493.220017,4511416.17434
+10209,10209,829,297.0,009700,,40.7493616033,-73.9991321067,381.0,007000,40.742527523,-73.9756381615,886.986258239,8302,4744,5669,2827,007000,78634704.8451,009700,83018263.1602,,0.0,007000,009700,16207.2431625,145227,120211,hub,hub,non_hub,586485.462815,4510680.42544,584493.220017,4511416.17434
+10210,10210,874,198.0,009700,,40.7493616033,-73.9991321067,213.0,007100,40.736526545,-74.000108805,650.360590383,5633,4744,3844,2827,007100,68447429.2743,009700,83018263.1602,,0.0,007100,009700,16207.2431625,79459,120211,hub,hub,non_hub,584426.995774,4509990.4524,584493.220017,4511416.17434
+10211,10211,1712,297.0,009700,,40.7493616033,-73.9991321067,378.0,007200,40.7447014833,-73.98154809,658.836474773,7734,4744,5222,2827,007200,132092861.454,009700,83018263.1602,,0.0,007200,009700,16207.2431625,157612,120211,hub,hub,non_hub,585983.687715,4510915.94446,584493.220017,4511416.17434
+10212,10212,1127,198.0,009700,,40.7493616033,-73.9991321067,177.0,007300,40.734682705,-74.00388484,744.470715448,5615,4744,4547,2827,007300,48716185.79,009700,83018263.1602,,0.0,007300,009700,16207.2431625,92567,120211,hub,hub,non_hub,584110.479319,4509782.14883,584493.220017,4511416.17434
+10213,10213,1482,198.0,009700,,40.7493616033,-73.9991321067,258.0,007400,40.746413585,-73.98586892,523.11624082,4179,4744,2700,2827,007400,170614202.951,009700,83018263.1602,,0.0,007400,009700,16207.2431625,81121,120211,hub,hub,non_hub,585616.696258,4511101.7763,584493.220017,4511416.17434
+10214,10214,1869,198.0,009700,,40.7493616033,-73.9991321067,207.0,007600,40.74737476,-73.988320695,493.273531041,2203,4744,1573,2827,007600,242014413.464,009700,83018263.1602,,0.0,007600,009700,16207.2431625,97464,120211,hub,hub,non_hub,585408.475283,4511206.08492,584493.220017,4511416.17434
+10215,10215,2579,99.0,009700,,40.7493616033,-73.9991321067,129.0,007700,40.7390169121,-74.0026376103,521.101293627,5404,4744,4254,2827,007700,59306273.1509,009700,83018263.1602,,0.0,007700,009700,16207.2431625,79025,120211,hub,hub,non_hub,584210.329106,4510264.47156,584493.220017,4511416.17434
+10216,10216,356,99.0,009700,,40.7493616033,-73.9991321067,117.0,007800,40.74780373,-73.9734419,1000.30219442,7380,4744,5372,2827,007800,112124597.728,009700,83018263.1602,,0.0,007800,009700,16207.2431625,59601,120211,hub,hub,non_hub,586664.043115,4511268.28888,584493.220017,4511416.17434
+10217,10217,2949,495.0,009700,,40.7493616033,-73.9991321067,522.0,007900,40.738916514,-74.007286026,674.525831901,4406,4744,2904,2827,007900,86937368.5918,009700,83018263.1602,,0.0,007900,009700,16207.2431625,171846,120211,hub,hub,non_hub,583817.969395,4510248.87788,584493.220017,4511416.17434
+10218,10218,759,198.0,009700,,40.7493616033,-73.9991321067,213.0,008000,40.7485693,-73.97717991,822.164116305,4946,4744,3730,2827,008000,197763821.532,009700,83018263.1602,,0.0,008000,009700,16207.2431625,74808,120211,hub,hub,non_hub,586347.477591,4511349.58844,584493.220017,4511416.17434
+10219,10219,1083,99.0,009700,,40.7493616033,-73.9991321067,117.0,008100,40.73935542,-73.99931783,508.759660739,8675,4744,5315,2827,008100,91100400.6907,009700,83018263.1602,,0.0,008100,009700,16207.2431625,53195,120211,hub,hub,non_hub,584490.204148,4510305.23824,584493.220017,4511416.17434
+10220,10220,1956,297.0,009700,,40.7493616033,-73.9991321067,525.0,008200,40.7519471209,-73.979350901,813.68828199,3442,4744,2534,2827,008200,262405408.076,009700,83018263.1602,,0.0,008200,009700,16207.2431625,228612,120211,hub,hub,non_hub,586159.836906,4511722.41762,584493.220017,4511416.17434
+10221,10221,7015,396.0,009700,,40.7493616033,-73.9991321067,357.0,008300,40.742591315,-74.004102785,436.68751413,4211,4744,2321,2827,008300,119862327.354,009700,83018263.1602,,0.0,008300,009700,16207.2431625,186113,120211,hub,hub,hub,584082.11654,4510659.85081,584493.220017,4511416.17434
+10222,10222,331,99.0,009700,,40.7493616033,-73.9991321067,114.0,008400,40.75038009,-73.98338988,737.857831185,1726,4744,1041,2827,008400,147824461.739,009700,83018263.1602,,0.0,008400,009700,16207.2431625,34199,120211,hub,hub,non_hub,585820.889203,4511544.50828,584493.220017,4511416.17434
+10223,10223,94,99.0,009700,,40.7493616033,-73.9991321067,129.0,008601,40.744219,-73.97121214,974.845962733,2551,4744,1528,2827,008601,31141773.9073,009700,83018263.1602,,0.0,008601,009700,16207.2431625,31961,120211,hub,hub,non_hub,586856.951039,4510872.56191,584493.220017,4511416.17434
+10224,10224,4363,198.0,009700,,40.7493616033,-73.9991321067,234.0,008700,40.74206378,-73.995708955,448.53261895,6671,4744,4249,2827,008700,85660216.7821,009700,83018263.1602,,0.0,008700,009700,16207.2431625,152953,120211,hub,hub,hub,584791.475936,4510609.36503,584493.220017,4511416.17434
+10225,10225,175,198.0,009700,,40.7493616033,-73.9991321067,234.0,008800,40.75012189,-73.970133575,1072.61491686,6964,4744,5507,2827,008800,216532475.876,009700,83018263.1602,,0.0,008800,009700,16207.2431625,43247,120211,hub,hub,non_hub,586940.323322,4511528.89362,584493.220017,4511416.17434
+10226,10226,4176,297.0,009700,,40.7493616033,-73.9991321067,360.0,008900,40.74529008,-74.0021768567,360.760470171,5560,4744,3511,2827,008900,54419260.2723,009700,83018263.1602,,0.0,008900,009700,16207.2431625,158638,120211,hub,hub,hub,584241.316685,4510961.27944,584493.220017,4511416.17434
+10227,10227,261,297.0,009700,,40.7493616033,-73.9991321067,330.0,009000,40.75261798,-73.9703317533,1133.13161613,7026,4744,5832,2827,009000,208846060.851,009700,83018263.1602,,0.0,009000,009700,16207.2431625,74531,120211,hub,hub,non_hub,586920.342162,4511805.78171,584493.220017,4511416.17434
+10228,10228,3173,99.0,009700,,40.7493616033,-73.9991321067,117.0,009100,40.74487634,-73.99529885,365.814625369,6415,4744,4386,2827,009100,127325659.041,009700,83018263.1602,,0.0,009100,009700,16207.2431625,63878,120211,hub,hub,hub,584822.527687,4510921.97538,584493.220017,4511416.17434
+10229,10229,229,198.0,009700,,40.7493616033,-73.9991321067,330.0,009200,40.7548518863,-73.9734329075,1159.1797461,1754,4744,1461,2827,009200,408192557.246,009700,83018263.1602,,0.0,009200,009700,16207.2431625,72226,120211,hub,hub,non_hub,586655.650548,4512050.69496,584493.220017,4511416.17434
+10230,10230,2110,99.0,009700,,40.7493616033,-73.9991321067,117.0,009300,40.74475148,-73.99915362,336.731406383,9705,4744,5585,2827,009300,68528055.2433,009700,83018263.1602,,0.0,009300,009700,16207.2431625,52202,120211,hub,hub,non_hub,584497.239363,4510904.39701,584493.220017,4511416.17434
+10231,10231,664,99.0,009700,,40.7493616033,-73.9991321067,93.0,009400,40.75320159,-73.9779874,934.521421376,29,4744,16,2827,009400,299218147.811,009700,83018263.1602,,0.0,009400,009700,16207.2431625,82147,120211,hub,hub,non_hub,586273.319314,4511863.01244,584493.220017,4511416.17434
+10232,10232,3189,99.0,009700,,40.7493616033,-73.9991321067,153.0,009500,40.746647,-73.993915,335.277237427,3425,4744,1416,2827,009500,129660033.725,009700,83018263.1602,,0.0,009500,009700,16207.2431625,57488,120211,hub,hub,hub,584937.108907,4511119.86954,584493.220017,4511416.17434
+10233,10233,673,297.0,009700,,40.7493616033,-73.9991321067,420.0,009600,40.7560377343,-73.9803613857,930.856857216,153,4744,268,2827,009600,270304841.585,009700,83018263.1602,,0.0,009600,009700,16207.2431625,71527,120211,hub,hub,non_hub,586069.257843,4512175.51428,584493.220017,4511416.17434
+10234,10234,150,198.0,009700,,40.7493616033,-73.9991321067,210.0,009800,40.755285655,-73.96667288,1387.05112161,7105,4744,5244,2827,009800,115943808.909,009700,83018263.1602,,0.0,009800,009700,16207.2431625,40039,120211,hub,hub,non_hub,587225.727282,4512105.54383,584493.220017,4511416.17434
+10235,10235,7682,495.0,009700,,40.7493616033,-73.9991321067,555.0,009900,40.7520807866,-74.0031899092,499.094963366,3617,4744,2438,2827,009900,404439511.776,009700,83018263.1602,,0.0,009900,009700,16207.2431625,208076,120211,hub,hub,hub,584147.226991,4511714.12465,584493.220017,4511416.17434
+10236,10236,266,297.0,009700,,40.7493616033,-73.9991321067,363.0,010000,40.7583696933,-73.9710287767,1175.12871379,1829,4744,1399,2827,010000,366457143.613,009700,83018263.1602,,0.0,010000,009700,16207.2431625,72085,120211,hub,hub,non_hub,586854.014885,4512443.57459,584493.220017,4511416.17434
+10237,10237,2557,297.0,009700,,40.7493616033,-73.9991321067,381.0,010100,40.74945622,-73.9903382667,442.055732562,1119,4744,828,2827,010100,246168211.101,009700,83018263.1602,,0.0,010100,009700,16207.2431625,183377,120211,hub,hub,non_hub,585235.486219,4511435.18064,584493.220017,4511416.17434
+10238,10238,407,198.0,009700,,40.7493616033,-73.9991321067,243.0,010200,40.7606694,-73.973473555,1069.11366274,313,4744,268,2827,010200,333450202.294,009700,83018263.1602,,0.0,010200,009700,16207.2431625,46675,120211,hub,hub,non_hub,586644.664817,4512696.44233,584493.220017,4511416.17434
+10239,10239,5255,198.0,009700,,40.7493616033,-73.9991321067,294.0,010300,40.751000495,-73.994372255,376.718525488,1859,4744,1351,2827,010300,141506056.87,009700,83018263.1602,,0.0,010300,009700,16207.2431625,221593,120211,hub,hub,hub,584892.968075,4511602.69644,584493.220017,4511416.17434
+10240,10240,443,198.0,009700,,40.7493616033,-73.9991321067,225.0,010400,40.761664375,-73.976854975,1080.56070256,1031,4744,1033,2827,010400,363981333.295,009700,83018263.1602,,0.0,010400,009700,16207.2431625,65073,120211,hub,hub,non_hub,586357.961325,4512803.55852,584493.220017,4511416.17434
+10241,10241,96,99.0,009700,,40.7493616033,-73.9991321067,99.0,010602,40.75849116,-73.95920622,1605.67228631,4794,4744,2963,2827,010602,67980898.3739,009700,83018263.1602,,0.0,010602,009700,16207.2431625,22153,120211,hub,hub,non_hub,587851.796682,4512468.82754,584493.220017,4511416.17434
+10242,10242,555,297.0,009700,,40.7493616033,-73.9991321067,351.0,010800,40.7591736033,-73.96613818,1408.91565409,8531,4744,6272,2827,010800,189351523.799,009700,83018263.1602,,0.0,010800,009700,16207.2431625,79198,120211,hub,hub,non_hub,587265.778542,4512537.66689,584493.220017,4511416.17434
+10243,10243,664,198.0,009700,,40.7493616033,-73.9991321067,342.0,010900,40.751351715,-73.987594755,594.608608797,182,4744,92,2827,010900,228173063.011,009700,83018263.1602,,0.0,010900,009700,16207.2431625,60092,120211,hub,hub,non_hub,585464.669441,4511648.26242,584493.220017,4511416.17434
+10244,10244,284,99.0,009700,,40.7493616033,-73.9991321067,177.0,011201,40.7643971,-73.97371465,1344.90371033,827,4744,964,2827,011201,118515444.187,009700,83018263.1602,,0.0,011201,009700,16207.2431625,41525,120211,hub,hub,non_hub,586619.474659,4513110.00718,584493.220017,4511416.17434
+10245,10245,230,99.0,009700,,40.7493616033,-73.9991321067,99.0,011203,40.76095756,-73.96724467,1436.50967937,1176,4744,1160,2827,011203,143782379.009,009700,83018263.1602,,0.0,011203,009700,16207.2431625,48033,120211,hub,hub,non_hub,587170.050102,4512734.59972,584493.220017,4511416.17434
+10246,10246,3304,396.0,009700,,40.7493616033,-73.9991321067,594.0,011300,40.7548008425,-73.9888010575,586.311737173,204,4744,107,2827,011300,357940519.061,009700,83018263.1602,,0.0,011300,009700,16207.2431625,236650,120211,hub,hub,hub,585358.423228,4512029.96675,584493.220017,4511416.17434
+10247,10247,3960,198.0,009700,,40.7493616033,-73.9991321067,246.0,011500,40.75701407,-73.992353645,494.026008678,2487,4744,1678,2827,011500,130958459.747,009700,83018263.1602,,0.0,011500,009700,16207.2431625,103294,120211,hub,hub,hub,585055.712647,4512272.20178,584493.220017,4511416.17434
+10248,10248,1151,198.0,009700,,40.7493616033,-73.9991321067,252.0,011700,40.76058799,-74.00080945,670.836162434,2938,4744,2304,2827,011700,91270705.1484,009700,83018263.1602,,0.0,011700,009700,16207.2431625,73016,120211,hub,hub,non_hub,584337.427395,4512660.77158,584493.220017,4511416.17434
+10249,10249,558,99.0,009700,,40.7493616033,-73.9991321067,102.0,011900,40.7568001,-73.98291153,768.513728098,1079,4744,1121,2827,011900,395254501.74,009700,83018263.1602,,0.0,011900,009700,16207.2431625,39976,120211,hub,hub,non_hub,585853.012005,4512257.64444,584493.220017,4511416.17434
+10250,10250,4506,297.0,009700,,40.7493616033,-73.9991321067,327.0,012100,40.7598593767,-73.9914900133,583.009701921,8366,4744,5744,2827,012100,101223732.045,009700,83018263.1602,,0.0,012100,009700,16207.2431625,132767,120211,hub,hub,hub,585124.983126,4512588.88932,584493.220017,4511416.17434
+10251,10251,350,99.0,009700,,40.7493616033,-73.9991321067,153.0,012500,40.76064679,-73.98442659,794.56402931,2439,4744,2096,2827,012500,322911522.418,009700,83018263.1602,,0.0,012500,009700,16207.2431625,45486,120211,hub,hub,non_hub,585720.180916,4512683.17447,584493.220017,4511416.17434
+10252,10252,1714,198.0,009700,,40.7493616033,-73.9991321067,252.0,012700,40.762485435,-73.990447135,668.697002086,6437,4744,4434,2827,012700,104637996.687,009700,83018263.1602,,0.0,012700,009700,16207.2431625,83393,120211,hub,hub,non_hub,585209.656415,4512881.41361,584493.220017,4511416.17434
+10253,10253,558,99.0,009700,,40.7493616033,-73.9991321067,72.0,012900,40.76341379,-73.99667444,729.669342412,5312,4744,3621,2827,012900,158698340.053,009700,83018263.1602,,0.0,012900,009700,16207.2431625,28661,120211,hub,hub,non_hub,584682.864463,4512978.43901,584493.220017,4511416.17434
+10254,10254,1138,297.0,009700,,40.7493616033,-73.9991321067,480.0,013100,40.7621295133,-73.98215453,890.816469355,2489,4744,2283,2827,013100,405023451.28,009700,83018263.1602,,0.0,013100,009700,16207.2431625,107228,120211,hub,hub,non_hub,585910.04945,4512849.98999,584493.220017,4511416.17434
+10255,10255,1700,297.0,009700,,40.7493616033,-73.9991321067,303.0,013300,40.7647250567,-73.9866537633,808.539971985,5363,4744,3909,2827,013300,79847412.2593,009700,83018263.1602,,0.0,013300,009700,16207.2431625,89810,120211,hub,hub,non_hub,585526.963405,4513133.71926,584493.220017,4511416.17434
+10256,10256,804,198.0,009700,,40.7493616033,-73.9991321067,195.0,013500,40.766984435,-73.99227308,903.087947333,6075,4744,3935,2827,013500,198199142.958,009700,83018263.1602,,0.0,013500,009700,16207.2431625,64723,120211,hub,hub,non_hub,585049.80204,4513379.06475,584493.220017,4511416.17434
+10257,10257,771,198.0,009700,,40.7493616033,-73.9991321067,294.0,013700,40.766109285,-73.981808355,1000.54236334,6557,4744,5442,2827,013700,314878324.419,009700,83018263.1602,,0.0,013700,009700,16207.2431625,91142,120211,hub,hub,non_hub,585934.141665,4513292.1137,584493.220017,4511416.17434
+10258,10258,233,99.0,009700,,40.7493616033,-73.9991321067,81.0,013900,40.768254,-73.988639,867.712332301,7607,4744,7359,2827,013900,139918084.587,009700,83018263.1602,,0.0,013900,009700,16207.2431625,26390,120211,hub,hub,non_hub,585354.890073,4513523.52534,584493.220017,4511416.17434
+10259,10259,187,99.0,009700,,40.7493616033,-73.9991321067,147.0,014300,40.76590936,-73.97634151,1287.96095571,3,4744,0,2827,014300,50027992.3322,009700,83018263.1602,,0.0,014300,009700,16207.2431625,21051,120211,hub,hub,non_hub,586395.803012,4513275.28949,584493.220017,4511416.17434
+10260,10260,922,99.0,009700,,40.7493616033,-73.9991321067,108.0,014500,40.76915505,-73.98191841,1044.56104649,5811,4744,3462,2827,014500,253397343.373,009700,83018263.1602,,0.0,014500,009700,16207.2431625,68350,120211,hub,hub,non_hub,585920.929601,4513630.10902,584493.220017,4511416.17434
+10261,10261,403,99.0,009700,,40.7493616033,-73.9991321067,165.0,014700,40.770513,-73.988038,980.998088578,2586,4744,1743,2827,014700,70871746.8417,009700,83018263.1602,,0.0,014700,009700,16207.2431625,35099,120211,hub,hub,non_hub,585402.720353,4513774.87644,584493.220017,4511416.17434
+10262,10262,262,99.0,009700,,40.7493616033,-73.9991321067,108.0,015100,40.771522,-73.990541,1013.54148361,8105,4744,4856,2827,015100,164953931.102,009700,83018263.1602,,0.0,015100,009700,16207.2431625,17578,120211,hub,hub,non_hub,585190.192062,4513884.4495,584493.220017,4511416.17434
+10263,10263,1423,198.0,009700,,40.7493616033,-73.9991321067,210.0,031703,40.71644312,-74.014902115,1343.98856166,8670,4744,4231,2827,031703,332361109.355,009700,83018263.1602,,0.0,031703,009700,16207.2431625,136082,120211,hub,hub,non_hub,583202.897614,4507746.93647,584493.220017,4511416.17434
+10264,10264,821,297.0,009700,,40.7493616033,-73.9991321067,294.0,031704,40.7085171733,-74.0165557667,1564.50938188,6610,4744,3790,2827,031704,160823714.408,009700,83018263.1602,,0.0,031704,009700,16207.2431625,105244,120211,hub,hub,non_hub,583073.076824,4506865.54027,584493.220017,4511416.17434
+10265,10265,122,297.0,009700,,40.7493616033,-73.9991321067,255.0,000600,40.7128987867,-73.9898646367,1830.10683781,11558,4744,4083,2827,000600,59149181.7526,009700,83018263.1602,,0.0,000600,009700,16207.2431625,70053,120211,hub,hub,non_hub,585322.159723,4507377.5136,584493.220017,4511416.17434
+10266,10266,105,210.0,009800,,40.755285655,-73.96667288,108.0,000202,40.71318002,-73.9818904933,1539.49779531,8012,7105,3598,5244,000202,37878157.9781,009800,115943808.909,009800,59035987.0,000202,009800,13285.4200642,56352,40908,hub,hub,non_hub,585995.353038,4507416.50937,587225.727282,4512105.54383
+10267,10267,484,490.0,009800,,40.755285655,-73.96667288,516.0,000700,40.70581148,-74.0081572071,1865.79419144,7722,7105,5201,5244,000700,476954959.734,009800,115943808.909,009800,59035987.0,000700,009800,13285.4200642,160040,40908,hub,hub,non_hub,583785.918305,4506573.16797,587225.727282,4512105.54383
+10268,10268,56,140.0,009800,,40.755285655,-73.96667288,94.0,000800,40.712414475,-73.993471545,1614.16703216,10365,7105,4150,5244,000800,46479755.076,009800,115943808.909,009800,59035987.0,000800,009800,13285.4200642,34254,40908,hub,hub,non_hub,585018.109713,4507320.25418,587225.727282,4512105.54383
+10269,10269,234,210.0,009800,,40.755285655,-73.96667288,194.0,000900,40.7024745833,-74.01224785,1949.23013468,1140,7105,939,5244,000900,404341803.896,009800,115943808.909,009800,59035987.0,000900,009800,13285.4200642,46446,40908,hub,hub,non_hub,583444.520998,4506198.85784,587225.727282,4512105.54383
+10270,10270,71,70.0,009800,,40.755285655,-73.96667288,38.0,001002,40.71782143,-73.97628939,1754.3880597,6439,7105,2346,5244,001002,22763374.2099,009800,115943808.909,009800,59035987.0,001002,009800,13285.4200642,15916,40908,hub,hub,non_hub,586462.45635,4507937.23607,587225.727282,4512105.54383
+10271,10271,53,140.0,009800,,40.755285655,-73.96667288,92.0,001200,40.717364275,-73.982955325,1354.69583333,3547,7105,1857,5244,001200,23518220.7411,009800,115943808.909,009800,59035987.0,001200,009800,13285.4200642,36493,40908,hub,hub,non_hub,585900.031125,4507879.94738,587225.727282,4512105.54383
+10272,10272,12,70.0,009800,,40.755285655,-73.96667288,72.0,001300,40.70463334,-74.01361706,1988.44444444,3776,7105,3028,5244,001300,286606455.687,009800,115943808.909,009800,59035987.0,001300,009800,13285.4200642,27671,40908,hub,hub,non_hub,583326.158808,4506437.19368,587225.727282,4512105.54383
+10273,10273,32,70.0,009800,,40.755285655,-73.96667288,56.0,001401,40.71559509,-73.9870295,1473.63333333,3289,7105,1708,5244,001401,20168722.3199,009800,115943808.909,009800,59035987.0,001401,009800,13285.4200642,26885,40908,hub,hub,non_hub,585558.18429,4507679.57909,587225.727282,4512105.54383
+10274,10274,69,140.0,009800,,40.755285655,-73.96667288,134.0,001501,40.70966832,-74.003597135,1964.27313677,5581,7105,3450,5244,001501,172466366.322,009800,115943808.909,009800,59035987.0,001501,009800,13285.4200642,27425,40908,hub,hub,non_hub,584166.279828,4507005.66129,587225.727282,4512105.54383
+10275,10275,134,210.0,009800,,40.755285655,-73.96667288,246.0,001502,40.7088053467,-74.00635276,1852.99551282,7095,7105,3459,5244,001502,221282059.103,009800,115943808.909,009800,59035987.0,001502,009800,13285.4200642,82052,40908,hub,hub,non_hub,583934.59195,4506907.22889,587225.727282,4512105.54383
+10276,10276,169,210.0,009800,,40.755285655,-73.96667288,214.0,001600,40.7153350167,-73.9943926833,1813.71134567,8236,7105,3242,5244,001600,76565505.7581,009800,115943808.909,009800,59035987.0,001600,009800,13285.4200642,82798,40908,hub,hub,non_hub,584936.591099,4507643.5622,587225.727282,4512105.54383
+10277,10277,267,280.0,009800,,40.755285655,-73.96667288,308.0,001800,40.7193657075,-73.9906468425,1334.49587957,8063,7105,3489,5244,001800,60554858.5127,009800,115943808.909,009800,59035987.0,001800,009800,13285.4200642,133306,40908,hub,hub,non_hub,585247.838585,4508094.62497,587225.727282,4512105.54383
+10278,10278,63,140.0,009800,,40.755285655,-73.96667288,92.0,002000,40.721554605,-73.977309405,1318.50094697,4795,7105,1899,5244,002000,17907673.5628,009800,115943808.909,009800,59035987.0,002000,009800,13285.4200642,31656,40908,hub,hub,non_hub,586371.478696,4508350.63994,587225.727282,4512105.54383
+10279,10279,73,280.0,009800,,40.755285655,-73.96667288,204.0,002100,40.71451321,-74.0108850975,1892.26814123,6111,7105,3038,5244,002100,273869828.705,009800,115943808.909,009800,59035987.0,002100,009800,13285.4200642,151037,40908,hub,hub,non_hub,583544.598931,4507536.51732,587225.727282,4512105.54383
+10280,10280,18,140.0,009800,,40.755285655,-73.96667288,88.0,002201,40.71833027,-73.980972895,1527.47348485,6762,7105,3030,5244,002201,37585954.9949,009800,115943808.909,009800,59035987.0,002201,009800,13285.4200642,26391,40908,hub,hub,non_hub,586066.226443,4507989.12022,587225.727282,4512105.54383
+10281,10281,51,70.0,009800,,40.755285655,-73.96667288,62.0,002202,40.7208736,-73.98085795,1226.09722222,2256,7105,1045,5244,002202,13179093.8977,009800,115943808.909,009800,59035987.0,002202,009800,13285.4200642,23935,40908,hub,hub,non_hub,586072.658368,4508271.55961,587225.727282,4512105.54383
+10282,10282,38,140.0,009800,3.40759252962,40.7550428733,-73.9664251733,96.0,002400,40.72439112,-73.9752404,1195.67416143,5775,7105,2175,5244,002400,17986635.5592,009800,115943808.909,009800,59035987.0,002400,009800,13285.4200642,17965,40908,hub,hub,non_hub,586542.545133,4508667.54951,587246.95458,4512078.8395
+10283,10283,76,140.0,009800,,40.755285655,-73.96667288,124.0,002500,40.7111743,-73.99849582,1684.785,5061,7105,1917,5244,002500,22428407.6271,009800,115943808.909,009800,59035987.0,002500,009800,13285.4200642,28216,40908,hub,hub,non_hub,584595.28909,4507177.73549,587225.727282,4512105.54383
+10284,10284,39,70.0,009800,,40.755285655,-73.96667288,62.0,002601,40.72299208,-73.97995466,1141.59358289,3774,7105,1593,5244,002601,22248722.3098,009800,115943808.909,009800,59035987.0,002601,009800,13285.4200642,22144,40908,hub,hub,non_hub,586146.216204,4508507.61099,587225.727282,4512105.54383
+10285,10285,14,70.0,009800,,40.755285655,-73.96667288,54.0,002700,40.71307916,-73.99851193,1893.425,1191,7105,655,5244,002700,11349914.9514,009800,115943808.909,009800,59035987.0,002700,009800,13285.4200642,20570,40908,hub,hub,non_hub,584591.517275,4507389.17181,587225.727282,4512105.54383
+10286,10286,70,70.0,009800,,40.755285655,-73.96667288,64.0,002800,40.72521311,-73.97768752,1204.50462963,7302,7105,3341,5244,002800,47641507.3146,009800,115943808.909,009800,59035987.0,002800,009800,13285.4200642,36744,40908,hub,hub,non_hub,586334.816403,4508756.38709,587225.727282,4512105.54383
+10287,10287,38,70.0,009800,,40.755285655,-73.96667288,86.0,002900,40.71602118,-73.99974372,1471.54347826,5855,7105,2420,5244,002900,200965547.24,009800,115943808.909,009800,59035987.0,002900,009800,13285.4200642,31936,40908,hub,hub,non_hub,584483.752153,4507714.56961,587225.727282,4512105.54383
+10288,10288,73,70.0,009800,,40.755285655,-73.96667288,70.0,003001,40.72066442,-73.98517977,1286.38324421,4301,7105,2553,5244,003001,34302720.7166,009800,115943808.909,009800,59035987.0,003001,009800,13285.4200642,41223,40908,hub,hub,non_hub,585707.91731,4508244.11218,587225.727282,4512105.54383
+10289,10289,53,70.0,009800,,40.755285655,-73.96667288,74.0,003002,40.72217444,-73.98368779,1412.12719298,3031,7105,1885,5244,003002,18686109.2263,009800,115943808.909,009800,59035987.0,003002,009800,13285.4200642,38675,40908,hub,hub,non_hub,585831.986427,4508413.19181,587225.727282,4512105.54383
+10290,10290,55,210.0,009800,,40.755285655,-73.96667288,242.0,003100,40.7140617467,-74.0041933367,1967.21904762,2809,7105,858,5244,003100,145687012.574,009800,115943808.909,009800,59035987.0,003100,009800,13285.4200642,81469,40908,hub,hub,non_hub,584110.388584,4507492.78891,587225.727282,4512105.54383
+10291,10291,339,210.0,009800,,40.755285655,-73.96667288,200.0,003200,40.7260543867,-73.9823576167,1189.04310657,7630,7105,4888,5244,003200,46369492.482,009800,115943808.909,009800,59035987.0,003200,009800,13285.4200642,138064,40908,hub,hub,non_hub,585939.335766,4508845.19329,587225.727282,4512105.54383
+10292,10292,125,350.0,009800,,40.755285655,-73.96667288,346.0,003300,40.7188206585,-74.0063369032,1636.90229197,5174,7105,2694,5244,003300,215459582.054,009800,115943808.909,009800,59035987.0,003300,009800,13285.4200642,115059,40908,hub,hub,non_hub,583923.353513,4508019.00861,587225.727282,4512105.54383
+10293,10293,272,70.0,009800,,40.755285655,-73.96667288,78.0,003400,40.72955361,-73.98057249,1024.96095264,6706,7105,4203,5244,003400,42933229.7541,009800,115943808.909,009800,59035987.0,003400,009800,13285.4200642,47926,40908,hub,hub,non_hub,586085.581298,4509235.37985,587225.727282,4512105.54383
+10294,10294,208,140.0,009800,,40.755285655,-73.96667288,132.0,003601,40.72217423,-73.990293175,1334.49578844,3299,7105,1613,5244,003601,29191583.8104,009800,115943808.909,009800,59035987.0,003601,009800,13285.4200642,77585,40908,hub,hub,non_hub,585274.124459,4508406.73315,587225.727282,4512105.54383
+10295,10295,281,140.0,009800,,40.755285655,-73.96667288,124.0,003602,40.724852985,-73.989265345,1173.80971792,2918,7105,1586,5244,003602,24941258.1161,009800,115943808.909,009800,59035987.0,003602,009800,13285.4200642,82124,40908,hub,hub,non_hub,585357.507872,4508705.09166,587225.727282,4512105.54383
+10296,10296,238,280.0,009800,,40.755285655,-73.96667288,296.0,003700,40.7256696075,-74.0052069325,1664.25192418,2401,7105,1490,5244,003700,212385639.924,009800,115943808.909,009800,59035987.0,003700,009800,13285.4200642,173333,40908,hub,hub,non_hub,584010.178026,4508780.36793,587225.727282,4512105.54383
+10297,10297,450,280.0,009800,,40.755285655,-73.96667288,320.0,003800,40.72765889,-73.988195855,1150.93182768,8610,7105,5795,5244,003800,67437493.5221,009800,115943808.909,009800,59035987.0,003800,009800,13285.4200642,167230,40908,hub,hub,non_hub,585444.239635,4509017.60641,587225.727282,4512105.54383
+10298,10298,86,280.0,009800,5.61265515553,40.7551816057,-73.96656672,212.0,003900,40.7205552086,-74.00974124,1812.03546131,5253,7105,3059,5244,003900,194910113.03,009800,115943808.909,009800,59035987.0,003900,009800,13285.4200642,113624,40908,hub,hub,non_hub,583633.652644,4508208.30737,587234.824677,4512094.09911
+10299,10299,401,140.0,009800,,40.755285655,-73.96667288,132.0,004000,40.73000573,-73.98549552,1066.76447897,9801,7105,4546,5244,004000,66858387.5133,009800,115943808.909,009800,59035987.0,004000,009800,13285.4200642,99660,40908,hub,hub,non_hub,585669.269443,4509280.75306,587225.727282,4512105.54383
+10300,10300,185,140.0,009800,,40.755285655,-73.96667288,128.0,004100,40.7195529,-73.996789035,1562.17892157,7793,7105,3765,5244,004100,71738983.3617,009800,115943808.909,009800,59035987.0,004100,009800,13285.4200642,114685,40908,hub,hub,non_hub,584728.836557,4508109.46034,587225.727282,4512105.54383
+10301,10301,90,70.0,009800,,40.755285655,-73.96667288,70.0,004200,40.73223272,-73.98889957,1024.99166667,4988,7105,1801,5244,004200,39941846.3325,009800,115943808.909,009800,59035987.0,004200,009800,13285.4200642,50846,40908,hub,hub,non_hub,585378.96492,4509524.64843,587225.727282,4512105.54383
+10302,10302,263,140.0,009800,,40.755285655,-73.96667288,134.0,004300,40.723870235,-73.995226525,1410.71597967,4267,7105,2598,5244,004300,65935514.1184,009800,115943808.909,009800,59035987.0,004300,009800,13285.4200642,95162,40908,hub,hub,non_hub,584855.320992,4508590.22212,587225.727282,4512105.54383
+10303,10303,648,140.0,009800,,40.755285655,-73.96667288,120.0,004400,40.73080269,-73.97968993,997.441319633,17710,7105,8297,5244,004400,114601147.016,009800,115943808.909,009800,59035987.0,004400,009800,13285.4200642,106427,40908,hub,hub,non_hub,586158.498991,4509374.90208,587225.727282,4512105.54383
+10304,10304,19,70.0,009800,,40.755285655,-73.96667288,54.0,004500,40.71910537,-73.99973337,1576.86309524,840,7105,582,5244,004500,52009114.8865,009800,115943808.909,009800,59035987.0,004500,009800,13285.4200642,34275,40908,hub,hub,non_hub,584480.726971,4508056.94497,587225.727282,4512105.54383
+10305,10305,42,70.0,009800,,40.755285655,-73.96667288,78.0,004700,40.72165481,-74.00234737,1426.67142857,2267,7105,1586,5244,004700,75477587.1594,009800,115943808.909,009800,59035987.0,004700,009800,13285.4200642,27544,40908,hub,hub,non_hub,584256.734795,4508337.43837,587225.727282,4512105.54383
+10306,10306,157,70.0,009800,,40.755285655,-73.96667288,70.0,004800,40.73624527,-73.98473765,890.572014298,7550,7105,3799,5244,004800,74763044.6965,009800,115943808.909,009800,59035987.0,004800,009800,13285.4200642,42567,40908,hub,hub,non_hub,585725.258797,4509974.12516,587225.727282,4512105.54383
+10307,10307,98,140.0,009800,,40.755285655,-73.96667288,146.0,004900,40.724268615,-74.000521515,1508.35365316,4951,7105,3054,5244,004900,103848670.177,009800,115943808.909,009800,59035987.0,004900,009800,13285.4200642,80152,40908,hub,hub,non_hub,584407.63728,4508629.34168,587225.727282,4512105.54383
+10308,10308,368,210.0,009800,,40.755285655,-73.96667288,186.0,005000,40.7359163467,-73.9873427633,1029.61679151,5061,7105,3595,5244,005000,120638459.215,009800,115943808.909,009800,59035987.0,005000,009800,13285.4200642,111023,40908,hub,hub,non_hub,585505.709717,4509935.07175,587225.727282,4512105.54383
+10309,10309,358,140.0,009800,,40.755285655,-73.96667288,212.0,005200,40.73715585,-73.991241315,1112.0295621,4193,7105,1785,5244,005200,109103391.81,009800,115943808.909,009800,59035987.0,005200,009800,13285.4200642,159876,40908,hub,hub,non_hub,585174.941656,4510068.87544,587225.727282,4512105.54383
+10310,10310,82,70.0,009800,,40.755285655,-73.96667288,94.0,005400,40.73971301,-73.99456405,1211.34038462,4656,7105,2837,5244,005400,128803552.888,009800,115943808.909,009800,59035987.0,005400,009800,13285.4200642,73728,40908,hub,hub,non_hub,584891.129718,4510349.51956,587225.727282,4512105.54383
+10311,10311,81,70.0,009800,,40.755285655,-73.96667288,60.0,005501,40.72679454,-73.99695094,1330.64583333,5079,7105,2483,5244,005501,61061928.4125,009800,115943808.909,009800,59035987.0,005501,009800,13285.4200642,57258,40908,hub,hub,non_hub,584705.980012,4508913.17477,587225.727282,4512105.54383
+10312,10312,51,70.0,009800,,40.755285655,-73.96667288,54.0,005502,40.72743423,-73.99379025,1435.73409091,2383,7105,1262,5244,005502,49017118.6146,009800,115943808.909,009800,59035987.0,005502,009800,13285.4200642,55117,40908,hub,hub,non_hub,584972.085912,4508987.23863,587225.727282,4512105.54383
+10313,10313,284,140.0,009800,,40.755285655,-73.96667288,190.0,005600,40.74065347,-73.98778661,1019.80112636,2618,7105,2190,5244,005600,189153355.609,009800,115943808.909,009800,59035987.0,005600,009800,13285.4200642,113209,40908,hub,hub,non_hub,585462.168743,4510460.49357,587225.727282,4512105.54383
+10314,10314,210,140.0,009800,,40.755285655,-73.96667288,164.0,005700,40.729662915,-73.992405595,1460.0427298,2937,7105,1789,5244,005700,90178032.7137,009800,115943808.909,009800,59035987.0,005700,009800,13285.4200642,156896,40908,hub,hub,non_hub,585086.179601,4509235.9788,587225.727282,4512105.54383
+10315,10315,322,140.0,009800,,40.755285655,-73.96667288,174.0,005800,40.743154205,-73.990299735,1080.11808553,3182,7105,2306,5244,005800,164037511.755,009800,115943808.909,009800,59035987.0,005800,009800,13285.4200642,130970,40908,hub,hub,non_hub,585246.786708,4510735.64918,587225.727282,4512105.54383
+10316,10316,50,70.0,009800,,40.755285655,-73.96667288,62.0,005900,40.73049393,-73.9957214,1238.46153846,5516,7105,3276,5244,005900,71785177.1361,009800,115943808.909,009800,59035987.0,005900,009800,13285.4200642,53180,40908,hub,hub,non_hub,584805.117401,4509325.01914,587225.727282,4512105.54383
+10317,10317,565,140.0,009800,,40.755285655,-73.96667288,126.0,006000,40.734822295,-73.976916765,848.638121967,5286,7105,2459,5244,006000,27468182.8943,009800,115943808.909,009800,59035987.0,006000,009800,13285.4200642,80462,40908,hub,hub,non_hub,586387.478737,4509823.83141,587225.727282,4512105.54383
+10318,10318,308,280.0,009800,,40.755285655,-73.96667288,282.0,006100,40.73385254,-73.992357065,1255.05643598,4913,7105,2683,5244,006100,91682014.33,009800,115943808.909,009800,59035987.0,006100,009800,13285.4200642,245510,40908,hub,hub,non_hub,585084.940162,4509701.10308,587225.727282,4512105.54383
+10319,10319,341,70.0,009800,,40.755285655,-73.96667288,60.0,006200,40.7381765,-73.97738662,720.934811828,4680,7105,1401,5244,006200,231817485.533,009800,115943808.909,009800,59035987.0,006200,009800,13285.4200642,33218,40908,hub,hub,non_hub,586343.467107,4510195.70961,587225.727282,4512105.54383
+10320,10320,89,210.0,009800,,40.755285655,-73.96667288,198.0,006300,40.7346940933,-73.99785666,1321.45603355,6076,7105,4277,5244,006300,85447631.8451,009800,115943808.909,009800,59035987.0,006300,009800,13285.4200642,120233,40908,hub,hub,non_hub,584619.48321,4509789.20591,587225.727282,4512105.54383
+10321,10321,160,70.0,009800,,40.755285655,-73.96667288,78.0,006400,40.73587678,-73.98205027,846.34166886,7518,7105,5058,5244,006400,95664936.1545,009800,115943808.909,009800,59035987.0,006400,009800,13285.4200642,47750,40908,hub,hub,non_hub,585952.649806,4509935.84788,587225.727282,4512105.54383
+10322,10322,154,210.0,009800,,40.755285655,-73.96667288,212.0,006500,40.7306296367,-73.9991423,1392.27189286,6517,7105,3568,5244,006500,59290910.3694,009800,115943808.909,009800,59035987.0,006500,009800,13285.4200642,125356,40908,hub,hub,non_hub,584516.067395,4509336.78488,587225.727282,4512105.54383
+10323,10323,812,140.0,009800,,40.755285655,-73.96667288,164.0,006600,40.739285505,-73.97827188,698.800773537,11780,7105,6818,5244,006600,84730469.4548,009800,115943808.909,009800,59035987.0,006600,009800,13285.4200642,74621,40908,hub,hub,non_hub,586267.286922,4510317.94668,587225.727282,4512105.54383
+10324,10324,136,70.0,009800,,40.755285655,-73.96667288,78.0,006700,40.73038599,-74.00214988,1410.34333583,4984,7105,3796,5244,006700,47238039.9972,009800,115943808.909,009800,59035987.0,006700,009800,13285.4200642,70025,40908,hub,hub,non_hub,584262.399901,4509306.84766,587225.727282,4512105.54383
+10325,10325,217,70.0,009800,,40.755285655,-73.96667288,78.0,006800,40.74025878,-73.98409214,914.782736318,6735,7105,4494,5244,006800,130298431.446,009800,115943808.909,009800,59035987.0,006800,009800,13285.4200642,58926,40908,hub,hub,non_hub,585774.608423,4510420.28363,587225.727282,4512105.54383
+10326,10326,102,140.0,009800,,40.755285655,-73.96667288,134.0,006900,40.732319905,-74.0069291,1630.69635135,2687,7105,1484,5244,006900,61292499.9331,009800,115943808.909,009800,59035987.0,006900,009800,13285.4200642,130727,40908,hub,hub,non_hub,583856.38945,4509516.94969,587225.727282,4512105.54383
+10327,10327,1636,210.0,009800,,40.755285655,-73.96667288,254.0,007000,40.7425210398,-73.9756253889,603.58971574,8302,7105,5669,5244,007000,78634704.8451,009800,115943808.909,009800,59035987.0,007000,009800,13285.4200642,145227,40908,hub,hub,non_hub,586486.549604,4510679.71834,587225.727282,4512105.54383
+10328,10328,107,140.0,009800,,40.755285655,-73.96667288,142.0,007100,40.736526545,-74.000108805,1128.17851967,5633,7105,3844,5244,007100,68447429.2743,009800,115943808.909,009800,59035987.0,007100,009800,13285.4200642,79459,40908,hub,hub,non_hub,584426.995774,4509990.4524,587225.727282,4512105.54383
+10329,10329,938,210.0,009800,,40.755285655,-73.96667288,252.0,007200,40.7447014833,-73.98154809,735.5114371,7734,7105,5222,5244,007200,132092861.454,009800,115943808.909,009800,59035987.0,007200,009800,13285.4200642,157612,40908,hub,hub,non_hub,585983.687715,4510915.94446,587225.727282,4512105.54383
+10330,10330,108,140.0,009800,,40.755285655,-73.96667288,118.0,007300,40.734682705,-74.00388484,1521.90195933,5615,7105,4547,5244,007300,48716185.79,009800,115943808.909,009800,59035987.0,007300,009800,13285.4200642,92567,40908,hub,hub,non_hub,584110.479319,4509782.14883,587225.727282,4512105.54383
+10331,10331,346,140.0,009800,,40.755285655,-73.96667288,172.0,007400,40.746413585,-73.98586892,911.041225381,4179,7105,2700,5244,007400,170614202.951,009800,115943808.909,009800,59035987.0,007400,009800,13285.4200642,81121,40908,hub,hub,non_hub,585616.696258,4511101.7763,587225.727282,4512105.54383
+10332,10332,380,140.0,009800,,40.755285655,-73.96667288,138.0,007600,40.74737476,-73.988320695,885.21800762,2203,7105,1573,5244,007600,242014413.464,009800,115943808.909,009800,59035987.0,007600,009800,13285.4200642,97464,40908,hub,hub,non_hub,585408.475283,4511206.08492,587225.727282,4512105.54383
+10333,10333,40,70.0,009800,,40.755285655,-73.96667288,86.0,007700,40.7390169121,-74.0026376103,1517.93434343,5404,7105,4254,5244,007700,59306273.1509,009800,115943808.909,009800,59035987.0,007700,009800,13285.4200642,79025,40908,hub,hub,non_hub,584210.329106,4510264.47156,587225.727282,4512105.54383
+10334,10334,589,70.0,009800,,40.755285655,-73.96667288,78.0,007800,40.74780373,-73.9734419,476.518703704,7380,7105,5372,5244,007800,112124597.728,009800,115943808.909,009800,59035987.0,007800,009800,13285.4200642,59601,40908,hub,hub,non_hub,586664.043115,4511268.28888,587225.727282,4512105.54383
+10335,10335,119,350.0,009800,,40.755285655,-73.96667288,348.0,007900,40.738916514,-74.007286026,1506.51958042,4406,7105,2904,5244,007900,86937368.5918,009800,115943808.909,009800,59035987.0,007900,009800,13285.4200642,171846,40908,hub,hub,non_hub,583817.969395,4510248.87788,587225.727282,4512105.54383
+10336,10336,837,140.0,009800,,40.755285655,-73.96667288,142.0,008000,40.7485693,-73.97717991,538.961765563,4946,7105,3730,5244,008000,197763821.532,009800,115943808.909,009800,59035987.0,008000,009800,13285.4200642,74808,40908,hub,hub,non_hub,586347.477591,4511349.58844,587225.727282,4512105.54383
+10337,10337,39,70.0,009800,,40.755285655,-73.96667288,78.0,008100,40.73935542,-73.99931783,1256.67527174,8675,7105,5315,5244,008100,91100400.6907,009800,115943808.909,009800,59035987.0,008100,009800,13285.4200642,53195,40908,hub,hub,non_hub,584490.204148,4510305.23824,587225.727282,4512105.54383
+10338,10338,1452,210.0,009800,,40.755285655,-73.96667288,350.0,008200,40.7519554297,-73.9793910877,574.767829394,3442,7105,2534,5244,008200,262405408.076,009800,115943808.909,009800,59035987.0,008200,009800,13285.4200642,228612,40908,hub,hub,non_hub,586156.4337,4511723.30049,587225.727282,4512105.54383
+10339,10339,159,280.0,009800,,40.755285655,-73.96667288,238.0,008300,40.742591315,-74.004102785,1561.35859452,4211,7105,2321,5244,008300,119862327.354,009800,115943808.909,009800,59035987.0,008300,009800,13285.4200642,186113,40908,hub,hub,non_hub,584082.11654,4510659.85081,587225.727282,4512105.54383
+10340,10340,198,70.0,009800,,40.755285655,-73.96667288,76.0,008400,40.75038009,-73.98338988,746.02973749,1726,7105,1041,5244,008400,147824461.739,009800,115943808.909,009800,59035987.0,008400,009800,13285.4200642,34199,40908,hub,hub,non_hub,585820.889203,4511544.50828,587225.727282,4512105.54383
+10341,10341,489,70.0,009800,,40.755285655,-73.96667288,86.0,008601,40.744219,-73.97121214,593.457682352,2551,7105,1528,5244,008601,31141773.9073,009800,115943808.909,009800,59035987.0,008601,009800,13285.4200642,31961,40908,hub,hub,non_hub,586856.951039,4510872.56191,587225.727282,4512105.54383
+10342,10342,204,140.0,009800,,40.755285655,-73.96667288,156.0,008700,40.74206378,-73.995708955,1226.14161036,6671,7105,4249,5244,008700,85660216.7821,009800,115943808.909,009800,59035987.0,008700,009800,13285.4200642,152953,40908,hub,hub,non_hub,584791.475936,4510609.36503,587225.727282,4512105.54383
+10343,10343,1108,140.0,009800,,40.755285655,-73.96667288,156.0,008800,40.75012189,-73.970133575,372.940165294,6964,7105,5507,5244,008800,216532475.876,009800,115943808.909,009800,59035987.0,008800,009800,13285.4200642,43247,40908,hub,hub,non_hub,586940.323322,4511528.89362,587225.727282,4512105.54383
+10344,10344,122,210.0,009800,,40.755285655,-73.96667288,240.0,008900,40.74529008,-74.0021768567,1481.68941176,5560,7105,3511,5244,008900,54419260.2723,009800,115943808.909,009800,59035987.0,008900,009800,13285.4200642,158638,40908,hub,hub,non_hub,584241.316685,4510961.27944,587225.727282,4512105.54383
+10345,10345,1291,210.0,009800,,40.755285655,-73.96667288,220.0,009000,40.75261798,-73.9703317533,356.269805143,7026,7105,5832,5244,009000,208846060.851,009800,115943808.909,009800,59035987.0,009000,009800,13285.4200642,74531,40908,hub,hub,non_hub,586920.342162,4511805.78171,587225.727282,4512105.54383
+10346,10346,77,70.0,009800,,40.755285655,-73.96667288,78.0,009100,40.74487634,-73.99529885,1147.82889201,6415,7105,4386,5244,009100,127325659.041,009800,115943808.909,009800,59035987.0,009100,009800,13285.4200642,63878,40908,hub,hub,non_hub,584822.527687,4510921.97538,587225.727282,4512105.54383
+10347,10347,878,140.0,009800,,40.755285655,-73.96667288,220.0,009200,40.7548518863,-73.9734329075,371.311373322,1754,7105,1461,5244,009200,408192557.246,009800,115943808.909,009800,59035987.0,009200,009800,13285.4200642,72226,40908,hub,hub,non_hub,586655.650548,4512050.69496,587225.727282,4512105.54383
+10348,10348,60,70.0,009800,,40.755285655,-73.96667288,78.0,009300,40.74475148,-73.99915362,1366.87205387,9705,7105,5585,5244,009300,68528055.2433,009800,115943808.909,009800,59035987.0,009300,009800,13285.4200642,52202,40908,hub,hub,non_hub,584497.239363,4510904.39701,587225.727282,4512105.54383
+10349,10349,420,70.0,009800,,40.755285655,-73.96667288,62.0,009400,40.75320159,-73.9779874,566.207624633,29,7105,16,5244,009400,299218147.811,009800,115943808.909,009800,59035987.0,009400,009800,13285.4200642,82147,40908,hub,hub,non_hub,586273.319314,4511863.01244,587225.727282,4512105.54383
+10350,10350,72,70.0,009800,,40.755285655,-73.96667288,102.0,009500,40.746647,-73.993915,1116.453125,3425,7105,1416,5244,009500,129660033.725,009800,115943808.909,009800,59035987.0,009500,009800,13285.4200642,57488,40908,hub,hub,non_hub,584937.108907,4511119.86954,587225.727282,4512105.54383
+10351,10351,616,210.0,009800,,40.755285655,-73.96667288,280.0,009600,40.7560414066,-73.9803647737,604.193465238,153,7105,268,5244,009600,270304841.585,009800,115943808.909,009800,59035987.0,009600,009800,13285.4200642,71527,40908,hub,hub,non_hub,586068.967113,4512175.91862,587225.727282,4512105.54383
+10352,10352,148,210.0,009800,,40.755285655,-73.96667288,198.0,009700,40.7493616033,-73.9991321067,1358.45102513,4744,7105,2827,5244,009700,83018263.1602,009800,115943808.909,009800,59035987.0,009700,009800,13285.4200642,118804,40908,hub,hub,non_hub,584493.220017,4511416.17434,587225.727282,4512105.54383
+10353,10353,344,350.0,009800,,40.755285655,-73.96667288,370.0,009900,40.7520807866,-74.0031899092,1226.84316558,3617,7105,2438,5244,009900,404439511.776,009800,115943808.909,009800,59035987.0,009900,009800,13285.4200642,208076,40908,hub,hub,non_hub,584147.226991,4511714.12465,587225.727282,4512105.54383
+10354,10354,1478,210.0,009800,,40.755285655,-73.96667288,242.0,010000,40.7583696933,-73.9710287767,339.752200289,1829,7105,1399,5244,010000,366457143.613,009800,115943808.909,009800,59035987.0,010000,009800,13285.4200642,72085,40908,hub,hub,non_hub,586854.014885,4512443.57459,587225.727282,4512105.54383
+10355,10355,634,210.0,009800,,40.755285655,-73.96667288,254.0,010100,40.74945622,-73.9903382667,965.777386965,1119,7105,828,5244,010100,246168211.101,009800,115943808.909,009800,59035987.0,010100,009800,13285.4200642,183377,40908,hub,hub,non_hub,585235.486219,4511435.18064,587225.727282,4512105.54383
+10356,10356,757,140.0,009800,,40.755285655,-73.96667288,162.0,010200,40.7606694,-73.973473555,485.45887377,313,7105,268,5244,010200,333450202.294,009800,115943808.909,009800,59035987.0,010200,009800,13285.4200642,46675,40908,hub,hub,non_hub,586644.664817,4512696.44233,587225.727282,4512105.54383
+10357,10357,507,140.0,009800,,40.755285655,-73.96667288,196.0,010300,40.751000495,-73.994372255,1136.53630358,1859,7105,1351,5244,010300,141506056.87,009800,115943808.909,009800,59035987.0,010300,009800,13285.4200642,221593,40908,hub,hub,non_hub,584892.968075,4511602.69644,587225.727282,4512105.54383
+10358,10358,1137,140.0,009800,,40.755285655,-73.96667288,150.0,010400,40.761664375,-73.976854975,513.974471515,1031,7105,1033,5244,010400,363981333.295,009800,115943808.909,009800,59035987.0,010400,009800,13285.4200642,65073,40908,hub,hub,non_hub,586357.961325,4512803.55852,587225.727282,4512105.54383
+10359,10359,578,70.0,009800,,40.755285655,-73.96667288,66.0,010602,40.75849116,-73.95920622,458.117021277,4794,7105,2963,5244,010602,67980898.3739,009800,115943808.909,009800,59035987.0,010602,009800,13285.4200642,22153,40908,hub,hub,non_hub,587851.796682,4512468.82754,587225.727282,4512105.54383
+10360,10360,1619,210.0,009800,,40.755285655,-73.96667288,234.0,010800,40.7591736033,-73.96613818,337.474058978,8531,7105,6272,5244,010800,189351523.799,009800,115943808.909,009800,59035987.0,010800,009800,13285.4200642,79198,40908,hub,hub,non_hub,587265.778542,4512537.66689,587225.727282,4512105.54383
+10361,10361,255,140.0,009800,,40.755285655,-73.96667288,228.0,010900,40.751351715,-73.987594755,880.324571984,182,7105,92,5244,010900,228173063.011,009800,115943808.909,009800,59035987.0,010900,009800,13285.4200642,60092,40908,hub,hub,non_hub,585464.669441,4511648.26242,587225.727282,4512105.54383
+10362,10362,753,70.0,009800,,40.755285655,-73.96667288,118.0,011201,40.7643971,-73.97371465,612.948863075,827,7105,964,5244,011201,118515444.187,009800,115943808.909,009800,59035987.0,011201,009800,13285.4200642,41525,40908,hub,hub,non_hub,586619.474659,4513110.00718,587225.727282,4512105.54383
+10363,10363,1333,70.0,009800,,40.755285655,-73.96667288,66.0,011203,40.76095756,-73.96724467,402.68810294,1176,7105,1160,5244,011203,143782379.009,009800,115943808.909,009800,59035987.0,011203,009800,13285.4200642,48033,40908,hub,hub,non_hub,587170.050102,4512734.59972,587225.727282,4512105.54383
+10364,10364,1060,280.0,009800,,40.755285655,-73.96667288,396.0,011300,40.7548008425,-73.9888010575,928.716573443,204,7105,107,5244,011300,357940519.061,009800,115943808.909,009800,59035987.0,011300,009800,13285.4200642,236650,40908,hub,hub,non_hub,585358.423228,4512029.96675,587225.727282,4512105.54383
+10365,10365,276,140.0,009800,,40.755285655,-73.96667288,164.0,011500,40.75701407,-73.992353645,946.473587886,2487,7105,1678,5244,011500,130958459.747,009800,115943808.909,009800,59035987.0,011500,009800,13285.4200642,103294,40908,hub,hub,non_hub,585055.712647,4512272.20178,587225.727282,4512105.54383
+10366,10366,101,140.0,009800,,40.755285655,-73.96667288,168.0,011700,40.76058799,-74.00080945,1195.76443001,2938,7105,2304,5244,011700,91270705.1484,009800,115943808.909,009800,59035987.0,011700,009800,13285.4200642,73016,40908,hub,hub,non_hub,584337.427395,4512660.77158,587225.727282,4512105.54383
+10367,10367,284,70.0,009800,,40.755285655,-73.96667288,68.0,011900,40.7568001,-73.98291153,770.159156977,1079,7105,1121,5244,011900,395254501.74,009800,115943808.909,009800,59035987.0,011900,009800,13285.4200642,39976,40908,hub,hub,non_hub,585853.012005,4512257.64444,587225.727282,4512105.54383
+10368,10368,399,210.0,009800,,40.755285655,-73.96667288,218.0,012100,40.7598593767,-73.9914900133,939.296474722,8366,7105,5744,5244,012100,101223732.045,009800,115943808.909,009800,59035987.0,012100,009800,13285.4200642,132767,40908,hub,hub,non_hub,585124.983126,4512588.88932,587225.727282,4512105.54383
+10369,10369,303,70.0,009800,,40.755285655,-73.96667288,102.0,012500,40.76064679,-73.98442659,717.843117941,2439,7105,2096,5244,012500,322911522.418,009800,115943808.909,009800,59035987.0,012500,009800,13285.4200642,45486,40908,hub,hub,non_hub,585720.180916,4512683.17447,587225.727282,4512105.54383
+10370,10370,330,140.0,009800,,40.755285655,-73.96667288,168.0,012700,40.762485435,-73.990447135,872.32928487,6437,7105,4434,5244,012700,104637996.687,009800,115943808.909,009800,59035987.0,012700,009800,13285.4200642,83393,40908,hub,hub,non_hub,585209.656415,4512881.41361,587225.727282,4512105.54383
+10371,10371,66,70.0,009800,,40.755285655,-73.96667288,48.0,012900,40.76341379,-73.99667444,1100.025,5312,7105,3621,5244,012900,158698340.053,009800,115943808.909,009800,59035987.0,012900,009800,13285.4200642,28661,40908,hub,hub,non_hub,584682.864463,4512978.43901,587225.727282,4512105.54383
+10372,10372,1455,210.0,009800,,40.755285655,-73.96667288,320.0,013100,40.7621295133,-73.98215453,648.932473091,2489,7105,2283,5244,013100,405023451.28,009800,115943808.909,009800,59035987.0,013100,009800,13285.4200642,107228,40908,hub,hub,non_hub,585910.04945,4512849.98999,587225.727282,4512105.54383
+10373,10373,1066,210.0,009800,,40.755285655,-73.96667288,202.0,013300,40.7647250567,-73.9866537633,783.025810199,5363,7105,3909,5244,013300,79847412.2593,009800,115943808.909,009800,59035987.0,013300,009800,13285.4200642,89810,40908,hub,hub,non_hub,585526.963405,4513133.71926,587225.727282,4512105.54383
+10374,10374,227,140.0,009800,,40.755285655,-73.96667288,130.0,013500,40.766984435,-73.99227308,857.705555556,6075,7105,3935,5244,013500,198199142.958,009800,115943808.909,009800,59035987.0,013500,009800,13285.4200642,64723,40908,hub,hub,non_hub,585049.80204,4513379.06475,587225.727282,4512105.54383
+10375,10375,946,140.0,009800,,40.755285655,-73.96667288,196.0,013700,40.766109285,-73.981808355,771.006286845,6557,7105,5442,5244,013700,314878324.419,009800,115943808.909,009800,59035987.0,013700,009800,13285.4200642,91142,40908,hub,hub,non_hub,585934.141665,4513292.1137,587225.727282,4512105.54383
+10376,10376,158,70.0,009800,,40.755285655,-73.96667288,54.0,013900,40.768254,-73.988639,894.494041868,7607,7105,7359,5244,013900,139918084.587,009800,115943808.909,009800,59035987.0,013900,009800,13285.4200642,26390,40908,hub,hub,non_hub,585354.890073,4513523.52534,587225.727282,4512105.54383
+10377,10377,367,70.0,009800,,40.755285655,-73.96667288,98.0,014300,40.76590936,-73.97634151,1258.07144057,3,7105,0,5244,014300,50027992.3322,009800,115943808.909,009800,59035987.0,014300,009800,13285.4200642,21051,40908,hub,hub,non_hub,586395.803012,4513275.28949,587225.727282,4512105.54383
+10378,10378,632,70.0,009800,,40.755285655,-73.96667288,72.0,014500,40.76915505,-73.98191841,926.249886445,5811,7105,3462,5244,014500,253397343.373,009800,115943808.909,009800,59035987.0,014500,009800,13285.4200642,68350,40908,hub,hub,non_hub,585920.929601,4513630.10902,587225.727282,4512105.54383
+10379,10379,203,70.0,009800,,40.755285655,-73.96667288,110.0,014700,40.770513,-73.988038,1050.64596774,2586,7105,1743,5244,014700,70871746.8417,009800,115943808.909,009800,59035987.0,014700,009800,13285.4200642,35099,40908,hub,hub,non_hub,585402.720353,4513774.87644,587225.727282,4512105.54383
+10380,10380,26,70.0,009800,,40.755285655,-73.96667288,72.0,015100,40.771522,-73.990541,1197.20300752,8105,7105,4856,5244,015100,164953931.102,009800,115943808.909,009800,59035987.0,015100,009800,13285.4200642,17578,40908,hub,hub,non_hub,585190.192062,4513884.4495,587225.727282,4512105.54383
+10381,10381,72,140.0,009800,,40.755285655,-73.96667288,140.0,031703,40.71644312,-74.014902115,1786.75149522,8670,7105,4231,5244,031703,332361109.355,009800,115943808.909,009800,59035987.0,031703,009800,13285.4200642,136082,40908,hub,hub,non_hub,583202.897614,4507746.93647,587225.727282,4512105.54383
+10382,10382,53,210.0,009800,,40.755285655,-73.96667288,196.0,031704,40.7085171733,-74.0165557667,2247.30601852,6610,7105,3790,5244,031704,160823714.408,009800,115943808.909,009800,59035987.0,031704,009800,13285.4200642,105244,40908,hub,hub,non_hub,583073.076824,4506865.54027,587225.727282,4512105.54383
+10383,10383,117,210.0,009800,,40.755285655,-73.96667288,170.0,000600,40.7128987867,-73.9898646367,1568.80693791,11558,7105,4083,5244,000600,59149181.7526,009800,115943808.909,009800,59035987.0,000600,009800,13285.4200642,70053,40908,hub,hub,non_hub,585322.159723,4507377.5136,587225.727282,4512105.54383
+10384,10384,219,555.0,009900,,40.7520807866,-74.0031899092,270.0,000202,40.71318002,-73.9818904933,1599.79530496,8012,3617,3598,2438,000202,37878157.9781,009900,404439511.776,,0.0,000202,009900,14906.6601742,56352,214016,hub,hub,non_hub,585995.353038,4507416.50937,584147.226991,4511714.12465
+10385,10385,1652,1295.0,009900,,40.7520807866,-74.0031899092,1290.0,000700,40.70581148,-74.0081572071,1618.19693467,7722,3617,5201,2438,000700,476954959.734,009900,404439511.776,,0.0,000700,009900,14906.6601742,160040,214016,hub,hub,non_hub,583785.918305,4506573.16797,584147.226991,4511714.12465
+10386,10386,138,370.0,009900,4.39675743204,40.7523433459,-74.0032165273,235.0,000800,40.7125980522,-73.9934123856,1492.23054097,10365,3617,4150,2438,000800,46479755.076,009900,404439511.776,,0.0,000800,009900,14906.6601742,34254,214016,hub,hub,non_hub,585022.873251,4507340.68972,584144.648913,4511743.2451
+10387,10387,416,555.0,009900,,40.7520807866,-74.0031899092,485.0,000900,40.7024745833,-74.01224785,1847.76023672,1140,3617,939,2438,000900,404341803.896,009900,404439511.776,,0.0,000900,009900,14906.6601742,46446,214016,hub,hub,non_hub,583444.520998,4506198.85784,584147.226991,4511714.12465
+10388,10388,45,185.0,009900,,40.7520807866,-74.0031899092,95.0,001002,40.71782143,-73.97628939,1505.12009662,6439,3617,2346,2438,001002,22763374.2099,009900,404439511.776,,0.0,001002,009900,14906.6601742,15916,214016,hub,hub,non_hub,586462.45635,4507937.23607,584147.226991,4511714.12465
+10389,10389,240,370.0,009900,,40.7520807866,-74.0031899092,230.0,001200,40.717364275,-73.982955325,1402.41179579,3547,3617,1857,2438,001200,23518220.7411,009900,404439511.776,,0.0,001200,009900,14906.6601742,36493,214016,hub,hub,non_hub,585900.031125,4507879.94738,584147.226991,4511714.12465
+10390,10390,477,185.0,009900,,40.7520807866,-74.0031899092,180.0,001300,40.70463334,-74.01361706,1741.580276,3776,3617,3028,2438,001300,286606455.687,009900,404439511.776,,0.0,001300,009900,14906.6601742,27671,214016,hub,hub,non_hub,583326.158808,4506437.19368,584147.226991,4511714.12465
+10391,10391,229,185.0,009900,,40.7520807866,-74.0031899092,140.0,001401,40.71559509,-73.9870295,1312.92893026,3289,3617,1708,2438,001401,20168722.3199,009900,404439511.776,,0.0,001401,009900,14906.6601742,26885,214016,hub,hub,non_hub,585558.18429,4507679.57909,584147.226991,4511714.12465
+10392,10392,200,370.0,009900,5.3451156262,40.7516518084,-74.0033091991,335.0,001501,40.7098678,-74.0038112611,1695.60429274,5581,3617,3450,2438,001501,172466366.322,009900,404439511.776,,0.0,001501,009900,14906.6601742,27425,214016,hub,hub,non_hub,584147.941155,4507027.5997,584137.697603,4511666.39061
+10393,10393,674,555.0,009900,,40.7520807866,-74.0031899092,615.0,001502,40.7088053467,-74.00635276,1475.97411944,7095,3617,3459,2438,001502,221282059.103,009900,404439511.776,,0.0,001502,009900,14906.6601742,82052,214016,hub,hub,non_hub,583934.59195,4506907.22889,584147.226991,4511714.12465
+10394,10394,598,555.0,009900,,40.7520807866,-74.0031899092,535.0,001600,40.7153350167,-73.9943926833,1295.09831377,8236,3617,3242,2438,001600,76565505.7581,009900,404439511.776,,0.0,001600,009900,14906.6601742,82798,214016,hub,hub,non_hub,584936.591099,4507643.5622,584147.226991,4511714.12465
+10395,10395,1164,740.0,009900,,40.7520807866,-74.0031899092,770.0,001800,40.7193657075,-73.9906468425,1352.43533745,8063,3617,3489,2438,001800,60554858.5127,009900,404439511.776,,0.0,001800,009900,14906.6601742,133306,214016,hub,hub,non_hub,585247.838585,4508094.62497,584147.226991,4511714.12465
+10396,10396,183,370.0,009900,,40.7520807866,-74.0031899092,230.0,002000,40.721554605,-73.977309405,1358.48358217,4795,3617,1899,2438,002000,17907673.5628,009900,404439511.776,,0.0,002000,009900,14906.6601742,31656,214016,hub,hub,non_hub,586371.478696,4508350.63994,584147.226991,4511714.12465
+10397,10397,2644,740.0,009900,,40.7520807866,-74.0031899092,510.0,002100,40.71451321,-74.0108850975,1155.19770447,6111,3617,3038,2438,002100,273869828.705,009900,404439511.776,,0.0,002100,009900,14906.6601742,151037,214016,hub,hub,non_hub,583544.598931,4507536.51732,584147.226991,4511714.12465
+10398,10398,116,370.0,009900,,40.7520807866,-74.0031899092,220.0,002201,40.71833027,-73.980972895,1308.07026144,6762,3617,3030,2438,002201,37585954.9949,009900,404439511.776,,0.0,002201,009900,14906.6601742,26391,214016,hub,hub,non_hub,586066.226443,4507989.12022,584147.226991,4511714.12465
+10399,10399,230,185.0,009900,,40.7520807866,-74.0031899092,155.0,002202,40.7208736,-73.98085795,1339.63567547,2256,3617,1045,2438,002202,13179093.8977,009900,404439511.776,,0.0,002202,009900,14906.6601742,23935,214016,hub,hub,non_hub,586072.658368,4508271.55961,584147.226991,4511714.12465
+10400,10400,166,370.0,009900,,40.7520807866,-74.0031899092,240.0,002400,40.724744875,-73.974986535,1335.69146919,5775,3617,2175,2438,002400,17986635.5592,009900,404439511.776,,0.0,002400,009900,14906.6601742,17965,214016,hub,hub,non_hub,586563.526382,4508707.06897,584147.226991,4511714.12465
+10401,10401,136,370.0,009900,,40.7520807866,-74.0031899092,310.0,002500,40.7111743,-73.99849582,1404.37552614,5061,3617,1917,2438,002500,22428407.6271,009900,404439511.776,,0.0,002500,009900,14906.6601742,28216,214016,hub,hub,non_hub,584595.28909,4507177.73549,584147.226991,4511714.12465
+10402,10402,152,185.0,009900,,40.7520807866,-74.0031899092,155.0,002601,40.72299208,-73.97995466,1235.93975852,3774,3617,1593,2438,002601,22248722.3098,009900,404439511.776,,0.0,002601,009900,14906.6601742,22144,214016,hub,hub,non_hub,586146.216204,4508507.61099,584147.226991,4511714.12465
+10403,10403,127,185.0,009900,,40.7520807866,-74.0031899092,135.0,002700,40.71307916,-73.99851193,1351.7433614,1191,3617,655,2438,002700,11349914.9514,009900,404439511.776,,0.0,002700,009900,14906.6601742,20570,214016,hub,hub,non_hub,584591.517275,4507389.17181,584147.226991,4511714.12465
+10404,10404,322,185.0,009900,,40.7520807866,-74.0031899092,160.0,002800,40.72521311,-73.97768752,1306.79122818,7302,3617,3341,2438,002800,47641507.3146,009900,404439511.776,,0.0,002800,009900,14906.6601742,36744,214016,hub,hub,non_hub,586334.816403,4508756.38709,584147.226991,4511714.12465
+10405,10405,228,185.0,009900,,40.7520807866,-74.0031899092,215.0,002900,40.71602118,-73.99974372,1422.65305167,5855,3617,2420,2438,002900,200965547.24,009900,404439511.776,,0.0,002900,009900,14906.6601742,31936,214016,hub,hub,non_hub,584483.752153,4507714.56961,584147.226991,4511714.12465
+10406,10406,423,185.0,009900,,40.7520807866,-74.0031899092,175.0,003001,40.72066442,-73.98517977,1392.8903888,4301,3617,2553,2438,003001,34302720.7166,009900,404439511.776,,0.0,003001,009900,14906.6601742,41223,214016,hub,hub,non_hub,585707.91731,4508244.11218,584147.226991,4511714.12465
+10407,10407,293,185.0,009900,,40.7520807866,-74.0031899092,185.0,003002,40.72217444,-73.98368779,1467.31583323,3031,3617,1885,2438,003002,18686109.2263,009900,404439511.776,,0.0,003002,009900,14906.6601742,38675,214016,hub,hub,non_hub,585831.986427,4508413.19181,584147.226991,4511714.12465
+10408,10408,579,555.0,009900,,40.7520807866,-74.0031899092,605.0,003100,40.7140617467,-74.0041933367,1396.60404373,2809,3617,858,2438,003100,145687012.574,009900,404439511.776,,0.0,003100,009900,14906.6601742,81469,214016,hub,hub,non_hub,584110.388584,4507492.78891,584147.226991,4511714.12465
+10409,10409,1328,555.0,009900,,40.7520807866,-74.0031899092,500.0,003200,40.7260543867,-73.9823576167,1226.58180369,7630,3617,4888,2438,003200,46369492.482,009900,404439511.776,,0.0,003200,009900,14906.6601742,138064,214016,hub,hub,non_hub,585939.335766,4508845.19329,584147.226991,4511714.12465
+10410,10410,1618,925.0,009900,,40.7520807866,-74.0031899092,865.0,003300,40.7188229675,-74.0063318673,1216.94860749,5174,3617,2694,2438,003300,215459582.054,009900,404439511.776,,0.0,003300,009900,14906.6601742,115059,214016,hub,hub,non_hub,583923.775943,4508019.26973,584147.226991,4511714.12465
+10411,10411,567,185.0,009900,,40.7520807866,-74.0031899092,195.0,003400,40.72955361,-73.98057249,1003.25626658,6706,3617,4203,2438,003400,42933229.7541,009900,404439511.776,,0.0,003400,009900,14906.6601742,47926,214016,hub,hub,non_hub,586085.581298,4509235.37985,584147.226991,4511714.12465
+10412,10412,641,370.0,009900,,40.7520807866,-74.0031899092,330.0,003601,40.72217423,-73.990293175,1182.6566028,3299,3617,1613,2438,003601,29191583.8104,009900,404439511.776,,0.0,003601,009900,14906.6601742,77585,214016,hub,hub,non_hub,585274.124459,4508406.73315,584147.226991,4511714.12465
+10413,10413,680,370.0,009900,,40.7520807866,-74.0031899092,310.0,003602,40.724852985,-73.989265345,1233.27202327,2918,3617,1586,2438,003602,24941258.1161,009900,404439511.776,,0.0,003602,009900,14906.6601742,82124,214016,hub,hub,non_hub,585357.507872,4508705.09166,584147.226991,4511714.12465
+10414,10414,3586,740.0,009900,,40.7520807866,-74.0031899092,740.0,003700,40.7256696075,-74.0052069325,1089.68481564,2401,3617,1490,2438,003700,212385639.924,009900,404439511.776,,0.0,003700,009900,14906.6601742,173333,214016,hub,hub,hub,584010.178026,4508780.36793,584147.226991,4511714.12465
+10415,10415,1792,740.0,009900,,40.7520807866,-74.0031899092,800.0,003800,40.72765889,-73.988195855,1116.87501827,8610,3617,5795,2438,003800,67437493.5221,009900,404439511.776,,0.0,003800,009900,14906.6601742,167230,214016,hub,hub,non_hub,585444.239635,4509017.60641,584147.226991,4511714.12465
+10416,10416,2892,740.0,009900,,40.7520807866,-74.0031899092,530.0,003900,40.7201717475,-74.00983051,1139.0579357,5253,3617,3059,2438,003900,194910113.03,009900,404439511.776,,0.0,003900,009900,14906.6601742,113624,214016,hub,hub,non_hub,583626.593058,4508165.65565,584147.226991,4511714.12465
+10417,10417,1247,370.0,009900,,40.7520807866,-74.0031899092,330.0,004000,40.73000573,-73.98549552,1074.00903385,9801,3617,4546,2438,004000,66858387.5133,009900,404439511.776,,0.0,004000,009900,14906.6601742,99660,214016,hub,hub,non_hub,585669.269443,4509280.75306,584147.226991,4511714.12465
+10418,10418,1342,370.0,009900,,40.7520807866,-74.0031899092,320.0,004100,40.7195529,-73.996789035,1315.8241649,7793,3617,3765,2438,004100,71738983.3617,009900,404439511.776,,0.0,004100,009900,14906.6601742,114685,214016,hub,hub,non_hub,584728.836557,4508109.46034,584147.226991,4511714.12465
+10419,10419,470,185.0,009900,,40.7520807866,-74.0031899092,175.0,004200,40.73223272,-73.98889957,983.461520121,4988,3617,1801,2438,004200,39941846.3325,009900,404439511.776,,0.0,004200,009900,14906.6601742,50846,214016,hub,hub,non_hub,585378.96492,4509524.64843,584147.226991,4511714.12465
+10420,10420,1094,370.0,009900,,40.7520807866,-74.0031899092,335.0,004300,40.723870235,-73.995226525,1222.80649974,4267,3617,2598,2438,004300,65935514.1184,009900,404439511.776,,0.0,004300,009900,14906.6601742,95162,214016,hub,hub,non_hub,584855.320992,4508590.22212,584147.226991,4511714.12465
+10421,10421,1270,370.0,009900,,40.7520807866,-74.0031899092,300.0,004400,40.73080269,-73.97968993,1097.14559322,17710,3617,8297,2438,004400,114601147.016,009900,404439511.776,,0.0,004400,009900,14906.6601742,106427,214016,hub,hub,non_hub,586158.498991,4509374.90208,584147.226991,4511714.12465
+10422,10422,278,185.0,009900,,40.7520807866,-74.0031899092,135.0,004500,40.71910537,-73.99973337,1348.55043112,840,3617,582,2438,004500,52009114.8865,009900,404439511.776,,0.0,004500,009900,14906.6601742,34275,214016,hub,hub,non_hub,584480.726971,4508056.94497,584147.226991,4511714.12465
+10423,10423,337,185.0,009900,,40.7520807866,-74.0031899092,195.0,004700,40.72165481,-74.00234737,1323.7843624,2267,3617,1586,2438,004700,75477587.1594,009900,404439511.776,,0.0,004700,009900,14906.6601742,27544,214016,hub,hub,non_hub,584256.734795,4508337.43837,584147.226991,4511714.12465
+10424,10424,921,185.0,009900,,40.7520807866,-74.0031899092,175.0,004800,40.73624527,-73.98473765,936.80582457,7550,3617,3799,2438,004800,74763044.6965,009900,404439511.776,,0.0,004800,009900,14906.6601742,42567,214016,hub,hub,non_hub,585725.258797,4509974.12516,584147.226991,4511714.12465
+10425,10425,1014,370.0,009900,,40.7520807866,-74.0031899092,365.0,004900,40.724268615,-74.000521515,1214.66057946,4951,3617,3054,2438,004900,103848670.177,009900,404439511.776,,0.0,004900,009900,14906.6601742,80152,214016,hub,hub,non_hub,584407.63728,4508629.34168,584147.226991,4511714.12465
+10426,10426,1679,555.0,009900,,40.7520807866,-74.0031899092,465.0,005000,40.7359163467,-73.9873427633,896.575345554,5061,3617,3595,2438,005000,120638459.215,009900,404439511.776,,0.0,005000,009900,14906.6601742,111023,214016,hub,hub,non_hub,585505.709717,4509935.07175,584147.226991,4511714.12465
+10427,10427,3230,370.0,009900,,40.7520807866,-74.0031899092,530.0,005200,40.73715585,-73.991241315,847.448047503,4193,3617,1785,2438,005200,109103391.81,009900,404439511.776,,0.0,005200,009900,14906.6601742,159876,214016,hub,hub,hub,585174.941657,4510068.87544,584147.226991,4511714.12465
+10428,10428,2093,185.0,009900,,40.7520807866,-74.0031899092,235.0,005400,40.73971301,-73.99456405,737.369787621,4656,3617,2837,2438,005400,128803552.888,009900,404439511.776,,0.0,005400,009900,14906.6601742,73728,214016,hub,hub,non_hub,584891.129718,4510349.51956,584147.226991,4511714.12465
+10429,10429,740,185.0,009900,,40.7520807866,-74.0031899092,150.0,005501,40.72679454,-73.99695094,1143.00895524,5079,3617,2483,2438,005501,61061928.4125,009900,404439511.776,,0.0,005501,009900,14906.6601742,57258,214016,hub,hub,non_hub,584705.980012,4508913.17477,584147.226991,4511714.12465
+10430,10430,552,185.0,009900,,40.7520807866,-74.0031899092,135.0,005502,40.72743423,-73.99379025,1081.8179685,2383,3617,1262,2438,005502,49017118.6146,009900,404439511.776,,0.0,005502,009900,14906.6601742,55117,214016,hub,hub,non_hub,584972.085912,4508987.23863,584147.226991,4511714.12465
+10431,10431,2310,370.0,009900,,40.7520807866,-74.0031899092,475.0,005600,40.74065347,-73.98778661,823.088015075,2618,3617,2190,2438,005600,189153355.609,009900,404439511.776,,0.0,005600,009900,14906.6601742,113209,214016,hub,hub,non_hub,585462.168743,4510460.49357,584147.226991,4511714.12465
+10432,10432,1897,370.0,009900,,40.7520807866,-74.0031899092,410.0,005700,40.729662915,-73.992405595,1036.01408584,2937,3617,1789,2438,005700,90178032.7137,009900,404439511.776,,0.0,005700,009900,14906.6601742,156896,214016,hub,hub,non_hub,585086.179601,4509235.9788,584147.226991,4511714.12465
+10433,10433,5259,370.0,009900,,40.7520807866,-74.0031899092,435.0,005800,40.743154205,-73.990299735,674.524040894,3182,3617,2306,2438,005800,164037511.755,009900,404439511.776,,0.0,005800,009900,14906.6601742,130970,214016,hub,hub,hub,585246.786708,4510735.64918,584147.226991,4511714.12465
+10434,10434,620,185.0,009900,,40.7520807866,-74.0031899092,155.0,005900,40.73049393,-73.9957214,1036.86668383,5516,3617,3276,2438,005900,71785177.1361,009900,404439511.776,,0.0,005900,009900,14906.6601742,53180,214016,hub,hub,non_hub,584805.117402,4509325.01914,584147.226991,4511714.12465
+10435,10435,849,370.0,009900,,40.7520807866,-74.0031899092,315.0,006000,40.734822295,-73.976916765,1071.2195468,5286,3617,2459,2438,006000,27468182.8943,009900,404439511.776,,0.0,006000,009900,14906.6601742,80462,214016,hub,hub,non_hub,586387.478737,4509823.83141,584147.226991,4511714.12465
+10436,10436,3184,740.0,009900,,40.7520807866,-74.0031899092,705.0,006100,40.73385254,-73.992357065,936.59115206,4913,3617,2683,2438,006100,91682014.33,009900,404439511.776,,0.0,006100,009900,14906.6601742,245510,214016,hub,hub,hub,585084.940162,4509701.10308,584147.226991,4511714.12465
+10437,10437,492,185.0,009900,,40.7520807866,-74.0031899092,150.0,006200,40.7381765,-73.97738662,970.182653299,4680,3617,1401,2438,006200,231817485.533,009900,404439511.776,,0.0,006200,009900,14906.6601742,33218,214016,hub,hub,non_hub,586343.467107,4510195.70961,584147.226991,4511714.12465
+10438,10438,2348,555.0,009900,,40.7520807866,-74.0031899092,495.0,006300,40.7346940933,-73.99785666,898.94037098,6076,3617,4277,2438,006300,85447631.8451,009900,404439511.776,,0.0,006300,009900,14906.6601742,120233,214016,hub,hub,non_hub,584619.48321,4509789.20591,584147.226991,4511714.12465
+10439,10439,843,185.0,009900,,40.7520807866,-74.0031899092,195.0,006400,40.73587678,-73.98205027,934.522414248,7518,3617,5058,2438,006400,95664936.1545,009900,404439511.776,,0.0,006400,009900,14906.6601742,47750,214016,hub,hub,non_hub,585952.649806,4509935.84788,584147.226991,4511714.12465
+10440,10440,1635,555.0,009900,,40.7520807866,-74.0031899092,530.0,006500,40.7306296367,-73.9991423,952.562033593,6517,3617,3568,2438,006500,59290910.3694,009900,404439511.776,,0.0,006500,009900,14906.6601742,125356,214016,hub,hub,non_hub,584516.067395,4509336.78488,584147.226991,4511714.12465
+10441,10441,934,370.0,009900,,40.7520807866,-74.0031899092,410.0,006600,40.739285505,-73.97827188,925.691115472,11780,3617,6818,2438,006600,84730469.4548,009900,404439511.776,,0.0,006600,009900,14906.6601742,74621,214016,hub,hub,non_hub,586267.286922,4510317.94668,584147.226991,4511714.12465
+10442,10442,940,185.0,009900,,40.7520807866,-74.0031899092,195.0,006700,40.73038599,-74.00214988,1011.41924539,4984,3617,3796,2438,006700,47238039.9972,009900,404439511.776,,0.0,006700,009900,14906.6601742,70025,214016,hub,hub,non_hub,584262.399901,4509306.84766,584147.226991,4511714.12465
+10443,10443,899,185.0,009900,,40.7520807866,-74.0031899092,195.0,006800,40.74025878,-73.98409214,889.132731519,6735,3617,4494,2438,006800,130298431.446,009900,404439511.776,,0.0,006800,009900,14906.6601742,58926,214016,hub,hub,non_hub,585774.608423,4510420.28363,584147.226991,4511714.12465
+10444,10444,3862,370.0,009900,,40.7520807866,-74.0031899092,335.0,006900,40.732319905,-74.0069291,870.800696977,2687,3617,1484,2438,006900,61292499.9331,009900,404439511.776,,0.0,006900,009900,14906.6601742,130727,214016,hub,hub,hub,583856.38945,4509516.94969,584147.226991,4511714.12465
+10445,10445,1195,555.0,009900,,40.7520807866,-74.0031899092,635.0,007000,40.742522575,-73.9756284134,980.07762014,8302,3617,5669,2438,007000,78634704.8451,009900,404439511.776,,0.0,007000,009900,14906.6601742,145227,214016,hub,hub,non_hub,586486.292251,4510679.88578,584147.226991,4511714.12465
+10446,10446,1949,370.0,009900,,40.7520807866,-74.0031899092,355.0,007100,40.736526545,-74.000108805,800.33347715,5633,3617,3844,2438,007100,68447429.2743,009900,404439511.776,,0.0,007100,009900,14906.6601742,79459,214016,hub,hub,non_hub,584426.995774,4509990.4524,584147.226991,4511714.12465
+10447,10447,2453,555.0,009900,,40.7520807866,-74.0031899092,630.0,007200,40.7447014833,-73.98154809,769.055265814,7734,3617,5222,2438,007200,132092861.454,009900,404439511.776,,0.0,007200,009900,14906.6601742,157612,214016,hub,hub,non_hub,585983.687715,4510915.94446,584147.226991,4511714.12465
+10448,10448,1920,370.0,009900,,40.7520807866,-74.0031899092,295.0,007300,40.734682705,-74.00388484,874.222236738,5615,3617,4547,2438,007300,48716185.79,009900,404439511.776,,0.0,007300,009900,14906.6601742,92567,214016,hub,hub,non_hub,584110.479319,4509782.14883,584147.226991,4511714.12465
+10449,10449,1629,370.0,009900,,40.7520807866,-74.0031899092,430.0,007400,40.746413585,-73.98586892,700.567594081,4179,3617,2700,2438,007400,170614202.951,009900,404439511.776,,0.0,007400,009900,14906.6601742,81121,214016,hub,hub,non_hub,585616.696258,4511101.7763,584147.226991,4511714.12465
+10450,10450,2281,370.0,009900,,40.7520807866,-74.0031899092,345.0,007600,40.74737476,-73.988320695,662.711445506,2203,3617,1573,2438,007600,242014413.464,009900,404439511.776,,0.0,007600,009900,14906.6601742,97464,214016,hub,hub,non_hub,585408.475283,4511206.08492,584147.226991,4511714.12465
+10451,10451,3264,185.0,009900,,40.7520807866,-74.0031899092,215.0,007700,40.7390169121,-74.0026376103,668.553934541,5404,3617,4254,2438,007700,59306273.1509,009900,404439511.776,,0.0,007700,009900,14906.6601742,79025,214016,hub,hub,hub,584210.329106,4510264.47156,584147.226991,4511714.12465
+10452,10452,757,185.0,009900,,40.7520807866,-74.0031899092,195.0,007800,40.74780373,-73.9734419,1015.41818979,7380,3617,5372,2438,007800,112124597.728,009900,404439511.776,,0.0,007800,009900,14906.6601742,59601,214016,hub,hub,non_hub,586664.043115,4511268.28888,584147.226991,4511714.12465
+10453,10453,4959,925.0,009900,,40.7520807866,-74.0031899092,870.0,007900,40.738916514,-74.007286026,736.423861063,4406,3617,2904,2438,007900,86937368.5918,009900,404439511.776,,0.0,007900,009900,14906.6601742,171846,214016,hub,hub,hub,583817.969395,4510248.87788,584147.226991,4511714.12465
+10454,10454,1094,370.0,009900,,40.7520807866,-74.0031899092,355.0,008000,40.7485693,-73.97717991,852.976095113,4946,3617,3730,2438,008000,197763821.532,009900,404439511.776,,0.0,008000,009900,14906.6601742,74808,214016,hub,hub,non_hub,586347.477591,4511349.58844,584147.226991,4511714.12465
+10455,10455,1958,185.0,009900,,40.7520807866,-74.0031899092,195.0,008100,40.73935542,-73.99931783,667.189892743,8675,3617,5315,2438,008100,91100400.6907,009900,404439511.776,,0.0,008100,009900,14906.6601742,53195,214016,hub,hub,non_hub,584490.204148,4510305.23824,584147.226991,4511714.12465
+10456,10456,5183,555.0,009900,,40.7520807866,-74.0031899092,875.0,008200,40.7519393807,-73.9793583485,865.995043312,3442,3617,2534,2438,008200,262405408.076,009900,404439511.776,,0.0,008200,009900,14906.6601742,228612,214016,hub,hub,hub,586159.218197,4511721.55108,584147.226991,4511714.12465
+10457,10457,9349,740.0,009900,,40.7520807866,-74.0031899092,595.0,008300,40.742591315,-74.004102785,532.734352319,4211,3617,2321,2438,008300,119862327.354,009900,404439511.776,,0.0,008300,009900,14906.6601742,186113,214016,hub,hub,hub,584082.11654,4510659.85081,584147.226991,4511714.12465
+10458,10458,845,185.0,009900,,40.7520807866,-74.0031899092,190.0,008400,40.75038009,-73.98338988,707.075787,1726,3617,1041,2438,008400,147824461.739,009900,404439511.776,,0.0,008400,009900,14906.6601742,34199,214016,hub,hub,non_hub,585820.889203,4511544.50828,584147.226991,4511714.12465
+10459,10459,244,185.0,009900,,40.7520807866,-74.0031899092,215.0,008601,40.744219,-73.97121214,1185.11856926,2551,3617,1528,2438,008601,31141773.9073,009900,404439511.776,,0.0,008601,009900,14906.6601742,31961,214016,hub,hub,non_hub,586856.951039,4510872.56191,584147.226991,4511714.12465
+10460,10460,5934,370.0,009900,,40.7520807866,-74.0031899092,390.0,008700,40.74206378,-73.995708955,647.186514624,6671,3617,4249,2438,008700,85660216.7821,009900,404439511.776,,0.0,008700,009900,14906.6601742,152953,214016,hub,hub,hub,584791.475936,4510609.36503,584147.226991,4511714.12465
+10461,10461,515,370.0,009900,,40.7520807866,-74.0031899092,390.0,008800,40.75012189,-73.970133575,1135.43520837,6964,3617,5507,2438,008800,216532475.876,009900,404439511.776,,0.0,008800,009900,14906.6601742,43247,214016,hub,hub,non_hub,586940.323322,4511528.89362,584147.226991,4511714.12465
+10462,10462,5001,555.0,009900,,40.7520807866,-74.0031899092,600.0,008900,40.74529008,-74.0021768567,579.725690845,5560,3617,3511,2438,008900,54419260.2723,009900,404439511.776,,0.0,008900,009900,14906.6601742,158638,214016,hub,hub,hub,584241.316685,4510961.27944,584147.226991,4511714.12465
+10463,10463,653,555.0,009900,,40.7520807866,-74.0031899092,550.0,009000,40.75261798,-73.9703317533,1062.95264577,7026,3617,5832,2438,009000,208846060.851,009900,404439511.776,,0.0,009000,009900,14906.6601742,74531,214016,hub,hub,non_hub,586920.342162,4511805.78171,584147.226991,4511714.12465
+10464,10464,3649,185.0,009900,,40.7520807866,-74.0031899092,195.0,009100,40.74487634,-73.99529885,588.945171135,6415,3617,4386,2438,009100,127325659.041,009900,404439511.776,,0.0,009100,009900,14906.6601742,63878,214016,hub,hub,hub,584822.527687,4510921.97538,584147.226991,4511714.12465
+10465,10465,633,370.0,009900,,40.7520807866,-74.0031899092,550.0,009200,40.7548518863,-73.9734329075,1045.76415098,1754,3617,1461,2438,009200,408192557.246,009900,404439511.776,,0.0,009200,009900,14906.6601742,72226,214016,hub,hub,non_hub,586655.650548,4512050.69496,584147.226991,4511714.12465
+10466,10466,3203,185.0,009900,,40.7520807866,-74.0031899092,195.0,009300,40.74475148,-73.99915362,536.951773725,9705,3617,5585,2438,009300,68528055.2433,009900,404439511.776,,0.0,009300,009900,14906.6601742,52202,214016,hub,hub,hub,584497.239363,4510904.39701,584147.226991,4511714.12465
+10467,10467,1728,185.0,009900,,40.7520807866,-74.0031899092,155.0,009400,40.75320159,-73.9779874,888.458206535,29,3617,16,2438,009400,299218147.811,009900,404439511.776,,0.0,009400,009900,14906.6601742,82147,214016,hub,hub,non_hub,586273.319314,4511863.01244,584147.226991,4511714.12465
+10468,10468,3539,185.0,009900,,40.7520807866,-74.0031899092,255.0,009500,40.746647,-73.993915,520.106257088,3425,3617,1416,2438,009500,129660033.725,009900,404439511.776,,0.0,009500,009900,14906.6601742,57488,214016,hub,hub,hub,584937.108907,4511119.86954,584147.226991,4511714.12465
+10469,10469,1404,555.0,009900,,40.7520807866,-74.0031899092,700.0,009600,40.7560626927,-73.9803844119,880.938732304,153,3617,268,2438,009600,270304841.585,009900,404439511.776,,0.0,009600,009900,14906.6601742,71527,214016,hub,hub,non_hub,586067.281946,4512178.26226,584147.226991,4511714.12465
+10470,10470,7937,555.0,009900,,40.7520807866,-74.0031899092,495.0,009700,40.7493616033,-73.9991321067,509.995629502,4744,3617,2827,2438,009700,83018263.1602,009900,404439511.776,,0.0,009700,009900,14906.6601742,118804,214016,hub,hub,hub,584493.220017,4511416.17434,584147.226991,4511714.12465
+10471,10471,354,370.0,009900,,40.7520807866,-74.0031899092,350.0,009800,40.755285655,-73.96667288,1196.93437696,7105,3617,5244,2438,009800,115943808.909,009900,404439511.776,,0.0,009800,009900,14906.6601742,40039,214016,hub,hub,non_hub,587225.727282,4512105.54383,584147.226991,4511714.12465
+10472,10472,670,555.0,009900,,40.7520807866,-74.0031899092,605.0,010000,40.7583696933,-73.9710287767,1135.12757103,1829,3617,1399,2438,010000,366457143.613,009900,404439511.776,,0.0,010000,009900,14906.6601742,72085,214016,hub,hub,non_hub,586854.014885,4512443.57459,584147.226991,4511714.12465
+10473,10473,4389,555.0,009900,,40.7520807866,-74.0031899092,635.0,010100,40.74945622,-73.9903382667,585.802012586,1119,3617,828,2438,010100,246168211.101,009900,404439511.776,,0.0,010100,009900,14906.6601742,183377,214016,hub,hub,hub,585235.486219,4511435.18064,584147.226991,4511714.12465
+10474,10474,668,370.0,009900,,40.7520807866,-74.0031899092,405.0,010200,40.7606694,-73.973473555,962.374282972,313,3617,268,2438,010200,333450202.294,009900,404439511.776,,0.0,010200,009900,14906.6601742,46675,214016,hub,hub,non_hub,586644.664817,4512696.44233,584147.226991,4511714.12465
+10475,10475,14179,370.0,009900,,40.7520807866,-74.0031899092,490.0,010300,40.751000495,-73.994372255,448.383717764,1859,3617,1351,2438,010300,141506056.87,009900,404439511.776,,0.0,010300,009900,14906.6601742,221593,214016,hub,hub,hub,584892.968075,4511602.69644,584147.226991,4511714.12465
+10476,10476,985,370.0,009900,,40.7520807866,-74.0031899092,375.0,010400,40.761664375,-73.976854975,1028.21645608,1031,3617,1033,2438,010400,363981333.295,009900,404439511.776,,0.0,010400,009900,14906.6601742,65073,214016,hub,hub,non_hub,586357.961325,4512803.55852,584147.226991,4511714.12465
+10477,10477,239,185.0,009900,,40.7520807866,-74.0031899092,165.0,010602,40.75849116,-73.95920622,1443.21618693,4794,3617,2963,2438,010602,67980898.3739,009900,404439511.776,,0.0,010602,009900,14906.6601742,22153,214016,hub,hub,non_hub,587851.796682,4512468.82754,584147.226991,4511714.12465
+10478,10478,729,555.0,009900,,40.7520807866,-74.0031899092,585.0,010800,40.7591736033,-73.96613818,1325.4358593,8531,3617,6272,2438,010800,189351523.799,009900,404439511.776,,0.0,010800,009900,14906.6601742,79198,214016,hub,hub,non_hub,587265.778542,4512537.66689,584147.226991,4511714.12465
+10479,10479,1868,370.0,009900,,40.7520807866,-74.0031899092,570.0,010900,40.751351715,-73.987594755,656.673983494,182,3617,92,2438,010900,228173063.011,009900,404439511.776,,0.0,010900,009900,14906.6601742,60092,214016,hub,hub,non_hub,585464.669441,4511648.26242,584147.226991,4511714.12465
+10480,10480,885,185.0,009900,,40.7520807866,-74.0031899092,295.0,011201,40.7643971,-73.97371465,1205.43847666,827,3617,964,2438,011201,118515444.187,009900,404439511.776,,0.0,011201,009900,14906.6601742,41525,214016,hub,hub,non_hub,586619.474659,4513110.00718,584147.226991,4511714.12465
+10481,10481,504,185.0,009900,,40.7520807866,-74.0031899092,165.0,011203,40.76095756,-73.96724467,1332.70479194,1176,3617,1160,2438,011203,143782379.009,009900,404439511.776,,0.0,011203,009900,14906.6601742,48033,214016,hub,hub,non_hub,587170.050102,4512734.59972,584147.226991,4511714.12465
+10482,10482,6479,740.0,009900,,40.7520807866,-74.0031899092,990.0,011300,40.7548008425,-73.9888010575,649.510361356,204,3617,107,2438,011300,357940519.061,009900,404439511.776,,0.0,011300,009900,14906.6601742,236650,214016,hub,hub,hub,585358.423228,4512029.96675,584147.226991,4511714.12465
+10483,10483,5183,370.0,009900,,40.7520807866,-74.0031899092,410.0,011500,40.75701407,-73.992353645,564.785144089,2487,3617,1678,2438,011500,130958459.747,009900,404439511.776,,0.0,011500,009900,14906.6601742,103294,214016,hub,hub,hub,585055.712647,4512272.20178,584147.226991,4511714.12465
+10484,10484,4086,370.0,009900,,40.7520807866,-74.0031899092,420.0,011700,40.76058799,-74.00080945,525.128832402,2938,3617,2304,2438,011700,91270705.1484,009900,404439511.776,,0.0,011700,009900,14906.6601742,73016,214016,hub,hub,hub,584337.427395,4512660.77158,584147.226991,4511714.12465
+10485,10485,810,185.0,009900,,40.7520807866,-74.0031899092,170.0,011900,40.7568001,-73.98291153,739.690663335,1079,3617,1121,2438,011900,395254501.74,009900,404439511.776,,0.0,011900,009900,14906.6601742,39976,214016,hub,hub,non_hub,585853.012005,4512257.64444,584147.226991,4511714.12465
+10486,10486,4831,555.0,009900,,40.7520807866,-74.0031899092,545.0,012100,40.7598593767,-73.9914900133,637.49871206,8366,3617,5744,2438,012100,101223732.045,009900,404439511.776,,0.0,012100,009900,14906.6601742,132767,214016,hub,hub,hub,585124.983126,4512588.88932,584147.226991,4511714.12465
+10487,10487,967,185.0,009900,,40.7520807866,-74.0031899092,255.0,012500,40.76064679,-73.98442659,780.880488343,2439,3617,2096,2438,012500,322911522.418,009900,404439511.776,,0.0,012500,009900,14906.6601742,45486,214016,hub,hub,non_hub,585720.180916,4512683.17447,584147.226991,4511714.12465
+10488,10488,2524,370.0,009900,,40.7520807866,-74.0031899092,420.0,012700,40.762485435,-73.990447135,679.383520801,6437,3617,4434,2438,012700,104637996.687,009900,404439511.776,,0.0,012700,009900,14906.6601742,83393,214016,hub,hub,non_hub,585209.656415,4512881.41361,584147.226991,4511714.12465
+10489,10489,1279,185.0,009900,,40.7520807866,-74.0031899092,120.0,012900,40.76341379,-73.99667444,583.434170157,5312,3617,3621,2438,012900,158698340.053,009900,404439511.776,,0.0,012900,009900,14906.6601742,28661,214016,hub,hub,non_hub,584682.864463,4512978.43901,584147.226991,4511714.12465
+10490,10490,1993,555.0,009900,,40.7520807866,-74.0031899092,800.0,013100,40.7621295133,-73.98215453,871.783681853,2489,3617,2283,2438,013100,405023451.28,009900,404439511.776,,0.0,013100,009900,14906.6601742,107228,214016,hub,hub,non_hub,585910.04945,4512849.98999,584147.226991,4511714.12465
+10491,10491,2459,555.0,009900,,40.7520807866,-74.0031899092,505.0,013300,40.7647250567,-73.9866537633,835.777433979,5363,3617,3909,2438,013300,79847412.2593,009900,404439511.776,,0.0,013300,009900,14906.6601742,89810,214016,hub,hub,non_hub,585526.963405,4513133.71926,584147.226991,4511714.12465
+10492,10492,2597,370.0,009900,,40.7520807866,-74.0031899092,325.0,013500,40.766984435,-73.99227308,756.093357834,6075,3617,3935,2438,013500,198199142.958,009900,404439511.776,,0.0,013500,009900,14906.6601742,64723,214016,hub,hub,non_hub,585049.80204,4513379.06475,584147.226991,4511714.12465
+10493,10493,1644,370.0,009900,,40.7520807866,-74.0031899092,490.0,013700,40.766109285,-73.981808355,1031.36719739,6557,3617,5442,2438,013700,314878324.419,009900,404439511.776,,0.0,013700,009900,14906.6601742,91142,214016,hub,hub,non_hub,585934.141665,4513292.1137,584147.226991,4511714.12465
+10494,10494,751,185.0,009900,,40.7520807866,-74.0031899092,135.0,013900,40.768254,-73.988639,867.99559256,7607,3617,7359,2438,013900,139918084.587,009900,404439511.776,,0.0,013900,009900,14906.6601742,26390,214016,hub,hub,non_hub,585354.890073,4513523.52534,584147.226991,4511714.12465
+10495,10495,339,185.0,009900,,40.7520807866,-74.0031899092,245.0,014300,40.76590936,-73.97634151,1268.66222362,3,3617,0,2438,014300,50027992.3322,009900,404439511.776,,0.0,014300,009900,14906.6601742,21051,214016,hub,hub,non_hub,586395.803012,4513275.28949,584147.226991,4511714.12465
+10496,10496,1716,185.0,009900,,40.7520807866,-74.0031899092,180.0,014500,40.76915505,-73.98191841,1087.02947845,5811,3617,3462,2438,014500,253397343.373,009900,404439511.776,,0.0,014500,009900,14906.6601742,68350,214016,hub,hub,non_hub,585920.929601,4513630.10902,584147.226991,4511714.12465
+10497,10497,1507,185.0,009900,,40.7520807866,-74.0031899092,275.0,014700,40.770513,-73.988038,914.985416086,2586,3617,1743,2438,014700,70871746.8417,009900,404439511.776,,0.0,014700,009900,14906.6601742,35099,214016,hub,hub,non_hub,585402.720353,4513774.87644,584147.226991,4511714.12465
+10498,10498,844,185.0,009900,,40.7520807866,-74.0031899092,180.0,015100,40.771522,-73.990541,958.797756387,8105,3617,4856,2438,015100,164953931.102,009900,404439511.776,,0.0,015100,009900,14906.6601742,17578,214016,hub,hub,non_hub,585190.192062,4513884.4495,584147.226991,4511714.12465
+10499,10499,5038,370.0,009900,,40.7520807866,-74.0031899092,350.0,031703,40.71644312,-74.014902115,1272.37168657,8670,3617,4231,2438,031703,332361109.355,009900,404439511.776,,0.0,031703,009900,14906.6601742,136082,214016,hub,hub,hub,583202.897614,4507746.93647,584147.226991,4511714.12465
+10500,10500,2656,555.0,009900,,40.7520807866,-74.0031899092,490.0,031704,40.7085171733,-74.0165557667,1513.37352971,6610,3617,3790,2438,031704,160823714.408,009900,404439511.776,,0.0,031704,009900,14906.6601742,105244,214016,hub,hub,non_hub,583073.076824,4506865.54027,584147.226991,4511714.12465
+10501,10501,473,555.0,009900,,40.7520807866,-74.0031899092,425.0,000600,40.7128987867,-73.9898646367,1459.52361457,11558,3617,4083,2438,000600,59149181.7526,009900,404439511.776,,0.0,000600,009900,14906.6601742,70053,214016,hub,hub,non_hub,585322.159723,4507377.5136,584147.226991,4511714.12465
+10502,10502,103,363.0,010000,,40.7583696933,-73.9710287767,162.0,000202,40.71318002,-73.9818904933,1820.35013598,8012,1829,3598,1399,000202,37878157.9781,010000,366457143.613,010000,51473124.0,000202,010000,12920.4691086,56352,73545,hub,hub,non_hub,585995.353038,4507416.50937,586854.014885,4512443.57459
+10503,10503,295,847.0,010000,,40.7583696933,-73.9710287767,774.0,000700,40.70581148,-74.0081572071,1862.49207955,7722,1829,5201,1399,000700,476954959.734,010000,366457143.613,010000,51473124.0,000700,010000,12920.4691086,160040,73545,hub,hub,non_hub,583785.918305,4506573.16797,586854.014885,4512443.57459
+10504,10504,43,242.0,010000,,40.7583696933,-73.9710287767,141.0,000800,40.712414475,-73.993471545,1448.21395503,10365,1829,4150,1399,000800,46479755.076,010000,366457143.613,010000,51473124.0,000800,010000,12920.4691086,34254,73545,hub,hub,non_hub,585018.109713,4507320.25418,586854.014885,4512443.57459
+10505,10505,53,363.0,010000,,40.7583696933,-73.9710287767,291.0,000900,40.7024745833,-74.01224785,2016.8276455,1140,1829,939,1399,000900,404341803.896,010000,366457143.613,010000,51473124.0,000900,010000,12920.4691086,46446,73545,hub,hub,non_hub,583444.520998,4506198.85784,586854.014885,4512443.57459
+10506,10506,42,121.0,010000,,40.7583696933,-73.9710287767,57.0,001002,40.71782143,-73.97628939,1473.40458937,6439,1829,2346,1399,001002,22763374.2099,010000,366457143.613,010000,51473124.0,001002,010000,12920.4691086,15916,73545,hub,hub,non_hub,586462.45635,4507937.23607,586854.014885,4512443.57459
+10507,10507,50,242.0,010000,,40.7583696933,-73.9710287767,138.0,001200,40.717364275,-73.982955325,1443.90416667,3547,1829,1857,1399,001200,23518220.7411,010000,366457143.613,010000,51473124.0,001200,010000,12920.4691086,36493,73545,hub,hub,non_hub,585900.031125,4507879.94738,586854.014885,4512443.57459
+10508,10508,23,121.0,010000,,40.7583696933,-73.9710287767,108.0,001300,40.70463334,-74.01361706,2242.4034632,3776,1829,3028,1399,001300,286606455.687,010000,366457143.613,010000,51473124.0,001300,010000,12920.4691086,27671,73545,hub,hub,non_hub,583326.158808,4506437.19368,586854.014885,4512443.57459
+10509,10509,71,121.0,010000,,40.7583696933,-73.9710287767,84.0,001401,40.71559509,-73.9870295,1158.40444444,3289,1829,1708,1399,001401,20168722.3199,010000,366457143.613,010000,51473124.0,001401,010000,12920.4691086,26885,73545,hub,hub,non_hub,585558.18429,4507679.57909,586854.014885,4512443.57459
+10510,10510,53,242.0,010000,,40.7583696933,-73.9710287767,201.0,001501,40.70966832,-74.003597135,1739.25664336,5581,1829,3450,1399,001501,172466366.322,010000,366457143.613,010000,51473124.0,001501,010000,12920.4691086,27425,73545,hub,hub,non_hub,584166.279828,4507005.66129,586854.014885,4512443.57459
+10511,10511,76,363.0,010000,,40.7583696933,-73.9710287767,369.0,001502,40.7088053467,-74.00635276,1806.82989418,7095,1829,3459,1399,001502,221282059.103,010000,366457143.613,010000,51473124.0,001502,010000,12920.4691086,82052,73545,hub,hub,non_hub,583934.59195,4506907.22889,586854.014885,4512443.57459
+10512,10512,146,363.0,010000,,40.7583696933,-73.9710287767,321.0,001600,40.7153350167,-73.9943926833,1522.24646186,8236,1829,3242,1399,001600,76565505.7581,010000,366457143.613,010000,51473124.0,001600,010000,12920.4691086,82798,73545,hub,hub,non_hub,584936.591099,4507643.5622,586854.014885,4512443.57459
+10513,10513,381,484.0,010000,,40.7583696933,-73.9710287767,462.0,001800,40.7193657075,-73.9906468425,1372.08638203,8063,1829,3489,1399,001800,60554858.5127,010000,366457143.613,010000,51473124.0,001800,010000,12920.4691086,133306,73545,hub,hub,non_hub,585247.838585,4508094.62497,586854.014885,4512443.57459
+10514,10514,64,242.0,010000,,40.7583696933,-73.9710287767,138.0,002000,40.721554605,-73.977309405,1380.76279762,4795,1829,1899,1399,002000,17907673.5628,010000,366457143.613,010000,51473124.0,002000,010000,12920.4691086,31656,73545,hub,hub,non_hub,586371.478696,4508350.63994,586854.014885,4512443.57459
+10515,10515,181,484.0,010000,6.1358989735,40.7582504973,-73.9710937873,306.0,002100,40.7144708927,-74.0106917427,1723.94426081,6111,1829,3038,1399,002100,273869828.705,010000,366457143.613,010000,51473124.0,002100,010000,12920.4691086,151037,73545,hub,hub,non_hub,583560.983606,4507532.00377,586848.682489,4512430.27859
+10516,10516,47,242.0,010000,,40.7583696933,-73.9710287767,132.0,002201,40.71833027,-73.980972895,1335.55578704,6762,1829,3030,1399,002201,37585954.9949,010000,366457143.613,010000,51473124.0,002201,010000,12920.4691086,26391,73545,hub,hub,non_hub,586066.226443,4507989.12022,586854.014885,4512443.57459
+10517,10517,128,121.0,010000,,40.7583696933,-73.9710287767,93.0,002202,40.7208736,-73.98085795,1211.23719807,2256,1829,1045,1399,002202,13179093.8977,010000,366457143.613,010000,51473124.0,002202,010000,12920.4691086,23935,73545,hub,hub,non_hub,586072.658368,4508271.55961,586854.014885,4512443.57459
+10518,10518,62,242.0,010000,,40.7583696933,-73.9710287767,144.0,002400,40.724744875,-73.974986535,1268.55664488,5775,1829,2175,1399,002400,17986635.5592,010000,366457143.613,010000,51473124.0,002400,010000,12920.4691086,17965,73545,hub,hub,non_hub,586563.526382,4508707.06897,586854.014885,4512443.57459
+10519,10519,28,242.0,010000,5.83795003007,40.758107462,-73.9711718,186.0,002500,40.711174272,-73.998829746,1425.30511073,5061,1829,1917,1399,002500,22428407.6271,010000,366457143.613,010000,51473124.0,002500,010000,12920.4691086,28216,73545,hub,hub,non_hub,584567.082552,4507177.41082,586842.283587,4512414.32339
+10520,10520,123,121.0,010000,,40.7583696933,-73.9710287767,93.0,002601,40.72299208,-73.97995466,1467.14277758,3774,1829,1593,1399,002601,22248722.3098,010000,366457143.613,010000,51473124.0,002601,010000,12920.4691086,22144,73545,hub,hub,non_hub,586146.216204,4508507.61099,586854.014885,4512443.57459
+10521,10521,15,121.0,010000,,40.7583696933,-73.9710287767,81.0,002700,40.71307916,-73.99851193,1942.75,1191,1829,655,1399,002700,11349914.9514,010000,366457143.613,010000,51473124.0,002700,010000,12920.4691086,20570,73545,hub,hub,non_hub,584591.517275,4507389.17181,586854.014885,4512443.57459
+10522,10522,105,121.0,010000,,40.7583696933,-73.9710287767,96.0,002800,40.72521311,-73.97768752,1242.80562733,7302,1829,3341,1399,002800,47641507.3146,010000,366457143.613,010000,51473124.0,002800,010000,12920.4691086,36744,73545,hub,hub,non_hub,586334.816403,4508756.38709,586854.014885,4512443.57459
+10523,10523,37,121.0,010000,,40.7583696933,-73.9710287767,129.0,002900,40.71602118,-73.99974372,1096.03688142,5855,1829,2420,1399,002900,200965547.24,010000,366457143.613,010000,51473124.0,002900,010000,12920.4691086,31936,73545,hub,hub,non_hub,584483.752153,4507714.56961,586854.014885,4512443.57459
+10524,10524,206,121.0,010000,,40.7583696933,-73.9710287767,105.0,003001,40.72066442,-73.98517977,1157.26757405,4301,1829,2553,1399,003001,34302720.7166,010000,366457143.613,010000,51473124.0,003001,010000,12920.4691086,41223,73545,hub,hub,non_hub,585707.91731,4508244.11218,586854.014885,4512443.57459
+10525,10525,152,121.0,010000,,40.7583696933,-73.9710287767,111.0,003002,40.72217444,-73.98368779,1158.2480233,3031,1829,1885,1399,003002,18686109.2263,010000,366457143.613,010000,51473124.0,003002,010000,12920.4691086,38675,73545,hub,hub,non_hub,585831.986427,4508413.19181,586854.014885,4512443.57459
+10526,10526,116,363.0,010000,,40.7583696933,-73.9710287767,363.0,003100,40.7140617467,-74.0041933367,1778.30500441,2809,1829,858,1399,003100,145687012.574,010000,366457143.613,010000,51473124.0,003100,010000,12920.4691086,81469,73545,hub,hub,non_hub,584110.388584,4507492.78891,586854.014885,4512443.57459
+10527,10527,550,363.0,010000,,40.7583696933,-73.9710287767,300.0,003200,40.7260543867,-73.9823576167,1191.04723024,7630,1829,4888,1399,003200,46369492.482,010000,366457143.613,010000,51473124.0,003200,010000,12920.4691086,138064,73545,hub,hub,non_hub,585939.335766,4508845.19329,586854.014885,4512443.57459
+10528,10528,140,605.0,010000,5.5434999981,40.7581679769,-73.9711387946,519.0,003300,40.718788749,-74.0060096739,1610.53118021,5174,1829,2694,1399,003300,215459582.054,010000,366457143.613,010000,51473124.0,003300,010000,12920.4691086,115059,73545,hub,hub,non_hub,583951.031338,4508015.77921,586844.990818,4512421.07367
+10529,10529,233,121.0,010000,,40.7583696933,-73.9710287767,117.0,003400,40.72955361,-73.98057249,1176.05956125,6706,1829,4203,1399,003400,42933229.7541,010000,366457143.613,010000,51473124.0,003400,010000,12920.4691086,47926,73545,hub,hub,non_hub,586085.581298,4509235.37985,586854.014885,4512443.57459
+10530,10530,372,242.0,010000,,40.7583696933,-73.9710287767,198.0,003601,40.72217423,-73.990293175,1286.7003496,3299,1829,1613,1399,003601,29191583.8104,010000,366457143.613,010000,51473124.0,003601,010000,12920.4691086,77585,73545,hub,hub,non_hub,585274.124459,4508406.73315,586854.014885,4512443.57459
+10531,10531,355,242.0,010000,,40.7583696933,-73.9710287767,186.0,003602,40.724852985,-73.989265345,1237.74964189,2918,1829,1586,1399,003602,24941258.1161,010000,366457143.613,010000,51473124.0,003602,010000,12920.4691086,82124,73545,hub,hub,non_hub,585357.507872,4508705.09166,586854.014885,4512443.57459
+10532,10532,227,484.0,010000,,40.7583696933,-73.9710287767,444.0,003700,40.7256696075,-74.0052069325,1545.67183152,2401,1829,1490,1399,003700,212385639.924,010000,366457143.613,010000,51473124.0,003700,010000,12920.4691086,173333,73545,hub,hub,non_hub,584010.178026,4508780.36793,586854.014885,4512443.57459
+10533,10533,654,484.0,010000,,40.7583696933,-73.9710287767,480.0,003800,40.72765889,-73.988195855,1209.54599455,8610,1829,5795,1399,003800,67437493.5221,010000,366457143.613,010000,51473124.0,003800,010000,12920.4691086,167230,73545,hub,hub,non_hub,585444.239635,4509017.60641,586854.014885,4512443.57459
+10534,10534,141,484.0,010000,,40.7583696933,-73.9710287767,318.0,003900,40.7201717475,-74.00983051,2262.46853144,5253,1829,3059,1399,003900,194910113.03,010000,366457143.613,010000,51473124.0,003900,010000,12920.4691086,113624,73545,hub,hub,non_hub,583626.593058,4508165.65565,586854.014885,4512443.57459
+10535,10535,546,242.0,010000,,40.7583696933,-73.9710287767,198.0,004000,40.73000573,-73.98549552,1113.78390981,9801,1829,4546,1399,004000,66858387.5133,010000,366457143.613,010000,51473124.0,004000,010000,12920.4691086,99660,73545,hub,hub,non_hub,585669.269443,4509280.75306,586854.014885,4512443.57459
+10536,10536,207,242.0,010000,,40.7583696933,-73.9710287767,192.0,004100,40.7195529,-73.996789035,1472.13184369,7793,1829,3765,1399,004100,71738983.3617,010000,366457143.613,010000,51473124.0,004100,010000,12920.4691086,114685,73545,hub,hub,non_hub,584728.836557,4508109.46034,586854.014885,4512443.57459
+10537,10537,208,121.0,010000,,40.7583696933,-73.9710287767,105.0,004200,40.73223272,-73.98889957,999.067324107,4988,1829,1801,1399,004200,39941846.3325,010000,366457143.613,010000,51473124.0,004200,010000,12920.4691086,50846,73545,hub,hub,non_hub,585378.96492,4509524.64843,586854.014885,4512443.57459
+10538,10538,145,242.0,010000,,40.7583696933,-73.9710287767,201.0,004300,40.723870235,-73.995226525,1230.60027927,4267,1829,2598,1399,004300,65935514.1184,010000,366457143.613,010000,51473124.0,004300,010000,12920.4691086,95162,73545,hub,hub,non_hub,584855.320992,4508590.22212,586854.014885,4512443.57459
+10539,10539,888,242.0,010000,,40.7583696933,-73.9710287767,180.0,004400,40.73080269,-73.97968993,1165.04376861,17710,1829,8297,1399,004400,114601147.016,010000,366457143.613,010000,51473124.0,004400,010000,12920.4691086,106427,73545,hub,hub,non_hub,586158.498991,4509374.90208,586854.014885,4512443.57459
+10540,10540,53,121.0,010000,,40.7583696933,-73.9710287767,81.0,004500,40.71910537,-73.99973337,1375.17014759,840,1829,582,1399,004500,52009114.8865,010000,366457143.613,010000,51473124.0,004500,010000,12920.4691086,34275,73545,hub,hub,non_hub,584480.726971,4508056.94497,586854.014885,4512443.57459
+10541,10541,28,121.0,010000,,40.7583696933,-73.9710287767,117.0,004700,40.72165481,-74.00234737,1437.93589744,2267,1829,1586,1399,004700,75477587.1594,010000,366457143.613,010000,51473124.0,004700,010000,12920.4691086,27544,73545,hub,hub,non_hub,584256.734795,4508337.43837,586854.014885,4512443.57459
+10542,10542,238,121.0,010000,,40.7583696933,-73.9710287767,105.0,004800,40.73624527,-73.98473765,906.151262626,7550,1829,3799,1399,004800,74763044.6965,010000,366457143.613,010000,51473124.0,004800,010000,12920.4691086,42567,73545,hub,hub,non_hub,585725.258797,4509974.12516,586854.014885,4512443.57459
+10543,10543,80,242.0,010000,,40.7583696933,-73.9710287767,219.0,004900,40.724268615,-74.000521515,1401.67378618,4951,1829,3054,1399,004900,103848670.177,010000,366457143.613,010000,51473124.0,004900,010000,12920.4691086,80152,73545,hub,hub,non_hub,584407.63728,4508629.34168,586854.014885,4512443.57459
+10544,10544,580,363.0,010000,,40.7583696933,-73.9710287767,279.0,005000,40.7359163467,-73.9873427633,1032.29697902,5061,1829,3595,1399,005000,120638459.215,010000,366457143.613,010000,51473124.0,005000,010000,12920.4691086,111023,73545,hub,hub,non_hub,585505.709717,4509935.07175,586854.014885,4512443.57459
+10545,10545,404,242.0,010000,,40.7583696933,-73.9710287767,318.0,005200,40.73715585,-73.991241315,1132.91847623,4193,1829,1785,1399,005200,109103391.81,010000,366457143.613,010000,51473124.0,005200,010000,12920.4691086,159876,73545,hub,hub,non_hub,585174.941656,4510068.87544,586854.014885,4512443.57459
+10546,10546,140,121.0,010000,,40.7583696933,-73.9710287767,141.0,005400,40.73971301,-73.99456405,1188.62610887,4656,1829,2837,1399,005400,128803552.888,010000,366457143.613,010000,51473124.0,005400,010000,12920.4691086,73728,73545,hub,hub,non_hub,584891.129718,4510349.51956,586854.014885,4512443.57459
+10547,10547,89,121.0,010000,,40.7583696933,-73.9710287767,90.0,005501,40.72679454,-73.99695094,1061.83785273,5079,1829,2483,1399,005501,61061928.4125,010000,366457143.613,010000,51473124.0,005501,010000,12920.4691086,57258,73545,hub,hub,non_hub,584705.980012,4508913.17477,586854.014885,4512443.57459
+10548,10548,114,121.0,010000,,40.7583696933,-73.9710287767,81.0,005502,40.72743423,-73.99379025,1131.37218408,2383,1829,1262,1399,005502,49017118.6146,010000,366457143.613,010000,51473124.0,005502,010000,12920.4691086,55117,73545,hub,hub,non_hub,584972.085912,4508987.23863,586854.014885,4512443.57459
+10549,10549,327,242.0,010000,,40.7583696933,-73.9710287767,285.0,005600,40.74065347,-73.98778661,1087.0384663,2618,1829,2190,1399,005600,189153355.609,010000,366457143.613,010000,51473124.0,005600,010000,12920.4691086,113209,73545,hub,hub,non_hub,585462.168743,4510460.49357,586854.014885,4512443.57459
+10550,10550,334,242.0,010000,,40.7583696933,-73.9710287767,246.0,005700,40.729662915,-73.992405595,1114.15466317,2937,1829,1789,1399,005700,90178032.7137,010000,366457143.613,010000,51473124.0,005700,010000,12920.4691086,156896,73545,hub,hub,non_hub,585086.179601,4509235.9788,586854.014885,4512443.57459
+10551,10551,428,242.0,010000,,40.7583696933,-73.9710287767,261.0,005800,40.743154205,-73.990299735,1001.41768413,3182,1829,2306,1399,005800,164037511.755,010000,366457143.613,010000,51473124.0,005800,010000,12920.4691086,130970,73545,hub,hub,non_hub,585246.786708,4510735.64918,586854.014885,4512443.57459
+10552,10552,61,121.0,010000,,40.7583696933,-73.9710287767,93.0,005900,40.73049393,-73.9957214,1063.4860119,5516,1829,3276,1399,005900,71785177.1361,010000,366457143.613,010000,51473124.0,005900,010000,12920.4691086,53180,73545,hub,hub,non_hub,584805.117401,4509325.01914,586854.014885,4512443.57459
+10553,10553,868,242.0,010000,,40.7583696933,-73.9710287767,189.0,006000,40.734822295,-73.976916765,1028.66751152,5286,1829,2459,1399,006000,27468182.8943,010000,366457143.613,010000,51473124.0,006000,010000,12920.4691086,80462,73545,hub,hub,non_hub,586387.478737,4509823.83141,586854.014885,4512443.57459
+10554,10554,510,484.0,010000,,40.7583696933,-73.9710287767,423.0,006100,40.73385254,-73.992357065,1159.711046,4913,1829,2683,1399,006100,91682014.33,010000,366457143.613,010000,51473124.0,006100,010000,12920.4691086,245510,73545,hub,hub,non_hub,585084.940162,4509701.10308,586854.014885,4512443.57459
+10555,10555,526,121.0,010000,,40.7583696933,-73.9710287767,90.0,006200,40.7381765,-73.97738662,867.435110074,4680,1829,1401,1399,006200,231817485.533,010000,366457143.613,010000,51473124.0,006200,010000,12920.4691086,33218,73545,hub,hub,non_hub,586343.467107,4510195.70961,586854.014885,4512443.57459
+10556,10556,261,363.0,010000,,40.7583696933,-73.9710287767,297.0,006300,40.7346940933,-73.99785666,1263.53686569,6076,1829,4277,1399,006300,85447631.8451,010000,366457143.613,010000,51473124.0,006300,010000,12920.4691086,120233,73545,hub,hub,non_hub,584619.48321,4509789.20591,586854.014885,4512443.57459
+10557,10557,369,121.0,010000,,40.7583696933,-73.9710287767,117.0,006400,40.73587678,-73.98205027,1082.22846979,7518,1829,5058,1399,006400,95664936.1545,010000,366457143.613,010000,51473124.0,006400,010000,12920.4691086,47750,73545,hub,hub,non_hub,585952.649806,4509935.84788,586854.014885,4512443.57459
+10558,10558,289,363.0,010000,,40.7583696933,-73.9710287767,318.0,006500,40.7306296367,-73.9991423,1266.39649605,6517,1829,3568,1399,006500,59290910.3694,010000,366457143.613,010000,51473124.0,006500,010000,12920.4691086,125356,73545,hub,hub,non_hub,584516.067395,4509336.78488,586854.014885,4512443.57459
+10559,10559,577,242.0,010000,,40.7583696933,-73.9710287767,246.0,006600,40.739285505,-73.97827188,824.657796065,11780,1829,6818,1399,006600,84730469.4548,010000,366457143.613,010000,51473124.0,006600,010000,12920.4691086,74621,73545,hub,hub,non_hub,586267.286922,4510317.94668,586854.014885,4512443.57459
+10560,10560,83,121.0,010000,,40.7583696933,-73.9710287767,117.0,006700,40.73038599,-74.00214988,1434.9168925,4984,1829,3796,1399,006700,47238039.9972,010000,366457143.613,010000,51473124.0,006700,010000,12920.4691086,70025,73545,hub,hub,non_hub,584262.399901,4509306.84766,586854.014885,4512443.57459
+10561,10561,276,121.0,010000,,40.7583696933,-73.9710287767,117.0,006800,40.74025878,-73.98409214,914.079838757,6735,1829,4494,1399,006800,130298431.446,010000,366457143.613,010000,51473124.0,006800,010000,12920.4691086,58926,73545,hub,hub,non_hub,585774.608423,4510420.28363,586854.014885,4512443.57459
+10562,10562,241,242.0,010000,,40.7583696933,-73.9710287767,201.0,006900,40.732319905,-74.0069291,1590.33079948,2687,1829,1484,1399,006900,61292499.9331,010000,366457143.613,010000,51473124.0,006900,010000,12920.4691086,130727,73545,hub,hub,non_hub,583856.38945,4509516.94969,586854.014885,4512443.57459
+10563,10563,1457,363.0,010000,,40.7583696933,-73.9710287767,381.0,007000,40.7425124698,-73.9756085052,757.901091126,8302,1829,5669,1399,007000,78634704.8451,010000,366457143.613,010000,51473124.0,007000,010000,12920.4691086,145227,73545,hub,hub,non_hub,586487.986194,4510678.78365,586854.014885,4512443.57459
+10564,10564,227,242.0,010000,,40.7583696933,-73.9710287767,213.0,007100,40.736526545,-74.000108805,1279.22913505,5633,1829,3844,1399,007100,68447429.2743,010000,366457143.613,010000,51473124.0,007100,010000,12920.4691086,79459,73545,hub,hub,non_hub,584426.995774,4509990.4524,586854.014885,4512443.57459
+10565,10565,1515,363.0,010000,,40.7583696933,-73.9710287767,378.0,007200,40.7447014833,-73.98154809,764.825897015,7734,1829,5222,1399,007200,132092861.454,010000,366457143.613,010000,51473124.0,007200,010000,12920.4691086,157612,73545,hub,hub,non_hub,585983.687715,4510915.94446,586854.014885,4512443.57459
+10566,10566,223,242.0,010000,,40.7583696933,-73.9710287767,177.0,007300,40.734682705,-74.00388484,1293.88296958,5615,1829,4547,1399,007300,48716185.79,010000,366457143.613,010000,51473124.0,007300,010000,12920.4691086,92567,73545,hub,hub,non_hub,584110.479319,4509782.14883,586854.014885,4512443.57459
+10567,10567,435,242.0,010000,,40.7583696933,-73.9710287767,258.0,007400,40.746413585,-73.98586892,880.888072728,4179,1829,2700,1399,007400,170614202.951,010000,366457143.613,010000,51473124.0,007400,010000,12920.4691086,81121,73545,hub,hub,non_hub,585616.696258,4511101.7763,586854.014885,4512443.57459
+10568,10568,524,242.0,010000,,40.7583696933,-73.9710287767,207.0,007600,40.74737476,-73.988320695,892.779877217,2203,1829,1573,1399,007600,242014413.464,010000,366457143.613,010000,51473124.0,007600,010000,12920.4691086,97464,73545,hub,hub,non_hub,585408.475283,4511206.08492,586854.014885,4512443.57459
+10569,10569,169,121.0,010000,,40.7583696933,-73.9710287767,129.0,007700,40.7390169121,-74.0026376103,1434.69206264,5404,1829,4254,1399,007700,59306273.1509,010000,366457143.613,010000,51473124.0,007700,010000,12920.4691086,79025,73545,hub,hub,non_hub,584210.329106,4510264.47156,586854.014885,4512443.57459
+10570,10570,1394,121.0,010000,,40.7583696933,-73.9710287767,117.0,007800,40.74780373,-73.9734419,576.932168129,7380,1829,5372,1399,007800,112124597.728,010000,366457143.613,010000,51473124.0,007800,010000,12920.4691086,59601,73545,hub,hub,non_hub,586664.043115,4511268.28888,586854.014885,4512443.57459
+10571,10571,333,605.0,010000,,40.7583696933,-73.9710287767,522.0,007900,40.738916514,-74.007286026,1634.34104931,4406,1829,2904,1399,007900,86937368.5918,010000,366457143.613,010000,51473124.0,007900,010000,12920.4691086,171846,73545,hub,hub,non_hub,583817.969395,4510248.87788,586854.014885,4512443.57459
+10572,10572,1467,242.0,010000,,40.7583696933,-73.9710287767,213.0,008000,40.7485693,-73.97717991,573.120268211,4946,1829,3730,1399,008000,197763821.532,010000,366457143.613,010000,51473124.0,008000,010000,12920.4691086,74808,73545,hub,hub,non_hub,586347.477591,4511349.58844,586854.014885,4512443.57459
+10573,10573,126,121.0,010000,,40.7583696933,-73.9710287767,117.0,008100,40.73935542,-73.99931783,1162.5967803,8675,1829,5315,1399,008100,91100400.6907,010000,366457143.613,010000,51473124.0,008100,010000,12920.4691086,53195,73545,hub,hub,non_hub,584490.204148,4510305.23824,586854.014885,4512443.57459
+10574,10574,1946,363.0,010000,,40.7583696933,-73.9710287767,525.0,008200,40.7519576457,-73.9793665414,560.188017208,3442,1829,2534,1399,008200,262405408.076,010000,366457143.613,010000,51473124.0,008200,010000,12920.4691086,228612,73545,hub,hub,non_hub,586158.502988,4511723.57059,586854.014885,4512443.57459
+10575,10575,195,484.0,010000,,40.7583696933,-73.9710287767,357.0,008300,40.742591315,-74.004102785,1388.73768873,4211,1829,2321,1399,008300,119862327.354,010000,366457143.613,010000,51473124.0,008300,010000,12920.4691086,186113,73545,hub,hub,non_hub,584082.11654,4510659.85081,586854.014885,4512443.57459
+10576,10576,351,121.0,010000,,40.7583696933,-73.9710287767,114.0,008400,40.75038009,-73.98338988,727.791277315,1726,1829,1041,1399,008400,147824461.739,010000,366457143.613,010000,51473124.0,008400,010000,12920.4691086,34199,73545,hub,hub,non_hub,585820.889203,4511544.50828,586854.014885,4512443.57459
+10577,10577,1599,121.0,010000,,40.7583696933,-73.9710287767,129.0,008601,40.744219,-73.97121214,683.217335974,2551,1829,1528,1399,008601,31141773.9073,010000,366457143.613,010000,51473124.0,008601,010000,12920.4691086,31961,73545,hub,hub,non_hub,586856.951039,4510872.56191,586854.014885,4512443.57459
+10578,10578,525,242.0,010000,,40.7583696933,-73.9710287767,234.0,008700,40.74206378,-73.995708955,1236.89420008,6671,1829,4249,1399,008700,85660216.7821,010000,366457143.613,010000,51473124.0,008700,010000,12920.4691086,152953,73545,hub,hub,non_hub,584791.475936,4510609.36503,586854.014885,4512443.57459
+10579,10579,1596,242.0,010000,,40.7583696933,-73.9710287767,234.0,008800,40.75012189,-73.970133575,454.946221511,6964,1829,5507,1399,008800,216532475.876,010000,366457143.613,010000,51473124.0,008800,010000,12920.4691086,43247,73545,hub,hub,non_hub,586940.323322,4511528.89362,586854.014885,4512443.57459
+10580,10580,451,363.0,010000,,40.7583696933,-73.9710287767,360.0,008900,40.74529008,-74.0021768567,1324.44823673,5560,1829,3511,1399,008900,54419260.2723,010000,366457143.613,010000,51473124.0,008900,010000,12920.4691086,158638,73545,hub,hub,non_hub,584241.316685,4510961.27944,586854.014885,4512443.57459
+10581,10581,2215,363.0,010000,,40.7583696933,-73.9710287767,330.0,009000,40.75261798,-73.9703317533,363.10179862,7026,1829,5832,1399,009000,208846060.851,010000,366457143.613,010000,51473124.0,009000,010000,12920.4691086,74531,73545,hub,hub,non_hub,586920.342162,4511805.78171,586854.014885,4512443.57459
+10582,10582,114,121.0,010000,,40.7583696933,-73.9710287767,117.0,009100,40.74487634,-73.99529885,1068.25703212,6415,1829,4386,1399,009100,127325659.041,010000,366457143.613,010000,51473124.0,009100,010000,12920.4691086,63878,73545,hub,hub,non_hub,584822.527687,4510921.97538,586854.014885,4512443.57459
+10583,10583,1398,242.0,010000,,40.7583696933,-73.9710287767,330.0,009200,40.7548518863,-73.9734329075,355.296963102,1754,1829,1461,1399,009200,408192557.246,010000,366457143.613,010000,51473124.0,009200,010000,12920.4691086,72226,73545,hub,hub,non_hub,586655.650548,4512050.69496,586854.014885,4512443.57459
+10584,10584,120,121.0,010000,,40.7583696933,-73.9710287767,117.0,009300,40.74475148,-73.99915362,1180.84027778,9705,1829,5585,1399,009300,68528055.2433,010000,366457143.613,010000,51473124.0,009300,010000,12920.4691086,52202,73545,hub,hub,non_hub,584497.239363,4510904.39701,586854.014885,4512443.57459
+10585,10585,826,121.0,010000,,40.7583696933,-73.9710287767,93.0,009400,40.75320159,-73.9779874,473.88038502,29,1829,16,1399,009400,299218147.811,010000,366457143.613,010000,51473124.0,009400,010000,12920.4691086,82147,73545,hub,hub,non_hub,586273.319314,4511863.01244,586854.014885,4512443.57459
+10586,10586,144,121.0,010000,,40.7583696933,-73.9710287767,153.0,009500,40.746647,-73.993915,1188.97858309,3425,1829,1416,1399,009500,129660033.725,010000,366457143.613,010000,51473124.0,009500,010000,12920.4691086,57488,73545,hub,hub,non_hub,584937.108907,4511119.86954,586854.014885,4512443.57459
+10587,10587,1628,363.0,010000,,40.7583696933,-73.9710287767,420.0,009600,40.7560200147,-73.9803450379,537.892504803,153,1829,268,1399,009600,270304841.585,010000,366457143.613,010000,51473124.0,009600,010000,12920.4691086,71527,73545,hub,hub,non_hub,586070.660661,4512173.56331,586854.014885,4512443.57459
+10588,10588,216,363.0,010000,,40.7583696933,-73.9710287767,297.0,009700,40.7493616033,-73.9991321067,1209.55650581,4744,1829,2827,1399,009700,83018263.1602,010000,366457143.613,010000,51473124.0,009700,010000,12920.4691086,118804,73545,hub,hub,non_hub,584493.220017,4511416.17434,586854.014885,4512443.57459
+10589,10589,1895,242.0,010000,,40.7583696933,-73.9710287767,210.0,009800,40.755285655,-73.96667288,344.455242012,7105,1829,5244,1399,009800,115943808.909,010000,366457143.613,010000,51473124.0,009800,010000,12920.4691086,40039,73545,hub,hub,non_hub,587225.727282,4512105.54383,586854.014885,4512443.57459
+10590,10590,583,605.0,010000,,40.7583696933,-73.9710287767,555.0,009900,40.7520807866,-74.0031899092,1157.98449133,3617,1829,2438,1399,009900,404439511.776,010000,366457143.613,010000,51473124.0,009900,010000,12920.4691086,208076,73545,hub,hub,non_hub,584147.226991,4511714.12465,586854.014885,4512443.57459
+10591,10591,1334,363.0,010000,,40.7583696933,-73.9710287767,381.0,010100,40.74945622,-73.9903382667,939.993849582,1119,1829,828,1399,010100,246168211.101,010000,366457143.613,010000,51473124.0,010100,010000,12920.4691086,183377,73545,hub,hub,non_hub,585235.486219,4511435.18064,586854.014885,4512443.57459
+10592,10592,937,242.0,010000,,40.7583696933,-73.9710287767,243.0,010200,40.7606694,-73.973473555,384.430714316,313,1829,268,1399,010200,333450202.294,010000,366457143.613,010000,51473124.0,010200,010000,12920.4691086,46675,73545,hub,hub,non_hub,586644.664817,4512696.44233,586854.014885,4512443.57459
+10593,10593,2963,242.0,010000,,40.7583696933,-73.9710287767,294.0,010300,40.751000495,-73.994372255,981.75965801,1859,1829,1351,1399,010300,141506056.87,010000,366457143.613,010000,51473124.0,010300,010000,12920.4691086,221593,73545,hub,hub,non_hub,584892.968075,4511602.69644,586854.014885,4512443.57459
+10594,10594,2286,242.0,010000,,40.7583696933,-73.9710287767,225.0,010400,40.761664375,-73.976854975,363.30930434,1031,1829,1033,1399,010400,363981333.295,010000,366457143.613,010000,51473124.0,010400,010000,12920.4691086,65073,73545,hub,hub,non_hub,586357.961325,4512803.55852,586854.014885,4512443.57459
+10595,10595,912,121.0,010000,,40.7583696933,-73.9710287767,99.0,010602,40.75849116,-73.95920622,500.004203089,4794,1829,2963,1399,010602,67980898.3739,010000,366457143.613,010000,51473124.0,010602,010000,12920.4691086,22153,73545,hub,hub,non_hub,587851.796682,4512468.82754,586854.014885,4512443.57459
+10596,10596,2398,363.0,010000,,40.7583696933,-73.9710287767,351.0,010800,40.7591736033,-73.96613818,427.285836483,8531,1829,6272,1399,010800,189351523.799,010000,366457143.613,010000,51473124.0,010800,010000,12920.4691086,79198,73545,hub,hub,non_hub,587265.778542,4512537.66689,586854.014885,4512443.57459
+10597,10597,613,242.0,010000,,40.7583696933,-73.9710287767,342.0,010900,40.751351715,-73.987594755,797.59369325,182,1829,92,1399,010900,228173063.011,010000,366457143.613,010000,51473124.0,010900,010000,12920.4691086,60092,73545,hub,hub,non_hub,585464.669441,4511648.26242,586854.014885,4512443.57459
+10598,10598,737,121.0,010000,,40.7583696933,-73.9710287767,177.0,011201,40.7643971,-73.97371465,473.811739693,827,1829,964,1399,011201,118515444.187,010000,366457143.613,010000,51473124.0,011201,010000,12920.4691086,41525,73545,hub,hub,non_hub,586619.474659,4513110.00718,586854.014885,4512443.57459
+10599,10599,1337,121.0,010000,,40.7583696933,-73.9710287767,99.0,011203,40.76095756,-73.96724467,385.431788546,1176,1829,1160,1399,011203,143782379.009,010000,366457143.613,010000,51473124.0,011203,010000,12920.4691086,48033,73545,hub,hub,non_hub,587170.050102,4512734.59972,586854.014885,4512443.57459
+10600,10600,3854,484.0,010000,,40.7583696933,-73.9710287767,594.0,011300,40.7548008425,-73.9888010575,793.348262303,204,1829,107,1399,011300,357940519.061,010000,366457143.613,010000,51473124.0,011300,010000,12920.4691086,236650,73545,hub,hub,hub,585358.423228,4512029.96675,586854.014885,4512443.57459
+10601,10601,900,242.0,010000,,40.7583696933,-73.9710287767,246.0,011500,40.75701407,-73.992353645,870.696997911,2487,1829,1678,1399,011500,130958459.747,010000,366457143.613,010000,51473124.0,011500,010000,12920.4691086,103294,73545,hub,hub,non_hub,585055.712647,4512272.20178,586854.014885,4512443.57459
+10602,10602,490,242.0,010000,,40.7583696933,-73.9710287767,252.0,011700,40.76058799,-74.00080945,1090.50382194,2938,1829,2304,1399,011700,91270705.1484,010000,366457143.613,010000,51473124.0,011700,010000,12920.4691086,73016,73545,hub,hub,non_hub,584337.427395,4512660.77158,586854.014885,4512443.57459
+10603,10603,1205,121.0,010000,,40.7583696933,-73.9710287767,102.0,011900,40.7568001,-73.98291153,510.771191735,1079,1829,1121,1399,011900,395254501.74,010000,366457143.613,010000,51473124.0,011900,010000,12920.4691086,39976,73545,hub,hub,non_hub,585853.012005,4512257.64444,586854.014885,4512443.57459
+10604,10604,988,363.0,010000,,40.7583696933,-73.9710287767,327.0,012100,40.7598593767,-73.9914900133,874.851732326,8366,1829,5744,1399,012100,101223732.045,010000,366457143.613,010000,51473124.0,012100,010000,12920.4691086,132767,73545,hub,hub,non_hub,585124.983126,4512588.88932,586854.014885,4512443.57459
+10605,10605,932,121.0,010000,,40.7583696933,-73.9710287767,153.0,012500,40.76064679,-73.98442659,583.278690212,2439,1829,2096,1399,012500,322911522.418,010000,366457143.613,010000,51473124.0,012500,010000,12920.4691086,45486,73545,hub,hub,non_hub,585720.180916,4512683.17447,586854.014885,4512443.57459
+10606,10606,1105,242.0,010000,,40.7583696933,-73.9710287767,252.0,012700,40.762485435,-73.990447135,759.554285243,6437,1829,4434,1399,012700,104637996.687,010000,366457143.613,010000,51473124.0,012700,010000,12920.4691086,83393,73545,hub,hub,non_hub,585209.656415,4512881.41361,586854.014885,4512443.57459
+10607,10607,188,121.0,010000,,40.7583696933,-73.9710287767,72.0,012900,40.76341379,-73.99667444,1039.69238683,5312,1829,3621,1399,012900,158698340.053,010000,366457143.613,010000,51473124.0,012900,010000,12920.4691086,28661,73545,hub,hub,non_hub,584682.864463,4512978.43901,586854.014885,4512443.57459
+10608,10608,3611,363.0,010000,,40.7583696933,-73.9710287767,480.0,013100,40.7621295133,-73.98215453,489.047184904,2489,1829,2283,1399,013100,405023451.28,010000,366457143.613,010000,51473124.0,013100,010000,12920.4691086,107228,73545,hub,hub,hub,585910.049449,4512849.98999,586854.014885,4512443.57459
+10609,10609,1694,363.0,010000,,40.7583696933,-73.9710287767,303.0,013300,40.7647250567,-73.9866537633,627.36077262,5363,1829,3909,1399,013300,79847412.2593,010000,366457143.613,010000,51473124.0,013300,010000,12920.4691086,89810,73545,hub,hub,non_hub,585526.963405,4513133.71926,586854.014885,4512443.57459
+10610,10610,1091,242.0,010000,,40.7583696933,-73.9710287767,195.0,013500,40.766984435,-73.99227308,788.779631418,6075,1829,3935,1399,013500,198199142.958,010000,366457143.613,010000,51473124.0,013500,010000,12920.4691086,64723,73545,hub,hub,non_hub,585049.80204,4513379.06475,586854.014885,4512443.57459
+10611,10611,2673,242.0,010000,,40.7583696933,-73.9710287767,294.0,013700,40.766109285,-73.981808355,544.61899796,6557,1829,5442,1399,013700,314878324.419,010000,366457143.613,010000,51473124.0,013700,010000,12920.4691086,91142,73545,hub,hub,non_hub,585934.141665,4513292.1137,586854.014885,4512443.57459
+10612,10612,535,121.0,010000,,40.7583696933,-73.9710287767,81.0,013900,40.768254,-73.988639,695.460426369,7607,1829,7359,1399,013900,139918084.587,010000,366457143.613,010000,51473124.0,013900,010000,12920.4691086,26390,73545,hub,hub,non_hub,585354.890073,4513523.52534,586854.014885,4512443.57459
+10613,10613,442,121.0,010000,,40.7583696933,-73.9710287767,147.0,014300,40.76590936,-73.97634151,602.556398407,3,1829,0,1399,014300,50027992.3322,010000,366457143.613,010000,51473124.0,014300,010000,12920.4691086,21051,73545,hub,hub,non_hub,586395.803012,4513275.28949,586854.014885,4512443.57459
+10614,10614,1275,121.0,010000,,40.7583696933,-73.9710287767,108.0,014500,40.76915505,-73.98191841,730.774660738,5811,1829,3462,1399,014500,253397343.373,010000,366457143.613,010000,51473124.0,014500,010000,12920.4691086,68350,73545,hub,hub,non_hub,585920.929601,4513630.10902,586854.014885,4512443.57459
+10615,10615,574,121.0,010000,,40.7583696933,-73.9710287767,165.0,014700,40.770513,-73.988038,798.087728663,2586,1829,1743,1399,014700,70871746.8417,010000,366457143.613,010000,51473124.0,014700,010000,12920.4691086,35099,73545,hub,hub,non_hub,585402.720353,4513774.87644,586854.014885,4512443.57459
+10616,10616,335,121.0,010000,,40.7583696933,-73.9710287767,108.0,015100,40.771522,-73.990541,864.590115763,8105,1829,4856,1399,015100,164953931.102,010000,366457143.613,010000,51473124.0,015100,010000,12920.4691086,17578,73545,hub,hub,non_hub,585190.192062,4513884.4495,586854.014885,4512443.57459
+10617,10617,155,242.0,010000,,40.7583696933,-73.9710287767,210.0,031703,40.71644312,-74.014902115,1876.53231656,8670,1829,4231,1399,031703,332361109.355,010000,366457143.613,010000,51473124.0,031703,010000,12920.4691086,136082,73545,hub,hub,non_hub,583202.897614,4507746.93647,586854.014885,4512443.57459
+10618,10618,77,363.0,010000,,40.7583696933,-73.9710287767,294.0,031704,40.7085171733,-74.0165557667,2131.84761905,6610,1829,3790,1399,031704,160823714.408,010000,366457143.613,010000,51473124.0,031704,010000,12920.4691086,105244,73545,hub,hub,non_hub,583073.076824,4506865.54027,586854.014885,4512443.57459
+10619,10619,90,363.0,010000,5.42799818489,40.7582057988,-73.9711181663,255.0,000600,40.7129248325,-73.9901273125,1493.11534024,11558,1829,4083,1399,000600,59149181.7526,010000,366457143.613,010000,51473124.0,000600,010000,12920.4691086,70053,73545,hub,hub,non_hub,585299.938938,4507380.14971,586846.682835,4512425.29259
+10620,10620,142,381.0,010100,,40.74945622,-73.9903382667,162.0,000202,40.71318002,-73.9818904933,1641.34780916,8012,1119,3598,828,000202,37878157.9781,010100,246168211.101,010100,164803169.0,000202,010100,16450.3676122,56352,183014,hub,hub,non_hub,585995.353038,4507416.50937,585235.486219,4511435.18064
+10621,10621,602,889.0,010100,,40.74945622,-73.9903382667,774.0,000700,40.70581148,-74.0081572071,1590.10383026,7722,1119,5201,828,000700,476954959.734,010100,246168211.101,010100,164803169.0,000700,010100,16450.3676122,160040,183014,hub,hub,non_hub,583785.918305,4506573.16797,585235.486219,4511435.18064
+10622,10622,53,254.0,010100,,40.74945622,-73.9903382667,141.0,000800,40.712414475,-73.993471545,1583.24101307,10365,1119,4150,828,000800,46479755.076,010100,246168211.101,010100,164803169.0,000800,010100,16450.3676122,34254,183014,hub,hub,non_hub,585018.109713,4507320.25418,585235.486219,4511435.18064
+10623,10623,57,381.0,010100,,40.74945622,-73.9903382667,291.0,000900,40.7024745833,-74.01224785,1903.0484127,1140,1119,939,828,000900,404341803.896,010100,246168211.101,010100,164803169.0,000900,010100,16450.3676122,46446,183014,hub,hub,non_hub,583444.520998,4506198.85784,585235.486219,4511435.18064
+10624,10624,174,127.0,010100,,40.74945622,-73.9903382667,57.0,001002,40.71782143,-73.97628939,1385.08159204,6439,1119,2346,828,001002,22763374.2099,010100,246168211.101,010100,164803169.0,001002,010100,16450.3676122,15916,183014,hub,hub,non_hub,586462.45635,4507937.23607,585235.486219,4511435.18064
+10625,10625,139,254.0,010100,,40.74945622,-73.9903382667,138.0,001200,40.717364275,-73.982955325,1410.56421698,3547,1119,1857,828,001200,23518220.7411,010100,246168211.101,010100,164803169.0,001200,010100,16450.3676122,36493,183014,hub,hub,non_hub,585900.031125,4507879.94738,585235.486219,4511435.18064
+10626,10626,69,127.0,010100,,40.74945622,-73.9903382667,108.0,001300,40.70463334,-74.01361706,1841.41192865,3776,1119,3028,828,001300,286606455.687,010100,246168211.101,010100,164803169.0,001300,010100,16450.3676122,27671,183014,hub,hub,non_hub,583326.158808,4506437.19368,585235.486219,4511435.18064
+10627,10627,66,127.0,010100,,40.74945622,-73.9903382667,84.0,001401,40.71559509,-73.9870295,1300.32250273,3289,1119,1708,828,001401,20168722.3199,010100,246168211.101,010100,164803169.0,001401,010100,16450.3676122,26885,183014,hub,hub,non_hub,585558.18429,4507679.57909,585235.486219,4511435.18064
+10628,10628,40,254.0,010100,,40.74945622,-73.9903382667,201.0,001501,40.70966832,-74.003597135,1532.96527778,5581,1119,3450,828,001501,172466366.322,010100,246168211.101,010100,164803169.0,001501,010100,16450.3676122,27425,183014,hub,hub,non_hub,584166.279828,4507005.66129,585235.486219,4511435.18064
+10629,10629,211,381.0,010100,,40.74945622,-73.9903382667,369.0,001502,40.7088053467,-74.00635276,1426.80737834,7095,1119,3459,828,001502,221282059.103,010100,246168211.101,010100,164803169.0,001502,010100,16450.3676122,82052,183014,hub,hub,non_hub,583934.59195,4506907.22889,585235.486219,4511435.18064
+10630,10630,190,381.0,010100,,40.74945622,-73.9903382667,321.0,001600,40.7153350167,-73.9943926833,1478.9729197,8236,1119,3242,828,001600,76565505.7581,010100,246168211.101,010100,164803169.0,001600,010100,16450.3676122,82798,183014,hub,hub,non_hub,584936.591099,4507643.5622,585235.486219,4511435.18064
+10631,10631,497,508.0,010100,,40.74945622,-73.9903382667,462.0,001800,40.7193657075,-73.9906468425,1235.49068412,8063,1119,3489,828,001800,60554858.5127,010100,246168211.101,010100,164803169.0,001800,010100,16450.3676122,133306,183014,hub,hub,non_hub,585247.838585,4508094.62497,585235.486219,4511435.18064
+10632,10632,138,254.0,010100,,40.74945622,-73.9903382667,138.0,002000,40.721554605,-73.977309405,1357.08418585,4795,1119,1899,828,002000,17907673.5628,010100,246168211.101,010100,164803169.0,002000,010100,16450.3676122,31656,183014,hub,hub,non_hub,586371.478696,4508350.63994,585235.486219,4511435.18064
+10633,10633,366,508.0,010100,,40.74945622,-73.9903382667,306.0,002100,40.71451321,-74.0108850975,1309.32366046,6111,1119,3038,828,002100,273869828.705,010100,246168211.101,010100,164803169.0,002100,010100,16450.3676122,151037,183014,hub,hub,non_hub,583544.598931,4507536.51732,585235.486219,4511435.18064
+10634,10634,164,254.0,010100,,40.74945622,-73.9903382667,132.0,002201,40.71833027,-73.980972895,1254.48251084,6762,1119,3030,828,002201,37585954.9949,010100,246168211.101,010100,164803169.0,002201,010100,16450.3676122,26391,183014,hub,hub,non_hub,586066.226443,4507989.12022,585235.486219,4511435.18064
+10635,10635,115,127.0,010100,,40.74945622,-73.9903382667,93.0,002202,40.7208736,-73.98085795,1263.32373737,2256,1119,1045,828,002202,13179093.8977,010100,246168211.101,010100,164803169.0,002202,010100,16450.3676122,23935,183014,hub,hub,non_hub,586072.658368,4508271.55961,585235.486219,4511435.18064
+10636,10636,69,254.0,010100,,40.74945622,-73.9903382667,144.0,002400,40.724744875,-73.974986535,1329.65748834,5775,1119,2175,828,002400,17986635.5592,010100,246168211.101,010100,164803169.0,002400,010100,16450.3676122,17965,183014,hub,hub,non_hub,586563.526382,4508707.06897,585235.486219,4511435.18064
+10637,10637,66,254.0,010100,,40.74945622,-73.9903382667,186.0,002500,40.7111743,-73.99849582,1639.74861794,5061,1119,1917,828,002500,22428407.6271,010100,246168211.101,010100,164803169.0,002500,010100,16450.3676122,28216,183014,hub,hub,non_hub,584595.28909,4507177.73549,585235.486219,4511435.18064
+10638,10638,93,127.0,010100,,40.74945622,-73.9903382667,93.0,002601,40.72299208,-73.97995466,1187.12175947,3774,1119,1593,828,002601,22248722.3098,010100,246168211.101,010100,164803169.0,002601,010100,16450.3676122,22144,183014,hub,hub,non_hub,586146.216204,4508507.61099,585235.486219,4511435.18064
+10639,10639,133,127.0,010100,,40.74945622,-73.9903382667,81.0,002700,40.71307916,-73.99851193,1530.37079763,1191,1119,655,828,002700,11349914.9514,010100,246168211.101,010100,164803169.0,002700,010100,16450.3676122,20570,183014,hub,hub,non_hub,584591.517275,4507389.17181,585235.486219,4511435.18064
+10640,10640,271,127.0,010100,,40.74945622,-73.9903382667,96.0,002800,40.72521311,-73.97768752,1161.79192695,7302,1119,3341,828,002800,47641507.3146,010100,246168211.101,010100,164803169.0,002800,010100,16450.3676122,36744,183014,hub,hub,non_hub,586334.816403,4508756.38709,585235.486219,4511435.18064
+10641,10641,181,127.0,010100,,40.74945622,-73.9903382667,129.0,002900,40.71602118,-73.99974372,1423.50410509,5855,1119,2420,828,002900,200965547.24,010100,246168211.101,010100,164803169.0,002900,010100,16450.3676122,31936,183014,hub,hub,non_hub,584483.752153,4507714.56961,585235.486219,4511435.18064
+10642,10642,138,127.0,010100,,40.74945622,-73.9903382667,105.0,003001,40.72066442,-73.98517977,1374.41876902,4301,1119,2553,828,003001,34302720.7166,010100,246168211.101,010100,164803169.0,003001,010100,16450.3676122,41223,183014,hub,hub,non_hub,585707.91731,4508244.11218,585235.486219,4511435.18064
+10643,10643,189,127.0,010100,,40.74945622,-73.9903382667,111.0,003002,40.72217444,-73.98368779,1330.20168067,3031,1119,1885,828,003002,18686109.2263,010100,246168211.101,010100,164803169.0,003002,010100,16450.3676122,38675,183014,hub,hub,non_hub,585831.986427,4508413.19181,585235.486219,4511435.18064
+10644,10644,412,381.0,010100,,40.74945622,-73.9903382667,363.0,003100,40.7140617467,-74.0041933367,1377.13583677,2809,1119,858,828,003100,145687012.574,010100,246168211.101,010100,164803169.0,003100,010100,16450.3676122,81469,183014,hub,hub,non_hub,584110.388584,4507492.78891,585235.486219,4511435.18064
+10645,10645,845,381.0,010100,,40.74945622,-73.9903382667,300.0,003200,40.7260543867,-73.9823576167,1117.240344,7630,1119,4888,828,003200,46369492.482,010100,246168211.101,010100,164803169.0,003200,010100,16450.3676122,138064,183014,hub,hub,non_hub,585939.335766,4508845.19329,585235.486219,4511435.18064
+10646,10646,454,635.0,010100,,40.74945622,-73.9903382667,519.0,003300,40.7188245944,-74.0063283192,1214.26426401,5174,1119,2694,828,003300,215459582.054,010100,246168211.101,010100,164803169.0,003300,010100,16450.3676122,115059,183014,hub,hub,non_hub,583924.073576,4508019.45372,585235.486219,4511435.18064
+10647,10647,251,127.0,010100,,40.74945622,-73.9903382667,117.0,003400,40.72955361,-73.98057249,1048.60812962,6706,1119,4203,828,003400,42933229.7541,010100,246168211.101,010100,164803169.0,003400,010100,16450.3676122,47926,183014,hub,hub,non_hub,586085.581298,4509235.37985,585235.486219,4511435.18064
+10648,10648,217,254.0,010100,,40.74945622,-73.9903382667,198.0,003601,40.72217423,-73.990293175,1210.74350071,3299,1119,1613,828,003601,29191583.8104,010100,246168211.101,010100,164803169.0,003601,010100,16450.3676122,77585,183014,hub,hub,non_hub,585274.124459,4508406.73315,585235.486219,4511435.18064
+10649,10649,490,254.0,010100,,40.74945622,-73.9903382667,186.0,003602,40.724852985,-73.989265345,1003.69281995,2918,1119,1586,828,003602,24941258.1161,010100,246168211.101,010100,164803169.0,003602,010100,16450.3676122,82124,183014,hub,hub,non_hub,585357.507872,4508705.09166,585235.486219,4511435.18064
+10650,10650,1142,508.0,010100,,40.74945622,-73.9903382667,444.0,003700,40.7256696075,-74.0052069325,1027.59051402,2401,1119,1490,828,003700,212385639.924,010100,246168211.101,010100,164803169.0,003700,010100,16450.3676122,173333,183014,hub,hub,non_hub,584010.178026,4508780.36793,585235.486219,4511435.18064
+10651,10651,1504,508.0,010100,,40.74945622,-73.9903382667,480.0,003800,40.72765889,-73.988195855,981.680528331,8610,1119,5795,828,003800,67437493.5221,010100,246168211.101,010100,164803169.0,003800,010100,16450.3676122,167230,183014,hub,hub,non_hub,585444.239635,4509017.60641,585235.486219,4511435.18064
+10652,10652,246,508.0,010100,,40.74945622,-73.9903382667,318.0,003900,40.7201717475,-74.00983051,1325.08401188,5253,1119,3059,828,003900,194910113.03,010100,246168211.101,010100,164803169.0,003900,010100,16450.3676122,113624,183014,hub,hub,non_hub,583626.593058,4508165.65565,585235.486219,4511435.18064
+10653,10653,670,254.0,010100,,40.74945622,-73.9903382667,198.0,004000,40.73000573,-73.98549552,908.675094938,9801,1119,4546,828,004000,66858387.5133,010100,246168211.101,010100,164803169.0,004000,010100,16450.3676122,99660,183014,hub,hub,non_hub,585669.269443,4509280.75306,585235.486219,4511435.18064
+10654,10654,603,254.0,010100,,40.74945622,-73.9903382667,192.0,004100,40.7195529,-73.996789035,1261.59979941,7793,1119,3765,828,004100,71738983.3617,010100,246168211.101,010100,164803169.0,004100,010100,16450.3676122,114685,183014,hub,hub,non_hub,584728.836557,4508109.46034,585235.486219,4511435.18064
+10655,10655,506,127.0,010100,,40.74945622,-73.9903382667,105.0,004200,40.73223272,-73.98889957,789.978556157,4988,1119,1801,828,004200,39941846.3325,010100,246168211.101,010100,164803169.0,004200,010100,16450.3676122,50846,183014,hub,hub,non_hub,585378.96492,4509524.64843,585235.486219,4511435.18064
+10656,10656,422,254.0,010100,,40.74945622,-73.9903382667,201.0,004300,40.723870235,-73.995226525,1074.07487136,4267,1119,2598,828,004300,65935514.1184,010100,246168211.101,010100,164803169.0,004300,010100,16450.3676122,95162,183014,hub,hub,non_hub,584855.320992,4508590.22212,585235.486219,4511435.18064
+10657,10657,1120,254.0,010100,,40.74945622,-73.9903382667,180.0,004400,40.73080269,-73.97968993,942.677758118,17710,1119,8297,828,004400,114601147.016,010100,246168211.101,010100,164803169.0,004400,010100,16450.3676122,106427,183014,hub,hub,non_hub,586158.498991,4509374.90208,585235.486219,4511435.18064
+10658,10658,208,127.0,010100,,40.74945622,-73.9903382667,81.0,004500,40.71910537,-73.99973337,1223.00513714,840,1119,582,828,004500,52009114.8865,010100,246168211.101,010100,164803169.0,004500,010100,16450.3676122,34275,183014,hub,hub,non_hub,584480.726971,4508056.94497,585235.486219,4511435.18064
+10659,10659,166,127.0,010100,,40.74945622,-73.9903382667,117.0,004700,40.72165481,-74.00234737,1088.61662742,2267,1119,1586,828,004700,75477587.1594,010100,246168211.101,010100,164803169.0,004700,010100,16450.3676122,27544,183014,hub,hub,non_hub,584256.734795,4508337.43837,585235.486219,4511435.18064
+10660,10660,950,127.0,010100,,40.74945622,-73.9903382667,105.0,004800,40.73624527,-73.98473765,679.606771031,7550,1119,3799,828,004800,74763044.6965,010100,246168211.101,010100,164803169.0,004800,010100,16450.3676122,42567,183014,hub,hub,non_hub,585725.258797,4509974.12516,585235.486219,4511435.18064
+10661,10661,523,254.0,010100,,40.74945622,-73.9903382667,219.0,004900,40.724268615,-74.000521515,1019.72818621,4951,1119,3054,828,004900,103848670.177,010100,246168211.101,010100,164803169.0,004900,010100,16450.3676122,80152,183014,hub,hub,non_hub,584407.63728,4508629.34168,585235.486219,4511435.18064
+10662,10662,2894,381.0,010100,,40.74945622,-73.9903382667,279.0,005000,40.7359163467,-73.9873427633,668.543509473,5061,1119,3595,828,005000,120638459.215,010100,246168211.101,010100,164803169.0,005000,010100,16450.3676122,111023,183014,hub,hub,non_hub,585505.709717,4509935.07175,585235.486219,4511435.18064
+10663,10663,4391,254.0,010100,,40.74945622,-73.9903382667,318.0,005200,40.73715585,-73.991241315,607.36144678,4193,1119,1785,828,005200,109103391.81,010100,246168211.101,010100,164803169.0,005200,010100,16450.3676122,159876,183014,hub,hub,hub,585174.941657,4510068.87544,585235.486219,4511435.18064
+10664,10664,3059,127.0,010100,,40.74945622,-73.9903382667,141.0,005400,40.73971301,-73.99456405,473.290673008,4656,1119,2837,828,005400,128803552.888,010100,246168211.101,010100,164803169.0,005400,010100,16450.3676122,73728,183014,hub,hub,hub,584891.129718,4510349.51956,585235.486219,4511435.18064
+10665,10665,410,127.0,010100,,40.74945622,-73.9903382667,90.0,005501,40.72679454,-73.99695094,942.772096417,5079,1119,2483,828,005501,61061928.4125,010100,246168211.101,010100,164803169.0,005501,010100,16450.3676122,57258,183014,hub,hub,non_hub,584705.980012,4508913.17477,585235.486219,4511435.18064
+10666,10666,402,127.0,010100,,40.74945622,-73.9903382667,81.0,005502,40.72743423,-73.99379025,974.856749722,2383,1119,1262,828,005502,49017118.6146,010100,246168211.101,010100,164803169.0,005502,010100,16450.3676122,55117,183014,hub,hub,non_hub,584972.085912,4508987.23863,585235.486219,4511435.18064
+10667,10667,4391,254.0,010100,,40.74945622,-73.9903382667,285.0,005600,40.74065347,-73.98778661,493.830368668,2618,1119,2190,828,005600,189153355.609,010100,246168211.101,010100,164803169.0,005600,010100,16450.3676122,113209,183014,hub,hub,hub,585462.168743,4510460.49357,585235.486219,4511435.18064
+10668,10668,1826,254.0,010100,,40.74945622,-73.9903382667,246.0,005700,40.729662915,-73.992405595,854.577416866,2937,1119,1789,828,005700,90178032.7137,010100,246168211.101,010100,164803169.0,005700,010100,16450.3676122,156896,183014,hub,hub,non_hub,585086.179601,4509235.9788,585235.486219,4511435.18064
+10669,10669,5113,254.0,010100,,40.74945622,-73.9903382667,261.0,005800,40.743154205,-73.990299735,365.460160987,3182,1119,2306,828,005800,164037511.755,010100,246168211.101,010100,164803169.0,005800,010100,16450.3676122,130970,183014,hub,hub,hub,585246.786708,4510735.64918,585235.486219,4511435.18064
+10670,10670,584,127.0,010100,,40.74945622,-73.9903382667,93.0,005900,40.73049393,-73.9957214,807.83697607,5516,1119,3276,828,005900,71785177.1361,010100,246168211.101,010100,164803169.0,005900,010100,16450.3676122,53180,183014,hub,hub,non_hub,584805.117402,4509325.01914,585235.486219,4511435.18064
+10671,10671,1801,254.0,010100,,40.74945622,-73.9903382667,189.0,006000,40.734822295,-73.976916765,859.201978789,5286,1119,2459,828,006000,27468182.8943,010100,246168211.101,010100,164803169.0,006000,010100,16450.3676122,80462,183014,hub,hub,non_hub,586387.478737,4509823.83141,585235.486219,4511435.18064
+10672,10672,3057,508.0,010100,,40.74945622,-73.9903382667,423.0,006100,40.73385254,-73.992357065,763.054884306,4913,1119,2683,828,006100,91682014.33,010100,246168211.101,010100,164803169.0,006100,010100,16450.3676122,245510,183014,hub,hub,hub,585084.940162,4509701.10308,585235.486219,4511435.18064
+10673,10673,1170,127.0,010100,,40.74945622,-73.9903382667,90.0,006200,40.7381765,-73.97738662,727.973043887,4680,1119,1401,828,006200,231817485.533,010100,246168211.101,010100,164803169.0,006200,010100,16450.3676122,33218,183014,hub,hub,non_hub,586343.467107,4510195.70961,585235.486219,4511435.18064
+10674,10674,2024,381.0,010100,,40.74945622,-73.9903382667,297.0,006300,40.7346940933,-73.99785666,689.81964613,6076,1119,4277,828,006300,85447631.8451,010100,246168211.101,010100,164803169.0,006300,010100,16450.3676122,120233,183014,hub,hub,non_hub,584619.48321,4509789.20591,585235.486219,4511435.18064
+10675,10675,937,127.0,010100,,40.74945622,-73.9903382667,117.0,006400,40.73587678,-73.98205027,754.876379106,7518,1119,5058,828,006400,95664936.1545,010100,246168211.101,010100,164803169.0,006400,010100,16450.3676122,47750,183014,hub,hub,non_hub,585952.649806,4509935.84788,585235.486219,4511435.18064
+10676,10676,1295,381.0,010100,,40.74945622,-73.9903382667,318.0,006500,40.7306296367,-73.9991423,831.416294564,6517,1119,3568,828,006500,59290910.3694,010100,246168211.101,010100,164803169.0,006500,010100,16450.3676122,125356,183014,hub,hub,non_hub,584516.067395,4509336.78488,585235.486219,4511435.18064
+10677,10677,3428,254.0,010100,,40.74945622,-73.9903382667,246.0,006600,40.739285505,-73.97827188,664.406582995,11780,1119,6818,828,006600,84730469.4548,010100,246168211.101,010100,164803169.0,006600,010100,16450.3676122,74621,183014,hub,hub,hub,586267.286921,4510317.94668,585235.486219,4511435.18064
+10678,10678,610,127.0,010100,,40.74945622,-73.9903382667,117.0,006700,40.73038599,-74.00214988,753.467039522,4984,1119,3796,828,006700,47238039.9972,010100,246168211.101,010100,164803169.0,006700,010100,16450.3676122,70025,183014,hub,hub,non_hub,584262.399901,4509306.84766,585235.486219,4511435.18064
+10679,10679,2578,127.0,010100,,40.74945622,-73.9903382667,117.0,006800,40.74025878,-73.98409214,541.664516535,6735,1119,4494,828,006800,130298431.446,010100,246168211.101,010100,164803169.0,006800,010100,16450.3676122,58926,183014,hub,hub,non_hub,585774.608423,4510420.28363,585235.486219,4511435.18064
+10680,10680,367,254.0,010100,,40.74945622,-73.9903382667,201.0,006900,40.732319905,-74.0069291,1021.53964533,2687,1119,1484,828,006900,61292499.9331,010100,246168211.101,010100,164803169.0,006900,010100,16450.3676122,130727,183014,hub,hub,non_hub,583856.38945,4509516.94969,585235.486219,4511435.18064
+10681,10681,10323,381.0,010100,,40.74945622,-73.9903382667,381.0,007000,40.742530268,-73.9756435694,555.287580928,8302,1119,5669,828,007000,78634704.8451,010100,246168211.101,010100,164803169.0,007000,010100,16450.3676122,145227,183014,hub,hub,hub,586485.002673,4510680.72483,585235.486219,4511435.18064
+10682,10682,579,254.0,010100,,40.74945622,-73.9903382667,213.0,007100,40.736526545,-74.000108805,805.691846031,5633,1119,3844,828,007100,68447429.2743,010100,246168211.101,010100,164803169.0,007100,010100,16450.3676122,79459,183014,hub,hub,non_hub,584426.995774,4509990.4524,585235.486219,4511435.18064
+10683,10683,10312,381.0,010100,,40.74945622,-73.9903382667,378.0,007200,40.7447014833,-73.98154809,391.423020081,7734,1119,5222,828,007200,132092861.454,010100,246168211.101,010100,164803169.0,007200,010100,16450.3676122,157612,183014,hub,hub,hub,585983.687715,4510915.94446,585235.486219,4511435.18064
+10684,10684,438,254.0,010100,,40.74945622,-73.9903382667,177.0,007300,40.734682705,-74.00388484,838.329285036,5615,1119,4547,828,007300,48716185.79,010100,246168211.101,010100,164803169.0,007300,010100,16450.3676122,92567,183014,hub,hub,non_hub,584110.479319,4509782.14883,585235.486219,4511435.18064
+10685,10685,3062,254.0,010100,,40.74945622,-73.9903382667,258.0,007400,40.746413585,-73.98586892,324.524886475,4179,1119,2700,828,007400,170614202.951,010100,246168211.101,010100,164803169.0,007400,010100,16450.3676122,81121,183014,hub,hub,hub,585616.696258,4511101.7763,585235.486219,4511435.18064
+10686,10686,1262,254.0,010100,,40.74945622,-73.9903382667,207.0,007600,40.74737476,-73.988320695,394.806896561,2203,1119,1573,828,007600,242014413.464,010100,246168211.101,010100,164803169.0,007600,010100,16450.3676122,97464,183014,hub,hub,non_hub,585408.475283,4511206.08492,585235.486219,4511435.18064
+10687,10687,391,127.0,010100,,40.74945622,-73.9903382667,129.0,007700,40.7390169121,-74.0026376103,749.211242258,5404,1119,4254,828,007700,59306273.1509,010100,246168211.101,010100,164803169.0,007700,010100,16450.3676122,79025,183014,hub,hub,non_hub,584210.329106,4510264.47156,585235.486219,4511435.18064
+10688,10688,1506,127.0,010100,,40.74945622,-73.9903382667,117.0,007800,40.74780373,-73.9734419,716.994746718,7380,1119,5372,828,007800,112124597.728,010100,246168211.101,010100,164803169.0,007800,010100,16450.3676122,59601,183014,hub,hub,non_hub,586664.043115,4511268.28888,585235.486219,4511435.18064
+10689,10689,608,635.0,010100,,40.74945622,-73.9903382667,522.0,007900,40.738916514,-74.007286026,893.783801009,4406,1119,2904,828,007900,86937368.5918,010100,246168211.101,010100,164803169.0,007900,010100,16450.3676122,171846,183014,hub,hub,non_hub,583817.969395,4510248.87788,585235.486219,4511435.18064
+10690,10690,3875,254.0,010100,,40.74945622,-73.9903382667,213.0,008000,40.7485693,-73.97717991,552.594526978,4946,1119,3730,828,008000,197763821.532,010100,246168211.101,010100,164803169.0,008000,010100,16450.3676122,74808,183014,hub,hub,hub,586347.477591,4511349.58844,585235.486219,4511435.18064
+10691,10691,459,127.0,010100,,40.74945622,-73.9903382667,117.0,008100,40.73935542,-73.99931783,686.830792205,8675,1119,5315,828,008100,91100400.6907,010100,246168211.101,010100,164803169.0,008100,010100,16450.3676122,53195,183014,hub,hub,non_hub,584490.204148,4510305.23824,585235.486219,4511435.18064
+10692,10692,13411,381.0,010100,,40.74945622,-73.9903382667,525.0,008200,40.7519688254,-73.9793968955,493.479974562,3442,1119,2534,828,008200,262405408.076,010100,246168211.101,010100,164803169.0,008200,010100,16450.3676122,228612,183014,hub,hub,hub,586155.926128,4511724.78181,585235.486219,4511435.18064
+10693,10693,1509,508.0,010100,,40.74945622,-73.9903382667,357.0,008300,40.742591315,-74.004102785,715.32195904,4211,1119,2321,828,008300,119862327.354,010100,246168211.101,010100,164803169.0,008300,010100,16450.3676122,186113,183014,hub,hub,non_hub,584082.11654,4510659.85081,585235.486219,4511435.18064
+10694,10694,1840,127.0,010100,,40.74945622,-73.9903382667,114.0,008400,40.75038009,-73.98338988,361.59289455,1726,1119,1041,828,008400,147824461.739,010100,246168211.101,010100,164803169.0,008400,010100,16450.3676122,34199,183014,hub,hub,non_hub,585820.889203,4511544.50828,585235.486219,4511435.18064
+10695,10695,455,127.0,010100,,40.74945622,-73.9903382667,129.0,008601,40.744219,-73.97121214,763.137555505,2551,1119,1528,828,008601,31141773.9073,010100,246168211.101,010100,164803169.0,008601,010100,16450.3676122,31961,183014,hub,hub,non_hub,586856.951039,4510872.56191,585235.486219,4511435.18064
+10696,10696,3680,254.0,010100,,40.74945622,-73.9903382667,234.0,008700,40.74206378,-73.995708955,468.695922884,6671,1119,4249,828,008700,85660216.7821,010100,246168211.101,010100,164803169.0,008700,010100,16450.3676122,152953,183014,hub,hub,hub,584791.475936,4510609.36503,585235.486219,4511435.18064
+10697,10697,1701,254.0,010100,,40.74945622,-73.9903382667,234.0,008800,40.75012189,-73.970133575,798.792130311,6964,1119,5507,828,008800,216532475.876,010100,246168211.101,010100,164803169.0,008800,010100,16450.3676122,43247,183014,hub,hub,non_hub,586940.323322,4511528.89362,585235.486219,4511435.18064
+10698,10698,1384,381.0,010100,,40.74945622,-73.9903382667,360.0,008900,40.74529008,-74.0021768567,625.397832023,5560,1119,3511,828,008900,54419260.2723,010100,246168211.101,010100,164803169.0,008900,010100,16450.3676122,158638,183014,hub,hub,non_hub,584241.316685,4510961.27944,585235.486219,4511435.18064
+10699,10699,2959,381.0,010100,,40.74945622,-73.9903382667,330.0,009000,40.75261798,-73.9703317533,828.473599776,7026,1119,5832,828,009000,208846060.851,010100,246168211.101,010100,164803169.0,009000,010100,16450.3676122,74531,183014,hub,hub,non_hub,586920.342162,4511805.78171,585235.486219,4511435.18064
+10700,10700,925,127.0,010100,,40.74945622,-73.9903382667,117.0,009100,40.74487634,-73.99529885,411.883994774,6415,1119,4386,828,009100,127325659.041,010100,246168211.101,010100,164803169.0,009100,010100,16450.3676122,63878,183014,hub,hub,non_hub,584822.527687,4510921.97538,585235.486219,4511435.18064
+10701,10701,4037,254.0,010100,,40.74945622,-73.9903382667,330.0,009200,40.7548518863,-73.9734329075,767.80372674,1754,1119,1461,828,009200,408192557.246,010100,246168211.101,010100,164803169.0,009200,010100,16450.3676122,72226,183014,hub,hub,hub,586655.650548,4512050.69496,585235.486219,4511435.18064
+10702,10702,598,127.0,010100,,40.74945622,-73.9903382667,117.0,009300,40.74475148,-73.99915362,493.145338539,9705,1119,5585,828,009300,68528055.2433,010100,246168211.101,010100,164803169.0,009300,010100,16450.3676122,52202,183014,hub,hub,non_hub,584497.239363,4510904.39701,585235.486219,4511435.18064
+10703,10703,5576,127.0,010100,,40.74945622,-73.9903382667,93.0,009400,40.75320159,-73.9779874,572.264269863,29,1119,16,828,009400,299218147.811,010100,246168211.101,010100,164803169.0,009400,010100,16450.3676122,82147,183014,hub,hub,hub,586273.319314,4511863.01244,585235.486219,4511435.18064
+10704,10704,525,127.0,010100,,40.74945622,-73.9903382667,153.0,009500,40.746647,-73.993915,544.807396372,3425,1119,1416,828,009500,129660033.725,010100,246168211.101,010100,164803169.0,009500,010100,16450.3676122,57488,183014,hub,hub,non_hub,584937.108907,4511119.86954,585235.486219,4511435.18064
+10705,10705,3344,381.0,010100,,40.74945622,-73.9903382667,420.0,009600,40.7560511262,-73.9803737408,547.659318026,153,1119,268,828,009600,270304841.585,010100,246168211.101,010100,164803169.0,009600,010100,16450.3676122,71527,183014,hub,hub,hub,586068.197639,4512176.98876,585235.486219,4511435.18064
+10706,10706,2298,381.0,010100,,40.74945622,-73.9903382667,297.0,009700,40.7493616033,-73.9991321067,441.743547229,4744,1119,2827,828,009700,83018263.1602,010100,246168211.101,010100,164803169.0,009700,010100,16450.3676122,118804,183014,hub,hub,non_hub,584493.220017,4511416.17434,585235.486219,4511435.18064
+10707,10707,751,254.0,010100,,40.74945622,-73.9903382667,210.0,009800,40.755285655,-73.96667288,956.117881252,7105,1119,5244,828,009800,115943808.909,010100,246168211.101,010100,164803169.0,009800,010100,16450.3676122,40039,183014,hub,hub,non_hub,587225.727282,4512105.54383,585235.486219,4511435.18064
+10708,10708,3316,635.0,010100,,40.74945622,-73.9903382667,555.0,009900,40.7520807866,-74.0031899092,611.886727435,3617,1119,2438,828,009900,404439511.776,010100,246168211.101,010100,164803169.0,009900,010100,16450.3676122,208076,183014,hub,hub,hub,584147.226991,4511714.12465,585235.486219,4511435.18064
+10709,10709,3142,381.0,010100,,40.74945622,-73.9903382667,363.0,010000,40.7583696933,-73.9710287767,881.562236479,1829,1119,1399,828,010000,366457143.613,010100,246168211.101,010100,164803169.0,010000,010100,16450.3676122,72085,183014,hub,hub,hub,586854.014885,4512443.57459,585235.486219,4511435.18064
+10710,10710,1992,254.0,010100,,40.74945622,-73.9903382667,243.0,010200,40.7606694,-73.973473555,848.673640701,313,1119,268,828,010200,333450202.294,010100,246168211.101,010100,164803169.0,010200,010100,16450.3676122,46675,183014,hub,hub,non_hub,586644.664817,4512696.44233,585235.486219,4511435.18064
+10711,10711,1882,254.0,010100,,40.74945622,-73.9903382667,294.0,010300,40.751000495,-73.994372255,430.127234812,1859,1119,1351,828,010300,141506056.87,010100,246168211.101,010100,164803169.0,010300,010100,16450.3676122,221593,183014,hub,hub,non_hub,584892.968075,4511602.69644,585235.486219,4511435.18064
+10712,10712,2733,254.0,010100,,40.74945622,-73.9903382667,225.0,010400,40.761664375,-73.976854975,781.245351231,1031,1119,1033,828,010400,363981333.295,010100,246168211.101,010100,164803169.0,010400,010100,16450.3676122,65073,183014,hub,hub,non_hub,586357.961325,4512803.55852,585235.486219,4511435.18064
+10713,10713,530,127.0,010100,,40.74945622,-73.9903382667,99.0,010602,40.75849116,-73.95920622,1231.88485652,4794,1119,2963,828,010602,67980898.3739,010100,246168211.101,010100,164803169.0,010602,010100,16450.3676122,22153,183014,hub,hub,non_hub,587851.796682,4512468.82754,585235.486219,4511435.18064
+10714,10714,2135,381.0,010100,,40.74945622,-73.9903382667,351.0,010800,40.7591736033,-73.96613818,1051.09335451,8531,1119,6272,828,010800,189351523.799,010100,246168211.101,010100,164803169.0,010800,010100,16450.3676122,79198,183014,hub,hub,non_hub,587265.778542,4512537.66689,585235.486219,4511435.18064
+10715,10715,1163,254.0,010100,,40.74945622,-73.9903382667,342.0,010900,40.751351715,-73.987594755,342.700716079,182,1119,92,828,010900,228173063.011,010100,246168211.101,010100,164803169.0,010900,010100,16450.3676122,60092,183014,hub,hub,non_hub,585464.669441,4511648.26242,585235.486219,4511435.18064
+10716,10716,1456,127.0,010100,,40.74945622,-73.9903382667,177.0,011201,40.7643971,-73.97371465,909.55523897,827,1119,964,828,011201,118515444.187,010100,246168211.101,010100,164803169.0,011201,010100,16450.3676122,41525,183014,hub,hub,non_hub,586619.474659,4513110.00718,585235.486219,4511435.18064
+10717,10717,2644,127.0,010100,,40.74945622,-73.9903382667,99.0,011203,40.76095756,-73.96724467,1062.79340005,1176,1119,1160,828,011203,143782379.009,010100,246168211.101,010100,164803169.0,011203,010100,16450.3676122,48033,183014,hub,hub,non_hub,587170.050102,4512734.59972,585235.486219,4511435.18064
+10718,10718,6792,508.0,010100,,40.74945622,-73.9903382667,594.0,011300,40.7548008425,-73.9888010575,360.80362661,204,1119,107,828,011300,357940519.061,010100,246168211.101,010100,164803169.0,011300,010100,16450.3676122,236650,183014,hub,hub,hub,585358.423228,4512029.96675,585235.486219,4511435.18064
+10719,10719,1781,254.0,010100,,40.74945622,-73.9903382667,246.0,011500,40.75701407,-73.992353645,540.481174119,2487,1119,1678,828,011500,130958459.747,010100,246168211.101,010100,164803169.0,011500,010100,16450.3676122,103294,183014,hub,hub,non_hub,585055.712647,4512272.20178,585235.486219,4511435.18064
+10720,10720,709,254.0,010100,,40.74945622,-73.9903382667,252.0,011700,40.76058799,-74.00080945,823.788168145,2938,1119,2304,828,011700,91270705.1484,010100,246168211.101,010100,164803169.0,011700,010100,16450.3676122,73016,183014,hub,hub,non_hub,584337.427395,4512660.77158,585235.486219,4511435.18064
+10721,10721,2606,127.0,010100,,40.74945622,-73.9903382667,102.0,011900,40.7568001,-73.98291153,491.265993312,1079,1119,1121,828,011900,395254501.74,010100,246168211.101,010100,164803169.0,011900,010100,16450.3676122,39976,183014,hub,hub,non_hub,585853.012005,4512257.64444,585235.486219,4511435.18064
+10722,10722,2094,381.0,010100,,40.74945622,-73.9903382667,327.0,012100,40.7598593767,-73.9914900133,657.773313693,8366,1119,5744,828,012100,101223732.045,010100,246168211.101,010100,164803169.0,012100,010100,16450.3676122,132767,183014,hub,hub,non_hub,585124.983126,4512588.88932,585235.486219,4511435.18064
+10723,10723,1967,127.0,010100,,40.74945622,-73.9903382667,153.0,012500,40.76064679,-73.98442659,567.226952562,2439,1119,2096,828,012500,322911522.418,010100,246168211.101,010100,164803169.0,012500,010100,16450.3676122,45486,183014,hub,hub,non_hub,585720.180916,4512683.17447,585235.486219,4511435.18064
+10724,10724,1313,254.0,010100,,40.74945622,-73.9903382667,252.0,012700,40.762485435,-73.990447135,725.545824961,6437,1119,4434,828,012700,104637996.687,010100,246168211.101,010100,164803169.0,012700,010100,16450.3676122,83393,183014,hub,hub,non_hub,585209.656415,4512881.41361,585235.486219,4511435.18064
+10725,10725,293,127.0,010100,,40.74945622,-73.9903382667,72.0,012900,40.76341379,-73.99667444,831.849692911,5312,1119,3621,828,012900,158698340.053,010100,246168211.101,010100,164803169.0,012900,010100,16450.3676122,28661,183014,hub,hub,non_hub,584682.864463,4512978.43901,585235.486219,4511435.18064
+10726,10726,4536,381.0,010100,,40.74945622,-73.9903382667,480.0,013100,40.7621295133,-73.98215453,616.882493,2489,1119,2283,828,013100,405023451.28,010100,246168211.101,010100,164803169.0,013100,010100,16450.3676122,107228,183014,hub,hub,hub,585910.049449,4512849.98999,585235.486219,4511435.18064
+10727,10727,1109,381.0,010100,,40.74945622,-73.9903382667,303.0,013300,40.7647250567,-73.9866537633,806.1027676,5363,1119,3909,828,013300,79847412.2593,010100,246168211.101,010100,164803169.0,013300,010100,16450.3676122,89810,183014,hub,hub,non_hub,585526.963405,4513133.71926,585235.486219,4511435.18064
+10728,10728,731,254.0,010100,,40.74945622,-73.9903382667,195.0,013500,40.766984435,-73.99227308,881.601771767,6075,1119,3935,828,013500,198199142.958,010100,246168211.101,010100,164803169.0,013500,010100,16450.3676122,64723,183014,hub,hub,non_hub,585049.80204,4513379.06475,585235.486219,4511435.18064
+10729,10729,2065,254.0,010100,,40.74945622,-73.9903382667,294.0,013700,40.766109285,-73.981808355,765.20708881,6557,1119,5442,828,013700,314878324.419,010100,246168211.101,010100,164803169.0,013700,010100,16450.3676122,91142,183014,hub,hub,non_hub,585934.141665,4513292.1137,585235.486219,4511435.18064
+10730,10730,310,127.0,010100,,40.74945622,-73.9903382667,81.0,013900,40.768254,-73.988639,835.873863984,7607,1119,7359,828,013900,139918084.587,010100,246168211.101,010100,164803169.0,013900,010100,16450.3676122,26390,183014,hub,hub,non_hub,585354.890073,4513523.52534,585235.486219,4511435.18064
+10731,10731,505,127.0,010100,,40.74945622,-73.9903382667,147.0,014300,40.76590936,-73.97634151,961.770485375,3,1119,0,828,014300,50027992.3322,010100,246168211.101,010100,164803169.0,014300,010100,16450.3676122,21051,183014,hub,hub,non_hub,586395.803012,4513275.28949,585235.486219,4511435.18064
+10732,10732,914,127.0,010100,,40.74945622,-73.9903382667,108.0,014500,40.76915505,-73.98191841,978.294814786,5811,1119,3462,828,014500,253397343.373,010100,246168211.101,010100,164803169.0,014500,010100,16450.3676122,68350,183014,hub,hub,non_hub,585920.929601,4513630.10902,585235.486219,4511435.18064
+10733,10733,334,127.0,010100,,40.74945622,-73.9903382667,165.0,014700,40.770513,-73.988038,977.712928208,2586,1119,1743,828,014700,70871746.8417,010100,246168211.101,010100,164803169.0,014700,010100,16450.3676122,35099,183014,hub,hub,non_hub,585402.720353,4513774.87644,585235.486219,4511435.18064
+10734,10734,172,127.0,010100,,40.74945622,-73.9903382667,108.0,015100,40.771522,-73.990541,1185.80164087,8105,1119,4856,828,015100,164953931.102,010100,246168211.101,010100,164803169.0,015100,010100,16450.3676122,17578,183014,hub,hub,non_hub,585190.192062,4513884.4495,585235.486219,4511435.18064
+10735,10735,319,254.0,010100,,40.74945622,-73.9903382667,210.0,031703,40.71644312,-74.014902115,1521.25643611,8670,1119,4231,828,031703,332361109.355,010100,246168211.101,010100,164803169.0,031703,010100,16450.3676122,136082,183014,hub,hub,non_hub,583202.897614,4507746.93647,585235.486219,4511435.18064
+10736,10736,253,381.0,010100,,40.74945622,-73.9903382667,294.0,031704,40.7085171733,-74.0165557667,1515.41799404,6610,1119,3790,828,031704,160823714.408,010100,246168211.101,010100,164803169.0,031704,010100,16450.3676122,105244,183014,hub,hub,non_hub,583073.076824,4506865.54027,585235.486219,4511435.18064
+10737,10737,181,381.0,010100,,40.74945622,-73.9903382667,255.0,000600,40.7128987867,-73.9898646367,1502.92762626,11558,1119,4083,828,000600,59149181.7526,010100,246168211.101,010100,164803169.0,000600,010100,16450.3676122,70053,183014,hub,hub,non_hub,585322.159723,4507377.5136,585235.486219,4511435.18064
+10738,10738,88,243.0,010200,5.31962207147,40.76047768,-73.973583466,108.0,000202,40.712973024,-73.981999392,1844.55300358,8012,313,3598,268,000202,37878157.9781,010200,333450202.294,010200,42446766.0,000202,010200,12741.3324207,56352,52550,hub,hub,non_hub,585986.421011,4507393.42483,586635.636507,4512675.05144
+10739,10739,129,567.0,010200,,40.7606694,-73.973473555,516.0,000700,40.70581148,-74.0081572071,1792.65704897,7722,313,5201,268,000700,476954959.734,010200,333450202.294,010200,42446766.0,000700,010200,12741.3324207,160040,52550,hub,hub,non_hub,583785.918305,4506573.16797,586644.664817,4512696.44233
+10740,10740,17,162.0,010200,,40.7606694,-73.973473555,94.0,000800,40.712414475,-73.993471545,1605.04166667,10365,313,4150,268,000800,46479755.076,010200,333450202.294,010200,42446766.0,000800,010200,12741.3324207,34254,52550,hub,hub,non_hub,585018.109713,4507320.25418,586644.664817,4512696.44233
+10741,10741,32,243.0,010200,7.37557155644,40.76047768,-73.973583466,194.0,000900,40.70245937,-74.01215274,1815.94892491,1140,313,939,268,000900,404341803.896,010200,333450202.294,010200,42446766.0,000900,010200,12741.3324207,46446,52550,hub,hub,non_hub,583452.574926,4506197.25942,586635.636507,4512675.05144
+10742,10742,18,81.0,010200,4.87931338289,40.7597108,-73.97402311,38.0,001002,40.71782143,-73.97628939,1585.65367164,6439,313,2346,268,001002,22763374.2099,010200,333450202.294,010200,42446766.0,001002,010200,12741.3324207,15916,52550,hub,hub,non_hub,586462.45635,4507937.23607,586599.522723,4512589.488
+10743,10743,28,162.0,010200,,40.7606694,-73.973473555,92.0,001200,40.717364275,-73.982955325,1520.0,3547,313,1857,268,001200,23518220.7411,010200,333450202.294,010200,42446766.0,001200,010200,12741.3324207,36493,52550,hub,hub,non_hub,585900.031125,4507879.94738,586644.664817,4512696.44233
+10744,10744,20,81.0,010200,,40.7606694,-73.973473555,72.0,001300,40.70463334,-74.01361706,1912.47802198,3776,313,3028,268,001300,286606455.687,010200,333450202.294,010200,42446766.0,001300,010200,12741.3324207,27671,52550,hub,hub,non_hub,583326.158808,4506437.19368,586644.664817,4512696.44233
+10745,10745,22,81.0,010200,,40.7606694,-73.973473555,56.0,001401,40.71559509,-73.9870295,966.902777778,3289,313,1708,268,001401,20168722.3199,010200,333450202.294,010200,42446766.0,001401,010200,12741.3324207,26885,52550,hub,hub,non_hub,585558.18429,4507679.57909,586644.664817,4512696.44233
+10746,10746,18,162.0,010200,6.21701525842,40.7609889333,-73.97329037,134.0,001501,40.71026676,-74.0042395133,1897.65228625,5581,313,3450,268,001501,172466366.322,010200,333450202.294,010200,42446766.0,001501,010200,12741.3324207,27425,52550,hub,hub,non_hub,584111.264131,4507071.47664,586659.71188,4512732.09384
+10747,10747,50,243.0,010200,,40.7606694,-73.973473555,246.0,001502,40.7088053467,-74.00635276,1863.28174603,7095,313,3459,268,001502,221282059.103,010200,333450202.294,010200,42446766.0,001502,010200,12741.3324207,82052,52550,hub,hub,non_hub,583934.59195,4506907.22889,586644.664817,4512696.44233
+10748,10748,104,243.0,010200,,40.7606694,-73.973473555,214.0,001600,40.7153350167,-73.9943926833,1561.19814815,8236,313,3242,268,001600,76565505.7581,010200,333450202.294,010200,42446766.0,001600,010200,12741.3324207,82798,52550,hub,hub,non_hub,584936.591099,4507643.5622,586644.664817,4512696.44233
+10749,10749,101,324.0,010200,,40.7606694,-73.973473555,308.0,001800,40.7193657075,-73.9906468425,1603.05706585,8063,313,3489,268,001800,60554858.5127,010200,333450202.294,010200,42446766.0,001800,010200,12741.3324207,133306,52550,hub,hub,non_hub,585247.838585,4508094.62497,586644.664817,4512696.44233
+10750,10750,20,162.0,010200,,40.7606694,-73.973473555,92.0,002000,40.721554605,-73.977309405,1453.80288462,4795,313,1899,268,002000,17907673.5628,010200,333450202.294,010200,42446766.0,002000,010200,12741.3324207,31656,52550,hub,hub,non_hub,586371.478696,4508350.63994,586644.664817,4512696.44233
+10751,10751,117,324.0,010200,,40.7606694,-73.973473555,204.0,002100,40.71451321,-74.0108850975,1591.59565217,6111,313,3038,268,002100,273869828.705,010200,333450202.294,010200,42446766.0,002100,010200,12741.3324207,151037,52550,hub,hub,non_hub,583544.598931,4507536.51732,586644.664817,4512696.44233
+10752,10752,16,162.0,010200,,40.7606694,-73.973473555,88.0,002201,40.71833027,-73.980972895,1320.70833333,6762,313,3030,268,002201,37585954.9949,010200,333450202.294,010200,42446766.0,002201,010200,12741.3324207,26391,52550,hub,hub,non_hub,586066.226443,4507989.12022,586644.664817,4512696.44233
+10753,10753,17,81.0,010200,,40.7606694,-73.973473555,62.0,002202,40.7208736,-73.98085795,1554.47222222,2256,313,1045,268,002202,13179093.8977,010200,333450202.294,010200,42446766.0,002202,010200,12741.3324207,23935,52550,hub,hub,non_hub,586072.658368,4508271.55961,586644.664817,4512696.44233
+10754,10754,21,162.0,010200,,40.7606694,-73.973473555,96.0,002400,40.724744875,-73.974986535,1441.19393939,5775,313,2175,268,002400,17986635.5592,010200,333450202.294,010200,42446766.0,002400,010200,12741.3324207,17965,52550,hub,hub,non_hub,586563.526382,4508707.06897,586644.664817,4512696.44233
+10755,10755,14,162.0,010200,,40.7606694,-73.973473555,124.0,002500,40.7111743,-73.99849582,1142.675,5061,313,1917,268,002500,22428407.6271,010200,333450202.294,010200,42446766.0,002500,010200,12741.3324207,28216,52550,hub,hub,non_hub,584595.28909,4507177.73549,586644.664817,4512696.44233
+10756,10756,10,81.0,010200,,40.7606694,-73.973473555,62.0,002601,40.72299208,-73.97995466,3851.05555556,3774,313,1593,268,002601,22248722.3098,010200,333450202.294,010200,42446766.0,002601,010200,12741.3324207,22144,52550,hub,hub,non_hub,586146.216204,4508507.61099,586644.664817,4512696.44233
+10757,10757,6,81.0,010200,,40.7606694,-73.973473555,54.0,002700,40.71307916,-73.99851193,1728.25,1191,313,655,268,002700,11349914.9514,010200,333450202.294,010200,42446766.0,002700,010200,12741.3324207,20570,52550,hub,hub,non_hub,584591.517275,4507389.17181,586644.664817,4512696.44233
+10758,10758,58,81.0,010200,,40.7606694,-73.973473555,64.0,002800,40.72521311,-73.97768752,1456.86458333,7302,313,3341,268,002800,47641507.3146,010200,333450202.294,010200,42446766.0,002800,010200,12741.3324207,36744,52550,hub,hub,non_hub,586334.816403,4508756.38709,586644.664817,4512696.44233
+10759,10759,23,81.0,010200,,40.7606694,-73.973473555,86.0,002900,40.71602118,-73.99974372,1074.54464286,5855,313,2420,268,002900,200965547.24,010200,333450202.294,010200,42446766.0,002900,010200,12741.3324207,31936,52550,hub,hub,non_hub,584483.752153,4507714.56961,586644.664817,4512696.44233
+10760,10760,119,81.0,010200,,40.7606694,-73.973473555,70.0,003001,40.72066442,-73.98517977,1615.30833333,4301,313,2553,268,003001,34302720.7166,010200,333450202.294,010200,42446766.0,003001,010200,12741.3324207,41223,52550,hub,hub,non_hub,585707.91731,4508244.11218,586644.664817,4512696.44233
+10761,10761,26,81.0,010200,,40.7606694,-73.973473555,74.0,003002,40.72217444,-73.98368779,1653.63071895,3031,313,1885,268,003002,18686109.2263,010200,333450202.294,010200,42446766.0,003002,010200,12741.3324207,38675,52550,hub,hub,non_hub,585831.986427,4508413.19181,586644.664817,4512696.44233
+10762,10762,58,243.0,010200,,40.7606694,-73.973473555,242.0,003100,40.7140617467,-74.0041933367,1499.72880592,2809,313,858,268,003100,145687012.574,010200,333450202.294,010200,42446766.0,003100,010200,12741.3324207,81469,52550,hub,hub,non_hub,584110.388584,4507492.78891,586644.664817,4512696.44233
+10763,10763,156,243.0,010200,,40.7606694,-73.973473555,200.0,003200,40.7260543867,-73.9823576167,1466.1239961,7630,313,4888,268,003200,46369492.482,010200,333450202.294,010200,42446766.0,003200,010200,12741.3324207,138064,52550,hub,hub,non_hub,585939.335766,4508845.19329,586644.664817,4512696.44233
+10764,10764,99,405.0,010200,,40.7606694,-73.973473555,346.0,003300,40.7188147926,-74.0063496965,1665.4424514,5174,313,2694,268,003300,215459582.054,010200,333450202.294,010200,42446766.0,003300,010200,12741.3324207,115059,52550,hub,hub,non_hub,583922.280362,4508018.34523,586644.664817,4512696.44233
+10765,10765,74,81.0,010200,,40.7606694,-73.973473555,78.0,003400,40.72955361,-73.98057249,1191.1204051,6706,313,4203,268,003400,42933229.7541,010200,333450202.294,010200,42446766.0,003400,010200,12741.3324207,47926,52550,hub,hub,non_hub,586085.581298,4509235.37985,586644.664817,4512696.44233
+10766,10766,199,162.0,010200,,40.7606694,-73.973473555,132.0,003601,40.72217423,-73.990293175,1380.20275737,3299,313,1613,268,003601,29191583.8104,010200,333450202.294,010200,42446766.0,003601,010200,12741.3324207,77585,52550,hub,hub,non_hub,585274.124459,4508406.73315,586644.664817,4512696.44233
+10767,10767,111,162.0,010200,,40.7606694,-73.973473555,124.0,003602,40.724852985,-73.989265345,1487.34904983,2918,313,1586,268,003602,24941258.1161,010200,333450202.294,010200,42446766.0,003602,010200,12741.3324207,82124,52550,hub,hub,non_hub,585357.507872,4508705.09166,586644.664817,4512696.44233
+10768,10768,132,324.0,010200,,40.7606694,-73.973473555,296.0,003700,40.7256696075,-74.0052069325,1566.62215752,2401,313,1490,268,003700,212385639.924,010200,333450202.294,010200,42446766.0,003700,010200,12741.3324207,173333,52550,hub,hub,non_hub,584010.178026,4508780.36793,586644.664817,4512696.44233
+10769,10769,192,324.0,010200,,40.7606694,-73.973473555,320.0,003800,40.72765889,-73.988195855,1319.62677409,8610,313,5795,268,003800,67437493.5221,010200,333450202.294,010200,42446766.0,003800,010200,12741.3324207,167230,52550,hub,hub,non_hub,585444.239635,4509017.60641,586644.664817,4512696.44233
+10770,10770,102,324.0,010200,,40.7606694,-73.973473555,212.0,003900,40.7201717475,-74.00983051,1894.53138285,5253,313,3059,268,003900,194910113.03,010200,333450202.294,010200,42446766.0,003900,010200,12741.3324207,113624,52550,hub,hub,non_hub,583626.593058,4508165.65565,586644.664817,4512696.44233
+10771,10771,220,162.0,010200,,40.7606694,-73.973473555,132.0,004000,40.73000573,-73.98549552,1192.43936012,9801,313,4546,268,004000,66858387.5133,010200,333450202.294,010200,42446766.0,004000,010200,12741.3324207,99660,52550,hub,hub,non_hub,585669.269443,4509280.75306,586644.664817,4512696.44233
+10772,10772,74,162.0,010200,,40.7606694,-73.973473555,128.0,004100,40.7195529,-73.996789035,1702.60602679,7793,313,3765,268,004100,71738983.3617,010200,333450202.294,010200,42446766.0,004100,010200,12741.3324207,114685,52550,hub,hub,non_hub,584728.836557,4508109.46034,586644.664817,4512696.44233
+10773,10773,54,81.0,010200,,40.7606694,-73.973473555,70.0,004200,40.73223272,-73.98889957,1287.72222222,4988,313,1801,268,004200,39941846.3325,010200,333450202.294,010200,42446766.0,004200,010200,12741.3324207,50846,52550,hub,hub,non_hub,585378.96492,4509524.64843,586644.664817,4512696.44233
+10774,10774,84,162.0,010200,,40.7606694,-73.973473555,134.0,004300,40.723870235,-73.995226525,1416.33304196,4267,313,2598,268,004300,65935514.1184,010200,333450202.294,010200,42446766.0,004300,010200,12741.3324207,95162,52550,hub,hub,non_hub,584855.320992,4508590.22212,586644.664817,4512696.44233
+10775,10775,266,162.0,010200,,40.7606694,-73.973473555,120.0,004400,40.73080269,-73.97968993,1255.77355927,17710,313,8297,268,004400,114601147.016,010200,333450202.294,010200,42446766.0,004400,010200,12741.3324207,106427,52550,hub,hub,non_hub,586158.498991,4509374.90208,586644.664817,4512696.44233
+10776,10776,22,81.0,010200,,40.7606694,-73.973473555,54.0,004500,40.71910537,-73.99973337,1493.58928571,840,313,582,268,004500,52009114.8865,010200,333450202.294,010200,42446766.0,004500,010200,12741.3324207,34275,52550,hub,hub,non_hub,584480.726971,4508056.94497,586644.664817,4512696.44233
+10777,10777,10,81.0,010200,,40.7606694,-73.973473555,78.0,004700,40.72165481,-74.00234737,1720.52380952,2267,313,1586,268,004700,75477587.1594,010200,333450202.294,010200,42446766.0,004700,010200,12741.3324207,27544,52550,hub,hub,non_hub,584256.734795,4508337.43837,586644.664817,4512696.44233
+10778,10778,231,81.0,010200,,40.7606694,-73.973473555,70.0,004800,40.73624527,-73.98473765,1050.76563494,7550,313,3799,268,004800,74763044.6965,010200,333450202.294,010200,42446766.0,004800,010200,12741.3324207,42567,52550,hub,hub,non_hub,585725.258797,4509974.12516,586644.664817,4512696.44233
+10779,10779,48,162.0,010200,,40.7606694,-73.973473555,146.0,004900,40.724268615,-74.000521515,1703.17380952,4951,313,3054,268,004900,103848670.177,010200,333450202.294,010200,42446766.0,004900,010200,12741.3324207,80152,52550,hub,hub,non_hub,584407.63728,4508629.34168,586644.664817,4512696.44233
+10780,10780,340,243.0,010200,,40.7606694,-73.973473555,186.0,005000,40.7359163467,-73.9873427633,1062.01850512,5061,313,3595,268,005000,120638459.215,010200,333450202.294,010200,42446766.0,005000,010200,12741.3324207,111023,52550,hub,hub,non_hub,585505.709717,4509935.07175,586644.664817,4512696.44233
+10781,10781,532,162.0,010200,,40.7606694,-73.973473555,212.0,005200,40.73715585,-73.991241315,1040.84100734,4193,313,1785,268,005200,109103391.81,010200,333450202.294,010200,42446766.0,005200,010200,12741.3324207,159876,52550,hub,hub,non_hub,585174.941656,4510068.87544,586644.664817,4512696.44233
+10782,10782,150,81.0,010200,,40.7606694,-73.973473555,94.0,005400,40.73971301,-73.99456405,1039.21563559,4656,313,2837,268,005400,128803552.888,010200,333450202.294,010200,42446766.0,005400,010200,12741.3324207,73728,52550,hub,hub,non_hub,584891.129718,4510349.51956,586644.664817,4512696.44233
+10783,10783,21,81.0,010200,,40.7606694,-73.973473555,60.0,005501,40.72679454,-73.99695094,1419.77777778,5079,313,2483,268,005501,61061928.4125,010200,333450202.294,010200,42446766.0,005501,010200,12741.3324207,57258,52550,hub,hub,non_hub,584705.980012,4508913.17477,586644.664817,4512696.44233
+10784,10784,54,81.0,010200,,40.7606694,-73.973473555,54.0,005502,40.72743423,-73.99379025,1399.77777778,2383,313,1262,268,005502,49017118.6146,010200,333450202.294,010200,42446766.0,005502,010200,12741.3324207,55117,52550,hub,hub,non_hub,584972.085912,4508987.23863,586644.664817,4512696.44233
+10785,10785,404,162.0,010200,,40.7606694,-73.973473555,190.0,005600,40.74065347,-73.98778661,964.195530405,2618,313,2190,268,005600,189153355.609,010200,333450202.294,010200,42446766.0,005600,010200,12741.3324207,113209,52550,hub,hub,non_hub,585462.168743,4510460.49357,586644.664817,4512696.44233
+10786,10786,193,162.0,010200,,40.7606694,-73.973473555,164.0,005700,40.729662915,-73.992405595,1309.78106652,2937,313,1789,268,005700,90178032.7137,010200,333450202.294,010200,42446766.0,005700,010200,12741.3324207,156896,52550,hub,hub,non_hub,585086.179601,4509235.9788,586644.664817,4512696.44233
+10787,10787,484,162.0,010200,,40.7606694,-73.973473555,174.0,005800,40.743154205,-73.990299735,925.56811972,3182,313,2306,268,005800,164037511.755,010200,333450202.294,010200,42446766.0,005800,010200,12741.3324207,130970,52550,hub,hub,non_hub,585246.786708,4510735.64918,586644.664817,4512696.44233
+10788,10788,43,81.0,010200,,40.7606694,-73.973473555,62.0,005900,40.73049393,-73.9957214,1253.96040724,5516,313,3276,268,005900,71785177.1361,010200,333450202.294,010200,42446766.0,005900,010200,12741.3324207,53180,52550,hub,hub,non_hub,584805.117401,4509325.01914,586644.664817,4512696.44233
+10789,10789,303,162.0,010200,,40.7606694,-73.973473555,126.0,006000,40.734822295,-73.976916765,1091.67912719,5286,313,2459,268,006000,27468182.8943,010200,333450202.294,010200,42446766.0,006000,010200,12741.3324207,80462,52550,hub,hub,non_hub,586387.478737,4509823.83141,586644.664817,4512696.44233
+10790,10790,374,324.0,010200,,40.7606694,-73.973473555,282.0,006100,40.73385254,-73.992357065,1185.07900214,4913,313,2683,268,006100,91682014.33,010200,333450202.294,010200,42446766.0,006100,010200,12741.3324207,245510,52550,hub,hub,non_hub,585084.940162,4509701.10308,586644.664817,4512696.44233
+10791,10791,111,81.0,010200,,40.7606694,-73.973473555,60.0,006200,40.7381765,-73.97738662,1013.74464286,4680,313,1401,268,006200,231817485.533,010200,333450202.294,010200,42446766.0,006200,010200,12741.3324207,33218,52550,hub,hub,non_hub,586343.467107,4510195.70961,586644.664817,4512696.44233
+10792,10792,293,243.0,010200,,40.7606694,-73.973473555,198.0,006300,40.7346940933,-73.99785666,1320.86238169,6076,313,4277,268,006300,85447631.8451,010200,333450202.294,010200,42446766.0,006300,010200,12741.3324207,120233,52550,hub,hub,non_hub,584619.48321,4509789.20591,586644.664817,4512696.44233
+10793,10793,201,81.0,010200,,40.7606694,-73.973473555,78.0,006400,40.73587678,-73.98205027,1054.97836842,7518,313,5058,268,006400,95664936.1545,010200,333450202.294,010200,42446766.0,006400,010200,12741.3324207,47750,52550,hub,hub,non_hub,585952.649806,4509935.84788,586644.664817,4512696.44233
+10794,10794,100,243.0,010200,,40.7606694,-73.973473555,212.0,006500,40.7306296367,-73.9991423,1330.15968486,6517,313,3568,268,006500,59290910.3694,010200,333450202.294,010200,42446766.0,006500,010200,12741.3324207,125356,52550,hub,hub,non_hub,584516.067395,4509336.78488,586644.664817,4512696.44233
+10795,10795,214,162.0,010200,,40.7606694,-73.973473555,164.0,006600,40.739285505,-73.97827188,980.943395147,11780,313,6818,268,006600,84730469.4548,010200,333450202.294,010200,42446766.0,006600,010200,12741.3324207,74621,52550,hub,hub,non_hub,586267.286922,4510317.94668,586644.664817,4512696.44233
+10796,10796,51,81.0,010200,,40.7606694,-73.973473555,78.0,006700,40.73038599,-74.00214988,1715.08101852,4984,313,3796,268,006700,47238039.9972,010200,333450202.294,010200,42446766.0,006700,010200,12741.3324207,70025,52550,hub,hub,non_hub,584262.399901,4509306.84766,586644.664817,4512696.44233
+10797,10797,305,81.0,010200,,40.7606694,-73.973473555,78.0,006800,40.74025878,-73.98409214,951.228251427,6735,313,4494,268,006800,130298431.446,010200,333450202.294,010200,42446766.0,006800,010200,12741.3324207,58926,52550,hub,hub,non_hub,585774.608423,4510420.28363,586644.664817,4512696.44233
+10798,10798,109,162.0,010200,,40.7606694,-73.973473555,134.0,006900,40.732319905,-74.0069291,1515.33664021,2687,313,1484,268,006900,61292499.9331,010200,333450202.294,010200,42446766.0,006900,010200,12741.3324207,130727,52550,hub,hub,non_hub,583856.38945,4509516.94969,586644.664817,4512696.44233
+10799,10799,920,243.0,010200,,40.7606694,-73.973473555,254.0,007000,40.7425095832,-73.9756028184,855.365045661,8302,313,5669,268,007000,78634704.8451,010200,333450202.294,010200,42446766.0,007000,010200,12741.3324207,145227,52550,hub,hub,non_hub,586488.470072,4510678.46882,586644.664817,4512696.44233
+10800,10800,97,162.0,010200,,40.7606694,-73.973473555,142.0,007100,40.736526545,-74.000108805,1258.04317227,5633,313,3844,268,007100,68447429.2743,010200,333450202.294,010200,42446766.0,007100,010200,12741.3324207,79459,52550,hub,hub,non_hub,584426.995774,4509990.4524,586644.664817,4512696.44233
+10801,10801,1393,243.0,010200,,40.7606694,-73.973473555,252.0,007200,40.7447014833,-73.98154809,730.615887082,7734,313,5222,268,007200,132092861.454,010200,333450202.294,010200,42446766.0,007200,010200,12741.3324207,157612,52550,hub,hub,non_hub,585983.687715,4510915.94446,586644.664817,4512696.44233
+10802,10802,81,162.0,010200,,40.7606694,-73.973473555,118.0,007300,40.734682705,-74.00388484,1487.80227273,5615,313,4547,268,007300,48716185.79,010200,333450202.294,010200,42446766.0,007300,010200,12741.3324207,92567,52550,hub,hub,non_hub,584110.479319,4509782.14883,586644.664817,4512696.44233
+10803,10803,747,162.0,010200,,40.7606694,-73.973473555,172.0,007400,40.746413585,-73.98586892,731.691853834,4179,313,2700,268,007400,170614202.951,010200,333450202.294,010200,42446766.0,007400,010200,12741.3324207,81121,52550,hub,hub,non_hub,585616.696258,4511101.7763,586644.664817,4512696.44233
+10804,10804,626,162.0,010200,,40.7606694,-73.973473555,138.0,007600,40.74737476,-73.988320695,726.7099262,2203,313,1573,268,007600,242014413.464,010200,333450202.294,010200,42446766.0,007600,010200,12741.3324207,97464,52550,hub,hub,non_hub,585408.475283,4511206.08492,586644.664817,4512696.44233
+10805,10805,72,81.0,010200,,40.7606694,-73.973473555,86.0,007700,40.7390169121,-74.0026376103,1261.24375,5404,313,4254,268,007700,59306273.1509,010200,333450202.294,010200,42446766.0,007700,010200,12741.3324207,79025,52550,hub,hub,non_hub,584210.329106,4510264.47156,586644.664817,4512696.44233
+10806,10806,532,81.0,010200,,40.7606694,-73.973473555,78.0,007800,40.74780373,-73.9734419,736.291330217,7380,313,5372,268,007800,112124597.728,010200,333450202.294,010200,42446766.0,007800,010200,12741.3324207,59601,52550,hub,hub,non_hub,586664.043115,4511268.28888,586644.664817,4512696.44233
+10807,10807,203,405.0,010200,,40.7606694,-73.973473555,348.0,007900,40.738916514,-74.007286026,1670.19604331,4406,313,2904,268,007900,86937368.5918,010200,333450202.294,010200,42446766.0,007900,010200,12741.3324207,171846,52550,hub,hub,non_hub,583817.969395,4510248.87788,586644.664817,4512696.44233
+10808,10808,771,162.0,010200,,40.7606694,-73.973473555,142.0,008000,40.7485693,-73.97717991,638.815808178,4946,313,3730,268,008000,197763821.532,010200,333450202.294,010200,42446766.0,008000,010200,12741.3324207,74808,52550,hub,hub,non_hub,586347.477591,4511349.58844,586644.664817,4512696.44233
+10809,10809,120,81.0,010200,,40.7606694,-73.973473555,78.0,008100,40.73935542,-73.99931783,1094.15764482,8675,313,5315,268,008100,91100400.6907,010200,333450202.294,010200,42446766.0,008100,010200,12741.3324207,53195,52550,hub,hub,non_hub,584490.204148,4510305.23824,586644.664817,4512696.44233
+10810,10810,2733,243.0,010200,,40.7606694,-73.973473555,350.0,008200,40.7519747178,-73.9794153031,458.185919688,3442,313,2534,268,008200,262405408.076,010200,333450202.294,010200,42446766.0,008200,010200,12741.3324207,228612,52550,hub,hub,non_hub,586154.364584,4511725.41785,586644.664817,4512696.44233
+10811,10811,297,324.0,010200,,40.7606694,-73.973473555,238.0,008300,40.742591315,-74.004102785,1240.19744338,4211,313,2321,268,008300,119862327.354,010200,333450202.294,010200,42446766.0,008300,010200,12741.3324207,186113,52550,hub,hub,non_hub,584082.11654,4510659.85081,586644.664817,4512696.44233
+10812,10812,441,81.0,010200,,40.7606694,-73.973473555,76.0,008400,40.75038009,-73.98338988,578.307400498,1726,313,1041,268,008400,147824461.739,010200,333450202.294,010200,42446766.0,008400,010200,12741.3324207,34199,52550,hub,hub,non_hub,585820.889203,4511544.50828,586644.664817,4512696.44233
+10813,10813,422,81.0,010200,,40.7606694,-73.973473555,86.0,008601,40.744219,-73.97121214,780.558783415,2551,313,1528,268,008601,31141773.9073,010200,333450202.294,010200,42446766.0,008601,010200,12741.3324207,31961,52550,hub,hub,non_hub,586856.951039,4510872.56191,586644.664817,4512696.44233
+10814,10814,414,162.0,010200,,40.7606694,-73.973473555,156.0,008700,40.74206378,-73.995708955,973.669688072,6671,313,4249,268,008700,85660216.7821,010200,333450202.294,010200,42446766.0,008700,010200,12741.3324207,152953,52550,hub,hub,non_hub,584791.475936,4510609.36503,586644.664817,4512696.44233
+10815,10815,427,162.0,010200,,40.7606694,-73.973473555,156.0,008800,40.75012189,-73.970133575,633.460862072,6964,313,5507,268,008800,216532475.876,010200,333450202.294,010200,42446766.0,008800,010200,12741.3324207,43247,52550,hub,hub,non_hub,586940.323322,4511528.89362,586644.664817,4512696.44233
+10816,10816,475,243.0,010200,,40.7606694,-73.973473555,240.0,008900,40.74529008,-74.0021768567,1147.23729491,5560,313,3511,268,008900,54419260.2723,010200,333450202.294,010200,42446766.0,008900,010200,12741.3324207,158638,52550,hub,hub,non_hub,584241.316685,4510961.27944,586644.664817,4512696.44233
+10817,10817,968,243.0,010200,,40.7606694,-73.973473555,220.0,009000,40.75261798,-73.9703317533,532.459749066,7026,313,5832,268,009000,208846060.851,010200,333450202.294,010200,42446766.0,009000,010200,12741.3324207,74531,52550,hub,hub,non_hub,586920.342162,4511805.78171,586644.664817,4512696.44233
+10818,10818,136,81.0,010200,,40.7606694,-73.973473555,78.0,009100,40.74487634,-73.99529885,983.395306078,6415,313,4386,268,009100,127325659.041,010200,333450202.294,010200,42446766.0,009100,010200,12741.3324207,63878,52550,hub,hub,non_hub,584822.527687,4510921.97538,586644.664817,4512696.44233
+10819,10819,1706,162.0,010200,,40.7606694,-73.973473555,220.0,009200,40.7548518863,-73.9734329075,389.822022899,1754,313,1461,268,009200,408192557.246,010200,333450202.294,010200,42446766.0,009200,010200,12741.3324207,72226,52550,hub,hub,non_hub,586655.650548,4512050.69496,586644.664817,4512696.44233
+10820,10820,132,81.0,010200,,40.7606694,-73.973473555,78.0,009300,40.74475148,-73.99915362,1097.47446515,9705,313,5585,268,009300,68528055.2433,010200,333450202.294,010200,42446766.0,009300,010200,12741.3324207,52202,52550,hub,hub,non_hub,584497.239363,4510904.39701,586644.664817,4512696.44233
+10821,10821,1539,81.0,010200,,40.7606694,-73.973473555,62.0,009400,40.75320159,-73.9779874,382.117707006,29,313,16,268,009400,299218147.811,010200,333450202.294,010200,42446766.0,009400,010200,12741.3324207,82147,52550,hub,hub,non_hub,586273.319314,4511863.01244,586644.664817,4512696.44233
+10822,10822,136,81.0,010200,,40.7606694,-73.973473555,102.0,009500,40.746647,-73.993915,1057.24873354,3425,313,1416,268,009500,129660033.725,010200,333450202.294,010200,42446766.0,009500,010200,12741.3324207,57488,52550,hub,hub,non_hub,584937.108907,4511119.86954,586644.664817,4512696.44233
+10823,10823,1287,243.0,010200,,40.7606694,-73.973473555,280.0,009600,40.7560113292,-73.9803370248,455.522521108,153,313,268,268,009600,270304841.585,010200,333450202.294,010200,42446766.0,009600,010200,12741.3324207,71527,52550,hub,hub,non_hub,586071.348273,4512172.60702,586644.664817,4512696.44233
+10824,10824,319,243.0,010200,,40.7606694,-73.973473555,198.0,009700,40.7493616033,-73.9991321067,996.975968228,4744,313,2827,268,009700,83018263.1602,010200,333450202.294,010200,42446766.0,009700,010200,12741.3324207,118804,52550,hub,hub,non_hub,584493.220017,4511416.17434,586644.664817,4512696.44233
+10825,10825,531,162.0,010200,,40.7606694,-73.973473555,140.0,009800,40.755285655,-73.96667288,479.422178667,7105,313,5244,268,009800,115943808.909,010200,333450202.294,010200,42446766.0,009800,010200,12741.3324207,40039,52550,hub,hub,non_hub,587225.727282,4512105.54383,586644.664817,4512696.44233
+10826,10826,695,405.0,010200,,40.7606694,-73.973473555,370.0,009900,40.7520807866,-74.0031899092,950.116281032,3617,313,2438,268,009900,404439511.776,010200,333450202.294,010200,42446766.0,009900,010200,12741.3324207,208076,52550,hub,hub,non_hub,584147.226991,4511714.12465,586644.664817,4512696.44233
+10827,10827,1298,243.0,010200,,40.7606694,-73.973473555,242.0,010000,40.7583696933,-73.9710287767,325.967948289,1829,313,1399,268,010000,366457143.613,010200,333450202.294,010200,42446766.0,010000,010200,12741.3324207,72085,52550,hub,hub,non_hub,586854.014885,4512443.57459,586644.664817,4512696.44233
+10828,10828,1775,243.0,010200,,40.7606694,-73.973473555,254.0,010100,40.74945622,-73.9903382667,805.328399934,1119,313,828,268,010100,246168211.101,010200,333450202.294,010200,42446766.0,010100,010200,12741.3324207,183377,52550,hub,hub,non_hub,585235.486219,4511435.18064,586644.664817,4512696.44233
+10829,10829,2407,162.0,010200,,40.7606694,-73.973473555,196.0,010300,40.751000495,-73.994372255,853.046668827,1859,313,1351,268,010300,141506056.87,010200,333450202.294,010200,42446766.0,010300,010200,12741.3324207,221593,52550,hub,hub,non_hub,584892.968075,4511602.69644,586644.664817,4512696.44233
+10830,10830,1196,162.0,010200,,40.7606694,-73.973473555,150.0,010400,40.761664375,-73.976854975,371.94359264,1031,313,1033,268,010400,363981333.295,010200,333450202.294,010200,42446766.0,010400,010200,12741.3324207,65073,52550,hub,hub,non_hub,586357.961325,4512803.55852,586644.664817,4512696.44233
+10831,10831,287,81.0,010200,,40.7606694,-73.973473555,66.0,010602,40.75849116,-73.95920622,649.934863946,4794,313,2963,268,010602,67980898.3739,010200,333450202.294,010200,42446766.0,010602,010200,12741.3324207,22153,52550,hub,hub,non_hub,587851.796682,4512468.82754,586644.664817,4512696.44233
+10832,10832,1304,243.0,010200,,40.7606694,-73.973473555,234.0,010800,40.7591736033,-73.96613818,430.281392785,8531,313,6272,268,010800,189351523.799,010200,333450202.294,010200,42446766.0,010800,010200,12741.3324207,79198,52550,hub,hub,non_hub,587265.778542,4512537.66689,586644.664817,4512696.44233
+10833,10833,460,162.0,010200,,40.7606694,-73.973473555,228.0,010900,40.751351715,-73.987594755,748.784230579,182,313,92,268,010900,228173063.011,010200,333450202.294,010200,42446766.0,010900,010200,12741.3324207,60092,52550,hub,hub,non_hub,585464.669441,4511648.26242,586644.664817,4512696.44233
+10834,10834,298,81.0,010200,,40.7606694,-73.973473555,118.0,011201,40.7643971,-73.97371465,572.673484367,827,313,964,268,011201,118515444.187,010200,333450202.294,010200,42446766.0,011201,010200,12741.3324207,41525,52550,hub,hub,non_hub,586619.474659,4513110.00718,586644.664817,4512696.44233
+10835,10835,652,81.0,010200,,40.7606694,-73.973473555,66.0,011203,40.76095756,-73.96724467,427.318447517,1176,313,1160,268,011203,143782379.009,010200,333450202.294,010200,42446766.0,011203,010200,12741.3324207,48033,52550,hub,hub,non_hub,587170.050102,4512734.59972,586644.664817,4512696.44233
+10836,10836,2453,324.0,010200,,40.7606694,-73.973473555,396.0,011300,40.7548008425,-73.9888010575,667.700370824,204,313,107,268,011300,357940519.061,010200,333450202.294,010200,42446766.0,011300,010200,12741.3324207,236650,52550,hub,hub,non_hub,585358.423228,4512029.96675,586644.664817,4512696.44233
+10837,10837,1121,162.0,010200,,40.7606694,-73.973473555,164.0,011500,40.75701407,-73.992353645,720.459851408,2487,313,1678,268,011500,130958459.747,010200,333450202.294,010200,42446766.0,011500,010200,12741.3324207,103294,52550,hub,hub,non_hub,585055.712647,4512272.20178,586644.664817,4512696.44233
+10838,10838,304,162.0,010200,,40.7606694,-73.973473555,168.0,011700,40.76058799,-74.00080945,1004.15064467,2938,313,2304,268,011700,91270705.1484,010200,333450202.294,010200,42446766.0,011700,010200,12741.3324207,73016,52550,hub,hub,non_hub,584337.427395,4512660.77158,586644.664817,4512696.44233
+10839,10839,842,81.0,010200,,40.7606694,-73.973473555,68.0,011900,40.7568001,-73.98291153,411.403793322,1079,313,1121,268,011900,395254501.74,010200,333450202.294,010200,42446766.0,011900,010200,12741.3324207,39976,52550,hub,hub,non_hub,585853.012005,4512257.64444,586644.664817,4512696.44233
+10840,10840,1034,243.0,010200,,40.7606694,-73.973473555,218.0,012100,40.7598593767,-73.9914900133,699.334355448,8366,313,5744,268,012100,101223732.045,010200,333450202.294,010200,42446766.0,012100,010200,12741.3324207,132767,52550,hub,hub,non_hub,585124.983127,4512588.88932,586644.664817,4512696.44233
+10841,10841,508,81.0,010200,,40.7606694,-73.973473555,102.0,012500,40.76064679,-73.98442659,482.040378902,2439,313,2096,268,012500,322911522.418,010200,333450202.294,010200,42446766.0,012500,010200,12741.3324207,45486,52550,hub,hub,non_hub,585720.180916,4512683.17447,586644.664817,4512696.44233
+10842,10842,1211,162.0,010200,,40.7606694,-73.973473555,168.0,012700,40.762485435,-73.990447135,616.552214231,6437,313,4434,268,012700,104637996.687,010200,333450202.294,010200,42446766.0,012700,010200,12741.3324207,83393,52550,hub,hub,non_hub,585209.656415,4512881.41361,586644.664817,4512696.44233
+10843,10843,289,81.0,010200,,40.7606694,-73.973473555,48.0,012900,40.76341379,-73.99667444,740.185607477,5312,313,3621,268,012900,158698340.053,010200,333450202.294,010200,42446766.0,012900,010200,12741.3324207,28661,52550,hub,hub,non_hub,584682.864463,4512978.43901,586644.664817,4512696.44233
+10844,10844,2161,243.0,010200,,40.7606694,-73.973473555,320.0,013100,40.7621295133,-73.98215453,421.556172663,2489,313,2283,268,013100,405023451.28,010200,333450202.294,010200,42446766.0,013100,010200,12741.3324207,107228,52550,hub,hub,non_hub,585910.049449,4512849.98999,586644.664817,4512696.44233
+10845,10845,1250,243.0,010200,,40.7606694,-73.973473555,202.0,013300,40.7647250567,-73.9866537633,536.588500899,5363,313,3909,268,013300,79847412.2593,010200,333450202.294,010200,42446766.0,013300,010200,12741.3324207,89810,52550,hub,hub,non_hub,585526.963405,4513133.71926,586644.664817,4512696.44233
+10846,10846,755,162.0,010200,,40.7606694,-73.973473555,130.0,013500,40.766984435,-73.99227308,673.715036872,6075,313,3935,268,013500,198199142.958,010200,333450202.294,010200,42446766.0,013500,010200,12741.3324207,64723,52550,hub,hub,non_hub,585049.80204,4513379.06475,586644.664817,4512696.44233
+10847,10847,2264,162.0,010200,,40.7606694,-73.973473555,196.0,013700,40.766109285,-73.981808355,426.698479667,6557,313,5442,268,013700,314878324.419,010200,333450202.294,010200,42446766.0,013700,010200,12741.3324207,91142,52550,hub,hub,non_hub,585934.141665,4513292.1137,586644.664817,4512696.44233
+10848,10848,761,81.0,010200,,40.7606694,-73.973473555,54.0,013900,40.768254,-73.988639,549.826077168,7607,313,7359,268,013900,139918084.587,010200,333450202.294,010200,42446766.0,013900,010200,12741.3324207,26390,52550,hub,hub,non_hub,585354.890073,4513523.52534,586644.664817,4512696.44233
+10849,10849,224,81.0,010200,,40.7606694,-73.973473555,98.0,014300,40.76590936,-73.97634151,727.811403509,3,313,0,268,014300,50027992.3322,010200,333450202.294,010200,42446766.0,014300,010200,12741.3324207,21051,52550,hub,hub,non_hub,586395.803012,4513275.28949,586644.664817,4512696.44233
+10850,10850,1131,81.0,010200,,40.7606694,-73.973473555,72.0,014500,40.76915505,-73.98191841,643.243928919,5811,313,3462,268,014500,253397343.373,010200,333450202.294,010200,42446766.0,014500,010200,12741.3324207,68350,52550,hub,hub,non_hub,585920.929601,4513630.10902,586644.664817,4512696.44233
+10851,10851,359,81.0,010200,,40.7606694,-73.973473555,110.0,014700,40.770513,-73.988038,667.689903505,2586,313,1743,268,014700,70871746.8417,010200,333450202.294,010200,42446766.0,014700,010200,12741.3324207,35099,52550,hub,hub,non_hub,585402.720353,4513774.87644,586644.664817,4512696.44233
+10852,10852,242,81.0,010200,,40.7606694,-73.973473555,72.0,015100,40.771522,-73.990541,635.49673478,8105,313,4856,268,015100,164953931.102,010200,333450202.294,010200,42446766.0,015100,010200,12741.3324207,17578,52550,hub,hub,non_hub,585190.192062,4513884.4495,586644.664817,4512696.44233
+10853,10853,152,162.0,010200,,40.7606694,-73.973473555,140.0,031703,40.71644312,-74.014902115,1890.0382279,8670,313,4231,268,031703,332361109.355,010200,333450202.294,010200,42446766.0,031703,010200,12741.3324207,136082,52550,hub,hub,non_hub,583202.897614,4507746.93647,586644.664817,4512696.44233
+10854,10854,67,243.0,010200,,40.7606694,-73.973473555,196.0,031704,40.7085171733,-74.0165557667,2209.80682504,6610,313,3790,268,031704,160823714.408,010200,333450202.294,010200,42446766.0,031704,010200,12741.3324207,105244,52550,hub,hub,non_hub,583073.076824,4506865.54027,586644.664817,4512696.44233
+10855,10855,37,243.0,010200,,40.7606694,-73.973473555,170.0,000600,40.7128987867,-73.9898646367,1170.02777778,11558,313,4083,268,000600,59149181.7526,010200,333450202.294,010200,42446766.0,000600,010200,12741.3324207,70053,52550,hub,hub,non_hub,585322.159723,4507377.5136,586644.664817,4512696.44233
+10856,10856,133,294.0,010300,,40.751000495,-73.994372255,108.0,000202,40.71318002,-73.9818904933,1658.05584311,8012,1859,3598,1351,000202,37878157.9781,010300,141506056.87,,0.0,000202,010300,15317.6913149,56352,186112,hub,hub,non_hub,585995.353038,4507416.50937,584892.968075,4511602.69644
+10857,10857,1150,686.0,010300,,40.751000495,-73.994372255,516.0,000700,40.70581148,-74.0081572071,1793.77238688,7722,1859,5201,1351,000700,476954959.734,010300,141506056.87,,0.0,000700,010300,15317.6913149,160040,186112,hub,hub,non_hub,583785.918305,4506573.16797,584892.968075,4511602.69644
+10858,10858,32,196.0,010300,,40.751000495,-73.994372255,94.0,000800,40.712414475,-73.993471545,1531.80714286,10365,1859,4150,1351,000800,46479755.076,010300,141506056.87,,0.0,000800,010300,15317.6913149,34254,186112,hub,hub,non_hub,585018.109713,4507320.25418,584892.968075,4511602.69644
+10859,10859,620,294.0,010300,,40.751000495,-73.994372255,194.0,000900,40.7024745833,-74.01224785,1842.54803564,1140,1859,939,1351,000900,404341803.896,010300,141506056.87,,0.0,000900,010300,15317.6913149,46446,186112,hub,hub,non_hub,583444.520998,4506198.85784,584892.968075,4511602.69644
+10860,10860,42,98.0,010300,,40.751000495,-73.994372255,38.0,001002,40.71782143,-73.97628939,1541.43249428,6439,1859,2346,1351,001002,22763374.2099,010300,141506056.87,,0.0,001002,010300,15317.6913149,15916,186112,hub,hub,non_hub,586462.45635,4507937.23607,584892.968075,4511602.69644
+10861,10861,104,196.0,010300,,40.751000495,-73.994372255,92.0,001200,40.717364275,-73.982955325,1446.19487805,3547,1859,1857,1351,001200,23518220.7411,010300,141506056.87,,0.0,001200,010300,15317.6913149,36493,186112,hub,hub,non_hub,585900.031125,4507879.94738,584892.968075,4511602.69644
+10862,10862,653,98.0,010300,,40.751000495,-73.994372255,72.0,001300,40.70463334,-74.01361706,1719.65903277,3776,1859,3028,1351,001300,286606455.687,010300,141506056.87,,0.0,001300,010300,15317.6913149,27671,186112,hub,hub,non_hub,583326.158808,4506437.19368,584892.968075,4511602.69644
+10863,10863,111,98.0,010300,,40.751000495,-73.994372255,56.0,001401,40.71559509,-73.9870295,1414.50829519,3289,1859,1708,1351,001401,20168722.3199,010300,141506056.87,,0.0,001401,010300,15317.6913149,26885,186112,hub,hub,non_hub,585558.18429,4507679.57909,584892.968074,4511602.69644
+10864,10864,170,196.0,010300,,40.751000495,-73.994372255,134.0,001501,40.70966832,-74.003597135,1734.8427399,5581,1859,3450,1351,001501,172466366.322,010300,141506056.87,,0.0,001501,010300,15317.6913149,27425,186112,hub,hub,non_hub,584166.279828,4507005.66129,584892.968075,4511602.69644
+10865,10865,667,294.0,010300,,40.751000495,-73.994372255,246.0,001502,40.7088053467,-74.00635276,1513.63160988,7095,1859,3459,1351,001502,221282059.103,010300,141506056.87,,0.0,001502,010300,15317.6913149,82052,186112,hub,hub,non_hub,583934.59195,4506907.22889,584892.968075,4511602.69644
+10866,10866,285,294.0,010300,,40.751000495,-73.994372255,214.0,001600,40.7153350167,-73.9943926833,1441.67374582,8236,1859,3242,1351,001600,76565505.7581,010300,141506056.87,,0.0,001600,010300,15317.6913149,82798,186112,hub,hub,non_hub,584936.591099,4507643.5622,584892.968075,4511602.69644
+10867,10867,475,392.0,010300,,40.751000495,-73.994372255,308.0,001800,40.7193657075,-73.9906468425,1327.61611152,8063,1859,3489,1351,001800,60554858.5127,010300,141506056.87,,0.0,001800,010300,15317.6913149,133306,186112,hub,hub,non_hub,585247.838585,4508094.62497,584892.968075,4511602.69644
+10868,10868,158,196.0,010300,,40.751000495,-73.994372255,92.0,002000,40.721554605,-73.977309405,1502.49910256,4795,1859,1899,1351,002000,17907673.5628,010300,141506056.87,,0.0,002000,010300,15317.6913149,31656,186112,hub,hub,non_hub,586371.478696,4508350.63994,584892.968075,4511602.69644
+10869,10869,1839,392.0,010300,,40.751000495,-73.994372255,204.0,002100,40.71451321,-74.0108850975,1332.49174691,6111,1859,3038,1351,002100,273869828.705,010300,141506056.87,,0.0,002100,010300,15317.6913149,151037,186112,hub,hub,non_hub,583544.598931,4507536.51732,584892.968074,4511602.69644
+10870,10870,53,196.0,010300,,40.751000495,-73.994372255,88.0,002201,40.71833027,-73.980972895,1130.00711054,6762,1859,3030,1351,002201,37585954.9949,010300,141506056.87,,0.0,002201,010300,15317.6913149,26391,186112,hub,hub,non_hub,586066.226443,4507989.12022,584892.968075,4511602.69644
+10871,10871,88,98.0,010300,,40.751000495,-73.994372255,62.0,002202,40.7208736,-73.98085795,1466.05592378,2256,1859,1045,1351,002202,13179093.8977,010300,141506056.87,,0.0,002202,010300,15317.6913149,23935,186112,hub,hub,non_hub,586072.658368,4508271.55961,584892.968075,4511602.69644
+10872,10872,32,196.0,010300,,40.751000495,-73.994372255,96.0,002400,40.724744875,-73.974986535,1449.54166667,5775,1859,2175,1351,002400,17986635.5592,010300,141506056.87,,0.0,002400,010300,15317.6913149,17965,186112,hub,hub,non_hub,586563.526382,4508707.06897,584892.968075,4511602.69644
+10873,10873,35,196.0,010300,,40.751000495,-73.994372255,124.0,002500,40.7111743,-73.99849582,1425.83585859,5061,1859,1917,1351,002500,22428407.6271,010300,141506056.87,,0.0,002500,010300,15317.6913149,28216,186112,hub,hub,non_hub,584595.28909,4507177.73549,584892.968075,4511602.69644
+10874,10874,91,98.0,010300,,40.751000495,-73.994372255,62.0,002601,40.72299208,-73.97995466,1208.05116796,3774,1859,1593,1351,002601,22248722.3098,010300,141506056.87,,0.0,002601,010300,15317.6913149,22144,186112,hub,hub,non_hub,586146.216204,4508507.61099,584892.968074,4511602.69644
+10875,10875,39,98.0,010300,,40.751000495,-73.994372255,54.0,002700,40.71307916,-73.99851193,1651.53965517,1191,1859,655,1351,002700,11349914.9514,010300,141506056.87,,0.0,002700,010300,15317.6913149,20570,186112,hub,hub,non_hub,584591.517275,4507389.17181,584892.968075,4511602.69644
+10876,10876,139,98.0,010300,,40.751000495,-73.994372255,64.0,002800,40.72521311,-73.97768752,1296.54730769,7302,1859,3341,1351,002800,47641507.3146,010300,141506056.87,,0.0,002800,010300,15317.6913149,36744,186112,hub,hub,non_hub,586334.816403,4508756.38709,584892.968074,4511602.69644
+10877,10877,286,98.0,010300,,40.751000495,-73.994372255,86.0,002900,40.71602118,-73.99974372,1304.73732776,5855,1859,2420,1351,002900,200965547.24,010300,141506056.87,,0.0,002900,010300,15317.6913149,31936,186112,hub,hub,non_hub,584483.752153,4507714.56961,584892.968075,4511602.69644
+10878,10878,173,98.0,010300,,40.751000495,-73.994372255,70.0,003001,40.72066442,-73.98517977,1470.86453202,4301,1859,2553,1351,003001,34302720.7166,010300,141506056.87,,0.0,003001,010300,15317.6913149,41223,186112,hub,hub,non_hub,585707.91731,4508244.11218,584892.968075,4511602.69644
+10879,10879,141,98.0,010300,,40.751000495,-73.994372255,74.0,003002,40.72217444,-73.98368779,1318.45597291,3031,1859,1885,1351,003002,18686109.2263,010300,141506056.87,,0.0,003002,010300,15317.6913149,38675,186112,hub,hub,non_hub,585831.986427,4508413.19181,584892.968074,4511602.69644
+10880,10880,771,294.0,010300,,40.751000495,-73.994372255,242.0,003100,40.7140617467,-74.0041933367,1494.31355411,2809,1859,858,1351,003100,145687012.574,010300,141506056.87,,0.0,003100,010300,15317.6913149,81469,186112,hub,hub,non_hub,584110.388584,4507492.78891,584892.968074,4511602.69644
+10881,10881,752,294.0,010300,,40.751000495,-73.994372255,200.0,003200,40.7260543867,-73.9823576167,1195.88640385,7630,1859,4888,1351,003200,46369492.482,010300,141506056.87,,0.0,003200,010300,15317.6913149,138064,186112,hub,hub,non_hub,585939.335766,4508845.19329,584892.968075,4511602.69644
+10882,10882,913,490.0,010300,,40.751000495,-73.994372255,346.0,003300,40.7188192052,-74.0063400727,1208.61258925,5174,1859,2694,1351,003300,215459582.054,010300,141506056.87,,0.0,003300,010300,15317.6913149,115059,186112,hub,hub,non_hub,583923.087645,4508018.84426,584892.968075,4511602.69644
+10883,10883,215,98.0,010300,,40.751000495,-73.994372255,78.0,003400,40.72955361,-73.98057249,1037.98555897,6706,1859,4203,1351,003400,42933229.7541,010300,141506056.87,,0.0,003400,010300,15317.6913149,47926,186112,hub,hub,non_hub,586085.581298,4509235.37985,584892.968075,4511602.69644
+10884,10884,307,196.0,010300,,40.751000495,-73.994372255,132.0,003601,40.72217423,-73.990293175,1243.09106443,3299,1859,1613,1351,003601,29191583.8104,010300,141506056.87,,0.0,003601,010300,15317.6913149,77585,186112,hub,hub,non_hub,585274.124459,4508406.73315,584892.968075,4511602.69644
+10885,10885,528,196.0,010300,,40.751000495,-73.994372255,124.0,003602,40.724852985,-73.989265345,1191.96158358,2918,1859,1586,1351,003602,24941258.1161,010300,141506056.87,,0.0,003602,010300,15317.6913149,82124,186112,hub,hub,non_hub,585357.507872,4508705.09166,584892.968075,4511602.69644
+10886,10886,3452,392.0,010300,,40.751000495,-73.994372255,296.0,003700,40.7256696075,-74.0052069325,1048.76760575,2401,1859,1490,1351,003700,212385639.924,010300,141506056.87,,0.0,003700,010300,15317.6913149,173333,186112,hub,hub,hub,584010.178026,4508780.36793,584892.968075,4511602.69644
+10887,10887,1314,392.0,010300,,40.751000495,-73.994372255,320.0,003800,40.72765889,-73.988195855,1096.18834058,8610,1859,5795,1351,003800,67437493.5221,010300,141506056.87,,0.0,003800,010300,15317.6913149,167230,186112,hub,hub,non_hub,585444.239635,4509017.60641,584892.968075,4511602.69644
+10888,10888,1427,392.0,010300,,40.751000495,-73.994372255,212.0,003900,40.7201717475,-74.00983051,1283.97000813,5253,1859,3059,1351,003900,194910113.03,010300,141506056.87,,0.0,003900,010300,15317.6913149,113624,186112,hub,hub,non_hub,583626.593058,4508165.65565,584892.968075,4511602.69644
+10889,10889,574,196.0,010300,,40.751000495,-73.994372255,132.0,004000,40.73000573,-73.98549552,1077.75809721,9801,1859,4546,1351,004000,66858387.5133,010300,141506056.87,,0.0,004000,010300,15317.6913149,99660,186112,hub,hub,non_hub,585669.269443,4509280.75306,584892.968075,4511602.69644
+10890,10890,628,196.0,010300,,40.751000495,-73.994372255,128.0,004100,40.7195529,-73.996789035,1470.56899653,7793,1859,3765,1351,004100,71738983.3617,010300,141506056.87,,0.0,004100,010300,15317.6913149,114685,186112,hub,hub,non_hub,584728.836557,4508109.46034,584892.968075,4511602.69644
+10891,10891,354,98.0,010300,,40.751000495,-73.994372255,70.0,004200,40.73223272,-73.98889957,913.991875719,4988,1859,1801,1351,004200,39941846.3325,010300,141506056.87,,0.0,004200,010300,15317.6913149,50846,186112,hub,hub,non_hub,585378.96492,4509524.64843,584892.968075,4511602.69644
+10892,10892,757,196.0,010300,,40.751000495,-73.994372255,134.0,004300,40.723870235,-73.995226525,1162.92520061,4267,1859,2598,1351,004300,65935514.1184,010300,141506056.87,,0.0,004300,010300,15317.6913149,95162,186112,hub,hub,non_hub,584855.320992,4508590.22212,584892.968075,4511602.69644
+10893,10893,934,196.0,010300,,40.751000495,-73.994372255,120.0,004400,40.73080269,-73.97968993,1050.85604887,17710,1859,8297,1351,004400,114601147.016,010300,141506056.87,,0.0,004400,010300,15317.6913149,106427,186112,hub,hub,non_hub,586158.498991,4509374.90208,584892.968075,4511602.69644
+10894,10894,236,98.0,010300,,40.751000495,-73.994372255,54.0,004500,40.71910537,-73.99973337,1336.14553429,840,1859,582,1351,004500,52009114.8865,010300,141506056.87,,0.0,004500,010300,15317.6913149,34275,186112,hub,hub,non_hub,584480.726971,4508056.94497,584892.968075,4511602.69644
+10895,10895,165,98.0,010300,,40.751000495,-73.994372255,78.0,004700,40.72165481,-74.00234737,1250.34926471,2267,1859,1586,1351,004700,75477587.1594,010300,141506056.87,,0.0,004700,010300,15317.6913149,27544,186112,hub,hub,non_hub,584256.734795,4508337.43837,584892.968075,4511602.69644
+10896,10896,575,98.0,010300,,40.751000495,-73.994372255,70.0,004800,40.73624527,-73.98473765,784.43457006,7550,1859,3799,1351,004800,74763044.6965,010300,141506056.87,,0.0,004800,010300,15317.6913149,42567,186112,hub,hub,non_hub,585725.258797,4509974.12516,584892.968074,4511602.69644
+10897,10897,764,196.0,010300,,40.751000495,-73.994372255,146.0,004900,40.724268615,-74.000521515,1145.7194545,4951,1859,3054,1351,004900,103848670.177,010300,141506056.87,,0.0,004900,010300,15317.6913149,80152,186112,hub,hub,non_hub,584407.63728,4508629.34168,584892.968075,4511602.69644
+10898,10898,1869,294.0,010300,,40.751000495,-73.994372255,186.0,005000,40.7359163467,-73.9873427633,824.082148303,5061,1859,3595,1351,005000,120638459.215,010300,141506056.87,,0.0,005000,010300,15317.6913149,111023,186112,hub,hub,non_hub,585505.709717,4509935.07175,584892.968075,4511602.69644
+10899,10899,2609,196.0,010300,,40.751000495,-73.994372255,212.0,005200,40.73715585,-73.991241315,749.886418354,4193,1859,1785,1351,005200,109103391.81,010300,141506056.87,,0.0,005200,010300,15317.6913149,159876,186112,hub,hub,non_hub,585174.941657,4510068.87544,584892.968074,4511602.69644
+10900,10900,2063,98.0,010300,,40.751000495,-73.994372255,94.0,005400,40.73971301,-73.99456405,583.17979351,4656,1859,2837,1351,005400,128803552.888,010300,141506056.87,,0.0,005400,010300,15317.6913149,73728,186112,hub,hub,non_hub,584891.129718,4510349.51956,584892.968074,4511602.69644
+10901,10901,638,98.0,010300,,40.751000495,-73.994372255,60.0,005501,40.72679454,-73.99695094,1059.92054264,5079,1859,2483,1351,005501,61061928.4125,010300,141506056.87,,0.0,005501,010300,15317.6913149,57258,186112,hub,hub,non_hub,584705.980012,4508913.17477,584892.968075,4511602.69644
+10902,10902,387,98.0,010300,,40.751000495,-73.994372255,54.0,005502,40.72743423,-73.99379025,997.343558415,2383,1859,1262,1351,005502,49017118.6146,010300,141506056.87,,0.0,005502,010300,15317.6913149,55117,186112,hub,hub,non_hub,584972.085912,4508987.23863,584892.968074,4511602.69644
+10903,10903,2269,196.0,010300,,40.751000495,-73.994372255,190.0,005600,40.74065347,-73.98778661,630.979455306,2618,1859,2190,1351,005600,189153355.609,010300,141506056.87,,0.0,005600,010300,15317.6913149,113209,186112,hub,hub,non_hub,585462.168743,4510460.49357,584892.968075,4511602.69644
+10904,10904,1574,196.0,010300,,40.751000495,-73.994372255,164.0,005700,40.729662915,-73.992405595,980.706039202,2937,1859,1789,1351,005700,90178032.7137,010300,141506056.87,,0.0,005700,010300,15317.6913149,156896,186112,hub,hub,non_hub,585086.179601,4509235.9788,584892.968075,4511602.69644
+10905,10905,3358,196.0,010300,,40.751000495,-73.994372255,174.0,005800,40.743154205,-73.990299735,483.592184134,3182,1859,2306,1351,005800,164037511.755,010300,141506056.87,,0.0,005800,010300,15317.6913149,130970,186112,hub,hub,hub,585246.786708,4510735.64918,584892.968075,4511602.69644
+10906,10906,557,98.0,010300,,40.751000495,-73.994372255,62.0,005900,40.73049393,-73.9957214,936.414333616,5516,1859,3276,1351,005900,71785177.1361,010300,141506056.87,,0.0,005900,010300,15317.6913149,53180,186112,hub,hub,non_hub,584805.117402,4509325.01914,584892.968074,4511602.69644
+10907,10907,1025,196.0,010300,,40.751000495,-73.994372255,126.0,006000,40.734822295,-73.976916765,1006.79113001,5286,1859,2459,1351,006000,27468182.8943,010300,141506056.87,,0.0,006000,010300,15317.6913149,80462,186112,hub,hub,non_hub,586387.478737,4509823.83141,584892.968075,4511602.69644
+10908,10908,2567,392.0,010300,,40.751000495,-73.994372255,282.0,006100,40.73385254,-73.992357065,857.148207792,4913,1859,2683,1351,006100,91682014.33,010300,141506056.87,,0.0,006100,010300,15317.6913149,245510,186112,hub,hub,non_hub,585084.940162,4509701.10308,584892.968075,4511602.69644
+10909,10909,392,98.0,010300,,40.751000495,-73.994372255,60.0,006200,40.7381765,-73.97738662,888.403571429,4680,1859,1401,1351,006200,231817485.533,010300,141506056.87,,0.0,006200,010300,15317.6913149,33218,186112,hub,hub,non_hub,586343.467107,4510195.70961,584892.968075,4511602.69644
+10910,10910,1290,294.0,010300,,40.751000495,-73.994372255,198.0,006300,40.7346940933,-73.99785666,825.383538016,6076,1859,4277,1351,006300,85447631.8451,010300,141506056.87,,0.0,006300,010300,15317.6913149,120233,186112,hub,hub,non_hub,584619.48321,4509789.20591,584892.968075,4511602.69644
+10911,10911,473,98.0,010300,,40.751000495,-73.994372255,78.0,006400,40.73587678,-73.98205027,966.267739853,7518,1859,5058,1351,006400,95664936.1545,010300,141506056.87,,0.0,006400,010300,15317.6913149,47750,186112,hub,hub,non_hub,585952.649806,4509935.84788,584892.968074,4511602.69644
+10912,10912,1237,294.0,010300,,40.751000495,-73.994372255,212.0,006500,40.7306296367,-73.9991423,885.338312412,6517,1859,3568,1351,006500,59290910.3694,010300,141506056.87,,0.0,006500,010300,15317.6913149,125356,186112,hub,hub,non_hub,584516.067395,4509336.78488,584892.968075,4511602.69644
+10913,10913,898,196.0,010300,,40.751000495,-73.994372255,164.0,006600,40.739285505,-73.97827188,850.049493713,11780,1859,6818,1351,006600,84730469.4548,010300,141506056.87,,0.0,006600,010300,15317.6913149,74621,186112,hub,hub,non_hub,586267.286922,4510317.94668,584892.968074,4511602.69644
+10914,10914,634,98.0,010300,,40.751000495,-73.994372255,78.0,006700,40.73038599,-74.00214988,863.158337764,4984,1859,3796,1351,006700,47238039.9972,010300,141506056.87,,0.0,006700,010300,15317.6913149,70025,186112,hub,hub,non_hub,584262.399901,4509306.84766,584892.968075,4511602.69644
+10915,10915,1052,98.0,010300,,40.751000495,-73.994372255,78.0,006800,40.74025878,-73.98409214,730.638836619,6735,1859,4494,1351,006800,130298431.446,010300,141506056.87,,0.0,006800,010300,15317.6913149,58926,186112,hub,hub,non_hub,585774.608423,4510420.28363,584892.968075,4511602.69644
+10916,10916,2645,196.0,010300,,40.751000495,-73.994372255,134.0,006900,40.732319905,-74.0069291,805.981408239,2687,1859,1484,1351,006900,61292499.9331,010300,141506056.87,,0.0,006900,010300,15317.6913149,130727,186112,hub,hub,non_hub,583856.38945,4509516.94969,584892.968075,4511602.69644
+10917,10917,2278,294.0,010300,,40.751000495,-73.994372255,254.0,007000,40.7425324921,-73.975647951,730.335423814,8302,1859,5669,1351,007000,78634704.8451,010300,141506056.87,,0.0,007000,010300,15317.6913149,145227,186112,hub,hub,non_hub,586484.629852,4510680.9674,584892.968075,4511602.69644
+10918,10918,1076,196.0,010300,,40.751000495,-73.994372255,142.0,007100,40.736526545,-74.000108805,674.886022377,5633,1859,3844,1351,007100,68447429.2743,010300,141506056.87,,0.0,007100,010300,15317.6913149,79459,186112,hub,hub,non_hub,584426.995774,4509990.4524,584892.968074,4511602.69644
+10919,10919,3065,294.0,010300,,40.751000495,-73.994372255,252.0,007200,40.7447014833,-73.98154809,558.704416134,7734,1859,5222,1351,007200,132092861.454,010300,141506056.87,,0.0,007200,010300,15317.6913149,157612,186112,hub,hub,hub,585983.687715,4510915.94446,584892.968075,4511602.69644
+10920,10920,1316,196.0,010300,,40.751000495,-73.994372255,118.0,007300,40.734682705,-74.00388484,775.800761317,5615,1859,4547,1351,007300,48716185.79,010300,141506056.87,,0.0,007300,010300,15317.6913149,92567,186112,hub,hub,non_hub,584110.479319,4509782.14883,584892.968075,4511602.69644
+10921,10921,2046,196.0,010300,,40.751000495,-73.994372255,172.0,007400,40.746413585,-73.98586892,431.61206066,4179,1859,2700,1351,007400,170614202.951,010300,141506056.87,,0.0,007400,010300,15317.6913149,81121,186112,hub,hub,non_hub,585616.696258,4511101.7763,584892.968075,4511602.69644
+10922,10922,1911,196.0,010300,,40.751000495,-73.994372255,138.0,007600,40.74737476,-73.988320695,393.438787003,2203,1859,1573,1351,007600,242014413.464,010300,141506056.87,,0.0,007600,010300,15317.6913149,97464,186112,hub,hub,non_hub,585408.475283,4511206.08492,584892.968075,4511602.69644
+10923,10923,2544,98.0,010300,,40.751000495,-73.994372255,86.0,007700,40.7390169121,-74.0026376103,551.193528315,5404,1859,4254,1351,007700,59306273.1509,010300,141506056.87,,0.0,007700,010300,15317.6913149,79025,186112,hub,hub,non_hub,584210.329106,4510264.47156,584892.968075,4511602.69644
+10924,10924,477,98.0,010300,,40.751000495,-73.994372255,78.0,007800,40.74780373,-73.9734419,826.085125736,7380,1859,5372,1351,007800,112124597.728,010300,141506056.87,,0.0,007800,010300,15317.6913149,59601,186112,hub,hub,non_hub,586664.043115,4511268.28888,584892.968075,4511602.69644
+10925,10925,4225,490.0,010300,,40.751000495,-73.994372255,348.0,007900,40.738916514,-74.007286026,707.065997423,4406,1859,2904,1351,007900,86937368.5918,010300,141506056.87,,0.0,007900,010300,15317.6913149,171846,186112,hub,hub,hub,583817.969395,4510248.87788,584892.968075,4511602.69644
+10926,10926,1598,196.0,010300,,40.751000495,-73.994372255,142.0,008000,40.7485693,-73.97717991,657.090553821,4946,1859,3730,1351,008000,197763821.532,010300,141506056.87,,0.0,008000,010300,15317.6913149,74808,186112,hub,hub,non_hub,586347.477591,4511349.58844,584892.968075,4511602.69644
+10927,10927,1260,98.0,010300,,40.751000495,-73.994372255,78.0,008100,40.73935542,-73.99931783,567.076138432,8675,1859,5315,1351,008100,91100400.6907,010300,141506056.87,,0.0,008100,010300,15317.6913149,53195,186112,hub,hub,non_hub,584490.204148,4510305.23824,584892.968075,4511602.69644
+10928,10928,5095,294.0,010300,,40.751000495,-73.994372255,350.0,008200,40.7519780739,-73.9794336015,631.812579158,3442,1859,2534,1351,008200,262405408.076,010300,141506056.87,,0.0,008200,010300,15317.6913149,228612,186112,hub,hub,hub,586152.815539,4511725.77243,584892.968075,4511602.69644
+10929,10929,11153,392.0,010300,,40.751000495,-73.994372255,238.0,008300,40.742591315,-74.004102785,527.37981147,4211,1859,2321,1351,008300,119862327.354,010300,141506056.87,,0.0,008300,010300,15317.6913149,186113,186112,hub,hub,hub,584082.11654,4510659.85081,584892.968075,4511602.69644
+10930,10930,806,98.0,010300,,40.751000495,-73.994372255,76.0,008400,40.75038009,-73.98338988,477.37940728,1726,1859,1041,1351,008400,147824461.739,010300,141506056.87,,0.0,008400,010300,15317.6913149,34199,186112,hub,hub,non_hub,585820.889203,4511544.50828,584892.968075,4511602.69644
+10931,10931,188,98.0,010300,,40.751000495,-73.994372255,86.0,008601,40.744219,-73.97121214,937.089900362,2551,1859,1528,1351,008601,31141773.9073,010300,141506056.87,,0.0,008601,010300,15317.6913149,31961,186112,hub,hub,non_hub,586856.951039,4510872.56191,584892.968074,4511602.69644
+10932,10932,4232,196.0,010300,,40.751000495,-73.994372255,156.0,008700,40.74206378,-73.995708955,482.433041675,6671,1859,4249,1351,008700,85660216.7821,010300,141506056.87,,0.0,008700,010300,15317.6913149,152953,186112,hub,hub,hub,584791.475936,4510609.36503,584892.968075,4511602.69644
+10933,10933,478,196.0,010300,,40.751000495,-73.994372255,156.0,008800,40.75012189,-73.970133575,935.252126954,6964,1859,5507,1351,008800,216532475.876,010300,141506056.87,,0.0,008800,010300,15317.6913149,43247,186112,hub,hub,non_hub,586940.323322,4511528.89362,584892.968075,4511602.69644
+10934,10934,6860,294.0,010300,,40.751000495,-73.994372255,240.0,008900,40.74529008,-74.0021768567,435.686950894,5560,1859,3511,1351,008900,54419260.2723,010300,141506056.87,,0.0,008900,010300,15317.6913149,158638,186112,hub,hub,hub,584241.316685,4510961.27944,584892.968075,4511602.69644
+10935,10935,1114,294.0,010300,,40.751000495,-73.994372255,220.0,009000,40.75261798,-73.9703317533,991.196667084,7026,1859,5832,1351,009000,208846060.851,010300,141506056.87,,0.0,009000,010300,15317.6913149,74531,186112,hub,hub,non_hub,586920.342162,4511805.78171,584892.968075,4511602.69644
+10936,10936,2019,98.0,010300,,40.751000495,-73.994372255,78.0,009100,40.74487634,-73.99529885,376.136174725,6415,1859,4386,1351,009100,127325659.041,010300,141506056.87,,0.0,009100,010300,15317.6913149,63878,186112,hub,hub,non_hub,584822.527687,4510921.97538,584892.968075,4511602.69644
+10937,10937,1263,196.0,010300,,40.751000495,-73.994372255,220.0,009200,40.7548518863,-73.9734329075,922.947192469,1754,1859,1461,1351,009200,408192557.246,010300,141506056.87,,0.0,009200,010300,15317.6913149,72226,186112,hub,hub,non_hub,586655.650548,4512050.69496,584892.968075,4511602.69644
+10938,10938,3036,98.0,010300,,40.751000495,-73.994372255,78.0,009300,40.74475148,-73.99915362,346.383859742,9705,1859,5585,1351,009300,68528055.2433,010300,141506056.87,,0.0,009300,010300,15317.6913149,52202,186112,hub,hub,hub,584497.239363,4510904.39701,584892.968075,4511602.69644
+10939,10939,2039,98.0,010300,,40.751000495,-73.994372255,62.0,009400,40.75320159,-73.9779874,740.243878447,29,1859,16,1351,009400,299218147.811,010300,141506056.87,,0.0,009400,010300,15317.6913149,82147,186112,hub,hub,non_hub,586273.319314,4511863.01244,584892.968075,4511602.69644
+10940,10940,1476,98.0,010300,,40.751000495,-73.994372255,102.0,009500,40.746647,-73.993915,298.628775833,3425,1859,1416,1351,009500,129660033.725,010300,141506056.87,,0.0,009500,010300,15317.6913149,57488,186112,hub,hub,non_hub,584937.108907,4511119.86954,584892.968075,4511602.69644
+10941,10941,1432,294.0,010300,,40.751000495,-73.994372255,280.0,009600,40.7560480411,-73.9803708946,703.063708409,153,1859,268,1351,009600,270304841.585,010300,141506056.87,,0.0,009600,010300,15317.6913149,71527,186112,hub,hub,non_hub,586068.441876,4512176.64909,584892.968075,4511602.69644
+10942,10942,6728,294.0,010300,,40.751000495,-73.994372255,198.0,009700,40.7493616033,-73.9991321067,301.376642613,4744,1859,2827,1351,009700,83018263.1602,010300,141506056.87,,0.0,009700,010300,15317.6913149,118804,186112,hub,hub,hub,584493.220017,4511416.17434,584892.968075,4511602.69644
+10943,10943,269,196.0,010300,,40.751000495,-73.994372255,140.0,009800,40.755285655,-73.96667288,1165.4781106,7105,1859,5244,1351,009800,115943808.909,010300,141506056.87,,0.0,009800,010300,15317.6913149,40039,186112,hub,hub,non_hub,587225.727282,4512105.54383,584892.968074,4511602.69644
+10944,10944,12791,490.0,010300,,40.751000495,-73.994372255,370.0,009900,40.7520807866,-74.0031899092,452.476507457,3617,1859,2438,1351,009900,404439511.776,010300,141506056.87,,0.0,009900,010300,15317.6913149,208076,186112,hub,hub,hub,584147.226991,4511714.12465,584892.968075,4511602.69644
+10945,10945,1412,294.0,010300,,40.751000495,-73.994372255,242.0,010000,40.7583696933,-73.9710287767,1019.18691469,1829,1859,1399,1351,010000,366457143.613,010300,141506056.87,,0.0,010000,010300,15317.6913149,72085,186112,hub,hub,non_hub,586854.014885,4512443.57459,584892.968075,4511602.69644
+10946,10946,2376,294.0,010300,,40.751000495,-73.994372255,254.0,010100,40.74945622,-73.9903382667,368.516524506,1119,1859,828,1351,010100,246168211.101,010300,141506056.87,,0.0,010100,010300,15317.6913149,183377,186112,hub,hub,non_hub,585235.486219,4511435.18064,584892.968075,4511602.69644
+10947,10947,1111,196.0,010300,,40.751000495,-73.994372255,162.0,010200,40.7606694,-73.973473555,951.152878904,313,1859,268,1351,010200,333450202.294,010300,141506056.87,,0.0,010200,010300,15317.6913149,46675,186112,hub,hub,non_hub,586644.664817,4512696.44233,584892.968075,4511602.69644
+10948,10948,1356,196.0,010300,,40.751000495,-73.994372255,150.0,010400,40.761664375,-73.976854975,914.467309232,1031,1859,1033,1351,010400,363981333.295,010300,141506056.87,,0.0,010400,010300,15317.6913149,65073,186112,hub,hub,non_hub,586357.961325,4512803.55852,584892.968075,4511602.69644
+10949,10949,245,98.0,010300,,40.751000495,-73.994372255,66.0,010602,40.75849116,-73.95920622,1429.47412527,4794,1859,2963,1351,010602,67980898.3739,010300,141506056.87,,0.0,010602,010300,15317.6913149,22153,186112,hub,hub,non_hub,587851.796682,4512468.82754,584892.968074,4511602.69644
+10950,10950,737,294.0,010300,,40.751000495,-73.994372255,234.0,010800,40.7591736033,-73.96613818,1243.57589534,8531,1859,6272,1351,010800,189351523.799,010300,141506056.87,,0.0,010800,010300,15317.6913149,79198,186112,hub,hub,non_hub,587265.778542,4512537.66689,584892.968075,4511602.69644
+10951,10951,935,196.0,010300,,40.751000495,-73.994372255,228.0,010900,40.751351715,-73.987594755,446.494765343,182,1859,92,1351,010900,228173063.011,010300,141506056.87,,0.0,010900,010300,15317.6913149,60092,186112,hub,hub,non_hub,585464.669441,4511648.26242,584892.968075,4511602.69644
+10952,10952,508,98.0,010300,,40.751000495,-73.994372255,118.0,011201,40.7643971,-73.97371465,1113.56383471,827,1859,964,1351,011201,118515444.187,010300,141506056.87,,0.0,011201,010300,15317.6913149,41525,186112,hub,hub,non_hub,586619.474659,4513110.00718,584892.968075,4511602.69644
+10953,10953,719,98.0,010300,,40.751000495,-73.994372255,66.0,011203,40.76095756,-73.96724467,1217.99721232,1176,1859,1160,1351,011203,143782379.009,010300,141506056.87,,0.0,011203,010300,15317.6913149,48033,186112,hub,hub,non_hub,587170.050102,4512734.59972,584892.968075,4511602.69644
+10954,10954,2907,392.0,010300,,40.751000495,-73.994372255,396.0,011300,40.7548008425,-73.9888010575,477.892101031,204,1859,107,1351,011300,357940519.061,010300,141506056.87,,0.0,011300,010300,15317.6913149,236650,186112,hub,hub,non_hub,585358.423228,4512029.96675,584892.968075,4511602.69644
+10955,10955,2544,196.0,010300,,40.751000495,-73.994372255,164.0,011500,40.75701407,-73.992353645,445.181945832,2487,1859,1678,1351,011500,130958459.747,010300,141506056.87,,0.0,011500,010300,15317.6913149,103294,186112,hub,hub,non_hub,585055.712647,4512272.20178,584892.968075,4511602.69644
+10956,10956,3799,196.0,010300,,40.751000495,-73.994372255,168.0,011700,40.76058799,-74.00080945,617.628745486,2938,1859,2304,1351,011700,91270705.1484,010300,141506056.87,,0.0,011700,010300,15317.6913149,73016,186112,hub,hub,hub,584337.427395,4512660.77158,584892.968075,4511602.69644
+10957,10957,977,98.0,010300,,40.751000495,-73.994372255,68.0,011900,40.7568001,-73.98291153,578.610574461,1079,1859,1121,1351,011900,395254501.74,010300,141506056.87,,0.0,011900,010300,15317.6913149,39976,186112,hub,hub,non_hub,585853.012005,4512257.64444,584892.968075,4511602.69644
+10958,10958,6212,294.0,010300,,40.751000495,-73.994372255,218.0,012100,40.7598593767,-73.9914900133,491.379086818,8366,1859,5744,1351,012100,101223732.045,010300,141506056.87,,0.0,012100,010300,15317.6913149,132767,186112,hub,hub,hub,585124.983127,4512588.88932,584892.968075,4511602.69644
+10959,10959,1284,98.0,010300,,40.751000495,-73.994372255,102.0,012500,40.76064679,-73.98442659,656.391282918,2439,1859,2096,1351,012500,322911522.418,010300,141506056.87,,0.0,012500,010300,15317.6913149,45486,186112,hub,hub,non_hub,585720.180916,4512683.17447,584892.968075,4511602.69644
+10960,10960,4021,196.0,010300,,40.751000495,-73.994372255,168.0,012700,40.762485435,-73.990447135,592.96656715,6437,1859,4434,1351,012700,104637996.687,010300,141506056.87,,0.0,012700,010300,15317.6913149,83393,186112,hub,hub,hub,585209.656415,4512881.41361,584892.968075,4511602.69644
+10961,10961,2234,98.0,010300,,40.751000495,-73.994372255,48.0,012900,40.76341379,-73.99667444,651.154688843,5312,1859,3621,1351,012900,158698340.053,010300,141506056.87,,0.0,012900,010300,15317.6913149,28661,186112,hub,hub,non_hub,584682.864463,4512978.43901,584892.968075,4511602.69644
+10962,10962,3755,294.0,010300,,40.751000495,-73.994372255,320.0,013100,40.7621295133,-73.98215453,746.806238355,2489,1859,2283,1351,013100,405023451.28,010300,141506056.87,,0.0,013100,010300,15317.6913149,107228,186112,hub,hub,hub,585910.049449,4512849.98999,584892.968075,4511602.69644
+10963,10963,3754,294.0,010300,,40.751000495,-73.994372255,202.0,013300,40.7647250567,-73.9866537633,687.356506034,5363,1859,3909,1351,013300,79847412.2593,010300,141506056.87,,0.0,013300,010300,15317.6913149,89810,186112,hub,hub,hub,585526.963405,4513133.71926,584892.968075,4511602.69644
+10964,10964,2161,196.0,010300,,40.751000495,-73.994372255,130.0,013500,40.766984435,-73.99227308,795.097825811,6075,1859,3935,1351,013500,198199142.958,010300,141506056.87,,0.0,013500,010300,15317.6913149,64723,186112,hub,hub,non_hub,585049.80204,4513379.06475,584892.968075,4511602.69644
+10965,10965,1814,196.0,010300,,40.751000495,-73.994372255,196.0,013700,40.766109285,-73.981808355,898.52327024,6557,1859,5442,1351,013700,314878324.419,010300,141506056.87,,0.0,013700,010300,15317.6913149,91142,186112,hub,hub,non_hub,585934.141665,4513292.1137,584892.968075,4511602.69644
+10966,10966,1826,98.0,010300,,40.751000495,-73.994372255,54.0,013900,40.768254,-73.988639,795.277836879,7607,1859,7359,1351,013900,139918084.587,010300,141506056.87,,0.0,013900,010300,15317.6913149,26390,186112,hub,hub,non_hub,585354.890073,4513523.52534,584892.968075,4511602.69644
+10967,10967,213,98.0,010300,,40.751000495,-73.994372255,98.0,014300,40.76590936,-73.97634151,1098.06102504,3,1859,0,1351,014300,50027992.3322,010300,141506056.87,,0.0,014300,010300,15317.6913149,21051,186112,hub,hub,non_hub,586395.803012,4513275.28949,584892.968074,4511602.69644
+10968,10968,1567,98.0,010300,,40.751000495,-73.994372255,72.0,014500,40.76915505,-73.98191841,921.600395247,5811,1859,3462,1351,014500,253397343.373,010300,141506056.87,,0.0,014500,010300,15317.6913149,68350,186112,hub,hub,non_hub,585920.929601,4513630.10902,584892.968075,4511602.69644
+10969,10969,1097,98.0,010300,,40.751000495,-73.994372255,110.0,014700,40.770513,-73.988038,902.067065453,2586,1859,1743,1351,014700,70871746.8417,010300,141506056.87,,0.0,014700,010300,15317.6913149,35099,186112,hub,hub,non_hub,585402.720353,4513774.87644,584892.968075,4511602.69644
+10970,10970,858,98.0,010300,,40.751000495,-73.994372255,72.0,015100,40.771522,-73.990541,951.041337907,8105,1859,4856,1351,015100,164953931.102,010300,141506056.87,,0.0,015100,010300,15317.6913149,17578,186112,hub,hub,non_hub,585190.192062,4513884.4495,584892.968075,4511602.69644
+10971,10971,1950,196.0,010300,,40.751000495,-73.994372255,140.0,031703,40.71644312,-74.014902115,1409.87790565,8670,1859,4231,1351,031703,332361109.355,010300,141506056.87,,0.0,031703,010300,15317.6913149,136082,186112,hub,hub,non_hub,583202.897614,4507746.93647,584892.968075,4511602.69644
+10972,10972,1053,294.0,010300,,40.751000495,-73.994372255,196.0,031704,40.7085171733,-74.0165557667,1622.74675349,6610,1859,3790,1351,031704,160823714.408,010300,141506056.87,,0.0,031704,010300,15317.6913149,105244,186112,hub,hub,non_hub,583073.076824,4506865.54027,584892.968075,4511602.69644
+10973,10973,193,294.0,010300,,40.751000495,-73.994372255,170.0,000600,40.7128987867,-73.9898646367,1508.79283679,11558,1859,4083,1351,000600,59149181.7526,010300,141506056.87,,0.0,000600,010300,15317.6913149,70053,186112,hub,hub,non_hub,585322.159723,4507377.5136,584892.968075,4511602.69644
+10974,10974,81,225.0,010400,5.25098980821,40.762012726,-73.976928938,108.0,000202,40.713190824,-73.981299792,1894.84270115,8012,1031,3598,1033,000202,37878157.9781,010400,363981333.295,,0.0,000202,010400,12530.5650169,56352,70530,hub,hub,non_hub,586045.233936,4507418.28722,586351.267546,4512842.15531
+10975,10975,99,525.0,010400,,40.761664375,-73.976854975,516.0,000700,40.70581148,-74.0081572071,2155.93699495,7722,1031,5201,1033,000700,476954959.734,010400,363981333.295,,0.0,000700,010400,12530.5650169,160040,70530,hub,hub,non_hub,583785.918305,4506573.16797,586357.961325,4512803.55852
+10976,10976,7,150.0,010400,5.66216226613,40.76224496,-73.9769782467,94.0,000800,40.7129652067,-73.9932940667,2009.78657892,10365,1031,4150,1033,000800,46479755.076,010400,363981333.295,,0.0,000800,010400,12530.5650169,34254,70530,hub,hub,non_hub,585032.40024,4507381.5608,586346.805061,4512867.88651
+10977,10977,15,225.0,010400,,40.761664375,-73.976854975,194.0,000900,40.7024745833,-74.01224785,2593.48611111,1140,1031,939,1033,000900,404341803.896,010400,363981333.295,,0.0,000900,010400,12530.5650169,46446,70530,hub,hub,non_hub,583444.520998,4506198.85784,586357.961325,4512803.55852
+10978,10978,5,75.0,010400,4.68146778975,40.76340613,-73.97722479,38.0,001002,40.71782143,-73.97628939,1882.12252964,6439,1031,2346,1033,001002,22763374.2099,010400,363981333.295,,0.0,001002,010400,12530.5650169,15916,70530,hub,hub,non_hub,586462.45635,4507937.23607,586324.493051,4512996.54255
+10979,10979,60,150.0,010400,,40.761664375,-73.976854975,92.0,001200,40.717364275,-73.982955325,1886.48177083,3547,1031,1857,1033,001200,23518220.7411,010400,363981333.295,,0.0,001200,010400,12530.5650169,36493,70530,hub,hub,non_hub,585900.031125,4507879.94738,586357.961325,4512803.55852
+10980,10980,11,75.0,010400,,40.761664375,-73.976854975,72.0,001300,40.70463334,-74.01361706,2490.73333333,3776,1031,3028,1033,001300,286606455.687,010400,363981333.295,,0.0,001300,010400,12530.5650169,27671,70530,hub,hub,non_hub,583326.158808,4506437.19368,586357.961325,4512803.55852
+10981,10981,40,75.0,010400,,40.761664375,-73.976854975,56.0,001401,40.71559509,-73.9870295,1047.56666667,3289,1031,1708,1033,001401,20168722.3199,010400,363981333.295,,0.0,001401,010400,12530.5650169,26885,70530,hub,hub,non_hub,585558.18429,4507679.57909,586357.961325,4512803.55852
+10982,10982,19,150.0,010400,6.16440567001,40.76224496,-73.9769782467,134.0,001501,40.71026676,-74.0042395133,2131.68635793,5581,1031,3450,1033,001501,172466366.322,010400,363981333.295,,0.0,001501,010400,12530.5650169,27425,70530,hub,hub,non_hub,584111.264131,4507071.47664,586346.805061,4512867.88651
+10983,10983,32,225.0,010400,,40.761664375,-73.976854975,246.0,001502,40.7088053467,-74.00635276,2089.06547619,7095,1031,3459,1033,001502,221282059.103,010400,363981333.295,,0.0,001502,010400,12530.5650169,82052,70530,hub,hub,non_hub,583934.59195,4506907.22889,586357.961325,4512803.55852
+10984,10984,35,225.0,010400,,40.761664375,-73.976854975,214.0,001600,40.7153350167,-73.9943926833,1890.24603175,8236,1031,3242,1033,001600,76565505.7581,010400,363981333.295,,0.0,001600,010400,12530.5650169,82798,70530,hub,hub,non_hub,584936.591099,4507643.5622,586357.961325,4512803.55852
+10985,10985,201,300.0,010400,,40.761664375,-73.976854975,308.0,001800,40.7193657075,-73.9906468425,1596.77568248,8063,1031,3489,1033,001800,60554858.5127,010400,363981333.295,,0.0,001800,010400,12530.5650169,133306,70530,hub,hub,non_hub,585247.838585,4508094.62497,586357.961325,4512803.55852
+10986,10986,28,150.0,010400,,40.761664375,-73.976854975,92.0,002000,40.721554605,-73.977309405,2372.43676471,4795,1031,1899,1033,002000,17907673.5628,010400,363981333.295,,0.0,002000,010400,12530.5650169,31656,70530,hub,hub,non_hub,586371.478696,4508350.63994,586357.961325,4512803.55852
+10987,10987,186,300.0,010400,,40.761664375,-73.976854975,204.0,002100,40.71451321,-74.0108850975,1667.00336538,6111,1031,3038,1033,002100,273869828.705,010400,363981333.295,,0.0,002100,010400,12530.5650169,151037,70530,hub,hub,non_hub,583544.598931,4507536.51732,586357.961325,4512803.55852
+10988,10988,19,150.0,010400,,40.761664375,-73.976854975,88.0,002201,40.71833027,-73.980972895,1650.01388889,6762,1031,3030,1033,002201,37585954.9949,010400,363981333.295,,0.0,002201,010400,12530.5650169,26391,70530,hub,hub,non_hub,586066.226443,4507989.12022,586357.961325,4512803.55852
+10989,10989,22,75.0,010400,,40.761664375,-73.976854975,62.0,002202,40.7208736,-73.98085795,1708.67708333,2256,1031,1045,1033,002202,13179093.8977,010400,363981333.295,,0.0,002202,010400,12530.5650169,23935,70530,hub,hub,non_hub,586072.658368,4508271.55961,586357.961325,4512803.55852
+10990,10990,12,150.0,010400,3.79835535376,40.76224496,-73.9769782467,96.0,002400,40.72439112,-73.9752404,1499.58033608,5775,1031,2175,1033,002400,17986635.5592,010400,363981333.295,,0.0,002400,010400,12530.5650169,17965,70530,hub,hub,non_hub,586542.545133,4508667.54951,586346.805061,4512867.88651
+10991,10991,18,150.0,010400,,40.761664375,-73.976854975,124.0,002500,40.7111743,-73.99849582,1240.26704545,5061,1031,1917,1033,002500,22428407.6271,010400,363981333.295,,0.0,002500,010400,12530.5650169,28216,70530,hub,hub,non_hub,584595.28909,4507177.73549,586357.961325,4512803.55852
+10992,10992,15,75.0,010400,,40.761664375,-73.976854975,62.0,002601,40.72299208,-73.97995466,1487.04166667,3774,1031,1593,1033,002601,22248722.3098,010400,363981333.295,,0.0,002601,010400,12530.5650169,22144,70530,hub,hub,non_hub,586146.216204,4508507.61099,586357.961325,4512803.55852
+10993,10993,7,75.0,010400,,40.761664375,-73.976854975,54.0,002700,40.71307916,-73.99851193,2240.16666667,1191,1031,655,1033,002700,11349914.9514,010400,363981333.295,,0.0,002700,010400,12530.5650169,20570,70530,hub,hub,non_hub,584591.517275,4507389.17181,586357.961325,4512803.55852
+10994,10994,76,75.0,010400,,40.761664375,-73.976854975,64.0,002800,40.72521311,-73.97768752,1589.08809524,7302,1031,3341,1033,002800,47641507.3146,010400,363981333.295,,0.0,002800,010400,12530.5650169,36744,70530,hub,hub,non_hub,586334.816403,4508756.38709,586357.961325,4512803.55852
+10995,10995,25,75.0,010400,,40.761664375,-73.976854975,86.0,002900,40.71602118,-73.99974372,1375.78174603,5855,1031,2420,1033,002900,200965547.24,010400,363981333.295,,0.0,002900,010400,12530.5650169,31936,70530,hub,hub,non_hub,584483.752153,4507714.56961,586357.961325,4512803.55852
+10996,10996,41,75.0,010400,,40.761664375,-73.976854975,70.0,003001,40.72066442,-73.98517977,1698.03591954,4301,1031,2553,1033,003001,34302720.7166,010400,363981333.295,,0.0,003001,010400,12530.5650169,41223,70530,hub,hub,non_hub,585707.91731,4508244.11218,586357.961325,4512803.55852
+10997,10997,74,75.0,010400,,40.761664375,-73.976854975,74.0,003002,40.72217444,-73.98368779,1701.19059829,3031,1031,1885,1033,003002,18686109.2263,010400,363981333.295,,0.0,003002,010400,12530.5650169,38675,70530,hub,hub,non_hub,585831.986427,4508413.19181,586357.961325,4512803.55852
+10998,10998,57,225.0,010400,,40.761664375,-73.976854975,242.0,003100,40.7140617467,-74.0041933367,2041.98333333,2809,1031,858,1033,003100,145687012.574,010400,363981333.295,,0.0,003100,010400,12530.5650169,81469,70530,hub,hub,non_hub,584110.388584,4507492.78891,586357.961325,4512803.55852
+10999,10999,225,225.0,010400,,40.761664375,-73.976854975,200.0,003200,40.7260543867,-73.9823576167,1545.3410324,7630,1031,4888,1033,003200,46369492.482,010400,363981333.295,,0.0,003200,010400,12530.5650169,138064,70530,hub,hub,non_hub,585939.335766,4508845.19329,586357.961325,4512803.55852
+11000,11000,250,375.0,010400,,40.761664375,-73.976854975,346.0,003300,40.7188190147,-74.0063404883,1711.1290994,5174,1031,2694,1033,003300,215459582.054,010400,363981333.295,,0.0,003300,010400,12530.5650169,115059,70530,hub,hub,non_hub,583923.052787,4508018.82271,586357.961325,4512803.55852
+11001,11001,67,75.0,010400,,40.761664375,-73.976854975,78.0,003400,40.72955361,-73.98057249,1245.68018018,6706,1031,4203,1033,003400,42933229.7541,010400,363981333.295,,0.0,003400,010400,12530.5650169,47926,70530,hub,hub,non_hub,586085.581298,4509235.37985,586357.961325,4512803.55852
+11002,11002,145,150.0,010400,,40.761664375,-73.976854975,132.0,003601,40.72217423,-73.990293175,1379.16,3299,1031,1613,1033,003601,29191583.8104,010400,363981333.295,,0.0,003601,010400,12530.5650169,77585,70530,hub,hub,non_hub,585274.124459,4508406.73315,586357.961325,4512803.55852
+11003,11003,118,150.0,010400,,40.761664375,-73.976854975,124.0,003602,40.724852985,-73.989265345,1507.0447035,2918,1031,1586,1033,003602,24941258.1161,010400,363981333.295,,0.0,003602,010400,12530.5650169,82124,70530,hub,hub,non_hub,585357.507872,4508705.09166,586357.961325,4512803.55852
+11004,11004,257,300.0,010400,,40.761664375,-73.976854975,296.0,003700,40.7256696075,-74.0052069325,1413.95914046,2401,1031,1490,1033,003700,212385639.924,010400,363981333.295,,0.0,003700,010400,12530.5650169,173333,70530,hub,hub,non_hub,584010.178026,4508780.36793,586357.961325,4512803.55852
+11005,11005,304,300.0,010400,,40.761664375,-73.976854975,320.0,003800,40.72765889,-73.988195855,1404.44252482,8610,1031,5795,1033,003800,67437493.5221,010400,363981333.295,,0.0,003800,010400,12530.5650169,167230,70530,hub,hub,non_hub,585444.239635,4509017.60641,586357.961325,4512803.55852
+11006,11006,136,300.0,010400,,40.761664375,-73.976854975,212.0,003900,40.7201717475,-74.00983051,1888.49029366,5253,1031,3059,1033,003900,194910113.03,010400,363981333.295,,0.0,003900,010400,12530.5650169,113624,70530,hub,hub,non_hub,583626.593058,4508165.65565,586357.961325,4512803.55852
+11007,11007,204,150.0,010400,,40.761664375,-73.976854975,132.0,004000,40.73000573,-73.98549552,1296.88193272,9801,1031,4546,1033,004000,66858387.5133,010400,363981333.295,,0.0,004000,010400,12530.5650169,99660,70530,hub,hub,non_hub,585669.269443,4509280.75306,586357.961325,4512803.55852
+11008,11008,77,150.0,010400,,40.761664375,-73.976854975,128.0,004100,40.7195529,-73.996789035,1890.88095238,7793,1031,3765,1033,004100,71738983.3617,010400,363981333.295,,0.0,004100,010400,12530.5650169,114685,70530,hub,hub,non_hub,584728.836557,4508109.46034,586357.961325,4512803.55852
+11009,11009,41,75.0,010400,,40.761664375,-73.976854975,70.0,004200,40.73223272,-73.98889957,1383.39423077,4988,1031,1801,1033,004200,39941846.3325,010400,363981333.295,,0.0,004200,010400,12530.5650169,50846,70530,hub,hub,non_hub,585378.96492,4509524.64843,586357.961325,4512803.55852
+11010,11010,108,150.0,010400,,40.761664375,-73.976854975,134.0,004300,40.723870235,-73.995226525,1624.08669667,4267,1031,2598,1033,004300,65935514.1184,010400,363981333.295,,0.0,004300,010400,12530.5650169,95162,70530,hub,hub,non_hub,584855.320992,4508590.22212,586357.961325,4512803.55852
+11011,11011,183,150.0,010400,,40.761664375,-73.976854975,120.0,004400,40.73080269,-73.97968993,1345.82589869,17710,1031,8297,1033,004400,114601147.016,010400,363981333.295,,0.0,004400,010400,12530.5650169,106427,70530,hub,hub,non_hub,586158.498991,4509374.90208,586357.961325,4512803.55852
+11012,11012,24,75.0,010400,,40.761664375,-73.976854975,54.0,004500,40.71910537,-73.99973337,1617.0952381,840,1031,582,1033,004500,52009114.8865,010400,363981333.295,,0.0,004500,010400,12530.5650169,34275,70530,hub,hub,non_hub,584480.726971,4508056.94497,586357.961325,4512803.55852
+11013,11013,23,75.0,010400,,40.761664375,-73.976854975,78.0,004700,40.72165481,-74.00234737,1338.66111111,2267,1031,1586,1033,004700,75477587.1594,010400,363981333.295,,0.0,004700,010400,12530.5650169,27544,70530,hub,hub,non_hub,584256.734795,4508337.43837,586357.961325,4512803.55852
+11014,11014,98,75.0,010400,,40.761664375,-73.976854975,70.0,004800,40.73624527,-73.98473765,1152.12938596,7550,1031,3799,1033,004800,74763044.6965,010400,363981333.295,,0.0,004800,010400,12530.5650169,42567,70530,hub,hub,non_hub,585725.258797,4509974.12516,586357.961325,4512803.55852
+11015,11015,137,150.0,010400,,40.761664375,-73.976854975,146.0,004900,40.724268615,-74.000521515,1505.49020281,4951,1031,3054,1033,004900,103848670.177,010400,363981333.295,,0.0,004900,010400,12530.5650169,80152,70530,hub,hub,non_hub,584407.63728,4508629.34168,586357.961325,4512803.55852
+11016,11016,268,225.0,010400,,40.761664375,-73.976854975,186.0,005000,40.7359163467,-73.9873427633,1104.2674229,5061,1031,3595,1033,005000,120638459.215,010400,363981333.295,,0.0,005000,010400,12530.5650169,111023,70530,hub,hub,non_hub,585505.709717,4509935.07175,586357.961325,4512803.55852
+11017,11017,619,150.0,010400,,40.761664375,-73.976854975,212.0,005200,40.73715585,-73.991241315,965.089493181,4193,1031,1785,1033,005200,109103391.81,010400,363981333.295,,0.0,005200,010400,12530.5650169,159876,70530,hub,hub,non_hub,585174.941656,4510068.87544,586357.961325,4512803.55852
+11018,11018,357,75.0,010400,,40.761664375,-73.976854975,94.0,005400,40.73971301,-73.99456405,937.029150976,4656,1031,2837,1033,005400,128803552.888,010400,363981333.295,,0.0,005400,010400,12530.5650169,73728,70530,hub,hub,non_hub,584891.129718,4510349.51956,586357.961325,4512803.55852
+11019,11019,55,75.0,010400,,40.761664375,-73.976854975,60.0,005501,40.72679454,-73.99695094,1280.12681159,5079,1031,2483,1033,005501,61061928.4125,010400,363981333.295,,0.0,005501,010400,12530.5650169,57258,70530,hub,hub,non_hub,584705.980012,4508913.17477,586357.961325,4512803.55852
+11020,11020,93,75.0,010400,,40.761664375,-73.976854975,54.0,005502,40.72743423,-73.99379025,1649.55288462,2383,1031,1262,1033,005502,49017118.6146,010400,363981333.295,,0.0,005502,010400,12530.5650169,55117,70530,hub,hub,non_hub,584972.085912,4508987.23863,586357.961325,4512803.55852
+11021,11021,284,150.0,010400,,40.761664375,-73.976854975,190.0,005600,40.74065347,-73.98778661,1029.55977096,2618,1031,2190,1033,005600,189153355.609,010400,363981333.295,,0.0,005600,010400,12530.5650169,113209,70530,hub,hub,non_hub,585462.168743,4510460.49357,586357.961325,4512803.55852
+11022,11022,314,150.0,010400,,40.761664375,-73.976854975,164.0,005700,40.729662915,-73.992405595,1260.76169359,2937,1031,1789,1033,005700,90178032.7137,010400,363981333.295,,0.0,005700,010400,12530.5650169,156896,70530,hub,hub,non_hub,585086.179601,4509235.9788,586357.961325,4512803.55852
+11023,11023,806,150.0,010400,,40.761664375,-73.976854975,174.0,005800,40.743154205,-73.990299735,875.744004079,3182,1031,2306,1033,005800,164037511.755,010400,363981333.295,,0.0,005800,010400,12530.5650169,130970,70530,hub,hub,non_hub,585246.786708,4510735.64918,586357.961325,4512803.55852
+11024,11024,128,75.0,010400,,40.761664375,-73.976854975,62.0,005900,40.73049393,-73.9957214,1294.58709204,5516,1031,3276,1033,005900,71785177.1361,010400,363981333.295,,0.0,005900,010400,12530.5650169,53180,70530,hub,hub,non_hub,584805.117402,4509325.01914,586357.961325,4512803.55852
+11025,11025,201,150.0,010400,,40.761664375,-73.976854975,126.0,006000,40.734822295,-73.976916765,1382.87591575,5286,1031,2459,1033,006000,27468182.8943,010400,363981333.295,,0.0,006000,010400,12530.5650169,80462,70530,hub,hub,non_hub,586387.478737,4509823.83141,586357.961325,4512803.55852
+11026,11026,578,300.0,010400,,40.761664375,-73.976854975,282.0,006100,40.73385254,-73.992357065,1165.33250791,4913,1031,2683,1033,006100,91682014.33,010400,363981333.295,,0.0,006100,010400,12530.5650169,245510,70530,hub,hub,non_hub,585084.940162,4509701.10308,586357.961325,4512803.55852
+11027,11027,84,75.0,010400,,40.761664375,-73.976854975,60.0,006200,40.7381765,-73.97738662,1124.16755793,4680,1031,1401,1033,006200,231817485.533,010400,363981333.295,,0.0,006200,010400,12530.5650169,33218,70530,hub,hub,non_hub,586343.467107,4510195.70961,586357.961325,4512803.55852
+11028,11028,483,225.0,010400,,40.761664375,-73.976854975,198.0,006300,40.7346940933,-73.99785666,1080.56444141,6076,1031,4277,1033,006300,85447631.8451,010400,363981333.295,,0.0,006300,010400,12530.5650169,120233,70530,hub,hub,non_hub,584619.48321,4509789.20591,586357.961325,4512803.55852
+11029,11029,105,75.0,010400,,40.761664375,-73.976854975,78.0,006400,40.73587678,-73.98205027,1182.99444444,7518,1031,5058,1033,006400,95664936.1545,010400,363981333.295,,0.0,006400,010400,12530.5650169,47750,70530,hub,hub,non_hub,585952.649806,4509935.84788,586357.961325,4512803.55852
+11030,11030,219,225.0,010400,,40.761664375,-73.976854975,212.0,006500,40.7306296367,-73.9991423,1202.93347029,6517,1031,3568,1033,006500,59290910.3694,010400,363981333.295,,0.0,006500,010400,12530.5650169,125356,70530,hub,hub,non_hub,584516.067395,4509336.78488,586357.961325,4512803.55852
+11031,11031,221,150.0,010400,,40.761664375,-73.976854975,164.0,006600,40.739285505,-73.97827188,1030.80492994,11780,1031,6818,1033,006600,84730469.4548,010400,363981333.295,,0.0,006600,010400,12530.5650169,74621,70530,hub,hub,non_hub,586267.286922,4510317.94668,586357.961325,4512803.55852
+11032,11032,140,75.0,010400,,40.761664375,-73.976854975,78.0,006700,40.73038599,-74.00214988,1315.04225179,4984,1031,3796,1033,006700,47238039.9972,010400,363981333.295,,0.0,006700,010400,12530.5650169,70025,70530,hub,hub,non_hub,584262.399901,4509306.84766,586357.961325,4512803.55852
+11033,11033,180,75.0,010400,,40.761664375,-73.976854975,78.0,006800,40.74025878,-73.98409214,1038.68372845,6735,1031,4494,1033,006800,130298431.446,010400,363981333.295,,0.0,006800,010400,12530.5650169,58926,70530,hub,hub,non_hub,585774.608423,4510420.28363,586357.961325,4512803.55852
+11034,11034,183,150.0,010400,,40.761664375,-73.976854975,134.0,006900,40.732319905,-74.0069291,1540.3015625,2687,1031,1484,1033,006900,61292499.9331,010400,363981333.295,,0.0,006900,010400,12530.5650169,130727,70530,hub,hub,non_hub,583856.38945,4509516.94969,586357.961325,4512803.55852
+11035,11035,576,225.0,010400,,40.761664375,-73.976854975,254.0,007000,40.7425128184,-73.975609192,1032.62010014,8302,1031,5669,1033,007000,78634704.8451,010400,363981333.295,,0.0,007000,010400,12530.5650169,145227,70530,hub,hub,non_hub,586487.927759,4510678.82167,586357.961325,4512803.55852
+11036,11036,209,150.0,010400,,40.761664375,-73.976854975,142.0,007100,40.736526545,-74.000108805,1139.83157051,5633,1031,3844,1033,007100,68447429.2743,010400,363981333.295,,0.0,007100,010400,12530.5650169,79459,70530,hub,hub,non_hub,584426.995774,4509990.4524,586357.961325,4512803.55852
+11037,11037,782,225.0,010400,,40.761664375,-73.976854975,252.0,007200,40.7447014833,-73.98154809,861.801626116,7734,1031,5222,1033,007200,132092861.454,010400,363981333.295,,0.0,007200,010400,12530.5650169,157612,70530,hub,hub,non_hub,585983.687715,4510915.94446,586357.961325,4512803.55852
+11038,11038,271,150.0,010400,,40.761664375,-73.976854975,118.0,007300,40.734682705,-74.00388484,1295.7692803,5615,1031,4547,1033,007300,48716185.79,010400,363981333.295,,0.0,007300,010400,12530.5650169,92567,70530,hub,hub,non_hub,584110.479319,4509782.14883,586357.961325,4512803.55852
+11039,11039,471,150.0,010400,,40.761664375,-73.976854975,172.0,007400,40.746413585,-73.98586892,843.555515825,4179,1031,2700,1033,007400,170614202.951,010400,363981333.295,,0.0,007400,010400,12530.5650169,81121,70530,hub,hub,non_hub,585616.696258,4511101.7763,586357.961325,4512803.55852
+11040,11040,765,150.0,010400,,40.761664375,-73.976854975,138.0,007600,40.74737476,-73.988320695,708.66877249,2203,1031,1573,1033,007600,242014413.464,010400,363981333.295,,0.0,007600,010400,12530.5650169,97464,70530,hub,hub,non_hub,585408.475283,4511206.08492,586357.961325,4512803.55852
+11041,11041,217,75.0,010400,,40.761664375,-73.976854975,86.0,007700,40.7390169121,-74.0026376103,1036.72706468,5404,1031,4254,1033,007700,59306273.1509,010400,363981333.295,,0.0,007700,010400,12530.5650169,79025,70530,hub,hub,non_hub,584210.329106,4510264.47156,586357.961325,4512803.55852
+11042,11042,340,75.0,010400,,40.761664375,-73.976854975,78.0,007800,40.74780373,-73.9734419,854.076445451,7380,1031,5372,1033,007800,112124597.728,010400,363981333.295,,0.0,007800,010400,12530.5650169,59601,70530,hub,hub,non_hub,586664.043115,4511268.28888,586357.961325,4512803.55852
+11043,11043,391,375.0,010400,,40.761664375,-73.976854975,348.0,007900,40.738916514,-74.007286026,1281.56735223,4406,1031,2904,1033,007900,86937368.5918,010400,363981333.295,,0.0,007900,010400,12530.5650169,171846,70530,hub,hub,non_hub,583817.969395,4510248.87788,586357.961325,4512803.55852
+11044,11044,894,150.0,010400,,40.761664375,-73.976854975,142.0,008000,40.7485693,-73.97717991,711.861463575,4946,1031,3730,1033,008000,197763821.532,010400,363981333.295,,0.0,008000,010400,12530.5650169,74808,70530,hub,hub,non_hub,586347.477591,4511349.58844,586357.961325,4512803.55852
+11045,11045,168,75.0,010400,,40.761664375,-73.976854975,78.0,008100,40.73935542,-73.99931783,939.655530156,8675,1031,5315,1033,008100,91100400.6907,010400,363981333.295,,0.0,008100,010400,12530.5650169,53195,70530,hub,hub,non_hub,584490.204148,4510305.23824,586357.961325,4512803.55852
+11046,11046,2261,225.0,010400,,40.761664375,-73.976854975,350.0,008200,40.7519325729,-73.9793165489,563.158034057,3442,1031,2534,1033,008200,262405408.076,010400,363981333.295,,0.0,008200,010400,12530.5650169,228612,70530,hub,hub,non_hub,586162.75563,4511720.83641,586357.961325,4512803.55852
+11047,11047,529,300.0,010400,,40.761664375,-73.976854975,238.0,008300,40.742591315,-74.004102785,1127.42896033,4211,1031,2321,1033,008300,119862327.354,010400,363981333.295,,0.0,008300,010400,12530.5650169,186113,70530,hub,hub,non_hub,584082.11654,4510659.85081,586357.961325,4512803.55852
+11048,11048,547,75.0,010400,,40.761664375,-73.976854975,76.0,008400,40.75038009,-73.98338988,603.350469885,1726,1031,1041,1033,008400,147824461.739,010400,363981333.295,,0.0,008400,010400,12530.5650169,34199,70530,hub,hub,non_hub,585820.889203,4511544.50828,586357.961325,4512803.55852
+11049,11049,427,75.0,010400,,40.761664375,-73.976854975,86.0,008601,40.744219,-73.97121214,971.64468254,2551,1031,1528,1033,008601,31141773.9073,010400,363981333.295,,0.0,008601,010400,12530.5650169,31961,70530,hub,hub,non_hub,586856.951039,4510872.56191,586357.961325,4512803.55852
+11050,11050,668,150.0,010400,,40.761664375,-73.976854975,156.0,008700,40.74206378,-73.995708955,869.836949843,6671,1031,4249,1033,008700,85660216.7821,010400,363981333.295,,0.0,008700,010400,12530.5650169,152953,70530,hub,hub,non_hub,584791.475936,4510609.36503,586357.961325,4512803.55852
+11051,11051,432,150.0,010400,,40.761664375,-73.976854975,156.0,008800,40.75012189,-73.970133575,761.303024197,6964,1031,5507,1033,008800,216532475.876,010400,363981333.295,,0.0,008800,010400,12530.5650169,43247,70530,hub,hub,non_hub,586940.323322,4511528.89362,586357.961325,4512803.55852
+11052,11052,461,225.0,010400,,40.761664375,-73.976854975,240.0,008900,40.74529008,-74.0021768567,1133.15586686,5560,1031,3511,1033,008900,54419260.2723,010400,363981333.295,,0.0,008900,010400,12530.5650169,158638,70530,hub,hub,non_hub,584241.316685,4510961.27944,586357.961325,4512803.55852
+11053,11053,975,225.0,010400,,40.761664375,-73.976854975,220.0,009000,40.75261798,-73.9703317533,685.630470053,7026,1031,5832,1033,009000,208846060.851,010400,363981333.295,,0.0,009000,010400,12530.5650169,74531,70530,hub,hub,non_hub,586920.342162,4511805.78171,586357.961325,4512803.55852
+11054,11054,256,75.0,010400,,40.761664375,-73.976854975,78.0,009100,40.74487634,-73.99529885,846.319076305,6415,1031,4386,1033,009100,127325659.041,010400,363981333.295,,0.0,009100,010400,12530.5650169,63878,70530,hub,hub,non_hub,584822.527687,4510921.97538,586357.961325,4512803.55852
+11055,11055,2041,150.0,010400,,40.761664375,-73.976854975,220.0,009200,40.7548518863,-73.9734329075,532.563253432,1754,1031,1461,1033,009200,408192557.246,010400,363981333.295,,0.0,009200,010400,12530.5650169,72226,70530,hub,hub,non_hub,586655.650548,4512050.69496,586357.961325,4512803.55852
+11056,11056,140,75.0,010400,,40.761664375,-73.976854975,78.0,009300,40.74475148,-73.99915362,1020.91123188,9705,1031,5585,1033,009300,68528055.2433,010400,363981333.295,,0.0,009300,010400,12530.5650169,52202,70530,hub,hub,non_hub,584497.239363,4510904.39701,586357.961325,4512803.55852
+11057,11057,1296,75.0,010400,,40.761664375,-73.976854975,62.0,009400,40.75320159,-73.9779874,489.403023379,29,1031,16,1033,009400,299218147.811,010400,363981333.295,,0.0,009400,010400,12530.5650169,82147,70530,hub,hub,non_hub,586273.319313,4511863.01244,586357.961325,4512803.55852
+11058,11058,186,75.0,010400,,40.761664375,-73.976854975,102.0,009500,40.746647,-73.993915,840.173076923,3425,1031,1416,1033,009500,129660033.725,010400,363981333.295,,0.0,009500,010400,12530.5650169,57488,70530,hub,hub,non_hub,584937.108907,4511119.86954,586357.961325,4512803.55852
+11059,11059,1769,225.0,010400,,40.761664375,-73.976854975,280.0,009600,40.7559972571,-73.9803240421,493.104768098,153,1031,268,1033,009600,270304841.585,010400,363981333.295,,0.0,009600,010400,12530.5650169,71527,70530,hub,hub,non_hub,586072.462331,4512171.05764,586357.961325,4512803.55852
+11060,11060,491,225.0,010400,,40.761664375,-73.976854975,198.0,009700,40.7493616033,-73.9991321067,918.194223327,4744,1031,2827,1033,009700,83018263.1602,010400,363981333.295,,0.0,009700,010400,12530.5650169,118804,70530,hub,hub,non_hub,584493.220017,4511416.17434,586357.961325,4512803.55852
+11061,11061,857,150.0,010400,,40.761664375,-73.976854975,140.0,009800,40.755285655,-73.96667288,549.447405178,7105,1031,5244,1033,009800,115943808.909,010400,363981333.295,,0.0,009800,010400,12530.5650169,40039,70530,hub,hub,non_hub,587225.727282,4512105.54383,586357.961325,4512803.55852
+11062,11062,1078,375.0,010400,,40.761664375,-73.976854975,370.0,009900,40.7520807866,-74.0031899092,974.841046034,3617,1031,2438,1033,009900,404439511.776,010400,363981333.295,,0.0,009900,010400,12530.5650169,208076,70530,hub,hub,non_hub,584147.226991,4511714.12465,586357.961325,4512803.55852
+11063,11063,2098,225.0,010400,,40.761664375,-73.976854975,242.0,010000,40.7583696933,-73.9710287767,409.293171327,1829,1031,1399,1033,010000,366457143.613,010400,363981333.295,,0.0,010000,010400,12530.5650169,72085,70530,hub,hub,non_hub,586854.014885,4512443.57459,586357.961325,4512803.55852
+11064,11064,3073,225.0,010400,,40.761664375,-73.976854975,254.0,010100,40.74945622,-73.9903382667,664.810855581,1119,1031,828,1033,010100,246168211.101,010400,363981333.295,,0.0,010100,010400,12530.5650169,183377,70530,hub,hub,hub,585235.486219,4511435.18064,586357.961325,4512803.55852
+11065,11065,780,150.0,010400,,40.761664375,-73.976854975,162.0,010200,40.7606694,-73.973473555,510.450796495,313,1031,268,1033,010200,333450202.294,010400,363981333.295,,0.0,010200,010400,12530.5650169,46675,70530,hub,hub,non_hub,586644.664817,4512696.44233,586357.961325,4512803.55852
+11066,11066,3449,150.0,010400,,40.761664375,-73.976854975,196.0,010300,40.751000495,-73.994372255,777.351020231,1859,1031,1351,1033,010300,141506056.87,010400,363981333.295,,0.0,010300,010400,12530.5650169,221593,70530,hub,hub,hub,584892.968075,4511602.69644,586357.961325,4512803.55852
+11067,11067,376,75.0,010400,,40.761664375,-73.976854975,66.0,010602,40.75849116,-73.95920622,743.868289232,4794,1031,2963,1033,010602,67980898.3739,010400,363981333.295,,0.0,010602,010400,12530.5650169,22153,70530,hub,hub,non_hub,587851.796682,4512468.82754,586357.961325,4512803.55852
+11068,11068,1518,225.0,010400,,40.761664375,-73.976854975,234.0,010800,40.7591736033,-73.96613818,565.755819801,8531,1031,6272,1033,010800,189351523.799,010400,363981333.295,,0.0,010800,010400,12530.5650169,79198,70530,hub,hub,non_hub,587265.778542,4512537.66689,586357.961325,4512803.55852
+11069,11069,1102,150.0,010400,,40.761664375,-73.976854975,228.0,010900,40.751351715,-73.987594755,626.837262907,182,1031,92,1033,010900,228173063.011,010400,363981333.295,,0.0,010900,010400,12530.5650169,60092,70530,hub,hub,non_hub,585464.669441,4511648.26242,586357.961325,4512803.55852
+11070,11070,654,75.0,010400,,40.761664375,-73.976854975,118.0,011201,40.7643971,-73.97371465,446.954886436,827,1031,964,1033,011201,118515444.187,010400,363981333.295,,0.0,011201,010400,12530.5650169,41525,70530,hub,hub,non_hub,586619.474659,4513110.00718,586357.961325,4512803.55852
+11071,11071,1014,75.0,010400,,40.761664375,-73.976854975,66.0,011203,40.76095756,-73.96724467,547.80508265,1176,1031,1160,1033,011203,143782379.009,010400,363981333.295,,0.0,011203,010400,12530.5650169,48033,70530,hub,hub,non_hub,587170.050102,4512734.59972,586357.961325,4512803.55852
+11072,11072,4302,300.0,010400,,40.761664375,-73.976854975,396.0,011300,40.7548008425,-73.9888010575,610.762270789,204,1031,107,1033,011300,357940519.061,010400,363981333.295,,0.0,011300,010400,12530.5650169,236650,70530,hub,hub,hub,585358.423228,4512029.96675,586357.961325,4512803.55852
+11073,11073,2037,150.0,010400,,40.761664375,-73.976854975,164.0,011500,40.75701407,-73.992353645,668.811256062,2487,1031,1678,1033,011500,130958459.747,010400,363981333.295,,0.0,011500,010400,12530.5650169,103294,70530,hub,hub,non_hub,585055.712647,4512272.20178,586357.961325,4512803.55852
+11074,11074,808,150.0,010400,,40.761664375,-73.976854975,168.0,011700,40.76058799,-74.00080945,939.209472611,2938,1031,2304,1033,011700,91270705.1484,010400,363981333.295,,0.0,011700,010400,12530.5650169,73016,70530,hub,hub,non_hub,584337.427395,4512660.77158,586357.961325,4512803.55852
+11075,11075,1730,75.0,010400,,40.761664375,-73.976854975,68.0,011900,40.7568001,-73.98291153,327.370299513,1079,1031,1121,1033,011900,395254501.74,010400,363981333.295,,0.0,011900,010400,12530.5650169,39976,70530,hub,hub,non_hub,585853.012005,4512257.64444,586357.961325,4512803.55852
+11076,11076,2330,225.0,010400,,40.761664375,-73.976854975,218.0,012100,40.7598593767,-73.9914900133,589.460122685,8366,1031,5744,1033,012100,101223732.045,010400,363981333.295,,0.0,012100,010400,12530.5650169,132767,70530,hub,hub,non_hub,585124.983126,4512588.88932,586357.961325,4512803.55852
+11077,11077,939,75.0,010400,,40.761664375,-73.976854975,102.0,012500,40.76064679,-73.98442659,389.564275963,2439,1031,2096,1033,012500,322911522.418,010400,363981333.295,,0.0,012500,010400,12530.5650169,45486,70530,hub,hub,non_hub,585720.180916,4512683.17447,586357.961325,4512803.55852
+11078,11078,1312,150.0,010400,,40.761664375,-73.976854975,168.0,012700,40.762485435,-73.990447135,552.832028694,6437,1031,4434,1033,012700,104637996.687,010400,363981333.295,,0.0,012700,010400,12530.5650169,83393,70530,hub,hub,non_hub,585209.656415,4512881.41361,586357.961325,4512803.55852
+11079,11079,191,75.0,010400,,40.761664375,-73.976854975,48.0,012900,40.76341379,-73.99667444,789.890154015,5312,1031,3621,1033,012900,158698340.053,010400,363981333.295,,0.0,012900,010400,12530.5650169,28661,70530,hub,hub,non_hub,584682.864463,4512978.43901,586357.961325,4512803.55852
+11080,11080,2526,225.0,010400,,40.761664375,-73.976854975,320.0,013100,40.7621295133,-73.98215453,370.596418364,2489,1031,2283,1033,013100,405023451.28,010400,363981333.295,,0.0,013100,010400,12530.5650169,107228,70530,hub,hub,non_hub,585910.049449,4512849.98999,586357.961325,4512803.55852
+11081,11081,2767,225.0,010400,,40.761664375,-73.976854975,202.0,013300,40.7647250567,-73.9866537633,410.466843746,5363,1031,3909,1033,013300,79847412.2593,010400,363981333.295,,0.0,013300,010400,12530.5650169,89810,70530,hub,hub,non_hub,585526.963405,4513133.71926,586357.961325,4512803.55852
+11082,11082,1897,150.0,010400,,40.761664375,-73.976854975,130.0,013500,40.766984435,-73.99227308,578.260615858,6075,1031,3935,1033,013500,198199142.958,010400,363981333.295,,0.0,013500,010400,12530.5650169,64723,70530,hub,hub,non_hub,585049.80204,4513379.06475,586357.961325,4512803.55852
+11083,11083,2479,150.0,010400,,40.761664375,-73.976854975,196.0,013700,40.766109285,-73.981808355,385.707801499,6557,1031,5442,1033,013700,314878324.419,010400,363981333.295,,0.0,013700,010400,12530.5650169,91142,70530,hub,hub,non_hub,585934.141665,4513292.1137,586357.961325,4512803.55852
+11084,11084,867,75.0,010400,,40.761664375,-73.976854975,54.0,013900,40.768254,-73.988639,511.683832417,7607,1031,7359,1033,013900,139918084.587,010400,363981333.295,,0.0,013900,010400,12530.5650169,26390,70530,hub,hub,non_hub,585354.890073,4513523.52534,586357.961325,4512803.55852
+11085,11085,368,75.0,010400,,40.761664375,-73.976854975,98.0,014300,40.76590936,-73.97634151,1075.11766099,3,1031,0,1033,014300,50027992.3322,010400,363981333.295,,0.0,014300,010400,12530.5650169,21051,70530,hub,hub,non_hub,586395.803012,4513275.28949,586357.961325,4512803.55852
+11086,11086,1792,75.0,010400,,40.761664375,-73.976854975,72.0,014500,40.76915505,-73.98191841,512.142192075,5811,1031,3462,1033,014500,253397343.373,010400,363981333.295,,0.0,014500,010400,12530.5650169,68350,70530,hub,hub,non_hub,585920.929601,4513630.10902,586357.961325,4512803.55852
+11087,11087,1079,75.0,010400,,40.761664375,-73.976854975,110.0,014700,40.770513,-73.988038,563.87791648,2586,1031,1743,1033,014700,70871746.8417,010400,363981333.295,,0.0,014700,010400,12530.5650169,35099,70530,hub,hub,non_hub,585402.720353,4513774.87644,586357.961325,4512803.55852
+11088,11088,214,75.0,010400,,40.761664375,-73.976854975,72.0,015100,40.771522,-73.990541,671.492361111,8105,1031,4856,1033,015100,164953931.102,010400,363981333.295,,0.0,015100,010400,12530.5650169,17578,70530,hub,hub,non_hub,585190.192062,4513884.4495,586357.961325,4512803.55852
+11089,11089,252,150.0,010400,,40.761664375,-73.976854975,140.0,031703,40.71644312,-74.014902115,1857.48270259,8670,1031,4231,1033,031703,332361109.355,010400,363981333.295,,0.0,031703,010400,12530.5650169,136082,70530,hub,hub,non_hub,583202.897614,4507746.93647,586357.961325,4512803.55852
+11090,11090,137,225.0,010400,,40.761664375,-73.976854975,196.0,031704,40.7085171733,-74.0165557667,1875.6510808,6610,1031,3790,1033,031704,160823714.408,010400,363981333.295,,0.0,031704,010400,12530.5650169,105244,70530,hub,hub,non_hub,583073.076824,4506865.54027,586357.961325,4512803.55852
+11091,11091,41,225.0,010400,,40.761664375,-73.976854975,170.0,000600,40.7128987867,-73.9898646367,1935.97083333,11558,1031,4083,1033,000600,59149181.7526,010400,363981333.295,,0.0,000600,010400,12530.5650169,70053,70530,hub,hub,non_hub,585322.159723,4507377.5136,586357.961325,4512803.55852
+11092,11092,104,99.0,010602,,40.75849116,-73.95920622,54.0,000202,40.71318002,-73.9818904933,1599.29908425,8012,4794,3598,2963,000202,37878157.9781,010602,67980898.3739,,0.0,000202,010602,11601.8418243,56352,22875,hub,hub,non_hub,585995.353038,4507416.50937,587851.796682,4512468.82754
+11093,11093,312,231.0,010602,,40.75849116,-73.95920622,258.0,000700,40.70581148,-74.0081572071,2108.93662129,7722,4794,5201,2963,000700,476954959.734,010602,67980898.3739,,0.0,000700,010602,11601.8418243,160040,22875,hub,hub,non_hub,583785.918305,4506573.16797,587851.796682,4512468.82754
+11094,11094,13,66.0,010602,,40.75849116,-73.95920622,47.0,000800,40.712414475,-73.993471545,1525.42857143,10365,4794,4150,2963,000800,46479755.076,010602,67980898.3739,,0.0,000800,010602,11601.8418243,34254,22875,hub,hub,non_hub,585018.109713,4507320.25418,587851.796682,4512468.82754
+11095,11095,238,99.0,010602,,40.75849116,-73.95920622,97.0,000900,40.7024745833,-74.01224785,1947.99754902,1140,4794,939,2963,000900,404341803.896,010602,67980898.3739,,0.0,000900,010602,11601.8418243,46446,22875,hub,hub,non_hub,583444.520998,4506198.85784,587851.796682,4512468.82754
+11096,11096,18,33.0,010602,,40.75849116,-73.95920622,19.0,001002,40.71782143,-73.97628939,1319.72222222,6439,4794,2346,2963,001002,22763374.2099,010602,67980898.3739,,0.0,001002,010602,11601.8418243,15916,22875,hub,hub,non_hub,586462.45635,4507937.23607,587851.796682,4512468.82754
+11097,11097,37,66.0,010602,,40.75849116,-73.95920622,46.0,001200,40.717364275,-73.982955325,1448.60737179,3547,4794,1857,2963,001200,23518220.7411,010602,67980898.3739,,0.0,001200,010602,11601.8418243,36493,22875,hub,hub,non_hub,585900.031125,4507879.94738,587851.796682,4512468.82754
+11098,11098,6,33.0,010602,,40.75849116,-73.95920622,36.0,001300,40.70463334,-74.01361706,1821.5,3776,4794,3028,2963,001300,286606455.687,010602,67980898.3739,,0.0,001300,010602,11601.8418243,27671,22875,hub,hub,non_hub,583326.158808,4506437.19368,587851.796682,4512468.82754
+11099,11099,21,33.0,010602,,40.75849116,-73.95920622,28.0,001401,40.71559509,-73.9870295,1316.71428571,3289,4794,1708,2963,001401,20168722.3199,010602,67980898.3739,,0.0,001401,010602,11601.8418243,26885,22875,hub,hub,non_hub,585558.18429,4507679.57909,587851.796682,4512468.82754
+11100,11100,27,66.0,010602,,40.75849116,-73.95920622,67.0,001501,40.70966832,-74.003597135,1906.44545455,5581,4794,3450,2963,001501,172466366.322,010602,67980898.3739,,0.0,001501,010602,11601.8418243,27425,22875,hub,hub,non_hub,584166.279828,4507005.66129,587851.796682,4512468.82754
+11101,11101,89,99.0,010602,,40.75849116,-73.95920622,123.0,001502,40.7088053467,-74.00635276,2203.06144338,7095,4794,3459,2963,001502,221282059.103,010602,67980898.3739,,0.0,001502,010602,11601.8418243,82052,22875,hub,hub,non_hub,583934.59195,4506907.22889,587851.796682,4512468.82754
+11102,11102,86,99.0,010602,,40.75849116,-73.95920622,107.0,001600,40.7153350167,-73.9943926833,1515.16369048,8236,4794,3242,2963,001600,76565505.7581,010602,67980898.3739,,0.0,001600,010602,11601.8418243,82798,22875,hub,hub,non_hub,584936.591099,4507643.5622,587851.796682,4512468.82754
+11103,11103,109,132.0,010602,,40.75849116,-73.95920622,154.0,001800,40.7193657075,-73.9906468425,1327.07778768,8063,4794,3489,2963,001800,60554858.5127,010602,67980898.3739,,0.0,001800,010602,11601.8418243,133306,22875,hub,hub,non_hub,585247.838585,4508094.62497,587851.796682,4512468.82754
+11104,11104,40,66.0,010602,,40.75849116,-73.95920622,46.0,002000,40.721554605,-73.977309405,1130.53225806,4795,4794,1899,2963,002000,17907673.5628,010602,67980898.3739,,0.0,002000,010602,11601.8418243,31656,22875,hub,hub,non_hub,586371.478696,4508350.63994,587851.796682,4512468.82754
+11105,11105,57,132.0,010602,,40.75849116,-73.95920622,102.0,002100,40.71451321,-74.0108850975,1899.34375,6111,4794,3038,2963,002100,273869828.705,010602,67980898.3739,,0.0,002100,010602,11601.8418243,151037,22875,hub,hub,non_hub,583544.598931,4507536.51732,587851.796682,4512468.82754
+11106,11106,14,66.0,010602,,40.75849116,-73.95920622,44.0,002201,40.71833027,-73.980972895,1208.075,6762,4794,3030,2963,002201,37585954.9949,010602,67980898.3739,,0.0,002201,010602,11601.8418243,26391,22875,hub,hub,non_hub,586066.226443,4507989.12022,587851.796682,4512468.82754
+11107,11107,12,33.0,010602,,40.75849116,-73.95920622,31.0,002202,40.7208736,-73.98085795,1278.75,2256,4794,1045,2963,002202,13179093.8977,010602,67980898.3739,,0.0,002202,010602,11601.8418243,23935,22875,hub,hub,non_hub,586072.658368,4508271.55961,587851.796682,4512468.82754
+11108,11108,109,66.0,010602,,40.75849116,-73.95920622,48.0,002400,40.724744875,-73.974986535,1023.01438619,5775,4794,2175,2963,002400,17986635.5592,010602,67980898.3739,,0.0,002400,010602,11601.8418243,17965,22875,hub,hub,non_hub,586563.526382,4508707.06897,587851.796682,4512468.82754
+11109,11109,22,66.0,010602,,40.75849116,-73.95920622,62.0,002500,40.7111743,-73.99849582,1792.67521368,5061,4794,1917,2963,002500,22428407.6271,010602,67980898.3739,,0.0,002500,010602,11601.8418243,28216,22875,hub,hub,non_hub,584595.28909,4507177.73549,587851.796682,4512468.82754
+11110,11110,24,33.0,010602,,40.75849116,-73.95920622,31.0,002601,40.72299208,-73.97995466,1016.0,3774,4794,1593,2963,002601,22248722.3098,010602,67980898.3739,,0.0,002601,010602,11601.8418243,22144,22875,hub,hub,non_hub,586146.216204,4508507.61099,587851.796682,4512468.82754
+11111,11111,5,33.0,010602,,40.75849116,-73.95920622,27.0,002700,40.71307916,-73.99851193,1604.2,1191,4794,655,2963,002700,11349914.9514,010602,67980898.3739,,0.0,002700,010602,11601.8418243,20570,22875,hub,hub,non_hub,584591.517275,4507389.17181,587851.796682,4512468.82754
+11112,11112,72,33.0,010602,,40.75849116,-73.95920622,32.0,002800,40.72521311,-73.97768752,896.319444444,7302,4794,3341,2963,002800,47641507.3146,010602,67980898.3739,,0.0,002800,010602,11601.8418243,36744,22875,hub,hub,non_hub,586334.816403,4508756.38709,587851.796682,4512468.82754
+11113,11113,18,33.0,010602,,40.75849116,-73.95920622,43.0,002900,40.71602118,-73.99974372,1688.38888889,5855,4794,2420,2963,002900,200965547.24,010602,67980898.3739,,0.0,002900,010602,11601.8418243,31936,22875,hub,hub,non_hub,584483.752153,4507714.56961,587851.796682,4512468.82754
+11114,11114,36,33.0,010602,,40.75849116,-73.95920622,35.0,003001,40.72066442,-73.98517977,1311.63888889,4301,4794,2553,2963,003001,34302720.7166,010602,67980898.3739,,0.0,003001,010602,11601.8418243,41223,22875,hub,hub,non_hub,585707.91731,4508244.11218,587851.796682,4512468.82754
+11115,11115,51,33.0,010602,,40.75849116,-73.95920622,37.0,003002,40.72217444,-73.98368779,1190.80392157,3031,4794,1885,2963,003002,18686109.2263,010602,67980898.3739,,0.0,003002,010602,11601.8418243,38675,22875,hub,hub,non_hub,585831.986427,4508413.19181,587851.796682,4512468.82754
+11116,11116,99,99.0,010602,,40.75849116,-73.95920622,121.0,003100,40.7140617467,-74.0041933367,1952.84041394,2809,4794,858,2963,003100,145687012.574,010602,67980898.3739,,0.0,003100,010602,11601.8418243,81469,22875,hub,hub,non_hub,584110.388584,4507492.78891,587851.796682,4512468.82754
+11117,11117,167,99.0,010602,,40.75849116,-73.95920622,100.0,003200,40.7260543867,-73.9823576167,1037.00977545,7630,4794,4888,2963,003200,46369492.482,010602,67980898.3739,,0.0,003200,010602,11601.8418243,138064,22875,hub,hub,non_hub,585939.335766,4508845.19329,587851.796682,4512468.82754
+11118,11118,75,165.0,010602,,40.75849116,-73.95920622,173.0,003300,40.718816877,-74.0063451505,1667.93948718,5174,4794,2694,2963,003300,215459582.054,010602,67980898.3739,,0.0,003300,010602,11601.8418243,115059,22875,hub,hub,non_hub,583922.6617,4508018.58096,587851.796682,4512468.82754
+11119,11119,53,33.0,010602,,40.75849116,-73.95920622,39.0,003400,40.72955361,-73.98057249,1406.60377358,6706,4794,4203,2963,003400,42933229.7541,010602,67980898.3739,,0.0,003400,010602,11601.8418243,47926,22875,hub,hub,non_hub,586085.581298,4509235.37985,587851.796682,4512468.82754
+11120,11120,59,66.0,010602,,40.75849116,-73.95920622,66.0,003601,40.72217423,-73.990293175,1209.90243902,3299,4794,1613,2963,003601,29191583.8104,010602,67980898.3739,,0.0,003601,010602,11601.8418243,77585,22875,hub,hub,non_hub,585274.124459,4508406.73315,587851.796682,4512468.82754
+11121,11121,178,66.0,010602,,40.75849116,-73.95920622,62.0,003602,40.724852985,-73.989265345,1157.83666014,2918,4794,1586,2963,003602,24941258.1161,010602,67980898.3739,,0.0,003602,010602,11601.8418243,82124,22875,hub,hub,non_hub,585357.507872,4508705.09166,587851.796682,4512468.82754
+11122,11122,209,132.0,010602,,40.75849116,-73.95920622,148.0,003700,40.7256696075,-74.0052069325,1846.10092176,2401,4794,1490,2963,003700,212385639.924,010602,67980898.3739,,0.0,003700,010602,11601.8418243,173333,22875,hub,hub,non_hub,584010.178026,4508780.36793,587851.796682,4512468.82754
+11123,11123,348,132.0,010602,,40.75849116,-73.95920622,160.0,003800,40.72765889,-73.988195855,1242.75005061,8610,4794,5795,2963,003800,67437493.5221,010602,67980898.3739,,0.0,003800,010602,11601.8418243,167230,22875,hub,hub,non_hub,585444.239635,4509017.60641,587851.796682,4512468.82754
+11124,11124,37,132.0,010602,,40.75849116,-73.95920622,106.0,003900,40.7201717475,-74.00983051,2035.12202381,5253,4794,3059,2963,003900,194910113.03,010602,67980898.3739,,0.0,003900,010602,11601.8418243,113624,22875,hub,hub,non_hub,583626.593058,4508165.65565,587851.796682,4512468.82754
+11125,11125,145,66.0,010602,,40.75849116,-73.95920622,66.0,004000,40.73000573,-73.98549552,1116.70053217,9801,4794,4546,2963,004000,66858387.5133,010602,67980898.3739,,0.0,004000,010602,11601.8418243,99660,22875,hub,hub,non_hub,585669.269443,4509280.75306,587851.796682,4512468.82754
+11126,11126,91,66.0,010602,,40.75849116,-73.95920622,64.0,004100,40.7195529,-73.996789035,1539.42857143,7793,4794,3765,2963,004100,71738983.3617,010602,67980898.3739,,0.0,004100,010602,11601.8418243,114685,22875,hub,hub,non_hub,584728.836557,4508109.46034,587851.796682,4512468.82754
+11127,11127,56,33.0,010602,,40.75849116,-73.95920622,35.0,004200,40.73223272,-73.98889957,1162.0,4988,4794,1801,2963,004200,39941846.3325,010602,67980898.3739,,0.0,004200,010602,11601.8418243,50846,22875,hub,hub,non_hub,585378.96492,4509524.64843,587851.796682,4512468.82754
+11128,11128,91,66.0,010602,,40.75849116,-73.95920622,67.0,004300,40.723870235,-73.995226525,1555.29127482,4267,4794,2598,2963,004300,65935514.1184,010602,67980898.3739,,0.0,004300,010602,11601.8418243,95162,22875,hub,hub,non_hub,584855.320992,4508590.22212,587851.796682,4512468.82754
+11129,11129,296,66.0,010602,,40.75849116,-73.95920622,60.0,004400,40.73080269,-73.97968993,983.950396825,17710,4794,8297,2963,004400,114601147.016,010602,67980898.3739,,0.0,004400,010602,11601.8418243,106427,22875,hub,hub,non_hub,586158.498991,4509374.90208,587851.796682,4512468.82754
+11130,11130,28,33.0,010602,,40.75849116,-73.95920622,27.0,004500,40.71910537,-73.99973337,1738.96428571,840,4794,582,2963,004500,52009114.8865,010602,67980898.3739,,0.0,004500,010602,11601.8418243,34275,22875,hub,hub,non_hub,584480.726971,4508056.94497,587851.796682,4512468.82754
+11131,11131,4,33.0,010602,,40.75849116,-73.95920622,39.0,004700,40.72165481,-74.00234737,2171.0,2267,4794,1586,2963,004700,75477587.1594,010602,67980898.3739,,0.0,004700,010602,11601.8418243,27544,22875,hub,hub,non_hub,584256.734795,4508337.43837,587851.796682,4512468.82754
+11132,11132,62,33.0,010602,,40.75849116,-73.95920622,35.0,004800,40.73624527,-73.98473765,976.241935484,7550,4794,3799,2963,004800,74763044.6965,010602,67980898.3739,,0.0,004800,010602,11601.8418243,42567,22875,hub,hub,non_hub,585725.258797,4509974.12516,587851.796682,4512468.82754
+11133,11133,65,66.0,010602,,40.75849116,-73.95920622,73.0,004900,40.724268615,-74.000521515,1655.63770325,4951,4794,3054,2963,004900,103848670.177,010602,67980898.3739,,0.0,004900,010602,11601.8418243,80152,22875,hub,hub,non_hub,584407.63728,4508629.34168,587851.796682,4512468.82754
+11134,11134,246,99.0,010602,,40.75849116,-73.95920622,93.0,005000,40.7359163467,-73.9873427633,1167.21999147,5061,4794,3595,2963,005000,120638459.215,010602,67980898.3739,,0.0,005000,010602,11601.8418243,111023,22875,hub,hub,non_hub,585505.709717,4509935.07175,587851.796682,4512468.82754
+11135,11135,188,66.0,010602,,40.75849116,-73.95920622,106.0,005200,40.73715585,-73.991241315,1326.65574597,4193,4794,1785,2963,005200,109103391.81,010602,67980898.3739,,0.0,005200,010602,11601.8418243,159876,22875,hub,hub,non_hub,585174.941656,4510068.87544,587851.796682,4512468.82754
+11136,11136,79,33.0,010602,,40.75849116,-73.95920622,47.0,005400,40.73971301,-73.99456405,1327.70886076,4656,4794,2837,2963,005400,128803552.888,010602,67980898.3739,,0.0,005400,010602,11601.8418243,73728,22875,hub,hub,non_hub,584891.129718,4510349.51956,587851.796682,4512468.82754
+11137,11137,64,33.0,010602,,40.75849116,-73.95920622,30.0,005501,40.72679454,-73.99695094,1573.15625,5079,4794,2483,2963,005501,61061928.4125,010602,67980898.3739,,0.0,005501,010602,11601.8418243,57258,22875,hub,hub,non_hub,584705.980012,4508913.17477,587851.796682,4512468.82754
+11138,11138,32,33.0,010602,,40.75849116,-73.95920622,27.0,005502,40.72743423,-73.99379025,1252.5625,2383,4794,1262,2963,005502,49017118.6146,010602,67980898.3739,,0.0,005502,010602,11601.8418243,55117,22875,hub,hub,non_hub,584972.085912,4508987.23863,587851.796682,4512468.82754
+11139,11139,217,66.0,010602,,40.75849116,-73.95920622,95.0,005600,40.74065347,-73.98778661,1222.04940939,2618,4794,2190,2963,005600,189153355.609,010602,67980898.3739,,0.0,005600,010602,11601.8418243,113209,22875,hub,hub,non_hub,585462.168743,4510460.49357,587851.796682,4512468.82754
+11140,11140,158,66.0,010602,,40.75849116,-73.95920622,82.0,005700,40.729662915,-73.992405595,1244.27897727,2937,4794,1789,2963,005700,90178032.7137,010602,67980898.3739,,0.0,005700,010602,11601.8418243,156896,22875,hub,hub,non_hub,585086.179601,4509235.9788,587851.796682,4512468.82754
+11141,11141,159,66.0,010602,,40.75849116,-73.95920622,87.0,005800,40.743154205,-73.990299735,1134.88106061,3182,4794,2306,2963,005800,164037511.755,010602,67980898.3739,,0.0,005800,010602,11601.8418243,130970,22875,hub,hub,non_hub,585246.786708,4510735.64918,587851.796682,4512468.82754
+11142,11142,63,33.0,010602,,40.75849116,-73.95920622,31.0,005900,40.73049393,-73.9957214,1409.65079365,5516,4794,3276,2963,005900,71785177.1361,010602,67980898.3739,,0.0,005900,010602,11601.8418243,53180,22875,hub,hub,non_hub,584805.117401,4509325.01914,587851.796682,4512468.82754
+11143,11143,268,66.0,010602,,40.75849116,-73.95920622,63.0,006000,40.734822295,-73.976916765,1016.51785714,5286,4794,2459,2963,006000,27468182.8943,010602,67980898.3739,,0.0,006000,010602,11601.8418243,80462,22875,hub,hub,non_hub,586387.478737,4509823.83141,587851.796682,4512468.82754
+11144,11144,311,132.0,010602,,40.75849116,-73.95920622,141.0,006100,40.73385254,-73.992357065,1270.47390272,4913,4794,2683,2963,006100,91682014.33,010602,67980898.3739,,0.0,006100,010602,11601.8418243,245510,22875,hub,hub,non_hub,585084.940162,4509701.10308,587851.796682,4512468.82754
+11145,11145,130,33.0,010602,,40.75849116,-73.95920622,30.0,006200,40.7381765,-73.97738662,846.807692308,4680,4794,1401,2963,006200,231817485.533,010602,67980898.3739,,0.0,006200,010602,11601.8418243,33218,22875,hub,hub,non_hub,586343.467107,4510195.70961,587851.796682,4512468.82754
+11146,11146,89,99.0,010602,,40.75849116,-73.95920622,99.0,006300,40.7346940933,-73.99785666,1350.03650794,6076,4794,4277,2963,006300,85447631.8451,010602,67980898.3739,,0.0,006300,010602,11601.8418243,120233,22875,hub,hub,non_hub,584619.48321,4509789.20591,587851.796682,4512468.82754
+11147,11147,197,33.0,010602,,40.75849116,-73.95920622,39.0,006400,40.73587678,-73.98205027,952.147208122,7518,4794,5058,2963,006400,95664936.1545,010602,67980898.3739,,0.0,006400,010602,11601.8418243,47750,22875,hub,hub,non_hub,585952.649806,4509935.84788,587851.796682,4512468.82754
+11148,11148,88,99.0,010602,,40.75849116,-73.95920622,106.0,006500,40.7306296367,-73.9991423,1532.98737374,6517,4794,3568,2963,006500,59290910.3694,010602,67980898.3739,,0.0,006500,010602,11601.8418243,125356,22875,hub,hub,non_hub,584516.067395,4509336.78488,587851.796682,4512468.82754
+11149,11149,464,66.0,010602,,40.75849116,-73.95920622,82.0,006600,40.739285505,-73.97827188,789.730555556,11780,4794,6818,2963,006600,84730469.4548,010602,67980898.3739,,0.0,006600,010602,11601.8418243,74621,22875,hub,hub,non_hub,586267.286922,4510317.94668,587851.796682,4512468.82754
+11150,11150,37,33.0,010602,,40.75849116,-73.95920622,39.0,006700,40.73038599,-74.00214988,1582.86486486,4984,4794,3796,2963,006700,47238039.9972,010602,67980898.3739,,0.0,006700,010602,11601.8418243,70025,22875,hub,hub,non_hub,584262.399901,4509306.84766,587851.796682,4512468.82754
+11151,11151,105,33.0,010602,,40.75849116,-73.95920622,39.0,006800,40.74025878,-73.98409214,1037.15238095,6735,4794,4494,2963,006800,130298431.446,010602,67980898.3739,,0.0,006800,010602,11601.8418243,58926,22875,hub,hub,non_hub,585774.608423,4510420.28363,587851.796682,4512468.82754
+11152,11152,52,66.0,010602,,40.75849116,-73.95920622,67.0,006900,40.732319905,-74.0069291,1766.81658692,2687,4794,1484,2963,006900,61292499.9331,010602,67980898.3739,,0.0,006900,010602,11601.8418243,130727,22875,hub,hub,non_hub,583856.38945,4509516.94969,587851.796682,4512468.82754
+11153,11153,1114,99.0,010602,,40.75849116,-73.95920622,127.0,007000,40.7425117004,-73.9756069895,763.186348577,8302,4794,5669,2963,007000,78634704.8451,010602,67980898.3739,,0.0,007000,010602,11601.8418243,145227,22875,hub,hub,non_hub,586488.115166,4510678.69973,587851.796682,4512468.82754
+11154,11154,87,66.0,010602,,40.75849116,-73.95920622,71.0,007100,40.736526545,-74.000108805,1264.81089744,5633,4794,3844,2963,007100,68447429.2743,010602,67980898.3739,,0.0,007100,010602,11601.8418243,79459,22875,hub,hub,non_hub,584426.995774,4509990.4524,587851.796682,4512468.82754
+11155,11155,530,99.0,010602,,40.75849116,-73.95920622,126.0,007200,40.7447014833,-73.98154809,942.417967272,7734,4794,5222,2963,007200,132092861.454,010602,67980898.3739,,0.0,007200,010602,11601.8418243,157612,22875,hub,hub,non_hub,585983.687715,4510915.94446,587851.796682,4512468.82754
+11156,11156,39,66.0,010602,,40.75849116,-73.95920622,59.0,007300,40.734682705,-74.00388484,1663.62777778,5615,4794,4547,2963,007300,48716185.79,010602,67980898.3739,,0.0,007300,010602,11601.8418243,92567,22875,hub,hub,non_hub,584110.479319,4509782.14883,587851.796682,4512468.82754
+11157,11157,128,66.0,010602,,40.75849116,-73.95920622,86.0,007400,40.746413585,-73.98586892,1133.0090566,4179,4794,2700,2963,007400,170614202.951,010602,67980898.3739,,0.0,007400,010602,11601.8418243,81121,22875,hub,hub,non_hub,585616.696258,4511101.7763,587851.796682,4512468.82754
+11158,11158,134,66.0,010602,,40.75849116,-73.95920622,69.0,007600,40.74737476,-73.988320695,1181.73059006,2203,4794,1573,2963,007600,242014413.464,010602,67980898.3739,,0.0,007600,010602,11601.8418243,97464,22875,hub,hub,non_hub,585408.475283,4511206.08492,587851.796682,4512468.82754
+11159,11159,35,33.0,010602,,40.75849116,-73.95920622,43.0,007700,40.7390169121,-74.0026376103,1664.2,5404,4794,4254,2963,007700,59306273.1509,010602,67980898.3739,,0.0,007700,010602,11601.8418243,79025,22875,hub,hub,non_hub,584210.329106,4510264.47156,587851.796682,4512468.82754
+11160,11160,382,33.0,010602,,40.75849116,-73.95920622,39.0,007800,40.74780373,-73.9734419,676.87434555,7380,4794,5372,2963,007800,112124597.728,010602,67980898.3739,,0.0,007800,010602,11601.8418243,59601,22875,hub,hub,non_hub,586664.043115,4511268.28888,587851.796682,4512468.82754
+11161,11161,61,165.0,010602,,40.75849116,-73.95920622,174.0,007900,40.738916514,-74.007286026,1828.68845029,4406,4794,2904,2963,007900,86937368.5918,010602,67980898.3739,,0.0,007900,010602,11601.8418243,171846,22875,hub,hub,non_hub,583817.969395,4510248.87788,587851.796682,4512468.82754
+11162,11162,300,66.0,010602,,40.75849116,-73.95920622,71.0,008000,40.7485693,-73.97717991,771.452080706,4946,4794,3730,2963,008000,197763821.532,010602,67980898.3739,,0.0,008000,010602,11601.8418243,74808,22875,hub,hub,non_hub,586347.477591,4511349.58844,587851.796682,4512468.82754
+11163,11163,28,33.0,010602,,40.75849116,-73.95920622,39.0,008100,40.73935542,-73.99931783,1234.78571429,8675,4794,5315,2963,008100,91100400.6907,010602,67980898.3739,,0.0,008100,010602,11601.8418243,53195,22875,hub,hub,non_hub,584490.204148,4510305.23824,587851.796682,4512468.82754
+11164,11164,785,99.0,010602,,40.75849116,-73.95920622,175.0,008200,40.7519399496,-73.9793536723,789.437080503,3442,4794,2534,2963,008200,262405408.076,010602,67980898.3739,,0.0,008200,010602,11601.8418243,228612,22875,hub,hub,non_hub,586159.612222,4511721.61883,587851.796682,4512468.82754
+11165,11165,213,132.0,010602,,40.75849116,-73.95920622,119.0,008300,40.742591315,-74.004102785,1668.61509324,4211,4794,2321,2963,008300,119862327.354,010602,67980898.3739,,0.0,008300,010602,11601.8418243,186113,22875,hub,hub,non_hub,584082.11654,4510659.85081,587851.796682,4512468.82754
+11166,11166,123,33.0,010602,,40.75849116,-73.95920622,38.0,008400,40.75038009,-73.98338988,954.227642276,1726,4794,1041,2963,008400,147824461.739,010602,67980898.3739,,0.0,008400,010602,11601.8418243,34199,22875,hub,hub,non_hub,585820.889203,4511544.50828,587851.796682,4512468.82754
+11167,11167,615,33.0,010602,,40.75849116,-73.95920622,43.0,008601,40.744219,-73.97121214,784.053658537,2551,4794,1528,2963,008601,31141773.9073,010602,67980898.3739,,0.0,008601,010602,11601.8418243,31961,22875,hub,hub,non_hub,586856.951039,4510872.56191,587851.796682,4512468.82754
+11168,11168,153,66.0,010602,,40.75849116,-73.95920622,78.0,008700,40.74206378,-73.995708955,1394.5197507,6671,4794,4249,2963,008700,85660216.7821,010602,67980898.3739,,0.0,008700,010602,11601.8418243,152953,22875,hub,hub,non_hub,584791.475936,4510609.36503,587851.796682,4512468.82754
+11169,11169,857,66.0,010602,,40.75849116,-73.95920622,78.0,008800,40.75012189,-73.970133575,594.885161356,6964,4794,5507,2963,008800,216532475.876,010602,67980898.3739,,0.0,008800,010602,11601.8418243,43247,22875,hub,hub,non_hub,586940.323322,4511528.89362,587851.796682,4512468.82754
+11170,11170,110,99.0,010602,,40.75849116,-73.95920622,120.0,008900,40.74529008,-74.0021768567,1593.24873354,5560,4794,3511,2963,008900,54419260.2723,010602,67980898.3739,,0.0,008900,010602,11601.8418243,158638,22875,hub,hub,non_hub,584241.316685,4510961.27944,587851.796682,4512468.82754
+11171,11171,945,99.0,010602,,40.75849116,-73.95920622,110.0,009000,40.75261798,-73.9703317533,534.78487126,7026,4794,5832,2963,009000,208846060.851,010602,67980898.3739,,0.0,009000,010602,11601.8418243,74531,22875,hub,hub,non_hub,586920.342162,4511805.78171,587851.796682,4512468.82754
+11172,11172,50,33.0,010602,,40.75849116,-73.95920622,39.0,009100,40.74487634,-73.99529885,1426.08,6415,4794,4386,2963,009100,127325659.041,010602,67980898.3739,,0.0,009100,010602,11601.8418243,63878,22875,hub,hub,non_hub,584822.527687,4510921.97538,587851.796682,4512468.82754
+11173,11173,753,66.0,010602,,40.75849116,-73.95920622,110.0,009200,40.7548518863,-73.9734329075,581.573432782,1754,4794,1461,2963,009200,408192557.246,010602,67980898.3739,,0.0,009200,010602,11601.8418243,72226,22875,hub,hub,non_hub,586655.650548,4512050.69496,587851.796682,4512468.82754
+11174,11174,47,33.0,010602,,40.75849116,-73.95920622,39.0,009300,40.74475148,-73.99915362,1406.0,9705,4794,5585,2963,009300,68528055.2433,010602,67980898.3739,,0.0,009300,010602,11601.8418243,52202,22875,hub,hub,non_hub,584497.239363,4510904.39701,587851.796682,4512468.82754
+11175,11175,252,33.0,010602,,40.75849116,-73.95920622,31.0,009400,40.75320159,-73.9779874,791.753968254,29,4794,16,2963,009400,299218147.811,010602,67980898.3739,,0.0,009400,010602,11601.8418243,82147,22875,hub,hub,non_hub,586273.319314,4511863.01244,587851.796682,4512468.82754
+11176,11176,52,33.0,010602,,40.75849116,-73.95920622,51.0,009500,40.746647,-73.993915,1288.26923077,3425,4794,1416,2963,009500,129660033.725,010602,67980898.3739,,0.0,009500,010602,11601.8418243,57488,22875,hub,hub,non_hub,584937.108907,4511119.86954,587851.796682,4512468.82754
+11177,11177,306,99.0,010602,,40.75849116,-73.95920622,140.0,009600,40.7560482347,-73.9803710732,823.488258657,153,4794,268,2963,009600,270304841.585,010602,67980898.3739,,0.0,009600,010602,11601.8418243,71527,22875,hub,hub,non_hub,586068.426548,4512176.67041,587851.796682,4512468.82754
+11178,11178,93,99.0,010602,,40.75849116,-73.95920622,99.0,009700,40.7493616033,-73.9991321067,1683.4450641,4744,4794,2827,2963,009700,83018263.1602,010602,67980898.3739,,0.0,009700,010602,11601.8418243,118804,22875,hub,hub,non_hub,584493.220017,4511416.17434,587851.796682,4512468.82754
+11179,11179,672,66.0,010602,,40.75849116,-73.95920622,70.0,009800,40.755285655,-73.96667288,510.218013226,7105,4794,5244,2963,009800,115943808.909,010602,67980898.3739,,0.0,009800,010602,11601.8418243,40039,22875,hub,hub,non_hub,587225.727282,4512105.54383,587851.796682,4512468.82754
+11180,11180,241,165.0,010602,,40.75849116,-73.95920622,185.0,009900,40.7520807866,-74.0031899092,1545.48458282,3617,4794,2438,2963,009900,404439511.776,010602,67980898.3739,,0.0,009900,010602,11601.8418243,208076,22875,hub,hub,non_hub,584147.226991,4511714.12465,587851.796682,4512468.82754
+11181,11181,586,99.0,010602,,40.75849116,-73.95920622,121.0,010000,40.7583696933,-73.9710287767,541.02988692,1829,4794,1399,2963,010000,366457143.613,010602,67980898.3739,,0.0,010000,010602,11601.8418243,72085,22875,hub,hub,non_hub,586854.014885,4512443.57459,587851.796682,4512468.82754
+11182,11182,413,99.0,010602,,40.75849116,-73.95920622,127.0,010100,40.74945622,-73.9903382667,1276.90035534,1119,4794,828,2963,010100,246168211.101,010602,67980898.3739,,0.0,010100,010602,11601.8418243,183377,22875,hub,hub,non_hub,585235.486219,4511435.18064,587851.796682,4512468.82754
+11183,11183,298,66.0,010602,,40.75849116,-73.95920622,81.0,010200,40.7606694,-73.973473555,605.087187007,313,4794,268,2963,010200,333450202.294,010602,67980898.3739,,0.0,010200,010602,11601.8418243,46675,22875,hub,hub,non_hub,586644.664817,4512696.44233,587851.796682,4512468.82754
+11184,11184,447,66.0,010602,,40.75849116,-73.95920622,98.0,010300,40.751000495,-73.994372255,1416.27045191,1859,4794,1351,2963,010300,141506056.87,010602,67980898.3739,,0.0,010300,010602,11601.8418243,221593,22875,hub,hub,non_hub,584892.968075,4511602.69644,587851.796682,4512468.82754
+11185,11185,469,66.0,010602,,40.75849116,-73.95920622,75.0,010400,40.761664375,-73.976854975,651.278677463,1031,4794,1033,2963,010400,363981333.295,010602,67980898.3739,,0.0,010400,010602,11601.8418243,65073,22875,hub,hub,non_hub,586357.961325,4512803.55852,587851.796682,4512468.82754
+11186,11186,967,99.0,010602,,40.75849116,-73.95920622,117.0,010800,40.7591736033,-73.96613818,601.882060875,8531,4794,6272,2963,010800,189351523.799,010602,67980898.3739,,0.0,010800,010602,11601.8418243,79198,22875,hub,hub,non_hub,587265.778542,4512537.66689,587851.796682,4512468.82754
+11187,11187,97,66.0,010602,,40.75849116,-73.95920622,114.0,010900,40.751351715,-73.987594755,1091.86858974,182,4794,92,2963,010900,228173063.011,010602,67980898.3739,,0.0,010900,010602,11601.8418243,60092,22875,hub,hub,non_hub,585464.669441,4511648.26242,587851.796682,4512468.82754
+11188,11188,206,33.0,010602,,40.75849116,-73.95920622,59.0,011201,40.7643971,-73.97371465,695.854368932,827,4794,964,2963,011201,118515444.187,010602,67980898.3739,,0.0,011201,010602,11601.8418243,41525,22875,hub,hub,non_hub,586619.474659,4513110.00718,587851.796682,4512468.82754
+11189,11189,575,33.0,010602,,40.75849116,-73.95920622,33.0,011203,40.76095756,-73.96724467,496.313043478,1176,4794,1160,2963,011203,143782379.009,010602,67980898.3739,,0.0,011203,010602,11601.8418243,48033,22875,hub,hub,non_hub,587170.050102,4512734.59972,587851.796682,4512468.82754
+11190,11190,572,132.0,010602,,40.75849116,-73.95920622,198.0,011300,40.7548008425,-73.9888010575,1137.64563834,204,4794,107,2963,011300,357940519.061,010602,67980898.3739,,0.0,011300,010602,11601.8418243,236650,22875,hub,hub,non_hub,585358.423228,4512029.96675,587851.796682,4512468.82754
+11191,11191,235,66.0,010602,,40.75849116,-73.95920622,82.0,011500,40.75701407,-73.992353645,1257.31418799,2487,4794,1678,2963,011500,130958459.747,010602,67980898.3739,,0.0,011500,010602,11601.8418243,103294,22875,hub,hub,non_hub,585055.712647,4512272.20178,587851.796682,4512468.82754
+11192,11192,67,66.0,010602,,40.75849116,-73.95920622,84.0,011700,40.76058799,-74.00080945,1495.3652381,2938,4794,2304,2963,011700,91270705.1484,010602,67980898.3739,,0.0,011700,010602,11601.8418243,73016,22875,hub,hub,non_hub,584337.427395,4512660.77158,587851.796682,4512468.82754
+11193,11193,102,33.0,010602,,40.75849116,-73.95920622,34.0,011900,40.7568001,-73.98291153,909.176470588,1079,4794,1121,2963,011900,395254501.74,010602,67980898.3739,,0.0,011900,010602,11601.8418243,39976,22875,hub,hub,non_hub,585853.012005,4512257.64444,587851.796682,4512468.82754
+11194,11194,167,99.0,010602,,40.75849116,-73.95920622,109.0,012100,40.7598593767,-73.9914900133,1185.65756348,8366,4794,5744,2963,012100,101223732.045,010602,67980898.3739,,0.0,012100,010602,11601.8418243,132767,22875,hub,hub,non_hub,585124.983126,4512588.88932,587851.796682,4512468.82754
+11195,11195,87,33.0,010602,,40.75849116,-73.95920622,51.0,012500,40.76064679,-73.98442659,956.712643678,2439,4794,2096,2963,012500,322911522.418,010602,67980898.3739,,0.0,012500,010602,11601.8418243,45486,22875,hub,hub,non_hub,585720.180916,4512683.17447,587851.796682,4512468.82754
+11196,11196,117,66.0,010602,,40.75849116,-73.95920622,84.0,012700,40.762485435,-73.990447135,1145.95952381,6437,4794,4434,2963,012700,104637996.687,010602,67980898.3739,,0.0,012700,010602,11601.8418243,83393,22875,hub,hub,non_hub,585209.656415,4512881.41361,587851.796682,4512468.82754
+11197,11197,21,33.0,010602,,40.75849116,-73.95920622,24.0,012900,40.76341379,-73.99667444,1289.19047619,5312,4794,3621,2963,012900,158698340.053,010602,67980898.3739,,0.0,012900,010602,11601.8418243,28661,22875,hub,hub,non_hub,584682.864463,4512978.43901,587851.796682,4512468.82754
+11198,11198,390,99.0,010602,,40.75849116,-73.95920622,160.0,013100,40.7621295133,-73.98215453,885.957453191,2489,4794,2283,2963,013100,405023451.28,010602,67980898.3739,,0.0,013100,010602,11601.8418243,107228,22875,hub,hub,non_hub,585910.04945,4512849.98999,587851.796682,4512468.82754
+11199,11199,186,99.0,010602,,40.75849116,-73.95920622,101.0,013300,40.7647250567,-73.9866537633,964.609080559,5363,4794,3909,2963,013300,79847412.2593,010602,67980898.3739,,0.0,013300,010602,11601.8418243,89810,22875,hub,hub,non_hub,585526.963405,4513133.71926,587851.796682,4512468.82754
+11200,11200,97,66.0,010602,,40.75849116,-73.95920622,65.0,013500,40.766984435,-73.99227308,1101.54227761,6075,4794,3935,2963,013500,198199142.958,010602,67980898.3739,,0.0,013500,010602,11601.8418243,64723,22875,hub,hub,non_hub,585049.80204,4513379.06475,587851.796682,4512468.82754
+11201,11201,309,66.0,010602,,40.75849116,-73.95920622,98.0,013700,40.766109285,-73.981808355,820.464126276,6557,4794,5442,2963,013700,314878324.419,010602,67980898.3739,,0.0,013700,010602,11601.8418243,91142,22875,hub,hub,non_hub,585934.141665,4513292.1137,587851.796682,4512468.82754
+11202,11202,46,33.0,010602,,40.75849116,-73.95920622,27.0,013900,40.768254,-73.988639,1266.26086957,7607,4794,7359,2963,013900,139918084.587,010602,67980898.3739,,0.0,013900,010602,11601.8418243,26390,22875,hub,hub,non_hub,585354.890073,4513523.52534,587851.796682,4512468.82754
+11203,11203,185,33.0,010602,,40.75849116,-73.95920622,49.0,014300,40.76590936,-73.97634151,762.459459459,3,4794,0,2963,014300,50027992.3322,010602,67980898.3739,,0.0,014300,010602,11601.8418243,21051,22875,hub,hub,non_hub,586395.803012,4513275.28949,587851.796682,4512468.82754
+11204,11204,355,33.0,010602,,40.75849116,-73.95920622,36.0,014500,40.76915505,-73.98191841,882.366197183,5811,4794,3462,2963,014500,253397343.373,010602,67980898.3739,,0.0,014500,010602,11601.8418243,68350,22875,hub,hub,non_hub,585920.929601,4513630.10902,587851.796682,4512468.82754
+11205,11205,50,33.0,010602,,40.75849116,-73.95920622,55.0,014700,40.770513,-73.988038,1156.62,2586,4794,1743,2963,014700,70871746.8417,010602,67980898.3739,,0.0,014700,010602,11601.8418243,35099,22875,hub,hub,non_hub,585402.720353,4513774.87644,587851.796682,4512468.82754
+11206,11206,22,33.0,010602,,40.75849116,-73.95920622,36.0,015100,40.771522,-73.990541,1441.95454545,8105,4794,4856,2963,015100,164953931.102,010602,67980898.3739,,0.0,015100,010602,11601.8418243,17578,22875,hub,hub,non_hub,585190.192062,4513884.4495,587851.796682,4512468.82754
+11207,11207,111,66.0,010602,,40.75849116,-73.95920622,70.0,031703,40.71644312,-74.014902115,2140.77843915,8670,4794,4231,2963,031703,332361109.355,010602,67980898.3739,,0.0,031703,010602,11601.8418243,136082,22875,hub,hub,non_hub,583202.897614,4507746.93647,587851.796682,4512468.82754
+11208,11208,15,99.0,010602,,40.75849116,-73.95920622,98.0,031704,40.7085171733,-74.0165557667,2399.27777778,6610,4794,3790,2963,031704,160823714.408,010602,67980898.3739,,0.0,031704,010602,11601.8418243,105244,22875,hub,hub,non_hub,583073.076824,4506865.54027,587851.796682,4512468.82754
+11209,11209,48,99.0,010602,,40.75849116,-73.95920622,85.0,000600,40.7128987867,-73.9898646367,1683.62638889,11558,4794,4083,2963,000600,59149181.7526,010602,67980898.3739,,0.0,000600,010602,11601.8418243,70053,22875,hub,hub,non_hub,585322.159723,4507377.5136,587851.796682,4512468.82754
+11210,11210,203,351.0,010800,,40.7591736033,-73.96613818,162.0,000202,40.71318002,-73.9818904933,1714.96245676,8012,8531,3598,6272,000202,37878157.9781,010800,189351523.799,,0.0,000202,010800,12338.8865982,56352,78266,hub,hub,non_hub,585995.353038,4507416.50937,587265.778542,4512537.66689
+11211,11211,569,819.0,010800,,40.7591736033,-73.96613818,774.0,000700,40.70581148,-74.0081572071,2088.69763282,7722,8531,5201,6272,000700,476954959.734,010800,189351523.799,,0.0,000700,010800,12338.8865982,160040,78266,hub,hub,non_hub,583785.918305,4506573.16797,587265.778542,4512537.66689
+11212,11212,38,234.0,010800,5.84241236469,40.759139322,-73.96584647,141.0,000800,40.712744914,-73.993365058,1785.74702204,10365,8531,4150,6272,000800,46479755.076,010800,189351523.799,,0.0,000800,010800,12338.8865982,34254,78266,hub,hub,non_hub,585026.68406,4507357.03815,587290.446327,4512534.15155
+11213,11213,217,351.0,010800,,40.7591736033,-73.96613818,291.0,000900,40.7024745833,-74.01224785,2072.83842245,1140,8531,939,6272,000900,404341803.896,010800,189351523.799,,0.0,000900,010800,12338.8865982,46446,78266,hub,hub,non_hub,583444.520998,4506198.85784,587265.778542,4512537.66689
+11214,11214,45,117.0,010800,,40.7591736033,-73.96613818,57.0,001002,40.71782143,-73.97628939,1583.98504274,6439,8531,2346,6272,001002,22763374.2099,010800,189351523.799,,0.0,001002,010800,12338.8865982,15916,78266,hub,hub,non_hub,586462.45635,4507937.23607,587265.778542,4512537.66689
+11215,11215,225,234.0,010800,,40.7591736033,-73.96613818,138.0,001200,40.717364275,-73.982955325,1601.77082327,3547,8531,1857,6272,001200,23518220.7411,010800,189351523.799,,0.0,001200,010800,12338.8865982,36493,78266,hub,hub,non_hub,585900.031125,4507879.94738,587265.778542,4512537.66689
+11216,11216,18,117.0,010800,,40.7591736033,-73.96613818,108.0,001300,40.70463334,-74.01361706,2183.78484848,3776,8531,3028,6272,001300,286606455.687,010800,189351523.799,,0.0,001300,010800,12338.8865982,27671,78266,hub,hub,non_hub,583326.158808,4506437.19368,587265.778542,4512537.66689
+11217,11217,41,117.0,010800,,40.7591736033,-73.96613818,84.0,001401,40.71559509,-73.9870295,1786.66944444,3289,8531,1708,6272,001401,20168722.3199,010800,189351523.799,,0.0,001401,010800,12338.8865982,26885,78266,hub,hub,non_hub,585558.18429,4507679.57909,587265.778542,4512537.66689
+11218,11218,59,234.0,010800,,40.7591736033,-73.96613818,201.0,001501,40.70966832,-74.003597135,2280.15277778,5581,8531,3450,6272,001501,172466366.322,010800,189351523.799,,0.0,001501,010800,12338.8865982,27425,78266,hub,hub,non_hub,584166.279828,4507005.66129,587265.778542,4512537.66689
+11219,11219,213,351.0,010800,,40.7591736033,-73.96613818,369.0,001502,40.7088053467,-74.00635276,2089.41784303,7095,8531,3459,6272,001502,221282059.103,010800,189351523.799,,0.0,001502,010800,12338.8865982,82052,78266,hub,hub,non_hub,583934.59195,4506907.22889,587265.778542,4512537.66689
+11220,11220,173,351.0,010800,,40.7591736033,-73.96613818,321.0,001600,40.7153350167,-73.9943926833,1791.84705577,8236,8531,3242,6272,001600,76565505.7581,010800,189351523.799,,0.0,001600,010800,12338.8865982,82798,78266,hub,hub,non_hub,584936.591099,4507643.5622,587265.778542,4512537.66689
+11221,11221,454,468.0,010800,,40.7591736033,-73.96613818,462.0,001800,40.7193657075,-73.9906468425,1470.81299967,8063,8531,3489,6272,001800,60554858.5127,010800,189351523.799,,0.0,001800,010800,12338.8865982,133306,78266,hub,hub,non_hub,585247.838585,4508094.62497,587265.778542,4512537.66689
+11222,11222,90,234.0,010800,,40.7591736033,-73.96613818,138.0,002000,40.721554605,-73.977309405,1452.38458111,4795,8531,1899,6272,002000,17907673.5628,010800,189351523.799,,0.0,002000,010800,12338.8865982,31656,78266,hub,hub,non_hub,586371.478696,4508350.63994,587265.778542,4512537.66689
+11223,11223,186,468.0,010800,,40.7591736033,-73.96613818,306.0,002100,40.71451321,-74.0108850975,1949.09683431,6111,8531,3038,6272,002100,273869828.705,010800,189351523.799,,0.0,002100,010800,12338.8865982,151037,78266,hub,hub,non_hub,583544.598931,4507536.51732,587265.778542,4512537.66689
+11224,11224,96,234.0,010800,,40.7591736033,-73.96613818,132.0,002201,40.71833027,-73.980972895,1425.80063131,6762,8531,3030,6272,002201,37585954.9949,010800,189351523.799,,0.0,002201,010800,12338.8865982,26391,78266,hub,hub,non_hub,586066.226443,4507989.12022,587265.778542,4512537.66689
+11225,11225,101,117.0,010800,,40.7591736033,-73.96613818,93.0,002202,40.7208736,-73.98085795,1481.26814658,2256,8531,1045,6272,002202,13179093.8977,010800,189351523.799,,0.0,002202,010800,12338.8865982,23935,78266,hub,hub,non_hub,586072.658368,4508271.55961,587265.778542,4512537.66689
+11226,11226,54,234.0,010800,4.02439381775,40.759139322,-73.96584647,144.0,002400,40.724957128,-73.974834216,1367.08048714,5775,8531,2175,6272,002400,17986635.5592,010800,189351523.799,,0.0,002400,010800,12338.8865982,17965,78266,hub,hub,non_hub,586576.115021,4508730.78068,587290.446327,4512534.15155
+11227,11227,34,234.0,010800,5.89536906851,40.759139322,-73.96584647,186.0,002500,40.711174272,-73.998829746,1787.94255206,5061,8531,1917,6272,002500,22428407.6271,010800,189351523.799,,0.0,002500,010800,12338.8865982,28216,78266,hub,hub,non_hub,584567.082552,4507177.41082,587290.446327,4512534.15155
+11228,11228,44,117.0,010800,,40.7591736033,-73.96613818,93.0,002601,40.72299208,-73.97995466,1490.70238095,3774,8531,1593,6272,002601,22248722.3098,010800,189351523.799,,0.0,002601,010800,12338.8865982,22144,78266,hub,hub,non_hub,586146.216204,4508507.61099,587265.778542,4512537.66689
+11229,11229,12,117.0,010800,,40.7591736033,-73.96613818,81.0,002700,40.71307916,-73.99851193,2185.83333333,1191,8531,655,6272,002700,11349914.9514,010800,189351523.799,,0.0,002700,010800,12338.8865982,20570,78266,hub,hub,non_hub,584591.517275,4507389.17181,587265.778542,4512537.66689
+11230,11230,108,117.0,010800,,40.7591736033,-73.96613818,96.0,002800,40.72521311,-73.97768752,1389.48744666,7302,8531,3341,6272,002800,47641507.3146,010800,189351523.799,,0.0,002800,010800,12338.8865982,36744,78266,hub,hub,non_hub,586334.816403,4508756.38709,587265.778542,4512537.66689
+11231,11231,63,117.0,010800,,40.7591736033,-73.96613818,129.0,002900,40.71602118,-73.99974372,1848.27738095,5855,8531,2420,6272,002900,200965547.24,010800,189351523.799,,0.0,002900,010800,12338.8865982,31936,78266,hub,hub,non_hub,584483.752153,4507714.56961,587265.778542,4512537.66689
+11232,11232,117,117.0,010800,,40.7591736033,-73.96613818,105.0,003001,40.72066442,-73.98517977,1552.25691348,4301,8531,2553,6272,003001,34302720.7166,010800,189351523.799,,0.0,003001,010800,12338.8865982,41223,78266,hub,hub,non_hub,585707.91731,4508244.11218,587265.778542,4512537.66689
+11233,11233,107,117.0,010800,,40.7591736033,-73.96613818,111.0,003002,40.72217444,-73.98368779,1547.76540239,3031,8531,1885,6272,003002,18686109.2263,010800,189351523.799,,0.0,003002,010800,12338.8865982,38675,78266,hub,hub,non_hub,585831.986427,4508413.19181,587265.778542,4512537.66689
+11234,11234,177,351.0,010800,,40.7591736033,-73.96613818,363.0,003100,40.7140617467,-74.0041933367,2064.60416975,2809,8531,858,6272,003100,145687012.574,010800,189351523.799,,0.0,003100,010800,12338.8865982,81469,78266,hub,hub,non_hub,584110.388584,4507492.78891,587265.778542,4512537.66689
+11235,11235,565,351.0,010800,,40.7591736033,-73.96613818,300.0,003200,40.7260543867,-73.9823576167,1304.70934615,7630,8531,4888,6272,003200,46369492.482,010800,189351523.799,,0.0,003200,010800,12338.8865982,138064,78266,hub,hub,non_hub,585939.335766,4508845.19329,587265.778542,4512537.66689
+11236,11236,189,585.0,010800,,40.7591736033,-73.96613818,519.0,003300,40.71882374,-74.0063301826,1987.2097619,5174,8531,2694,6272,003300,215459582.054,010800,189351523.799,,0.0,003300,010800,12338.8865982,115059,78266,hub,hub,non_hub,583923.917263,4508019.35709,587265.778542,4512537.66689
+11237,11237,268,117.0,010800,,40.7591736033,-73.96613818,117.0,003400,40.72955361,-73.98057249,1210.20780432,6706,8531,4203,6272,003400,42933229.7541,010800,189351523.799,,0.0,003400,010800,12338.8865982,47926,78266,hub,hub,non_hub,586085.581298,4509235.37985,587265.778542,4512537.66689
+11238,11238,310,234.0,010800,,40.7591736033,-73.96613818,198.0,003601,40.72217423,-73.990293175,1435.95860722,3299,8531,1613,6272,003601,29191583.8104,010800,189351523.799,,0.0,003601,010800,12338.8865982,77585,78266,hub,hub,non_hub,585274.124459,4508406.73315,587265.778542,4512537.66689
+11239,11239,470,234.0,010800,,40.7591736033,-73.96613818,186.0,003602,40.724852985,-73.989265345,1329.99927625,2918,8531,1586,6272,003602,24941258.1161,010800,189351523.799,,0.0,003602,010800,12338.8865982,82124,78266,hub,hub,non_hub,585357.507872,4508705.09166,587265.778542,4512537.66689
+11240,11240,269,468.0,010800,,40.7591736033,-73.96613818,444.0,003700,40.7256696075,-74.0052069325,1873.38500375,2401,8531,1490,6272,003700,212385639.924,010800,189351523.799,,0.0,003700,010800,12338.8865982,173333,78266,hub,hub,non_hub,584010.178026,4508780.36793,587265.778542,4512537.66689
+11241,11241,972,468.0,010800,,40.7591736033,-73.96613818,480.0,003800,40.72765889,-73.988195855,1288.41196788,8610,8531,5795,6272,003800,67437493.5221,010800,189351523.799,,0.0,003800,010800,12338.8865982,167230,78266,hub,hub,non_hub,585444.239635,4509017.60641,587265.778542,4512537.66689
+11242,11242,131,468.0,010800,,40.7591736033,-73.96613818,318.0,003900,40.7201717475,-74.00983051,2006.88044106,5253,8531,3059,6272,003900,194910113.03,010800,189351523.799,,0.0,003900,010800,12338.8865982,113624,78266,hub,hub,non_hub,583626.593058,4508165.65565,587265.778542,4512537.66689
+11243,11243,522,234.0,010800,,40.7591736033,-73.96613818,198.0,004000,40.73000573,-73.98549552,1149.35769823,9801,8531,4546,6272,004000,66858387.5133,010800,189351523.799,,0.0,004000,010800,12338.8865982,99660,78266,hub,hub,non_hub,585669.269443,4509280.75306,587265.778542,4512537.66689
+11244,11244,231,234.0,010800,,40.7591736033,-73.96613818,192.0,004100,40.7195529,-73.996789035,1794.658911,7793,8531,3765,6272,004100,71738983.3617,010800,189351523.799,,0.0,004100,010800,12338.8865982,114685,78266,hub,hub,non_hub,584728.836557,4508109.46034,587265.778542,4512537.66689
+11245,11245,151,117.0,010800,,40.7591736033,-73.96613818,105.0,004200,40.73223272,-73.98889957,1307.11670762,4988,8531,1801,6272,004200,39941846.3325,010800,189351523.799,,0.0,004200,010800,12338.8865982,50846,78266,hub,hub,non_hub,585378.96492,4509524.64843,587265.778542,4512537.66689
+11246,11246,243,234.0,010800,,40.7591736033,-73.96613818,201.0,004300,40.723870235,-73.995226525,1554.55804935,4267,8531,2598,6272,004300,65935514.1184,010800,189351523.799,,0.0,004300,010800,12338.8865982,95162,78266,hub,hub,non_hub,584855.320992,4508590.22212,587265.778542,4512537.66689
+11247,11247,967,234.0,010800,,40.7591736033,-73.96613818,180.0,004400,40.73080269,-73.97968993,1173.56822169,17710,8531,8297,6272,004400,114601147.016,010800,189351523.799,,0.0,004400,010800,12338.8865982,106427,78266,hub,hub,non_hub,586158.498991,4509374.90208,587265.778542,4512537.66689
+11248,11248,115,117.0,010800,,40.7591736033,-73.96613818,81.0,004500,40.71910537,-73.99973337,1700.89802005,840,8531,582,6272,004500,52009114.8865,010800,189351523.799,,0.0,004500,010800,12338.8865982,34275,78266,hub,hub,non_hub,584480.726971,4508056.94497,587265.778542,4512537.66689
+11249,11249,46,117.0,010800,,40.7591736033,-73.96613818,117.0,004700,40.72165481,-74.00234737,1938.17361111,2267,8531,1586,6272,004700,75477587.1594,010800,189351523.799,,0.0,004700,010800,12338.8865982,27544,78266,hub,hub,non_hub,584256.734795,4508337.43837,587265.778542,4512537.66689
+11250,11250,328,117.0,010800,,40.7591736033,-73.96613818,105.0,004800,40.73624527,-73.98473765,1047.24987079,7550,8531,3799,6272,004800,74763044.6965,010800,189351523.799,,0.0,004800,010800,12338.8865982,42567,78266,hub,hub,non_hub,585725.258797,4509974.12516,587265.778542,4512537.66689
+11251,11251,205,234.0,010800,,40.7591736033,-73.96613818,219.0,004900,40.724268615,-74.000521515,1730.84666831,4951,8531,3054,6272,004900,103848670.177,010800,189351523.799,,0.0,004900,010800,12338.8865982,80152,78266,hub,hub,non_hub,584407.63728,4508629.34168,587265.778542,4512537.66689
+11252,11252,701,351.0,010800,,40.7591736033,-73.96613818,279.0,005000,40.7359163467,-73.9873427633,1164.33358787,5061,8531,3595,6272,005000,120638459.215,010800,189351523.799,,0.0,005000,010800,12338.8865982,111023,78266,hub,hub,non_hub,585505.709717,4509935.07175,587265.778542,4512537.66689
+11253,11253,636,234.0,010800,,40.7591736033,-73.96613818,318.0,005200,40.73715585,-73.991241315,1243.32193705,4193,8531,1785,6272,005200,109103391.81,010800,189351523.799,,0.0,005200,010800,12338.8865982,159876,78266,hub,hub,non_hub,585174.941656,4510068.87544,587265.778542,4512537.66689
+11254,11254,234,117.0,010800,,40.7591736033,-73.96613818,141.0,005400,40.73971301,-73.99456405,1349.02852764,4656,8531,2837,6272,005400,128803552.888,010800,189351523.799,,0.0,005400,010800,12338.8865982,73728,78266,hub,hub,non_hub,584891.129718,4510349.51956,587265.778542,4512537.66689
+11255,11255,72,117.0,010800,,40.7591736033,-73.96613818,90.0,005501,40.72679454,-73.99695094,1549.27290448,5079,8531,2483,6272,005501,61061928.4125,010800,189351523.799,,0.0,005501,010800,12338.8865982,57258,78266,hub,hub,non_hub,584705.980012,4508913.17477,587265.778542,4512537.66689
+11256,11256,131,117.0,010800,,40.7591736033,-73.96613818,81.0,005502,40.72743423,-73.99379025,1500.12970679,2383,8531,1262,6272,005502,49017118.6146,010800,189351523.799,,0.0,005502,010800,12338.8865982,55117,78266,hub,hub,non_hub,584972.085912,4508987.23863,587265.778542,4512537.66689
+11257,11257,503,234.0,010800,,40.7591736033,-73.96613818,285.0,005600,40.74065347,-73.98778661,1120.80615639,2618,8531,2190,6272,005600,189153355.609,010800,189351523.799,,0.0,005600,010800,12338.8865982,113209,78266,hub,hub,non_hub,585462.168743,4510460.49357,587265.778542,4512537.66689
+11258,11258,416,234.0,010800,,40.7591736033,-73.96613818,246.0,005700,40.729662915,-73.992405595,1427.14993231,2937,8531,1789,6272,005700,90178032.7137,010800,189351523.799,,0.0,005700,010800,12338.8865982,156896,78266,hub,hub,non_hub,585086.179601,4509235.9788,587265.778542,4512537.66689
+11259,11259,752,234.0,010800,,40.7591736033,-73.96613818,261.0,005800,40.743154205,-73.990299735,1149.76402573,3182,8531,2306,6272,005800,164037511.755,010800,189351523.799,,0.0,005800,010800,12338.8865982,130970,78266,hub,hub,non_hub,585246.786708,4510735.64918,587265.778542,4512537.66689
+11260,11260,129,117.0,010800,,40.7591736033,-73.96613818,93.0,005900,40.73049393,-73.9957214,1596.02826479,5516,8531,3276,6272,005900,71785177.1361,010800,189351523.799,,0.0,005900,010800,12338.8865982,53180,78266,hub,hub,non_hub,584805.117401,4509325.01914,587265.778542,4512537.66689
+11261,11261,1085,234.0,010800,,40.7591736033,-73.96613818,189.0,006000,40.734822295,-73.976916765,1068.18314718,5286,8531,2459,6272,006000,27468182.8943,010800,189351523.799,,0.0,006000,010800,12338.8865982,80462,78266,hub,hub,non_hub,586387.478737,4509823.83141,587265.778542,4512537.66689
+11262,11262,578,468.0,010800,,40.7591736033,-73.96613818,423.0,006100,40.73385254,-73.992357065,1372.00844912,4913,8531,2683,6272,006100,91682014.33,010800,189351523.799,,0.0,006100,010800,12338.8865982,245510,78266,hub,hub,non_hub,585084.940162,4509701.10308,587265.778542,4512537.66689
+11263,11263,476,117.0,010800,,40.7591736033,-73.96613818,90.0,006200,40.7381765,-73.97738662,945.174166452,4680,8531,1401,6272,006200,231817485.533,010800,189351523.799,,0.0,006200,010800,12338.8865982,33218,78266,hub,hub,non_hub,586343.467107,4510195.70961,587265.778542,4512537.66689
+11264,11264,447,351.0,010800,,40.7591736033,-73.96613818,297.0,006300,40.7346940933,-73.99785666,1498.78258441,6076,8531,4277,6272,006300,85447631.8451,010800,189351523.799,,0.0,006300,010800,12338.8865982,120233,78266,hub,hub,non_hub,584619.48321,4509789.20591,587265.778542,4512537.66689
+11265,11265,577,117.0,010800,,40.7591736033,-73.96613818,117.0,006400,40.73587678,-73.98205027,1026.65770921,7518,8531,5058,6272,006400,95664936.1545,010800,189351523.799,,0.0,006400,010800,12338.8865982,47750,78266,hub,hub,non_hub,585952.649806,4509935.84788,587265.778542,4512537.66689
+11266,11266,244,351.0,010800,,40.7591736033,-73.96613818,318.0,006500,40.7306296367,-73.9991423,1608.71038439,6517,8531,3568,6272,006500,59290910.3694,010800,189351523.799,,0.0,006500,010800,12338.8865982,125356,78266,hub,hub,non_hub,584516.067395,4509336.78488,587265.778542,4512537.66689
+11267,11267,958,234.0,010800,,40.7591736033,-73.96613818,246.0,006600,40.739285505,-73.97827188,873.26606847,11780,8531,6818,6272,006600,84730469.4548,010800,189351523.799,,0.0,006600,010800,12338.8865982,74621,78266,hub,hub,non_hub,586267.286922,4510317.94668,587265.778542,4512537.66689
+11268,11268,111,117.0,010800,,40.7591736033,-73.96613818,117.0,006700,40.73038599,-74.00214988,1799.17867581,4984,8531,3796,6272,006700,47238039.9972,010800,189351523.799,,0.0,006700,010800,12338.8865982,70025,78266,hub,hub,non_hub,584262.399901,4509306.84766,587265.778542,4512537.66689
+11269,11269,537,117.0,010800,,40.7591736033,-73.96613818,117.0,006800,40.74025878,-73.98409214,963.817552794,6735,8531,4494,6272,006800,130298431.446,010800,189351523.799,,0.0,006800,010800,12338.8865982,58926,78266,hub,hub,non_hub,585774.608423,4510420.28363,587265.778542,4512537.66689
+11270,11270,193,234.0,010800,,40.7591736033,-73.96613818,201.0,006900,40.732319905,-74.0069291,1812.08695191,2687,8531,1484,6272,006900,61292499.9331,010800,189351523.799,,0.0,006900,010800,12338.8865982,130727,78266,hub,hub,non_hub,583856.38945,4509516.94969,587265.778542,4512537.66689
+11271,11271,2616,351.0,010800,,40.7591736033,-73.96613818,381.0,007000,40.7425094412,-73.9756025386,772.781269919,8302,8531,5669,6272,007000,78634704.8451,010800,189351523.799,,0.0,007000,010800,12338.8865982,145227,78266,hub,hub,non_hub,586488.493875,4510678.45333,587265.778542,4512537.66689
+11272,11272,296,234.0,010800,,40.7591736033,-73.96613818,213.0,007100,40.736526545,-74.000108805,1259.18363401,5633,8531,3844,6272,007100,68447429.2743,010800,189351523.799,,0.0,007100,010800,12338.8865982,79459,78266,hub,hub,non_hub,584426.995774,4509990.4524,587265.778542,4512537.66689
+11273,11273,1868,351.0,010800,,40.7591736033,-73.96613818,378.0,007200,40.7447014833,-73.98154809,862.441067772,7734,8531,5222,6272,007200,132092861.454,010800,189351523.799,,0.0,007200,010800,12338.8865982,157612,78266,hub,hub,non_hub,585983.687715,4510915.94446,587265.778542,4512537.66689
+11274,11274,143,234.0,010800,,40.7591736033,-73.96613818,177.0,007300,40.734682705,-74.00388484,1713.70770763,5615,8531,4547,6272,007300,48716185.79,010800,189351523.799,,0.0,007300,010800,12338.8865982,92567,78266,hub,hub,non_hub,584110.479319,4509782.14883,587265.778542,4512537.66689
+11275,11275,744,234.0,010800,,40.7591736033,-73.96613818,258.0,007400,40.746413585,-73.98586892,1021.97003065,4179,8531,2700,6272,007400,170614202.951,010800,189351523.799,,0.0,007400,010800,12338.8865982,81121,78266,hub,hub,non_hub,585616.696258,4511101.7763,587265.778542,4512537.66689
+11276,11276,622,234.0,010800,,40.7591736033,-73.96613818,207.0,007600,40.74737476,-73.988320695,1002.85998688,2203,8531,1573,6272,007600,242014413.464,010800,189351523.799,,0.0,007600,010800,12338.8865982,97464,78266,hub,hub,non_hub,585408.475283,4511206.08492,587265.778542,4512537.66689
+11277,11277,160,117.0,010800,,40.7591736033,-73.96613818,129.0,007700,40.7390169121,-74.0026376103,1606.86046811,5404,8531,4254,6272,007700,59306273.1509,010800,189351523.799,,0.0,007700,010800,12338.8865982,79025,78266,hub,hub,non_hub,584210.329106,4510264.47156,587265.778542,4512537.66689
+11278,11278,1088,117.0,010800,,40.7591736033,-73.96613818,117.0,007800,40.74780373,-73.9734419,661.96715297,7380,8531,5372,6272,007800,112124597.728,010800,189351523.799,,0.0,007800,010800,12338.8865982,59601,78266,hub,hub,non_hub,586664.043115,4511268.28888,587265.778542,4512537.66689
+11279,11279,228,585.0,010800,,40.7591736033,-73.96613818,522.0,007900,40.738916514,-74.007286026,1841.26423617,4406,8531,2904,6272,007900,86937368.5918,010800,189351523.799,,0.0,007900,010800,12338.8865982,171846,78266,hub,hub,non_hub,583817.969395,4510248.87788,587265.778542,4512537.66689
+11280,11280,1347,234.0,010800,,40.7591736033,-73.96613818,213.0,008000,40.7485693,-73.97717991,676.338943119,4946,8531,3730,6272,008000,197763821.532,010800,189351523.799,,0.0,008000,010800,12338.8865982,74808,78266,hub,hub,non_hub,586347.477591,4511349.58844,587265.778542,4512537.66689
+11281,11281,180,117.0,010800,,40.7591736033,-73.96613818,117.0,008100,40.73935542,-73.99931783,1298.90876641,8675,8531,5315,6272,008100,91100400.6907,010800,189351523.799,,0.0,008100,010800,12338.8865982,53195,78266,hub,hub,non_hub,584490.204148,4510305.23824,587265.778542,4512537.66689
+11282,11282,3036,351.0,010800,,40.7591736033,-73.96613818,525.0,008200,40.7519576925,-73.9793726279,653.63136274,3442,8531,2534,6272,008200,262405408.076,010800,189351523.799,,0.0,008200,010800,12338.8865982,228612,78266,hub,hub,hub,586157.989115,4511723.56981,587265.778542,4512537.66689
+11283,11283,406,468.0,010800,,40.7591736033,-73.96613818,357.0,008300,40.742591315,-74.004102785,1679.99100324,4211,8531,2321,6272,008300,119862327.354,010800,189351523.799,,0.0,008300,010800,12338.8865982,186113,78266,hub,hub,non_hub,584082.11654,4510659.85081,587265.778542,4512537.66689
+11284,11284,354,117.0,010800,,40.7591736033,-73.96613818,114.0,008400,40.75038009,-73.98338988,806.614983549,1726,8531,1041,6272,008400,147824461.739,010800,189351523.799,,0.0,008400,010800,12338.8865982,34199,78266,hub,hub,non_hub,585820.889203,4511544.50828,587265.778542,4512537.66689
+11285,11285,864,117.0,010800,,40.7591736033,-73.96613818,129.0,008601,40.744219,-73.97121214,774.785201742,2551,8531,1528,6272,008601,31141773.9073,010800,189351523.799,,0.0,008601,010800,12338.8865982,31961,78266,hub,hub,non_hub,586856.951039,4510872.56191,587265.778542,4512537.66689
+11286,11286,377,234.0,010800,,40.7591736033,-73.96613818,234.0,008700,40.74206378,-73.995708955,1378.17360219,6671,8531,4249,6272,008700,85660216.7821,010800,189351523.799,,0.0,008700,010800,12338.8865982,152953,78266,hub,hub,non_hub,584791.475936,4510609.36503,587265.778542,4512537.66689
+11287,11287,2350,234.0,010800,,40.7591736033,-73.96613818,234.0,008800,40.75012189,-73.970133575,552.505461907,6964,8531,5507,6272,008800,216532475.876,010800,189351523.799,,0.0,008800,010800,12338.8865982,43247,78266,hub,hub,non_hub,586940.323322,4511528.89362,587265.778542,4512537.66689
+11288,11288,340,351.0,010800,,40.7591736033,-73.96613818,360.0,008900,40.74529008,-74.0021768567,1508.62500757,5560,8531,3511,6272,008900,54419260.2723,010800,189351523.799,,0.0,008900,010800,12338.8865982,158638,78266,hub,hub,non_hub,584241.316685,4510961.27944,587265.778542,4512537.66689
+11289,11289,3875,351.0,010800,,40.7591736033,-73.96613818,330.0,009000,40.75261798,-73.9703317533,430.64096448,7026,8531,5832,6272,009000,208846060.851,010800,189351523.799,,0.0,009000,010800,12338.8865982,74531,78266,hub,hub,hub,586920.342162,4511805.78171,587265.778542,4512537.66689
+11290,11290,120,117.0,010800,,40.7591736033,-73.96613818,117.0,009100,40.74487634,-73.99529885,1519.81524601,6415,8531,4386,6272,009100,127325659.041,010800,189351523.799,,0.0,009100,010800,12338.8865982,63878,78266,hub,hub,non_hub,584822.527687,4510921.97538,587265.778542,4512537.66689
+11291,11291,2546,234.0,010800,,40.7591736033,-73.96613818,330.0,009200,40.7548518863,-73.9734329075,453.084624933,1754,8531,1461,6272,009200,408192557.246,010800,189351523.799,,0.0,009200,010800,12338.8865982,72226,78266,hub,hub,non_hub,586655.650548,4512050.69496,587265.778542,4512537.66689
+11292,11292,228,117.0,010800,,40.7591736033,-73.96613818,117.0,009300,40.74475148,-73.99915362,1432.32061594,9705,8531,5585,6272,009300,68528055.2433,010800,189351523.799,,0.0,009300,010800,12338.8865982,52202,78266,hub,hub,non_hub,584497.239363,4510904.39701,587265.778542,4512537.66689
+11293,11293,893,117.0,010800,,40.7591736033,-73.96613818,93.0,009400,40.75320159,-73.9779874,621.256776015,29,8531,16,6272,009400,299218147.811,010800,189351523.799,,0.0,009400,010800,12338.8865982,82147,78266,hub,hub,non_hub,586273.319314,4511863.01244,587265.778542,4512537.66689
+11294,11294,140,117.0,010800,,40.7591736033,-73.96613818,153.0,009500,40.746647,-73.993915,1388.32708071,3425,8531,1416,6272,009500,129660033.725,010800,189351523.799,,0.0,009500,010800,12338.8865982,57488,78266,hub,hub,non_hub,584937.108907,4511119.86954,587265.778542,4512537.66689
+11295,11295,1213,351.0,010800,,40.7591736033,-73.96613818,420.0,009600,40.756030674,-73.980354872,677.761900026,153,8531,268,6272,009600,270304841.585,010800,189351523.799,,0.0,009600,010800,12338.8865982,71527,78266,hub,hub,non_hub,586069.816791,4512174.73693,587265.778542,4512537.66689
+11296,11296,477,351.0,010800,,40.7591736033,-73.96613818,297.0,009700,40.7493616033,-73.9991321067,1397.27772987,4744,8531,2827,6272,009700,83018263.1602,010800,189351523.799,,0.0,009700,010800,12338.8865982,118804,78266,hub,hub,non_hub,584493.220017,4511416.17434,587265.778542,4512537.66689
+11297,11297,1244,234.0,010800,,40.7591736033,-73.96613818,210.0,009800,40.755285655,-73.96667288,476.426694811,7105,8531,5244,6272,009800,115943808.909,010800,189351523.799,,0.0,009800,010800,12338.8865982,40039,78266,hub,hub,non_hub,587225.727282,4512105.54383,587265.778542,4512537.66689
+11298,11298,762,585.0,010800,,40.7591736033,-73.96613818,555.0,009900,40.7520807866,-74.0031899092,1412.343013,3617,8531,2438,6272,009900,404439511.776,010800,189351523.799,,0.0,009900,010800,12338.8865982,208076,78266,hub,hub,non_hub,584147.226991,4511714.12465,587265.778542,4512537.66689
+11299,11299,1502,351.0,010800,,40.7591736033,-73.96613818,363.0,010000,40.7583696933,-73.9710287767,447.462001684,1829,8531,1399,6272,010000,366457143.613,010800,189351523.799,,0.0,010000,010800,12338.8865982,72085,78266,hub,hub,non_hub,586854.014885,4512443.57459,587265.778542,4512537.66689
+11300,11300,1849,351.0,010800,,40.7591736033,-73.96613818,381.0,010100,40.74945622,-73.9903382667,1103.9309277,1119,8531,828,6272,010100,246168211.101,010800,189351523.799,,0.0,010100,010800,12338.8865982,183377,78266,hub,hub,non_hub,585235.486219,4511435.18064,587265.778542,4512537.66689
+11301,11301,1707,234.0,010800,,40.7591736033,-73.96613818,243.0,010200,40.7606694,-73.973473555,389.280990769,313,8531,268,6272,010200,333450202.294,010800,189351523.799,,0.0,010200,010800,12338.8865982,46675,78266,hub,hub,non_hub,586644.664817,4512696.44233,587265.778542,4512537.66689
+11302,11302,1761,234.0,010800,,40.7591736033,-73.96613818,294.0,010300,40.751000495,-73.994372255,1189.64602053,1859,8531,1351,6272,010300,141506056.87,010800,189351523.799,,0.0,010300,010800,12338.8865982,221593,78266,hub,hub,non_hub,584892.968075,4511602.69644,587265.778542,4512537.66689
+11303,11303,2680,234.0,010800,,40.7591736033,-73.96613818,225.0,010400,40.761664375,-73.976854975,469.074874478,1031,8531,1033,6272,010400,363981333.295,010800,189351523.799,,0.0,010400,010800,12338.8865982,65073,78266,hub,hub,non_hub,586357.961325,4512803.55852,587265.778542,4512537.66689
+11304,11304,986,117.0,010800,,40.7591736033,-73.96613818,99.0,010602,40.75849116,-73.95920622,667.13659636,4794,8531,2963,6272,010602,67980898.3739,010800,189351523.799,,0.0,010602,010800,12338.8865982,22153,78266,hub,hub,non_hub,587851.796682,4512468.82754,587265.778542,4512537.66689
+11305,11305,474,234.0,010800,,40.7591736033,-73.96613818,342.0,010900,40.751351715,-73.987594755,1061.95172248,182,8531,92,6272,010900,228173063.011,010800,189351523.799,,0.0,010900,010800,12338.8865982,60092,78266,hub,hub,non_hub,585464.669441,4511648.26242,587265.778542,4512537.66689
+11306,11306,1149,117.0,010800,,40.7591736033,-73.96613818,177.0,011201,40.7643971,-73.97371465,499.396907841,827,8531,964,6272,011201,118515444.187,010800,189351523.799,,0.0,011201,010800,12338.8865982,41525,78266,hub,hub,non_hub,586619.474659,4513110.00718,587265.778542,4512537.66689
+11307,11307,1559,117.0,010800,,40.7591736033,-73.96613818,99.0,011203,40.76095756,-73.96724467,693.371291064,1176,8531,1160,6272,011203,143782379.009,010800,189351523.799,,0.0,011203,010800,12338.8865982,48033,78266,hub,hub,non_hub,587170.050102,4512734.59972,587265.778542,4512537.66689
+11308,11308,2743,468.0,010800,,40.7591736033,-73.96613818,594.0,011300,40.7548008425,-73.9888010575,946.36180982,204,8531,107,6272,011300,357940519.061,010800,189351523.799,,0.0,011300,010800,12338.8865982,236650,78266,hub,hub,non_hub,585358.423228,4512029.96675,587265.778542,4512537.66689
+11309,11309,710,234.0,010800,,40.7591736033,-73.96613818,246.0,011500,40.75701407,-73.992353645,1058.71146391,2487,8531,1678,6272,011500,130958459.747,010800,189351523.799,,0.0,011500,010800,12338.8865982,103294,78266,hub,hub,non_hub,585055.712647,4512272.20178,587265.778542,4512537.66689
+11310,11310,519,234.0,010800,,40.7591736033,-73.96613818,252.0,011700,40.76058799,-74.00080945,1407.70757981,2938,8531,2304,6272,011700,91270705.1484,010800,189351523.799,,0.0,011700,010800,12338.8865982,73016,78266,hub,hub,non_hub,584337.427395,4512660.77158,587265.778542,4512537.66689
+11311,11311,866,117.0,010800,,40.7591736033,-73.96613818,102.0,011900,40.7568001,-73.98291153,714.400695559,1079,8531,1121,6272,011900,395254501.74,010800,189351523.799,,0.0,011900,010800,12338.8865982,39976,78266,hub,hub,non_hub,585853.012005,4512257.64444,587265.778542,4512537.66689
+11312,11312,1055,351.0,010800,,40.7591736033,-73.96613818,327.0,012100,40.7598593767,-73.9914900133,1010.94634954,8366,8531,5744,6272,012100,101223732.045,010800,189351523.799,,0.0,012100,010800,12338.8865982,132767,78266,hub,hub,non_hub,585124.983126,4512588.88932,587265.778542,4512537.66689
+11313,11313,513,117.0,010800,,40.7591736033,-73.96613818,153.0,012500,40.76064679,-73.98442659,747.77671086,2439,8531,2096,6272,012500,322911522.418,010800,189351523.799,,0.0,012500,010800,12338.8865982,45486,78266,hub,hub,non_hub,585720.180916,4512683.17447,587265.778542,4512537.66689
+11314,11314,676,234.0,010800,,40.7591736033,-73.96613818,252.0,012700,40.762485435,-73.990447135,902.369605372,6437,8531,4434,6272,012700,104637996.687,010800,189351523.799,,0.0,012700,010800,12338.8865982,83393,78266,hub,hub,non_hub,585209.656415,4512881.41361,587265.778542,4512537.66689
+11315,11315,146,117.0,010800,,40.7591736033,-73.96613818,72.0,012900,40.76341379,-73.99667444,1156.36361656,5312,8531,3621,6272,012900,158698340.053,010800,189351523.799,,0.0,012900,010800,12338.8865982,28661,78266,hub,hub,non_hub,584682.864463,4512978.43901,587265.778542,4512537.66689
+11316,11316,1833,351.0,010800,,40.7591736033,-73.96613818,480.0,013100,40.7621295133,-73.98215453,695.369135051,2489,8531,2283,6272,013100,405023451.28,010800,189351523.799,,0.0,013100,010800,12338.8865982,107228,78266,hub,hub,non_hub,585910.04945,4512849.98999,587265.778542,4512537.66689
+11317,11317,1301,351.0,010800,,40.7591736033,-73.96613818,303.0,013300,40.7647250567,-73.9866537633,800.089576993,5363,8531,3909,6272,013300,79847412.2593,010800,189351523.799,,0.0,013300,010800,12338.8865982,89810,78266,hub,hub,non_hub,585526.963405,4513133.71926,587265.778542,4512537.66689
+11318,11318,824,234.0,010800,,40.7591736033,-73.96613818,195.0,013500,40.766984435,-73.99227308,911.441954406,6075,8531,3935,6272,013500,198199142.958,010800,189351523.799,,0.0,013500,010800,12338.8865982,64723,78266,hub,hub,non_hub,585049.80204,4513379.06475,587265.778542,4512537.66689
+11319,11319,2436,234.0,010800,,40.7591736033,-73.96613818,294.0,013700,40.766109285,-73.981808355,639.045237642,6557,8531,5442,6272,013700,314878324.419,010800,189351523.799,,0.0,013700,010800,12338.8865982,91142,78266,hub,hub,non_hub,585934.141665,4513292.1137,587265.778542,4512537.66689
+11320,11320,456,117.0,010800,,40.7591736033,-73.96613818,81.0,013900,40.768254,-73.988639,794.243634837,7607,8531,7359,6272,013900,139918084.587,010800,189351523.799,,0.0,013900,010800,12338.8865982,26390,78266,hub,hub,non_hub,585354.890073,4513523.52534,587265.778542,4512537.66689
+11321,11321,799,117.0,010800,,40.7591736033,-73.96613818,147.0,014300,40.76590936,-73.97634151,729.621749444,3,8531,0,6272,014300,50027992.3322,010800,189351523.799,,0.0,014300,010800,12338.8865982,21051,78266,hub,hub,non_hub,586395.803012,4513275.28949,587265.778542,4512537.66689
+11322,11322,1864,117.0,010800,,40.7591736033,-73.96613818,108.0,014500,40.76915505,-73.98191841,779.162406438,5811,8531,3462,6272,014500,253397343.373,010800,189351523.799,,0.0,014500,010800,12338.8865982,68350,78266,hub,hub,non_hub,585920.929601,4513630.10902,587265.778542,4512537.66689
+11323,11323,480,117.0,010800,,40.7591736033,-73.96613818,165.0,014700,40.770513,-73.988038,921.046611039,2586,8531,1743,6272,014700,70871746.8417,010800,189351523.799,,0.0,014700,010800,12338.8865982,35099,78266,hub,hub,non_hub,585402.720353,4513774.87644,587265.778542,4512537.66689
+11324,11324,104,117.0,010800,,40.7591736033,-73.96613818,108.0,015100,40.771522,-73.990541,1020.79546991,8105,8531,4856,6272,015100,164953931.102,010800,189351523.799,,0.0,015100,010800,12338.8865982,17578,78266,hub,hub,non_hub,585190.192062,4513884.4495,587265.778542,4512537.66689
+11325,11325,97,234.0,010800,,40.7591736033,-73.96613818,210.0,031703,40.71644312,-74.014902115,2043.4246112,8670,8531,4231,6272,031703,332361109.355,010800,189351523.799,,0.0,031703,010800,12338.8865982,136082,78266,hub,hub,non_hub,583202.897614,4507746.93647,587265.778542,4512537.66689
+11326,11326,119,351.0,010800,,40.7591736033,-73.96613818,294.0,031704,40.7085171733,-74.0165557667,2221.96437813,6610,8531,3790,6272,031704,160823714.408,010800,189351523.799,,0.0,031704,010800,12338.8865982,105244,78266,hub,hub,non_hub,583073.076824,4506865.54027,587265.778542,4512537.66689
+11327,11327,335,351.0,010800,,40.7591736033,-73.96613818,255.0,000600,40.7128987867,-73.9898646367,1508.08750355,11558,8531,4083,6272,000600,59149181.7526,010800,189351523.799,,0.0,000600,010800,12338.8865982,70053,78266,hub,hub,non_hub,585322.159723,4507377.5136,587265.778542,4512537.66689
+11328,11328,30,342.0,010900,,40.751351715,-73.987594755,108.0,000202,40.71318002,-73.9818904933,1891.70797721,8012,182,3598,92,000202,37878157.9781,010900,228173063.011,,0.0,000202,010900,15434.7864309,56352,47559,hub,hub,non_hub,585995.353038,4507416.50937,585464.669441,4511648.26242
+11329,11329,83,798.0,010900,5.59474574821,40.7513228992,-73.9875993338,516.0,000700,40.70598515,-74.0082691254,1756.60022639,7722,182,5201,92,000700,476954959.734,010900,228173063.011,,0.0,000700,010900,15434.7864309,160040,47559,hub,hub,non_hub,583776.246221,4506592.3397,585464.3198,4511645.0592
+11330,11330,28,228.0,010900,,40.751351715,-73.987594755,94.0,000800,40.712414475,-73.993471545,1548.01428571,10365,182,4150,92,000800,46479755.076,010900,228173063.011,,0.0,000800,010900,15434.7864309,34254,47559,hub,hub,non_hub,585018.109713,4507320.25418,585464.669441,4511648.26242
+11331,11331,20,342.0,010900,5.95157628935,40.751351715,-73.987594755,194.0,000900,40.703101235,-74.012200685,2053.53092757,1140,182,939,92,000900,404341803.896,010900,228173063.011,,0.0,000900,010900,15434.7864309,46446,47559,hub,hub,non_hub,583447.723351,4506268.4649,585464.669441,4511648.26242
+11332,11332,18,114.0,010900,,40.751351715,-73.987594755,38.0,001002,40.71782143,-73.97628939,1377.85064935,6439,182,2346,92,001002,22763374.2099,010900,228173063.011,,0.0,001002,010900,15434.7864309,15916,47559,hub,hub,non_hub,586462.45635,4507937.23607,585464.669441,4511648.26242
+11333,11333,73,228.0,010900,,40.751351715,-73.987594755,92.0,001200,40.717364275,-73.982955325,1456.16702899,3547,182,1857,92,001200,23518220.7411,010900,228173063.011,,0.0,001200,010900,15434.7864309,36493,47559,hub,hub,non_hub,585900.031125,4507879.94738,585464.669441,4511648.26242
+11334,11334,17,114.0,010900,,40.751351715,-73.987594755,72.0,001300,40.70463334,-74.01361706,2008.20833333,3776,182,3028,92,001300,286606455.687,010900,228173063.011,,0.0,001300,010900,15434.7864309,27671,47559,hub,hub,non_hub,583326.158808,4506437.19368,585464.669441,4511648.26242
+11335,11335,43,114.0,010900,,40.751351715,-73.987594755,56.0,001401,40.71559509,-73.9870295,1404.06372549,3289,182,1708,92,001401,20168722.3199,010900,228173063.011,,0.0,001401,010900,15434.7864309,26885,47559,hub,hub,non_hub,585558.18429,4507679.57909,585464.669441,4511648.26242
+11336,11336,7,228.0,010900,4.93631854612,40.7514765833,-73.9875749133,134.0,001501,40.71026676,-74.0042395133,1874.42568561,5581,182,3450,92,001501,172466366.322,010900,228173063.011,,0.0,001501,010900,15434.7864309,27425,47559,hub,hub,non_hub,584111.264131,4507071.47664,585466.184548,4511662.14303
+11337,11337,73,342.0,010900,,40.751351715,-73.987594755,246.0,001502,40.7088053467,-74.00635276,1564.58224782,7095,182,3459,92,001502,221282059.103,010900,228173063.011,,0.0,001502,010900,15434.7864309,82052,47559,hub,hub,non_hub,583934.59195,4506907.22889,585464.669441,4511648.26242
+11338,11338,80,342.0,010900,,40.751351715,-73.987594755,214.0,001600,40.7153350167,-73.9943926833,1664.33507274,8236,182,3242,92,001600,76565505.7581,010900,228173063.011,,0.0,001600,010900,15434.7864309,82798,47559,hub,hub,non_hub,584936.591099,4507643.5622,585464.669441,4511648.26242
+11339,11339,171,456.0,010900,,40.751351715,-73.987594755,308.0,001800,40.7193657075,-73.9906468425,1205.64914852,8063,182,3489,92,001800,60554858.5127,010900,228173063.011,,0.0,001800,010900,15434.7864309,133306,47559,hub,hub,non_hub,585247.838585,4508094.62497,585464.669441,4511648.26242
+11340,11340,74,228.0,010900,,40.751351715,-73.987594755,92.0,002000,40.721554605,-73.977309405,1371.83435363,4795,182,1899,92,002000,17907673.5628,010900,228173063.011,,0.0,002000,010900,15434.7864309,31656,47559,hub,hub,non_hub,586371.478696,4508350.63994,585464.669441,4511648.26242
+11341,11341,138,456.0,010900,,40.751351715,-73.987594755,204.0,002100,40.71451321,-74.0108850975,1484.99169147,6111,182,3038,92,002100,273869828.705,010900,228173063.011,,0.0,002100,010900,15434.7864309,151037,47559,hub,hub,non_hub,583544.598931,4507536.51732,585464.669441,4511648.26242
+11342,11342,41,228.0,010900,,40.751351715,-73.987594755,88.0,002201,40.71833027,-73.980972895,1496.2696256,6762,182,3030,92,002201,37585954.9949,010900,228173063.011,,0.0,002201,010900,15434.7864309,26391,47559,hub,hub,non_hub,586066.226443,4507989.12022,585464.669441,4511648.26242
+11343,11343,43,114.0,010900,,40.751351715,-73.987594755,62.0,002202,40.7208736,-73.98085795,1276.11666667,2256,182,1045,92,002202,13179093.8977,010900,228173063.011,,0.0,002202,010900,15434.7864309,23935,47559,hub,hub,non_hub,586072.658368,4508271.55961,585464.669441,4511648.26242
+11344,11344,88,228.0,010900,,40.751351715,-73.987594755,96.0,002400,40.724744875,-73.974986535,1178.25368774,5775,182,2175,92,002400,17986635.5592,010900,228173063.011,,0.0,002400,010900,15434.7864309,17965,47559,hub,hub,non_hub,586563.526382,4508707.06897,585464.669441,4511648.26242
+11345,11345,13,228.0,010900,,40.751351715,-73.987594755,124.0,002500,40.7111743,-73.99849582,1259.14285714,5061,182,1917,92,002500,22428407.6271,010900,228173063.011,,0.0,002500,010900,15434.7864309,28216,47559,hub,hub,non_hub,584595.28909,4507177.73549,585464.669441,4511648.26242
+11346,11346,76,114.0,010900,,40.751351715,-73.987594755,62.0,002601,40.72299208,-73.97995466,1206.4137931,3774,182,1593,92,002601,22248722.3098,010900,228173063.011,,0.0,002601,010900,15434.7864309,22144,47559,hub,hub,non_hub,586146.216204,4508507.61099,585464.669441,4511648.26242
+11347,11347,10,114.0,010900,,40.751351715,-73.987594755,54.0,002700,40.71307916,-73.99851193,1281.5,1191,182,655,92,002700,11349914.9514,010900,228173063.011,,0.0,002700,010900,15434.7864309,20570,47559,hub,hub,non_hub,584591.517275,4507389.17181,585464.669441,4511648.26242
+11348,11348,99,114.0,010900,,40.751351715,-73.987594755,64.0,002800,40.72521311,-73.97768752,1158.34490741,7302,182,3341,92,002800,47641507.3146,010900,228173063.011,,0.0,002800,010900,15434.7864309,36744,47559,hub,hub,non_hub,586334.816403,4508756.38709,585464.669441,4511648.26242
+11349,11349,33,114.0,010900,,40.751351715,-73.987594755,86.0,002900,40.71602118,-73.99974372,1333.21923077,5855,182,2420,92,002900,200965547.24,010900,228173063.011,,0.0,002900,010900,15434.7864309,31936,47559,hub,hub,non_hub,584483.752153,4507714.56961,585464.669441,4511648.26242
+11350,11350,56,114.0,010900,,40.751351715,-73.987594755,70.0,003001,40.72066442,-73.98517977,1275.60277778,4301,182,2553,92,003001,34302720.7166,010900,228173063.011,,0.0,003001,010900,15434.7864309,41223,47559,hub,hub,non_hub,585707.91731,4508244.11218,585464.669441,4511648.26242
+11351,11351,132,114.0,010900,,40.751351715,-73.987594755,74.0,003002,40.72217444,-73.98368779,1201.5954416,3031,182,1885,92,003002,18686109.2263,010900,228173063.011,,0.0,003002,010900,15434.7864309,38675,47559,hub,hub,non_hub,585831.986427,4508413.19181,585464.669441,4511648.26242
+11352,11352,58,342.0,010900,,40.751351715,-73.987594755,242.0,003100,40.7140617467,-74.0041933367,1323.36825008,2809,182,858,92,003100,145687012.574,010900,228173063.011,,0.0,003100,010900,15434.7864309,81469,47559,hub,hub,non_hub,584110.388584,4507492.78891,585464.669441,4511648.26242
+11353,11353,457,342.0,010900,,40.751351715,-73.987594755,200.0,003200,40.7260543867,-73.9823576167,1065.28936811,7630,182,4888,92,003200,46369492.482,010900,228173063.011,,0.0,003200,010900,15434.7864309,138064,47559,hub,hub,non_hub,585939.335766,4508845.19329,585464.669441,4511648.26242
+11354,11354,98,570.0,010900,,40.751351715,-73.987594755,346.0,003300,40.7188247928,-74.0063278864,1235.03228175,5174,182,2694,92,003300,215459582.054,010900,228173063.011,,0.0,003300,010900,15434.7864309,115059,47559,hub,hub,non_hub,583924.109878,4508019.47616,585464.669441,4511648.26242
+11355,11355,199,114.0,010900,,40.751351715,-73.987594755,78.0,003400,40.72955361,-73.98057249,932.73363805,6706,182,4203,92,003400,42933229.7541,010900,228173063.011,,0.0,003400,010900,15434.7864309,47926,47559,hub,hub,non_hub,586085.581298,4509235.37985,585464.669441,4511648.26242
+11356,11356,160,228.0,010900,,40.751351715,-73.987594755,132.0,003601,40.72217423,-73.990293175,1124.10270347,3299,182,1613,92,003601,29191583.8104,010900,228173063.011,,0.0,003601,010900,15434.7864309,77585,47559,hub,hub,non_hub,585274.124459,4508406.73315,585464.669441,4511648.26242
+11357,11357,262,228.0,010900,,40.751351715,-73.987594755,124.0,003602,40.724852985,-73.989265345,1089.11231685,2918,182,1586,92,003602,24941258.1161,010900,228173063.011,,0.0,003602,010900,15434.7864309,82124,47559,hub,hub,non_hub,585357.507872,4508705.09166,585464.669441,4511648.26242
+11358,11358,325,456.0,010900,,40.751351715,-73.987594755,296.0,003700,40.7256696075,-74.0052069325,1007.10055023,2401,182,1490,92,003700,212385639.924,010900,228173063.011,,0.0,003700,010900,15434.7864309,173333,47559,hub,hub,non_hub,584010.178026,4508780.36793,585464.669441,4511648.26242
+11359,11359,499,456.0,010900,,40.751351715,-73.987594755,320.0,003800,40.72765889,-73.988195855,1000.54129071,8610,182,5795,92,003800,67437493.5221,010900,228173063.011,,0.0,003800,010900,15434.7864309,167230,47559,hub,hub,non_hub,585444.239635,4509017.60641,585464.669441,4511648.26242
+11360,11360,90,456.0,010900,,40.751351715,-73.987594755,212.0,003900,40.7201717475,-74.00983051,1388.97715699,5253,182,3059,92,003900,194910113.03,010900,228173063.011,,0.0,003900,010900,15434.7864309,113624,47559,hub,hub,non_hub,583626.593058,4508165.65565,585464.669441,4511648.26242
+11361,11361,355,228.0,010900,,40.751351715,-73.987594755,132.0,004000,40.73000573,-73.98549552,796.115259425,9801,182,4546,92,004000,66858387.5133,010900,228173063.011,,0.0,004000,010900,15434.7864309,99660,47559,hub,hub,non_hub,585669.269443,4509280.75306,585464.669441,4511648.26242
+11362,11362,126,228.0,010900,,40.751351715,-73.987594755,128.0,004100,40.7195529,-73.996789035,1262.46381079,7793,182,3765,92,004100,71738983.3617,010900,228173063.011,,0.0,004100,010900,15434.7864309,114685,47559,hub,hub,non_hub,584728.836557,4508109.46034,585464.669441,4511648.26242
+11363,11363,150,114.0,010900,,40.751351715,-73.987594755,70.0,004200,40.73223272,-73.98889957,644.419457014,4988,182,1801,92,004200,39941846.3325,010900,228173063.011,,0.0,004200,010900,15434.7864309,50846,47559,hub,hub,non_hub,585378.96492,4509524.64843,585464.669441,4511648.26242
+11364,11364,173,228.0,010900,,40.751351715,-73.987594755,134.0,004300,40.723870235,-73.995226525,1118.50117244,4267,182,2598,92,004300,65935514.1184,010900,228173063.011,,0.0,004300,010900,15434.7864309,95162,47559,hub,hub,non_hub,584855.320992,4508590.22212,585464.669441,4511648.26242
+11365,11365,422,228.0,010900,,40.751351715,-73.987594755,120.0,004400,40.73080269,-73.97968993,989.195894196,17710,182,8297,92,004400,114601147.016,010900,228173063.011,,0.0,004400,010900,15434.7864309,106427,47559,hub,hub,non_hub,586158.498991,4509374.90208,585464.669441,4511648.26242
+11366,11366,44,114.0,010900,,40.751351715,-73.987594755,54.0,004500,40.71910537,-73.99973337,1210.27263158,840,182,582,92,004500,52009114.8865,010900,228173063.011,,0.0,004500,010900,15434.7864309,34275,47559,hub,hub,non_hub,584480.726971,4508056.94497,585464.669441,4511648.26242
+11367,11367,33,114.0,010900,,40.751351715,-73.987594755,78.0,004700,40.72165481,-74.00234737,1148.18461538,2267,182,1586,92,004700,75477587.1594,010900,228173063.011,,0.0,004700,010900,15434.7864309,27544,47559,hub,hub,non_hub,584256.734795,4508337.43837,585464.669441,4511648.26242
+11368,11368,213,114.0,010900,,40.751351715,-73.987594755,70.0,004800,40.73624527,-73.98473765,677.325240884,7550,182,3799,92,004800,74763044.6965,010900,228173063.011,,0.0,004800,010900,15434.7864309,42567,47559,hub,hub,non_hub,585725.258797,4509974.12516,585464.669441,4511648.26242
+11369,11369,114,228.0,010900,,40.751351715,-73.987594755,146.0,004900,40.724268615,-74.000521515,1141.90714037,4951,182,3054,92,004900,103848670.177,010900,228173063.011,,0.0,004900,010900,15434.7864309,80152,47559,hub,hub,non_hub,584407.63728,4508629.34168,585464.669441,4511648.26242
+11370,11370,461,342.0,010900,,40.751351715,-73.987594755,186.0,005000,40.7359163467,-73.9873427633,697.437277265,5061,182,3595,92,005000,120638459.215,010900,228173063.011,,0.0,005000,010900,15434.7864309,111023,47559,hub,hub,non_hub,585505.709717,4509935.07175,585464.669441,4511648.26242
+11371,11371,645,228.0,010900,,40.751351715,-73.987594755,212.0,005200,40.73715585,-73.991241315,665.376479629,4193,182,1785,92,005200,109103391.81,010900,228173063.011,,0.0,005200,010900,15434.7864309,159876,47559,hub,hub,non_hub,585174.941656,4510068.87544,585464.669441,4511648.26242
+11372,11372,745,114.0,010900,,40.751351715,-73.987594755,94.0,005400,40.73971301,-73.99456405,554.395256571,4656,182,2837,92,005400,128803552.888,010900,228173063.011,,0.0,005400,010900,15434.7864309,73728,47559,hub,hub,non_hub,584891.129718,4510349.51956,585464.669441,4511648.26242
+11373,11373,112,114.0,010900,,40.751351715,-73.987594755,60.0,005501,40.72679454,-73.99695094,948.73245614,5079,182,2483,92,005501,61061928.4125,010900,228173063.011,,0.0,005501,010900,15434.7864309,57258,47559,hub,hub,non_hub,584705.980012,4508913.17477,585464.669441,4511648.26242
+11374,11374,72,114.0,010900,,40.751351715,-73.987594755,54.0,005502,40.72743423,-73.99379025,1054.10952381,2383,182,1262,92,005502,49017118.6146,010900,228173063.011,,0.0,005502,010900,15434.7864309,55117,47559,hub,hub,non_hub,584972.085912,4508987.23863,585464.669441,4511648.26242
+11375,11375,479,228.0,010900,,40.751351715,-73.987594755,190.0,005600,40.74065347,-73.98778661,599.794518542,2618,182,2190,92,005600,189153355.609,010900,228173063.011,,0.0,005600,010900,15434.7864309,113209,47559,hub,hub,non_hub,585462.168743,4510460.49357,585464.669441,4511648.26242
+11376,11376,466,228.0,010900,,40.751351715,-73.987594755,164.0,005700,40.729662915,-73.992405595,783.577683913,2937,182,1789,92,005700,90178032.7137,010900,228173063.011,,0.0,005700,010900,15434.7864309,156896,47559,hub,hub,non_hub,585086.179601,4509235.9788,585464.669441,4511648.26242
+11377,11377,1264,228.0,010900,,40.751351715,-73.987594755,174.0,005800,40.743154205,-73.990299735,442.539767282,3182,182,2306,92,005800,164037511.755,010900,228173063.011,,0.0,005800,010900,15434.7864309,130970,47559,hub,hub,non_hub,585246.786708,4510735.64918,585464.669441,4511648.26242
+11378,11378,162,114.0,010900,,40.751351715,-73.987594755,62.0,005900,40.73049393,-73.9957214,755.115437894,5516,182,3276,92,005900,71785177.1361,010900,228173063.011,,0.0,005900,010900,15434.7864309,53180,47559,hub,hub,non_hub,584805.117402,4509325.01914,585464.669441,4511648.26242
+11379,11379,180,228.0,010900,,40.751351715,-73.987594755,126.0,006000,40.734822295,-73.976916765,966.116768232,5286,182,2459,92,006000,27468182.8943,010900,228173063.011,,0.0,006000,010900,15434.7864309,80462,47559,hub,hub,non_hub,586387.478737,4509823.83141,585464.669441,4511648.26242
+11380,11380,775,456.0,010900,,40.751351715,-73.987594755,282.0,006100,40.73385254,-73.992357065,678.539273487,4913,182,2683,92,006100,91682014.33,010900,228173063.011,,0.0,006100,010900,15434.7864309,245510,47559,hub,hub,non_hub,585084.940162,4509701.10308,585464.669441,4511648.26242
+11381,11381,112,114.0,010900,,40.751351715,-73.987594755,60.0,006200,40.7381765,-73.97738662,839.953996983,4680,182,1401,92,006200,231817485.533,010900,228173063.011,,0.0,006200,010900,15434.7864309,33218,47559,hub,hub,non_hub,586343.467107,4510195.70961,585464.669441,4511648.26242
+11382,11382,525,342.0,010900,,40.751351715,-73.987594755,198.0,006300,40.7346940933,-73.99785666,731.280973039,6076,182,4277,92,006300,85447631.8451,010900,228173063.011,,0.0,006300,010900,15434.7864309,120233,47559,hub,hub,non_hub,584619.48321,4509789.20591,585464.669441,4511648.26242
+11383,11383,121,114.0,010900,,40.751351715,-73.987594755,78.0,006400,40.73587678,-73.98205027,796.382401316,7518,182,5058,92,006400,95664936.1545,010900,228173063.011,,0.0,006400,010900,15434.7864309,47750,47559,hub,hub,non_hub,585952.649806,4509935.84788,585464.669441,4511648.26242
+11384,11384,330,342.0,010900,,40.751351715,-73.987594755,212.0,006500,40.7306296367,-73.9991423,793.765797161,6517,182,3568,92,006500,59290910.3694,010900,228173063.011,,0.0,006500,010900,15434.7864309,125356,47559,hub,hub,non_hub,584516.067395,4509336.78488,585464.669441,4511648.26242
+11385,11385,266,228.0,010900,,40.751351715,-73.987594755,164.0,006600,40.739285505,-73.97827188,794.491712464,11780,182,6818,92,006600,84730469.4548,010900,228173063.011,,0.0,006600,010900,15434.7864309,74621,47559,hub,hub,non_hub,586267.286922,4510317.94668,585464.669441,4511648.26242
+11386,11386,143,114.0,010900,,40.751351715,-73.987594755,78.0,006700,40.73038599,-74.00214988,906.877156863,4984,182,3796,92,006700,47238039.9972,010900,228173063.011,,0.0,006700,010900,15434.7864309,70025,47559,hub,hub,non_hub,584262.399901,4509306.84766,585464.669441,4511648.26242
+11387,11387,461,114.0,010900,,40.751351715,-73.987594755,78.0,006800,40.74025878,-73.98409214,629.658247157,6735,182,4494,92,006800,130298431.446,010900,228173063.011,,0.0,006800,010900,15434.7864309,58926,47559,hub,hub,non_hub,585774.608423,4510420.28363,585464.669441,4511648.26242
+11388,11388,160,228.0,010900,,40.751351715,-73.987594755,134.0,006900,40.732319905,-74.0069291,1005.25055608,2687,182,1484,92,006900,61292499.9331,010900,228173063.011,,0.0,006900,010900,15434.7864309,130727,47559,hub,hub,non_hub,583856.38945,4509516.94969,585464.669441,4511648.26242
+11389,11389,462,342.0,010900,,40.751351715,-73.987594755,254.0,007000,40.7425410144,-73.9756647407,766.748789654,8302,182,5669,92,007000,78634704.8451,010900,228173063.011,,0.0,007000,010900,15434.7864309,145227,47559,hub,hub,non_hub,586483.201253,4510681.89689,585464.669441,4511648.26242
+11390,11390,125,228.0,010900,,40.751351715,-73.987594755,142.0,007100,40.736526545,-74.000108805,734.410857712,5633,182,3844,92,007100,68447429.2743,010900,228173063.011,,0.0,007100,010900,15434.7864309,79459,47559,hub,hub,non_hub,584426.995774,4509990.4524,585464.669441,4511648.26242
+11391,11391,1319,342.0,010900,,40.751351715,-73.987594755,252.0,007200,40.7447014833,-73.98154809,470.638122941,7734,182,5222,92,007200,132092861.454,010900,228173063.011,,0.0,007200,010900,15434.7864309,157612,47559,hub,hub,non_hub,585983.687715,4510915.94446,585464.669441,4511648.26242
+11392,11392,174,228.0,010900,,40.751351715,-73.987594755,118.0,007300,40.734682705,-74.00388484,772.956502955,5615,182,4547,92,007300,48716185.79,010900,228173063.011,,0.0,007300,010900,15434.7864309,92567,47559,hub,hub,non_hub,584110.479319,4509782.14883,585464.669441,4511648.26242
+11393,11393,683,228.0,010900,,40.751351715,-73.987594755,172.0,007400,40.746413585,-73.98586892,381.007534985,4179,182,2700,92,007400,170614202.951,010900,228173063.011,,0.0,007400,010900,15434.7864309,81121,47559,hub,hub,non_hub,585616.696258,4511101.7763,585464.669441,4511648.26242
+11394,11394,612,228.0,010900,,40.751351715,-73.987594755,138.0,007600,40.74737476,-73.988320695,361.565291533,2203,182,1573,92,007600,242014413.464,010900,228173063.011,,0.0,007600,010900,15434.7864309,97464,47559,hub,hub,non_hub,585408.475283,4511206.08492,585464.669441,4511648.26242
+11395,11395,331,114.0,010900,,40.751351715,-73.987594755,86.0,007700,40.7390169121,-74.0026376103,704.174890487,5404,182,4254,92,007700,59306273.1509,010900,228173063.011,,0.0,007700,010900,15434.7864309,79025,47559,hub,hub,non_hub,584210.329106,4510264.47156,585464.669441,4511648.26242
+11396,11396,437,114.0,010900,,40.751351715,-73.987594755,78.0,007800,40.74780373,-73.9734419,665.42216094,7380,182,5372,92,007800,112124597.728,010900,228173063.011,,0.0,007800,010900,15434.7864309,59601,47559,hub,hub,non_hub,586664.043115,4511268.28888,585464.669441,4511648.26242
+11397,11397,506,570.0,010900,,40.751351715,-73.987594755,348.0,007900,40.738916514,-74.007286026,930.486175691,4406,182,2904,92,007900,86937368.5918,010900,228173063.011,,0.0,007900,010900,15434.7864309,171846,47559,hub,hub,non_hub,583817.969395,4510248.87788,585464.669441,4511648.26242
+11398,11398,1058,228.0,010900,,40.751351715,-73.987594755,142.0,008000,40.7485693,-73.97717991,471.909356867,4946,182,3730,92,008000,197763821.532,010900,228173063.011,,0.0,008000,010900,15434.7864309,74808,47559,hub,hub,non_hub,586347.477591,4511349.58844,585464.669441,4511648.26242
+11399,11399,219,114.0,010900,,40.751351715,-73.987594755,78.0,008100,40.73935542,-73.99931783,662.737784838,8675,182,5315,92,008100,91100400.6907,010900,228173063.011,,0.0,008100,010900,15434.7864309,53195,47559,hub,hub,non_hub,584490.204148,4510305.23824,585464.669441,4511648.26242
+11400,11400,3462,342.0,010900,,40.751351715,-73.987594755,350.0,008200,40.751974886,-73.9794102531,419.783326713,3442,182,2534,92,008200,262405408.076,010900,228173063.011,,0.0,008200,010900,15434.7864309,228612,47559,hub,hub,hub,586154.79068,4511725.44148,585464.669441,4511648.26242
+11401,11401,765,456.0,010900,,40.751351715,-73.987594755,238.0,008300,40.742591315,-74.004102785,775.227328024,4211,182,2321,92,008300,119862327.354,010900,228173063.011,,0.0,008300,010900,15434.7864309,186113,47559,hub,hub,non_hub,584082.11654,4510659.85081,585464.669441,4511648.26242
+11402,11402,490,114.0,010900,,40.751351715,-73.987594755,76.0,008400,40.75038009,-73.98338988,319.455639731,1726,182,1041,92,008400,147824461.739,010900,228173063.011,,0.0,008400,010900,15434.7864309,34199,47559,hub,hub,non_hub,585820.889203,4511544.50828,585464.669441,4511648.26242
+11403,11403,262,114.0,010900,,40.751351715,-73.987594755,86.0,008601,40.744219,-73.97121214,751.416522191,2551,182,1528,92,008601,31141773.9073,010900,228173063.011,,0.0,008601,010900,15434.7864309,31961,47559,hub,hub,non_hub,586856.951039,4510872.56191,585464.669441,4511648.26242
+11404,11404,1051,228.0,010900,,40.751351715,-73.987594755,156.0,008700,40.74206378,-73.995708955,541.40056588,6671,182,4249,92,008700,85660216.7821,010900,228173063.011,,0.0,008700,010900,15434.7864309,152953,47559,hub,hub,non_hub,584791.475936,4510609.36503,585464.669441,4511648.26242
+11405,11405,317,228.0,010900,,40.751351715,-73.987594755,156.0,008800,40.75012189,-73.970133575,772.408834314,6964,182,5507,92,008800,216532475.876,010900,228173063.011,,0.0,008800,010900,15434.7864309,43247,47559,hub,hub,non_hub,586940.323322,4511528.89362,585464.669441,4511648.26242
+11406,11406,554,342.0,010900,,40.751351715,-73.987594755,240.0,008900,40.74529008,-74.0021768567,681.735032069,5560,182,3511,92,008900,54419260.2723,010900,228173063.011,,0.0,008900,010900,15434.7864309,158638,47559,hub,hub,non_hub,584241.316685,4510961.27944,585464.669441,4511648.26242
+11407,11407,689,342.0,010900,,40.751351715,-73.987594755,220.0,009000,40.75261798,-73.9703317533,774.490861356,7026,182,5832,92,009000,208846060.851,010900,228173063.011,,0.0,009000,010900,15434.7864309,74531,47559,hub,hub,non_hub,586920.342162,4511805.78171,585464.669441,4511648.26242
+11408,11408,353,114.0,010900,,40.751351715,-73.987594755,78.0,009100,40.74487634,-73.99529885,501.95666838,6415,182,4386,92,009100,127325659.041,010900,228173063.011,,0.0,009100,010900,15434.7864309,63878,47559,hub,hub,non_hub,584822.527687,4510921.97538,585464.669441,4511648.26242
+11409,11409,489,228.0,010900,,40.751351715,-73.987594755,220.0,009200,40.7548518863,-73.9734329075,749.937254654,1754,182,1461,92,009200,408192557.246,010900,228173063.011,,0.0,009200,010900,15434.7864309,72226,47559,hub,hub,non_hub,586655.650548,4512050.69496,585464.669441,4511648.26242
+11410,11410,241,114.0,010900,,40.751351715,-73.987594755,78.0,009300,40.74475148,-73.99915362,595.266588445,9705,182,5585,92,009300,68528055.2433,010900,228173063.011,,0.0,009300,010900,15434.7864309,52202,47559,hub,hub,non_hub,584497.239363,4510904.39701,585464.669441,4511648.26242
+11411,11411,1457,114.0,010900,,40.751351715,-73.987594755,62.0,009400,40.75320159,-73.9779874,468.655182624,29,182,16,92,009400,299218147.811,010900,228173063.011,,0.0,009400,010900,15434.7864309,82147,47559,hub,hub,non_hub,586273.319313,4511863.01244,585464.669441,4511648.26242
+11412,11412,232,114.0,010900,,40.751351715,-73.987594755,102.0,009500,40.746647,-73.993915,545.641338194,3425,182,1416,92,009500,129660033.725,010900,228173063.011,,0.0,009500,010900,15434.7864309,57488,47559,hub,hub,non_hub,584937.108907,4511119.86954,585464.669441,4511648.26242
+11413,11413,1008,342.0,010900,,40.751351715,-73.987594755,280.0,009600,40.7560679012,-73.9803892172,547.632309391,153,182,268,92,009600,270304841.585,010900,228173063.011,,0.0,009600,010900,15434.7864309,71527,47559,hub,hub,non_hub,586066.8696,4512178.83573,585464.669441,4511648.26242
+11414,11414,515,342.0,010900,,40.751351715,-73.987594755,198.0,009700,40.7493616033,-73.9991321067,596.454167278,4744,182,2827,92,009700,83018263.1602,010900,228173063.011,,0.0,009700,010900,15434.7864309,118804,47559,hub,hub,non_hub,584493.220017,4511416.17434,585464.669441,4511648.26242
+11415,11415,136,228.0,010900,,40.751351715,-73.987594755,140.0,009800,40.755285655,-73.96667288,1016.30668771,7105,182,5244,92,009800,115943808.909,010900,228173063.011,,0.0,009800,010900,15434.7864309,40039,47559,hub,hub,non_hub,587225.727282,4512105.54383,585464.669441,4511648.26242
+11416,11416,1478,570.0,010900,,40.751351715,-73.987594755,370.0,009900,40.7520807866,-74.0031899092,639.36431666,3617,182,2438,92,009900,404439511.776,010900,228173063.011,,0.0,009900,010900,15434.7864309,208076,47559,hub,hub,non_hub,584147.226991,4511714.12465,585464.669441,4511648.26242
+11417,11417,486,342.0,010900,,40.751351715,-73.987594755,242.0,010000,40.7583696933,-73.9710287767,861.507174606,1829,182,1399,92,010000,366457143.613,010900,228173063.011,,0.0,010000,010900,15434.7864309,72085,47559,hub,hub,non_hub,586854.014885,4512443.57459,585464.669441,4511648.26242
+11418,11418,783,342.0,010900,,40.751351715,-73.987594755,254.0,010100,40.74945622,-73.9903382667,346.142053725,1119,182,828,92,010100,246168211.101,010900,228173063.011,,0.0,010100,010900,15434.7864309,183377,47559,hub,hub,non_hub,585235.486219,4511435.18064,585464.669441,4511648.26242
+11419,11419,280,228.0,010900,,40.751351715,-73.987594755,162.0,010200,40.7606694,-73.973473555,864.206027627,313,182,268,92,010200,333450202.294,010900,228173063.011,,0.0,010200,010900,15434.7864309,46675,47559,hub,hub,non_hub,586644.664817,4512696.44233,585464.669441,4511648.26242
+11420,11420,785,228.0,010900,,40.751351715,-73.987594755,196.0,010300,40.751000495,-73.994372255,405.51735388,1859,182,1351,92,010300,141506056.87,010900,228173063.011,,0.0,010300,010900,15434.7864309,221593,47559,hub,hub,non_hub,584892.968075,4511602.69644,585464.669441,4511648.26242
+11421,11421,410,228.0,010900,,40.751351715,-73.987594755,150.0,010400,40.761664375,-73.976854975,745.493168317,1031,182,1033,92,010400,363981333.295,010900,228173063.011,,0.0,010400,010900,15434.7864309,65073,47559,hub,hub,non_hub,586357.961325,4512803.55852,585464.669441,4511648.26242
+11422,11422,81,114.0,010900,,40.751351715,-73.987594755,66.0,010602,40.75849116,-73.95920622,1233.75833333,4794,182,2963,92,010602,67980898.3739,010900,228173063.011,,0.0,010602,010900,15434.7864309,22153,47559,hub,hub,non_hub,587851.796682,4512468.82754,585464.669441,4511648.26242
+11423,11423,277,342.0,010900,,40.751351715,-73.987594755,234.0,010800,40.7591736033,-73.96613818,1152.00316049,8531,182,6272,92,010800,189351523.799,010900,228173063.011,,0.0,010800,010900,15434.7864309,79198,47559,hub,hub,non_hub,587265.778542,4512537.66689,585464.669441,4511648.26242
+11424,11424,275,114.0,010900,,40.751351715,-73.987594755,118.0,011201,40.7643971,-73.97371465,934.397801395,827,182,964,92,011201,118515444.187,010900,228173063.011,,0.0,011201,010900,15434.7864309,41525,47559,hub,hub,non_hub,586619.474659,4513110.00718,585464.669441,4511648.26242
+11425,11425,304,114.0,010900,,40.751351715,-73.987594755,66.0,011203,40.76095756,-73.96724467,1013.10311625,1176,182,1160,92,011203,143782379.009,010900,228173063.011,,0.0,011203,010900,15434.7864309,48033,47559,hub,hub,non_hub,587170.050102,4512734.59972,585464.669441,4511648.26242
+11426,11426,3220,456.0,010900,,40.751351715,-73.987594755,396.0,011300,40.7548008425,-73.9888010575,291.6840115,204,182,107,92,011300,357940519.061,010900,228173063.011,,0.0,011300,010900,15434.7864309,236650,47559,hub,hub,hub,585358.423228,4512029.96675,585464.669441,4511648.26242
+11427,11427,976,228.0,010900,,40.751351715,-73.987594755,164.0,011500,40.75701407,-73.992353645,399.806643708,2487,182,1678,92,011500,130958459.747,010900,228173063.011,,0.0,011500,010900,15434.7864309,103294,47559,hub,hub,non_hub,585055.712647,4512272.20178,585464.669441,4511648.26242
+11428,11428,388,228.0,010900,,40.751351715,-73.987594755,168.0,011700,40.76058799,-74.00080945,777.336820392,2938,182,2304,92,011700,91270705.1484,010900,228173063.011,,0.0,011700,010900,15434.7864309,73016,47559,hub,hub,non_hub,584337.427395,4512660.77158,585464.669441,4511648.26242
+11429,11429,469,114.0,010900,,40.751351715,-73.987594755,68.0,011900,40.7568001,-73.98291153,428.397672977,1079,182,1121,92,011900,395254501.74,010900,228173063.011,,0.0,011900,010900,15434.7864309,39976,47559,hub,hub,non_hub,585853.012005,4512257.64444,585464.669441,4511648.26242
+11430,11430,1255,342.0,010900,,40.751351715,-73.987594755,218.0,012100,40.7598593767,-73.9914900133,560.725087258,8366,182,5744,92,012100,101223732.045,010900,228173063.011,,0.0,012100,010900,15434.7864309,132767,47559,hub,hub,non_hub,585124.983126,4512588.88932,585464.669441,4511648.26242
+11431,11431,490,114.0,010900,,40.751351715,-73.987594755,102.0,012500,40.76064679,-73.98442659,524.28163522,2439,182,2096,92,012500,322911522.418,010900,228173063.011,,0.0,012500,010900,15434.7864309,45486,47559,hub,hub,non_hub,585720.180916,4512683.17447,585464.669441,4511648.26242
+11432,11432,755,228.0,010900,,40.751351715,-73.987594755,168.0,012700,40.762485435,-73.990447135,646.285719285,6437,182,4434,92,012700,104637996.687,010900,228173063.011,,0.0,012700,010900,15434.7864309,83393,47559,hub,hub,non_hub,585209.656415,4512881.41361,585464.669441,4511648.26242
+11433,11433,188,114.0,010900,,40.751351715,-73.987594755,48.0,012900,40.76341379,-73.99667444,786.694318182,5312,182,3621,92,012900,158698340.053,010900,228173063.011,,0.0,012900,010900,15434.7864309,28661,47559,hub,hub,non_hub,584682.864463,4512978.43901,585464.669441,4511648.26242
+11434,11434,1064,342.0,010900,,40.751351715,-73.987594755,320.0,013100,40.7621295133,-73.98215453,610.759794444,2489,182,2283,92,013100,405023451.28,010900,228173063.011,,0.0,013100,010900,15434.7864309,107228,47559,hub,hub,non_hub,585910.04945,4512849.98999,585464.669441,4511648.26242
+11435,11435,518,342.0,010900,,40.751351715,-73.987594755,202.0,013300,40.7647250567,-73.9866537633,724.268946063,5363,182,3909,92,013300,79847412.2593,010900,228173063.011,,0.0,013300,010900,15434.7864309,89810,47559,hub,hub,non_hub,585526.963405,4513133.71926,585464.669441,4511648.26242
+11436,11436,512,228.0,010900,,40.751351715,-73.987594755,130.0,013500,40.766984435,-73.99227308,827.361460423,6075,182,3935,92,013500,198199142.958,010900,228173063.011,,0.0,013500,010900,15434.7864309,64723,47559,hub,hub,non_hub,585049.80204,4513379.06475,585464.669441,4511648.26242
+11437,11437,831,228.0,010900,,40.751351715,-73.987594755,196.0,013700,40.766109285,-73.981808355,750.135218323,6557,182,5442,92,013700,314878324.419,010900,228173063.011,,0.0,013700,010900,15434.7864309,91142,47559,hub,hub,non_hub,585934.141665,4513292.1137,585464.669441,4511648.26242
+11438,11438,122,114.0,010900,,40.751351715,-73.987594755,54.0,013900,40.768254,-73.988639,877.021703297,7607,182,7359,92,013900,139918084.587,010900,228173063.011,,0.0,013900,010900,15434.7864309,26390,47559,hub,hub,non_hub,585354.890073,4513523.52534,585464.669441,4511648.26242
+11439,11439,83,114.0,010900,,40.751351715,-73.987594755,98.0,014300,40.76590936,-73.97634151,988.053782506,3,182,0,92,014300,50027992.3322,010900,228173063.011,,0.0,014300,010900,15434.7864309,21051,47559,hub,hub,non_hub,586395.803012,4513275.28949,585464.669441,4511648.26242
+11440,11440,361,114.0,010900,,40.751351715,-73.987594755,72.0,014500,40.76915505,-73.98191841,902.912696197,5811,182,3462,92,014500,253397343.373,010900,228173063.011,,0.0,014500,010900,15434.7864309,68350,47559,hub,hub,non_hub,585920.929601,4513630.10902,585464.669441,4511648.26242
+11441,11441,146,114.0,010900,,40.751351715,-73.987594755,110.0,014700,40.770513,-73.988038,957.65018797,2586,182,1743,92,014700,70871746.8417,010900,228173063.011,,0.0,014700,010900,15434.7864309,35099,47559,hub,hub,non_hub,585402.720353,4513774.87644,585464.669441,4511648.26242
+11442,11442,74,114.0,010900,,40.751351715,-73.987594755,72.0,015100,40.771522,-73.990541,1167.26602564,8105,182,4856,92,015100,164953931.102,010900,228173063.011,,0.0,015100,010900,15434.7864309,17578,47559,hub,hub,non_hub,585190.192062,4513884.4495,585464.669441,4511648.26242
+11443,11443,101,228.0,010900,,40.751351715,-73.987594755,140.0,031703,40.71644312,-74.014902115,1509.16265528,8670,182,4231,92,031703,332361109.355,010900,228173063.011,,0.0,031703,010900,15434.7864309,136082,47559,hub,hub,non_hub,583202.897614,4507746.93647,585464.669441,4511648.26242
+11444,11444,98,342.0,010900,,40.751351715,-73.987594755,196.0,031704,40.7085171733,-74.0165557667,1624.93247873,6610,182,3790,92,031704,160823714.408,010900,228173063.011,,0.0,031704,010900,15434.7864309,105244,47559,hub,hub,non_hub,583073.076824,4506865.54027,585464.669441,4511648.26242
+11445,11445,99,342.0,010900,,40.751351715,-73.987594755,170.0,000600,40.7128987867,-73.9898646367,1441.57102564,11558,182,4083,92,000600,59149181.7526,010900,228173063.011,,0.0,000600,010900,15434.7864309,70053,47559,hub,hub,non_hub,585322.159723,4507377.5136,585464.669441,4511648.26242
+11446,11446,48,177.0,011201,,40.7643971,-73.97371465,54.0,000202,40.71318002,-73.9818904933,1991.52777778,8012,827,3598,964,000202,37878157.9781,011201,118515444.187,011201,19085589.0,000202,011201,11710.3567172,56352,39812,hub,hub,non_hub,585995.353038,4507416.50937,586619.474659,4513110.00718
+11447,11447,73,413.0,011201,,40.7643971,-73.97371465,258.0,000700,40.70581148,-74.0081572071,2251.78809524,7722,827,5201,964,000700,476954959.734,011201,118515444.187,011201,19085589.0,000700,011201,11710.3567172,160040,39812,hub,hub,non_hub,583785.918305,4506573.16797,586619.474659,4513110.00718
+11448,11448,8,118.0,011201,,40.7643971,-73.97371465,47.0,000800,40.712414475,-73.993471545,3442.33333333,10365,827,4150,964,000800,46479755.076,011201,118515444.187,011201,19085589.0,000800,011201,11710.3567172,34254,39812,hub,hub,non_hub,585018.109713,4507320.25418,586619.474659,4513110.00718
+11449,11449,15,177.0,011201,,40.7643971,-73.97371465,97.0,000900,40.7024745833,-74.01224785,3272.64285714,1140,827,939,964,000900,404341803.896,011201,118515444.187,011201,19085589.0,000900,011201,11710.3567172,46446,39812,hub,hub,non_hub,583444.520998,4506198.85784,586619.474659,4513110.00718
+11450,11450,4,59.0,011201,,40.7643971,-73.97371465,19.0,001002,40.71782143,-73.97628939,2150.0,6439,827,2346,964,001002,22763374.2099,011201,118515444.187,011201,19085589.0,001002,011201,11710.3567172,15916,39812,hub,hub,non_hub,586462.45635,4507937.23607,586619.474659,4513110.00718
+11451,11451,20,118.0,011201,,40.7643971,-73.97371465,46.0,001200,40.717364275,-73.982955325,2098.39215686,3547,827,1857,964,001200,23518220.7411,011201,118515444.187,011201,19085589.0,001200,011201,11710.3567172,36493,39812,hub,hub,non_hub,585900.031125,4507879.94738,586619.474659,4513110.00718
+11452,11452,10,59.0,011201,,40.7643971,-73.97371465,36.0,001300,40.70463334,-74.01361706,2129.2,3776,827,3028,964,001300,286606455.687,011201,118515444.187,011201,19085589.0,001300,011201,11710.3567172,27671,39812,hub,hub,non_hub,583326.158808,4506437.19368,586619.474659,4513110.00718
+11453,11453,22,59.0,011201,,40.7643971,-73.97371465,28.0,001401,40.71559509,-73.9870295,1077.0,3289,827,1708,964,001401,20168722.3199,011201,118515444.187,011201,19085589.0,001401,011201,11710.3567172,26885,39812,hub,hub,non_hub,585558.18429,4507679.57909,586619.474659,4513110.00718
+11454,11454,6,118.0,011201,,40.7643971,-73.97371465,67.0,001501,40.70966832,-74.003597135,2975.7,5581,827,3450,964,001501,172466366.322,011201,118515444.187,011201,19085589.0,001501,011201,11710.3567172,27425,39812,hub,hub,non_hub,584166.279828,4507005.66129,586619.474659,4513110.00718
+11455,11455,17,177.0,011201,,40.7643971,-73.97371465,123.0,001502,40.7088053467,-74.00635276,2802.93333333,7095,827,3459,964,001502,221282059.103,011201,118515444.187,011201,19085589.0,001502,011201,11710.3567172,82052,39812,hub,hub,non_hub,583934.59195,4506907.22889,586619.474659,4513110.00718
+11456,11456,30,177.0,011201,,40.7643971,-73.97371465,107.0,001600,40.7153350167,-73.9943926833,2255.9374269,8236,827,3242,964,001600,76565505.7581,011201,118515444.187,011201,19085589.0,001600,011201,11710.3567172,82798,39812,hub,hub,non_hub,584936.591099,4507643.5622,586619.474659,4513110.00718
+11457,11457,70,236.0,011201,,40.7643971,-73.97371465,154.0,001800,40.7193657075,-73.9906468425,1881.25416667,8063,827,3489,964,001800,60554858.5127,011201,118515444.187,011201,19085589.0,001800,011201,11710.3567172,133306,39812,hub,hub,non_hub,585247.838585,4508094.62497,586619.474659,4513110.00718
+11458,11458,82,118.0,011201,,40.7643971,-73.97371465,46.0,002000,40.721554605,-73.977309405,1818.45512821,4795,827,1899,964,002000,17907673.5628,011201,118515444.187,011201,19085589.0,002000,011201,11710.3567172,31656,39812,hub,hub,non_hub,586371.478696,4508350.63994,586619.474659,4513110.00718
+11459,11459,99,236.0,011201,,40.7643971,-73.97371465,102.0,002100,40.71451321,-74.0108850975,1888.27388224,6111,827,3038,964,002100,273869828.705,011201,118515444.187,011201,19085589.0,002100,011201,11710.3567172,151037,39812,hub,hub,non_hub,583544.598931,4507536.51732,586619.474659,4513110.00718
+11460,11460,12,118.0,011201,,40.7643971,-73.97371465,44.0,002201,40.71833027,-73.980972895,2572.5,6762,827,3030,964,002201,37585954.9949,011201,118515444.187,011201,19085589.0,002201,011201,11710.3567172,26391,39812,hub,hub,non_hub,586066.226443,4507989.12022,586619.474659,4513110.00718
+11461,11461,29,59.0,011201,,40.7643971,-73.97371465,31.0,002202,40.7208736,-73.98085795,1908.03448276,2256,827,1045,964,002202,13179093.8977,011201,118515444.187,011201,19085589.0,002202,011201,11710.3567172,23935,39812,hub,hub,non_hub,586072.658368,4508271.55961,586619.474659,4513110.00718
+11462,11462,15,118.0,011201,,40.7643971,-73.97371465,48.0,002400,40.724744875,-73.974986535,1749.5,5775,827,2175,964,002400,17986635.5592,011201,118515444.187,011201,19085589.0,002400,011201,11710.3567172,17965,39812,hub,hub,non_hub,586563.526382,4508707.06897,586619.474659,4513110.00718
+11463,11463,14,118.0,011201,,40.7643971,-73.97371465,62.0,002500,40.7111743,-73.99849582,2282.9,5061,827,1917,964,002500,22428407.6271,011201,118515444.187,011201,19085589.0,002500,011201,11710.3567172,28216,39812,hub,hub,non_hub,584595.28909,4507177.73549,586619.474659,4513110.00718
+11464,11464,18,59.0,011201,,40.7643971,-73.97371465,31.0,002601,40.72299208,-73.97995466,1639.33333333,3774,827,1593,964,002601,22248722.3098,011201,118515444.187,011201,19085589.0,002601,011201,11710.3567172,22144,39812,hub,hub,non_hub,586146.216204,4508507.61099,586619.474659,4513110.00718
+11465,11465,6,59.0,011201,,40.7643971,-73.97371465,27.0,002700,40.71307916,-73.99851193,2345.16666667,1191,827,655,964,002700,11349914.9514,011201,118515444.187,011201,19085589.0,002700,011201,11710.3567172,20570,39812,hub,hub,non_hub,584591.517275,4507389.17181,586619.474659,4513110.00718
+11466,11466,37,59.0,011201,,40.7643971,-73.97371465,32.0,002800,40.72521311,-73.97768752,1768.56756757,7302,827,3341,964,002800,47641507.3146,011201,118515444.187,011201,19085589.0,002800,011201,11710.3567172,36744,39812,hub,hub,non_hub,586334.816403,4508756.38709,586619.474659,4513110.00718
+11467,11467,14,59.0,011201,,40.7643971,-73.97371465,43.0,002900,40.71602118,-73.99974372,882.285714286,5855,827,2420,964,002900,200965547.24,011201,118515444.187,011201,19085589.0,002900,011201,11710.3567172,31936,39812,hub,hub,non_hub,584483.752153,4507714.56961,586619.474659,4513110.00718
+11468,11468,22,59.0,011201,,40.7643971,-73.97371465,35.0,003001,40.72066442,-73.98517977,1831.68181818,4301,827,2553,964,003001,34302720.7166,011201,118515444.187,011201,19085589.0,003001,011201,11710.3567172,41223,39812,hub,hub,non_hub,585707.91731,4508244.11218,586619.474659,4513110.00718
+11469,11469,44,59.0,011201,,40.7643971,-73.97371465,37.0,003002,40.72217444,-73.98368779,1829.27272727,3031,827,1885,964,003002,18686109.2263,011201,118515444.187,011201,19085589.0,003002,011201,11710.3567172,38675,39812,hub,hub,non_hub,585831.986427,4508413.19181,586619.474659,4513110.00718
+11470,11470,39,177.0,011201,,40.7643971,-73.97371465,121.0,003100,40.7140617467,-74.0041933367,2112.31746032,2809,827,858,964,003100,145687012.574,011201,118515444.187,011201,19085589.0,003100,011201,11710.3567172,81469,39812,hub,hub,non_hub,584110.388584,4507492.78891,586619.474659,4513110.00718
+11471,11471,152,177.0,011201,,40.7643971,-73.97371465,100.0,003200,40.7260543867,-73.9823576167,1759.39144973,7630,827,4888,964,003200,46369492.482,011201,118515444.187,011201,19085589.0,003200,011201,11710.3567172,138064,39812,hub,hub,non_hub,585939.335766,4508845.19329,586619.474659,4513110.00718
+11472,11472,73,295.0,011201,,40.7643971,-73.97371465,173.0,003300,40.718829979,-74.0063165755,1829.33358586,5174,827,2694,964,003300,215459582.054,011201,118515444.187,011201,19085589.0,003300,011201,11710.3567172,115059,39812,hub,hub,non_hub,583925.058684,4508020.06267,586619.474659,4513110.00718
+11473,11473,55,59.0,011201,,40.7643971,-73.97371465,39.0,003400,40.72955361,-73.98057249,1627.25454545,6706,827,4203,964,003400,42933229.7541,011201,118515444.187,011201,19085589.0,003400,011201,11710.3567172,47926,39812,hub,hub,non_hub,586085.581298,4509235.37985,586619.474659,4513110.00718
+11474,11474,69,118.0,011201,,40.7643971,-73.97371465,66.0,003601,40.72217423,-73.990293175,1573.24,3299,827,1613,964,003601,29191583.8104,011201,118515444.187,011201,19085589.0,003601,011201,11710.3567172,77585,39812,hub,hub,non_hub,585274.124459,4508406.73315,586619.474659,4513110.00718
+11475,11475,126,118.0,011201,,40.7643971,-73.97371465,62.0,003602,40.724852985,-73.989265345,1682.48423006,2918,827,1586,964,003602,24941258.1161,011201,118515444.187,011201,19085589.0,003602,011201,11710.3567172,82124,39812,hub,hub,non_hub,585357.507872,4508705.09166,586619.474659,4513110.00718
+11476,11476,223,236.0,011201,,40.7643971,-73.97371465,148.0,003700,40.7256696075,-74.0052069325,1873.38334829,2401,827,1490,964,003700,212385639.924,011201,118515444.187,011201,19085589.0,003700,011201,11710.3567172,173333,39812,hub,hub,non_hub,584010.178026,4508780.36793,586619.474659,4513110.00718
+11477,11477,183,236.0,011201,,40.7643971,-73.97371465,160.0,003800,40.72765889,-73.988195855,1682.52728859,8610,827,5795,964,003800,67437493.5221,011201,118515444.187,011201,19085589.0,003800,011201,11710.3567172,167230,39812,hub,hub,non_hub,585444.239635,4509017.60641,586619.474659,4513110.00718
+11478,11478,152,236.0,011201,,40.7643971,-73.97371465,106.0,003900,40.7201717475,-74.00983051,2103.42648741,5253,827,3059,964,003900,194910113.03,011201,118515444.187,011201,19085589.0,003900,011201,11710.3567172,113624,39812,hub,hub,non_hub,583626.593058,4508165.65565,586619.474659,4513110.00718
+11479,11479,198,118.0,011201,,40.7643971,-73.97371465,66.0,004000,40.73000573,-73.98549552,1451.97668764,9801,827,4546,964,004000,66858387.5133,011201,118515444.187,011201,19085589.0,004000,011201,11710.3567172,99660,39812,hub,hub,non_hub,585669.269443,4509280.75306,586619.474659,4513110.00718
+11480,11480,91,118.0,011201,,40.7643971,-73.97371465,64.0,004100,40.7195529,-73.996789035,2095.78205128,7793,827,3765,964,004100,71738983.3617,011201,118515444.187,011201,19085589.0,004100,011201,11710.3567172,114685,39812,hub,hub,non_hub,584728.836557,4508109.46034,586619.474659,4513110.00718
+11481,11481,26,59.0,011201,,40.7643971,-73.97371465,35.0,004200,40.73223272,-73.98889957,1672.65384615,4988,827,1801,964,004200,39941846.3325,011201,118515444.187,011201,19085589.0,004200,011201,11710.3567172,50846,39812,hub,hub,non_hub,585378.96492,4509524.64843,586619.474659,4513110.00718
+11482,11482,72,118.0,011201,,40.7643971,-73.97371465,67.0,004300,40.723870235,-73.995226525,1935.48255319,4267,827,2598,964,004300,65935514.1184,011201,118515444.187,011201,19085589.0,004300,011201,11710.3567172,95162,39812,hub,hub,non_hub,584855.320992,4508590.22212,586619.474659,4513110.00718
+11483,11483,155,118.0,011201,,40.7643971,-73.97371465,60.0,004400,40.73080269,-73.97968993,1704.75506857,17710,827,8297,964,004400,114601147.016,011201,118515444.187,011201,19085589.0,004400,011201,11710.3567172,106427,39812,hub,hub,non_hub,586158.498991,4509374.90208,586619.474659,4513110.00718
+11484,11484,12,59.0,011201,,40.7643971,-73.97371465,27.0,004500,40.71910537,-73.99973337,2057.91666667,840,827,582,964,004500,52009114.8865,011201,118515444.187,011201,19085589.0,004500,011201,11710.3567172,34275,39812,hub,hub,non_hub,584480.726971,4508056.94497,586619.474659,4513110.00718
+11485,11485,7,59.0,011201,,40.7643971,-73.97371465,39.0,004700,40.72165481,-74.00234737,2119.42857143,2267,827,1586,964,004700,75477587.1594,011201,118515444.187,011201,19085589.0,004700,011201,11710.3567172,27544,39812,hub,hub,non_hub,584256.734795,4508337.43837,586619.474659,4513110.00718
+11486,11486,81,59.0,011201,,40.7643971,-73.97371465,35.0,004800,40.73624527,-73.98473765,1351.5308642,7550,827,3799,964,004800,74763044.6965,011201,118515444.187,011201,19085589.0,004800,011201,11710.3567172,42567,39812,hub,hub,non_hub,585725.258797,4509974.12516,586619.474659,4513110.00718
+11487,11487,56,118.0,011201,,40.7643971,-73.97371465,73.0,004900,40.724268615,-74.000521515,2004.33131313,4951,827,3054,964,004900,103848670.177,011201,118515444.187,011201,19085589.0,004900,011201,11710.3567172,80152,39812,hub,hub,non_hub,584407.63728,4508629.34168,586619.474659,4513110.00718
+11488,11488,183,177.0,011201,,40.7643971,-73.97371465,93.0,005000,40.7359163467,-73.9873427633,1415.8819737,5061,827,3595,964,005000,120638459.215,011201,118515444.187,011201,19085589.0,005000,011201,11710.3567172,111023,39812,hub,hub,non_hub,585505.709717,4509935.07175,586619.474659,4513110.00718
+11489,11489,270,118.0,011201,,40.7643971,-73.97371465,106.0,005200,40.73715585,-73.991241315,1400.53503239,4193,827,1785,964,005200,109103391.81,011201,118515444.187,011201,19085589.0,005200,011201,11710.3567172,159876,39812,hub,hub,non_hub,585174.941656,4510068.87544,586619.474659,4513110.00718
+11490,11490,130,59.0,011201,,40.7643971,-73.97371465,47.0,005400,40.73971301,-73.99456405,1200.06923077,4656,827,2837,964,005400,128803552.888,011201,118515444.187,011201,19085589.0,005400,011201,11710.3567172,73728,39812,hub,hub,non_hub,584891.129718,4510349.51956,586619.474659,4513110.00718
+11491,11491,30,59.0,011201,,40.7643971,-73.97371465,30.0,005501,40.72679454,-73.99695094,1776.06666667,5079,827,2483,964,005501,61061928.4125,011201,118515444.187,011201,19085589.0,005501,011201,11710.3567172,57258,39812,hub,hub,non_hub,584705.980012,4508913.17477,586619.474659,4513110.00718
+11492,11492,43,59.0,011201,,40.7643971,-73.97371465,27.0,005502,40.72743423,-73.99379025,2015.04651163,2383,827,1262,964,005502,49017118.6146,011201,118515444.187,011201,19085589.0,005502,011201,11710.3567172,55117,39812,hub,hub,non_hub,584972.085912,4508987.23863,586619.474659,4513110.00718
+11493,11493,194,118.0,011201,,40.7643971,-73.97371465,95.0,005600,40.74065347,-73.98778661,1306.72396154,2618,827,2190,964,005600,189153355.609,011201,118515444.187,011201,19085589.0,005600,011201,11710.3567172,113209,39812,hub,hub,non_hub,585462.168743,4510460.49357,586619.474659,4513110.00718
+11494,11494,92,118.0,011201,,40.7643971,-73.97371465,82.0,005700,40.729662915,-73.992405595,1785.16066212,2937,827,1789,964,005700,90178032.7137,011201,118515444.187,011201,19085589.0,005700,011201,11710.3567172,156896,39812,hub,hub,non_hub,585086.179601,4509235.9788,586619.474659,4513110.00718
+11495,11495,324,118.0,011201,,40.7643971,-73.97371465,87.0,005800,40.743154205,-73.990299735,1085.29852941,3182,827,2306,964,005800,164037511.755,011201,118515444.187,011201,19085589.0,005800,011201,11710.3567172,130970,39812,hub,hub,non_hub,585246.786708,4510735.64918,586619.474659,4513110.00718
+11496,11496,27,59.0,011201,,40.7643971,-73.97371465,31.0,005900,40.73049393,-73.9957214,1685.62962963,5516,827,3276,964,005900,71785177.1361,011201,118515444.187,011201,19085589.0,005900,011201,11710.3567172,53180,39812,hub,hub,non_hub,584805.117401,4509325.01914,586619.474659,4513110.00718
+11497,11497,214,118.0,011201,,40.7643971,-73.97371465,63.0,006000,40.734822295,-73.976916765,1589.13331377,5286,827,2459,964,006000,27468182.8943,011201,118515444.187,011201,19085589.0,006000,011201,11710.3567172,80462,39812,hub,hub,non_hub,586387.478737,4509823.83141,586619.474659,4513110.00718
+11498,11498,200,236.0,011201,,40.7643971,-73.97371465,141.0,006100,40.73385254,-73.992357065,1472.93943585,4913,827,2683,964,006100,91682014.33,011201,118515444.187,011201,19085589.0,006100,011201,11710.3567172,245510,39812,hub,hub,non_hub,585084.940162,4509701.10308,586619.474659,4513110.00718
+11499,11499,94,59.0,011201,,40.7643971,-73.97371465,30.0,006200,40.7381765,-73.97738662,1393.21276596,4680,827,1401,964,006200,231817485.533,011201,118515444.187,011201,19085589.0,006200,011201,11710.3567172,33218,39812,hub,hub,non_hub,586343.467107,4510195.70961,586619.474659,4513110.00718
+11500,11500,232,177.0,011201,,40.7643971,-73.97371465,99.0,006300,40.7346940933,-73.99785666,1428.25041925,6076,827,4277,964,006300,85447631.8451,011201,118515444.187,011201,19085589.0,006300,011201,11710.3567172,120233,39812,hub,hub,non_hub,584619.48321,4509789.20591,586619.474659,4513110.00718
+11501,11501,73,59.0,011201,,40.7643971,-73.97371465,39.0,006400,40.73587678,-73.98205027,1392.49315068,7518,827,5058,964,006400,95664936.1545,011201,118515444.187,011201,19085589.0,006400,011201,11710.3567172,47750,39812,hub,hub,non_hub,585952.649806,4509935.84788,586619.474659,4513110.00718
+11502,11502,149,177.0,011201,,40.7643971,-73.97371465,106.0,006500,40.7306296367,-73.9991423,1544.32716674,6517,827,3568,964,006500,59290910.3694,011201,118515444.187,011201,19085589.0,006500,011201,11710.3567172,125356,39812,hub,hub,non_hub,584516.067395,4509336.78488,586619.474659,4513110.00718
+11503,11503,280,118.0,011201,,40.7643971,-73.97371465,82.0,006600,40.739285505,-73.97827188,1397.16265452,11780,827,6818,964,006600,84730469.4548,011201,118515444.187,011201,19085589.0,006600,011201,11710.3567172,74621,39812,hub,hub,non_hub,586267.286922,4510317.94668,586619.474659,4513110.00718
+11504,11504,117,59.0,011201,,40.7643971,-73.97371465,39.0,006700,40.73038599,-74.00214988,1668.20512821,4984,827,3796,964,006700,47238039.9972,011201,118515444.187,011201,19085589.0,006700,011201,11710.3567172,70025,39812,hub,hub,non_hub,584262.399901,4509306.84766,586619.474659,4513110.00718
+11505,11505,131,59.0,011201,,40.7643971,-73.97371465,39.0,006800,40.74025878,-73.98409214,1224.39694656,6735,827,4494,964,006800,130298431.446,011201,118515444.187,011201,19085589.0,006800,011201,11710.3567172,58926,39812,hub,hub,non_hub,585774.608423,4510420.28363,586619.474659,4513110.00718
+11506,11506,176,118.0,011201,,40.7643971,-73.97371465,67.0,006900,40.732319905,-74.0069291,1775.30203485,2687,827,1484,964,006900,61292499.9331,011201,118515444.187,011201,19085589.0,006900,011201,11710.3567172,130727,39812,hub,hub,non_hub,583856.38945,4509516.94969,586619.474659,4513110.00718
+11507,11507,529,177.0,011201,,40.7643971,-73.97371465,127.0,007000,40.7425064193,-73.9755965852,1214.57557309,8302,827,5669,964,007000,78634704.8451,011201,118515444.187,011201,19085589.0,007000,011201,11710.3567172,145227,39812,hub,hub,non_hub,586489.00044,4510678.12374,586619.474659,4513110.00718
+11508,11508,94,118.0,011201,,40.7643971,-73.97371465,71.0,007100,40.736526545,-74.000108805,1433.42868988,5633,827,3844,964,007100,68447429.2743,011201,118515444.187,011201,19085589.0,007100,011201,11710.3567172,79459,39812,hub,hub,non_hub,584426.995774,4509990.4524,586619.474659,4513110.00718
+11509,11509,528,177.0,011201,,40.7643971,-73.97371465,126.0,007200,40.7447014833,-73.98154809,1123.95542285,7734,827,5222,964,007200,132092861.454,011201,118515444.187,011201,19085589.0,007200,011201,11710.3567172,157612,39812,hub,hub,non_hub,585983.687715,4510915.94446,586619.474659,4513110.00718
+11510,11510,119,118.0,011201,,40.7643971,-73.97371465,59.0,007300,40.734682705,-74.00388484,1603.96649327,5615,827,4547,964,007300,48716185.79,011201,118515444.187,011201,19085589.0,007300,011201,11710.3567172,92567,39812,hub,hub,non_hub,584110.479319,4509782.14883,586619.474659,4513110.00718
+11511,11511,344,118.0,011201,,40.7643971,-73.97371465,86.0,007400,40.746413585,-73.98586892,990.300934897,4179,827,2700,964,007400,170614202.951,011201,118515444.187,011201,19085589.0,007400,011201,11710.3567172,81121,39812,hub,hub,non_hub,585616.696258,4511101.7763,586619.474659,4513110.00718
+11512,11512,386,118.0,011201,,40.7643971,-73.97371465,69.0,007600,40.74737476,-73.988320695,874.996621724,2203,827,1573,964,007600,242014413.464,011201,118515444.187,011201,19085589.0,007600,011201,11710.3567172,97464,39812,hub,hub,non_hub,585408.475283,4511206.08492,586619.474659,4513110.00718
+11513,11513,99,59.0,011201,,40.7643971,-73.97371465,43.0,007700,40.7390169121,-74.0026376103,1572.76767677,5404,827,4254,964,007700,59306273.1509,011201,118515444.187,011201,19085589.0,007700,011201,11710.3567172,79025,39812,hub,hub,non_hub,584210.329106,4510264.47156,586619.474659,4513110.00718
+11514,11514,243,59.0,011201,,40.7643971,-73.97371465,39.0,007800,40.74780373,-73.9734419,1041.12757202,7380,827,5372,964,007800,112124597.728,011201,118515444.187,011201,19085589.0,007800,011201,11710.3567172,59601,39812,hub,hub,non_hub,586664.043115,4511268.28888,586619.474659,4513110.00718
+11515,11515,320,295.0,011201,,40.7643971,-73.97371465,174.0,007900,40.738916514,-74.007286026,1699.58618402,4406,827,2904,964,007900,86937368.5918,011201,118515444.187,011201,19085589.0,007900,011201,11710.3567172,171846,39812,hub,hub,non_hub,583817.969395,4510248.87788,586619.474659,4513110.00718
+11516,11516,354,118.0,011201,,40.7643971,-73.97371465,71.0,008000,40.7485693,-73.97717991,926.908119658,4946,827,3730,964,008000,197763821.532,011201,118515444.187,011201,19085589.0,008000,011201,11710.3567172,74808,39812,hub,hub,non_hub,586347.477591,4511349.58844,586619.474659,4513110.00718
+11517,11517,145,59.0,011201,,40.7643971,-73.97371465,39.0,008100,40.73935542,-73.99931783,1085.20689655,8675,827,5315,964,008100,91100400.6907,011201,118515444.187,011201,19085589.0,008100,011201,11710.3567172,53195,39812,hub,hub,non_hub,584490.204148,4510305.23824,586619.474659,4513110.00718
+11518,11518,1007,177.0,011201,,40.7643971,-73.97371465,175.0,008200,40.7519775596,-73.9794228774,791.011878039,3442,827,2534,964,008200,262405408.076,011201,118515444.187,011201,19085589.0,008200,011201,11710.3567172,228612,39812,hub,hub,non_hub,586153.721511,4511725.72587,586619.474659,4513110.00718
+11519,11519,263,236.0,011201,,40.7643971,-73.97371465,119.0,008300,40.742591315,-74.004102785,1572.62321631,4211,827,2321,964,008300,119862327.354,011201,118515444.187,011201,19085589.0,008300,011201,11710.3567172,186113,39812,hub,hub,non_hub,584082.11654,4510659.85081,586619.474659,4513110.00718
+11520,11520,266,59.0,011201,,40.7643971,-73.97371465,38.0,008400,40.75038009,-73.98338988,857.187969925,1726,827,1041,964,008400,147824461.739,011201,118515444.187,011201,19085589.0,008400,011201,11710.3567172,34199,39812,hub,hub,non_hub,585820.889203,4511544.50828,586619.474659,4513110.00718
+11521,11521,203,59.0,011201,,40.7643971,-73.97371465,43.0,008601,40.744219,-73.97121214,1419.26108374,2551,827,1528,964,008601,31141773.9073,011201,118515444.187,011201,19085589.0,008601,011201,11710.3567172,31961,39812,hub,hub,non_hub,586856.951039,4510872.56191,586619.474659,4513110.00718
+11522,11522,247,118.0,011201,,40.7643971,-73.97371465,78.0,008700,40.74206378,-73.995708955,1251.19373791,6671,827,4249,964,008700,85660216.7821,011201,118515444.187,011201,19085589.0,008700,011201,11710.3567172,152953,39812,hub,hub,non_hub,584791.475936,4510609.36503,586619.474659,4513110.00718
+11523,11523,342,118.0,011201,,40.7643971,-73.97371465,78.0,008800,40.75012189,-73.970133575,1008.56115624,6964,827,5507,964,008800,216532475.876,011201,118515444.187,011201,19085589.0,008800,011201,11710.3567172,43247,39812,hub,hub,non_hub,586940.323322,4511528.89362,586619.474659,4513110.00718
+11524,11524,249,177.0,011201,,40.7643971,-73.97371465,120.0,008900,40.74529008,-74.0021768567,1375.02715844,5560,827,3511,964,008900,54419260.2723,011201,118515444.187,011201,19085589.0,008900,011201,11710.3567172,158638,39812,hub,hub,non_hub,584241.316685,4510961.27944,586619.474659,4513110.00718
+11525,11525,545,177.0,011201,,40.7643971,-73.97371465,110.0,009000,40.75261798,-73.9703317533,892.849975843,7026,827,5832,964,009000,208846060.851,011201,118515444.187,011201,19085589.0,009000,011201,11710.3567172,74531,39812,hub,hub,non_hub,586920.342162,4511805.78171,586619.474659,4513110.00718
+11526,11526,86,59.0,011201,,40.7643971,-73.97371465,39.0,009100,40.74487634,-73.99529885,1319.65116279,6415,827,4386,964,009100,127325659.041,011201,118515444.187,011201,19085589.0,009100,011201,11710.3567172,63878,39812,hub,hub,non_hub,584822.527687,4510921.97538,586619.474659,4513110.00718
+11527,11527,918,118.0,011201,,40.7643971,-73.97371465,110.0,009200,40.7548518863,-73.9734329075,702.886292835,1754,827,1461,964,009200,408192557.246,011201,118515444.187,011201,19085589.0,009200,011201,11710.3567172,72226,39812,hub,hub,non_hub,586655.650548,4512050.69496,586619.474659,4513110.00718
+11528,11528,133,59.0,011201,,40.7643971,-73.97371465,39.0,009300,40.74475148,-73.99915362,1238.63157895,9705,827,5585,964,009300,68528055.2433,011201,118515444.187,011201,19085589.0,009300,011201,11710.3567172,52202,39812,hub,hub,non_hub,584497.239363,4510904.39701,586619.474659,4513110.00718
+11529,11529,451,59.0,011201,,40.7643971,-73.97371465,31.0,009400,40.75320159,-73.9779874,665.192904656,29,827,16,964,009400,299218147.811,011201,118515444.187,011201,19085589.0,009400,011201,11710.3567172,82147,39812,hub,hub,non_hub,586273.319314,4511863.01244,586619.474659,4513110.00718
+11530,11530,57,59.0,011201,,40.7643971,-73.97371465,51.0,009500,40.746647,-73.993915,1298.89473684,3425,827,1416,964,009500,129660033.725,011201,118515444.187,011201,19085589.0,009500,011201,11710.3567172,57488,39812,hub,hub,non_hub,584937.108907,4511119.86954,586619.474659,4513110.00718
+11531,11531,648,177.0,011201,,40.7643971,-73.97371465,140.0,009600,40.7560368639,-73.9803605827,630.391901907,153,827,268,964,009600,270304841.585,011201,118515444.187,011201,19085589.0,009600,011201,11710.3567172,71527,39812,hub,hub,non_hub,586069.326747,4512175.41845,586619.474659,4513110.00718
+11532,11532,206,177.0,011201,,40.7643971,-73.97371465,99.0,009700,40.7493616033,-73.9991321067,1194.50044802,4744,827,2827,964,009700,83018263.1602,011201,118515444.187,011201,19085589.0,009700,011201,11710.3567172,118804,39812,hub,hub,non_hub,584493.220017,4511416.17434,586619.474659,4513110.00718
+11533,11533,781,118.0,011201,,40.7643971,-73.97371465,70.0,009800,40.755285655,-73.96667288,754.379937795,7105,827,5244,964,009800,115943808.909,011201,118515444.187,011201,19085589.0,009800,011201,11710.3567172,40039,39812,hub,hub,non_hub,587225.727282,4512105.54383,586619.474659,4513110.00718
+11534,11534,857,295.0,011201,,40.7643971,-73.97371465,185.0,009900,40.7520807866,-74.0031899092,1183.90764765,3617,827,2438,964,009900,404439511.776,011201,118515444.187,011201,19085589.0,009900,011201,11710.3567172,208076,39812,hub,hub,non_hub,584147.226991,4511714.12465,586619.474659,4513110.00718
+11535,11535,627,177.0,011201,,40.7643971,-73.97371465,121.0,010000,40.7583696933,-73.9710287767,646.831036444,1829,827,1399,964,010000,366457143.613,011201,118515444.187,011201,19085589.0,010000,011201,11710.3567172,72085,39812,hub,hub,non_hub,586854.014885,4512443.57459,586619.474659,4513110.00718
+11536,11536,1366,177.0,011201,,40.7643971,-73.97371465,127.0,010100,40.74945622,-73.9903382667,866.791822092,1119,827,828,964,010100,246168211.101,011201,118515444.187,011201,19085589.0,010100,011201,11710.3567172,183377,39812,hub,hub,non_hub,585235.486219,4511435.18064,586619.474659,4513110.00718
+11537,11537,420,118.0,011201,,40.7643971,-73.97371465,81.0,010200,40.7606694,-73.973473555,831.392352833,313,827,268,964,010200,333450202.294,011201,118515444.187,011201,19085589.0,010200,011201,11710.3567172,46675,39812,hub,hub,non_hub,586644.664817,4512696.44233,586619.474659,4513110.00718
+11538,11538,1659,118.0,011201,,40.7643971,-73.97371465,98.0,010300,40.751000495,-73.994372255,939.480940123,1859,827,1351,964,010300,141506056.87,011201,118515444.187,011201,19085589.0,010300,011201,11710.3567172,221593,39812,hub,hub,non_hub,584892.968075,4511602.69644,586619.474659,4513110.00718
+11539,11539,604,118.0,011201,,40.7643971,-73.97371465,75.0,010400,40.761664375,-73.976854975,715.509144089,1031,827,1033,964,010400,363981333.295,011201,118515444.187,011201,19085589.0,010400,011201,11710.3567172,65073,39812,hub,hub,non_hub,586357.961325,4512803.55852,586619.474659,4513110.00718
+11540,11540,228,59.0,011201,,40.7643971,-73.97371465,33.0,010602,40.75849116,-73.95920622,849.535087719,4794,827,2963,964,010602,67980898.3739,011201,118515444.187,011201,19085589.0,010602,011201,11710.3567172,22153,39812,hub,hub,non_hub,587851.796682,4512468.82754,586619.474659,4513110.00718
+11541,11541,1103,177.0,011201,,40.7643971,-73.97371465,117.0,010800,40.7591736033,-73.96613818,659.041654405,8531,827,6272,964,010800,189351523.799,011201,118515444.187,011201,19085589.0,010800,011201,11710.3567172,79198,39812,hub,hub,non_hub,587265.778542,4512537.66689,586619.474659,4513110.00718
+11542,11542,476,118.0,011201,,40.7643971,-73.97371465,114.0,010900,40.751351715,-73.987594755,781.28759291,182,827,92,964,010900,228173063.011,011201,118515444.187,011201,19085589.0,010900,011201,11710.3567172,60092,39812,hub,hub,non_hub,585464.669441,4511648.26242,586619.474659,4513110.00718
+11543,11543,458,59.0,011201,,40.7643971,-73.97371465,33.0,011203,40.76095756,-73.96724467,815.906113537,1176,827,1160,964,011203,143782379.009,011201,118515444.187,011201,19085589.0,011203,011201,11710.3567172,48033,39812,hub,hub,non_hub,587170.050102,4512734.59972,586619.474659,4513110.00718
+11544,11544,2216,236.0,011201,,40.7643971,-73.97371465,198.0,011300,40.7548008425,-73.9888010575,771.385679377,204,827,107,964,011300,357940519.061,011201,118515444.187,011201,19085589.0,011300,011201,11710.3567172,236650,39812,hub,hub,non_hub,585358.423228,4512029.96675,586619.474659,4513110.00718
+11545,11545,979,118.0,011201,,40.7643971,-73.97371465,82.0,011500,40.75701407,-73.992353645,816.862666419,2487,827,1678,964,011500,130958459.747,011201,118515444.187,011201,19085589.0,011500,011201,11710.3567172,103294,39812,hub,hub,non_hub,585055.712647,4512272.20178,586619.474659,4513110.00718
+11546,11546,440,118.0,011201,,40.7643971,-73.97371465,84.0,011700,40.76058799,-74.00080945,1200.83770007,2938,827,2304,964,011700,91270705.1484,011201,118515444.187,011201,19085589.0,011700,011201,11710.3567172,73016,39812,hub,hub,non_hub,584337.427395,4512660.77158,586619.474659,4513110.00718
+11547,11547,530,59.0,011201,,40.7643971,-73.97371465,34.0,011900,40.7568001,-73.98291153,550.533962264,1079,827,1121,964,011900,395254501.74,011201,118515444.187,011201,19085589.0,011900,011201,11710.3567172,39976,39812,hub,hub,non_hub,585853.012005,4512257.64444,586619.474659,4513110.00718
+11548,11548,969,177.0,011201,,40.7643971,-73.97371465,109.0,012100,40.7598593767,-73.9914900133,811.34351204,8366,827,5744,964,012100,101223732.045,011201,118515444.187,011201,19085589.0,012100,011201,11710.3567172,132767,39812,hub,hub,non_hub,585124.983126,4512588.88932,586619.474659,4513110.00718
+11549,11549,405,59.0,011201,,40.7643971,-73.97371465,51.0,012500,40.76064679,-73.98442659,636.728395062,2439,827,2096,964,012500,322911522.418,011201,118515444.187,011201,19085589.0,012500,011201,11710.3567172,45486,39812,hub,hub,non_hub,585720.180916,4512683.17447,586619.474659,4513110.00718
+11550,11550,1307,118.0,011201,,40.7643971,-73.97371465,84.0,012700,40.762485435,-73.990447135,682.3928472,6437,827,4434,964,012700,104637996.687,011201,118515444.187,011201,19085589.0,012700,011201,11710.3567172,83393,39812,hub,hub,non_hub,585209.656415,4512881.41361,586619.474659,4513110.00718
+11551,11551,214,59.0,011201,,40.7643971,-73.97371465,24.0,012900,40.76341379,-73.99667444,872.789719626,5312,827,3621,964,012900,158698340.053,011201,118515444.187,011201,19085589.0,012900,011201,11710.3567172,28661,39812,hub,hub,non_hub,584682.864463,4512978.43901,586619.474659,4513110.00718
+11552,11552,1399,177.0,011201,,40.7643971,-73.97371465,160.0,013100,40.7621295133,-73.98215453,484.242937322,2489,827,2283,964,013100,405023451.28,011201,118515444.187,011201,19085589.0,013100,011201,11710.3567172,107228,39812,hub,hub,non_hub,585910.04945,4512849.98999,586619.474659,4513110.00718
+11553,11553,954,177.0,011201,,40.7643971,-73.97371465,101.0,013300,40.7647250567,-73.9866537633,634.480792758,5363,827,3909,964,013300,79847412.2593,011201,118515444.187,011201,19085589.0,013300,011201,11710.3567172,89810,39812,hub,hub,non_hub,585526.963405,4513133.71926,586619.474659,4513110.00718
+11554,11554,388,118.0,011201,,40.7643971,-73.97371465,65.0,013500,40.766984435,-73.99227308,740.558416812,6075,827,3935,964,013500,198199142.958,011201,118515444.187,011201,19085589.0,013500,011201,11710.3567172,64723,39812,hub,hub,non_hub,585049.80204,4513379.06475,586619.474659,4513110.00718
+11555,11555,2714,118.0,011201,,40.7643971,-73.97371465,98.0,013700,40.766109285,-73.981808355,414.969006801,6557,827,5442,964,013700,314878324.419,011201,118515444.187,011201,19085589.0,013700,011201,11710.3567172,91142,39812,hub,hub,non_hub,585934.141665,4513292.1137,586619.474659,4513110.00718
+11556,11556,203,59.0,011201,,40.7643971,-73.97371465,27.0,013900,40.768254,-73.988639,636.034482759,7607,827,7359,964,013900,139918084.587,011201,118515444.187,011201,19085589.0,013900,011201,11710.3567172,26390,39812,hub,hub,non_hub,585354.890073,4513523.52534,586619.474659,4513110.00718
+11557,11557,659,59.0,011201,,40.7643971,-73.97371465,49.0,014300,40.76590936,-73.97634151,1613.28831563,3,827,0,964,014300,50027992.3322,011201,118515444.187,011201,19085589.0,014300,011201,11710.3567172,21051,39812,hub,hub,non_hub,586395.803012,4513275.28949,586619.474659,4513110.00718
+11558,11558,2508,59.0,011201,,40.7643971,-73.97371465,36.0,014500,40.76915505,-73.98191841,590.983253589,5811,827,3462,964,014500,253397343.373,011201,118515444.187,011201,19085589.0,014500,011201,11710.3567172,68350,39812,hub,hub,non_hub,585920.929601,4513630.10902,586619.474659,4513110.00718
+11559,11559,516,59.0,011201,,40.7643971,-73.97371465,55.0,014700,40.770513,-73.988038,632.451550388,2586,827,1743,964,014700,70871746.8417,011201,118515444.187,011201,19085589.0,014700,011201,11710.3567172,35099,39812,hub,hub,non_hub,585402.720353,4513774.87644,586619.474659,4513110.00718
+11560,11560,185,59.0,011201,,40.7643971,-73.97371465,36.0,015100,40.771522,-73.990541,813.562162162,8105,827,4856,964,015100,164953931.102,011201,118515444.187,011201,19085589.0,015100,011201,11710.3567172,17578,39812,hub,hub,non_hub,585190.192062,4513884.4495,586619.474659,4513110.00718
+11561,11561,291,118.0,011201,,40.7643971,-73.97371465,70.0,031703,40.71644312,-74.014902115,2039.25069721,8670,827,4231,964,031703,332361109.355,011201,118515444.187,011201,19085589.0,031703,011201,11710.3567172,136082,39812,hub,hub,non_hub,583202.897614,4507746.93647,586619.474659,4513110.00718
+11562,11562,86,177.0,011201,,40.7643971,-73.97371465,98.0,031704,40.7085171733,-74.0165557667,2278.23746064,6610,827,3790,964,031704,160823714.408,011201,118515444.187,011201,19085589.0,031704,011201,11710.3567172,105244,39812,hub,hub,non_hub,583073.076824,4506865.54027,586619.474659,4513110.00718
+11563,11563,44,177.0,011201,,40.7643971,-73.97371465,85.0,000600,40.7128987867,-73.9898646367,2053.19189189,11558,827,4083,964,000600,59149181.7526,011201,118515444.187,011201,19085589.0,000600,011201,11710.3567172,70053,39812,hub,hub,non_hub,585322.159723,4507377.5136,586619.474659,4513110.00718
+11564,11564,31,99.0,011203,,40.76095756,-73.96724467,54.0,000202,40.71318002,-73.9818904933,1717.23611111,8012,1176,3598,1160,000202,37878157.9781,011203,143782379.009,,0.0,000202,011203,12033.6630479,56352,48607,hub,hub,non_hub,585995.353038,4507416.50937,587170.050102,4512734.59972
+11565,11565,153,231.0,011203,,40.76095756,-73.96724467,258.0,000700,40.70581148,-74.0081572071,1990.61855323,7722,1176,5201,1160,000700,476954959.734,011203,143782379.009,,0.0,000700,011203,12033.6630479,160040,48607,hub,hub,non_hub,583785.918305,4506573.16797,587170.050102,4512734.59972
+11566,11566,9,66.0,011203,,40.76095756,-73.96724467,47.0,000800,40.712414475,-73.993471545,1766.5,10365,1176,4150,1160,000800,46479755.076,011203,143782379.009,,0.0,000800,011203,12033.6630479,34254,48607,hub,hub,non_hub,585018.109713,4507320.25418,587170.050102,4512734.59972
+11567,11567,46,99.0,011203,,40.76095756,-73.96724467,97.0,000900,40.7024745833,-74.01224785,2031.06349206,1140,1176,939,1160,000900,404341803.896,011203,143782379.009,,0.0,000900,011203,12033.6630479,46446,48607,hub,hub,non_hub,583444.520998,4506198.85784,587170.050102,4512734.59972
+11568,11568,20,33.0,011203,,40.76095756,-73.96724467,19.0,001002,40.71782143,-73.97628939,1376.7,6439,1176,2346,1160,001002,22763374.2099,011203,143782379.009,,0.0,001002,011203,12033.6630479,15916,48607,hub,hub,non_hub,586462.45635,4507937.23607,587170.050102,4512734.59972
+11569,11569,81,66.0,011203,,40.76095756,-73.96724467,46.0,001200,40.717364275,-73.982955325,1619.97104247,3547,1176,1857,1160,001200,23518220.7411,011203,143782379.009,,0.0,001200,011203,12033.6630479,36493,48607,hub,hub,non_hub,585900.031125,4507879.94738,587170.050102,4512734.59972
+11570,11570,29,33.0,011203,,40.76095756,-73.96724467,36.0,001300,40.70463334,-74.01361706,2245.82758621,3776,1176,3028,1160,001300,286606455.687,011203,143782379.009,,0.0,001300,011203,12033.6630479,27671,48607,hub,hub,non_hub,583326.158808,4506437.19368,587170.050102,4512734.59972
+11571,11571,23,33.0,011203,,40.76095756,-73.96724467,28.0,001401,40.71559509,-73.9870295,1542.7826087,3289,1176,1708,1160,001401,20168722.3199,011203,143782379.009,,0.0,001401,011203,12033.6630479,26885,48607,hub,hub,non_hub,585558.18429,4507679.57909,587170.050102,4512734.59972
+11572,11572,13,66.0,011203,,40.76095756,-73.96724467,67.0,001501,40.70966832,-74.003597135,1937.81818182,5581,1176,3450,1160,001501,172466366.322,011203,143782379.009,,0.0,001501,011203,12033.6630479,27425,48607,hub,hub,non_hub,584166.279828,4507005.66129,587170.050102,4512734.59972
+11573,11573,47,99.0,011203,,40.76095756,-73.96724467,123.0,001502,40.7088053467,-74.00635276,2228.34871795,7095,1176,3459,1160,001502,221282059.103,011203,143782379.009,,0.0,001502,011203,12033.6630479,82052,48607,hub,hub,non_hub,583934.59195,4506907.22889,587170.050102,4512734.59972
+11574,11574,92,99.0,011203,,40.76095756,-73.96724467,107.0,001600,40.7153350167,-73.9943926833,1710.46262626,8236,1176,3242,1160,001600,76565505.7581,011203,143782379.009,,0.0,001600,011203,12033.6630479,82798,48607,hub,hub,non_hub,584936.591099,4507643.5622,587170.050102,4512734.59972
+11575,11575,123,132.0,011203,,40.76095756,-73.96724467,154.0,001800,40.7193657075,-73.9906468425,1653.05121528,8063,1176,3489,1160,001800,60554858.5127,011203,143782379.009,,0.0,001800,011203,12033.6630479,133306,48607,hub,hub,non_hub,585247.838585,4508094.62497,587170.050102,4512734.59972
+11576,11576,19,66.0,011203,,40.76095756,-73.96724467,46.0,002000,40.721554605,-73.977309405,1820.38541667,4795,1176,1899,1160,002000,17907673.5628,011203,143782379.009,,0.0,002000,011203,12033.6630479,31656,48607,hub,hub,non_hub,586371.478696,4508350.63994,587170.050102,4512734.59972
+11577,11577,190,132.0,011203,,40.76095756,-73.96724467,102.0,002100,40.71451321,-74.0108850975,2095.49373626,6111,1176,3038,1160,002100,273869828.705,011203,143782379.009,,0.0,002100,011203,12033.6630479,151037,48607,hub,hub,non_hub,583544.598931,4507536.51732,587170.050102,4512734.59972
+11578,11578,30,66.0,011203,,40.76095756,-73.96724467,44.0,002201,40.71833027,-73.980972895,1351.52777778,6762,1176,3030,1160,002201,37585954.9949,011203,143782379.009,,0.0,002201,011203,12033.6630479,26391,48607,hub,hub,non_hub,586066.226443,4507989.12022,587170.050102,4512734.59972
+11579,11579,20,33.0,011203,,40.76095756,-73.96724467,31.0,002202,40.7208736,-73.98085795,1357.85,2256,1176,1045,1160,002202,13179093.8977,011203,143782379.009,,0.0,002202,011203,12033.6630479,23935,48607,hub,hub,non_hub,586072.658368,4508271.55961,587170.050102,4512734.59972
+11580,11580,15,66.0,011203,,40.76095756,-73.96724467,48.0,002400,40.724744875,-73.974986535,1370.77777778,5775,1176,2175,1160,002400,17986635.5592,011203,143782379.009,,0.0,002400,011203,12033.6630479,17965,48607,hub,hub,non_hub,586563.526382,4508707.06897,587170.050102,4512734.59972
+11581,11581,19,66.0,011203,,40.76095756,-73.96724467,62.0,002500,40.7111743,-73.99849582,1745.34375,5061,1176,1917,1160,002500,22428407.6271,011203,143782379.009,,0.0,002500,011203,12033.6630479,28216,48607,hub,hub,non_hub,584595.28909,4507177.73549,587170.050102,4512734.59972
+11582,11582,15,33.0,011203,,40.76095756,-73.96724467,31.0,002601,40.72299208,-73.97995466,1504.06666667,3774,1176,1593,1160,002601,22248722.3098,011203,143782379.009,,0.0,002601,011203,12033.6630479,22144,48607,hub,hub,non_hub,586146.216204,4508507.61099,587170.050102,4512734.59972
+11583,11583,21,33.0,011203,,40.76095756,-73.96724467,27.0,002700,40.71307916,-73.99851193,1890.95238095,1191,1176,655,1160,002700,11349914.9514,011203,143782379.009,,0.0,002700,011203,12033.6630479,20570,48607,hub,hub,non_hub,584591.517275,4507389.17181,587170.050102,4512734.59972
+11584,11584,56,33.0,011203,,40.76095756,-73.96724467,32.0,002800,40.72521311,-73.97768752,1507.14285714,7302,1176,3341,1160,002800,47641507.3146,011203,143782379.009,,0.0,002800,011203,12033.6630479,36744,48607,hub,hub,non_hub,586334.816403,4508756.38709,587170.050102,4512734.59972
+11585,11585,24,33.0,011203,,40.76095756,-73.96724467,43.0,002900,40.71602118,-73.99974372,1712.375,5855,1176,2420,1160,002900,200965547.24,011203,143782379.009,,0.0,002900,011203,12033.6630479,31936,48607,hub,hub,non_hub,584483.752153,4507714.56961,587170.050102,4512734.59972
+11586,11586,58,33.0,011203,,40.76095756,-73.96724467,35.0,003001,40.72066442,-73.98517977,1667.25862069,4301,1176,2553,1160,003001,34302720.7166,011203,143782379.009,,0.0,003001,011203,12033.6630479,41223,48607,hub,hub,non_hub,585707.91731,4508244.11218,587170.050102,4512734.59972
+11587,11587,23,33.0,011203,,40.76095756,-73.96724467,37.0,003002,40.72217444,-73.98368779,1513.04347826,3031,1176,1885,1160,003002,18686109.2263,011203,143782379.009,,0.0,003002,011203,12033.6630479,38675,48607,hub,hub,non_hub,585831.986427,4508413.19181,587170.050102,4512734.59972
+11588,11588,129,99.0,011203,,40.76095756,-73.96724467,121.0,003100,40.7140617467,-74.0041933367,1915.29436871,2809,1176,858,1160,003100,145687012.574,011203,143782379.009,,0.0,003100,011203,12033.6630479,81469,48607,hub,hub,non_hub,584110.388584,4507492.78891,587170.050102,4512734.59972
+11589,11589,191,99.0,011203,,40.76095756,-73.96724467,100.0,003200,40.7260543867,-73.9823576167,1401.17056064,7630,1176,4888,1160,003200,46369492.482,011203,143782379.009,,0.0,003200,011203,12033.6630479,138064,48607,hub,hub,non_hub,585939.335766,4508845.19329,587170.050102,4512734.59972
+11590,11590,102,165.0,011203,,40.76095756,-73.96724467,173.0,003300,40.7188277953,-74.006321338,1992.31603175,5174,1176,2694,1160,003300,215459582.054,011203,143782379.009,,0.0,003300,011203,12033.6630479,115059,48607,hub,hub,non_hub,583924.659187,4508019.81572,587170.050102,4512734.59972
+11591,11591,118,33.0,011203,,40.76095756,-73.96724467,39.0,003400,40.72955361,-73.98057249,1200.86440678,6706,1176,4203,1160,003400,42933229.7541,011203,143782379.009,,0.0,003400,011203,12033.6630479,47926,48607,hub,hub,non_hub,586085.581298,4509235.37985,587170.050102,4512734.59972
+11592,11592,86,66.0,011203,,40.76095756,-73.96724467,66.0,003601,40.72217423,-73.990293175,1259.47765568,3299,1176,1613,1160,003601,29191583.8104,011203,143782379.009,,0.0,003601,011203,12033.6630479,77585,48607,hub,hub,non_hub,585274.124459,4508406.73315,587170.050102,4512734.59972
+11593,11593,162,66.0,011203,,40.76095756,-73.96724467,62.0,003602,40.724852985,-73.989265345,1279.35197368,2918,1176,1586,1160,003602,24941258.1161,011203,143782379.009,,0.0,003602,011203,12033.6630479,82124,48607,hub,hub,non_hub,585357.507872,4508705.09166,587170.050102,4512734.59972
+11594,11594,153,132.0,011203,,40.76095756,-73.96724467,148.0,003700,40.7256696075,-74.0052069325,1865.39673369,2401,1176,1490,1160,003700,212385639.924,011203,143782379.009,,0.0,003700,011203,12033.6630479,173333,48607,hub,hub,non_hub,584010.178026,4508780.36793,587170.050102,4512734.59972
+11595,11595,279,132.0,011203,,40.76095756,-73.96724467,160.0,003800,40.72765889,-73.988195855,1311.24993839,8610,1176,5795,1160,003800,67437493.5221,011203,143782379.009,,0.0,003800,011203,12033.6630479,167230,48607,hub,hub,non_hub,585444.239635,4509017.60641,587170.050102,4512734.59972
+11596,11596,89,132.0,011203,,40.76095756,-73.96724467,106.0,003900,40.7201717475,-74.00983051,2011.69276014,5253,1176,3059,1160,003900,194910113.03,011203,143782379.009,,0.0,003900,011203,12033.6630479,113624,48607,hub,hub,non_hub,583626.593058,4508165.65565,587170.050102,4512734.59972
+11597,11597,238,66.0,011203,,40.76095756,-73.96724467,66.0,004000,40.73000573,-73.98549552,1189.51190476,9801,1176,4546,1160,004000,66858387.5133,011203,143782379.009,,0.0,004000,011203,12033.6630479,99660,48607,hub,hub,non_hub,585669.269443,4509280.75306,587170.050102,4512734.59972
+11598,11598,114,66.0,011203,,40.76095756,-73.96724467,64.0,004100,40.7195529,-73.996789035,1773.54154033,7793,1176,3765,1160,004100,71738983.3617,011203,143782379.009,,0.0,004100,011203,12033.6630479,114685,48607,hub,hub,non_hub,584728.836557,4508109.46034,587170.050102,4512734.59972
+11599,11599,68,33.0,011203,,40.76095756,-73.96724467,35.0,004200,40.73223272,-73.98889957,1286.60294118,4988,1176,1801,1160,004200,39941846.3325,011203,143782379.009,,0.0,004200,011203,12033.6630479,50846,48607,hub,hub,non_hub,585378.96492,4509524.64843,587170.050102,4512734.59972
+11600,11600,94,66.0,011203,,40.76095756,-73.96724467,67.0,004300,40.723870235,-73.995226525,1575.43050847,4267,1176,2598,1160,004300,65935514.1184,011203,143782379.009,,0.0,004300,011203,12033.6630479,95162,48607,hub,hub,non_hub,584855.320992,4508590.22212,587170.050102,4512734.59972
+11601,11601,232,66.0,011203,,40.76095756,-73.96724467,60.0,004400,40.73080269,-73.97968993,1219.92424242,17710,1176,8297,1160,004400,114601147.016,011203,143782379.009,,0.0,004400,011203,12033.6630479,106427,48607,hub,hub,non_hub,586158.498991,4509374.90208,587170.050102,4512734.59972
+11602,11602,33,33.0,011203,,40.76095756,-73.96724467,27.0,004500,40.71910537,-73.99973337,1815.0,840,1176,582,1160,004500,52009114.8865,011203,143782379.009,,0.0,004500,011203,12033.6630479,34275,48607,hub,hub,non_hub,584480.726971,4508056.94497,587170.050102,4512734.59972
+11603,11603,18,33.0,011203,,40.76095756,-73.96724467,39.0,004700,40.72165481,-74.00234737,2061.16666667,2267,1176,1586,1160,004700,75477587.1594,011203,143782379.009,,0.0,004700,011203,12033.6630479,27544,48607,hub,hub,non_hub,584256.734795,4508337.43837,587170.050102,4512734.59972
+11604,11604,152,33.0,011203,,40.76095756,-73.96724467,35.0,004800,40.73624527,-73.98473765,1137.59210526,7550,1176,3799,1160,004800,74763044.6965,011203,143782379.009,,0.0,004800,011203,12033.6630479,42567,48607,hub,hub,non_hub,585725.258797,4509974.12516,587170.050102,4512734.59972
+11605,11605,80,66.0,011203,,40.76095756,-73.96724467,73.0,004900,40.724268615,-74.000521515,1898.61595673,4951,1176,3054,1160,004900,103848670.177,011203,143782379.009,,0.0,004900,011203,12033.6630479,80152,48607,hub,hub,non_hub,584407.63728,4508629.34168,587170.050102,4512734.59972
+11606,11606,391,99.0,011203,,40.76095756,-73.96724467,93.0,005000,40.7359163467,-73.9873427633,1142.13658775,5061,1176,3595,1160,005000,120638459.215,011203,143782379.009,,0.0,005000,011203,12033.6630479,111023,48607,hub,hub,non_hub,585505.709717,4509935.07175,587170.050102,4512734.59972
+11607,11607,384,66.0,011203,,40.76095756,-73.96724467,106.0,005200,40.73715585,-73.991241315,1258.76886439,4193,1176,1785,1160,005200,109103391.81,011203,143782379.009,,0.0,005200,011203,12033.6630479,159876,48607,hub,hub,non_hub,585174.941656,4510068.87544,587170.050102,4512734.59972
+11608,11608,144,33.0,011203,,40.76095756,-73.96724467,47.0,005400,40.73971301,-73.99456405,1442.5625,4656,1176,2837,1160,005400,128803552.888,011203,143782379.009,,0.0,005400,011203,12033.6630479,73728,48607,hub,hub,non_hub,584891.129718,4510349.51956,587170.050102,4512734.59972
+11609,11609,57,33.0,011203,,40.76095756,-73.96724467,30.0,005501,40.72679454,-73.99695094,1586.12280702,5079,1176,2483,1160,005501,61061928.4125,011203,143782379.009,,0.0,005501,011203,12033.6630479,57258,48607,hub,hub,non_hub,584705.980012,4508913.17477,587170.050102,4512734.59972
+11610,11610,48,33.0,011203,,40.76095756,-73.96724467,27.0,005502,40.72743423,-73.99379025,1532.0625,2383,1176,1262,1160,005502,49017118.6146,011203,143782379.009,,0.0,005502,011203,12033.6630479,55117,48607,hub,hub,non_hub,584972.085912,4508987.23863,587170.050102,4512734.59972
+11611,11611,302,66.0,011203,,40.76095756,-73.96724467,95.0,005600,40.74065347,-73.98778661,1126.35390038,2618,1176,2190,1160,005600,189153355.609,011203,143782379.009,,0.0,005600,011203,12033.6630479,113209,48607,hub,hub,non_hub,585462.168743,4510460.49357,587170.050102,4512734.59972
+11612,11612,221,66.0,011203,,40.76095756,-73.96724467,82.0,005700,40.729662915,-73.992405595,1366.40224736,2937,1176,1789,1160,005700,90178032.7137,011203,143782379.009,,0.0,005700,011203,12033.6630479,156896,48607,hub,hub,non_hub,585086.179601,4509235.9788,587170.050102,4512734.59972
+11613,11613,428,66.0,011203,,40.76095756,-73.96724467,87.0,005800,40.743154205,-73.990299735,1117.009708,3182,1176,2306,1160,005800,164037511.755,011203,143782379.009,,0.0,005800,011203,12033.6630479,130970,48607,hub,hub,non_hub,585246.786708,4510735.64918,587170.050102,4512734.59972
+11614,11614,76,33.0,011203,,40.76095756,-73.96724467,31.0,005900,40.73049393,-73.9957214,1543.76315789,5516,1176,3276,1160,005900,71785177.1361,011203,143782379.009,,0.0,005900,011203,12033.6630479,53180,48607,hub,hub,non_hub,584805.117402,4509325.01914,587170.050102,4512734.59972
+11615,11615,281,66.0,011203,,40.76095756,-73.96724467,63.0,006000,40.734822295,-73.976916765,1138.27912541,5286,1176,2459,1160,006000,27468182.8943,011203,143782379.009,,0.0,006000,011203,12033.6630479,80462,48607,hub,hub,non_hub,586387.478737,4509823.83141,587170.050102,4512734.59972
+11616,11616,294,132.0,011203,,40.76095756,-73.96724467,141.0,006100,40.73385254,-73.992357065,1398.81592898,4913,1176,2683,1160,006100,91682014.33,011203,143782379.009,,0.0,006100,011203,12033.6630479,245510,48607,hub,hub,non_hub,585084.940162,4509701.10308,587170.050102,4512734.59972
+11617,11617,200,33.0,011203,,40.76095756,-73.96724467,30.0,006200,40.7381765,-73.97738662,1029.58,4680,1176,1401,1160,006200,231817485.533,011203,143782379.009,,0.0,006200,011203,12033.6630479,33218,48607,hub,hub,non_hub,586343.467107,4510195.70961,587170.050102,4512734.59972
+11618,11618,114,99.0,011203,,40.76095756,-73.96724467,99.0,006300,40.7346940933,-73.99785666,1499.52661448,6076,1176,4277,1160,006300,85447631.8451,011203,143782379.009,,0.0,006300,011203,12033.6630479,120233,48607,hub,hub,non_hub,584619.48321,4509789.20591,587170.050102,4512734.59972
+11619,11619,91,33.0,011203,,40.76095756,-73.96724467,39.0,006400,40.73587678,-73.98205027,1085.43956044,7518,1176,5058,1160,006400,95664936.1545,011203,143782379.009,,0.0,006400,011203,12033.6630479,47750,48607,hub,hub,non_hub,585952.649806,4509935.84788,587170.050102,4512734.59972
+11620,11620,127,99.0,011203,,40.76095756,-73.96724467,106.0,006500,40.7306296367,-73.9991423,1524.04427736,6517,1176,3568,1160,006500,59290910.3694,011203,143782379.009,,0.0,006500,011203,12033.6630479,125356,48607,hub,hub,non_hub,584516.067395,4509336.78488,587170.050102,4512734.59972
+11621,11621,291,66.0,011203,,40.76095756,-73.96724467,82.0,006600,40.739285505,-73.97827188,940.170289855,11780,1176,6818,1160,006600,84730469.4548,011203,143782379.009,,0.0,006600,011203,12033.6630479,74621,48607,hub,hub,non_hub,586267.286922,4510317.94668,587170.050102,4512734.59972
+11622,11622,64,33.0,011203,,40.76095756,-73.96724467,39.0,006700,40.73038599,-74.00214988,1731.859375,4984,1176,3796,1160,006700,47238039.9972,011203,143782379.009,,0.0,006700,011203,12033.6630479,70025,48607,hub,hub,non_hub,584262.399901,4509306.84766,587170.050102,4512734.59972
+11623,11623,319,33.0,011203,,40.76095756,-73.96724467,39.0,006800,40.74025878,-73.98409214,919.347962382,6735,1176,4494,1160,006800,130298431.446,011203,143782379.009,,0.0,006800,011203,12033.6630479,58926,48607,hub,hub,non_hub,585774.608423,4510420.28363,587170.050102,4512734.59972
+11624,11624,123,66.0,011203,,40.76095756,-73.96724467,67.0,006900,40.732319905,-74.0069291,1841.35778275,2687,1176,1484,1160,006900,61292499.9331,011203,143782379.009,,0.0,006900,011203,12033.6630479,130727,48607,hub,hub,non_hub,583856.38945,4509516.94969,587170.050102,4512734.59972
+11625,11625,1057,99.0,011203,,40.76095756,-73.96724467,127.0,007000,40.7425220632,-73.9756274052,860.322205798,8302,1176,5669,1160,007000,78634704.8451,011203,143782379.009,,0.0,007000,011203,12033.6630479,145227,48607,hub,hub,non_hub,586486.378043,4510679.82996,587170.050102,4512734.59972
+11626,11626,108,66.0,011203,,40.76095756,-73.96724467,71.0,007100,40.736526545,-74.000108805,1198.04642857,5633,1176,3844,1160,007100,68447429.2743,011203,143782379.009,,0.0,007100,011203,12033.6630479,79459,48607,hub,hub,non_hub,584426.995774,4509990.4524,587170.050102,4512734.59972
+11627,11627,1143,99.0,011203,,40.76095756,-73.96724467,126.0,007200,40.7447014833,-73.98154809,837.924166883,7734,1176,5222,1160,007200,132092861.454,011203,143782379.009,,0.0,007200,011203,12033.6630479,157612,48607,hub,hub,non_hub,585983.687715,4510915.94446,587170.050102,4512734.59972
+11628,11628,63,66.0,011203,,40.76095756,-73.96724467,59.0,007300,40.734682705,-74.00388484,1731.95384615,5615,1176,4547,1160,007300,48716185.79,011203,143782379.009,,0.0,007300,011203,12033.6630479,92567,48607,hub,hub,non_hub,584110.479319,4509782.14883,587170.050102,4512734.59972
+11629,11629,458,66.0,011203,,40.76095756,-73.96724467,86.0,007400,40.746413585,-73.98586892,1002.83061052,4179,1176,2700,1160,007400,170614202.951,011203,143782379.009,,0.0,007400,011203,12033.6630479,81121,48607,hub,hub,non_hub,585616.696258,4511101.7763,587170.050102,4512734.59972
+11630,11630,554,66.0,011203,,40.76095756,-73.96724467,69.0,007600,40.74737476,-73.988320695,984.661977241,2203,1176,1573,1160,007600,242014413.464,011203,143782379.009,,0.0,007600,011203,12033.6630479,97464,48607,hub,hub,non_hub,585408.475283,4511206.08492,587170.050102,4512734.59972
+11631,11631,46,33.0,011203,,40.76095756,-73.96724467,43.0,007700,40.7390169121,-74.0026376103,1629.08695652,5404,1176,4254,1160,007700,59306273.1509,011203,143782379.009,,0.0,007700,011203,12033.6630479,79025,48607,hub,hub,non_hub,584210.329106,4510264.47156,587170.050102,4512734.59972
+11632,11632,723,33.0,011203,,40.76095756,-73.96724467,39.0,007800,40.74780373,-73.9734419,634.170124481,7380,1176,5372,1160,007800,112124597.728,011203,143782379.009,,0.0,007800,011203,12033.6630479,59601,48607,hub,hub,non_hub,586664.043115,4511268.28888,587170.050102,4512734.59972
+11633,11633,173,165.0,011203,,40.76095756,-73.96724467,174.0,007900,40.738916514,-74.007286026,1741.22846349,4406,1176,2904,1160,007900,86937368.5918,011203,143782379.009,,0.0,007900,011203,12033.6630479,171846,48607,hub,hub,non_hub,583817.969395,4510248.87788,587170.050102,4512734.59972
+11634,11634,1118,66.0,011203,,40.76095756,-73.96724467,71.0,008000,40.7485693,-73.97717991,645.361047836,4946,1176,3730,1160,008000,197763821.532,011203,143782379.009,,0.0,008000,011203,12033.6630479,74808,48607,hub,hub,non_hub,586347.477591,4511349.58844,587170.050102,4512734.59972
+11635,11635,108,33.0,011203,,40.76095756,-73.96724467,39.0,008100,40.73935542,-73.99931783,1136.26851852,8675,1176,5315,1160,008100,91100400.6907,011203,143782379.009,,0.0,008100,011203,12033.6630479,53195,48607,hub,hub,non_hub,584490.204148,4510305.23824,587170.050102,4512734.59972
+11636,11636,1796,99.0,011203,,40.76095756,-73.96724467,175.0,008200,40.7519623071,-73.9793932321,669.920096225,3442,1176,2534,1160,008200,262405408.076,011203,143782379.009,,0.0,008200,011203,12033.6630479,228612,48607,hub,hub,non_hub,586156.243794,4511724.06184,587170.050102,4512734.59972
+11637,11637,302,132.0,011203,,40.76095756,-73.96724467,119.0,008300,40.742591315,-74.004102785,1699.96280472,4211,1176,2321,1160,008300,119862327.354,011203,143782379.009,,0.0,008300,011203,12033.6630479,186113,48607,hub,hub,non_hub,584082.11654,4510659.85081,587170.050102,4512734.59972
+11638,11638,291,33.0,011203,,40.76095756,-73.96724467,38.0,008400,40.75038009,-73.98338988,791.872852234,1726,1176,1041,1160,008400,147824461.739,011203,143782379.009,,0.0,008400,011203,12033.6630479,34199,48607,hub,hub,non_hub,585820.889203,4511544.50828,587170.050102,4512734.59972
+11639,11639,368,33.0,011203,,40.76095756,-73.96724467,43.0,008601,40.744219,-73.97121214,855.717391304,2551,1176,1528,1160,008601,31141773.9073,011203,143782379.009,,0.0,008601,011203,12033.6630479,31961,48607,hub,hub,non_hub,586856.951039,4510872.56191,587170.050102,4512734.59972
+11640,11640,221,66.0,011203,,40.76095756,-73.96724467,78.0,008700,40.74206378,-73.995708955,1391.35964912,6671,1176,4249,1160,008700,85660216.7821,011203,143782379.009,,0.0,008700,011203,12033.6630479,152953,48607,hub,hub,non_hub,584791.475936,4510609.36503,587170.050102,4512734.59972
+11641,11641,775,66.0,011203,,40.76095756,-73.96724467,78.0,008800,40.75012189,-73.970133575,617.328675767,6964,1176,5507,1160,008800,216532475.876,011203,143782379.009,,0.0,008800,011203,12033.6630479,43247,48607,hub,hub,non_hub,586940.323322,4511528.89362,587170.050102,4512734.59972
+11642,11642,181,99.0,011203,,40.76095756,-73.96724467,120.0,008900,40.74529008,-74.0021768567,1538.62081043,5560,1176,3511,1160,008900,54419260.2723,011203,143782379.009,,0.0,008900,011203,12033.6630479,158638,48607,hub,hub,non_hub,584241.316685,4510961.27944,587170.050102,4512734.59972
+11643,11643,1798,99.0,011203,,40.76095756,-73.96724467,110.0,009000,40.75261798,-73.9703317533,477.357880832,7026,1176,5832,1160,009000,208846060.851,011203,143782379.009,,0.0,009000,011203,12033.6630479,74531,48607,hub,hub,non_hub,586920.342162,4511805.78171,587170.050102,4512734.59972
+11644,11644,74,33.0,011203,,40.76095756,-73.96724467,39.0,009100,40.74487634,-73.99529885,1448.63513514,6415,1176,4386,1160,009100,127325659.041,011203,143782379.009,,0.0,009100,011203,12033.6630479,63878,48607,hub,hub,non_hub,584822.527687,4510921.97538,587170.050102,4512734.59972
+11645,11645,1778,66.0,011203,,40.76095756,-73.96724467,110.0,009200,40.7548518863,-73.9734329075,391.489812231,1754,1176,1461,1160,009200,408192557.246,011203,143782379.009,,0.0,009200,011203,12033.6630479,72226,48607,hub,hub,non_hub,586655.650548,4512050.69496,587170.050102,4512734.59972
+11646,11646,285,33.0,011203,,40.76095756,-73.96724467,39.0,009300,40.74475148,-73.99915362,1511.95438596,9705,1176,5585,1160,009300,68528055.2433,011203,143782379.009,,0.0,009300,011203,12033.6630479,52202,48607,hub,hub,non_hub,584497.239363,4510904.39701,587170.050102,4512734.59972
+11647,11647,624,33.0,011203,,40.76095756,-73.96724467,31.0,009400,40.75320159,-73.9779874,577.822115385,29,1176,16,1160,009400,299218147.811,011203,143782379.009,,0.0,009400,011203,12033.6630479,82147,48607,hub,hub,non_hub,586273.319313,4511863.01244,587170.050102,4512734.59972
+11648,11648,92,33.0,011203,,40.76095756,-73.96724467,51.0,009500,40.746647,-73.993915,1282.45652174,3425,1176,1416,1160,009500,129660033.725,011203,143782379.009,,0.0,009500,011203,12033.6630479,57488,48607,hub,hub,non_hub,584937.108907,4511119.86954,587170.050102,4512734.59972
+11649,11649,803,99.0,011203,,40.76095756,-73.96724467,140.0,009600,40.7560184541,-73.9803435981,655.025424003,153,1176,268,1160,009600,270304841.585,011203,143782379.009,,0.0,009600,011203,12033.6630479,71527,48607,hub,hub,non_hub,586070.784213,4512173.39148,587170.050102,4512734.59972
+11650,11650,276,99.0,011203,,40.76095756,-73.96724467,99.0,009700,40.7493616033,-73.9991321067,1390.89335664,4744,1176,2827,1160,009700,83018263.1602,011203,143782379.009,,0.0,009700,011203,12033.6630479,118804,48607,hub,hub,non_hub,584493.220017,4511416.17434,587170.050102,4512734.59972
+11651,11651,812,66.0,011203,,40.76095756,-73.96724467,70.0,009800,40.755285655,-73.96667288,438.901679929,7105,1176,5244,1160,009800,115943808.909,011203,143782379.009,,0.0,009800,011203,12033.6630479,40039,48607,hub,hub,non_hub,587225.727282,4512105.54383,587170.050102,4512734.59972
+11652,11652,492,165.0,011203,,40.76095756,-73.96724467,185.0,009900,40.7520807866,-74.0031899092,1324.83903883,3617,1176,2438,1160,009900,404439511.776,011203,143782379.009,,0.0,009900,011203,12033.6630479,208076,48607,hub,hub,non_hub,584147.226991,4511714.12465,587170.050102,4512734.59972
+11653,11653,737,99.0,011203,,40.76095756,-73.96724467,121.0,010000,40.7583696933,-73.9710287767,427.219133374,1829,1176,1399,1160,010000,366457143.613,011203,143782379.009,,0.0,010000,011203,12033.6630479,72085,48607,hub,hub,non_hub,586854.014885,4512443.57459,587170.050102,4512734.59972
+11654,11654,1359,99.0,011203,,40.76095756,-73.96724467,127.0,010100,40.74945622,-73.9903382667,1025.13816271,1119,1176,828,1160,010100,246168211.101,011203,143782379.009,,0.0,010100,011203,12033.6630479,183377,48607,hub,hub,non_hub,585235.486219,4511435.18064,587170.050102,4512734.59972
+11655,11655,837,66.0,011203,,40.76095756,-73.96724467,81.0,010200,40.7606694,-73.973473555,387.773809524,313,1176,268,1160,010200,333450202.294,011203,143782379.009,,0.0,010200,011203,12033.6630479,46675,48607,hub,hub,non_hub,586644.664817,4512696.44233,587170.050102,4512734.59972
+11656,11656,2539,66.0,011203,,40.76095756,-73.96724467,98.0,010300,40.751000495,-73.994372255,1099.18497318,1859,1176,1351,1160,010300,141506056.87,011203,143782379.009,,0.0,010300,011203,12033.6630479,221593,48607,hub,hub,non_hub,584892.968074,4511602.69644,587170.050102,4512734.59972
+11657,11657,1472,66.0,011203,,40.76095756,-73.96724467,75.0,010400,40.761664375,-73.976854975,442.992165081,1031,1176,1033,1160,010400,363981333.295,011203,143782379.009,,0.0,010400,011203,12033.6630479,65073,48607,hub,hub,non_hub,586357.961325,4512803.55852,587170.050102,4512734.59972
+11658,11658,339,33.0,011203,,40.76095756,-73.96724467,33.0,010602,40.75849116,-73.95920622,558.168141593,4794,1176,2963,1160,010602,67980898.3739,011203,143782379.009,,0.0,010602,011203,12033.6630479,22153,48607,hub,hub,non_hub,587851.796682,4512468.82754,587170.050102,4512734.59972
+11659,11659,1065,99.0,011203,,40.76095756,-73.96724467,117.0,010800,40.7591736033,-73.96613818,573.637722054,8531,1176,6272,1160,010800,189351523.799,011203,143782379.009,,0.0,010800,011203,12033.6630479,79198,48607,hub,hub,non_hub,587265.778542,4512537.66689,587170.050102,4512734.59972
+11660,11660,519,66.0,011203,,40.76095756,-73.96724467,114.0,010900,40.751351715,-73.987594755,945.17329125,182,1176,92,1160,010900,228173063.011,011203,143782379.009,,0.0,010900,011203,12033.6630479,60092,48607,hub,hub,non_hub,585464.669441,4511648.26242,587170.050102,4512734.59972
+11661,11661,738,33.0,011203,,40.76095756,-73.96724467,59.0,011201,40.7643971,-73.97371465,432.635501355,827,1176,964,1160,011201,118515444.187,011203,143782379.009,,0.0,011201,011203,12033.6630479,41525,48607,hub,hub,non_hub,586619.474659,4513110.00718,587170.050102,4512734.59972
+11662,11662,2383,132.0,011203,,40.76095756,-73.96724467,198.0,011300,40.7548008425,-73.9888010575,903.98286129,204,1176,107,1160,011300,357940519.061,011203,143782379.009,,0.0,011300,011203,12033.6630479,236650,48607,hub,hub,non_hub,585358.423228,4512029.96675,587170.050102,4512734.59972
+11663,11663,1234,66.0,011203,,40.76095756,-73.96724467,82.0,011500,40.75701407,-73.992353645,912.792141708,2487,1176,1678,1160,011500,130958459.747,011203,143782379.009,,0.0,011500,011203,12033.6630479,103294,48607,hub,hub,non_hub,585055.712647,4512272.20178,587170.050102,4512734.59972
+11664,11664,252,66.0,011203,,40.76095756,-73.96724467,84.0,011700,40.76058799,-74.00080945,1245.80242854,2938,1176,2304,1160,011700,91270705.1484,011203,143782379.009,,0.0,011700,011203,12033.6630479,73016,48607,hub,hub,non_hub,584337.427395,4512660.77158,587170.050102,4512734.59972
+11665,11665,627,33.0,011203,,40.76095756,-73.96724467,34.0,011900,40.7568001,-73.98291153,677.751196172,1079,1176,1121,1160,011900,395254501.74,011203,143782379.009,,0.0,011900,011203,12033.6630479,39976,48607,hub,hub,non_hub,585853.012005,4512257.64444,587170.050102,4512734.59972
+11666,11666,993,99.0,011203,,40.76095756,-73.96724467,109.0,012100,40.7598593767,-73.9914900133,917.108230094,8366,1176,5744,1160,012100,101223732.045,011203,143782379.009,,0.0,012100,011203,12033.6630479,132767,48607,hub,hub,non_hub,585124.983126,4512588.88932,587170.050102,4512734.59972
+11667,11667,506,33.0,011203,,40.76095756,-73.96724467,51.0,012500,40.76064679,-73.98442659,684.673913043,2439,1176,2096,1160,012500,322911522.418,011203,143782379.009,,0.0,012500,011203,12033.6630479,45486,48607,hub,hub,non_hub,585720.180916,4512683.17447,587170.050102,4512734.59972
+11668,11668,614,66.0,011203,,40.76095756,-73.96724467,84.0,012700,40.762485435,-73.990447135,888.379540821,6437,1176,4434,1160,012700,104637996.687,011203,143782379.009,,0.0,012700,011203,12033.6630479,83393,48607,hub,hub,non_hub,585209.656415,4512881.41361,587170.050102,4512734.59972
+11669,11669,112,33.0,011203,,40.76095756,-73.96724467,24.0,012900,40.76341379,-73.99667444,1133.4375,5312,1176,3621,1160,012900,158698340.053,011203,143782379.009,,0.0,012900,011203,12033.6630479,28661,48607,hub,hub,non_hub,584682.864463,4512978.43901,587170.050102,4512734.59972
+11670,11670,1076,99.0,011203,,40.76095756,-73.96724467,160.0,013100,40.7621295133,-73.98215453,649.433567129,2489,1176,2283,1160,013100,405023451.28,011203,143782379.009,,0.0,013100,011203,12033.6630479,107228,48607,hub,hub,non_hub,585910.04945,4512849.98999,587170.050102,4512734.59972
+11671,11671,965,99.0,011203,,40.76095756,-73.96724467,101.0,013300,40.7647250567,-73.9866537633,747.146813985,5363,1176,3909,1160,013300,79847412.2593,011203,143782379.009,,0.0,013300,011203,12033.6630479,89810,48607,hub,hub,non_hub,585526.963405,4513133.71926,587170.050102,4512734.59972
+11672,11672,470,66.0,011203,,40.76095756,-73.96724467,65.0,013500,40.766984435,-73.99227308,854.967638479,6075,1176,3935,1160,013500,198199142.958,011203,143782379.009,,0.0,013500,011203,12033.6630479,64723,48607,hub,hub,non_hub,585049.80204,4513379.06475,587170.050102,4512734.59972
+11673,11673,2394,66.0,011203,,40.76095756,-73.96724467,98.0,013700,40.766109285,-73.981808355,520.410164108,6557,1176,5442,1160,013700,314878324.419,011203,143782379.009,,0.0,013700,011203,12033.6630479,91142,48607,hub,hub,non_hub,585934.141665,4513292.1137,587170.050102,4512734.59972
+11674,11674,237,33.0,011203,,40.76095756,-73.96724467,27.0,013900,40.768254,-73.988639,747.392405063,7607,1176,7359,1160,013900,139918084.587,011203,143782379.009,,0.0,013900,011203,12033.6630479,26390,48607,hub,hub,non_hub,585354.890073,4513523.52534,587170.050102,4512734.59972
+11675,11675,657,33.0,011203,,40.76095756,-73.96724467,49.0,014300,40.76590936,-73.97634151,553.065449011,3,1176,0,1160,014300,50027992.3322,011203,143782379.009,,0.0,014300,011203,12033.6630479,21051,48607,hub,hub,non_hub,586395.803012,4513275.28949,587170.050102,4512734.59972
+11676,11676,1630,33.0,011203,,40.76095756,-73.96724467,36.0,014500,40.76915505,-73.98191841,669.571165644,5811,1176,3462,1160,014500,253397343.373,011203,143782379.009,,0.0,014500,011203,12033.6630479,68350,48607,hub,hub,non_hub,585920.929601,4513630.10902,587170.050102,4512734.59972
+11677,11677,469,33.0,011203,,40.76095756,-73.96724467,55.0,014700,40.770513,-73.988038,758.18336887,2586,1176,1743,1160,014700,70871746.8417,011203,143782379.009,,0.0,014700,011203,12033.6630479,35099,48607,hub,hub,non_hub,585402.720353,4513774.87644,587170.050102,4512734.59972
+11678,11678,166,33.0,011203,,40.76095756,-73.96724467,36.0,015100,40.771522,-73.990541,803.63253012,8105,1176,4856,1160,015100,164953931.102,011203,143782379.009,,0.0,015100,011203,12033.6630479,17578,48607,hub,hub,non_hub,585190.192062,4513884.4495,587170.050102,4512734.59972
+11679,11679,171,66.0,011203,,40.76095756,-73.96724467,70.0,031703,40.71644312,-74.014902115,2133.73157895,8670,1176,4231,1160,031703,332361109.355,011203,143782379.009,,0.0,031703,011203,12033.6630479,136082,48607,hub,hub,non_hub,583202.897614,4507746.93647,587170.050102,4512734.59972
+11680,11680,34,99.0,011203,,40.76095756,-73.96724467,98.0,031704,40.7085171733,-74.0165557667,2095.24547511,6610,1176,3790,1160,031704,160823714.408,011203,143782379.009,,0.0,031704,011203,12033.6630479,105244,48607,hub,hub,non_hub,583073.076824,4506865.54027,587170.050102,4512734.59972
+11681,11681,43,99.0,011203,,40.76095756,-73.96724467,85.0,000600,40.7128987867,-73.9898646367,1672.59055759,11558,1176,4083,1160,000600,59149181.7526,011203,143782379.009,,0.0,000600,011203,12033.6630479,70053,48607,hub,hub,non_hub,585322.159723,4507377.5136,587170.050102,4512734.59972
+11682,11682,167,594.0,011300,,40.7548008425,-73.9888010575,216.0,000202,40.71318002,-73.9818904933,1742.12705212,8012,204,3598,107,000202,37878157.9781,011300,357940519.061,,0.0,000202,011300,14519.1831008,56352,211773,hub,hub,non_hub,585995.353038,4507416.50937,585358.423228,4512029.96675
+11683,11683,706,1386.0,011300,,40.7548008425,-73.9888010575,1032.0,000700,40.70581148,-74.0081572071,1659.09993295,7722,204,5201,107,000700,476954959.734,011300,357940519.061,,0.0,000700,011300,14519.1831008,160040,211773,hub,hub,non_hub,583785.918305,4506573.16797,585358.423228,4512029.96675
+11684,11684,64,396.0,011300,,40.7548008425,-73.9888010575,188.0,000800,40.712414475,-73.993471545,1658.53276758,10365,204,4150,107,000800,46479755.076,011300,357940519.061,,0.0,000800,011300,14519.1831008,34254,211773,hub,hub,non_hub,585018.109713,4507320.25418,585358.423228,4512029.96675
+11685,11685,315,594.0,011300,,40.7548008425,-73.9888010575,388.0,000900,40.7024745833,-74.01224785,1877.13885703,1140,204,939,107,000900,404341803.896,011300,357940519.061,,0.0,000900,011300,14519.1831008,46446,211773,hub,hub,non_hub,583444.520998,4506198.85784,585358.423228,4512029.96675
+11686,11686,19,198.0,011300,,40.7548008425,-73.9888010575,76.0,001002,40.71782143,-73.97628939,1639.08333333,6439,204,2346,107,001002,22763374.2099,011300,357940519.061,,0.0,001002,011300,14519.1831008,15916,211773,hub,hub,non_hub,586462.45635,4507937.23607,585358.423228,4512029.96675
+11687,11687,156,396.0,011300,,40.7548008425,-73.9888010575,184.0,001200,40.717364275,-73.982955325,1641.81915835,3547,204,1857,107,001200,23518220.7411,011300,357940519.061,,0.0,001200,011300,14519.1831008,36493,211773,hub,hub,non_hub,585900.031125,4507879.94738,585358.423228,4512029.96675
+11688,11688,195,198.0,011300,,40.7548008425,-73.9888010575,144.0,001300,40.70463334,-74.01361706,1997.6169726,3776,204,3028,107,001300,286606455.687,011300,357940519.061,,0.0,001300,011300,14519.1831008,27671,211773,hub,hub,non_hub,583326.158808,4506437.19368,585358.423228,4512029.96675
+11689,11689,159,198.0,011300,,40.7548008425,-73.9888010575,112.0,001401,40.71559509,-73.9870295,1542.02399096,3289,204,1708,107,001401,20168722.3199,011300,357940519.061,,0.0,001401,011300,14519.1831008,26885,211773,hub,hub,non_hub,585558.18429,4507679.57909,585358.423228,4512029.96675
+11690,11690,79,396.0,011300,,40.7548008425,-73.9888010575,268.0,001501,40.70966832,-74.003597135,1961.85666972,5581,204,3450,107,001501,172466366.322,011300,357940519.061,,0.0,001501,011300,14519.1831008,27425,211773,hub,hub,non_hub,584166.279828,4507005.66129,585358.423228,4512029.96675
+11691,11691,331,594.0,011300,,40.7548008425,-73.9888010575,492.0,001502,40.7088053467,-74.00635276,1423.64247857,7095,204,3459,107,001502,221282059.103,011300,357940519.061,,0.0,001502,011300,14519.1831008,82052,211773,hub,hub,non_hub,583934.59195,4506907.22889,585358.423228,4512029.96675
+11692,11692,565,594.0,011300,,40.7548008425,-73.9888010575,428.0,001600,40.7153350167,-73.9943926833,1535.27821892,8236,204,3242,107,001600,76565505.7581,011300,357940519.061,,0.0,001600,011300,14519.1831008,82798,211773,hub,hub,non_hub,584936.591099,4507643.5622,585358.423228,4512029.96675
+11693,11693,746,792.0,011300,,40.7548008425,-73.9888010575,616.0,001800,40.7193657075,-73.9906468425,1358.40238805,8063,204,3489,107,001800,60554858.5127,011300,357940519.061,,0.0,001800,011300,14519.1831008,133306,211773,hub,hub,non_hub,585247.838585,4508094.62497,585358.423228,4512029.96675
+11694,11694,213,396.0,011300,,40.7548008425,-73.9888010575,184.0,002000,40.721554605,-73.977309405,1513.01967655,4795,204,1899,107,002000,17907673.5628,011300,357940519.061,,0.0,002000,011300,14519.1831008,31656,211773,hub,hub,non_hub,586371.478696,4508350.63994,585358.423228,4512029.96675
+11695,11695,740,792.0,011300,,40.7548008425,-73.9888010575,408.0,002100,40.71451321,-74.0108850975,1287.75843991,6111,204,3038,107,002100,273869828.705,011300,357940519.061,,0.0,002100,011300,14519.1831008,151037,211773,hub,hub,non_hub,583544.598931,4507536.51732,585358.423228,4512029.96675
+11696,11696,123,396.0,011300,,40.7548008425,-73.9888010575,176.0,002201,40.71833027,-73.980972895,1610.20566685,6762,204,3030,107,002201,37585954.9949,011300,357940519.061,,0.0,002201,011300,14519.1831008,26391,211773,hub,hub,non_hub,586066.226443,4507989.12022,585358.423228,4512029.96675
+11697,11697,182,198.0,011300,,40.7548008425,-73.9888010575,124.0,002202,40.7208736,-73.98085795,1499.02917235,2256,204,1045,107,002202,13179093.8977,011300,357940519.061,,0.0,002202,011300,14519.1831008,23935,211773,hub,hub,non_hub,586072.658368,4508271.55961,585358.423228,4512029.96675
+11698,11698,172,396.0,011300,,40.7548008425,-73.9888010575,192.0,002400,40.724744875,-73.974986535,1394.21520075,5775,204,2175,107,002400,17986635.5592,011300,357940519.061,,0.0,002400,011300,14519.1831008,17965,211773,hub,hub,non_hub,586563.526382,4508707.06897,585358.423228,4512029.96675
+11699,11699,63,396.0,011300,,40.7548008425,-73.9888010575,248.0,002500,40.7111743,-73.99849582,1683.2449847,5061,204,1917,107,002500,22428407.6271,011300,357940519.061,,0.0,002500,011300,14519.1831008,28216,211773,hub,hub,non_hub,584595.28909,4507177.73549,585358.423228,4512029.96675
+11700,11700,208,198.0,011300,,40.7548008425,-73.9888010575,124.0,002601,40.72299208,-73.97995466,1412.20110883,3774,204,1593,107,002601,22248722.3098,011300,357940519.061,,0.0,002601,011300,14519.1831008,22144,211773,hub,hub,non_hub,586146.216204,4508507.61099,585358.423228,4512029.96675
+11701,11701,90,198.0,011300,,40.7548008425,-73.9888010575,108.0,002700,40.71307916,-73.99851193,1514.50071429,1191,204,655,107,002700,11349914.9514,011300,357940519.061,,0.0,002700,011300,14519.1831008,20570,211773,hub,hub,non_hub,584591.517275,4507389.17181,585358.423228,4512029.96675
+11702,11702,321,198.0,011300,,40.7548008425,-73.9888010575,128.0,002800,40.72521311,-73.97768752,1314.11368815,7302,204,3341,107,002800,47641507.3146,011300,357940519.061,,0.0,002800,011300,14519.1831008,36744,211773,hub,hub,non_hub,586334.816403,4508756.38709,585358.423228,4512029.96675
+11703,11703,235,198.0,011300,,40.7548008425,-73.9888010575,172.0,002900,40.71602118,-73.99974372,1241.91305371,5855,204,2420,107,002900,200965547.24,011300,357940519.061,,0.0,002900,011300,14519.1831008,31936,211773,hub,hub,non_hub,584483.752153,4507714.56961,585358.423228,4512029.96675
+11704,11704,174,198.0,011300,,40.7548008425,-73.9888010575,140.0,003001,40.72066442,-73.98517977,1480.68651316,4301,204,2553,107,003001,34302720.7166,011300,357940519.061,,0.0,003001,011300,14519.1831008,41223,211773,hub,hub,non_hub,585707.91731,4508244.11218,585358.423228,4512029.96675
+11705,11705,320,198.0,011300,,40.7548008425,-73.9888010575,148.0,003002,40.72217444,-73.98368779,1380.43025429,3031,204,1885,107,003002,18686109.2263,011300,357940519.061,,0.0,003002,011300,14519.1831008,38675,211773,hub,hub,non_hub,585831.986427,4508413.19181,585358.423228,4512029.96675
+11706,11706,356,594.0,011300,,40.7548008425,-73.9888010575,484.0,003100,40.7140617467,-74.0041933367,1347.81750528,2809,204,858,107,003100,145687012.574,011300,357940519.061,,0.0,003100,011300,14519.1831008,81469,211773,hub,hub,non_hub,584110.388584,4507492.78891,585358.423228,4512029.96675
+11707,11707,919,594.0,011300,,40.7548008425,-73.9888010575,400.0,003200,40.7260543867,-73.9823576167,1212.7126875,7630,204,4888,107,003200,46369492.482,011300,357940519.061,,0.0,003200,011300,14519.1831008,138064,211773,hub,hub,non_hub,585939.335766,4508845.19329,585358.423228,4512029.96675
+11708,11708,861,990.0,011300,,40.7548008425,-73.9888010575,692.0,003300,40.7188196346,-74.0063391362,1301.97044765,5174,204,2694,107,003300,215459582.054,011300,357940519.061,,0.0,003300,011300,14519.1831008,115059,211773,hub,hub,non_hub,583923.166202,4508018.89282,585358.423228,4512029.96675
+11709,11709,322,198.0,011300,,40.7548008425,-73.9888010575,156.0,003400,40.72955361,-73.98057249,1195.22372677,6706,204,4203,107,003400,42933229.7541,011300,357940519.061,,0.0,003400,011300,14519.1831008,47926,211773,hub,hub,non_hub,586085.581298,4509235.37985,585358.423228,4512029.96675
+11710,11710,327,396.0,011300,,40.7548008425,-73.9888010575,264.0,003601,40.72217423,-73.990293175,1360.20069319,3299,204,1613,107,003601,29191583.8104,011300,357940519.061,,0.0,003601,011300,14519.1831008,77585,211773,hub,hub,non_hub,585274.124459,4508406.73315,585358.423228,4512029.96675
+11711,11711,625,396.0,011300,,40.7548008425,-73.9888010575,248.0,003602,40.724852985,-73.989265345,1326.36257163,2918,204,1586,107,003602,24941258.1161,011300,357940519.061,,0.0,003602,011300,14519.1831008,82124,211773,hub,hub,non_hub,585357.507872,4508705.09166,585358.423228,4512029.96675
+11712,11712,1958,792.0,011300,,40.7548008425,-73.9888010575,592.0,003700,40.7256696075,-74.0052069325,1185.44958217,2401,204,1490,107,003700,212385639.924,011300,357940519.061,,0.0,003700,011300,14519.1831008,173333,211773,hub,hub,non_hub,584010.178026,4508780.36793,585358.423228,4512029.96675
+11713,11713,1223,792.0,011300,,40.7548008425,-73.9888010575,640.0,003800,40.72765889,-73.988195855,1147.26795403,8610,204,5795,107,003800,67437493.5221,011300,357940519.061,,0.0,003800,011300,14519.1831008,167230,211773,hub,hub,non_hub,585444.239635,4509017.60641,585358.423228,4512029.96675
+11714,11714,870,792.0,011300,,40.7548008425,-73.9888010575,424.0,003900,40.7201717475,-74.00983051,1254.5623348,5253,204,3059,107,003900,194910113.03,011300,357940519.061,,0.0,003900,011300,14519.1831008,113624,211773,hub,hub,non_hub,583626.593058,4508165.65565,585358.423228,4512029.96675
+11715,11715,713,396.0,011300,,40.7548008425,-73.9888010575,264.0,004000,40.73000573,-73.98549552,1171.2080427,9801,204,4546,107,004000,66858387.5133,011300,357940519.061,,0.0,004000,011300,14519.1831008,99660,211773,hub,hub,non_hub,585669.269443,4509280.75306,585358.423228,4512029.96675
+11716,11716,635,396.0,011300,,40.7548008425,-73.9888010575,256.0,004100,40.7195529,-73.996789035,1403.88409986,7793,204,3765,107,004100,71738983.3617,011300,357940519.061,,0.0,004100,011300,14519.1831008,114685,211773,hub,hub,non_hub,584728.836557,4508109.46034,585358.423228,4512029.96675
+11717,11717,330,198.0,011300,,40.7548008425,-73.9888010575,140.0,004200,40.73223272,-73.98889957,996.297543087,4988,204,1801,107,004200,39941846.3325,011300,357940519.061,,0.0,004200,011300,14519.1831008,50846,211773,hub,hub,non_hub,585378.96492,4509524.64843,585358.423228,4512029.96675
+11718,11718,689,396.0,011300,,40.7548008425,-73.9888010575,268.0,004300,40.723870235,-73.995226525,1194.1666714,4267,204,2598,107,004300,65935514.1184,011300,357940519.061,,0.0,004300,011300,14519.1831008,95162,211773,hub,hub,non_hub,584855.320992,4508590.22212,585358.423228,4512029.96675
+11719,11719,989,396.0,011300,,40.7548008425,-73.9888010575,240.0,004400,40.73080269,-73.97968993,1206.32917074,17710,204,8297,107,004400,114601147.016,011300,357940519.061,,0.0,004400,011300,14519.1831008,106427,211773,hub,hub,non_hub,586158.498991,4509374.90208,585358.423228,4512029.96675
+11720,11720,217,198.0,011300,,40.7548008425,-73.9888010575,108.0,004500,40.71910537,-73.99973337,1406.68413327,840,204,582,107,004500,52009114.8865,011300,357940519.061,,0.0,004500,011300,14519.1831008,34275,211773,hub,hub,non_hub,584480.726971,4508056.94497,585358.423228,4512029.96675
+11721,11721,375,198.0,011300,,40.7548008425,-73.9888010575,156.0,004700,40.72165481,-74.00234737,1351.20203038,2267,204,1586,107,004700,75477587.1594,011300,357940519.061,,0.0,004700,011300,14519.1831008,27544,211773,hub,hub,non_hub,584256.734795,4508337.43837,585358.423228,4512029.96675
+11722,11722,573,198.0,011300,,40.7548008425,-73.9888010575,140.0,004800,40.73624527,-73.98473765,899.603196649,7550,204,3799,107,004800,74763044.6965,011300,357940519.061,,0.0,004800,011300,14519.1831008,42567,211773,hub,hub,non_hub,585725.258797,4509974.12516,585358.423228,4512029.96675
+11723,11723,632,396.0,011300,,40.7548008425,-73.9888010575,292.0,004900,40.724268615,-74.000521515,1257.55049505,4951,204,3054,107,004900,103848670.177,011300,357940519.061,,0.0,004900,011300,14519.1831008,80152,211773,hub,hub,non_hub,584407.63728,4508629.34168,585358.423228,4512029.96675
+11724,11724,2471,594.0,011300,,40.7548008425,-73.9888010575,372.0,005000,40.7359163467,-73.9873427633,903.865771869,5061,204,3595,107,005000,120638459.215,011300,357940519.061,,0.0,005000,011300,14519.1831008,111023,211773,hub,hub,non_hub,585505.709717,4509935.07175,585358.423228,4512029.96675
+11725,11725,3816,396.0,011300,,40.7548008425,-73.9888010575,424.0,005200,40.73715585,-73.991241315,832.705365169,4193,204,1785,107,005200,109103391.81,011300,357940519.061,,0.0,005200,011300,14519.1831008,159876,211773,hub,hub,hub,585174.941657,4510068.87544,585358.423228,4512029.96675
+11726,11726,2557,198.0,011300,,40.7548008425,-73.9888010575,188.0,005400,40.73971301,-73.99456405,716.78587168,4656,204,2837,107,005400,128803552.888,011300,357940519.061,,0.0,005400,011300,14519.1831008,73728,211773,hub,hub,non_hub,584891.129718,4510349.51956,585358.423228,4512029.96675
+11727,11727,576,198.0,011300,,40.7548008425,-73.9888010575,120.0,005501,40.72679454,-73.99695094,1116.06829882,5079,204,2483,107,005501,61061928.4125,011300,357940519.061,,0.0,005501,011300,14519.1831008,57258,211773,hub,hub,non_hub,584705.980012,4508913.17477,585358.423228,4512029.96675
+11728,11728,483,198.0,011300,,40.7548008425,-73.9888010575,108.0,005502,40.72743423,-73.99379025,1134.3352331,2383,204,1262,107,005502,49017118.6146,011300,357940519.061,,0.0,005502,011300,14519.1831008,55117,211773,hub,hub,non_hub,584972.085912,4508987.23863,585358.423228,4512029.96675
+11729,11729,2714,396.0,011300,,40.7548008425,-73.9888010575,380.0,005600,40.74065347,-73.98778661,768.430915473,2618,204,2190,107,005600,189153355.609,011300,357940519.061,,0.0,005600,011300,14519.1831008,113209,211773,hub,hub,non_hub,585462.168743,4510460.49357,585358.423228,4512029.96675
+11730,11730,2122,396.0,011300,,40.7548008425,-73.9888010575,328.0,005700,40.729662915,-73.992405595,1098.50512987,2937,204,1789,107,005700,90178032.7137,011300,357940519.061,,0.0,005700,011300,14519.1831008,156896,211773,hub,hub,non_hub,585086.179601,4509235.9788,585358.423228,4512029.96675
+11731,11731,5353,396.0,011300,,40.7548008425,-73.9888010575,348.0,005800,40.743154205,-73.990299735,625.685234931,3182,204,2306,107,005800,164037511.755,011300,357940519.061,,0.0,005800,011300,14519.1831008,130970,211773,hub,hub,hub,585246.786708,4510735.64918,585358.423228,4512029.96675
+11732,11732,865,198.0,011300,,40.7548008425,-73.9888010575,124.0,005900,40.73049393,-73.9957214,981.1309032,5516,204,3276,107,005900,71785177.1361,011300,357940519.061,,0.0,005900,011300,14519.1831008,53180,211773,hub,hub,non_hub,584805.117402,4509325.01914,585358.423228,4512029.96675
+11733,11733,1342,396.0,011300,,40.7548008425,-73.9888010575,252.0,006000,40.734822295,-73.976916765,1115.55841077,5286,204,2459,107,006000,27468182.8943,011300,357940519.061,,0.0,006000,011300,14519.1831008,80462,211773,hub,hub,non_hub,586387.478737,4509823.83141,585358.423228,4512029.96675
+11734,11734,2515,792.0,011300,,40.7548008425,-73.9888010575,564.0,006100,40.73385254,-73.992357065,932.338815542,4913,204,2683,107,006100,91682014.33,011300,357940519.061,,0.0,006100,011300,14519.1831008,245510,211773,hub,hub,non_hub,585084.940162,4509701.10308,585358.423228,4512029.96675
+11735,11735,709,198.0,011300,,40.7548008425,-73.9888010575,120.0,006200,40.7381765,-73.97738662,975.114813024,4680,204,1401,107,006200,231817485.533,011300,357940519.061,,0.0,006200,011300,14519.1831008,33218,211773,hub,hub,non_hub,586343.467107,4510195.70961,585358.423228,4512029.96675
+11736,11736,1655,594.0,011300,,40.7548008425,-73.9888010575,396.0,006300,40.7346940933,-73.99785666,890.201537807,6076,204,4277,107,006300,85447631.8451,011300,357940519.061,,0.0,006300,011300,14519.1831008,120233,211773,hub,hub,non_hub,584619.48321,4509789.20591,585358.423228,4512029.96675
+11737,11737,725,198.0,011300,,40.7548008425,-73.9888010575,156.0,006400,40.73587678,-73.98205027,974.159613963,7518,204,5058,107,006400,95664936.1545,011300,357940519.061,,0.0,006400,011300,14519.1831008,47750,211773,hub,hub,non_hub,585952.649806,4509935.84788,585358.423228,4512029.96675
+11738,11738,1217,594.0,011300,,40.7548008425,-73.9888010575,424.0,006500,40.7306296367,-73.9991423,972.830689567,6517,204,3568,107,006500,59290910.3694,011300,357940519.061,,0.0,006500,011300,14519.1831008,125356,211773,hub,hub,non_hub,584516.067395,4509336.78488,585358.423228,4512029.96675
+11739,11739,1659,396.0,011300,,40.7548008425,-73.9888010575,328.0,006600,40.739285505,-73.97827188,939.410864711,11780,204,6818,107,006600,84730469.4548,011300,357940519.061,,0.0,006600,011300,14519.1831008,74621,211773,hub,hub,non_hub,586267.286922,4510317.94668,585358.423228,4512029.96675
+11740,11740,559,198.0,011300,,40.7548008425,-73.9888010575,156.0,006700,40.73038599,-74.00214988,1002.62323658,4984,204,3796,107,006700,47238039.9972,011300,357940519.061,,0.0,006700,011300,14519.1831008,70025,211773,hub,hub,non_hub,584262.399901,4509306.84766,585358.423228,4512029.96675
+11741,11741,2108,198.0,011300,,40.7548008425,-73.9888010575,156.0,006800,40.74025878,-73.98409214,791.915617038,6735,204,4494,107,006800,130298431.446,011300,357940519.061,,0.0,006800,011300,14519.1831008,58926,211773,hub,hub,non_hub,585774.608423,4510420.28363,585358.423228,4512029.96675
+11742,11742,1166,396.0,011300,,40.7548008425,-73.9888010575,268.0,006900,40.732319905,-74.0069291,1080.15611417,2687,204,1484,107,006900,61292499.9331,011300,357940519.061,,0.0,006900,011300,14519.1831008,130727,211773,hub,hub,non_hub,583856.38945,4509516.94969,585358.423228,4512029.96675
+11743,11743,4253,594.0,011300,,40.7548008425,-73.9888010575,508.0,007000,40.7425343813,-73.975651673,786.664974996,8302,204,5669,107,007000,78634704.8451,011300,357940519.061,,0.0,007000,011300,14519.1831008,145227,211773,hub,hub,hub,586484.313154,4510681.17345,585358.423228,4512029.96675
+11744,11744,682,396.0,011300,,40.7548008425,-73.9888010575,284.0,007100,40.736526545,-74.000108805,851.650338904,5633,204,3844,107,007100,68447429.2743,011300,357940519.061,,0.0,007100,011300,14519.1831008,79459,211773,hub,hub,non_hub,584426.995774,4509990.4524,585358.423228,4512029.96675
+11745,11745,4152,594.0,011300,,40.7548008425,-73.9888010575,504.0,007200,40.7447014833,-73.98154809,660.390251476,7734,204,5222,107,007200,132092861.454,011300,357940519.061,,0.0,007200,011300,14519.1831008,157612,211773,hub,hub,hub,585983.687715,4510915.94446,585358.423228,4512029.96675
+11746,11746,1033,396.0,011300,,40.7548008425,-73.9888010575,236.0,007300,40.734682705,-74.00388484,931.417175218,5615,204,4547,107,007300,48716185.79,011300,357940519.061,,0.0,007300,011300,14519.1831008,92567,211773,hub,hub,non_hub,584110.479319,4509782.14883,585358.423228,4512029.96675
+11747,11747,4119,396.0,011300,,40.7548008425,-73.9888010575,344.0,007400,40.746413585,-73.98586892,532.879758416,4179,204,2700,107,007400,170614202.951,011300,357940519.061,,0.0,007400,011300,14519.1831008,81121,211773,hub,hub,hub,585616.696258,4511101.7763,585358.423228,4512029.96675
+11748,11748,4100,396.0,011300,,40.7548008425,-73.9888010575,276.0,007600,40.74737476,-73.988320695,471.963866977,2203,204,1573,107,007600,242014413.464,011300,357940519.061,,0.0,007600,011300,14519.1831008,97464,211773,hub,hub,hub,585408.475283,4511206.08492,585358.423228,4512029.96675
+11749,11749,1395,198.0,011300,,40.7548008425,-73.9888010575,172.0,007700,40.7390169121,-74.0026376103,828.423373387,5404,204,4254,107,007700,59306273.1509,011300,357940519.061,,0.0,007700,011300,14519.1831008,79025,211773,hub,hub,non_hub,584210.329106,4510264.47156,585358.423228,4512029.96675
+11750,11750,3433,198.0,011300,,40.7548008425,-73.9888010575,156.0,007800,40.74780373,-73.9734419,669.724548234,7380,204,5372,107,007800,112124597.728,011300,357940519.061,,0.0,007800,011300,14519.1831008,59601,211773,hub,hub,hub,586664.043115,4511268.28888,585358.423228,4512029.96675
+11751,11751,2174,990.0,011300,,40.7548008425,-73.9888010575,696.0,007900,40.738916514,-74.007286026,1005.17988486,4406,204,2904,107,007900,86937368.5918,011300,357940519.061,,0.0,007900,011300,14519.1831008,171846,211773,hub,hub,non_hub,583817.969395,4510248.87788,585358.423228,4512029.96675
+11752,11752,4631,396.0,011300,,40.7548008425,-73.9888010575,284.0,008000,40.7485693,-73.97717991,534.364405976,4946,204,3730,107,008000,197763821.532,011300,357940519.061,,0.0,008000,011300,14519.1831008,74808,211773,hub,hub,hub,586347.477591,4511349.58844,585358.423228,4512029.96675
+11753,11753,666,198.0,011300,,40.7548008425,-73.9888010575,156.0,008100,40.73935542,-73.99931783,763.651519582,8675,204,5315,107,008100,91100400.6907,011300,357940519.061,,0.0,008100,011300,14519.1831008,53195,211773,hub,hub,non_hub,584490.204148,4510305.23824,585358.423228,4512029.96675
+11754,11754,11093,594.0,011300,,40.7548008425,-73.9888010575,700.0,008200,40.7519493413,-73.9793676864,471.510185595,3442,204,2534,107,008200,262405408.076,011300,357940519.061,,0.0,008200,011300,14519.1831008,228612,211773,hub,hub,hub,586158.417048,4511722.64762,585358.423229,4512029.96675
+11755,11755,5150,792.0,011300,,40.7548008425,-73.9888010575,476.0,008300,40.742591315,-74.004102785,793.882719013,4211,204,2321,107,008300,119862327.354,011300,357940519.061,,0.0,008300,011300,14519.1831008,186113,211773,hub,hub,hub,584082.11654,4510659.85081,585358.423228,4512029.96675
+11756,11756,1786,198.0,011300,,40.7548008425,-73.9888010575,152.0,008400,40.75038009,-73.98338988,376.582117007,1726,204,1041,107,008400,147824461.739,011300,357940519.061,,0.0,008400,011300,14519.1831008,34199,211773,hub,hub,non_hub,585820.889203,4511544.50828,585358.423228,4512029.96675
+11757,11757,617,198.0,011300,,40.7548008425,-73.9888010575,172.0,008601,40.744219,-73.97121214,891.997149294,2551,204,1528,107,008601,31141773.9073,011300,357940519.061,,0.0,008601,011300,14519.1831008,31961,211773,hub,hub,non_hub,586856.951039,4510872.56191,585358.423228,4512029.96675
+11758,11758,4254,396.0,011300,,40.7548008425,-73.9888010575,312.0,008700,40.74206378,-73.995708955,656.547630031,6671,204,4249,107,008700,85660216.7821,011300,357940519.061,,0.0,008700,011300,14519.1831008,152953,211773,hub,hub,hub,584791.475936,4510609.36503,585358.423228,4512029.96675
+11759,11759,1863,396.0,011300,,40.7548008425,-73.9888010575,312.0,008800,40.75012189,-73.970133575,788.132680102,6964,204,5507,107,008800,216532475.876,011300,357940519.061,,0.0,008800,011300,14519.1831008,43247,211773,hub,hub,non_hub,586940.323322,4511528.89362,585358.423228,4512029.96675
+11760,11760,3520,594.0,011300,,40.7548008425,-73.9888010575,480.0,008900,40.74529008,-74.0021768567,694.800219285,5560,204,3511,107,008900,54419260.2723,011300,357940519.061,,0.0,008900,011300,14519.1831008,158638,211773,hub,hub,hub,584241.316685,4510961.27944,585358.423228,4512029.96675
+11761,11761,4052,594.0,011300,,40.7548008425,-73.9888010575,440.0,009000,40.75261798,-73.9703317533,778.800355342,7026,204,5832,107,009000,208846060.851,011300,357940519.061,,0.0,009000,011300,14519.1831008,74531,211773,hub,hub,hub,586920.342162,4511805.78171,585358.423228,4512029.96675
+11762,11762,1527,198.0,011300,,40.7548008425,-73.9888010575,156.0,009100,40.74487634,-73.99529885,581.298864557,6415,204,4386,107,009100,127325659.041,011300,357940519.061,,0.0,009100,011300,14519.1831008,63878,211773,hub,hub,non_hub,584822.527687,4510921.97538,585358.423228,4512029.96675
+11763,11763,4377,396.0,011300,,40.7548008425,-73.9888010575,440.0,009200,40.7548518863,-73.9734329075,734.515638508,1754,204,1461,107,009200,408192557.246,011300,357940519.061,,0.0,009200,011300,14519.1831008,72226,211773,hub,hub,hub,586655.650548,4512050.69496,585358.423228,4512029.96675
+11764,11764,1921,198.0,011300,,40.7548008425,-73.9888010575,156.0,009300,40.74475148,-73.99915362,609.849338332,9705,204,5585,107,009300,68528055.2433,011300,357940519.061,,0.0,009300,011300,14519.1831008,52202,211773,hub,hub,non_hub,584497.239363,4510904.39701,585358.423228,4512029.96675
+11765,11765,7821,198.0,011300,,40.7548008425,-73.9888010575,124.0,009400,40.75320159,-73.9779874,490.099833018,29,204,16,107,009400,299218147.811,011300,357940519.061,,0.0,009400,011300,14519.1831008,82147,211773,hub,hub,hub,586273.319313,4511863.01244,585358.423228,4512029.96675
+11766,11766,2401,198.0,011300,,40.7548008425,-73.9888010575,204.0,009500,40.746647,-73.993915,535.093018104,3425,204,1416,107,009500,129660033.725,011300,357940519.061,,0.0,009500,011300,14519.1831008,57488,211773,hub,hub,non_hub,584937.108907,4511119.86954,585358.423228,4512029.96675
+11767,11767,3060,594.0,011300,,40.7548008425,-73.9888010575,560.0,009600,40.7560141068,-73.9803395874,541.043358126,153,204,268,107,009600,270304841.585,011300,357940519.061,,0.0,009600,011300,14519.1831008,71527,211773,hub,hub,hub,586071.128374,4512172.91284,585358.423228,4512029.96675
+11768,11768,4420,594.0,011300,,40.7548008425,-73.9888010575,396.0,009700,40.7493616033,-73.9991321067,574.137152282,4744,204,2827,107,009700,83018263.1602,011300,357940519.061,,0.0,009700,011300,14519.1831008,118804,211773,hub,hub,hub,584493.220017,4511416.17434,585358.423228,4512029.96675
+11769,11769,1092,396.0,011300,,40.7548008425,-73.9888010575,280.0,009800,40.755285655,-73.96667288,898.26532567,7105,204,5244,107,009800,115943808.909,011300,357940519.061,,0.0,009800,011300,14519.1831008,40039,211773,hub,hub,non_hub,587225.727282,4512105.54383,585358.423228,4512029.96675
+11770,11770,5477,990.0,011300,,40.7548008425,-73.9888010575,740.0,009900,40.7520807866,-74.0031899092,663.207056012,3617,204,2438,107,009900,404439511.776,011300,357940519.061,,0.0,009900,011300,14519.1831008,208076,211773,hub,hub,hub,584147.226991,4511714.12465,585358.423228,4512029.96675
+11771,11771,3300,594.0,011300,,40.7548008425,-73.9888010575,484.0,010000,40.7583696933,-73.9710287767,836.077830921,1829,204,1399,107,010000,366457143.613,011300,357940519.061,,0.0,010000,011300,14519.1831008,72085,211773,hub,hub,hub,586854.014885,4512443.57459,585358.423228,4512029.96675
+11772,11772,5641,594.0,011300,,40.7548008425,-73.9888010575,508.0,010100,40.74945622,-73.9903382667,419.555620222,1119,204,828,107,010100,246168211.101,011300,357940519.061,,0.0,010100,011300,14519.1831008,183377,211773,hub,hub,hub,585235.486219,4511435.18064,585358.423228,4512029.96675
+11773,11773,2031,396.0,011300,,40.7548008425,-73.9888010575,324.0,010200,40.7606694,-73.973473555,744.852106264,313,204,268,107,010200,333450202.294,011300,357940519.061,,0.0,010200,011300,14519.1831008,46675,211773,hub,hub,non_hub,586644.664817,4512696.44233,585358.423228,4512029.96675
+11774,11774,6858,396.0,011300,,40.7548008425,-73.9888010575,392.0,010300,40.751000495,-73.994372255,370.637454094,1859,204,1351,107,010300,141506056.87,011300,357940519.061,,0.0,010300,011300,14519.1831008,221593,211773,hub,hub,hub,584892.968075,4511602.69644,585358.423228,4512029.96675
+11775,11775,2825,396.0,011300,,40.7548008425,-73.9888010575,300.0,010400,40.761664375,-73.976854975,717.427265708,1031,204,1033,107,010400,363981333.295,011300,357940519.061,,0.0,010400,011300,14519.1831008,65073,211773,hub,hub,non_hub,586357.961325,4512803.55852,585358.423228,4512029.96675
+11776,11776,538,198.0,011300,,40.7548008425,-73.9888010575,132.0,010602,40.75849116,-73.95920622,1202.80865825,4794,204,2963,107,010602,67980898.3739,011300,357940519.061,,0.0,010602,011300,14519.1831008,22153,211773,hub,hub,non_hub,587851.796682,4512468.82754,585358.423228,4512029.96675
+11777,11777,2206,594.0,011300,,40.7548008425,-73.9888010575,468.0,010800,40.7591736033,-73.96613818,987.955921297,8531,204,6272,107,010800,189351523.799,011300,357940519.061,,0.0,010800,011300,14519.1831008,79198,211773,hub,hub,non_hub,587265.778542,4512537.66689,585358.423228,4512029.96675
+11778,11778,2372,396.0,011300,,40.7548008425,-73.9888010575,456.0,010900,40.751351715,-73.987594755,389.773635729,182,204,92,107,010900,228173063.011,011300,357940519.061,,0.0,010900,011300,14519.1831008,60092,211773,hub,hub,non_hub,585464.669441,4511648.26242,585358.423228,4512029.96675
+11779,11779,1656,198.0,011300,,40.7548008425,-73.9888010575,236.0,011201,40.7643971,-73.97371465,902.589621298,827,204,964,107,011201,118515444.187,011300,357940519.061,,0.0,011201,011300,14519.1831008,41525,211773,hub,hub,non_hub,586619.474659,4513110.00718,585358.423228,4512029.96675
+11780,11780,1950,198.0,011300,,40.7548008425,-73.9888010575,132.0,011203,40.76095756,-73.96724467,995.036043896,1176,204,1160,107,011203,143782379.009,011300,357940519.061,,0.0,011203,011300,14519.1831008,48033,211773,hub,hub,non_hub,587170.050102,4512734.59972,585358.423228,4512029.96675
+11781,11781,1657,396.0,011300,,40.7548008425,-73.9888010575,328.0,011500,40.75701407,-73.992353645,457.134524729,2487,204,1678,107,011500,130958459.747,011300,357940519.061,,0.0,011500,011300,14519.1831008,103294,211773,hub,hub,non_hub,585055.712647,4512272.20178,585358.423228,4512029.96675
+11782,11782,2904,396.0,011300,,40.7548008425,-73.9888010575,336.0,011700,40.76058799,-74.00080945,615.989985987,2938,204,2304,107,011700,91270705.1484,011300,357940519.061,,0.0,011700,011300,14519.1831008,73016,211773,hub,hub,non_hub,584337.427395,4512660.77158,585358.423228,4512029.96675
+11783,11783,1925,198.0,011300,,40.7548008425,-73.9888010575,136.0,011900,40.7568001,-73.98291153,436.769878377,1079,204,1121,107,011900,395254501.74,011300,357940519.061,,0.0,011900,011300,14519.1831008,39976,211773,hub,hub,non_hub,585853.012005,4512257.64444,585358.423228,4512029.96675
+11784,11784,4268,594.0,011300,,40.7548008425,-73.9888010575,436.0,012100,40.7598593767,-73.9914900133,469.931641541,8366,204,5744,107,012100,101223732.045,011300,357940519.061,,0.0,012100,011300,14519.1831008,132767,211773,hub,hub,hub,585124.983126,4512588.88932,585358.423228,4512029.96675
+11785,11785,1819,198.0,011300,,40.7548008425,-73.9888010575,204.0,012500,40.76064679,-73.98442659,487.97527684,2439,204,2096,107,012500,322911522.418,011300,357940519.061,,0.0,012500,011300,14519.1831008,45486,211773,hub,hub,non_hub,585720.180916,4512683.17447,585358.423228,4512029.96675
+11786,11786,3430,396.0,011300,,40.7548008425,-73.9888010575,336.0,012700,40.762485435,-73.990447135,513.726426324,6437,204,4434,107,012700,104637996.687,011300,357940519.061,,0.0,012700,011300,14519.1831008,83393,211773,hub,hub,hub,585209.656415,4512881.41361,585358.423228,4512029.96675
+11787,11787,648,198.0,011300,,40.7548008425,-73.9888010575,96.0,012900,40.76341379,-73.99667444,646.657540395,5312,204,3621,107,012900,158698340.053,011300,357940519.061,,0.0,012900,011300,14519.1831008,28661,211773,hub,hub,non_hub,584682.864463,4512978.43901,585358.423228,4512029.96675
+11788,11788,5051,594.0,011300,,40.7548008425,-73.9888010575,640.0,013100,40.7621295133,-73.98215453,552.817871243,2489,204,2283,107,013100,405023451.28,011300,357940519.061,,0.0,013100,011300,14519.1831008,107228,211773,hub,hub,hub,585910.049449,4512849.98999,585358.423228,4512029.96675
+11789,11789,2661,594.0,011300,,40.7548008425,-73.9888010575,404.0,013300,40.7647250567,-73.9866537633,598.613866683,5363,204,3909,107,013300,79847412.2593,011300,357940519.061,,0.0,013300,011300,14519.1831008,89810,211773,hub,hub,non_hub,585526.963405,4513133.71926,585358.423228,4512029.96675
+11790,11790,1696,396.0,011300,,40.7548008425,-73.9888010575,260.0,013500,40.766984435,-73.99227308,708.810073376,6075,204,3935,107,013500,198199142.958,011300,357940519.061,,0.0,013500,011300,14519.1831008,64723,211773,hub,hub,non_hub,585049.80204,4513379.06475,585358.423228,4512029.96675
+11791,11791,2656,396.0,011300,,40.7548008425,-73.9888010575,392.0,013700,40.766109285,-73.981808355,676.913130209,6557,204,5442,107,013700,314878324.419,011300,357940519.061,,0.0,013700,011300,14519.1831008,91142,211773,hub,hub,non_hub,585934.141665,4513292.1137,585358.423228,4512029.96675
+11792,11792,580,198.0,011300,,40.7548008425,-73.9888010575,108.0,013900,40.768254,-73.988639,685.96320334,7607,204,7359,107,013900,139918084.587,011300,357940519.061,,0.0,013900,011300,14519.1831008,26390,211773,hub,hub,non_hub,585354.890073,4513523.52534,585358.423228,4512029.96675
+11793,11793,412,198.0,011300,,40.7548008425,-73.9888010575,196.0,014300,40.76590936,-73.97634151,939.877404947,3,204,0,107,014300,50027992.3322,011300,357940519.061,,0.0,014300,011300,14519.1831008,21051,211773,hub,hub,non_hub,586395.803012,4513275.28949,585358.423228,4512029.96675
+11794,11794,1395,198.0,011300,,40.7548008425,-73.9888010575,144.0,014500,40.76915505,-73.98191841,845.598913106,5811,204,3462,107,014500,253397343.373,011300,357940519.061,,0.0,014500,011300,14519.1831008,68350,211773,hub,hub,non_hub,585920.929601,4513630.10902,585358.423228,4512029.96675
+11795,11795,690,198.0,011300,,40.7548008425,-73.9888010575,220.0,014700,40.770513,-73.988038,799.803873564,2586,204,1743,107,014700,70871746.8417,011300,357940519.061,,0.0,014700,011300,14519.1831008,35099,211773,hub,hub,non_hub,585402.720353,4513774.87644,585358.423228,4512029.96675
+11796,11796,494,198.0,011300,,40.7548008425,-73.9888010575,144.0,015100,40.771522,-73.990541,838.946264803,8105,204,4856,107,015100,164953931.102,011300,357940519.061,,0.0,015100,011300,14519.1831008,17578,211773,hub,hub,non_hub,585190.192062,4513884.4495,585358.423228,4512029.96675
+11797,11797,692,396.0,011300,,40.7548008425,-73.9888010575,280.0,031703,40.71644312,-74.014902115,1554.18382702,8670,204,4231,107,031703,332361109.355,011300,357940519.061,,0.0,031703,011300,14519.1831008,136082,211773,hub,hub,non_hub,583202.897614,4507746.93647,585358.423228,4512029.96675
+11798,11798,615,594.0,011300,,40.7548008425,-73.9888010575,392.0,031704,40.7085171733,-74.0165557667,1675.32731223,6610,204,3790,107,031704,160823714.408,011300,357940519.061,,0.0,031704,011300,14519.1831008,105244,211773,hub,hub,non_hub,583073.076824,4506865.54027,585358.423228,4512029.96675
+11799,11799,165,594.0,011300,,40.7548008425,-73.9888010575,340.0,000600,40.7128987867,-73.9898646367,1424.05582011,11558,204,4083,107,000600,59149181.7526,011300,357940519.061,,0.0,000600,011300,14519.1831008,70053,211773,hub,hub,non_hub,585322.159723,4507377.5136,585358.423228,4512029.96675
+11800,11800,45,246.0,011500,,40.75701407,-73.992353645,108.0,000202,40.71318002,-73.9818904933,1885.64001323,8012,2487,3598,1678,000202,37878157.9781,011500,130958459.747,,0.0,000202,011500,13724.516061,56352,110093,hub,hub,non_hub,585995.353038,4507416.50937,585055.712647,4512272.20178
+11801,11801,454,574.0,011500,,40.75701407,-73.992353645,516.0,000700,40.70581148,-74.0081572071,1676.93345527,7722,2487,5201,1678,000700,476954959.734,011500,130958459.747,,0.0,000700,011500,13724.516061,160040,110093,hub,hub,non_hub,583785.918305,4506573.16797,585055.712647,4512272.20178
+11802,11802,7,164.0,011500,5.2109817964,40.7568287933,-73.9928098367,94.0,000800,40.7129652067,-73.9932940667,1547.31245208,10365,2487,4150,1678,000800,46479755.076,011500,130958459.747,,0.0,000800,011500,13724.516061,34254,110093,hub,hub,non_hub,585032.40024,4507381.5608,585017.440845,4512251.19264
+11803,11803,133,246.0,011500,,40.75701407,-73.992353645,194.0,000900,40.7024745833,-74.01224785,1786.3822912,1140,2487,939,1678,000900,404341803.896,011500,130958459.747,,0.0,000900,011500,13724.516061,46446,110093,hub,hub,non_hub,583444.520998,4506198.85784,585055.712647,4512272.20178
+11804,11804,32,82.0,011500,,40.75701407,-73.992353645,38.0,001002,40.71782143,-73.97628939,1645.83181818,6439,2487,2346,1678,001002,22763374.2099,011500,130958459.747,,0.0,001002,011500,13724.516061,15916,110093,hub,hub,non_hub,586462.45635,4507937.23607,585055.712647,4512272.20178
+11805,11805,30,164.0,011500,,40.75701407,-73.992353645,92.0,001200,40.717364275,-73.982955325,1655.62843137,3547,2487,1857,1678,001200,23518220.7411,011500,130958459.747,,0.0,001200,011500,13724.516061,36493,110093,hub,hub,non_hub,585900.031125,4507879.94738,585055.712647,4512272.20178
+11806,11806,175,82.0,011500,,40.75701407,-73.992353645,72.0,001300,40.70463334,-74.01361706,1836.83572589,3776,2487,3028,1678,001300,286606455.687,011500,130958459.747,,0.0,001300,011500,13724.516061,27671,110093,hub,hub,non_hub,583326.158808,4506437.19368,585055.712647,4512272.20178
+11807,11807,19,82.0,011500,,40.75701407,-73.992353645,56.0,001401,40.71559509,-73.9870295,1639.63636364,3289,2487,1708,1678,001401,20168722.3199,011500,130958459.747,,0.0,001401,011500,13724.516061,26885,110093,hub,hub,non_hub,585558.18429,4507679.57909,585055.712647,4512272.20178
+11808,11808,36,164.0,011500,5.59890174103,40.7568287933,-73.9928098367,134.0,001501,40.71026676,-74.0042395133,2000.41266995,5581,2487,3450,1678,001501,172466366.322,011500,130958459.747,,0.0,001501,011500,13724.516061,27425,110093,hub,hub,non_hub,584111.264131,4507071.47664,585017.440845,4512251.19264
+11809,11809,154,246.0,011500,,40.75701407,-73.992353645,246.0,001502,40.7088053467,-74.00635276,1697.90875722,7095,2487,3459,1678,001502,221282059.103,011500,130958459.747,,0.0,001502,011500,13724.516061,82052,110093,hub,hub,non_hub,583934.59195,4506907.22889,585055.712647,4512272.20178
+11810,11810,84,246.0,011500,,40.75701407,-73.992353645,214.0,001600,40.7153350167,-73.9943926833,1696.69159544,8236,2487,3242,1678,001600,76565505.7581,011500,130958459.747,,0.0,001600,011500,13724.516061,82798,110093,hub,hub,non_hub,584936.591099,4507643.5622,585055.712647,4512272.20178
+11811,11811,215,328.0,011500,,40.75701407,-73.992353645,308.0,001800,40.7193657075,-73.9906468425,1495.09209138,8063,2487,3489,1678,001800,60554858.5127,011500,130958459.747,,0.0,001800,011500,13724.516061,133306,110093,hub,hub,non_hub,585247.838585,4508094.62497,585055.712647,4512272.20178
+11812,11812,22,164.0,011500,,40.75701407,-73.992353645,92.0,002000,40.721554605,-73.977309405,1634.38125,4795,2487,1899,1678,002000,17907673.5628,011500,130958459.747,,0.0,002000,011500,13724.516061,31656,110093,hub,hub,non_hub,586371.478696,4508350.63994,585055.712647,4512272.20178
+11813,11813,1256,328.0,011500,,40.75701407,-73.992353645,204.0,002100,40.71451321,-74.0108850975,1301.46092516,6111,2487,3038,1678,002100,273869828.705,011500,130958459.747,,0.0,002100,011500,13724.516061,151037,110093,hub,hub,non_hub,583544.598931,4507536.51732,585055.712647,4512272.20178
+11814,11814,35,164.0,011500,,40.75701407,-73.992353645,88.0,002201,40.71833027,-73.980972895,1589.05176768,6762,2487,3030,1678,002201,37585954.9949,011500,130958459.747,,0.0,002201,011500,13724.516061,26391,110093,hub,hub,non_hub,586066.226443,4507989.12022,585055.712647,4512272.20178
+11815,11815,19,82.0,011500,,40.75701407,-73.992353645,62.0,002202,40.7208736,-73.98085795,1582.50568182,2256,2487,1045,1678,002202,13179093.8977,011500,130958459.747,,0.0,002202,011500,13724.516061,23935,110093,hub,hub,non_hub,586072.658368,4508271.55961,585055.712647,4512272.20178
+11816,11816,18,164.0,011500,,40.75701407,-73.992353645,96.0,002400,40.724744875,-73.974986535,1578.0625,5775,2487,2175,1678,002400,17986635.5592,011500,130958459.747,,0.0,002400,011500,13724.516061,17965,110093,hub,hub,non_hub,586563.526382,4508707.06897,585055.712647,4512272.20178
+11817,11817,10,164.0,011500,5.18236213802,40.7568287933,-73.9928098367,124.0,002500,40.7111742533,-73.9990523633,1841.67450984,5061,2487,1917,1678,002500,22428407.6271,011500,130958459.747,,0.0,002500,011500,13724.516061,28216,110093,hub,hub,non_hub,584548.278193,4507177.19444,585017.440845,4512251.19264
+11818,11818,28,82.0,011500,,40.75701407,-73.992353645,62.0,002601,40.72299208,-73.97995466,1384.85,3774,2487,1593,1678,002601,22248722.3098,011500,130958459.747,,0.0,002601,011500,13724.516061,22144,110093,hub,hub,non_hub,586146.216204,4508507.61099,585055.712647,4512272.20178
+11819,11819,23,82.0,011500,,40.75701407,-73.992353645,54.0,002700,40.71307916,-73.99851193,1909.8627451,1191,2487,655,1678,002700,11349914.9514,011500,130958459.747,,0.0,002700,011500,13724.516061,20570,110093,hub,hub,non_hub,584591.517275,4507389.17181,585055.712647,4512272.20178
+11820,11820,43,82.0,011500,,40.75701407,-73.992353645,64.0,002800,40.72521311,-73.97768752,1556.71606335,7302,2487,3341,1678,002800,47641507.3146,011500,130958459.747,,0.0,002800,011500,13724.516061,36744,110093,hub,hub,non_hub,586334.816403,4508756.38709,585055.712647,4512272.20178
+11821,11821,44,82.0,011500,,40.75701407,-73.992353645,86.0,002900,40.71602118,-73.99974372,1265.32401656,5855,2487,2420,1678,002900,200965547.24,011500,130958459.747,,0.0,002900,011500,13724.516061,31936,110093,hub,hub,non_hub,584483.752153,4507714.56961,585055.712647,4512272.20178
+11822,11822,122,82.0,011500,,40.75701407,-73.992353645,70.0,003001,40.72066442,-73.98517977,1676.95958647,4301,2487,2553,1678,003001,34302720.7166,011500,130958459.747,,0.0,003001,011500,13724.516061,41223,110093,hub,hub,non_hub,585707.91731,4508244.11218,585055.712647,4512272.20178
+11823,11823,52,82.0,011500,,40.75701407,-73.992353645,74.0,003002,40.72217444,-73.98368779,1524.41259259,3031,2487,1885,1678,003002,18686109.2263,011500,130958459.747,,0.0,003002,011500,13724.516061,38675,110093,hub,hub,non_hub,585831.986427,4508413.19181,585055.712647,4512272.20178
+11824,11824,266,246.0,011500,,40.75701407,-73.992353645,242.0,003100,40.7140617467,-74.0041933367,1506.03040912,2809,2487,858,1678,003100,145687012.574,011500,130958459.747,,0.0,003100,011500,13724.516061,81469,110093,hub,hub,non_hub,584110.388584,4507492.78891,585055.712647,4512272.20178
+11825,11825,258,246.0,011500,,40.75701407,-73.992353645,200.0,003200,40.7260543867,-73.9823576167,1330.88702698,7630,2487,4888,1678,003200,46369492.482,011500,130958459.747,,0.0,003200,011500,13724.516061,138064,110093,hub,hub,non_hub,585939.335766,4508845.19329,585055.712647,4512272.20178
+11826,11826,435,410.0,011500,,40.75701407,-73.992353645,346.0,003300,40.7188189359,-74.0063406601,1345.90348627,5174,2487,2694,1678,003300,215459582.054,011500,130958459.747,,0.0,003300,011500,13724.516061,115059,110093,hub,hub,non_hub,583923.038369,4508018.8138,585055.712647,4512272.20178
+11827,11827,121,82.0,011500,,40.75701407,-73.992353645,78.0,003400,40.72955361,-73.98057249,1269.95245992,6706,2487,4203,1678,003400,42933229.7541,011500,130958459.747,,0.0,003400,011500,13724.516061,47926,110093,hub,hub,non_hub,586085.581298,4509235.37985,585055.712647,4512272.20178
+11828,11828,174,164.0,011500,,40.75701407,-73.992353645,132.0,003601,40.72217423,-73.990293175,1457.07396111,3299,2487,1613,1678,003601,29191583.8104,011500,130958459.747,,0.0,003601,011500,13724.516061,77585,110093,hub,hub,non_hub,585274.124459,4508406.73315,585055.712647,4512272.20178
+11829,11829,175,164.0,011500,,40.75701407,-73.992353645,124.0,003602,40.724852985,-73.989265345,1341.48089286,2918,2487,1586,1678,003602,24941258.1161,011500,130958459.747,,0.0,003602,011500,13724.516061,82124,110093,hub,hub,non_hub,585357.507872,4508705.09166,585055.712647,4512272.20178
+11830,11830,1182,328.0,011500,,40.75701407,-73.992353645,296.0,003700,40.7256696075,-74.0052069325,1382.97532221,2401,2487,1490,1678,003700,212385639.924,011500,130958459.747,,0.0,003700,011500,13724.516061,173333,110093,hub,hub,non_hub,584010.178026,4508780.36793,585055.712647,4512272.20178
+11831,11831,452,328.0,011500,,40.75701407,-73.992353645,320.0,003800,40.72765889,-73.988195855,1313.43486742,8610,2487,5795,1678,003800,67437493.5221,011500,130958459.747,,0.0,003800,011500,13724.516061,167230,110093,hub,hub,non_hub,585444.239635,4509017.60641,585055.712647,4512272.20178
+11832,11832,779,328.0,011500,,40.75701407,-73.992353645,212.0,003900,40.7201717475,-74.00983051,1339.21350569,5253,2487,3059,1678,003900,194910113.03,011500,130958459.747,,0.0,003900,011500,13724.516061,113624,110093,hub,hub,non_hub,583626.593058,4508165.65565,585055.712647,4512272.20178
+11833,11833,352,164.0,011500,,40.75701407,-73.992353645,132.0,004000,40.73000573,-73.98549552,1108.52093925,9801,2487,4546,1678,004000,66858387.5133,011500,130958459.747,,0.0,004000,011500,13724.516061,99660,110093,hub,hub,non_hub,585669.269443,4509280.75306,585055.712647,4512272.20178
+11834,11834,221,164.0,011500,,40.75701407,-73.992353645,128.0,004100,40.7195529,-73.996789035,1666.24772883,7793,2487,3765,1678,004100,71738983.3617,011500,130958459.747,,0.0,004100,011500,13724.516061,114685,110093,hub,hub,non_hub,584728.836557,4508109.46034,585055.712647,4512272.20178
+11835,11835,96,82.0,011500,,40.75701407,-73.992353645,70.0,004200,40.73223272,-73.98889957,1094.06674938,4988,2487,1801,1678,004200,39941846.3325,011500,130958459.747,,0.0,004200,011500,13724.516061,50846,110093,hub,hub,non_hub,585378.96492,4509524.64843,585055.712647,4512272.20178
+11836,11836,510,164.0,011500,,40.75701407,-73.992353645,134.0,004300,40.723870235,-73.995226525,1374.87985429,4267,2487,2598,1678,004300,65935514.1184,011500,130958459.747,,0.0,004300,011500,13724.516061,95162,110093,hub,hub,non_hub,584855.320992,4508590.22212,585055.712647,4512272.20178
+11837,11837,317,164.0,011500,,40.75701407,-73.992353645,120.0,004400,40.73080269,-73.97968993,1216.12234877,17710,2487,8297,1678,004400,114601147.016,011500,130958459.747,,0.0,004400,011500,13724.516061,106427,110093,hub,hub,non_hub,586158.498991,4509374.90208,585055.712647,4512272.20178
+11838,11838,127,82.0,011500,,40.75701407,-73.992353645,54.0,004500,40.71910537,-73.99973337,1599.45584416,840,2487,582,1678,004500,52009114.8865,011500,130958459.747,,0.0,004500,011500,13724.516061,34275,110093,hub,hub,non_hub,584480.726971,4508056.94497,585055.712647,4512272.20178
+11839,11839,161,82.0,011500,,40.75701407,-73.992353645,78.0,004700,40.72165481,-74.00234737,1602.85258621,2267,2487,1586,1678,004700,75477587.1594,011500,130958459.747,,0.0,004700,011500,13724.516061,27544,110093,hub,hub,non_hub,584256.734795,4508337.43837,585055.712647,4512272.20178
+11840,11840,107,82.0,011500,,40.75701407,-73.992353645,70.0,004800,40.73624527,-73.98473765,991.395804196,7550,2487,3799,1678,004800,74763044.6965,011500,130958459.747,,0.0,004800,011500,13724.516061,42567,110093,hub,hub,non_hub,585725.258797,4509974.12516,585055.712647,4512272.20178
+11841,11841,308,164.0,011500,,40.75701407,-73.992353645,146.0,004900,40.724268615,-74.000521515,1481.12904859,4951,2487,3054,1678,004900,103848670.177,011500,130958459.747,,0.0,004900,011500,13724.516061,80152,110093,hub,hub,non_hub,584407.63728,4508629.34168,585055.712647,4512272.20178
+11842,11842,549,246.0,011500,,40.75701407,-73.992353645,186.0,005000,40.7359163467,-73.9873427633,1017.00306914,5061,2487,3595,1678,005000,120638459.215,011500,130958459.747,,0.0,005000,011500,13724.516061,111023,110093,hub,hub,non_hub,585505.709717,4509935.07175,585055.712647,4512272.20178
+11843,11843,888,164.0,011500,,40.75701407,-73.992353645,212.0,005200,40.73715585,-73.991241315,948.023467853,4193,2487,1785,1678,005200,109103391.81,011500,130958459.747,,0.0,005200,011500,13724.516061,159876,110093,hub,hub,non_hub,585174.941656,4510068.87544,585055.712647,4512272.20178
+11844,11844,817,82.0,011500,,40.75701407,-73.992353645,94.0,005400,40.73971301,-73.99456405,834.310332846,4656,2487,2837,1678,005400,128803552.888,011500,130958459.747,,0.0,005400,011500,13724.516061,73728,110093,hub,hub,non_hub,584891.129718,4510349.51956,585055.712647,4512272.20178
+11845,11845,133,82.0,011500,,40.75701407,-73.992353645,60.0,005501,40.72679454,-73.99695094,1286.24750712,5079,2487,2483,1678,005501,61061928.4125,011500,130958459.747,,0.0,005501,011500,13724.516061,57258,110093,hub,hub,non_hub,584705.980012,4508913.17477,585055.712647,4512272.20178
+11846,11846,94,82.0,011500,,40.75701407,-73.992353645,54.0,005502,40.72743423,-73.99379025,1161.87135417,2383,2487,1262,1678,005502,49017118.6146,011500,130958459.747,,0.0,005502,011500,13724.516061,55117,110093,hub,hub,non_hub,584972.085912,4508987.23863,585055.712647,4512272.20178
+11847,11847,977,164.0,011500,,40.75701407,-73.992353645,190.0,005600,40.74065347,-73.98778661,887.813517979,2618,2487,2190,1678,005600,189153355.609,011500,130958459.747,,0.0,005600,011500,13724.516061,113209,110093,hub,hub,non_hub,585462.168743,4510460.49357,585055.712647,4512272.20178
+11848,11848,500,164.0,011500,,40.75701407,-73.992353645,164.0,005700,40.729662915,-73.992405595,1244.83190889,2937,2487,1789,1678,005700,90178032.7137,011500,130958459.747,,0.0,005700,011500,13724.516061,156896,110093,hub,hub,non_hub,585086.179601,4509235.9788,585055.712647,4512272.20178
+11849,11849,1602,164.0,011500,,40.75701407,-73.992353645,174.0,005800,40.743154205,-73.990299735,735.931861345,3182,2487,2306,1678,005800,164037511.755,011500,130958459.747,,0.0,005800,011500,13724.516061,130970,110093,hub,hub,non_hub,585246.786708,4510735.64918,585055.712647,4512272.20178
+11850,11850,155,82.0,011500,,40.75701407,-73.992353645,62.0,005900,40.73049393,-73.9957214,1188.55619866,5516,2487,3276,1678,005900,71785177.1361,011500,130958459.747,,0.0,005900,011500,13724.516061,53180,110093,hub,hub,non_hub,584805.117402,4509325.01914,585055.712647,4512272.20178
+11851,11851,211,164.0,011500,,40.75701407,-73.992353645,126.0,006000,40.734822295,-73.976916765,1148.165097,5286,2487,2459,1678,006000,27468182.8943,011500,130958459.747,,0.0,006000,011500,13724.516061,80462,110093,hub,hub,non_hub,586387.478737,4509823.83141,585055.712647,4512272.20178
+11852,11852,845,328.0,011500,,40.75701407,-73.992353645,282.0,006100,40.73385254,-73.992357065,1084.12828886,4913,2487,2683,1678,006100,91682014.33,011500,130958459.747,,0.0,006100,011500,13724.516061,245510,110093,hub,hub,non_hub,585084.940162,4509701.10308,585055.712647,4512272.20178
+11853,11853,145,82.0,011500,,40.75701407,-73.992353645,60.0,006200,40.7381765,-73.97738662,1108.90880443,4680,2487,1401,1678,006200,231817485.533,011500,130958459.747,,0.0,006200,011500,13724.516061,33218,110093,hub,hub,non_hub,586343.467107,4510195.70961,585055.712647,4512272.20178
+11854,11854,561,246.0,011500,,40.75701407,-73.992353645,198.0,006300,40.7346940933,-73.99785666,1046.01939276,6076,2487,4277,1678,006300,85447631.8451,011500,130958459.747,,0.0,006300,011500,13724.516061,120233,110093,hub,hub,non_hub,584619.48321,4509789.20591,585055.712647,4512272.20178
+11855,11855,155,82.0,011500,,40.75701407,-73.992353645,78.0,006400,40.73587678,-73.98205027,1012.23513197,7518,2487,5058,1678,006400,95664936.1545,011500,130958459.747,,0.0,006400,011500,13724.516061,47750,110093,hub,hub,non_hub,585952.649806,4509935.84788,585055.712647,4512272.20178
+11856,11856,393,246.0,011500,,40.75701407,-73.992353645,212.0,006500,40.7306296367,-73.9991423,1226.17188156,6517,2487,3568,1678,006500,59290910.3694,011500,130958459.747,,0.0,006500,011500,13724.516061,125356,110093,hub,hub,non_hub,584516.067395,4509336.78488,585055.712647,4512272.20178
+11857,11857,300,164.0,011500,,40.75701407,-73.992353645,164.0,006600,40.739285505,-73.97827188,1026.3580243,11780,2487,6818,1678,006600,84730469.4548,011500,130958459.747,,0.0,006600,011500,13724.516061,74621,110093,hub,hub,non_hub,586267.286922,4510317.94668,585055.712647,4512272.20178
+11858,11858,254,82.0,011500,,40.75701407,-73.992353645,78.0,006700,40.73038599,-74.00214988,1110.84194008,4984,2487,3796,1678,006700,47238039.9972,011500,130958459.747,,0.0,006700,011500,13724.516061,70025,110093,hub,hub,non_hub,584262.399901,4509306.84766,585055.712647,4512272.20178
+11859,11859,447,82.0,011500,,40.75701407,-73.992353645,78.0,006800,40.74025878,-73.98409214,942.538015796,6735,2487,4494,1678,006800,130298431.446,011500,130958459.747,,0.0,006800,011500,13724.516061,58926,110093,hub,hub,non_hub,585774.608423,4510420.28363,585055.712647,4512272.20178
+11860,11860,648,164.0,011500,,40.75701407,-73.992353645,134.0,006900,40.732319905,-74.0069291,1190.5862878,2687,2487,1484,1678,006900,61292499.9331,011500,130958459.747,,0.0,006900,011500,13724.516061,130727,110093,hub,hub,non_hub,583856.38945,4509516.94969,585055.712647,4512272.20178
+11861,11861,1118,246.0,011500,,40.75701407,-73.992353645,254.0,007000,40.7425280371,-73.9756391743,967.980966298,8302,2487,5669,1678,007000,78634704.8451,011500,130958459.747,,0.0,007000,011500,13724.516061,145227,110093,hub,hub,non_hub,586485.376635,4510680.48152,585055.712647,4512272.20178
+11862,11862,301,164.0,011500,,40.75701407,-73.992353645,142.0,007100,40.736526545,-74.000108805,926.47199965,5633,2487,3844,1678,007100,68447429.2743,011500,130958459.747,,0.0,007100,011500,13724.516061,79459,110093,hub,hub,non_hub,584426.995774,4509990.4524,585055.712647,4512272.20178
+11863,11863,866,246.0,011500,,40.75701407,-73.992353645,252.0,007200,40.7447014833,-73.98154809,820.337287895,7734,2487,5222,1678,007200,132092861.454,011500,130958459.747,,0.0,007200,011500,13724.516061,157612,110093,hub,hub,non_hub,585983.687715,4510915.94446,585055.712647,4512272.20178
+11864,11864,390,164.0,011500,,40.75701407,-73.992353645,118.0,007300,40.734682705,-74.00388484,1094.36101485,5615,2487,4547,1678,007300,48716185.79,011500,130958459.747,,0.0,007300,011500,13724.516061,92567,110093,hub,hub,non_hub,584110.479319,4509782.14883,585055.712647,4512272.20178
+11865,11865,877,164.0,011500,,40.75701407,-73.992353645,172.0,007400,40.746413585,-73.98586892,692.620274994,4179,2487,2700,1678,007400,170614202.951,011500,130958459.747,,0.0,007400,011500,13724.516061,81121,110093,hub,hub,non_hub,585616.696258,4511101.7763,585055.712647,4512272.20178
+11866,11866,1114,164.0,011500,,40.75701407,-73.992353645,138.0,007600,40.74737476,-73.988320695,619.547769235,2203,2487,1573,1678,007600,242014413.464,011500,130958459.747,,0.0,007600,011500,13724.516061,97464,110093,hub,hub,non_hub,585408.475283,4511206.08492,585055.712647,4512272.20178
+11867,11867,652,82.0,011500,,40.75701407,-73.992353645,86.0,007700,40.7390169121,-74.0026376103,832.505135659,5404,2487,4254,1678,007700,59306273.1509,011500,130958459.747,,0.0,007700,011500,13724.516061,79025,110093,hub,hub,non_hub,584210.329106,4510264.47156,585055.712647,4512272.20178
+11868,11868,829,82.0,011500,,40.75701407,-73.992353645,78.0,007800,40.74780373,-73.9734419,742.620398233,7380,2487,5372,1678,007800,112124597.728,011500,130958459.747,,0.0,007800,011500,13724.516061,59601,110093,hub,hub,non_hub,586664.043115,4511268.28888,585055.712647,4512272.20178
+11869,11869,1233,410.0,011500,,40.75701407,-73.992353645,348.0,007900,40.738916514,-74.007286026,1001.40268032,4406,2487,2904,1678,007900,86937368.5918,011500,130958459.747,,0.0,007900,011500,13724.516061,171846,110093,hub,hub,non_hub,583817.969395,4510248.87788,585055.712647,4512272.20178
+11870,11870,1176,164.0,011500,,40.75701407,-73.992353645,142.0,008000,40.7485693,-73.97717991,716.006130134,4946,2487,3730,1678,008000,197763821.532,011500,130958459.747,,0.0,008000,011500,13724.516061,74808,110093,hub,hub,non_hub,586347.477591,4511349.58844,585055.712647,4512272.20178
+11871,11871,301,82.0,011500,,40.75701407,-73.992353645,78.0,008100,40.73935542,-73.99931783,846.679859912,8675,2487,5315,1678,008100,91100400.6907,011500,130958459.747,,0.0,008100,011500,13724.516061,53195,110093,hub,hub,non_hub,584490.204148,4510305.23824,585055.712647,4512272.20178
+11872,11872,5061,246.0,011500,,40.75701407,-73.992353645,350.0,008200,40.7519708745,-73.9794061231,528.109172603,3442,2487,2534,1678,008200,262405408.076,011500,130958459.747,,0.0,008200,011500,13724.516061,228612,110093,hub,hub,hub,586155.144504,4511725.00022,585055.712647,4512272.20178
+11873,11873,2455,328.0,011500,,40.75701407,-73.992353645,238.0,008300,40.742591315,-74.004102785,798.116592863,4211,2487,2321,1678,008300,119862327.354,011500,130958459.747,,0.0,008300,011500,13724.516061,186113,110093,hub,hub,non_hub,584082.11654,4510659.85081,585055.712647,4512272.20178
+11874,11874,470,82.0,011500,,40.75701407,-73.992353645,76.0,008400,40.75038009,-73.98338988,519.604350133,1726,2487,1041,1678,008400,147824461.739,011500,130958459.747,,0.0,008400,011500,13724.516061,34199,110093,hub,hub,non_hub,585820.889203,4511544.50828,585055.712647,4512272.20178
+11875,11875,103,82.0,011500,,40.75701407,-73.992353645,86.0,008601,40.744219,-73.97121214,1118.20679012,2551,2487,1528,1678,008601,31141773.9073,011500,130958459.747,,0.0,008601,011500,13724.516061,31961,110093,hub,hub,non_hub,586856.951039,4510872.56191,585055.712647,4512272.20178
+11876,11876,1519,164.0,011500,,40.75701407,-73.992353645,156.0,008700,40.74206378,-73.995708955,789.644248482,6671,2487,4249,1678,008700,85660216.7821,011500,130958459.747,,0.0,008700,011500,13724.516061,152953,110093,hub,hub,non_hub,584791.475936,4510609.36503,585055.712647,4512272.20178
+11877,11877,1338,164.0,011500,,40.75701407,-73.992353645,156.0,008800,40.75012189,-73.970133575,774.226672898,6964,2487,5507,1678,008800,216532475.876,011500,130958459.747,,0.0,008800,011500,13724.516061,43247,110093,hub,hub,non_hub,586940.323322,4511528.89362,585055.712647,4512272.20178
+11878,11878,1650,246.0,011500,,40.75701407,-73.992353645,240.0,008900,40.74529008,-74.0021768567,704.740868807,5560,2487,3511,1678,008900,54419260.2723,011500,130958459.747,,0.0,008900,011500,13724.516061,158638,110093,hub,hub,non_hub,584241.316685,4510961.27944,585055.712647,4512272.20178
+11879,11879,1070,246.0,011500,,40.75701407,-73.992353645,220.0,009000,40.75261798,-73.9703317533,829.063811248,7026,2487,5832,1678,009000,208846060.851,011500,130958459.747,,0.0,009000,011500,13724.516061,74531,110093,hub,hub,non_hub,586920.342162,4511805.78171,585055.712647,4512272.20178
+11880,11880,677,82.0,011500,,40.75701407,-73.992353645,78.0,009100,40.74487634,-73.99529885,643.142546343,6415,2487,4386,1678,009100,127325659.041,011500,130958459.747,,0.0,009100,011500,13724.516061,63878,110093,hub,hub,non_hub,584822.527687,4510921.97538,585055.712647,4512272.20178
+11881,11881,1521,164.0,011500,,40.75701407,-73.992353645,220.0,009200,40.7548518863,-73.9734329075,764.312836492,1754,2487,1461,1678,009200,408192557.246,011500,130958459.747,,0.0,009200,011500,13724.516061,72226,110093,hub,hub,non_hub,586655.650548,4512050.69496,585055.712647,4512272.20178
+11882,11882,919,82.0,011500,,40.75701407,-73.992353645,78.0,009300,40.74475148,-73.99915362,620.279729975,9705,2487,5585,1678,009300,68528055.2433,011500,130958459.747,,0.0,009300,011500,13724.516061,52202,110093,hub,hub,non_hub,584497.239363,4510904.39701,585055.712647,4512272.20178
+11883,11883,2767,82.0,011500,,40.75701407,-73.992353645,62.0,009400,40.75320159,-73.9779874,541.962758069,29,2487,16,1678,009400,299218147.811,011500,130958459.747,,0.0,009400,011500,13724.516061,82147,110093,hub,hub,non_hub,586273.319314,4511863.01244,585055.712647,4512272.20178
+11884,11884,807,82.0,011500,,40.75701407,-73.992353645,102.0,009500,40.746647,-73.993915,570.187062364,3425,2487,1416,1678,009500,129660033.725,011500,130958459.747,,0.0,009500,011500,13724.516061,57488,110093,hub,hub,non_hub,584937.108907,4511119.86954,585055.712647,4512272.20178
+11885,11885,1820,246.0,011500,,40.75701407,-73.992353645,280.0,009600,40.7560479894,-73.9803708469,531.281158215,153,2487,268,1678,009600,270304841.585,011500,130958459.747,,0.0,009600,011500,13724.516061,71527,110093,hub,hub,non_hub,586068.445972,4512176.64339,585055.712647,4512272.20178
+11886,11886,2292,246.0,011500,,40.75701407,-73.992353645,198.0,009700,40.7493616033,-73.9991321067,556.721893695,4744,2487,2827,1678,009700,83018263.1602,011500,130958459.747,,0.0,009700,011500,13724.516061,118804,110093,hub,hub,non_hub,584493.220017,4511416.17434,585055.712647,4512272.20178
+11887,11887,281,164.0,011500,,40.75701407,-73.992353645,140.0,009800,40.755285655,-73.96667288,1079.83723526,7105,2487,5244,1678,009800,115943808.909,011500,130958459.747,,0.0,009800,011500,13724.516061,40039,110093,hub,hub,non_hub,587225.727282,4512105.54383,585055.712647,4512272.20178
+11888,11888,4046,410.0,011500,,40.75701407,-73.992353645,370.0,009900,40.7520807866,-74.0031899092,573.083280073,3617,2487,2438,1678,009900,404439511.776,011500,130958459.747,,0.0,009900,011500,13724.516061,208076,110093,hub,hub,hub,584147.226991,4511714.12465,585055.712647,4512272.20178
+11889,11889,1479,246.0,011500,,40.75701407,-73.992353645,242.0,010000,40.7583696933,-73.9710287767,912.770877311,1829,2487,1399,1678,010000,366457143.613,011500,130958459.747,,0.0,010000,011500,13724.516061,72085,110093,hub,hub,non_hub,586854.014885,4512443.57459,585055.712647,4512272.20178
+11890,11890,2063,246.0,011500,,40.75701407,-73.992353645,254.0,010100,40.74945622,-73.9903382667,519.4001744,1119,2487,828,1678,010100,246168211.101,011500,130958459.747,,0.0,010100,011500,13724.516061,183377,110093,hub,hub,non_hub,585235.486219,4511435.18064,585055.712647,4512272.20178
+11891,11891,2098,164.0,011500,,40.75701407,-73.992353645,162.0,010200,40.7606694,-73.973473555,724.842150026,313,2487,268,1678,010200,333450202.294,011500,130958459.747,,0.0,010200,011500,13724.516061,46675,110093,hub,hub,non_hub,586644.664817,4512696.44233,585055.712647,4512272.20178
+11892,11892,3798,164.0,011500,,40.75701407,-73.992353645,196.0,010300,40.751000495,-73.994372255,372.110757706,1859,2487,1351,1678,010300,141506056.87,011500,130958459.747,,0.0,010300,011500,13724.516061,221593,110093,hub,hub,hub,584892.968075,4511602.69644,585055.712647,4512272.20178
+11893,11893,2102,164.0,011500,,40.75701407,-73.992353645,150.0,010400,40.761664375,-73.976854975,735.860191199,1031,2487,1033,1678,010400,363981333.295,011500,130958459.747,,0.0,010400,011500,13724.516061,65073,110093,hub,hub,non_hub,586357.961325,4512803.55852,585055.712647,4512272.20178
+11894,11894,319,82.0,011500,,40.75701407,-73.992353645,66.0,010602,40.75849116,-73.95920622,1318.52927813,4794,2487,2963,1678,010602,67980898.3739,011500,130958459.747,,0.0,010602,011500,13724.516061,22153,110093,hub,hub,non_hub,587851.796682,4512468.82754,585055.712647,4512272.20178
+11895,11895,1326,246.0,011500,,40.75701407,-73.992353645,234.0,010800,40.7591736033,-73.96613818,1089.94451499,8531,2487,6272,1678,010800,189351523.799,011500,130958459.747,,0.0,010800,011500,13724.516061,79198,110093,hub,hub,non_hub,587265.778542,4512537.66689,585055.712647,4512272.20178
+11896,11896,811,164.0,011500,,40.75701407,-73.992353645,228.0,010900,40.751351715,-73.987594755,459.491942458,182,2487,92,1678,010900,228173063.011,011500,130958459.747,,0.0,010900,011500,13724.516061,60092,110093,hub,hub,non_hub,585464.669441,4511648.26242,585055.712647,4512272.20178
+11897,11897,1049,82.0,011500,,40.75701407,-73.992353645,118.0,011201,40.7643971,-73.97371465,877.967828054,827,2487,964,1678,011201,118515444.187,011500,130958459.747,,0.0,011201,011500,13724.516061,41525,110093,hub,hub,non_hub,586619.474659,4513110.00718,585055.712647,4512272.20178
+11898,11898,1413,82.0,011500,,40.75701407,-73.992353645,66.0,011203,40.76095756,-73.96724467,1033.2775203,1176,2487,1160,1678,011203,143782379.009,011500,130958459.747,,0.0,011203,011500,13724.516061,48033,110093,hub,hub,non_hub,587170.050102,4512734.59972,585055.712647,4512272.20178
+11899,11899,1921,328.0,011500,,40.75701407,-73.992353645,396.0,011300,40.7548008425,-73.9888010575,497.003812404,204,2487,107,1678,011300,357940519.061,011500,130958459.747,,0.0,011300,011500,13724.516061,236650,110093,hub,hub,non_hub,585358.423228,4512029.96675,585055.712647,4512272.20178
+11900,11900,2833,164.0,011500,,40.75701407,-73.992353645,168.0,011700,40.76058799,-74.00080945,478.656552931,2938,2487,2304,1678,011700,91270705.1484,011500,130958459.747,,0.0,011700,011500,13724.516061,73016,110093,hub,hub,non_hub,584337.427395,4512660.77158,585055.712647,4512272.20178
+11901,11901,915,82.0,011500,,40.75701407,-73.992353645,68.0,011900,40.7568001,-73.98291153,416.121140433,1079,2487,1121,1678,011900,395254501.74,011500,130958459.747,,0.0,011900,011500,13724.516061,39976,110093,hub,hub,non_hub,585853.012005,4512257.64444,585055.712647,4512272.20178
+11902,11902,4081,246.0,011500,,40.75701407,-73.992353645,218.0,012100,40.7598593767,-73.9914900133,313.951970962,8366,2487,5744,1678,012100,101223732.045,011500,130958459.747,,0.0,012100,011500,13724.516061,132767,110093,hub,hub,hub,585124.983126,4512588.88932,585055.712647,4512272.20178
+11903,11903,1717,82.0,011500,,40.75701407,-73.992353645,102.0,012500,40.76064679,-73.98442659,438.859574081,2439,2487,2096,1678,012500,322911522.418,011500,130958459.747,,0.0,012500,011500,13724.516061,45486,110093,hub,hub,non_hub,585720.180916,4512683.17447,585055.712647,4512272.20178
+11904,11904,3775,164.0,011500,,40.75701407,-73.992353645,168.0,012700,40.762485435,-73.990447135,346.559921414,6437,2487,4434,1678,012700,104637996.687,011500,130958459.747,,0.0,012700,011500,13724.516061,83393,110093,hub,hub,hub,585209.656415,4512881.41361,585055.712647,4512272.20178
+11905,11905,683,82.0,011500,,40.75701407,-73.992353645,48.0,012900,40.76341379,-73.99667444,447.376123,5312,2487,3621,1678,012900,158698340.053,011500,130958459.747,,0.0,012900,011500,13724.516061,28661,110093,hub,hub,non_hub,584682.864463,4512978.43901,585055.712647,4512272.20178
+11906,11906,4107,246.0,011500,,40.75701407,-73.992353645,320.0,013100,40.7621295133,-73.98215453,552.819197409,2489,2487,2283,1678,013100,405023451.28,011500,130958459.747,,0.0,013100,011500,13724.516061,107228,110093,hub,hub,hub,585910.049449,4512849.98999,585055.712647,4512272.20178
+11907,11907,4862,246.0,011500,,40.75701407,-73.992353645,202.0,013300,40.7647250567,-73.9866537633,445.188439876,5363,2487,3909,1678,013300,79847412.2593,011500,130958459.747,,0.0,013300,011500,13724.516061,89810,110093,hub,hub,hub,585526.963405,4513133.71926,585055.712647,4512272.20178
+11908,11908,2540,164.0,011500,,40.75701407,-73.992353645,130.0,013500,40.766984435,-73.99227308,514.918743651,6075,2487,3935,1678,013500,198199142.958,011500,130958459.747,,0.0,013500,011500,13724.516061,64723,110093,hub,hub,non_hub,585049.80204,4513379.06475,585055.712647,4512272.20178
+11909,11909,2190,164.0,011500,,40.75701407,-73.992353645,196.0,013700,40.766109285,-73.981808355,661.261677155,6557,2487,5442,1678,013700,314878324.419,011500,130958459.747,,0.0,013700,011500,13724.516061,91142,110093,hub,hub,non_hub,585934.141665,4513292.1137,585055.712647,4512272.20178
+11910,11910,1700,82.0,011500,,40.75701407,-73.992353645,54.0,013900,40.768254,-73.988639,531.275861077,7607,2487,7359,1678,013900,139918084.587,011500,130958459.747,,0.0,013900,011500,13724.516061,26390,110093,hub,hub,non_hub,585354.890073,4513523.52534,585055.712647,4512272.20178
+11911,11911,478,82.0,011500,,40.75701407,-73.992353645,98.0,014300,40.76590936,-73.97634151,854.696878941,3,2487,0,1678,014300,50027992.3322,011500,130958459.747,,0.0,014300,011500,13724.516061,21051,110093,hub,hub,non_hub,586395.803012,4513275.28949,585055.712647,4512272.20178
+11912,11912,1727,82.0,011500,,40.75701407,-73.992353645,72.0,014500,40.76915505,-73.98191841,711.632241302,5811,2487,3462,1678,014500,253397343.373,011500,130958459.747,,0.0,014500,011500,13724.516061,68350,110093,hub,hub,non_hub,585920.929601,4513630.10902,585055.712647,4512272.20178
+11913,11913,1169,82.0,011500,,40.75701407,-73.992353645,110.0,014700,40.770513,-73.988038,674.19473676,2586,2487,1743,1678,014700,70871746.8417,011500,130958459.747,,0.0,014700,011500,13724.516061,35099,110093,hub,hub,non_hub,585402.720353,4513774.87644,585055.712647,4512272.20178
+11914,11914,778,82.0,011500,,40.75701407,-73.992353645,72.0,015100,40.771522,-73.990541,690.09581997,8105,2487,4856,1678,015100,164953931.102,011500,130958459.747,,0.0,015100,011500,13724.516061,17578,110093,hub,hub,non_hub,585190.192062,4513884.4495,585055.712647,4512272.20178
+11915,11915,962,164.0,011500,,40.75701407,-73.992353645,140.0,031703,40.71644312,-74.014902115,1540.24074514,8670,2487,4231,1678,031703,332361109.355,011500,130958459.747,,0.0,031703,011500,13724.516061,136082,110093,hub,hub,non_hub,583202.897614,4507746.93647,585055.712647,4512272.20178
+11916,11916,731,246.0,011500,,40.75701407,-73.992353645,196.0,031704,40.7085171733,-74.0165557667,1486.66013567,6610,2487,3790,1678,031704,160823714.408,011500,130958459.747,,0.0,031704,011500,13724.516061,105244,110093,hub,hub,non_hub,583073.076824,4506865.54027,585055.712647,4512272.20178
+11917,11917,42,246.0,011500,,40.75701407,-73.992353645,170.0,000600,40.7128987867,-73.9898646367,1465.01004274,11558,2487,4083,1678,000600,59149181.7526,011500,130958459.747,,0.0,000600,011500,13724.516061,70053,110093,hub,hub,non_hub,585322.159723,4507377.5136,585055.712647,4512272.20178
+11918,11918,17,252.0,011700,,40.76058799,-74.00080945,108.0,000202,40.71318002,-73.9818904933,1875.75,8012,2938,3598,2304,000202,37878157.9781,011700,91270705.1484,,0.0,000202,011700,12831.4088954,56352,80974,hub,hub,non_hub,585995.353038,4507416.50937,584337.427395,4512660.77158
+11919,11919,850,588.0,011700,,40.76058799,-74.00080945,516.0,000700,40.70581148,-74.0081572071,1905.26724994,7722,2938,5201,2304,000700,476954959.734,011700,91270705.1484,,0.0,000700,011700,12831.4088954,160040,80974,hub,hub,non_hub,583785.918305,4506573.16797,584337.427395,4512660.77158
+11920,11920,7,168.0,011700,,40.76058799,-74.00080945,94.0,000800,40.712414475,-73.993471545,1931.20833333,10365,2938,4150,2304,000800,46479755.076,011700,91270705.1484,,0.0,000800,011700,12831.4088954,34254,80974,hub,hub,non_hub,585018.109713,4507320.25418,584337.427395,4512660.77158
+11921,11921,335,252.0,011700,,40.76058799,-74.00080945,194.0,000900,40.7024745833,-74.01224785,1999.13032912,1140,2938,939,2304,000900,404341803.896,011700,91270705.1484,,0.0,000900,011700,12831.4088954,46446,80974,hub,hub,non_hub,583444.520998,4506198.85784,584337.427395,4512660.77158
+11922,11922,3,84.0,011700,,40.76058799,-74.00080945,38.0,001002,40.71782143,-73.97628939,1690.0,6439,2938,2346,2304,001002,22763374.2099,011700,91270705.1484,,0.0,001002,011700,12831.4088954,15916,80974,hub,hub,non_hub,586462.45635,4507937.23607,584337.427395,4512660.77158
+11923,11923,18,168.0,011700,,40.76058799,-74.00080945,92.0,001200,40.717364275,-73.982955325,1851.89166667,3547,2938,1857,2304,001200,23518220.7411,011700,91270705.1484,,0.0,001200,011700,12831.4088954,36493,80974,hub,hub,non_hub,585900.031125,4507879.94738,584337.427395,4512660.77158
+11924,11924,385,84.0,011700,,40.76058799,-74.00080945,72.0,001300,40.70463334,-74.01361706,1892.95471339,3776,2938,3028,2304,001300,286606455.687,011700,91270705.1484,,0.0,001300,011700,12831.4088954,27671,80974,hub,hub,non_hub,583326.158808,4506437.19368,584337.427395,4512660.77158
+11925,11925,44,84.0,011700,,40.76058799,-74.00080945,56.0,001401,40.71559509,-73.9870295,1008.47863248,3289,2938,1708,2304,001401,20168722.3199,011700,91270705.1484,,0.0,001401,011700,12831.4088954,26885,80974,hub,hub,non_hub,585558.18429,4507679.57909,584337.427395,4512660.77158
+11926,11926,113,168.0,011700,,40.76058799,-74.00080945,134.0,001501,40.70966832,-74.003597135,1830.98533183,5581,2938,3450,2304,001501,172466366.322,011700,91270705.1484,,0.0,001501,011700,12831.4088954,27425,80974,hub,hub,non_hub,584166.279828,4507005.66129,584337.427395,4512660.77158
+11927,11927,295,252.0,011700,,40.76058799,-74.00080945,246.0,001502,40.7088053467,-74.00635276,1669.58384087,7095,2938,3459,2304,001502,221282059.103,011700,91270705.1484,,0.0,001502,011700,12831.4088954,82052,80974,hub,hub,non_hub,583934.59195,4506907.22889,584337.427395,4512660.77158
+11928,11928,55,252.0,011700,,40.76058799,-74.00080945,214.0,001600,40.7153350167,-73.9943926833,1863.63492063,8236,2938,3242,2304,001600,76565505.7581,011700,91270705.1484,,0.0,001600,011700,12831.4088954,82798,80974,hub,hub,non_hub,584936.591099,4507643.5622,584337.427395,4512660.77158
+11929,11929,191,336.0,011700,,40.76058799,-74.00080945,308.0,001800,40.7193657075,-73.9906468425,1570.65673596,8063,2938,3489,2304,001800,60554858.5127,011700,91270705.1484,,0.0,001800,011700,12831.4088954,133306,80974,hub,hub,non_hub,585247.838585,4508094.62497,584337.427395,4512660.77158
+11930,11930,8,168.0,011700,4.62135265258,40.7606836667,-74.0014651933,92.0,002000,40.7213125167,-73.9775168433,1813.50647727,4795,2938,1899,2304,002000,17907673.5628,011700,91270705.1484,,0.0,002000,011700,12831.4088954,31656,80974,hub,hub,non_hub,586354.272082,4508323.56249,584281.957187,4512670.76233
+11931,11931,1218,336.0,011700,,40.76058799,-74.00080945,204.0,002100,40.71451321,-74.0108850975,1359.57455659,6111,2938,3038,2304,002100,273869828.705,011700,91270705.1484,,0.0,002100,011700,12831.4088954,151037,80974,hub,hub,non_hub,583544.598931,4507536.51732,584337.427395,4512660.77158
+11932,11932,64,168.0,011700,4.78450372826,40.7606836667,-74.0014651933,88.0,002201,40.71802009,-73.98070378,1792.47245365,6762,2938,3030,2304,002201,37585954.9949,011700,91270705.1484,,0.0,002201,011700,12831.4088954,26391,80974,hub,hub,non_hub,586089.355677,4507954.95194,584281.957187,4512670.76233
+11933,11933,3,84.0,011700,4.63856072896,40.76087502,-74.00277668,62.0,002202,40.7208736,-73.98085795,1651.18675318,2256,2938,1045,2304,002202,13179093.8977,011700,91270705.1484,,0.0,002202,011700,12831.4088954,23935,80974,hub,hub,non_hub,586072.658368,4508271.55961,584171.017252,4512690.74507
+11934,11934,10,168.0,011700,4.5816738232,40.7604923133,-74.0001537067,96.0,002400,40.72439112,-73.9752404,1724.51050538,5775,2938,2175,2304,002400,17986635.5592,011700,91270705.1484,,0.0,002400,011700,12831.4088954,17965,80974,hub,hub,non_hub,586542.545133,4508667.54951,584392.897763,4512650.78124
+11935,11935,85,168.0,011700,,40.76058799,-74.00080945,124.0,002500,40.7111743,-73.99849582,1378.45198728,5061,2938,1917,2304,002500,22428407.6271,011700,91270705.1484,,0.0,002500,011700,12831.4088954,28216,80974,hub,hub,non_hub,584595.28909,4507177.73549,584337.427395,4512660.77158
+11936,11936,21,84.0,011700,,40.76058799,-74.00080945,62.0,002601,40.72299208,-73.97995466,1818.05,3774,2938,1593,2304,002601,22248722.3098,011700,91270705.1484,,0.0,002601,011700,12831.4088954,22144,80974,hub,hub,non_hub,586146.216204,4508507.61099,584337.427395,4512660.77158
+11937,11937,20,84.0,011700,,40.76058799,-74.00080945,54.0,002700,40.71307916,-73.99851193,1978.47222222,1191,2938,655,2304,002700,11349914.9514,011700,91270705.1484,,0.0,002700,011700,12831.4088954,20570,80974,hub,hub,non_hub,584591.517275,4507389.17181,584337.427395,4512660.77158
+11938,11938,11,84.0,011700,,40.76058799,-74.00080945,64.0,002800,40.72521311,-73.97768752,1753.88888889,7302,2938,3341,2304,002800,47641507.3146,011700,91270705.1484,,0.0,002800,011700,12831.4088954,36744,80974,hub,hub,non_hub,586334.816403,4508756.38709,584337.427395,4512660.77158
+11939,11939,110,84.0,011700,,40.76058799,-74.00080945,86.0,002900,40.71602118,-73.99974372,1617.05672554,5855,2938,2420,2304,002900,200965547.24,011700,91270705.1484,,0.0,002900,011700,12831.4088954,31936,80974,hub,hub,non_hub,584483.752153,4507714.56961,584337.427395,4512660.77158
+11940,11940,38,84.0,011700,,40.76058799,-74.00080945,70.0,003001,40.72066442,-73.98517977,1761.83478261,4301,2938,2553,2304,003001,34302720.7166,011700,91270705.1484,,0.0,003001,011700,12831.4088954,41223,80974,hub,hub,non_hub,585707.91731,4508244.11218,584337.427395,4512660.77158
+11941,11941,32,84.0,011700,,40.76058799,-74.00080945,74.0,003002,40.72217444,-73.98368779,1879.35497835,3031,2938,1885,2304,003002,18686109.2263,011700,91270705.1484,,0.0,003002,011700,12831.4088954,38675,80974,hub,hub,non_hub,585831.986427,4508413.19181,584337.427395,4512660.77158
+11942,11942,264,252.0,011700,,40.76058799,-74.00080945,242.0,003100,40.7140617467,-74.0041933367,1649.54814255,2809,2938,858,2304,003100,145687012.574,011700,91270705.1484,,0.0,003100,011700,12831.4088954,81469,80974,hub,hub,non_hub,584110.388584,4507492.78891,584337.427395,4512660.77158
+11943,11943,91,252.0,011700,,40.76058799,-74.00080945,200.0,003200,40.7260543867,-73.9823576167,1515.99861111,7630,2938,4888,2304,003200,46369492.482,011700,91270705.1484,,0.0,003200,011700,12831.4088954,138064,80974,hub,hub,non_hub,585939.335766,4508845.19329,584337.427395,4512660.77158
+11944,11944,698,420.0,011700,,40.76058799,-74.00080945,346.0,003300,40.7188252296,-74.0063269337,1366.96876669,5174,2938,2694,2304,003300,215459582.054,011700,91270705.1484,,0.0,003300,011700,12831.4088954,115059,80974,hub,hub,non_hub,583924.1898,4508019.52556,584337.427395,4512660.77158
+11945,11945,66,84.0,011700,,40.76058799,-74.00080945,78.0,003400,40.72955361,-73.98057249,1234.3030303,6706,2938,4203,2304,003400,42933229.7541,011700,91270705.1484,,0.0,003400,011700,12831.4088954,47926,80974,hub,hub,non_hub,586085.581298,4509235.37985,584337.427395,4512660.77158
+11946,11946,114,168.0,011700,,40.76058799,-74.00080945,132.0,003601,40.72217423,-73.990293175,1472.51160991,3299,2938,1613,2304,003601,29191583.8104,011700,91270705.1484,,0.0,003601,011700,12831.4088954,77585,80974,hub,hub,non_hub,585274.124459,4508406.73315,584337.427395,4512660.77158
+11947,11947,67,168.0,011700,,40.76058799,-74.00080945,124.0,003602,40.724852985,-73.989265345,1654.09451541,2918,2938,1586,2304,003602,24941258.1161,011700,91270705.1484,,0.0,003602,011700,12831.4088954,82124,80974,hub,hub,non_hub,585357.507872,4508705.09166,584337.427395,4512660.77158
+11948,11948,1594,336.0,011700,,40.76058799,-74.00080945,296.0,003700,40.7256696075,-74.0052069325,1312.75449698,2401,2938,1490,2304,003700,212385639.924,011700,91270705.1484,,0.0,003700,011700,12831.4088954,173333,80974,hub,hub,non_hub,584010.178026,4508780.36793,584337.427395,4512660.77158
+11949,11949,257,336.0,011700,,40.76058799,-74.00080945,320.0,003800,40.72765889,-73.988195855,1487.12665216,8610,2938,5795,2304,003800,67437493.5221,011700,91270705.1484,,0.0,003800,011700,12831.4088954,167230,80974,hub,hub,non_hub,585444.239635,4509017.60641,584337.427395,4512660.77158
+11950,11950,1423,336.0,011700,,40.76058799,-74.00080945,212.0,003900,40.7201717475,-74.00983051,1290.0528094,5253,2938,3059,2304,003900,194910113.03,011700,91270705.1484,,0.0,003900,011700,12831.4088954,113624,80974,hub,hub,non_hub,583626.593058,4508165.65565,584337.427395,4512660.77158
+11951,11951,165,168.0,011700,,40.76058799,-74.00080945,132.0,004000,40.73000573,-73.98549552,1340.00718391,9801,2938,4546,2304,004000,66858387.5133,011700,91270705.1484,,0.0,004000,011700,12831.4088954,99660,80974,hub,hub,non_hub,585669.269443,4509280.75306,584337.427395,4512660.77158
+11952,11952,266,168.0,011700,,40.76058799,-74.00080945,128.0,004100,40.7195529,-73.996789035,1729.670011,7793,2938,3765,2304,004100,71738983.3617,011700,91270705.1484,,0.0,004100,011700,12831.4088954,114685,80974,hub,hub,non_hub,584728.836557,4508109.46034,584337.427395,4512660.77158
+11953,11953,78,84.0,011700,,40.76058799,-74.00080945,70.0,004200,40.73223272,-73.98889957,1318.83223684,4988,2938,1801,2304,004200,39941846.3325,011700,91270705.1484,,0.0,004200,011700,12831.4088954,50846,80974,hub,hub,non_hub,585378.96492,4509524.64843,584337.427395,4512660.77158
+11954,11954,241,168.0,011700,,40.76058799,-74.00080945,134.0,004300,40.723870235,-73.995226525,1528.84537075,4267,2938,2598,2304,004300,65935514.1184,011700,91270705.1484,,0.0,004300,011700,12831.4088954,95162,80974,hub,hub,non_hub,584855.320992,4508590.22212,584337.427395,4512660.77158
+11955,11955,71,168.0,011700,,40.76058799,-74.00080945,120.0,004400,40.73080269,-73.97968993,1590.23737374,17710,2938,8297,2304,004400,114601147.016,011700,91270705.1484,,0.0,004400,011700,12831.4088954,106427,80974,hub,hub,non_hub,586158.498991,4509374.90208,584337.427395,4512660.77158
+11956,11956,80,84.0,011700,,40.76058799,-74.00080945,54.0,004500,40.71910537,-73.99973337,1518.91758242,840,2938,582,2304,004500,52009114.8865,011700,91270705.1484,,0.0,004500,011700,12831.4088954,34275,80974,hub,hub,non_hub,584480.726971,4508056.94497,584337.427395,4512660.77158
+11957,11957,68,84.0,011700,,40.76058799,-74.00080945,78.0,004700,40.72165481,-74.00234737,1519.94642857,2267,2938,1586,2304,004700,75477587.1594,011700,91270705.1484,,0.0,004700,011700,12831.4088954,27544,80974,hub,hub,non_hub,584256.734795,4508337.43837,584337.427395,4512660.77158
+11958,11958,100,84.0,011700,,40.76058799,-74.00080945,70.0,004800,40.73624527,-73.98473765,1312.38014473,7550,2938,3799,2304,004800,74763044.6965,011700,91270705.1484,,0.0,004800,011700,12831.4088954,42567,80974,hub,hub,non_hub,585725.258797,4509974.12516,584337.427395,4512660.77158
+11959,11959,546,168.0,011700,,40.76058799,-74.00080945,146.0,004900,40.724268615,-74.000521515,1386.47949963,4951,2938,3054,2304,004900,103848670.177,011700,91270705.1484,,0.0,004900,011700,12831.4088954,80152,80974,hub,hub,non_hub,584407.63728,4508629.34168,584337.427395,4512660.77158
+11960,11960,282,252.0,011700,,40.76058799,-74.00080945,186.0,005000,40.7359163467,-73.9873427633,1254.66586709,5061,2938,3595,2304,005000,120638459.215,011700,91270705.1484,,0.0,005000,011700,12831.4088954,111023,80974,hub,hub,non_hub,585505.709717,4509935.07175,584337.427395,4512660.77158
+11961,11961,792,168.0,011700,,40.76058799,-74.00080945,212.0,005200,40.73715585,-73.991241315,1095.44758737,4193,2938,1785,2304,005200,109103391.81,011700,91270705.1484,,0.0,005200,011700,12831.4088954,159876,80974,hub,hub,non_hub,585174.941656,4510068.87544,584337.427395,4512660.77158
+11962,11962,434,84.0,011700,,40.76058799,-74.00080945,94.0,005400,40.73971301,-73.99456405,1041.24813233,4656,2938,2837,2304,005400,128803552.888,011700,91270705.1484,,0.0,005400,011700,12831.4088954,73728,80974,hub,hub,non_hub,584891.129718,4510349.51956,584337.427395,4512660.77158
+11963,11963,195,84.0,011700,,40.76058799,-74.00080945,60.0,005501,40.72679454,-73.99695094,1422.10587515,5079,2938,2483,2304,005501,61061928.4125,011700,91270705.1484,,0.0,005501,011700,12831.4088954,57258,80974,hub,hub,non_hub,584705.980012,4508913.17477,584337.427395,4512660.77158
+11964,11964,57,84.0,011700,,40.76058799,-74.00080945,54.0,005502,40.72743423,-73.99379025,1427.87922078,2383,2938,1262,2304,005502,49017118.6146,011700,91270705.1484,,0.0,005502,011700,12831.4088954,55117,80974,hub,hub,non_hub,584972.085912,4508987.23863,584337.427395,4512660.77158
+11965,11965,531,168.0,011700,,40.76058799,-74.00080945,190.0,005600,40.74065347,-73.98778661,1016.70780876,2618,2938,2190,2304,005600,189153355.609,011700,91270705.1484,,0.0,005600,011700,12831.4088954,113209,80974,hub,hub,non_hub,585462.168743,4510460.49357,584337.427395,4512660.77158
+11966,11966,263,168.0,011700,,40.76058799,-74.00080945,164.0,005700,40.729662915,-73.992405595,1394.86977459,2937,2938,1789,2304,005700,90178032.7137,011700,91270705.1484,,0.0,005700,011700,12831.4088954,156896,80974,hub,hub,non_hub,585086.179601,4509235.9788,584337.427395,4512660.77158
+11967,11967,578,168.0,011700,,40.76058799,-74.00080945,174.0,005800,40.743154205,-73.990299735,1019.22504051,3182,2938,2306,2304,005800,164037511.755,011700,91270705.1484,,0.0,005800,011700,12831.4088954,130970,80974,hub,hub,non_hub,585246.786708,4510735.64918,584337.427395,4512660.77158
+11968,11968,131,84.0,011700,,40.76058799,-74.00080945,62.0,005900,40.73049393,-73.9957214,1410.28832418,5516,2938,3276,2304,005900,71785177.1361,011700,91270705.1484,,0.0,005900,011700,12831.4088954,53180,80974,hub,hub,non_hub,584805.117402,4509325.01914,584337.427395,4512660.77158
+11969,11969,133,168.0,011700,,40.76058799,-74.00080945,126.0,006000,40.734822295,-73.976916765,1413.66506609,5286,2938,2459,2304,006000,27468182.8943,011700,91270705.1484,,0.0,006000,011700,12831.4088954,80462,80974,hub,hub,non_hub,586387.478737,4509823.83141,584337.427395,4512660.77158
+11970,11970,656,336.0,011700,,40.76058799,-74.00080945,282.0,006100,40.73385254,-73.992357065,1234.86885222,4913,2938,2683,2304,006100,91682014.33,011700,91270705.1484,,0.0,006100,011700,12831.4088954,245510,80974,hub,hub,non_hub,585084.940162,4509701.10308,584337.427395,4512660.77158
+11971,11971,30,84.0,011700,,40.76058799,-74.00080945,60.0,006200,40.7381765,-73.97738662,1419.08144796,4680,2938,1401,2304,006200,231817485.533,011700,91270705.1484,,0.0,006200,011700,12831.4088954,33218,80974,hub,hub,non_hub,586343.467107,4510195.70961,584337.427395,4512660.77158
+11972,11972,321,252.0,011700,,40.76058799,-74.00080945,198.0,006300,40.7346940933,-73.99785666,1273.85447708,6076,2938,4277,2304,006300,85447631.8451,011700,91270705.1484,,0.0,006300,011700,12831.4088954,120233,80974,hub,hub,non_hub,584619.48321,4509789.20591,584337.427395,4512660.77158
+11973,11973,139,84.0,011700,,40.76058799,-74.00080945,78.0,006400,40.73587678,-73.98205027,1349.6692877,7518,2938,5058,2304,006400,95664936.1545,011700,91270705.1484,,0.0,006400,011700,12831.4088954,47750,80974,hub,hub,non_hub,585952.649806,4509935.84788,584337.427395,4512660.77158
+11974,11974,469,252.0,011700,,40.76058799,-74.00080945,212.0,006500,40.7306296367,-73.9991423,1361.69886828,6517,2938,3568,2304,006500,59290910.3694,011700,91270705.1484,,0.0,006500,011700,12831.4088954,125356,80974,hub,hub,non_hub,584516.067395,4509336.78488,584337.427395,4512660.77158
+11975,11975,118,168.0,011700,,40.76058799,-74.00080945,164.0,006600,40.739285505,-73.97827188,1232.83014932,11780,2938,6818,2304,006600,84730469.4548,011700,91270705.1484,,0.0,006600,011700,12831.4088954,74621,80974,hub,hub,non_hub,586267.286922,4510317.94668,584337.427395,4512660.77158
+11976,11976,290,84.0,011700,,40.76058799,-74.00080945,78.0,006700,40.73038599,-74.00214988,1243.75252443,4984,2938,3796,2304,006700,47238039.9972,011700,91270705.1484,,0.0,006700,011700,12831.4088954,70025,80974,hub,hub,non_hub,584262.399901,4509306.84766,584337.427395,4512660.77158
+11977,11977,172,84.0,011700,,40.76058799,-74.00080945,78.0,006800,40.74025878,-73.98409214,1196.41111111,6735,2938,4494,2304,006800,130298431.446,011700,91270705.1484,,0.0,006800,011700,12831.4088954,58926,80974,hub,hub,non_hub,585774.608423,4510420.28363,584337.427395,4512660.77158
+11978,11978,1280,168.0,011700,,40.76058799,-74.00080945,134.0,006900,40.732319905,-74.0069291,1147.14818226,2687,2938,1484,2304,006900,61292499.9331,011700,91270705.1484,,0.0,006900,011700,12831.4088954,130727,80974,hub,hub,non_hub,583856.38945,4509516.94969,584337.427395,4512660.77158
+11979,11979,135,252.0,011700,,40.76058799,-74.00080945,254.0,007000,40.7425159915,-73.9756154433,1279.93596909,8302,2938,5669,2304,007000,78634704.8451,011700,91270705.1484,,0.0,007000,011700,12831.4088954,145227,80974,hub,hub,non_hub,586487.395846,4510679.16775,584337.427395,4512660.77158
+11980,11980,254,168.0,011700,,40.76058799,-74.00080945,142.0,007100,40.736526545,-74.000108805,1191.20929041,5633,2938,3844,2304,007100,68447429.2743,011700,91270705.1484,,0.0,007100,011700,12831.4088954,79459,80974,hub,hub,non_hub,584426.995774,4509990.4524,584337.427395,4512660.77158
+11981,11981,727,252.0,011700,,40.76058799,-74.00080945,252.0,007200,40.7447014833,-73.98154809,1056.63535366,7734,2938,5222,2304,007200,132092861.454,011700,91270705.1484,,0.0,007200,011700,12831.4088954,157612,80974,hub,hub,non_hub,585983.687715,4510915.94446,584337.427395,4512660.77158
+11982,11982,450,168.0,011700,,40.76058799,-74.00080945,118.0,007300,40.734682705,-74.00388484,1197.90136205,5615,2938,4547,2304,007300,48716185.79,011700,91270705.1484,,0.0,007300,011700,12831.4088954,92567,80974,hub,hub,non_hub,584110.479319,4509782.14883,584337.427395,4512660.77158
+11983,11983,373,168.0,011700,,40.76058799,-74.00080945,172.0,007400,40.746413585,-73.98586892,965.449877581,4179,2938,2700,2304,007400,170614202.951,011700,91270705.1484,,0.0,007400,011700,12831.4088954,81121,80974,hub,hub,non_hub,585616.696258,4511101.7763,584337.427395,4512660.77158
+11984,11984,573,168.0,011700,,40.76058799,-74.00080945,138.0,007600,40.74737476,-73.988320695,848.285377592,2203,2938,1573,2304,007600,242014413.464,011700,91270705.1484,,0.0,007600,011700,12831.4088954,97464,80974,hub,hub,non_hub,585408.475283,4511206.08492,584337.427395,4512660.77158
+11985,11985,386,84.0,011700,,40.76058799,-74.00080945,86.0,007700,40.7390169121,-74.0026376103,1031.62459729,5404,2938,4254,2304,007700,59306273.1509,011700,91270705.1484,,0.0,007700,011700,12831.4088954,79025,80974,hub,hub,non_hub,584210.329106,4510264.47156,584337.427395,4512660.77158
+11986,11986,184,84.0,011700,,40.76058799,-74.00080945,78.0,007800,40.74780373,-73.9734419,1027.09771825,7380,2938,5372,2304,007800,112124597.728,011700,91270705.1484,,0.0,007800,011700,12831.4088954,59601,80974,hub,hub,non_hub,586664.043115,4511268.28888,584337.427395,4512660.77158
+11987,11987,2401,420.0,011700,,40.76058799,-74.00080945,348.0,007900,40.738916514,-74.007286026,979.195669821,4406,2938,2904,2304,007900,86937368.5918,011700,91270705.1484,,0.0,007900,011700,12831.4088954,171846,80974,hub,hub,non_hub,583817.969395,4510248.87788,584337.427395,4512660.77158
+11988,11988,270,168.0,011700,,40.76058799,-74.00080945,142.0,008000,40.7485693,-73.97717991,981.429519326,4946,2938,3730,2304,008000,197763821.532,011700,91270705.1484,,0.0,008000,011700,12831.4088954,74808,80974,hub,hub,non_hub,586347.477591,4511349.58844,584337.427395,4512660.77158
+11989,11989,209,84.0,011700,,40.76058799,-74.00080945,78.0,008100,40.73935542,-73.99931783,1021.22171126,8675,2938,5315,2304,008100,91100400.6907,011700,91270705.1484,,0.0,008100,011700,12831.4088954,53195,80974,hub,hub,non_hub,584490.204148,4510305.23824,584337.427395,4512660.77158
+11990,11990,2250,252.0,011700,,40.76058799,-74.00080945,350.0,008200,40.7519556536,-73.9793570711,823.214323377,3442,2938,2534,2304,008200,262405408.076,011700,91270705.1484,,0.0,008200,011700,12831.4088954,228612,80974,hub,hub,non_hub,586159.305027,4511723.35874,584337.427395,4512660.77158
+11991,11991,2227,336.0,011700,,40.76058799,-74.00080945,238.0,008300,40.742591315,-74.004102785,821.252442994,4211,2938,2321,2304,008300,119862327.354,011700,91270705.1484,,0.0,008300,011700,12831.4088954,186113,80974,hub,hub,non_hub,584082.11654,4510659.85081,584337.427395,4512660.77158
+11992,11992,208,84.0,011700,,40.76058799,-74.00080945,76.0,008400,40.75038009,-73.98338988,782.383613846,1726,2938,1041,2304,008400,147824461.739,011700,91270705.1484,,0.0,008400,011700,12831.4088954,34199,80974,hub,hub,non_hub,585820.889203,4511544.50828,584337.427395,4512660.77158
+11993,11993,54,84.0,011700,,40.76058799,-74.00080945,86.0,008601,40.744219,-73.97121214,1712.07670455,2551,2938,1528,2304,008601,31141773.9073,011700,91270705.1484,,0.0,008601,011700,12831.4088954,31961,80974,hub,hub,non_hub,586856.951039,4510872.56191,584337.427395,4512660.77158
+11994,11994,1177,168.0,011700,,40.76058799,-74.00080945,156.0,008700,40.74206378,-73.995708955,988.561383175,6671,2938,4249,2304,008700,85660216.7821,011700,91270705.1484,,0.0,008700,011700,12831.4088954,152953,80974,hub,hub,non_hub,584791.475936,4510609.36503,584337.427395,4512660.77158
+11995,11995,123,168.0,011700,,40.76058799,-74.00080945,156.0,008800,40.75012189,-73.970133575,1228.03230728,6964,2938,5507,2304,008800,216532475.876,011700,91270705.1484,,0.0,008800,011700,12831.4088954,43247,80974,hub,hub,non_hub,586940.323322,4511528.89362,584337.427395,4512660.77158
+11996,11996,1356,252.0,011700,,40.76058799,-74.00080945,240.0,008900,40.74529008,-74.0021768567,857.937927708,5560,2938,3511,2304,008900,54419260.2723,011700,91270705.1484,,0.0,008900,011700,12831.4088954,158638,80974,hub,hub,non_hub,584241.316685,4510961.27944,584337.427395,4512660.77158
+11997,11997,397,252.0,011700,,40.76058799,-74.00080945,220.0,009000,40.75261798,-73.9703317533,1096.25770351,7026,2938,5832,2304,009000,208846060.851,011700,91270705.1484,,0.0,009000,011700,12831.4088954,74531,80974,hub,hub,non_hub,586920.342162,4511805.78171,584337.427395,4512660.77158
+11998,11998,456,84.0,011700,,40.76058799,-74.00080945,78.0,009100,40.74487634,-73.99529885,890.645067961,6415,2938,4386,2304,009100,127325659.041,011700,91270705.1484,,0.0,009100,011700,12831.4088954,63878,80974,hub,hub,non_hub,584822.527687,4510921.97538,584337.427395,4512660.77158
+11999,11999,384,168.0,011700,,40.76058799,-74.00080945,220.0,009200,40.7548518863,-73.9734329075,991.151514693,1754,2938,1461,2304,009200,408192557.246,011700,91270705.1484,,0.0,009200,011700,12831.4088954,72226,80974,hub,hub,non_hub,586655.650548,4512050.69496,584337.427395,4512660.77158
+12000,12000,784,84.0,011700,,40.76058799,-74.00080945,78.0,009300,40.74475148,-73.99915362,863.639553736,9705,2938,5585,2304,009300,68528055.2433,011700,91270705.1484,,0.0,009300,011700,12831.4088954,52202,80974,hub,hub,non_hub,584497.239363,4510904.39701,584337.427395,4512660.77158
+12001,12001,1496,84.0,011700,,40.76058799,-74.00080945,62.0,009400,40.75320159,-73.9779874,754.337522878,29,2938,16,2304,009400,299218147.811,011700,91270705.1484,,0.0,009400,011700,12831.4088954,82147,80974,hub,hub,non_hub,586273.319313,4511863.01244,584337.427395,4512660.77158
+12002,12002,321,84.0,011700,,40.76058799,-74.00080945,102.0,009500,40.746647,-73.993915,827.030625563,3425,2938,1416,2304,009500,129660033.725,011700,91270705.1484,,0.0,009500,011700,12831.4088954,57488,80974,hub,hub,non_hub,584937.108907,4511119.86954,584337.427395,4512660.77158
+12003,12003,1198,252.0,011700,,40.76058799,-74.00080945,280.0,009600,40.7560469556,-73.9803698931,738.368652278,153,2938,268,2304,009600,270304841.585,011700,91270705.1484,,0.0,009600,011700,12831.4088954,71527,80974,hub,hub,non_hub,586068.527814,4512176.52957,584337.427395,4512660.77158
+12004,12004,1148,252.0,011700,,40.76058799,-74.00080945,198.0,009700,40.7493616033,-73.9991321067,689.007730028,4744,2938,2827,2304,009700,83018263.1602,011700,91270705.1484,,0.0,009700,011700,12831.4088954,118804,80974,hub,hub,non_hub,584493.220017,4511416.17434,584337.427395,4512660.77158
+12005,12005,115,168.0,011700,,40.76058799,-74.00080945,140.0,009800,40.755285655,-73.96667288,1398.97857143,7105,2938,5244,2304,009800,115943808.909,011700,91270705.1484,,0.0,009800,011700,12831.4088954,40039,80974,hub,hub,non_hub,587225.727282,4512105.54383,584337.427395,4512660.77158
+12006,12006,3705,420.0,011700,,40.76058799,-74.00080945,370.0,009900,40.7520807866,-74.0031899092,594.836789201,3617,2938,2438,2304,009900,404439511.776,011700,91270705.1484,,0.0,009900,011700,12831.4088954,208076,80974,hub,hub,hub,584147.226991,4511714.12465,584337.427395,4512660.77158
+12007,12007,715,252.0,011700,,40.76058799,-74.00080945,242.0,010000,40.7583696933,-73.9710287767,1093.03891713,1829,2938,1399,2304,010000,366457143.613,011700,91270705.1484,,0.0,010000,011700,12831.4088954,72085,80974,hub,hub,non_hub,586854.014885,4512443.57459,584337.427395,4512660.77158
+12008,12008,1093,252.0,011700,,40.76058799,-74.00080945,254.0,010100,40.74945622,-73.9903382667,742.741571952,1119,2938,828,2304,010100,246168211.101,011700,91270705.1484,,0.0,010100,011700,12831.4088954,183377,80974,hub,hub,non_hub,585235.486219,4511435.18064,584337.427395,4512660.77158
+12009,12009,449,168.0,011700,,40.76058799,-74.00080945,162.0,010200,40.7606694,-73.973473555,959.672836384,313,2938,268,2304,010200,333450202.294,011700,91270705.1484,,0.0,010200,011700,12831.4088954,46675,80974,hub,hub,non_hub,586644.664817,4512696.44233,584337.427395,4512660.77158
+12010,12010,4353,168.0,011700,,40.76058799,-74.00080945,196.0,010300,40.751000495,-73.994372255,582.611430723,1859,2938,1351,2304,010300,141506056.87,011700,91270705.1484,,0.0,010300,011700,12831.4088954,221593,80974,hub,hub,hub,584892.968075,4511602.69644,584337.427395,4512660.77158
+12011,12011,766,168.0,011700,,40.76058799,-74.00080945,150.0,010400,40.761664375,-73.976854975,941.549999957,1031,2938,1033,2304,010400,363981333.295,011700,91270705.1484,,0.0,010400,011700,12831.4088954,65073,80974,hub,hub,non_hub,586357.961325,4512803.55852,584337.427395,4512660.77158
+12012,12012,66,84.0,011700,,40.76058799,-74.00080945,66.0,010602,40.75849116,-73.95920622,1649.35,4794,2938,2963,2304,010602,67980898.3739,011700,91270705.1484,,0.0,010602,011700,12831.4088954,22153,80974,hub,hub,non_hub,587851.796682,4512468.82754,584337.427395,4512660.77158
+12013,12013,361,252.0,011700,,40.76058799,-74.00080945,234.0,010800,40.7591736033,-73.96613818,1322.33616223,8531,2938,6272,2304,010800,189351523.799,011700,91270705.1484,,0.0,010800,011700,12831.4088954,79198,80974,hub,hub,non_hub,587265.778542,4512537.66689,584337.427395,4512660.77158
+12014,12014,587,168.0,011700,,40.76058799,-74.00080945,228.0,010900,40.751351715,-73.987594755,773.69046245,182,2938,92,2304,010900,228173063.011,011700,91270705.1484,,0.0,010900,011700,12831.4088954,60092,80974,hub,hub,non_hub,585464.669441,4511648.26242,584337.427395,4512660.77158
+12015,12015,560,84.0,011700,,40.76058799,-74.00080945,118.0,011201,40.7643971,-73.97371465,1090.29271613,827,2938,964,2304,011201,118515444.187,011700,91270705.1484,,0.0,011201,011700,12831.4088954,41525,80974,hub,hub,non_hub,586619.474659,4513110.00718,584337.427395,4512660.77158
+12016,12016,246,84.0,011700,,40.76058799,-74.00080945,66.0,011203,40.76095756,-73.96724467,1362.72067095,1176,2938,1160,2304,011203,143782379.009,011700,91270705.1484,,0.0,011203,011700,12831.4088954,48033,80974,hub,hub,non_hub,587170.050102,4512734.59972,584337.427395,4512660.77158
+12017,12017,5524,336.0,011700,,40.76058799,-74.00080945,396.0,011300,40.7548008425,-73.9888010575,542.336044076,204,2938,107,2304,011300,357940519.061,011700,91270705.1484,,0.0,011300,011700,12831.4088954,236650,80974,hub,hub,hub,585358.423228,4512029.96675,584337.427395,4512660.77158
+12018,12018,3983,168.0,011700,,40.76058799,-74.00080945,164.0,011500,40.75701407,-73.992353645,443.34363858,2487,2938,1678,2304,011500,130958459.747,011700,91270705.1484,,0.0,011500,011700,12831.4088954,103294,80974,hub,hub,hub,585055.712647,4512272.20178,584337.427395,4512660.77158
+12019,12019,618,84.0,011700,,40.76058799,-74.00080945,68.0,011900,40.7568001,-73.98291153,616.828975089,1079,2938,1121,2304,011900,395254501.74,011700,91270705.1484,,0.0,011900,011700,12831.4088954,39976,80974,hub,hub,non_hub,585853.012005,4512257.64444,584337.427395,4512660.77158
+12020,12020,3098,252.0,011700,,40.76058799,-74.00080945,218.0,012100,40.7598593767,-73.9914900133,527.148206098,8366,2938,5744,2304,012100,101223732.045,011700,91270705.1484,,0.0,012100,011700,12831.4088954,132767,80974,hub,hub,hub,585124.983127,4512588.88932,584337.427395,4512660.77158
+12021,12021,933,84.0,011700,,40.76058799,-74.00080945,102.0,012500,40.76064679,-73.98442659,634.680767413,2439,2938,2096,2304,012500,322911522.418,011700,91270705.1484,,0.0,012500,011700,12831.4088954,45486,80974,hub,hub,non_hub,585720.180916,4512683.17447,584337.427395,4512660.77158
+12022,12022,1655,168.0,011700,,40.76058799,-74.00080945,168.0,012700,40.762485435,-73.990447135,511.186928155,6437,2938,4434,2304,012700,104637996.687,011700,91270705.1484,,0.0,012700,011700,12831.4088954,83393,80974,hub,hub,non_hub,585209.656415,4512881.41361,584337.427395,4512660.77158
+12023,12023,624,84.0,011700,,40.76058799,-74.00080945,48.0,012900,40.76341379,-73.99667444,507.882302853,5312,2938,3621,2304,012900,158698340.053,011700,91270705.1484,,0.0,012900,011700,12831.4088954,28661,80974,hub,hub,non_hub,584682.864463,4512978.43901,584337.427395,4512660.77158
+12024,12024,1281,252.0,011700,,40.76058799,-74.00080945,320.0,013100,40.7621295133,-73.98215453,748.263110378,2489,2938,2283,2304,013100,405023451.28,011700,91270705.1484,,0.0,013100,011700,12831.4088954,107228,80974,hub,hub,non_hub,585910.04945,4512849.98999,584337.427395,4512660.77158
+12025,12025,1264,252.0,011700,,40.76058799,-74.00080945,202.0,013300,40.7647250567,-73.9866537633,655.163567665,5363,2938,3909,2304,013300,79847412.2593,011700,91270705.1484,,0.0,013300,011700,12831.4088954,89810,80974,hub,hub,non_hub,585526.963405,4513133.71926,584337.427395,4512660.77158
+12026,12026,2271,168.0,011700,,40.76058799,-74.00080945,130.0,013500,40.766984435,-73.99227308,474.706062683,6075,2938,3935,2304,013500,198199142.958,011700,91270705.1484,,0.0,013500,011700,12831.4088954,64723,80974,hub,hub,non_hub,585049.80204,4513379.06475,584337.427395,4512660.77158
+12027,12027,1033,168.0,011700,,40.76058799,-74.00080945,196.0,013700,40.766109285,-73.981808355,889.46760101,6557,2938,5442,2304,013700,314878324.419,011700,91270705.1484,,0.0,013700,011700,12831.4088954,91142,80974,hub,hub,non_hub,585934.141665,4513292.1137,584337.427395,4512660.77158
+12028,12028,375,84.0,011700,,40.76058799,-74.00080945,54.0,013900,40.768254,-73.988639,640.627400112,7607,2938,7359,2304,013900,139918084.587,011700,91270705.1484,,0.0,013900,011700,12831.4088954,26390,80974,hub,hub,non_hub,585354.890073,4513523.52534,584337.427395,4512660.77158
+12029,12029,357,84.0,011700,,40.76058799,-74.00080945,98.0,014300,40.76590936,-73.97634151,1079.52096552,3,2938,0,2304,014300,50027992.3322,011700,91270705.1484,,0.0,014300,011700,12831.4088954,21051,80974,hub,hub,non_hub,586395.803012,4513275.28949,584337.427395,4512660.77158
+12030,12030,1101,84.0,011700,,40.76058799,-74.00080945,72.0,014500,40.76915505,-73.98191841,1007.4523467,5811,2938,3462,2304,014500,253397343.373,011700,91270705.1484,,0.0,014500,011700,12831.4088954,68350,80974,hub,hub,non_hub,585920.929601,4513630.10902,584337.427395,4512660.77158
+12031,12031,925,84.0,011700,,40.76058799,-74.00080945,110.0,014700,40.770513,-73.988038,735.485342645,2586,2938,1743,2304,014700,70871746.8417,011700,91270705.1484,,0.0,014700,011700,12831.4088954,35099,80974,hub,hub,non_hub,585402.720353,4513774.87644,584337.427395,4512660.77158
+12032,12032,551,84.0,011700,,40.76058799,-74.00080945,72.0,015100,40.771522,-73.990541,789.624346076,8105,2938,4856,2304,015100,164953931.102,011700,91270705.1484,,0.0,015100,011700,12831.4088954,17578,80974,hub,hub,non_hub,585190.192062,4513884.4495,584337.427395,4512660.77158
+12033,12033,3811,168.0,011700,,40.76058799,-74.00080945,140.0,031703,40.71644312,-74.014902115,1408.6146617,8670,2938,4231,2304,031703,332361109.355,011700,91270705.1484,,0.0,031703,011700,12831.4088954,136082,80974,hub,hub,hub,583202.897614,4507746.93647,584337.427395,4512660.77158
+12034,12034,1960,252.0,011700,,40.76058799,-74.00080945,196.0,031704,40.7085171733,-74.0165557667,1643.97117218,6610,2938,3790,2304,031704,160823714.408,011700,91270705.1484,,0.0,031704,011700,12831.4088954,105244,80974,hub,hub,non_hub,583073.076824,4506865.54027,584337.427395,4512660.77158
+12035,12035,60,252.0,011700,,40.76058799,-74.00080945,170.0,000600,40.7128987867,-73.9898646367,1822.04122807,11558,2938,4083,2304,000600,59149181.7526,011700,91270705.1484,,0.0,000600,011700,12831.4088954,70053,80974,hub,hub,non_hub,585322.159723,4507377.5136,584337.427395,4512660.77158
+12036,12036,59,102.0,011900,,40.7568001,-73.98291153,54.0,000202,40.71318002,-73.9818904933,1762.03968254,8012,1079,3598,1121,000202,37878157.9781,011900,395254501.74,011900,1283208072.0,000202,011900,13689.0059851,56352,43519,hub,hub,non_hub,585995.353038,4507416.50937,585853.012005,4512257.64444
+12037,12037,56,238.0,011900,,40.7568001,-73.98291153,258.0,000700,40.70581148,-74.0081572071,1852.72278912,7722,1079,5201,1121,000700,476954959.734,011900,395254501.74,011900,1283208072.0,000700,011900,13689.0059851,160040,43519,hub,hub,non_hub,583785.918305,4506573.16797,585853.012005,4512257.64444
+12038,12038,22,68.0,011900,,40.7568001,-73.98291153,47.0,000800,40.712414475,-73.993471545,1743.35882353,10365,1079,4150,1121,000800,46479755.076,011900,395254501.74,011900,1283208072.0,000800,011900,13689.0059851,34254,43519,hub,hub,non_hub,585018.109713,4507320.25418,585853.012005,4512257.64444
+12039,12039,11,102.0,011900,,40.7568001,-73.98291153,97.0,000900,40.7024745833,-74.01224785,2126.29166667,1140,1079,939,1121,000900,404341803.896,011900,395254501.74,011900,1283208072.0,000900,011900,13689.0059851,46446,43519,hub,hub,non_hub,583444.520998,4506198.85784,585853.012005,4512257.64444
+12040,12040,3,34.0,011900,,40.7568001,-73.98291153,19.0,001002,40.71782143,-73.97628939,1517.33333333,6439,1079,2346,1121,001002,22763374.2099,011900,395254501.74,011900,1283208072.0,001002,011900,13689.0059851,15916,43519,hub,hub,non_hub,586462.45635,4507937.23607,585853.012005,4512257.64444
+12041,12041,34,68.0,011900,,40.7568001,-73.98291153,46.0,001200,40.717364275,-73.982955325,1716.5530303,3547,1079,1857,1121,001200,23518220.7411,011900,395254501.74,011900,1283208072.0,001200,011900,13689.0059851,36493,43519,hub,hub,non_hub,585900.031125,4507879.94738,585853.012005,4512257.64444
+12042,12042,21,34.0,011900,,40.7568001,-73.98291153,36.0,001300,40.70463334,-74.01361706,2289.66666667,3776,1079,3028,1121,001300,286606455.687,011900,395254501.74,011900,1283208072.0,001300,011900,13689.0059851,27671,43519,hub,hub,non_hub,583326.158808,4506437.19368,585853.012005,4512257.64444
+12043,12043,19,34.0,011900,,40.7568001,-73.98291153,28.0,001401,40.71559509,-73.9870295,1170.10526316,3289,1079,1708,1121,001401,20168722.3199,011900,395254501.74,011900,1283208072.0,001401,011900,13689.0059851,26885,43519,hub,hub,non_hub,585558.18429,4507679.57909,585853.012005,4512257.64444
+12044,12044,31,68.0,011900,,40.7568001,-73.98291153,67.0,001501,40.70966832,-74.003597135,2133.29166667,5581,1079,3450,1121,001501,172466366.322,011900,395254501.74,011900,1283208072.0,001501,011900,13689.0059851,27425,43519,hub,hub,non_hub,584166.279828,4507005.66129,585853.012005,4512257.64444
+12045,12045,75,102.0,011900,,40.7568001,-73.98291153,123.0,001502,40.7088053467,-74.00635276,1843.0958486,7095,1079,3459,1121,001502,221282059.103,011900,395254501.74,011900,1283208072.0,001502,011900,13689.0059851,82052,43519,hub,hub,non_hub,583934.59195,4506907.22889,585853.012005,4512257.64444
+12046,12046,52,102.0,011900,,40.7568001,-73.98291153,107.0,001600,40.7153350167,-73.9943926833,1878.63804714,8236,1079,3242,1121,001600,76565505.7581,011900,395254501.74,011900,1283208072.0,001600,011900,13689.0059851,82798,43519,hub,hub,non_hub,584936.591099,4507643.5622,585853.012005,4512257.64444
+12047,12047,118,136.0,011900,,40.7568001,-73.98291153,154.0,001800,40.7193657075,-73.9906468425,1627.83829365,8063,1079,3489,1121,001800,60554858.5127,011900,395254501.74,011900,1283208072.0,001800,011900,13689.0059851,133306,43519,hub,hub,non_hub,585247.838585,4508094.62497,585853.012005,4512257.64444
+12048,12048,10,68.0,011900,,40.7568001,-73.98291153,46.0,002000,40.721554605,-73.977309405,1640.625,4795,1079,1899,1121,002000,17907673.5628,011900,395254501.74,011900,1283208072.0,002000,011900,13689.0059851,31656,43519,hub,hub,non_hub,586371.478696,4508350.63994,585853.012005,4512257.64444
+12049,12049,148,136.0,011900,,40.7568001,-73.98291153,102.0,002100,40.71451321,-74.0108850975,1670.10854231,6111,1079,3038,1121,002100,273869828.705,011900,395254501.74,011900,1283208072.0,002100,011900,13689.0059851,151037,43519,hub,hub,non_hub,583544.598931,4507536.51732,585853.012005,4512257.64444
+12050,12050,18,68.0,011900,,40.7568001,-73.98291153,44.0,002201,40.71833027,-73.980972895,1614.95833333,6762,1079,3030,1121,002201,37585954.9949,011900,395254501.74,011900,1283208072.0,002201,011900,13689.0059851,26391,43519,hub,hub,non_hub,586066.226443,4507989.12022,585853.012005,4512257.64444
+12051,12051,45,34.0,011900,,40.7568001,-73.98291153,31.0,002202,40.7208736,-73.98085795,1549.55555556,2256,1079,1045,1121,002202,13179093.8977,011900,395254501.74,011900,1283208072.0,002202,011900,13689.0059851,23935,43519,hub,hub,non_hub,586072.658368,4508271.55961,585853.012005,4512257.64444
+12052,12052,3,68.0,011900,,40.7568001,-73.98291153,48.0,002400,40.724744875,-73.974986535,1723.25,5775,1079,2175,1121,002400,17986635.5592,011900,395254501.74,011900,1283208072.0,002400,011900,13689.0059851,17965,43519,hub,hub,non_hub,586563.526382,4508707.06897,585853.012005,4512257.64444
+12053,12053,56,68.0,011900,,40.7568001,-73.98291153,62.0,002500,40.7111743,-73.99849582,1934.94791667,5061,1079,1917,1121,002500,22428407.6271,011900,395254501.74,011900,1283208072.0,002500,011900,13689.0059851,28216,43519,hub,hub,non_hub,584595.28909,4507177.73549,585853.012005,4512257.64444
+12054,12054,15,34.0,011900,,40.7568001,-73.98291153,31.0,002601,40.72299208,-73.97995466,1690.8,3774,1079,1593,1121,002601,22248722.3098,011900,395254501.74,011900,1283208072.0,002601,011900,13689.0059851,22144,43519,hub,hub,non_hub,586146.216204,4508507.61099,585853.012005,4512257.64444
+12055,12055,6,34.0,011900,,40.7568001,-73.98291153,27.0,002700,40.71307916,-73.99851193,2102.83333333,1191,1079,655,1121,002700,11349914.9514,011900,395254501.74,011900,1283208072.0,002700,011900,13689.0059851,20570,43519,hub,hub,non_hub,584591.517275,4507389.17181,585853.012005,4512257.64444
+12056,12056,36,34.0,011900,,40.7568001,-73.98291153,32.0,002800,40.72521311,-73.97768752,1372.30555556,7302,1079,3341,1121,002800,47641507.3146,011900,395254501.74,011900,1283208072.0,002800,011900,13689.0059851,36744,43519,hub,hub,non_hub,586334.816403,4508756.38709,585853.012005,4512257.64444
+12057,12057,19,34.0,011900,,40.7568001,-73.98291153,43.0,002900,40.71602118,-73.99974372,1299.05263158,5855,1079,2420,1121,002900,200965547.24,011900,395254501.74,011900,1283208072.0,002900,011900,13689.0059851,31936,43519,hub,hub,non_hub,584483.752153,4507714.56961,585853.012005,4512257.64444
+12058,12058,26,34.0,011900,,40.7568001,-73.98291153,35.0,003001,40.72066442,-73.98517977,1545.03846154,4301,1079,2553,1121,003001,34302720.7166,011900,395254501.74,011900,1283208072.0,003001,011900,13689.0059851,41223,43519,hub,hub,non_hub,585707.91731,4508244.11218,585853.012005,4512257.64444
+12059,12059,21,34.0,011900,,40.7568001,-73.98291153,37.0,003002,40.72217444,-73.98368779,1473.9047619,3031,1079,1885,1121,003002,18686109.2263,011900,395254501.74,011900,1283208072.0,003002,011900,13689.0059851,38675,43519,hub,hub,non_hub,585831.986427,4508413.19181,585853.012005,4512257.64444
+12060,12060,81,102.0,011900,,40.7568001,-73.98291153,121.0,003100,40.7140617467,-74.0041933367,1895.01910331,2809,1079,858,1121,003100,145687012.574,011900,395254501.74,011900,1283208072.0,003100,011900,13689.0059851,81469,43519,hub,hub,non_hub,584110.388584,4507492.78891,585853.012005,4512257.64444
+12061,12061,229,102.0,011900,,40.7568001,-73.98291153,100.0,003200,40.7260543867,-73.9823576167,1270.56490956,7630,1079,4888,1121,003200,46369492.482,011900,395254501.74,011900,1283208072.0,003200,011900,13689.0059851,138064,43519,hub,hub,non_hub,585939.335766,4508845.19329,585853.012005,4512257.64444
+12062,12062,147,170.0,011900,,40.7568001,-73.98291153,173.0,003300,40.7188190607,-74.006340388,1642.432211,5174,1079,2694,1121,003300,215459582.054,011900,395254501.74,011900,1283208072.0,003300,011900,13689.0059851,115059,43519,hub,hub,non_hub,583923.061198,4508018.82791,585853.012005,4512257.64444
+12063,12063,109,34.0,011900,,40.7568001,-73.98291153,39.0,003400,40.72955361,-73.98057249,1131.10091743,6706,1079,4203,1121,003400,42933229.7541,011900,395254501.74,011900,1283208072.0,003400,011900,13689.0059851,47926,43519,hub,hub,non_hub,586085.581298,4509235.37985,585853.012005,4512257.64444
+12064,12064,88,68.0,011900,,40.7568001,-73.98291153,66.0,003601,40.72217423,-73.990293175,1334.56095238,3299,1079,1613,1121,003601,29191583.8104,011900,395254501.74,011900,1283208072.0,003601,011900,13689.0059851,77585,43519,hub,hub,non_hub,585274.124459,4508406.73315,585853.012005,4512257.64444
+12065,12065,172,68.0,011900,,40.7568001,-73.98291153,62.0,003602,40.724852985,-73.989265345,1290.37030303,2918,1079,1586,1121,003602,24941258.1161,011900,395254501.74,011900,1283208072.0,003602,011900,13689.0059851,82124,43519,hub,hub,non_hub,585357.507872,4508705.09166,585853.012005,4512257.64444
+12066,12066,352,136.0,011900,,40.7568001,-73.98291153,148.0,003700,40.7256696075,-74.0052069325,1264.98396728,2401,1079,1490,1121,003700,212385639.924,011900,395254501.74,011900,1283208072.0,003700,011900,13689.0059851,173333,43519,hub,hub,non_hub,584010.178026,4508780.36793,585853.012005,4512257.64444
+12067,12067,478,136.0,011900,,40.7568001,-73.98291153,160.0,003800,40.72765889,-73.988195855,1156.56922592,8610,1079,5795,1121,003800,67437493.5221,011900,395254501.74,011900,1283208072.0,003800,011900,13689.0059851,167230,43519,hub,hub,non_hub,585444.239635,4509017.60641,585853.012005,4512257.64444
+12068,12068,84,136.0,011900,,40.7568001,-73.98291153,106.0,003900,40.7201717475,-74.00983051,1735.74940476,5253,1079,3059,1121,003900,194910113.03,011900,395254501.74,011900,1283208072.0,003900,011900,13689.0059851,113624,43519,hub,hub,non_hub,583626.593058,4508165.65565,585853.012005,4512257.64444
+12069,12069,125,68.0,011900,,40.7568001,-73.98291153,66.0,004000,40.73000573,-73.98549552,1289.04567805,9801,1079,4546,1121,004000,66858387.5133,011900,395254501.74,011900,1283208072.0,004000,011900,13689.0059851,99660,43519,hub,hub,non_hub,585669.269443,4509280.75306,585853.012005,4512257.64444
+12070,12070,62,68.0,011900,,40.7568001,-73.98291153,64.0,004100,40.7195529,-73.996789035,1716.01134752,7793,1079,3765,1121,004100,71738983.3617,011900,395254501.74,011900,1283208072.0,004100,011900,13689.0059851,114685,43519,hub,hub,non_hub,584728.836557,4508109.46034,585853.012005,4512257.64444
+12071,12071,46,34.0,011900,,40.7568001,-73.98291153,35.0,004200,40.73223272,-73.98889957,1374.2826087,4988,1079,1801,1121,004200,39941846.3325,011900,395254501.74,011900,1283208072.0,004200,011900,13689.0059851,50846,43519,hub,hub,non_hub,585378.96492,4509524.64843,585853.012005,4512257.64444
+12072,12072,63,68.0,011900,,40.7568001,-73.98291153,67.0,004300,40.723870235,-73.995226525,1544.28703704,4267,1079,2598,1121,004300,65935514.1184,011900,395254501.74,011900,1283208072.0,004300,011900,13689.0059851,95162,43519,hub,hub,non_hub,584855.320992,4508590.22212,585853.012005,4512257.64444
+12073,12073,209,68.0,011900,,40.7568001,-73.98291153,60.0,004400,40.73080269,-73.97968993,1235.62645581,17710,1079,8297,1121,004400,114601147.016,011900,395254501.74,011900,1283208072.0,004400,011900,13689.0059851,106427,43519,hub,hub,non_hub,586158.498991,4509374.90208,585853.012005,4512257.64444
+12074,12074,22,34.0,011900,,40.7568001,-73.98291153,27.0,004500,40.71910537,-73.99973337,1497.22727273,840,1079,582,1121,004500,52009114.8865,011900,395254501.74,011900,1283208072.0,004500,011900,13689.0059851,34275,43519,hub,hub,non_hub,584480.726971,4508056.94497,585853.012005,4512257.64444
+12075,12075,27,34.0,011900,,40.7568001,-73.98291153,39.0,004700,40.72165481,-74.00234737,1619.40740741,2267,1079,1586,1121,004700,75477587.1594,011900,395254501.74,011900,1283208072.0,004700,011900,13689.0059851,27544,43519,hub,hub,non_hub,584256.734795,4508337.43837,585853.012005,4512257.64444
+12076,12076,102,34.0,011900,,40.7568001,-73.98291153,35.0,004800,40.73624527,-73.98473765,975.392156863,7550,1079,3799,1121,004800,74763044.6965,011900,395254501.74,011900,1283208072.0,004800,011900,13689.0059851,42567,43519,hub,hub,non_hub,585725.258797,4509974.12516,585853.012005,4512257.64444
+12077,12077,72,68.0,011900,,40.7568001,-73.98291153,73.0,004900,40.724268615,-74.000521515,1403.94648829,4951,1079,3054,1121,004900,103848670.177,011900,395254501.74,011900,1283208072.0,004900,011900,13689.0059851,80152,43519,hub,hub,non_hub,584407.63728,4508629.34168,585853.012005,4512257.64444
+12078,12078,221,102.0,011900,,40.7568001,-73.98291153,93.0,005000,40.7359163467,-73.9873427633,985.390524056,5061,1079,3595,1121,005000,120638459.215,011900,395254501.74,011900,1283208072.0,005000,011900,13689.0059851,111023,43519,hub,hub,non_hub,585505.709717,4509935.07175,585853.012005,4512257.64444
+12079,12079,540,68.0,011900,,40.7568001,-73.98291153,106.0,005200,40.73715585,-73.991241315,857.293688376,4193,1079,1785,1121,005200,109103391.81,011900,395254501.74,011900,1283208072.0,005200,011900,13689.0059851,159876,43519,hub,hub,non_hub,585174.941656,4510068.87544,585853.012005,4512257.64444
+12080,12080,458,34.0,011900,,40.7568001,-73.98291153,47.0,005400,40.73971301,-73.99456405,750.115720524,4656,1079,2837,1121,005400,128803552.888,011900,395254501.74,011900,1283208072.0,005400,011900,13689.0059851,73728,43519,hub,hub,non_hub,584891.129718,4510349.51956,585853.012005,4512257.64444
+12081,12081,108,34.0,011900,,40.7568001,-73.98291153,30.0,005501,40.72679454,-73.99695094,1135.80555556,5079,1079,2483,1121,005501,61061928.4125,011900,395254501.74,011900,1283208072.0,005501,011900,13689.0059851,57258,43519,hub,hub,non_hub,584705.980012,4508913.17477,585853.012005,4512257.64444
+12082,12082,176,34.0,011900,,40.7568001,-73.98291153,27.0,005502,40.72743423,-73.99379025,1030.05113636,2383,1079,1262,1121,005502,49017118.6146,011900,395254501.74,011900,1283208072.0,005502,011900,13689.0059851,55117,43519,hub,hub,non_hub,584972.085912,4508987.23863,585853.012005,4512257.64444
+12083,12083,479,68.0,011900,,40.7568001,-73.98291153,95.0,005600,40.74065347,-73.98778661,824.652624547,2618,1079,2190,1121,005600,189153355.609,011900,395254501.74,011900,1283208072.0,005600,011900,13689.0059851,113209,43519,hub,hub,non_hub,585462.168743,4510460.49357,585853.012005,4512257.64444
+12084,12084,269,68.0,011900,,40.7568001,-73.98291153,82.0,005700,40.729662915,-73.992405595,1112.1673516,2937,1079,1789,1121,005700,90178032.7137,011900,395254501.74,011900,1283208072.0,005700,011900,13689.0059851,156896,43519,hub,hub,non_hub,585086.179601,4509235.9788,585853.012005,4512257.64444
+12085,12085,965,68.0,011900,,40.7568001,-73.98291153,87.0,005800,40.743154205,-73.990299735,679.907082559,3182,1079,2306,1121,005800,164037511.755,011900,395254501.74,011900,1283208072.0,005800,011900,13689.0059851,130970,43519,hub,hub,non_hub,585246.786708,4510735.64918,585853.012005,4512257.64444
+12086,12086,92,34.0,011900,,40.7568001,-73.98291153,31.0,005900,40.73049393,-73.9957214,1155.5,5516,1079,3276,1121,005900,71785177.1361,011900,395254501.74,011900,1283208072.0,005900,011900,13689.0059851,53180,43519,hub,hub,non_hub,584805.117402,4509325.01914,585853.012005,4512257.64444
+12087,12087,275,68.0,011900,,40.7568001,-73.98291153,63.0,006000,40.734822295,-73.976916765,1110.73,5286,1079,2459,1121,006000,27468182.8943,011900,395254501.74,011900,1283208072.0,006000,011900,13689.0059851,80462,43519,hub,hub,non_hub,586387.478737,4509823.83141,585853.012005,4512257.64444
+12088,12088,586,136.0,011900,,40.7568001,-73.98291153,141.0,006100,40.73385254,-73.992357065,1022.15803395,4913,1079,2683,1121,006100,91682014.33,011900,395254501.74,011900,1283208072.0,006100,011900,13689.0059851,245510,43519,hub,hub,non_hub,585084.940162,4509701.10308,585853.012005,4512257.64444
+12089,12089,186,34.0,011900,,40.7568001,-73.98291153,30.0,006200,40.7381765,-73.97738662,1005.4516129,4680,1079,1401,1121,006200,231817485.533,011900,395254501.74,011900,1283208072.0,006200,011900,13689.0059851,33218,43519,hub,hub,non_hub,586343.467107,4510195.70961,585853.012005,4512257.64444
+12090,12090,449,102.0,011900,,40.7568001,-73.98291153,99.0,006300,40.7346940933,-73.99785666,927.478815629,6076,1079,4277,1121,006300,85447631.8451,011900,395254501.74,011900,1283208072.0,006300,011900,13689.0059851,120233,43519,hub,hub,non_hub,584619.48321,4509789.20591,585853.012005,4512257.64444
+12091,12091,97,34.0,011900,,40.7568001,-73.98291153,39.0,006400,40.73587678,-73.98205027,1089.79381443,7518,1079,5058,1121,006400,95664936.1545,011900,395254501.74,011900,1283208072.0,006400,011900,13689.0059851,47750,43519,hub,hub,non_hub,585952.649806,4509935.84788,585853.012005,4512257.64444
+12092,12092,178,102.0,011900,,40.7568001,-73.98291153,106.0,006500,40.7306296367,-73.9991423,1096.56576448,6517,1079,3568,1121,006500,59290910.3694,011900,395254501.74,011900,1283208072.0,006500,011900,13689.0059851,125356,43519,hub,hub,non_hub,584516.067395,4509336.78488,585853.012005,4512257.64444
+12093,12093,357,68.0,011900,,40.7568001,-73.98291153,82.0,006600,40.739285505,-73.97827188,919.593248945,11780,1079,6818,1121,006600,84730469.4548,011900,395254501.74,011900,1283208072.0,006600,011900,13689.0059851,74621,43519,hub,hub,non_hub,586267.286922,4510317.94668,585853.012005,4512257.64444
+12094,12094,99,34.0,011900,,40.7568001,-73.98291153,39.0,006700,40.73038599,-74.00214988,1046.16161616,4984,1079,3796,1121,006700,47238039.9972,011900,395254501.74,011900,1283208072.0,006700,011900,13689.0059851,70025,43519,hub,hub,non_hub,584262.399901,4509306.84766,585853.012005,4512257.64444
+12095,12095,417,34.0,011900,,40.7568001,-73.98291153,39.0,006800,40.74025878,-73.98409214,797.827338129,6735,1079,4494,1121,006800,130298431.446,011900,395254501.74,011900,1283208072.0,006800,011900,13689.0059851,58926,43519,hub,hub,non_hub,585774.608423,4510420.28363,585853.012005,4512257.64444
+12096,12096,170,68.0,011900,,40.7568001,-73.98291153,67.0,006900,40.732319905,-74.0069291,1407.76491228,2687,1079,1484,1121,006900,61292499.9331,011900,395254501.74,011900,1283208072.0,006900,011900,13689.0059851,130727,43519,hub,hub,non_hub,583856.38945,4509516.94969,585853.012005,4512257.64444
+12097,12097,593,102.0,011900,,40.7568001,-73.98291153,127.0,007000,40.7425341055,-73.9756511295,864.732347884,8302,1079,5669,1121,007000,78634704.8451,011900,395254501.74,011900,1283208072.0,007000,011900,13689.0059851,145227,43519,hub,hub,non_hub,586484.359394,4510681.14337,585853.012005,4512257.64444
+12098,12098,154,68.0,011900,,40.7568001,-73.98291153,71.0,007100,40.736526545,-74.000108805,895.377948113,5633,1079,3844,1121,007100,68447429.2743,011900,395254501.74,011900,1283208072.0,007100,011900,13689.0059851,79459,43519,hub,hub,non_hub,584426.995774,4509990.4524,585853.012005,4512257.64444
+12099,12099,1052,102.0,011900,,40.7568001,-73.98291153,126.0,007200,40.7447014833,-73.98154809,730.202419373,7734,1079,5222,1121,007200,132092861.454,011900,395254501.74,011900,1283208072.0,007200,011900,13689.0059851,157612,43519,hub,hub,non_hub,585983.687715,4510915.94446,585853.012005,4512257.64444
+12100,12100,192,68.0,011900,,40.7568001,-73.98291153,59.0,007300,40.734682705,-74.00388484,1160.83982906,5615,1079,4547,1121,007300,48716185.79,011900,395254501.74,011900,1283208072.0,007300,011900,13689.0059851,92567,43519,hub,hub,non_hub,584110.479319,4509782.14883,585853.012005,4512257.64444
+12101,12101,583,68.0,011900,,40.7568001,-73.98291153,86.0,007400,40.746413585,-73.98586892,600.187936238,4179,1079,2700,1121,007400,170614202.951,011900,395254501.74,011900,1283208072.0,007400,011900,13689.0059851,81121,43519,hub,hub,non_hub,585616.696258,4511101.7763,585853.012005,4512257.64444
+12102,12102,713,68.0,011900,,40.7568001,-73.98291153,69.0,007600,40.74737476,-73.988320695,526.617448202,2203,1079,1573,1121,007600,242014413.464,011900,395254501.74,011900,1283208072.0,007600,011900,13689.0059851,97464,43519,hub,hub,non_hub,585408.475283,4511206.08492,585853.012005,4512257.64444
+12103,12103,89,34.0,011900,,40.7568001,-73.98291153,43.0,007700,40.7390169121,-74.0026376103,1098.02247191,5404,1079,4254,1121,007700,59306273.1509,011900,395254501.74,011900,1283208072.0,007700,011900,13689.0059851,79025,43519,hub,hub,non_hub,584210.329106,4510264.47156,585853.012005,4512257.64444
+12104,12104,311,34.0,011900,,40.7568001,-73.98291153,39.0,007800,40.74780373,-73.9734419,676.408360129,7380,1079,5372,1121,007800,112124597.728,011900,395254501.74,011900,1283208072.0,007800,011900,13689.0059851,59601,43519,hub,hub,non_hub,586664.043115,4511268.28888,585853.012005,4512257.64444
+12105,12105,280,170.0,011900,,40.7568001,-73.98291153,174.0,007900,40.738916514,-74.007286026,1230.24145488,4406,1079,2904,1121,007900,86937368.5918,011900,395254501.74,011900,1283208072.0,007900,011900,13689.0059851,171846,43519,hub,hub,non_hub,583817.969395,4510248.87788,585853.012005,4512257.64444
+12106,12106,1089,68.0,011900,,40.7568001,-73.98291153,71.0,008000,40.7485693,-73.97717991,542.788603495,4946,1079,3730,1121,008000,197763821.532,011900,395254501.74,011900,1283208072.0,008000,011900,13689.0059851,74808,43519,hub,hub,non_hub,586347.477591,4511349.58844,585853.012005,4512257.64444
+12107,12107,130,34.0,011900,,40.7568001,-73.98291153,39.0,008100,40.73935542,-73.99931783,863.461538462,8675,1079,5315,1121,008100,91100400.6907,011900,395254501.74,011900,1283208072.0,008100,011900,13689.0059851,53195,43519,hub,hub,non_hub,584490.204148,4510305.23824,585853.012005,4512257.64444
+12108,12108,1388,102.0,011900,,40.7568001,-73.98291153,175.0,008200,40.7519935753,-73.9794456977,386.754167821,3442,1079,2534,1121,008200,262405408.076,011900,395254501.74,011900,1283208072.0,008200,011900,13689.0059851,228612,43519,hub,hub,non_hub,586151.774392,4511727.48133,585853.012005,4512257.64444
+12109,12109,229,136.0,011900,,40.7568001,-73.98291153,119.0,008300,40.742591315,-74.004102785,1089.89636004,4211,1079,2321,1121,008300,119862327.354,011900,395254501.74,011900,1283208072.0,008300,011900,13689.0059851,186113,43519,hub,hub,non_hub,584082.11654,4510659.85081,585853.012005,4512257.64444
+12110,12110,326,34.0,011900,,40.7568001,-73.98291153,38.0,008400,40.75038009,-73.98338988,393.26993865,1726,1079,1041,1121,008400,147824461.739,011900,395254501.74,011900,1283208072.0,008400,011900,13689.0059851,34199,43519,hub,hub,non_hub,585820.889203,4511544.50828,585853.012005,4512257.64444
+12111,12111,168,34.0,011900,,40.7568001,-73.98291153,43.0,008601,40.744219,-73.97121214,832.386904762,2551,1079,1528,1121,008601,31141773.9073,011900,395254501.74,011900,1283208072.0,008601,011900,13689.0059851,31961,43519,hub,hub,non_hub,586856.951039,4510872.56191,585853.012005,4512257.64444
+12112,12112,774,68.0,011900,,40.7568001,-73.98291153,78.0,008700,40.74206378,-73.995708955,743.672974006,6671,1079,4249,1121,008700,85660216.7821,011900,395254501.74,011900,1283208072.0,008700,011900,13689.0059851,152953,43519,hub,hub,non_hub,584791.475936,4510609.36503,585853.012005,4512257.64444
+12113,12113,391,68.0,011900,,40.7568001,-73.98291153,78.0,008800,40.75012189,-73.970133575,576.424817289,6964,1079,5507,1121,008800,216532475.876,011900,395254501.74,011900,1283208072.0,008800,011900,13689.0059851,43247,43519,hub,hub,non_hub,586940.323322,4511528.89362,585853.012005,4512257.64444
+12114,12114,366,102.0,011900,,40.7568001,-73.98291153,120.0,008900,40.74529008,-74.0021768567,932.982601091,5560,1079,3511,1121,008900,54419260.2723,011900,395254501.74,011900,1283208072.0,008900,011900,13689.0059851,158638,43519,hub,hub,non_hub,584241.316685,4510961.27944,585853.012005,4512257.64444
+12115,12115,1061,102.0,011900,,40.7568001,-73.98291153,110.0,009000,40.75261798,-73.9703317533,492.258866739,7026,1079,5832,1121,009000,208846060.851,011900,395254501.74,011900,1283208072.0,009000,011900,13689.0059851,74531,43519,hub,hub,non_hub,586920.342162,4511805.78171,585853.012005,4512257.64444
+12116,12116,159,34.0,011900,,40.7568001,-73.98291153,39.0,009100,40.74487634,-73.99529885,696.201257862,6415,1079,4386,1121,009100,127325659.041,011900,395254501.74,011900,1283208072.0,009100,011900,13689.0059851,63878,43519,hub,hub,non_hub,584822.527687,4510921.97538,585853.012005,4512257.64444
+12117,12117,503,68.0,011900,,40.7568001,-73.98291153,110.0,009200,40.7548518863,-73.9734329075,483.090042776,1754,1079,1461,1121,009200,408192557.246,011900,395254501.74,011900,1283208072.0,009200,011900,13689.0059851,72226,43519,hub,hub,non_hub,586655.650548,4512050.69496,585853.012005,4512257.64444
+12118,12118,155,34.0,011900,,40.7568001,-73.98291153,39.0,009300,40.74475148,-73.99915362,893.206451613,9705,1079,5585,1121,009300,68528055.2433,011900,395254501.74,011900,1283208072.0,009300,011900,13689.0059851,52202,43519,hub,hub,non_hub,584497.239363,4510904.39701,585853.012005,4512257.64444
+12119,12119,1522,34.0,011900,,40.7568001,-73.98291153,31.0,009400,40.75320159,-73.9779874,283.73521682,29,1079,16,1121,009400,299218147.811,011900,395254501.74,011900,1283208072.0,009400,011900,13689.0059851,82147,43519,hub,hub,non_hub,586273.319314,4511863.01244,585853.012005,4512257.64444
+12120,12120,359,34.0,011900,,40.7568001,-73.98291153,51.0,009500,40.746647,-73.993915,675.623955432,3425,1079,1416,1121,009500,129660033.725,011900,395254501.74,011900,1283208072.0,009500,011900,13689.0059851,57488,43519,hub,hub,non_hub,584937.108907,4511119.86954,585853.012005,4512257.64444
+12121,12121,239,102.0,011900,,40.7568001,-73.98291153,140.0,009600,40.7560304131,-73.9803546313,491.05578983,153,1079,268,1121,009600,270304841.585,011900,395254501.74,011900,1283208072.0,009600,011900,13689.0059851,71527,43519,hub,hub,non_hub,586069.837448,4512174.7082,585853.012005,4512257.64444
+12122,12122,429,102.0,011900,,40.7568001,-73.98291153,99.0,009700,40.7493616033,-73.9991321067,783.699873356,4744,1079,2827,1121,009700,83018263.1602,011900,395254501.74,011900,1283208072.0,009700,011900,13689.0059851,118804,43519,hub,hub,non_hub,584493.220017,4511416.17434,585853.012005,4512257.64444
+12123,12123,189,68.0,011900,,40.7568001,-73.98291153,70.0,009800,40.755285655,-73.96667288,724.995453472,7105,1079,5244,1121,009800,115943808.909,011900,395254501.74,011900,1283208072.0,009800,011900,13689.0059851,40039,43519,hub,hub,non_hub,587225.727282,4512105.54383,585853.012005,4512257.64444
+12124,12124,960,170.0,011900,,40.7568001,-73.98291153,185.0,009900,40.7520807866,-74.0031899092,824.468114899,3617,1079,2438,1121,009900,404439511.776,011900,395254501.74,011900,1283208072.0,009900,011900,13689.0059851,208076,43519,hub,hub,non_hub,584147.226991,4511714.12465,585853.012005,4512257.64444
+12125,12125,668,102.0,011900,,40.7568001,-73.98291153,121.0,010000,40.7583696933,-73.9710287767,573.844390462,1829,1079,1399,1121,010000,366457143.613,011900,395254501.74,011900,1283208072.0,010000,011900,13689.0059851,72085,43519,hub,hub,non_hub,586854.014885,4512443.57459,585853.012005,4512257.64444
+12126,12126,3611,102.0,011900,,40.7568001,-73.98291153,127.0,010100,40.74945622,-73.9903382667,431.987835793,1119,1079,828,1121,010100,246168211.101,011900,395254501.74,011900,1283208072.0,010100,011900,13689.0059851,183377,43519,hub,hub,hub,585235.486219,4511435.18064,585853.012005,4512257.64444
+12127,12127,342,68.0,011900,,40.7568001,-73.98291153,81.0,010200,40.7606694,-73.973473555,541.060068472,313,1079,268,1121,010200,333450202.294,011900,395254501.74,011900,1283208072.0,010200,011900,13689.0059851,46675,43519,hub,hub,non_hub,586644.664817,4512696.44233,585853.012005,4512257.64444
+12128,12128,1706,68.0,011900,,40.7568001,-73.98291153,98.0,010300,40.751000495,-73.994372255,580.928005184,1859,1079,1351,1121,010300,141506056.87,011900,395254501.74,011900,1283208072.0,010300,011900,13689.0059851,221593,43519,hub,hub,non_hub,584892.968075,4511602.69644,585853.012005,4512257.64444
+12129,12129,506,68.0,011900,,40.7568001,-73.98291153,75.0,010400,40.761664375,-73.976854975,484.728998104,1031,1079,1033,1121,010400,363981333.295,011900,395254501.74,011900,1283208072.0,010400,011900,13689.0059851,65073,43519,hub,hub,non_hub,586357.961325,4512803.55852,585853.012005,4512257.64444
+12130,12130,134,34.0,011900,,40.7568001,-73.98291153,33.0,010602,40.75849116,-73.95920622,899.574626866,4794,1079,2963,1121,010602,67980898.3739,011900,395254501.74,011900,1283208072.0,010602,011900,13689.0059851,22153,43519,hub,hub,non_hub,587851.796682,4512468.82754,585853.012005,4512257.64444
+12131,12131,583,102.0,011900,,40.7568001,-73.98291153,117.0,010800,40.7591736033,-73.96613818,714.393906362,8531,1079,6272,1121,010800,189351523.799,011900,395254501.74,011900,1283208072.0,010800,011900,13689.0059851,79198,43519,hub,hub,non_hub,587265.778542,4512537.66689,585853.012005,4512257.64444
+12132,12132,1303,68.0,011900,,40.7568001,-73.98291153,114.0,010900,40.751351715,-73.987594755,352.634719003,182,1079,92,1121,010900,228173063.011,011900,395254501.74,011900,1283208072.0,010900,011900,13689.0059851,60092,43519,hub,hub,non_hub,585464.669441,4511648.26242,585853.012005,4512257.64444
+12133,12133,248,34.0,011900,,40.7568001,-73.98291153,59.0,011201,40.7643971,-73.97371465,653.524193548,827,1079,964,1121,011201,118515444.187,011900,395254501.74,011900,1283208072.0,011201,011900,13689.0059851,41525,43519,hub,hub,non_hub,586619.474659,4513110.00718,585853.012005,4512257.64444
+12134,12134,270,34.0,011900,,40.7568001,-73.98291153,33.0,011203,40.76095756,-73.96724467,786.585185185,1176,1079,1160,1121,011203,143782379.009,011900,395254501.74,011900,1283208072.0,011203,011900,13689.0059851,48033,43519,hub,hub,non_hub,587170.050102,4512734.59972,585853.012005,4512257.64444
+12135,12135,1862,136.0,011900,,40.7568001,-73.98291153,198.0,011300,40.7548008425,-73.9888010575,399.728246753,204,1079,107,1121,011300,357940519.061,011900,395254501.74,011900,1283208072.0,011300,011900,13689.0059851,236650,43519,hub,hub,non_hub,585358.423228,4512029.96675,585853.012005,4512257.64444
+12136,12136,545,68.0,011900,,40.7568001,-73.98291153,82.0,011500,40.75701407,-73.992353645,483.744202899,2487,1079,1678,1121,011500,130958459.747,011900,395254501.74,011900,1283208072.0,011500,011900,13689.0059851,103294,43519,hub,hub,non_hub,585055.712647,4512272.20178,585853.012005,4512257.64444
+12137,12137,477,68.0,011900,,40.7568001,-73.98291153,84.0,011700,40.76058799,-74.00080945,695.014165875,2938,1079,2304,1121,011700,91270705.1484,011900,395254501.74,011900,1283208072.0,011700,011900,13689.0059851,73016,43519,hub,hub,non_hub,584337.427395,4512660.77158,585853.012005,4512257.64444
+12138,12138,1450,102.0,011900,,40.7568001,-73.98291153,109.0,012100,40.7598593767,-73.9914900133,444.479006128,8366,1079,5744,1121,012100,101223732.045,011900,395254501.74,011900,1283208072.0,012100,011900,13689.0059851,132767,43519,hub,hub,non_hub,585124.983126,4512588.88932,585853.012005,4512257.64444
+12139,12139,293,34.0,011900,,40.7568001,-73.98291153,51.0,012500,40.76064679,-73.98442659,438.924914676,2439,1079,2096,1121,012500,322911522.418,011900,395254501.74,011900,1283208072.0,012500,011900,13689.0059851,45486,43519,hub,hub,non_hub,585720.180916,4512683.17447,585853.012005,4512257.64444
+12140,12140,821,68.0,011900,,40.7568001,-73.98291153,84.0,012700,40.762485435,-73.990447135,499.223167801,6437,1079,4434,1121,012700,104637996.687,011900,395254501.74,011900,1283208072.0,012700,011900,13689.0059851,83393,43519,hub,hub,non_hub,585209.656415,4512881.41361,585853.012005,4512257.64444
+12141,12141,355,34.0,011900,,40.7568001,-73.98291153,24.0,012900,40.76341379,-73.99667444,596.684507042,5312,1079,3621,1121,012900,158698340.053,011900,395254501.74,011900,1283208072.0,012900,011900,13689.0059851,28661,43519,hub,hub,non_hub,584682.864463,4512978.43901,585853.012005,4512257.64444
+12142,12142,1037,102.0,011900,,40.7568001,-73.98291153,160.0,013100,40.7621295133,-73.98215453,472.481876922,2489,1079,2283,1121,013100,405023451.28,011900,395254501.74,011900,1283208072.0,013100,011900,13689.0059851,107228,43519,hub,hub,non_hub,585910.04945,4512849.98999,585853.012005,4512257.64444
+12143,12143,763,102.0,011900,,40.7568001,-73.98291153,101.0,013300,40.7647250567,-73.9866537633,531.71763253,5363,1079,3909,1121,013300,79847412.2593,011900,395254501.74,011900,1283208072.0,013300,011900,13689.0059851,89810,43519,hub,hub,non_hub,585526.963405,4513133.71926,585853.012005,4512257.64444
+12144,12144,459,68.0,011900,,40.7568001,-73.98291153,65.0,013500,40.766984435,-73.99227308,694.845120688,6075,1079,3935,1121,013500,198199142.958,011900,395254501.74,011900,1283208072.0,013500,011900,13689.0059851,64723,43519,hub,hub,non_hub,585049.80204,4513379.06475,585853.012005,4512257.64444
+12145,12145,1028,68.0,011900,,40.7568001,-73.98291153,98.0,013700,40.766109285,-73.981808355,526.053990779,6557,1079,5442,1121,013700,314878324.419,011900,395254501.74,011900,1283208072.0,013700,011900,13689.0059851,91142,43519,hub,hub,non_hub,585934.141665,4513292.1137,585853.012005,4512257.64444
+12146,12146,144,34.0,011900,,40.7568001,-73.98291153,27.0,013900,40.768254,-73.988639,708.041666667,7607,1079,7359,1121,013900,139918084.587,011900,395254501.74,011900,1283208072.0,013900,011900,13689.0059851,26390,43519,hub,hub,non_hub,585354.890073,4513523.52534,585853.012005,4512257.64444
+12147,12147,98,34.0,011900,,40.7568001,-73.98291153,49.0,014300,40.76590936,-73.97634151,740.87755102,3,1079,0,1121,014300,50027992.3322,011900,395254501.74,011900,1283208072.0,014300,011900,13689.0059851,21051,43519,hub,hub,non_hub,586395.803012,4513275.28949,585853.012005,4512257.64444
+12148,12148,423,34.0,011900,,40.7568001,-73.98291153,36.0,014500,40.76915505,-73.98191841,670.531914894,5811,1079,3462,1121,014500,253397343.373,011900,395254501.74,011900,1283208072.0,014500,011900,13689.0059851,68350,43519,hub,hub,non_hub,585920.929601,4513630.10902,585853.012005,4512257.64444
+12149,12149,142,34.0,011900,,40.7568001,-73.98291153,55.0,014700,40.770513,-73.988038,736.464788732,2586,1079,1743,1121,014700,70871746.8417,011900,395254501.74,011900,1283208072.0,014700,011900,13689.0059851,35099,43519,hub,hub,non_hub,585402.720353,4513774.87644,585853.012005,4512257.64444
+12150,12150,111,34.0,011900,,40.7568001,-73.98291153,36.0,015100,40.771522,-73.990541,845.468468468,8105,1079,4856,1121,015100,164953931.102,011900,395254501.74,011900,1283208072.0,015100,011900,13689.0059851,17578,43519,hub,hub,non_hub,585190.192062,4513884.4495,585853.012005,4512257.64444
+12151,12151,123,68.0,011900,,40.7568001,-73.98291153,70.0,031703,40.71644312,-74.014902115,1932.80741627,8670,1079,4231,1121,031703,332361109.355,011900,395254501.74,011900,1283208072.0,031703,011900,13689.0059851,136082,43519,hub,hub,non_hub,583202.897614,4507746.93647,585853.012005,4512257.64444
+12152,12152,95,102.0,011900,,40.7568001,-73.98291153,98.0,031704,40.7085171733,-74.0165557667,2019.70922619,6610,1079,3790,1121,031704,160823714.408,011900,395254501.74,011900,1283208072.0,031704,011900,13689.0059851,105244,43519,hub,hub,non_hub,583073.076824,4506865.54027,585853.012005,4512257.64444
+12153,12153,24,102.0,011900,,40.7568001,-73.98291153,85.0,000600,40.7128987867,-73.9898646367,1854.95261438,11558,1079,4083,1121,000600,59149181.7526,011900,395254501.74,011900,1283208072.0,000600,011900,13689.0059851,70053,43519,hub,hub,non_hub,585322.159723,4507377.5136,585853.012005,4512257.64444
+12154,12154,30,327.0,012100,5.30411480723,40.7597641929,-73.9915571314,162.0,000202,40.7131723029,-73.9823124229,1973.66346217,8012,8366,3598,5744,000202,37878157.9781,012100,101223732.045,012100,231675308.0,000202,012100,13016.1206176,56352,124472,hub,hub,non_hub,585959.723815,4507415.23969,585119.439254,4512578.2581
+12155,12155,588,763.0,012100,,40.7598593767,-73.9914900133,774.0,000700,40.70581148,-74.0081572071,1666.00235005,7722,8366,5201,5744,000700,476954959.734,012100,101223732.045,012100,231675308.0,000700,012100,13016.1206176,160040,124472,hub,hub,non_hub,583785.918305,4506573.16797,585124.983126,4512588.88932
+12156,12156,29,218.0,012100,,40.7598593767,-73.9914900133,141.0,000800,40.712414475,-73.993471545,1801.93849206,10365,8366,4150,5744,000800,46479755.076,012100,101223732.045,012100,231675308.0,000800,012100,13016.1206176,34254,124472,hub,hub,non_hub,585018.109713,4507320.25418,585124.983126,4512588.88932
+12157,12157,206,327.0,012100,,40.7598593767,-73.9914900133,291.0,000900,40.7024745833,-74.01224785,2060.80320966,1140,8366,939,5744,000900,404341803.896,012100,101223732.045,012100,231675308.0,000900,012100,13016.1206176,46446,124472,hub,hub,non_hub,583444.520998,4506198.85784,585124.983126,4512588.88932
+12158,12158,10,109.0,012100,4.94770053902,40.75974188,-73.989925805,57.0,001002,40.71782143,-73.97628939,1729.821844,6439,8366,2346,5744,001002,22763374.2099,012100,101223732.045,012100,231675308.0,001002,012100,13016.1206176,15916,124472,hub,hub,non_hub,586462.45635,4507937.23607,585257.164948,4512577.36497
+12159,12159,59,218.0,012100,,40.7598593767,-73.9914900133,138.0,001200,40.717364275,-73.982955325,1469.98754704,3547,8366,1857,5744,001200,23518220.7411,012100,101223732.045,012100,231675308.0,001200,012100,13016.1206176,36493,124472,hub,hub,non_hub,585900.031125,4507879.94738,585124.983126,4512588.88932
+12160,12160,171,109.0,012100,,40.7598593767,-73.9914900133,108.0,001300,40.70463334,-74.01361706,1706.97468102,3776,8366,3028,5744,001300,286606455.687,012100,101223732.045,012100,231675308.0,001300,012100,13016.1206176,27671,124472,hub,hub,non_hub,583326.158808,4506437.19368,585124.983126,4512588.88932
+12161,12161,31,109.0,012100,,40.7598593767,-73.9914900133,84.0,001401,40.71559509,-73.9870295,1000.11534392,3289,8366,1708,5744,001401,20168722.3199,012100,101223732.045,012100,231675308.0,001401,012100,13016.1206176,26885,124472,hub,hub,non_hub,585558.18429,4507679.57909,585124.983126,4512588.88932
+12162,12162,66,218.0,012100,5.82259510642,40.759973004,-73.992068714,201.0,001501,40.710027384,-74.003982562,1744.80776349,5581,8366,3450,5744,001501,172466366.322,012100,101223732.045,012100,231675308.0,001501,012100,13016.1206176,27425,124472,hub,hub,non_hub,584133.270294,4507045.15045,585075.991282,4512600.94155
+12163,12163,229,327.0,012100,,40.7598593767,-73.9914900133,369.0,001502,40.7088053467,-74.00635276,1576.40418994,7095,8366,3459,5744,001502,221282059.103,012100,101223732.045,012100,231675308.0,001502,012100,13016.1206176,82052,124472,hub,hub,non_hub,583934.59195,4506907.22889,585124.983126,4512588.88932
+12164,12164,137,327.0,012100,,40.7598593767,-73.9914900133,321.0,001600,40.7153350167,-73.9943926833,1559.8044088,8236,8366,3242,5744,001600,76565505.7581,012100,101223732.045,012100,231675308.0,001600,012100,13016.1206176,82798,124472,hub,hub,non_hub,584936.591099,4507643.5622,585124.983126,4512588.88932
+12165,12165,267,436.0,012100,,40.7598593767,-73.9914900133,462.0,001800,40.7193657075,-73.9906468425,1361.32755283,8063,8366,3489,5744,001800,60554858.5127,012100,101223732.045,012100,231675308.0,001800,012100,13016.1206176,133306,124472,hub,hub,non_hub,585247.838585,4508094.62497,585124.983126,4512588.88932
+12166,12166,30,218.0,012100,,40.7598593767,-73.9914900133,138.0,002000,40.721554605,-73.977309405,1362.31190476,4795,8366,1899,5744,002000,17907673.5628,012100,101223732.045,012100,231675308.0,002000,012100,13016.1206176,31656,124472,hub,hub,non_hub,586371.478696,4508350.63994,585124.983126,4512588.88932
+12167,12167,809,436.0,012100,,40.7598593767,-73.9914900133,306.0,002100,40.71451321,-74.0108850975,1279.47453996,6111,8366,3038,5744,002100,273869828.705,012100,101223732.045,012100,231675308.0,002100,012100,13016.1206176,151037,124472,hub,hub,non_hub,583544.598931,4507536.51732,585124.983126,4512588.88932
+12168,12168,28,218.0,012100,4.48807356051,40.759973004,-73.992068714,132.0,002201,40.718144162,-73.980811426,1358.10079063,6762,8366,3030,5744,002201,37585954.9949,012100,101223732.045,012100,231675308.0,002201,012100,13016.1206176,26391,124472,hub,hub,non_hub,586080.103958,4507968.61925,585075.991282,4512600.94155
+12169,12169,33,109.0,012100,,40.7598593767,-73.9914900133,93.0,002202,40.7208736,-73.98085795,1179.71459695,2256,8366,1045,5744,002202,13179093.8977,012100,101223732.045,012100,231675308.0,002202,012100,13016.1206176,23935,124472,hub,hub,non_hub,586072.658368,4508271.55961,585124.983126,4512588.88932
+12170,12170,23,218.0,012100,4.08390620405,40.759792748,-73.991536996,144.0,002400,40.724532622,-73.975138854,1385.88707881,5775,8366,2175,5744,002400,17986635.5592,012100,101223732.045,012100,231675308.0,002400,012100,13016.1206176,17965,124472,hub,hub,non_hub,586550.93766,4508683.35729,585121.102417,4512581.44747
+12171,12171,67,218.0,012100,,40.7598593767,-73.9914900133,186.0,002500,40.7111743,-73.99849582,1411.05079365,5061,8366,1917,5744,002500,22428407.6271,012100,101223732.045,012100,231675308.0,002500,012100,13016.1206176,28216,124472,hub,hub,non_hub,584595.28909,4507177.73549,585124.983126,4512588.88932
+12172,12172,43,109.0,012100,,40.7598593767,-73.9914900133,93.0,002601,40.72299208,-73.97995466,1344.84444444,3774,8366,1593,5744,002601,22248722.3098,012100,101223732.045,012100,231675308.0,002601,012100,13016.1206176,22144,124472,hub,hub,non_hub,586146.216204,4508507.61099,585124.983126,4512588.88932
+12173,12173,25,109.0,012100,,40.7598593767,-73.9914900133,81.0,002700,40.71307916,-73.99851193,1325.54444444,1191,8366,655,5744,002700,11349914.9514,012100,101223732.045,012100,231675308.0,002700,012100,13016.1206176,20570,124472,hub,hub,non_hub,584591.517275,4507389.17181,585124.983126,4512588.88932
+12174,12174,64,109.0,012100,,40.7598593767,-73.9914900133,96.0,002800,40.72521311,-73.97768752,1358.52593066,7302,8366,3341,5744,002800,47641507.3146,012100,101223732.045,012100,231675308.0,002800,012100,13016.1206176,36744,124472,hub,hub,non_hub,586334.816403,4508756.38709,585124.983126,4512588.88932
+12175,12175,82,109.0,012100,,40.7598593767,-73.9914900133,129.0,002900,40.71602118,-73.99974372,1318.11264724,5855,8366,2420,5744,002900,200965547.24,012100,101223732.045,012100,231675308.0,002900,012100,13016.1206176,31936,124472,hub,hub,non_hub,584483.752153,4507714.56961,585124.983126,4512588.88932
+12176,12176,141,109.0,012100,,40.7598593767,-73.9914900133,105.0,003001,40.72066442,-73.98517977,1376.94489927,4301,8366,2553,5744,003001,34302720.7166,012100,101223732.045,012100,231675308.0,003001,012100,13016.1206176,41223,124472,hub,hub,non_hub,585707.91731,4508244.11218,585124.983126,4512588.88932
+12177,12177,96,109.0,012100,,40.7598593767,-73.9914900133,111.0,003002,40.72217444,-73.98368779,1415.3263116,3031,8366,1885,5744,003002,18686109.2263,012100,101223732.045,012100,231675308.0,003002,012100,13016.1206176,38675,124472,hub,hub,non_hub,585831.986427,4508413.19181,585124.983126,4512588.88932
+12178,12178,327,327.0,012100,,40.7598593767,-73.9914900133,363.0,003100,40.7140617467,-74.0041933367,1404.71705034,2809,8366,858,5744,003100,145687012.574,012100,101223732.045,012100,231675308.0,003100,012100,13016.1206176,81469,124472,hub,hub,non_hub,584110.388584,4507492.78891,585124.983126,4512588.88932
+12179,12179,343,327.0,012100,,40.7598593767,-73.9914900133,300.0,003200,40.7260543867,-73.9823576167,1393.70313464,7630,8366,4888,5744,003200,46369492.482,012100,101223732.045,012100,231675308.0,003200,012100,13016.1206176,138064,124472,hub,hub,non_hub,585939.335766,4508845.19329,585124.983126,4512588.88932
+12180,12180,539,545.0,012100,,40.7598593767,-73.9914900133,519.0,003300,40.7188207191,-74.0063367711,1320.43500986,5174,8366,2694,5744,003300,215459582.054,012100,101223732.045,012100,231675308.0,003300,012100,13016.1206176,115059,124472,hub,hub,non_hub,583923.3646,4508019.01546,585124.983126,4512588.88932
+12181,12181,214,109.0,012100,,40.7598593767,-73.9914900133,117.0,003400,40.72955361,-73.98057249,1125.47914676,6706,8366,4203,5744,003400,42933229.7541,012100,101223732.045,012100,231675308.0,003400,012100,13016.1206176,47926,124472,hub,hub,non_hub,586085.581298,4509235.37985,585124.983126,4512588.88932
+12182,12182,246,218.0,012100,,40.7598593767,-73.9914900133,198.0,003601,40.72217423,-73.990293175,1365.19751937,3299,8366,1613,5744,003601,29191583.8104,012100,101223732.045,012100,231675308.0,003601,012100,13016.1206176,77585,124472,hub,hub,non_hub,585274.124459,4508406.73315,585124.983126,4512588.88932
+12183,12183,188,218.0,012100,,40.7598593767,-73.9914900133,186.0,003602,40.724852985,-73.989265345,1402.03767087,2918,8366,1586,5744,003602,24941258.1161,012100,101223732.045,012100,231675308.0,003602,012100,13016.1206176,82124,124472,hub,hub,non_hub,585357.507872,4508705.09166,585124.983126,4512588.88932
+12184,12184,1099,436.0,012100,,40.7598593767,-73.9914900133,444.0,003700,40.7256696075,-74.0052069325,1329.92496265,2401,8366,1490,5744,003700,212385639.924,012100,101223732.045,012100,231675308.0,003700,012100,13016.1206176,173333,124472,hub,hub,non_hub,584010.178026,4508780.36793,585124.983126,4512588.88932
+12185,12185,559,436.0,012100,,40.7598593767,-73.9914900133,480.0,003800,40.72765889,-73.988195855,1339.63665533,8610,8366,5795,5744,003800,67437493.5221,012100,101223732.045,012100,231675308.0,003800,012100,13016.1206176,167230,124472,hub,hub,non_hub,585444.239635,4509017.60641,585124.983126,4512588.88932
+12186,12186,786,436.0,012100,,40.7598593767,-73.9914900133,318.0,003900,40.7201717475,-74.00983051,1210.3210424,5253,8366,3059,5744,003900,194910113.03,012100,101223732.045,012100,231675308.0,003900,012100,13016.1206176,113624,124472,hub,hub,non_hub,583626.593058,4508165.65565,585124.983126,4512588.88932
+12187,12187,493,218.0,012100,,40.7598593767,-73.9914900133,198.0,004000,40.73000573,-73.98549552,1159.9581858,9801,8366,4546,5744,004000,66858387.5133,012100,101223732.045,012100,231675308.0,004000,012100,13016.1206176,99660,124472,hub,hub,non_hub,585669.269443,4509280.75306,585124.983126,4512588.88932
+12188,12188,244,218.0,012100,,40.7598593767,-73.9914900133,192.0,004100,40.7195529,-73.996789035,1564.92860864,7793,8366,3765,5744,004100,71738983.3617,012100,101223732.045,012100,231675308.0,004100,012100,13016.1206176,114685,124472,hub,hub,non_hub,584728.836557,4508109.46034,585124.983126,4512588.88932
+12189,12189,143,109.0,012100,,40.7598593767,-73.9914900133,105.0,004200,40.73223272,-73.98889957,1184.07949021,4988,8366,1801,5744,004200,39941846.3325,012100,101223732.045,012100,231675308.0,004200,012100,13016.1206176,50846,124472,hub,hub,non_hub,585378.96492,4509524.64843,585124.983126,4512588.88932
+12190,12190,234,218.0,012100,,40.7598593767,-73.9914900133,201.0,004300,40.723870235,-73.995226525,1348.99042095,4267,8366,2598,5744,004300,65935514.1184,012100,101223732.045,012100,231675308.0,004300,012100,13016.1206176,95162,124472,hub,hub,non_hub,584855.320992,4508590.22212,585124.983126,4512588.88932
+12191,12191,273,218.0,012100,,40.7598593767,-73.9914900133,180.0,004400,40.73080269,-73.97968993,1406.69661481,17710,8366,8297,5744,004400,114601147.016,012100,101223732.045,012100,231675308.0,004400,012100,13016.1206176,106427,124472,hub,hub,non_hub,586158.498991,4509374.90208,585124.983126,4512588.88932
+12192,12192,96,109.0,012100,,40.7598593767,-73.9914900133,81.0,004500,40.71910537,-73.99973337,1419.47840025,840,8366,582,5744,004500,52009114.8865,012100,101223732.045,012100,231675308.0,004500,012100,13016.1206176,34275,124472,hub,hub,non_hub,584480.726971,4508056.94497,585124.983126,4512588.88932
+12193,12193,119,109.0,012100,,40.7598593767,-73.9914900133,117.0,004700,40.72165481,-74.00234737,1523.48159557,2267,8366,1586,5744,004700,75477587.1594,012100,101223732.045,012100,231675308.0,004700,012100,13016.1206176,27544,124472,hub,hub,non_hub,584256.734795,4508337.43837,585124.983126,4512588.88932
+12194,12194,152,109.0,012100,,40.7598593767,-73.9914900133,105.0,004800,40.73624527,-73.98473765,1175.70205029,7550,8366,3799,5744,004800,74763044.6965,012100,101223732.045,012100,231675308.0,004800,012100,13016.1206176,42567,124472,hub,hub,non_hub,585725.258797,4509974.12516,585124.983126,4512588.88932
+12195,12195,376,218.0,012100,,40.7598593767,-73.9914900133,219.0,004900,40.724268615,-74.000521515,1522.50007254,4951,8366,3054,5744,004900,103848670.177,012100,101223732.045,012100,231675308.0,004900,012100,13016.1206176,80152,124472,hub,hub,non_hub,584407.63728,4508629.34168,585124.983126,4512588.88932
+12196,12196,375,327.0,012100,,40.7598593767,-73.9914900133,279.0,005000,40.7359163467,-73.9873427633,1168.12190645,5061,8366,3595,5744,005000,120638459.215,012100,101223732.045,012100,231675308.0,005000,012100,13016.1206176,111023,124472,hub,hub,non_hub,585505.709717,4509935.07175,585124.983126,4512588.88932
+12197,12197,1192,218.0,012100,,40.7598593767,-73.9914900133,318.0,005200,40.73715585,-73.991241315,1062.79683416,4193,8366,1785,5744,005200,109103391.81,012100,101223732.045,012100,231675308.0,005200,012100,13016.1206176,159876,124472,hub,hub,non_hub,585174.941656,4510068.87544,585124.983127,4512588.88932
+12198,12198,698,109.0,012100,,40.7598593767,-73.9914900133,141.0,005400,40.73971301,-73.99456405,1080.97890292,4656,8366,2837,5744,005400,128803552.888,012100,101223732.045,012100,231675308.0,005400,012100,13016.1206176,73728,124472,hub,hub,non_hub,584891.129718,4510349.51956,585124.983127,4512588.88932
+12199,12199,149,109.0,012100,,40.7598593767,-73.9914900133,90.0,005501,40.72679454,-73.99695094,1480.50910232,5079,8366,2483,5744,005501,61061928.4125,012100,101223732.045,012100,231675308.0,005501,012100,13016.1206176,57258,124472,hub,hub,non_hub,584705.980012,4508913.17477,585124.983126,4512588.88932
+12200,12200,133,109.0,012100,,40.7598593767,-73.9914900133,81.0,005502,40.72743423,-73.99379025,1378.97710623,2383,8366,1262,5744,005502,49017118.6146,012100,101223732.045,012100,231675308.0,005502,012100,13016.1206176,55117,124472,hub,hub,non_hub,584972.085912,4508987.23863,585124.983126,4512588.88932
+12201,12201,692,218.0,012100,,40.7598593767,-73.9914900133,285.0,005600,40.74065347,-73.98778661,1028.85274366,2618,8366,2190,5744,005600,189153355.609,012100,101223732.045,012100,231675308.0,005600,012100,13016.1206176,113209,124472,hub,hub,non_hub,585462.168743,4510460.49357,585124.983126,4512588.88932
+12202,12202,494,218.0,012100,,40.7598593767,-73.9914900133,246.0,005700,40.729662915,-73.992405595,1306.91833908,2937,8366,1789,5744,005700,90178032.7137,012100,101223732.045,012100,231675308.0,005700,012100,13016.1206176,156896,124472,hub,hub,non_hub,585086.179601,4509235.9788,585124.983126,4512588.88932
+12203,12203,1315,218.0,012100,,40.7598593767,-73.9914900133,261.0,005800,40.743154205,-73.990299735,911.056027611,3182,8366,2306,5744,005800,164037511.755,012100,101223732.045,012100,231675308.0,005800,012100,13016.1206176,130970,124472,hub,hub,non_hub,585246.786708,4510735.64918,585124.983127,4512588.88932
+12204,12204,139,109.0,012100,,40.7598593767,-73.9914900133,93.0,005900,40.73049393,-73.9957214,1381.68421074,5516,8366,3276,5744,005900,71785177.1361,012100,101223732.045,012100,231675308.0,005900,012100,13016.1206176,53180,124472,hub,hub,non_hub,584805.117401,4509325.01914,585124.983126,4512588.88932
+12205,12205,275,218.0,012100,,40.7598593767,-73.9914900133,189.0,006000,40.734822295,-73.976916765,1302.59563056,5286,8366,2459,5744,006000,27468182.8943,012100,101223732.045,012100,231675308.0,006000,012100,13016.1206176,80462,124472,hub,hub,non_hub,586387.478737,4509823.83141,585124.983126,4512588.88932
+12206,12206,1001,436.0,012100,,40.7598593767,-73.9914900133,423.0,006100,40.73385254,-73.992357065,1234.60972383,4913,8366,2683,5744,006100,91682014.33,012100,101223732.045,012100,231675308.0,006100,012100,13016.1206176,245510,124472,hub,hub,non_hub,585084.940162,4509701.10308,585124.983126,4512588.88932
+12207,12207,102,109.0,012100,,40.7598593767,-73.9914900133,90.0,006200,40.7381765,-73.97738662,1186.38394124,4680,8366,1401,5744,006200,231817485.533,012100,101223732.045,012100,231675308.0,006200,012100,13016.1206176,33218,124472,hub,hub,non_hub,586343.467107,4510195.70961,585124.983126,4512588.88932
+12208,12208,603,327.0,012100,,40.7598593767,-73.9914900133,297.0,006300,40.7346940933,-73.99785666,1240.97307993,6076,8366,4277,5744,006300,85447631.8451,012100,101223732.045,012100,231675308.0,006300,012100,13016.1206176,120233,124472,hub,hub,non_hub,584619.48321,4509789.20591,585124.983126,4512588.88932
+12209,12209,116,109.0,012100,,40.7598593767,-73.9914900133,117.0,006400,40.73587678,-73.98205027,1200.05109407,7518,8366,5058,5744,006400,95664936.1545,012100,101223732.045,012100,231675308.0,006400,012100,13016.1206176,47750,124472,hub,hub,non_hub,585952.649806,4509935.84788,585124.983126,4512588.88932
+12210,12210,443,327.0,012100,,40.7598593767,-73.9914900133,318.0,006500,40.7306296367,-73.9991423,1268.48305148,6517,8366,3568,5744,006500,59290910.3694,012100,101223732.045,012100,231675308.0,006500,012100,13016.1206176,125356,124472,hub,hub,non_hub,584516.067395,4509336.78488,585124.983126,4512588.88932
+12211,12211,268,218.0,012100,,40.7598593767,-73.9914900133,246.0,006600,40.739285505,-73.97827188,1074.86599337,11780,8366,6818,5744,006600,84730469.4548,012100,101223732.045,012100,231675308.0,006600,012100,13016.1206176,74621,124472,hub,hub,non_hub,586267.286922,4510317.94668,585124.983126,4512588.88932
+12212,12212,323,109.0,012100,,40.7598593767,-73.9914900133,117.0,006700,40.73038599,-74.00214988,1350.45504753,4984,8366,3796,5744,006700,47238039.9972,012100,101223732.045,012100,231675308.0,006700,012100,13016.1206176,70025,124472,hub,hub,non_hub,584262.399901,4509306.84766,585124.983126,4512588.88932
+12213,12213,364,109.0,012100,,40.7598593767,-73.9914900133,117.0,006800,40.74025878,-73.98409214,1109.11444144,6735,8366,4494,5744,006800,130298431.446,012100,101223732.045,012100,231675308.0,006800,012100,13016.1206176,58926,124472,hub,hub,non_hub,585774.608423,4510420.28363,585124.983126,4512588.88932
+12214,12214,1209,218.0,012100,,40.7598593767,-73.9914900133,201.0,006900,40.732319905,-74.0069291,1186.57233473,2687,8366,1484,5744,006900,61292499.9331,012100,101223732.045,012100,231675308.0,006900,012100,13016.1206176,130727,124472,hub,hub,non_hub,583856.38945,4509516.94969,585124.983126,4512588.88932
+12215,12215,771,327.0,012100,,40.7598593767,-73.9914900133,381.0,007000,40.7425137603,-73.9756110476,1088.15874364,8302,8366,5669,5744,007000,78634704.8451,012100,101223732.045,012100,231675308.0,007000,012100,13016.1206176,145227,124472,hub,hub,non_hub,586487.769868,4510678.9244,585124.983126,4512588.88932
+12216,12216,423,218.0,012100,,40.7598593767,-73.9914900133,213.0,007100,40.736526545,-74.000108805,1067.75552918,5633,8366,3844,5744,007100,68447429.2743,012100,101223732.045,012100,231675308.0,007100,012100,13016.1206176,79459,124472,hub,hub,non_hub,584426.995774,4509990.4524,585124.983126,4512588.88932
+12217,12217,1115,327.0,012100,,40.7598593767,-73.9914900133,378.0,007200,40.7447014833,-73.98154809,924.321719354,7734,8366,5222,5744,007200,132092861.454,012100,101223732.045,012100,231675308.0,007200,012100,13016.1206176,157612,124472,hub,hub,non_hub,585983.687715,4510915.94446,585124.983126,4512588.88932
+12218,12218,726,218.0,012100,,40.7598593767,-73.9914900133,177.0,007300,40.734682705,-74.00388484,1120.25880481,5615,8366,4547,5744,007300,48716185.79,012100,101223732.045,012100,231675308.0,007300,012100,13016.1206176,92567,124472,hub,hub,non_hub,584110.479319,4509782.14883,585124.983126,4512588.88932
+12219,12219,706,218.0,012100,,40.7598593767,-73.9914900133,258.0,007400,40.746413585,-73.98586892,829.382140595,4179,8366,2700,5744,007400,170614202.951,012100,101223732.045,012100,231675308.0,007400,012100,13016.1206176,81121,124472,hub,hub,non_hub,585616.696258,4511101.7763,585124.983126,4512588.88932
+12220,12220,1390,218.0,012100,,40.7598593767,-73.9914900133,207.0,007600,40.74737476,-73.988320695,716.627066727,2203,8366,1573,5744,007600,242014413.464,012100,101223732.045,012100,231675308.0,007600,012100,13016.1206176,97464,124472,hub,hub,non_hub,585408.475283,4511206.08492,585124.983127,4512588.88932
+12221,12221,988,109.0,012100,,40.7598593767,-73.9914900133,129.0,007700,40.7390169121,-74.0026376103,996.863168785,5404,8366,4254,5744,007700,59306273.1509,012100,101223732.045,012100,231675308.0,007700,012100,13016.1206176,79025,124472,hub,hub,non_hub,584210.329106,4510264.47156,585124.983126,4512588.88932
+12222,12222,325,109.0,012100,,40.7598593767,-73.9914900133,117.0,007800,40.74780373,-73.9734419,865.710022335,7380,8366,5372,5744,007800,112124597.728,012100,101223732.045,012100,231675308.0,007800,012100,13016.1206176,59601,124472,hub,hub,non_hub,586664.043115,4511268.28888,585124.983126,4512588.88932
+12223,12223,1671,545.0,012100,,40.7598593767,-73.9914900133,522.0,007900,40.738916514,-74.007286026,1061.36627189,4406,8366,2904,5744,007900,86937368.5918,012100,101223732.045,012100,231675308.0,007900,012100,13016.1206176,171846,124472,hub,hub,non_hub,583817.969395,4510248.87788,585124.983126,4512588.88932
+12224,12224,617,218.0,012100,,40.7598593767,-73.9914900133,213.0,008000,40.7485693,-73.97717991,851.681848742,4946,8366,3730,5744,008000,197763821.532,012100,101223732.045,012100,231675308.0,008000,012100,13016.1206176,74808,124472,hub,hub,non_hub,586347.477591,4511349.58844,585124.983126,4512588.88932
+12225,12225,482,109.0,012100,,40.7598593767,-73.9914900133,117.0,008100,40.73935542,-73.99931783,980.862523191,8675,8366,5315,5744,008100,91100400.6907,012100,101223732.045,012100,231675308.0,008100,012100,13016.1206176,53195,124472,hub,hub,non_hub,584490.204148,4510305.23824,585124.983126,4512588.88932
+12226,12226,3524,327.0,012100,,40.7598593767,-73.9914900133,525.0,008200,40.7519400402,-73.9793326475,627.862241483,3442,8366,2534,5744,008200,262405408.076,012100,101223732.045,012100,231675308.0,008200,012100,13016.1206176,228612,124472,hub,hub,hub,586161.386978,4511721.64952,585124.983126,4512588.88932
+12227,12227,2044,436.0,012100,,40.7598593767,-73.9914900133,357.0,008300,40.742591315,-74.004102785,928.486094156,4211,8366,2321,5744,008300,119862327.354,012100,101223732.045,012100,231675308.0,008300,012100,13016.1206176,186113,124472,hub,hub,non_hub,584082.11654,4510659.85081,585124.983126,4512588.88932
+12228,12228,418,109.0,012100,,40.7598593767,-73.9914900133,114.0,008400,40.75038009,-73.98338988,640.879044371,1726,8366,1041,5744,008400,147824461.739,012100,101223732.045,012100,231675308.0,008400,012100,13016.1206176,34199,124472,hub,hub,non_hub,585820.889203,4511544.50828,585124.983126,4512588.88932
+12229,12229,139,109.0,012100,,40.7598593767,-73.9914900133,129.0,008601,40.744219,-73.97121214,1259.77580547,2551,8366,1528,5744,008601,31141773.9073,012100,101223732.045,012100,231675308.0,008601,012100,13016.1206176,31961,124472,hub,hub,non_hub,586856.951039,4510872.56191,585124.983126,4512588.88932
+12230,12230,2182,218.0,012100,,40.7598593767,-73.9914900133,234.0,008700,40.74206378,-73.995708955,921.02059501,6671,8366,4249,5744,008700,85660216.7821,012100,101223732.045,012100,231675308.0,008700,012100,13016.1206176,152953,124472,hub,hub,non_hub,584791.475936,4510609.36503,585124.983126,4512588.88932
+12231,12231,395,218.0,012100,,40.7598593767,-73.9914900133,234.0,008800,40.75012189,-73.970133575,826.8417613,6964,8366,5507,5744,008800,216532475.876,012100,101223732.045,012100,231675308.0,008800,012100,13016.1206176,43247,124472,hub,hub,non_hub,586940.323322,4511528.89362,585124.983126,4512588.88932
+12232,12232,2439,327.0,012100,,40.7598593767,-73.9914900133,360.0,008900,40.74529008,-74.0021768567,815.277105798,5560,8366,3511,5744,008900,54419260.2723,012100,101223732.045,012100,231675308.0,008900,012100,13016.1206176,158638,124472,hub,hub,non_hub,584241.316685,4510961.27944,585124.983127,4512588.88932
+12233,12233,1555,327.0,012100,,40.7598593767,-73.9914900133,330.0,009000,40.75261798,-73.9703317533,774.471229318,7026,8366,5832,5744,009000,208846060.851,012100,101223732.045,012100,231675308.0,009000,012100,13016.1206176,74531,124472,hub,hub,non_hub,586920.342162,4511805.78171,585124.983126,4512588.88932
+12234,12234,954,109.0,012100,,40.7598593767,-73.9914900133,117.0,009100,40.74487634,-73.99529885,795.122767903,6415,8366,4386,5744,009100,127325659.041,012100,101223732.045,012100,231675308.0,009100,012100,13016.1206176,63878,124472,hub,hub,non_hub,584822.527687,4510921.97538,585124.983126,4512588.88932
+12235,12235,2005,218.0,012100,,40.7598593767,-73.9914900133,330.0,009200,40.7548518863,-73.9734329075,666.281927537,1754,8366,1461,5744,009200,408192557.246,012100,101223732.045,012100,231675308.0,009200,012100,13016.1206176,72226,124472,hub,hub,non_hub,586655.650548,4512050.69496,585124.983126,4512588.88932
+12236,12236,1476,109.0,012100,,40.7598593767,-73.9914900133,117.0,009300,40.74475148,-73.99915362,769.246555831,9705,8366,5585,5744,009300,68528055.2433,012100,101223732.045,012100,231675308.0,009300,012100,13016.1206176,52202,124472,hub,hub,non_hub,584497.239363,4510904.39701,585124.983127,4512588.88932
+12237,12237,2982,109.0,012100,,40.7598593767,-73.9914900133,93.0,009400,40.75320159,-73.9779874,538.025144024,29,8366,16,5744,009400,299218147.811,012100,101223732.045,012100,231675308.0,009400,012100,13016.1206176,82147,124472,hub,hub,non_hub,586273.319314,4511863.01244,585124.983126,4512588.88932
+12238,12238,1142,109.0,012100,,40.7598593767,-73.9914900133,153.0,009500,40.746647,-73.993915,686.383847814,3425,8366,1416,5744,009500,129660033.725,012100,101223732.045,012100,231675308.0,009500,012100,13016.1206176,57488,124472,hub,hub,non_hub,584937.108907,4511119.86954,585124.983127,4512588.88932
+12239,12239,2452,327.0,012100,,40.7598593767,-73.9914900133,420.0,009600,40.7560422232,-73.9803655271,496.11003264,153,8366,268,5744,009600,270304841.585,012100,101223732.045,012100,231675308.0,009600,012100,13016.1206176,71527,124472,hub,hub,non_hub,586068.902463,4512176.00853,585124.983127,4512588.88932
+12240,12240,3031,327.0,012100,,40.7598593767,-73.9914900133,297.0,009700,40.7493616033,-73.9991321067,650.72233281,4744,8366,2827,5744,009700,83018263.1602,012100,101223732.045,012100,231675308.0,009700,012100,13016.1206176,118804,124472,hub,hub,hub,584493.220017,4511416.17434,585124.983126,4512588.88932
+12241,12241,377,218.0,012100,,40.7598593767,-73.9914900133,210.0,009800,40.755285655,-73.96667288,1000.73185579,7105,8366,5244,5744,009800,115943808.909,012100,101223732.045,012100,231675308.0,009800,012100,13016.1206176,40039,124472,hub,hub,non_hub,587225.727282,4512105.54383,585124.983126,4512588.88932
+12242,12242,3813,545.0,012100,,40.7598593767,-73.9914900133,555.0,009900,40.7520807866,-74.0031899092,663.649611605,3617,8366,2438,5744,009900,404439511.776,012100,101223732.045,012100,231675308.0,009900,012100,13016.1206176,208076,124472,hub,hub,hub,584147.226991,4511714.12465,585124.983126,4512588.88932
+12243,12243,1251,327.0,012100,,40.7598593767,-73.9914900133,363.0,010000,40.7583696933,-73.9710287767,869.100684723,1829,8366,1399,5744,010000,366457143.613,012100,101223732.045,012100,231675308.0,010000,012100,13016.1206176,72085,124472,hub,hub,non_hub,586854.014885,4512443.57459,585124.983126,4512588.88932
+12244,12244,2744,327.0,012100,,40.7598593767,-73.9914900133,381.0,010100,40.74945622,-73.9903382667,642.336862797,1119,8366,828,5744,010100,246168211.101,012100,101223732.045,012100,231675308.0,010100,012100,13016.1206176,183377,124472,hub,hub,non_hub,585235.486219,4511435.18064,585124.983126,4512588.88932
+12245,12245,1188,218.0,012100,,40.7598593767,-73.9914900133,243.0,010200,40.7606694,-73.973473555,725.555976134,313,8366,268,5744,010200,333450202.294,012100,101223732.045,012100,231675308.0,010200,012100,13016.1206176,46675,124472,hub,hub,non_hub,586644.664817,4512696.44233,585124.983126,4512588.88932
+12246,12246,6509,218.0,012100,,40.7598593767,-73.9914900133,294.0,010300,40.751000495,-73.994372255,479.512566477,1859,8366,1351,5744,010300,141506056.87,012100,101223732.045,012100,231675308.0,010300,012100,13016.1206176,221593,124472,hub,hub,hub,584892.968075,4511602.69644,585124.983126,4512588.88932
+12247,12247,1692,218.0,012100,,40.7598593767,-73.9914900133,225.0,010400,40.761664375,-73.976854975,688.723786949,1031,8366,1033,5744,010400,363981333.295,012100,101223732.045,012100,231675308.0,010400,012100,13016.1206176,65073,124472,hub,hub,non_hub,586357.961325,4512803.55852,585124.983126,4512588.88932
+12248,12248,229,109.0,012100,,40.7598593767,-73.9914900133,99.0,010602,40.75849116,-73.95920622,1231.89453944,4794,8366,2963,5744,010602,67980898.3739,012100,101223732.045,012100,231675308.0,010602,012100,13016.1206176,22153,124472,hub,hub,non_hub,587851.796682,4512468.82754,585124.983126,4512588.88932
+12249,12249,1414,327.0,012100,,40.7598593767,-73.9914900133,351.0,010800,40.7591736033,-73.96613818,990.894608214,8531,8366,6272,5744,010800,189351523.799,012100,101223732.045,012100,231675308.0,010800,012100,13016.1206176,79198,124472,hub,hub,non_hub,587265.778542,4512537.66689,585124.983126,4512588.88932
+12250,12250,1056,218.0,012100,,40.7598593767,-73.9914900133,342.0,010900,40.751351715,-73.987594755,627.410436732,182,8366,92,5744,010900,228173063.011,012100,101223732.045,012100,231675308.0,010900,012100,13016.1206176,60092,124472,hub,hub,non_hub,585464.669441,4511648.26242,585124.983126,4512588.88932
+12251,12251,1363,109.0,012100,,40.7598593767,-73.9914900133,177.0,011201,40.7643971,-73.97371465,838.123777775,827,8366,964,5744,011201,118515444.187,012100,101223732.045,012100,231675308.0,011201,012100,13016.1206176,41525,124472,hub,hub,non_hub,586619.474659,4513110.00718,585124.983126,4512588.88932
+12252,12252,955,109.0,012100,,40.7598593767,-73.9914900133,99.0,011203,40.76095756,-73.96724467,1066.47273237,1176,8366,1160,5744,011203,143782379.009,012100,101223732.045,012100,231675308.0,011203,012100,13016.1206176,48033,124472,hub,hub,non_hub,587170.050102,4512734.59972,585124.983126,4512588.88932
+12253,12253,5663,436.0,012100,,40.7598593767,-73.9914900133,594.0,011300,40.7548008425,-73.9888010575,440.337433387,204,8366,107,5744,011300,357940519.061,012100,101223732.045,012100,231675308.0,011300,012100,13016.1206176,236650,124472,hub,hub,hub,585358.423228,4512029.96675,585124.983126,4512588.88932
+12254,12254,2227,218.0,012100,,40.7598593767,-73.9914900133,246.0,011500,40.75701407,-73.992353645,413.505415334,2487,8366,1678,5744,011500,130958459.747,012100,101223732.045,012100,231675308.0,011500,012100,13016.1206176,103294,124472,hub,hub,non_hub,585055.712647,4512272.20178,585124.983127,4512588.88932
+12255,12255,1913,218.0,012100,,40.7598593767,-73.9914900133,252.0,011700,40.76058799,-74.00080945,560.927612732,2938,8366,2304,5744,011700,91270705.1484,012100,101223732.045,012100,231675308.0,011700,012100,13016.1206176,73016,124472,hub,hub,non_hub,584337.427395,4512660.77158,585124.983126,4512588.88932
+12256,12256,2487,109.0,012100,,40.7598593767,-73.9914900133,102.0,011900,40.7568001,-73.98291153,344.110204471,1079,8366,1121,5744,011900,395254501.74,012100,101223732.045,012100,231675308.0,011900,012100,13016.1206176,39976,124472,hub,hub,non_hub,585853.012005,4512257.64444,585124.983126,4512588.88932
+12257,12257,2212,109.0,012100,,40.7598593767,-73.9914900133,153.0,012500,40.76064679,-73.98442659,405.916380847,2439,8366,2096,5744,012500,322911522.418,012100,101223732.045,012100,231675308.0,012500,012100,13016.1206176,45486,124472,hub,hub,non_hub,585720.180916,4512683.17447,585124.983126,4512588.88932
+12258,12258,4137,218.0,012100,,40.7598593767,-73.9914900133,252.0,012700,40.762485435,-73.990447135,429.030607767,6437,8366,4434,5744,012700,104637996.687,012100,101223732.045,012100,231675308.0,012700,012100,13016.1206176,83393,124472,hub,hub,hub,585209.656415,4512881.41361,585124.983126,4512588.88932
+12259,12259,961,109.0,012100,,40.7598593767,-73.9914900133,72.0,012900,40.76341379,-73.99667444,628.015663049,5312,8366,3621,5744,012900,158698340.053,012100,101223732.045,012100,231675308.0,012900,012100,13016.1206176,28661,124472,hub,hub,non_hub,584682.864463,4512978.43901,585124.983126,4512588.88932
+12260,12260,3622,327.0,012100,,40.7598593767,-73.9914900133,480.0,013100,40.7621295133,-73.98215453,484.690128374,2489,8366,2283,5744,013100,405023451.28,012100,101223732.045,012100,231675308.0,013100,012100,13016.1206176,107228,124472,hub,hub,hub,585910.04945,4512849.98999,585124.983126,4512588.88932
+12261,12261,7340,327.0,012100,,40.7598593767,-73.9914900133,303.0,013300,40.7647250567,-73.9866537633,393.809524533,5363,8366,3909,5744,013300,79847412.2593,012100,101223732.045,012100,231675308.0,013300,012100,13016.1206176,89810,124472,hub,hub,hub,585526.963405,4513133.71926,585124.983126,4512588.88932
+12262,12262,2224,218.0,012100,,40.7598593767,-73.9914900133,195.0,013500,40.766984435,-73.99227308,509.129290054,6075,8366,3935,5744,013500,198199142.958,012100,101223732.045,012100,231675308.0,013500,012100,13016.1206176,64723,124472,hub,hub,non_hub,585049.80204,4513379.06475,585124.983126,4512588.88932
+12263,12263,3228,218.0,012100,,40.7598593767,-73.9914900133,294.0,013700,40.766109285,-73.981808355,601.235687631,6557,8366,5442,5744,013700,314878324.419,012100,101223732.045,012100,231675308.0,013700,012100,13016.1206176,91142,124472,hub,hub,hub,585934.141665,4513292.1137,585124.983126,4512588.88932
+12264,12264,1770,109.0,012100,,40.7598593767,-73.9914900133,81.0,013900,40.768254,-73.988639,499.50064859,7607,8366,7359,5744,013900,139918084.587,012100,101223732.045,012100,231675308.0,013900,012100,13016.1206176,26390,124472,hub,hub,non_hub,585354.890073,4513523.52534,585124.983126,4512588.88932
+12265,12265,708,109.0,012100,,40.7598593767,-73.9914900133,147.0,014300,40.76590936,-73.97634151,866.075236286,3,8366,0,5744,014300,50027992.3322,012100,101223732.045,012100,231675308.0,014300,012100,13016.1206176,21051,124472,hub,hub,non_hub,586395.803012,4513275.28949,585124.983126,4512588.88932
+12266,12266,3723,109.0,012100,,40.7598593767,-73.9914900133,108.0,014500,40.76915505,-73.98191841,655.170581799,5811,8366,3462,5744,014500,253397343.373,012100,101223732.045,012100,231675308.0,014500,012100,13016.1206176,68350,124472,hub,hub,hub,585920.929601,4513630.10902,585124.983126,4512588.88932
+12267,12267,1412,109.0,012100,,40.7598593767,-73.9914900133,165.0,014700,40.770513,-73.988038,617.868202989,2586,8366,1743,5744,014700,70871746.8417,012100,101223732.045,012100,231675308.0,014700,012100,13016.1206176,35099,124472,hub,hub,non_hub,585402.720353,4513774.87644,585124.983126,4512588.88932
+12268,12268,716,109.0,012100,,40.7598593767,-73.9914900133,108.0,015100,40.771522,-73.990541,580.790984697,8105,8366,4856,5744,015100,164953931.102,012100,101223732.045,012100,231675308.0,015100,012100,13016.1206176,17578,124472,hub,hub,non_hub,585190.192062,4513884.4495,585124.983126,4512588.88932
+12269,12269,1020,218.0,012100,,40.7598593767,-73.9914900133,210.0,031703,40.71644312,-74.014902115,1484.83184294,8670,8366,4231,5744,031703,332361109.355,012100,101223732.045,012100,231675308.0,031703,012100,13016.1206176,136082,124472,hub,hub,non_hub,583202.897614,4507746.93647,585124.983126,4512588.88932
+12270,12270,874,327.0,012100,,40.7598593767,-73.9914900133,294.0,031704,40.7085171733,-74.0165557667,1553.86476062,6610,8366,3790,5744,031704,160823714.408,012100,101223732.045,012100,231675308.0,031704,012100,13016.1206176,105244,124472,hub,hub,non_hub,583073.076824,4506865.54027,585124.983126,4512588.88932
+12271,12271,106,327.0,012100,,40.7598593767,-73.9914900133,255.0,000600,40.7128987867,-73.9898646367,1603.2239566,11558,8366,4083,5744,000600,59149181.7526,012100,101223732.045,012100,231675308.0,000600,012100,13016.1206176,70053,124472,hub,hub,non_hub,585322.159723,4507377.5136,585124.983126,4512588.88932
+12272,12272,8,153.0,012500,5.40322979863,40.76064679,-73.98442659,54.0,000202,40.7136705,-73.983095,2359.03722041,8012,2439,3598,2096,000202,37878157.9781,012500,322911522.418,012500,33227949.0,000202,012500,12943.200239,56352,42215,hub,hub,non_hub,585892.981514,4507469.77723,585720.180916,4512683.17447
+12273,12273,61,357.0,012500,,40.76064679,-73.98442659,258.0,000700,40.70581148,-74.0081572071,2017.75644197,7722,2439,5201,2096,000700,476954959.734,012500,322911522.418,012500,33227949.0,000700,012500,12943.200239,160040,42215,hub,hub,non_hub,583785.918305,4506573.16797,585720.180916,4512683.17447
+12274,12274,4,102.0,012500,,40.76064679,-73.98442659,47.0,000800,40.712414475,-73.993471545,2653.5,10365,2439,4150,2096,000800,46479755.076,012500,322911522.418,012500,33227949.0,000800,012500,12943.200239,34254,42215,hub,hub,non_hub,585018.109713,4507320.25418,585720.180916,4512683.17447
+12275,12275,29,153.0,012500,,40.76064679,-73.98442659,97.0,000900,40.7024745833,-74.01224785,2326.72222222,1140,2439,939,2096,000900,404341803.896,012500,322911522.418,012500,33227949.0,000900,012500,12943.200239,46446,42215,hub,hub,non_hub,583444.520998,4506198.85784,585720.180916,4512683.17447
+12276,12276,6,51.0,012500,,40.76064679,-73.98442659,19.0,001002,40.71782143,-73.97628939,2310.5,6439,2439,2346,2096,001002,22763374.2099,012500,322911522.418,012500,33227949.0,001002,012500,12943.200239,15916,42215,hub,hub,non_hub,586462.45635,4507937.23607,585720.180916,4512683.17447
+12277,12277,28,102.0,012500,,40.76064679,-73.98442659,46.0,001200,40.717364275,-73.982955325,1812.33333333,3547,2439,1857,2096,001200,23518220.7411,012500,322911522.418,012500,33227949.0,001200,012500,12943.200239,36493,42215,hub,hub,non_hub,585900.031125,4507879.94738,585720.180916,4512683.17447
+12278,12278,12,51.0,012500,,40.76064679,-73.98442659,36.0,001300,40.70463334,-74.01361706,2321.41666667,3776,2439,3028,2096,001300,286606455.687,012500,322911522.418,012500,33227949.0,001300,012500,12943.200239,27671,42215,hub,hub,non_hub,583326.158808,4506437.19368,585720.180916,4512683.17447
+12279,12279,24,51.0,012500,,40.76064679,-73.98442659,28.0,001401,40.71559509,-73.9870295,1603.54166667,3289,2439,1708,2096,001401,20168722.3199,012500,322911522.418,012500,33227949.0,001401,012500,12943.200239,26885,42215,hub,hub,non_hub,585558.18429,4507679.57909,585720.180916,4512683.17447
+12280,12280,8,102.0,012500,,40.76064679,-73.98442659,67.0,001501,40.70966832,-74.003597135,2145.21428571,5581,2439,3450,2096,001501,172466366.322,012500,322911522.418,012500,33227949.0,001501,012500,12943.200239,27425,42215,hub,hub,non_hub,584166.279828,4507005.66129,585720.180916,4512683.17447
+12281,12281,53,153.0,012500,,40.76064679,-73.98442659,123.0,001502,40.7088053467,-74.00635276,2170.64181287,7095,2439,3459,2096,001502,221282059.103,012500,322911522.418,012500,33227949.0,001502,012500,12943.200239,82052,42215,hub,hub,non_hub,583934.59195,4506907.22889,585720.180916,4512683.17447
+12282,12282,9,153.0,012500,,40.76064679,-73.98442659,107.0,001600,40.7153350167,-73.9943926833,2194.5,8236,2439,3242,2096,001600,76565505.7581,012500,322911522.418,012500,33227949.0,001600,012500,12943.200239,82798,42215,hub,hub,non_hub,584936.591099,4507643.5622,585720.180916,4512683.17447
+12283,12283,45,204.0,012500,,40.76064679,-73.98442659,154.0,001800,40.7193657075,-73.9906468425,1791.22417582,8063,2439,3489,2096,001800,60554858.5127,012500,322911522.418,012500,33227949.0,001800,012500,12943.200239,133306,42215,hub,hub,non_hub,585247.838585,4508094.62497,585720.180916,4512683.17447
+12284,12284,6,102.0,012500,,40.76064679,-73.98442659,46.0,002000,40.721554605,-73.977309405,1782.16666667,4795,2439,1899,2096,002000,17907673.5628,012500,322911522.418,012500,33227949.0,002000,012500,12943.200239,31656,42215,hub,hub,non_hub,586371.478696,4508350.63994,585720.180916,4512683.17447
+12285,12285,156,204.0,012500,,40.76064679,-73.98442659,102.0,002100,40.71451321,-74.0108850975,1464.02171972,6111,2439,3038,2096,002100,273869828.705,012500,322911522.418,012500,33227949.0,002100,012500,12943.200239,151037,42215,hub,hub,non_hub,583544.598931,4507536.51732,585720.180916,4512683.17447
+12286,12286,53,102.0,012500,,40.76064679,-73.98442659,44.0,002201,40.71833027,-73.980972895,1806.37765957,6762,2439,3030,2096,002201,37585954.9949,012500,322911522.418,012500,33227949.0,002201,012500,12943.200239,26391,42215,hub,hub,non_hub,586066.226443,4507989.12022,585720.180916,4512683.17447
+12287,12287,11,51.0,012500,,40.76064679,-73.98442659,31.0,002202,40.7208736,-73.98085795,1765.81818182,2256,2439,1045,2096,002202,13179093.8977,012500,322911522.418,012500,33227949.0,002202,012500,12943.200239,23935,42215,hub,hub,non_hub,586072.658368,4508271.55961,585720.180916,4512683.17447
+12288,12288,5,102.0,012500,,40.76064679,-73.98442659,48.0,002400,40.724744875,-73.974986535,1820.0,5775,2439,2175,2096,002400,17986635.5592,012500,322911522.418,012500,33227949.0,002400,012500,12943.200239,17965,42215,hub,hub,non_hub,586563.526382,4508707.06897,585720.180916,4512683.17447
+12289,12289,9,102.0,012500,,40.76064679,-73.98442659,62.0,002500,40.7111743,-73.99849582,1510.46428571,5061,2439,1917,2096,002500,22428407.6271,012500,322911522.418,012500,33227949.0,002500,012500,12943.200239,28216,42215,hub,hub,non_hub,584595.28909,4507177.73549,585720.180916,4512683.17447
+12290,12290,4,51.0,012500,,40.76064679,-73.98442659,31.0,002601,40.72299208,-73.97995466,1665.5,3774,2439,1593,2096,002601,22248722.3098,012500,322911522.418,012500,33227949.0,002601,012500,12943.200239,22144,42215,hub,hub,non_hub,586146.216204,4508507.61099,585720.180916,4512683.17447
+12291,12291,0,51.0,012500,5.42077861856,,,27.0,002700,,,1856.15194735,1191,2439,655,2096,002700,11349914.9514,012500,322911522.418,012500,33227949.0,002700,012500,12943.200239,20570,42215,hub,hub,non_hub,inf,inf,inf,inf
+12292,12292,13,51.0,012500,,40.76064679,-73.98442659,32.0,002800,40.72521311,-73.97768752,1684.69230769,7302,2439,3341,2096,002800,47641507.3146,012500,322911522.418,012500,33227949.0,002800,012500,12943.200239,36744,42215,hub,hub,non_hub,586334.816403,4508756.38709,585720.180916,4512683.17447
+12293,12293,9,51.0,012500,,40.76064679,-73.98442659,43.0,002900,40.71602118,-73.99974372,1465.0,5855,2439,2420,2096,002900,200965547.24,012500,322911522.418,012500,33227949.0,002900,012500,12943.200239,31936,42215,hub,hub,non_hub,584483.752153,4507714.56961,585720.180916,4512683.17447
+12294,12294,15,51.0,012500,,40.76064679,-73.98442659,35.0,003001,40.72066442,-73.98517977,1912.06666667,4301,2439,2553,2096,003001,34302720.7166,012500,322911522.418,012500,33227949.0,003001,012500,12943.200239,41223,42215,hub,hub,non_hub,585707.91731,4508244.11218,585720.180916,4512683.17447
+12295,12295,13,51.0,012500,,40.76064679,-73.98442659,37.0,003002,40.72217444,-73.98368779,1547.92307692,3031,2439,1885,2096,003002,18686109.2263,012500,322911522.418,012500,33227949.0,003002,012500,12943.200239,38675,42215,hub,hub,non_hub,585831.986427,4508413.19181,585720.180916,4512683.17447
+12296,12296,20,153.0,012500,,40.76064679,-73.98442659,121.0,003100,40.7140617467,-74.0041933367,1949.03632479,2809,2439,858,2096,003100,145687012.574,012500,322911522.418,012500,33227949.0,003100,012500,12943.200239,81469,42215,hub,hub,non_hub,584110.388584,4507492.78891,585720.180916,4512683.17447
+12297,12297,92,153.0,012500,,40.76064679,-73.98442659,100.0,003200,40.7260543867,-73.9823576167,1424.25182186,7630,2439,4888,2096,003200,46369492.482,012500,322911522.418,012500,33227949.0,003200,012500,12943.200239,138064,42215,hub,hub,non_hub,585939.335766,4508845.19329,585720.180916,4512683.17447
+12298,12298,85,255.0,012500,,40.76064679,-73.98442659,173.0,003300,40.7188176631,-74.006343436,1682.46120635,5174,2439,2694,2096,003300,215459582.054,012500,322911522.418,012500,33227949.0,003300,012500,12943.200239,115059,42215,hub,hub,non_hub,583922.805519,4508018.66986,585720.180916,4512683.17447
+12299,12299,38,51.0,012500,,40.76064679,-73.98442659,39.0,003400,40.72955361,-73.98057249,917.921052632,6706,2439,4203,2096,003400,42933229.7541,012500,322911522.418,012500,33227949.0,003400,012500,12943.200239,47926,42215,hub,hub,non_hub,586085.581298,4509235.37985,585720.180916,4512683.17447
+12300,12300,37,102.0,012500,,40.76064679,-73.98442659,66.0,003601,40.72217423,-73.990293175,1144.48703704,3299,2439,1613,2096,003601,29191583.8104,012500,322911522.418,012500,33227949.0,003601,012500,12943.200239,77585,42215,hub,hub,non_hub,585274.124459,4508406.73315,585720.180916,4512683.17447
+12301,12301,21,102.0,012500,,40.76064679,-73.98442659,62.0,003602,40.724852985,-73.989265345,1629.93181818,2918,2439,1586,2096,003602,24941258.1161,012500,322911522.418,012500,33227949.0,003602,012500,12943.200239,82124,42215,hub,hub,non_hub,585357.507872,4508705.09166,585720.180916,4512683.17447
+12302,12302,141,204.0,012500,,40.76064679,-73.98442659,148.0,003700,40.7256696075,-74.0052069325,1468.45364833,2401,2439,1490,2096,003700,212385639.924,012500,322911522.418,012500,33227949.0,003700,012500,12943.200239,173333,42215,hub,hub,non_hub,584010.178026,4508780.36793,585720.180916,4512683.17447
+12303,12303,401,204.0,012500,,40.76064679,-73.98442659,160.0,003800,40.72765889,-73.988195855,1284.69285017,8610,2439,5795,2096,003800,67437493.5221,012500,322911522.418,012500,33227949.0,003800,012500,12943.200239,167230,42215,hub,hub,non_hub,585444.239635,4509017.60641,585720.180916,4512683.17447
+12304,12304,147,204.0,012500,,40.76064679,-73.98442659,106.0,003900,40.7201717475,-74.00983051,1717.66288594,5253,2439,3059,2096,003900,194910113.03,012500,322911522.418,012500,33227949.0,003900,012500,12943.200239,113624,42215,hub,hub,non_hub,583626.593058,4508165.65565,585720.180916,4512683.17447
+12305,12305,72,102.0,012500,,40.76064679,-73.98442659,66.0,004000,40.73000573,-73.98549552,1102.5462963,9801,2439,4546,2096,004000,66858387.5133,012500,322911522.418,012500,33227949.0,004000,012500,12943.200239,99660,42215,hub,hub,non_hub,585669.269443,4509280.75306,585720.180916,4512683.17447
+12306,12306,28,102.0,012500,,40.76064679,-73.98442659,64.0,004100,40.7195529,-73.996789035,1738.15128205,7793,2439,3765,2096,004100,71738983.3617,012500,322911522.418,012500,33227949.0,004100,012500,12943.200239,114685,42215,hub,hub,non_hub,584728.836557,4508109.46034,585720.180916,4512683.17447
+12307,12307,42,51.0,012500,,40.76064679,-73.98442659,35.0,004200,40.73223272,-73.98889957,1356.61904762,4988,2439,1801,2096,004200,39941846.3325,012500,322911522.418,012500,33227949.0,004200,012500,12943.200239,50846,42215,hub,hub,non_hub,585378.96492,4509524.64843,585720.180916,4512683.17447
+12308,12308,45,102.0,012500,,40.76064679,-73.98442659,67.0,004300,40.723870235,-73.995226525,1650.20588235,4267,2439,2598,2096,004300,65935514.1184,012500,322911522.418,012500,33227949.0,004300,012500,12943.200239,95162,42215,hub,hub,non_hub,584855.320992,4508590.22212,585720.180916,4512683.17447
+12309,12309,47,102.0,012500,,40.76064679,-73.98442659,60.0,004400,40.73080269,-73.97968993,1374.86354167,17710,2439,8297,2096,004400,114601147.016,012500,322911522.418,012500,33227949.0,004400,012500,12943.200239,106427,42215,hub,hub,non_hub,586158.498991,4509374.90208,585720.180916,4512683.17447
+12310,12310,23,51.0,012500,,40.76064679,-73.98442659,27.0,004500,40.71910537,-73.99973337,1826.56521739,840,2439,582,2096,004500,52009114.8865,012500,322911522.418,012500,33227949.0,004500,012500,12943.200239,34275,42215,hub,hub,non_hub,584480.726971,4508056.94497,585720.180916,4512683.17447
+12311,12311,8,51.0,012500,,40.76064679,-73.98442659,39.0,004700,40.72165481,-74.00234737,1707.75,2267,2439,1586,2096,004700,75477587.1594,012500,322911522.418,012500,33227949.0,004700,012500,12943.200239,27544,42215,hub,hub,non_hub,584256.734795,4508337.43837,585720.180916,4512683.17447
+12312,12312,157,51.0,012500,,40.76064679,-73.98442659,35.0,004800,40.73624527,-73.98473765,1110.73248408,7550,2439,3799,2096,004800,74763044.6965,012500,322911522.418,012500,33227949.0,004800,012500,12943.200239,42567,42215,hub,hub,non_hub,585725.258797,4509974.12516,585720.180916,4512683.17447
+12313,12313,24,102.0,012500,,40.76064679,-73.98442659,73.0,004900,40.724268615,-74.000521515,1664.39285714,4951,2439,3054,2096,004900,103848670.177,012500,322911522.418,012500,33227949.0,004900,012500,12943.200239,80152,42215,hub,hub,non_hub,584407.63728,4508629.34168,585720.180916,4512683.17447
+12314,12314,233,153.0,012500,,40.76064679,-73.98442659,93.0,005000,40.7359163467,-73.9873427633,1064.67371054,5061,2439,3595,2096,005000,120638459.215,012500,322911522.418,012500,33227949.0,005000,012500,12943.200239,111023,42215,hub,hub,non_hub,585505.709717,4509935.07175,585720.180916,4512683.17447
+12315,12315,195,102.0,012500,,40.76064679,-73.98442659,106.0,005200,40.73715585,-73.991241315,873.726086957,4193,2439,1785,2096,005200,109103391.81,012500,322911522.418,012500,33227949.0,005200,012500,12943.200239,159876,42215,hub,hub,non_hub,585174.941656,4510068.87544,585720.180916,4512683.17447
+12316,12316,105,51.0,012500,,40.76064679,-73.98442659,47.0,005400,40.73971301,-73.99456405,1029.97142857,4656,2439,2837,2096,005400,128803552.888,012500,322911522.418,012500,33227949.0,005400,012500,12943.200239,73728,42215,hub,hub,non_hub,584891.129718,4510349.51956,585720.180916,4512683.17447
+12317,12317,27,51.0,012500,,40.76064679,-73.98442659,30.0,005501,40.72679454,-73.99695094,1413.48148148,5079,2439,2483,2096,005501,61061928.4125,012500,322911522.418,012500,33227949.0,005501,012500,12943.200239,57258,42215,hub,hub,non_hub,584705.980012,4508913.17477,585720.180916,4512683.17447
+12318,12318,17,51.0,012500,,40.76064679,-73.98442659,27.0,005502,40.72743423,-73.99379025,1357.94117647,2383,2439,1262,2096,005502,49017118.6146,012500,322911522.418,012500,33227949.0,005502,012500,12943.200239,55117,42215,hub,hub,non_hub,584972.085912,4508987.23863,585720.180916,4512683.17447
+12319,12319,230,102.0,012500,,40.76064679,-73.98442659,95.0,005600,40.74065347,-73.98778661,1139.22487805,2618,2439,2190,2096,005600,189153355.609,012500,322911522.418,012500,33227949.0,005600,012500,12943.200239,113209,42215,hub,hub,non_hub,585462.168743,4510460.49357,585720.180916,4512683.17447
+12320,12320,118,102.0,012500,,40.76064679,-73.98442659,82.0,005700,40.729662915,-73.992405595,1374.49763258,2937,2439,1789,2096,005700,90178032.7137,012500,322911522.418,012500,33227949.0,005700,012500,12943.200239,156896,42215,hub,hub,non_hub,585086.179601,4509235.9788,585720.180916,4512683.17447
+12321,12321,272,102.0,012500,,40.76064679,-73.98442659,87.0,005800,40.743154205,-73.990299735,802.604738447,3182,2439,2306,2096,005800,164037511.755,012500,322911522.418,012500,33227949.0,005800,012500,12943.200239,130970,42215,hub,hub,non_hub,585246.786708,4510735.64918,585720.180916,4512683.17447
+12322,12322,25,51.0,012500,,40.76064679,-73.98442659,31.0,005900,40.73049393,-73.9957214,1584.56,5516,2439,3276,2096,005900,71785177.1361,012500,322911522.418,012500,33227949.0,005900,012500,12943.200239,53180,42215,hub,hub,non_hub,584805.117401,4509325.01914,585720.180916,4512683.17447
+12323,12323,390,102.0,012500,,40.76064679,-73.98442659,63.0,006000,40.734822295,-73.976916765,1147.87191089,5286,2439,2459,2096,006000,27468182.8943,012500,322911522.418,012500,33227949.0,006000,012500,12943.200239,80462,42215,hub,hub,non_hub,586387.478737,4509823.83141,585720.180916,4512683.17447
+12324,12324,226,204.0,012500,,40.76064679,-73.98442659,141.0,006100,40.73385254,-73.992357065,1209.70812605,4913,2439,2683,2096,006100,91682014.33,012500,322911522.418,012500,33227949.0,006100,012500,12943.200239,245510,42215,hub,hub,non_hub,585084.940162,4509701.10308,585720.180916,4512683.17447
+12325,12325,74,51.0,012500,,40.76064679,-73.98442659,30.0,006200,40.7381765,-73.97738662,1169.28378378,4680,2439,1401,2096,006200,231817485.533,012500,322911522.418,012500,33227949.0,006200,012500,12943.200239,33218,42215,hub,hub,non_hub,586343.467107,4510195.70961,585720.180916,4512683.17447
+12326,12326,180,153.0,012500,,40.76064679,-73.98442659,99.0,006300,40.7346940933,-73.99785666,1061.04587747,6076,2439,4277,2096,006300,85447631.8451,012500,322911522.418,012500,33227949.0,006300,012500,12943.200239,120233,42215,hub,hub,non_hub,584619.48321,4509789.20591,585720.180916,4512683.17447
+12327,12327,51,51.0,012500,,40.76064679,-73.98442659,39.0,006400,40.73587678,-73.98205027,1376.37254902,7518,2439,5058,2096,006400,95664936.1545,012500,322911522.418,012500,33227949.0,006400,012500,12943.200239,47750,42215,hub,hub,non_hub,585952.649806,4509935.84788,585720.180916,4512683.17447
+12328,12328,141,153.0,012500,,40.76064679,-73.98442659,106.0,006500,40.7306296367,-73.9991423,1307.3614789,6517,2439,3568,2096,006500,59290910.3694,012500,322911522.418,012500,33227949.0,006500,012500,12943.200239,125356,42215,hub,hub,non_hub,584516.067395,4509336.78488,585720.180916,4512683.17447
+12329,12329,160,102.0,012500,,40.76064679,-73.98442659,82.0,006600,40.739285505,-73.97827188,994.869606004,11780,2439,6818,2096,006600,84730469.4548,012500,322911522.418,012500,33227949.0,006600,012500,12943.200239,74621,42215,hub,hub,non_hub,586267.286922,4510317.94668,585720.180916,4512683.17447
+12330,12330,35,51.0,012500,,40.76064679,-73.98442659,39.0,006700,40.73038599,-74.00214988,1410.2,4984,2439,3796,2096,006700,47238039.9972,012500,322911522.418,012500,33227949.0,006700,012500,12943.200239,70025,42215,hub,hub,non_hub,584262.399901,4509306.84766,585720.180916,4512683.17447
+12331,12331,67,51.0,012500,,40.76064679,-73.98442659,39.0,006800,40.74025878,-73.98409214,1165.6119403,6735,2439,4494,2096,006800,130298431.446,012500,322911522.418,012500,33227949.0,006800,012500,12943.200239,58926,42215,hub,hub,non_hub,585774.608423,4510420.28363,585720.180916,4512683.17447
+12332,12332,190,102.0,012500,,40.76064679,-73.98442659,67.0,006900,40.732319905,-74.0069291,1372.30130893,2687,2439,1484,2096,006900,61292499.9331,012500,322911522.418,012500,33227949.0,006900,012500,12943.200239,130727,42215,hub,hub,non_hub,583856.38945,4509516.94969,585720.180916,4512683.17447
+12333,12333,233,153.0,012500,,40.76064679,-73.98442659,127.0,007000,40.7425282108,-73.9756395165,1005.21042121,8302,2439,5669,2096,007000,78634704.8451,012500,322911522.418,012500,33227949.0,007000,012500,12943.200239,145227,42215,hub,hub,non_hub,586485.34752,4510680.50046,585720.180916,4512683.17447
+12334,12334,54,102.0,012500,,40.76064679,-73.98442659,71.0,007100,40.736526545,-74.000108805,1118.70880682,5633,2439,3844,2096,007100,68447429.2743,012500,322911522.418,012500,33227949.0,007100,012500,12943.200239,79459,42215,hub,hub,non_hub,584426.995774,4509990.4524,585720.180916,4512683.17447
+12335,12335,707,153.0,012500,,40.76064679,-73.98442659,126.0,007200,40.7447014833,-73.98154809,852.442618813,7734,2439,5222,2096,007200,132092861.454,012500,322911522.418,012500,33227949.0,007200,012500,12943.200239,157612,42215,hub,hub,non_hub,585983.687715,4510915.94446,585720.180916,4512683.17447
+12336,12336,111,102.0,012500,,40.76064679,-73.98442659,59.0,007300,40.734682705,-74.00388484,1308.50621118,5615,2439,4547,2096,007300,48716185.79,012500,322911522.418,012500,33227949.0,007300,012500,12943.200239,92567,42215,hub,hub,non_hub,584110.479319,4509782.14883,585720.180916,4512683.17447
+12337,12337,277,102.0,012500,,40.76064679,-73.98442659,86.0,007400,40.746413585,-73.98586892,798.139362269,4179,2439,2700,2096,007400,170614202.951,012500,322911522.418,012500,33227949.0,007400,012500,12943.200239,81121,42215,hub,hub,non_hub,585616.696258,4511101.7763,585720.180916,4512683.17447
+12338,12338,437,102.0,012500,,40.76064679,-73.98442659,69.0,007600,40.74737476,-73.988320695,666.941897275,2203,2439,1573,2096,007600,242014413.464,012500,322911522.418,012500,33227949.0,007600,012500,12943.200239,97464,42215,hub,hub,non_hub,585408.475283,4511206.08492,585720.180916,4512683.17447
+12339,12339,112,51.0,012500,,40.76064679,-73.98442659,43.0,007700,40.7390169121,-74.0026376103,1011.63392857,5404,2439,4254,2096,007700,59306273.1509,012500,322911522.418,012500,33227949.0,007700,012500,12943.200239,79025,42215,hub,hub,non_hub,584210.329106,4510264.47156,585720.180916,4512683.17447
+12340,12340,294,51.0,012500,,40.76064679,-73.98442659,39.0,007800,40.74780373,-73.9734419,794.989795918,7380,2439,5372,2096,007800,112124597.728,012500,322911522.418,012500,33227949.0,007800,012500,12943.200239,59601,42215,hub,hub,non_hub,586664.043115,4511268.28888,585720.180916,4512683.17447
+12341,12341,227,255.0,012500,,40.76064679,-73.98442659,174.0,007900,40.738916514,-74.007286026,1214.65823865,4406,2439,2904,2096,007900,86937368.5918,012500,322911522.418,012500,33227949.0,007900,012500,12943.200239,171846,42215,hub,hub,non_hub,583817.969395,4510248.87788,585720.180916,4512683.17447
+12342,12342,454,102.0,012500,,40.76064679,-73.98442659,71.0,008000,40.7485693,-73.97717991,717.543518519,4946,2439,3730,2096,008000,197763821.532,012500,322911522.418,012500,33227949.0,008000,012500,12943.200239,74808,42215,hub,hub,non_hub,586347.477591,4511349.58844,585720.180916,4512683.17447
+12343,12343,108,51.0,012500,,40.76064679,-73.98442659,39.0,008100,40.73935542,-73.99931783,748.046296296,8675,2439,5315,2096,008100,91100400.6907,012500,322911522.418,012500,33227949.0,008100,012500,12943.200239,53195,42215,hub,hub,non_hub,584490.204148,4510305.23824,585720.180916,4512683.17447
+12344,12344,1093,153.0,012500,,40.76064679,-73.98442659,175.0,008200,40.7519764956,-73.9794147956,560.179063592,3442,2439,2534,2096,008200,262405408.076,012500,322911522.418,012500,33227949.0,008200,012500,12943.200239,228612,42215,hub,hub,non_hub,586154.405129,4511725.61569,585720.180916,4512683.17447
+12345,12345,222,204.0,012500,,40.76064679,-73.98442659,119.0,008300,40.742591315,-74.004102785,1214.88786788,4211,2439,2321,2096,008300,119862327.354,012500,322911522.418,012500,33227949.0,008300,012500,12943.200239,186113,42215,hub,hub,non_hub,584082.11654,4510659.85081,585720.180916,4512683.17447
+12346,12346,132,51.0,012500,,40.76064679,-73.98442659,38.0,008400,40.75038009,-73.98338988,595.643939394,1726,2439,1041,2096,008400,147824461.739,012500,322911522.418,012500,33227949.0,008400,012500,12943.200239,34199,42215,hub,hub,non_hub,585820.889203,4511544.50828,585720.180916,4512683.17447
+12347,12347,138,51.0,012500,,40.76064679,-73.98442659,43.0,008601,40.744219,-73.97121214,992.449275362,2551,2439,1528,2096,008601,31141773.9073,012500,322911522.418,012500,33227949.0,008601,012500,12943.200239,31961,42215,hub,hub,non_hub,586856.951039,4510872.56191,585720.180916,4512683.17447
+12348,12348,241,102.0,012500,,40.76064679,-73.98442659,78.0,008700,40.74206378,-73.995708955,984.938906089,6671,2439,4249,2096,008700,85660216.7821,012500,322911522.418,012500,33227949.0,008700,012500,12943.200239,152953,42215,hub,hub,non_hub,584791.475936,4510609.36503,585720.180916,4512683.17447
+12349,12349,252,102.0,012500,,40.76064679,-73.98442659,78.0,008800,40.75012189,-73.970133575,761.58519821,6964,2439,5507,2096,008800,216532475.876,012500,322911522.418,012500,33227949.0,008800,012500,12943.200239,43247,42215,hub,hub,non_hub,586940.323322,4511528.89362,585720.180916,4512683.17447
+12350,12350,564,153.0,012500,,40.76064679,-73.98442659,120.0,008900,40.74529008,-74.0021768567,962.44013063,5560,2439,3511,2096,008900,54419260.2723,012500,322911522.418,012500,33227949.0,008900,012500,12943.200239,158638,42215,hub,hub,non_hub,584241.316685,4510961.27944,585720.180916,4512683.17447
+12351,12351,909,153.0,012500,,40.76064679,-73.98442659,110.0,009000,40.75261798,-73.9703317533,607.135345936,7026,2439,5832,2096,009000,208846060.851,012500,322911522.418,012500,33227949.0,009000,012500,12943.200239,74531,42215,hub,hub,non_hub,586920.342162,4511805.78171,585720.180916,4512683.17447
+12352,12352,103,51.0,012500,,40.76064679,-73.98442659,39.0,009100,40.74487634,-73.99529885,885.281553398,6415,2439,4386,2096,009100,127325659.041,012500,322911522.418,012500,33227949.0,009100,012500,12943.200239,63878,42215,hub,hub,non_hub,584822.527687,4510921.97538,585720.180916,4512683.17447
+12353,12353,1630,102.0,012500,,40.76064679,-73.98442659,110.0,009200,40.7548518863,-73.9734329075,479.481903203,1754,2439,1461,2096,009200,408192557.246,012500,322911522.418,012500,33227949.0,009200,012500,12943.200239,72226,42215,hub,hub,non_hub,586655.650548,4512050.69496,585720.180916,4512683.17447
+12354,12354,215,51.0,012500,,40.76064679,-73.98442659,39.0,009300,40.74475148,-73.99915362,794.148837209,9705,2439,5585,2096,009300,68528055.2433,012500,322911522.418,012500,33227949.0,009300,012500,12943.200239,52202,42215,hub,hub,non_hub,584497.239363,4510904.39701,585720.180916,4512683.17447
+12355,12355,795,51.0,012500,,40.76064679,-73.98442659,31.0,009400,40.75320159,-73.9779874,478.632704403,29,2439,16,2096,009400,299218147.811,012500,322911522.418,012500,33227949.0,009400,012500,12943.200239,82147,42215,hub,hub,non_hub,586273.319313,4511863.01244,585720.180916,4512683.17447
+12356,12356,95,51.0,012500,,40.76064679,-73.98442659,51.0,009500,40.746647,-73.993915,887.231578947,3425,2439,1416,2096,009500,129660033.725,012500,322911522.418,012500,33227949.0,009500,012500,12943.200239,57488,42215,hub,hub,non_hub,584937.108907,4511119.86954,585720.180916,4512683.17447
+12357,12357,893,153.0,012500,,40.76064679,-73.98442659,140.0,009600,40.7560350546,-73.9803589135,362.325931974,153,2439,268,2096,009600,270304841.585,012500,322911522.418,012500,33227949.0,009600,012500,12943.200239,71527,42215,hub,hub,non_hub,586069.469985,4512175.21925,585720.180916,4512683.17447
+12358,12358,255,153.0,012500,,40.76064679,-73.98442659,99.0,009700,40.7493616033,-73.9991321067,848.933387424,4744,2439,2827,2096,009700,83018263.1602,012500,322911522.418,012500,33227949.0,009700,012500,12943.200239,118804,42215,hub,hub,non_hub,584493.220017,4511416.17434,585720.180916,4512683.17447
+12359,12359,491,102.0,012500,,40.76064679,-73.98442659,70.0,009800,40.755285655,-73.96667288,627.490407674,7105,2439,5244,2096,009800,115943808.909,012500,322911522.418,012500,33227949.0,009800,012500,12943.200239,40039,42215,hub,hub,non_hub,587225.727282,4512105.54383,585720.180916,4512683.17447
+12360,12360,1004,255.0,012500,,40.76064679,-73.98442659,185.0,009900,40.7520807866,-74.0031899092,768.130531474,3617,2439,2438,2096,009900,404439511.776,012500,322911522.418,012500,33227949.0,009900,012500,12943.200239,208076,42215,hub,hub,non_hub,584147.226991,4511714.12465,585720.180916,4512683.17447
+12361,12361,586,153.0,012500,,40.76064679,-73.98442659,121.0,010000,40.7583696933,-73.9710287767,585.131703155,1829,2439,1399,2096,010000,366457143.613,012500,322911522.418,012500,33227949.0,010000,012500,12943.200239,72085,42215,hub,hub,non_hub,586854.014885,4512443.57459,585720.180916,4512683.17447
+12362,12362,838,153.0,012500,,40.76064679,-73.98442659,127.0,010100,40.74945622,-73.9903382667,720.51941284,1119,2439,828,2096,010100,246168211.101,012500,322911522.418,012500,33227949.0,010100,012500,12943.200239,183377,42215,hub,hub,non_hub,585235.486219,4511435.18064,585720.180916,4512683.17447
+12363,12363,364,102.0,012500,,40.76064679,-73.98442659,81.0,010200,40.7606694,-73.973473555,527.87797619,313,2439,268,2096,010200,333450202.294,012500,322911522.418,012500,33227949.0,010200,012500,12943.200239,46675,42215,hub,hub,non_hub,586644.664817,4512696.44233,585720.180916,4512683.17447
+12364,12364,2810,102.0,012500,,40.76064679,-73.98442659,98.0,010300,40.751000495,-73.994372255,555.434045907,1859,2439,1351,2096,010300,141506056.87,012500,322911522.418,012500,33227949.0,010300,012500,12943.200239,221593,42215,hub,hub,non_hub,584892.968075,4511602.69644,585720.180915,4512683.17447
+12365,12365,640,102.0,012500,,40.76064679,-73.98442659,75.0,010400,40.761664375,-73.976854975,432.736853599,1031,2439,1033,2096,010400,363981333.295,012500,322911522.418,012500,33227949.0,010400,012500,12943.200239,65073,42215,hub,hub,non_hub,586357.961325,4512803.55852,585720.180916,4512683.17447
+12366,12366,123,51.0,012500,,40.76064679,-73.98442659,33.0,010602,40.75849116,-73.95920622,895.398373984,4794,2439,2963,2096,010602,67980898.3739,012500,322911522.418,012500,33227949.0,010602,012500,12943.200239,22153,42215,hub,hub,non_hub,587851.796682,4512468.82754,585720.180916,4512683.17447
+12367,12367,469,153.0,012500,,40.76064679,-73.98442659,117.0,010800,40.7591736033,-73.96613818,761.491581075,8531,2439,6272,2096,010800,189351523.799,012500,322911522.418,012500,33227949.0,010800,012500,12943.200239,79198,42215,hub,hub,non_hub,587265.778542,4512537.66689,585720.180916,4512683.17447
+12368,12368,427,102.0,012500,,40.76064679,-73.98442659,114.0,010900,40.751351715,-73.987594755,592.96804838,182,2439,92,2096,010900,228173063.011,012500,322911522.418,012500,33227949.0,010900,012500,12943.200239,60092,42215,hub,hub,non_hub,585464.669441,4511648.26242,585720.180916,4512683.17447
+12369,12369,502,51.0,012500,,40.76064679,-73.98442659,59.0,011201,40.7643971,-73.97371465,638.434262948,827,2439,964,2096,011201,118515444.187,012500,322911522.418,012500,33227949.0,011201,012500,12943.200239,41525,42215,hub,hub,non_hub,586619.474659,4513110.00718,585720.180916,4512683.17447
+12370,12370,361,51.0,012500,,40.76064679,-73.98442659,33.0,011203,40.76095756,-73.96724467,730.174515235,1176,2439,1160,2096,011203,143782379.009,012500,322911522.418,012500,33227949.0,011203,012500,12943.200239,48033,42215,hub,hub,non_hub,587170.050102,4512734.59972,585720.180916,4512683.17447
+12371,12371,1626,204.0,012500,,40.76064679,-73.98442659,198.0,011300,40.7548008425,-73.9888010575,539.578369517,204,2439,107,2096,011300,357940519.061,012500,322911522.418,012500,33227949.0,011300,012500,12943.200239,236650,42215,hub,hub,non_hub,585358.423228,4512029.96675,585720.180916,4512683.17447
+12372,12372,811,102.0,012500,,40.76064679,-73.98442659,82.0,011500,40.75701407,-73.992353645,442.190689211,2487,2439,1678,2096,011500,130958459.747,012500,322911522.418,012500,33227949.0,011500,012500,12943.200239,103294,42215,hub,hub,non_hub,585055.712647,4512272.20178,585720.180916,4512683.17447
+12373,12373,697,102.0,012500,,40.76064679,-73.98442659,84.0,011700,40.76058799,-74.00080945,677.816971073,2938,2439,2304,2096,011700,91270705.1484,012500,322911522.418,012500,33227949.0,011700,012500,12943.200239,73016,42215,hub,hub,non_hub,584337.427395,4512660.77158,585720.180916,4512683.17447
+12374,12374,251,51.0,012500,,40.76064679,-73.98442659,34.0,011900,40.7568001,-73.98291153,502.577689243,1079,2439,1121,2096,011900,395254501.74,012500,322911522.418,012500,33227949.0,011900,012500,12943.200239,39976,42215,hub,hub,non_hub,585853.012005,4512257.64444,585720.180916,4512683.17447
+12375,12375,2021,153.0,012500,,40.76064679,-73.98442659,109.0,012100,40.7598593767,-73.9914900133,391.389134669,8366,2439,5744,2096,012100,101223732.045,012500,322911522.418,012500,33227949.0,012100,012500,12943.200239,132767,42215,hub,hub,non_hub,585124.983126,4512588.88932,585720.180916,4512683.17447
+12376,12376,1406,102.0,012500,,40.76064679,-73.98442659,84.0,012700,40.762485435,-73.990447135,382.436944238,6437,2439,4434,2096,012700,104637996.687,012500,322911522.418,012500,33227949.0,012700,012500,12943.200239,83393,42215,hub,hub,non_hub,585209.656415,4512881.41361,585720.180916,4512683.17447
+12377,12377,469,51.0,012500,,40.76064679,-73.98442659,24.0,012900,40.76341379,-73.99667444,516.353944563,5312,2439,3621,2096,012900,158698340.053,012500,322911522.418,012500,33227949.0,012900,012500,12943.200239,28661,42215,hub,hub,non_hub,584682.864463,4512978.43901,585720.180916,4512683.17447
+12378,12378,1913,153.0,012500,,40.76064679,-73.98442659,160.0,013100,40.7621295133,-73.98215453,269.476050728,2489,2439,2283,2096,013100,405023451.28,012500,322911522.418,012500,33227949.0,013100,012500,12943.200239,107228,42215,hub,hub,non_hub,585910.04945,4512849.98999,585720.180916,4512683.17447
+12379,12379,1149,153.0,012500,,40.76064679,-73.98442659,101.0,013300,40.7647250567,-73.9866537633,323.412582461,5363,2439,3909,2096,013300,79847412.2593,012500,322911522.418,012500,33227949.0,013300,012500,12943.200239,89810,42215,hub,hub,non_hub,585526.963405,4513133.71926,585720.180916,4512683.17447
+12380,12380,1229,102.0,012500,,40.76064679,-73.98442659,65.0,013500,40.766984435,-73.99227308,475.056823417,6075,2439,3935,2096,013500,198199142.958,012500,322911522.418,012500,33227949.0,013500,012500,12943.200239,64723,42215,hub,hub,non_hub,585049.80204,4513379.06475,585720.180916,4512683.17447
+12381,12381,4235,102.0,012500,,40.76064679,-73.98442659,98.0,013700,40.766109285,-73.981808355,284.48357241,6557,2439,5442,2096,013700,314878324.419,012500,322911522.418,012500,33227949.0,013700,012500,12943.200239,91142,42215,hub,hub,hub,585934.141665,4513292.1137,585720.180915,4512683.17447
+12382,12382,318,51.0,012500,,40.76064679,-73.98442659,27.0,013900,40.768254,-73.988639,455.201257862,7607,2439,7359,2096,013900,139918084.587,012500,322911522.418,012500,33227949.0,013900,012500,12943.200239,26390,42215,hub,hub,non_hub,585354.890073,4513523.52534,585720.180916,4512683.17447
+12383,12383,213,51.0,012500,,40.76064679,-73.98442659,49.0,014300,40.76590936,-73.97634151,823.924882629,3,2439,0,2096,014300,50027992.3322,012500,322911522.418,012500,33227949.0,014300,012500,12943.200239,21051,42215,hub,hub,non_hub,586395.803012,4513275.28949,585720.180916,4512683.17447
+12384,12384,878,51.0,012500,,40.76064679,-73.98442659,36.0,014500,40.76915505,-73.98191841,532.960136674,5811,2439,3462,2096,014500,253397343.373,012500,322911522.418,012500,33227949.0,014500,012500,12943.200239,68350,42215,hub,hub,non_hub,585920.929601,4513630.10902,585720.180916,4512683.17447
+12385,12385,525,51.0,012500,,40.76064679,-73.98442659,55.0,014700,40.770513,-73.988038,513.001904762,2586,2439,1743,2096,014700,70871746.8417,012500,322911522.418,012500,33227949.0,014700,012500,12943.200239,35099,42215,hub,hub,non_hub,585402.720353,4513774.87644,585720.180916,4512683.17447
+12386,12386,160,51.0,012500,,40.76064679,-73.98442659,36.0,015100,40.771522,-73.990541,648.05625,8105,2439,4856,2096,015100,164953931.102,012500,322911522.418,012500,33227949.0,015100,012500,12943.200239,17578,42215,hub,hub,non_hub,585190.192062,4513884.4495,585720.180916,4512683.17447
+12387,12387,222,102.0,012500,,40.76064679,-73.98442659,70.0,031703,40.71644312,-74.014902115,1812.23860182,8670,2439,4231,2096,031703,332361109.355,012500,322911522.418,012500,33227949.0,031703,012500,12943.200239,136082,42215,hub,hub,non_hub,583202.897614,4507746.93647,585720.180916,4512683.17447
+12388,12388,170,153.0,012500,,40.76064679,-73.98442659,98.0,031704,40.7085171733,-74.0165557667,2063.91201386,6610,2439,3790,2096,031704,160823714.408,012500,322911522.418,012500,33227949.0,031704,012500,12943.200239,105244,42215,hub,hub,non_hub,583073.076824,4506865.54027,585720.180916,4512683.17447
+12389,12389,11,153.0,012500,5.47580123028,40.76064679,-73.98442659,85.0,000600,40.713482645,-73.98883174,1597.52120321,11558,2439,4083,2096,000600,59149181.7526,012500,322911522.418,012500,33227949.0,000600,012500,12943.200239,70053,42215,hub,hub,non_hub,585408.65965,4507443.32962,585720.180916,4512683.17447
+12390,12390,33,252.0,012700,,40.762485435,-73.990447135,108.0,000202,40.71318002,-73.9818904933,1594.57539683,8012,6437,3598,4434,000202,37878157.9781,012700,104637996.687,,0.0,000202,012700,12369.1890589,56352,81185,hub,hub,non_hub,585995.353038,4507416.50937,585209.656415,4512881.41361
+12391,12391,393,588.0,012700,,40.762485435,-73.990447135,516.0,000700,40.70581148,-74.0081572071,1961.74152156,7722,6437,5201,4434,000700,476954959.734,012700,104637996.687,,0.0,000700,012700,12369.1890589,160040,81185,hub,hub,non_hub,583785.918305,4506573.16797,585209.656415,4512881.41361
+12392,12392,41,168.0,012700,,40.762485435,-73.990447135,94.0,000800,40.712414475,-73.993471545,1523.01071429,10365,6437,4150,4434,000800,46479755.076,012700,104637996.687,,0.0,000800,012700,12369.1890589,34254,81185,hub,hub,non_hub,585018.109713,4507320.25418,585209.656415,4512881.41361
+12393,12393,75,252.0,012700,,40.762485435,-73.990447135,194.0,000900,40.7024745833,-74.01224785,2038.06786967,1140,6437,939,4434,000900,404341803.896,012700,104637996.687,,0.0,000900,012700,12369.1890589,46446,81185,hub,hub,non_hub,583444.520998,4506198.85784,585209.656415,4512881.41361
+12394,12394,4,84.0,012700,,40.762485435,-73.990447135,38.0,001002,40.71782143,-73.97628939,1361.5,6439,6437,2346,4434,001002,22763374.2099,012700,104637996.687,,0.0,001002,012700,12369.1890589,15916,81185,hub,hub,non_hub,586462.45635,4507937.23607,585209.656415,4512881.41361
+12395,12395,25,168.0,012700,,40.762485435,-73.990447135,92.0,001200,40.717364275,-73.982955325,1499.08012821,3547,6437,1857,4434,001200,23518220.7411,012700,104637996.687,,0.0,001200,012700,12369.1890589,36493,81185,hub,hub,non_hub,585900.031125,4507879.94738,585209.656415,4512881.41361
+12396,12396,68,84.0,012700,,40.762485435,-73.990447135,72.0,001300,40.70463334,-74.01361706,2036.29375,3776,6437,3028,4434,001300,286606455.687,012700,104637996.687,,0.0,001300,012700,12369.1890589,27671,81185,hub,hub,non_hub,583326.158808,4506437.19368,585209.656415,4512881.41361
+12397,12397,27,84.0,012700,,40.762485435,-73.990447135,56.0,001401,40.71559509,-73.9870295,856.329545455,3289,6437,1708,4434,001401,20168722.3199,012700,104637996.687,,0.0,001401,012700,12369.1890589,26885,81185,hub,hub,non_hub,585558.18429,4507679.57909,585209.656415,4512881.41361
+12398,12398,35,168.0,012700,6.15944543795,40.7625565633,-73.9913021633,134.0,001501,40.71026676,-74.0042395133,1990.07385427,5581,6437,3450,4434,001501,172466366.322,012700,104637996.687,,0.0,001501,012700,12369.1890589,27425,81185,hub,hub,non_hub,584111.264131,4507071.47664,585137.397263,4512888.47939
+12399,12399,115,252.0,012700,,40.762485435,-73.990447135,246.0,001502,40.7088053467,-74.00635276,1757.1248268,7095,6437,3459,4434,001502,221282059.103,012700,104637996.687,,0.0,001502,012700,12369.1890589,82052,81185,hub,hub,non_hub,583934.59195,4506907.22889,585209.656415,4512881.41361
+12400,12400,111,252.0,012700,,40.762485435,-73.990447135,214.0,001600,40.7153350167,-73.9943926833,1794.28945293,8236,6437,3242,4434,001600,76565505.7581,012700,104637996.687,,0.0,001600,012700,12369.1890589,82798,81185,hub,hub,non_hub,584936.591099,4507643.5622,585209.656415,4512881.41361
+12401,12401,215,336.0,012700,,40.762485435,-73.990447135,308.0,001800,40.7193657075,-73.9906468425,1598.12823664,8063,6437,3489,4434,001800,60554858.5127,012700,104637996.687,,0.0,001800,012700,12369.1890589,133306,81185,hub,hub,non_hub,585247.838585,4508094.62497,585209.656415,4512881.41361
+12402,12402,62,168.0,012700,,40.762485435,-73.990447135,92.0,002000,40.721554605,-73.977309405,1062.07714286,4795,6437,1899,4434,002000,17907673.5628,012700,104637996.687,,0.0,002000,012700,12369.1890589,31656,81185,hub,hub,non_hub,586371.478696,4508350.63994,585209.656415,4512881.41361
+12403,12403,593,336.0,012700,,40.762485435,-73.990447135,204.0,002100,40.71451321,-74.0108850975,1459.26709645,6111,6437,3038,4434,002100,273869828.705,012700,104637996.687,,0.0,002100,012700,12369.1890589,151037,81185,hub,hub,non_hub,583544.598931,4507536.51732,585209.656415,4512881.41361
+12404,12404,19,168.0,012700,,40.762485435,-73.990447135,88.0,002201,40.71833027,-73.980972895,1408.37202381,6762,6437,3030,4434,002201,37585954.9949,012700,104637996.687,,0.0,002201,012700,12369.1890589,26391,81185,hub,hub,non_hub,586066.226443,4507989.12022,585209.656415,4512881.41361
+12405,12405,30,84.0,012700,,40.762485435,-73.990447135,62.0,002202,40.7208736,-73.98085795,1050.48,2256,6437,1045,4434,002202,13179093.8977,012700,104637996.687,,0.0,002202,012700,12369.1890589,23935,81185,hub,hub,non_hub,586072.658368,4508271.55961,585209.656415,4512881.41361
+12406,12406,21,168.0,012700,,40.762485435,-73.990447135,96.0,002400,40.724744875,-73.974986535,1204.69404762,5775,6437,2175,4434,002400,17986635.5592,012700,104637996.687,,0.0,002400,012700,12369.1890589,17965,81185,hub,hub,non_hub,586563.526382,4508707.06897,585209.656415,4512881.41361
+12407,12407,36,168.0,012700,,40.762485435,-73.990447135,124.0,002500,40.7111743,-73.99849582,1514.54469697,5061,6437,1917,4434,002500,22428407.6271,012700,104637996.687,,0.0,002500,012700,12369.1890589,28216,81185,hub,hub,non_hub,584595.28909,4507177.73549,585209.656415,4512881.41361
+12408,12408,62,84.0,012700,,40.762485435,-73.990447135,62.0,002601,40.72299208,-73.97995466,1034.9375,3774,6437,1593,4434,002601,22248722.3098,012700,104637996.687,,0.0,002601,012700,12369.1890589,22144,81185,hub,hub,non_hub,586146.216204,4508507.61099,585209.656415,4512881.41361
+12409,12409,8,84.0,012700,,40.762485435,-73.990447135,54.0,002700,40.71307916,-73.99851193,1884.1,1191,6437,655,4434,002700,11349914.9514,012700,104637996.687,,0.0,002700,012700,12369.1890589,20570,81185,hub,hub,non_hub,584591.517275,4507389.17181,585209.656415,4512881.41361
+12410,12410,87,84.0,012700,,40.762485435,-73.990447135,64.0,002800,40.72521311,-73.97768752,1285.94802495,7302,6437,3341,4434,002800,47641507.3146,012700,104637996.687,,0.0,002800,012700,12369.1890589,36744,81185,hub,hub,non_hub,586334.816403,4508756.38709,585209.656415,4512881.41361
+12411,12411,70,84.0,012700,,40.762485435,-73.990447135,86.0,002900,40.71602118,-73.99974372,1319.53186908,5855,6437,2420,4434,002900,200965547.24,012700,104637996.687,,0.0,002900,012700,12369.1890589,31936,81185,hub,hub,non_hub,584483.752153,4507714.56961,585209.656415,4512881.41361
+12412,12412,50,84.0,012700,,40.762485435,-73.990447135,70.0,003001,40.72066442,-73.98517977,1401.85110294,4301,6437,2553,4434,003001,34302720.7166,012700,104637996.687,,0.0,003001,012700,12369.1890589,41223,81185,hub,hub,non_hub,585707.91731,4508244.11218,585209.656415,4512881.41361
+12413,12413,67,84.0,012700,,40.762485435,-73.990447135,74.0,003002,40.72217444,-73.98368779,1156.11213235,3031,6437,1885,4434,003002,18686109.2263,012700,104637996.687,,0.0,003002,012700,12369.1890589,38675,81185,hub,hub,non_hub,585831.986427,4508413.19181,585209.656415,4512881.41361
+12414,12414,125,252.0,012700,,40.762485435,-73.990447135,242.0,003100,40.7140617467,-74.0041933367,1711.14319117,2809,6437,858,4434,003100,145687012.574,012700,104637996.687,,0.0,003100,012700,12369.1890589,81469,81185,hub,hub,non_hub,584110.388584,4507492.78891,585209.656415,4512881.41361
+12415,12415,465,252.0,012700,,40.762485435,-73.990447135,200.0,003200,40.7260543867,-73.9823576167,1153.21135486,7630,6437,4888,4434,003200,46369492.482,012700,104637996.687,,0.0,003200,012700,12369.1890589,138064,81185,hub,hub,non_hub,585939.335766,4508845.19329,585209.656415,4512881.41361
+12416,12416,471,420.0,012700,,40.762485435,-73.990447135,346.0,003300,40.7188222944,-74.0063333354,1620.08476345,5174,6437,2694,4434,003300,215459582.054,012700,104637996.687,,0.0,003300,012700,12369.1890589,115059,81185,hub,hub,non_hub,583923.652794,4508019.19361,585209.656415,4512881.41361
+12417,12417,127,84.0,012700,,40.762485435,-73.990447135,78.0,003400,40.72955361,-73.98057249,1173.79418683,6706,6437,4203,4434,003400,42933229.7541,012700,104637996.687,,0.0,003400,012700,12369.1890589,47926,81185,hub,hub,non_hub,586085.581298,4509235.37985,585209.656415,4512881.41361
+12418,12418,128,168.0,012700,,40.762485435,-73.990447135,132.0,003601,40.72217423,-73.990293175,1443.23235646,3299,6437,1613,4434,003601,29191583.8104,012700,104637996.687,,0.0,003601,012700,12369.1890589,77585,81185,hub,hub,non_hub,585274.124459,4508406.73315,585209.656415,4512881.41361
+12419,12419,185,168.0,012700,,40.762485435,-73.990447135,124.0,003602,40.724852985,-73.989265345,1259.30879121,2918,6437,1586,4434,003602,24941258.1161,012700,104637996.687,,0.0,003602,012700,12369.1890589,82124,81185,hub,hub,non_hub,585357.507872,4508705.09166,585209.656415,4512881.41361
+12420,12420,753,336.0,012700,,40.762485435,-73.990447135,296.0,003700,40.7256696075,-74.0052069325,1436.22920227,2401,6437,1490,4434,003700,212385639.924,012700,104637996.687,,0.0,003700,012700,12369.1890589,173333,81185,hub,hub,non_hub,584010.178026,4508780.36793,585209.656415,4512881.41361
+12421,12421,478,336.0,012700,,40.762485435,-73.990447135,320.0,003800,40.72765889,-73.988195855,1301.47776524,8610,6437,5795,4434,003800,67437493.5221,012700,104637996.687,,0.0,003800,012700,12369.1890589,167230,81185,hub,hub,non_hub,585444.239635,4509017.60641,585209.656415,4512881.41361
+12422,12422,429,336.0,012700,,40.762485435,-73.990447135,212.0,003900,40.7201717475,-74.00983051,1549.44653131,5253,6437,3059,4434,003900,194910113.03,012700,104637996.687,,0.0,003900,012700,12369.1890589,113624,81185,hub,hub,non_hub,583626.593058,4508165.65565,585209.656415,4512881.41361
+12423,12423,268,168.0,012700,,40.762485435,-73.990447135,132.0,004000,40.73000573,-73.98549552,1173.1958884,9801,6437,4546,4434,004000,66858387.5133,012700,104637996.687,,0.0,004000,012700,12369.1890589,99660,81185,hub,hub,non_hub,585669.269443,4509280.75306,585209.656415,4512881.41361
+12424,12424,272,168.0,012700,,40.762485435,-73.990447135,128.0,004100,40.7195529,-73.996789035,1422.69854567,7793,6437,3765,4434,004100,71738983.3617,012700,104637996.687,,0.0,004100,012700,12369.1890589,114685,81185,hub,hub,non_hub,584728.836557,4508109.46034,585209.656415,4512881.41361
+12425,12425,83,84.0,012700,,40.762485435,-73.990447135,70.0,004200,40.73223272,-73.98889957,1155.77482759,4988,6437,1801,4434,004200,39941846.3325,012700,104637996.687,,0.0,004200,012700,12369.1890589,50846,81185,hub,hub,non_hub,585378.96492,4509524.64843,585209.656415,4512881.41361
+12426,12426,197,168.0,012700,,40.762485435,-73.990447135,134.0,004300,40.723870235,-73.995226525,1364.78657954,4267,6437,2598,4434,004300,65935514.1184,012700,104637996.687,,0.0,004300,012700,12369.1890589,95162,81185,hub,hub,non_hub,584855.320992,4508590.22212,585209.656415,4512881.41361
+12427,12427,152,168.0,012700,,40.762485435,-73.990447135,120.0,004400,40.73080269,-73.97968993,1220.56023979,17710,6437,8297,4434,004400,114601147.016,012700,104637996.687,,0.0,004400,012700,12369.1890589,106427,81185,hub,hub,non_hub,586158.498991,4509374.90208,585209.656415,4512881.41361
+12428,12428,55,84.0,012700,,40.762485435,-73.990447135,54.0,004500,40.71910537,-73.99973337,1435.84541063,840,6437,582,4434,004500,52009114.8865,012700,104637996.687,,0.0,004500,012700,12369.1890589,34275,81185,hub,hub,non_hub,584480.726971,4508056.94497,585209.656415,4512881.41361
+12429,12429,56,84.0,012700,,40.762485435,-73.990447135,78.0,004700,40.72165481,-74.00234737,1430.81223329,2267,6437,1586,4434,004700,75477587.1594,012700,104637996.687,,0.0,004700,012700,12369.1890589,27544,81185,hub,hub,non_hub,584256.734795,4508337.43837,585209.656415,4512881.41361
+12430,12430,125,84.0,012700,,40.762485435,-73.990447135,70.0,004800,40.73624527,-73.98473765,1033.33708592,7550,6437,3799,4434,004800,74763044.6965,012700,104637996.687,,0.0,004800,012700,12369.1890589,42567,81185,hub,hub,non_hub,585725.258797,4509974.12516,585209.656415,4512881.41361
+12431,12431,216,168.0,012700,,40.762485435,-73.990447135,146.0,004900,40.724268615,-74.000521515,1414.64217773,4951,6437,3054,4434,004900,103848670.177,012700,104637996.687,,0.0,004900,012700,12369.1890589,80152,81185,hub,hub,non_hub,584407.63728,4508629.34168,585209.656415,4512881.41361
+12432,12432,331,252.0,012700,,40.762485435,-73.990447135,186.0,005000,40.7359163467,-73.9873427633,1118.80778798,5061,6437,3595,4434,005000,120638459.215,012700,104637996.687,,0.0,005000,012700,12369.1890589,111023,81185,hub,hub,non_hub,585505.709717,4509935.07175,585209.656415,4512881.41361
+12433,12433,806,168.0,012700,,40.762485435,-73.990447135,212.0,005200,40.73715585,-73.991241315,1071.67421639,4193,6437,1785,4434,005200,109103391.81,012700,104637996.687,,0.0,005200,012700,12369.1890589,159876,81185,hub,hub,non_hub,585174.941656,4510068.87544,585209.656415,4512881.41361
+12434,12434,449,84.0,012700,,40.762485435,-73.990447135,94.0,005400,40.73971301,-73.99456405,1107.51820833,4656,6437,2837,4434,005400,128803552.888,012700,104637996.687,,0.0,005400,012700,12369.1890589,73728,81185,hub,hub,non_hub,584891.129718,4510349.51956,585209.656415,4512881.41361
+12435,12435,124,84.0,012700,,40.762485435,-73.990447135,60.0,005501,40.72679454,-73.99695094,1112.92672293,5079,6437,2483,4434,005501,61061928.4125,012700,104637996.687,,0.0,005501,012700,12369.1890589,57258,81185,hub,hub,non_hub,584705.980012,4508913.17477,585209.656415,4512881.41361
+12436,12436,98,84.0,012700,,40.762485435,-73.990447135,54.0,005502,40.72743423,-73.99379025,1298.30128205,2383,6437,1262,4434,005502,49017118.6146,012700,104637996.687,,0.0,005502,012700,12369.1890589,55117,81185,hub,hub,non_hub,584972.085912,4508987.23863,585209.656415,4512881.41361
+12437,12437,409,168.0,012700,,40.762485435,-73.990447135,190.0,005600,40.74065347,-73.98778661,1040.49792854,2618,6437,2190,4434,005600,189153355.609,012700,104637996.687,,0.0,005600,012700,12369.1890589,113209,81185,hub,hub,non_hub,585462.168743,4510460.49357,585209.656415,4512881.41361
+12438,12438,382,168.0,012700,,40.762485435,-73.990447135,164.0,005700,40.729662915,-73.992405595,1322.35339186,2937,6437,1789,4434,005700,90178032.7137,012700,104637996.687,,0.0,005700,012700,12369.1890589,156896,81185,hub,hub,non_hub,585086.179601,4509235.9788,585209.656415,4512881.41361
+12439,12439,867,168.0,012700,,40.762485435,-73.990447135,174.0,005800,40.743154205,-73.990299735,932.33509414,3182,6437,2306,4434,005800,164037511.755,012700,104637996.687,,0.0,005800,012700,12369.1890589,130970,81185,hub,hub,non_hub,585246.786708,4510735.64918,585209.656415,4512881.41361
+12440,12440,124,84.0,012700,,40.762485435,-73.990447135,62.0,005900,40.73049393,-73.9957214,1189.6922449,5516,6437,3276,4434,005900,71785177.1361,012700,104637996.687,,0.0,005900,012700,12369.1890589,53180,81185,hub,hub,non_hub,584805.117402,4509325.01914,585209.656415,4512881.41361
+12441,12441,160,168.0,012700,,40.762485435,-73.990447135,126.0,006000,40.734822295,-73.976916765,1287.33459052,5286,6437,2459,4434,006000,27468182.8943,012700,104637996.687,,0.0,006000,012700,12369.1890589,80462,81185,hub,hub,non_hub,586387.478737,4509823.83141,585209.656415,4512881.41361
+12442,12442,1009,336.0,012700,,40.762485435,-73.990447135,282.0,006100,40.73385254,-73.992357065,1187.98273118,4913,6437,2683,4434,006100,91682014.33,012700,104637996.687,,0.0,006100,012700,12369.1890589,245510,81185,hub,hub,non_hub,585084.940162,4509701.10308,585209.656415,4512881.41361
+12443,12443,141,84.0,012700,,40.762485435,-73.990447135,60.0,006200,40.7381765,-73.97738662,1216.66451613,4680,6437,1401,4434,006200,231817485.533,012700,104637996.687,,0.0,006200,012700,12369.1890589,33218,81185,hub,hub,non_hub,586343.467107,4510195.70961,585209.656415,4512881.41361
+12444,12444,495,252.0,012700,,40.762485435,-73.990447135,198.0,006300,40.7346940933,-73.99785666,1139.58573245,6076,6437,4277,4434,006300,85447631.8451,012700,104637996.687,,0.0,006300,012700,12369.1890589,120233,81185,hub,hub,non_hub,584619.48321,4509789.20591,585209.656415,4512881.41361
+12445,12445,98,84.0,012700,,40.762485435,-73.990447135,78.0,006400,40.73587678,-73.98205027,1223.83673469,7518,6437,5058,4434,006400,95664936.1545,012700,104637996.687,,0.0,006400,012700,12369.1890589,47750,81185,hub,hub,non_hub,585952.649806,4509935.84788,585209.656415,4512881.41361
+12446,12446,358,252.0,012700,,40.762485435,-73.990447135,212.0,006500,40.7306296367,-73.9991423,1131.52618407,6517,6437,3568,4434,006500,59290910.3694,012700,104637996.687,,0.0,006500,012700,12369.1890589,125356,81185,hub,hub,non_hub,584516.067395,4509336.78488,585209.656415,4512881.41361
+12447,12447,208,168.0,012700,,40.762485435,-73.990447135,164.0,006600,40.739285505,-73.97827188,1178.1930507,11780,6437,6818,4434,006600,84730469.4548,012700,104637996.687,,0.0,006600,012700,12369.1890589,74621,81185,hub,hub,non_hub,586267.286922,4510317.94668,585209.656415,4512881.41361
+12448,12448,195,84.0,012700,,40.762485435,-73.990447135,78.0,006700,40.73038599,-74.00214988,1192.24413793,4984,6437,3796,4434,006700,47238039.9972,012700,104637996.687,,0.0,006700,012700,12369.1890589,70025,81185,hub,hub,non_hub,584262.399901,4509306.84766,585209.656415,4512881.41361
+12449,12449,346,84.0,012700,,40.762485435,-73.990447135,78.0,006800,40.74025878,-73.98409214,1010.52022247,6735,6437,4494,4434,006800,130298431.446,012700,104637996.687,,0.0,006800,012700,12369.1890589,58926,81185,hub,hub,non_hub,585774.608423,4510420.28363,585209.656415,4512881.41361
+12450,12450,792,168.0,012700,,40.762485435,-73.990447135,134.0,006900,40.732319905,-74.0069291,1226.62352071,2687,6437,1484,4434,006900,61292499.9331,012700,104637996.687,,0.0,006900,012700,12369.1890589,130727,81185,hub,hub,non_hub,583856.38945,4509516.94969,585209.656415,4512881.41361
+12451,12451,341,252.0,012700,,40.762485435,-73.990447135,254.0,007000,40.7425366644,-73.9756561709,1092.97264371,8302,6437,5669,4434,007000,78634704.8451,012700,104637996.687,,0.0,007000,012700,12369.1890589,145227,81185,hub,hub,non_hub,586483.93044,4510681.42246,585209.656415,4512881.41361
+12452,12452,285,168.0,012700,,40.762485435,-73.990447135,142.0,007100,40.736526545,-74.000108805,1040.33910516,5633,6437,3844,4434,007100,68447429.2743,012700,104637996.687,,0.0,007100,012700,12369.1890589,79459,81185,hub,hub,non_hub,584426.995774,4509990.4524,585209.656415,4512881.41361
+12453,12453,675,252.0,012700,,40.762485435,-73.990447135,252.0,007200,40.7447014833,-73.98154809,1006.06960948,7734,6437,5222,4434,007200,132092861.454,012700,104637996.687,,0.0,007200,012700,12369.1890589,157612,81185,hub,hub,non_hub,585983.687715,4510915.94446,585209.656415,4512881.41361
+12454,12454,436,168.0,012700,,40.762485435,-73.990447135,118.0,007300,40.734682705,-74.00388484,1116.7965681,5615,6437,4547,4434,007300,48716185.79,012700,104637996.687,,0.0,007300,012700,12369.1890589,92567,81185,hub,hub,non_hub,584110.479319,4509782.14883,585209.656415,4512881.41361
+12455,12455,615,168.0,012700,,40.762485435,-73.990447135,172.0,007400,40.746413585,-73.98586892,877.565024788,4179,6437,2700,4434,007400,170614202.951,012700,104637996.687,,0.0,007400,012700,12369.1890589,81121,81185,hub,hub,non_hub,585616.696258,4511101.7763,585209.656415,4512881.41361
+12456,12456,996,168.0,012700,,40.762485435,-73.990447135,138.0,007600,40.74737476,-73.988320695,773.709419626,2203,6437,1573,4434,007600,242014413.464,012700,104637996.687,,0.0,007600,012700,12369.1890589,97464,81185,hub,hub,non_hub,585408.475283,4511206.08492,585209.656415,4512881.41361
+12457,12457,576,84.0,012700,,40.762485435,-73.990447135,86.0,007700,40.7390169121,-74.0026376103,1014.24433762,5404,6437,4254,4434,007700,59306273.1509,012700,104637996.687,,0.0,007700,012700,12369.1890589,79025,81185,hub,hub,non_hub,584210.329106,4510264.47156,585209.656415,4512881.41361
+12458,12458,199,84.0,012700,,40.762485435,-73.990447135,78.0,007800,40.74780373,-73.9734419,950.236236559,7380,6437,5372,4434,007800,112124597.728,012700,104637996.687,,0.0,007800,012700,12369.1890589,59601,81185,hub,hub,non_hub,586664.043115,4511268.28888,585209.656415,4512881.41361
+12459,12459,1178,420.0,012700,,40.762485435,-73.990447135,348.0,007900,40.738916514,-74.007286026,1121.52735641,4406,6437,2904,4434,007900,86937368.5918,012700,104637996.687,,0.0,007900,012700,12369.1890589,171846,81185,hub,hub,non_hub,583817.969395,4510248.87788,585209.656415,4512881.41361
+12460,12460,583,168.0,012700,,40.762485435,-73.990447135,142.0,008000,40.7485693,-73.97717991,833.603940121,4946,6437,3730,4434,008000,197763821.532,012700,104637996.687,,0.0,008000,012700,12369.1890589,74808,81185,hub,hub,non_hub,586347.477591,4511349.58844,585209.656415,4512881.41361
+12461,12461,242,84.0,012700,,40.762485435,-73.990447135,78.0,008100,40.73935542,-73.99931783,994.762098847,8675,6437,5315,4434,008100,91100400.6907,012700,104637996.687,,0.0,008100,012700,12369.1890589,53195,81185,hub,hub,non_hub,584490.204148,4510305.23824,585209.656415,4512881.41361
+12462,12462,2063,252.0,012700,,40.762485435,-73.990447135,350.0,008200,40.7519348087,-73.9793265442,723.213775817,3442,6437,2534,4434,008200,262405408.076,012700,104637996.687,,0.0,008200,012700,12369.1890589,228612,81185,hub,hub,non_hub,586161.908957,4511721.07478,585209.656415,4512881.41361
+12463,12463,1221,336.0,012700,,40.762485435,-73.990447135,238.0,008300,40.742591315,-74.004102785,999.592293718,4211,6437,2321,4434,008300,119862327.354,012700,104637996.687,,0.0,008300,012700,12369.1890589,186113,81185,hub,hub,non_hub,584082.11654,4510659.85081,585209.656415,4512881.41361
+12464,12464,224,84.0,012700,,40.762485435,-73.990447135,76.0,008400,40.75038009,-73.98338988,698.613448987,1726,6437,1041,4434,008400,147824461.739,012700,104637996.687,,0.0,008400,012700,12369.1890589,34199,81185,hub,hub,non_hub,585820.889203,4511544.50828,585209.656415,4512881.41361
+12465,12465,115,84.0,012700,,40.762485435,-73.990447135,86.0,008601,40.744219,-73.97121214,1077.07371795,2551,6437,1528,4434,008601,31141773.9073,012700,104637996.687,,0.0,008601,012700,12369.1890589,31961,81185,hub,hub,non_hub,586856.951039,4510872.56191,585209.656415,4512881.41361
+12466,12466,1251,168.0,012700,,40.762485435,-73.990447135,156.0,008700,40.74206378,-73.995708955,1000.460651,6671,6437,4249,4434,008700,85660216.7821,012700,104637996.687,,0.0,008700,012700,12369.1890589,152953,81185,hub,hub,non_hub,584791.475936,4510609.36503,585209.656415,4512881.41361
+12467,12467,299,168.0,012700,,40.762485435,-73.990447135,156.0,008800,40.75012189,-73.970133575,824.891858853,6964,6437,5507,4434,008800,216532475.876,012700,104637996.687,,0.0,008800,012700,12369.1890589,43247,81185,hub,hub,non_hub,586940.323322,4511528.89362,585209.656415,4512881.41361
+12468,12468,1470,252.0,012700,,40.762485435,-73.990447135,240.0,008900,40.74529008,-74.0021768567,880.873157783,5560,6437,3511,4434,008900,54419260.2723,012700,104637996.687,,0.0,008900,012700,12369.1890589,158638,81185,hub,hub,non_hub,584241.316685,4510961.27944,585209.656415,4512881.41361
+12469,12469,1000,252.0,012700,,40.762485435,-73.990447135,220.0,009000,40.75261798,-73.9703317533,764.236117531,7026,6437,5832,4434,009000,208846060.851,012700,104637996.687,,0.0,009000,012700,12369.1890589,74531,81185,hub,hub,non_hub,586920.342162,4511805.78171,585209.656415,4512881.41361
+12470,12470,684,84.0,012700,,40.762485435,-73.990447135,78.0,009100,40.74487634,-73.99529885,845.444433508,6415,6437,4386,4434,009100,127325659.041,012700,104637996.687,,0.0,009100,012700,12369.1890589,63878,81185,hub,hub,non_hub,584822.527687,4510921.97538,585209.656415,4512881.41361
+12471,12471,2294,168.0,012700,,40.762485435,-73.990447135,220.0,009200,40.7548518863,-73.9734329075,641.015466386,1754,6437,1461,4434,009200,408192557.246,012700,104637996.687,,0.0,009200,012700,12369.1890589,72226,81185,hub,hub,non_hub,586655.650548,4512050.69496,585209.656415,4512881.41361
+12472,12472,784,84.0,012700,,40.762485435,-73.990447135,78.0,009300,40.74475148,-73.99915362,842.60017616,9705,6437,5585,4434,009300,68528055.2433,012700,104637996.687,,0.0,009300,012700,12369.1890589,52202,81185,hub,hub,non_hub,584497.239363,4510904.39701,585209.656415,4512881.41361
+12473,12473,1516,84.0,012700,,40.762485435,-73.990447135,62.0,009400,40.75320159,-73.9779874,609.025488134,29,6437,16,4434,009400,299218147.811,012700,104637996.687,,0.0,009400,012700,12369.1890589,82147,81185,hub,hub,non_hub,586273.319314,4511863.01244,585209.656415,4512881.41361
+12474,12474,564,84.0,012700,,40.762485435,-73.990447135,102.0,009500,40.746647,-73.993915,750.215810644,3425,6437,1416,4434,009500,129660033.725,012700,104637996.687,,0.0,009500,012700,12369.1890589,57488,81185,hub,hub,non_hub,584937.108907,4511119.86954,585209.656415,4512881.41361
+12475,12475,1417,252.0,012700,,40.762485435,-73.990447135,280.0,009600,40.7560260689,-73.9803506234,502.89565692,153,6437,268,4434,009600,270304841.585,012700,104637996.687,,0.0,009600,012700,12369.1890589,71527,81185,hub,hub,non_hub,586070.181366,4512174.22989,585209.656415,4512881.41361
+12476,12476,1690,252.0,012700,,40.762485435,-73.990447135,198.0,009700,40.7493616033,-73.9991321067,696.277961723,4744,6437,2827,4434,009700,83018263.1602,012700,104637996.687,,0.0,009700,012700,12369.1890589,118804,81185,hub,hub,non_hub,584493.220017,4511416.17434,585209.656415,4512881.41361
+12477,12477,383,168.0,012700,,40.762485435,-73.990447135,140.0,009800,40.755285655,-73.96667288,889.647959388,7105,6437,5244,4434,009800,115943808.909,012700,104637996.687,,0.0,009800,012700,12369.1890589,40039,81185,hub,hub,non_hub,587225.727282,4512105.54383,585209.656415,4512881.41361
+12478,12478,2360,420.0,012700,,40.762485435,-73.990447135,370.0,009900,40.7520807866,-74.0031899092,703.542849686,3617,6437,2438,4434,009900,404439511.776,012700,104637996.687,,0.0,009900,012700,12369.1890589,208076,81185,hub,hub,non_hub,584147.226991,4511714.12465,585209.656415,4512881.41361
+12479,12479,858,252.0,012700,,40.762485435,-73.990447135,242.0,010000,40.7583696933,-73.9710287767,795.161445727,1829,6437,1399,4434,010000,366457143.613,012700,104637996.687,,0.0,010000,012700,12369.1890589,72085,81185,hub,hub,non_hub,586854.014885,4512443.57459,585209.656415,4512881.41361
+12480,12480,1929,252.0,012700,,40.762485435,-73.990447135,254.0,010100,40.74945622,-73.9903382667,736.627797877,1119,6437,828,4434,010100,246168211.101,012700,104637996.687,,0.0,010100,012700,12369.1890589,183377,81185,hub,hub,non_hub,585235.486219,4511435.18064,585209.656415,4512881.41361
+12481,12481,627,168.0,012700,,40.762485435,-73.990447135,162.0,010200,40.7606694,-73.973473555,659.184837198,313,6437,268,4434,010200,333450202.294,012700,104637996.687,,0.0,010200,012700,12369.1890589,46675,81185,hub,hub,non_hub,586644.664817,4512696.44233,585209.656415,4512881.41361
+12482,12482,6149,168.0,012700,,40.762485435,-73.990447135,196.0,010300,40.751000495,-73.994372255,560.118000201,1859,6437,1351,4434,010300,141506056.87,012700,104637996.687,,0.0,010300,012700,12369.1890589,221593,81185,hub,hub,hub,584892.968075,4511602.69644,585209.656415,4512881.41361
+12483,12483,930,168.0,012700,,40.762485435,-73.990447135,150.0,010400,40.761664375,-73.976854975,610.693447296,1031,6437,1033,4434,010400,363981333.295,012700,104637996.687,,0.0,010400,012700,12369.1890589,65073,81185,hub,hub,non_hub,586357.961325,4512803.55852,585209.656415,4512881.41361
+12484,12484,124,84.0,012700,,40.762485435,-73.990447135,66.0,010602,40.75849116,-73.95920622,1106.3634982,4794,6437,2963,4434,010602,67980898.3739,012700,104637996.687,,0.0,010602,012700,12369.1890589,22153,81185,hub,hub,non_hub,587851.796682,4512468.82754,585209.656415,4512881.41361
+12485,12485,589,252.0,012700,,40.762485435,-73.990447135,234.0,010800,40.7591736033,-73.96613818,930.671609135,8531,6437,6272,4434,010800,189351523.799,012700,104637996.687,,0.0,010800,012700,12369.1890589,79198,81185,hub,hub,non_hub,587265.778542,4512537.66689,585209.656415,4512881.41361
+12486,12486,882,168.0,012700,,40.762485435,-73.990447135,228.0,010900,40.751351715,-73.987594755,678.571285915,182,6437,92,4434,010900,228173063.011,012700,104637996.687,,0.0,010900,012700,12369.1890589,60092,81185,hub,hub,non_hub,585464.669441,4511648.26242,585209.656415,4512881.41361
+12487,12487,892,84.0,012700,,40.762485435,-73.990447135,118.0,011201,40.7643971,-73.97371465,759.271473886,827,6437,964,4434,011201,118515444.187,012700,104637996.687,,0.0,011201,012700,12369.1890589,41525,81185,hub,hub,non_hub,586619.474659,4513110.00718,585209.656415,4512881.41361
+12488,12488,425,84.0,012700,,40.762485435,-73.990447135,66.0,011203,40.76095756,-73.96724467,943.111788061,1176,6437,1160,4434,011203,143782379.009,012700,104637996.687,,0.0,011203,012700,12369.1890589,48033,81185,hub,hub,non_hub,587170.050102,4512734.59972,585209.656415,4512881.41361
+12489,12489,5156,336.0,012700,,40.762485435,-73.990447135,396.0,011300,40.7548008425,-73.9888010575,471.485417899,204,6437,107,4434,011300,357940519.061,012700,104637996.687,,0.0,011300,012700,12369.1890589,236650,81185,hub,hub,hub,585358.423228,4512029.96675,585209.656415,4512881.41361
+12490,12490,2224,168.0,012700,,40.762485435,-73.990447135,164.0,011500,40.75701407,-73.992353645,400.415990967,2487,6437,1678,4434,011500,130958459.747,012700,104637996.687,,0.0,011500,012700,12369.1890589,103294,81185,hub,hub,non_hub,585055.712647,4512272.20178,585209.656415,4512881.41361
+12491,12491,1011,168.0,012700,,40.762485435,-73.990447135,168.0,011700,40.76058799,-74.00080945,552.788510579,2938,6437,2304,4434,011700,91270705.1484,012700,104637996.687,,0.0,011700,012700,12369.1890589,73016,81185,hub,hub,non_hub,584337.427395,4512660.77158,585209.656415,4512881.41361
+12492,12492,792,84.0,012700,,40.762485435,-73.990447135,68.0,011900,40.7568001,-73.98291153,402.516473493,1079,6437,1121,4434,011900,395254501.74,012700,104637996.687,,0.0,011900,012700,12369.1890589,39976,81185,hub,hub,non_hub,585853.012005,4512257.64444,585209.656415,4512881.41361
+12493,12493,3229,252.0,012700,,40.762485435,-73.990447135,218.0,012100,40.7598593767,-73.9914900133,338.639086707,8366,6437,5744,4434,012100,101223732.045,012700,104637996.687,,0.0,012100,012700,12369.1890589,132767,81185,hub,hub,hub,585124.983126,4512588.88932,585209.656415,4512881.41361
+12494,12494,2009,84.0,012700,,40.762485435,-73.990447135,102.0,012500,40.76064679,-73.98442659,326.785050622,2439,6437,2096,4434,012500,322911522.418,012700,104637996.687,,0.0,012500,012700,12369.1890589,45486,81185,hub,hub,non_hub,585720.180916,4512683.17447,585209.656415,4512881.41361
+12495,12495,581,84.0,012700,,40.762485435,-73.990447135,48.0,012900,40.76341379,-73.99667444,586.814869721,5312,6437,3621,4434,012900,158698340.053,012700,104637996.687,,0.0,012900,012700,12369.1890589,28661,81185,hub,hub,non_hub,584682.864463,4512978.43901,585209.656415,4512881.41361
+12496,12496,1933,252.0,012700,,40.762485435,-73.990447135,320.0,013100,40.7621295133,-73.98215453,433.599578556,2489,6437,2283,4434,013100,405023451.28,012700,104637996.687,,0.0,013100,012700,12369.1890589,107228,81185,hub,hub,non_hub,585910.04945,4512849.98999,585209.656415,4512881.41361
+12497,12497,2276,252.0,012700,,40.762485435,-73.990447135,202.0,013300,40.7647250567,-73.9866537633,377.077305427,5363,6437,3909,4434,013300,79847412.2593,012700,104637996.687,,0.0,013300,012700,12369.1890589,89810,81185,hub,hub,non_hub,585526.963405,4513133.71926,585209.656415,4512881.41361
+12498,12498,1335,168.0,012700,,40.762485435,-73.990447135,130.0,013500,40.766984435,-73.99227308,532.258769373,6075,6437,3935,4434,013500,198199142.958,012700,104637996.687,,0.0,013500,012700,12369.1890589,64723,81185,hub,hub,non_hub,585049.80204,4513379.06475,585209.656415,4512881.41361
+12499,12499,1879,168.0,012700,,40.762485435,-73.990447135,196.0,013700,40.766109285,-73.981808355,492.405657034,6557,6437,5442,4434,013700,314878324.419,012700,104637996.687,,0.0,013700,012700,12369.1890589,91142,81185,hub,hub,non_hub,585934.141665,4513292.1137,585209.656415,4512881.41361
+12500,12500,712,84.0,012700,,40.762485435,-73.990447135,54.0,013900,40.768254,-73.988639,399.214648437,7607,6437,7359,4434,013900,139918084.587,012700,104637996.687,,0.0,013900,012700,12369.1890589,26390,81185,hub,hub,non_hub,585354.890073,4513523.52534,585209.656415,4512881.41361
+12501,12501,345,84.0,012700,,40.762485435,-73.990447135,98.0,014300,40.76590936,-73.97634151,769.246634583,3,6437,0,4434,014300,50027992.3322,012700,104637996.687,,0.0,014300,012700,12369.1890589,21051,81185,hub,hub,non_hub,586395.803012,4513275.28949,585209.656415,4512881.41361
+12502,12502,2033,84.0,012700,,40.762485435,-73.990447135,72.0,014500,40.76915505,-73.98191841,578.270467773,5811,6437,3462,4434,014500,253397343.373,012700,104637996.687,,0.0,014500,012700,12369.1890589,68350,81185,hub,hub,non_hub,585920.929601,4513630.10902,585209.656415,4512881.41361
+12503,12503,759,84.0,012700,,40.762485435,-73.990447135,110.0,014700,40.770513,-73.988038,517.710899696,2586,6437,1743,4434,014700,70871746.8417,012700,104637996.687,,0.0,014700,012700,12369.1890589,35099,81185,hub,hub,non_hub,585402.720353,4513774.87644,585209.656415,4512881.41361
+12504,12504,379,84.0,012700,,40.762485435,-73.990447135,72.0,015100,40.771522,-73.990541,540.353499074,8105,6437,4856,4434,015100,164953931.102,012700,104637996.687,,0.0,015100,012700,12369.1890589,17578,81185,hub,hub,non_hub,585190.192062,4513884.4495,585209.656415,4512881.41361
+12505,12505,786,168.0,012700,,40.762485435,-73.990447135,140.0,031703,40.71644312,-74.014902115,1637.01886655,8670,6437,4231,4434,031703,332361109.355,012700,104637996.687,,0.0,031703,012700,12369.1890589,136082,81185,hub,hub,non_hub,583202.897614,4507746.93647,585209.656415,4512881.41361
+12506,12506,594,252.0,012700,,40.762485435,-73.990447135,196.0,031704,40.7085171733,-74.0165557667,1842.55465976,6610,6437,3790,4434,031704,160823714.408,012700,104637996.687,,0.0,031704,012700,12369.1890589,105244,81185,hub,hub,non_hub,583073.076824,4506865.54027,585209.656415,4512881.41361
+12507,12507,62,252.0,012700,,40.762485435,-73.990447135,170.0,000600,40.7128987867,-73.9898646367,1499.85429293,11558,6437,4083,4434,000600,59149181.7526,012700,104637996.687,,0.0,000600,012700,12369.1890589,70053,81185,hub,hub,non_hub,585322.159723,4507377.5136,585209.656415,4512881.41361
+12508,12508,10,72.0,012900,,40.76341379,-73.99667444,54.0,000202,40.71318002,-73.9818904933,2296.88888889,8012,5312,3598,3621,000202,37878157.9781,012900,158698340.053,,0.0,000202,012900,11971.1601808,56352,29520,hub,hub,non_hub,585995.353038,4507416.50937,584682.864463,4512978.43901
+12509,12509,265,168.0,012900,,40.76341379,-73.99667444,258.0,000700,40.70581148,-74.0081572071,1824.19076372,7722,5312,5201,3621,000700,476954959.734,012900,158698340.053,,0.0,000700,012900,11971.1601808,160040,29520,hub,hub,non_hub,583785.918305,4506573.16797,584682.864463,4512978.43901
+12510,12510,20,48.0,012900,,40.76341379,-73.99667444,47.0,000800,40.712414475,-73.993471545,1479.95,10365,5312,4150,3621,000800,46479755.076,012900,158698340.053,,0.0,000800,012900,11971.1601808,34254,29520,hub,hub,non_hub,585018.109713,4507320.25418,584682.864463,4512978.43901
+12511,12511,120,72.0,012900,,40.76341379,-73.99667444,97.0,000900,40.7024745833,-74.01224785,1859.2334234,1140,5312,939,3621,000900,404341803.896,012900,158698340.053,,0.0,000900,012900,11971.1601808,46446,29520,hub,hub,non_hub,583444.520998,4506198.85784,584682.864463,4512978.43901
+12512,12512,1,24.0,012900,,40.76341379,-73.99667444,19.0,001002,40.71782143,-73.97628939,1993.0,6439,5312,2346,3621,001002,22763374.2099,012900,158698340.053,,0.0,001002,012900,11971.1601808,15916,29520,hub,hub,non_hub,586462.45635,4507937.23607,584682.864463,4512978.43901
+12513,12513,7,48.0,012900,,40.76341379,-73.99667444,46.0,001200,40.717364275,-73.982955325,2247.0,3547,5312,1857,3621,001200,23518220.7411,012900,158698340.053,,0.0,001200,012900,11971.1601808,36493,29520,hub,hub,non_hub,585900.031125,4507879.94738,584682.864463,4512978.43901
+12514,12514,45,24.0,012900,,40.76341379,-73.99667444,36.0,001300,40.70463334,-74.01361706,2074.51111111,3776,5312,3028,3621,001300,286606455.687,012900,158698340.053,,0.0,001300,012900,11971.1601808,27671,29520,hub,hub,non_hub,583326.158808,4506437.19368,584682.864463,4512978.43901
+12515,12515,18,24.0,012900,,40.76341379,-73.99667444,28.0,001401,40.71559509,-73.9870295,1508.22222222,3289,5312,1708,3621,001401,20168722.3199,012900,158698340.053,,0.0,001401,012900,11971.1601808,26885,29520,hub,hub,non_hub,585558.18429,4507679.57909,584682.864463,4512978.43901
+12516,12516,112,48.0,012900,,40.76341379,-73.99667444,67.0,001501,40.70966832,-74.003597135,1909.04905491,5581,5312,3450,3621,001501,172466366.322,012900,158698340.053,,0.0,001501,012900,11971.1601808,27425,29520,hub,hub,non_hub,584166.279828,4507005.66129,584682.864463,4512978.43901
+12517,12517,101,72.0,012900,,40.76341379,-73.99667444,123.0,001502,40.7088053467,-74.00635276,1679.70945946,7095,5312,3459,3621,001502,221282059.103,012900,158698340.053,,0.0,001502,012900,11971.1601808,82052,29520,hub,hub,non_hub,583934.59195,4506907.22889,584682.864463,4512978.43901
+12518,12518,30,72.0,012900,,40.76341379,-73.99667444,107.0,001600,40.7153350167,-73.9943926833,1786.79346405,8236,5312,3242,3621,001600,76565505.7581,012900,158698340.053,,0.0,001600,012900,11971.1601808,82798,29520,hub,hub,non_hub,584936.591099,4507643.5622,584682.864463,4512978.43901
+12519,12519,186,96.0,012900,,40.76341379,-73.99667444,154.0,001800,40.7193657075,-73.9906468425,1744.39531111,8063,5312,3489,3621,001800,60554858.5127,012900,158698340.053,,0.0,001800,012900,11971.1601808,133306,29520,hub,hub,non_hub,585247.838585,4508094.62497,584682.864463,4512978.43901
+12520,12520,27,48.0,012900,,40.76341379,-73.99667444,46.0,002000,40.721554605,-73.977309405,2178.50543478,4795,5312,1899,3621,002000,17907673.5628,012900,158698340.053,,0.0,002000,012900,11971.1601808,31656,29520,hub,hub,non_hub,586371.478696,4508350.63994,584682.864463,4512978.43901
+12521,12521,495,96.0,012900,,40.76341379,-73.99667444,102.0,002100,40.71451321,-74.0108850975,1441.50152376,6111,5312,3038,3621,002100,273869828.705,012900,158698340.053,,0.0,002100,012900,11971.1601808,151037,29520,hub,hub,non_hub,583544.598931,4507536.51732,584682.864463,4512978.43901
+12522,12522,3,48.0,012900,5.06740571936,40.76341379,-73.99667444,44.0,002201,40.71739973,-73.98016555,2342.847165,6762,5312,3030,3621,002201,37585954.9949,012900,158698340.053,,0.0,002201,012900,11971.1601808,26391,29520,hub,hub,non_hub,586135.614774,4507886.61559,584682.864463,4512978.43901
+12523,12523,7,24.0,012900,,40.76341379,-73.99667444,31.0,002202,40.7208736,-73.98085795,1891.14285714,2256,5312,1045,3621,002202,13179093.8977,012900,158698340.053,,0.0,002202,012900,11971.1601808,23935,29520,hub,hub,non_hub,586072.658368,4508271.55961,584682.864463,4512978.43901
+12524,12524,43,48.0,012900,,40.76341379,-73.99667444,48.0,002400,40.724744875,-73.974986535,1783.48170732,5775,5312,2175,3621,002400,17986635.5592,012900,158698340.053,,0.0,002400,012900,11971.1601808,17965,29520,hub,hub,non_hub,586563.526382,4508707.06897,584682.864463,4512978.43901
+12525,12525,32,48.0,012900,,40.76341379,-73.99667444,62.0,002500,40.7111743,-73.99849582,1444.49259259,5061,5312,1917,3621,002500,22428407.6271,012900,158698340.053,,0.0,002500,012900,11971.1601808,28216,29520,hub,hub,non_hub,584595.28909,4507177.73549,584682.864463,4512978.43901
+12526,12526,37,24.0,012900,,40.76341379,-73.99667444,31.0,002601,40.72299208,-73.97995466,1610.59459459,3774,5312,1593,3621,002601,22248722.3098,012900,158698340.053,,0.0,002601,012900,11971.1601808,22144,29520,hub,hub,non_hub,586146.216204,4508507.61099,584682.864463,4512978.43901
+12527,12527,4,24.0,012900,,40.76341379,-73.99667444,27.0,002700,40.71307916,-73.99851193,1614.25,1191,5312,655,3621,002700,11349914.9514,012900,158698340.053,,0.0,002700,012900,11971.1601808,20570,29520,hub,hub,non_hub,584591.517275,4507389.17181,584682.864463,4512978.43901
+12528,12528,13,24.0,012900,,40.76341379,-73.99667444,32.0,002800,40.72521311,-73.97768752,2040.92307692,7302,5312,3341,3621,002800,47641507.3146,012900,158698340.053,,0.0,002800,012900,11971.1601808,36744,29520,hub,hub,non_hub,586334.816403,4508756.38709,584682.864463,4512978.43901
+12529,12529,34,24.0,012900,,40.76341379,-73.99667444,43.0,002900,40.71602118,-73.99974372,1109.11764706,5855,5312,2420,3621,002900,200965547.24,012900,158698340.053,,0.0,002900,012900,11971.1601808,31936,29520,hub,hub,non_hub,584483.752153,4507714.56961,584682.864463,4512978.43901
+12530,12530,11,24.0,012900,,40.76341379,-73.99667444,35.0,003001,40.72066442,-73.98517977,1979.81818182,4301,5312,2553,3621,003001,34302720.7166,012900,158698340.053,,0.0,003001,012900,11971.1601808,41223,29520,hub,hub,non_hub,585707.91731,4508244.11218,584682.864463,4512978.43901
+12531,12531,5,24.0,012900,,40.76341379,-73.99667444,37.0,003002,40.72217444,-73.98368779,1720.6,3031,5312,1885,3621,003002,18686109.2263,012900,158698340.053,,0.0,003002,012900,11971.1601808,38675,29520,hub,hub,non_hub,585831.986427,4508413.19181,584682.864463,4512978.43901
+12532,12532,138,72.0,012900,,40.76341379,-73.99667444,121.0,003100,40.7140617467,-74.0041933367,1626.98199023,2809,5312,858,3621,003100,145687012.574,012900,158698340.053,,0.0,003100,012900,11971.1601808,81469,29520,hub,hub,non_hub,584110.388584,4507492.78891,584682.864463,4512978.43901
+12533,12533,118,72.0,012900,,40.76341379,-73.99667444,100.0,003200,40.7260543867,-73.9823576167,1899.26960767,7630,5312,4888,3621,003200,46369492.482,012900,158698340.053,,0.0,003200,012900,11971.1601808,138064,29520,hub,hub,non_hub,585939.335766,4508845.19329,584682.864463,4512978.43901
+12534,12534,250,120.0,012900,,40.76341379,-73.99667444,173.0,003300,40.7188268248,-74.0063234547,1556.25003419,5174,5312,2694,3621,003300,215459582.054,012900,158698340.053,,0.0,003300,012900,11971.1601808,115059,29520,hub,hub,non_hub,583924.481632,4508019.70596,584682.864463,4512978.43901
+12535,12535,33,24.0,012900,,40.76341379,-73.99667444,39.0,003400,40.72955361,-73.98057249,1457.96969697,6706,5312,4203,3621,003400,42933229.7541,012900,158698340.053,,0.0,003400,012900,11971.1601808,47926,29520,hub,hub,non_hub,586085.581298,4509235.37985,584682.864463,4512978.43901
+12536,12536,80,48.0,012900,,40.76341379,-73.99667444,66.0,003601,40.72217423,-73.990293175,1635.80952381,3299,5312,1613,3621,003601,29191583.8104,012900,158698340.053,,0.0,003601,012900,11971.1601808,77585,29520,hub,hub,non_hub,585274.124459,4508406.73315,584682.864463,4512978.43901
+12537,12537,33,48.0,012900,,40.76341379,-73.99667444,62.0,003602,40.724852985,-73.989265345,1867.58928571,2918,5312,1586,3621,003602,24941258.1161,012900,158698340.053,,0.0,003602,012900,11971.1601808,82124,29520,hub,hub,non_hub,585357.507872,4508705.09166,584682.864463,4512978.43901
+12538,12538,735,96.0,012900,,40.76341379,-73.99667444,148.0,003700,40.7256696075,-74.0052069325,1440.20901548,2401,5312,1490,3621,003700,212385639.924,012900,158698340.053,,0.0,003700,012900,11971.1601808,173333,29520,hub,hub,non_hub,584010.178026,4508780.36793,584682.864463,4512978.43901
+12539,12539,92,96.0,012900,,40.76341379,-73.99667444,160.0,003800,40.72765889,-73.988195855,1679.04105617,8610,5312,5795,3621,003800,67437493.5221,012900,158698340.053,,0.0,003800,012900,11971.1601808,167230,29520,hub,hub,non_hub,585444.239635,4509017.60641,584682.864463,4512978.43901
+12540,12540,326,96.0,012900,,40.76341379,-73.99667444,106.0,003900,40.7201717475,-74.00983051,1424.04677978,5253,5312,3059,3621,003900,194910113.03,012900,158698340.053,,0.0,003900,012900,11971.1601808,113624,29520,hub,hub,non_hub,583626.593058,4508165.65565,584682.864463,4512978.43901
+12541,12541,121,48.0,012900,,40.76341379,-73.99667444,66.0,004000,40.73000573,-73.98549552,1344.12966009,9801,5312,4546,3621,004000,66858387.5133,012900,158698340.053,,0.0,004000,012900,11971.1601808,99660,29520,hub,hub,non_hub,585669.269443,4509280.75306,584682.864463,4512978.43901
+12542,12542,79,48.0,012900,,40.76341379,-73.99667444,64.0,004100,40.7195529,-73.996789035,1702.61228814,7793,5312,3765,3621,004100,71738983.3617,012900,158698340.053,,0.0,004100,012900,11971.1601808,114685,29520,hub,hub,non_hub,584728.836557,4508109.46034,584682.864463,4512978.43901
+12543,12543,24,24.0,012900,,40.76341379,-73.99667444,35.0,004200,40.73223272,-73.98889957,1717.20833333,4988,5312,1801,3621,004200,39941846.3325,012900,158698340.053,,0.0,004200,012900,11971.1601808,50846,29520,hub,hub,non_hub,585378.96492,4509524.64843,584682.864463,4512978.43901
+12544,12544,55,48.0,012900,,40.76341379,-73.99667444,67.0,004300,40.723870235,-73.995226525,1556.27581522,4267,5312,2598,3621,004300,65935514.1184,012900,158698340.053,,0.0,004300,012900,11971.1601808,95162,29520,hub,hub,non_hub,584855.320992,4508590.22212,584682.864463,4512978.43901
+12545,12545,57,48.0,012900,,40.76341379,-73.99667444,60.0,004400,40.73080269,-73.97968993,1571.38333333,17710,5312,8297,3621,004400,114601147.016,012900,158698340.053,,0.0,004400,012900,11971.1601808,106427,29520,hub,hub,non_hub,586158.498991,4509374.90208,584682.864463,4512978.43901
+12546,12546,38,24.0,012900,,40.76341379,-73.99667444,27.0,004500,40.71910537,-73.99973337,1629.52631579,840,5312,582,3621,004500,52009114.8865,012900,158698340.053,,0.0,004500,012900,11971.1601808,34275,29520,hub,hub,non_hub,584480.726971,4508056.94497,584682.864463,4512978.43901
+12547,12547,20,24.0,012900,,40.76341379,-73.99667444,39.0,004700,40.72165481,-74.00234737,1797.1,2267,5312,1586,3621,004700,75477587.1594,012900,158698340.053,,0.0,004700,012900,11971.1601808,27544,29520,hub,hub,non_hub,584256.734795,4508337.43837,584682.864463,4512978.43901
+12548,12548,36,24.0,012900,,40.76341379,-73.99667444,35.0,004800,40.73624527,-73.98473765,1254.52777778,7550,5312,3799,3621,004800,74763044.6965,012900,158698340.053,,0.0,004800,012900,11971.1601808,42567,29520,hub,hub,non_hub,585725.258797,4509974.12516,584682.864463,4512978.43901
+12549,12549,202,48.0,012900,,40.76341379,-73.99667444,73.0,004900,40.724268615,-74.000521515,1388.37794877,4951,5312,3054,3621,004900,103848670.177,012900,158698340.053,,0.0,004900,012900,11971.1601808,80152,29520,hub,hub,non_hub,584407.63728,4508629.34168,584682.864463,4512978.43901
+12550,12550,80,72.0,012900,,40.76341379,-73.99667444,93.0,005000,40.7359163467,-73.9873427633,1391.5982906,5061,5312,3595,3621,005000,120638459.215,012900,158698340.053,,0.0,005000,012900,11971.1601808,111023,29520,hub,hub,non_hub,585505.709717,4509935.07175,584682.864463,4512978.43901
+12551,12551,273,48.0,012900,,40.76341379,-73.99667444,106.0,005200,40.73715585,-73.991241315,1229.54380342,4193,5312,1785,3621,005200,109103391.81,012900,158698340.053,,0.0,005200,012900,11971.1601808,159876,29520,hub,hub,non_hub,585174.941656,4510068.87544,584682.864463,4512978.43901
+12552,12552,106,24.0,012900,,40.76341379,-73.99667444,47.0,005400,40.73971301,-73.99456405,1185.14150943,4656,5312,2837,3621,005400,128803552.888,012900,158698340.053,,0.0,005400,012900,11971.1601808,73728,29520,hub,hub,non_hub,584891.129718,4510349.51956,584682.864463,4512978.43901
+12553,12553,66,24.0,012900,,40.76341379,-73.99667444,30.0,005501,40.72679454,-73.99695094,1451.40909091,5079,5312,2483,3621,005501,61061928.4125,012900,158698340.053,,0.0,005501,012900,11971.1601808,57258,29520,hub,hub,non_hub,584705.980012,4508913.17477,584682.864463,4512978.43901
+12554,12554,31,24.0,012900,,40.76341379,-73.99667444,27.0,005502,40.72743423,-73.99379025,1655.67741935,2383,5312,1262,3621,005502,49017118.6146,012900,158698340.053,,0.0,005502,012900,11971.1601808,55117,29520,hub,hub,non_hub,584972.085912,4508987.23863,584682.864463,4512978.43901
+12555,12555,129,48.0,012900,,40.76341379,-73.99667444,95.0,005600,40.74065347,-73.98778661,1219.28844985,2618,5312,2190,3621,005600,189153355.609,012900,158698340.053,,0.0,005600,012900,11971.1601808,113209,29520,hub,hub,non_hub,585462.168743,4510460.49357,584682.864463,4512978.43901
+12556,12556,105,48.0,012900,,40.76341379,-73.99667444,82.0,005700,40.729662915,-73.992405595,1554.35119048,2937,5312,1789,3621,005700,90178032.7137,012900,158698340.053,,0.0,005700,012900,11971.1601808,156896,29520,hub,hub,non_hub,585086.179601,4509235.9788,584682.864463,4512978.43901
+12557,12557,252,48.0,012900,,40.76341379,-73.99667444,87.0,005800,40.743154205,-73.990299735,1115.22048656,3182,5312,2306,3621,005800,164037511.755,012900,158698340.053,,0.0,005800,012900,11971.1601808,130970,29520,hub,hub,non_hub,585246.786708,4510735.64918,584682.864463,4512978.43901
+12558,12558,27,24.0,012900,,40.76341379,-73.99667444,31.0,005900,40.73049393,-73.9957214,1694.11111111,5516,5312,3276,3621,005900,71785177.1361,012900,158698340.053,,0.0,005900,012900,11971.1601808,53180,29520,hub,hub,non_hub,584805.117401,4509325.01914,584682.864463,4512978.43901
+12559,12559,45,48.0,012900,,40.76341379,-73.99667444,63.0,006000,40.734822295,-73.976916765,1560.12797619,5286,5312,2459,3621,006000,27468182.8943,012900,158698340.053,,0.0,006000,012900,11971.1601808,80462,29520,hub,hub,non_hub,586387.478737,4509823.83141,584682.864463,4512978.43901
+12560,12560,300,96.0,012900,,40.76341379,-73.99667444,141.0,006100,40.73385254,-73.992357065,1462.31646687,4913,5312,2683,3621,006100,91682014.33,012900,158698340.053,,0.0,006100,012900,11971.1601808,245510,29520,hub,hub,non_hub,585084.940162,4509701.10308,584682.864463,4512978.43901
+12561,12561,7,24.0,012900,,40.76341379,-73.99667444,30.0,006200,40.7381765,-73.97738662,2245.71428571,4680,5312,1401,3621,006200,231817485.533,012900,158698340.053,,0.0,006200,012900,11971.1601808,33218,29520,hub,hub,non_hub,586343.467107,4510195.70961,584682.864463,4512978.43901
+12562,12562,265,72.0,012900,,40.76341379,-73.99667444,99.0,006300,40.7346940933,-73.99785666,1269.14476683,6076,5312,4277,3621,006300,85447631.8451,012900,158698340.053,,0.0,006300,012900,11971.1601808,120233,29520,hub,hub,non_hub,584619.48321,4509789.20591,584682.864463,4512978.43901
+12563,12563,54,24.0,012900,,40.76341379,-73.99667444,39.0,006400,40.73587678,-73.98205027,1395.24074074,7518,5312,5058,3621,006400,95664936.1545,012900,158698340.053,,0.0,006400,012900,11971.1601808,47750,29520,hub,hub,non_hub,585952.649806,4509935.84788,584682.864463,4512978.43901
+12564,12564,153,72.0,012900,,40.76341379,-73.99667444,106.0,006500,40.7306296367,-73.9991423,1383.08076225,6517,5312,3568,3621,006500,59290910.3694,012900,158698340.053,,0.0,006500,012900,11971.1601808,125356,29520,hub,hub,non_hub,584516.067395,4509336.78488,584682.864463,4512978.43901
+12565,12565,56,48.0,012900,,40.76341379,-73.99667444,82.0,006600,40.739285505,-73.97827188,1178.31,11780,5312,6818,3621,006600,84730469.4548,012900,158698340.053,,0.0,006600,012900,11971.1601808,74621,29520,hub,hub,non_hub,586267.286922,4510317.94668,584682.864463,4512978.43901
+12566,12566,85,24.0,012900,,40.76341379,-73.99667444,39.0,006700,40.73038599,-74.00214988,1382.28235294,4984,5312,3796,3621,006700,47238039.9972,012900,158698340.053,,0.0,006700,012900,11971.1601808,70025,29520,hub,hub,non_hub,584262.399901,4509306.84766,584682.864463,4512978.43901
+12567,12567,57,24.0,012900,,40.76341379,-73.99667444,39.0,006800,40.74025878,-73.98409214,1285.61403509,6735,5312,4494,3621,006800,130298431.446,012900,158698340.053,,0.0,006800,012900,11971.1601808,58926,29520,hub,hub,non_hub,585774.608423,4510420.28363,584682.864463,4512978.43901
+12568,12568,690,48.0,012900,,40.76341379,-73.99667444,67.0,006900,40.732319905,-74.0069291,1153.37339345,2687,5312,1484,3621,006900,61292499.9331,012900,158698340.053,,0.0,006900,012900,11971.1601808,130727,29520,hub,hub,non_hub,583856.38945,4509516.94969,584682.864463,4512978.43901
+12569,12569,78,72.0,012900,,40.76341379,-73.99667444,127.0,007000,40.74250285,-73.9755895533,1238.05661376,8302,5312,5669,3621,007000,78634704.8451,012900,158698340.053,,0.0,007000,012900,11971.1601808,145227,29520,hub,hub,non_hub,586489.598764,4510677.73445,584682.864463,4512978.43901
+12570,12570,96,48.0,012900,,40.76341379,-73.99667444,71.0,007100,40.736526545,-74.000108805,1239.18392857,5633,5312,3844,3621,007100,68447429.2743,012900,158698340.053,,0.0,007100,012900,11971.1601808,79459,29520,hub,hub,non_hub,584426.995774,4509990.4524,584682.864463,4512978.43901
+12571,12571,113,72.0,012900,,40.76341379,-73.99667444,126.0,007200,40.7447014833,-73.98154809,1277.87531864,7734,5312,5222,3621,007200,132092861.454,012900,158698340.053,,0.0,007200,012900,11971.1601808,157612,29520,hub,hub,non_hub,585983.687715,4510915.94446,584682.864463,4512978.43901
+12572,12572,182,48.0,012900,,40.76341379,-73.99667444,59.0,007300,40.734682705,-74.00388484,1287.00765927,5615,5312,4547,3621,007300,48716185.79,012900,158698340.053,,0.0,007300,012900,11971.1601808,92567,29520,hub,hub,non_hub,584110.479319,4509782.14883,584682.864463,4512978.43901
+12573,12573,122,48.0,012900,,40.76341379,-73.99667444,86.0,007400,40.746413585,-73.98586892,1077.87880011,4179,5312,2700,3621,007400,170614202.951,012900,158698340.053,,0.0,007400,012900,11971.1601808,81121,29520,hub,hub,non_hub,585616.696258,4511101.7763,584682.864463,4512978.43901
+12574,12574,277,48.0,012900,,40.76341379,-73.99667444,69.0,007600,40.74737476,-73.988320695,867.532279933,2203,5312,1573,3621,007600,242014413.464,012900,158698340.053,,0.0,007600,012900,11971.1601808,97464,29520,hub,hub,non_hub,585408.475283,4511206.08492,584682.864463,4512978.43901
+12575,12575,152,24.0,012900,,40.76341379,-73.99667444,43.0,007700,40.7390169121,-74.0026376103,1113.99342105,5404,5312,4254,3621,007700,59306273.1509,012900,158698340.053,,0.0,007700,012900,11971.1601808,79025,29520,hub,hub,non_hub,584210.329106,4510264.47156,584682.864463,4512978.43901
+12576,12576,76,24.0,012900,,40.76341379,-73.99667444,39.0,007800,40.74780373,-73.9734419,1079.69736842,7380,5312,5372,3621,007800,112124597.728,012900,158698340.053,,0.0,007800,012900,11971.1601808,59601,29520,hub,hub,non_hub,586664.043115,4511268.28888,584682.864463,4512978.43901
+12577,12577,849,120.0,012900,,40.76341379,-73.99667444,174.0,007900,40.738916514,-74.007286026,1064.25188557,4406,5312,2904,3621,007900,86937368.5918,012900,158698340.053,,0.0,007900,012900,11971.1601808,171846,29520,hub,hub,non_hub,583817.969395,4510248.87788,584682.864463,4512978.43901
+12578,12578,108,48.0,012900,,40.76341379,-73.99667444,71.0,008000,40.7485693,-73.97717991,1096.84415584,4946,5312,3730,3621,008000,197763821.532,012900,158698340.053,,0.0,008000,012900,11971.1601808,74808,29520,hub,hub,non_hub,586347.477591,4511349.58844,584682.864463,4512978.43901
+12579,12579,88,24.0,012900,,40.76341379,-73.99667444,39.0,008100,40.73935542,-73.99931783,1063.23863636,8675,5312,5315,3621,008100,91100400.6907,012900,158698340.053,,0.0,008100,012900,11971.1601808,53195,29520,hub,hub,non_hub,584490.204148,4510305.23824,584682.864463,4512978.43901
+12580,12580,459,72.0,012900,,40.76341379,-73.99667444,175.0,008200,40.7519606594,-73.9793933202,837.379148231,3442,5312,2534,3621,008200,262405408.076,012900,158698340.053,,0.0,008200,012900,11971.1601808,228612,29520,hub,hub,non_hub,586156.238482,4511723.87885,584682.864463,4512978.43901
+12581,12581,640,96.0,012900,,40.76341379,-73.99667444,119.0,008300,40.742591315,-74.004102785,1012.01021601,4211,5312,2321,3621,008300,119862327.354,012900,158698340.053,,0.0,008300,012900,11971.1601808,186113,29520,hub,hub,non_hub,584082.11654,4510659.85081,584682.864463,4512978.43901
+12582,12582,34,24.0,012900,,40.76341379,-73.99667444,38.0,008400,40.75038009,-73.98338988,832.5,1726,5312,1041,3621,008400,147824461.739,012900,158698340.053,,0.0,008400,012900,11971.1601808,34199,29520,hub,hub,non_hub,585820.889203,4511544.50828,584682.864463,4512978.43901
+12583,12583,24,24.0,012900,,40.76341379,-73.99667444,43.0,008601,40.744219,-73.97121214,1365.625,2551,5312,1528,3621,008601,31141773.9073,012900,158698340.053,,0.0,008601,012900,11971.1601808,31961,29520,hub,hub,non_hub,586856.951039,4510872.56191,584682.864463,4512978.43901
+12584,12584,478,48.0,012900,,40.76341379,-73.99667444,78.0,008700,40.74206378,-73.995708955,1084.09683259,6671,5312,4249,3621,008700,85660216.7821,012900,158698340.053,,0.0,008700,012900,11971.1601808,152953,29520,hub,hub,non_hub,584791.475936,4510609.36503,584682.864463,4512978.43901
+12585,12585,75,48.0,012900,,40.76341379,-73.99667444,78.0,008800,40.75012189,-73.970133575,1135.63068182,6964,5312,5507,3621,008800,216532475.876,012900,158698340.053,,0.0,008800,012900,11971.1601808,43247,29520,hub,hub,non_hub,586940.323322,4511528.89362,584682.864463,4512978.43901
+12586,12586,423,72.0,012900,,40.76341379,-73.99667444,120.0,008900,40.74529008,-74.0021768567,973.885829664,5560,5312,3511,3621,008900,54419260.2723,012900,158698340.053,,0.0,008900,012900,11971.1601808,158638,29520,hub,hub,non_hub,584241.316685,4510961.27944,584682.864463,4512978.43901
+12587,12587,108,72.0,012900,,40.76341379,-73.99667444,110.0,009000,40.75261798,-73.9703317533,1029.14444444,7026,5312,5832,3621,009000,208846060.851,012900,158698340.053,,0.0,009000,012900,11971.1601808,74531,29520,hub,hub,non_hub,586920.342162,4511805.78171,584682.864463,4512978.43901
+12588,12588,153,24.0,012900,,40.76341379,-73.99667444,39.0,009100,40.74487634,-73.99529885,1040.04575163,6415,5312,4386,3621,009100,127325659.041,012900,158698340.053,,0.0,009100,012900,11971.1601808,63878,29520,hub,hub,non_hub,584822.527687,4510921.97538,584682.864463,4512978.43901
+12589,12589,374,48.0,012900,,40.76341379,-73.99667444,110.0,009200,40.7548518863,-73.9734329075,851.044876543,1754,5312,1461,3621,009200,408192557.246,012900,158698340.053,,0.0,009200,012900,11971.1601808,72226,29520,hub,hub,non_hub,586655.650548,4512050.69496,584682.864463,4512978.43901
+12590,12590,219,24.0,012900,,40.76341379,-73.99667444,39.0,009300,40.74475148,-73.99915362,972.374429224,9705,5312,5585,3621,009300,68528055.2433,012900,158698340.053,,0.0,009300,012900,11971.1601808,52202,29520,hub,hub,non_hub,584497.239363,4510904.39701,584682.864463,4512978.43901
+12591,12591,363,24.0,012900,,40.76341379,-73.99667444,31.0,009400,40.75320159,-73.9779874,742.955922865,29,5312,16,3621,009400,299218147.811,012900,158698340.053,,0.0,009400,012900,11971.1601808,82147,29520,hub,hub,non_hub,586273.319314,4511863.01244,584682.864463,4512978.43901
+12592,12592,141,24.0,012900,,40.76341379,-73.99667444,51.0,009500,40.746647,-73.993915,957.914893617,3425,5312,1416,3621,009500,129660033.725,012900,158698340.053,,0.0,009500,012900,11971.1601808,57488,29520,hub,hub,non_hub,584937.108907,4511119.86954,584682.864463,4512978.43901
+12593,12593,429,72.0,012900,,40.76341379,-73.99667444,140.0,009600,40.7560675824,-73.9803889231,669.766122494,153,5312,268,3621,009600,270304841.585,012900,158698340.053,,0.0,009600,012900,11971.1601808,71527,29520,hub,hub,non_hub,586066.894837,4512178.80064,584682.864463,4512978.43901
+12594,12594,475,72.0,012900,,40.76341379,-73.99667444,99.0,009700,40.7493616033,-73.9991321067,811.137814464,4744,5312,2827,3621,009700,83018263.1602,012900,158698340.053,,0.0,009700,012900,11971.1601808,118804,29520,hub,hub,non_hub,584493.220017,4511416.17434,584682.864463,4512978.43901
+12595,12595,50,48.0,012900,,40.76341379,-73.99667444,70.0,009800,40.755285655,-73.96667288,1322.42628205,7105,5312,5244,3621,009800,115943808.909,012900,158698340.053,,0.0,009800,012900,11971.1601808,40039,29520,hub,hub,non_hub,587225.727282,4512105.54383,584682.864463,4512978.43901
+12596,12596,1072,120.0,012900,,40.76341379,-73.99667444,185.0,009900,40.7520807866,-74.0031899092,664.700893433,3617,5312,2438,3621,009900,404439511.776,012900,158698340.053,,0.0,009900,012900,11971.1601808,208076,29520,hub,hub,non_hub,584147.226991,4511714.12465,584682.864463,4512978.43901
+12597,12597,163,72.0,012900,,40.76341379,-73.99667444,121.0,010000,40.7583696933,-73.9710287767,964.791958042,1829,5312,1399,3621,010000,366457143.613,012900,158698340.053,,0.0,010000,012900,11971.1601808,72085,29520,hub,hub,non_hub,586854.014885,4512443.57459,584682.864463,4512978.43901
+12598,12598,382,72.0,012900,,40.76341379,-73.99667444,127.0,010100,40.74945622,-73.9903382667,845.105509356,1119,5312,828,3621,010100,246168211.101,012900,158698340.053,,0.0,010100,012900,11971.1601808,183377,29520,hub,hub,non_hub,585235.486219,4511435.18064,584682.864463,4512978.43901
+12599,12599,287,48.0,012900,,40.76341379,-73.99667444,81.0,010200,40.7606694,-73.973473555,767.696588164,313,5312,268,3621,010200,333450202.294,012900,158698340.053,,0.0,010200,012900,11971.1601808,46675,29520,hub,hub,non_hub,586644.664817,4512696.44233,584682.864463,4512978.43901
+12600,12600,2427,48.0,012900,,40.76341379,-73.99667444,98.0,010300,40.751000495,-73.994372255,638.884827582,1859,5312,1351,3621,010300,141506056.87,012900,158698340.053,,0.0,010300,012900,11971.1601808,221593,29520,hub,hub,non_hub,584892.968075,4511602.69644,584682.864463,4512978.43901
+12601,12601,145,48.0,012900,,40.76341379,-73.99667444,75.0,010400,40.761664375,-73.976854975,777.803030303,1031,5312,1033,3621,010400,363981333.295,012900,158698340.053,,0.0,010400,012900,11971.1601808,65073,29520,hub,hub,non_hub,586357.961325,4512803.55852,584682.864463,4512978.43901
+12602,12602,37,24.0,012900,,40.76341379,-73.99667444,33.0,010602,40.75849116,-73.95920622,1276.24324324,4794,5312,2963,3621,010602,67980898.3739,012900,158698340.053,,0.0,010602,012900,11971.1601808,22153,29520,hub,hub,non_hub,587851.796682,4512468.82754,584682.864463,4512978.43901
+12603,12603,90,72.0,012900,,40.76341379,-73.99667444,117.0,010800,40.7591736033,-73.96613818,1186.99333333,8531,5312,6272,3621,010800,189351523.799,012900,158698340.053,,0.0,010800,012900,11971.1601808,79198,29520,hub,hub,non_hub,587265.778542,4512537.66689,584682.864463,4512978.43901
+12604,12604,111,48.0,012900,,40.76341379,-73.99667444,114.0,010900,40.751351715,-73.987594755,829.109776169,182,5312,92,3621,010900,228173063.011,012900,158698340.053,,0.0,010900,012900,11971.1601808,60092,29520,hub,hub,non_hub,585464.669441,4511648.26242,584682.864463,4512978.43901
+12605,12605,126,24.0,012900,,40.76341379,-73.99667444,59.0,011201,40.7643971,-73.97371465,881.968253968,827,5312,964,3621,011201,118515444.187,012900,158698340.053,,0.0,011201,012900,11971.1601808,41525,29520,hub,hub,non_hub,586619.474659,4513110.00718,584682.864463,4512978.43901
+12606,12606,95,24.0,012900,,40.76341379,-73.99667444,33.0,011203,40.76095756,-73.96724467,1173.62105263,1176,5312,1160,3621,011203,143782379.009,012900,158698340.053,,0.0,011203,012900,11971.1601808,48033,29520,hub,hub,non_hub,587170.050102,4512734.59972,584682.864463,4512978.43901
+12607,12607,928,96.0,012900,,40.76341379,-73.99667444,198.0,011300,40.7548008425,-73.9888010575,667.025780628,204,5312,107,3621,011300,357940519.061,012900,158698340.053,,0.0,011300,012900,11971.1601808,236650,29520,hub,hub,non_hub,585358.423228,4512029.96675,584682.864463,4512978.43901
+12608,12608,580,48.0,012900,,40.76341379,-73.99667444,82.0,011500,40.75701407,-73.992353645,499.188038351,2487,5312,1678,3621,011500,130958459.747,012900,158698340.053,,0.0,011500,012900,11971.1601808,103294,29520,hub,hub,non_hub,585055.712647,4512272.20178,584682.864463,4512978.43901
+12609,12609,705,48.0,012900,,40.76341379,-73.99667444,84.0,011700,40.76058799,-74.00080945,572.138053339,2938,5312,2304,3621,011700,91270705.1484,012900,158698340.053,,0.0,011700,012900,11971.1601808,73016,29520,hub,hub,non_hub,584337.427395,4512660.77158,584682.864463,4512978.43901
+12610,12610,688,24.0,012900,,40.76341379,-73.99667444,34.0,011900,40.7568001,-73.98291153,465.859011628,1079,5312,1121,3621,011900,395254501.74,012900,158698340.053,,0.0,011900,012900,11971.1601808,39976,29520,hub,hub,non_hub,585853.012005,4512257.64444,584682.864463,4512978.43901
+12611,12611,1746,72.0,012900,,40.76341379,-73.99667444,109.0,012100,40.7598593767,-73.9914900133,507.334146976,8366,5312,5744,3621,012100,101223732.045,012900,158698340.053,,0.0,012100,012900,11971.1601808,132767,29520,hub,hub,non_hub,585124.983127,4512588.88932,584682.864463,4512978.43901
+12612,12612,561,24.0,012900,,40.76341379,-73.99667444,51.0,012500,40.76064679,-73.98442659,491.873440285,2439,5312,2096,3621,012500,322911522.418,012900,158698340.053,,0.0,012500,012900,11971.1601808,45486,29520,hub,hub,non_hub,585720.180916,4512683.17447,584682.864463,4512978.43901
+12613,12613,952,48.0,012900,,40.76341379,-73.99667444,84.0,012700,40.762485435,-73.990447135,602.174545652,6437,5312,4434,3621,012700,104637996.687,012900,158698340.053,,0.0,012700,012900,11971.1601808,83393,29520,hub,hub,non_hub,585209.656415,4512881.41361,584682.864463,4512978.43901
+12614,12614,548,72.0,012900,,40.76341379,-73.99667444,160.0,013100,40.7621295133,-73.98215453,636.739760349,2489,5312,2283,3621,013100,405023451.28,012900,158698340.053,,0.0,013100,012900,11971.1601808,107228,29520,hub,hub,non_hub,585910.04945,4512849.98999,584682.864463,4512978.43901
+12615,12615,677,72.0,012900,,40.76341379,-73.99667444,101.0,013300,40.7647250567,-73.9866537633,505.222646672,5363,5312,3909,3621,013300,79847412.2593,012900,158698340.053,,0.0,013300,012900,11971.1601808,89810,29520,hub,hub,non_hub,585526.963405,4513133.71926,584682.864463,4512978.43901
+12616,12616,613,48.0,012900,,40.76341379,-73.99667444,65.0,013500,40.766984435,-73.99227308,416.657024705,6075,5312,3935,3621,013500,198199142.958,012900,158698340.053,,0.0,013500,012900,11971.1601808,64723,29520,hub,hub,non_hub,585049.80204,4513379.06475,584682.864463,4512978.43901
+12617,12617,326,48.0,012900,,40.76341379,-73.99667444,98.0,013700,40.766109285,-73.981808355,735.354690457,6557,5312,5442,3621,013700,314878324.419,012900,158698340.053,,0.0,013700,012900,11971.1601808,91142,29520,hub,hub,non_hub,585934.141665,4513292.1137,584682.864463,4512978.43901
+12618,12618,238,24.0,012900,,40.76341379,-73.99667444,27.0,013900,40.768254,-73.988639,448.777310924,7607,5312,7359,3621,013900,139918084.587,012900,158698340.053,,0.0,013900,012900,11971.1601808,26390,29520,hub,hub,non_hub,585354.890073,4513523.52534,584682.864463,4512978.43901
+12619,12619,94,24.0,012900,,40.76341379,-73.99667444,49.0,014300,40.76590936,-73.97634151,1024.11702128,3,5312,0,3621,014300,50027992.3322,012900,158698340.053,,0.0,014300,012900,11971.1601808,21051,29520,hub,hub,non_hub,586395.803012,4513275.28949,584682.864463,4512978.43901
+12620,12620,404,24.0,012900,,40.76341379,-73.99667444,36.0,014500,40.76915505,-73.98191841,726.502475248,5811,5312,3462,3621,014500,253397343.373,012900,158698340.053,,0.0,014500,012900,11971.1601808,68350,29520,hub,hub,non_hub,585920.929601,4513630.10902,584682.864463,4512978.43901
+12621,12621,422,24.0,012900,,40.76341379,-73.99667444,55.0,014700,40.770513,-73.988038,471.571090047,2586,5312,1743,3621,014700,70871746.8417,012900,158698340.053,,0.0,014700,012900,11971.1601808,35099,29520,hub,hub,non_hub,585402.720353,4513774.87644,584682.864463,4512978.43901
+12622,12622,430,24.0,012900,,40.76341379,-73.99667444,36.0,015100,40.771522,-73.990541,392.465116279,8105,5312,4856,3621,015100,164953931.102,012900,158698340.053,,0.0,015100,012900,11971.1601808,17578,29520,hub,hub,non_hub,585190.192062,4513884.4495,584682.864463,4512978.43901
+12623,12623,828,48.0,012900,,40.76341379,-73.99667444,70.0,031703,40.71644312,-74.014902115,1415.8456915,8670,5312,4231,3621,031703,332361109.355,012900,158698340.053,,0.0,031703,012900,11971.1601808,136082,29520,hub,hub,non_hub,583202.897614,4507746.93647,584682.864463,4512978.43901
+12624,12624,394,72.0,012900,,40.76341379,-73.99667444,98.0,031704,40.7085171733,-74.0165557667,1695.4624889,6610,5312,3790,3621,031704,160823714.408,012900,158698340.053,,0.0,031704,012900,11971.1601808,105244,29520,hub,hub,non_hub,583073.076824,4506865.54027,584682.864463,4512978.43901
+12625,12625,21,72.0,012900,,40.76341379,-73.99667444,85.0,000600,40.7128987867,-73.9898646367,1341.72916667,11558,5312,4083,3621,000600,59149181.7526,012900,158698340.053,,0.0,000600,012900,11971.1601808,70053,29520,hub,hub,non_hub,585322.159723,4507377.5136,584682.864463,4512978.43901
+12626,12626,69,480.0,013100,,40.7621295133,-73.98215453,162.0,000202,40.71318002,-73.9818904933,2010.0133157,8012,2489,3598,2283,000202,37878157.9781,013100,405023451.28,013100,867521089.0,000202,013100,12272.7817469,56352,102691,hub,hub,non_hub,585995.353038,4507416.50937,585910.049449,4512849.98999
+12627,12627,230,1120.0,013100,,40.7621295133,-73.98215453,774.0,000700,40.70581148,-74.0081572071,1623.4579159,7722,2489,5201,2283,000700,476954959.734,013100,405023451.28,013100,867521089.0,000700,013100,12272.7817469,160040,102691,hub,hub,non_hub,583785.918305,4506573.16797,585910.04945,4512849.98999
+12628,12628,15,320.0,013100,,40.7621295133,-73.98215453,141.0,000800,40.712414475,-73.993471545,1465.79166667,10365,2489,4150,2283,000800,46479755.076,013100,405023451.28,013100,867521089.0,000800,013100,12272.7817469,34254,102691,hub,hub,non_hub,585018.109713,4507320.25418,585910.04945,4512849.98999
+12629,12629,38,480.0,013100,,40.7621295133,-73.98215453,291.0,000900,40.7024745833,-74.01224785,1619.08518519,1140,2489,939,2283,000900,404341803.896,013100,405023451.28,013100,867521089.0,000900,013100,12272.7817469,46446,102691,hub,hub,non_hub,583444.520998,4506198.85784,585910.049449,4512849.98999
+12630,12630,32,160.0,013100,,40.7621295133,-73.98215453,57.0,001002,40.71782143,-73.97628939,1456.08641975,6439,2489,2346,2283,001002,22763374.2099,013100,405023451.28,013100,867521089.0,001002,013100,12272.7817469,15916,102691,hub,hub,non_hub,586462.45635,4507937.23607,585910.049449,4512849.98999
+12631,12631,65,320.0,013100,,40.7621295133,-73.98215453,138.0,001200,40.717364275,-73.982955325,1746.35798611,3547,2489,1857,2283,001200,23518220.7411,013100,405023451.28,013100,867521089.0,001200,013100,12272.7817469,36493,102691,hub,hub,non_hub,585900.031125,4507879.94738,585910.049449,4512849.98999
+12632,12632,33,160.0,013100,,40.7621295133,-73.98215453,108.0,001300,40.70463334,-74.01361706,2078.75877193,3776,2489,3028,2283,001300,286606455.687,013100,405023451.28,013100,867521089.0,001300,013100,12272.7817469,27671,102691,hub,hub,non_hub,583326.158808,4506437.19368,585910.049449,4512849.98999
+12633,12633,63,160.0,013100,,40.7621295133,-73.98215453,84.0,001401,40.71559509,-73.9870295,1531.23333333,3289,2489,1708,2283,001401,20168722.3199,013100,405023451.28,013100,867521089.0,001401,013100,12272.7817469,26885,102691,hub,hub,non_hub,585558.18429,4507679.57909,585910.04945,4512849.98999
+12634,12634,23,320.0,013100,6.25960881325,40.7621692,-73.982456355,201.0,001501,40.71056598,-74.0045607025,1684.04890009,5581,2489,3450,2283,001501,172466366.322,013100,405023451.28,013100,867521089.0,001501,013100,12272.7817469,27425,102691,hub,hub,non_hub,584083.756644,4507104.38446,585884.522775,4512854.10003
+12635,12635,119,480.0,013100,,40.7621295133,-73.98215453,369.0,001502,40.7088053467,-74.00635276,1790.55603345,7095,2489,3459,2283,001502,221282059.103,013100,405023451.28,013100,867521089.0,001502,013100,12272.7817469,82052,102691,hub,hub,non_hub,583934.59195,4506907.22889,585910.04945,4512849.98999
+12636,12636,85,480.0,013100,,40.7621295133,-73.98215453,321.0,001600,40.7153350167,-73.9943926833,1424.06462488,8236,2489,3242,2283,001600,76565505.7581,013100,405023451.28,013100,867521089.0,001600,013100,12272.7817469,82798,102691,hub,hub,non_hub,584936.591099,4507643.5622,585910.04945,4512849.98999
+12637,12637,153,640.0,013100,,40.7621295133,-73.98215453,462.0,001800,40.7193657075,-73.9906468425,1592.18916546,8063,2489,3489,2283,001800,60554858.5127,013100,405023451.28,013100,867521089.0,001800,013100,12272.7817469,133306,102691,hub,hub,non_hub,585247.838585,4508094.62497,585910.049449,4512849.98999
+12638,12638,43,320.0,013100,,40.7621295133,-73.98215453,138.0,002000,40.721554605,-73.977309405,1702.04899749,4795,2489,1899,2283,002000,17907673.5628,013100,405023451.28,013100,867521089.0,002000,013100,12272.7817469,31656,102691,hub,hub,non_hub,586371.478696,4508350.63994,585910.049449,4512849.98999
+12639,12639,335,640.0,013100,,40.7621295133,-73.98215453,306.0,002100,40.71451321,-74.0108850975,1561.43865023,6111,2489,3038,2283,002100,273869828.705,013100,405023451.28,013100,867521089.0,002100,013100,12272.7817469,151037,102691,hub,hub,non_hub,583544.598931,4507536.51732,585910.04945,4512849.98999
+12640,12640,60,320.0,013100,4.99863561848,40.762097764,-73.98191307,132.0,002201,40.718516378,-73.981134364,1336.11405388,6762,2489,3030,2283,002201,37585954.9949,013100,405023451.28,013100,867521089.0,002201,013100,12272.7817469,26391,102691,hub,hub,non_hub,586052.349002,4508009.62123,585930.470811,4512846.70202
+12641,12641,27,160.0,013100,,40.7621295133,-73.98215453,93.0,002202,40.7208736,-73.98085795,1612.78095238,2256,2489,1045,2283,002202,13179093.8977,013100,405023451.28,013100,867521089.0,002202,013100,12272.7817469,23935,102691,hub,hub,non_hub,586072.658368,4508271.55961,585910.04945,4512849.98999
+12642,12642,53,320.0,013100,,40.7621295133,-73.98215453,144.0,002400,40.724744875,-73.974986535,1577.42335859,5775,2489,2175,2283,002400,17986635.5592,013100,405023451.28,013100,867521089.0,002400,013100,12272.7817469,17965,102691,hub,hub,non_hub,586563.526382,4508707.06897,585910.04945,4512849.98999
+12643,12643,95,320.0,013100,,40.7621295133,-73.98215453,186.0,002500,40.7111743,-73.99849582,1605.45033282,5061,2489,1917,2283,002500,22428407.6271,013100,405023451.28,013100,867521089.0,002500,013100,12272.7817469,28216,102691,hub,hub,non_hub,584595.28909,4507177.73549,585910.04945,4512849.98999
+12644,12644,66,160.0,013100,,40.7621295133,-73.98215453,93.0,002601,40.72299208,-73.97995466,1534.3630303,3774,2489,1593,2283,002601,22248722.3098,013100,405023451.28,013100,867521089.0,002601,013100,12272.7817469,22144,102691,hub,hub,non_hub,586146.216204,4508507.61099,585910.049449,4512849.98999
+12645,12645,41,160.0,013100,,40.7621295133,-73.98215453,81.0,002700,40.71307916,-73.99851193,1317.40888889,1191,2489,655,2283,002700,11349914.9514,013100,405023451.28,013100,867521089.0,002700,013100,12272.7817469,20570,102691,hub,hub,non_hub,584591.517275,4507389.17181,585910.04945,4512849.98999
+12646,12646,46,160.0,013100,,40.7621295133,-73.98215453,96.0,002800,40.72521311,-73.97768752,1576.78571429,7302,2489,3341,2283,002800,47641507.3146,013100,405023451.28,013100,867521089.0,002800,013100,12272.7817469,36744,102691,hub,hub,non_hub,586334.816403,4508756.38709,585910.04945,4512849.98999
+12647,12647,57,160.0,013100,,40.7621295133,-73.98215453,129.0,002900,40.71602118,-73.99974372,1599.76190476,5855,2489,2420,2283,002900,200965547.24,013100,405023451.28,013100,867521089.0,002900,013100,12272.7817469,31936,102691,hub,hub,non_hub,584483.752153,4507714.56961,585910.049449,4512849.98999
+12648,12648,90,160.0,013100,,40.7621295133,-73.98215453,105.0,003001,40.72066442,-73.98517977,1716.28574109,4301,2489,2553,2283,003001,34302720.7166,013100,405023451.28,013100,867521089.0,003001,013100,12272.7817469,41223,102691,hub,hub,non_hub,585707.91731,4508244.11218,585910.04945,4512849.98999
+12649,12649,107,160.0,013100,,40.7621295133,-73.98215453,111.0,003002,40.72217444,-73.98368779,1523.52213168,3031,2489,1885,2283,003002,18686109.2263,013100,405023451.28,013100,867521089.0,003002,013100,12272.7817469,38675,102691,hub,hub,non_hub,585831.986427,4508413.19181,585910.049449,4512849.98999
+12650,12650,116,480.0,013100,,40.7621295133,-73.98215453,363.0,003100,40.7140617467,-74.0041933367,1741.65214107,2809,2489,858,2283,003100,145687012.574,013100,405023451.28,013100,867521089.0,003100,013100,12272.7817469,81469,102691,hub,hub,non_hub,584110.388584,4507492.78891,585910.04945,4512849.98999
+12651,12651,296,480.0,013100,,40.7621295133,-73.98215453,300.0,003200,40.7260543867,-73.9823576167,1340.0580672,7630,2489,4888,2283,003200,46369492.482,013100,405023451.28,013100,867521089.0,003200,013100,12272.7817469,138064,102691,hub,hub,non_hub,585939.335766,4508845.19329,585910.04945,4512849.98999
+12652,12652,224,800.0,013100,5.03421665276,40.7621181743,-73.9820682943,519.0,003300,40.7187790277,-74.0066147071,1660.82301331,5174,2489,2694,2283,003300,215459582.054,013100,405023451.28,013100,867521089.0,003300,013100,12272.7817469,115059,102691,hub,hub,non_hub,583899.942521,4508014.12188,585917.342791,4512848.8157
+12653,12653,292,160.0,013100,,40.7621295133,-73.98215453,117.0,003400,40.72955361,-73.98057249,1152.9831576,6706,2489,4203,2283,003400,42933229.7541,013100,405023451.28,013100,867521089.0,003400,013100,12272.7817469,47926,102691,hub,hub,non_hub,586085.581298,4509235.37985,585910.049449,4512849.98999
+12654,12654,128,320.0,013100,,40.7621295133,-73.98215453,198.0,003601,40.72217423,-73.990293175,1434.94016158,3299,2489,1613,2283,003601,29191583.8104,013100,405023451.28,013100,867521089.0,003601,013100,12272.7817469,77585,102691,hub,hub,non_hub,585274.124459,4508406.73315,585910.04945,4512849.98999
+12655,12655,115,320.0,013100,,40.7621295133,-73.98215453,186.0,003602,40.724852985,-73.989265345,1377.17615385,2918,2489,1586,2283,003602,24941258.1161,013100,405023451.28,013100,867521089.0,003602,013100,12272.7817469,82124,102691,hub,hub,non_hub,585357.507872,4508705.09166,585910.04945,4512849.98999
+12656,12656,345,640.0,013100,,40.7621295133,-73.98215453,444.0,003700,40.7256696075,-74.0052069325,1456.05732803,2401,2489,1490,2283,003700,212385639.924,013100,405023451.28,013100,867521089.0,003700,013100,12272.7817469,173333,102691,hub,hub,non_hub,584010.178026,4508780.36793,585910.04945,4512849.98999
+12657,12657,579,640.0,013100,,40.7621295133,-73.98215453,480.0,003800,40.72765889,-73.988195855,1274.08956082,8610,2489,5795,2283,003800,67437493.5221,013100,405023451.28,013100,867521089.0,003800,013100,12272.7817469,167230,102691,hub,hub,non_hub,585444.239635,4509017.60641,585910.04945,4512849.98999
+12658,12658,252,640.0,013100,,40.7621295133,-73.98215453,318.0,003900,40.7201717475,-74.00983051,1573.72295575,5253,2489,3059,2283,003900,194910113.03,013100,405023451.28,013100,867521089.0,003900,013100,12272.7817469,113624,102691,hub,hub,non_hub,583626.593058,4508165.65565,585910.04945,4512849.98999
+12659,12659,369,320.0,013100,,40.7621295133,-73.98215453,198.0,004000,40.73000573,-73.98549552,1214.5134605,9801,2489,4546,2283,004000,66858387.5133,013100,405023451.28,013100,867521089.0,004000,013100,12272.7817469,99660,102691,hub,hub,non_hub,585669.269443,4509280.75306,585910.04945,4512849.98999
+12660,12660,132,320.0,013100,,40.7621295133,-73.98215453,192.0,004100,40.7195529,-73.996789035,1470.52752803,7793,2489,3765,2283,004100,71738983.3617,013100,405023451.28,013100,867521089.0,004100,013100,12272.7817469,114685,102691,hub,hub,non_hub,584728.836557,4508109.46034,585910.04945,4512849.98999
+12661,12661,145,160.0,013100,,40.7621295133,-73.98215453,105.0,004200,40.73223272,-73.98889957,1085.49053563,4988,2489,1801,2283,004200,39941846.3325,013100,405023451.28,013100,867521089.0,004200,013100,12272.7817469,50846,102691,hub,hub,non_hub,585378.96492,4509524.64843,585910.049449,4512849.98999
+12662,12662,95,320.0,013100,,40.7621295133,-73.98215453,201.0,004300,40.723870235,-73.995226525,1356.62227669,4267,2489,2598,2283,004300,65935514.1184,013100,405023451.28,013100,867521089.0,004300,013100,12272.7817469,95162,102691,hub,hub,non_hub,584855.320992,4508590.22212,585910.04945,4512849.98999
+12663,12663,631,320.0,013100,,40.7621295133,-73.98215453,180.0,004400,40.73080269,-73.97968993,1347.32250483,17710,2489,8297,2283,004400,114601147.016,013100,405023451.28,013100,867521089.0,004400,013100,12272.7817469,106427,102691,hub,hub,non_hub,586158.498991,4509374.90208,585910.04945,4512849.98999
+12664,12664,35,160.0,013100,,40.7621295133,-73.98215453,81.0,004500,40.71910537,-73.99973337,1582.08333333,840,2489,582,2283,004500,52009114.8865,013100,405023451.28,013100,867521089.0,004500,013100,12272.7817469,34275,102691,hub,hub,non_hub,584480.726971,4508056.94497,585910.04945,4512849.98999
+12665,12665,23,160.0,013100,,40.7621295133,-73.98215453,117.0,004700,40.72165481,-74.00234737,1483.6952381,2267,2489,1586,2283,004700,75477587.1594,013100,405023451.28,013100,867521089.0,004700,013100,12272.7817469,27544,102691,hub,hub,non_hub,584256.734795,4508337.43837,585910.04945,4512849.98999
+12666,12666,269,160.0,013100,,40.7621295133,-73.98215453,105.0,004800,40.73624527,-73.98473765,992.250221172,7550,2489,3799,2283,004800,74763044.6965,013100,405023451.28,013100,867521089.0,004800,013100,12272.7817469,42567,102691,hub,hub,non_hub,585725.258797,4509974.12516,585910.049449,4512849.98999
+12667,12667,156,320.0,013100,,40.7621295133,-73.98215453,219.0,004900,40.724268615,-74.000521515,1487.28465978,4951,2489,3054,2283,004900,103848670.177,013100,405023451.28,013100,867521089.0,004900,013100,12272.7817469,80152,102691,hub,hub,non_hub,584407.63728,4508629.34168,585910.04945,4512849.98999
+12668,12668,561,480.0,013100,,40.7621295133,-73.98215453,279.0,005000,40.7359163467,-73.9873427633,951.702005529,5061,2489,3595,2283,005000,120638459.215,013100,405023451.28,013100,867521089.0,005000,013100,12272.7817469,111023,102691,hub,hub,non_hub,585505.709717,4509935.07175,585910.04945,4512849.98999
+12669,12669,660,320.0,013100,,40.7621295133,-73.98215453,318.0,005200,40.73715585,-73.991241315,855.951111029,4193,2489,1785,2283,005200,109103391.81,013100,405023451.28,013100,867521089.0,005200,013100,12272.7817469,159876,102691,hub,hub,non_hub,585174.941656,4510068.87544,585910.04945,4512849.98999
+12670,12670,540,160.0,013100,,40.7621295133,-73.98215453,141.0,005400,40.73971301,-73.99456405,966.808479476,4656,2489,2837,2283,005400,128803552.888,013100,405023451.28,013100,867521089.0,005400,013100,12272.7817469,73728,102691,hub,hub,non_hub,584891.129718,4510349.51956,585910.049449,4512849.98999
+12671,12671,79,160.0,013100,,40.7621295133,-73.98215453,90.0,005501,40.72679454,-73.99695094,1468.39968254,5079,2489,2483,2283,005501,61061928.4125,013100,405023451.28,013100,867521089.0,005501,013100,12272.7817469,57258,102691,hub,hub,non_hub,584705.980012,4508913.17477,585910.04945,4512849.98999
+12672,12672,101,160.0,013100,,40.7621295133,-73.98215453,81.0,005502,40.72743423,-73.99379025,1151.26864331,2383,2489,1262,2283,005502,49017118.6146,013100,405023451.28,013100,867521089.0,005502,013100,12272.7817469,55117,102691,hub,hub,non_hub,584972.085912,4508987.23863,585910.04945,4512849.98999
+12673,12673,566,320.0,013100,,40.7621295133,-73.98215453,285.0,005600,40.74065347,-73.98778661,985.993128729,2618,2489,2190,2283,005600,189153355.609,013100,405023451.28,013100,867521089.0,005600,013100,12272.7817469,113209,102691,hub,hub,non_hub,585462.168743,4510460.49357,585910.04945,4512849.98999
+12674,12674,430,320.0,013100,,40.7621295133,-73.98215453,246.0,005700,40.729662915,-73.992405595,1258.67326651,2937,2489,1789,2283,005700,90178032.7137,013100,405023451.28,013100,867521089.0,005700,013100,12272.7817469,156896,102691,hub,hub,non_hub,585086.179601,4509235.9788,585910.04945,4512849.98999
+12675,12675,1167,320.0,013100,,40.7621295133,-73.98215453,261.0,005800,40.743154205,-73.990299735,782.656770519,3182,2489,2306,2283,005800,164037511.755,013100,405023451.28,013100,867521089.0,005800,013100,12272.7817469,130970,102691,hub,hub,non_hub,585246.786708,4510735.64918,585910.04945,4512849.98999
+12676,12676,96,160.0,013100,,40.7621295133,-73.98215453,93.0,005900,40.73049393,-73.9957214,1355.85232843,5516,2489,3276,2283,005900,71785177.1361,013100,405023451.28,013100,867521089.0,005900,013100,12272.7817469,53180,102691,hub,hub,non_hub,584805.117401,4509325.01914,585910.04945,4512849.98999
+12677,12677,623,320.0,013100,,40.7621295133,-73.98215453,189.0,006000,40.734822295,-73.976916765,1257.43798636,5286,2489,2459,2283,006000,27468182.8943,013100,405023451.28,013100,867521089.0,006000,013100,12272.7817469,80462,102691,hub,hub,non_hub,586387.478737,4509823.83141,585910.04945,4512849.98999
+12678,12678,672,640.0,013100,,40.7621295133,-73.98215453,423.0,006100,40.73385254,-73.992357065,1180.00576503,4913,2489,2683,2283,006100,91682014.33,013100,405023451.28,013100,867521089.0,006100,013100,12272.7817469,245510,102691,hub,hub,non_hub,585084.940162,4509701.10308,585910.04945,4512849.98999
+12679,12679,367,160.0,013100,,40.7621295133,-73.98215453,90.0,006200,40.7381765,-73.97738662,1153.34549616,4680,2489,1401,2283,006200,231817485.533,013100,405023451.28,013100,867521089.0,006200,013100,12272.7817469,33218,102691,hub,hub,non_hub,586343.467107,4510195.70961,585910.04945,4512849.98999
+12680,12680,520,480.0,013100,,40.7621295133,-73.98215453,297.0,006300,40.7346940933,-73.99785666,1150.9240194,6076,2489,4277,2283,006300,85447631.8451,013100,405023451.28,013100,867521089.0,006300,013100,12272.7817469,120233,102691,hub,hub,non_hub,584619.48321,4509789.20591,585910.04945,4512849.98999
+12681,12681,314,160.0,013100,,40.7621295133,-73.98215453,117.0,006400,40.73587678,-73.98205027,1077.66856186,7518,2489,5058,2283,006400,95664936.1545,013100,405023451.28,013100,867521089.0,006400,013100,12272.7817469,47750,102691,hub,hub,non_hub,585952.649806,4509935.84788,585910.04945,4512849.98999
+12682,12682,288,480.0,013100,,40.7621295133,-73.98215453,318.0,006500,40.7306296367,-73.9991423,1255.31725579,6517,2489,3568,2283,006500,59290910.3694,013100,405023451.28,013100,867521089.0,006500,013100,12272.7817469,125356,102691,hub,hub,non_hub,584516.067395,4509336.78488,585910.04945,4512849.98999
+12683,12683,686,320.0,013100,,40.7621295133,-73.98215453,246.0,006600,40.739285505,-73.97827188,1033.8678266,11780,2489,6818,2283,006600,84730469.4548,013100,405023451.28,013100,867521089.0,006600,013100,12272.7817469,74621,102691,hub,hub,non_hub,586267.286922,4510317.94668,585910.049449,4512849.98999
+12684,12684,185,160.0,013100,,40.7621295133,-73.98215453,117.0,006700,40.73038599,-74.00214988,1251.58008067,4984,2489,3796,2283,006700,47238039.9972,013100,405023451.28,013100,867521089.0,006700,013100,12272.7817469,70025,102691,hub,hub,non_hub,584262.399901,4509306.84766,585910.049449,4512849.98999
+12685,12685,525,160.0,013100,,40.7621295133,-73.98215453,117.0,006800,40.74025878,-73.98409214,824.874333128,6735,2489,4494,2283,006800,130298431.446,013100,405023451.28,013100,867521089.0,006800,013100,12272.7817469,58926,102691,hub,hub,non_hub,585774.608423,4510420.28363,585910.04945,4512849.98999
+12686,12686,331,320.0,013100,,40.7621295133,-73.98215453,201.0,006900,40.732319905,-74.0069291,1433.7203459,2687,2489,1484,2283,006900,61292499.9331,013100,405023451.28,013100,867521089.0,006900,013100,12272.7817469,130727,102691,hub,hub,non_hub,583856.38945,4509516.94969,585910.04945,4512849.98999
+12687,12687,1408,480.0,013100,,40.7621295133,-73.98215453,381.0,007000,40.742527432,-73.9756379821,882.751901821,8302,2489,5669,2283,007000,78634704.8451,013100,405023451.28,013100,867521089.0,007000,013100,12272.7817469,145227,102691,hub,hub,non_hub,586485.478079,4510680.41551,585910.04945,4512849.98999
+12688,12688,147,320.0,013100,,40.7621295133,-73.98215453,213.0,007100,40.736526545,-74.000108805,1027.98256258,5633,2489,3844,2283,007100,68447429.2743,013100,405023451.28,013100,867521089.0,007100,013100,12272.7817469,79459,102691,hub,hub,non_hub,584426.995774,4509990.4524,585910.04945,4512849.98999
+12689,12689,1338,480.0,013100,,40.7621295133,-73.98215453,378.0,007200,40.7447014833,-73.98154809,792.127112173,7734,2489,5222,2283,007200,132092861.454,013100,405023451.28,013100,867521089.0,007200,013100,12272.7817469,157612,102691,hub,hub,non_hub,585983.687715,4510915.94446,585910.04945,4512849.98999
+12690,12690,346,320.0,013100,,40.7621295133,-73.98215453,177.0,007300,40.734682705,-74.00388484,1313.96950778,5615,2489,4547,2283,007300,48716185.79,013100,405023451.28,013100,867521089.0,007300,013100,12272.7817469,92567,102691,hub,hub,non_hub,584110.479319,4509782.14883,585910.049449,4512849.98999
+12691,12691,742,320.0,013100,,40.7621295133,-73.98215453,258.0,007400,40.746413585,-73.98586892,743.721965412,4179,2489,2700,2283,007400,170614202.951,013100,405023451.28,013100,867521089.0,007400,013100,12272.7817469,81121,102691,hub,hub,non_hub,585616.696258,4511101.7763,585910.04945,4512849.98999
+12692,12692,1055,320.0,013100,,40.7621295133,-73.98215453,207.0,007600,40.74737476,-73.988320695,655.167107468,2203,2489,1573,2283,007600,242014413.464,013100,405023451.28,013100,867521089.0,007600,013100,12272.7817469,97464,102691,hub,hub,non_hub,585408.475283,4511206.08492,585910.049449,4512849.98999
+12693,12693,152,160.0,013100,,40.7621295133,-73.98215453,129.0,007700,40.7390169121,-74.0026376103,1181.37225853,5404,2489,4254,2283,007700,59306273.1509,013100,405023451.28,013100,867521089.0,007700,013100,12272.7817469,79025,102691,hub,hub,non_hub,584210.329106,4510264.47156,585910.04945,4512849.98999
+12694,12694,965,160.0,013100,,40.7621295133,-73.98215453,117.0,007800,40.74780373,-73.9734419,728.391427957,7380,2489,5372,2283,007800,112124597.728,013100,405023451.28,013100,867521089.0,007800,013100,12272.7817469,59601,102691,hub,hub,non_hub,586664.043115,4511268.28888,585910.04945,4512849.98999
+12695,12695,665,800.0,013100,,40.7621295133,-73.98215453,522.0,007900,40.738916514,-74.007286026,1311.64444075,4406,2489,2904,2283,007900,86937368.5918,013100,405023451.28,013100,867521089.0,007900,013100,12272.7817469,171846,102691,hub,hub,non_hub,583817.969395,4510248.87788,585910.04945,4512849.98999
+12696,12696,1738,320.0,013100,,40.7621295133,-73.98215453,213.0,008000,40.7485693,-73.97717991,748.488188608,4946,2489,3730,2283,008000,197763821.532,013100,405023451.28,013100,867521089.0,008000,013100,12272.7817469,74808,102691,hub,hub,non_hub,586347.477591,4511349.58844,585910.04945,4512849.98999
+12697,12697,321,160.0,013100,,40.7621295133,-73.98215453,117.0,008100,40.73935542,-73.99931783,792.543829309,8675,2489,5315,2283,008100,91100400.6907,013100,405023451.28,013100,867521089.0,008100,013100,12272.7817469,53195,102691,hub,hub,non_hub,584490.204148,4510305.23824,585910.04945,4512849.98999
+12698,12698,3543,480.0,013100,,40.7621295133,-73.98215453,525.0,008200,40.7519515696,-73.9793649088,539.534428244,3442,2489,2534,2283,008200,262405408.076,013100,405023451.28,013100,867521089.0,008200,013100,12272.7817469,228612,102691,hub,hub,hub,586158.648651,4511722.8977,585910.04945,4512849.98999
+12699,12699,513,640.0,013100,,40.7621295133,-73.98215453,357.0,008300,40.742591315,-74.004102785,1137.10262109,4211,2489,2321,2283,008300,119862327.354,013100,405023451.28,013100,867521089.0,008300,013100,12272.7817469,186113,102691,hub,hub,non_hub,584082.11654,4510659.85081,585910.04945,4512849.98999
+12700,12700,673,160.0,013100,,40.7621295133,-73.98215453,114.0,008400,40.75038009,-73.98338988,530.848489379,1726,2489,1041,2283,008400,147824461.739,013100,405023451.28,013100,867521089.0,008400,013100,12272.7817469,34199,102691,hub,hub,non_hub,585820.889203,4511544.50828,585910.049449,4512849.98999
+12701,12701,544,160.0,013100,,40.7621295133,-73.98215453,129.0,008601,40.744219,-73.97121214,864.515063031,2551,2489,1528,2283,008601,31141773.9073,013100,405023451.28,013100,867521089.0,008601,013100,12272.7817469,31961,102691,hub,hub,non_hub,586856.951039,4510872.56191,585910.04945,4512849.98999
+12702,12702,870,320.0,013100,,40.7621295133,-73.98215453,234.0,008700,40.74206378,-73.995708955,890.855921998,6671,2489,4249,2283,008700,85660216.7821,013100,405023451.28,013100,867521089.0,008700,013100,12272.7817469,152953,102691,hub,hub,non_hub,584791.475936,4510609.36503,585910.04945,4512849.98999
+12703,12703,665,320.0,013100,,40.7621295133,-73.98215453,234.0,008800,40.75012189,-73.970133575,764.595059702,6964,2489,5507,2283,008800,216532475.876,013100,405023451.28,013100,867521089.0,008800,013100,12272.7817469,43247,102691,hub,hub,non_hub,586940.323322,4511528.89362,585910.04945,4512849.98999
+12704,12704,661,480.0,013100,,40.7621295133,-73.98215453,360.0,008900,40.74529008,-74.0021768567,1062.64331547,5560,2489,3511,2283,008900,54419260.2723,013100,405023451.28,013100,867521089.0,008900,013100,12272.7817469,158638,102691,hub,hub,non_hub,584241.316685,4510961.27944,585910.04945,4512849.98999
+12705,12705,1651,480.0,013100,,40.7621295133,-73.98215453,330.0,009000,40.75261798,-73.9703317533,699.107039912,7026,2489,5832,2283,009000,208846060.851,013100,405023451.28,013100,867521089.0,009000,013100,12272.7817469,74531,102691,hub,hub,non_hub,586920.342162,4511805.78171,585910.049449,4512849.98999
+12706,12706,399,160.0,013100,,40.7621295133,-73.98215453,117.0,009100,40.74487634,-73.99529885,766.16997767,6415,2489,4386,2283,009100,127325659.041,013100,405023451.28,013100,867521089.0,009100,013100,12272.7817469,63878,102691,hub,hub,non_hub,584822.527687,4510921.97538,585910.04945,4512849.98999
+12707,12707,3118,320.0,013100,,40.7621295133,-73.98215453,330.0,009200,40.7548518863,-73.9734329075,531.811602938,1754,2489,1461,2283,009200,408192557.246,013100,405023451.28,013100,867521089.0,009200,013100,12272.7817469,72226,102691,hub,hub,hub,586655.650548,4512050.69496,585910.049449,4512849.98999
+12708,12708,269,160.0,013100,,40.7621295133,-73.98215453,117.0,009300,40.74475148,-73.99915362,915.670975057,9705,2489,5585,2283,009300,68528055.2433,013100,405023451.28,013100,867521089.0,009300,013100,12272.7817469,52202,102691,hub,hub,non_hub,584497.239363,4510904.39701,585910.04945,4512849.98999
+12709,12709,2500,160.0,013100,,40.7621295133,-73.98215453,93.0,009400,40.75320159,-73.9779874,506.512799193,29,2489,16,2283,009400,299218147.811,013100,405023451.28,013100,867521089.0,009400,013100,12272.7817469,82147,102691,hub,hub,non_hub,586273.319314,4511863.01244,585910.049449,4512849.98999
+12710,12710,399,160.0,013100,,40.7621295133,-73.98215453,153.0,009500,40.746647,-73.993915,894.806057185,3425,2489,1416,2283,009500,129660033.725,013100,405023451.28,013100,867521089.0,009500,013100,12272.7817469,57488,102691,hub,hub,non_hub,584937.108907,4511119.86954,585910.04945,4512849.98999
+12711,12711,2247,480.0,013100,,40.7621295133,-73.98215453,420.0,009600,40.7560096462,-73.9803354721,417.66080261,153,2489,268,2283,009600,270304841.585,013100,405023451.28,013100,867521089.0,009600,013100,12272.7817469,71527,102691,hub,hub,non_hub,586071.481512,4512172.42171,585910.04945,4512849.98999
+12712,12712,652,480.0,013100,,40.7621295133,-73.98215453,297.0,009700,40.7493616033,-73.9991321067,907.361517821,4744,2489,2827,2283,009700,83018263.1602,013100,405023451.28,013100,867521089.0,009700,013100,12272.7817469,118804,102691,hub,hub,non_hub,584493.220017,4511416.17434,585910.04945,4512849.98999
+12713,12713,1554,320.0,013100,,40.7621295133,-73.98215453,210.0,009800,40.755285655,-73.96667288,650.090855296,7105,2489,5244,2283,009800,115943808.909,013100,405023451.28,013100,867521089.0,009800,013100,12272.7817469,40039,102691,hub,hub,non_hub,587225.727282,4512105.54383,585910.049449,4512849.98999
+12714,12714,1931,800.0,013100,,40.7621295133,-73.98215453,555.0,009900,40.7520807866,-74.0031899092,849.029715175,3617,2489,2438,2283,009900,404439511.776,013100,405023451.28,013100,867521089.0,009900,013100,12272.7817469,208076,102691,hub,hub,non_hub,584147.226991,4511714.12465,585910.04945,4512849.98999
+12715,12715,4505,480.0,013100,,40.7621295133,-73.98215453,363.0,010000,40.7583696933,-73.9710287767,474.233531017,1829,2489,1399,2283,010000,366457143.613,013100,405023451.28,013100,867521089.0,010000,013100,12272.7817469,72085,102691,hub,hub,hub,586854.014885,4512443.57459,585910.049449,4512849.98999
+12716,12716,4012,480.0,013100,,40.7621295133,-73.98215453,381.0,010100,40.74945622,-73.9903382667,639.229057,1119,2489,828,2283,010100,246168211.101,013100,405023451.28,013100,867521089.0,010100,013100,12272.7817469,183377,102691,hub,hub,hub,585235.486219,4511435.18064,585910.04945,4512849.98999
+12717,12717,1505,320.0,013100,,40.7621295133,-73.98215453,243.0,010200,40.7606694,-73.973473555,431.433025945,313,2489,268,2283,010200,333450202.294,013100,405023451.28,013100,867521089.0,010200,013100,12272.7817469,46675,102691,hub,hub,non_hub,586644.664817,4512696.44233,585910.04945,4512849.98999
+12718,12718,7110,320.0,013100,,40.7621295133,-73.98215453,294.0,010300,40.751000495,-73.994372255,663.735773239,1859,2489,1351,2283,010300,141506056.87,013100,405023451.28,013100,867521089.0,010300,013100,12272.7817469,221593,102691,hub,hub,hub,584892.968075,4511602.69644,585910.049449,4512849.98999
+12719,12719,1143,320.0,013100,,40.7621295133,-73.98215453,225.0,010400,40.761664375,-73.976854975,444.956827077,1031,2489,1033,2283,010400,363981333.295,013100,405023451.28,013100,867521089.0,010400,013100,12272.7817469,65073,102691,hub,hub,non_hub,586357.961325,4512803.55852,585910.04945,4512849.98999
+12720,12720,384,160.0,013100,,40.7621295133,-73.98215453,99.0,010602,40.75849116,-73.95920622,914.628082011,4794,2489,2963,2283,010602,67980898.3739,013100,405023451.28,013100,867521089.0,010602,013100,12272.7817469,22153,102691,hub,hub,non_hub,587851.796682,4512468.82754,585910.04945,4512849.98999
+12721,12721,1800,480.0,013100,,40.7621295133,-73.98215453,351.0,010800,40.7591736033,-73.96613818,706.411101767,8531,2489,6272,2283,010800,189351523.799,013100,405023451.28,013100,867521089.0,010800,013100,12272.7817469,79198,102691,hub,hub,non_hub,587265.778542,4512537.66689,585910.04945,4512849.98999
+12722,12722,1835,320.0,013100,,40.7621295133,-73.98215453,342.0,010900,40.751351715,-73.987594755,592.772469189,182,2489,92,2283,010900,228173063.011,013100,405023451.28,013100,867521089.0,010900,013100,12272.7817469,60092,102691,hub,hub,non_hub,585464.669441,4511648.26242,585910.04945,4512849.98999
+12723,12723,1120,160.0,013100,,40.7621295133,-73.98215453,177.0,011201,40.7643971,-73.97371465,500.436377828,827,2489,964,2283,011201,118515444.187,013100,405023451.28,013100,867521089.0,011201,013100,12272.7817469,41525,102691,hub,hub,non_hub,586619.474659,4513110.00718,585910.04945,4512849.98999
+12724,12724,939,160.0,013100,,40.7621295133,-73.98215453,99.0,011203,40.76095756,-73.96724467,701.543485142,1176,2489,1160,2283,011203,143782379.009,013100,405023451.28,013100,867521089.0,011203,013100,12272.7817469,48033,102691,hub,hub,non_hub,587170.050102,4512734.59972,585910.04945,4512849.98999
+12725,12725,5073,640.0,013100,,40.7621295133,-73.98215453,594.0,011300,40.7548008425,-73.9888010575,543.382359599,204,2489,107,2283,011300,357940519.061,013100,405023451.28,013100,867521089.0,011300,013100,12272.7817469,236650,102691,hub,hub,hub,585358.423228,4512029.96675,585910.049449,4512849.98999
+12726,12726,2192,320.0,013100,,40.7621295133,-73.98215453,246.0,011500,40.75701407,-73.992353645,542.170213602,2487,2489,1678,2283,011500,130958459.747,013100,405023451.28,013100,867521089.0,011500,013100,12272.7817469,103294,102691,hub,hub,non_hub,585055.712647,4512272.20178,585910.04945,4512849.98999
+12727,12727,993,320.0,013100,,40.7621295133,-73.98215453,252.0,011700,40.76058799,-74.00080945,806.000176731,2938,2489,2304,2283,011700,91270705.1484,013100,405023451.28,013100,867521089.0,011700,013100,12272.7817469,73016,102691,hub,hub,non_hub,584337.427395,4512660.77158,585910.04945,4512849.98999
+12728,12728,1103,160.0,013100,,40.7621295133,-73.98215453,102.0,011900,40.7568001,-73.98291153,361.814682033,1079,2489,1121,2283,011900,395254501.74,013100,405023451.28,013100,867521089.0,011900,013100,12272.7817469,39976,102691,hub,hub,non_hub,585853.012005,4512257.64444,585910.04945,4512849.98999
+12729,12729,3148,480.0,013100,,40.7621295133,-73.98215453,327.0,012100,40.7598593767,-73.9914900133,471.270547129,8366,2489,5744,2283,012100,101223732.045,013100,405023451.28,013100,867521089.0,012100,013100,12272.7817469,132767,102691,hub,hub,hub,585124.983126,4512588.88932,585910.04945,4512849.98999
+12730,12730,630,160.0,013100,,40.7621295133,-73.98215453,153.0,012500,40.76064679,-73.98442659,416.768021685,2439,2489,2096,2283,012500,322911522.418,013100,405023451.28,013100,867521089.0,012500,013100,12272.7817469,45486,102691,hub,hub,non_hub,585720.180916,4512683.17447,585910.04945,4512849.98999
+12731,12731,2101,320.0,013100,,40.7621295133,-73.98215453,252.0,012700,40.762485435,-73.990447135,444.454221951,6437,2489,4434,2283,012700,104637996.687,013100,405023451.28,013100,867521089.0,012700,013100,12272.7817469,83393,102691,hub,hub,non_hub,585209.656415,4512881.41361,585910.04945,4512849.98999
+12732,12732,335,160.0,013100,,40.7621295133,-73.98215453,72.0,012900,40.76341379,-73.99667444,653.298751057,5312,2489,3621,2283,012900,158698340.053,013100,405023451.28,013100,867521089.0,012900,013100,12272.7817469,28661,102691,hub,hub,non_hub,584682.864463,4512978.43901,585910.04945,4512849.98999
+12733,12733,2924,480.0,013100,,40.7621295133,-73.98215453,303.0,013300,40.7647250567,-73.9866537633,364.964836246,5363,2489,3909,2283,013300,79847412.2593,013100,405023451.28,013100,867521089.0,013300,013100,12272.7817469,89810,102691,hub,hub,non_hub,585526.963405,4513133.71926,585910.049449,4512849.98999
+12734,12734,3490,320.0,013100,,40.7621295133,-73.98215453,195.0,013500,40.766984435,-73.99227308,431.5089906,6075,2489,3935,2283,013500,198199142.958,013100,405023451.28,013100,867521089.0,013500,013100,12272.7817469,64723,102691,hub,hub,hub,585049.80204,4513379.06475,585910.049449,4512849.98999
+12735,12735,4639,320.0,013100,,40.7621295133,-73.98215453,294.0,013700,40.766109285,-73.981808355,326.974473191,6557,2489,5442,2283,013700,314878324.419,013100,405023451.28,013100,867521089.0,013700,013100,12272.7817469,91142,102691,hub,hub,hub,585934.141665,4513292.1137,585910.049449,4512849.98999
+12736,12736,930,160.0,013100,,40.7621295133,-73.98215453,81.0,013900,40.768254,-73.988639,402.619931872,7607,2489,7359,2283,013900,139918084.587,013100,405023451.28,013100,867521089.0,013900,013100,12272.7817469,26390,102691,hub,hub,non_hub,585354.890073,4513523.52534,585910.04945,4512849.98999
+12737,12737,329,160.0,013100,,40.7621295133,-73.98215453,147.0,014300,40.76590936,-73.97634151,802.320957078,3,2489,0,2283,014300,50027992.3322,013100,405023451.28,013100,867521089.0,014300,013100,12272.7817469,21051,102691,hub,hub,non_hub,586395.803012,4513275.28949,585910.049449,4512849.98999
+12738,12738,1991,160.0,013100,,40.7621295133,-73.98215453,108.0,014500,40.76915505,-73.98191841,458.030498846,5811,2489,3462,2283,014500,253397343.373,013100,405023451.28,013100,867521089.0,014500,013100,12272.7817469,68350,102691,hub,hub,non_hub,585920.929601,4513630.10902,585910.049449,4512849.98999
+12739,12739,1574,160.0,013100,,40.7621295133,-73.98215453,165.0,014700,40.770513,-73.988038,491.095172855,2586,2489,1743,2283,014700,70871746.8417,013100,405023451.28,013100,867521089.0,014700,013100,12272.7817469,35099,102691,hub,hub,non_hub,585402.720353,4513774.87644,585910.049449,4512849.98999
+12740,12740,312,160.0,013100,,40.7621295133,-73.98215453,108.0,015100,40.771522,-73.990541,552.362189129,8105,2489,4856,2283,015100,164953931.102,013100,405023451.28,013100,867521089.0,015100,013100,12272.7817469,17578,102691,hub,hub,non_hub,585190.192062,4513884.4495,585910.04945,4512849.98999
+12741,12741,249,320.0,013100,,40.7621295133,-73.98215453,210.0,031703,40.71644312,-74.014902115,1822.45871563,8670,2489,4231,2283,031703,332361109.355,013100,405023451.28,013100,867521089.0,031703,013100,12272.7817469,136082,102691,hub,hub,non_hub,583202.897614,4507746.93647,585910.04945,4512849.98999
+12742,12742,342,480.0,013100,,40.7621295133,-73.98215453,294.0,031704,40.7085171733,-74.0165557667,1910.28939728,6610,2489,3790,2283,031704,160823714.408,013100,405023451.28,013100,867521089.0,031704,013100,12272.7817469,105244,102691,hub,hub,non_hub,583073.076824,4506865.54027,585910.04945,4512849.98999
+12743,12743,59,480.0,013100,,40.7621295133,-73.98215453,255.0,000600,40.7128987867,-73.9898646367,1407.39914021,11558,2489,4083,2283,000600,59149181.7526,013100,405023451.28,013100,867521089.0,000600,013100,12272.7817469,70053,102691,hub,hub,non_hub,585322.159723,4507377.5136,585910.049449,4512849.98999
+12744,12744,36,303.0,013300,5.75169727722,40.7647555386,-73.9862992014,162.0,000202,40.7131723029,-73.9823124229,1748.78011205,8012,5363,3598,3909,000202,37878157.9781,013300,79847412.2593,,0.0,000202,013300,11781.0695703,56352,85316,hub,hub,non_hub,585959.723815,4507415.23969,585556.849992,4513137.44867
+12745,12745,294,707.0,013300,,40.7647250567,-73.9866537633,774.0,000700,40.70581148,-74.0081572071,1986.36340507,7722,5363,5201,3909,000700,476954959.734,013300,79847412.2593,,0.0,000700,013300,11781.0695703,160040,85316,hub,hub,non_hub,583785.918305,4506573.16797,585526.963405,4513133.71926
+12746,12746,17,202.0,013300,5.89549005256,40.76447064,-73.9862806975,141.0,000800,40.712414475,-73.993471545,1312.43588893,10365,5363,4150,3909,000800,46479755.076,013300,79847412.2593,,0.0,000800,013300,11781.0695703,34254,85316,hub,hub,non_hub,585018.109713,4507320.25418,585558.777154,4513105.84083
+12747,12747,107,303.0,013300,,40.7647250567,-73.9866537633,291.0,000900,40.7024745833,-74.01224785,2263.21619042,1140,5363,939,3909,000900,404341803.896,013300,79847412.2593,,0.0,000900,013300,11781.0695703,46446,85316,hub,hub,non_hub,583444.520998,4506198.85784,585526.963405,4513133.71926
+12748,12748,8,101.0,013300,,40.7647250567,-73.9866537633,57.0,001002,40.71782143,-73.97628939,1909.94444444,6439,5363,2346,3909,001002,22763374.2099,013300,79847412.2593,,0.0,001002,013300,11781.0695703,15916,85316,hub,hub,non_hub,586462.45635,4507937.23607,585526.963405,4513133.71926
+12749,12749,36,202.0,013300,5.52966341717,40.764500186,-73.986603504,138.0,001200,40.717591842,-73.983023978,1785.38678749,3547,5363,1857,3909,001200,23518220.7411,013300,79847412.2593,,0.0,001200,013300,11781.0695703,36493,85316,hub,hub,non_hub,585893.940048,4507905.14169,585531.493703,4513108.80592
+12750,12750,93,101.0,013300,,40.7647250567,-73.9866537633,108.0,001300,40.70463334,-74.01361706,1969.1993839,3776,5363,3028,3909,001300,286606455.687,013300,79847412.2593,,0.0,001300,013300,11781.0695703,27671,85316,hub,hub,non_hub,583326.158808,4506437.19368,585526.963405,4513133.71926
+12751,12751,44,101.0,013300,,40.7647250567,-73.9866537633,84.0,001401,40.71559509,-73.9870295,833.646464646,3289,5363,1708,3909,001401,20168722.3199,013300,79847412.2593,,0.0,001401,013300,11781.0695703,26885,85316,hub,hub,non_hub,585558.18429,4507679.57909,585526.963405,4513133.71926
+12752,12752,20,202.0,013300,6.3890281165,40.765006145,-73.9867165875,201.0,001501,40.71056598,-74.0045607025,1866.81708717,5581,5363,3450,3909,001501,172466366.322,013300,79847412.2593,,0.0,001501,013300,11781.0695703,27425,85316,hub,hub,non_hub,584083.756644,4507104.38446,585521.300572,4513164.86095
+12753,12753,161,303.0,013300,,40.7647250567,-73.9866537633,369.0,001502,40.7088053467,-74.00635276,1675.3213791,7095,5363,3459,3909,001502,221282059.103,013300,79847412.2593,,0.0,001502,013300,11781.0695703,82052,85316,hub,hub,non_hub,583934.59195,4506907.22889,585526.963405,4513133.71926
+12754,12754,42,303.0,013300,5.55249706907,40.7645845125,-73.9866223513,321.0,001600,40.7152445613,-73.99470332,1926.65076903,8236,5363,3242,3909,001600,76565505.7581,013300,79847412.2593,,0.0,001600,013300,11781.0695703,82798,85316,hub,hub,non_hub,584910.468327,4507633.22069,585529.794838,4513118.14842
+12755,12755,170,404.0,013300,,40.7647250567,-73.9866537633,462.0,001800,40.7193657075,-73.9906468425,1731.14478565,8063,5363,3489,3909,001800,60554858.5127,013300,79847412.2593,,0.0,001800,013300,11781.0695703,133306,85316,hub,hub,non_hub,585247.838585,4508094.62497,585526.963405,4513133.71926
+12756,12756,17,202.0,013300,4.93076268261,40.76447064,-73.9862806975,138.0,002000,40.721554605,-73.977309405,1872.71659104,4795,5363,1899,3909,002000,17907673.5628,013300,79847412.2593,,0.0,002000,013300,11781.0695703,31656,85316,hub,hub,non_hub,586371.478696,4508350.63994,585558.777154,4513105.84083
+12757,12757,689,404.0,013300,,40.7647250567,-73.9866537633,306.0,002100,40.71451321,-74.0108850975,1542.17748961,6111,5363,3038,3909,002100,273869828.705,013300,79847412.2593,,0.0,002100,013300,11781.0695703,151037,85316,hub,hub,non_hub,583544.598931,4507536.51732,585526.963405,4513133.71926
+12758,12758,29,202.0,013300,5.19837641295,40.764500186,-73.986603504,132.0,002201,40.718144162,-73.980811426,1875.91117556,6762,5363,3030,3909,002201,37585954.9949,013300,79847412.2593,,0.0,002201,013300,11781.0695703,26391,85316,hub,hub,non_hub,586080.103958,4507968.61925,585531.493703,4513108.80592
+12759,12759,26,101.0,013300,,40.7647250567,-73.9866537633,93.0,002202,40.7208736,-73.98085795,1734.625,2256,5363,1045,3909,002202,13179093.8977,013300,79847412.2593,,0.0,002202,013300,11781.0695703,23935,85316,hub,hub,non_hub,586072.658368,4508271.55961,585526.963405,4513133.71926
+12760,12760,15,202.0,013300,4.63799071977,40.7644213967,-73.9857426867,144.0,002400,40.72509863,-73.97473267,1547.79533751,5775,5363,2175,3909,002400,17986635.5592,013300,79847412.2593,,0.0,002400,013300,11781.0695703,17965,85316,hub,hub,non_hub,586584.507401,4508746.5885,585604.249629,4513100.89923
+12761,12761,32,202.0,013300,6.13677195565,40.764500186,-73.986603504,186.0,002500,40.711174272,-73.998829746,1533.25267089,5061,5363,1917,3909,002500,22428407.6271,013300,79847412.2593,,0.0,002500,013300,11781.0695703,28216,85316,hub,hub,non_hub,584567.082552,4507177.41082,585531.493703,4513108.80592
+12762,12762,23,101.0,013300,,40.7647250567,-73.9866537633,93.0,002601,40.72299208,-73.97995466,1614.20915033,3774,5363,1593,3909,002601,22248722.3098,013300,79847412.2593,,0.0,002601,013300,11781.0695703,22144,85316,hub,hub,non_hub,586146.216204,4508507.61099,585526.963405,4513133.71926
+12763,12763,14,101.0,013300,,40.7647250567,-73.9866537633,81.0,002700,40.71307916,-73.99851193,1914.37777778,1191,5363,655,3909,002700,11349914.9514,013300,79847412.2593,,0.0,002700,013300,11781.0695703,20570,85316,hub,hub,non_hub,584591.517275,4507389.17181,585526.963405,4513133.71926
+12764,12764,38,101.0,013300,,40.7647250567,-73.9866537633,96.0,002800,40.72521311,-73.97768752,1790.10233918,7302,5363,3341,3909,002800,47641507.3146,013300,79847412.2593,,0.0,002800,013300,11781.0695703,36744,85316,hub,hub,non_hub,586334.816403,4508756.38709,585526.963405,4513133.71926
+12765,12765,75,101.0,013300,,40.7647250567,-73.9866537633,129.0,002900,40.71602118,-73.99974372,1634.73099415,5855,5363,2420,3909,002900,200965547.24,013300,79847412.2593,,0.0,002900,013300,11781.0695703,31936,85316,hub,hub,non_hub,584483.752153,4507714.56961,585526.963405,4513133.71926
+12766,12766,96,101.0,013300,,40.7647250567,-73.9866537633,105.0,003001,40.72066442,-73.98517977,1850.53333333,4301,5363,2553,3909,003001,34302720.7166,013300,79847412.2593,,0.0,003001,013300,11781.0695703,41223,85316,hub,hub,non_hub,585707.91731,4508244.11218,585526.963405,4513133.71926
+12767,12767,23,101.0,013300,,40.7647250567,-73.9866537633,111.0,003002,40.72217444,-73.98368779,1718.33918129,3031,5363,1885,3909,003002,18686109.2263,013300,79847412.2593,,0.0,003002,013300,11781.0695703,38675,85316,hub,hub,non_hub,585831.986427,4508413.19181,585526.963405,4513133.71926
+12768,12768,164,303.0,013300,,40.7647250567,-73.9866537633,363.0,003100,40.7140617467,-74.0041933367,1825.4693763,2809,5363,858,3909,003100,145687012.574,013300,79847412.2593,,0.0,003100,013300,11781.0695703,81469,85316,hub,hub,non_hub,584110.388584,4507492.78891,585526.963405,4513133.71926
+12769,12769,215,303.0,013300,,40.7647250567,-73.9866537633,300.0,003200,40.7260543867,-73.9823576167,1524.61463593,7630,5363,4888,3909,003200,46369492.482,013300,79847412.2593,,0.0,003200,013300,11781.0695703,138064,85316,hub,hub,non_hub,585939.335766,4508845.19329,585526.963405,4513133.71926
+12770,12770,350,505.0,013300,,40.7647250567,-73.9866537633,519.0,003300,40.7188224303,-74.0063330389,1663.57539356,5174,5363,2694,3909,003300,215459582.054,013300,79847412.2593,,0.0,003300,013300,11781.0695703,115059,85316,hub,hub,non_hub,583923.677671,4508019.20899,585526.963405,4513133.71926
+12771,12771,124,101.0,013300,,40.7647250567,-73.9866537633,117.0,003400,40.72955361,-73.98057249,1157.11568246,6706,5363,4203,3909,003400,42933229.7541,013300,79847412.2593,,0.0,003400,013300,11781.0695703,47926,85316,hub,hub,non_hub,586085.581298,4509235.37985,585526.963405,4513133.71926
+12772,12772,123,202.0,013300,,40.7647250567,-73.9866537633,198.0,003601,40.72217423,-73.990293175,1545.95661017,3299,5363,1613,3909,003601,29191583.8104,013300,79847412.2593,,0.0,003601,013300,11781.0695703,77585,85316,hub,hub,non_hub,585274.124459,4508406.73315,585526.963405,4513133.71926
+12773,12773,116,202.0,013300,,40.7647250567,-73.9866537633,186.0,003602,40.724852985,-73.989265345,1534.69336918,2918,5363,1586,3909,003602,24941258.1161,013300,79847412.2593,,0.0,003602,013300,11781.0695703,82124,85316,hub,hub,non_hub,585357.507872,4508705.09166,585526.963405,4513133.71926
+12774,12774,791,404.0,013300,,40.7647250567,-73.9866537633,444.0,003700,40.7256696075,-74.0052069325,1542.27661665,2401,5363,1490,3909,003700,212385639.924,013300,79847412.2593,,0.0,003700,013300,11781.0695703,173333,85316,hub,hub,non_hub,584010.178026,4508780.36793,585526.963405,4513133.71926
+12775,12775,311,404.0,013300,,40.7647250567,-73.9866537633,480.0,003800,40.72765889,-73.988195855,1482.41071918,8610,5363,5795,3909,003800,67437493.5221,013300,79847412.2593,,0.0,003800,013300,11781.0695703,167230,85316,hub,hub,non_hub,585444.239635,4509017.60641,585526.963405,4513133.71926
+12776,12776,445,404.0,013300,,40.7647250567,-73.9866537633,318.0,003900,40.7201717475,-74.00983051,1692.12764738,5253,5363,3059,3909,003900,194910113.03,013300,79847412.2593,,0.0,003900,013300,11781.0695703,113624,85316,hub,hub,non_hub,583626.593058,4508165.65565,585526.963405,4513133.71926
+12777,12777,446,202.0,013300,,40.7647250567,-73.9866537633,198.0,004000,40.73000573,-73.98549552,1319.23891929,9801,5363,4546,3909,004000,66858387.5133,013300,79847412.2593,,0.0,004000,013300,11781.0695703,99660,85316,hub,hub,non_hub,585669.269443,4509280.75306,585526.963405,4513133.71926
+12778,12778,154,202.0,013300,,40.7647250567,-73.9866537633,192.0,004100,40.7195529,-73.996789035,1854.79722611,7793,5363,3765,3909,004100,71738983.3617,013300,79847412.2593,,0.0,004100,013300,11781.0695703,114685,85316,hub,hub,non_hub,584728.836557,4508109.46034,585526.963405,4513133.71926
+12779,12779,110,101.0,013300,,40.7647250567,-73.9866537633,105.0,004200,40.73223272,-73.98889957,1395.27777778,4988,5363,1801,3909,004200,39941846.3325,013300,79847412.2593,,0.0,004200,013300,11781.0695703,50846,85316,hub,hub,non_hub,585378.96492,4509524.64843,585526.963405,4513133.71926
+12780,12780,131,202.0,013300,,40.7647250567,-73.9866537633,201.0,004300,40.723870235,-73.995226525,1639.76622475,4267,5363,2598,3909,004300,65935514.1184,013300,79847412.2593,,0.0,004300,013300,11781.0695703,95162,85316,hub,hub,non_hub,584855.320992,4508590.22212,585526.963405,4513133.71926
+12781,12781,206,202.0,013300,,40.7647250567,-73.9866537633,180.0,004400,40.73080269,-73.97968993,1586.2070802,17710,5363,8297,3909,004400,114601147.016,013300,79847412.2593,,0.0,004400,013300,11781.0695703,106427,85316,hub,hub,non_hub,586158.498991,4509374.90208,585526.963405,4513133.71926
+12782,12782,88,101.0,013300,,40.7647250567,-73.9866537633,81.0,004500,40.71910537,-73.99973337,1541.66574074,840,5363,582,3909,004500,52009114.8865,013300,79847412.2593,,0.0,004500,013300,11781.0695703,34275,85316,hub,hub,non_hub,584480.726971,4508056.94497,585526.963405,4513133.71926
+12783,12783,71,101.0,013300,,40.7647250567,-73.9866537633,117.0,004700,40.72165481,-74.00234737,1613.01465378,2267,5363,1586,3909,004700,75477587.1594,013300,79847412.2593,,0.0,004700,013300,11781.0695703,27544,85316,hub,hub,non_hub,584256.734795,4508337.43837,585526.963405,4513133.71926
+12784,12784,128,101.0,013300,,40.7647250567,-73.9866537633,105.0,004800,40.73624527,-73.98473765,1184.40932256,7550,5363,3799,3909,004800,74763044.6965,013300,79847412.2593,,0.0,004800,013300,11781.0695703,42567,85316,hub,hub,non_hub,585725.258797,4509974.12516,585526.963405,4513133.71926
+12785,12785,207,202.0,013300,,40.7647250567,-73.9866537633,219.0,004900,40.724268615,-74.000521515,1678.30462182,4951,5363,3054,3909,004900,103848670.177,013300,79847412.2593,,0.0,004900,013300,11781.0695703,80152,85316,hub,hub,non_hub,584407.63728,4508629.34168,585526.963405,4513133.71926
+12786,12786,397,303.0,013300,,40.7647250567,-73.9866537633,279.0,005000,40.7359163467,-73.9873427633,1270.94463489,5061,5363,3595,3909,005000,120638459.215,013300,79847412.2593,,0.0,005000,013300,11781.0695703,111023,85316,hub,hub,non_hub,585505.709717,4509935.07175,585526.963405,4513133.71926
+12787,12787,656,202.0,013300,,40.7647250567,-73.9866537633,318.0,005200,40.73715585,-73.991241315,1162.68321261,4193,5363,1785,3909,005200,109103391.81,013300,79847412.2593,,0.0,005200,013300,11781.0695703,159876,85316,hub,hub,non_hub,585174.941656,4510068.87544,585526.963405,4513133.71926
+12788,12788,329,101.0,013300,,40.7647250567,-73.9866537633,141.0,005400,40.73971301,-73.99456405,1224.92463697,4656,5363,2837,3909,005400,128803552.888,013300,79847412.2593,,0.0,005400,013300,11781.0695703,73728,85316,hub,hub,non_hub,584891.129718,4510349.51956,585526.963405,4513133.71926
+12789,12789,153,101.0,013300,,40.7647250567,-73.9866537633,90.0,005501,40.72679454,-73.99695094,1609.23351181,5079,5363,2483,3909,005501,61061928.4125,013300,79847412.2593,,0.0,005501,013300,11781.0695703,57258,85316,hub,hub,non_hub,584705.980012,4508913.17477,585526.963405,4513133.71926
+12790,12790,90,101.0,013300,,40.7647250567,-73.9866537633,81.0,005502,40.72743423,-73.99379025,1614.91347361,2383,5363,1262,3909,005502,49017118.6146,013300,79847412.2593,,0.0,005502,013300,11781.0695703,55117,85316,hub,hub,non_hub,584972.085912,4508987.23863,585526.963405,4513133.71926
+12791,12791,425,202.0,013300,,40.7647250567,-73.9866537633,285.0,005600,40.74065347,-73.98778661,1316.44259237,2618,5363,2190,3909,005600,189153355.609,013300,79847412.2593,,0.0,005600,013300,11781.0695703,113209,85316,hub,hub,non_hub,585462.168743,4510460.49357,585526.963405,4513133.71926
+12792,12792,358,202.0,013300,,40.7647250567,-73.9866537633,246.0,005700,40.729662915,-73.992405595,1476.8281919,2937,5363,1789,3909,005700,90178032.7137,013300,79847412.2593,,0.0,005700,013300,11781.0695703,156896,85316,hub,hub,non_hub,585086.179601,4509235.9788,585526.963405,4513133.71926
+12793,12793,735,202.0,013300,,40.7647250567,-73.9866537633,261.0,005800,40.743154205,-73.990299735,1066.78644029,3182,5363,2306,3909,005800,164037511.755,013300,79847412.2593,,0.0,005800,013300,11781.0695703,130970,85316,hub,hub,non_hub,585246.786708,4510735.64918,585526.963405,4513133.71926
+12794,12794,242,101.0,013300,,40.7647250567,-73.9866537633,93.0,005900,40.73049393,-73.9957214,1476.27269067,5516,5363,3276,3909,005900,71785177.1361,013300,79847412.2593,,0.0,005900,013300,11781.0695703,53180,85316,hub,hub,non_hub,584805.117401,4509325.01914,585526.963405,4513133.71926
+12795,12795,149,202.0,013300,,40.7647250567,-73.9866537633,189.0,006000,40.734822295,-73.976916765,1317.43075397,5286,5363,2459,3909,006000,27468182.8943,013300,79847412.2593,,0.0,006000,013300,11781.0695703,80462,85316,hub,hub,non_hub,586387.478737,4509823.83141,585526.963405,4513133.71926
+12796,12796,676,404.0,013300,,40.7647250567,-73.9866537633,423.0,006100,40.73385254,-73.992357065,1379.29782896,4913,5363,2683,3909,006100,91682014.33,013300,79847412.2593,,0.0,006100,013300,11781.0695703,245510,85316,hub,hub,non_hub,585084.940162,4509701.10308,585526.963405,4513133.71926
+12797,12797,117,101.0,013300,,40.7647250567,-73.9866537633,90.0,006200,40.7381765,-73.97738662,1372.86461988,4680,5363,1401,3909,006200,231817485.533,013300,79847412.2593,,0.0,006200,013300,11781.0695703,33218,85316,hub,hub,non_hub,586343.467107,4510195.70961,585526.963405,4513133.71926
+12798,12798,402,303.0,013300,,40.7647250567,-73.9866537633,297.0,006300,40.7346940933,-73.99785666,1324.82649638,6076,5363,4277,3909,006300,85447631.8451,013300,79847412.2593,,0.0,006300,013300,11781.0695703,120233,85316,hub,hub,non_hub,584619.48321,4509789.20591,585526.963405,4513133.71926
+12799,12799,94,101.0,013300,,40.7647250567,-73.9866537633,117.0,006400,40.73587678,-73.98205027,1586.75981621,7518,5363,5058,3909,006400,95664936.1545,013300,79847412.2593,,0.0,006400,013300,11781.0695703,47750,85316,hub,hub,non_hub,585952.649806,4509935.84788,585526.963405,4513133.71926
+12800,12800,361,303.0,013300,,40.7647250567,-73.9866537633,318.0,006500,40.7306296367,-73.9991423,1473.28381619,6517,5363,3568,3909,006500,59290910.3694,013300,79847412.2593,,0.0,006500,013300,11781.0695703,125356,85316,hub,hub,non_hub,584516.067395,4509336.78488,585526.963405,4513133.71926
+12801,12801,295,202.0,013300,,40.7647250567,-73.9866537633,246.0,006600,40.739285505,-73.97827188,1382.81161836,11780,5363,6818,3909,006600,84730469.4548,013300,79847412.2593,,0.0,006600,013300,11781.0695703,74621,85316,hub,hub,non_hub,586267.286922,4510317.94668,585526.963405,4513133.71926
+12802,12802,250,101.0,013300,,40.7647250567,-73.9866537633,117.0,006700,40.73038599,-74.00214988,1515.97948091,4984,5363,3796,3909,006700,47238039.9972,013300,79847412.2593,,0.0,006700,013300,11781.0695703,70025,85316,hub,hub,non_hub,584262.399901,4509306.84766,585526.963405,4513133.71926
+12803,12803,137,101.0,013300,,40.7647250567,-73.9866537633,117.0,006800,40.74025878,-73.98409214,1402.0406015,6735,5363,4494,3909,006800,130298431.446,013300,79847412.2593,,0.0,006800,013300,11781.0695703,58926,85316,hub,hub,non_hub,585774.608423,4510420.28363,585526.963405,4513133.71926
+12804,12804,950,202.0,013300,,40.7647250567,-73.9866537633,201.0,006900,40.732319905,-74.0069291,1372.68394096,2687,5363,1484,3909,006900,61292499.9331,013300,79847412.2593,,0.0,006900,013300,11781.0695703,130727,85316,hub,hub,non_hub,583856.38945,4509516.94969,585526.963405,4513133.71926
+12805,12805,428,303.0,013300,,40.7647250567,-73.9866537633,381.0,007000,40.7425508286,-73.9756840755,1303.31057993,8302,5363,5669,3909,007000,78634704.8451,013300,79847412.2593,,0.0,007000,013300,11781.0695703,145227,85316,hub,hub,non_hub,586481.556104,4510682.96729,585526.963405,4513133.71926
+12806,12806,263,202.0,013300,,40.7647250567,-73.9866537633,213.0,007100,40.736526545,-74.000108805,1339.66489977,5633,5363,3844,3909,007100,68447429.2743,013300,79847412.2593,,0.0,007100,013300,11781.0695703,79459,85316,hub,hub,non_hub,584426.995774,4509990.4524,585526.963405,4513133.71926
+12807,12807,602,303.0,013300,,40.7647250567,-73.9866537633,378.0,007200,40.7447014833,-73.98154809,1172.40774326,7734,5363,5222,3909,007200,132092861.454,013300,79847412.2593,,0.0,007200,013300,11781.0695703,157612,85316,hub,hub,non_hub,585983.687715,4510915.94446,585526.963405,4513133.71926
+12808,12808,404,202.0,013300,,40.7647250567,-73.9866537633,177.0,007300,40.734682705,-74.00388484,1351.15564032,5615,5363,4547,3909,007300,48716185.79,013300,79847412.2593,,0.0,007300,013300,11781.0695703,92567,85316,hub,hub,non_hub,584110.479319,4509782.14883,585526.963405,4513133.71926
+12809,12809,388,202.0,013300,,40.7647250567,-73.9866537633,258.0,007400,40.746413585,-73.98586892,1041.7913848,4179,5363,2700,3909,007400,170614202.951,013300,79847412.2593,,0.0,007400,013300,11781.0695703,81121,85316,hub,hub,non_hub,585616.696258,4511101.7763,585526.963405,4513133.71926
+12810,12810,761,202.0,013300,,40.7647250567,-73.9866537633,207.0,007600,40.74737476,-73.988320695,917.957722107,2203,5363,1573,3909,007600,242014413.464,013300,79847412.2593,,0.0,007600,013300,11781.0695703,97464,85316,hub,hub,non_hub,585408.475283,4511206.08492,585526.963405,4513133.71926
+12811,12811,657,101.0,013300,,40.7647250567,-73.9866537633,129.0,007700,40.7390169121,-74.0026376103,1164.9815965,5404,5363,4254,3909,007700,59306273.1509,013300,79847412.2593,,0.0,007700,013300,11781.0695703,79025,85316,hub,hub,non_hub,584210.329106,4510264.47156,585526.963405,4513133.71926
+12812,12812,272,101.0,013300,,40.7647250567,-73.9866537633,117.0,007800,40.74780373,-73.9734419,857.030667021,7380,5363,5372,3909,007800,112124597.728,013300,79847412.2593,,0.0,007800,013300,11781.0695703,59601,85316,hub,hub,non_hub,586664.043115,4511268.28888,585526.963405,4513133.71926
+12813,12813,1367,505.0,013300,,40.7647250567,-73.9866537633,522.0,007900,40.738916514,-74.007286026,1266.01170088,4406,5363,2904,3909,007900,86937368.5918,013300,79847412.2593,,0.0,007900,013300,11781.0695703,171846,85316,hub,hub,non_hub,583817.969395,4510248.87788,585526.963405,4513133.71926
+12814,12814,614,202.0,013300,,40.7647250567,-73.9866537633,213.0,008000,40.7485693,-73.97717991,990.405030465,4946,5363,3730,3909,008000,197763821.532,013300,79847412.2593,,0.0,008000,013300,11781.0695703,74808,85316,hub,hub,non_hub,586347.477591,4511349.58844,585526.963405,4513133.71926
+12815,12815,321,101.0,013300,,40.7647250567,-73.9866537633,117.0,008100,40.73935542,-73.99931783,1091.25711279,8675,5363,5315,3909,008100,91100400.6907,013300,79847412.2593,,0.0,008100,013300,11781.0695703,53195,85316,hub,hub,non_hub,584490.204148,4510305.23824,585526.963405,4513133.71926
+12816,12816,1725,303.0,013300,,40.7647250567,-73.9866537633,525.0,008200,40.7519560023,-73.9793716191,836.055595313,3442,5363,2534,3909,008200,262405408.076,013300,79847412.2593,,0.0,008200,013300,11781.0695703,228612,85316,hub,hub,non_hub,586158.076464,4511723.38318,585526.963405,4513133.71926
+12817,12817,1269,404.0,013300,,40.7647250567,-73.9866537633,357.0,008300,40.742591315,-74.004102785,1139.04408525,4211,5363,2321,3909,008300,119862327.354,013300,79847412.2593,,0.0,008300,013300,11781.0695703,186113,85316,hub,hub,non_hub,584082.11654,4510659.85081,585526.963405,4513133.71926
+12818,12818,364,101.0,013300,,40.7647250567,-73.9866537633,114.0,008400,40.75038009,-73.98338988,816.098742824,1726,5363,1041,3909,008400,147824461.739,013300,79847412.2593,,0.0,008400,013300,11781.0695703,34199,85316,hub,hub,non_hub,585820.889203,4511544.50828,585526.963405,4513133.71926
+12819,12819,100,101.0,013300,,40.7647250567,-73.9866537633,129.0,008601,40.744219,-73.97121214,1390.52032902,2551,5363,1528,3909,008601,31141773.9073,013300,79847412.2593,,0.0,008601,013300,11781.0695703,31961,85316,hub,hub,non_hub,586856.951039,4510872.56191,585526.963405,4513133.71926
+12820,12820,899,202.0,013300,,40.7647250567,-73.9866537633,234.0,008700,40.74206378,-73.995708955,1119.26623013,6671,5363,4249,3909,008700,85660216.7821,013300,79847412.2593,,0.0,008700,013300,11781.0695703,152953,85316,hub,hub,non_hub,584791.475936,4510609.36503,585526.963405,4513133.71926
+12821,12821,265,202.0,013300,,40.7647250567,-73.9866537633,234.0,008800,40.75012189,-73.970133575,981.432190581,6964,5363,5507,3909,008800,216532475.876,013300,79847412.2593,,0.0,008800,013300,11781.0695703,43247,85316,hub,hub,non_hub,586940.323322,4511528.89362,585526.963405,4513133.71926
+12822,12822,1394,303.0,013300,,40.7647250567,-73.9866537633,360.0,008900,40.74529008,-74.0021768567,1041.4002228,5560,5363,3511,3909,008900,54419260.2723,013300,79847412.2593,,0.0,008900,013300,11781.0695703,158638,85316,hub,hub,non_hub,584241.316685,4510961.27944,585526.963405,4513133.71926
+12823,12823,769,303.0,013300,,40.7647250567,-73.9866537633,330.0,009000,40.75261798,-73.9703317533,851.866617392,7026,5363,5832,3909,009000,208846060.851,013300,79847412.2593,,0.0,009000,013300,11781.0695703,74531,85316,hub,hub,non_hub,586920.342162,4511805.78171,585526.963405,4513133.71926
+12824,12824,395,101.0,013300,,40.7647250567,-73.9866537633,117.0,009100,40.74487634,-73.99529885,1033.74765983,6415,5363,4386,3909,009100,127325659.041,013300,79847412.2593,,0.0,009100,013300,11781.0695703,63878,85316,hub,hub,non_hub,584822.527687,4510921.97538,585526.963405,4513133.71926
+12825,12825,1714,202.0,013300,,40.7647250567,-73.9866537633,330.0,009200,40.7548518863,-73.9734329075,699.306659887,1754,5363,1461,3909,009200,408192557.246,013300,79847412.2593,,0.0,009200,013300,11781.0695703,72226,85316,hub,hub,non_hub,586655.650548,4512050.69496,585526.963405,4513133.71926
+12826,12826,697,101.0,013300,,40.7647250567,-73.9866537633,117.0,009300,40.74475148,-73.99915362,975.345738046,9705,5363,5585,3909,009300,68528055.2433,013300,79847412.2593,,0.0,009300,013300,11781.0695703,52202,85316,hub,hub,non_hub,584497.239363,4510904.39701,585526.963405,4513133.71926
+12827,12827,1313,101.0,013300,,40.7647250567,-73.9866537633,93.0,009400,40.75320159,-73.9779874,717.986851602,29,5363,16,3909,009400,299218147.811,013300,79847412.2593,,0.0,009400,013300,11781.0695703,82147,85316,hub,hub,non_hub,586273.319314,4511863.01244,585526.963405,4513133.71926
+12828,12828,573,101.0,013300,,40.7647250567,-73.9866537633,153.0,009500,40.746647,-73.993915,917.632809444,3425,5363,1416,3909,009500,129660033.725,013300,79847412.2593,,0.0,009500,013300,11781.0695703,57488,85316,hub,hub,non_hub,584937.108907,4511119.86954,585526.963405,4513133.71926
+12829,12829,1386,303.0,013300,,40.7647250567,-73.9866537633,420.0,009600,40.7560411011,-73.9803644919,567.922071654,153,5363,268,3909,009600,270304841.585,013300,79847412.2593,,0.0,009600,013300,11781.0695703,71527,85316,hub,hub,non_hub,586068.991301,4512175.88498,585526.963405,4513133.71926
+12830,12830,1528,303.0,013300,,40.7647250567,-73.9866537633,297.0,009700,40.7493616033,-73.9991321067,827.324586465,4744,5363,2827,3909,009700,83018263.1602,013300,79847412.2593,,0.0,009700,013300,11781.0695703,118804,85316,hub,hub,non_hub,584493.220017,4511416.17434,585526.963405,4513133.71926
+12831,12831,749,202.0,013300,,40.7647250567,-73.9866537633,210.0,009800,40.755285655,-73.96667288,858.35580758,7105,5363,5244,3909,009800,115943808.909,013300,79847412.2593,,0.0,009800,013300,11781.0695703,40039,85316,hub,hub,non_hub,587225.727282,4512105.54383,585526.963405,4513133.71926
+12832,12832,2095,505.0,013300,,40.7647250567,-73.9866537633,555.0,009900,40.7520807866,-74.0031899092,875.18739346,3617,5363,2438,3909,009900,404439511.776,013300,79847412.2593,,0.0,009900,013300,11781.0695703,208076,85316,hub,hub,non_hub,584147.226991,4511714.12465,585526.963405,4513133.71926
+12833,12833,1779,303.0,013300,,40.7647250567,-73.9866537633,363.0,010000,40.7583696933,-73.9710287767,653.820338262,1829,5363,1399,3909,010000,366457143.613,013300,79847412.2593,,0.0,010000,013300,11781.0695703,72085,85316,hub,hub,non_hub,586854.014885,4512443.57459,585526.963405,4513133.71926
+12834,12834,1436,303.0,013300,,40.7647250567,-73.9866537633,381.0,010100,40.74945622,-73.9903382667,830.884256274,1119,5363,828,3909,010100,246168211.101,013300,79847412.2593,,0.0,010100,013300,11781.0695703,183377,85316,hub,hub,non_hub,585235.486219,4511435.18064,585526.963405,4513133.71926
+12835,12835,1205,202.0,013300,,40.7647250567,-73.9866537633,243.0,010200,40.7606694,-73.973473555,543.904905242,313,5363,268,3909,010200,333450202.294,013300,79847412.2593,,0.0,010200,013300,11781.0695703,46675,85316,hub,hub,non_hub,586644.664817,4512696.44233,585526.963405,4513133.71926
+12836,12836,5537,202.0,013300,,40.7647250567,-73.9866537633,294.0,010300,40.751000495,-73.994372255,680.112467191,1859,5363,1351,3909,010300,141506056.87,013300,79847412.2593,,0.0,010300,013300,11781.0695703,221593,85316,hub,hub,hub,584892.968075,4511602.69644,585526.963406,4513133.71926
+12837,12837,1581,202.0,013300,,40.7647250567,-73.9866537633,225.0,010400,40.761664375,-73.976854975,481.670633501,1031,5363,1033,3909,010400,363981333.295,013300,79847412.2593,,0.0,010400,013300,11781.0695703,65073,85316,hub,hub,non_hub,586357.961325,4512803.55852,585526.963405,4513133.71926
+12838,12838,252,101.0,013300,,40.7647250567,-73.9866537633,99.0,010602,40.75849116,-73.95920622,1011.6697062,4794,5363,2963,3909,010602,67980898.3739,013300,79847412.2593,,0.0,010602,013300,11781.0695703,22153,85316,hub,hub,non_hub,587851.796682,4512468.82754,585526.963405,4513133.71926
+12839,12839,1082,303.0,013300,,40.7647250567,-73.9866537633,351.0,010800,40.7591736033,-73.96613818,841.749627077,8531,5363,6272,3909,010800,189351523.799,013300,79847412.2593,,0.0,010800,013300,11781.0695703,79198,85316,hub,hub,non_hub,587265.778542,4512537.66689,585526.963405,4513133.71926
+12840,12840,701,202.0,013300,,40.7647250567,-73.9866537633,342.0,010900,40.751351715,-73.987594755,788.402191141,182,5363,92,3909,010900,228173063.011,013300,79847412.2593,,0.0,010900,013300,11781.0695703,60092,85316,hub,hub,non_hub,585464.669441,4511648.26242,585526.963405,4513133.71926
+12841,12841,928,101.0,013300,,40.7647250567,-73.9866537633,177.0,011201,40.7643971,-73.97371465,624.170799365,827,5363,964,3909,011201,118515444.187,013300,79847412.2593,,0.0,011201,013300,11781.0695703,41525,85316,hub,hub,non_hub,586619.474659,4513110.00718,585526.963405,4513133.71926
+12842,12842,728,101.0,013300,,40.7647250567,-73.9866537633,99.0,011203,40.76095756,-73.96724467,799.81732226,1176,5363,1160,3909,011203,143782379.009,013300,79847412.2593,,0.0,011203,013300,11781.0695703,48033,85316,hub,hub,non_hub,587170.050102,4512734.59972,585526.963405,4513133.71926
+12843,12843,5128,404.0,013300,,40.7647250567,-73.9866537633,594.0,011300,40.7548008425,-73.9888010575,580.470679407,204,5363,107,3909,011300,357940519.061,013300,79847412.2593,,0.0,011300,013300,11781.0695703,236650,85316,hub,hub,hub,585358.423228,4512029.96675,585526.963405,4513133.71926
+12844,12844,2663,202.0,013300,,40.7647250567,-73.9866537633,246.0,011500,40.75701407,-73.992353645,520.72013964,2487,5363,1678,3909,011500,130958459.747,013300,79847412.2593,,0.0,011500,013300,11781.0695703,103294,85316,hub,hub,non_hub,585055.712647,4512272.20178,585526.963405,4513133.71926
+12845,12845,1274,202.0,013300,,40.7647250567,-73.9866537633,252.0,011700,40.76058799,-74.00080945,711.995015802,2938,5363,2304,3909,011700,91270705.1484,013300,79847412.2593,,0.0,011700,013300,11781.0695703,73016,85316,hub,hub,non_hub,584337.427395,4512660.77158,585526.963405,4513133.71926
+12846,12846,941,101.0,013300,,40.7647250567,-73.9866537633,102.0,011900,40.7568001,-73.98291153,503.776623315,1079,5363,1121,3909,011900,395254501.74,013300,79847412.2593,,0.0,011900,013300,11781.0695703,39976,85316,hub,hub,non_hub,585853.012005,4512257.64444,585526.963405,4513133.71926
+12847,12847,5159,303.0,013300,,40.7647250567,-73.9866537633,327.0,012100,40.7598593767,-73.9914900133,424.095220029,8366,5363,5744,3909,012100,101223732.045,013300,79847412.2593,,0.0,012100,013300,11781.0695703,132767,85316,hub,hub,hub,585124.983127,4512588.88932,585526.963405,4513133.71926
+12848,12848,890,101.0,013300,,40.7647250567,-73.9866537633,153.0,012500,40.76064679,-73.98442659,328.048007489,2439,5363,2096,3909,012500,322911522.418,013300,79847412.2593,,0.0,012500,013300,11781.0695703,45486,85316,hub,hub,non_hub,585720.180916,4512683.17447,585526.963405,4513133.71926
+12849,12849,2159,202.0,013300,,40.7647250567,-73.9866537633,252.0,012700,40.762485435,-73.990447135,401.829226006,6437,5363,4434,3909,012700,104637996.687,013300,79847412.2593,,0.0,012700,013300,11781.0695703,83393,85316,hub,hub,non_hub,585209.656415,4512881.41361,585526.963405,4513133.71926
+12850,12850,634,101.0,013300,,40.7647250567,-73.9866537633,72.0,012900,40.76341379,-73.99667444,515.514502,5312,5363,3621,3909,012900,158698340.053,013300,79847412.2593,,0.0,012900,013300,11781.0695703,28661,85316,hub,hub,non_hub,584682.864463,4512978.43901,585526.963405,4513133.71926
+12851,12851,3419,303.0,013300,,40.7647250567,-73.9866537633,480.0,013100,40.7621295133,-73.98215453,364.752566093,2489,5363,2283,3909,013100,405023451.28,013300,79847412.2593,,0.0,013100,013300,11781.0695703,107228,85316,hub,hub,hub,585910.04945,4512849.98999,585526.963405,4513133.71926
+12852,12852,2959,202.0,013300,,40.7647250567,-73.9866537633,195.0,013500,40.766984435,-73.99227308,407.457957593,6075,5363,3935,3909,013500,198199142.958,013300,79847412.2593,,0.0,013500,013300,11781.0695703,64723,85316,hub,hub,non_hub,585049.80204,4513379.06475,585526.963405,4513133.71926
+12853,12853,2126,202.0,013300,,40.7647250567,-73.9866537633,294.0,013700,40.766109285,-73.981808355,432.95668557,6557,5363,5442,3909,013700,314878324.419,013300,79847412.2593,,0.0,013700,013300,11781.0695703,91142,85316,hub,hub,non_hub,585934.141665,4513292.1137,585526.963405,4513133.71926
+12854,12854,905,101.0,013300,,40.7647250567,-73.9866537633,81.0,013900,40.768254,-73.988639,335.078108267,7607,5363,7359,3909,013900,139918084.587,013300,79847412.2593,,0.0,013900,013300,11781.0695703,26390,85316,hub,hub,non_hub,585354.890073,4513523.52534,585526.963405,4513133.71926
+12855,12855,322,101.0,013300,,40.7647250567,-73.9866537633,147.0,014300,40.76590936,-73.97634151,699.623522473,3,5363,0,3909,014300,50027992.3322,013300,79847412.2593,,0.0,014300,013300,11781.0695703,21051,85316,hub,hub,non_hub,586395.803012,4513275.28949,585526.963405,4513133.71926
+12856,12856,2493,101.0,013300,,40.7647250567,-73.9866537633,108.0,014500,40.76915505,-73.98191841,463.741633874,5811,5363,3462,3909,014500,253397343.373,013300,79847412.2593,,0.0,014500,013300,11781.0695703,68350,85316,hub,hub,non_hub,585920.929601,4513630.10902,585526.963405,4513133.71926
+12857,12857,924,101.0,013300,,40.7647250567,-73.9866537633,165.0,014700,40.770513,-73.988038,464.213997368,2586,5363,1743,3909,014700,70871746.8417,013300,79847412.2593,,0.0,014700,013300,11781.0695703,35099,85316,hub,hub,non_hub,585402.720353,4513774.87644,585526.963405,4513133.71926
+12858,12858,344,101.0,013300,,40.7647250567,-73.9866537633,108.0,015100,40.771522,-73.990541,509.145877748,8105,5363,4856,3909,015100,164953931.102,013300,79847412.2593,,0.0,015100,013300,11781.0695703,17578,85316,hub,hub,non_hub,585190.192062,4513884.4495,585526.963405,4513133.71926
+12859,12859,902,202.0,013300,,40.7647250567,-73.9866537633,210.0,031703,40.71644312,-74.014902115,1718.149452,8670,5363,4231,3909,031703,332361109.355,013300,79847412.2593,,0.0,031703,013300,11781.0695703,136082,85316,hub,hub,non_hub,583202.897614,4507746.93647,585526.963405,4513133.71926
+12860,12860,351,303.0,013300,,40.7647250567,-73.9866537633,294.0,031704,40.7085171733,-74.0165557667,1900.1944702,6610,5363,3790,3909,031704,160823714.408,013300,79847412.2593,,0.0,031704,013300,11781.0695703,105244,85316,hub,hub,non_hub,583073.076824,4506865.54027,585526.963405,4513133.71926
+12861,12861,81,303.0,013300,5.77413522006,40.7647383925,-73.9864986425,255.0,000600,40.7129248325,-73.9901273125,1750.83105763,11558,5363,4083,3909,000600,59149181.7526,013300,79847412.2593,,0.0,000600,013300,11781.0695703,70053,85316,hub,hub,non_hub,585299.938938,4507380.14971,585540.03879,4513135.35087
+12862,12862,33,195.0,013500,,40.766984435,-73.99227308,108.0,000202,40.71318002,-73.9818904933,1121.95,8012,6075,3598,3935,000202,37878157.9781,013500,198199142.958,,0.0,000202,013500,10929.6176257,56352,67301,hub,hub,non_hub,585995.353038,4507416.50937,585049.80204,4513379.06475
+12863,12863,411,455.0,013500,,40.766984435,-73.99227308,516.0,000700,40.70581148,-74.0081572071,1870.94475978,7722,6075,5201,3935,000700,476954959.734,013500,198199142.958,,0.0,000700,013500,10929.6176257,160040,67301,hub,hub,non_hub,583785.918305,4506573.16797,585049.80204,4513379.06475
+12864,12864,13,130.0,013500,,40.766984435,-73.99227308,94.0,000800,40.712414475,-73.993471545,1156.63333333,10365,6075,4150,3935,000800,46479755.076,013500,198199142.958,,0.0,000800,013500,10929.6176257,34254,67301,hub,hub,non_hub,585018.109713,4507320.25418,585049.80204,4513379.06475
+12865,12865,220,195.0,013500,,40.766984435,-73.99227308,194.0,000900,40.7024745833,-74.01224785,2119.97135076,1140,6075,939,3935,000900,404341803.896,013500,198199142.958,,0.0,000900,013500,10929.6176257,46446,67301,hub,hub,non_hub,583444.520998,4506198.85784,585049.80204,4513379.06475
+12866,12866,15,65.0,013500,,40.766984435,-73.99227308,38.0,001002,40.71782143,-73.97628939,1716.77777778,6439,6075,2346,3935,001002,22763374.2099,013500,198199142.958,,0.0,001002,013500,10929.6176257,15916,67301,hub,hub,non_hub,586462.45635,4507937.23607,585049.80204,4513379.06475
+12867,12867,40,130.0,013500,,40.766984435,-73.99227308,92.0,001200,40.717364275,-73.982955325,1400.50805861,3547,6075,1857,3935,001200,23518220.7411,013500,198199142.958,,0.0,001200,013500,10929.6176257,36493,67301,hub,hub,non_hub,585900.031125,4507879.94738,585049.80204,4513379.06475
+12868,12868,163,65.0,013500,,40.766984435,-73.99227308,72.0,001300,40.70463334,-74.01361706,1903.85726817,3776,6075,3028,3935,001300,286606455.687,013500,198199142.958,,0.0,001300,013500,10929.6176257,27671,67301,hub,hub,non_hub,583326.158808,4506437.19368,585049.80204,4513379.06475
+12869,12869,29,65.0,013500,,40.766984435,-73.99227308,56.0,001401,40.71559509,-73.9870295,914.505952381,3289,6075,1708,3935,001401,20168722.3199,013500,198199142.958,,0.0,001401,013500,10929.6176257,26885,67301,hub,hub,non_hub,585558.18429,4507679.57909,585049.80204,4513379.06475
+12870,12870,21,130.0,013500,6.60685535402,40.7670803433,-73.9928250133,134.0,001501,40.71026676,-74.0042395133,2039.00945732,5581,6075,3450,3935,001501,172466366.322,013500,198199142.958,,0.0,001501,013500,10929.6176257,27425,67301,hub,hub,non_hub,584111.264131,4507071.47664,585003.097218,4513389.1764
+12871,12871,203,195.0,013500,,40.766984435,-73.99227308,246.0,001502,40.7088053467,-74.00635276,1830.04806594,7095,6075,3459,3935,001502,221282059.103,013500,198199142.958,,0.0,001502,013500,10929.6176257,82052,67301,hub,hub,non_hub,583934.59195,4506907.22889,585049.80204,4513379.06475
+12872,12872,55,195.0,013500,,40.766984435,-73.99227308,214.0,001600,40.7153350167,-73.9943926833,1587.47736056,8236,6075,3242,3935,001600,76565505.7581,013500,198199142.958,,0.0,001600,013500,10929.6176257,82798,67301,hub,hub,non_hub,584936.591099,4507643.5622,585049.80204,4513379.06475
+12873,12873,147,260.0,013500,,40.766984435,-73.99227308,308.0,001800,40.7193657075,-73.9906468425,1385.52575215,8063,6075,3489,3935,001800,60554858.5127,013500,198199142.958,,0.0,001800,013500,10929.6176257,133306,67301,hub,hub,non_hub,585247.838585,4508094.62497,585049.80204,4513379.06475
+12874,12874,76,130.0,013500,,40.766984435,-73.99227308,92.0,002000,40.721554605,-73.977309405,1726.0504403,4795,6075,1899,3935,002000,17907673.5628,013500,198199142.958,,0.0,002000,013500,10929.6176257,31656,67301,hub,hub,non_hub,586371.478696,4508350.63994,585049.80204,4513379.06475
+12875,12875,954,260.0,013500,,40.766984435,-73.99227308,204.0,002100,40.71451321,-74.0108850975,1479.7353851,6111,6075,3038,3935,002100,273869828.705,013500,198199142.958,,0.0,002100,013500,10929.6176257,151037,67301,hub,hub,non_hub,583544.598931,4507536.51732,585049.80204,4513379.06475
+12876,12876,33,130.0,013500,,40.766984435,-73.99227308,88.0,002201,40.71833027,-73.980972895,1351.32481061,6762,6075,3030,3935,002201,37585954.9949,013500,198199142.958,,0.0,002201,013500,10929.6176257,26391,67301,hub,hub,non_hub,586066.226443,4507989.12022,585049.80204,4513379.06475
+12877,12877,20,65.0,013500,,40.766984435,-73.99227308,62.0,002202,40.7208736,-73.98085795,1259.34375,2256,6075,1045,3935,002202,13179093.8977,013500,198199142.958,,0.0,002202,013500,10929.6176257,23935,67301,hub,hub,non_hub,586072.658368,4508271.55961,585049.80204,4513379.06475
+12878,12878,11,130.0,013500,,40.766984435,-73.99227308,96.0,002400,40.724744875,-73.974986535,1636.74166667,5775,6075,2175,3935,002400,17986635.5592,013500,198199142.958,,0.0,002400,013500,10929.6176257,17965,67301,hub,hub,non_hub,586563.526382,4508707.06897,585049.80204,4513379.06475
+12879,12879,24,130.0,013500,,40.766984435,-73.99227308,124.0,002500,40.7111743,-73.99849582,1034.89444444,5061,6075,1917,3935,002500,22428407.6271,013500,198199142.958,,0.0,002500,013500,10929.6176257,28216,67301,hub,hub,non_hub,584595.28909,4507177.73549,585049.80204,4513379.06475
+12880,12880,15,65.0,013500,,40.766984435,-73.99227308,62.0,002601,40.72299208,-73.97995466,914.420454545,3774,6075,1593,3935,002601,22248722.3098,013500,198199142.958,,0.0,002601,013500,10929.6176257,22144,67301,hub,hub,non_hub,586146.216204,4508507.61099,585049.80204,4513379.06475
+12881,12881,15,65.0,013500,,40.766984435,-73.99227308,54.0,002700,40.71307916,-73.99851193,1216.88636364,1191,6075,655,3935,002700,11349914.9514,013500,198199142.958,,0.0,002700,013500,10929.6176257,20570,67301,hub,hub,non_hub,584591.517275,4507389.17181,585049.80204,4513379.06475
+12882,12882,27,65.0,013500,,40.766984435,-73.99227308,64.0,002800,40.72521311,-73.97768752,1534.28571429,7302,6075,3341,3935,002800,47641507.3146,013500,198199142.958,,0.0,002800,013500,10929.6176257,36744,67301,hub,hub,non_hub,586334.816403,4508756.38709,585049.80204,4513379.06475
+12883,12883,70,65.0,013500,,40.766984435,-73.99227308,86.0,002900,40.71602118,-73.99974372,1725.51017576,5855,6075,2420,3935,002900,200965547.24,013500,198199142.958,,0.0,002900,013500,10929.6176257,31936,67301,hub,hub,non_hub,584483.752153,4507714.56961,585049.80204,4513379.06475
+12884,12884,53,65.0,013500,,40.766984435,-73.99227308,70.0,003001,40.72066442,-73.98517977,1246.12619048,4301,6075,2553,3935,003001,34302720.7166,013500,198199142.958,,0.0,003001,013500,10929.6176257,41223,67301,hub,hub,non_hub,585707.91731,4508244.11218,585049.80204,4513379.06475
+12885,12885,49,65.0,013500,,40.766984435,-73.99227308,74.0,003002,40.72217444,-73.98368779,1395.8482906,3031,6075,1885,3935,003002,18686109.2263,013500,198199142.958,,0.0,003002,013500,10929.6176257,38675,67301,hub,hub,non_hub,585831.986427,4508413.19181,585049.80204,4513379.06475
+12886,12886,99,195.0,013500,,40.766984435,-73.99227308,242.0,003100,40.7140617467,-74.0041933367,1580.17790404,2809,6075,858,3935,003100,145687012.574,013500,198199142.958,,0.0,003100,013500,10929.6176257,81469,67301,hub,hub,non_hub,584110.388584,4507492.78891,585049.80204,4513379.06475
+12887,12887,182,195.0,013500,,40.766984435,-73.99227308,200.0,003200,40.7260543867,-73.9823576167,1392.12301587,7630,6075,4888,3935,003200,46369492.482,013500,198199142.958,,0.0,003200,013500,10929.6176257,138064,67301,hub,hub,non_hub,585939.335766,4508845.19329,585049.80204,4513379.06475
+12888,12888,473,325.0,013500,,40.766984435,-73.99227308,346.0,003300,40.7188216031,-74.0063348431,1471.9702188,5174,6075,2694,3935,003300,215459582.054,013500,198199142.958,,0.0,003300,013500,10929.6176257,115059,67301,hub,hub,non_hub,583923.526327,4508019.11543,585049.80204,4513379.06475
+12889,12889,88,65.0,013500,,40.766984435,-73.99227308,78.0,003400,40.72955361,-73.98057249,1321.68920596,6706,6075,4203,3935,003400,42933229.7541,013500,198199142.958,,0.0,003400,013500,10929.6176257,47926,67301,hub,hub,non_hub,586085.581298,4509235.37985,585049.80204,4513379.06475
+12890,12890,109,130.0,013500,,40.766984435,-73.99227308,132.0,003601,40.72217423,-73.990293175,1116.27114899,3299,6075,1613,3935,003601,29191583.8104,013500,198199142.958,,0.0,003601,013500,10929.6176257,77585,67301,hub,hub,non_hub,585274.124459,4508406.73315,585049.80204,4513379.06475
+12891,12891,111,130.0,013500,,40.766984435,-73.99227308,124.0,003602,40.724852985,-73.989265345,1474.63392408,2918,6075,1586,3935,003602,24941258.1161,013500,198199142.958,,0.0,003602,013500,10929.6176257,82124,67301,hub,hub,non_hub,585357.507872,4508705.09166,585049.80204,4513379.06475
+12892,12892,964,260.0,013500,,40.766984435,-73.99227308,296.0,003700,40.7256696075,-74.0052069325,1407.27213676,2401,6075,1490,3935,003700,212385639.924,013500,198199142.958,,0.0,003700,013500,10929.6176257,173333,67301,hub,hub,non_hub,584010.178026,4508780.36793,585049.80204,4513379.06475
+12893,12893,302,260.0,013500,,40.766984435,-73.99227308,320.0,003800,40.72765889,-73.988195855,1300.68574692,8610,6075,5795,3935,003800,67437493.5221,013500,198199142.958,,0.0,003800,013500,10929.6176257,167230,67301,hub,hub,non_hub,585444.239635,4509017.60641,585049.80204,4513379.06475
+12894,12894,536,260.0,013500,,40.766984435,-73.99227308,212.0,003900,40.7201717475,-74.00983051,1551.78659759,5253,6075,3059,3935,003900,194910113.03,013500,198199142.958,,0.0,003900,013500,10929.6176257,113624,67301,hub,hub,non_hub,583626.593058,4508165.65565,585049.80204,4513379.06475
+12895,12895,197,130.0,013500,,40.766984435,-73.99227308,132.0,004000,40.73000573,-73.98549552,1164.13585336,9801,6075,4546,3935,004000,66858387.5133,013500,198199142.958,,0.0,004000,013500,10929.6176257,99660,67301,hub,hub,non_hub,585669.269443,4509280.75306,585049.80204,4513379.06475
+12896,12896,206,130.0,013500,,40.766984435,-73.99227308,128.0,004100,40.7195529,-73.996789035,1484.96825082,7793,6075,3765,3935,004100,71738983.3617,013500,198199142.958,,0.0,004100,013500,10929.6176257,114685,67301,hub,hub,non_hub,584728.836557,4508109.46034,585049.80204,4513379.06475
+12897,12897,70,65.0,013500,,40.766984435,-73.99227308,70.0,004200,40.73223272,-73.98889957,1219.655,4988,6075,1801,3935,004200,39941846.3325,013500,198199142.958,,0.0,004200,013500,10929.6176257,50846,67301,hub,hub,non_hub,585378.96492,4509524.64843,585049.80204,4513379.06475
+12898,12898,161,130.0,013500,,40.766984435,-73.99227308,134.0,004300,40.723870235,-73.995226525,1415.37886905,4267,6075,2598,3935,004300,65935514.1184,013500,198199142.958,,0.0,004300,013500,10929.6176257,95162,67301,hub,hub,non_hub,584855.320992,4508590.22212,585049.80204,4513379.06475
+12899,12899,221,130.0,013500,,40.766984435,-73.99227308,120.0,004400,40.73080269,-73.97968993,1611.24299199,17710,6075,8297,3935,004400,114601147.016,013500,198199142.958,,0.0,004400,013500,10929.6176257,106427,67301,hub,hub,non_hub,586158.498991,4509374.90208,585049.80204,4513379.06475
+12900,12900,74,65.0,013500,,40.766984435,-73.99227308,54.0,004500,40.71910537,-73.99973337,1573.50648148,840,6075,582,3935,004500,52009114.8865,013500,198199142.958,,0.0,004500,013500,10929.6176257,34275,67301,hub,hub,non_hub,584480.726971,4508056.94497,585049.80204,4513379.06475
+12901,12901,56,65.0,013500,,40.766984435,-73.99227308,78.0,004700,40.72165481,-74.00234737,1415.39512195,2267,6075,1586,3935,004700,75477587.1594,013500,198199142.958,,0.0,004700,013500,10929.6176257,27544,67301,hub,hub,non_hub,584256.734795,4508337.43837,585049.80204,4513379.06475
+12902,12902,118,65.0,013500,,40.766984435,-73.99227308,70.0,004800,40.73624527,-73.98473765,1050.16175749,7550,6075,3799,3935,004800,74763044.6965,013500,198199142.958,,0.0,004800,013500,10929.6176257,42567,67301,hub,hub,non_hub,585725.258797,4509974.12516,585049.80204,4513379.06475
+12903,12903,318,130.0,013500,,40.766984435,-73.99227308,146.0,004900,40.724268615,-74.000521515,1471.83962185,4951,6075,3054,3935,004900,103848670.177,013500,198199142.958,,0.0,004900,013500,10929.6176257,80152,67301,hub,hub,non_hub,584407.63728,4508629.34168,585049.80204,4513379.06475
+12904,12904,303,195.0,013500,,40.766984435,-73.99227308,186.0,005000,40.7359163467,-73.9873427633,1194.81101873,5061,6075,3595,3935,005000,120638459.215,013500,198199142.958,,0.0,005000,013500,10929.6176257,111023,67301,hub,hub,non_hub,585505.709717,4509935.07175,585049.80204,4513379.06475
+12905,12905,565,130.0,013500,,40.766984435,-73.99227308,212.0,005200,40.73715585,-73.991241315,1096.56718485,4193,6075,1785,3935,005200,109103391.81,013500,198199142.958,,0.0,005200,013500,10929.6176257,159876,67301,hub,hub,non_hub,585174.941656,4510068.87544,585049.80204,4513379.06475
+12906,12906,214,65.0,013500,,40.766984435,-73.99227308,94.0,005400,40.73971301,-73.99456405,1269.23663168,4656,6075,2837,3935,005400,128803552.888,013500,198199142.958,,0.0,005400,013500,10929.6176257,73728,67301,hub,hub,non_hub,584891.129718,4510349.51956,585049.80204,4513379.06475
+12907,12907,134,65.0,013500,,40.766984435,-73.99227308,60.0,005501,40.72679454,-73.99695094,1321.19373219,5079,6075,2483,3935,005501,61061928.4125,013500,198199142.958,,0.0,005501,013500,10929.6176257,57258,67301,hub,hub,non_hub,584705.980012,4508913.17477,585049.80204,4513379.06475
+12908,12908,127,65.0,013500,,40.766984435,-73.99227308,54.0,005502,40.72743423,-73.99379025,1292.10557432,2383,6075,1262,3935,005502,49017118.6146,013500,198199142.958,,0.0,005502,013500,10929.6176257,55117,67301,hub,hub,non_hub,584972.085912,4508987.23863,585049.80204,4513379.06475
+12909,12909,272,130.0,013500,,40.766984435,-73.99227308,190.0,005600,40.74065347,-73.98778661,1237.14783797,2618,6075,2190,3935,005600,189153355.609,013500,198199142.958,,0.0,005600,013500,10929.6176257,113209,67301,hub,hub,non_hub,585462.168743,4510460.49357,585049.80204,4513379.06475
+12910,12910,303,130.0,013500,,40.766984435,-73.99227308,164.0,005700,40.729662915,-73.992405595,1324.73912443,2937,6075,1789,3935,005700,90178032.7137,013500,198199142.958,,0.0,005700,013500,10929.6176257,156896,67301,hub,hub,non_hub,585086.179601,4509235.9788,585049.80204,4513379.06475
+12911,12911,488,130.0,013500,,40.766984435,-73.99227308,174.0,005800,40.743154205,-73.990299735,1088.47639651,3182,6075,2306,3935,005800,164037511.755,013500,198199142.958,,0.0,005800,013500,10929.6176257,130970,67301,hub,hub,non_hub,585246.786708,4510735.64918,585049.80204,4513379.06475
+12912,12912,116,65.0,013500,,40.766984435,-73.99227308,62.0,005900,40.73049393,-73.9957214,1429.54619226,5516,6075,3276,3935,005900,71785177.1361,013500,198199142.958,,0.0,005900,013500,10929.6176257,53180,67301,hub,hub,non_hub,584805.117402,4509325.01914,585049.80204,4513379.06475
+12913,12913,151,130.0,013500,,40.766984435,-73.99227308,126.0,006000,40.734822295,-73.976916765,1452.29014845,5286,6075,2459,3935,006000,27468182.8943,013500,198199142.958,,0.0,006000,013500,10929.6176257,80462,67301,hub,hub,non_hub,586387.478737,4509823.83141,585049.80204,4513379.06475
+12914,12914,738,260.0,013500,,40.766984435,-73.99227308,282.0,006100,40.73385254,-73.992357065,1285.44647586,4913,6075,2683,3935,006100,91682014.33,013500,198199142.958,,0.0,006100,013500,10929.6176257,245510,67301,hub,hub,non_hub,585084.940162,4509701.10308,585049.80204,4513379.06475
+12915,12915,36,65.0,013500,,40.766984435,-73.99227308,60.0,006200,40.7381765,-73.97738662,1324.49753695,4680,6075,1401,3935,006200,231817485.533,013500,198199142.958,,0.0,006200,013500,10929.6176257,33218,67301,hub,hub,non_hub,586343.467107,4510195.70961,585049.80204,4513379.06475
+12916,12916,354,195.0,013500,,40.766984435,-73.99227308,198.0,006300,40.7346940933,-73.99785666,1198.60209014,6076,6075,4277,3935,006300,85447631.8451,013500,198199142.958,,0.0,006300,013500,10929.6176257,120233,67301,hub,hub,non_hub,584619.48321,4509789.20591,585049.80204,4513379.06475
+12917,12917,91,65.0,013500,,40.766984435,-73.99227308,78.0,006400,40.73587678,-73.98205027,1238.38041667,7518,6075,5058,3935,006400,95664936.1545,013500,198199142.958,,0.0,006400,013500,10929.6176257,47750,67301,hub,hub,non_hub,585952.649806,4509935.84788,585049.80204,4513379.06475
+12918,12918,316,195.0,013500,,40.766984435,-73.99227308,212.0,006500,40.7306296367,-73.9991423,1358.066784,6517,6075,3568,3935,006500,59290910.3694,013500,198199142.958,,0.0,006500,013500,10929.6176257,125356,67301,hub,hub,non_hub,584516.067395,4509336.78488,585049.80204,4513379.06475
+12919,12919,204,130.0,013500,,40.766984435,-73.99227308,164.0,006600,40.739285505,-73.97827188,1249.20861722,11780,6075,6818,3935,006600,84730469.4548,013500,198199142.958,,0.0,006600,013500,10929.6176257,74621,67301,hub,hub,non_hub,586267.286922,4510317.94668,585049.80204,4513379.06475
+12920,12920,201,65.0,013500,,40.766984435,-73.99227308,78.0,006700,40.73038599,-74.00214988,1304.44693848,4984,6075,3796,3935,006700,47238039.9972,013500,198199142.958,,0.0,006700,013500,10929.6176257,70025,67301,hub,hub,non_hub,584262.399901,4509306.84766,585049.80204,4513379.06475
+12921,12921,138,65.0,013500,,40.766984435,-73.99227308,78.0,006800,40.74025878,-73.98409214,1188.62636364,6735,6075,4494,3935,006800,130298431.446,013500,198199142.958,,0.0,006800,013500,10929.6176257,58926,67301,hub,hub,non_hub,585774.608423,4510420.28363,585049.80204,4513379.06475
+12922,12922,1026,130.0,013500,,40.766984435,-73.99227308,134.0,006900,40.732319905,-74.0069291,1299.97312455,2687,6075,1484,3935,006900,61292499.9331,013500,198199142.958,,0.0,006900,013500,10929.6176257,130727,67301,hub,hub,non_hub,583856.38945,4509516.94969,585049.80204,4513379.06475
+12923,12923,247,195.0,013500,,40.766984435,-73.99227308,254.0,007000,40.7425317218,-73.9756464334,1243.37737484,8302,6075,5669,3935,007000,78634704.8451,013500,198199142.958,,0.0,007000,013500,10929.6176257,145227,67301,hub,hub,non_hub,586484.758977,4510680.88339,585049.80204,4513379.06475
+12924,12924,180,130.0,013500,,40.766984435,-73.99227308,142.0,007100,40.736526545,-74.000108805,1268.45313765,5633,6075,3844,3935,007100,68447429.2743,013500,198199142.958,,0.0,007100,013500,10929.6176257,79459,67301,hub,hub,non_hub,584426.995774,4509990.4524,585049.80204,4513379.06475
+12925,12925,489,195.0,013500,,40.766984435,-73.99227308,252.0,007200,40.7447014833,-73.98154809,1065.79664808,7734,6075,5222,3935,007200,132092861.454,013500,198199142.958,,0.0,007200,013500,10929.6176257,157612,67301,hub,hub,non_hub,585983.687715,4510915.94446,585049.80204,4513379.06475
+12926,12926,402,130.0,013500,,40.766984435,-73.99227308,118.0,007300,40.734682705,-74.00388484,1309.43645246,5615,6075,4547,3935,007300,48716185.79,013500,198199142.958,,0.0,007300,013500,10929.6176257,92567,67301,hub,hub,non_hub,584110.479319,4509782.14883,585049.80204,4513379.06475
+12927,12927,288,130.0,013500,,40.766984435,-73.99227308,172.0,007400,40.746413585,-73.98586892,980.686751536,4179,6075,2700,3935,007400,170614202.951,013500,198199142.958,,0.0,007400,013500,10929.6176257,81121,67301,hub,hub,non_hub,585616.696258,4511101.7763,585049.80204,4513379.06475
+12928,12928,434,130.0,013500,,40.766984435,-73.99227308,138.0,007600,40.74737476,-73.988320695,910.09134464,2203,6075,1573,3935,007600,242014413.464,013500,198199142.958,,0.0,007600,013500,10929.6176257,97464,67301,hub,hub,non_hub,585408.475283,4511206.08492,585049.80204,4513379.06475
+12929,12929,302,65.0,013500,,40.766984435,-73.99227308,86.0,007700,40.7390169121,-74.0026376103,1196.91525901,5404,6075,4254,3935,007700,59306273.1509,013500,198199142.958,,0.0,007700,013500,10929.6176257,79025,67301,hub,hub,non_hub,584210.329106,4510264.47156,585049.80204,4513379.06475
+12930,12930,132,65.0,013500,,40.766984435,-73.99227308,78.0,007800,40.74780373,-73.9734419,1091.7164751,7380,6075,5372,3935,007800,112124597.728,013500,198199142.958,,0.0,007800,013500,10929.6176257,59601,67301,hub,hub,non_hub,586664.043115,4511268.28888,585049.80204,4513379.06475
+12931,12931,1521,325.0,013500,,40.766984435,-73.99227308,348.0,007900,40.738916514,-74.007286026,1161.70996518,4406,6075,2904,3935,007900,86937368.5918,013500,198199142.958,,0.0,007900,013500,10929.6176257,171846,67301,hub,hub,non_hub,583817.969395,4510248.87788,585049.80204,4513379.06475
+12932,12932,228,130.0,013500,,40.766984435,-73.99227308,142.0,008000,40.7485693,-73.97717991,1021.70749954,4946,6075,3730,3935,008000,197763821.532,013500,198199142.958,,0.0,008000,013500,10929.6176257,74808,67301,hub,hub,non_hub,586347.477591,4511349.58844,585049.80204,4513379.06475
+12933,12933,223,65.0,013500,,40.766984435,-73.99227308,78.0,008100,40.73935542,-73.99931783,1062.02087939,8675,6075,5315,3935,008100,91100400.6907,013500,198199142.958,,0.0,008100,013500,10929.6176257,53195,67301,hub,hub,non_hub,584490.204148,4510305.23824,585049.80204,4513379.06475
+12934,12934,1084,195.0,013500,,40.766984435,-73.99227308,350.0,008200,40.7519540027,-73.9793881497,866.129625211,3442,6075,2534,3935,008200,262405408.076,013500,198199142.958,,0.0,008200,013500,10929.6176257,228612,67301,hub,hub,non_hub,586156.683567,4511723.14497,585049.80204,4513379.06475
+12935,12935,1694,260.0,013500,,40.766984435,-73.99227308,238.0,008300,40.742591315,-74.004102785,1025.03847425,4211,6075,2321,3935,008300,119862327.354,013500,198199142.958,,0.0,008300,013500,10929.6176257,186113,67301,hub,hub,non_hub,584082.11654,4510659.85081,585049.80204,4513379.06475
+12936,12936,151,65.0,013500,,40.766984435,-73.99227308,76.0,008400,40.75038009,-73.98338988,837.64754386,1726,6075,1041,3935,008400,147824461.739,013500,198199142.958,,0.0,008400,013500,10929.6176257,34199,67301,hub,hub,non_hub,585820.889203,4511544.50828,585049.80204,4513379.06475
+12937,12937,47,65.0,013500,,40.766984435,-73.99227308,86.0,008601,40.744219,-73.97121214,1329.9797619,2551,6075,1528,3935,008601,31141773.9073,013500,198199142.958,,0.0,008601,013500,10929.6176257,31961,67301,hub,hub,non_hub,586856.951039,4510872.56191,585049.80204,4513379.06475
+12938,12938,898,130.0,013500,,40.766984435,-73.99227308,156.0,008700,40.74206378,-73.995708955,1113.20160238,6671,6075,4249,3935,008700,85660216.7821,013500,198199142.958,,0.0,008700,013500,10929.6176257,152953,67301,hub,hub,non_hub,584791.475936,4510609.36503,585049.80204,4513379.06475
+12939,12939,110,130.0,013500,,40.766984435,-73.99227308,156.0,008800,40.75012189,-73.970133575,1022.13039773,6964,6075,5507,3935,008800,216532475.876,013500,198199142.958,,0.0,008800,013500,10929.6176257,43247,67301,hub,hub,non_hub,586940.323322,4511528.89362,585049.80204,4513379.06475
+12940,12940,1059,195.0,013500,,40.766984435,-73.99227308,240.0,008900,40.74529008,-74.0021768567,965.005886999,5560,6075,3511,3935,008900,54419260.2723,013500,198199142.958,,0.0,008900,013500,10929.6176257,158638,67301,hub,hub,non_hub,584241.316685,4510961.27944,585049.80204,4513379.06475
+12941,12941,265,195.0,013500,,40.766984435,-73.99227308,220.0,009000,40.75261798,-73.9703317533,956.518637934,7026,6075,5832,3935,009000,208846060.851,013500,198199142.958,,0.0,009000,013500,10929.6176257,74531,67301,hub,hub,non_hub,586920.342162,4511805.78171,585049.80204,4513379.06475
+12942,12942,232,65.0,013500,,40.766984435,-73.99227308,78.0,009100,40.74487634,-73.99529885,1065.00552569,6415,6075,4386,3935,009100,127325659.041,013500,198199142.958,,0.0,009100,013500,10929.6176257,63878,67301,hub,hub,non_hub,584822.527687,4510921.97538,585049.80204,4513379.06475
+12943,12943,615,130.0,013500,,40.766984435,-73.99227308,220.0,009200,40.7548518863,-73.9734329075,777.330213798,1754,6075,1461,3935,009200,408192557.246,013500,198199142.958,,0.0,009200,013500,10929.6176257,72226,67301,hub,hub,non_hub,586655.650548,4512050.69496,585049.80204,4513379.06475
+12944,12944,289,65.0,013500,,40.766984435,-73.99227308,78.0,009300,40.74475148,-73.99915362,1088.99846972,9705,6075,5585,3935,009300,68528055.2433,013500,198199142.958,,0.0,009300,013500,10929.6176257,52202,67301,hub,hub,non_hub,584497.239363,4510904.39701,585049.80204,4513379.06475
+12945,12945,581,65.0,013500,,40.766984435,-73.99227308,62.0,009400,40.75320159,-73.9779874,789.599911275,29,6075,16,3935,009400,299218147.811,013500,198199142.958,,0.0,009400,013500,10929.6176257,82147,67301,hub,hub,non_hub,586273.319314,4511863.01244,585049.80204,4513379.06475
+12946,12946,256,65.0,013500,,40.766984435,-73.99227308,102.0,009500,40.746647,-73.993915,900.800447196,3425,6075,1416,3935,009500,129660033.725,013500,198199142.958,,0.0,009500,013500,10929.6176257,57488,67301,hub,hub,non_hub,584937.108907,4511119.86954,585049.80204,4513379.06475
+12947,12947,943,195.0,013500,,40.766984435,-73.99227308,280.0,009600,40.7560272728,-73.9803517341,718.589995137,153,6075,268,3935,009600,270304841.585,013500,198199142.958,,0.0,009600,013500,10929.6176257,71527,67301,hub,hub,non_hub,586070.086058,4512174.36244,585049.80204,4513379.06475
+12948,12948,857,195.0,013500,,40.766984435,-73.99227308,198.0,009700,40.7493616033,-73.9991321067,882.710500702,4744,6075,2827,3935,009700,83018263.1602,013500,198199142.958,,0.0,009700,013500,10929.6176257,118804,67301,hub,hub,non_hub,584493.220017,4511416.17434,585049.80204,4513379.06475
+12949,12949,189,130.0,013500,,40.766984435,-73.99227308,140.0,009800,40.755285655,-73.96667288,883.137924352,7105,6075,5244,3935,009800,115943808.909,013500,198199142.958,,0.0,009800,013500,10929.6176257,40039,67301,hub,hub,non_hub,587225.727282,4512105.54383,585049.80204,4513379.06475
+12950,12950,2609,325.0,013500,,40.766984435,-73.99227308,370.0,009900,40.7520807866,-74.0031899092,761.085418901,3617,6075,2438,3935,009900,404439511.776,013500,198199142.958,,0.0,009900,013500,10929.6176257,208076,67301,hub,hub,non_hub,584147.226991,4511714.12465,585049.80204,4513379.06475
+12951,12951,866,195.0,013500,,40.766984435,-73.99227308,242.0,010000,40.7583696933,-73.9710287767,757.179627583,1829,6075,1399,3935,010000,366457143.613,013500,198199142.958,,0.0,010000,013500,10929.6176257,72085,67301,hub,hub,non_hub,586854.014885,4512443.57459,585049.80204,4513379.06475
+12952,12952,958,195.0,013500,,40.766984435,-73.99227308,254.0,010100,40.74945622,-73.9903382667,890.502248297,1119,6075,828,3935,010100,246168211.101,013500,198199142.958,,0.0,010100,013500,10929.6176257,183377,67301,hub,hub,non_hub,585235.486219,4511435.18064,585049.80204,4513379.06475
+12953,12953,784,130.0,013500,,40.766984435,-73.99227308,162.0,010200,40.7606694,-73.973473555,670.929390846,313,6075,268,3935,010200,333450202.294,013500,198199142.958,,0.0,010200,013500,10929.6176257,46675,67301,hub,hub,non_hub,586644.664817,4512696.44233,585049.80204,4513379.06475
+12954,12954,2042,130.0,013500,,40.766984435,-73.99227308,196.0,010300,40.751000495,-73.994372255,798.106761896,1859,6075,1351,3935,010300,141506056.87,013500,198199142.958,,0.0,010300,013500,10929.6176257,221593,67301,hub,hub,non_hub,584892.968075,4511602.69644,585049.80204,4513379.06475
+12955,12955,1159,130.0,013500,,40.766984435,-73.99227308,150.0,010400,40.761664375,-73.976854975,635.813360926,1031,6075,1033,3935,010400,363981333.295,013500,198199142.958,,0.0,010400,013500,10929.6176257,65073,67301,hub,hub,non_hub,586357.961325,4512803.55852,585049.80204,4513379.06475
+12956,12956,92,65.0,013500,,40.766984435,-73.99227308,66.0,010602,40.75849116,-73.95920622,1285.31617647,4794,6075,2963,3935,010602,67980898.3739,013500,198199142.958,,0.0,010602,013500,10929.6176257,22153,67301,hub,hub,non_hub,587851.796682,4512468.82754,585049.80204,4513379.06475
+12957,12957,591,195.0,013500,,40.766984435,-73.99227308,234.0,010800,40.7591736033,-73.96613818,967.366974396,8531,6075,6272,3935,010800,189351523.799,013500,198199142.958,,0.0,010800,013500,10929.6176257,79198,67301,hub,hub,non_hub,587265.778542,4512537.66689,585049.80204,4513379.06475
+12958,12958,449,130.0,013500,,40.766984435,-73.99227308,228.0,010900,40.751351715,-73.987594755,830.655493893,182,6075,92,3935,010900,228173063.011,013500,198199142.958,,0.0,010900,013500,10929.6176257,60092,67301,hub,hub,non_hub,585464.669441,4511648.26242,585049.80204,4513379.06475
+12959,12959,418,65.0,013500,,40.766984435,-73.99227308,118.0,011201,40.7643971,-73.97371465,825.359935755,827,6075,964,3935,011201,118515444.187,013500,198199142.958,,0.0,011201,013500,10929.6176257,41525,67301,hub,hub,non_hub,586619.474659,4513110.00718,585049.80204,4513379.06475
+12960,12960,350,65.0,013500,,40.766984435,-73.99227308,66.0,011203,40.76095756,-73.96724467,956.866485507,1176,6075,1160,3935,011203,143782379.009,013500,198199142.958,,0.0,011203,013500,10929.6176257,48033,67301,hub,hub,non_hub,587170.050102,4512734.59972,585049.80204,4513379.06475
+12961,12961,1963,260.0,013500,,40.766984435,-73.99227308,396.0,011300,40.7548008425,-73.9888010575,693.007033335,204,6075,107,3935,011300,357940519.061,013500,198199142.958,,0.0,011300,013500,10929.6176257,236650,67301,hub,hub,non_hub,585358.423228,4512029.96675,585049.80204,4513379.06475
+12962,12962,2005,130.0,013500,,40.766984435,-73.99227308,164.0,011500,40.75701407,-73.992353645,532.155252574,2487,6075,1678,3935,011500,130958459.747,013500,198199142.958,,0.0,011500,013500,10929.6176257,103294,67301,hub,hub,non_hub,585055.712647,4512272.20178,585049.80204,4513379.06475
+12963,12963,1816,130.0,013500,,40.766984435,-73.99227308,168.0,011700,40.76058799,-74.00080945,566.205323326,2938,6075,2304,3935,011700,91270705.1484,013500,198199142.958,,0.0,011700,013500,10929.6176257,73016,67301,hub,hub,non_hub,584337.427395,4512660.77158,585049.80204,4513379.06475
+12964,12964,554,65.0,013500,,40.766984435,-73.99227308,68.0,011900,40.7568001,-73.98291153,633.441605729,1079,6075,1121,3935,011900,395254501.74,013500,198199142.958,,0.0,011900,013500,10929.6176257,39976,67301,hub,hub,non_hub,585853.012005,4512257.64444,585049.80204,4513379.06475
+12965,12965,2619,195.0,013500,,40.766984435,-73.99227308,218.0,012100,40.7598593767,-73.9914900133,456.332621859,8366,6075,5744,3935,012100,101223732.045,013500,198199142.958,,0.0,012100,013500,10929.6176257,132767,67301,hub,hub,non_hub,585124.983126,4512588.88932,585049.80204,4513379.06475
+12966,12966,1608,65.0,013500,,40.766984435,-73.99227308,102.0,012500,40.76064679,-73.98442659,426.460649406,2439,6075,2096,3935,012500,322911522.418,013500,198199142.958,,0.0,012500,013500,10929.6176257,45486,67301,hub,hub,non_hub,585720.180916,4512683.17447,585049.80204,4513379.06475
+12967,12967,2042,130.0,013500,,40.766984435,-73.99227308,168.0,012700,40.762485435,-73.990447135,399.281185091,6437,6075,4434,3935,012700,104637996.687,013500,198199142.958,,0.0,012700,013500,10929.6176257,83393,67301,hub,hub,non_hub,585209.656415,4512881.41361,585049.80204,4513379.06475
+12968,12968,502,65.0,013500,,40.766984435,-73.99227308,48.0,012900,40.76341379,-73.99667444,499.719715377,5312,6075,3621,3935,012900,158698340.053,013500,198199142.958,,0.0,012900,013500,10929.6176257,28661,67301,hub,hub,non_hub,584682.864463,4512978.43901,585049.80204,4513379.06475
+12969,12969,4761,195.0,013500,,40.766984435,-73.99227308,320.0,013100,40.7621295133,-73.98215453,412.748475438,2489,6075,2283,3935,013100,405023451.28,013500,198199142.958,,0.0,013100,013500,10929.6176257,107228,67301,hub,hub,hub,585910.049449,4512849.98999,585049.80204,4513379.06475
+12970,12970,5258,195.0,013500,,40.766984435,-73.99227308,202.0,013300,40.7647250567,-73.9866537633,319.135770149,5363,6075,3909,3935,013300,79847412.2593,013500,198199142.958,,0.0,013300,013500,10929.6176257,89810,67301,hub,hub,hub,585526.963406,4513133.71926,585049.80204,4513379.06475
+12971,12971,2211,130.0,013500,,40.766984435,-73.99227308,196.0,013700,40.766109285,-73.981808355,534.515374013,6557,6075,5442,3935,013700,314878324.419,013500,198199142.958,,0.0,013700,013500,10929.6176257,91142,67301,hub,hub,non_hub,585934.141665,4513292.1137,585049.80204,4513379.06475
+12972,12972,241,65.0,013500,,40.766984435,-73.99227308,54.0,013900,40.768254,-73.988639,752.253034472,7607,6075,7359,3935,013900,139918084.587,013500,198199142.958,,0.0,013900,013500,10929.6176257,26390,67301,hub,hub,non_hub,585354.890073,4513523.52534,585049.80204,4513379.06475
+12973,12973,226,65.0,013500,,40.766984435,-73.99227308,98.0,014300,40.76590936,-73.97634151,774.175773483,3,6075,0,3935,014300,50027992.3322,013500,198199142.958,,0.0,014300,013500,10929.6176257,21051,67301,hub,hub,non_hub,586395.803012,4513275.28949,585049.80204,4513379.06475
+12974,12974,1864,65.0,013500,,40.766984435,-73.99227308,72.0,014500,40.76915505,-73.98191841,529.899746814,5811,6075,3462,3935,014500,253397343.373,013500,198199142.958,,0.0,014500,013500,10929.6176257,68350,67301,hub,hub,non_hub,585920.929601,4513630.10902,585049.80204,4513379.06475
+12975,12975,419,65.0,013500,,40.766984435,-73.99227308,110.0,014700,40.770513,-73.988038,512.766785128,2586,6075,1743,3935,014700,70871746.8417,013500,198199142.958,,0.0,014700,013500,10929.6176257,35099,67301,hub,hub,non_hub,585402.720353,4513774.87644,585049.80204,4513379.06475
+12976,12976,334,65.0,013500,,40.766984435,-73.99227308,72.0,015100,40.771522,-73.990541,461.059518824,8105,6075,4856,3935,015100,164953931.102,013500,198199142.958,,0.0,015100,013500,10929.6176257,17578,67301,hub,hub,non_hub,585190.192062,4513884.4495,585049.80204,4513379.06475
+12977,12977,1289,130.0,013500,,40.766984435,-73.99227308,140.0,031703,40.71644312,-74.014902115,1607.99239632,8670,6075,4231,3935,031703,332361109.355,013500,198199142.958,,0.0,031703,013500,10929.6176257,136082,67301,hub,hub,non_hub,583202.897614,4507746.93647,585049.80204,4513379.06475
+12978,12978,735,195.0,013500,,40.766984435,-73.99227308,196.0,031704,40.7085171733,-74.0165557667,1847.41594204,6610,6075,3790,3935,031704,160823714.408,013500,198199142.958,,0.0,031704,013500,10929.6176257,105244,67301,hub,hub,non_hub,583073.076824,4506865.54027,585049.80204,4513379.06475
+12979,12979,61,195.0,013500,,40.766984435,-73.99227308,170.0,000600,40.7128987867,-73.9898646367,1005.95291604,11558,6075,4083,3935,000600,59149181.7526,013500,198199142.958,,0.0,000600,013500,10929.6176257,70053,67301,hub,hub,non_hub,585322.159723,4507377.5136,585049.80204,4513379.06475
+12980,12980,42,294.0,013700,,40.766109285,-73.981808355,108.0,000202,40.71318002,-73.9818904933,1702.67874396,8012,6557,3598,5442,000202,37878157.9781,013700,314878324.419,013700,23927720.0,000202,013700,11578.7219086,56352,77852,hub,hub,non_hub,585995.353038,4507416.50937,585934.141665,4513292.1137
+12981,12981,266,686.0,013700,,40.766109285,-73.981808355,516.0,000700,40.70581148,-74.0081572071,2119.56976486,7722,6557,5201,5442,000700,476954959.734,013700,314878324.419,013700,23927720.0,000700,013700,11578.7219086,160040,77852,hub,hub,non_hub,583785.918305,4506573.16797,585934.141665,4513292.1137
+12982,12982,28,196.0,013700,6.33364360677,40.76582799,-73.9818466967,94.0,000800,40.7129652067,-73.9932940667,1679.5973059,10365,6557,4150,5442,000800,46479755.076,013700,314878324.419,013700,23927720.0,000800,013700,11578.7219086,34254,77852,hub,hub,non_hub,585032.40024,4507381.5608,585931.267988,4513260.85026
+12983,12983,70,294.0,013700,,40.766109285,-73.981808355,194.0,000900,40.7024745833,-74.01224785,2509.38473701,1140,6557,939,5442,000900,404341803.896,013700,314878324.419,013700,23927720.0,000900,013700,11578.7219086,46446,77852,hub,hub,non_hub,583444.520998,4506198.85784,585934.141665,4513292.1137
+12984,12984,20,98.0,013700,,40.766109285,-73.981808355,38.0,001002,40.71782143,-73.97628939,2166.7979798,6439,6557,2346,5442,001002,22763374.2099,013700,314878324.419,013700,23927720.0,001002,013700,11578.7219086,15916,77852,hub,hub,non_hub,586462.45635,4507937.23607,585934.141665,4513292.1137
+12985,12985,52,196.0,013700,,40.766109285,-73.981808355,92.0,001200,40.717364275,-73.982955325,1784.265625,3547,6557,1857,5442,001200,23518220.7411,013700,314878324.419,013700,23927720.0,001200,013700,11578.7219086,36493,77852,hub,hub,non_hub,585900.031125,4507879.94738,585934.141665,4513292.1137
+12986,12986,41,98.0,013700,,40.766109285,-73.981808355,72.0,001300,40.70463334,-74.01361706,2375.69625,3776,6557,3028,5442,001300,286606455.687,013700,314878324.419,013700,23927720.0,001300,013700,11578.7219086,27671,77852,hub,hub,non_hub,583326.158808,4506437.19368,585934.141665,4513292.1137
+12987,12987,42,98.0,013700,,40.766109285,-73.981808355,56.0,001401,40.71559509,-73.9870295,1207.475,3289,6557,1708,5442,001401,20168722.3199,013700,314878324.419,013700,23927720.0,001401,013700,11578.7219086,26885,77852,hub,hub,non_hub,585558.18429,4507679.57909,585934.141665,4513292.1137
+12988,12988,15,196.0,013700,,40.766109285,-73.981808355,134.0,001501,40.70966832,-74.003597135,2164.27272727,5581,6557,3450,5442,001501,172466366.322,013700,314878324.419,013700,23927720.0,001501,013700,11578.7219086,27425,77852,hub,hub,non_hub,584166.279828,4507005.66129,585934.141665,4513292.1137
+12989,12989,103,294.0,013700,,40.766109285,-73.981808355,246.0,001502,40.7088053467,-74.00635276,2028.45303658,7095,6557,3459,5442,001502,221282059.103,013700,314878324.419,013700,23927720.0,001502,013700,11578.7219086,82052,77852,hub,hub,non_hub,583934.59195,4506907.22889,585934.141665,4513292.1137
+12990,12990,54,294.0,013700,,40.766109285,-73.981808355,214.0,001600,40.7153350167,-73.9943926833,1662.54131653,8236,6557,3242,5442,001600,76565505.7581,013700,314878324.419,013700,23927720.0,001600,013700,11578.7219086,82798,77852,hub,hub,non_hub,584936.591099,4507643.5622,585934.141665,4513292.1137
+12991,12991,160,392.0,013700,,40.766109285,-73.981808355,308.0,001800,40.7193657075,-73.9906468425,1838.20983404,8063,6557,3489,5442,001800,60554858.5127,013700,314878324.419,013700,23927720.0,001800,013700,11578.7219086,133306,77852,hub,hub,non_hub,585247.838585,4508094.62497,585934.141665,4513292.1137
+12992,12992,22,196.0,013700,5.13862786471,40.76582799,-73.9818466967,92.0,002000,40.7217966933,-73.9771019667,1628.15036715,4795,6557,1899,5442,002000,17907673.5628,013700,314878324.419,013700,23927720.0,002000,013700,11578.7219086,31656,77852,hub,hub,non_hub,586388.685183,4508377.71744,585931.267988,4513260.85026
+12993,12993,602,392.0,013700,,40.766109285,-73.981808355,204.0,002100,40.71451321,-74.0108850975,1737.76015597,6111,6557,3038,5442,002100,273869828.705,013700,314878324.419,013700,23927720.0,002100,013700,11578.7219086,151037,77852,hub,hub,non_hub,583544.598931,4507536.51732,585934.141665,4513292.1137
+12994,12994,16,196.0,013700,5.11549122435,40.76639058,-73.9817700133,88.0,002201,40.71802009,-73.98070378,1680.86863006,6762,6557,3030,5442,002201,37585954.9949,013700,314878324.419,013700,23927720.0,002201,013700,11578.7219086,26391,77852,hub,hub,non_hub,586089.355677,4507954.95194,585937.015312,4513323.37713
+12995,12995,14,98.0,013700,,40.766109285,-73.981808355,62.0,002202,40.7208736,-73.98085795,1645.91666667,2256,6557,1045,5442,002202,13179093.8977,013700,314878324.419,013700,23927720.0,002202,013700,11578.7219086,23935,77852,hub,hub,non_hub,586072.658368,4508271.55961,585934.141665,4513292.1137
+12996,12996,19,196.0,013700,4.43534078398,40.76639058,-73.9817700133,96.0,002400,40.72439112,-73.9752404,1670.98176805,5775,6557,2175,5442,002400,17986635.5592,013700,314878324.419,013700,23927720.0,002400,013700,11578.7219086,17965,77852,hub,hub,non_hub,586542.545133,4508667.54951,585937.015312,4513323.37713
+12997,12997,27,196.0,013700,6.14429975144,40.76639058,-73.9817700133,124.0,002500,40.7111742533,-73.9990523633,1487.50563883,5061,6557,1917,5442,002500,22428407.6271,013700,314878324.419,013700,23927720.0,002500,013700,11578.7219086,28216,77852,hub,hub,non_hub,584548.278193,4507177.19444,585937.015312,4513323.37713
+12998,12998,40,98.0,013700,,40.766109285,-73.981808355,62.0,002601,40.72299208,-73.97995466,1700.52083333,3774,6557,1593,5442,002601,22248722.3098,013700,314878324.419,013700,23927720.0,002601,013700,11578.7219086,22144,77852,hub,hub,non_hub,586146.216204,4508507.61099,585934.141665,4513292.1137
+12999,12999,11,98.0,013700,,40.766109285,-73.981808355,54.0,002700,40.71307916,-73.99851193,1514.88333333,1191,6557,655,5442,002700,11349914.9514,013700,314878324.419,013700,23927720.0,002700,013700,11578.7219086,20570,77852,hub,hub,non_hub,584591.517275,4507389.17181,585934.141665,4513292.1137
+13000,13000,40,98.0,013700,,40.766109285,-73.981808355,64.0,002800,40.72521311,-73.97768752,2079.94017094,7302,6557,3341,5442,002800,47641507.3146,013700,314878324.419,013700,23927720.0,002800,013700,11578.7219086,36744,77852,hub,hub,non_hub,586334.816403,4508756.38709,585934.141665,4513292.1137
+13001,13001,43,98.0,013700,,40.766109285,-73.981808355,86.0,002900,40.71602118,-73.99974372,1417.42435897,5855,6557,2420,5442,002900,200965547.24,013700,314878324.419,013700,23927720.0,002900,013700,11578.7219086,31936,77852,hub,hub,non_hub,584483.752153,4507714.56961,585934.141665,4513292.1137
+13002,13002,36,98.0,013700,,40.766109285,-73.981808355,70.0,003001,40.72066442,-73.98517977,1283.50649351,4301,6557,2553,5442,003001,34302720.7166,013700,314878324.419,013700,23927720.0,003001,013700,11578.7219086,41223,77852,hub,hub,non_hub,585707.91731,4508244.11218,585934.141665,4513292.1137
+13003,13003,76,98.0,013700,,40.766109285,-73.981808355,74.0,003002,40.72217444,-73.98368779,1683.49264706,3031,6557,1885,5442,003002,18686109.2263,013700,314878324.419,013700,23927720.0,003002,013700,11578.7219086,38675,77852,hub,hub,non_hub,585831.986427,4508413.19181,585934.141665,4513292.1137
+13004,13004,167,294.0,013700,,40.766109285,-73.981808355,242.0,003100,40.7140617467,-74.0041933367,1933.96585203,2809,6557,858,5442,003100,145687012.574,013700,314878324.419,013700,23927720.0,003100,013700,11578.7219086,81469,77852,hub,hub,non_hub,584110.388584,4507492.78891,585934.141665,4513292.1137
+13005,13005,167,294.0,013700,,40.766109285,-73.981808355,200.0,003200,40.7260543867,-73.9823576167,1629.80064722,7630,6557,4888,5442,003200,46369492.482,013700,314878324.419,013700,23927720.0,003200,013700,11578.7219086,138064,77852,hub,hub,non_hub,585939.335766,4508845.19329,585934.141665,4513292.1137
+13006,13006,250,490.0,013700,,40.766109285,-73.981808355,346.0,003300,40.7188175321,-74.0063437217,1754.73437368,5174,6557,2694,5442,003300,215459582.054,013700,314878324.419,013700,23927720.0,003300,013700,11578.7219086,115059,77852,hub,hub,non_hub,583922.781549,4508018.65504,585934.141665,4513292.1137
+13007,13007,126,98.0,013700,,40.766109285,-73.981808355,78.0,003400,40.72955361,-73.98057249,1275.21314103,6706,6557,4203,5442,003400,42933229.7541,013700,314878324.419,013700,23927720.0,003400,013700,11578.7219086,47926,77852,hub,hub,non_hub,586085.581298,4509235.37985,585934.141665,4513292.1137
+13008,13008,108,196.0,013700,,40.766109285,-73.981808355,132.0,003601,40.72217423,-73.990293175,1500.56051048,3299,6557,1613,5442,003601,29191583.8104,013700,314878324.419,013700,23927720.0,003601,013700,11578.7219086,77585,77852,hub,hub,non_hub,585274.124459,4508406.73315,585934.141665,4513292.1137
+13009,13009,109,196.0,013700,,40.766109285,-73.981808355,124.0,003602,40.724852985,-73.989265345,1513.50077031,2918,6557,1586,5442,003602,24941258.1161,013700,314878324.419,013700,23927720.0,003602,013700,11578.7219086,82124,77852,hub,hub,non_hub,585357.507872,4508705.09166,585934.141665,4513292.1137
+13010,13010,506,392.0,013700,,40.766109285,-73.981808355,296.0,003700,40.7256696075,-74.0052069325,1718.56259452,2401,6557,1490,5442,003700,212385639.924,013700,314878324.419,013700,23927720.0,003700,013700,11578.7219086,173333,77852,hub,hub,non_hub,584010.178026,4508780.36793,585934.141665,4513292.1137
+13011,13011,352,392.0,013700,,40.766109285,-73.981808355,320.0,003800,40.72765889,-73.988195855,1553.22847755,8610,6557,5795,5442,003800,67437493.5221,013700,314878324.419,013700,23927720.0,003800,013700,11578.7219086,167230,77852,hub,hub,non_hub,585444.239635,4509017.60641,585934.141665,4513292.1137
+13012,13012,405,392.0,013700,,40.766109285,-73.981808355,212.0,003900,40.7201717475,-74.00983051,1824.95830492,5253,6557,3059,5442,003900,194910113.03,013700,314878324.419,013700,23927720.0,003900,013700,11578.7219086,113624,77852,hub,hub,non_hub,583626.593058,4508165.65565,585934.141665,4513292.1137
+13013,13013,206,196.0,013700,,40.766109285,-73.981808355,132.0,004000,40.73000573,-73.98549552,1439.11294828,9801,6557,4546,5442,004000,66858387.5133,013700,314878324.419,013700,23927720.0,004000,013700,11578.7219086,99660,77852,hub,hub,non_hub,585669.269443,4509280.75306,585934.141665,4513292.1137
+13014,13014,131,196.0,013700,,40.766109285,-73.981808355,128.0,004100,40.7195529,-73.996789035,1643.13802083,7793,6557,3765,5442,004100,71738983.3617,013700,314878324.419,013700,23927720.0,004100,013700,11578.7219086,114685,77852,hub,hub,non_hub,584728.836557,4508109.46034,585934.141665,4513292.1137
+13015,13015,50,98.0,013700,,40.766109285,-73.981808355,70.0,004200,40.73223272,-73.98889957,1398.01215278,4988,6557,1801,5442,004200,39941846.3325,013700,314878324.419,013700,23927720.0,004200,013700,11578.7219086,50846,77852,hub,hub,non_hub,585378.96492,4509524.64843,585934.141665,4513292.1137
+13016,13016,146,196.0,013700,,40.766109285,-73.981808355,134.0,004300,40.723870235,-73.995226525,1786.55480683,4267,6557,2598,5442,004300,65935514.1184,013700,314878324.419,013700,23927720.0,004300,013700,11578.7219086,95162,77852,hub,hub,non_hub,584855.320992,4508590.22212,585934.141665,4513292.1137
+13017,13017,452,196.0,013700,,40.766109285,-73.981808355,120.0,004400,40.73080269,-73.97968993,1552.06132161,17710,6557,8297,5442,004400,114601147.016,013700,314878324.419,013700,23927720.0,004400,013700,11578.7219086,106427,77852,hub,hub,non_hub,586158.498991,4509374.90208,585934.141665,4513292.1137
+13018,13018,30,98.0,013700,,40.766109285,-73.981808355,54.0,004500,40.71910537,-73.99973337,1600.81578947,840,6557,582,5442,004500,52009114.8865,013700,314878324.419,013700,23927720.0,004500,013700,11578.7219086,34275,77852,hub,hub,non_hub,584480.726971,4508056.94497,585934.141665,4513292.1137
+13019,13019,22,98.0,013700,,40.766109285,-73.981808355,78.0,004700,40.72165481,-74.00234737,2020.14529915,2267,6557,1586,5442,004700,75477587.1594,013700,314878324.419,013700,23927720.0,004700,013700,11578.7219086,27544,77852,hub,hub,non_hub,584256.734795,4508337.43837,585934.141665,4513292.1137
+13020,13020,88,98.0,013700,,40.766109285,-73.981808355,70.0,004800,40.73624527,-73.98473765,1328.54347826,7550,6557,3799,5442,004800,74763044.6965,013700,314878324.419,013700,23927720.0,004800,013700,11578.7219086,42567,77852,hub,hub,non_hub,585725.258797,4509974.12516,585934.141665,4513292.1137
+13021,13021,116,196.0,013700,,40.766109285,-73.981808355,146.0,004900,40.724268615,-74.000521515,1725.58235953,4951,6557,3054,5442,004900,103848670.177,013700,314878324.419,013700,23927720.0,004900,013700,11578.7219086,80152,77852,hub,hub,non_hub,584407.63728,4508629.34168,585934.141665,4513292.1137
+13022,13022,304,294.0,013700,,40.766109285,-73.981808355,186.0,005000,40.7359163467,-73.9873427633,1368.62018041,5061,6557,3595,5442,005000,120638459.215,013700,314878324.419,013700,23927720.0,005000,013700,11578.7219086,111023,77852,hub,hub,non_hub,585505.709717,4509935.07175,585934.141665,4513292.1137
+13023,13023,689,196.0,013700,,40.766109285,-73.981808355,212.0,005200,40.73715585,-73.991241315,1049.13570122,4193,6557,1785,5442,005200,109103391.81,013700,314878324.419,013700,23927720.0,005200,013700,11578.7219086,159876,77852,hub,hub,non_hub,585174.941656,4510068.87544,585934.141665,4513292.1137
+13024,13024,370,98.0,013700,,40.766109285,-73.981808355,94.0,005400,40.73971301,-73.99456405,1298.33781235,4656,6557,2837,5442,005400,128803552.888,013700,314878324.419,013700,23927720.0,005400,013700,11578.7219086,73728,77852,hub,hub,non_hub,584891.129718,4510349.51956,585934.141665,4513292.1137
+13025,13025,84,98.0,013700,,40.766109285,-73.981808355,60.0,005501,40.72679454,-73.99695094,1731.3244898,5079,6557,2483,5442,005501,61061928.4125,013700,314878324.419,013700,23927720.0,005501,013700,11578.7219086,57258,77852,hub,hub,non_hub,584705.980012,4508913.17477,585934.141665,4513292.1137
+13026,13026,86,98.0,013700,,40.766109285,-73.981808355,54.0,005502,40.72743423,-73.99379025,1683.6297619,2383,6557,1262,5442,005502,49017118.6146,013700,314878324.419,013700,23927720.0,005502,013700,11578.7219086,55117,77852,hub,hub,non_hub,584972.085912,4508987.23863,585934.141665,4513292.1137
+13027,13027,437,196.0,013700,,40.766109285,-73.981808355,190.0,005600,40.74065347,-73.98778661,1214.7759905,2618,6557,2190,5442,005600,189153355.609,013700,314878324.419,013700,23927720.0,005600,013700,11578.7219086,113209,77852,hub,hub,non_hub,585462.168743,4510460.49357,585934.141665,4513292.1137
+13028,13028,224,196.0,013700,,40.766109285,-73.981808355,164.0,005700,40.729662915,-73.992405595,1660.2970489,2937,6557,1789,5442,005700,90178032.7137,013700,314878324.419,013700,23927720.0,005700,013700,11578.7219086,156896,77852,hub,hub,non_hub,585086.179601,4509235.9788,585934.141665,4513292.1137
+13029,13029,775,196.0,013700,,40.766109285,-73.981808355,174.0,005800,40.743154205,-73.990299735,1122.73159482,3182,6557,2306,5442,005800,164037511.755,013700,314878324.419,013700,23927720.0,005800,013700,11578.7219086,130970,77852,hub,hub,non_hub,585246.786708,4510735.64918,585934.141665,4513292.1137
+13030,13030,114,98.0,013700,,40.766109285,-73.981808355,62.0,005900,40.73049393,-73.9957214,1609.57327586,5516,6557,3276,5442,005900,71785177.1361,013700,314878324.419,013700,23927720.0,005900,013700,11578.7219086,53180,77852,hub,hub,non_hub,584805.117401,4509325.01914,585934.141665,4513292.1137
+13031,13031,166,196.0,013700,,40.766109285,-73.981808355,126.0,006000,40.734822295,-73.976916765,1420.83735724,5286,6557,2459,5442,006000,27468182.8943,013700,314878324.419,013700,23927720.0,006000,013700,11578.7219086,80462,77852,hub,hub,non_hub,586387.478737,4509823.83141,585934.141665,4513292.1137
+13032,13032,453,392.0,013700,,40.766109285,-73.981808355,282.0,006100,40.73385254,-73.992357065,1468.18449216,4913,6557,2683,5442,006100,91682014.33,013700,314878324.419,013700,23927720.0,006100,013700,11578.7219086,245510,77852,hub,hub,non_hub,585084.940162,4509701.10308,585934.141665,4513292.1137
+13033,13033,246,98.0,013700,,40.766109285,-73.981808355,60.0,006200,40.7381765,-73.97738662,1442.59435241,4680,6557,1401,5442,006200,231817485.533,013700,314878324.419,013700,23927720.0,006200,013700,11578.7219086,33218,77852,hub,hub,non_hub,586343.467107,4510195.70961,585934.141665,4513292.1137
+13034,13034,322,294.0,013700,,40.766109285,-73.981808355,198.0,006300,40.7346940933,-73.99785666,1455.5738708,6076,6557,4277,5442,006300,85447631.8451,013700,314878324.419,013700,23927720.0,006300,013700,11578.7219086,120233,77852,hub,hub,non_hub,584619.48321,4509789.20591,585934.141665,4513292.1137
+13035,13035,135,98.0,013700,,40.766109285,-73.981808355,78.0,006400,40.73587678,-73.98205027,1335.9226295,7518,6557,5058,5442,006400,95664936.1545,013700,314878324.419,013700,23927720.0,006400,013700,11578.7219086,47750,77852,hub,hub,non_hub,585952.649806,4509935.84788,585934.141665,4513292.1137
+13036,13036,236,294.0,013700,,40.766109285,-73.981808355,212.0,006500,40.7306296367,-73.9991423,1445.99987388,6517,6557,3568,5442,006500,59290910.3694,013700,314878324.419,013700,23927720.0,006500,013700,11578.7219086,125356,77852,hub,hub,non_hub,584516.067395,4509336.78488,585934.141665,4513292.1137
+13037,13037,234,196.0,013700,,40.766109285,-73.981808355,164.0,006600,40.739285505,-73.97827188,1206.53109527,11780,6557,6818,5442,006600,84730469.4548,013700,314878324.419,013700,23927720.0,006600,013700,11578.7219086,74621,77852,hub,hub,non_hub,586267.286922,4510317.94668,585934.141665,4513292.1137
+13038,13038,183,98.0,013700,,40.766109285,-73.981808355,78.0,006700,40.73038599,-74.00214988,1593.78522727,4984,6557,3796,5442,006700,47238039.9972,013700,314878324.419,013700,23927720.0,006700,013700,11578.7219086,70025,77852,hub,hub,non_hub,584262.399901,4509306.84766,585934.141665,4513292.1137
+13039,13039,188,98.0,013700,,40.766109285,-73.981808355,78.0,006800,40.74025878,-73.98409214,1295.73015873,6735,6557,4494,5442,006800,130298431.446,013700,314878324.419,013700,23927720.0,006800,013700,11578.7219086,58926,77852,hub,hub,non_hub,585774.608423,4510420.28363,585934.141665,4513292.1137
+13040,13040,449,196.0,013700,,40.766109285,-73.981808355,134.0,006900,40.732319905,-74.0069291,1592.78482936,2687,6557,1484,5442,006900,61292499.9331,013700,314878324.419,013700,23927720.0,006900,013700,11578.7219086,130727,77852,hub,hub,non_hub,583856.38945,4509516.94969,585934.141665,4513292.1137
+13041,13041,686,294.0,013700,,40.766109285,-73.981808355,254.0,007000,40.7425057031,-73.9755951742,1134.52170003,8302,6557,5669,5442,007000,78634704.8451,013700,314878324.419,013700,23927720.0,007000,013700,11578.7219086,145227,77852,hub,hub,non_hub,586489.120499,4510678.04563,585934.141665,4513292.1137
+13042,13042,191,196.0,013700,,40.766109285,-73.981808355,142.0,007100,40.736526545,-74.000108805,1312.23419822,5633,6557,3844,5442,007100,68447429.2743,013700,314878324.419,013700,23927720.0,007100,013700,11578.7219086,79459,77852,hub,hub,non_hub,584426.995774,4509990.4524,585934.141665,4513292.1137
+13043,13043,673,294.0,013700,,40.766109285,-73.981808355,252.0,007200,40.7447014833,-73.98154809,1159.02750227,7734,6557,5222,5442,007200,132092861.454,013700,314878324.419,013700,23927720.0,007200,013700,11578.7219086,157612,77852,hub,hub,non_hub,585983.687715,4510915.94446,585934.141665,4513292.1137
+13044,13044,282,196.0,013700,,40.766109285,-73.981808355,118.0,007300,40.734682705,-74.00388484,1540.57455254,5615,6557,4547,5442,007300,48716185.79,013700,314878324.419,013700,23927720.0,007300,013700,11578.7219086,92567,77852,hub,hub,non_hub,584110.479319,4509782.14883,585934.141665,4513292.1137
+13045,13045,481,196.0,013700,,40.766109285,-73.981808355,172.0,007400,40.746413585,-73.98586892,1013.02753505,4179,6557,2700,5442,007400,170614202.951,013700,314878324.419,013700,23927720.0,007400,013700,11578.7219086,81121,77852,hub,hub,non_hub,585616.696258,4511101.7763,585934.141665,4513292.1137
+13046,13046,661,196.0,013700,,40.766109285,-73.981808355,138.0,007600,40.74737476,-73.988320695,899.136459129,2203,6557,1573,5442,007600,242014413.464,013700,314878324.419,013700,23927720.0,007600,013700,11578.7219086,97464,77852,hub,hub,non_hub,585408.475283,4511206.08492,585934.141665,4513292.1137
+13047,13047,317,98.0,013700,,40.766109285,-73.981808355,86.0,007700,40.7390169121,-74.0026376103,1262.86833004,5404,6557,4254,5442,007700,59306273.1509,013700,314878324.419,013700,23927720.0,007700,013700,11578.7219086,79025,77852,hub,hub,non_hub,584210.329106,4510264.47156,585934.141665,4513292.1137
+13048,13048,353,98.0,013700,,40.766109285,-73.981808355,78.0,007800,40.74780373,-73.9734419,1035.41466165,7380,6557,5372,5442,007800,112124597.728,013700,314878324.419,013700,23927720.0,007800,013700,11578.7219086,59601,77852,hub,hub,non_hub,586664.043115,4511268.28888,585934.141665,4513292.1137
+13049,13049,821,490.0,013700,,40.766109285,-73.981808355,348.0,007900,40.738916514,-74.007286026,1478.76055887,4406,6557,2904,5442,007900,86937368.5918,013700,314878324.419,013700,23927720.0,007900,013700,11578.7219086,171846,77852,hub,hub,non_hub,583817.969395,4510248.87788,585934.141665,4513292.1137
+13050,13050,517,196.0,013700,,40.766109285,-73.981808355,142.0,008000,40.7485693,-73.97717991,1026.02722279,4946,6557,3730,5442,008000,197763821.532,013700,314878324.419,013700,23927720.0,008000,013700,11578.7219086,74808,77852,hub,hub,non_hub,586347.477591,4511349.58844,585934.141665,4513292.1137
+13051,13051,253,98.0,013700,,40.766109285,-73.981808355,78.0,008100,40.73935542,-73.99931783,1354.89502688,8675,6557,5315,5442,008100,91100400.6907,013700,314878324.419,013700,23927720.0,008100,013700,11578.7219086,53195,77852,hub,hub,non_hub,584490.204148,4510305.23824,585934.141665,4513292.1137
+13052,13052,2243,294.0,013700,,40.766109285,-73.981808355,350.0,008200,40.7519519527,-73.9793567317,819.478696271,3442,6557,2534,5442,008200,262405408.076,013700,314878324.419,013700,23927720.0,008200,013700,11578.7219086,228612,77852,hub,hub,non_hub,586159.338457,4511722.94825,585934.141665,4513292.1137
+13053,13053,869,392.0,013700,,40.766109285,-73.981808355,238.0,008300,40.742591315,-74.004102785,1285.49088384,4211,6557,2321,5442,008300,119862327.354,013700,314878324.419,013700,23927720.0,008300,013700,11578.7219086,186113,77852,hub,hub,non_hub,584082.11654,4510659.85081,585934.141665,4513292.1137
+13054,13054,255,98.0,013700,,40.766109285,-73.981808355,76.0,008400,40.75038009,-73.98338988,849.357606132,1726,6557,1041,5442,008400,147824461.739,013700,314878324.419,013700,23927720.0,008400,013700,11578.7219086,34199,77852,hub,hub,non_hub,585820.889203,4511544.50828,585934.141665,4513292.1137
+13055,13055,136,98.0,013700,,40.766109285,-73.981808355,86.0,008601,40.744219,-73.97121214,1313.64579278,2551,6557,1528,5442,008601,31141773.9073,013700,314878324.419,013700,23927720.0,008601,013700,11578.7219086,31961,77852,hub,hub,non_hub,586856.951039,4510872.56191,585934.141665,4513292.1137
+13056,13056,653,196.0,013700,,40.766109285,-73.981808355,156.0,008700,40.74206378,-73.995708955,1143.54200508,6671,6557,4249,5442,008700,85660216.7821,013700,314878324.419,013700,23927720.0,008700,013700,11578.7219086,152953,77852,hub,hub,non_hub,584791.475936,4510609.36503,585934.141665,4513292.1137
+13057,13057,392,196.0,013700,,40.766109285,-73.981808355,156.0,008800,40.75012189,-73.970133575,1097.79490002,6964,6557,5507,5442,008800,216532475.876,013700,314878324.419,013700,23927720.0,008800,013700,11578.7219086,43247,77852,hub,hub,non_hub,586940.323322,4511528.89362,585934.141665,4513292.1137
+13058,13058,776,294.0,013700,,40.766109285,-73.981808355,240.0,008900,40.74529008,-74.0021768567,1187.77622747,5560,6557,3511,5442,008900,54419260.2723,013700,314878324.419,013700,23927720.0,008900,013700,11578.7219086,158638,77852,hub,hub,non_hub,584241.316685,4510961.27944,585934.141665,4513292.1137
+13059,13059,835,294.0,013700,,40.766109285,-73.981808355,220.0,009000,40.75261798,-73.9703317533,870.405061584,7026,6557,5832,5442,009000,208846060.851,013700,314878324.419,013700,23927720.0,009000,013700,11578.7219086,74531,77852,hub,hub,non_hub,586920.342162,4511805.78171,585934.141665,4513292.1137
+13060,13060,303,98.0,013700,,40.766109285,-73.981808355,78.0,009100,40.74487634,-73.99529885,1065.48694143,6415,6557,4386,5442,009100,127325659.041,013700,314878324.419,013700,23927720.0,009100,013700,11578.7219086,63878,77852,hub,hub,non_hub,584822.527687,4510921.97538,585934.141665,4513292.1137
+13061,13061,2114,196.0,013700,,40.766109285,-73.981808355,220.0,009200,40.7548518863,-73.9734329075,745.145287528,1754,6557,1461,5442,009200,408192557.246,013700,314878324.419,013700,23927720.0,009200,013700,11578.7219086,72226,77852,hub,hub,non_hub,586655.650548,4512050.69496,585934.141665,4513292.1137
+13062,13062,305,98.0,013700,,40.766109285,-73.981808355,78.0,009300,40.74475148,-73.99915362,1103.48565513,9705,6557,5585,5442,009300,68528055.2433,013700,314878324.419,013700,23927720.0,009300,013700,11578.7219086,52202,77852,hub,hub,non_hub,584497.239363,4510904.39701,585934.141665,4513292.1137
+13063,13063,2070,98.0,013700,,40.766109285,-73.981808355,62.0,009400,40.75320159,-73.9779874,688.880084208,29,6557,16,5442,009400,299218147.811,013700,314878324.419,013700,23927720.0,009400,013700,11578.7219086,82147,77852,hub,hub,non_hub,586273.319314,4511863.01244,585934.141665,4513292.1137
+13064,13064,322,98.0,013700,,40.766109285,-73.981808355,102.0,009500,40.746647,-73.993915,996.034807188,3425,6557,1416,5442,009500,129660033.725,013700,314878324.419,013700,23927720.0,009500,013700,11578.7219086,57488,77852,hub,hub,non_hub,584937.108907,4511119.86954,585934.141665,4513292.1137
+13065,13065,2272,294.0,013700,,40.766109285,-73.981808355,280.0,009600,40.7560414683,-73.9803648307,590.195068134,153,6557,268,5442,009600,270304841.585,013700,314878324.419,013700,23927720.0,009600,013700,11578.7219086,71527,77852,hub,hub,non_hub,586068.962227,4512175.92541,585934.141665,4513292.1137
+13066,13066,727,294.0,013700,,40.766109285,-73.981808355,198.0,009700,40.7493616033,-73.9991321067,1039.53714095,4744,6557,2827,5442,009700,83018263.1602,013700,314878324.419,013700,23927720.0,009700,013700,11578.7219086,118804,77852,hub,hub,non_hub,584493.220017,4511416.17434,585934.141665,4513292.1137
+13067,13067,687,196.0,013700,,40.766109285,-73.981808355,140.0,009800,40.755285655,-73.96667288,852.124095121,7105,6557,5244,5442,009800,115943808.909,013700,314878324.419,013700,23927720.0,009800,013700,11578.7219086,40039,77852,hub,hub,non_hub,587225.727282,4512105.54383,585934.141665,4513292.1137
+13068,13068,1625,490.0,013700,,40.766109285,-73.981808355,370.0,009900,40.7520807866,-74.0031899092,1016.1355319,3617,6557,2438,5442,009900,404439511.776,013700,314878324.419,013700,23927720.0,009900,013700,11578.7219086,208076,77852,hub,hub,non_hub,584147.226991,4511714.12465,585934.141665,4513292.1137
+13069,13069,2267,294.0,013700,,40.766109285,-73.981808355,242.0,010000,40.7583696933,-73.9710287767,619.971861136,1829,6557,1399,5442,010000,366457143.613,013700,314878324.419,013700,23927720.0,010000,013700,11578.7219086,72085,77852,hub,hub,non_hub,586854.014885,4512443.57459,585934.141665,4513292.1137
+13070,13070,1251,294.0,013700,,40.766109285,-73.981808355,254.0,010100,40.74945622,-73.9903382667,958.345565273,1119,6557,828,5442,010100,246168211.101,013700,314878324.419,013700,23927720.0,010100,013700,11578.7219086,183377,77852,hub,hub,non_hub,585235.486219,4511435.18064,585934.141665,4513292.1137
+13071,13071,1789,196.0,013700,,40.766109285,-73.981808355,162.0,010200,40.7606694,-73.973473555,490.708087767,313,6557,268,5442,010200,333450202.294,013700,314878324.419,013700,23927720.0,010200,013700,11578.7219086,46675,77852,hub,hub,non_hub,586644.664817,4512696.44233,585934.141665,4513292.1137
+13072,13072,4228,196.0,013700,,40.766109285,-73.981808355,196.0,010300,40.751000495,-73.994372255,751.78230373,1859,6557,1351,5442,010300,141506056.87,013700,314878324.419,013700,23927720.0,010300,013700,11578.7219086,221593,77852,hub,hub,hub,584892.968075,4511602.69644,585934.141665,4513292.1137
+13073,13073,1730,196.0,013700,,40.766109285,-73.981808355,150.0,010400,40.761664375,-73.976854975,458.746483368,1031,6557,1033,5442,010400,363981333.295,013700,314878324.419,013700,23927720.0,010400,013700,11578.7219086,65073,77852,hub,hub,non_hub,586357.961325,4512803.55852,585934.141665,4513292.1137
+13074,13074,432,98.0,013700,,40.766109285,-73.981808355,66.0,010602,40.75849116,-73.95920622,914.235778175,4794,6557,2963,5442,010602,67980898.3739,013700,314878324.419,013700,23927720.0,010602,013700,11578.7219086,22153,77852,hub,hub,non_hub,587851.796682,4512468.82754,585934.141665,4513292.1137
+13075,13075,2222,294.0,013700,,40.766109285,-73.981808355,234.0,010800,40.7591736033,-73.96613818,727.123459889,8531,6557,6272,5442,010800,189351523.799,013700,314878324.419,013700,23927720.0,010800,013700,11578.7219086,79198,77852,hub,hub,non_hub,587265.778542,4512537.66689,585934.141665,4513292.1137
+13076,13076,545,196.0,013700,,40.766109285,-73.981808355,228.0,010900,40.751351715,-73.987594755,892.769993301,182,6557,92,5442,010900,228173063.011,013700,314878324.419,013700,23927720.0,010900,013700,11578.7219086,60092,77852,hub,hub,non_hub,585464.669441,4511648.26242,585934.141665,4513292.1137
+13077,13077,2174,98.0,013700,,40.766109285,-73.981808355,118.0,011201,40.7643971,-73.97371465,662.762324233,827,6557,964,5442,011201,118515444.187,013700,314878324.419,013700,23927720.0,011201,013700,11578.7219086,41525,77852,hub,hub,non_hub,586619.474659,4513110.00718,585934.141665,4513292.1137
+13078,13078,1625,98.0,013700,,40.766109285,-73.981808355,66.0,011203,40.76095756,-73.96724467,704.413057337,1176,6557,1160,5442,011203,143782379.009,013700,314878324.419,013700,23927720.0,011203,013700,11578.7219086,48033,77852,hub,hub,non_hub,587170.050102,4512734.59972,585934.141665,4513292.1137
+13079,13079,3073,392.0,013700,,40.766109285,-73.981808355,396.0,011300,40.7548008425,-73.9888010575,719.709690223,204,6557,107,5442,011300,357940519.061,013700,314878324.419,013700,23927720.0,011300,013700,11578.7219086,236650,77852,hub,hub,hub,585358.423228,4512029.96675,585934.141665,4513292.1137
+13080,13080,1728,196.0,013700,,40.766109285,-73.981808355,164.0,011500,40.75701407,-73.992353645,665.676905592,2487,6557,1678,5442,011500,130958459.747,013700,314878324.419,013700,23927720.0,011500,013700,11578.7219086,103294,77852,hub,hub,non_hub,585055.712647,4512272.20178,585934.141665,4513292.1137
+13081,13081,1141,196.0,013700,,40.766109285,-73.981808355,168.0,011700,40.76058799,-74.00080945,921.841057297,2938,6557,2304,5442,011700,91270705.1484,013700,314878324.419,013700,23927720.0,011700,013700,11578.7219086,73016,77852,hub,hub,non_hub,584337.427395,4512660.77158,585934.141665,4513292.1137
+13082,13082,842,98.0,013700,,40.766109285,-73.981808355,68.0,011900,40.7568001,-73.98291153,616.647939061,1079,6557,1121,5442,011900,395254501.74,013700,314878324.419,013700,23927720.0,011900,013700,11578.7219086,39976,77852,hub,hub,non_hub,585853.012005,4512257.64444,585934.141665,4513292.1137
+13083,13083,3009,294.0,013700,,40.766109285,-73.981808355,218.0,012100,40.7598593767,-73.9914900133,568.002676786,8366,6557,5744,5442,012100,101223732.045,013700,314878324.419,013700,23927720.0,012100,013700,11578.7219086,132767,77852,hub,hub,hub,585124.983127,4512588.88932,585934.141665,4513292.1137
+13084,13084,1349,98.0,013700,,40.766109285,-73.981808355,102.0,012500,40.76064679,-73.98442659,408.181285611,2439,6557,2096,5442,012500,322911522.418,013700,314878324.419,013700,23927720.0,012500,013700,11578.7219086,45486,77852,hub,hub,non_hub,585720.180916,4512683.17447,585934.141665,4513292.1137
+13085,13085,2186,196.0,013700,,40.766109285,-73.981808355,168.0,012700,40.762485435,-73.990447135,498.838763918,6437,6557,4434,5442,012700,104637996.687,013700,314878324.419,013700,23927720.0,012700,013700,11578.7219086,83393,77852,hub,hub,non_hub,585209.656415,4512881.41361,585934.141665,4513292.1137
+13086,13086,459,98.0,013700,,40.766109285,-73.981808355,48.0,012900,40.76341379,-73.99667444,774.039215686,5312,6557,3621,5442,012900,158698340.053,013700,314878324.419,013700,23927720.0,012900,013700,11578.7219086,28661,77852,hub,hub,non_hub,584682.864463,4512978.43901,585934.141665,4513292.1137
+13087,13087,2972,294.0,013700,,40.766109285,-73.981808355,320.0,013100,40.7621295133,-73.98215453,404.382272363,2489,6557,2283,5442,013100,405023451.28,013700,314878324.419,013700,23927720.0,013100,013700,11578.7219086,107228,77852,hub,hub,non_hub,585910.04945,4512849.98999,585934.141665,4513292.1137
+13088,13088,2606,294.0,013700,,40.766109285,-73.981808355,202.0,013300,40.7647250567,-73.9866537633,378.771432284,5363,6557,3909,5442,013300,79847412.2593,013700,314878324.419,013700,23927720.0,013300,013700,11578.7219086,89810,77852,hub,hub,non_hub,585526.963405,4513133.71926,585934.141665,4513292.1137
+13089,13089,1642,196.0,013700,,40.766109285,-73.981808355,130.0,013500,40.766984435,-73.99227308,553.917993497,6075,6557,3935,5442,013500,198199142.958,013700,314878324.419,013700,23927720.0,013500,013700,11578.7219086,64723,77852,hub,hub,non_hub,585049.80204,4513379.06475,585934.141665,4513292.1137
+13090,13090,1500,98.0,013700,,40.766109285,-73.981808355,54.0,013900,40.768254,-73.988639,380.103741373,7607,6557,7359,5442,013900,139918084.587,013700,314878324.419,013700,23927720.0,013900,013700,11578.7219086,26390,77852,hub,hub,non_hub,585354.890073,4513523.52534,585934.141665,4513292.1137
+13091,13091,870,98.0,013700,,40.766109285,-73.981808355,98.0,014300,40.76590936,-73.97634151,1300.52729885,3,6557,0,5442,014300,50027992.3322,013700,314878324.419,013700,23927720.0,014300,013700,11578.7219086,21051,77852,hub,hub,non_hub,586395.803012,4513275.28949,585934.141665,4513292.1137
+13092,13092,1178,98.0,013700,,40.766109285,-73.981808355,72.0,014500,40.76915505,-73.98191841,906.733153795,5811,6557,3462,5442,014500,253397343.373,013700,314878324.419,013700,23927720.0,014500,013700,11578.7219086,68350,77852,hub,hub,non_hub,585920.929601,4513630.10902,585934.141665,4513292.1137
+13093,13093,1020,98.0,013700,,40.766109285,-73.981808355,110.0,014700,40.770513,-73.988038,441.613252602,2586,6557,1743,5442,014700,70871746.8417,013700,314878324.419,013700,23927720.0,014700,013700,11578.7219086,35099,77852,hub,hub,non_hub,585402.720353,4513774.87644,585934.141665,4513292.1137
+13094,13094,435,98.0,013700,,40.766109285,-73.981808355,72.0,015100,40.771522,-73.990541,564.379387831,8105,6557,4856,5442,015100,164953931.102,013700,314878324.419,013700,23927720.0,015100,013700,11578.7219086,17578,77852,hub,hub,non_hub,585190.192062,4513884.4495,585934.141665,4513292.1137
+13095,13095,495,196.0,013700,,40.766109285,-73.981808355,140.0,031703,40.71644312,-74.014902115,1936.37085428,8670,6557,4231,5442,031703,332361109.355,013700,314878324.419,013700,23927720.0,031703,013700,11578.7219086,136082,77852,hub,hub,non_hub,583202.897614,4507746.93647,585934.141665,4513292.1137
+13096,13096,255,294.0,013700,,40.766109285,-73.981808355,196.0,031704,40.7085171733,-74.0165557667,2150.90147526,6610,6557,3790,5442,031704,160823714.408,013700,314878324.419,013700,23927720.0,031704,013700,11578.7219086,105244,77852,hub,hub,non_hub,583073.076824,4506865.54027,585934.141665,4513292.1137
+13097,13097,45,294.0,013700,6.03371641851,40.766109285,-73.981808355,170.0,000600,40.7132428075,-73.98987354,1776.64847331,11558,6557,4083,5442,000600,59149181.7526,013700,314878324.419,013700,23927720.0,000600,013700,11578.7219086,70053,77852,hub,hub,non_hub,585320.968484,4507415.69351,585934.141665,4513292.1137
+13098,13098,13,81.0,013900,,40.768254,-73.988639,54.0,000202,40.71318002,-73.9818904933,1978.54444444,8012,7607,3598,7359,000202,37878157.9781,013900,139918084.587,,0.0,000202,013900,11228.2464993,56352,26047,hub,hub,non_hub,585995.353038,4507416.50937,585354.890073,4513523.52534
+13099,13099,101,189.0,013900,,40.768254,-73.988639,258.0,000700,40.70581148,-74.0081572071,1981.1904016,7722,7607,5201,7359,000700,476954959.734,013900,139918084.587,,0.0,000700,013900,11228.2464993,160040,26047,hub,hub,non_hub,583785.918305,4506573.16797,585354.890073,4513523.52534
+13100,13100,3,54.0,013900,6.40874714437,40.768254,-73.988639,47.0,000800,40.71406667,-73.99293911,2079.11594315,10365,7607,4150,7359,000800,46479755.076,013900,139918084.587,,0.0,000800,013900,11228.2464993,34254,26047,hub,hub,non_hub,585060.98053,4507504.17416,585354.890073,4513523.52534
+13101,13101,25,81.0,013900,,40.768254,-73.988639,97.0,000900,40.7024745833,-74.01224785,2026.97777778,1140,7607,939,7359,000900,404341803.896,013900,139918084.587,,0.0,000900,013900,11228.2464993,46446,26047,hub,hub,non_hub,583444.520998,4506198.85784,585354.890073,4513523.52534
+13102,13102,11,27.0,013900,,40.768254,-73.988639,19.0,001002,40.71782143,-73.97628939,2361.72727273,6439,7607,2346,7359,001002,22763374.2099,013900,139918084.587,,0.0,001002,013900,11228.2464993,15916,26047,hub,hub,non_hub,586462.45635,4507937.23607,585354.890073,4513523.52534
+13103,13103,4,54.0,013900,,40.768254,-73.988639,46.0,001200,40.717364275,-73.982955325,1301.33333333,3547,7607,1857,7359,001200,23518220.7411,013900,139918084.587,,0.0,001200,013900,11228.2464993,36493,26047,hub,hub,non_hub,585900.031125,4507879.94738,585354.890073,4513523.52534
+13104,13104,24,27.0,013900,,40.768254,-73.988639,36.0,001300,40.70463334,-74.01361706,1989.79166667,3776,7607,3028,7359,001300,286606455.687,013900,139918084.587,,0.0,001300,013900,11228.2464993,27671,26047,hub,hub,non_hub,583326.158808,4506437.19368,585354.890073,4513523.52534
+13105,13105,5,27.0,013900,,40.768254,-73.988639,28.0,001401,40.71559509,-73.9870295,1124.6,3289,7607,1708,7359,001401,20168722.3199,013900,139918084.587,,0.0,001401,013900,11228.2464993,26885,26047,hub,hub,non_hub,585558.18429,4507679.57909,585354.890073,4513523.52534
+13106,13106,6,54.0,013900,6.80323342033,40.768254,-73.988639,67.0,001501,40.71146364,-74.00552427,1957.10323653,5581,7607,3450,7359,001501,172466366.322,013900,139918084.587,,0.0,001501,013900,11228.2464993,27425,26047,hub,hub,non_hub,584001.23563,4507203.10852,585354.890073,4513523.52534
+13107,13107,32,81.0,013900,,40.768254,-73.988639,123.0,001502,40.7088053467,-74.00635276,2141.97895623,7095,7607,3459,7359,001502,221282059.103,013900,139918084.587,,0.0,001502,013900,11228.2464993,82052,26047,hub,hub,non_hub,583934.59195,4506907.22889,585354.890073,4513523.52534
+13108,13108,11,81.0,013900,,40.768254,-73.988639,107.0,001600,40.7153350167,-73.9943926833,1856.83333333,8236,7607,3242,7359,001600,76565505.7581,013900,139918084.587,,0.0,001600,013900,11228.2464993,82798,26047,hub,hub,non_hub,584936.591099,4507643.5622,585354.890073,4513523.52534
+13109,13109,54,108.0,013900,,40.768254,-73.988639,154.0,001800,40.7193657075,-73.9906468425,1606.92296651,8063,7607,3489,7359,001800,60554858.5127,013900,139918084.587,,0.0,001800,013900,11228.2464993,133306,26047,hub,hub,non_hub,585247.838585,4508094.62497,585354.890073,4513523.52534
+13110,13110,3,54.0,013900,,40.768254,-73.988639,46.0,002000,40.721554605,-73.977309405,1523.75,4795,7607,1899,7359,002000,17907673.5628,013900,139918084.587,,0.0,002000,013900,11228.2464993,31656,26047,hub,hub,non_hub,586371.478696,4508350.63994,585354.890073,4513523.52534
+13111,13111,272,108.0,013900,,40.768254,-73.988639,102.0,002100,40.71451321,-74.0108850975,1526.59864954,6111,7607,3038,7359,002100,273869828.705,013900,139918084.587,,0.0,002100,013900,11228.2464993,151037,26047,hub,hub,non_hub,583544.598931,4507536.51732,585354.890073,4513523.52534
+13112,13112,6,54.0,013900,,40.768254,-73.988639,44.0,002201,40.71833027,-73.980972895,1952.2,6762,7607,3030,7359,002201,37585954.9949,013900,139918084.587,,0.0,002201,013900,11228.2464993,26391,26047,hub,hub,non_hub,586066.226443,4507989.12022,585354.890073,4513523.52534
+13113,13113,3,27.0,013900,,40.768254,-73.988639,31.0,002202,40.7208736,-73.98085795,1225.33333333,2256,7607,1045,7359,002202,13179093.8977,013900,139918084.587,,0.0,002202,013900,11228.2464993,23935,26047,hub,hub,non_hub,586072.658368,4508271.55961,585354.890073,4513523.52534
+13114,13114,2,54.0,013900,,40.768254,-73.988639,48.0,002400,40.724744875,-73.974986535,940.5,5775,7607,2175,7359,002400,17986635.5592,013900,139918084.587,,0.0,002400,013900,11228.2464993,17965,26047,hub,hub,non_hub,586563.526382,4508707.06897,585354.890073,4513523.52534
+13115,13115,5,54.0,013900,6.38432906142,40.768254,-73.988639,62.0,002500,40.71117416,-74.00016545,1623.92818034,5061,7607,1917,7359,002500,22428407.6271,013900,139918084.587,,0.0,002500,013900,11228.2464993,28216,26047,hub,hub,non_hub,584454.256402,4507176.11322,585354.890073,4513523.52534
+13116,13116,3,27.0,013900,,40.768254,-73.988639,31.0,002601,40.72299208,-73.97995466,1436.66666667,3774,7607,1593,7359,002601,22248722.3098,013900,139918084.587,,0.0,002601,013900,11228.2464993,22144,26047,hub,hub,non_hub,586146.216204,4508507.61099,585354.890073,4513523.52534
+13117,13117,4,27.0,013900,,40.768254,-73.988639,27.0,002700,40.71307916,-73.99851193,1921.25,1191,7607,655,7359,002700,11349914.9514,013900,139918084.587,,0.0,002700,013900,11228.2464993,20570,26047,hub,hub,non_hub,584591.517275,4507389.17181,585354.890073,4513523.52534
+13118,13118,34,27.0,013900,,40.768254,-73.988639,32.0,002800,40.72521311,-73.97768752,1847.29411765,7302,7607,3341,7359,002800,47641507.3146,013900,139918084.587,,0.0,002800,013900,11228.2464993,36744,26047,hub,hub,non_hub,586334.816403,4508756.38709,585354.890073,4513523.52534
+13119,13119,14,27.0,013900,,40.768254,-73.988639,43.0,002900,40.71602118,-73.99974372,1220.21428571,5855,7607,2420,7359,002900,200965547.24,013900,139918084.587,,0.0,002900,013900,11228.2464993,31936,26047,hub,hub,non_hub,584483.752153,4507714.56961,585354.890073,4513523.52534
+13120,13120,19,27.0,013900,,40.768254,-73.988639,35.0,003001,40.72066442,-73.98517977,1767.42105263,4301,7607,2553,7359,003001,34302720.7166,013900,139918084.587,,0.0,003001,013900,11228.2464993,41223,26047,hub,hub,non_hub,585707.91731,4508244.11218,585354.890073,4513523.52534
+13121,13121,11,27.0,013900,,40.768254,-73.988639,37.0,003002,40.72217444,-73.98368779,1996.81818182,3031,7607,1885,7359,003002,18686109.2263,013900,139918084.587,,0.0,003002,013900,11228.2464993,38675,26047,hub,hub,non_hub,585831.986427,4508413.19181,585354.890073,4513523.52534
+13122,13122,45,81.0,013900,,40.768254,-73.988639,121.0,003100,40.7140617467,-74.0041933367,1788.34623016,2809,7607,858,7359,003100,145687012.574,013900,139918084.587,,0.0,003100,013900,11228.2464993,81469,26047,hub,hub,non_hub,584110.388584,4507492.78891,585354.890073,4513523.52534
+13123,13123,83,81.0,013900,,40.768254,-73.988639,100.0,003200,40.7260543867,-73.9823576167,1648.90827228,7630,7607,4888,7359,003200,46369492.482,013900,139918084.587,,0.0,003200,013900,11228.2464993,138064,26047,hub,hub,non_hub,585939.335766,4508845.19329,585354.890073,4513523.52534
+13124,13124,97,135.0,013900,,40.768254,-73.988639,173.0,003300,40.718823428,-74.006330863,1686.07640476,5174,7607,2694,7359,003300,215459582.054,013900,139918084.587,,0.0,003300,013900,11228.2464993,115059,26047,hub,hub,non_hub,583923.860192,4508019.32181,585354.890073,4513523.52534
+13125,13125,34,27.0,013900,,40.768254,-73.988639,39.0,003400,40.72955361,-73.98057249,1112.05882353,6706,7607,4203,7359,003400,42933229.7541,013900,139918084.587,,0.0,003400,013900,11228.2464993,47926,26047,hub,hub,non_hub,586085.581298,4509235.37985,585354.890073,4513523.52534
+13126,13126,38,54.0,013900,,40.768254,-73.988639,66.0,003601,40.72217423,-73.990293175,1485.94117647,3299,7607,1613,7359,003601,29191583.8104,013900,139918084.587,,0.0,003601,013900,11228.2464993,77585,26047,hub,hub,non_hub,585274.124459,4508406.73315,585354.890073,4513523.52534
+13127,13127,25,54.0,013900,,40.768254,-73.988639,62.0,003602,40.724852985,-73.989265345,2269.64285714,2918,7607,1586,7359,003602,24941258.1161,013900,139918084.587,,0.0,003602,013900,11228.2464993,82124,26047,hub,hub,non_hub,585357.507872,4508705.09166,585354.890073,4513523.52534
+13128,13128,222,108.0,013900,,40.768254,-73.988639,148.0,003700,40.7256696075,-74.0052069325,1606.0117785,2401,7607,1490,7359,003700,212385639.924,013900,139918084.587,,0.0,003700,013900,11228.2464993,173333,26047,hub,hub,non_hub,584010.178026,4508780.36793,585354.890073,4513523.52534
+13129,13129,87,108.0,013900,,40.768254,-73.988639,160.0,003800,40.72765889,-73.988195855,1530.81798845,8610,7607,5795,7359,003800,67437493.5221,013900,139918084.587,,0.0,003800,013900,11228.2464993,167230,26047,hub,hub,non_hub,585444.239635,4509017.60641,585354.890073,4513523.52534
+13130,13130,127,108.0,013900,,40.768254,-73.988639,106.0,003900,40.7201717475,-74.00983051,1696.25680333,5253,7607,3059,7359,003900,194910113.03,013900,139918084.587,,0.0,003900,013900,11228.2464993,113624,26047,hub,hub,non_hub,583626.593058,4508165.65565,585354.890073,4513523.52534
+13131,13131,80,54.0,013900,,40.768254,-73.988639,66.0,004000,40.73000573,-73.98549552,1207.26135616,9801,7607,4546,7359,004000,66858387.5133,013900,139918084.587,,0.0,004000,013900,11228.2464993,99660,26047,hub,hub,non_hub,585669.269443,4509280.75306,585354.890073,4513523.52534
+13132,13132,55,54.0,013900,,40.768254,-73.988639,64.0,004100,40.7195529,-73.996789035,1897.1622807,7793,7607,3765,7359,004100,71738983.3617,013900,139918084.587,,0.0,004100,013900,11228.2464993,114685,26047,hub,hub,non_hub,584728.836557,4508109.46034,585354.890073,4513523.52534
+13133,13133,22,27.0,013900,,40.768254,-73.988639,35.0,004200,40.73223272,-73.98889957,1560.22727273,4988,7607,1801,7359,004200,39941846.3325,013900,139918084.587,,0.0,004200,013900,11228.2464993,50846,26047,hub,hub,non_hub,585378.96492,4509524.64843,585354.890073,4513523.52534
+13134,13134,52,54.0,013900,,40.768254,-73.988639,67.0,004300,40.723870235,-73.995226525,1611.06060606,4267,7607,2598,7359,004300,65935514.1184,013900,139918084.587,,0.0,004300,013900,11228.2464993,95162,26047,hub,hub,non_hub,584855.320992,4508590.22212,585354.890073,4513523.52534
+13135,13135,45,54.0,013900,,40.768254,-73.988639,60.0,004400,40.73080269,-73.97968993,1735.2375,17710,7607,8297,7359,004400,114601147.016,013900,139918084.587,,0.0,004400,013900,11228.2464993,106427,26047,hub,hub,non_hub,586158.498991,4509374.90208,585354.890073,4513523.52534
+13136,13136,17,27.0,013900,,40.768254,-73.988639,27.0,004500,40.71910537,-73.99973337,2020.23529412,840,7607,582,7359,004500,52009114.8865,013900,139918084.587,,0.0,004500,013900,11228.2464993,34275,26047,hub,hub,non_hub,584480.726971,4508056.94497,585354.890073,4513523.52534
+13137,13137,19,27.0,013900,,40.768254,-73.988639,39.0,004700,40.72165481,-74.00234737,2001.52631579,2267,7607,1586,7359,004700,75477587.1594,013900,139918084.587,,0.0,004700,013900,11228.2464993,27544,26047,hub,hub,non_hub,584256.734795,4508337.43837,585354.890073,4513523.52534
+13138,13138,29,27.0,013900,,40.768254,-73.988639,35.0,004800,40.73624527,-73.98473765,1293.89655172,7550,7607,3799,7359,004800,74763044.6965,013900,139918084.587,,0.0,004800,013900,11228.2464993,42567,26047,hub,hub,non_hub,585725.258797,4509974.12516,585354.890073,4513523.52534
+13139,13139,90,54.0,013900,,40.768254,-73.988639,73.0,004900,40.724268615,-74.000521515,1602.02478448,4951,7607,3054,7359,004900,103848670.177,013900,139918084.587,,0.0,004900,013900,11228.2464993,80152,26047,hub,hub,non_hub,584407.63728,4508629.34168,585354.890073,4513523.52534
+13140,13140,81,81.0,013900,,40.768254,-73.988639,93.0,005000,40.7359163467,-73.9873427633,1344.27010448,5061,7607,3595,7359,005000,120638459.215,013900,139918084.587,,0.0,005000,013900,11228.2464993,111023,26047,hub,hub,non_hub,585505.709717,4509935.07175,585354.890073,4513523.52534
+13141,13141,164,54.0,013900,,40.768254,-73.988639,106.0,005200,40.73715585,-73.991241315,1020.6403125,4193,7607,1785,7359,005200,109103391.81,013900,139918084.587,,0.0,005200,013900,11228.2464993,159876,26047,hub,hub,non_hub,585174.941656,4510068.87544,585354.890073,4513523.52534
+13142,13142,73,27.0,013900,,40.768254,-73.988639,47.0,005400,40.73971301,-73.99456405,1159.76712329,4656,7607,2837,7359,005400,128803552.888,013900,139918084.587,,0.0,005400,013900,11228.2464993,73728,26047,hub,hub,non_hub,584891.129718,4510349.51956,585354.890073,4513523.52534
+13143,13143,39,27.0,013900,,40.768254,-73.988639,30.0,005501,40.72679454,-73.99695094,1661.17948718,5079,7607,2483,7359,005501,61061928.4125,013900,139918084.587,,0.0,005501,013900,11228.2464993,57258,26047,hub,hub,non_hub,584705.980012,4508913.17477,585354.890073,4513523.52534
+13144,13144,16,27.0,013900,,40.768254,-73.988639,27.0,005502,40.72743423,-73.99379025,2017.0,2383,7607,1262,7359,005502,49017118.6146,013900,139918084.587,,0.0,005502,013900,11228.2464993,55117,26047,hub,hub,non_hub,584972.085912,4508987.23863,585354.890073,4513523.52534
+13145,13145,80,54.0,013900,,40.768254,-73.988639,95.0,005600,40.74065347,-73.98778661,1202.34203297,2618,7607,2190,7359,005600,189153355.609,013900,139918084.587,,0.0,005600,013900,11228.2464993,113209,26047,hub,hub,non_hub,585462.168743,4510460.49357,585354.890073,4513523.52534
+13146,13146,77,54.0,013900,,40.768254,-73.988639,82.0,005700,40.729662915,-73.992405595,1545.51280738,2937,7607,1789,7359,005700,90178032.7137,013900,139918084.587,,0.0,005700,013900,11228.2464993,156896,26047,hub,hub,non_hub,585086.179601,4509235.9788,585354.890073,4513523.52534
+13147,13147,234,54.0,013900,,40.768254,-73.988639,87.0,005800,40.743154205,-73.990299735,1115.72518213,3182,7607,2306,7359,005800,164037511.755,013900,139918084.587,,0.0,005800,013900,11228.2464993,130970,26047,hub,hub,non_hub,585246.786708,4510735.64918,585354.890073,4513523.52534
+13148,13148,32,27.0,013900,,40.768254,-73.988639,31.0,005900,40.73049393,-73.9957214,1332.8125,5516,7607,3276,7359,005900,71785177.1361,013900,139918084.587,,0.0,005900,013900,11228.2464993,53180,26047,hub,hub,non_hub,584805.117401,4509325.01914,585354.890073,4513523.52534
+13149,13149,44,54.0,013900,,40.768254,-73.988639,63.0,006000,40.734822295,-73.976916765,1271.72315789,5286,7607,2459,7359,006000,27468182.8943,013900,139918084.587,,0.0,006000,013900,11228.2464993,80462,26047,hub,hub,non_hub,586387.478737,4509823.83141,585354.890073,4513523.52534
+13150,13150,166,108.0,013900,,40.768254,-73.988639,141.0,006100,40.73385254,-73.992357065,1372.32431368,4913,7607,2683,7359,006100,91682014.33,013900,139918084.587,,0.0,006100,013900,11228.2464993,245510,26047,hub,hub,non_hub,585084.940162,4509701.10308,585354.890073,4513523.52534
+13151,13151,19,27.0,013900,,40.768254,-73.988639,30.0,006200,40.7381765,-73.97738662,1450.10526316,4680,7607,1401,7359,006200,231817485.533,013900,139918084.587,,0.0,006200,013900,11228.2464993,33218,26047,hub,hub,non_hub,586343.467107,4510195.70961,585354.890073,4513523.52534
+13152,13152,127,81.0,013900,,40.768254,-73.988639,99.0,006300,40.7346940933,-73.99785666,1391.55416778,6076,7607,4277,7359,006300,85447631.8451,013900,139918084.587,,0.0,006300,013900,11228.2464993,120233,26047,hub,hub,non_hub,584619.48321,4509789.20591,585354.890073,4513523.52534
+13153,13153,29,27.0,013900,,40.768254,-73.988639,39.0,006400,40.73587678,-73.98205027,1464.68965517,7518,7607,5058,7359,006400,95664936.1545,013900,139918084.587,,0.0,006400,013900,11228.2464993,47750,26047,hub,hub,non_hub,585952.649806,4509935.84788,585354.890073,4513523.52534
+13154,13154,134,81.0,013900,,40.768254,-73.988639,106.0,006500,40.7306296367,-73.9991423,1460.60173637,6517,7607,3568,7359,006500,59290910.3694,013900,139918084.587,,0.0,006500,013900,11228.2464993,125356,26047,hub,hub,non_hub,584516.067395,4509336.78488,585354.890073,4513523.52534
+13155,13155,49,54.0,013900,,40.768254,-73.988639,82.0,006600,40.739285505,-73.97827188,1440.12777778,11780,7607,6818,7359,006600,84730469.4548,013900,139918084.587,,0.0,006600,013900,11228.2464993,74621,26047,hub,hub,non_hub,586267.286922,4510317.94668,585354.890073,4513523.52534
+13156,13156,69,27.0,013900,,40.768254,-73.988639,39.0,006700,40.73038599,-74.00214988,1371.5942029,4984,7607,3796,7359,006700,47238039.9972,013900,139918084.587,,0.0,006700,013900,11228.2464993,70025,26047,hub,hub,non_hub,584262.399901,4509306.84766,585354.890073,4513523.52534
+13157,13157,44,27.0,013900,,40.768254,-73.988639,39.0,006800,40.74025878,-73.98409214,1137.88636364,6735,7607,4494,7359,006800,130298431.446,013900,139918084.587,,0.0,006800,013900,11228.2464993,58926,26047,hub,hub,non_hub,585774.608423,4510420.28363,585354.890073,4513523.52534
+13158,13158,241,54.0,013900,,40.768254,-73.988639,67.0,006900,40.732319905,-74.0069291,1373.85091979,2687,7607,1484,7359,006900,61292499.9331,013900,139918084.587,,0.0,006900,013900,11228.2464993,130727,26047,hub,hub,non_hub,583856.38945,4509516.94969,585354.890073,4513523.52534
+13159,13159,388,81.0,013900,,40.768254,-73.988639,127.0,007000,40.7425297772,-73.9756426025,1133.55257248,8302,7607,5669,7359,007000,78634704.8451,013900,139918084.587,,0.0,007000,013900,11228.2464993,145227,26047,hub,hub,non_hub,586485.084944,4510680.6713,585354.890073,4513523.52534
+13160,13160,42,54.0,013900,,40.768254,-73.988639,71.0,007100,40.736526545,-74.000108805,1313.79708223,5633,7607,3844,7359,007100,68447429.2743,013900,139918084.587,,0.0,007100,013900,11228.2464993,79459,26047,hub,hub,non_hub,584426.995774,4509990.4524,585354.890073,4513523.52534
+13161,13161,210,81.0,013900,,40.768254,-73.988639,126.0,007200,40.7447014833,-73.98154809,1075.08338539,7734,7607,5222,7359,007200,132092861.454,013900,139918084.587,,0.0,007200,013900,11228.2464993,157612,26047,hub,hub,non_hub,585983.687715,4510915.94446,585354.890073,4513523.52534
+13162,13162,107,54.0,013900,,40.768254,-73.988639,59.0,007300,40.734682705,-74.00388484,1481.35399011,5615,7607,4547,7359,007300,48716185.79,013900,139918084.587,,0.0,007300,013900,11228.2464993,92567,26047,hub,hub,non_hub,584110.479319,4509782.14883,585354.890073,4513523.52534
+13163,13163,182,54.0,013900,,40.768254,-73.988639,86.0,007400,40.746413585,-73.98586892,1004.09555119,4179,7607,2700,7359,007400,170614202.951,013900,139918084.587,,0.0,007400,013900,11228.2464993,81121,26047,hub,hub,non_hub,585616.696258,4511101.7763,585354.890073,4513523.52534
+13164,13164,182,54.0,013900,,40.768254,-73.988639,69.0,007600,40.74737476,-73.988320695,948.75057807,2203,7607,1573,7359,007600,242014413.464,013900,139918084.587,,0.0,007600,013900,11228.2464993,97464,26047,hub,hub,non_hub,585408.475283,4511206.08492,585354.890073,4513523.52534
+13165,13165,88,27.0,013900,,40.768254,-73.988639,43.0,007700,40.7390169121,-74.0026376103,1328.69318182,5404,7607,4254,7359,007700,59306273.1509,013900,139918084.587,,0.0,007700,013900,11228.2464993,79025,26047,hub,hub,non_hub,584210.329106,4510264.47156,585354.890073,4513523.52534
+13166,13166,114,27.0,013900,,40.768254,-73.988639,39.0,007800,40.74780373,-73.9734419,980.184210526,7380,7607,5372,7359,007800,112124597.728,013900,139918084.587,,0.0,007800,013900,11228.2464993,59601,26047,hub,hub,non_hub,586664.043115,4511268.28888,585354.890073,4513523.52534
+13167,13167,345,135.0,013900,,40.768254,-73.988639,174.0,007900,40.738916514,-74.007286026,1320.35387529,4406,7607,2904,7359,007900,86937368.5918,013900,139918084.587,,0.0,007900,013900,11228.2464993,171846,26047,hub,hub,non_hub,583817.969395,4510248.87788,585354.890073,4513523.52534
+13168,13168,73,54.0,013900,,40.768254,-73.988639,71.0,008000,40.7485693,-73.97717991,940.190869565,4946,7607,3730,7359,008000,197763821.532,013900,139918084.587,,0.0,008000,013900,11228.2464993,74808,26047,hub,hub,non_hub,586347.477591,4511349.58844,585354.890073,4513523.52534
+13169,13169,68,27.0,013900,,40.768254,-73.988639,39.0,008100,40.73935542,-73.99931783,924.794117647,8675,7607,5315,7359,008100,91100400.6907,013900,139918084.587,,0.0,008100,013900,11228.2464993,53195,26047,hub,hub,non_hub,584490.204148,4510305.23824,585354.890073,4513523.52534
+13170,13170,465,81.0,013900,,40.768254,-73.988639,175.0,008200,40.7519427083,-73.9793505753,945.572510528,3442,7607,2534,7359,008200,262405408.076,013900,139918084.587,,0.0,008200,013900,11228.2464993,228612,26047,hub,hub,non_hub,586159.870103,4511721.92811,585354.890073,4513523.52534
+13171,13171,411,108.0,013900,,40.768254,-73.988639,119.0,008300,40.742591315,-74.004102785,1135.33691848,4211,7607,2321,7359,008300,119862327.354,013900,139918084.587,,0.0,008300,013900,11228.2464993,186113,26047,hub,hub,non_hub,584082.11654,4510659.85081,585354.890073,4513523.52534
+13172,13172,70,27.0,013900,,40.768254,-73.988639,38.0,008400,40.75038009,-73.98338988,909.485714286,1726,7607,1041,7359,008400,147824461.739,013900,139918084.587,,0.0,008400,013900,11228.2464993,34199,26047,hub,hub,non_hub,585820.889203,4511544.50828,585354.890073,4513523.52534
+13173,13173,92,27.0,013900,,40.768254,-73.988639,43.0,008601,40.744219,-73.97121214,1197.51086957,2551,7607,1528,7359,008601,31141773.9073,013900,139918084.587,,0.0,008601,013900,11228.2464993,31961,26047,hub,hub,non_hub,586856.951039,4510872.56191,585354.890073,4513523.52534
+13174,13174,237,54.0,013900,,40.768254,-73.988639,78.0,008700,40.74206378,-73.995708955,1253.95199275,6671,7607,4249,7359,008700,85660216.7821,013900,139918084.587,,0.0,008700,013900,11228.2464993,152953,26047,hub,hub,non_hub,584791.475936,4510609.36503,585354.890073,4513523.52534
+13175,13175,69,54.0,013900,,40.768254,-73.988639,78.0,008800,40.75012189,-73.970133575,1044.21938776,6964,7607,5507,7359,008800,216532475.876,013900,139918084.587,,0.0,008800,013900,11228.2464993,43247,26047,hub,hub,non_hub,586940.323322,4511528.89362,585354.890073,4513523.52534
+13176,13176,271,81.0,013900,,40.768254,-73.988639,120.0,008900,40.74529008,-74.0021768567,1167.53203661,5560,7607,3511,7359,008900,54419260.2723,013900,139918084.587,,0.0,008900,013900,11228.2464993,158638,26047,hub,hub,non_hub,584241.316685,4510961.27944,585354.890073,4513523.52534
+13177,13177,105,81.0,013900,,40.768254,-73.988639,110.0,009000,40.75261798,-73.9703317533,962.639045237,7026,7607,5832,7359,009000,208846060.851,013900,139918084.587,,0.0,009000,013900,11228.2464993,74531,26047,hub,hub,non_hub,586920.342162,4511805.78171,585354.890073,4513523.52534
+13178,13178,65,27.0,013900,,40.768254,-73.988639,39.0,009100,40.74487634,-73.99529885,1111.72307692,6415,7607,4386,7359,009100,127325659.041,013900,139918084.587,,0.0,009100,013900,11228.2464993,63878,26047,hub,hub,non_hub,584822.527687,4510921.97538,585354.890073,4513523.52534
+13179,13179,556,54.0,013900,,40.768254,-73.988639,110.0,009200,40.7548518863,-73.9734329075,818.730958488,1754,7607,1461,7359,009200,408192557.246,013900,139918084.587,,0.0,009200,013900,11228.2464993,72226,26047,hub,hub,non_hub,586655.650548,4512050.69496,585354.890073,4513523.52534
+13180,13180,120,27.0,013900,,40.768254,-73.988639,39.0,009300,40.74475148,-73.99915362,1092.43333333,9705,7607,5585,7359,009300,68528055.2433,013900,139918084.587,,0.0,009300,013900,11228.2464993,52202,26047,hub,hub,non_hub,584497.239363,4510904.39701,585354.890073,4513523.52534
+13181,13181,418,27.0,013900,,40.768254,-73.988639,31.0,009400,40.75320159,-73.9779874,818.877990431,29,7607,16,7359,009400,299218147.811,013900,139918084.587,,0.0,009400,013900,11228.2464993,82147,26047,hub,hub,non_hub,586273.319314,4511863.01244,585354.890073,4513523.52534
+13182,13182,98,27.0,013900,,40.768254,-73.988639,51.0,009500,40.746647,-73.993915,934.959183673,3425,7607,1416,7359,009500,129660033.725,013900,139918084.587,,0.0,009500,013900,11228.2464993,57488,26047,hub,hub,non_hub,584937.108907,4511119.86954,585354.890073,4513523.52534
+13183,13183,334,81.0,013900,,40.768254,-73.988639,140.0,009600,40.7560318426,-73.9803559502,723.306929568,153,7607,268,7359,009600,270304841.585,013900,139918084.587,,0.0,009600,013900,11228.2464993,71527,26047,hub,hub,non_hub,586069.724271,4512174.8656,585354.890073,4513523.52534
+13184,13184,320,81.0,013900,,40.768254,-73.988639,99.0,009700,40.7493616033,-73.9991321067,904.377441182,4744,7607,2827,7359,009700,83018263.1602,013900,139918084.587,,0.0,009700,013900,11228.2464993,118804,26047,hub,hub,non_hub,584493.220017,4511416.17434,585354.890073,4513523.52534
+13185,13185,62,54.0,013900,,40.768254,-73.988639,70.0,009800,40.755285655,-73.96667288,901.411324786,7105,7607,5244,7359,009800,115943808.909,013900,139918084.587,,0.0,009800,013900,11228.2464993,40039,26047,hub,hub,non_hub,587225.727282,4512105.54383,585354.890073,4513523.52534
+13186,13186,1086,135.0,013900,,40.768254,-73.988639,185.0,009900,40.7520807866,-74.0031899092,843.552135615,3617,7607,2438,7359,009900,404439511.776,013900,139918084.587,,0.0,009900,013900,11228.2464993,208076,26047,hub,hub,non_hub,584147.226991,4511714.12465,585354.890073,4513523.52534
+13187,13187,366,81.0,013900,,40.768254,-73.988639,121.0,010000,40.7583696933,-73.9710287767,713.861769016,1829,7607,1399,7359,010000,366457143.613,013900,139918084.587,,0.0,010000,013900,11228.2464993,72085,26047,hub,hub,non_hub,586854.014885,4512443.57459,585354.890073,4513523.52534
+13188,13188,449,81.0,013900,,40.768254,-73.988639,127.0,010100,40.74945622,-73.9903382667,893.472784222,1119,7607,828,7359,010100,246168211.101,013900,139918084.587,,0.0,010100,013900,11228.2464993,183377,26047,hub,hub,non_hub,585235.486219,4511435.18064,585354.890073,4513523.52534
+13189,13189,460,54.0,013900,,40.768254,-73.988639,81.0,010200,40.7606694,-73.973473555,583.619033389,313,7607,268,7359,010200,333450202.294,013900,139918084.587,,0.0,010200,013900,11228.2464993,46675,26047,hub,hub,non_hub,586644.664817,4512696.44233,585354.890073,4513523.52534
+13190,13190,2008,54.0,013900,,40.768254,-73.988639,98.0,010300,40.751000495,-73.994372255,768.895937163,1859,7607,1351,7359,010300,141506056.87,013900,139918084.587,,0.0,010300,013900,11228.2464993,221593,26047,hub,hub,non_hub,584892.968075,4511602.69644,585354.890073,4513523.52534
+13191,13191,470,54.0,013900,,40.768254,-73.988639,75.0,010400,40.761664375,-73.976854975,561.876589574,1031,7607,1033,7359,010400,363981333.295,013900,139918084.587,,0.0,010400,013900,11228.2464993,65073,26047,hub,hub,non_hub,586357.961325,4512803.55852,585354.890073,4513523.52534
+13192,13192,34,27.0,013900,,40.768254,-73.988639,33.0,010602,40.75849116,-73.95920622,1245.88235294,4794,7607,2963,7359,010602,67980898.3739,013900,139918084.587,,0.0,010602,013900,11228.2464993,22153,26047,hub,hub,non_hub,587851.796682,4512468.82754,585354.890073,4513523.52534
+13193,13193,356,81.0,013900,,40.768254,-73.988639,117.0,010800,40.7591736033,-73.96613818,858.233855372,8531,7607,6272,7359,010800,189351523.799,013900,139918084.587,,0.0,010800,013900,11228.2464993,79198,26047,hub,hub,non_hub,587265.778542,4512537.66689,585354.890073,4513523.52534
+13194,13194,130,54.0,013900,,40.768254,-73.988639,114.0,010900,40.751351715,-73.987594755,853.813095238,182,7607,92,7359,010900,228173063.011,013900,139918084.587,,0.0,010900,013900,11228.2464993,60092,26047,hub,hub,non_hub,585464.669441,4511648.26242,585354.890073,4513523.52534
+13195,13195,246,27.0,013900,,40.768254,-73.988639,59.0,011201,40.7643971,-73.97371465,630.593495935,827,7607,964,7359,011201,118515444.187,013900,139918084.587,,0.0,011201,013900,11228.2464993,41525,26047,hub,hub,non_hub,586619.474659,4513110.00718,585354.890073,4513523.52534
+13196,13196,191,27.0,013900,,40.768254,-73.988639,33.0,011203,40.76095756,-73.96724467,787.921465969,1176,7607,1160,7359,011203,143782379.009,013900,139918084.587,,0.0,011203,013900,11228.2464993,48033,26047,hub,hub,non_hub,587170.050102,4512734.59972,585354.890073,4513523.52534
+13197,13197,930,108.0,013900,,40.768254,-73.988639,198.0,011300,40.7548008425,-73.9888010575,684.548201548,204,7607,107,7359,011300,357940519.061,013900,139918084.587,,0.0,011300,013900,11228.2464993,236650,26047,hub,hub,non_hub,585358.423228,4512029.96675,585354.890073,4513523.52534
+13198,13198,1266,54.0,013900,,40.768254,-73.988639,82.0,011500,40.75701407,-73.992353645,546.415949328,2487,7607,1678,7359,011500,130958459.747,013900,139918084.587,,0.0,011500,013900,11228.2464993,103294,26047,hub,hub,non_hub,585055.712647,4512272.20178,585354.890073,4513523.52534
+13199,13199,379,54.0,013900,,40.768254,-73.988639,84.0,011700,40.76058799,-74.00080945,668.503186316,2938,7607,2304,7359,011700,91270705.1484,013900,139918084.587,,0.0,011700,013900,11228.2464993,73016,26047,hub,hub,non_hub,584337.427395,4512660.77158,585354.890073,4513523.52534
+13200,13200,129,27.0,013900,,40.768254,-73.988639,34.0,011900,40.7568001,-73.98291153,662.209302326,1079,7607,1121,7359,011900,395254501.74,013900,139918084.587,,0.0,011900,013900,11228.2464993,39976,26047,hub,hub,non_hub,585853.012005,4512257.64444,585354.890073,4513523.52534
+13201,13201,2159,81.0,013900,,40.768254,-73.988639,109.0,012100,40.7598593767,-73.9914900133,430.101290478,8366,7607,5744,7359,012100,101223732.045,013900,139918084.587,,0.0,012100,013900,11228.2464993,132767,26047,hub,hub,non_hub,585124.983126,4512588.88932,585354.890073,4513523.52534
+13202,13202,299,27.0,013900,,40.768254,-73.988639,51.0,012500,40.76064679,-73.98442659,461.220735786,2439,7607,2096,7359,012500,322911522.418,013900,139918084.587,,0.0,012500,013900,11228.2464993,45486,26047,hub,hub,non_hub,585720.180916,4512683.17447,585354.890073,4513523.52534
+13203,13203,1217,54.0,013900,,40.768254,-73.988639,84.0,012700,40.762485435,-73.990447135,321.30893261,6437,7607,4434,7359,012700,104637996.687,013900,139918084.587,,0.0,012700,013900,11228.2464993,83393,26047,hub,hub,non_hub,585209.656415,4512881.41361,585354.890073,4513523.52534
+13204,13204,196,27.0,013900,,40.768254,-73.988639,24.0,012900,40.76341379,-73.99667444,423.637755102,5312,7607,3621,7359,012900,158698340.053,013900,139918084.587,,0.0,012900,013900,11228.2464993,28661,26047,hub,hub,non_hub,584682.864463,4512978.43901,585354.890073,4513523.52534
+13205,13205,812,81.0,013900,,40.768254,-73.988639,160.0,013100,40.7621295133,-73.98215453,413.871132901,2489,7607,2283,7359,013100,405023451.28,013900,139918084.587,,0.0,013100,013900,11228.2464993,107228,26047,hub,hub,non_hub,585910.04945,4512849.98999,585354.890073,4513523.52534
+13206,13206,1122,81.0,013900,,40.768254,-73.988639,101.0,013300,40.7647250567,-73.9866537633,324.622352645,5363,7607,3909,7359,013300,79847412.2593,013900,139918084.587,,0.0,013300,013900,11228.2464993,89810,26047,hub,hub,non_hub,585526.963405,4513133.71926,585354.890073,4513523.52534
+13207,13207,218,54.0,013900,,40.768254,-73.988639,65.0,013500,40.766984435,-73.99227308,594.612159864,6075,7607,3935,7359,013500,198199142.958,013900,139918084.587,,0.0,013500,013900,11228.2464993,64723,26047,hub,hub,non_hub,585049.80204,4513379.06475,585354.890073,4513523.52534
+13208,13208,1296,54.0,013900,,40.768254,-73.988639,98.0,013700,40.766109285,-73.981808355,346.932525288,6557,7607,5442,7359,013700,314878324.419,013900,139918084.587,,0.0,013700,013900,11228.2464993,91142,26047,hub,hub,non_hub,585934.141665,4513292.1137,585354.890073,4513523.52534
+13209,13209,96,27.0,013900,,40.768254,-73.988639,49.0,014300,40.76590936,-73.97634151,842.4375,3,7607,0,7359,014300,50027992.3322,013900,139918084.587,,0.0,014300,013900,11228.2464993,21051,26047,hub,hub,non_hub,586395.803012,4513275.28949,585354.890073,4513523.52534
+13210,13210,544,27.0,013900,,40.768254,-73.988639,36.0,014500,40.76915505,-73.98191841,390.580882353,5811,7607,3462,7359,014500,253397343.373,013900,139918084.587,,0.0,014500,013900,11228.2464993,68350,26047,hub,hub,non_hub,585920.929601,4513630.10902,585354.890073,4513523.52534
+13211,13211,71,27.0,013900,,40.768254,-73.988639,55.0,014700,40.770513,-73.988038,911.915492958,2586,7607,1743,7359,014700,70871746.8417,013900,139918084.587,,0.0,014700,013900,11228.2464993,35099,26047,hub,hub,non_hub,585402.720353,4513774.87644,585354.890073,4513523.52534
+13212,13212,50,27.0,013900,,40.768254,-73.988639,36.0,015100,40.771522,-73.990541,589.6,8105,7607,4856,7359,015100,164953931.102,013900,139918084.587,,0.0,015100,013900,11228.2464993,17578,26047,hub,hub,non_hub,585190.192062,4513884.4495,585354.890073,4513523.52534
+13213,13213,282,54.0,013900,,40.768254,-73.988639,70.0,031703,40.71644312,-74.014902115,1771.63579734,8670,7607,4231,7359,031703,332361109.355,013900,139918084.587,,0.0,031703,013900,11228.2464993,136082,26047,hub,hub,non_hub,583202.897614,4507746.93647,585354.890073,4513523.52534
+13214,13214,137,81.0,013900,,40.768254,-73.988639,98.0,031704,40.7085171733,-74.0165557667,1994.21339651,6610,7607,3790,7359,031704,160823714.408,013900,139918084.587,,0.0,031704,013900,11228.2464993,105244,26047,hub,hub,non_hub,583073.076824,4506865.54027,585354.890073,4513523.52534
+13215,13215,6,81.0,013900,6.29117752379,40.768254,-73.988639,85.0,000600,40.713482645,-73.98883174,1692.05577844,11558,7607,4083,7359,000600,59149181.7526,013900,139918084.587,,0.0,000600,013900,11228.2464993,70053,26047,hub,hub,non_hub,585408.65965,4507443.32962,585354.890073,4513523.52534
+13216,13216,12,147.0,014300,,40.76590936,-73.97634151,54.0,000202,40.71318002,-73.9818904933,1749.77777778,8012,3,3598,0,000202,37878157.9781,014300,50027992.3322,014300,102765442.0,000202,014300,8542.77247268,56352,18641,hub,hub,non_hub,585995.353038,4507416.50937,586395.803012,4513275.28949
+13217,13217,93,343.0,014300,7.19051152868,40.76590936,-73.97634151,258.0,000700,40.7058951367,-74.0084957883,2232.32392716,7722,3,5201,0,000700,476954959.734,014300,50027992.3322,014300,102765442.0,000700,014300,8542.77247268,160040,18641,hub,hub,non_hub,583757.21141,4506582.1315,586395.803012,4513275.28949
+13218,13218,8,98.0,014300,,40.76590936,-73.97634151,47.0,000800,40.712414475,-73.993471545,1322.4,10365,3,4150,0,000800,46479755.076,014300,50027992.3322,014300,102765442.0,000800,014300,8542.77247268,34254,18641,hub,hub,non_hub,585018.109713,4507320.25418,586395.803012,4513275.28949
+13219,13219,21,147.0,014300,7.53582056711,40.76590936,-73.97634151,97.0,000900,40.701885965,-74.01253279,2267.47812972,1140,3,939,0,000900,404341803.896,014300,50027992.3322,014300,102765442.0,000900,014300,8542.77247268,46446,18641,hub,hub,non_hub,583421.183572,4506133.24692,586395.803012,4513275.28949
+13220,13220,0,49.0,014300,5.34713565175,,,19.0,001002,,,1836.11963171,6439,3,2346,0,001002,22763374.2099,014300,50027992.3322,014300,102765442.0,001002,014300,8542.77247268,15916,18641,hub,hub,non_hub,inf,inf,inf,inf
+13221,13221,15,98.0,014300,,40.76590936,-73.97634151,46.0,001200,40.717364275,-73.982955325,2043.46590909,3547,3,1857,0,001200,23518220.7411,014300,50027992.3322,014300,102765442.0,001200,014300,8542.77247268,36493,18641,hub,hub,non_hub,585900.031125,4507879.94738,586395.803012,4513275.28949
+13222,13222,9,49.0,014300,,40.76590936,-73.97634151,36.0,001300,40.70463334,-74.01361706,1943.66666667,3776,3,3028,0,001300,286606455.687,014300,50027992.3322,014300,102765442.0,001300,014300,8542.77247268,27671,18641,hub,hub,non_hub,583326.158808,4506437.19368,586395.803012,4513275.28949
+13223,13223,12,49.0,014300,,40.76590936,-73.97634151,28.0,001401,40.71559509,-73.9870295,1203.83333333,3289,3,1708,0,001401,20168722.3199,014300,50027992.3322,014300,102765442.0,001401,014300,8542.77247268,26885,18641,hub,hub,non_hub,585558.18429,4507679.57909,586395.803012,4513275.28949
+13224,13224,7,98.0,014300,6.79704181885,40.76590936,-73.97634151,67.0,001501,40.71146364,-74.00552427,2120.40397581,5581,3,3450,0,001501,172466366.322,014300,50027992.3322,014300,102765442.0,001501,014300,8542.77247268,27425,18641,hub,hub,non_hub,584001.23563,4507203.10852,586395.803012,4513275.28949
+13225,13225,28,147.0,014300,,40.76590936,-73.97634151,123.0,001502,40.7088053467,-74.00635276,2096.06565657,7095,3,3459,0,001502,221282059.103,014300,50027992.3322,014300,102765442.0,001502,014300,8542.77247268,82052,18641,hub,hub,non_hub,583934.59195,4506907.22889,586395.803012,4513275.28949
+13226,13226,22,147.0,014300,,40.76590936,-73.97634151,107.0,001600,40.7153350167,-73.9943926833,2106.62433862,8236,3,3242,0,001600,76565505.7581,014300,50027992.3322,014300,102765442.0,001600,014300,8542.77247268,82798,18641,hub,hub,non_hub,584936.591099,4507643.5622,586395.803012,4513275.28949
+13227,13227,58,196.0,014300,,40.76590936,-73.97634151,154.0,001800,40.7193657075,-73.9906468425,1708.25625,8063,3,3489,0,001800,60554858.5127,014300,50027992.3322,014300,102765442.0,001800,014300,8542.77247268,133306,18641,hub,hub,non_hub,585247.838585,4508094.62497,586395.803012,4513275.28949
+13228,13228,65,98.0,014300,,40.76590936,-73.97634151,46.0,002000,40.721554605,-73.977309405,1514.9137931,4795,3,1899,0,002000,17907673.5628,014300,50027992.3322,014300,102765442.0,002000,014300,8542.77247268,31656,18641,hub,hub,non_hub,586371.478696,4508350.63994,586395.803012,4513275.28949
+13229,13229,39,196.0,014300,,40.76590936,-73.97634151,102.0,002100,40.71451321,-74.0108850975,2035.31944444,6111,3,3038,0,002100,273869828.705,014300,50027992.3322,014300,102765442.0,002100,014300,8542.77247268,151037,18641,hub,hub,non_hub,583544.598931,4507536.51732,586395.803012,4513275.28949
+13230,13230,8,98.0,014300,,40.76590936,-73.97634151,44.0,002201,40.71833027,-73.980972895,2026.625,6762,3,3030,0,002201,37585954.9949,014300,50027992.3322,014300,102765442.0,002201,014300,8542.77247268,26391,18641,hub,hub,non_hub,586066.226443,4507989.12022,586395.803012,4513275.28949
+13231,13231,12,49.0,014300,,40.76590936,-73.97634151,31.0,002202,40.7208736,-73.98085795,1709.66666667,2256,3,1045,0,002202,13179093.8977,014300,50027992.3322,014300,102765442.0,002202,014300,8542.77247268,23935,18641,hub,hub,non_hub,586072.658368,4508271.55961,586395.803012,4513275.28949
+13232,13232,16,98.0,014300,,40.76590936,-73.97634151,48.0,002400,40.724744875,-73.974986535,2157.65,5775,3,2175,0,002400,17986635.5592,014300,50027992.3322,014300,102765442.0,002400,014300,8542.77247268,17965,18641,hub,hub,non_hub,586563.526382,4508707.06897,586395.803012,4513275.28949
+13233,13233,12,98.0,014300,,40.76590936,-73.97634151,62.0,002500,40.7111743,-73.99849582,1944.9375,5061,3,1917,0,002500,22428407.6271,014300,50027992.3322,014300,102765442.0,002500,014300,8542.77247268,28216,18641,hub,hub,non_hub,584595.28909,4507177.73549,586395.803012,4513275.28949
+13234,13234,15,49.0,014300,,40.76590936,-73.97634151,31.0,002601,40.72299208,-73.97995466,1608.33333333,3774,3,1593,0,002601,22248722.3098,014300,50027992.3322,014300,102765442.0,002601,014300,8542.77247268,22144,18641,hub,hub,non_hub,586146.216204,4508507.61099,586395.803012,4513275.28949
+13235,13235,3,49.0,014300,,40.76590936,-73.97634151,27.0,002700,40.71307916,-73.99851193,2187.0,1191,3,655,0,002700,11349914.9514,014300,50027992.3322,014300,102765442.0,002700,014300,8542.77247268,20570,18641,hub,hub,non_hub,584591.517275,4507389.17181,586395.803012,4513275.28949
+13236,13236,23,49.0,014300,,40.76590936,-73.97634151,32.0,002800,40.72521311,-73.97768752,1793.34782609,7302,3,3341,0,002800,47641507.3146,014300,50027992.3322,014300,102765442.0,002800,014300,8542.77247268,36744,18641,hub,hub,non_hub,586334.816403,4508756.38709,586395.803012,4513275.28949
+13237,13237,8,49.0,014300,,40.76590936,-73.97634151,43.0,002900,40.71602118,-73.99974372,1925.625,5855,3,2420,0,002900,200965547.24,014300,50027992.3322,014300,102765442.0,002900,014300,8542.77247268,31936,18641,hub,hub,non_hub,584483.752153,4507714.56961,586395.803012,4513275.28949
+13238,13238,10,49.0,014300,,40.76590936,-73.97634151,35.0,003001,40.72066442,-73.98517977,2185.7,4301,3,2553,0,003001,34302720.7166,014300,50027992.3322,014300,102765442.0,003001,014300,8542.77247268,41223,18641,hub,hub,non_hub,585707.91731,4508244.11218,586395.803012,4513275.28949
+13239,13239,23,49.0,014300,,40.76590936,-73.97634151,37.0,003002,40.72217444,-73.98368779,1896.30434783,3031,3,1885,0,003002,18686109.2263,014300,50027992.3322,014300,102765442.0,003002,014300,8542.77247268,38675,18641,hub,hub,non_hub,585831.986427,4508413.19181,586395.803012,4513275.28949
+13240,13240,20,147.0,014300,,40.76590936,-73.97634151,121.0,003100,40.7140617467,-74.0041933367,2518.43055556,2809,3,858,0,003100,145687012.574,014300,50027992.3322,014300,102765442.0,003100,014300,8542.77247268,81469,18641,hub,hub,non_hub,584110.388584,4507492.78891,586395.803012,4513275.28949
+13241,13241,141,147.0,014300,,40.76590936,-73.97634151,100.0,003200,40.7260543867,-73.9823576167,1635.61523199,7630,3,4888,0,003200,46369492.482,014300,50027992.3322,014300,102765442.0,003200,014300,8542.77247268,138064,18641,hub,hub,non_hub,585939.335766,4508845.19329,586395.803012,4513275.28949
+13242,13242,50,245.0,014300,,40.76590936,-73.97634151,173.0,003300,40.7188224202,-74.0063330611,1907.22692308,5174,3,2694,0,003300,215459582.054,014300,50027992.3322,014300,102765442.0,003300,014300,8542.77247268,115059,18641,hub,hub,non_hub,583923.675809,4508019.20784,586395.803012,4513275.28949
+13243,13243,30,49.0,014300,,40.76590936,-73.97634151,39.0,003400,40.72955361,-73.98057249,1458.96666667,6706,3,4203,0,003400,42933229.7541,014300,50027992.3322,014300,102765442.0,003400,014300,8542.77247268,47926,18641,hub,hub,non_hub,586085.581298,4509235.37985,586395.803012,4513275.28949
+13244,13244,51,98.0,014300,,40.76590936,-73.97634151,66.0,003601,40.72217423,-73.990293175,1966.39271255,3299,3,1613,0,003601,29191583.8104,014300,50027992.3322,014300,102765442.0,003601,014300,8542.77247268,77585,18641,hub,hub,non_hub,585274.124459,4508406.73315,586395.803012,4513275.28949
+13245,13245,49,98.0,014300,,40.76590936,-73.97634151,62.0,003602,40.724852985,-73.989265345,1635.66166667,2918,3,1586,0,003602,24941258.1161,014300,50027992.3322,014300,102765442.0,003602,014300,8542.77247268,82124,18641,hub,hub,non_hub,585357.507872,4508705.09166,586395.803012,4513275.28949
+13246,13246,138,196.0,014300,,40.76590936,-73.97634151,148.0,003700,40.7256696075,-74.0052069325,1826.00676407,2401,3,1490,0,003700,212385639.924,014300,50027992.3322,014300,102765442.0,003700,014300,8542.77247268,173333,18641,hub,hub,non_hub,584010.178026,4508780.36793,586395.803012,4513275.28949
+13247,13247,149,196.0,014300,,40.76590936,-73.97634151,160.0,003800,40.72765889,-73.988195855,1754.79406874,8610,3,5795,0,003800,67437493.5221,014300,50027992.3322,014300,102765442.0,003800,014300,8542.77247268,167230,18641,hub,hub,non_hub,585444.239635,4509017.60641,586395.803012,4513275.28949
+13248,13248,49,196.0,014300,,40.76590936,-73.97634151,106.0,003900,40.7201717475,-74.00983051,2152.93055556,5253,3,3059,0,003900,194910113.03,014300,50027992.3322,014300,102765442.0,003900,014300,8542.77247268,113624,18641,hub,hub,non_hub,583626.593058,4508165.65565,586395.803012,4513275.28949
+13249,13249,99,98.0,014300,,40.76590936,-73.97634151,66.0,004000,40.73000573,-73.98549552,1491.75,9801,3,4546,0,004000,66858387.5133,014300,50027992.3322,014300,102765442.0,004000,014300,8542.77247268,99660,18641,hub,hub,non_hub,585669.269443,4509280.75306,586395.803012,4513275.28949
+13250,13250,41,98.0,014300,,40.76590936,-73.97634151,64.0,004100,40.7195529,-73.996789035,2302.1,7793,3,3765,0,004100,71738983.3617,014300,50027992.3322,014300,102765442.0,004100,014300,8542.77247268,114685,18641,hub,hub,non_hub,584728.836557,4508109.46034,586395.803012,4513275.28949
+13251,13251,35,49.0,014300,,40.76590936,-73.97634151,35.0,004200,40.73223272,-73.98889957,1472.25714286,4988,3,1801,0,004200,39941846.3325,014300,50027992.3322,014300,102765442.0,004200,014300,8542.77247268,50846,18641,hub,hub,non_hub,585378.96492,4509524.64843,586395.803012,4513275.28949
+13252,13252,37,98.0,014300,,40.76590936,-73.97634151,67.0,004300,40.723870235,-73.995226525,1708.12333333,4267,3,2598,0,004300,65935514.1184,014300,50027992.3322,014300,102765442.0,004300,014300,8542.77247268,95162,18641,hub,hub,non_hub,584855.320992,4508590.22212,586395.803012,4513275.28949
+13253,13253,123,98.0,014300,,40.76590936,-73.97634151,60.0,004400,40.73080269,-73.97968993,1624.87436477,17710,3,8297,0,004400,114601147.016,014300,50027992.3322,014300,102765442.0,004400,014300,8542.77247268,106427,18641,hub,hub,non_hub,586158.498991,4509374.90208,586395.803012,4513275.28949
+13254,13254,12,49.0,014300,,40.76590936,-73.97634151,27.0,004500,40.71910537,-73.99973337,1837.0,840,3,582,0,004500,52009114.8865,014300,50027992.3322,014300,102765442.0,004500,014300,8542.77247268,34275,18641,hub,hub,non_hub,584480.726971,4508056.94497,586395.803012,4513275.28949
+13255,13255,19,49.0,014300,,40.76590936,-73.97634151,39.0,004700,40.72165481,-74.00234737,2131.73684211,2267,3,1586,0,004700,75477587.1594,014300,50027992.3322,014300,102765442.0,004700,014300,8542.77247268,27544,18641,hub,hub,non_hub,584256.734795,4508337.43837,586395.803012,4513275.28949
+13256,13256,45,49.0,014300,,40.76590936,-73.97634151,35.0,004800,40.73624527,-73.98473765,1436.02222222,7550,3,3799,0,004800,74763044.6965,014300,50027992.3322,014300,102765442.0,004800,014300,8542.77247268,42567,18641,hub,hub,non_hub,585725.258797,4509974.12516,586395.803012,4513275.28949
+13257,13257,38,98.0,014300,,40.76590936,-73.97634151,73.0,004900,40.724268615,-74.000521515,1703.79292929,4951,3,3054,0,004900,103848670.177,014300,50027992.3322,014300,102765442.0,004900,014300,8542.77247268,80152,18641,hub,hub,non_hub,584407.63728,4508629.34168,586395.803012,4513275.28949
+13258,13258,175,147.0,014300,,40.76590936,-73.97634151,93.0,005000,40.7359163467,-73.9873427633,1373.41547357,5061,3,3595,0,005000,120638459.215,014300,50027992.3322,014300,102765442.0,005000,014300,8542.77247268,111023,18641,hub,hub,non_hub,585505.709717,4509935.07175,586395.803012,4513275.28949
+13259,13259,219,98.0,014300,,40.76590936,-73.97634151,106.0,005200,40.73715585,-73.991241315,1195.16801013,4193,3,1785,0,005200,109103391.81,014300,50027992.3322,014300,102765442.0,005200,014300,8542.77247268,159876,18641,hub,hub,non_hub,585174.941656,4510068.87544,586395.803012,4513275.28949
+13260,13260,111,49.0,014300,,40.76590936,-73.97634151,47.0,005400,40.73971301,-73.99456405,1124.24324324,4656,3,2837,0,005400,128803552.888,014300,50027992.3322,014300,102765442.0,005400,014300,8542.77247268,73728,18641,hub,hub,non_hub,584891.129718,4510349.51956,586395.803012,4513275.28949
+13261,13261,30,49.0,014300,,40.76590936,-73.97634151,30.0,005501,40.72679454,-73.99695094,1591.1,5079,3,2483,0,005501,61061928.4125,014300,50027992.3322,014300,102765442.0,005501,014300,8542.77247268,57258,18641,hub,hub,non_hub,584705.980012,4508913.17477,586395.803012,4513275.28949
+13262,13262,20,49.0,014300,,40.76590936,-73.97634151,27.0,005502,40.72743423,-73.99379025,1289.9,2383,3,1262,0,005502,49017118.6146,014300,50027992.3322,014300,102765442.0,005502,014300,8542.77247268,55117,18641,hub,hub,non_hub,584972.085912,4508987.23863,586395.803012,4513275.28949
+13263,13263,121,98.0,014300,,40.76590936,-73.97634151,95.0,005600,40.74065347,-73.98778661,1249.82954545,2618,3,2190,0,005600,189153355.609,014300,50027992.3322,014300,102765442.0,005600,014300,8542.77247268,113209,18641,hub,hub,non_hub,585462.168743,4510460.49357,586395.803012,4513275.28949
+13264,13264,112,98.0,014300,,40.76590936,-73.97634151,82.0,005700,40.729662915,-73.992405595,1512.96929825,2937,3,1789,0,005700,90178032.7137,014300,50027992.3322,014300,102765442.0,005700,014300,8542.77247268,156896,18641,hub,hub,non_hub,585086.179601,4509235.9788,586395.803012,4513275.28949
+13265,13265,278,98.0,014300,,40.76590936,-73.97634151,87.0,005800,40.743154205,-73.990299735,1098.12691571,3182,3,2306,0,005800,164037511.755,014300,50027992.3322,014300,102765442.0,005800,014300,8542.77247268,130970,18641,hub,hub,non_hub,585246.786708,4510735.64918,586395.803012,4513275.28949
+13266,13266,34,49.0,014300,,40.76590936,-73.97634151,31.0,005900,40.73049393,-73.9957214,1410.23529412,5516,3,3276,0,005900,71785177.1361,014300,50027992.3322,014300,102765442.0,005900,014300,8542.77247268,53180,18641,hub,hub,non_hub,584805.117401,4509325.01914,586395.803012,4513275.28949
+13267,13267,78,98.0,014300,,40.76590936,-73.97634151,63.0,006000,40.734822295,-73.976916765,1476.61461908,5286,3,2459,0,006000,27468182.8943,014300,50027992.3322,014300,102765442.0,006000,014300,8542.77247268,80462,18641,hub,hub,non_hub,586387.478737,4509823.83141,586395.803012,4513275.28949
+13268,13268,175,196.0,014300,,40.76590936,-73.97634151,141.0,006100,40.73385254,-73.992357065,1415.89121167,4913,3,2683,0,006100,91682014.33,014300,50027992.3322,014300,102765442.0,006100,014300,8542.77247268,245510,18641,hub,hub,non_hub,585084.940162,4509701.10308,586395.803012,4513275.28949
+13269,13269,50,49.0,014300,,40.76590936,-73.97634151,30.0,006200,40.7381765,-73.97738662,1339.16,4680,3,1401,0,006200,231817485.533,014300,50027992.3322,014300,102765442.0,006200,014300,8542.77247268,33218,18641,hub,hub,non_hub,586343.467107,4510195.70961,586395.803012,4513275.28949
+13270,13270,151,147.0,014300,,40.76590936,-73.97634151,99.0,006300,40.7346940933,-73.99785666,1401.73650794,6076,3,4277,0,006300,85447631.8451,014300,50027992.3322,014300,102765442.0,006300,014300,8542.77247268,120233,18641,hub,hub,non_hub,584619.48321,4509789.20591,586395.803012,4513275.28949
+13271,13271,65,49.0,014300,,40.76590936,-73.97634151,39.0,006400,40.73587678,-73.98205027,1795.03076923,7518,3,5058,0,006400,95664936.1545,014300,50027992.3322,014300,102765442.0,006400,014300,8542.77247268,47750,18641,hub,hub,non_hub,585952.649806,4509935.84788,586395.803012,4513275.28949
+13272,13272,91,147.0,014300,,40.76590936,-73.97634151,106.0,006500,40.7306296367,-73.9991423,1512.49220374,6517,3,3568,0,006500,59290910.3694,014300,50027992.3322,014300,102765442.0,006500,014300,8542.77247268,125356,18641,hub,hub,non_hub,584516.067395,4509336.78488,586395.803012,4513275.28949
+13273,13273,91,98.0,014300,,40.76590936,-73.97634151,82.0,006600,40.739285505,-73.97827188,1247.30658537,11780,3,6818,0,006600,84730469.4548,014300,50027992.3322,014300,102765442.0,006600,014300,8542.77247268,74621,18641,hub,hub,non_hub,586267.286922,4510317.94668,586395.803012,4513275.28949
+13274,13274,69,49.0,014300,,40.76590936,-73.97634151,39.0,006700,40.73038599,-74.00214988,1408.08695652,4984,3,3796,0,006700,47238039.9972,014300,50027992.3322,014300,102765442.0,006700,014300,8542.77247268,70025,18641,hub,hub,non_hub,584262.399901,4509306.84766,586395.803012,4513275.28949
+13275,13275,71,49.0,014300,,40.76590936,-73.97634151,39.0,006800,40.74025878,-73.98409214,1422.42253521,6735,3,4494,0,006800,130298431.446,014300,50027992.3322,014300,102765442.0,006800,014300,8542.77247268,58926,18641,hub,hub,non_hub,585774.608423,4510420.28363,586395.803012,4513275.28949
+13276,13276,64,98.0,014300,,40.76590936,-73.97634151,67.0,006900,40.732319905,-74.0069291,1794.55753968,2687,3,1484,0,006900,61292499.9331,014300,50027992.3322,014300,102765442.0,006900,014300,8542.77247268,130727,18641,hub,hub,non_hub,583856.38945,4509516.94969,586395.803012,4513275.28949
+13277,13277,388,147.0,014300,,40.76590936,-73.97634151,127.0,007000,40.7425227127,-73.9756286848,1150.71317769,8302,3,5669,0,007000,78634704.8451,014300,50027992.3322,014300,102765442.0,007000,014300,8542.77247268,145227,18641,hub,hub,non_hub,586486.269164,4510679.90081,586395.803012,4513275.28949
+13278,13278,73,98.0,014300,,40.76590936,-73.97634151,71.0,007100,40.736526545,-74.000108805,1361.27131783,5633,3,3844,0,007100,68447429.2743,014300,50027992.3322,014300,102765442.0,007100,014300,8542.77247268,79459,18641,hub,hub,non_hub,584426.995774,4509990.4524,586395.803012,4513275.28949
+13279,13279,302,147.0,014300,,40.76590936,-73.97634151,126.0,007200,40.7447014833,-73.98154809,1135.56805655,7734,3,5222,0,007200,132092861.454,014300,50027992.3322,014300,102765442.0,007200,014300,8542.77247268,157612,18641,hub,hub,non_hub,585983.687715,4510915.94446,586395.803012,4513275.28949
+13280,13280,49,98.0,014300,,40.76590936,-73.97634151,59.0,007300,40.734682705,-74.00388484,1418.53529412,5615,3,4547,0,007300,48716185.79,014300,50027992.3322,014300,102765442.0,007300,014300,8542.77247268,92567,18641,hub,hub,non_hub,584110.479319,4509782.14883,586395.803012,4513275.28949
+13281,13281,159,98.0,014300,,40.76590936,-73.97634151,86.0,007400,40.746413585,-73.98586892,986.909249287,4179,3,2700,0,007400,170614202.951,014300,50027992.3322,014300,102765442.0,007400,014300,8542.77247268,81121,18641,hub,hub,non_hub,585616.696258,4511101.7763,586395.803012,4513275.28949
+13282,13282,250,98.0,014300,,40.76590936,-73.97634151,69.0,007600,40.74737476,-73.988320695,963.317810616,2203,3,1573,0,007600,242014413.464,014300,50027992.3322,014300,102765442.0,007600,014300,8542.77247268,97464,18641,hub,hub,non_hub,585408.475283,4511206.08492,586395.803012,4513275.28949
+13283,13283,51,49.0,014300,,40.76590936,-73.97634151,43.0,007700,40.7390169121,-74.0026376103,1589.0,5404,3,4254,0,007700,59306273.1509,014300,50027992.3322,014300,102765442.0,007700,014300,8542.77247268,79025,18641,hub,hub,non_hub,584210.329106,4510264.47156,586395.803012,4513275.28949
+13284,13284,195,49.0,014300,,40.76590936,-73.97634151,39.0,007800,40.74780373,-73.9734419,1021.85128205,7380,3,5372,0,007800,112124597.728,014300,50027992.3322,014300,102765442.0,007800,014300,8542.77247268,59601,18641,hub,hub,non_hub,586664.043115,4511268.28888,586395.803012,4513275.28949
+13285,13285,121,245.0,014300,,40.76590936,-73.97634151,174.0,007900,40.738916514,-74.007286026,1713.98888288,4406,3,2904,0,007900,86937368.5918,014300,50027992.3322,014300,102765442.0,007900,014300,8542.77247268,171846,18641,hub,hub,non_hub,583817.969395,4510248.87788,586395.803012,4513275.28949
+13286,13286,230,98.0,014300,,40.76590936,-73.97634151,71.0,008000,40.7485693,-73.97717991,1062.43297101,4946,3,3730,0,008000,197763821.532,014300,50027992.3322,014300,102765442.0,008000,014300,8542.77247268,74808,18641,hub,hub,non_hub,586347.477591,4511349.58844,586395.803012,4513275.28949
+13287,13287,52,49.0,014300,,40.76590936,-73.97634151,39.0,008100,40.73935542,-73.99931783,1623.67307692,8675,3,5315,0,008100,91100400.6907,014300,50027992.3322,014300,102765442.0,008100,014300,8542.77247268,53195,18641,hub,hub,non_hub,584490.204148,4510305.23824,586395.803012,4513275.28949
+13288,13288,585,147.0,014300,,40.76590936,-73.97634151,175.0,008200,40.7519618386,-73.9794077542,874.313906013,3442,3,2534,0,008200,262405408.076,014300,50027992.3322,014300,102765442.0,008200,014300,8542.77247268,228612,18641,hub,hub,non_hub,586155.018475,4511723.99557,586395.803012,4513275.28949
+13289,13289,128,196.0,014300,,40.76590936,-73.97634151,119.0,008300,40.742591315,-74.004102785,1545.08096963,4211,3,2321,0,008300,119862327.354,014300,50027992.3322,014300,102765442.0,008300,014300,8542.77247268,186113,18641,hub,hub,non_hub,584082.11654,4510659.85081,586395.803012,4513275.28949
+13290,13290,192,49.0,014300,,40.76590936,-73.97634151,38.0,008400,40.75038009,-73.98338988,762.046875,1726,3,1041,0,008400,147824461.739,014300,50027992.3322,014300,102765442.0,008400,014300,8542.77247268,34199,18641,hub,hub,non_hub,585820.889203,4511544.50828,586395.803012,4513275.28949
+13291,13291,96,49.0,014300,,40.76590936,-73.97634151,43.0,008601,40.744219,-73.97121214,1342.42708333,2551,3,1528,0,008601,31141773.9073,014300,50027992.3322,014300,102765442.0,008601,014300,8542.77247268,31961,18641,hub,hub,non_hub,586856.951039,4510872.56191,586395.803012,4513275.28949
+13292,13292,232,98.0,014300,,40.76590936,-73.97634151,78.0,008700,40.74206378,-73.995708955,1023.56763689,6671,3,4249,0,008700,85660216.7821,014300,50027992.3322,014300,102765442.0,008700,014300,8542.77247268,152953,18641,hub,hub,non_hub,584791.475936,4510609.36503,586395.803012,4513275.28949
+13293,13293,191,98.0,014300,,40.76590936,-73.97634151,78.0,008800,40.75012189,-73.970133575,1280.7435831,6964,3,5507,0,008800,216532475.876,014300,50027992.3322,014300,102765442.0,008800,014300,8542.77247268,43247,18641,hub,hub,non_hub,586940.323322,4511528.89362,586395.803012,4513275.28949
+13294,13294,112,147.0,014300,,40.76590936,-73.97634151,120.0,008900,40.74529008,-74.0021768567,1384.91839827,5560,3,3511,0,008900,54419260.2723,014300,50027992.3322,014300,102765442.0,008900,014300,8542.77247268,158638,18641,hub,hub,non_hub,584241.316685,4510961.27944,586395.803012,4513275.28949
+13295,13295,348,147.0,014300,,40.76590936,-73.97634151,110.0,009000,40.75261798,-73.9703317533,966.583496877,7026,3,5832,0,009000,208846060.851,014300,50027992.3322,014300,102765442.0,009000,014300,8542.77247268,74531,18641,hub,hub,non_hub,586920.342162,4511805.78171,586395.803012,4513275.28949
+13296,13296,106,49.0,014300,,40.76590936,-73.97634151,39.0,009100,40.74487634,-73.99529885,1088.76415094,6415,3,4386,0,009100,127325659.041,014300,50027992.3322,014300,102765442.0,009100,014300,8542.77247268,63878,18641,hub,hub,non_hub,584822.527687,4510921.97538,586395.803012,4513275.28949
+13297,13297,376,98.0,014300,,40.76590936,-73.97634151,110.0,009200,40.7548518863,-73.9734329075,895.875668601,1754,3,1461,0,009200,408192557.246,014300,50027992.3322,014300,102765442.0,009200,014300,8542.77247268,72226,18641,hub,hub,non_hub,586655.650548,4512050.69496,586395.803012,4513275.28949
+13298,13298,85,49.0,014300,,40.76590936,-73.97634151,39.0,009300,40.74475148,-73.99915362,1286.04705882,9705,3,5585,0,009300,68528055.2433,014300,50027992.3322,014300,102765442.0,009300,014300,8542.77247268,52202,18641,hub,hub,non_hub,584497.239363,4510904.39701,586395.803012,4513275.28949
+13299,13299,226,49.0,014300,,40.76590936,-73.97634151,31.0,009400,40.75320159,-73.9779874,764.601769912,29,3,16,0,009400,299218147.811,014300,50027992.3322,014300,102765442.0,009400,014300,8542.77247268,82147,18641,hub,hub,non_hub,586273.319314,4511863.01244,586395.803012,4513275.28949
+13300,13300,63,49.0,014300,,40.76590936,-73.97634151,51.0,009500,40.746647,-73.993915,1217.19047619,3425,3,1416,0,009500,129660033.725,014300,50027992.3322,014300,102765442.0,009500,014300,8542.77247268,57488,18641,hub,hub,non_hub,584937.108907,4511119.86954,586395.803012,4513275.28949
+13301,13301,494,147.0,014300,,40.76590936,-73.97634151,140.0,009600,40.7560504725,-73.9803731377,624.014219828,153,3,268,0,009600,270304841.585,014300,50027992.3322,014300,102765442.0,009600,014300,8542.77247268,71527,18641,hub,hub,non_hub,586068.24939,4512176.91679,586395.803012,4513275.28949
+13302,13302,153,147.0,014300,,40.76590936,-73.97634151,99.0,009700,40.7493616033,-73.9991321067,1245.36294513,4744,3,2827,0,009700,83018263.1602,014300,50027992.3322,014300,102765442.0,009700,014300,8542.77247268,118804,18641,hub,hub,non_hub,584493.220017,4511416.17434,586395.803012,4513275.28949
+13303,13303,307,98.0,014300,,40.76590936,-73.97634151,70.0,009800,40.755285655,-73.96667288,893.002128483,7105,3,5244,0,009800,115943808.909,014300,50027992.3322,014300,102765442.0,009800,014300,8542.77247268,40039,18641,hub,hub,non_hub,587225.727282,4512105.54383,586395.803012,4513275.28949
+13304,13304,243,245.0,014300,,40.76590936,-73.97634151,185.0,009900,40.7520807866,-74.0031899092,1403.37472111,3617,3,2438,0,009900,404439511.776,014300,50027992.3322,014300,102765442.0,009900,014300,8542.77247268,208076,18641,hub,hub,non_hub,584147.226991,4511714.12465,586395.803012,4513275.28949
+13305,13305,458,147.0,014300,,40.76590936,-73.97634151,121.0,010000,40.7583696933,-73.9710287767,833.646492862,1829,3,1399,0,010000,366457143.613,014300,50027992.3322,014300,102765442.0,010000,014300,8542.77247268,72085,18641,hub,hub,non_hub,586854.014885,4512443.57459,586395.803012,4513275.28949
+13306,13306,542,147.0,014300,,40.76590936,-73.97634151,127.0,010100,40.74945622,-73.9903382667,946.78947093,1119,3,828,0,010100,246168211.101,014300,50027992.3322,014300,102765442.0,010100,014300,8542.77247268,183377,18641,hub,hub,non_hub,585235.486219,4511435.18064,586395.803012,4513275.28949
+13307,13307,337,98.0,014300,,40.76590936,-73.97634151,81.0,010200,40.7606694,-73.973473555,664.465953654,313,3,268,0,010200,333450202.294,014300,50027992.3322,014300,102765442.0,010200,014300,8542.77247268,46675,18641,hub,hub,non_hub,586644.664817,4512696.44233,586395.803012,4513275.28949
+13308,13308,313,98.0,014300,,40.76590936,-73.97634151,98.0,010300,40.751000495,-73.994372255,1020.41989592,1859,3,1351,0,010300,141506056.87,014300,50027992.3322,014300,102765442.0,010300,014300,8542.77247268,221593,18641,hub,hub,non_hub,584892.968075,4511602.69644,586395.803012,4513275.28949
+13309,13309,434,98.0,014300,,40.76590936,-73.97634151,75.0,010400,40.761664375,-73.976854975,1138.75878328,1031,3,1033,0,010400,363981333.295,014300,50027992.3322,014300,102765442.0,010400,014300,8542.77247268,65073,18641,hub,hub,non_hub,586357.961325,4512803.55852,586395.803012,4513275.28949
+13310,13310,97,49.0,014300,,40.76590936,-73.97634151,33.0,010602,40.75849116,-73.95920622,1091.8556701,4794,3,2963,0,010602,67980898.3739,014300,50027992.3322,014300,102765442.0,010602,014300,8542.77247268,22153,18641,hub,hub,non_hub,587851.796682,4512468.82754,586395.803012,4513275.28949
+13311,13311,657,147.0,014300,,40.76590936,-73.97634151,117.0,010800,40.7591736033,-73.96613818,910.849940067,8531,3,6272,0,010800,189351523.799,014300,50027992.3322,014300,102765442.0,010800,014300,8542.77247268,79198,18641,hub,hub,non_hub,587265.778542,4512537.66689,586395.803012,4513275.28949
+13312,13312,285,98.0,014300,,40.76590936,-73.97634151,114.0,010900,40.751351715,-73.987594755,939.553120617,182,3,92,0,010900,228173063.011,014300,50027992.3322,014300,102765442.0,010900,014300,8542.77247268,60092,18641,hub,hub,non_hub,585464.669441,4511648.26242,586395.803012,4513275.28949
+13313,13313,682,49.0,014300,,40.76590936,-73.97634151,59.0,011201,40.7643971,-73.97371465,1822.74046921,827,3,964,0,011201,118515444.187,014300,50027992.3322,014300,102765442.0,011201,014300,8542.77247268,41525,18641,hub,hub,non_hub,586619.474659,4513110.00718,586395.803012,4513275.28949
+13314,13314,410,49.0,014300,,40.76590936,-73.97634151,33.0,011203,40.76095756,-73.96724467,1057.28536585,1176,3,1160,0,011203,143782379.009,014300,50027992.3322,014300,102765442.0,011203,014300,8542.77247268,48033,18641,hub,hub,non_hub,587170.050102,4512734.59972,586395.803012,4513275.28949
+13315,13315,660,196.0,014300,,40.76590936,-73.97634151,198.0,011300,40.7548008425,-73.9888010575,906.858994627,204,3,107,0,011300,357940519.061,014300,50027992.3322,014300,102765442.0,011300,014300,8542.77247268,236650,18641,hub,hub,non_hub,585358.423228,4512029.96675,586395.803012,4513275.28949
+13316,13316,231,98.0,014300,,40.76590936,-73.97634151,82.0,011500,40.75701407,-73.992353645,853.301019488,2487,3,1678,0,011500,130958459.747,014300,50027992.3322,014300,102765442.0,011500,014300,8542.77247268,103294,18641,hub,hub,non_hub,585055.712647,4512272.20178,586395.803012,4513275.28949
+13317,13317,203,98.0,014300,,40.76590936,-73.97634151,84.0,011700,40.76058799,-74.00080945,1380.16613701,2938,3,2304,0,011700,91270705.1484,014300,50027992.3322,014300,102765442.0,011700,014300,8542.77247268,73016,18641,hub,hub,non_hub,584337.427395,4512660.77158,586395.803012,4513275.28949
+13318,13318,280,49.0,014300,,40.76590936,-73.97634151,34.0,011900,40.7568001,-73.98291153,603.528571429,1079,3,1121,0,011900,395254501.74,014300,50027992.3322,014300,102765442.0,011900,014300,8542.77247268,39976,18641,hub,hub,non_hub,585853.012005,4512257.64444,586395.803012,4513275.28949
+13319,13319,345,147.0,014300,,40.76590936,-73.97634151,109.0,012100,40.7598593767,-73.9914900133,855.983022196,8366,3,5744,0,012100,101223732.045,014300,50027992.3322,014300,102765442.0,012100,014300,8542.77247268,132767,18641,hub,hub,non_hub,585124.983126,4512588.88932,586395.803012,4513275.28949
+13320,13320,157,49.0,014300,,40.76590936,-73.97634151,51.0,012500,40.76064679,-73.98442659,788.324840764,2439,3,2096,0,012500,322911522.418,014300,50027992.3322,014300,102765442.0,012500,014300,8542.77247268,45486,18641,hub,hub,non_hub,585720.180916,4512683.17447,586395.803012,4513275.28949
+13321,13321,283,98.0,014300,,40.76590936,-73.97634151,84.0,012700,40.762485435,-73.990447135,949.952508091,6437,3,4434,0,012700,104637996.687,014300,50027992.3322,014300,102765442.0,012700,014300,8542.77247268,83393,18641,hub,hub,non_hub,585209.656415,4512881.41361,586395.803012,4513275.28949
+13322,13322,70,49.0,014300,,40.76590936,-73.97634151,24.0,012900,40.76341379,-73.99667444,1142.21428571,5312,3,3621,0,012900,158698340.053,014300,50027992.3322,014300,102765442.0,012900,014300,8542.77247268,28661,18641,hub,hub,non_hub,584682.864463,4512978.43901,586395.803012,4513275.28949
+13323,13323,404,147.0,014300,,40.76590936,-73.97634151,160.0,013100,40.7621295133,-73.98215453,696.736425416,2489,3,2283,0,013100,405023451.28,014300,50027992.3322,014300,102765442.0,013100,014300,8542.77247268,107228,18641,hub,hub,non_hub,585910.04945,4512849.98999,586395.803012,4513275.28949
+13324,13324,473,147.0,014300,,40.76590936,-73.97634151,101.0,013300,40.7647250567,-73.9866537633,814.910395311,5363,3,3909,0,013300,79847412.2593,014300,50027992.3322,014300,102765442.0,013300,014300,8542.77247268,89810,18641,hub,hub,non_hub,585526.963405,4513133.71926,586395.803012,4513275.28949
+13325,13325,144,98.0,014300,,40.76590936,-73.97634151,65.0,013500,40.766984435,-73.99227308,926.644366899,6075,3,3935,0,013500,198199142.958,014300,50027992.3322,014300,102765442.0,013500,014300,8542.77247268,64723,18641,hub,hub,non_hub,585049.80204,4513379.06475,586395.803012,4513275.28949
+13326,13326,466,98.0,014300,,40.76590936,-73.97634151,98.0,013700,40.766109285,-73.981808355,1014.92414022,6557,3,5442,0,013700,314878324.419,014300,50027992.3322,014300,102765442.0,013700,014300,8542.77247268,91142,18641,hub,hub,non_hub,585934.141665,4513292.1137,586395.803012,4513275.28949
+13327,13327,88,49.0,014300,,40.76590936,-73.97634151,27.0,013900,40.768254,-73.988639,980.193181818,7607,3,7359,0,013900,139918084.587,014300,50027992.3322,014300,102765442.0,013900,014300,8542.77247268,26390,18641,hub,hub,non_hub,585354.890073,4513523.52534,586395.803012,4513275.28949
+13328,13328,781,49.0,014300,,40.76590936,-73.97634151,36.0,014500,40.76915505,-73.98191841,1145.70038412,5811,3,3462,0,014500,253397343.373,014300,50027992.3322,014300,102765442.0,014500,014300,8542.77247268,68350,18641,hub,hub,non_hub,585920.929601,4513630.10902,586395.803012,4513275.28949
+13329,13329,188,49.0,014300,,40.76590936,-73.97634151,55.0,014700,40.770513,-73.988038,665.771276596,2586,3,1743,0,014700,70871746.8417,014300,50027992.3322,014300,102765442.0,014700,014300,8542.77247268,35099,18641,hub,hub,non_hub,585402.720353,4513774.87644,586395.803012,4513275.28949
+13330,13330,92,49.0,014300,,40.76590936,-73.97634151,36.0,015100,40.771522,-73.990541,1274.52173913,8105,3,4856,0,015100,164953931.102,014300,50027992.3322,014300,102765442.0,015100,014300,8542.77247268,17578,18641,hub,hub,non_hub,585190.192062,4513884.4495,586395.803012,4513275.28949
+13331,13331,60,98.0,014300,,40.76590936,-73.97634151,70.0,031703,40.71644312,-74.014902115,2117.96040724,8670,3,4231,0,031703,332361109.355,014300,50027992.3322,014300,102765442.0,031703,014300,8542.77247268,136082,18641,hub,hub,non_hub,583202.897614,4507746.93647,586395.803012,4513275.28949
+13332,13332,26,147.0,014300,,40.76590936,-73.97634151,98.0,031704,40.7085171733,-74.0165557667,2407.66666667,6610,3,3790,0,031704,160823714.408,014300,50027992.3322,014300,102765442.0,031704,014300,8542.77247268,105244,18641,hub,hub,non_hub,583073.076824,4506865.54027,586395.803012,4513275.28949
+13333,13333,18,147.0,014300,,40.76590936,-73.97634151,85.0,000600,40.7128987867,-73.9898646367,2350.35185185,11558,3,4083,0,000600,59149181.7526,014300,50027992.3322,014300,102765442.0,000600,014300,8542.77247268,70053,18641,hub,hub,non_hub,585322.159723,4507377.5136,586395.803012,4513275.28949
+13334,13334,48,108.0,014500,,40.76915505,-73.98191841,54.0,000202,40.71318002,-73.9818904933,2098.39741019,8012,5811,3598,3462,000202,37878157.9781,014500,253397343.373,014500,1180115942.0,000202,014500,10724.0247083,56352,63753,hub,hub,non_hub,585995.353038,4507416.50937,585920.929601,4513630.10902
+13335,13335,227,252.0,014500,,40.76915505,-73.98191841,258.0,000700,40.70581148,-74.0081572071,2161.32233793,7722,5811,5201,3462,000700,476954959.734,014500,253397343.373,014500,1180115942.0,000700,014500,10724.0247083,160040,63753,hub,hub,non_hub,583785.918305,4506573.16797,585920.929601,4513630.10902
+13336,13336,10,72.0,014500,,40.76915505,-73.98191841,47.0,000800,40.712414475,-73.993471545,1760.875,10365,5811,4150,3462,000800,46479755.076,014500,253397343.373,014500,1180115942.0,000800,014500,10724.0247083,34254,63753,hub,hub,non_hub,585018.109713,4507320.25418,585920.929601,4513630.10902
+13337,13337,63,108.0,014500,,40.76915505,-73.98191841,97.0,000900,40.7024745833,-74.01224785,2462.19791667,1140,5811,939,3462,000900,404341803.896,014500,253397343.373,014500,1180115942.0,000900,014500,10724.0247083,46446,63753,hub,hub,non_hub,583444.520998,4506198.85784,585920.929601,4513630.10902
+13338,13338,7,36.0,014500,,40.76915505,-73.98191841,19.0,001002,40.71782143,-73.97628939,2190.14285714,6439,5811,2346,3462,001002,22763374.2099,014500,253397343.373,014500,1180115942.0,001002,014500,10724.0247083,15916,63753,hub,hub,non_hub,586462.45635,4507937.23607,585920.929601,4513630.10902
+13339,13339,20,72.0,014500,,40.76915505,-73.98191841,46.0,001200,40.717364275,-73.982955325,2115.1,3547,5811,1857,3462,001200,23518220.7411,014500,253397343.373,014500,1180115942.0,001200,014500,10724.0247083,36493,63753,hub,hub,non_hub,585900.031125,4507879.94738,585920.929601,4513630.10902
+13340,13340,77,36.0,014500,,40.76915505,-73.98191841,36.0,001300,40.70463334,-74.01361706,2199.01298701,3776,5811,3028,3462,001300,286606455.687,014500,253397343.373,014500,1180115942.0,001300,014500,10724.0247083,27671,63753,hub,hub,non_hub,583326.158808,4506437.19368,585920.929601,4513630.10902
+13341,13341,16,36.0,014500,,40.76915505,-73.98191841,28.0,001401,40.71559509,-73.9870295,1455.0,3289,5811,1708,3462,001401,20168722.3199,014500,253397343.373,014500,1180115942.0,001401,014500,10724.0247083,26885,63753,hub,hub,non_hub,585558.18429,4507679.57909,585920.929601,4513630.10902
+13342,13342,20,72.0,014500,,40.76915505,-73.98191841,67.0,001501,40.70966832,-74.003597135,2211.36842105,5581,5811,3450,3462,001501,172466366.322,014500,253397343.373,014500,1180115942.0,001501,014500,10724.0247083,27425,63753,hub,hub,non_hub,584166.279828,4507005.66129,585920.929601,4513630.10902
+13343,13343,87,108.0,014500,,40.76915505,-73.98191841,123.0,001502,40.7088053467,-74.00635276,2252.62137503,7095,5811,3459,3462,001502,221282059.103,014500,253397343.373,014500,1180115942.0,001502,014500,10724.0247083,82052,63753,hub,hub,non_hub,583934.59195,4506907.22889,585920.929601,4513630.10902
+13344,13344,76,108.0,014500,,40.76915505,-73.98191841,107.0,001600,40.7153350167,-73.9943926833,2113.50172533,8236,5811,3242,3462,001600,76565505.7581,014500,253397343.373,014500,1180115942.0,001600,014500,10724.0247083,82798,63753,hub,hub,non_hub,584936.591099,4507643.5622,585920.929601,4513630.10902
+13345,13345,196,144.0,014500,,40.76915505,-73.98191841,154.0,001800,40.7193657075,-73.9906468425,1917.43741761,8063,5811,3489,3462,001800,60554858.5127,014500,253397343.373,014500,1180115942.0,001800,014500,10724.0247083,133306,63753,hub,hub,non_hub,585247.838585,4508094.62497,585920.929601,4513630.10902
+13346,13346,13,72.0,014500,,40.76915505,-73.98191841,46.0,002000,40.721554605,-73.977309405,1678.96666667,4795,5811,1899,3462,002000,17907673.5628,014500,253397343.373,014500,1180115942.0,002000,014500,10724.0247083,31656,63753,hub,hub,non_hub,586371.478696,4508350.63994,585920.929601,4513630.10902
+13347,13347,418,144.0,014500,,40.76915505,-73.98191841,102.0,002100,40.71451321,-74.0108850975,1686.70192925,6111,5811,3038,3462,002100,273869828.705,014500,253397343.373,014500,1180115942.0,002100,014500,10724.0247083,151037,63753,hub,hub,non_hub,583544.598931,4507536.51732,585920.929601,4513630.10902
+13348,13348,17,72.0,014500,,40.76915505,-73.98191841,44.0,002201,40.71833027,-73.980972895,1564.23611111,6762,5811,3030,3462,002201,37585954.9949,014500,253397343.373,014500,1180115942.0,002201,014500,10724.0247083,26391,63753,hub,hub,non_hub,586066.226443,4507989.12022,585920.929601,4513630.10902
+13349,13349,13,36.0,014500,,40.76915505,-73.98191841,31.0,002202,40.7208736,-73.98085795,1974.07692308,2256,5811,1045,3462,002202,13179093.8977,014500,253397343.373,014500,1180115942.0,002202,014500,10724.0247083,23935,63753,hub,hub,non_hub,586072.658368,4508271.55961,585920.929601,4513630.10902
+13350,13350,11,72.0,014500,,40.76915505,-73.98191841,48.0,002400,40.724744875,-73.974986535,2034.125,5775,5811,2175,3462,002400,17986635.5592,014500,253397343.373,014500,1180115942.0,002400,014500,10724.0247083,17965,63753,hub,hub,non_hub,586563.526382,4508707.06897,585920.929601,4513630.10902
+13351,13351,16,72.0,014500,,40.76915505,-73.98191841,62.0,002500,40.7111743,-73.99849582,1620.0,5061,5811,1917,3462,002500,22428407.6271,014500,253397343.373,014500,1180115942.0,002500,014500,10724.0247083,28216,63753,hub,hub,non_hub,584595.28909,4507177.73549,585920.929601,4513630.10902
+13352,13352,17,36.0,014500,,40.76915505,-73.98191841,31.0,002601,40.72299208,-73.97995466,1820.70588235,3774,5811,1593,3462,002601,22248722.3098,014500,253397343.373,014500,1180115942.0,002601,014500,10724.0247083,22144,63753,hub,hub,non_hub,586146.216204,4508507.61099,585920.929601,4513630.10902
+13353,13353,10,36.0,014500,,40.76915505,-73.98191841,27.0,002700,40.71307916,-73.99851193,2850.6,1191,5811,655,3462,002700,11349914.9514,014500,253397343.373,014500,1180115942.0,002700,014500,10724.0247083,20570,63753,hub,hub,non_hub,584591.517275,4507389.17181,585920.929601,4513630.10902
+13354,13354,17,36.0,014500,,40.76915505,-73.98191841,32.0,002800,40.72521311,-73.97768752,2021.58823529,7302,5811,3341,3462,002800,47641507.3146,014500,253397343.373,014500,1180115942.0,002800,014500,10724.0247083,36744,63753,hub,hub,non_hub,586334.816403,4508756.38709,585920.929601,4513630.10902
+13355,13355,45,36.0,014500,,40.76915505,-73.98191841,43.0,002900,40.71602118,-73.99974372,2052.55555556,5855,5811,2420,3462,002900,200965547.24,014500,253397343.373,014500,1180115942.0,002900,014500,10724.0247083,31936,63753,hub,hub,non_hub,584483.752153,4507714.56961,585920.929601,4513630.10902
+13356,13356,29,36.0,014500,,40.76915505,-73.98191841,35.0,003001,40.72066442,-73.98517977,1870.89655172,4301,5811,2553,3462,003001,34302720.7166,014500,253397343.373,014500,1180115942.0,003001,014500,10724.0247083,41223,63753,hub,hub,non_hub,585707.91731,4508244.11218,585920.929601,4513630.10902
+13357,13357,17,36.0,014500,,40.76915505,-73.98191841,37.0,003002,40.72217444,-73.98368779,1892.35294118,3031,5811,1885,3462,003002,18686109.2263,014500,253397343.373,014500,1180115942.0,003002,014500,10724.0247083,38675,63753,hub,hub,non_hub,585831.986427,4508413.19181,585920.929601,4513630.10902
+13358,13358,78,108.0,014500,,40.76915505,-73.98191841,121.0,003100,40.7140617467,-74.0041933367,2137.86224092,2809,5811,858,3462,003100,145687012.574,014500,253397343.373,014500,1180115942.0,003100,014500,10724.0247083,81469,63753,hub,hub,non_hub,584110.388584,4507492.78891,585920.929601,4513630.10902
+13359,13359,145,108.0,014500,,40.76915505,-73.98191841,100.0,003200,40.7260543867,-73.9823576167,1734.66958303,7630,5811,4888,3462,003200,46369492.482,014500,253397343.373,014500,1180115942.0,003200,014500,10724.0247083,138064,63753,hub,hub,non_hub,585939.335766,4508845.19329,585920.929601,4513630.10902
+13360,13360,218,180.0,014500,,40.76915505,-73.98191841,173.0,003300,40.7188269432,-74.0063231965,1928.47447312,5174,5811,2694,3462,003300,215459582.054,014500,253397343.373,014500,1180115942.0,003300,014500,10724.0247083,115059,63753,hub,hub,non_hub,583924.503285,4508019.71935,585920.929601,4513630.10902
+13361,13361,115,36.0,014500,,40.76915505,-73.98191841,39.0,003400,40.72955361,-73.98057249,1550.83478261,6706,5811,4203,3462,003400,42933229.7541,014500,253397343.373,014500,1180115942.0,003400,014500,10724.0247083,47926,63753,hub,hub,non_hub,586085.581298,4509235.37985,585920.929601,4513630.10902
+13362,13362,148,72.0,014500,,40.76915505,-73.98191841,66.0,003601,40.72217423,-73.990293175,2020.91208198,3299,5811,1613,3462,003601,29191583.8104,014500,253397343.373,014500,1180115942.0,003601,014500,10724.0247083,77585,63753,hub,hub,non_hub,585274.124459,4508406.73315,585920.929601,4513630.10902
+13363,13363,88,72.0,014500,,40.76915505,-73.98191841,62.0,003602,40.724852985,-73.989265345,1817.35714286,2918,5811,1586,3462,003602,24941258.1161,014500,253397343.373,014500,1180115942.0,003602,014500,10724.0247083,82124,63753,hub,hub,non_hub,585357.507872,4508705.09166,585920.929601,4513630.10902
+13364,13364,525,144.0,014500,,40.76915505,-73.98191841,148.0,003700,40.7256696075,-74.0052069325,1865.88714252,2401,5811,1490,3462,003700,212385639.924,014500,253397343.373,014500,1180115942.0,003700,014500,10724.0247083,173333,63753,hub,hub,non_hub,584010.178026,4508780.36793,585920.929601,4513630.10902
+13365,13365,282,144.0,014500,,40.76915505,-73.98191841,160.0,003800,40.72765889,-73.988195855,1732.09648541,8610,5811,5795,3462,003800,67437493.5221,014500,253397343.373,014500,1180115942.0,003800,014500,10724.0247083,167230,63753,hub,hub,non_hub,585444.239635,4509017.60641,585920.929601,4513630.10902
+13366,13366,282,144.0,014500,,40.76915505,-73.98191841,106.0,003900,40.7201717475,-74.00983051,1952.504383,5253,5811,3059,3462,003900,194910113.03,014500,253397343.373,014500,1180115942.0,003900,014500,10724.0247083,113624,63753,hub,hub,non_hub,583626.593058,4508165.65565,585920.929601,4513630.10902
+13367,13367,227,72.0,014500,,40.76915505,-73.98191841,66.0,004000,40.73000573,-73.98549552,1809.35973684,9801,5811,4546,3462,004000,66858387.5133,014500,253397343.373,014500,1180115942.0,004000,014500,10724.0247083,99660,63753,hub,hub,non_hub,585669.269443,4509280.75306,585920.929601,4513630.10902
+13368,13368,132,72.0,014500,,40.76915505,-73.98191841,64.0,004100,40.7195529,-73.996789035,2078.10714286,7793,5811,3765,3462,004100,71738983.3617,014500,253397343.373,014500,1180115942.0,004100,014500,10724.0247083,114685,63753,hub,hub,non_hub,584728.836557,4508109.46034,585920.929601,4513630.10902
+13369,13369,139,36.0,014500,,40.76915505,-73.98191841,35.0,004200,40.73223272,-73.98889957,1735.4028777,4988,5811,1801,3462,004200,39941846.3325,014500,253397343.373,014500,1180115942.0,004200,014500,10724.0247083,50846,63753,hub,hub,non_hub,585378.96492,4509524.64843,585920.929601,4513630.10902
+13370,13370,197,72.0,014500,,40.76915505,-73.98191841,67.0,004300,40.723870235,-73.995226525,1787.59580312,4267,5811,2598,3462,004300,65935514.1184,014500,253397343.373,014500,1180115942.0,004300,014500,10724.0247083,95162,63753,hub,hub,non_hub,584855.320992,4508590.22212,585920.929601,4513630.10902
+13371,13371,165,72.0,014500,,40.76915505,-73.98191841,60.0,004400,40.73080269,-73.97968993,1656.30651925,17710,5811,8297,3462,004400,114601147.016,014500,253397343.373,014500,1180115942.0,004400,014500,10724.0247083,106427,63753,hub,hub,non_hub,586158.498991,4509374.90208,585920.929601,4513630.10902
+13372,13372,26,36.0,014500,,40.76915505,-73.98191841,27.0,004500,40.71910537,-73.99973337,1926.84615385,840,5811,582,3462,004500,52009114.8865,014500,253397343.373,014500,1180115942.0,004500,014500,10724.0247083,34275,63753,hub,hub,non_hub,584480.726971,4508056.94497,585920.929601,4513630.10902
+13373,13373,35,36.0,014500,,40.76915505,-73.98191841,39.0,004700,40.72165481,-74.00234737,1917.68571429,2267,5811,1586,3462,004700,75477587.1594,014500,253397343.373,014500,1180115942.0,004700,014500,10724.0247083,27544,63753,hub,hub,non_hub,584256.734795,4508337.43837,585920.929601,4513630.10902
+13374,13374,77,36.0,014500,,40.76915505,-73.98191841,35.0,004800,40.73624527,-73.98473765,1409.03896104,7550,5811,3799,3462,004800,74763044.6965,014500,253397343.373,014500,1180115942.0,004800,014500,10724.0247083,42567,63753,hub,hub,non_hub,585725.258797,4509974.12516,585920.929601,4513630.10902
+13375,13375,108,72.0,014500,,40.76915505,-73.98191841,73.0,004900,40.724268615,-74.000521515,1883.49256313,4951,5811,3054,3462,004900,103848670.177,014500,253397343.373,014500,1180115942.0,004900,014500,10724.0247083,80152,63753,hub,hub,non_hub,584407.63728,4508629.34168,585920.929601,4513630.10902
+13376,13376,328,108.0,014500,,40.76915505,-73.98191841,93.0,005000,40.7359163467,-73.9873427633,1460.07314592,5061,5811,3595,3462,005000,120638459.215,014500,253397343.373,014500,1180115942.0,005000,014500,10724.0247083,111023,63753,hub,hub,non_hub,585505.709717,4509935.07175,585920.929601,4513630.10902
+13377,13377,714,72.0,014500,,40.76915505,-73.98191841,106.0,005200,40.73715585,-73.991241315,1292.34499773,4193,5811,1785,3462,005200,109103391.81,014500,253397343.373,014500,1180115942.0,005200,014500,10724.0247083,159876,63753,hub,hub,non_hub,585174.941656,4510068.87544,585920.929601,4513630.10902
+13378,13378,274,36.0,014500,,40.76915505,-73.98191841,47.0,005400,40.73971301,-73.99456405,1363.79927007,4656,5811,2837,3462,005400,128803552.888,014500,253397343.373,014500,1180115942.0,005400,014500,10724.0247083,73728,63753,hub,hub,non_hub,584891.129718,4510349.51956,585920.929601,4513630.10902
+13379,13379,105,36.0,014500,,40.76915505,-73.98191841,30.0,005501,40.72679454,-73.99695094,1753.93333333,5079,5811,2483,3462,005501,61061928.4125,014500,253397343.373,014500,1180115942.0,005501,014500,10724.0247083,57258,63753,hub,hub,non_hub,584705.980012,4508913.17477,585920.929601,4513630.10902
+13380,13380,51,36.0,014500,,40.76915505,-73.98191841,27.0,005502,40.72743423,-73.99379025,1823.64705882,2383,5811,1262,3462,005502,49017118.6146,014500,253397343.373,014500,1180115942.0,005502,014500,10724.0247083,55117,63753,hub,hub,non_hub,584972.085912,4508987.23863,585920.929601,4513630.10902
+13381,13381,373,72.0,014500,,40.76915505,-73.98191841,95.0,005600,40.74065347,-73.98778661,1387.13029304,2618,5811,2190,3462,005600,189153355.609,014500,253397343.373,014500,1180115942.0,005600,014500,10724.0247083,113209,63753,hub,hub,non_hub,585462.168743,4510460.49357,585920.929601,4513630.10902
+13382,13382,347,72.0,014500,,40.76915505,-73.98191841,82.0,005700,40.729662915,-73.992405595,1720.98102679,2937,5811,1789,3462,005700,90178032.7137,014500,253397343.373,014500,1180115942.0,005700,014500,10724.0247083,156896,63753,hub,hub,non_hub,585086.179601,4509235.9788,585920.929601,4513630.10902
+13383,13383,567,72.0,014500,,40.76915505,-73.98191841,87.0,005800,40.743154205,-73.990299735,1307.79088172,3182,5811,2306,3462,005800,164037511.755,014500,253397343.373,014500,1180115942.0,005800,014500,10724.0247083,130970,63753,hub,hub,non_hub,585246.786708,4510735.64918,585920.929601,4513630.10902
+13384,13384,71,36.0,014500,,40.76915505,-73.98191841,31.0,005900,40.73049393,-73.9957214,1678.78873239,5516,5811,3276,3462,005900,71785177.1361,014500,253397343.373,014500,1180115942.0,005900,014500,10724.0247083,53180,63753,hub,hub,non_hub,584805.117402,4509325.01914,585920.929601,4513630.10902
+13385,13385,171,72.0,014500,,40.76915505,-73.98191841,63.0,006000,40.734822295,-73.976916765,1633.57052174,5286,5811,2459,3462,006000,27468182.8943,014500,253397343.373,014500,1180115942.0,006000,014500,10724.0247083,80462,63753,hub,hub,non_hub,586387.478737,4509823.83141,585920.929601,4513630.10902
+13386,13386,566,144.0,014500,,40.76915505,-73.98191841,141.0,006100,40.73385254,-73.992357065,1544.57938682,4913,5811,2683,3462,006100,91682014.33,014500,253397343.373,014500,1180115942.0,006100,014500,10724.0247083,245510,63753,hub,hub,non_hub,585084.940162,4509701.10308,585920.929601,4513630.10902
+13387,13387,126,36.0,014500,,40.76915505,-73.98191841,30.0,006200,40.7381765,-73.97738662,1534.72222222,4680,5811,1401,3462,006200,231817485.533,014500,253397343.373,014500,1180115942.0,006200,014500,10724.0247083,33218,63753,hub,hub,non_hub,586343.467107,4510195.70961,585920.929601,4513630.10902
+13388,13388,362,108.0,014500,,40.76915505,-73.98191841,99.0,006300,40.7346940933,-73.99785666,1586.20311138,6076,5811,4277,3462,006300,85447631.8451,014500,253397343.373,014500,1180115942.0,006300,014500,10724.0247083,120233,63753,hub,hub,non_hub,584619.48321,4509789.20591,585920.929601,4513630.10902
+13389,13389,72,36.0,014500,,40.76915505,-73.98191841,39.0,006400,40.73587678,-73.98205027,1463.51388889,7518,5811,5058,3462,006400,95664936.1545,014500,253397343.373,014500,1180115942.0,006400,014500,10724.0247083,47750,63753,hub,hub,non_hub,585952.649806,4509935.84788,585920.929601,4513630.10902
+13390,13390,213,108.0,014500,,40.76915505,-73.98191841,106.0,006500,40.7306296367,-73.9991423,1684.11856707,6517,5811,3568,3462,006500,59290910.3694,014500,253397343.373,014500,1180115942.0,006500,014500,10724.0247083,125356,63753,hub,hub,non_hub,584516.067395,4509336.78488,585920.929601,4513630.10902
+13391,13391,226,72.0,014500,,40.76915505,-73.98191841,82.0,006600,40.739285505,-73.97827188,1444.76067372,11780,5811,6818,3462,006600,84730469.4548,014500,253397343.373,014500,1180115942.0,006600,014500,10724.0247083,74621,63753,hub,hub,non_hub,586267.286922,4510317.94668,585920.929601,4513630.10902
+13392,13392,148,36.0,014500,,40.76915505,-73.98191841,39.0,006700,40.73038599,-74.00214988,1828.58108108,4984,5811,3796,3462,006700,47238039.9972,014500,253397343.373,014500,1180115942.0,006700,014500,10724.0247083,70025,63753,hub,hub,non_hub,584262.399901,4509306.84766,585920.929601,4513630.10902
+13393,13393,132,36.0,014500,,40.76915505,-73.98191841,39.0,006800,40.74025878,-73.98409214,1451.59090909,6735,5811,4494,3462,006800,130298431.446,014500,253397343.373,014500,1180115942.0,006800,014500,10724.0247083,58926,63753,hub,hub,non_hub,585774.608423,4510420.28363,585920.929601,4513630.10902
+13394,13394,408,72.0,014500,,40.76915505,-73.98191841,67.0,006900,40.732319905,-74.0069291,1708.47749586,2687,5811,1484,3462,006900,61292499.9331,014500,253397343.373,014500,1180115942.0,006900,014500,10724.0247083,130727,63753,hub,hub,non_hub,583856.38945,4509516.94969,585920.929601,4513630.10902
+13395,13395,625,108.0,014500,,40.76915505,-73.98191841,127.0,007000,40.7425559958,-73.9756942555,1335.65659504,8302,5811,5669,3462,007000,78634704.8451,014500,253397343.373,014500,1180115942.0,007000,014500,10724.0247083,145227,63753,hub,hub,non_hub,586480.689912,4510683.53086,585920.929601,4513630.10902
+13396,13396,206,72.0,014500,,40.76915505,-73.98191841,71.0,007100,40.736526545,-74.000108805,1450.48729097,5633,5811,3844,3462,007100,68447429.2743,014500,253397343.373,014500,1180115942.0,007100,014500,10724.0247083,79459,63753,hub,hub,non_hub,584426.995774,4509990.4524,585920.929601,4513630.10902
+13397,13397,697,108.0,014500,,40.76915505,-73.98191841,126.0,007200,40.7447014833,-73.98154809,1203.92682972,7734,5811,5222,3462,007200,132092861.454,014500,253397343.373,014500,1180115942.0,007200,014500,10724.0247083,157612,63753,hub,hub,non_hub,585983.687715,4510915.94446,585920.929601,4513630.10902
+13398,13398,277,72.0,014500,,40.76915505,-73.98191841,59.0,007300,40.734682705,-74.00388484,1681.05842099,5615,5811,4547,3462,007300,48716185.79,014500,253397343.373,014500,1180115942.0,007300,014500,10724.0247083,92567,63753,hub,hub,non_hub,584110.479319,4509782.14883,585920.929601,4513630.10902
+13399,13399,404,72.0,014500,,40.76915505,-73.98191841,86.0,007400,40.746413585,-73.98586892,1155.65227693,4179,5811,2700,3462,007400,170614202.951,014500,253397343.373,014500,1180115942.0,007400,014500,10724.0247083,81121,63753,hub,hub,non_hub,585616.696258,4511101.7763,585920.929601,4513630.10902
+13400,13400,575,72.0,014500,,40.76915505,-73.98191841,69.0,007600,40.74737476,-73.988320695,1118.27549085,2203,5811,1573,3462,007600,242014413.464,014500,253397343.373,014500,1180115942.0,007600,014500,10724.0247083,97464,63753,hub,hub,non_hub,585408.475283,4511206.08492,585920.929601,4513630.10902
+13401,13401,478,36.0,014500,,40.76915505,-73.98191841,43.0,007700,40.7390169121,-74.0026376103,1317.82426778,5404,5811,4254,3462,007700,59306273.1509,014500,253397343.373,014500,1180115942.0,007700,014500,10724.0247083,79025,63753,hub,hub,non_hub,584210.329106,4510264.47156,585920.929601,4513630.10902
+13402,13402,314,36.0,014500,,40.76915505,-73.98191841,39.0,007800,40.74780373,-73.9734419,1072.56050955,7380,5811,5372,3462,007800,112124597.728,014500,253397343.373,014500,1180115942.0,007800,014500,10724.0247083,59601,63753,hub,hub,non_hub,586664.043115,4511268.28888,585920.929601,4513630.10902
+13403,13403,571,180.0,014500,,40.76915505,-73.98191841,174.0,007900,40.738916514,-74.007286026,1632.57972783,4406,5811,2904,3462,007900,86937368.5918,014500,253397343.373,014500,1180115942.0,007900,014500,10724.0247083,171846,63753,hub,hub,non_hub,583817.969395,4510248.87788,585920.929601,4513630.10902
+13404,13404,450,72.0,014500,,40.76915505,-73.98191841,71.0,008000,40.7485693,-73.97717991,1190.09696366,4946,5811,3730,3462,008000,197763821.532,014500,253397343.373,014500,1180115942.0,008000,014500,10724.0247083,74808,63753,hub,hub,non_hub,586347.477591,4511349.58844,585920.929601,4513630.10902
+13405,13405,216,36.0,014500,,40.76915505,-73.98191841,39.0,008100,40.73935542,-73.99931783,1475.41203704,8675,5811,5315,3462,008100,91100400.6907,014500,253397343.373,014500,1180115942.0,008100,014500,10724.0247083,53195,63753,hub,hub,non_hub,584490.204148,4510305.23824,585920.929601,4513630.10902
+13406,13406,1678,108.0,014500,,40.76915505,-73.98191841,175.0,008200,40.7519705571,-73.9794132086,979.28010411,3442,5811,2534,3462,008200,262405408.076,014500,253397343.373,014500,1180115942.0,008200,014500,10724.0247083,228612,63753,hub,hub,non_hub,586154.546769,4511724.95803,585920.929601,4513630.10902
+13407,13407,722,144.0,014500,,40.76915505,-73.98191841,119.0,008300,40.742591315,-74.004102785,1426.02227798,4211,5811,2321,3462,008300,119862327.354,014500,253397343.373,014500,1180115942.0,008300,014500,10724.0247083,186113,63753,hub,hub,non_hub,584082.11654,4510659.85081,585920.929601,4513630.10902
+13408,13408,367,36.0,014500,,40.76915505,-73.98191841,38.0,008400,40.75038009,-73.98338988,916.182561308,1726,5811,1041,3462,008400,147824461.739,014500,253397343.373,014500,1180115942.0,008400,014500,10724.0247083,34199,63753,hub,hub,non_hub,585820.889203,4511544.50828,585920.929601,4513630.10902
+13409,13409,94,36.0,014500,,40.76915505,-73.98191841,43.0,008601,40.744219,-73.97121214,1620.46808511,2551,5811,1528,3462,008601,31141773.9073,014500,253397343.373,014500,1180115942.0,008601,014500,10724.0247083,31961,63753,hub,hub,non_hub,586856.951039,4510872.56191,585920.929601,4513630.10902
+13410,13410,462,72.0,014500,,40.76915505,-73.98191841,78.0,008700,40.74206378,-73.995708955,1316.09228452,6671,5811,4249,3462,008700,85660216.7821,014500,253397343.373,014500,1180115942.0,008700,014500,10724.0247083,152953,63753,hub,hub,non_hub,584791.475936,4510609.36503,585920.929601,4513630.10902
+13411,13411,349,72.0,014500,,40.76915505,-73.98191841,78.0,008800,40.75012189,-73.970133575,1291.34673286,6964,5811,5507,3462,008800,216532475.876,014500,253397343.373,014500,1180115942.0,008800,014500,10724.0247083,43247,63753,hub,hub,non_hub,586940.323322,4511528.89362,585920.929601,4513630.10902
+13412,13412,704,108.0,014500,,40.76915505,-73.98191841,120.0,008900,40.74529008,-74.0021768567,1339.98877911,5560,5811,3511,3462,008900,54419260.2723,014500,253397343.373,014500,1180115942.0,008900,014500,10724.0247083,158638,63753,hub,hub,non_hub,584241.316685,4510961.27944,585920.929601,4513630.10902
+13413,13413,692,108.0,014500,,40.76915505,-73.98191841,110.0,009000,40.75261798,-73.9703317533,1072.69842926,7026,5811,5832,3462,009000,208846060.851,014500,253397343.373,014500,1180115942.0,009000,014500,10724.0247083,74531,63753,hub,hub,non_hub,586920.342162,4511805.78171,585920.929601,4513630.10902
+13414,13414,266,36.0,014500,,40.76915505,-73.98191841,39.0,009100,40.74487634,-73.99529885,1227.53007519,6415,5811,4386,3462,009100,127325659.041,014500,253397343.373,014500,1180115942.0,009100,014500,10724.0247083,63878,63753,hub,hub,non_hub,584822.527687,4510921.97538,585920.929601,4513630.10902
+13415,13415,1492,72.0,014500,,40.76915505,-73.98191841,110.0,009200,40.7548518863,-73.9734329075,890.654635354,1754,5811,1461,3462,009200,408192557.246,014500,253397343.373,014500,1180115942.0,009200,014500,10724.0247083,72226,63753,hub,hub,non_hub,586655.650548,4512050.69496,585920.929601,4513630.10902
+13416,13416,326,36.0,014500,,40.76915505,-73.98191841,39.0,009300,40.74475148,-73.99915362,1199.37730061,9705,5811,5585,3462,009300,68528055.2433,014500,253397343.373,014500,1180115942.0,009300,014500,10724.0247083,52202,63753,hub,hub,non_hub,584497.239363,4510904.39701,585920.929601,4513630.10902
+13417,13417,1133,36.0,014500,,40.76915505,-73.98191841,31.0,009400,40.75320159,-73.9779874,810.812886143,29,5811,16,3462,009400,299218147.811,014500,253397343.373,014500,1180115942.0,009400,014500,10724.0247083,82147,63753,hub,hub,non_hub,586273.319314,4511863.01244,585920.929601,4513630.10902
+13418,13418,294,36.0,014500,,40.76915505,-73.98191841,51.0,009500,40.746647,-73.993915,1120.08503401,3425,5811,1416,3462,009500,129660033.725,014500,253397343.373,014500,1180115942.0,009500,014500,10724.0247083,57488,63753,hub,hub,non_hub,584937.108907,4511119.86954,585920.929601,4513630.10902
+13419,13419,1224,108.0,014500,,40.76915505,-73.98191841,140.0,009600,40.7560314327,-73.980355572,735.914687817,153,5811,268,3462,009600,270304841.585,014500,253397343.373,014500,1180115942.0,009600,014500,10724.0247083,71527,63753,hub,hub,non_hub,586069.756725,4512174.82046,585920.929601,4513630.10902
+13420,13420,757,108.0,014500,,40.76915505,-73.98191841,99.0,009700,40.7493616033,-73.9991321067,1156.35011583,4744,5811,2827,3462,009700,83018263.1602,014500,253397343.373,014500,1180115942.0,009700,014500,10724.0247083,118804,63753,hub,hub,non_hub,584493.220017,4511416.17434,585920.929601,4513630.10902
+13421,13421,585,72.0,014500,,40.76915505,-73.98191841,70.0,009800,40.755285655,-73.96667288,1028.24344262,7105,5811,5244,3462,009800,115943808.909,014500,253397343.373,014500,1180115942.0,009800,014500,10724.0247083,40039,63753,hub,hub,non_hub,587225.727282,4512105.54383,585920.929601,4513630.10902
+13422,13422,1260,180.0,014500,,40.76915505,-73.98191841,185.0,009900,40.7520807866,-74.0031899092,1188.98868327,3617,5811,2438,3462,009900,404439511.776,014500,253397343.373,014500,1180115942.0,009900,014500,10724.0247083,208076,63753,hub,hub,non_hub,584147.226991,4511714.12465,585920.929601,4513630.10902
+13423,13423,1532,108.0,014500,,40.76915505,-73.98191841,121.0,010000,40.7583696933,-73.9710287767,781.69338444,1829,5811,1399,3462,010000,366457143.613,014500,253397343.373,014500,1180115942.0,010000,014500,10724.0247083,72085,63753,hub,hub,non_hub,586854.014885,4512443.57459,585920.929601,4513630.10902
+13424,13424,1225,108.0,014500,,40.76915505,-73.98191841,127.0,010100,40.74945622,-73.9903382667,994.983267489,1119,5811,828,3462,010100,246168211.101,014500,253397343.373,014500,1180115942.0,010100,014500,10724.0247083,183377,63753,hub,hub,non_hub,585235.486219,4511435.18064,585920.929601,4513630.10902
+13425,13425,1333,72.0,014500,,40.76915505,-73.98191841,81.0,010200,40.7606694,-73.973473555,665.892922126,313,5811,268,3462,010200,333450202.294,014500,253397343.373,014500,1180115942.0,010200,014500,10724.0247083,46675,63753,hub,hub,non_hub,586644.664817,4512696.44233,585920.929601,4513630.10902
+13426,13426,2312,72.0,014500,,40.76915505,-73.98191841,98.0,010300,40.751000495,-73.994372255,867.467843594,1859,5811,1351,3462,010300,141506056.87,014500,253397343.373,014500,1180115942.0,010300,014500,10724.0247083,221593,63753,hub,hub,non_hub,584892.968075,4511602.69644,585920.929601,4513630.10902
+13427,13427,1948,72.0,014500,,40.76915505,-73.98191841,75.0,010400,40.761664375,-73.976854975,542.220492349,1031,5811,1033,3462,010400,363981333.295,014500,253397343.373,014500,1180115942.0,010400,014500,10724.0247083,65073,63753,hub,hub,non_hub,586357.961325,4512803.55852,585920.929601,4513630.10902
+13428,13428,252,36.0,014500,,40.76915505,-73.98191841,33.0,010602,40.75849116,-73.95920622,1090.46031746,4794,5811,2963,3462,010602,67980898.3739,014500,253397343.373,014500,1180115942.0,010602,014500,10724.0247083,22153,63753,hub,hub,non_hub,587851.796682,4512468.82754,585920.929601,4513630.10902
+13429,13429,1518,108.0,014500,,40.76915505,-73.98191841,117.0,010800,40.7591736033,-73.96613818,847.67497343,8531,5811,6272,3462,010800,189351523.799,014500,253397343.373,014500,1180115942.0,010800,014500,10724.0247083,79198,63753,hub,hub,non_hub,587265.778542,4512537.66689,585920.929601,4513630.10902
+13430,13430,385,72.0,014500,,40.76915505,-73.98191841,114.0,010900,40.751351715,-73.987594755,1011.77001694,182,5811,92,3462,010900,228173063.011,014500,253397343.373,014500,1180115942.0,010900,014500,10724.0247083,60092,63753,hub,hub,non_hub,585464.669441,4511648.26242,585920.929601,4513630.10902
+13431,13431,3188,36.0,014500,,40.76915505,-73.98191841,59.0,011201,40.7643971,-73.97371465,651.372333752,827,5811,964,3462,011201,118515444.187,014500,253397343.373,014500,1180115942.0,011201,014500,10724.0247083,41525,63753,hub,hub,hub,586619.474659,4513110.00718,585920.929601,4513630.10902
+13432,13432,1335,36.0,014500,,40.76915505,-73.98191841,33.0,011203,40.76095756,-73.96724467,768.43670412,1176,5811,1160,3462,011203,143782379.009,014500,253397343.373,014500,1180115942.0,011203,014500,10724.0247083,48033,63753,hub,hub,non_hub,587170.050102,4512734.59972,585920.929601,4513630.10902
+13433,13433,2554,144.0,014500,,40.76915505,-73.98191841,198.0,011300,40.7548008425,-73.9888010575,807.307706358,204,5811,107,3462,011300,357940519.061,014500,253397343.373,014500,1180115942.0,011300,014500,10724.0247083,236650,63753,hub,hub,non_hub,585358.423228,4512029.96675,585920.929601,4513630.10902
+13434,13434,1011,72.0,014500,,40.76915505,-73.98191841,82.0,011500,40.75701407,-73.992353645,809.407501442,2487,5811,1678,3462,011500,130958459.747,014500,253397343.373,014500,1180115942.0,011500,014500,10724.0247083,103294,63753,hub,hub,non_hub,585055.712647,4512272.20178,585920.929601,4513630.10902
+13435,13435,842,72.0,014500,,40.76915505,-73.98191841,84.0,011700,40.76058799,-74.00080945,1157.50212975,2938,5811,2304,3462,011700,91270705.1484,014500,253397343.373,014500,1180115942.0,011700,014500,10724.0247083,73016,63753,hub,hub,non_hub,584337.427395,4512660.77158,585920.929601,4513630.10902
+13436,13436,574,36.0,014500,,40.76915505,-73.98191841,34.0,011900,40.7568001,-73.98291153,765.25087108,1079,5811,1121,3462,011900,395254501.74,014500,253397343.373,014500,1180115942.0,011900,014500,10724.0247083,39976,63753,hub,hub,non_hub,585853.012005,4512257.64444,585920.929601,4513630.10902
+13437,13437,2480,108.0,014500,,40.76915505,-73.98191841,109.0,012100,40.7598593767,-73.9914900133,705.900235104,8366,5811,5744,3462,012100,101223732.045,014500,253397343.373,014500,1180115942.0,012100,014500,10724.0247083,132767,63753,hub,hub,non_hub,585124.983127,4512588.88932,585920.929601,4513630.10902
+13438,13438,657,36.0,014500,,40.76915505,-73.98191841,51.0,012500,40.76064679,-73.98442659,565.386605784,2439,5811,2096,3462,012500,322911522.418,014500,253397343.373,014500,1180115942.0,012500,014500,10724.0247083,45486,63753,hub,hub,non_hub,585720.180916,4512683.17447,585920.929601,4513630.10902
+13439,13439,1879,72.0,014500,,40.76915505,-73.98191841,84.0,012700,40.762485435,-73.990447135,621.377447676,6437,5811,4434,3462,012700,104637996.687,014500,253397343.373,014500,1180115942.0,012700,014500,10724.0247083,83393,63753,hub,hub,non_hub,585209.656415,4512881.41361,585920.929601,4513630.10902
+13440,13440,352,36.0,014500,,40.76915505,-73.98191841,24.0,012900,40.76341379,-73.99667444,844.241477273,5312,5811,3621,3462,012900,158698340.053,014500,253397343.373,014500,1180115942.0,012900,014500,10724.0247083,28661,63753,hub,hub,non_hub,584682.864463,4512978.43901,585920.929601,4513630.10902
+13441,13441,1882,108.0,014500,,40.76915505,-73.98191841,160.0,013100,40.7621295133,-73.98215453,535.578064458,2489,5811,2283,3462,013100,405023451.28,014500,253397343.373,014500,1180115942.0,013100,014500,10724.0247083,107228,63753,hub,hub,non_hub,585910.04945,4512849.98999,585920.929601,4513630.10902
+13442,13442,3199,108.0,014500,,40.76915505,-73.98191841,101.0,013300,40.7647250567,-73.9866537633,512.031050956,5363,5811,3909,3462,013300,79847412.2593,014500,253397343.373,014500,1180115942.0,013300,014500,10724.0247083,89810,63753,hub,hub,hub,585526.963406,4513133.71926,585920.929601,4513630.10902
+13443,13443,1293,72.0,014500,,40.76915505,-73.98191841,65.0,013500,40.766984435,-73.99227308,652.355967899,6075,5811,3935,3462,013500,198199142.958,014500,253397343.373,014500,1180115942.0,013500,014500,10724.0247083,64723,63753,hub,hub,non_hub,585049.80204,4513379.06475,585920.929601,4513630.10902
+13444,13444,1053,72.0,014500,,40.76915505,-73.98191841,98.0,013700,40.766109285,-73.981808355,1069.581791,6557,5811,5442,3462,013700,314878324.419,014500,253397343.373,014500,1180115942.0,013700,014500,10724.0247083,91142,63753,hub,hub,non_hub,585934.141665,4513292.1137,585920.929601,4513630.10902
+13445,13445,459,36.0,014500,,40.76915505,-73.98191841,27.0,013900,40.768254,-73.988639,591.747276688,7607,5811,7359,3462,013900,139918084.587,014500,253397343.373,014500,1180115942.0,013900,014500,10724.0247083,26390,63753,hub,hub,non_hub,585354.890073,4513523.52534,585920.929601,4513630.10902
+13446,13446,1952,36.0,014500,,40.76915505,-73.98191841,49.0,014300,40.76590936,-73.97634151,1035.31147541,3,5811,0,3462,014300,50027992.3322,014500,253397343.373,014500,1180115942.0,014300,014500,10724.0247083,21051,63753,hub,hub,non_hub,586395.803012,4513275.28949,585920.929601,4513630.10902
+13447,13447,723,36.0,014500,,40.76915505,-73.98191841,55.0,014700,40.770513,-73.988038,613.124481328,2586,5811,1743,3462,014700,70871746.8417,014500,253397343.373,014500,1180115942.0,014700,014500,10724.0247083,35099,63753,hub,hub,non_hub,585402.720352,4513774.87644,585920.929601,4513630.10902
+13448,13448,265,36.0,014500,,40.76915505,-73.98191841,36.0,015100,40.771522,-73.990541,857.939622642,8105,5811,4856,3462,015100,164953931.102,014500,253397343.373,014500,1180115942.0,015100,014500,10724.0247083,17578,63753,hub,hub,non_hub,585190.192062,4513884.4495,585920.929601,4513630.10902
+13449,13449,392,72.0,014500,,40.76915505,-73.98191841,70.0,031703,40.71644312,-74.014902115,1866.46815533,8670,5811,4231,3462,031703,332361109.355,014500,253397343.373,014500,1180115942.0,031703,014500,10724.0247083,136082,63753,hub,hub,non_hub,583202.897614,4507746.93647,585920.929601,4513630.10902
+13450,13450,204,108.0,014500,,40.76915505,-73.98191841,98.0,031704,40.7085171733,-74.0165557667,2230.65497674,6610,5811,3790,3462,031704,160823714.408,014500,253397343.373,014500,1180115942.0,031704,014500,10724.0247083,105244,63753,hub,hub,non_hub,583073.076824,4506865.54027,585920.929601,4513630.10902
+13451,13451,25,108.0,014500,,40.76915505,-73.98191841,85.0,000600,40.7128987867,-73.9898646367,1953.97368421,11558,5811,4083,3462,000600,59149181.7526,014500,253397343.373,014500,1180115942.0,000600,014500,10724.0247083,70053,63753,hub,hub,non_hub,585322.159723,4507377.5136,585920.929601,4513630.10902
+13452,13452,14,165.0,014700,,40.770513,-73.988038,54.0,000202,40.71318002,-73.9818904933,1417.42222222,8012,2586,3598,1743,000202,37878157.9781,014700,70871746.8417,,0.0,000202,014700,10475.3218187,56352,35388,hub,hub,non_hub,585995.353038,4507416.50937,585402.720353,4513774.87644
+13453,13453,326,385.0,014700,,40.770513,-73.988038,258.0,000700,40.70581148,-74.0081572071,1987.76595583,7722,2586,5201,1743,000700,476954959.734,014700,70871746.8417,,0.0,000700,014700,10475.3218187,160040,35388,hub,hub,non_hub,583785.918305,4506573.16797,585402.720353,4513774.87644
+13454,13454,11,110.0,014700,,40.770513,-73.988038,47.0,000800,40.712414475,-73.993471545,3213.05,10365,2586,4150,1743,000800,46479755.076,014700,70871746.8417,,0.0,000800,014700,10475.3218187,34254,35388,hub,hub,non_hub,585018.109713,4507320.25418,585402.720353,4513774.87644
+13455,13455,99,165.0,014700,,40.770513,-73.988038,97.0,000900,40.7024745833,-74.01224785,2272.74675126,1140,2586,939,1743,000900,404341803.896,014700,70871746.8417,,0.0,000900,014700,10475.3218187,46446,35388,hub,hub,non_hub,583444.520998,4506198.85784,585402.720353,4513774.87644
+13456,13456,26,55.0,014700,,40.770513,-73.988038,19.0,001002,40.71782143,-73.97628939,2324.26923077,6439,2586,2346,1743,001002,22763374.2099,014700,70871746.8417,,0.0,001002,014700,10475.3218187,15916,35388,hub,hub,non_hub,586462.45635,4507937.23607,585402.720353,4513774.87644
+13457,13457,28,110.0,014700,,40.770513,-73.988038,46.0,001200,40.717364275,-73.982955325,1446.76111111,3547,2586,1857,1743,001200,23518220.7411,014700,70871746.8417,,0.0,001200,014700,10475.3218187,36493,35388,hub,hub,non_hub,585900.031125,4507879.94738,585402.720353,4513774.87644
+13458,13458,115,55.0,014700,,40.770513,-73.988038,36.0,001300,40.70463334,-74.01361706,2129.46956522,3776,2586,3028,1743,001300,286606455.687,014700,70871746.8417,,0.0,001300,014700,10475.3218187,27671,35388,hub,hub,non_hub,583326.158808,4506437.19368,585402.720353,4513774.87644
+13459,13459,19,55.0,014700,,40.770513,-73.988038,28.0,001401,40.71559509,-73.9870295,1494.84210526,3289,2586,1708,1743,001401,20168722.3199,014700,70871746.8417,,0.0,001401,014700,10475.3218187,26885,35388,hub,hub,non_hub,585558.18429,4507679.57909,585402.720353,4513774.87644
+13460,13460,14,110.0,014700,,40.770513,-73.988038,67.0,001501,40.70966832,-74.003597135,2528.67777778,5581,2586,3450,1743,001501,172466366.322,014700,70871746.8417,,0.0,001501,014700,10475.3218187,27425,35388,hub,hub,non_hub,584166.279828,4507005.66129,585402.720353,4513774.87644
+13461,13461,105,165.0,014700,,40.770513,-73.988038,123.0,001502,40.7088053467,-74.00635276,1894.51483396,7095,2586,3459,1743,001502,221282059.103,014700,70871746.8417,,0.0,001502,014700,10475.3218187,82052,35388,hub,hub,non_hub,583934.59195,4506907.22889,585402.720353,4513774.87644
+13462,13462,42,165.0,014700,,40.770513,-73.988038,107.0,001600,40.7153350167,-73.9943926833,1298.20862471,8236,2586,3242,1743,001600,76565505.7581,014700,70871746.8417,,0.0,001600,014700,10475.3218187,82798,35388,hub,hub,non_hub,584936.591099,4507643.5622,585402.720353,4513774.87644
+13463,13463,83,220.0,014700,,40.770513,-73.988038,154.0,001800,40.7193657075,-73.9906468425,1515.7175391,8063,2586,3489,1743,001800,60554858.5127,014700,70871746.8417,,0.0,001800,014700,10475.3218187,133306,35388,hub,hub,non_hub,585247.838585,4508094.62497,585402.720353,4513774.87644
+13464,13464,20,110.0,014700,,40.770513,-73.988038,46.0,002000,40.721554605,-73.977309405,1313.86666667,4795,2586,1899,1743,002000,17907673.5628,014700,70871746.8417,,0.0,002000,014700,10475.3218187,31656,35388,hub,hub,non_hub,586371.478696,4508350.63994,585402.720353,4513774.87644
+13465,13465,470,220.0,014700,,40.770513,-73.988038,102.0,002100,40.71451321,-74.0108850975,1624.84229963,6111,2586,3038,1743,002100,273869828.705,014700,70871746.8417,,0.0,002100,014700,10475.3218187,151037,35388,hub,hub,non_hub,583544.598931,4507536.51732,585402.720353,4513774.87644
+13466,13466,19,110.0,014700,,40.770513,-73.988038,44.0,002201,40.71833027,-73.980972895,1151.78846154,6762,2586,3030,1743,002201,37585954.9949,014700,70871746.8417,,0.0,002201,014700,10475.3218187,26391,35388,hub,hub,non_hub,586066.226443,4507989.12022,585402.720353,4513774.87644
+13467,13467,24,55.0,014700,,40.770513,-73.988038,31.0,002202,40.7208736,-73.98085795,894.791666667,2256,2586,1045,1743,002202,13179093.8977,014700,70871746.8417,,0.0,002202,014700,10475.3218187,23935,35388,hub,hub,non_hub,586072.658368,4508271.55961,585402.720353,4513774.87644
+13468,13468,9,110.0,014700,5.10554354486,40.770513,-73.988038,48.0,002400,40.72368361,-73.97574813,1560.47872365,5775,2586,2175,1743,002400,17986635.5592,014700,70871746.8417,,0.0,002400,014700,10475.3218187,17965,35388,hub,hub,non_hub,586500.581943,4508588.51078,585402.720353,4513774.87644
+13469,13469,15,110.0,014700,,40.770513,-73.988038,62.0,002500,40.7111743,-73.99849582,1831.03409091,5061,2586,1917,1743,002500,22428407.6271,014700,70871746.8417,,0.0,002500,014700,10475.3218187,28216,35388,hub,hub,non_hub,584595.28909,4507177.73549,585402.720353,4513774.87644
+13470,13470,15,55.0,014700,,40.770513,-73.988038,31.0,002601,40.72299208,-73.97995466,1274.13333333,3774,2586,1593,1743,002601,22248722.3098,014700,70871746.8417,,0.0,002601,014700,10475.3218187,22144,35388,hub,hub,non_hub,586146.216204,4508507.61099,585402.720353,4513774.87644
+13471,13471,23,55.0,014700,,40.770513,-73.988038,27.0,002700,40.71307916,-73.99851193,2104.34782609,1191,2586,655,1743,002700,11349914.9514,014700,70871746.8417,,0.0,002700,014700,10475.3218187,20570,35388,hub,hub,non_hub,584591.517275,4507389.17181,585402.720353,4513774.87644
+13472,13472,28,55.0,014700,,40.770513,-73.988038,32.0,002800,40.72521311,-73.97768752,1489.67857143,7302,2586,3341,1743,002800,47641507.3146,014700,70871746.8417,,0.0,002800,014700,10475.3218187,36744,35388,hub,hub,non_hub,586334.816403,4508756.38709,585402.720353,4513774.87644
+13473,13473,38,55.0,014700,,40.770513,-73.988038,43.0,002900,40.71602118,-73.99974372,1611.68421053,5855,2586,2420,1743,002900,200965547.24,014700,70871746.8417,,0.0,002900,014700,10475.3218187,31936,35388,hub,hub,non_hub,584483.752153,4507714.56961,585402.720353,4513774.87644
+13474,13474,51,55.0,014700,,40.770513,-73.988038,35.0,003001,40.72066442,-73.98517977,1537.82352941,4301,2586,2553,1743,003001,34302720.7166,014700,70871746.8417,,0.0,003001,014700,10475.3218187,41223,35388,hub,hub,non_hub,585707.91731,4508244.11218,585402.720353,4513774.87644
+13475,13475,32,55.0,014700,,40.770513,-73.988038,37.0,003002,40.72217444,-73.98368779,873.25,3031,2586,1885,1743,003002,18686109.2263,014700,70871746.8417,,0.0,003002,014700,10475.3218187,38675,35388,hub,hub,non_hub,585831.986427,4508413.19181,585402.720353,4513774.87644
+13476,13476,125,165.0,014700,,40.770513,-73.988038,121.0,003100,40.7140617467,-74.0041933367,1903.17374214,2809,2586,858,1743,003100,145687012.574,014700,70871746.8417,,0.0,003100,014700,10475.3218187,81469,35388,hub,hub,non_hub,584110.388584,4507492.78891,585402.720353,4513774.87644
+13477,13477,108,165.0,014700,,40.770513,-73.988038,100.0,003200,40.7260543867,-73.9823576167,1193.43478811,7630,2586,4888,1743,003200,46369492.482,014700,70871746.8417,,0.0,003200,014700,10475.3218187,138064,35388,hub,hub,non_hub,585939.335766,4508845.19329,585402.720353,4513774.87644
+13478,13478,267,275.0,014700,,40.770513,-73.988038,173.0,003300,40.7188173809,-74.0063440515,1691.32856328,5174,2586,2694,1743,003300,215459582.054,014700,70871746.8417,,0.0,003300,014700,10475.3218187,115059,35388,hub,hub,non_hub,583922.753892,4508018.63794,585402.720353,4513774.87644
+13479,13479,54,55.0,014700,,40.770513,-73.988038,39.0,003400,40.72955361,-73.98057249,1107.53703704,6706,2586,4203,1743,003400,42933229.7541,014700,70871746.8417,,0.0,003400,014700,10475.3218187,47926,35388,hub,hub,non_hub,586085.581298,4509235.37985,585402.720353,4513774.87644
+13480,13480,87,110.0,014700,,40.770513,-73.988038,66.0,003601,40.72217423,-73.990293175,1070.48880597,3299,2586,1613,1743,003601,29191583.8104,014700,70871746.8417,,0.0,003601,014700,10475.3218187,77585,35388,hub,hub,non_hub,585274.124459,4508406.73315,585402.720353,4513774.87644
+13481,13481,85,110.0,014700,,40.770513,-73.988038,62.0,003602,40.724852985,-73.989265345,951.141025641,2918,2586,1586,1743,003602,24941258.1161,014700,70871746.8417,,0.0,003602,014700,10475.3218187,82124,35388,hub,hub,non_hub,585357.507872,4508705.09166,585402.720353,4513774.87644
+13482,13482,405,220.0,014700,,40.770513,-73.988038,148.0,003700,40.7256696075,-74.0052069325,1726.94731036,2401,2586,1490,1743,003700,212385639.924,014700,70871746.8417,,0.0,003700,014700,10475.3218187,173333,35388,hub,hub,non_hub,584010.178026,4508780.36793,585402.720353,4513774.87644
+13483,13483,168,220.0,014700,,40.770513,-73.988038,160.0,003800,40.72765889,-73.988195855,1097.38243249,8610,2586,5795,1743,003800,67437493.5221,014700,70871746.8417,,0.0,003800,014700,10475.3218187,167230,35388,hub,hub,non_hub,585444.239635,4509017.60641,585402.720353,4513774.87644
+13484,13484,480,220.0,014700,,40.770513,-73.988038,106.0,003900,40.7201717475,-74.00983051,1723.33465313,5253,2586,3059,1743,003900,194910113.03,014700,70871746.8417,,0.0,003900,014700,10475.3218187,113624,35388,hub,hub,non_hub,583626.593058,4508165.65565,585402.720353,4513774.87644
+13485,13485,255,110.0,014700,,40.770513,-73.988038,66.0,004000,40.73000573,-73.98549552,1037.25727766,9801,2586,4546,1743,004000,66858387.5133,014700,70871746.8417,,0.0,004000,014700,10475.3218187,99660,35388,hub,hub,non_hub,585669.269443,4509280.75306,585402.720353,4513774.87644
+13486,13486,93,110.0,014700,,40.770513,-73.988038,64.0,004100,40.7195529,-73.996789035,1423.60755442,7793,2586,3765,1743,004100,71738983.3617,014700,70871746.8417,,0.0,004100,014700,10475.3218187,114685,35388,hub,hub,non_hub,584728.836557,4508109.46034,585402.720353,4513774.87644
+13487,13487,66,55.0,014700,,40.770513,-73.988038,35.0,004200,40.73223272,-73.98889957,948.984848485,4988,2586,1801,1743,004200,39941846.3325,014700,70871746.8417,,0.0,004200,014700,10475.3218187,50846,35388,hub,hub,non_hub,585378.96492,4509524.64843,585402.720353,4513774.87644
+13488,13488,88,110.0,014700,,40.770513,-73.988038,67.0,004300,40.723870235,-73.995226525,1638.10714286,4267,2586,2598,1743,004300,65935514.1184,014700,70871746.8417,,0.0,004300,014700,10475.3218187,95162,35388,hub,hub,non_hub,584855.320992,4508590.22212,585402.720353,4513774.87644
+13489,13489,152,110.0,014700,,40.770513,-73.988038,60.0,004400,40.73080269,-73.97968993,1267.47232143,17710,2586,8297,1743,004400,114601147.016,014700,70871746.8417,,0.0,004400,014700,10475.3218187,106427,35388,hub,hub,non_hub,586158.498991,4509374.90208,585402.720353,4513774.87644
+13490,13490,18,55.0,014700,,40.770513,-73.988038,27.0,004500,40.71910537,-73.99973337,1454.38888889,840,2586,582,1743,004500,52009114.8865,014700,70871746.8417,,0.0,004500,014700,10475.3218187,34275,35388,hub,hub,non_hub,584480.726971,4508056.94497,585402.720353,4513774.87644
+13491,13491,39,55.0,014700,,40.770513,-73.988038,39.0,004700,40.72165481,-74.00234737,1471.48717949,2267,2586,1586,1743,004700,75477587.1594,014700,70871746.8417,,0.0,004700,014700,10475.3218187,27544,35388,hub,hub,non_hub,584256.734795,4508337.43837,585402.720353,4513774.87644
+13492,13492,48,55.0,014700,,40.770513,-73.988038,35.0,004800,40.73624527,-73.98473765,1107.33333333,7550,2586,3799,1743,004800,74763044.6965,014700,70871746.8417,,0.0,004800,014700,10475.3218187,42567,35388,hub,hub,non_hub,585725.258797,4509974.12516,585402.720353,4513774.87644
+13493,13493,125,110.0,014700,,40.770513,-73.988038,73.0,004900,40.724268615,-74.000521515,1527.53490516,4951,2586,3054,1743,004900,103848670.177,014700,70871746.8417,,0.0,004900,014700,10475.3218187,80152,35388,hub,hub,non_hub,584407.63728,4508629.34168,585402.720353,4513774.87644
+13494,13494,157,165.0,014700,,40.770513,-73.988038,93.0,005000,40.7359163467,-73.9873427633,1159.66315205,5061,2586,3595,1743,005000,120638459.215,014700,70871746.8417,,0.0,005000,014700,10475.3218187,111023,35388,hub,hub,non_hub,585505.709717,4509935.07175,585402.720353,4513774.87644
+13495,13495,400,110.0,014700,,40.770513,-73.988038,106.0,005200,40.73715585,-73.991241315,1258.22291731,4193,2586,1785,1743,005200,109103391.81,014700,70871746.8417,,0.0,005200,014700,10475.3218187,159876,35388,hub,hub,non_hub,585174.941656,4510068.87544,585402.720353,4513774.87644
+13496,13496,166,55.0,014700,,40.770513,-73.988038,47.0,005400,40.73971301,-73.99456405,1282.80722892,4656,2586,2837,1743,005400,128803552.888,014700,70871746.8417,,0.0,005400,014700,10475.3218187,73728,35388,hub,hub,non_hub,584891.129718,4510349.51956,585402.720353,4513774.87644
+13497,13497,88,55.0,014700,,40.770513,-73.988038,30.0,005501,40.72679454,-73.99695094,1525.34090909,5079,2586,2483,1743,005501,61061928.4125,014700,70871746.8417,,0.0,005501,014700,10475.3218187,57258,35388,hub,hub,non_hub,584705.980012,4508913.17477,585402.720353,4513774.87644
+13498,13498,49,55.0,014700,,40.770513,-73.988038,27.0,005502,40.72743423,-73.99379025,1067.69387755,2383,2586,1262,1743,005502,49017118.6146,014700,70871746.8417,,0.0,005502,014700,10475.3218187,55117,35388,hub,hub,non_hub,584972.085912,4508987.23863,585402.720353,4513774.87644
+13499,13499,177,110.0,014700,,40.770513,-73.988038,95.0,005600,40.74065347,-73.98778661,1385.67609971,2618,2586,2190,1743,005600,189153355.609,014700,70871746.8417,,0.0,005600,014700,10475.3218187,113209,35388,hub,hub,non_hub,585462.168743,4510460.49357,585402.720353,4513774.87644
+13500,13500,148,110.0,014700,,40.770513,-73.988038,82.0,005700,40.729662915,-73.992405595,1228.19799659,2937,2586,1789,1743,005700,90178032.7137,014700,70871746.8417,,0.0,005700,014700,10475.3218187,156896,35388,hub,hub,non_hub,585086.179601,4509235.9788,585402.720353,4513774.87644
+13501,13501,286,110.0,014700,,40.770513,-73.988038,87.0,005800,40.743154205,-73.990299735,1172.98013157,3182,2586,2306,1743,005800,164037511.755,014700,70871746.8417,,0.0,005800,014700,10475.3218187,130970,35388,hub,hub,non_hub,585246.786708,4510735.64918,585402.720353,4513774.87644
+13502,13502,43,55.0,014700,,40.770513,-73.988038,31.0,005900,40.73049393,-73.9957214,1546.95348837,5516,2586,3276,1743,005900,71785177.1361,014700,70871746.8417,,0.0,005900,014700,10475.3218187,53180,35388,hub,hub,non_hub,584805.117401,4509325.01914,585402.720353,4513774.87644
+13503,13503,91,110.0,014700,,40.770513,-73.988038,63.0,006000,40.734822295,-73.976916765,1266.8625,5286,2586,2459,1743,006000,27468182.8943,014700,70871746.8417,,0.0,006000,014700,10475.3218187,80462,35388,hub,hub,non_hub,586387.478737,4509823.83141,585402.720353,4513774.87644
+13504,13504,294,220.0,014700,,40.770513,-73.988038,141.0,006100,40.73385254,-73.992357065,1393.76995329,4913,2586,2683,1743,006100,91682014.33,014700,70871746.8417,,0.0,006100,014700,10475.3218187,245510,35388,hub,hub,non_hub,585084.940162,4509701.10308,585402.720353,4513774.87644
+13505,13505,80,55.0,014700,,40.770513,-73.988038,30.0,006200,40.7381765,-73.97738662,1415.975,4680,2586,1401,1743,006200,231817485.533,014700,70871746.8417,,0.0,006200,014700,10475.3218187,33218,35388,hub,hub,non_hub,586343.467107,4510195.70961,585402.720353,4513774.87644
+13506,13506,213,165.0,014700,,40.770513,-73.988038,99.0,006300,40.7346940933,-73.99785666,1488.02538702,6076,2586,4277,1743,006300,85447631.8451,014700,70871746.8417,,0.0,006300,014700,10475.3218187,120233,35388,hub,hub,non_hub,584619.48321,4509789.20591,585402.720353,4513774.87644
+13507,13507,39,55.0,014700,,40.770513,-73.988038,39.0,006400,40.73587678,-73.98205027,1406.51282051,7518,2586,5058,1743,006400,95664936.1545,014700,70871746.8417,,0.0,006400,014700,10475.3218187,47750,35388,hub,hub,non_hub,585952.649806,4509935.84788,585402.720353,4513774.87644
+13508,13508,104,165.0,014700,,40.770513,-73.988038,106.0,006500,40.7306296367,-73.9991423,1562.46097781,6517,2586,3568,1743,006500,59290910.3694,014700,70871746.8417,,0.0,006500,014700,10475.3218187,125356,35388,hub,hub,non_hub,584516.067395,4509336.78488,585402.720353,4513774.87644
+13509,13509,140,110.0,014700,,40.770513,-73.988038,82.0,006600,40.739285505,-73.97827188,1187.70462046,11780,2586,6818,1743,006600,84730469.4548,014700,70871746.8417,,0.0,006600,014700,10475.3218187,74621,35388,hub,hub,non_hub,586267.286922,4510317.94668,585402.720353,4513774.87644
+13510,13510,100,55.0,014700,,40.770513,-73.988038,39.0,006700,40.73038599,-74.00214988,1543.49,4984,2586,3796,1743,006700,47238039.9972,014700,70871746.8417,,0.0,006700,014700,10475.3218187,70025,35388,hub,hub,non_hub,584262.399901,4509306.84766,585402.720353,4513774.87644
+13511,13511,70,55.0,014700,,40.770513,-73.988038,39.0,006800,40.74025878,-73.98409214,1093.6,6735,2586,4494,1743,006800,130298431.446,014700,70871746.8417,,0.0,006800,014700,10475.3218187,58926,35388,hub,hub,non_hub,585774.608423,4510420.28363,585402.720353,4513774.87644
+13512,13512,408,110.0,014700,,40.770513,-73.988038,67.0,006900,40.732319905,-74.0069291,1556.40252101,2687,2586,1484,1743,006900,61292499.9331,014700,70871746.8417,,0.0,006900,014700,10475.3218187,130727,35388,hub,hub,non_hub,583856.38945,4509516.94969,585402.720353,4513774.87644
+13513,13513,331,165.0,014700,,40.770513,-73.988038,127.0,007000,40.7425217052,-73.9756266999,1184.20745491,8302,2586,5669,1743,007000,78634704.8451,014700,70871746.8417,,0.0,007000,014700,10475.3218187,145227,35388,hub,hub,non_hub,586486.438056,4510679.79092,585402.720353,4513774.87644
+13514,13514,79,110.0,014700,,40.770513,-73.988038,71.0,007100,40.736526545,-74.000108805,1288.44275862,5633,2586,3844,1743,007100,68447429.2743,014700,70871746.8417,,0.0,007100,014700,10475.3218187,79459,35388,hub,hub,non_hub,584426.995774,4509990.4524,585402.720353,4513774.87644
+13515,13515,285,165.0,014700,,40.770513,-73.988038,126.0,007200,40.7447014833,-73.98154809,1000.26735286,7734,2586,5222,1743,007200,132092861.454,014700,70871746.8417,,0.0,007200,014700,10475.3218187,157612,35388,hub,hub,non_hub,585983.687715,4510915.94446,585402.720353,4513774.87644
+13516,13516,155,110.0,014700,,40.770513,-73.988038,59.0,007300,40.734682705,-74.00388484,1380.0969286,5615,2586,4547,1743,007300,48716185.79,014700,70871746.8417,,0.0,007300,014700,10475.3218187,92567,35388,hub,hub,non_hub,584110.479319,4509782.14883,585402.720353,4513774.87644
+13517,13517,211,110.0,014700,,40.770513,-73.988038,86.0,007400,40.746413585,-73.98586892,1099.6735474,4179,2586,2700,1743,007400,170614202.951,014700,70871746.8417,,0.0,007400,014700,10475.3218187,81121,35388,hub,hub,non_hub,585616.696258,4511101.7763,585402.720353,4513774.87644
+13518,13518,259,110.0,014700,,40.770513,-73.988038,69.0,007600,40.74737476,-73.988320695,1062.21284404,2203,2586,1573,1743,007600,242014413.464,014700,70871746.8417,,0.0,007600,014700,10475.3218187,97464,35388,hub,hub,non_hub,585408.475283,4511206.08492,585402.720353,4513774.87644
+13519,13519,122,55.0,014700,,40.770513,-73.988038,43.0,007700,40.7390169121,-74.0026376103,1431.40983607,5404,2586,4254,1743,007700,59306273.1509,014700,70871746.8417,,0.0,007700,014700,10475.3218187,79025,35388,hub,hub,non_hub,584210.329106,4510264.47156,585402.720353,4513774.87644
+13520,13520,264,55.0,014700,,40.770513,-73.988038,39.0,007800,40.74780373,-73.9734419,1062.03030303,7380,2586,5372,1743,007800,112124597.728,014700,70871746.8417,,0.0,007800,014700,10475.3218187,59601,35388,hub,hub,non_hub,586664.043115,4511268.28888,585402.720353,4513774.87644
+13521,13521,622,275.0,014700,,40.770513,-73.988038,174.0,007900,40.738916514,-74.007286026,1453.22850422,4406,2586,2904,1743,007900,86937368.5918,014700,70871746.8417,,0.0,007900,014700,10475.3218187,171846,35388,hub,hub,non_hub,583817.969395,4510248.87788,585402.720353,4513774.87644
+13522,13522,177,110.0,014700,,40.770513,-73.988038,71.0,008000,40.7485693,-73.97717991,1149.32089453,4946,2586,3730,1743,008000,197763821.532,014700,70871746.8417,,0.0,008000,014700,10475.3218187,74808,35388,hub,hub,non_hub,586347.477591,4511349.58844,585402.720353,4513774.87644
+13523,13523,83,55.0,014700,,40.770513,-73.988038,39.0,008100,40.73935542,-73.99931783,1254.26506024,8675,2586,5315,1743,008100,91100400.6907,014700,70871746.8417,,0.0,008100,014700,10475.3218187,53195,35388,hub,hub,non_hub,584490.204148,4510305.23824,585402.720353,4513774.87644
+13524,13524,648,165.0,014700,,40.770513,-73.988038,175.0,008200,40.7519502732,-73.9793808034,977.622982931,3442,2586,2534,1743,008200,262405408.076,014700,70871746.8417,,0.0,008200,014700,10475.3218187,228612,35388,hub,hub,non_hub,586157.308538,4511722.73819,585402.720353,4513774.87644
+13525,13525,604,220.0,014700,,40.770513,-73.988038,119.0,008300,40.742591315,-74.004102785,1264.44855083,4211,2586,2321,1743,008300,119862327.354,014700,70871746.8417,,0.0,008300,014700,10475.3218187,186113,35388,hub,hub,non_hub,584082.11654,4510659.85081,585402.720353,4513774.87644
+13526,13526,92,55.0,014700,,40.770513,-73.988038,38.0,008400,40.75038009,-73.98338988,1022.88043478,1726,2586,1041,1743,008400,147824461.739,014700,70871746.8417,,0.0,008400,014700,10475.3218187,34199,35388,hub,hub,non_hub,585820.889203,4511544.50828,585402.720353,4513774.87644
+13527,13527,42,55.0,014700,,40.770513,-73.988038,43.0,008601,40.744219,-73.97121214,1079.0952381,2551,2586,1528,1743,008601,31141773.9073,014700,70871746.8417,,0.0,008601,014700,10475.3218187,31961,35388,hub,hub,non_hub,586856.951039,4510872.56191,585402.720353,4513774.87644
+13528,13528,287,110.0,014700,,40.770513,-73.988038,78.0,008700,40.74206378,-73.995708955,1261.07143295,6671,2586,4249,1743,008700,85660216.7821,014700,70871746.8417,,0.0,008700,014700,10475.3218187,152953,35388,hub,hub,non_hub,584791.475936,4510609.36503,585402.720353,4513774.87644
+13529,13529,70,110.0,014700,,40.770513,-73.988038,78.0,008800,40.75012189,-73.970133575,1100.8005733,6964,2586,5507,1743,008800,216532475.876,014700,70871746.8417,,0.0,008800,014700,10475.3218187,43247,35388,hub,hub,non_hub,586940.323322,4511528.89362,585402.720353,4513774.87644
+13530,13530,406,165.0,014700,,40.770513,-73.988038,120.0,008900,40.74529008,-74.0021768567,1213.3669843,5560,2586,3511,1743,008900,54419260.2723,014700,70871746.8417,,0.0,008900,014700,10475.3218187,158638,35388,hub,hub,non_hub,584241.316685,4510961.27944,585402.720353,4513774.87644
+13531,13531,290,165.0,014700,,40.770513,-73.988038,110.0,009000,40.75261798,-73.9703317533,1176.34038462,7026,2586,5832,1743,009000,208846060.851,014700,70871746.8417,,0.0,009000,014700,10475.3218187,74531,35388,hub,hub,non_hub,586920.342162,4511805.78171,585402.720353,4513774.87644
+13532,13532,103,55.0,014700,,40.770513,-73.988038,39.0,009100,40.74487634,-73.99529885,1263.03883495,6415,2586,4386,1743,009100,127325659.041,014700,70871746.8417,,0.0,009100,014700,10475.3218187,63878,35388,hub,hub,non_hub,584822.527687,4510921.97538,585402.720353,4513774.87644
+13533,13533,439,110.0,014700,,40.770513,-73.988038,110.0,009200,40.7548518863,-73.9734329075,1019.47086559,1754,2586,1461,1743,009200,408192557.246,014700,70871746.8417,,0.0,009200,014700,10475.3218187,72226,35388,hub,hub,non_hub,586655.650548,4512050.69496,585402.720353,4513774.87644
+13534,13534,109,55.0,014700,,40.770513,-73.988038,39.0,009300,40.74475148,-73.99915362,1302.24770642,9705,2586,5585,1743,009300,68528055.2433,014700,70871746.8417,,0.0,009300,014700,10475.3218187,52202,35388,hub,hub,non_hub,584497.239363,4510904.39701,585402.720353,4513774.87644
+13535,13535,434,55.0,014700,,40.770513,-73.988038,31.0,009400,40.75320159,-73.9779874,939.016129032,29,2586,16,1743,009400,299218147.811,014700,70871746.8417,,0.0,009400,014700,10475.3218187,82147,35388,hub,hub,non_hub,586273.319314,4511863.01244,585402.720353,4513774.87644
+13536,13536,137,55.0,014700,,40.770513,-73.988038,51.0,009500,40.746647,-73.993915,1091.87591241,3425,2586,1416,1743,009500,129660033.725,014700,70871746.8417,,0.0,009500,014700,10475.3218187,57488,35388,hub,hub,non_hub,584937.108907,4511119.86954,585402.720353,4513774.87644
+13537,13537,414,165.0,014700,,40.770513,-73.988038,140.0,009600,40.7560203197,-73.9803453193,835.93019182,153,2586,268,1743,009600,270304841.585,014700,70871746.8417,,0.0,009600,014700,10475.3218187,71527,35388,hub,hub,non_hub,586070.63652,4512173.59689,585402.720353,4513774.87644
+13538,13538,502,165.0,014700,,40.770513,-73.988038,99.0,009700,40.7493616033,-73.9991321067,1046.86718482,4744,2586,2827,1743,009700,83018263.1602,014700,70871746.8417,,0.0,009700,014700,10475.3218187,118804,35388,hub,hub,non_hub,584493.220017,4511416.17434,585402.720353,4513774.87644
+13539,13539,270,110.0,014700,,40.770513,-73.988038,70.0,009800,40.755285655,-73.96667288,1048.78661844,7105,2586,5244,1743,009800,115943808.909,014700,70871746.8417,,0.0,009800,014700,10475.3218187,40039,35388,hub,hub,non_hub,587225.727282,4512105.54383,585402.720353,4513774.87644
+13540,13540,1343,275.0,014700,,40.770513,-73.988038,185.0,009900,40.7520807866,-74.0031899092,986.366921232,3617,2586,2438,1743,009900,404439511.776,014700,70871746.8417,,0.0,009900,014700,10475.3218187,208076,35388,hub,hub,non_hub,584147.226991,4511714.12465,585402.720353,4513774.87644
+13541,13541,474,165.0,014700,,40.770513,-73.988038,121.0,010000,40.7583696933,-73.9710287767,814.578177713,1829,2586,1399,1743,010000,366457143.613,014700,70871746.8417,,0.0,010000,014700,10475.3218187,72085,35388,hub,hub,non_hub,586854.014885,4512443.57459,585402.720353,4513774.87644
+13542,13542,535,165.0,014700,,40.770513,-73.988038,127.0,010100,40.74945622,-73.9903382667,1017.11585147,1119,2586,828,1743,010100,246168211.101,014700,70871746.8417,,0.0,010100,014700,10475.3218187,183377,35388,hub,hub,non_hub,585235.486219,4511435.18064,585402.720353,4513774.87644
+13543,13543,304,110.0,014700,,40.770513,-73.988038,81.0,010200,40.7606694,-73.973473555,758.507796258,313,2586,268,1743,010200,333450202.294,014700,70871746.8417,,0.0,010200,014700,10475.3218187,46675,35388,hub,hub,non_hub,586644.664817,4512696.44233,585402.720353,4513774.87644
+13544,13544,1138,110.0,014700,,40.770513,-73.988038,98.0,010300,40.751000495,-73.994372255,952.235209755,1859,2586,1351,1743,010300,141506056.87,014700,70871746.8417,,0.0,010300,014700,10475.3218187,221593,35388,hub,hub,non_hub,584892.968075,4511602.69644,585402.720353,4513774.87644
+13545,13545,801,110.0,014700,,40.770513,-73.988038,75.0,010400,40.761664375,-73.976854975,673.462248397,1031,2586,1033,1743,010400,363981333.295,014700,70871746.8417,,0.0,010400,014700,10475.3218187,65073,35388,hub,hub,non_hub,586357.961325,4512803.55852,585402.720353,4513774.87644
+13546,13546,165,55.0,014700,,40.770513,-73.988038,33.0,010602,40.75849116,-73.95920622,907.339393939,4794,2586,2963,1743,010602,67980898.3739,014700,70871746.8417,,0.0,010602,014700,10475.3218187,22153,35388,hub,hub,non_hub,587851.796682,4512468.82754,585402.720353,4513774.87644
+13547,13547,574,165.0,014700,,40.770513,-73.988038,117.0,010800,40.7591736033,-73.96613818,950.529161094,8531,2586,6272,1743,010800,189351523.799,014700,70871746.8417,,0.0,010800,014700,10475.3218187,79198,35388,hub,hub,non_hub,587265.778542,4512537.66689,585402.720353,4513774.87644
+13548,13548,131,110.0,014700,,40.770513,-73.988038,114.0,010900,40.751351715,-73.987594755,1027.18827751,182,2586,92,1743,010900,228173063.011,014700,70871746.8417,,0.0,010900,014700,10475.3218187,60092,35388,hub,hub,non_hub,585464.669441,4511648.26242,585402.720353,4513774.87644
+13549,13549,689,55.0,014700,,40.770513,-73.988038,59.0,011201,40.7643971,-73.97371465,656.261248186,827,2586,964,1743,011201,118515444.187,014700,70871746.8417,,0.0,011201,014700,10475.3218187,41525,35388,hub,hub,non_hub,586619.474659,4513110.00718,585402.720352,4513774.87644
+13550,13550,314,55.0,014700,,40.770513,-73.988038,33.0,011203,40.76095756,-73.96724467,972.522292994,1176,2586,1160,1743,011203,143782379.009,014700,70871746.8417,,0.0,011203,014700,10475.3218187,48033,35388,hub,hub,non_hub,587170.050102,4512734.59972,585402.720353,4513774.87644
+13551,13551,967,220.0,014700,,40.770513,-73.988038,198.0,011300,40.7548008425,-73.9888010575,814.397827266,204,2586,107,1743,011300,357940519.061,014700,70871746.8417,,0.0,011300,014700,10475.3218187,236650,35388,hub,hub,non_hub,585358.423228,4512029.96675,585402.720353,4513774.87644
+13552,13552,985,110.0,014700,,40.770513,-73.988038,82.0,011500,40.75701407,-73.992353645,711.676895201,2487,2586,1678,1743,011500,130958459.747,014700,70871746.8417,,0.0,011500,014700,10475.3218187,103294,35388,hub,hub,non_hub,585055.712647,4512272.20178,585402.720353,4513774.87644
+13553,13553,751,110.0,014700,,40.770513,-73.988038,84.0,011700,40.76058799,-74.00080945,861.754550849,2938,2586,2304,1743,011700,91270705.1484,014700,70871746.8417,,0.0,011700,014700,10475.3218187,73016,35388,hub,hub,non_hub,584337.427395,4512660.77158,585402.720353,4513774.87644
+13554,13554,195,55.0,014700,,40.770513,-73.988038,34.0,011900,40.7568001,-73.98291153,802.056410256,1079,2586,1121,1743,011900,395254501.74,014700,70871746.8417,,0.0,011900,014700,10475.3218187,39976,35388,hub,hub,non_hub,585853.012005,4512257.64444,585402.720353,4513774.87644
+13555,13555,1663,165.0,014700,,40.770513,-73.988038,109.0,012100,40.7598593767,-73.9914900133,592.037372443,8366,2586,5744,1743,012100,101223732.045,014700,70871746.8417,,0.0,012100,014700,10475.3218187,132767,35388,hub,hub,non_hub,585124.983126,4512588.88932,585402.720353,4513774.87644
+13556,13556,301,55.0,014700,,40.770513,-73.988038,51.0,012500,40.76064679,-73.98442659,591.973421927,2439,2586,2096,1743,012500,322911522.418,014700,70871746.8417,,0.0,012500,014700,10475.3218187,45486,35388,hub,hub,non_hub,585720.180916,4512683.17447,585402.720353,4513774.87644
+13557,13557,1103,110.0,014700,,40.770513,-73.988038,84.0,012700,40.762485435,-73.990447135,456.831701643,6437,2586,4434,1743,012700,104637996.687,014700,70871746.8417,,0.0,012700,014700,10475.3218187,83393,35388,hub,hub,non_hub,585209.656415,4512881.41361,585402.720353,4513774.87644
+13558,13558,235,55.0,014700,,40.770513,-73.988038,24.0,012900,40.76341379,-73.99667444,576.821276596,5312,2586,3621,1743,012900,158698340.053,014700,70871746.8417,,0.0,012900,014700,10475.3218187,28661,35388,hub,hub,non_hub,584682.864463,4512978.43901,585402.720353,4513774.87644
+13559,13559,1012,165.0,014700,,40.770513,-73.988038,160.0,013100,40.7621295133,-73.98215453,536.458261984,2489,2586,2283,1743,013100,405023451.28,014700,70871746.8417,,0.0,013100,014700,10475.3218187,107228,35388,hub,hub,non_hub,585910.04945,4512849.98999,585402.720353,4513774.87644
+13560,13560,1300,165.0,014700,,40.770513,-73.988038,101.0,013300,40.7647250567,-73.9866537633,390.975289129,5363,2586,3909,1743,013300,79847412.2593,014700,70871746.8417,,0.0,013300,014700,10475.3218187,89810,35388,hub,hub,non_hub,585526.963405,4513133.71926,585402.720353,4513774.87644
+13561,13561,475,110.0,014700,,40.770513,-73.988038,65.0,013500,40.766984435,-73.99227308,477.859455304,6075,2586,3935,1743,013500,198199142.958,014700,70871746.8417,,0.0,013500,014700,10475.3218187,64723,35388,hub,hub,non_hub,585049.80204,4513379.06475,585402.720353,4513774.87644
+13562,13562,1324,110.0,014700,,40.770513,-73.988038,98.0,013700,40.766109285,-73.981808355,420.057955706,6557,2586,5442,1743,013700,314878324.419,014700,70871746.8417,,0.0,013700,014700,10475.3218187,91142,35388,hub,hub,non_hub,585934.141665,4513292.1137,585402.720353,4513774.87644
+13563,13563,93,55.0,014700,,40.770513,-73.988038,27.0,013900,40.768254,-73.988639,646.602150538,7607,2586,7359,1743,013900,139918084.587,014700,70871746.8417,,0.0,013900,014700,10475.3218187,26390,35388,hub,hub,non_hub,585354.890073,4513523.52534,585402.720353,4513774.87644
+13564,13564,526,55.0,014700,,40.770513,-73.988038,49.0,014300,40.76590936,-73.97634151,658.775665399,3,2586,0,1743,014300,50027992.3322,014700,70871746.8417,,0.0,014300,014700,10475.3218187,21051,35388,hub,hub,non_hub,586395.803012,4513275.28949,585402.720353,4513774.87644
+13565,13565,2175,55.0,014700,,40.770513,-73.988038,36.0,014500,40.76915505,-73.98191841,322.371034483,5811,2586,3462,1743,014500,253397343.373,014700,70871746.8417,,0.0,014500,014700,10475.3218187,68350,35388,hub,hub,non_hub,585920.929601,4513630.10902,585402.720352,4513774.87644
+13566,13566,82,55.0,014700,,40.770513,-73.988038,36.0,015100,40.771522,-73.990541,1433.81707317,8105,2586,4856,1743,015100,164953931.102,014700,70871746.8417,,0.0,015100,014700,10475.3218187,17578,35388,hub,hub,non_hub,585190.192062,4513884.4495,585402.720353,4513774.87644
+13567,13567,563,110.0,014700,,40.770513,-73.988038,70.0,031703,40.71644312,-74.014902115,1842.02721834,8670,2586,4231,1743,031703,332361109.355,014700,70871746.8417,,0.0,031703,014700,10475.3218187,136082,35388,hub,hub,non_hub,583202.897614,4507746.93647,585402.720353,4513774.87644
+13568,13568,335,165.0,014700,,40.770513,-73.988038,98.0,031704,40.7085171733,-74.0165557667,1962.45255824,6610,2586,3790,1743,031704,160823714.408,014700,70871746.8417,,0.0,031704,014700,10475.3218187,105244,35388,hub,hub,non_hub,583073.076824,4506865.54027,585402.720353,4513774.87644
+13569,13569,58,165.0,014700,,40.770513,-73.988038,85.0,000600,40.7128987867,-73.9898646367,1642.70272109,11558,2586,4083,1743,000600,59149181.7526,014700,70871746.8417,,0.0,000600,014700,10475.3218187,70053,35388,hub,hub,non_hub,585322.159723,4507377.5136,585402.720353,4513774.87644
+13570,13570,1,108.0,015100,6.5864707564,40.771522,-73.990541,54.0,000202,40.714215,-73.981346,2326.16188218,8012,8105,3598,4856,000202,37878157.9781,015100,164953931.102,,0.0,000202,015100,10001.7127405,56352,18948,hub,hub,non_hub,586040.0123,4507531.93226,585190.192062,4513884.4495
+13571,13571,231,252.0,015100,,40.771522,-73.990541,258.0,000700,40.70581148,-74.0081572071,2147.77029363,7722,8105,5201,4856,000700,476954959.734,015100,164953931.102,,0.0,000700,015100,10001.7127405,160040,18948,hub,hub,non_hub,583785.918305,4506573.16797,585190.192062,4513884.4495
+13572,13572,4,72.0,015100,,40.771522,-73.990541,47.0,000800,40.712414475,-73.993471545,1982.83333333,10365,8105,4150,4856,000800,46479755.076,015100,164953931.102,,0.0,000800,015100,10001.7127405,34254,18948,hub,hub,non_hub,585018.109713,4507320.25418,585190.192062,4513884.4495
+13573,13573,95,108.0,015100,,40.771522,-73.990541,97.0,000900,40.7024745833,-74.01224785,2164.46576285,1140,8105,939,4856,000900,404341803.896,015100,164953931.102,,0.0,000900,015100,10001.7127405,46446,18948,hub,hub,non_hub,583444.520998,4506198.85784,585190.192062,4513884.4495
+13574,13574,6,36.0,015100,,40.771522,-73.990541,19.0,001002,40.71782143,-73.97628939,2162.66666667,6439,8105,2346,4856,001002,22763374.2099,015100,164953931.102,,0.0,001002,015100,10001.7127405,15916,18948,hub,hub,non_hub,586462.45635,4507937.23607,585190.192062,4513884.4495
+13575,13575,13,72.0,015100,,40.771522,-73.990541,46.0,001200,40.717364275,-73.982955325,2134.23333333,3547,8105,1857,4856,001200,23518220.7411,015100,164953931.102,,0.0,001200,015100,10001.7127405,36493,18948,hub,hub,non_hub,585900.031125,4507879.94738,585190.192062,4513884.4495
+13576,13576,95,36.0,015100,,40.771522,-73.990541,36.0,001300,40.70463334,-74.01361706,2119.64210526,3776,8105,3028,4856,001300,286606455.687,015100,164953931.102,,0.0,001300,015100,10001.7127405,27671,18948,hub,hub,non_hub,583326.158808,4506437.19368,585190.192062,4513884.4495
+13577,13577,0,36.0,015100,6.22582096187,,,28.0,001401,,,2075.13908255,3289,8105,1708,4856,001401,20168722.3199,015100,164953931.102,,0.0,001401,015100,10001.7127405,26885,18948,hub,hub,non_hub,inf,inf,inf,inf
+13578,13578,27,72.0,015100,,40.771522,-73.990541,67.0,001501,40.70966832,-74.003597135,2101.94047619,5581,8105,3450,4856,001501,172466366.322,015100,164953931.102,,0.0,001501,015100,10001.7127405,27425,18948,hub,hub,non_hub,584166.279828,4507005.66129,585190.192062,4513884.4495
+13579,13579,199,108.0,015100,,40.771522,-73.990541,123.0,001502,40.7088053467,-74.00635276,2057.72201797,7095,8105,3459,4856,001502,221282059.103,015100,164953931.102,,0.0,001502,015100,10001.7127405,82052,18948,hub,hub,non_hub,583934.59195,4506907.22889,585190.192062,4513884.4495
+13580,13580,15,108.0,015100,,40.771522,-73.990541,107.0,001600,40.7153350167,-73.9943926833,2401.98148148,8236,8105,3242,4856,001600,76565505.7581,015100,164953931.102,,0.0,001600,015100,10001.7127405,82798,18948,hub,hub,non_hub,584936.591099,4507643.5622,585190.192062,4513884.4495
+13581,13581,46,144.0,015100,,40.771522,-73.990541,154.0,001800,40.7193657075,-73.9906468425,2157.52997076,8063,8105,3489,4856,001800,60554858.5127,015100,164953931.102,,0.0,001800,015100,10001.7127405,133306,18948,hub,hub,non_hub,585247.838585,4508094.62497,585190.192062,4513884.4495
+13582,13582,4,72.0,015100,,40.771522,-73.990541,46.0,002000,40.721554605,-73.977309405,2325.25,4795,8105,1899,4856,002000,17907673.5628,015100,164953931.102,,0.0,002000,015100,10001.7127405,31656,18948,hub,hub,non_hub,586371.478696,4508350.63994,585190.192062,4513884.4495
+13583,13583,371,144.0,015100,,40.771522,-73.990541,102.0,002100,40.71451321,-74.0108850975,1788.56451643,6111,8105,3038,4856,002100,273869828.705,015100,164953931.102,,0.0,002100,015100,10001.7127405,151037,18948,hub,hub,non_hub,583544.598931,4507536.51732,585190.192062,4513884.4495
+13584,13584,2,72.0,015100,5.85785784795,40.771522,-73.990541,44.0,002201,40.71739973,-73.98016555,2434.52298854,6762,8105,3030,4856,002201,37585954.9949,015100,164953931.102,,0.0,002201,015100,10001.7127405,26391,18948,hub,hub,non_hub,586135.614774,4507886.61559,585190.192062,4513884.4495
+13585,13585,0,36.0,015100,5.69061339353,,,31.0,002202,,,1929.55224094,2256,8105,1045,4856,002202,13179093.8977,015100,164953931.102,,0.0,002202,015100,10001.7127405,23935,18948,hub,hub,non_hub,inf,inf,inf,inf
+13586,13586,0,72.0,015100,5.36465544322,,,48.0,002400,,,1840.88535487,5775,8105,2175,4856,002400,17986635.5592,015100,164953931.102,,0.0,002400,015100,10001.7127405,17965,18948,hub,hub,non_hub,inf,inf,inf,inf
+13587,13587,13,72.0,015100,,40.771522,-73.990541,62.0,002500,40.7111743,-73.99849582,2077.27777778,5061,8105,1917,4856,002500,22428407.6271,015100,164953931.102,,0.0,002500,015100,10001.7127405,28216,18948,hub,hub,non_hub,584595.28909,4507177.73549,585190.192062,4513884.4495
+13588,13588,0,36.0,015100,5.46947518396,,,31.0,002601,,,1869.39835786,3774,8105,1593,4856,002601,22248722.3098,015100,164953931.102,,0.0,002601,015100,10001.7127405,22144,18948,hub,hub,non_hub,inf,inf,inf,inf
+13589,13589,16,36.0,015100,,40.771522,-73.990541,27.0,002700,40.71307916,-73.99851193,1741.5,1191,8105,655,4856,002700,11349914.9514,015100,164953931.102,,0.0,002700,015100,10001.7127405,20570,18948,hub,hub,non_hub,584591.517275,4507389.17181,585190.192062,4513884.4495
+13590,13590,11,36.0,015100,,40.771522,-73.990541,32.0,002800,40.72521311,-73.97768752,2039.36363636,7302,8105,3341,4856,002800,47641507.3146,015100,164953931.102,,0.0,002800,015100,10001.7127405,36744,18948,hub,hub,non_hub,586334.816403,4508756.38709,585190.192062,4513884.4495
+13591,13591,20,36.0,015100,,40.771522,-73.990541,43.0,002900,40.71602118,-73.99974372,2024.95,5855,8105,2420,4856,002900,200965547.24,015100,164953931.102,,0.0,002900,015100,10001.7127405,31936,18948,hub,hub,non_hub,584483.752153,4507714.56961,585190.192062,4513884.4495
+13592,13592,5,36.0,015100,,40.771522,-73.990541,35.0,003001,40.72066442,-73.98517977,1765.8,4301,8105,2553,4856,003001,34302720.7166,015100,164953931.102,,0.0,003001,015100,10001.7127405,41223,18948,hub,hub,non_hub,585707.91731,4508244.11218,585190.192062,4513884.4495
+13593,13593,4,36.0,015100,,40.771522,-73.990541,37.0,003002,40.72217444,-73.98368779,2227.75,3031,8105,1885,4856,003002,18686109.2263,015100,164953931.102,,0.0,003002,015100,10001.7127405,38675,18948,hub,hub,non_hub,585831.986427,4508413.19181,585190.192062,4513884.4495
+13594,13594,95,108.0,015100,,40.771522,-73.990541,121.0,003100,40.7140617467,-74.0041933367,1934.18624339,2809,8105,858,4856,003100,145687012.574,015100,164953931.102,,0.0,003100,015100,10001.7127405,81469,18948,hub,hub,non_hub,584110.388584,4507492.78891,585190.192062,4513884.4495
+13595,13595,31,108.0,015100,,40.771522,-73.990541,100.0,003200,40.7260543867,-73.9823576167,1976.3968254,7630,8105,4888,4856,003200,46369492.482,015100,164953931.102,,0.0,003200,015100,10001.7127405,138064,18948,hub,hub,non_hub,585939.335766,4508845.19329,585190.192062,4513884.4495
+13596,13596,177,180.0,015100,,40.771522,-73.990541,173.0,003300,40.71883653,-74.006302288,1797.56168523,5174,8105,2694,4856,003300,215459582.054,015100,164953931.102,,0.0,003300,015100,10001.7127405,115059,18948,hub,hub,non_hub,583926.257175,4508020.80353,585190.192062,4513884.4495
+13597,13597,18,36.0,015100,,40.771522,-73.990541,39.0,003400,40.72955361,-73.98057249,1892.88888889,6706,8105,4203,4856,003400,42933229.7541,015100,164953931.102,,0.0,003400,015100,10001.7127405,47926,18948,hub,hub,non_hub,586085.581298,4509235.37985,585190.192062,4513884.4495
+13598,13598,20,72.0,015100,,40.771522,-73.990541,66.0,003601,40.72217423,-73.990293175,2042.7,3299,8105,1613,4856,003601,29191583.8104,015100,164953931.102,,0.0,003601,015100,10001.7127405,77585,18948,hub,hub,non_hub,585274.124459,4508406.73315,585190.192062,4513884.4495
+13599,13599,50,72.0,015100,,40.771522,-73.990541,62.0,003602,40.724852985,-73.989265345,1983.02850877,2918,8105,1586,4856,003602,24941258.1161,015100,164953931.102,,0.0,003602,015100,10001.7127405,82124,18948,hub,hub,non_hub,585357.507872,4508705.09166,585190.192062,4513884.4495
+13600,13600,349,144.0,015100,,40.771522,-73.990541,148.0,003700,40.7256696075,-74.0052069325,1687.77008656,2401,8105,1490,4856,003700,212385639.924,015100,164953931.102,,0.0,003700,015100,10001.7127405,173333,18948,hub,hub,non_hub,584010.178026,4508780.36793,585190.192062,4513884.4495
+13601,13601,38,144.0,015100,,40.771522,-73.990541,160.0,003800,40.72765889,-73.988195855,2009.71875,8610,8105,5795,4856,003800,67437493.5221,015100,164953931.102,,0.0,003800,015100,10001.7127405,167230,18948,hub,hub,non_hub,585444.239635,4509017.60641,585190.192062,4513884.4495
+13602,13602,433,144.0,015100,,40.771522,-73.990541,106.0,003900,40.7201717475,-74.00983051,1644.56064671,5253,8105,3059,4856,003900,194910113.03,015100,164953931.102,,0.0,003900,015100,10001.7127405,113624,18948,hub,hub,non_hub,583626.593058,4508165.65565,585190.192062,4513884.4495
+13603,13603,22,72.0,015100,,40.771522,-73.990541,66.0,004000,40.73000573,-73.98549552,2066.61904762,9801,8105,4546,4856,004000,66858387.5133,015100,164953931.102,,0.0,004000,015100,10001.7127405,99660,18948,hub,hub,non_hub,585669.269443,4509280.75306,585190.192062,4513884.4495
+13604,13604,45,72.0,015100,,40.771522,-73.990541,64.0,004100,40.7195529,-73.996789035,2031.10828877,7793,8105,3765,4856,004100,71738983.3617,015100,164953931.102,,0.0,004100,015100,10001.7127405,114685,18948,hub,hub,non_hub,584728.836557,4508109.46034,585190.192062,4513884.4495
+13605,13605,44,36.0,015100,,40.771522,-73.990541,35.0,004200,40.73223272,-73.98889957,1736.56818182,4988,8105,1801,4856,004200,39941846.3325,015100,164953931.102,,0.0,004200,015100,10001.7127405,50846,18948,hub,hub,non_hub,585378.96492,4509524.64843,585190.192062,4513884.4495
+13606,13606,100,72.0,015100,,40.771522,-73.990541,67.0,004300,40.723870235,-73.995226525,1889.99090909,4267,8105,2598,4856,004300,65935514.1184,015100,164953931.102,,0.0,004300,015100,10001.7127405,95162,18948,hub,hub,non_hub,584855.320992,4508590.22212,585190.192062,4513884.4495
+13607,13607,56,72.0,015100,,40.771522,-73.990541,60.0,004400,40.73080269,-73.97968993,1753.41616162,17710,8105,8297,4856,004400,114601147.016,015100,164953931.102,,0.0,004400,015100,10001.7127405,106427,18948,hub,hub,non_hub,586158.498991,4509374.90208,585190.192062,4513884.4495
+13608,13608,19,36.0,015100,,40.771522,-73.990541,27.0,004500,40.71910537,-73.99973337,1920.15789474,840,8105,582,4856,004500,52009114.8865,015100,164953931.102,,0.0,004500,015100,10001.7127405,34275,18948,hub,hub,non_hub,584480.726971,4508056.94497,585190.192062,4513884.4495
+13609,13609,11,36.0,015100,,40.771522,-73.990541,39.0,004700,40.72165481,-74.00234737,2165.63636364,2267,8105,1586,4856,004700,75477587.1594,015100,164953931.102,,0.0,004700,015100,10001.7127405,27544,18948,hub,hub,non_hub,584256.734795,4508337.43837,585190.192062,4513884.4495
+13610,13610,10,36.0,015100,,40.771522,-73.990541,35.0,004800,40.73624527,-73.98473765,1766.5,7550,8105,3799,4856,004800,74763044.6965,015100,164953931.102,,0.0,004800,015100,10001.7127405,42567,18948,hub,hub,non_hub,585725.258797,4509974.12516,585190.192062,4513884.4495
+13611,13611,39,72.0,015100,,40.771522,-73.990541,73.0,004900,40.724268615,-74.000521515,1783.2125,4951,8105,3054,4856,004900,103848670.177,015100,164953931.102,,0.0,004900,015100,10001.7127405,80152,18948,hub,hub,non_hub,584407.63728,4508629.34168,585190.192062,4513884.4495
+13612,13612,56,108.0,015100,,40.771522,-73.990541,93.0,005000,40.7359163467,-73.9873427633,1810.12222222,5061,8105,3595,4856,005000,120638459.215,015100,164953931.102,,0.0,005000,015100,10001.7127405,111023,18948,hub,hub,non_hub,585505.709717,4509935.07175,585190.192062,4513884.4495
+13613,13613,134,72.0,015100,,40.771522,-73.990541,106.0,005200,40.73715585,-73.991241315,1481.63608485,4193,8105,1785,4856,005200,109103391.81,015100,164953931.102,,0.0,005200,015100,10001.7127405,159876,18948,hub,hub,non_hub,585174.941657,4510068.87544,585190.192062,4513884.4495
+13614,13614,142,36.0,015100,,40.771522,-73.990541,47.0,005400,40.73971301,-73.99456405,1339.38028169,4656,8105,2837,4856,005400,128803552.888,015100,164953931.102,,0.0,005400,015100,10001.7127405,73728,18948,hub,hub,non_hub,584891.129718,4510349.51956,585190.192062,4513884.4495
+13615,13615,41,36.0,015100,,40.771522,-73.990541,30.0,005501,40.72679454,-73.99695094,1752.75609756,5079,8105,2483,4856,005501,61061928.4125,015100,164953931.102,,0.0,005501,015100,10001.7127405,57258,18948,hub,hub,non_hub,584705.980012,4508913.17477,585190.192062,4513884.4495
+13616,13616,15,36.0,015100,,40.771522,-73.990541,27.0,005502,40.72743423,-73.99379025,2078.4,2383,8105,1262,4856,005502,49017118.6146,015100,164953931.102,,0.0,005502,015100,10001.7127405,55117,18948,hub,hub,non_hub,584972.085912,4508987.23863,585190.192062,4513884.4495
+13617,13617,116,72.0,015100,,40.771522,-73.990541,95.0,005600,40.74065347,-73.98778661,1433.18339664,2618,8105,2190,4856,005600,189153355.609,015100,164953931.102,,0.0,005600,015100,10001.7127405,113209,18948,hub,hub,non_hub,585462.168743,4510460.49357,585190.192062,4513884.4495
+13618,13618,66,72.0,015100,,40.771522,-73.990541,82.0,005700,40.729662915,-73.992405595,1853.33625,2937,8105,1789,4856,005700,90178032.7137,015100,164953931.102,,0.0,005700,015100,10001.7127405,156896,18948,hub,hub,non_hub,585086.179601,4509235.9788,585190.192062,4513884.4495
+13619,13619,154,72.0,015100,,40.771522,-73.990541,87.0,005800,40.743154205,-73.990299735,1344.61305598,3182,8105,2306,4856,005800,164037511.755,015100,164953931.102,,0.0,005800,015100,10001.7127405,130970,18948,hub,hub,non_hub,585246.786708,4510735.64918,585190.192062,4513884.4495
+13620,13620,24,36.0,015100,,40.771522,-73.990541,31.0,005900,40.73049393,-73.9957214,1671.125,5516,8105,3276,4856,005900,71785177.1361,015100,164953931.102,,0.0,005900,015100,10001.7127405,53180,18948,hub,hub,non_hub,584805.117401,4509325.01914,585190.192062,4513884.4495
+13621,13621,26,72.0,015100,,40.771522,-73.990541,63.0,006000,40.734822295,-73.976916765,1657.83333333,5286,8105,2459,4856,006000,27468182.8943,015100,164953931.102,,0.0,006000,015100,10001.7127405,80462,18948,hub,hub,non_hub,586387.478737,4509823.83141,585190.192062,4513884.4495
+13622,13622,142,144.0,015100,,40.771522,-73.990541,141.0,006100,40.73385254,-73.992357065,1661.17750973,4913,8105,2683,4856,006100,91682014.33,015100,164953931.102,,0.0,006100,015100,10001.7127405,245510,18948,hub,hub,non_hub,585084.940162,4509701.10308,585190.192062,4513884.4495
+13623,13623,4,36.0,015100,,40.771522,-73.990541,30.0,006200,40.7381765,-73.97738662,1821.75,4680,8105,1401,4856,006200,231817485.533,015100,164953931.102,,0.0,006200,015100,10001.7127405,33218,18948,hub,hub,non_hub,586343.467107,4510195.70961,585190.192062,4513884.4495
+13624,13624,129,108.0,015100,,40.771522,-73.990541,99.0,006300,40.7346940933,-73.99785666,1662.96042053,6076,8105,4277,4856,006300,85447631.8451,015100,164953931.102,,0.0,006300,015100,10001.7127405,120233,18948,hub,hub,non_hub,584619.48321,4509789.20591,585190.192062,4513884.4495
+13625,13625,7,36.0,015100,,40.771522,-73.990541,39.0,006400,40.73587678,-73.98205027,1506.28571429,7518,8105,5058,4856,006400,95664936.1545,015100,164953931.102,,0.0,006400,015100,10001.7127405,47750,18948,hub,hub,non_hub,585952.649806,4509935.84788,585190.192062,4513884.4495
+13626,13626,93,108.0,015100,,40.771522,-73.990541,106.0,006500,40.7306296367,-73.9991423,1781.52005772,6517,8105,3568,4856,006500,59290910.3694,015100,164953931.102,,0.0,006500,015100,10001.7127405,125356,18948,hub,hub,non_hub,584516.067395,4509336.78488,585190.192062,4513884.4495
+13627,13627,22,72.0,015100,,40.771522,-73.990541,82.0,006600,40.739285505,-73.97827188,1732.95454545,11780,8105,6818,4856,006600,84730469.4548,015100,164953931.102,,0.0,006600,015100,10001.7127405,74621,18948,hub,hub,non_hub,586267.286922,4510317.94668,585190.192062,4513884.4495
+13628,13628,73,36.0,015100,,40.771522,-73.990541,39.0,006700,40.73038599,-74.00214988,1697.32876712,4984,8105,3796,4856,006700,47238039.9972,015100,164953931.102,,0.0,006700,015100,10001.7127405,70025,18948,hub,hub,non_hub,584262.399901,4509306.84766,585190.192062,4513884.4495
+13629,13629,62,36.0,015100,,40.771522,-73.990541,39.0,006800,40.74025878,-73.98409214,1780.72580645,6735,8105,4494,4856,006800,130298431.446,015100,164953931.102,,0.0,006800,015100,10001.7127405,58926,18948,hub,hub,non_hub,585774.608423,4510420.28363,585190.192062,4513884.4495
+13630,13630,489,72.0,015100,,40.771522,-73.990541,67.0,006900,40.732319905,-74.0069291,1444.68100107,2687,8105,1484,4856,006900,61292499.9331,015100,164953931.102,,0.0,006900,015100,10001.7127405,130727,18948,hub,hub,non_hub,583856.38945,4509516.94969,585190.192062,4513884.4495
+13631,13631,46,108.0,015100,,40.771522,-73.990541,127.0,007000,40.7425670974,-73.9757161267,1442.98732943,8302,8105,5669,4856,007000,78634704.8451,015100,164953931.102,,0.0,007000,015100,10001.7127405,145227,18948,hub,hub,non_hub,586478.828954,4510684.74167,585190.192062,4513884.4495
+13632,13632,52,72.0,015100,,40.771522,-73.990541,71.0,007100,40.736526545,-74.000108805,1600.14542729,5633,8105,3844,4856,007100,68447429.2743,015100,164953931.102,,0.0,007100,015100,10001.7127405,79459,18948,hub,hub,non_hub,584426.995774,4509990.4524,585190.192062,4513884.4495
+13633,13633,76,108.0,015100,,40.771522,-73.990541,126.0,007200,40.7447014833,-73.98154809,1433.28882687,7734,8105,5222,4856,007200,132092861.454,015100,164953931.102,,0.0,007200,015100,10001.7127405,157612,18948,hub,hub,non_hub,585983.687715,4510915.94446,585190.192062,4513884.4495
+13634,13634,196,72.0,015100,,40.771522,-73.990541,59.0,007300,40.734682705,-74.00388484,1511.53676471,5615,8105,4547,4856,007300,48716185.79,015100,164953931.102,,0.0,007300,015100,10001.7127405,92567,18948,hub,hub,non_hub,584110.479319,4509782.14883,585190.192062,4513884.4495
+13635,13635,84,72.0,015100,,40.771522,-73.990541,86.0,007400,40.746413585,-73.98586892,1364.57521368,4179,8105,2700,4856,007400,170614202.951,015100,164953931.102,,0.0,007400,015100,10001.7127405,81121,18948,hub,hub,non_hub,585616.696258,4511101.7763,585190.192062,4513884.4495
+13636,13636,100,72.0,015100,,40.771522,-73.990541,69.0,007600,40.74737476,-73.988320695,1222.94141414,2203,8105,1573,4856,007600,242014413.464,015100,164953931.102,,0.0,007600,015100,10001.7127405,97464,18948,hub,hub,non_hub,585408.475283,4511206.08492,585190.192062,4513884.4495
+13637,13637,60,36.0,015100,,40.771522,-73.990541,43.0,007700,40.7390169121,-74.0026376103,1582.95,5404,8105,4254,4856,007700,59306273.1509,015100,164953931.102,,0.0,007700,015100,10001.7127405,79025,18948,hub,hub,non_hub,584210.329106,4510264.47156,585190.192062,4513884.4495
+13638,13638,116,36.0,015100,,40.771522,-73.990541,39.0,007800,40.74780373,-73.9734419,1184.42241379,7380,8105,5372,4856,007800,112124597.728,015100,164953931.102,,0.0,007800,015100,10001.7127405,59601,18948,hub,hub,non_hub,586664.043115,4511268.28888,585190.192062,4513884.4495
+13639,13639,571,180.0,015100,,40.771522,-73.990541,174.0,007900,40.738916514,-74.007286026,1378.89944746,4406,8105,2904,4856,007900,86937368.5918,015100,164953931.102,,0.0,007900,015100,10001.7127405,171846,18948,hub,hub,non_hub,583817.969395,4510248.87788,585190.192062,4513884.4495
+13640,13640,45,72.0,015100,,40.771522,-73.990541,71.0,008000,40.7485693,-73.97717991,1389.43181818,4946,8105,3730,4856,008000,197763821.532,015100,164953931.102,,0.0,008000,015100,10001.7127405,74808,18948,hub,hub,non_hub,586347.477591,4511349.58844,585190.192062,4513884.4495
+13641,13641,82,36.0,015100,,40.771522,-73.990541,39.0,008100,40.73935542,-73.99931783,1267.47560976,8675,8105,5315,4856,008100,91100400.6907,015100,164953931.102,,0.0,008100,015100,10001.7127405,53195,18948,hub,hub,non_hub,584490.204148,4510305.23824,585190.192062,4513884.4495
+13642,13642,278,108.0,015100,,40.771522,-73.990541,175.0,008200,40.7520695123,-73.9796105928,1056.73280323,3442,8105,2534,4856,008200,262405408.076,015100,164953931.102,,0.0,008200,015100,10001.7127405,228612,18948,hub,hub,non_hub,586137.756273,4511735.74904,585190.192062,4513884.4495
+13643,13643,434,144.0,015100,,40.771522,-73.990541,119.0,008300,40.742591315,-74.004102785,1271.41505315,4211,8105,2321,4856,008300,119862327.354,015100,164953931.102,,0.0,008300,015100,10001.7127405,186113,18948,hub,hub,non_hub,584082.11654,4510659.85081,585190.192062,4513884.4495
+13644,13644,16,36.0,015100,,40.771522,-73.990541,38.0,008400,40.75038009,-73.98338988,1532.8125,1726,8105,1041,4856,008400,147824461.739,015100,164953931.102,,0.0,008400,015100,10001.7127405,34199,18948,hub,hub,non_hub,585820.889203,4511544.50828,585190.192062,4513884.4495
+13645,13645,9,36.0,015100,,40.771522,-73.990541,43.0,008601,40.744219,-73.97121214,1603.77777778,2551,8105,1528,4856,008601,31141773.9073,015100,164953931.102,,0.0,008601,015100,10001.7127405,31961,18948,hub,hub,non_hub,586856.951039,4510872.56191,585190.192062,4513884.4495
+13646,13646,154,72.0,015100,,40.771522,-73.990541,78.0,008700,40.74206378,-73.995708955,1352.12794811,6671,8105,4249,4856,008700,85660216.7821,015100,164953931.102,,0.0,008700,015100,10001.7127405,152953,18948,hub,hub,non_hub,584791.475936,4510609.36503,585190.192062,4513884.4495
+13647,13647,8,72.0,015100,,40.771522,-73.990541,78.0,008800,40.75012189,-73.970133575,1526.71428571,6964,8105,5507,4856,008800,216532475.876,015100,164953931.102,,0.0,008800,015100,10001.7127405,43247,18948,hub,hub,non_hub,586940.323322,4511528.89362,585190.192062,4513884.4495
+13648,13648,326,108.0,015100,,40.771522,-73.990541,120.0,008900,40.74529008,-74.0021768567,1306.82485962,5560,8105,3511,4856,008900,54419260.2723,015100,164953931.102,,0.0,008900,015100,10001.7127405,158638,18948,hub,hub,non_hub,584241.316685,4510961.27944,585190.192062,4513884.4495
+13649,13649,73,108.0,015100,,40.771522,-73.990541,110.0,009000,40.75261798,-73.9703317533,1337.39407407,7026,8105,5832,4856,009000,208846060.851,015100,164953931.102,,0.0,009000,015100,10001.7127405,74531,18948,hub,hub,non_hub,586920.342162,4511805.78171,585190.192062,4513884.4495
+13650,13650,59,36.0,015100,,40.771522,-73.990541,39.0,009100,40.74487634,-73.99529885,1364.59322034,6415,8105,4386,4856,009100,127325659.041,015100,164953931.102,,0.0,009100,015100,10001.7127405,63878,18948,hub,hub,non_hub,584822.527687,4510921.97538,585190.192062,4513884.4495
+13651,13651,194,72.0,015100,,40.771522,-73.990541,110.0,009200,40.7548518863,-73.9734329075,1073.15246212,1754,8105,1461,4856,009200,408192557.246,015100,164953931.102,,0.0,009200,015100,10001.7127405,72226,18948,hub,hub,non_hub,586655.650548,4512050.69496,585190.192062,4513884.4495
+13652,13652,46,36.0,015100,,40.771522,-73.990541,39.0,009300,40.74475148,-73.99915362,1457.23913043,9705,8105,5585,4856,009300,68528055.2433,015100,164953931.102,,0.0,009300,015100,10001.7127405,52202,18948,hub,hub,non_hub,584497.239363,4510904.39701,585190.192062,4513884.4495
+13653,13653,100,36.0,015100,,40.771522,-73.990541,31.0,009400,40.75320159,-73.9779874,1038.74,29,8105,16,4856,009400,299218147.811,015100,164953931.102,,0.0,009400,015100,10001.7127405,82147,18948,hub,hub,non_hub,586273.319314,4511863.01244,585190.192062,4513884.4495
+13654,13654,101,36.0,015100,,40.771522,-73.990541,51.0,009500,40.746647,-73.993915,1236.32673267,3425,8105,1416,4856,009500,129660033.725,015100,164953931.102,,0.0,009500,015100,10001.7127405,57488,18948,hub,hub,non_hub,584937.108907,4511119.86954,585190.192062,4513884.4495
+13655,13655,111,108.0,015100,,40.771522,-73.990541,140.0,009600,40.7559529367,-73.9802831529,874.537279231,153,8105,268,4856,009600,270304841.585,015100,164953931.102,,0.0,009600,015100,10001.7127405,71527,18948,hub,hub,non_hub,586075.971083,4512166.17785,585190.192062,4513884.4495
+13656,13656,376,108.0,015100,,40.771522,-73.990541,99.0,009700,40.7493616033,-73.9991321067,1112.57637415,4744,8105,2827,4856,009700,83018263.1602,015100,164953931.102,,0.0,009700,015100,10001.7127405,118804,18948,hub,hub,non_hub,584493.220017,4511416.17434,585190.192062,4513884.4495
+13657,13657,33,72.0,015100,,40.771522,-73.990541,70.0,009800,40.755285655,-73.96667288,1355.55555556,7105,8105,5244,4856,009800,115943808.909,015100,164953931.102,,0.0,009800,015100,10001.7127405,40039,18948,hub,hub,non_hub,587225.727282,4512105.54383,585190.192062,4513884.4495
+13658,13658,1070,180.0,015100,,40.771522,-73.990541,185.0,009900,40.7520807866,-74.0031899092,1045.00117668,3617,8105,2438,4856,009900,404439511.776,015100,164953931.102,,0.0,009900,015100,10001.7127405,208076,18948,hub,hub,non_hub,584147.226991,4511714.12465,585190.192062,4513884.4495
+13659,13659,163,108.0,015100,,40.771522,-73.990541,121.0,010000,40.7583696933,-73.9710287767,837.06590389,1829,8105,1399,4856,010000,366457143.613,015100,164953931.102,,0.0,010000,015100,10001.7127405,72085,18948,hub,hub,non_hub,586854.014885,4512443.57459,585190.192062,4513884.4495
+13660,13660,215,108.0,015100,,40.771522,-73.990541,127.0,010100,40.74945622,-73.9903382667,1124.86601039,1119,8105,828,4856,010100,246168211.101,015100,164953931.102,,0.0,010100,015100,10001.7127405,183377,18948,hub,hub,non_hub,585235.486219,4511435.18064,585190.192062,4513884.4495
+13661,13661,179,72.0,015100,,40.771522,-73.990541,81.0,010200,40.7606694,-73.973473555,692.070473644,313,8105,268,4856,010200,333450202.294,015100,164953931.102,,0.0,010200,015100,10001.7127405,46675,18948,hub,hub,non_hub,586644.664817,4512696.44233,585190.192062,4513884.4495
+13662,13662,859,72.0,015100,,40.771522,-73.990541,98.0,010300,40.751000495,-73.994372255,905.11083322,1859,8105,1351,4856,010300,141506056.87,015100,164953931.102,,0.0,010300,015100,10001.7127405,221593,18948,hub,hub,non_hub,584892.968075,4511602.69644,585190.192062,4513884.4495
+13663,13663,277,72.0,015100,,40.771522,-73.990541,75.0,010400,40.761664375,-73.976854975,646.575506073,1031,8105,1033,4856,010400,363981333.295,015100,164953931.102,,0.0,010400,015100,10001.7127405,65073,18948,hub,hub,non_hub,586357.961325,4512803.55852,585190.192062,4513884.4495
+13664,13664,16,36.0,015100,,40.771522,-73.990541,33.0,010602,40.75849116,-73.95920622,1297.3125,4794,8105,2963,4856,010602,67980898.3739,015100,164953931.102,,0.0,010602,015100,10001.7127405,22153,18948,hub,hub,non_hub,587851.796682,4512468.82754,585190.192062,4513884.4495
+13665,13665,101,108.0,015100,,40.771522,-73.990541,117.0,010800,40.7591736033,-73.96613818,971.483655914,8531,8105,6272,4856,010800,189351523.799,015100,164953931.102,,0.0,010800,015100,10001.7127405,79198,18948,hub,hub,non_hub,587265.778542,4512537.66689,585190.192062,4513884.4495
+13666,13666,93,72.0,015100,,40.771522,-73.990541,114.0,010900,40.751351715,-73.987594755,1095.90208333,182,8105,92,4856,010900,228173063.011,015100,164953931.102,,0.0,010900,015100,10001.7127405,60092,18948,hub,hub,non_hub,585464.669441,4511648.26242,585190.192062,4513884.4495
+13667,13667,188,36.0,015100,,40.771522,-73.990541,59.0,011201,40.7643971,-73.97371465,734.686170213,827,8105,964,4856,011201,118515444.187,015100,164953931.102,,0.0,011201,015100,10001.7127405,41525,18948,hub,hub,non_hub,586619.474659,4513110.00718,585190.192062,4513884.4495
+13668,13668,94,36.0,015100,,40.771522,-73.990541,33.0,011203,40.76095756,-73.96724467,934.882978723,1176,8105,1160,4856,011203,143782379.009,015100,164953931.102,,0.0,011203,015100,10001.7127405,48033,18948,hub,hub,non_hub,587170.050102,4512734.59972,585190.192062,4513884.4495
+13669,13669,478,144.0,015100,,40.771522,-73.990541,198.0,011300,40.7548008425,-73.9888010575,885.741647521,204,8105,107,4856,011300,357940519.061,015100,164953931.102,,0.0,011300,015100,10001.7127405,236650,18948,hub,hub,non_hub,585358.423228,4512029.96675,585190.192062,4513884.4495
+13670,13670,407,72.0,015100,,40.771522,-73.990541,82.0,011500,40.75701407,-73.992353645,762.303059544,2487,8105,1678,4856,011500,130958459.747,015100,164953931.102,,0.0,011500,015100,10001.7127405,103294,18948,hub,hub,non_hub,585055.712647,4512272.20178,585190.192062,4513884.4495
+13671,13671,739,72.0,015100,,40.771522,-73.990541,84.0,011700,40.76058799,-74.00080945,802.856791036,2938,8105,2304,4856,011700,91270705.1484,015100,164953931.102,,0.0,011700,015100,10001.7127405,73016,18948,hub,hub,non_hub,584337.427395,4512660.77158,585190.192062,4513884.4495
+13672,13672,81,36.0,015100,,40.771522,-73.990541,34.0,011900,40.7568001,-73.98291153,753.740740741,1079,8105,1121,4856,011900,395254501.74,015100,164953931.102,,0.0,011900,015100,10001.7127405,39976,18948,hub,hub,non_hub,585853.012005,4512257.64444,585190.192062,4513884.4495
+13673,13673,836,108.0,015100,,40.771522,-73.990541,109.0,012100,40.7598593767,-73.9914900133,594.757509416,8366,8105,5744,4856,012100,101223732.045,015100,164953931.102,,0.0,012100,015100,10001.7127405,132767,18948,hub,hub,non_hub,585124.983127,4512588.88932,585190.192062,4513884.4495
+13674,13674,133,36.0,015100,,40.771522,-73.990541,51.0,012500,40.76064679,-73.98442659,638.872180451,2439,8105,2096,4856,012500,322911522.418,015100,164953931.102,,0.0,012500,015100,10001.7127405,45486,18948,hub,hub,non_hub,585720.180916,4512683.17447,585190.192062,4513884.4495
+13675,13675,362,72.0,015100,,40.771522,-73.990541,84.0,012700,40.762485435,-73.990447135,473.982217121,6437,8105,4434,4856,012700,104637996.687,015100,164953931.102,,0.0,012700,015100,10001.7127405,83393,18948,hub,hub,non_hub,585209.656415,4512881.41361,585190.192062,4513884.4495
+13676,13676,361,36.0,015100,,40.771522,-73.990541,24.0,012900,40.76341379,-73.99667444,492.132963989,5312,8105,3621,4856,012900,158698340.053,015100,164953931.102,,0.0,012900,015100,10001.7127405,28661,18948,hub,hub,non_hub,584682.864463,4512978.43901,585190.192062,4513884.4495
+13677,13677,290,108.0,015100,,40.771522,-73.990541,160.0,013100,40.7621295133,-73.98215453,584.661695829,2489,8105,2283,4856,013100,405023451.28,015100,164953931.102,,0.0,013100,015100,10001.7127405,107228,18948,hub,hub,non_hub,585910.049449,4512849.98999,585190.192062,4513884.4495
+13678,13678,422,108.0,015100,,40.771522,-73.990541,101.0,013300,40.7647250567,-73.9866537633,393.388616113,5363,8105,3909,4856,013300,79847412.2593,015100,164953931.102,,0.0,013300,015100,10001.7127405,89810,18948,hub,hub,non_hub,585526.963405,4513133.71926,585190.192062,4513884.4495
+13679,13679,330,72.0,015100,,40.771522,-73.990541,65.0,013500,40.766984435,-73.99227308,496.453383459,6075,8105,3935,4856,013500,198199142.958,015100,164953931.102,,0.0,013500,015100,10001.7127405,64723,18948,hub,hub,non_hub,585049.80204,4513379.06475,585190.192062,4513884.4495
+13680,13680,412,72.0,015100,,40.771522,-73.990541,98.0,013700,40.766109285,-73.981808355,506.478559738,6557,8105,5442,4856,013700,314878324.419,015100,164953931.102,,0.0,013700,015100,10001.7127405,91142,18948,hub,hub,non_hub,585934.141665,4513292.1137,585190.192062,4513884.4495
+13681,13681,80,36.0,015100,,40.771522,-73.990541,27.0,013900,40.768254,-73.988639,475.8125,7607,8105,7359,4856,013900,139918084.587,015100,164953931.102,,0.0,013900,015100,10001.7127405,26390,18948,hub,hub,non_hub,585354.890073,4513523.52534,585190.192062,4513884.4495
+13682,13682,146,36.0,015100,,40.771522,-73.990541,49.0,014300,40.76590936,-73.97634151,635.068493151,3,8105,0,4856,014300,50027992.3322,015100,164953931.102,,0.0,014300,015100,10001.7127405,21051,18948,hub,hub,non_hub,586395.803012,4513275.28949,585190.192062,4513884.4495
+13683,13683,759,36.0,015100,,40.771522,-73.990541,36.0,014500,40.76915505,-73.98191841,488.409749671,5811,8105,3462,4856,014500,253397343.373,015100,164953931.102,,0.0,014500,015100,10001.7127405,68350,18948,hub,hub,non_hub,585920.929601,4513630.10902,585190.192062,4513884.4495
+13684,13684,218,36.0,015100,,40.771522,-73.990541,55.0,014700,40.770513,-73.988038,1104.18807339,2586,8105,1743,4856,014700,70871746.8417,015100,164953931.102,,0.0,014700,015100,10001.7127405,35099,18948,hub,hub,non_hub,585402.720353,4513774.87644,585190.192062,4513884.4495
+13685,13685,855,72.0,015100,,40.771522,-73.990541,70.0,031703,40.71644312,-74.014902115,1698.4339717,8670,8105,4231,4856,031703,332361109.355,015100,164953931.102,,0.0,031703,015100,10001.7127405,136082,18948,hub,hub,non_hub,583202.897614,4507746.93647,585190.192062,4513884.4495
+13686,13686,500,108.0,015100,,40.771522,-73.990541,98.0,031704,40.7085171733,-74.0165557667,1962.56817097,6610,8105,3790,4856,031704,160823714.408,015100,164953931.102,,0.0,031704,015100,10001.7127405,105244,18948,hub,hub,non_hub,583073.076824,4506865.54027,585190.192062,4513884.4495
+13687,13687,8,108.0,015100,6.64947848136,40.771522,-73.990541,85.0,000600,40.713482645,-73.98883174,2478.79404894,11558,8105,4083,4856,000600,59149181.7526,015100,164953931.102,,0.0,000600,015100,10001.7127405,70053,18948,hub,hub,non_hub,585408.65965,4507443.32962,585190.192062,4513884.4495
+13688,13688,173,210.0,031703,,40.71644312,-74.014902115,108.0,000202,40.71318002,-73.9818904933,1499.2207195,8012,8670,3598,4231,000202,37878157.9781,031703,332361109.355,,0.0,000202,031703,31470.1942413,56352,135607,hub,hub,non_hub,585995.353038,4507416.50937,583202.897614,4507746.93647
+13689,13689,5686,490.0,031703,,40.71644312,-74.014902115,516.0,000700,40.70581148,-74.0081572071,932.972510311,7722,8670,5201,4231,000700,476954959.734,031703,332361109.355,,0.0,000700,031703,31470.1942413,160040,135607,hub,hub,hub,583785.918305,4506573.16797,583202.897614,4507746.93647
+13690,13690,208,140.0,031703,,40.71644312,-74.014902115,94.0,000800,40.712414475,-73.993471545,1347.88537274,10365,8670,4150,4231,000800,46479755.076,031703,332361109.355,,0.0,000800,031703,31470.1942413,34254,135607,hub,hub,non_hub,585018.109713,4507320.25418,583202.897614,4507746.93647
+13691,13691,1745,210.0,031703,,40.71644312,-74.014902115,194.0,000900,40.7024745833,-74.01224785,966.193031911,1140,8670,939,4231,000900,404341803.896,031703,332361109.355,,0.0,000900,031703,31470.1942413,46446,135607,hub,hub,non_hub,583444.520998,4506198.85784,583202.897614,4507746.93647
+13692,13692,22,70.0,031703,,40.71644312,-74.014902115,38.0,001002,40.71782143,-73.97628939,2108.74107143,6439,8670,2346,4231,001002,22763374.2099,031703,332361109.355,,0.0,001002,031703,31470.1942413,15916,135607,hub,hub,non_hub,586462.45635,4507937.23607,583202.897614,4507746.93647
+13693,13693,74,140.0,031703,,40.71644312,-74.014902115,92.0,001200,40.717364275,-73.982955325,1495.62235375,3547,8670,1857,4231,001200,23518220.7411,031703,332361109.355,,0.0,001200,031703,31470.1942413,36493,135607,hub,hub,non_hub,585900.031125,4507879.94738,583202.897614,4507746.93647
+13694,13694,1518,70.0,031703,,40.71644312,-74.014902115,72.0,001300,40.70463334,-74.01361706,858.294964095,3776,8670,3028,4231,001300,286606455.687,031703,332361109.355,,0.0,001300,031703,31470.1942413,27671,135607,hub,hub,non_hub,583326.158808,4506437.19368,583202.897614,4507746.93647
+13695,13695,114,70.0,031703,,40.71644312,-74.014902115,56.0,001401,40.71559509,-73.9870295,1241.04618227,3289,8670,1708,4231,001401,20168722.3199,031703,332361109.355,,0.0,001401,031703,31470.1942413,26885,135607,hub,hub,non_hub,585558.18429,4507679.57909,583202.897614,4507746.93647
+13696,13696,713,140.0,031703,,40.71644312,-74.014902115,134.0,001501,40.70966832,-74.003597135,891.941908513,5581,8670,3450,4231,001501,172466366.322,031703,332361109.355,,0.0,001501,031703,31470.1942413,27425,135607,hub,hub,non_hub,584166.279828,4507005.66129,583202.897614,4507746.93647
+13697,13697,2034,210.0,031703,,40.71644312,-74.014902115,246.0,001502,40.7088053467,-74.00635276,736.083856331,7095,8670,3459,4231,001502,221282059.103,031703,332361109.355,,0.0,001502,031703,31470.1942413,82052,135607,hub,hub,non_hub,583934.59195,4506907.22889,583202.897614,4507746.93647
+13698,13698,418,210.0,031703,,40.71644312,-74.014902115,214.0,001600,40.7153350167,-73.9943926833,1157.9957372,8236,8670,3242,4231,001600,76565505.7581,031703,332361109.355,,0.0,001600,031703,31470.1942413,82798,135607,hub,hub,non_hub,584936.591099,4507643.5622,583202.897614,4507746.93647
+13699,13699,695,280.0,031703,,40.71644312,-74.014902115,308.0,001800,40.7193657075,-73.9906468425,1150.98783295,8063,8670,3489,4231,001800,60554858.5127,031703,332361109.355,,0.0,001800,031703,31470.1942413,133306,135607,hub,hub,non_hub,585247.838585,4508094.62497,583202.897614,4507746.93647
+13700,13700,95,140.0,031703,,40.71644312,-74.014902115,92.0,002000,40.721554605,-73.977309405,1385.59877946,4795,8670,1899,4231,002000,17907673.5628,031703,332361109.355,,0.0,002000,031703,31470.1942413,31656,135607,hub,hub,non_hub,586371.478696,4508350.63994,583202.897614,4507746.93647
+13701,13701,4260,280.0,031703,,40.71644312,-74.014902115,204.0,002100,40.71451321,-74.0108850975,583.263092001,6111,8670,3038,4231,002100,273869828.705,031703,332361109.355,,0.0,002100,031703,31470.1942413,151037,135607,hub,hub,hub,583544.598931,4507536.51732,583202.897614,4507746.93647
+13702,13702,46,140.0,031703,,40.71644312,-74.014902115,88.0,002201,40.71833027,-73.980972895,1711.23653846,6762,8670,3030,4231,002201,37585954.9949,031703,332361109.355,,0.0,002201,031703,31470.1942413,26391,135607,hub,hub,non_hub,586066.226443,4507989.12022,583202.897614,4507746.93647
+13703,13703,184,70.0,031703,,40.71644312,-74.014902115,62.0,002202,40.7208736,-73.98085795,1243.33177083,2256,8670,1045,4231,002202,13179093.8977,031703,332361109.355,,0.0,002202,031703,31470.1942413,23935,135607,hub,hub,non_hub,586072.658368,4508271.55961,583202.897614,4507746.93647
+13704,13704,30,140.0,031703,,40.71644312,-74.014902115,96.0,002400,40.724744875,-73.974986535,1762.60119048,5775,8670,2175,4231,002400,17986635.5592,031703,332361109.355,,0.0,002400,031703,31470.1942413,17965,135607,hub,hub,non_hub,586563.526382,4508707.06897,583202.897614,4507746.93647
+13705,13705,246,140.0,031703,,40.71644312,-74.014902115,124.0,002500,40.7111743,-73.99849582,1224.41552647,5061,8670,1917,4231,002500,22428407.6271,031703,332361109.355,,0.0,002500,031703,31470.1942413,28216,135607,hub,hub,non_hub,584595.28909,4507177.73549,583202.897614,4507746.93647
+13706,13706,92,70.0,031703,,40.71644312,-74.014902115,62.0,002601,40.72299208,-73.97995466,1149.17741935,3774,8670,1593,4231,002601,22248722.3098,031703,332361109.355,,0.0,002601,031703,31470.1942413,22144,135607,hub,hub,non_hub,586146.216204,4508507.61099,583202.897614,4507746.93647
+13707,13707,271,70.0,031703,,40.71644312,-74.014902115,54.0,002700,40.71307916,-73.99851193,961.263187843,1191,8670,655,4231,002700,11349914.9514,031703,332361109.355,,0.0,002700,031703,31470.1942413,20570,135607,hub,hub,non_hub,584591.517275,4507389.17181,583202.897614,4507746.93647
+13708,13708,82,70.0,031703,,40.71644312,-74.014902115,64.0,002800,40.72521311,-73.97768752,1216.02294686,7302,8670,3341,4231,002800,47641507.3146,031703,332361109.355,,0.0,002800,031703,31470.1942413,36744,135607,hub,hub,non_hub,586334.816403,4508756.38709,583202.897614,4507746.93647
+13709,13709,558,70.0,031703,,40.71644312,-74.014902115,86.0,002900,40.71602118,-73.99974372,838.261152136,5855,8670,2420,4231,002900,200965547.24,031703,332361109.355,,0.0,002900,031703,31470.1942413,31936,135607,hub,hub,non_hub,584483.752153,4507714.56961,583202.897614,4507746.93647
+13710,13710,74,70.0,031703,,40.71644312,-74.014902115,70.0,003001,40.72066442,-73.98517977,1364.32483121,4301,8670,2553,4231,003001,34302720.7166,031703,332361109.355,,0.0,003001,031703,31470.1942413,41223,135607,hub,hub,non_hub,585707.91731,4508244.11218,583202.897614,4507746.93647
+13711,13711,115,70.0,031703,,40.71644312,-74.014902115,74.0,003002,40.72217444,-73.98368779,1328.94603175,3031,8670,1885,4231,003002,18686109.2263,031703,332361109.355,,0.0,003002,031703,31470.1942413,38675,135607,hub,hub,non_hub,585831.986427,4508413.19181,583202.897614,4507746.93647
+13712,13712,5193,210.0,031703,,40.71644312,-74.014902115,242.0,003100,40.7140617467,-74.0041933367,542.332514227,2809,8670,858,4231,003100,145687012.574,031703,332361109.355,,0.0,003100,031703,31470.1942413,81469,135607,hub,hub,hub,584110.388584,4507492.78891,583202.897614,4507746.93647
+13713,13713,475,210.0,031703,,40.71644312,-74.014902115,200.0,003200,40.7260543867,-73.9823576167,1329.39895771,7630,8670,4888,4231,003200,46369492.482,031703,332361109.355,,0.0,003200,031703,31470.1942413,138064,135607,hub,hub,non_hub,585939.335766,4508845.19329,583202.897614,4507746.93647
+13714,13714,4443,350.0,031703,,40.71644312,-74.014902115,346.0,003300,40.7188237876,-74.0063300787,528.126149686,5174,8670,2694,4231,003300,215459582.054,031703,332361109.355,,0.0,003300,031703,31470.1942413,115059,135607,hub,hub,hub,583923.925982,4508019.36248,583202.897614,4507746.93647
+13715,13715,170,70.0,031703,,40.71644312,-74.014902115,78.0,003400,40.72955361,-73.98057249,1384.12421053,6706,8670,4203,4231,003400,42933229.7541,031703,332361109.355,,0.0,003400,031703,31470.1942413,47926,135607,hub,hub,non_hub,586085.581298,4509235.37985,583202.897614,4507746.93647
+13716,13716,346,140.0,031703,,40.71644312,-74.014902115,132.0,003601,40.72217423,-73.990293175,1242.62444565,3299,8670,1613,4231,003601,29191583.8104,031703,332361109.355,,0.0,003601,031703,31470.1942413,77585,135607,hub,hub,non_hub,585274.124459,4508406.73315,583202.897614,4507746.93647
+13717,13717,417,140.0,031703,,40.71644312,-74.014902115,124.0,003602,40.724852985,-73.989265345,1183.5168562,2918,8670,1586,4231,003602,24941258.1161,031703,332361109.355,,0.0,003602,031703,31470.1942413,82124,135607,hub,hub,non_hub,585357.507872,4508705.09166,583202.897614,4507746.93647
+13718,13718,6076,280.0,031703,,40.71644312,-74.014902115,296.0,003700,40.7256696075,-74.0052069325,677.951334589,2401,8670,1490,4231,003700,212385639.924,031703,332361109.355,,0.0,003700,031703,31470.1942413,173333,135607,hub,hub,hub,584010.178026,4508780.36793,583202.897614,4507746.93647
+13719,13719,853,280.0,031703,,40.71644312,-74.014902115,320.0,003800,40.72765889,-73.988195855,1201.91350019,8610,8670,5795,4231,003800,67437493.5221,031703,332361109.355,,0.0,003800,031703,31470.1942413,167230,135607,hub,hub,non_hub,585444.239635,4509017.60641,583202.897614,4507746.93647
+13720,13720,7748,280.0,031703,,40.71644312,-74.014902115,212.0,003900,40.7201717475,-74.00983051,443.735552635,5253,8670,3059,4231,003900,194910113.03,031703,332361109.355,,0.0,003900,031703,31470.1942413,113624,135607,hub,hub,hub,583626.593058,4508165.65565,583202.897614,4507746.93647
+13721,13721,664,140.0,031703,,40.71644312,-74.014902115,132.0,004000,40.73000573,-73.98549552,1335.16535687,9801,8670,4546,4231,004000,66858387.5133,031703,332361109.355,,0.0,004000,031703,31470.1942413,99660,135607,hub,hub,non_hub,585669.269443,4509280.75306,583202.897614,4507746.93647
+13722,13722,1068,140.0,031703,,40.71644312,-74.014902115,128.0,004100,40.7195529,-73.996789035,987.268659566,7793,8670,3765,4231,004100,71738983.3617,031703,332361109.355,,0.0,004100,031703,31470.1942413,114685,135607,hub,hub,non_hub,584728.836557,4508109.46034,583202.897614,4507746.93647
+13723,13723,519,70.0,031703,,40.71644312,-74.014902115,70.0,004200,40.73223272,-73.98889957,1029.06659919,4988,8670,1801,4231,004200,39941846.3325,031703,332361109.355,,0.0,004200,031703,31470.1942413,50846,135607,hub,hub,non_hub,585378.96492,4509524.64843,583202.897614,4507746.93647
+13724,13724,848,140.0,031703,,40.71644312,-74.014902115,134.0,004300,40.723870235,-73.995226525,1001.99892483,4267,8670,2598,4231,004300,65935514.1184,031703,332361109.355,,0.0,004300,031703,31470.1942413,95162,135607,hub,hub,non_hub,584855.320992,4508590.22212,583202.897614,4507746.93647
+13725,13725,271,140.0,031703,,40.71644312,-74.014902115,120.0,004400,40.73080269,-73.97968993,1529.61287487,17710,8670,8297,4231,004400,114601147.016,031703,332361109.355,,0.0,004400,031703,31470.1942413,106427,135607,hub,hub,non_hub,586158.498991,4509374.90208,583202.897614,4507746.93647
+13726,13726,587,70.0,031703,,40.71644312,-74.014902115,54.0,004500,40.71910537,-73.99973337,768.418370432,840,8670,582,4231,004500,52009114.8865,031703,332361109.355,,0.0,004500,031703,31470.1942413,34275,135607,hub,hub,non_hub,584480.726971,4508056.94497,583202.897614,4507746.93647
+13727,13727,431,70.0,031703,,40.71644312,-74.014902115,78.0,004700,40.72165481,-74.00234737,797.031197465,2267,8670,1586,4231,004700,75477587.1594,031703,332361109.355,,0.0,004700,031703,31470.1942413,27544,135607,hub,hub,non_hub,584256.734795,4508337.43837,583202.897614,4507746.93647
+13728,13728,119,70.0,031703,,40.71644312,-74.014902115,70.0,004800,40.73624527,-73.98473765,1516.61122103,7550,8670,3799,4231,004800,74763044.6965,031703,332361109.355,,0.0,004800,031703,31470.1942413,42567,135607,hub,hub,non_hub,585725.258797,4509974.12516,583202.897614,4507746.93647
+13729,13729,1497,140.0,031703,,40.71644312,-74.014902115,146.0,004900,40.724268615,-74.000521515,834.717355566,4951,8670,3054,4231,004900,103848670.177,031703,332361109.355,,0.0,004900,031703,31470.1942413,80152,135607,hub,hub,non_hub,584407.63728,4508629.34168,583202.897614,4507746.93647
+13730,13730,504,210.0,031703,,40.71644312,-74.014902115,186.0,005000,40.7359163467,-73.9873427633,1314.45644096,5061,8670,3595,4231,005000,120638459.215,031703,332361109.355,,0.0,005000,031703,31470.1942413,111023,135607,hub,hub,non_hub,585505.709717,4509935.07175,583202.897614,4507746.93647
+13731,13731,721,140.0,031703,,40.71644312,-74.014902115,212.0,005200,40.73715585,-73.991241315,1391.59964909,4193,8670,1785,4231,005200,109103391.81,031703,332361109.355,,0.0,005200,031703,31470.1942413,159876,135607,hub,hub,non_hub,585174.941656,4510068.87544,583202.897614,4507746.93647
+13732,13732,385,70.0,031703,,40.71644312,-74.014902115,94.0,005400,40.73971301,-73.99456405,1276.20545073,4656,8670,2837,4231,005400,128803552.888,031703,332361109.355,,0.0,005400,031703,31470.1942413,73728,135607,hub,hub,non_hub,584891.129718,4510349.51956,583202.897614,4507746.93647
+13733,13733,490,70.0,031703,,40.71644312,-74.014902115,60.0,005501,40.72679454,-73.99695094,929.287758621,5079,8670,2483,4231,005501,61061928.4125,031703,332361109.355,,0.0,005501,031703,31470.1942413,57258,135607,hub,hub,non_hub,584705.980012,4508913.17477,583202.897614,4507746.93647
+13734,13734,414,70.0,031703,,40.71644312,-74.014902115,54.0,005502,40.72743423,-73.99379025,1035.20753615,2383,8670,1262,4231,005502,49017118.6146,031703,332361109.355,,0.0,005502,031703,31470.1942413,55117,135607,hub,hub,non_hub,584972.085912,4508987.23863,583202.897614,4507746.93647
+13735,13735,646,140.0,031703,,40.71644312,-74.014902115,190.0,005600,40.74065347,-73.98778661,1435.113891,2618,8670,2190,4231,005600,189153355.609,031703,332361109.355,,0.0,005600,031703,31470.1942413,113209,135607,hub,hub,non_hub,585462.168743,4510460.49357,583202.897614,4507746.93647
+13736,13736,1031,140.0,031703,,40.71644312,-74.014902115,164.0,005700,40.729662915,-73.992405595,1048.66251608,2937,8670,1789,4231,005700,90178032.7137,031703,332361109.355,,0.0,005700,031703,31470.1942413,156896,135607,hub,hub,non_hub,585086.179601,4509235.9788,583202.897614,4507746.93647
+13737,13737,656,140.0,031703,,40.71644312,-74.014902115,174.0,005800,40.743154205,-73.990299735,1472.86809982,3182,8670,2306,4231,005800,164037511.755,031703,332361109.355,,0.0,005800,031703,31470.1942413,130970,135607,hub,hub,non_hub,585246.786708,4510735.64918,583202.897614,4507746.93647
+13738,13738,366,70.0,031703,,40.71644312,-74.014902115,62.0,005900,40.73049393,-73.9957214,1055.12229297,5516,8670,3276,4231,005900,71785177.1361,031703,332361109.355,,0.0,005900,031703,31470.1942413,53180,135607,hub,hub,non_hub,584805.117401,4509325.01914,583202.897614,4507746.93647
+13739,13739,336,140.0,031703,,40.71644312,-74.014902115,126.0,006000,40.734822295,-73.976916765,1694.35010999,5286,8670,2459,4231,006000,27468182.8943,031703,332361109.355,,0.0,006000,031703,31470.1942413,80462,135607,hub,hub,non_hub,586387.478737,4509823.83141,583202.897614,4507746.93647
+13740,13740,1781,280.0,031703,,40.71644312,-74.014902115,282.0,006100,40.73385254,-73.992357065,1147.73959144,4913,8670,2683,4231,006100,91682014.33,031703,332361109.355,,0.0,006100,031703,31470.1942413,245510,135607,hub,hub,non_hub,585084.940162,4509701.10308,583202.897614,4507746.93647
+13741,13741,125,70.0,031703,,40.71644312,-74.014902115,60.0,006200,40.7381765,-73.97738662,1384.70441017,4680,8670,1401,4231,006200,231817485.533,031703,332361109.355,,0.0,006200,031703,31470.1942413,33218,135607,hub,hub,non_hub,586343.467107,4510195.70961,583202.897614,4507746.93647
+13742,13742,1002,210.0,031703,,40.71644312,-74.014902115,198.0,006300,40.7346940933,-73.99785666,1115.98128582,6076,8670,4277,4231,006300,85447631.8451,031703,332361109.355,,0.0,006300,031703,31470.1942413,120233,135607,hub,hub,non_hub,584619.48321,4509789.20591,583202.897614,4507746.93647
+13743,13743,140,70.0,031703,,40.71644312,-74.014902115,78.0,006400,40.73587678,-73.98205027,1514.14660115,7518,8670,5058,4231,006400,95664936.1545,031703,332361109.355,,0.0,006400,031703,31470.1942413,47750,135607,hub,hub,non_hub,585952.649806,4509935.84788,583202.897614,4507746.93647
+13744,13744,1496,210.0,031703,,40.71644312,-74.014902115,212.0,006500,40.7306296367,-73.9991423,882.788041116,6517,8670,3568,4231,006500,59290910.3694,031703,332361109.355,,0.0,006500,031703,31470.1942413,125356,135607,hub,hub,non_hub,584516.067395,4509336.78488,583202.897614,4507746.93647
+13745,13745,299,140.0,031703,,40.71644312,-74.014902115,164.0,006600,40.739285505,-73.97827188,1530.53740506,11780,8670,6818,4231,006600,84730469.4548,031703,332361109.355,,0.0,006600,031703,31470.1942413,74621,135607,hub,hub,non_hub,586267.286922,4510317.94668,583202.897614,4507746.93647
+13746,13746,1754,70.0,031703,,40.71644312,-74.014902115,78.0,006700,40.73038599,-74.00214988,736.2770161,4984,8670,3796,4231,006700,47238039.9972,031703,332361109.355,,0.0,006700,031703,31470.1942413,70025,135607,hub,hub,non_hub,584262.399901,4509306.84766,583202.897614,4507746.93647
+13747,13747,256,70.0,031703,,40.71644312,-74.014902115,78.0,006800,40.74025878,-73.98409214,1472.37589785,6735,8670,4494,4231,006800,130298431.446,031703,332361109.355,,0.0,006800,031703,31470.1942413,58926,135607,hub,hub,non_hub,585774.608423,4510420.28363,583202.897614,4507746.93647
+13748,13748,5088,140.0,031703,,40.71644312,-74.014902115,134.0,006900,40.732319905,-74.0069291,722.420264637,2687,8670,1484,4231,006900,61292499.9331,031703,332361109.355,,0.0,006900,031703,31470.1942413,130727,135607,hub,hub,hub,583856.38945,4509516.94969,583202.897614,4507746.93647
+13749,13749,441,210.0,031703,,40.71644312,-74.014902115,254.0,007000,40.7425122863,-73.9756081438,1632.51270147,8302,8670,5669,4231,007000,78634704.8451,031703,332361109.355,,0.0,007000,031703,31470.1942413,145227,135607,hub,hub,non_hub,586488.016947,4510678.76364,583202.897614,4507746.93647
+13750,13750,941,140.0,031703,,40.71644312,-74.014902115,142.0,007100,40.736526545,-74.000108805,953.065510778,5633,8670,3844,4231,007100,68447429.2743,031703,332361109.355,,0.0,007100,031703,31470.1942413,79459,135607,hub,hub,non_hub,584426.995774,4509990.4524,583202.897614,4507746.93647
+13751,13751,559,210.0,031703,,40.71644312,-74.014902115,252.0,007200,40.7447014833,-73.98154809,1518.93781946,7734,8670,5222,4231,007200,132092861.454,031703,332361109.355,,0.0,007200,031703,31470.1942413,157612,135607,hub,hub,non_hub,585983.687715,4510915.94446,583202.897614,4507746.93647
+13752,13752,2217,140.0,031703,,40.71644312,-74.014902115,118.0,007300,40.734682705,-74.00388484,884.52538301,5615,8670,4547,4231,007300,48716185.79,031703,332361109.355,,0.0,007300,031703,31470.1942413,92567,135607,hub,hub,non_hub,584110.479319,4509782.14883,583202.897614,4507746.93647
+13753,13753,282,140.0,031703,,40.71644312,-74.014902115,172.0,007400,40.746413585,-73.98586892,1589.30318687,4179,8670,2700,4231,007400,170614202.951,031703,332361109.355,,0.0,007400,031703,31470.1942413,81121,135607,hub,hub,non_hub,585616.696258,4511101.7763,583202.897614,4507746.93647
+13754,13754,301,140.0,031703,,40.71644312,-74.014902115,138.0,007600,40.74737476,-73.988320695,1599.53819117,2203,8670,1573,4231,007600,242014413.464,031703,332361109.355,,0.0,007600,031703,31470.1942413,97464,135607,hub,hub,non_hub,585408.475283,4511206.08492,583202.897614,4507746.93647
+13755,13755,671,70.0,031703,,40.71644312,-74.014902115,86.0,007700,40.7390169121,-74.0026376103,1135.23722061,5404,8670,4254,4231,007700,59306273.1509,031703,332361109.355,,0.0,007700,031703,31470.1942413,79025,135607,hub,hub,non_hub,584210.329106,4510264.47156,583202.897614,4507746.93647
+13756,13756,169,70.0,031703,,40.71644312,-74.014902115,78.0,007800,40.74780373,-73.9734419,1875.43401513,7380,8670,5372,4231,007800,112124597.728,031703,332361109.355,,0.0,007800,031703,31470.1942413,59601,135607,hub,hub,non_hub,586664.043115,4511268.28888,583202.897614,4507746.93647
+13757,13757,7570,350.0,031703,,40.71644312,-74.014902115,348.0,007900,40.738916514,-74.007286026,919.127619156,4406,8670,2904,4231,007900,86937368.5918,031703,332361109.355,,0.0,007900,031703,31470.1942413,171846,135607,hub,hub,hub,583817.969395,4510248.87788,583202.897614,4507746.93647
+13758,13758,304,140.0,031703,,40.71644312,-74.014902115,142.0,008000,40.7485693,-73.97717991,1606.79425249,4946,8670,3730,4231,008000,197763821.532,031703,332361109.355,,0.0,008000,031703,31470.1942413,74808,135607,hub,hub,non_hub,586347.477591,4511349.58844,583202.897614,4507746.93647
+13759,13759,718,70.0,031703,,40.71644312,-74.014902115,78.0,008100,40.73935542,-73.99931783,1184.5471453,8675,8670,5315,4231,008100,91100400.6907,031703,332361109.355,,0.0,008100,031703,31470.1942413,53195,135607,hub,hub,non_hub,584490.204148,4510305.23824,583202.897614,4507746.93647
+13760,13760,1054,210.0,031703,,40.71644312,-74.014902115,350.0,008200,40.7519429793,-73.9793440417,1764.30485034,3442,8670,2534,4231,008200,262405408.076,031703,332361109.355,,0.0,008200,031703,31470.1942413,228612,135607,hub,hub,non_hub,586160.421305,4511721.96459,583202.897614,4507746.93647
+13761,13761,2912,280.0,031703,,40.71644312,-74.014902115,238.0,008300,40.742591315,-74.004102785,1068.59794922,4211,8670,2321,4231,008300,119862327.354,031703,332361109.355,,0.0,008300,031703,31470.1942413,186113,135607,hub,hub,non_hub,584082.11654,4510659.85081,583202.897614,4507746.93647
+13762,13762,70,70.0,031703,,40.71644312,-74.014902115,76.0,008400,40.75038009,-73.98338988,1703.28503788,1726,8670,1041,4231,008400,147824461.739,031703,332361109.355,,0.0,008400,031703,31470.1942413,34199,135607,hub,hub,non_hub,585820.889203,4511544.50828,583202.897614,4507746.93647
+13763,13763,82,70.0,031703,,40.71644312,-74.014902115,86.0,008601,40.744219,-73.97121214,2007.95440729,2551,8670,1528,4231,008601,31141773.9073,031703,332361109.355,,0.0,008601,031703,31470.1942413,31961,135607,hub,hub,non_hub,586856.951039,4510872.56191,583202.897614,4507746.93647
+13764,13764,1143,140.0,031703,,40.71644312,-74.014902115,156.0,008700,40.74206378,-73.995708955,1291.91159426,6671,8670,4249,4231,008700,85660216.7821,031703,332361109.355,,0.0,008700,031703,31470.1942413,152953,135607,hub,hub,non_hub,584791.475936,4510609.36503,583202.897614,4507746.93647
+13765,13765,166,140.0,031703,,40.71644312,-74.014902115,156.0,008800,40.75012189,-73.970133575,1904.8960341,6964,8670,5507,4231,008800,216532475.876,031703,332361109.355,,0.0,008800,031703,31470.1942413,43247,135607,hub,hub,non_hub,586940.323322,4511528.89362,583202.897614,4507746.93647
+13766,13766,2602,210.0,031703,,40.71644312,-74.014902115,240.0,008900,40.74529008,-74.0021768567,1214.29322157,5560,8670,3511,4231,008900,54419260.2723,031703,332361109.355,,0.0,008900,031703,31470.1942413,158638,135607,hub,hub,non_hub,584241.316685,4510961.27944,583202.897614,4507746.93647
+13767,13767,157,210.0,031703,,40.71644312,-74.014902115,220.0,009000,40.75261798,-73.9703317533,1709.89875639,7026,8670,5832,4231,009000,208846060.851,031703,332361109.355,,0.0,009000,031703,31470.1942413,74531,135607,hub,hub,non_hub,586920.342162,4511805.78171,583202.897614,4507746.93647
+13768,13768,457,70.0,031703,,40.71644312,-74.014902115,78.0,009100,40.74487634,-73.99529885,1368.07526391,6415,8670,4386,4231,009100,127325659.041,031703,332361109.355,,0.0,009100,031703,31470.1942413,63878,135607,hub,hub,non_hub,584822.527687,4510921.97538,583202.897614,4507746.93647
+13769,13769,172,140.0,031703,,40.71644312,-74.014902115,220.0,009200,40.7548518863,-73.9734329075,1888.16458333,1754,8670,1461,4231,009200,408192557.246,031703,332361109.355,,0.0,009200,031703,31470.1942413,72226,135607,hub,hub,non_hub,586655.650548,4512050.69496,583202.897614,4507746.93647
+13770,13770,582,70.0,031703,,40.71644312,-74.014902115,78.0,009300,40.74475148,-73.99915362,1203.17160883,9705,8670,5585,4231,009300,68528055.2433,031703,332361109.355,,0.0,009300,031703,31470.1942413,52202,135607,hub,hub,non_hub,584497.239363,4510904.39701,583202.897614,4507746.93647
+13771,13771,870,70.0,031703,,40.71644312,-74.014902115,62.0,009400,40.75320159,-73.9779874,1711.10702542,29,8670,16,4231,009400,299218147.811,031703,332361109.355,,0.0,009400,031703,31470.1942413,82147,135607,hub,hub,non_hub,586273.319314,4511863.01244,583202.897614,4507746.93647
+13772,13772,355,70.0,031703,,40.71644312,-74.014902115,102.0,009500,40.746647,-73.993915,1408.83029605,3425,8670,1416,4231,009500,129660033.725,031703,332361109.355,,0.0,009500,031703,31470.1942413,57488,135607,hub,hub,non_hub,584937.108907,4511119.86954,583202.897614,4507746.93647
+13773,13773,365,210.0,031703,,40.71644312,-74.014902115,280.0,009600,40.75607603,-73.9803967167,1813.09740849,153,8670,268,4231,009600,270304841.585,031703,332361109.355,,0.0,009600,031703,31470.1942413,71527,135607,hub,hub,non_hub,586066.226062,4512179.73074,583202.897614,4507746.93647
+13774,13774,1401,210.0,031703,,40.71644312,-74.014902115,198.0,009700,40.7493616033,-73.9991321067,1337.25857632,4744,8670,2827,4231,009700,83018263.1602,031703,332361109.355,,0.0,009700,031703,31470.1942413,118804,135607,hub,hub,non_hub,584493.220017,4511416.17434,583202.897614,4507746.93647
+13775,13775,90,140.0,031703,,40.71644312,-74.014902115,140.0,009800,40.755285655,-73.96667288,2023.15636545,7105,8670,5244,4231,009800,115943808.909,031703,332361109.355,,0.0,009800,031703,31470.1942413,40039,135607,hub,hub,non_hub,587225.727282,4512105.54383,583202.897614,4507746.93647
+13776,13776,5224,350.0,031703,,40.71644312,-74.014902115,370.0,009900,40.7520807866,-74.0031899092,1260.15286541,3617,8670,2438,4231,009900,404439511.776,031703,332361109.355,,0.0,009900,031703,31470.1942413,208076,135607,hub,hub,hub,584147.226991,4511714.12465,583202.897614,4507746.93647
+13777,13777,242,210.0,031703,,40.71644312,-74.014902115,242.0,010000,40.7583696933,-73.9710287767,1880.55028168,1829,8670,1399,4231,010000,366457143.613,031703,332361109.355,,0.0,010000,031703,31470.1942413,72085,135607,hub,hub,non_hub,586854.014885,4512443.57459,583202.897614,4507746.93647
+13778,13778,548,210.0,031703,,40.71644312,-74.014902115,254.0,010100,40.74945622,-73.9903382667,1468.06184257,1119,8670,828,4231,010100,246168211.101,031703,332361109.355,,0.0,010100,031703,31470.1942413,183377,135607,hub,hub,non_hub,585235.486219,4511435.18064,583202.897614,4507746.93647
+13779,13779,165,140.0,031703,,40.71644312,-74.014902115,162.0,010200,40.7606694,-73.973473555,1924.07089264,313,8670,268,4231,010200,333450202.294,031703,332361109.355,,0.0,010200,031703,31470.1942413,46675,135607,hub,hub,non_hub,586644.664817,4512696.44233,583202.897614,4507746.93647
+13780,13780,2081,140.0,031703,,40.71644312,-74.014902115,196.0,010300,40.751000495,-73.994372255,1416.95548143,1859,8670,1351,4231,010300,141506056.87,031703,332361109.355,,0.0,010300,031703,31470.1942413,221593,135607,hub,hub,non_hub,584892.968075,4511602.69644,583202.897614,4507746.93647
+13781,13781,273,140.0,031703,,40.71644312,-74.014902115,150.0,010400,40.761664375,-73.976854975,1990.13437967,1031,8670,1033,4231,010400,363981333.295,031703,332361109.355,,0.0,010400,031703,31470.1942413,65073,135607,hub,hub,non_hub,586357.961325,4512803.55852,583202.897614,4507746.93647
+13782,13782,56,70.0,031703,,40.71644312,-74.014902115,66.0,010602,40.75849116,-73.95920622,2199.45617174,4794,8670,2963,4231,010602,67980898.3739,031703,332361109.355,,0.0,010602,031703,31470.1942413,22153,135607,hub,hub,non_hub,587851.796682,4512468.82754,583202.897614,4507746.93647
+13783,13783,173,210.0,031703,,40.71644312,-74.014902115,234.0,010800,40.7591736033,-73.96613818,2080.27614551,8531,8670,6272,4231,010800,189351523.799,031703,332361109.355,,0.0,010800,031703,31470.1942413,79198,135607,hub,hub,non_hub,587265.778542,4512537.66689,583202.897614,4507746.93647
+13784,13784,246,140.0,031703,,40.71644312,-74.014902115,228.0,010900,40.751351715,-73.987594755,1478.82689016,182,8670,92,4231,010900,228173063.011,031703,332361109.355,,0.0,010900,031703,31470.1942413,60092,135607,hub,hub,non_hub,585464.669441,4511648.26242,583202.897614,4507746.93647
+13785,13785,277,70.0,031703,,40.71644312,-74.014902115,118.0,011201,40.7643971,-73.97371465,2019.65937294,827,8670,964,4231,011201,118515444.187,031703,332361109.355,,0.0,011201,031703,31470.1942413,41525,135607,hub,hub,non_hub,586619.474659,4513110.00718,583202.897614,4507746.93647
+13786,13786,131,70.0,031703,,40.71644312,-74.014902115,66.0,011203,40.76095756,-73.96724467,2215.60561056,1176,8670,1160,4231,011203,143782379.009,031703,332361109.355,,0.0,011203,031703,31470.1942413,48033,135607,hub,hub,non_hub,587170.050102,4512734.59972,583202.897614,4507746.93647
+13787,13787,1047,280.0,031703,,40.71644312,-74.014902115,396.0,011300,40.7548008425,-73.9888010575,1590.92301824,204,8670,107,4231,011300,357940519.061,031703,332361109.355,,0.0,011300,031703,31470.1942413,236650,135607,hub,hub,non_hub,585358.423228,4512029.96675,583202.897614,4507746.93647
+13788,13788,1032,140.0,031703,,40.71644312,-74.014902115,164.0,011500,40.75701407,-73.992353645,1482.96043823,2487,8670,1678,4231,011500,130958459.747,031703,332361109.355,,0.0,011500,031703,31470.1942413,103294,135607,hub,hub,non_hub,585055.712647,4512272.20178,583202.897614,4507746.93647
+13789,13789,4038,140.0,031703,,40.71644312,-74.014902115,168.0,011700,40.76058799,-74.00080945,1366.51928624,2938,8670,2304,4231,011700,91270705.1484,031703,332361109.355,,0.0,011700,031703,31470.1942413,73016,135607,hub,hub,hub,584337.427395,4512660.77158,583202.897614,4507746.93647
+13790,13790,153,70.0,031703,,40.71644312,-74.014902115,68.0,011900,40.7568001,-73.98291153,1848.22168597,1079,8670,1121,4231,011900,395254501.74,031703,332361109.355,,0.0,011900,031703,31470.1942413,39976,135607,hub,hub,non_hub,585853.012005,4512257.64444,583202.897614,4507746.93647
+13791,13791,1812,210.0,031703,,40.71644312,-74.014902115,218.0,012100,40.7598593767,-73.9914900133,1526.22937787,8366,8670,5744,4231,012100,101223732.045,031703,332361109.355,,0.0,012100,031703,31470.1942413,132767,135607,hub,hub,non_hub,585124.983126,4512588.88932,583202.897614,4507746.93647
+13792,13792,272,70.0,031703,,40.71644312,-74.014902115,102.0,012500,40.76064679,-73.98442659,1733.57339671,2439,8670,2096,4231,012500,322911522.418,031703,332361109.355,,0.0,012500,031703,31470.1942413,45486,135607,hub,hub,non_hub,585720.180916,4512683.17447,583202.897614,4507746.93647
+13793,13793,1067,140.0,031703,,40.71644312,-74.014902115,168.0,012700,40.762485435,-73.990447135,1620.58574143,6437,8670,4434,4231,012700,104637996.687,031703,332361109.355,,0.0,012700,031703,31470.1942413,83393,135607,hub,hub,non_hub,585209.656415,4512881.41361,583202.897614,4507746.93647
+13794,13794,872,70.0,031703,,40.71644312,-74.014902115,48.0,012900,40.76341379,-73.99667444,1448.18579,5312,8670,3621,4231,012900,158698340.053,031703,332361109.355,,0.0,012900,031703,31470.1942413,28661,135607,hub,hub,non_hub,584682.864463,4512978.43901,583202.897614,4507746.93647
+13795,13795,555,210.0,031703,,40.71644312,-74.014902115,320.0,013100,40.7621295133,-73.98215453,1774.92015557,2489,8670,2283,4231,013100,405023451.28,031703,332361109.355,,0.0,013100,031703,31470.1942413,107228,135607,hub,hub,non_hub,585910.04945,4512849.98999,583202.897614,4507746.93647
+13796,13796,704,210.0,031703,,40.71644312,-74.014902115,202.0,013300,40.7647250567,-73.9866537633,1718.14053625,5363,8670,3909,4231,013300,79847412.2593,031703,332361109.355,,0.0,013300,031703,31470.1942413,89810,135607,hub,hub,non_hub,585526.963405,4513133.71926,583202.897614,4507746.93647
+13797,13797,1571,140.0,031703,,40.71644312,-74.014902115,130.0,013500,40.766984435,-73.99227308,1552.96939104,6075,8670,3935,4231,013500,198199142.958,031703,332361109.355,,0.0,013500,031703,31470.1942413,64723,135607,hub,hub,non_hub,585049.80204,4513379.06475,583202.897614,4507746.93647
+13798,13798,736,140.0,031703,,40.71644312,-74.014902115,196.0,013700,40.766109285,-73.981808355,1783.8988527,6557,8670,5442,4231,013700,314878324.419,031703,332361109.355,,0.0,013700,031703,31470.1942413,91142,135607,hub,hub,non_hub,585934.141665,4513292.1137,583202.897614,4507746.93647
+13799,13799,295,70.0,031703,,40.71644312,-74.014902115,54.0,013900,40.768254,-73.988639,1572.45288922,7607,8670,7359,4231,013900,139918084.587,031703,332361109.355,,0.0,013900,031703,31470.1942413,26390,135607,hub,hub,non_hub,585354.890073,4513523.52534,583202.897614,4507746.93647
+13800,13800,153,70.0,031703,,40.71644312,-74.014902115,98.0,014300,40.76590936,-73.97634151,1984.38820912,3,8670,0,4231,014300,50027992.3322,031703,332361109.355,,0.0,014300,031703,31470.1942413,21051,135607,hub,hub,non_hub,586395.803012,4513275.28949,583202.897614,4507746.93647
+13801,13801,793,70.0,031703,,40.71644312,-74.014902115,72.0,014500,40.76915505,-73.98191841,1792.19511227,5811,8670,3462,4231,014500,253397343.373,031703,332361109.355,,0.0,014500,031703,31470.1942413,68350,135607,hub,hub,non_hub,585920.929601,4513630.10902,583202.897614,4507746.93647
+13802,13802,974,70.0,031703,,40.71644312,-74.014902115,110.0,014700,40.770513,-73.988038,1683.17503167,2586,8670,1743,4231,014700,70871746.8417,031703,332361109.355,,0.0,014700,031703,31470.1942413,35099,135607,hub,hub,non_hub,585402.720353,4513774.87644,583202.897614,4507746.93647
+13803,13803,673,70.0,031703,,40.71644312,-74.014902115,72.0,015100,40.771522,-73.990541,1696.43184815,8105,8670,4856,4231,015100,164953931.102,031703,332361109.355,,0.0,015100,031703,31470.1942413,17578,135607,hub,hub,non_hub,585190.192062,4513884.4495,583202.897614,4507746.93647
+13804,13804,13651,210.0,031703,,40.71644312,-74.014902115,196.0,031704,40.7085171733,-74.0165557667,545.216065302,6610,8670,3790,4231,031704,160823714.408,031703,332361109.355,,0.0,031704,031703,31470.1942413,105244,135607,hub,hub,hub,583073.076824,4506865.54027,583202.897614,4507746.93647
+13805,13805,474,210.0,031703,,40.71644312,-74.014902115,170.0,000600,40.7128987867,-73.9898646367,1071.36321469,11558,8670,4083,4231,000600,59149181.7526,031703,332361109.355,,0.0,000600,031703,31470.1942413,70053,135607,hub,hub,non_hub,585322.159723,4507377.5136,583202.897614,4507746.93647
+13806,13806,431,294.0,031704,,40.7085171733,-74.0165557667,162.0,000202,40.71318002,-73.9818904933,1408.86942758,8012,6610,3598,3790,000202,37878157.9781,031704,160823714.408,,0.0,000202,031704,29300.686956,56352,105000,hub,hub,non_hub,585995.353038,4507416.50937,583073.076824,4506865.54027
+13807,13807,7416,686.0,031704,,40.7085171733,-74.0165557667,774.0,000700,40.70581148,-74.0081572071,634.42926084,7722,6610,5201,3790,000700,476954959.734,031704,160823714.408,,0.0,000700,031704,29300.686956,160040,105000,hub,hub,hub,583785.918305,4506573.16797,583073.076824,4506865.54027
+13808,13808,313,196.0,031704,,40.7085171733,-74.0165557667,141.0,000800,40.712414475,-73.993471545,1216.7878204,10365,6610,4150,3790,000800,46479755.076,031704,160823714.408,,0.0,000800,031704,29300.686956,34254,105000,hub,hub,non_hub,585018.109713,4507320.25418,583073.076824,4506865.54027
+13809,13809,2830,294.0,031704,,40.7085171733,-74.0165557667,291.0,000900,40.7024745833,-74.01224785,518.792668303,1140,6610,939,3790,000900,404341803.896,031704,160823714.408,,0.0,000900,031704,29300.686956,46446,105000,hub,hub,non_hub,583444.520998,4506198.85784,583073.076824,4506865.54027
+13810,13810,105,98.0,031704,,40.7085171733,-74.0165557667,57.0,001002,40.71782143,-73.97628939,1450.20762108,6439,6610,2346,3790,001002,22763374.2099,031704,160823714.408,,0.0,001002,031704,29300.686956,15916,105000,hub,hub,non_hub,586462.45635,4507937.23607,583073.076824,4506865.54027
+13811,13811,79,196.0,031704,,40.7085171733,-74.0165557667,138.0,001200,40.717364275,-73.982955325,1456.63228716,3547,6610,1857,3790,001200,23518220.7411,031704,160823714.408,,0.0,001200,031704,29300.686956,36493,105000,hub,hub,non_hub,585900.031125,4507879.94738,583073.076824,4506865.54027
+13812,13812,4333,98.0,031704,,40.7085171733,-74.0165557667,108.0,001300,40.70463334,-74.01361706,345.228223725,3776,6610,3028,3790,001300,286606455.687,031704,160823714.408,,0.0,001300,031704,29300.686956,27671,105000,hub,hub,hub,583326.158808,4506437.19368,583073.076824,4506865.54027
+13813,13813,201,98.0,031704,,40.7085171733,-74.0165557667,84.0,001401,40.71559509,-73.9870295,1239.27545984,3289,6610,1708,3790,001401,20168722.3199,031704,160823714.408,,0.0,001401,031704,29300.686956,26885,105000,hub,hub,non_hub,585558.18429,4507679.57909,583073.076824,4506865.54027
+13814,13814,790,196.0,031704,,40.7085171733,-74.0165557667,201.0,001501,40.70966832,-74.003597135,818.489940893,5581,6610,3450,3790,001501,172466366.322,031704,160823714.408,,0.0,001501,031704,29300.686956,27425,105000,hub,hub,non_hub,584166.279828,4507005.66129,583073.076824,4506865.54027
+13815,13815,1619,294.0,031704,,40.7085171733,-74.0165557667,369.0,001502,40.7088053467,-74.00635276,681.08432128,7095,6610,3459,3790,001502,221282059.103,031704,160823714.408,,0.0,001502,031704,29300.686956,82052,105000,hub,hub,non_hub,583934.59195,4506907.22889,583073.076824,4506865.54027
+13816,13816,513,294.0,031704,,40.7085171733,-74.0165557667,321.0,001600,40.7153350167,-73.9943926833,1265.17511571,8236,6610,3242,3790,001600,76565505.7581,031704,160823714.408,,0.0,001600,031704,29300.686956,82798,105000,hub,hub,non_hub,584936.591099,4507643.5622,583073.076824,4506865.54027
+13817,13817,613,392.0,031704,,40.7085171733,-74.0165557667,462.0,001800,40.7193657075,-73.9906468425,1376.55368468,8063,6610,3489,3790,001800,60554858.5127,031704,160823714.408,,0.0,001800,031704,29300.686956,133306,105000,hub,hub,non_hub,585247.838585,4508094.62497,583073.076824,4506865.54027
+13818,13818,155,196.0,031704,,40.7085171733,-74.0165557667,138.0,002000,40.721554605,-73.977309405,1660.94673574,4795,6610,1899,3790,002000,17907673.5628,031704,160823714.408,,0.0,002000,031704,29300.686956,31656,105000,hub,hub,non_hub,586371.478696,4508350.63994,583073.076824,4506865.54027
+13819,13819,10902,392.0,031704,,40.7085171733,-74.0165557667,306.0,002100,40.71451321,-74.0108850975,575.251014988,6111,6610,3038,3790,002100,273869828.705,031704,160823714.408,,0.0,002100,031704,29300.686956,151037,105000,hub,hub,hub,583544.598931,4507536.51732,583073.076824,4506865.54027
+13820,13820,87,196.0,031704,,40.7085171733,-74.0165557667,132.0,002201,40.71833027,-73.980972895,1524.08084369,6762,6610,3030,3790,002201,37585954.9949,031704,160823714.408,,0.0,002201,031704,29300.686956,26391,105000,hub,hub,non_hub,586066.226443,4507989.12022,583073.076824,4506865.54027
+13821,13821,61,98.0,031704,,40.7085171733,-74.0165557667,93.0,002202,40.7208736,-73.98085795,1511.85213033,2256,6610,1045,3790,002202,13179093.8977,031704,160823714.408,,0.0,002202,031704,29300.686956,23935,105000,hub,hub,non_hub,586072.658368,4508271.55961,583073.076824,4506865.54027
+13822,13822,54,196.0,031704,,40.7085171733,-74.0165557667,144.0,002400,40.724744875,-73.974986535,1894.93353828,5775,6610,2175,3790,002400,17986635.5592,031704,160823714.408,,0.0,002400,031704,29300.686956,17965,105000,hub,hub,non_hub,586563.526382,4508707.06897,583073.076824,4506865.54027
+13823,13823,433,196.0,031704,,40.7085171733,-74.0165557667,186.0,002500,40.7111743,-73.99849582,1119.39838147,5061,6610,1917,3790,002500,22428407.6271,031704,160823714.408,,0.0,002500,031704,29300.686956,28216,105000,hub,hub,non_hub,584595.28909,4507177.73549,583073.076824,4506865.54027
+13824,13824,31,98.0,031704,,40.7085171733,-74.0165557667,93.0,002601,40.72299208,-73.97995466,1740.08802309,3774,6610,1593,3790,002601,22248722.3098,031704,160823714.408,,0.0,002601,031704,29300.686956,22144,105000,hub,hub,non_hub,586146.216204,4508507.61099,583073.076824,4506865.54027
+13825,13825,371,98.0,031704,,40.7085171733,-74.0165557667,81.0,002700,40.71307916,-73.99851193,854.088220919,1191,6610,655,3790,002700,11349914.9514,031704,160823714.408,,0.0,002700,031704,29300.686956,20570,105000,hub,hub,non_hub,584591.517275,4507389.17181,583073.076824,4506865.54027
+13826,13826,40,98.0,031704,,40.7085171733,-74.0165557667,96.0,002800,40.72521311,-73.97768752,1626.34736048,7302,6610,3341,3790,002800,47641507.3146,031704,160823714.408,,0.0,002800,031704,29300.686956,36744,105000,hub,hub,non_hub,586334.816403,4508756.38709,583073.076824,4506865.54027
+13827,13827,620,98.0,031704,,40.7085171733,-74.0165557667,129.0,002900,40.71602118,-73.99974372,949.195493043,5855,6610,2420,3790,002900,200965547.24,031704,160823714.408,,0.0,002900,031704,29300.686956,31936,105000,hub,hub,non_hub,584483.752153,4507714.56961,583073.076824,4506865.54027
+13828,13828,99,98.0,031704,,40.7085171733,-74.0165557667,105.0,003001,40.72066442,-73.98517977,1521.45406184,4301,6610,2553,3790,003001,34302720.7166,031704,160823714.408,,0.0,003001,031704,29300.686956,41223,105000,hub,hub,non_hub,585707.91731,4508244.11218,583073.076824,4506865.54027
+13829,13829,82,98.0,031704,,40.7085171733,-74.0165557667,111.0,003002,40.72217444,-73.98368779,1521.04882155,3031,6610,1885,3790,003002,18686109.2263,031704,160823714.408,,0.0,003002,031704,29300.686956,38675,105000,hub,hub,non_hub,585831.986427,4508413.19181,583073.076824,4506865.54027
+13830,13830,1848,294.0,031704,,40.7085171733,-74.0165557667,363.0,003100,40.7140617467,-74.0041933367,793.703824217,2809,6610,858,3790,003100,145687012.574,031704,160823714.408,,0.0,003100,031704,29300.686956,81469,105000,hub,hub,non_hub,584110.388584,4507492.78891,583073.076824,4506865.54027
+13831,13831,312,294.0,031704,,40.7085171733,-74.0165557667,300.0,003200,40.7260543867,-73.9823576167,1509.0209891,7630,6610,4888,3790,003200,46369492.482,031704,160823714.408,,0.0,003200,031704,29300.686956,138064,105000,hub,hub,non_hub,585939.335766,4508845.19329,583073.076824,4506865.54027
+13832,13832,3862,490.0,031704,,40.7085171733,-74.0165557667,519.0,003300,40.7188263644,-74.0063244589,803.658584744,5174,6610,2694,3790,003300,215459582.054,031704,160823714.408,,0.0,003300,031704,29300.686956,115059,105000,hub,hub,hub,583924.397395,4508019.65389,583073.076824,4506865.54027
+13833,13833,135,98.0,031704,,40.7085171733,-74.0165557667,117.0,003400,40.72955361,-73.98057249,1729.30555556,6706,6610,4203,3790,003400,42933229.7541,031704,160823714.408,,0.0,003400,031704,29300.686956,47926,105000,hub,hub,non_hub,586085.581298,4509235.37985,583073.076824,4506865.54027
+13834,13834,298,196.0,031704,,40.7085171733,-74.0165557667,198.0,003601,40.72217423,-73.990293175,1375.89707274,3299,6610,1613,3790,003601,29191583.8104,031704,160823714.408,,0.0,003601,031704,29300.686956,77585,105000,hub,hub,non_hub,585274.124459,4508406.73315,583073.076824,4506865.54027
+13835,13835,197,196.0,031704,,40.7085171733,-74.0165557667,186.0,003602,40.724852985,-73.989265345,1451.30298801,2918,6610,1586,3790,003602,24941258.1161,031704,160823714.408,,0.0,003602,031704,29300.686956,82124,105000,hub,hub,non_hub,585357.507872,4508705.09166,583073.076824,4506865.54027
+13836,13836,3802,392.0,031704,,40.7085171733,-74.0165557667,444.0,003700,40.7256696075,-74.0052069325,1013.88068582,2401,6610,1490,3790,003700,212385639.924,031704,160823714.408,,0.0,003700,031704,29300.686956,173333,105000,hub,hub,hub,584010.178026,4508780.36793,583073.076824,4506865.54027
+13837,13837,612,392.0,031704,,40.7085171733,-74.0165557667,480.0,003800,40.72765889,-73.988195855,1427.4138747,8610,6610,5795,3790,003800,67437493.5221,031704,160823714.408,,0.0,003800,031704,29300.686956,167230,105000,hub,hub,non_hub,585444.239635,4509017.60641,583073.076824,4506865.54027
+13838,13838,5497,392.0,031704,,40.7085171733,-74.0165557667,318.0,003900,40.7201717475,-74.00983051,686.690012828,5253,6610,3059,3790,003900,194910113.03,031704,160823714.408,,0.0,003900,031704,29300.686956,113624,105000,hub,hub,hub,583626.593058,4508165.65565,583073.076824,4506865.54027
+13839,13839,289,196.0,031704,,40.7085171733,-74.0165557667,198.0,004000,40.73000573,-73.98549552,1522.73652086,9801,6610,4546,3790,004000,66858387.5133,031704,160823714.408,,0.0,004000,031704,29300.686956,99660,105000,hub,hub,non_hub,585669.269443,4509280.75306,583073.076824,4506865.54027
+13840,13840,893,196.0,031704,,40.7085171733,-74.0165557667,192.0,004100,40.7195529,-73.996789035,1174.35469205,7793,6610,3765,3790,004100,71738983.3617,031704,160823714.408,,0.0,004100,031704,29300.686956,114685,105000,hub,hub,non_hub,584728.836557,4508109.46034,583073.076824,4506865.54027
+13841,13841,144,98.0,031704,,40.7085171733,-74.0165557667,105.0,004200,40.73223272,-73.98889957,1382.57376381,4988,6610,1801,3790,004200,39941846.3325,031704,160823714.408,,0.0,004200,031704,29300.686956,50846,105000,hub,hub,non_hub,585378.96492,4509524.64843,583073.076824,4506865.54027
+13842,13842,374,196.0,031704,,40.7085171733,-74.0165557667,201.0,004300,40.723870235,-73.995226525,1291.87141346,4267,6610,2598,3790,004300,65935514.1184,031704,160823714.408,,0.0,004300,031704,29300.686956,95162,105000,hub,hub,non_hub,584855.320992,4508590.22212,583073.076824,4506865.54027
+13843,13843,236,196.0,031704,,40.7085171733,-74.0165557667,180.0,004400,40.73080269,-73.97968993,1736.79187893,17710,6610,8297,3790,004400,114601147.016,031704,160823714.408,,0.0,004400,031704,29300.686956,106427,105000,hub,hub,non_hub,586158.498991,4509374.90208,583073.076824,4506865.54027
+13844,13844,345,98.0,031704,,40.7085171733,-74.0165557667,81.0,004500,40.71910537,-73.99973337,931.177813939,840,6610,582,3790,004500,52009114.8865,031704,160823714.408,,0.0,004500,031704,29300.686956,34275,105000,hub,hub,non_hub,584480.726971,4508056.94497,583073.076824,4506865.54027
+13845,13845,317,98.0,031704,,40.7085171733,-74.0165557667,117.0,004700,40.72165481,-74.00234737,1126.69498299,2267,6610,1586,3790,004700,75477587.1594,031704,160823714.408,,0.0,004700,031704,29300.686956,27544,105000,hub,hub,non_hub,584256.734795,4508337.43837,583073.076824,4506865.54027
+13846,13846,117,98.0,031704,,40.7085171733,-74.0165557667,105.0,004800,40.73624527,-73.98473765,1539.33920199,7550,6610,3799,3790,004800,74763044.6965,031704,160823714.408,,0.0,004800,031704,29300.686956,42567,105000,hub,hub,non_hub,585725.258797,4509974.12516,583073.076824,4506865.54027
+13847,13847,1008,196.0,031704,,40.7085171733,-74.0165557667,219.0,004900,40.724268615,-74.000521515,1133.47934388,4951,6610,3054,3790,004900,103848670.177,031704,160823714.408,,0.0,004900,031704,29300.686956,80152,105000,hub,hub,non_hub,584407.63728,4508629.34168,583073.076824,4506865.54027
+13848,13848,244,294.0,031704,,40.7085171733,-74.0165557667,279.0,005000,40.7359163467,-73.9873427633,1579.51790995,5061,6610,3595,3790,005000,120638459.215,031704,160823714.408,,0.0,005000,031704,29300.686956,111023,105000,hub,hub,non_hub,585505.709717,4509935.07175,583073.076824,4506865.54027
+13849,13849,786,196.0,031704,,40.7085171733,-74.0165557667,318.0,005200,40.73715585,-73.991241315,1529.35453547,4193,6610,1785,3790,005200,109103391.81,031704,160823714.408,,0.0,005200,031704,29300.686956,159876,105000,hub,hub,non_hub,585174.941656,4510068.87544,583073.076824,4506865.54027
+13850,13850,322,98.0,031704,,40.7085171733,-74.0165557667,141.0,005400,40.73971301,-73.99456405,1498.92956349,4656,6610,2837,3790,005400,128803552.888,031704,160823714.408,,0.0,005400,031704,29300.686956,73728,105000,hub,hub,non_hub,584891.129718,4510349.51956,583073.076824,4506865.54027
+13851,13851,464,98.0,031704,,40.7085171733,-74.0165557667,90.0,005501,40.72679454,-73.99695094,1216.51880489,5079,6610,2483,3790,005501,61061928.4125,031704,160823714.408,,0.0,005501,031704,29300.686956,57258,105000,hub,hub,non_hub,584705.980012,4508913.17477,583073.076824,4506865.54027
+13852,13852,191,98.0,031704,,40.7085171733,-74.0165557667,81.0,005502,40.72743423,-73.99379025,1279.39493972,2383,6610,1262,3790,005502,49017118.6146,031704,160823714.408,,0.0,005502,031704,29300.686956,55117,105000,hub,hub,non_hub,584972.085912,4508987.23863,583073.076824,4506865.54027
+13853,13853,346,196.0,031704,,40.7085171733,-74.0165557667,285.0,005600,40.74065347,-73.98778661,1705.60228514,2618,6610,2190,3790,005600,189153355.609,031704,160823714.408,,0.0,005600,031704,29300.686956,113209,105000,hub,hub,non_hub,585462.168743,4510460.49357,583073.076824,4506865.54027
+13854,13854,756,196.0,031704,,40.7085171733,-74.0165557667,246.0,005700,40.729662915,-73.992405595,1275.54417254,2937,6610,1789,3790,005700,90178032.7137,031704,160823714.408,,0.0,005700,031704,29300.686956,156896,105000,hub,hub,non_hub,585086.179601,4509235.9788,583073.076824,4506865.54027
+13855,13855,522,196.0,031704,,40.7085171733,-74.0165557667,261.0,005800,40.743154205,-73.990299735,1624.4501922,3182,6610,2306,3790,005800,164037511.755,031704,160823714.408,,0.0,005800,031704,29300.686956,130970,105000,hub,hub,non_hub,585246.786708,4510735.64918,583073.076824,4506865.54027
+13856,13856,291,98.0,031704,,40.7085171733,-74.0165557667,93.0,005900,40.73049393,-73.9957214,1295.37234477,5516,6610,3276,3790,005900,71785177.1361,031704,160823714.408,,0.0,005900,031704,29300.686956,53180,105000,hub,hub,non_hub,584805.117402,4509325.01914,583073.076824,4506865.54027
+13857,13857,338,196.0,031704,,40.7085171733,-74.0165557667,189.0,006000,40.734822295,-73.976916765,1586.40423179,5286,6610,2459,3790,006000,27468182.8943,031704,160823714.408,,0.0,006000,031704,29300.686956,80462,105000,hub,hub,non_hub,586387.478737,4509823.83141,583073.076824,4506865.54027
+13858,13858,1214,392.0,031704,,40.7085171733,-74.0165557667,423.0,006100,40.73385254,-73.992357065,1390.15149251,4913,6610,2683,3790,006100,91682014.33,031704,160823714.408,,0.0,006100,031704,29300.686956,245510,105000,hub,hub,non_hub,585084.940162,4509701.10308,583073.076824,4506865.54027
+13859,13859,35,98.0,031704,,40.7085171733,-74.0165557667,90.0,006200,40.7381765,-73.97738662,1739.26666667,4680,6610,1401,3790,006200,231817485.533,031704,160823714.408,,0.0,006200,031704,29300.686956,33218,105000,hub,hub,non_hub,586343.467107,4510195.70961,583073.076824,4506865.54027
+13860,13860,797,294.0,031704,,40.7085171733,-74.0165557667,297.0,006300,40.7346940933,-73.99785666,1306.71712895,6076,6610,4277,3790,006300,85447631.8451,031704,160823714.408,,0.0,006300,031704,29300.686956,120233,105000,hub,hub,non_hub,584619.48321,4509789.20591,583073.076824,4506865.54027
+13861,13861,103,98.0,031704,,40.7085171733,-74.0165557667,117.0,006400,40.73587678,-73.98205027,1715.59538324,7518,6610,5058,3790,006400,95664936.1545,031704,160823714.408,,0.0,006400,031704,29300.686956,47750,105000,hub,hub,non_hub,585952.649806,4509935.84788,583073.076824,4506865.54027
+13862,13862,984,294.0,031704,,40.7085171733,-74.0165557667,318.0,006500,40.7306296367,-73.9991423,1214.15935582,6517,6610,3568,3790,006500,59290910.3694,031704,160823714.408,,0.0,006500,031704,29300.686956,125356,105000,hub,hub,non_hub,584516.067395,4509336.78488,583073.076824,4506865.54027
+13863,13863,137,196.0,031704,,40.7085171733,-74.0165557667,246.0,006600,40.739285505,-73.97827188,1796.49410667,11780,6610,6818,3790,006600,84730469.4548,031704,160823714.408,,0.0,006600,031704,29300.686956,74621,105000,hub,hub,non_hub,586267.286922,4510317.94668,583073.076824,4506865.54027
+13864,13864,900,98.0,031704,,40.7085171733,-74.0165557667,117.0,006700,40.73038599,-74.00214988,1075.87064914,4984,6610,3796,3790,006700,47238039.9972,031704,160823714.408,,0.0,006700,031704,29300.686956,70025,105000,hub,hub,non_hub,584262.399901,4509306.84766,583073.076824,4506865.54027
+13865,13865,87,98.0,031704,,40.7085171733,-74.0165557667,117.0,006800,40.74025878,-73.98409214,1483.27051768,6735,6610,4494,3790,006800,130298431.446,031704,160823714.408,,0.0,006800,031704,29300.686956,58926,105000,hub,hub,non_hub,585774.608423,4510420.28363,583073.076824,4506865.54027
+13866,13866,2535,196.0,031704,,40.7085171733,-74.0165557667,201.0,006900,40.732319905,-74.0069291,1077.30367344,2687,6610,1484,3790,006900,61292499.9331,031704,160823714.408,,0.0,006900,031704,29300.686956,130727,105000,hub,hub,non_hub,583856.38945,4509516.94969,583073.076824,4506865.54027
+13867,13867,219,294.0,031704,,40.7085171733,-74.0165557667,381.0,007000,40.74250285,-73.9755895533,1716.66007296,8302,6610,5669,3790,007000,78634704.8451,031704,160823714.408,,0.0,007000,031704,29300.686956,145227,105000,hub,hub,non_hub,586489.598764,4510677.73445,583073.076824,4506865.54027
+13868,13868,527,196.0,031704,,40.7085171733,-74.0165557667,213.0,007100,40.736526545,-74.000108805,1327.52110166,5633,6610,3844,3790,007100,68447429.2743,031704,160823714.408,,0.0,007100,031704,29300.686956,79459,105000,hub,hub,non_hub,584426.995774,4509990.4524,583073.076824,4506865.54027
+13869,13869,244,294.0,031704,,40.7085171733,-74.0165557667,378.0,007200,40.7447014833,-73.98154809,1727.16018628,7734,6610,5222,3790,007200,132092861.454,031704,160823714.408,,0.0,007200,031704,29300.686956,157612,105000,hub,hub,non_hub,585983.687715,4510915.94446,583073.076824,4506865.54027
+13870,13870,1184,196.0,031704,,40.7085171733,-74.0165557667,177.0,007300,40.734682705,-74.00388484,1164.12297727,5615,6610,4547,3790,007300,48716185.79,031704,160823714.408,,0.0,007300,031704,29300.686956,92567,105000,hub,hub,non_hub,584110.479319,4509782.14883,583073.076824,4506865.54027
+13871,13871,136,196.0,031704,,40.7085171733,-74.0165557667,258.0,007400,40.746413585,-73.98586892,1640.79095345,4179,6610,2700,3790,007400,170614202.951,031704,160823714.408,,0.0,007400,031704,29300.686956,81121,105000,hub,hub,non_hub,585616.696258,4511101.7763,583073.076824,4506865.54027
+13872,13872,287,196.0,031704,,40.7085171733,-74.0165557667,207.0,007600,40.74737476,-73.988320695,1694.84854519,2203,6610,1573,3790,007600,242014413.464,031704,160823714.408,,0.0,007600,031704,29300.686956,97464,105000,hub,hub,non_hub,585408.475283,4511206.08492,583073.076824,4506865.54027
+13873,13873,398,98.0,031704,,40.7085171733,-74.0165557667,129.0,007700,40.7390169121,-74.0026376103,1356.30420863,5404,6610,4254,3790,007700,59306273.1509,031704,160823714.408,,0.0,007700,031704,29300.686956,79025,105000,hub,hub,non_hub,584210.329106,4510264.47156,583073.076824,4506865.54027
+13874,13874,59,98.0,031704,,40.7085171733,-74.0165557667,117.0,007800,40.74780373,-73.9734419,2007.44264069,7380,6610,5372,3790,007800,112124597.728,031704,160823714.408,,0.0,007800,031704,29300.686956,59601,105000,hub,hub,non_hub,586664.043115,4511268.28888,583073.076824,4506865.54027
+13875,13875,3318,490.0,031704,,40.7085171733,-74.0165557667,522.0,007900,40.738916514,-74.007286026,1213.99740212,4406,6610,2904,3790,007900,86937368.5918,031704,160823714.408,,0.0,007900,031704,29300.686956,171846,105000,hub,hub,hub,583817.969395,4510248.87788,583073.076824,4506865.54027
+13876,13876,96,196.0,031704,,40.7085171733,-74.0165557667,213.0,008000,40.7485693,-73.97717991,2052.75429293,4946,6610,3730,3790,008000,197763821.532,031704,160823714.408,,0.0,008000,031704,29300.686956,74808,105000,hub,hub,non_hub,586347.477591,4511349.58844,583073.076824,4506865.54027
+13877,13877,432,98.0,031704,,40.7085171733,-74.0165557667,117.0,008100,40.73935542,-73.99931783,1438.86826594,8675,6610,5315,3790,008100,91100400.6907,031704,160823714.408,,0.0,008100,031704,29300.686956,53195,105000,hub,hub,non_hub,584490.204148,4510305.23824,583073.076824,4506865.54027
+13878,13878,576,294.0,031704,,40.7085171733,-74.0165557667,525.0,008200,40.7519425572,-73.9793555851,1884.82323734,3442,6610,2534,3790,008200,262405408.076,031704,160823714.408,,0.0,008200,031704,29300.686956,228612,105000,hub,hub,non_hub,586159.447376,4511721.90641,583073.076824,4506865.54027
+13879,13879,1815,392.0,031704,,40.7085171733,-74.0165557667,357.0,008300,40.742591315,-74.004102785,1291.70509056,4211,6610,2321,3790,008300,119862327.354,031704,160823714.408,,0.0,008300,031704,29300.686956,186113,105000,hub,hub,non_hub,584082.11654,4510659.85081,583073.076824,4506865.54027
+13880,13880,68,98.0,031704,,40.7085171733,-74.0165557667,114.0,008400,40.75038009,-73.98338988,1760.94641959,1726,6610,1041,3790,008400,147824461.739,031704,160823714.408,,0.0,008400,031704,29300.686956,34199,105000,hub,hub,non_hub,585820.889203,4511544.50828,583073.076824,4506865.54027
+13881,13881,94,98.0,031704,,40.7085171733,-74.0165557667,129.0,008601,40.744219,-73.97121214,2117.52232454,2551,6610,1528,3790,008601,31141773.9073,031704,160823714.408,,0.0,008601,031704,29300.686956,31961,105000,hub,hub,non_hub,586856.951039,4510872.56191,583073.076824,4506865.54027
+13882,13882,957,196.0,031704,,40.7085171733,-74.0165557667,234.0,008700,40.74206378,-73.995708955,1472.18576783,6671,6610,4249,3790,008700,85660216.7821,031704,160823714.408,,0.0,008700,031704,29300.686956,152953,105000,hub,hub,non_hub,584791.475936,4510609.36503,583073.076824,4506865.54027
+13883,13883,44,196.0,031704,,40.7085171733,-74.0165557667,234.0,008800,40.75012189,-73.970133575,1837.65522876,6964,6610,5507,3790,008800,216532475.876,031704,160823714.408,,0.0,008800,031704,29300.686956,43247,105000,hub,hub,non_hub,586940.323322,4511528.89362,583073.076824,4506865.54027
+13884,13884,1200,294.0,031704,,40.7085171733,-74.0165557667,360.0,008900,40.74529008,-74.0021768567,1402.86394799,5560,6610,3511,3790,008900,54419260.2723,031704,160823714.408,,0.0,008900,031704,29300.686956,158638,105000,hub,hub,non_hub,584241.316685,4510961.27944,583073.076824,4506865.54027
+13885,13885,115,294.0,031704,,40.7085171733,-74.0165557667,330.0,009000,40.75261798,-73.9703317533,1931.15252488,7026,6610,5832,3790,009000,208846060.851,031704,160823714.408,,0.0,009000,031704,29300.686956,74531,105000,hub,hub,non_hub,586920.342162,4511805.78171,583073.076824,4506865.54027
+13886,13886,362,98.0,031704,,40.7085171733,-74.0165557667,117.0,009100,40.74487634,-73.99529885,1548.78870764,6415,6610,4386,3790,009100,127325659.041,031704,160823714.408,,0.0,009100,031704,29300.686956,63878,105000,hub,hub,non_hub,584822.527687,4510921.97538,583073.076824,4506865.54027
+13887,13887,109,196.0,031704,,40.7085171733,-74.0165557667,330.0,009200,40.7548518863,-73.9734329075,2110.10742098,1754,6610,1461,3790,009200,408192557.246,031704,160823714.408,,0.0,009200,031704,29300.686956,72226,105000,hub,hub,non_hub,586655.650548,4512050.69496,583073.076824,4506865.54027
+13888,13888,326,98.0,031704,,40.7085171733,-74.0165557667,117.0,009300,40.74475148,-73.99915362,1539.53184424,9705,6610,5585,3790,009300,68528055.2433,031704,160823714.408,,0.0,009300,031704,29300.686956,52202,105000,hub,hub,non_hub,584497.239363,4510904.39701,583073.076824,4506865.54027
+13889,13889,332,98.0,031704,,40.7085171733,-74.0165557667,93.0,009400,40.75320159,-73.9779874,1882.29360194,29,6610,16,3790,009400,299218147.811,031704,160823714.408,,0.0,009400,031704,29300.686956,82147,105000,hub,hub,non_hub,586273.319314,4511863.01244,583073.076824,4506865.54027
+13890,13890,241,98.0,031704,,40.7085171733,-74.0165557667,153.0,009500,40.746647,-73.993915,1631.88434048,3425,6610,1416,3790,009500,129660033.725,031704,160823714.408,,0.0,009500,031704,29300.686956,57488,105000,hub,hub,non_hub,584937.108907,4511119.86954,583073.076824,4506865.54027
+13891,13891,144,294.0,031704,,40.7085171733,-74.0165557667,420.0,009600,40.75607603,-73.9803967167,1890.26407644,153,6610,268,3790,009600,270304841.585,031704,160823714.408,,0.0,009600,031704,29300.686956,71527,105000,hub,hub,non_hub,586066.226062,4512179.73074,583073.076824,4506865.54027
+13892,13892,711,294.0,031704,,40.7085171733,-74.0165557667,297.0,009700,40.7493616033,-73.9991321067,1526.30826279,4744,6610,2827,3790,009700,83018263.1602,031704,160823714.408,,0.0,009700,031704,29300.686956,118804,105000,hub,hub,non_hub,584493.220017,4511416.17434,583073.076824,4506865.54027
+13893,13893,47,196.0,031704,,40.7085171733,-74.0165557667,210.0,009800,40.755285655,-73.96667288,2185.78388278,7105,6610,5244,3790,009800,115943808.909,031704,160823714.408,,0.0,009800,031704,29300.686956,40039,105000,hub,hub,non_hub,587225.727282,4512105.54383,583073.076824,4506865.54027
+13894,13894,2435,490.0,031704,,40.7085171733,-74.0165557667,555.0,009900,40.7520807866,-74.0031899092,1471.51049154,3617,6610,2438,3790,009900,404439511.776,031704,160823714.408,,0.0,009900,031704,29300.686956,208076,105000,hub,hub,non_hub,584147.226991,4511714.12465,583073.076824,4506865.54027
+13895,13895,125,294.0,031704,,40.7085171733,-74.0165557667,363.0,010000,40.7583696933,-73.9710287767,2107.92651703,1829,6610,1399,3790,010000,366457143.613,031704,160823714.408,,0.0,010000,031704,29300.686956,72085,105000,hub,hub,non_hub,586854.014885,4512443.57459,583073.076824,4506865.54027
+13896,13896,465,294.0,031704,,40.7085171733,-74.0165557667,381.0,010100,40.74945622,-73.9903382667,1667.99857764,1119,6610,828,3790,010100,246168211.101,031704,160823714.408,,0.0,010100,031704,29300.686956,183377,105000,hub,hub,non_hub,585235.486219,4511435.18064,583073.076824,4506865.54027
+13897,13897,65,196.0,031704,,40.7085171733,-74.0165557667,243.0,010200,40.7606694,-73.973473555,2035.31758563,313,6610,268,3790,010200,333450202.294,031704,160823714.408,,0.0,010200,031704,29300.686956,46675,105000,hub,hub,non_hub,586644.664817,4512696.44233,583073.076824,4506865.54027
+13898,13898,1416,196.0,031704,,40.7085171733,-74.0165557667,294.0,010300,40.751000495,-73.994372255,1635.90846963,1859,6610,1351,3790,010300,141506056.87,031704,160823714.408,,0.0,010300,031704,29300.686956,221593,105000,hub,hub,non_hub,584892.968074,4511602.69644,583073.076824,4506865.54027
+13899,13899,202,196.0,031704,,40.7085171733,-74.0165557667,225.0,010400,40.761664375,-73.976854975,2200.38325615,1031,6610,1033,3790,010400,363981333.295,031704,160823714.408,,0.0,010400,031704,29300.686956,65073,105000,hub,hub,non_hub,586357.961325,4512803.55852,583073.076824,4506865.54027
+13900,13900,31,98.0,031704,,40.7085171733,-74.0165557667,99.0,010602,40.75849116,-73.95920622,2354.57703081,4794,6610,2963,3790,010602,67980898.3739,031704,160823714.408,,0.0,010602,031704,29300.686956,22153,105000,hub,hub,non_hub,587851.796682,4512468.82754,583073.076824,4506865.54027
+13901,13901,173,294.0,031704,7.47864021799,40.7088702525,-74.0165281312,351.0,010800,40.7590449812,-73.9663073612,2277.44287734,8531,6610,6272,3790,010800,189351523.799,031704,160823714.408,,0.0,010800,031704,29300.686956,79198,105000,hub,hub,non_hub,587251.666326,4512523.22063,583074.97244,4506904.76043
+13902,13902,159,196.0,031704,,40.7085171733,-74.0165557667,342.0,010900,40.751351715,-73.987594755,1735.43255708,182,6610,92,3790,010900,228173063.011,031704,160823714.408,,0.0,010900,031704,29300.686956,60092,105000,hub,hub,non_hub,585464.669441,4511648.26242,583073.076824,4506865.54027
+13903,13903,74,98.0,031704,,40.7085171733,-74.0165557667,177.0,011201,40.7643971,-73.97371465,2269.63888889,827,6610,964,3790,011201,118515444.187,031704,160823714.408,,0.0,011201,031704,29300.686956,41525,105000,hub,hub,non_hub,586619.474659,4513110.00718,583073.076824,4506865.54027
+13904,13904,34,98.0,031704,,40.7085171733,-74.0165557667,99.0,011203,40.76095756,-73.96724467,2230.0102657,1176,6610,1160,3790,011203,143782379.009,031704,160823714.408,,0.0,011203,031704,29300.686956,48033,105000,hub,hub,non_hub,587170.050102,4512734.59972,583073.076824,4506865.54027
+13905,13905,787,392.0,031704,,40.7085171733,-74.0165557667,594.0,011300,40.7548008425,-73.9888010575,1715.95751481,204,6610,107,3790,011300,357940519.061,031704,160823714.408,,0.0,011300,031704,29300.686956,236650,105000,hub,hub,non_hub,585358.423228,4512029.96675,583073.076824,4506865.54027
+13906,13906,885,196.0,031704,,40.7085171733,-74.0165557667,246.0,011500,40.75701407,-73.992353645,1560.57275019,2487,6610,1678,3790,011500,130958459.747,031704,160823714.408,,0.0,011500,031704,29300.686956,103294,105000,hub,hub,non_hub,585055.712647,4512272.20178,583073.076824,4506865.54027
+13907,13907,1722,196.0,031704,,40.7085171733,-74.0165557667,252.0,011700,40.76058799,-74.00080945,1649.50959503,2938,6610,2304,3790,011700,91270705.1484,031704,160823714.408,,0.0,011700,031704,29300.686956,73016,105000,hub,hub,non_hub,584337.427395,4512660.77158,583073.076824,4506865.54027
+13908,13908,135,98.0,031704,,40.7085171733,-74.0165557667,102.0,011900,40.7568001,-73.98291153,1947.53545738,1079,6610,1121,3790,011900,395254501.74,031704,160823714.408,,0.0,011900,031704,29300.686956,39976,105000,hub,hub,non_hub,585853.012005,4512257.64444,583073.076824,4506865.54027
+13909,13909,1141,294.0,031704,,40.7085171733,-74.0165557667,327.0,012100,40.7598593767,-73.9914900133,1556.15865858,8366,6610,5744,3790,012100,101223732.045,031704,160823714.408,,0.0,012100,031704,29300.686956,132767,105000,hub,hub,non_hub,585124.983126,4512588.88932,583073.076824,4506865.54027
+13910,13910,247,98.0,031704,,40.7085171733,-74.0165557667,153.0,012500,40.76064679,-73.98442659,1934.09309093,2439,6610,2096,3790,012500,322911522.418,031704,160823714.408,,0.0,012500,031704,29300.686956,45486,105000,hub,hub,non_hub,585720.180916,4512683.17447,583073.076824,4506865.54027
+13911,13911,615,196.0,031704,,40.7085171733,-74.0165557667,252.0,012700,40.762485435,-73.990447135,1892.15636063,6437,6610,4434,3790,012700,104637996.687,031704,160823714.408,,0.0,012700,031704,29300.686956,83393,105000,hub,hub,non_hub,585209.656415,4512881.41361,583073.076824,4506865.54027
+13912,13912,334,98.0,031704,,40.7085171733,-74.0165557667,72.0,012900,40.76341379,-73.99667444,1654.93849362,5312,6610,3621,3790,012900,158698340.053,031704,160823714.408,,0.0,012900,031704,29300.686956,28661,105000,hub,hub,non_hub,584682.864463,4512978.43901,583073.076824,4506865.54027
+13913,13913,345,294.0,031704,,40.7085171733,-74.0165557667,480.0,013100,40.7621295133,-73.98215453,1960.61516892,2489,6610,2283,3790,013100,405023451.28,031704,160823714.408,,0.0,013100,031704,29300.686956,107228,105000,hub,hub,non_hub,585910.04945,4512849.98999,583073.076824,4506865.54027
+13914,13914,320,294.0,031704,,40.7085171733,-74.0165557667,303.0,013300,40.7647250567,-73.9866537633,1938.15912295,5363,6610,3909,3790,013300,79847412.2593,031704,160823714.408,,0.0,013300,031704,29300.686956,89810,105000,hub,hub,non_hub,585526.963405,4513133.71926,583073.076824,4506865.54027
+13915,13915,711,196.0,031704,,40.7085171733,-74.0165557667,195.0,013500,40.766984435,-73.99227308,1808.74768604,6075,6610,3935,3790,013500,198199142.958,031704,160823714.408,,0.0,013500,031704,29300.686956,64723,105000,hub,hub,non_hub,585049.80204,4513379.06475,583073.076824,4506865.54027
+13916,13916,250,196.0,031704,,40.7085171733,-74.0165557667,294.0,013700,40.766109285,-73.981808355,2110.66559464,6557,6610,5442,3790,013700,314878324.419,031704,160823714.408,,0.0,013700,031704,29300.686956,91142,105000,hub,hub,non_hub,585934.141665,4513292.1137,583073.076824,4506865.54027
+13917,13917,158,98.0,031704,,40.7085171733,-74.0165557667,81.0,013900,40.768254,-73.988639,1973.41352853,7607,6610,7359,3790,013900,139918084.587,031704,160823714.408,,0.0,013900,031704,29300.686956,26390,105000,hub,hub,non_hub,585354.890073,4513523.52534,583073.076824,4506865.54027
+13918,13918,73,98.0,031704,,40.7085171733,-74.0165557667,147.0,014300,40.76590936,-73.97634151,2198.08910534,3,6610,0,3790,014300,50027992.3322,031704,160823714.408,,0.0,014300,031704,29300.686956,21051,105000,hub,hub,non_hub,586395.803012,4513275.28949,583073.076824,4506865.54027
+13919,13919,337,98.0,031704,,40.7085171733,-74.0165557667,108.0,014500,40.76915505,-73.98191841,2141.61221847,5811,6610,3462,3790,014500,253397343.373,031704,160823714.408,,0.0,014500,031704,29300.686956,68350,105000,hub,hub,non_hub,585920.929601,4513630.10902,583073.076824,4506865.54027
+13920,13920,377,98.0,031704,,40.7085171733,-74.0165557667,165.0,014700,40.770513,-73.988038,1904.56019973,2586,6610,1743,3790,014700,70871746.8417,031704,160823714.408,,0.0,014700,031704,29300.686956,35099,105000,hub,hub,non_hub,585402.720353,4513774.87644,583073.076824,4506865.54027
+13921,13921,314,98.0,031704,,40.7085171733,-74.0165557667,108.0,015100,40.771522,-73.990541,1896.91712282,8105,6610,4856,3790,015100,164953931.102,031704,160823714.408,,0.0,015100,031704,29300.686956,17578,105000,hub,hub,non_hub,585190.192062,4513884.4495,583073.076824,4506865.54027
+13922,13922,12752,196.0,031704,,40.7085171733,-74.0165557667,210.0,031703,40.71644312,-74.014902115,525.546000104,8670,6610,4231,3790,031703,332361109.355,031704,160823714.408,,0.0,031703,031704,29300.686956,136082,105000,hub,hub,hub,583202.897614,4507746.93647,583073.076824,4506865.54027
+13923,13923,761,294.0,031704,,40.7085171733,-74.0165557667,255.0,000600,40.7128987867,-73.9898646367,1238.30453798,11558,6610,4083,3790,000600,59149181.7526,031704,160823714.408,,0.0,000600,031704,29300.686956,70053,105000,hub,hub,non_hub,585322.159723,4507377.5136,583073.076824,4506865.54027
+13924,13924,3282,378.0,000202,,40.71318002,-73.9818904933,774.0,000700,40.70581148,-74.0081572071,914.970764258,7722,8012,5201,3598,000700,476954959.734,000202,37878157.9781,,0.0,000700,000202,100623.094122,160040,56209,hub,hub,hub,583785.918305,4506573.16797,585995.353038,4507416.50937
+13925,13925,2189,108.0,000202,,40.71318002,-73.9818904933,141.0,000800,40.712414475,-73.993471545,557.053105175,10365,8012,4150,3598,000800,46479755.076,000202,37878157.9781,,0.0,000800,000202,100623.094122,34254,56209,hub,hub,non_hub,585018.109713,4507320.25418,585995.353038,4507416.50937
+13926,13926,728,162.0,000202,,40.71318002,-73.9818904933,291.0,000900,40.7024745833,-74.01224785,1027.48738689,1140,8012,939,3598,000900,404341803.896,000202,37878157.9781,,0.0,000900,000202,100623.094122,46446,56209,hub,hub,non_hub,583444.520998,4506198.85784,585995.353038,4507416.50937
+13927,13927,491,54.0,000202,,40.71318002,-73.9818904933,57.0,001002,40.71782143,-73.97628939,910.862010679,6439,8012,2346,3598,001002,22763374.2099,000202,37878157.9781,,0.0,001002,000202,100623.094122,15916,56209,hub,hub,non_hub,586462.45635,4507937.23607,585995.353038,4507416.50937
+13928,13928,535,108.0,000202,,40.71318002,-73.9818904933,138.0,001200,40.717364275,-73.982955325,814.629952391,3547,8012,1857,3598,001200,23518220.7411,000202,37878157.9781,,0.0,001200,000202,100623.094122,36493,56209,hub,hub,non_hub,585900.031125,4507879.94738,585995.353038,4507416.50937
+13929,13929,333,54.0,000202,,40.71318002,-73.9818904933,108.0,001300,40.70463334,-74.01361706,1139.80296508,3776,8012,3028,3598,001300,286606455.687,000202,37878157.9781,,0.0,001300,000202,100623.094122,27671,56209,hub,hub,non_hub,583326.158808,4506437.19368,585995.353038,4507416.50937
+13930,13930,2525,54.0,000202,,40.71318002,-73.9818904933,84.0,001401,40.71559509,-73.9870295,336.958129874,3289,8012,1708,3598,001401,20168722.3199,000202,37878157.9781,,0.0,001401,000202,100623.094122,26885,56209,hub,hub,non_hub,585558.18429,4507679.57909,585995.353038,4507416.50937
+13931,13931,894,108.0,000202,,40.71318002,-73.9818904933,201.0,001501,40.70966832,-74.003597135,774.423094649,5581,8012,3450,3598,001501,172466366.322,000202,37878157.9781,,0.0,001501,000202,100623.094122,27425,56209,hub,hub,non_hub,584166.279828,4507005.66129,585995.353038,4507416.50937
+13932,13932,1010,162.0,000202,,40.71318002,-73.9818904933,369.0,001502,40.7088053467,-74.00635276,872.87822049,7095,8012,3459,3598,001502,221282059.103,000202,37878157.9781,,0.0,001502,000202,100623.094122,82052,56209,hub,hub,non_hub,583934.59195,4506907.22889,585995.353038,4507416.50937
+13933,13933,4114,162.0,000202,,40.71318002,-73.9818904933,321.0,001600,40.7153350167,-73.9943926833,539.316852187,8236,8012,3242,3598,001600,76565505.7581,000202,37878157.9781,,0.0,001600,000202,100623.094122,82798,56209,hub,hub,hub,584936.591099,4507643.5622,585995.353038,4507416.50937
+13934,13934,6106,216.0,000202,,40.71318002,-73.9818904933,462.0,001800,40.7193657075,-73.9906468425,534.567511177,8063,8012,3489,3598,001800,60554858.5127,000202,37878157.9781,,0.0,001800,000202,100623.094122,133306,56209,hub,hub,hub,585247.838585,4508094.62497,585995.353038,4507416.50937
+13935,13935,342,108.0,000202,,40.71318002,-73.9818904933,138.0,002000,40.721554605,-73.977309405,802.768379966,4795,8012,1899,3598,002000,17907673.5628,000202,37878157.9781,,0.0,002000,000202,100623.094122,31656,56209,hub,hub,non_hub,586371.478696,4508350.63994,585995.353038,4507416.50937
+13936,13936,927,216.0,000202,,40.71318002,-73.9818904933,306.0,002100,40.71451321,-74.0108850975,974.632393051,6111,8012,3038,3598,002100,273869828.705,000202,37878157.9781,,0.0,002100,000202,100623.094122,151037,56209,hub,hub,non_hub,583544.598931,4507536.51732,585995.353038,4507416.50937
+13937,13937,599,108.0,000202,,40.71318002,-73.9818904933,132.0,002201,40.71833027,-73.980972895,608.943068058,6762,8012,3030,3598,002201,37585954.9949,000202,37878157.9781,,0.0,002201,000202,100623.094122,26391,56209,hub,hub,non_hub,586066.226443,4507989.12022,585995.353038,4507416.50937
+13938,13938,203,54.0,000202,,40.71318002,-73.9818904933,93.0,002202,40.7208736,-73.98085795,590.495859343,2256,8012,1045,3598,002202,13179093.8977,000202,37878157.9781,,0.0,002202,000202,100623.094122,23935,56209,hub,hub,non_hub,586072.658368,4508271.55961,585995.353038,4507416.50937
+13939,13939,300,108.0,000202,,40.71318002,-73.9818904933,144.0,002400,40.724744875,-73.974986535,920.633640363,5775,8012,2175,3598,002400,17986635.5592,000202,37878157.9781,,0.0,002400,000202,100623.094122,17965,56209,hub,hub,non_hub,586563.526382,4508707.06897,585995.353038,4507416.50937
+13940,13940,627,108.0,000202,,40.71318002,-73.9818904933,186.0,002500,40.7111743,-73.99849582,668.710747118,5061,8012,1917,3598,002500,22428407.6271,000202,37878157.9781,,0.0,002500,000202,100623.094122,28216,56209,hub,hub,non_hub,584595.28909,4507177.73549,585995.353038,4507416.50937
+13941,13941,126,54.0,000202,,40.71318002,-73.9818904933,93.0,002601,40.72299208,-73.97995466,841.338787139,3774,8012,1593,3598,002601,22248722.3098,000202,37878157.9781,,0.0,002601,000202,100623.094122,22144,56209,hub,hub,non_hub,586146.216204,4508507.61099,585995.353038,4507416.50937
+13942,13942,362,54.0,000202,,40.71318002,-73.9818904933,81.0,002700,40.71307916,-73.99851193,624.411854015,1191,8012,655,3598,002700,11349914.9514,000202,37878157.9781,,0.0,002700,000202,100623.094122,20570,56209,hub,hub,non_hub,584591.517275,4507389.17181,585995.353038,4507416.50937
+13943,13943,290,54.0,000202,,40.71318002,-73.9818904933,96.0,002800,40.72521311,-73.97768752,855.419524898,7302,8012,3341,3598,002800,47641507.3146,000202,37878157.9781,,0.0,002800,000202,100623.094122,36744,56209,hub,hub,non_hub,586334.816403,4508756.38709,585995.353038,4507416.50937
+13944,13944,511,54.0,000202,,40.71318002,-73.9818904933,129.0,002900,40.71602118,-73.99974372,752.618023666,5855,8012,2420,3598,002900,200965547.24,000202,37878157.9781,,0.0,002900,000202,100623.094122,31936,56209,hub,hub,non_hub,584483.752153,4507714.56961,585995.353038,4507416.50937
+13945,13945,432,54.0,000202,,40.71318002,-73.9818904933,105.0,003001,40.72066442,-73.98517977,624.629316498,4301,8012,2553,3598,003001,34302720.7166,000202,37878157.9781,,0.0,003001,000202,100623.094122,41223,56209,hub,hub,non_hub,585707.91731,4508244.11218,585995.353038,4507416.50937
+13946,13946,330,54.0,000202,,40.71318002,-73.9818904933,111.0,003002,40.72217444,-73.98368779,656.837947933,3031,8012,1885,3598,003002,18686109.2263,000202,37878157.9781,,0.0,003002,000202,100623.094122,38675,56209,hub,hub,non_hub,585831.986427,4508413.19181,585995.353038,4507416.50937
+13947,13947,793,162.0,000202,,40.71318002,-73.9818904933,363.0,003100,40.7140617467,-74.0041933367,793.375273537,2809,8012,858,3598,003100,145687012.574,000202,37878157.9781,,0.0,003100,000202,100623.094122,81469,56209,hub,hub,non_hub,584110.388584,4507492.78891,585995.353038,4507416.50937
+13948,13948,795,162.0,000202,,40.71318002,-73.9818904933,300.0,003200,40.7260543867,-73.9823576167,914.54738618,7630,8012,4888,3598,003200,46369492.482,000202,37878157.9781,,0.0,003200,000202,100623.094122,138064,56209,hub,hub,non_hub,585939.335766,4508845.19329,585995.353038,4507416.50937
+13949,13949,645,270.0,000202,,40.71318002,-73.9818904933,519.0,003300,40.7188241759,-74.0063292319,977.1114684,5174,8012,2694,3598,003300,215459582.054,000202,37878157.9781,,0.0,003300,000202,100623.094122,115059,56209,hub,hub,non_hub,583923.997016,4508019.40639,585995.353038,4507416.50937
+13950,13950,168,54.0,000202,,40.71318002,-73.9818904933,117.0,003400,40.72955361,-73.98057249,1012.73680896,6706,8012,4203,3598,003400,42933229.7541,000202,37878157.9781,,0.0,003400,000202,100623.094122,47926,56209,hub,hub,non_hub,586085.581298,4509235.37985,585995.353038,4507416.50937
+13951,13951,1598,108.0,000202,,40.71318002,-73.9818904933,198.0,003601,40.72217423,-73.990293175,698.698104315,3299,8012,1613,3598,003601,29191583.8104,000202,37878157.9781,,0.0,003601,000202,100623.094122,77585,56209,hub,hub,non_hub,585274.124459,4508406.73315,585995.353038,4507416.50937
+13952,13952,459,108.0,000202,,40.71318002,-73.9818904933,186.0,003602,40.724852985,-73.989265345,819.538429737,2918,8012,1586,3598,003602,24941258.1161,000202,37878157.9781,,0.0,003602,000202,100623.094122,82124,56209,hub,hub,non_hub,585357.507872,4508705.09166,585995.353038,4507416.50937
+13953,13953,656,216.0,000202,,40.71318002,-73.9818904933,444.0,003700,40.7256696075,-74.0052069325,1132.1407122,2401,8012,1490,3598,003700,212385639.924,000202,37878157.9781,,0.0,003700,000202,100623.094122,173333,56209,hub,hub,non_hub,584010.178026,4508780.36793,585995.353038,4507416.50937
+13954,13954,797,216.0,000202,,40.71318002,-73.9818904933,480.0,003800,40.72765889,-73.988195855,960.44175169,8610,8012,5795,3598,003800,67437493.5221,000202,37878157.9781,,0.0,003800,000202,100623.094122,167230,56209,hub,hub,non_hub,585444.239635,4509017.60641,585995.353038,4507416.50937
+13955,13955,230,216.0,000202,,40.71318002,-73.9818904933,318.0,003900,40.7201717475,-74.00983051,1157.35296777,5253,8012,3059,3598,003900,194910113.03,000202,37878157.9781,,0.0,003900,000202,100623.094122,113624,56209,hub,hub,non_hub,583626.593058,4508165.65565,585995.353038,4507416.50937
+13956,13956,483,108.0,000202,,40.71318002,-73.9818904933,198.0,004000,40.73000573,-73.98549552,1025.33630598,9801,8012,4546,3598,004000,66858387.5133,000202,37878157.9781,,0.0,004000,000202,100623.094122,99660,56209,hub,hub,non_hub,585669.269443,4509280.75306,585995.353038,4507416.50937
+13957,13957,2223,108.0,000202,,40.71318002,-73.9818904933,192.0,004100,40.7195529,-73.996789035,749.784481226,7793,8012,3765,3598,004100,71738983.3617,000202,37878157.9781,,0.0,004100,000202,100623.094122,114685,56209,hub,hub,non_hub,584728.836557,4508109.46034,585995.353038,4507416.50937
+13958,13958,206,54.0,000202,,40.71318002,-73.9818904933,105.0,004200,40.73223272,-73.98889957,1108.91954029,4988,8012,1801,3598,004200,39941846.3325,000202,37878157.9781,,0.0,004200,000202,100623.094122,50846,56209,hub,hub,non_hub,585378.96492,4509524.64843,585995.353038,4507416.50937
+13959,13959,517,108.0,000202,,40.71318002,-73.9818904933,201.0,004300,40.723870235,-73.995226525,836.223970144,4267,8012,2598,3598,004300,65935514.1184,000202,37878157.9781,,0.0,004300,000202,100623.094122,95162,56209,hub,hub,non_hub,584855.320992,4508590.22212,585995.353038,4507416.50937
+13960,13960,541,108.0,000202,,40.71318002,-73.9818904933,180.0,004400,40.73080269,-73.97968993,1107.71841402,17710,8012,8297,3598,004400,114601147.016,000202,37878157.9781,,0.0,004400,000202,100623.094122,106427,56209,hub,hub,non_hub,586158.498991,4509374.90208,585995.353038,4507416.50937
+13961,13961,476,54.0,000202,,40.71318002,-73.9818904933,81.0,004500,40.71910537,-73.99973337,687.581317885,840,8012,582,3598,004500,52009114.8865,000202,37878157.9781,,0.0,004500,000202,100623.094122,34275,56209,hub,hub,non_hub,584480.726971,4508056.94497,585995.353038,4507416.50937
+13962,13962,205,54.0,000202,,40.71318002,-73.9818904933,117.0,004700,40.72165481,-74.00234737,854.365404575,2267,8012,1586,3598,004700,75477587.1594,000202,37878157.9781,,0.0,004700,000202,100623.094122,27544,56209,hub,hub,non_hub,584256.734795,4508337.43837,585995.353038,4507416.50937
+13963,13963,118,54.0,000202,,40.71318002,-73.9818904933,105.0,004800,40.73624527,-73.98473765,1212.38624339,7550,8012,3799,3598,004800,74763044.6965,000202,37878157.9781,,0.0,004800,000202,100623.094122,42567,56209,hub,hub,non_hub,585725.258797,4509974.12516,585995.353038,4507416.50937
+13964,13964,266,108.0,000202,,40.71318002,-73.9818904933,219.0,004900,40.724268615,-74.000521515,1103.82800317,4951,8012,3054,3598,004900,103848670.177,000202,37878157.9781,,0.0,004900,000202,100623.094122,80152,56209,hub,hub,non_hub,584407.63728,4508629.34168,585995.353038,4507416.50937
+13965,13965,317,162.0,000202,,40.71318002,-73.9818904933,279.0,005000,40.7359163467,-73.9873427633,1312.35334682,5061,8012,3595,3598,005000,120638459.215,000202,37878157.9781,,0.0,005000,000202,100623.094122,111023,56209,hub,hub,non_hub,585505.709717,4509935.07175,585995.353038,4507416.50937
+13966,13966,349,108.0,000202,,40.71318002,-73.9818904933,318.0,005200,40.73715585,-73.991241315,1394.59608452,4193,8012,1785,3598,005200,109103391.81,000202,37878157.9781,,0.0,005200,000202,100623.094122,159876,56209,hub,hub,non_hub,585174.941656,4510068.87544,585995.353038,4507416.50937
+13967,13967,123,54.0,000202,,40.71318002,-73.9818904933,141.0,005400,40.73971301,-73.99456405,1663.17770296,4656,8012,2837,3598,005400,128803552.888,000202,37878157.9781,,0.0,005400,000202,100623.094122,73728,56209,hub,hub,non_hub,584891.129718,4510349.51956,585995.353038,4507416.50937
+13968,13968,396,54.0,000202,,40.71318002,-73.9818904933,90.0,005501,40.72679454,-73.99695094,921.487734189,5079,8012,2483,3598,005501,61061928.4125,000202,37878157.9781,,0.0,005501,000202,100623.094122,57258,56209,hub,hub,non_hub,584705.980012,4508913.17477,585995.353038,4507416.50937
+13969,13969,309,54.0,000202,,40.71318002,-73.9818904933,81.0,005502,40.72743423,-73.99379025,1069.32344785,2383,8012,1262,3598,005502,49017118.6146,000202,37878157.9781,,0.0,005502,000202,100623.094122,55117,56209,hub,hub,non_hub,584972.085912,4508987.23863,585995.353038,4507416.50937
+13970,13970,248,108.0,000202,,40.71318002,-73.9818904933,285.0,005600,40.74065347,-73.98778661,1465.87264313,2618,8012,2190,3598,005600,189153355.609,000202,37878157.9781,,0.0,005600,000202,100623.094122,113209,56209,hub,hub,non_hub,585462.168743,4510460.49357,585995.353038,4507416.50937
+13971,13971,429,108.0,000202,,40.71318002,-73.9818904933,246.0,005700,40.729662915,-73.992405595,1075.00599003,2937,8012,1789,3598,005700,90178032.7137,000202,37878157.9781,,0.0,005700,000202,100623.094122,156896,56209,hub,hub,non_hub,585086.179601,4509235.9788,585995.353038,4507416.50937
+13972,13972,300,108.0,000202,,40.71318002,-73.9818904933,261.0,005800,40.743154205,-73.990299735,1580.01560507,3182,8012,2306,3598,005800,164037511.755,000202,37878157.9781,,0.0,005800,000202,100623.094122,130970,56209,hub,hub,non_hub,585246.786708,4510735.64918,585995.353038,4507416.50937
+13973,13973,217,54.0,000202,,40.71318002,-73.9818904933,93.0,005900,40.73049393,-73.9957214,1113.41468242,5516,8012,3276,3598,005900,71785177.1361,000202,37878157.9781,,0.0,005900,000202,100623.094122,53180,56209,hub,hub,non_hub,584805.117401,4509325.01914,585995.353038,4507416.50937
+13974,13974,597,108.0,000202,,40.71318002,-73.9818904933,189.0,006000,40.734822295,-73.976916765,1135.15442014,5286,8012,2459,3598,006000,27468182.8943,000202,37878157.9781,,0.0,006000,000202,100623.094122,80462,56209,hub,hub,non_hub,586387.478737,4509823.83141,585995.353038,4507416.50937
+13975,13975,694,216.0,000202,,40.71318002,-73.9818904933,423.0,006100,40.73385254,-73.992357065,1245.54994871,4913,8012,2683,3598,006100,91682014.33,000202,37878157.9781,,0.0,006100,000202,100623.094122,245510,56209,hub,hub,non_hub,585084.940162,4509701.10308,585995.353038,4507416.50937
+13976,13976,159,54.0,000202,,40.71318002,-73.9818904933,90.0,006200,40.7381765,-73.97738662,1241.88157895,4680,8012,1401,3598,006200,231817485.533,000202,37878157.9781,,0.0,006200,000202,100623.094122,33218,56209,hub,hub,non_hub,586343.467107,4510195.70961,585995.353038,4507416.50937
+13977,13977,163,162.0,000202,,40.71318002,-73.9818904933,297.0,006300,40.7346940933,-73.99785666,1421.35742327,6076,8012,4277,3598,006300,85447631.8451,000202,37878157.9781,,0.0,006300,000202,100623.094122,120233,56209,hub,hub,non_hub,584619.48321,4509789.20591,585995.353038,4507416.50937
+13978,13978,193,54.0,000202,,40.71318002,-73.9818904933,117.0,006400,40.73587678,-73.98205027,1180.40232161,7518,8012,5058,3598,006400,95664936.1545,000202,37878157.9781,,0.0,006400,000202,100623.094122,47750,56209,hub,hub,non_hub,585952.649806,4509935.84788,585995.353038,4507416.50937
+13979,13979,380,162.0,000202,,40.71318002,-73.9818904933,318.0,006500,40.7306296367,-73.9991423,1052.23381747,6517,8012,3568,3598,006500,59290910.3694,000202,37878157.9781,,0.0,006500,000202,100623.094122,125356,56209,hub,hub,non_hub,584516.067395,4509336.78488,585995.353038,4507416.50937
+13980,13980,296,108.0,000202,,40.71318002,-73.9818904933,246.0,006600,40.739285505,-73.97827188,1319.25174035,11780,8012,6818,3598,006600,84730469.4548,000202,37878157.9781,,0.0,006600,000202,100623.094122,74621,56209,hub,hub,non_hub,586267.286922,4510317.94668,585995.353038,4507416.50937
+13981,13981,194,54.0,000202,,40.71318002,-73.9818904933,117.0,006700,40.73038599,-74.00214988,1179.03827151,4984,8012,3796,3598,006700,47238039.9972,000202,37878157.9781,,0.0,006700,000202,100623.094122,70025,56209,hub,hub,non_hub,584262.399901,4509306.84766,585995.353038,4507416.50937
+13982,13982,412,54.0,000202,,40.71318002,-73.9818904933,117.0,006800,40.74025878,-73.98409214,1273.46028848,6735,8012,4494,3598,006800,130298431.446,000202,37878157.9781,,0.0,006800,000202,100623.094122,58926,56209,hub,hub,non_hub,585774.608423,4510420.28363,585995.353038,4507416.50937
+13983,13983,137,108.0,000202,,40.71318002,-73.9818904933,201.0,006900,40.732319905,-74.0069291,1599.69158882,2687,8012,1484,3598,006900,61292499.9331,000202,37878157.9781,,0.0,006900,000202,100623.094122,130727,56209,hub,hub,non_hub,583856.38945,4509516.94969,585995.353038,4507416.50937
+13984,13984,367,162.0,000202,,40.71318002,-73.9818904933,381.0,007000,40.7425338583,-73.9756506425,1482.38356271,8302,8012,5669,3598,007000,78634704.8451,000202,37878157.9781,,0.0,007000,000202,100623.094122,145227,56209,hub,hub,non_hub,586484.400832,4510681.11641,585995.353038,4507416.50937
+13985,13985,119,108.0,000202,,40.71318002,-73.9818904933,213.0,007100,40.736526545,-74.000108805,1387.8521998,5633,8012,3844,3598,007100,68447429.2743,000202,37878157.9781,,0.0,007100,000202,100623.094122,79459,56209,hub,hub,non_hub,584426.995774,4509990.4524,585995.353038,4507416.50937
+13986,13986,364,162.0,000202,,40.71318002,-73.9818904933,378.0,007200,40.7447014833,-73.98154809,1512.74700932,7734,8012,5222,3598,007200,132092861.454,000202,37878157.9781,,0.0,007200,000202,100623.094122,157612,56209,hub,hub,non_hub,585983.687715,4510915.94446,585995.353038,4507416.50937
+13987,13987,96,108.0,000202,,40.71318002,-73.9818904933,177.0,007300,40.734682705,-74.00388484,1896.56641738,5615,8012,4547,3598,007300,48716185.79,000202,37878157.9781,,0.0,007300,000202,100623.094122,92567,56209,hub,hub,non_hub,584110.479319,4509782.14883,585995.353038,4507416.50937
+13988,13988,94,108.0,000202,,40.71318002,-73.9818904933,258.0,007400,40.746413585,-73.98586892,1615.98253367,4179,8012,2700,3598,007400,170614202.951,000202,37878157.9781,,0.0,007400,000202,100623.094122,81121,56209,hub,hub,non_hub,585616.696258,4511101.7763,585995.353038,4507416.50937
+13989,13989,147,108.0,000202,,40.71318002,-73.9818904933,207.0,007600,40.74737476,-73.988320695,1555.94311002,2203,8012,1573,3598,007600,242014413.464,000202,37878157.9781,,0.0,007600,000202,100623.094122,97464,56209,hub,hub,non_hub,585408.475283,4511206.08492,585995.353038,4507416.50937
+13990,13990,80,54.0,000202,,40.71318002,-73.9818904933,129.0,007700,40.7390169121,-74.0026376103,1407.12051444,5404,8012,4254,3598,007700,59306273.1509,000202,37878157.9781,,0.0,007700,000202,100623.094122,79025,56209,hub,hub,non_hub,584210.329106,4510264.47156,585995.353038,4507416.50937
+13991,13991,221,54.0,000202,,40.71318002,-73.9818904933,117.0,007800,40.74780373,-73.9734419,1510.38410592,7380,8012,5372,3598,007800,112124597.728,000202,37878157.9781,,0.0,007800,000202,100623.094122,59601,56209,hub,hub,non_hub,586664.043115,4511268.28888,585995.353038,4507416.50937
+13992,13992,175,270.0,000202,,40.71318002,-73.9818904933,522.0,007900,40.738916514,-74.007286026,1637.36336061,4406,8012,2904,3598,007900,86937368.5918,000202,37878157.9781,,0.0,007900,000202,100623.094122,171846,56209,hub,hub,non_hub,583817.969395,4510248.87788,585995.353038,4507416.50937
+13993,13993,150,108.0,000202,,40.71318002,-73.9818904933,213.0,008000,40.7485693,-73.97717991,1553.47893802,4946,8012,3730,3598,008000,197763821.532,000202,37878157.9781,,0.0,008000,000202,100623.094122,74808,56209,hub,hub,non_hub,586347.477591,4511349.58844,585995.353038,4507416.50937
+13994,13994,30,54.0,000202,,40.71318002,-73.9818904933,117.0,008100,40.73935542,-73.99931783,1568.47883598,8675,8012,5315,3598,008100,91100400.6907,000202,37878157.9781,,0.0,008100,000202,100623.094122,53195,56209,hub,hub,non_hub,584490.204148,4510305.23824,585995.353038,4507416.50937
+13995,13995,298,162.0,000202,,40.71318002,-73.9818904933,525.0,008200,40.7519553941,-73.9793697473,1625.51446078,3442,8012,2534,3598,008200,262405408.076,000202,37878157.9781,,0.0,008200,000202,100623.094122,228612,56209,hub,hub,non_hub,586158.235263,4511723.31749,585995.353038,4507416.50937
+13996,13996,132,216.0,000202,,40.71318002,-73.9818904933,357.0,008300,40.742591315,-74.004102785,1833.55695895,4211,8012,2321,3598,008300,119862327.354,000202,37878157.9781,,0.0,008300,000202,100623.094122,186113,56209,hub,hub,non_hub,584082.11654,4510659.85081,585995.353038,4507416.50937
+13997,13997,34,54.0,000202,,40.71318002,-73.9818904933,114.0,008400,40.75038009,-73.98338988,1672.63365539,1726,8012,1041,3598,008400,147824461.739,000202,37878157.9781,,0.0,008400,000202,100623.094122,34199,56209,hub,hub,non_hub,585820.889203,4511544.50828,585995.353038,4507416.50937
+13998,13998,628,54.0,000202,,40.71318002,-73.9818904933,129.0,008601,40.744219,-73.97121214,1420.4817783,2551,8012,1528,3598,008601,31141773.9073,000202,37878157.9781,,0.0,008601,000202,100623.094122,31961,56209,hub,hub,non_hub,586856.951039,4510872.56191,585995.353038,4507416.50937
+13999,13999,159,108.0,000202,,40.71318002,-73.9818904933,234.0,008700,40.74206378,-73.995708955,1606.79632155,6671,8012,4249,3598,008700,85660216.7821,000202,37878157.9781,,0.0,008700,000202,100623.094122,152953,56209,hub,hub,non_hub,584791.475936,4510609.36503,585995.353038,4507416.50937
+14000,14000,132,108.0,000202,,40.71318002,-73.9818904933,234.0,008800,40.75012189,-73.970133575,1597.53439153,6964,8012,5507,3598,008800,216532475.876,000202,37878157.9781,,0.0,008800,000202,100623.094122,43247,56209,hub,hub,non_hub,586940.323322,4511528.89362,585995.353038,4507416.50937
+14001,14001,130,162.0,000202,,40.71318002,-73.9818904933,360.0,008900,40.74529008,-74.0021768567,1751.14279882,5560,8012,3511,3598,008900,54419260.2723,000202,37878157.9781,,0.0,008900,000202,100623.094122,158638,56209,hub,hub,non_hub,584241.316685,4510961.27944,585995.353038,4507416.50937
+14002,14002,302,162.0,000202,,40.71318002,-73.9818904933,330.0,009000,40.75261798,-73.9703317533,1544.27632141,7026,8012,5832,3598,009000,208846060.851,000202,37878157.9781,,0.0,009000,000202,100623.094122,74531,56209,hub,hub,non_hub,586920.342162,4511805.78171,585995.353038,4507416.50937
+14003,14003,99,54.0,000202,,40.71318002,-73.9818904933,117.0,009100,40.74487634,-73.99529885,1665.20420054,6415,8012,4386,3598,009100,127325659.041,000202,37878157.9781,,0.0,009100,000202,100623.094122,63878,56209,hub,hub,non_hub,584822.527687,4510921.97538,585995.353038,4507416.50937
+14004,14004,174,108.0,000202,,40.71318002,-73.9818904933,330.0,009200,40.7548518863,-73.9734329075,1570.7419175,1754,8012,1461,3598,009200,408192557.246,000202,37878157.9781,,0.0,009200,000202,100623.094122,72226,56209,hub,hub,non_hub,586655.650548,4512050.69496,585995.353038,4507416.50937
+14005,14005,34,54.0,000202,,40.71318002,-73.9818904933,117.0,009300,40.74475148,-73.99915362,1946.52146465,9705,8012,5585,3598,009300,68528055.2433,000202,37878157.9781,,0.0,009300,000202,100623.094122,52202,56209,hub,hub,non_hub,584497.239363,4510904.39701,585995.353038,4507416.50937
+14006,14006,49,54.0,000202,,40.71318002,-73.9818904933,93.0,009400,40.75320159,-73.9779874,1658.81856261,29,8012,16,3598,009400,299218147.811,000202,37878157.9781,,0.0,009400,000202,100623.094122,82147,56209,hub,hub,non_hub,586273.319314,4511863.01244,585995.353038,4507416.50937
+14007,14007,31,54.0,000202,,40.71318002,-73.9818904933,153.0,009500,40.746647,-73.993915,1737.87037037,3425,8012,1416,3598,009500,129660033.725,000202,37878157.9781,,0.0,009500,000202,100623.094122,57488,56209,hub,hub,non_hub,584937.108907,4511119.86954,585995.353038,4507416.50937
+14008,14008,67,162.0,000202,4.68866398366,40.7131867725,-73.981521305,420.0,009600,40.7561663025,-73.9800408205,1730.79719843,153,8012,268,3598,009600,270304841.585,000202,37878157.9781,,0.0,009600,000202,100623.094122,71527,56209,hub,hub,non_hub,586096.151791,4512190.10077,586026.528601,4507417.62049
+14009,14009,61,162.0,000202,,40.71318002,-73.9818904933,297.0,009700,40.7493616033,-73.9991321067,1880.00925926,4744,8012,2827,3598,009700,83018263.1602,000202,37878157.9781,,0.0,009700,000202,100623.094122,118804,56209,hub,hub,non_hub,584493.220017,4511416.17434,585995.353038,4507416.50937
+14010,14010,132,108.0,000202,,40.71318002,-73.9818904933,210.0,009800,40.755285655,-73.96667288,1812.10924075,7105,8012,5244,3598,009800,115943808.909,000202,37878157.9781,,0.0,009800,000202,100623.094122,40039,56209,hub,hub,non_hub,587225.727282,4512105.54383,585995.353038,4507416.50937
+14011,14011,170,270.0,000202,4.96859589576,40.7131045615,-73.9817051846,555.0,009900,40.7514868168,-74.0033550798,1417.80478305,3617,8012,2438,3598,009900,404439511.776,000202,37878157.9781,,0.0,009900,000202,100623.094122,208076,56209,hub,hub,non_hub,584134.032418,4511648.03137,586011.102635,4507408.31444
+14012,14012,115,162.0,000202,,40.71318002,-73.9818904933,363.0,010000,40.7583696933,-73.9710287767,1854.79994035,1829,8012,1399,3598,010000,366457143.613,000202,37878157.9781,,0.0,010000,000202,100623.094122,72085,56209,hub,hub,non_hub,586854.014885,4512443.57459,585995.353038,4507416.50937
+14013,14013,157,162.0,000202,,40.71318002,-73.9818904933,381.0,010100,40.74945622,-73.9903382667,1777.90530659,1119,8012,828,3598,010100,246168211.101,000202,37878157.9781,,0.0,010100,000202,100623.094122,183377,56209,hub,hub,non_hub,585235.486219,4511435.18064,585995.353038,4507416.50937
+14014,14014,34,108.0,000202,,40.71318002,-73.9818904933,243.0,010200,40.7606694,-73.973473555,1802.70535714,313,8012,268,3598,010200,333450202.294,000202,37878157.9781,,0.0,010200,000202,100623.094122,46675,56209,hub,hub,non_hub,586644.664817,4512696.44233,585995.353038,4507416.50937
+14015,14015,98,108.0,000202,,40.71318002,-73.9818904933,294.0,010300,40.751000495,-73.994372255,1784.97020359,1859,8012,1351,3598,010300,141506056.87,000202,37878157.9781,,0.0,010300,000202,100623.094122,221593,56209,hub,hub,non_hub,584892.968075,4511602.69644,585995.353038,4507416.50937
+14016,14016,80,108.0,000202,,40.71318002,-73.9818904933,225.0,010400,40.761664375,-73.976854975,2136.74622859,1031,8012,1033,3598,010400,363981333.295,000202,37878157.9781,,0.0,010400,000202,100623.094122,65073,56209,hub,hub,non_hub,586357.961325,4512803.55852,585995.353038,4507416.50937
+14017,14017,102,54.0,000202,,40.71318002,-73.9818904933,99.0,010602,40.75849116,-73.95920622,1831.05677656,4794,8012,2963,3598,010602,67980898.3739,000202,37878157.9781,,0.0,010602,000202,100623.094122,22153,56209,hub,hub,non_hub,587851.796682,4512468.82754,585995.353038,4507416.50937
+14018,14018,181,162.0,000202,,40.71318002,-73.9818904933,351.0,010800,40.7591736033,-73.96613818,1872.3891812,8531,8012,6272,3598,010800,189351523.799,000202,37878157.9781,,0.0,010800,000202,100623.094122,79198,56209,hub,hub,non_hub,587265.778542,4512537.66689,585995.353038,4507416.50937
+14019,14019,66,108.0,000202,,40.71318002,-73.9818904933,342.0,010900,40.751351715,-73.987594755,1815.23340156,182,8012,92,3598,010900,228173063.011,000202,37878157.9781,,0.0,010900,000202,100623.094122,60092,56209,hub,hub,non_hub,585464.669441,4511648.26242,585995.353038,4507416.50937
+14020,14020,26,54.0,000202,,40.71318002,-73.9818904933,177.0,011201,40.7643971,-73.97371465,2070.5952381,827,8012,964,3598,011201,118515444.187,000202,37878157.9781,,0.0,011201,000202,100623.094122,41525,56209,hub,hub,non_hub,586619.474659,4513110.00718,585995.353038,4507416.50937
+14021,14021,104,54.0,000202,,40.71318002,-73.9818904933,99.0,011203,40.76095756,-73.96724467,1929.63247863,1176,8012,1160,3598,011203,143782379.009,000202,37878157.9781,,0.0,011203,000202,100623.094122,48033,56209,hub,hub,non_hub,587170.050102,4512734.59972,585995.353038,4507416.50937
+14022,14022,148,216.0,000202,,40.71318002,-73.9818904933,594.0,011300,40.7548008425,-73.9888010575,1764.12964867,204,8012,107,3598,011300,357940519.061,000202,37878157.9781,,0.0,011300,000202,100623.094122,236650,56209,hub,hub,non_hub,585358.423228,4512029.96675,585995.353038,4507416.50937
+14023,14023,42,108.0,000202,,40.71318002,-73.9818904933,246.0,011500,40.75701407,-73.992353645,2135.1257215,2487,8012,1678,3598,011500,130958459.747,000202,37878157.9781,,0.0,011500,000202,100623.094122,103294,56209,hub,hub,non_hub,585055.712647,4512272.20178,585995.353038,4507416.50937
+14024,14024,23,108.0,000202,,40.71318002,-73.9818904933,252.0,011700,40.76058799,-74.00080945,2343.53333333,2938,8012,2304,3598,011700,91270705.1484,000202,37878157.9781,,0.0,011700,000202,100623.094122,73016,56209,hub,hub,non_hub,584337.427395,4512660.77158,585995.353038,4507416.50937
+14025,14025,14,54.0,000202,,40.71318002,-73.9818904933,102.0,011900,40.7568001,-73.98291153,2064.66666667,1079,8012,1121,3598,011900,395254501.74,000202,37878157.9781,,0.0,011900,000202,100623.094122,39976,56209,hub,hub,non_hub,585853.012005,4512257.64444,585995.353038,4507416.50937
+14026,14026,37,162.0,000202,,40.71318002,-73.9818904933,327.0,012100,40.7598593767,-73.9914900133,1821.71018519,8366,8012,5744,3598,012100,101223732.045,000202,37878157.9781,,0.0,012100,000202,100623.094122,132767,56209,hub,hub,non_hub,585124.983126,4512588.88932,585995.353038,4507416.50937
+14027,14027,10,54.0,000202,,40.71318002,-73.9818904933,153.0,012500,40.76064679,-73.98442659,1855.83333333,2439,8012,2096,3598,012500,322911522.418,000202,37878157.9781,,0.0,012500,000202,100623.094122,45486,56209,hub,hub,non_hub,585720.180916,4512683.17447,585995.353038,4507416.50937
+14028,14028,31,108.0,000202,5.48002254927,40.712973024,-73.981999392,252.0,012700,40.762442758,-73.989934118,1864.16468013,6437,8012,4434,3598,012700,104637996.687,000202,37878157.9781,,0.0,012700,000202,100623.094122,83393,56209,hub,hub,non_hub,585253.011981,4512877.17448,585986.421011,4507393.42483
+14029,14029,13,54.0,000202,,40.71318002,-73.9818904933,72.0,012900,40.76341379,-73.99667444,1932.44444444,5312,8012,3621,3598,012900,158698340.053,000202,37878157.9781,,0.0,012900,000202,100623.094122,28661,56209,hub,hub,non_hub,584682.864463,4512978.43901,585995.353038,4507416.50937
+14030,14030,47,162.0,000202,,40.71318002,-73.9818904933,480.0,013100,40.7621295133,-73.98215453,1976.67406205,2489,8012,2283,3598,013100,405023451.28,000202,37878157.9781,,0.0,013100,000202,100623.094122,107228,56209,hub,hub,non_hub,585910.04945,4512849.98999,585995.353038,4507416.50937
+14031,14031,30,162.0,000202,,40.71318002,-73.9818904933,303.0,013300,40.7647250567,-73.9866537633,1653.23148148,5363,8012,3909,3598,013300,79847412.2593,000202,37878157.9781,,0.0,013300,000202,100623.094122,89810,56209,hub,hub,non_hub,585526.963405,4513133.71926,585995.353038,4507416.50937
+14032,14032,41,108.0,000202,,40.71318002,-73.9818904933,195.0,013500,40.766984435,-73.99227308,1294.94781746,6075,8012,3935,3598,013500,198199142.958,000202,37878157.9781,,0.0,013500,000202,100623.094122,64723,56209,hub,hub,non_hub,585049.80204,4513379.06475,585995.353038,4507416.50937
+14033,14033,39,108.0,000202,,40.71318002,-73.9818904933,294.0,013700,40.766109285,-73.981808355,1892.41666667,6557,8012,5442,3598,013700,314878324.419,000202,37878157.9781,,0.0,013700,000202,100623.094122,91142,56209,hub,hub,non_hub,585934.141665,4513292.1137,585995.353038,4507416.50937
+14034,14034,7,54.0,000202,,40.71318002,-73.9818904933,81.0,013900,40.768254,-73.988639,1998.83333333,7607,8012,7359,3598,013900,139918084.587,000202,37878157.9781,,0.0,013900,000202,100623.094122,26390,56209,hub,hub,non_hub,585354.890073,4513523.52534,585995.353038,4507416.50937
+14035,14035,36,54.0,000202,,40.71318002,-73.9818904933,147.0,014300,40.76590936,-73.97634151,2164.79012346,3,8012,0,3598,014300,50027992.3322,000202,37878157.9781,,0.0,014300,000202,100623.094122,21051,56209,hub,hub,non_hub,586395.803012,4513275.28949,585995.353038,4507416.50937
+14036,14036,57,54.0,000202,,40.71318002,-73.9818904933,108.0,014500,40.76915505,-73.98191841,2177.63492063,5811,8012,3462,3598,014500,253397343.373,000202,37878157.9781,,0.0,014500,000202,100623.094122,68350,56209,hub,hub,non_hub,585920.929601,4513630.10902,585995.353038,4507416.50937
+14037,14037,13,54.0,000202,,40.71318002,-73.9818904933,165.0,014700,40.770513,-73.988038,1118.17777778,2586,8012,1743,3598,014700,70871746.8417,000202,37878157.9781,,0.0,014700,000202,100623.094122,35099,56209,hub,hub,non_hub,585402.720353,4513774.87644,585995.353038,4507416.50937
+14038,14038,2,54.0,000202,6.5864707564,40.714215,-73.981346,108.0,015100,40.771522,-73.990541,2329.99521552,8105,8012,4856,3598,015100,164953931.102,000202,37878157.9781,,0.0,015100,000202,100623.094122,17578,56209,hub,hub,non_hub,585190.192062,4513884.4495,586040.0123,4507531.93226
+14039,14039,348,108.0,000202,,40.71318002,-73.9818904933,210.0,031703,40.71644312,-74.014902115,1527.19364695,8670,8012,4231,3598,031703,332361109.355,000202,37878157.9781,,0.0,031703,000202,100623.094122,136082,56209,hub,hub,non_hub,583202.897614,4507746.93647,585995.353038,4507416.50937
+14040,14040,463,162.0,000202,,40.71318002,-73.9818904933,294.0,031704,40.7085171733,-74.0165557667,1387.99908279,6610,8012,3790,3598,031704,160823714.408,000202,37878157.9781,,0.0,031704,000202,100623.094122,105244,56209,hub,hub,non_hub,583073.076824,4506865.54027,585995.353038,4507416.50937
+14041,14041,5025,162.0,000202,,40.71318002,-73.9818904933,255.0,000600,40.7128987867,-73.9898646367,584.782688403,11558,8012,4083,3598,000600,59149181.7526,000202,37878157.9781,,0.0,000600,000202,100623.094122,70053,56209,hub,hub,hub,585322.159723,4507377.5136,585995.353038,4507416.50937
diff --git a/pysal/examples/nyc_bikes/nyct2010.dbf b/pysal/examples/nyc_bikes/nyct2010.dbf
new file mode 100644
index 0000000..dd24d1c
Binary files /dev/null and b/pysal/examples/nyc_bikes/nyct2010.dbf differ
diff --git a/pysal/examples/nyc_bikes/nyct2010.prj b/pysal/examples/nyc_bikes/nyct2010.prj
new file mode 100644
index 0000000..b68d851
--- /dev/null
+++ b/pysal/examples/nyc_bikes/nyct2010.prj
@@ -0,0 +1 @@
+PROJCS["NAD_1983_StatePlane_New_York_Long_Island_FIPS_3104_Feet",GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic"],PARAMETER["False_Easting",984250.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-74.0],PARAMETER["Standard_Parallel_1",40.66666666666666],PARAMETER["Standard_Parallel_2",41.03333333333333],PARAMETER["Lati [...]
\ No newline at end of file
diff --git a/pysal/examples/nyc_bikes/nyct2010.shp b/pysal/examples/nyc_bikes/nyct2010.shp
new file mode 100644
index 0000000..3d94972
Binary files /dev/null and b/pysal/examples/nyc_bikes/nyct2010.shp differ
diff --git a/pysal/examples/nyc_bikes/nyct2010.shp.xml b/pysal/examples/nyc_bikes/nyct2010.shp.xml
new file mode 100644
index 0000000..16a3fc6
--- /dev/null
+++ b/pysal/examples/nyc_bikes/nyct2010.shp.xml
@@ -0,0 +1 @@
+<metadata xml:lang="en"><Esri><CreaDate>20150211</CreaDate><CreaTime>11091800</CreaTime><ArcGISFormat>1.0</ArcGISFormat><ArcGISstyle>ISO 19139 Metadata Implementation Specification</ArcGISstyle><SyncOnce>FALSE</SyncOnce><DataProperties><itemProps><itemName Sync="TRUE">nyct2010</itemName><itemLocation><linkage Sync="FALSE">withheld</linkage><protocol Sync="TRUE">Local Area Network</protocol></itemLocation><imsContentType Sync="TRUE">002</imsContentType><nativeExtBox><westBL Sync="TRUE">91 [...]
diff --git a/pysal/examples/nyc_bikes/nyct2010.shx b/pysal/examples/nyc_bikes/nyct2010.shx
new file mode 100644
index 0000000..180b3d6
Binary files /dev/null and b/pysal/examples/nyc_bikes/nyct2010.shx differ
diff --git a/pysal/inequality/gini.py b/pysal/inequality/gini.py
index 733a287..83a2bb9 100644
--- a/pysal/inequality/gini.py
+++ b/pysal/inequality/gini.py
@@ -4,13 +4,43 @@ Gini based Inequality Metrics
 
 __author__ = "Sergio J. Rey <srey at asu.edu> "
 
-#from pysal.common import *
 import numpy as np
 from scipy.stats import norm as NORM
 
 __all__ = ['Gini', 'Gini_Spatial']
 
 
+def _gini(x):
+    """
+    Memory efficient calculation of Gini coefficient in relative mean difference form
+
+    Parameters
+    ----------
+
+    x : array-like
+
+    Attributes
+    ----------
+
+    g : float
+        Gini coefficient
+
+    Notes
+    -----
+    Based on http://www.statsdirect.com/help/default.htm#nonparametric_methods/gini.htm
+
+    """
+    n = len(x)
+    try:
+        x_sum = x.sum()
+    except AttributeError:
+        x = np.asarray(x)
+        x_sum = x.sum()
+    n_x_sum = n * x_sum
+    r_x = (2. * np.arange(1, len(x)+1) * x[np.argsort(x)]).sum()
+    return (r_x - n_x_sum - x_sum) / n_x_sum
+
+
 class Gini:
     """
     Classic Gini coefficient in absolute deviation form
@@ -31,13 +61,7 @@ class Gini:
 
     def __init__(self, x):
 
-        x.shape = (x.shape[0],)
-        d = np.abs(np.array([x - xi for xi in x]))
-        n = len(x)
-        xbar = x.mean()
-        den = xbar * 2 * n**2
-        dtotal = d.sum()
-        self.g = dtotal/den
+        self.g = _gini(x)
 
 
 class Gini_Spatial:
@@ -46,7 +70,7 @@ class Gini_Spatial:
 
     Provides for computationally based inference regarding the contribution of
     spatial neighbor pairs to overall inequality across a set of regions. [Rey2013]_
-    
+
     Parameters
     ----------
 
@@ -109,17 +133,11 @@ class Gini_Spatial:
     >>> np.random.seed(12345)
     >>> gs = pysal.inequality.gini.Gini_Spatial(y[:,0],w)
     >>> gs.p_sim
-    0.01
+    0.040000000000000001
     >>> gs.wcg
     4353856.0
     >>> gs.e_wcg
-    1067629.2525252525
-    >>> gs.s_wcg
-    95869.167798782844
-    >>> gs.z_wcg
-    34.2782442252145
-    >>> gs.p_z_sim
-    0.0
+    4170356.7474747472
 
     Thus, the amount of inequality between pairs of states that are not in the
     same regime (neighbors) is significantly higher than what is expected
@@ -127,34 +145,41 @@ class Gini_Spatial:
 
     """
     def __init__(self, x, w, permutations=99):
-        x.shape = (x.shape[0],)
-        d = np.abs(np.array([x - xi for xi in x]))
+
+        x = np.asarray(x)
+        g = _gini(x)
+        self.g = g
         n = len(x)
-        xbar = x.mean()
-        den = xbar * 2 * n**2
-        wg = w.sparse.multiply(d).sum()
-        self.wg = wg  # spatial inequality component
-        dtotal = d.sum()
-        wcg = dtotal - wg  # complement to spatial inequality component
+        den = x.mean() * 2 * n**2
+        d = g * den
+        wg = self._calc(x, w)
+        wcg = d - wg
+        self.g = g
         self.wcg = wcg
-        self.g = dtotal / den
-        self.wcg_share = wcg / dtotal
-        self.dtotal = dtotal
+        self.wg = wg
+        self.dtotal = d
         self.den = den
+        self.wcg_share = wcg / den
 
         if permutations:
             ids = np.arange(n)
-            wcgp = np.zeros((permutations, 1))
-            for perm in xrange(permutations):
-                # permute rows/cols of d
+            wcgp = np.zeros((permutations, ))
+            for perm in range(permutations):
                 np.random.shuffle(ids)
-                wcgp[perm] = w.sparse.multiply(d[ids, :][:, ids]).sum()
+                wcgp[perm] = d - self._calc(x[ids], w)
             above = wcgp >= self.wcg
             larger = above.sum()
             if (permutations - larger) < larger:
                 larger = permutations - larger
+            self.wcgp = wcgp
             self.p_sim = (larger + 1.) / (permutations + 1.)
             self.e_wcg = wcgp.mean()
             self.s_wcg = wcgp.std()
             self.z_wcg = (self.wcg - self.e_wcg) / self.s_wcg
             self.p_z_sim = 1.0 - NORM.cdf(self.z_wcg)
+
+    def _calc(self, x, w):
+        sad_sum = 0.0
+        for i, js in w.neighbors.iteritems():
+            sad_sum += np.abs(x[i]-x[js]).sum()
+        return sad_sum
diff --git a/pysal/inequality/tests/test_gini.py b/pysal/inequality/tests/test_gini.py
new file mode 100644
index 0000000..e0c4b90
--- /dev/null
+++ b/pysal/inequality/tests/test_gini.py
@@ -0,0 +1,33 @@
+import unittest
+import pysal
+import numpy as np
+import pysal as ps
+from pysal.inequality.gini import Gini, Gini_Spatial
+
+
+class Gini_Tester(unittest.TestCase):
+
+    def setUp(self):
+        f = pysal.open(pysal.examples.get_path("mexico.csv"))
+        vnames = ["pcgdp%d" % dec for dec in range(1940, 2010, 10)]
+        y = np.transpose(np.array([f.by_col[v] for v in vnames]))
+        self.y = y[:, 0]
+        regimes = np.array(f.by_col('hanson98'))
+        self.w = ps.block_weights(regimes)
+
+    def test_Gini(self):
+        g = Gini(self.y)
+        np.testing.assert_almost_equal(g.g, 0.35372371173452849)
+
+    def test_Gini_Spatial(self):
+        np.random.seed(12345)
+        g = Gini_Spatial(self.y, self.w)
+        np.testing.assert_almost_equal(g.g, 0.35372371173452849)
+        np.testing.assert_almost_equal(g.wg, 884130.0)
+        np.testing.assert_almost_equal(g.wcg, 4353856.0)
+        np.testing.assert_almost_equal(g.p_sim, 0.040)
+        np.testing.assert_almost_equal(g.e_wcg, 4170356.7474747472)
+
+
+if __name__ == '__main__':
+    unittest.main()
diff --git a/pysal/network/Network_Usage.ipynb b/pysal/network/Network_Usage.ipynb
new file mode 100644
index 0000000..82aae1e
--- /dev/null
+++ b/pysal/network/Network_Usage.ipynb
@@ -0,0 +1,689 @@
+{
+ "cells": [
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "## Basic Tutorial for `pysal.network`\n",
+    "\n",
+    "#### updated 07/2016"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 2,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "Populating the interactive namespace from numpy and matplotlib\n"
+     ]
+    }
+   ],
+   "source": [
+    "%pylab inline\n",
+    "import pysal as ps"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "### Instantiate a network"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 3,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "ntw = ps.Network(ps.examples.get_path('streets.shp'))"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "### Snap point patterns to the network"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 4,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "# Crimes\n",
+    "ntw.snapobservations(ps.examples.get_path('crimes.shp'), 'crimes', attribute=True)\n",
+    "# Schools\n",
+    "ntw.snapobservations(ps.examples.get_path('schools.shp'), 'schools', attribute=False)"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "### A network is composed of a single topological representation of a road and $n$ point patterns which are snapped to the network."
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 5,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "{'crimes': <pysal.network.network.PointPattern instance at 0x118767cb0>,\n",
+       " 'schools': <pysal.network.network.PointPattern instance at 0x118767c20>}"
+      ]
+     },
+     "execution_count": 5,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "ntw.pointpatterns"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 6,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "['__doc__',\n",
+       " '__init__',\n",
+       " '__module__',\n",
+       " 'dist_to_node',\n",
+       " 'npoints',\n",
+       " 'obs_to_edge',\n",
+       " 'obs_to_node',\n",
+       " 'points',\n",
+       " 'snapped_coordinates']"
+      ]
+     },
+     "execution_count": 6,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "dir(ntw.pointpatterns['crimes'])"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "### Attributes for every point pattern"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "1. `dist_to_node` dict keyed by pointid with the value being a dict in the form \n",
+    "        {node: distance to node, node: distance to node}\n",
+    "2. `obs_to_edge` dict keyed by edge with the value being a dict in the form \n",
+    "        {pointID:(x-coord, y-coord), pointID:(x-coord, y-coord), ... }\n",
+    "3. `obs_to_node`\n",
+    "4. `points` geojson like representation of the point pattern.  Includes properties if read with attributes=True\n",
+    "5. `snapped_coordinates` dict keyed by pointid with the value being (x-coord, y-coord)"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "### Counts per edge are important, but should not be precomputed since we have different representations of the network (digitized and graph currently).  (Relatively) Uniform segmentation still needs to be done."
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 7,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "2.6822429906542058"
+      ]
+     },
+     "execution_count": 7,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "counts = ntw.count_per_edge(ntw.pointpatterns['crimes'].obs_to_edge,\n",
+    "                            graph=False)\n",
+    "sum(counts.values()) / float(len(counts.keys()))"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "### Segmentation"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 8,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "n200 = ntw.segment_edges(200.0)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 9,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "2.0354609929078014"
+      ]
+     },
+     "execution_count": 9,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "counts = n200.count_per_edge(n200.pointpatterns['crimes'].obs_to_edge, graph=False)\n",
+    "sum(counts.values()) / float(len(counts.keys()))"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "### Visualization of the shapefile derived, unsegmented network with nodes in a larger, semi-opaque form and the distance segmented network with small, fully opaque nodes."
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 10,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAxoAAALxCAYAAADbtNCnAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzs3Xl8VPW9//HXrNkDJIGQGVaBYEDAQCCIQABlCVARtFqp\ndtG2t/eqtbd6b29vVTR0b++v7UWrUrX2gqJ1t2BYBAQREwIk7BCWrJOEEAJZZjKZ9fdHZsaZyUwy\nCZNF/TwfDx5ikvmez/nOl8l5n/M936NwOp1OhBBCCCGEECKMlH1dgBBCCCGEEOLLR4KGEEIIIYQQ\nIuwkaAghhBBCCCHCToKGEEIIIYQQIuwkaAghhBBCCCHCToKGEEIIIYQQIuwkaAghhBBCCCHCToKG\nEEIIIYQQIuwkaAghhBBCCCHCToKGEEIIIYQQIuwkaAghhBBCCCHCToKGEEIIIYQQIuwkaAghhBBC\nCCHC [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x1194dfbd0>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "import networkx as nx\n",
+    "figsize(10,10)\n",
+    "\n",
+    "g = nx.Graph()\n",
+    "for e in ntw.edges:\n",
+    "    g.add_edge(*e)\n",
+    "for n, p in ntw.node_coords.iteritems():\n",
+    "    g.node[n] = p\n",
+    "nx.draw(g, ntw.node_coords, node_size=300, alpha=0.5)\n",
+    "\n",
+    "g = nx.Graph()\n",
+    "for e in n200.edges:\n",
+    "    g.add_edge(*e)\n",
+    "for n, p in n200.node_coords.iteritems():\n",
+    "    g.node[n] = p\n",
+    "nx.draw(g, n200.node_coords, node_size=25, alpha=1.0)"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "### Moran's I using the digitized network"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 11,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "['EI', 'EI_sim', 'I', 'VI_norm', 'VI_rand', 'VI_sim', '_Moran__calc', '_Moran__moments', '__doc__', '__init__', '__module__', 'n', 'p_norm', 'p_rand', 'p_sim', 'p_z_sim', 'permutations', 'seI_norm', 'seI_rand', 'seI_sim', 'sim', 'w', 'y', 'z', 'z2ss', 'z_norm', 'z_rand', 'z_sim']\n"
+     ]
+    }
+   ],
+   "source": [
+    "# Binary Adjacency\n",
+    "#ntw.contiguityweights(graph=False)\n",
+    "w = ntw.contiguityweights(graph=False)\n",
+    "\n",
+    "# Build the y vector\n",
+    "#edges = ntw.w.neighbors.keys()\n",
+    "edges = w.neighbors.keys()\n",
+    "y = np.zeros(len(edges))\n",
+    "for i, e in enumerate(edges):\n",
+    "    if e in counts.keys():\n",
+    "        y[i] = counts[e]\n",
+    "\n",
+    "# Moran's I\n",
+    "#res = ps.esda.moran.Moran(y, ntw.w, permutations=99)\n",
+    "res = ps.esda.moran.Moran(y, w, permutations=99)\n",
+    "print dir(res)"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "### Moran's I using the graph representation to generate the W\n",
+    "\n",
+    "* Note that we have to regenerate the counts per edge, since the graph will have less edges."
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 12,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "['EI', 'EI_sim', 'I', 'VI_norm', 'VI_rand', 'VI_sim', '_Moran__calc', '_Moran__moments', '__doc__', '__init__', '__module__', 'n', 'p_norm', 'p_rand', 'p_sim', 'p_z_sim', 'permutations', 'seI_norm', 'seI_rand', 'seI_sim', 'sim', 'w', 'y', 'z', 'z2ss', 'z_norm', 'z_rand', 'z_sim']\n"
+     ]
+    }
+   ],
+   "source": [
+    "counts = ntw.count_per_edge(ntw.pointpatterns['crimes'].obs_to_edge, graph=True)\n",
+    "\n",
+    "# Binary Adjacency\n",
+    "#ntw.contiguityweights(graph=True)\n",
+    "w = ntw.contiguityweights(graph=True)\n",
+    "\n",
+    "# Build the y vector\n",
+    "#edges = ntw.w.neighbors.keys()\n",
+    "edges = w.neighbors.keys()\n",
+    "y = np.zeros(len(edges))\n",
+    "for i, e in enumerate(edges):\n",
+    "    if e in counts.keys():\n",
+    "        y[i] = counts[e]\n",
+    "\n",
+    "# Moran's I\n",
+    "#res = ps.esda.moran.Moran(y, ntw.w, permutations=99)\n",
+    "res = ps.esda.moran.Moran(y, w, permutations=99)\n",
+    "\n",
+    "\n",
+    "print dir(res)"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "### Moran's I using the segmented network and intensities instead of counts"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 13,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "['EI', 'EI_sim', 'I', 'VI_norm', 'VI_rand', 'VI_sim', '_Moran__calc', '_Moran__moments', '__doc__', '__init__', '__module__', 'n', 'p_norm', 'p_rand', 'p_sim', 'p_z_sim', 'permutations', 'seI_norm', 'seI_rand', 'seI_sim', 'sim', 'w', 'y', 'z', 'z2ss', 'z_norm', 'z_rand', 'z_sim']\n"
+     ]
+    }
+   ],
+   "source": [
+    "# Binary Adjacency\n",
+    "#n200.contiguityweights(graph=False)\n",
+    "w = n200.contiguityweights(graph=False)\n",
+    "\n",
+    "# Compute the counts\n",
+    "counts = n200.count_per_edge(n200.pointpatterns['crimes'].obs_to_edge, graph=False)\n",
+    "\n",
+    "# Build the y vector and convert from raw counts to intensities\n",
+    "#edges = n200.w.neighbors.keys()\n",
+    "edges = w.neighbors.keys()\n",
+    "y = np.zeros(len(edges))\n",
+    "for i, e in enumerate(edges):\n",
+    "    if e in counts.keys():\n",
+    "        length = n200.edge_lengths[e]\n",
+    "        y[i] = counts[e] / length\n",
+    "\n",
+    "# Moran's I\n",
+    "#res = ps.esda.moran.Moran(y, n200.w, permutations=99)\n",
+    "res = ps.esda.moran.Moran(y, w, permutations=99)\n",
+    "\n",
+    "print dir(res)"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "### Timings for distance based methods, e.g. G-function"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 14,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "0.734544992447\n"
+     ]
+    }
+   ],
+   "source": [
+    "import time\n",
+    "t1 = time.time()\n",
+    "n0 = ntw.allneighbordistances(ntw.pointpatterns['crimes'])\n",
+    "print time.time()-t1"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 15,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "4.1571199894\n"
+     ]
+    }
+   ],
+   "source": [
+    "import time\n",
+    "t1 = time.time()\n",
+    "n1 = n200.allneighbordistances(n200.pointpatterns['crimes'])\n",
+    "print time.time()-t1"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "* Note that the first time these methods are called, the underlying node-to-node shortest path distance matrix has to be calculated. Subsequent calls will not require this, and will be much faster:"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 16,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "0.14933681488\n"
+     ]
+    }
+   ],
+   "source": [
+    "import time\n",
+    "t1 = time.time()\n",
+    "n0 = ntw.allneighbordistances(ntw.pointpatterns['crimes'])\n",
+    "print time.time()-t1"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 17,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "name": "stdout",
+     "output_type": "stream",
+     "text": [
+      "0.159301042557\n"
+     ]
+    }
+   ],
+   "source": [
+    "import time\n",
+    "t1 = time.time()\n",
+    "n1 = n200.allneighbordistances(n200.pointpatterns['crimes'])\n",
+    "print time.time()-t1"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "### Simulate a point pattern on the network\n",
+    "\n",
+    "* Need to supply a count of the number of points and a distirbution (default is uniform).  Generally, this will not be called by the user, since the simulation will be used for Monte Carlo permutation."
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 18,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "<pysal.network.network.SimulatedPointPattern instance at 0x11bd21cb0>"
+      ]
+     },
+     "execution_count": 18,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "npts = ntw.pointpatterns['crimes'].npoints\n",
+    "sim = ntw.simulate_observations(npts)\n",
+    "sim"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "### Create a nearest neighbor matrix using the crimes point pattern\n",
+    "\n",
+    "* Right now, both the G and K functions generate a full distance matrix.  This is because, I know that the full generation is correct and I believe that the truncated generated, e.g. nearest neighbor, has a big."
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "### G-function"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 19,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "gres = ps.NetworkG(ntw,\n",
+    "                   ntw.pointpatterns['crimes'],\n",
+    "                   permutations = 99)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 20,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "<matplotlib.legend.Legend at 0x10236be10>"
+      ]
+     },
+     "execution_count": 20,
+     "metadata": {},
+     "output_type": "execute_result"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAUIAAAE4CAYAAAAuFPo7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzt3Xd8lFXWwPHfDQQIVUgCoQQEQdoqRXqNooCCBV0FLCCL\norDqqvv6ygpo0F1RX1zRVWyAIkhTQRBcBcQgLOBSAgjSpIQSkJ5QU8/7x52EkEICmZlnyvl+PvNh\n5pmbuWcmk8N9ntuMiKCUUsEsxOkAlFLKaZoIlVJBTxOhUiroaSJUSgU9TYRKqaCniVApFfQKTYTG\nmInGmN+NMRsvUeYdY8wOY8x6Y0xz94aolFKeVZQW4SdAj4KeNMbcClwjIg2Ax4AP3BSbUkp5RaGJ\nUESWAycuUeRO4DNX2Z+BSsaYau4JTymlPM8d1whrAvtyPD7gOqaUUn7BHYnQ5HNM5+0ppfxGSTe8\nxn4g [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x1192d5a50>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "figsize(5,5)\n",
+    "plot(gres.xaxis, gres.observed, 'b-', linewidth=1.5, label='Observed')\n",
+    "plot(gres.xaxis, gres.upperenvelope, 'r--', label='Upper')\n",
+    "plot(gres.xaxis, gres.lowerenvelope, 'k--', label='Lower')\n",
+    "legend(loc='best')"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {},
+   "source": [
+    "### K-function"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 21,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [],
+   "source": [
+    "kres = ps.NetworkK(ntw,\n",
+    "                   ntw.pointpatterns['crimes'],\n",
+    "                   permutations=99)"
+   ]
+  },
+  {
+   "cell_type": "code",
+   "execution_count": 22,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "<matplotlib.legend.Legend at 0x11c1cc510>"
+      ]
+     },
+     "execution_count": 22,
+     "metadata": {},
+     "output_type": "execute_result"
+    },
+    {
+     "data": {
+      "image/png": "iVBORw0KGgoAAAANSUhEUgAAAUkAAAE+CAYAAAAAreLRAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzt3XmczfX+wPHXexhmhsiWbRhLKnSRpIliukpEi7pZKpV0\n+xWlqG7dujHaqJBKJSlrtlAksqQhMUKE7DuDiSxhBrN8fn98junMOLNxzvmeM/N+Ph7zcM73+51z\n3uc74z3v7/eziTEGpZRSnoU4HYBSSgUyTZJKKZUDTZJKKZUDTZJKKZUDTZJKKZUDTZJKKZUDvydJ\nEflcRBJFZG0ejh0iIqtF5FcR2SwiR/wRo1JKnSP+7icpIjcCJ4GxxpgG+fi+p4BGxpjHfBacUkpl\n4fdK0hizBDjqvk1EaonIHBFZISKLROQKD9/aBZjolyCVUsqlqNMBuIwA/s8Ys11EmgKfAK3O7RSR\n6kAN [...]
+      "text/plain": [
+       "<matplotlib.figure.Figure at 0x11b5ff6d0>"
+      ]
+     },
+     "metadata": {},
+     "output_type": "display_data"
+    }
+   ],
+   "source": [
+    "figsize(5,5)\n",
+    "plot(kres.xaxis, kres.observed, 'b-', linewidth=1.5, label='Observed')\n",
+    "plot(kres.xaxis, kres.upperenvelope, 'r--', label='Upper')\n",
+    "plot(kres.xaxis, kres.lowerenvelope, 'k--', label='Lower')\n",
+    "legend(loc='best')"
+   ]
+  },
+  {
+   "cell_type": "markdown",
+   "metadata": {
+    "collapsed": false
+   },
+   "source": [
+    "-----------"
+   ]
+  }
+ ],
+ "metadata": {
+  "anaconda-cloud": {},
+  "kernelspec": {
+   "display_name": "Python [Root]",
+   "language": "python",
+   "name": "Python [Root]"
+  },
+  "language_info": {
+   "codemirror_mode": {
+    "name": "ipython",
+    "version": 2
+   },
+   "file_extension": ".py",
+   "mimetype": "text/x-python",
+   "name": "python",
+   "nbconvert_exporter": "python",
+   "pygments_lexer": "ipython2",
+   "version": "2.7.12"
+  }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}
diff --git a/pysal/network/analysis.py b/pysal/network/analysis.py
index 9bbb2e0..f461ca2 100644
--- a/pysal/network/analysis.py
+++ b/pysal/network/analysis.py
@@ -22,16 +22,17 @@ class NetworkBase(object):
         self.lowerbound = lowerbound
         self.upperbound = upperbound
 
-        #Compute Statistic
+        # Compute Statistic.
         self.computeobserved()
         self.computepermutations()
 
-        #Compute the envelope vectors
+        # Compute the envelope vectors.
         self.computeenvelope()
 
     def validatedistribution(self):
         valid_distributions = ['uniform', 'poisson']
-        assert(self.distribution in valid_distributions),"Disstribution not in {}".format(valid_distributions)
+        assert(self.distribution in valid_distributions),"Disstribution not in {}"\
+                                                              .format(valid_distributions)
 
     def computeenvelope(self):
         upper = 1.0 - self.threshold / 2.0
@@ -48,11 +49,7 @@ class NetworkBase(object):
 
 class NetworkG(NetworkBase):
     """
-    Compute a network constrained G statistic
-
-    Attributes
-    ==========
-
+    Compute a network constrained G statistic.
     """
 
     def computeobserved(self):
@@ -78,7 +75,7 @@ class NetworkG(NetworkBase):
 
 class NetworkK(NetworkBase):
     """
-    Network constrained K Function
+    Compute a network constrained K statistic.
     """
 
     def computeobserved(self):
@@ -107,7 +104,7 @@ class NetworkK(NetworkBase):
 
 class NetworkF(NetworkBase):
      """
-     Network constrained F Function
+     Compute a network constrained F statistic.
 
      This requires the capability to compute a distance matrix between two
      point patterns.  In this case one will be observed and one will be simulated
@@ -115,10 +112,11 @@ class NetworkF(NetworkBase):
 
      def computeobserved(self):
          self.fsim = self.ntw.simulate_observations(self.npts)
-         #Nearest neighbor distances from the simulated to the observed
-         nearest = np.nanmin(self.ntw.allneighbordistances(self.fsim, self.pointpattern), axis=1)
+         # Compute nearest neighbor distances from the simulated to the observed.
+         nearest = np.nanmin(self.ntw.allneighbordistances(self.fsim, 
+                                                           self.pointpattern), axis=1)
          self.setbounds(nearest)
-         #Generate a random distribution of points
+         # Generate a random distribution of points.
          observedx, observedy = ffunction(nearest, self.lowerbound, self.upperbound,
                                           nsteps=self.nsteps, npts=self.npts)
          self.observed = observedy
@@ -163,13 +161,23 @@ def gfunction(nearest, lowerbound, upperbound, nsteps = 10):
 
     Parameters
     ----------
-    nearest         ndarray A vector of nearest neighbor distances
-    nsteps          int The number of distance bands
-    permutations    int The number of permutations to perform
-    threshold       int Upper and lower significance threshold
-    envelope        bool Return results of all permutations
-    poisson         bool Use a poisson distribution to
-                         determine the number of points
+    nearest:         ndarray 
+                     A vector of nearest neighbor distances.
+                     
+    nsteps:          int
+                     The number of distance bands.
+                     
+    permutations:    int
+                     The number of permutations to perform.
+                     
+    threshold:       int 
+                     Upper and lower significance threshold.
+                     
+    envelope:        bool
+                     Return results of all permutations.
+                     
+    poisson:         bool
+                     Use a poisson distribution to determine the number of points.
     """
     nobs = len(nearest)
     x = np.linspace(lowerbound, upperbound, nsteps)
@@ -183,4 +191,4 @@ def gfunction(nearest, lowerbound, upperbound, nsteps = 10):
         else:
             g = 0
         y[i] = g
-    return x, y
+    return x, y
\ No newline at end of file
diff --git a/pysal/network/network.py b/pysal/network/network.py
index e67fdae..0603ba9 100644
--- a/pysal/network/network.py
+++ b/pysal/network/network.py
@@ -11,7 +11,7 @@ from pysal.weights.util import get_ids
 from analysis import NetworkG, NetworkK, NetworkF
 import util
 
-__all__ = ["Network", "PointPattern", "NetworkG", "NetworkK", "NetworkF"  ]
+__all__ = ["Network", "PointPattern", "NetworkG", "NetworkK", "NetworkF"]
 
 
 class Network:
@@ -19,71 +19,74 @@ class Network:
     """
     Spatially constrained network representation and analytical functionality.
 
+
     Parameters
     -----------
-    in_shp : string
-             input shapefile
+    in_shp:         str
+                    The input shapefile. This must be in .shp format.
 
-    node_sig : int
-               round the x and y coordinates of all nodes to node_sig
-               significant digits (combined significant digits on left and right
-               of decimal place); default is 11; set to None for no rounding
+    node_sig:       int
+                    Round the x and y coordinates of all nodes to node_sig significant 
+                    digits (combined significant digits on the left and right
+                    of the decimal place) 
+                    -- Default is 11
+                    -- Set to None for no rounding
 
-    unique_segs : boolean
-                  if True (default), keep only unique segments (i.e., prune
-                  out any duplicated segments); if False keep all segments
+    unique_segs:    bool
+                    If True (default), keep only unique segments (i.e., prune out any 
+                    duplicated segments). 
+                    If False keep all segments.
 
     Attributes
     ----------
-    in_shp : string
-             input shapefile name
+    in_shp:         str
+                    The input shapefile. This must be in .shp format.
 
-    adjacencylist : list
-                    of lists storing node adjacency
+    adjacencylist:  list
+                    List of lists storing node adjacency.
 
-    nodes : dict
-            key are tuple of node coords and value is the node ID
+    nodes:          dict
+                    Keys are tuples of node coords and values are the node ID.
 
-    edge_lengths : dict
-                   key is a tuple of sorted node IDs representing an edge
-                   value is the length
+    edge_lengths:   dict
+                    Keys are tuples of sorted node IDs representing an edge and values are
+                    the length.
 
-    pointpatterns : dict
-                    key is a string name of the pattern
-                    value is a point pattern class instance
+    pointpatterns:  dict
+                    Keys are a string name of the pattern and values are point pattern 
+                    class instances.
 
-    node_coords : dict
-                  key is th node ID and value are the (x,y) coordinates
-                  inverse to nodes
+    node_coords:    dict
+                    Keys are the node ID and values are the (x,y) coordinates inverse 
+                    to nodes.
 
-    edges : list
-            of edges, where each edge is a sorted tuple of node IDs
+    edges:          list
+                    List of edges, where each edge is a sorted tuple of node IDs.
 
-    node_list : list
-                node IDs
+    node_list:      list
+                    List of node IDs.
 
-    alldistances : dict
-                   key is the node ID
-                   value is a tuple with two elements, first is a list of the
-                   shortest path distances, second is a dict with
-                   the key being the id of the destination node and the value
-                   is a list of the shortest path.
+    alldistances:   dict
+                    Keys are the node IDs.
+                    Values are tuples with two elements: 
+                        1. A list of the shortest path distances
+                        2. A dict with the key being the id of the destination node and 
+                           the value being a list of the shortest path.
 
     Examples
     --------
 
-    Instantiate an instance of a network
+    Instantiate an instance of a network.
 
     >>> ntw = ps.Network(ps.examples.get_path('streets.shp'))
 
-    Snap point observations to the network with attribute information
+    Snap point observations to the network with attribute information.
 
     >>> ntw.snapobservations(ps.examples.get_path('crimes.shp'), 'crimes', attribute=True)
 
-    And without attribute information
+    And without attribute information.
 
     >>> ntw.snapobservations(ps.examples.get_path('schools.shp'), 'schools', attribute=False)
-
     """
 
     def __init__(self, in_shp=None, node_sig=11, unique_segs=True):
@@ -102,32 +105,32 @@ class Network:
             self._extractnetwork()
             self.node_coords = dict((value, key) for key, value in self.nodes.iteritems())
 
-            #This is a spatial representation of the network.
+            # This is a spatial representation of the network.
             self.edges = sorted(self.edges)
 
-            #Extract the graph
+            # Extract the graph.
             self.extractgraph()
 
             self.node_list = sorted(self.nodes.values())
 
     def _round_sig(self, v):
         """
-        Used internally to round vertex to a set number of significant
-        digits. If sig is set to 4, then the following are some possible
-        results for a coordinate: 0.0xxxx, 0.xxxx, x.xxx, xx.xx, xxx.x,
-        xxxx.0, xxxx0.0
+        Used internally to round the vertex to a set number of significant digits. If sig 
+        is set to 4, then the following are some possible results for a coordinate: 
+        0.0xxxx, 0.xxxx, x.xxx, xx.xx, xxx.x, xxxx.0, xxxx0.0
         """
         sig = self.node_sig
         if sig is None:
             return v
         out_v = [val if 0 \
-                     else round(val, -int(math.floor(math.log10(math.fabs(val)))) + (sig-1)) \
+                     else round(val, -int(math.floor(math.log10(math.fabs(val)))) +\
+                          (sig-1)) \
                  for val in v]
         return tuple(out_v)
 
     def _extractnetwork(self):
         """
-        Used internally, to extract a network from a polyline shapefile
+        Used internally, to extract a network from a polyline shapefile.
         """
         nodecount = 0
         shps = ps.open(self.in_shp)
@@ -150,29 +153,29 @@ class Network:
                 self.adjacencylist[vid].append(nvid)
                 self.adjacencylist[nvid].append(vid)
 
-                #Sort the edges so that mono-directional keys can be stored.
+                # Sort the edges so that mono-directional keys can be stored.
                 edgenodes = sorted([vid, nvid])
                 edge = tuple(edgenodes)
                 self.edges.append(edge)
                 length = util.compute_length(v, vertices[i+1])
                 self.edge_lengths[edge] = length
         if self.unique_segs == True:
-            # remove duplicate edges and duplicate adjacent nodes
+            # Remove duplicate edges and duplicate adjacent nodes.
             self.edges = list(set(self.edges))
             for k, v in self.adjacencylist.iteritems():
                 self.adjacencylist[k] = list(set(v))
 
     def extractgraph(self):
         """
-        Using the existing network representation, create a graph based representation,
-        by removing all nodes with neighbor incidence of two.  That is, we assume these
+        Using the existing network representation, create a graph based representation by 
+        removing all nodes with a neighbor incidence of two.  That is, we assume these
         nodes are bridges between nodes with higher incidence.
         """
         self.graphedges = []
         self.edge_to_graph = {}
         self.graph_lengths = {}
 
-        #Find all nodes with cardinality 2
+        # Find all nodes with cardinality 2.
         segment_nodes = []
         for k, v in self.adjacencylist.iteritems():
             #len(v) == 1 #cul-de-sac
@@ -181,11 +184,12 @@ class Network:
             if len(v) == 2:
                 segment_nodes.append(k)
 
-        #Start with a copy of the spatial representation and iteratively
-        # remove edges deemed to be segments
+        # Start with a copy of the spatial representation and iteratively remove edges 
+        # deemed to be segments.
         self.graphedges = copy.deepcopy(self.edges)
         self.graph_lengths = copy.deepcopy(self.edge_lengths)
-        self.graph_to_edges = {}  #Mapping all the edges contained within a single graph represented edge
+        # Mapping all the edges contained within a single graph represented edge.
+        self.graph_to_edges = {}
 
         bridges = []
         for s in segment_nodes:
@@ -203,19 +207,19 @@ class Network:
             if len(bridge) == 1:
                 n = self.adjacencylist[bridge[0]]
                 newedge = tuple(sorted([n[0], n[1]]))
-                #Identify the edges to be removed
+                # Identify the edges to be removed.
                 e1 = tuple(sorted([bridge[0], n[0]]))
                 e2 = tuple(sorted([bridge[0], n[1]]))
-                #Remove from the graph
+                # Remove them from the graph.
                 self.graphedges.remove(e1)
                 self.graphedges.remove(e2)
-                #Remove from the edge lengths
+                # Remove from the edge lengths.
                 length_e1 = self.edge_lengths[e1]
                 length_e2 = self.edge_lengths[e2]
                 self.graph_lengths.pop(e1, None)
                 self.graph_lengths.pop(e2, None)
                 self.graph_lengths[newedge] = length_e1 + length_e2
-                #Update the pointers
+                # Update the pointers.
                 self.graph_to_edges[e1] = newedge
                 self.graph_to_edges[e2] = newedge
             else:
@@ -245,8 +249,8 @@ class Network:
 
     def _yieldneighbor(self, node, segment_nodes, bridge):
         """
-        Used internally, this method traverses a bridge segement
-        to find the source and destination nodes.
+        Used internally, this method traverses a bridge segement to find the source and 
+        destination nodes.
         """
         n = []
         for i in self.adjacencylist[node]:
@@ -260,17 +264,17 @@ class Network:
 
         Parameters
         ----------
-        graph : boolean
-                {True, False } controls whether the W is generated using the spatial
-                representation or the graph representation
+        graph:      bool
+                    {True, False} controls whether the W is generated using the spatial
+                    representation or the graph representation.
 
-        weightings : dict
-                     of lists of weightings for each edge
+        weightings: dict
+                    Dict of lists of weightings for each edge.
 
         Returns
         -------
-         : W
-           A PySAL W Object representing the binary adjacency of the network
+         W:         object
+                    A PySAL W Object representing the binary adjacency of the network.
 
         Examples
         --------
@@ -292,7 +296,6 @@ class Network:
         Next, a standard call ot Moran is made and the result placed into `res`
 
         >>> res = ps.esda.moran.Moran(y, w, permutations=99)
-
         """
 
         neighbors = {}
@@ -316,11 +319,13 @@ class Network:
             for neigh in edges:
                 if key == neigh:
                     continue
-                if key[0] == neigh[0] or key[0] == neigh[1] or key[1] == neigh[0] or key[1] == neigh[1]:
+                if key[0] == neigh[0] or key[0] == neigh[1] or key[1] == neigh[0]\
+                                                            or key[1] == neigh[1]:
                     neighbors[key].append(neigh)
                     if weightings:
                         weights[key].append(weightings[neigh])
-                #TODO: Add a break condition - everything is sorted, so we know when we have stepped beyond a possible neighbor.
+                # TODO: Add a break condition - everything is sorted, so we know when we 
+                #       have stepped beyond a possible neighbor.
                 #if key[1] > neigh[1]:  #NOT THIS
                     #break
 
@@ -332,8 +337,8 @@ class Network:
 
         Parameters
         ----------
-        threshold : float
-                    Distance threshold value
+        threshold:  float
+                    Distance threshold value.
         """
         try:
             hasattr(self.alldistances)
@@ -351,27 +356,27 @@ class Network:
 
     def snapobservations(self, shapefile, name, idvariable=None, attribute=None):
         """
-        Snap a point pattern shapefile to this network object.  The point pattern
-        is the stored in the network.pointpattern['key'] attribute of the network
-        object.
+        Snap a point pattern shapefile to this network object.  The point pattern is 
+        stored in the network.pointpattern['key'] attribute of the network object.
 
         Parameters
         ----------
-        shapefile : str
-                    The PATH to the shapefile
+        shapefile:  str
+                    The path to the shapefile.
 
-        name : str
-               Name to be assigned to the point dataset
+        name:       str
+                    Name to be assigned to the point dataset.
 
-        idvariable : str
-                     Column name to be used as ID variable
+        idvariable: str
+                    Column name to be used as ID variable.
 
-        attribute : bool
-                    Defines whether attributes should be extracted
+        attribute:  bool
+                    Defines whether attributes should be extracted.
+                        True for attribute extraction.
+                        False for no attribute extraaction.
 
         Returns
         -------
-
         """
 
         self.pointpatterns[name] = PointPattern(shapefile, idvariable=idvariable, attribute=attribute)
@@ -379,27 +384,29 @@ class Network:
 
     def compute_distance_to_nodes(self, x, y, edge):
         """
-        Given an observation on a network edge, return the distance to the two
-        nodes that bound that end.
+        Given an observation on a network edge, return the distance to the two nodes that 
+        bound that end.
 
         Parameters
         ----------
-        x : float
-            x-coordinate of the snapped point
+        x:      float
+                x-coordinate of the snapped point.
 
-        y : float
-            y-coordiante of the snapped point
+        y:      float
+                y-coordiante of the snapped point.
 
-        edge : tuple
-              (node0, node1) representation of the network edge
+        edge:   tuple
+                (node0, node1) representation of the network edge.
 
         Returns
         -------
-        d1 : float
-             the distance to node0, always the node with the lesser id
+        d1:     float
+                The distance to node0.
+                    - always the node with the lesser id
 
-        d2 : float
-             the distance to node1, always the node with the greater id
+        d2:     float
+                The distance to node1.
+                    - always the node with the greater id
         """
 
         d1 = util.compute_length((x,y), self.node_coords[edge[0]])
@@ -412,21 +419,20 @@ class Network:
 
         Parameters
         -----------
-        pointpattern : obj
-                       PySAL Point Pattern Object
+        pointpattern:   object
+                        PySAL Point Pattern Object
 
         Returns
         -------
-        obs_to_edge : dict
-                      with edge as key and list of points as value
-
-        edge_to_obs : dict
-                      with point id as key and edge tuple as value
+        obs_to_edge:    dict
+                        Dict with edges as keys and lists of points as values.
 
-        dist_to_node : dict
-                       with point id as key and value as a dict with key for
-                       node id, and value distance from point to node
+        edge_to_obs:    dict
+                        Dict with point ids as keys and edge tuples as values.
 
+        dist_to_node:   dict
+                        Dict with point ids as keys and values as dicts with keys for
+                        node ids and values as distances from point to node.
         """
 
         obs_to_edge = {}
@@ -476,18 +482,19 @@ class Network:
 
         Parameters
         ----------
-        obs_on_network : dict
-                         of observations on the network
-                         {(edge): {pt_id: (coords)}} or {edge: [(coord), (coord), (coord)]}
+        obs_on_network: dict
+                        Dict of observations on the network.
+                        {(edge):{pt_id:(coords)}} or {edge:[(coord),(coord),(coord)]}
         Returns
         -------
-        counts: dict {(edge):count}
+        counts:         dict 
+                        {(edge):count}
 
         Example
         -------
 
-        Note that this passes the obs_to_edge attribute of a point pattern
-        snapped to the network.
+        Note that this passes the obs_to_edge attribute of a point pattern snapped to the 
+        network.
 
         >>> ntw = ps.Network(ps.examples.get_path('streets.shp'))
         >>> ntw.snapobservations(ps.examples.get_path('crimes.shp'), 'crimes', attribute=True)
@@ -513,19 +520,19 @@ class Network:
 
     def _newpoint_coords(self, edge, distance):
         """
-        Used internally to compute new point coordinates during snapping
+        Used internally to compute new point coordinates during snapping.
         """
         x1 = self.node_coords[edge[0]][0]
         y1 = self.node_coords[edge[0]][1]
         x2 = self.node_coords[edge[1]][0]
         y2 = self.node_coords[edge[1]][1]
-        if x1 == x2:  # vertical line case
+        if x1 == x2:  # Vertical line case
             x0 = x1
             if y1 < y2:
                 y0 = y1 + distance
             elif y1 > y2:
                 y0 = y2 + distance
-            else:    # zero length edge
+            else:    # Zero length edge
                 y0 = y1
             return x0, y0        
         m = (y2 - y1) / (x2 - x1)
@@ -542,18 +549,18 @@ class Network:
 
         Parameters
         ----------
-        count : integer
-                number of points to create or mean of the distribution
-                if not 'uniform'
+        count:          int
+                        The number of points to create or mean of the distribution if not 
+                        'uniform'.
 
-        distribution : string
-                       {'uniform', 'poisson'} distribution of random points
+        distribution:   str
+                        {'uniform', 'poisson'} distribution of random points.
 
         Returns
         -------
-        random_pts : dict
-                     key is the edge tuple
-                     value is a list of new point coordinates
+        random_pts:     dict
+                        Keys are the edge tuple.
+                        Value are a list of new point coordinates.
 
         Example
         -------
@@ -567,7 +574,7 @@ class Network:
         """
         simpts = SimulatedPointPattern()
 
-        #Cumulative Network Length
+        #   Cumulative Network Length.
         edges = []
         lengths = np.zeros(len(self.edge_lengths))
         for i, key in enumerate(self.edge_lengths.iterkeys()):
@@ -585,13 +592,13 @@ class Network:
             idx = np.where(r < stops)[0][0]
             assignment_edge = edges[idx]
             distance_from_start = stops[idx] - r
-            #Populate the coordinates dict
+            # Populate the coordinates dict.
             x0, y0 = self._newpoint_coords(assignment_edge, distance_from_start)
             simpts.snapped_coordinates[i] = (x0, y0)
             simpts.obs_to_node[assignment_edge[0]].append(i)
             simpts.obs_to_node[assignment_edge[1]].append(i)
 
-            #Populate the distance to node
+            # Populate the distance to node.
             simpts.dist_to_node[i] = {assignment_edge[0] : distance_from_start,
                     assignment_edge[1] : self.edge_lengths[edges[idx]] - distance_from_start}
 
@@ -606,13 +613,13 @@ class Network:
 
         Parameters
         -----------
-        v0 : int
-             node id
+        v0:     int
+                Node id
 
         Returns
         -------
-        links : list
-                list of tuple edge adjacent to the node
+        links:  list
+                List of tuple edges adjacent to the node.
         """
         links = []
         neighbornodes =  self.adjacencylist[v0]
@@ -627,36 +634,39 @@ class Network:
         for node in self.node_list:
             distance, pred = util.dijkstra(self, self.edge_lengths, node, n=float('inf'))
             pred = np.array(pred)
-            #tree = util.generatetree(pred)
+            #tree = util.generatetree(pred)     <---- something to look at in the future
             tree = None
             self.alldistances[node] = (distance, tree)
             self.distancematrix[node] = distance
 
-    def allneighbordistances(self, sourcepattern, destpattern=None):
+    def allneighbordistances(self, sourcepattern, destpattern=None, fill_diagonal=None):
         """
-        Compute either all distances between i and j in a single point pattern
-        or all distances between each i from a source pattern and all j
-        from a destination pattern
+        Compute either all distances between i and j in a single point pattern or all 
+        distances between each i from a source pattern and all j from a destination pattern.
 
         Parameters
         ----------
-        sourcepattern : str
+        sourcepattern:  str
                         The key of a point pattern snapped to the network.
 
-        destpattern :str
-                    (Optional) The key of a point pattern snapped to the network.
+        destpattern:    str
+                        (Optional) The key of a point pattern snapped to the network.
 
+        fill_diagonal:  float, int
+                        (Optional) Fill the diagonal of the cost matrix.
+                        Default in None and will populate the diagonal with numpy.nan
+                        Do not declare a destpattern for a custom fill_diagonal.
+        
         Returns
         -------
-        nearest : array (n,n)
-                  An array or shape n,n storing distances between all points
-
+        nearest:        array (n,n)
+                        An array of shape (n,n) storing distances between all points.
         """
 
         if not hasattr(self,'alldistances'):
             self.node_distance_matrix()
             
-        # source setup
+        # Source setup
         src_indices = sourcepattern.points.keys()
         nsource_pts = len(src_indices)
         src_dist_to_node = sourcepattern.dist_to_node
@@ -665,7 +675,7 @@ class Network:
             e1, e2 = src_dist_to_node[s].keys()
             src_nodes[s] = (e1, e2)
 
-        # destination setup
+        # Destination setup
         symmetric = False
         if destpattern is None:
             symmetric = True
@@ -679,24 +689,24 @@ class Network:
             e1, e2 = dest_dist_to_node[s].keys()
             dest_nodes[s] = (e1, e2)
         
-        # output setup
+        # Output setup
         nearest = np.empty((nsource_pts, ndest_pts))
         nearest[:] = np.inf
 
         for p1 in src_indices:
-            #Get the source nodes and dist to source nodes
+            # Get the source nodes and dist to source nodes.
             source1, source2 = src_nodes[p1]
             set1 = set(src_nodes[p1])
-            # distance from node1 to p, distance from node2 to p
+            # Distance from node1 to p, distance from node2 to p.
             sdist1, sdist2 = src_dist_to_node[p1].values()
 
             if symmetric:
-                # only compute the upper triangle if symmetric
+                # Only compute the upper triangle if symmetric.
                 dest_searchpts.remove(p1)
             for p2 in dest_searchpts:
                 dest1, dest2 = dest_nodes[p2]
                 set2 = set(dest_nodes[p2])
-                if set1 == set2: #same edge
+                if set1 == set2: # same edge
                     x1,y1 = sourcepattern.snapped_coordinates[p1]
                     x2,y2 = destpattern.snapped_coordinates[p2]
                     xd = x1-x2
@@ -710,16 +720,17 @@ class Network:
                     d12 = self.alldistances[source1][0][dest2]
                     d22 = self.alldistances[source2][0][dest2]
 
-                    # find shortest distance from path passing through each of two origin nodes
-                    # to first destination node
+                    # Find the shortest distance from the path passing through each of the 
+                    # two origin nodes to the first destination node.
                     sd_1 = d11 + sdist1
                     sd_21 = d21 + sdist2
                     if sd_1 > sd_21:
                         sd_1 = sd_21
-                    # now add point to node one distance on destination edge
+                    # Now add the point to node one distance on the destination edge.
                     len_1 = sd_1 + ddist1
 
-                    # repeat but now for paths entering at second node of second edge
+                    # Repeat the prior but now for the paths entering at the second node 
+                    # of the second edge.
                     sd_2 = d12 + sdist1
                     sd_22 = d22 + sdist2
                     b = 0
@@ -728,36 +739,42 @@ class Network:
                         b = 1
                     len_2 = sd_2 + ddist2
 
-                    # now find shortest length path between the point 1 on edge 1 and
-                    # point 2 on edge 2, and assign
+                    # Now find the shortest distance path between point 1 on edge 1 and
+                    # point 2 on edge 2, and assign.
                     sp_12 = len_1
                     if len_1 > len_2:
                         sp_12 = len_2
                     nearest[p1, p2] = sp_12
                 if symmetric:
-                    # mirror the upper and lower triangle when symmetric
+                    # Mirror the upper and lower triangle when symmetric.
                     nearest[p2,p1] = nearest[p1,p2]                    
+        # Populate the main diagonal when symmetric.
         if symmetric:
-            # populate the main diagonal when symmetric
-            #np.fill_diagonal(nearest, 0)
-            np.fill_diagonal(nearest, np.nan)
+            if fill_diagonal == None:
+                np.fill_diagonal(nearest, np.nan)
+            else:
+                np.fill_diagonal(nearest, fill_diagonal)
+            
         return nearest
 
     def nearestneighbordistances(self, sourcepattern, destpattern=None):
         """
         Compute the interpattern nearest neighbor distances or the intrapattern
-        nearest neight distances between a source pattern and a destination pattern.
+        nearest neighbor distances between a source pattern and a destination pattern.
 
         Parameters
         ----------
-        sourcepattern   str The key of a point pattern snapped to the network.
+        sourcepattern:  str 
+                        The key of a point pattern snapped to the network.
 
-        destpattern      str (Optional) The key of a point pattern snapped to the network.
+        destpattern:    str 
+                        (Optional) The key of a point pattern snapped to the network.
 
         Returns
         -------
-        nearest         ndarray (n,2) With column[:,0] containing the id of the nearest
-                        neighbor and column [:,1] containing the distance.
+        nearest:        ndarray (n,2) 
+                        With column[:,0] containing the id of the nearest neighbor and 
+                        column [:,1] containing the distance.
         """
 
         if not sourcepattern in self.pointpatterns.keys():
@@ -776,14 +793,13 @@ class Network:
 
         searchpts = copy.deepcopy(pt_indices)
 
-
         searchnodes = {}
         for s in searchpts:
             e1, e2 = dist_to_node[s].keys()
             searchnodes[s] = (e1, e2)
 
         for p1 in pt_indices:
-            #Get the source nodes and dist to source nodes
+            # Get the source nodes and dist to source nodes.
             source1, source2 = searchnodes[p1]
             sdist1, sdist2 = dist_to_node[p1].values()
 
@@ -796,7 +812,6 @@ class Network:
                 source2_to_dest1 = sdist2 + self.alldistances[source2][0][dest1] + ddist1
                 source2_to_dest2 = sdist2 + self.alldistances[source2][0][dest2] + ddist2
 
-
                 if source1_to_dest1 < nearest[p1, 1]:
                     nearest[p1, 0] = p2
                     nearest[p1, 1] = source1_to_dest1
@@ -835,34 +850,35 @@ class Network:
 
         Parameters
         ----------
-        pointpattern : object
-                       A PySAL point pattern object
+        pointpattern:   object
+                        A PySAL point pattern object.
 
-        nsteps : int
-                 The number of steps at which the count of the nearest
-                 neighbors is computed
+        nsteps:         int
+                        The number of steps at which the count of the nearest neighbors 
+                        is computed.
 
-        permutations : int
-                       The number of permutations to perform (default 99)
+        permutations:   int
+                        The number of permutations to perform (default 99).
 
-        threshold : float
-                    The level at which significance is computed.  0.5 would be 97.5% and 2.5%
+        threshold:      float
+                        The level at which significance is computed.  
+                            -- 0.5 would be 97.5% and 2.5%
 
-        distribution : str
-                       The distirbution from which random points are sampled: uniform or poisson
+        distribution:   str
+                        The distribution from which random points are sampled: 
+                            -- uniform or poisson
 
-        lowerbound : float
-                     The lower bound at which the G-function is computed. (default 0)
+        lowerbound:     float
+                        The lower bound at which the F-function is computed. (Default 0)
 
-        upperbound : float
-                     The upper bound at which the G-function is computed.
-                     Defaults to the maximum pbserved nearest neighbor distance.
+        upperbound:     float
+                        The upper bound at which the F-function is computed.
+                        Defaults to the maximum observed nearest neighbor distance.
 
         Returns
         -------
-        NetworkF : object
-                   A network F class instance
-
+        NetworkF:       object
+                        A network F class instance.
         """
         return NetworkF(self, pointpattern, nsteps=nsteps,
                         permutations=permutations,threshold=threshold,
@@ -877,34 +893,35 @@ class Network:
 
         Parameters
         ----------
-        pointpattern : object
-                       A PySAL point pattern object
+        pointpattern:   object
+                        A PySAL point pattern object.
 
-        nsteps : int
-                 The number of steps at which the count of the nearest
-                 neighbors is computed
+        nsteps:         int
+                        The number of steps at which the count of the nearest neighbors 
+                        is computed.
 
-        permutations : int
-                       The number of permutations to perform (default 99)
+        permutations:   int
+                        The number of permutations to perform (default 99).
 
-        threshold : float
-                    The level at which significance is computed.  0.5 would be 97.5% and 2.5%
+        threshold:      float
+                        The level at which significance is computed.  
+                            -- 0.5 would be 97.5% and 2.5%
 
-        distribution : str
-                       The distirbution from which random points are sampled: uniform or poisson
+        distribution:   str
+                        The distribution from which random points are sampled: 
+                            -- uniform or poisson
 
-        lowerbound : float
-                     The lower bound at which the G-function is computed. (default 0)
+        lowerbound:     float
+                        The lower bound at which the G-function is computed. (Default 0)
 
-        upperbound : float
-                     The upper bound at which the G-function is computed.
-                     Defaults to the maximum pbserved nearest neighbor distance.
+        upperbound:     float
+                        The upper bound at which the G-function is computed.
+                        Defaults to the maximum observed nearest neighbor distance.
 
         Returns
         -------
-        NetworkG : object
-                   A network G class object
-
+        NetworkG:       object
+                        A network G class instance.
         """
 
         return NetworkG(self, pointpattern, nsteps=nsteps,
@@ -916,38 +933,39 @@ class Network:
                  threshold=0.5, distribution='uniform',
                  lowerbound=None, upperbound=None):
         """
-        Computes a network constrained G-Function
+        Computes a network constrained K-Function
 
         Parameters
         ----------
-        pointpattern : object
-                       A PySAL point pattern object
+        pointpattern:   object
+                        A PySAL point pattern object.
 
-        nsteps : int
-                 The number of steps at which the count of the nearest
-                 neighbors is computed
+        nsteps:         int
+                        The number of steps at which the count of the nearest neighbors 
+                        is computed.
 
-        permutations : int
-                       The number of permutations to perform (default 99)
+        permutations:   int
+                        The number of permutations to perform (default 99).
 
-        threshold : float
-                    The level at which significance is computed.  0.5 would be 97.5% and 2.5%
+        threshold:      float
+                        The level at which significance is computed.  
+                            -- 0.5 would be 97.5% and 2.5%
 
-        distribution : str
-                       The distirbution from which random points are sampled: uniform or poisson
+        distribution:   str
+                        The distribution from which random points are sampled: 
+                            -- uniform or poisson
 
-        lowerbound : float
-                     The lower bound at which the G-function is computed. (default 0)
+        lowerbound:     float
+                        The lower bound at which the K-function is computed. (Default 0)
 
-        upperbound : float
-                     The upper bound at which the G-function is computed.
-                     Defaults to the maximum pbserved nearest neighbor distance.
+        upperbound:     float
+                        The upper bound at which the K-function is computed.
+                        Defaults to the maximum observed nearest neighbor distance.
 
         Returns
         -------
-        NetworkK : object
-                   A network K class object
-
+        NetworkK:       object
+                        A network K class instance.
         """
         return NetworkK(self, pointpattern, nsteps=nsteps,
                         permutations=permutations,threshold=threshold,
@@ -956,18 +974,18 @@ class Network:
 
     def segment_edges(self, distance):
         """
-        Segment all of the edges in the network at either
-        a fixed distance or a fixed number of segments.
+        Segment all of the edges in the network at either a fixed distance or a fixed 
+        number of segments.
 
         Parameters
         -----------
-        distance : float
-                   The distance at which edges are split
+        distance:   float
+                    The distance at which edges are split.
 
         Returns
         -------
-        sn : object
-             PySAL Network Object
+        sn:         object
+                    PySAL Network Object.
 
         Example
         -------
@@ -1000,8 +1018,7 @@ class Network:
             currentstart = startnode = e[0]
             endnode = e[1]
 
-            #If the edge will be segmented, remove the
-            # current edge from the adjacency list
+            # If the edge will be segmented remove the current edge from the adjacency list.
             if interval < length:
                 sn.adjacencylist[e[0]].remove(e[1])
                 sn.adjacencylist[e[1]].remove(e[0])
@@ -1021,36 +1038,36 @@ class Network:
                     currentstop = current_node_id
                     totallength += interval
 
-                    #Compute the new node coordinate
+                    # Compute the new node coordinate.
                     newx, newy = self._newpoint_coords(e, totallength)
 
-                    #Update node_list
+                    # Update node_list.
                     if currentstop not in sn.node_list:
                         sn.node_list.append(currentstop)
 
-                    #Update nodes and node_coords
+                    # Update nodes and node_coords.
                     sn.node_coords[currentstop] = newx, newy
                     sn.nodes[(newx, newy)] = currentstop
 
-                #Update the adjacencylist
+                # Update the adjacency list.
                 sn.adjacencylist[currentstart].append(currentstop)
                 sn.adjacencylist[currentstop].append(currentstart)
 
 
-                #Add the new edge to the edge dict
-                #Iterating over this, so we need to add after iterating
+                # Add the new edge to the edge dict.
+                # Iterating over this so we need to add after iterating.
                 newedges.add(tuple(sorted([currentstart, currentstop])))
 
-                #Modify edge_lengths
+                # Modify edge_lengths.
                 sn.edge_lengths[tuple(sorted([currentstart, currentstop]))] = interval
 
-                #Increment the start to the stop
+                # Increment the start to the stop.
                 currentstart = currentstop
 
         sn.edges.update(newedges)
         sn.edges.difference_update(removeedges)
         sn.edges = list(sn.edges)
-        #Update the point pattern snapping
+        # Update the point pattern snapping.
         for instance in sn.pointpatterns.itervalues():
             sn._snap_to_edge(instance)
 
@@ -1062,16 +1079,14 @@ class Network:
 
         Parameters
         ----------
-        filename : str
-                   The filename where the network should be saved.
-                   This should be a full PATH or the file is saved
-                   whereever this method is called from.
+        filename:   str
+                    The filename where the network should be saved. This should be a full 
+                    path or the file is saved whereever this method is called from.
 
         Example
         --------
         >>> ntw = ps.Network(ps.examples.get_path('streets.shp'))
         >>> ntw.savenetwork('mynetwork.pkl')
-
         """
         with open(filename, 'wb') as networkout:
             cPickle.dump(self, networkout, protocol=2)
@@ -1086,33 +1101,32 @@ class Network:
 
 class PointPattern():
     """
-    A stub point pattern class used to store a point pattern.
-    This class is monkey patched with network specific attributes
-    when the points are snapped to a network.
+    A stub point pattern class used to store a point pattern. This class is monkey patched
+    with network specific attributes when the points are snapped to a network.
 
     In the future this class may be replaced with a generic point
     pattern class.
 
     Parameters
     ----------
-    shapefile : string
-                input shapefile
+    shapefile:  str
+                The input shapefile.
 
-    idvariable : string
-                 field in the shapefile to use as an idvariable
+    idvariable: str
+                Field in the shapefile to use as an id variable.
 
-    attribute : boolean
-                {False, True} A flag to indicate whether all attributes
-                are tagged to this class.
+    attribute:  bool
+                {False, True} 
+                A flag to indicate whether all attributes are tagged to this class.
 
     Attributes
     ----------
-    points : dict
-             key is the point id
-             value are the coordinates
+    points:     dict
+                Keys are the point ids.
+                Values are the coordinates.
 
-    npoints : integer
-              the number of points
+    npoints:    int
+                The number of points.
 
 
     """
@@ -1127,7 +1141,7 @@ class PointPattern():
 
         pts = ps.open(shapefile)
 
-        #Get attributes if requested
+        # Get attributes if requested
         if attribute == True:
             dbname = os.path.splitext(shapefile)[0] + '.dbf'
             db = ps.open(dbname)
@@ -1158,7 +1172,6 @@ class SimulatedPointPattern():
     make this a child of that class.
 
     This class is not intended to be used by the external user.
-
     """
     def __init__(self):
         self.npoints = 0
diff --git a/pysal/network/tests/test_network.py b/pysal/network/tests/test_network.py
index c604d89..dbacff2 100644
--- a/pysal/network/tests/test_network.py
+++ b/pysal/network/tests/test_network.py
@@ -94,18 +94,23 @@ class TestNetworkPointPattern(unittest.TestCase):
         pass
 
     def test_all_neighbor_distances(self):
-        distancematrix = self.ntw.allneighbordistances(self.schools)
-        self.assertAlmostEqual(np.nansum(distancematrix[0]), 17682.436988, places=4)
+        distancematrix_1 = self.ntw.allneighbordistances(self.schools)
+        self.assertAlmostEqual(np.nansum(distancematrix_1[0]), 17682.436988, places=4)
 
         for k, (distances, predlist) in self.ntw.alldistances.iteritems():
             self.assertEqual(distances[k], 0)
 
-            # turning off the tests associated with util.generatetree() for now,
-            # these can be restarted if that functionality is used in the future 
+            #  turning off the tests associated with util.generatetree() for now,
+            #  these can be restarted if that functionality is used in the future 
             #for p, plists in predlist.iteritems():
             #    self.assertEqual(plists[-1], k)
 
             #self.assertEqual(self.ntw.node_list, predlist.keys())
+            
+        distancematrix_2 = self.ntw.allneighbordistances(self.schools, fill_diagonal=0.)
+        observed = distancematrix_2.diagonal()
+        known = np.zeros(distancematrix_2.shape[0])
+        np.testing.assert_equal(observed, known)
 
     def test_nearest_neighbor_distances(self):
 
@@ -131,5 +136,5 @@ class TestNetworkUtils(unittest.TestCase):
         self.assertAlmostEqual(self.distance[196], 5505.668247, places=4)
         self.assertEqual(self.pred[196], 133)
 
-if __name__ == 'main':
+if __name__ == '__main__':
     unittest.main()
diff --git a/pysal/network/util.py b/pysal/network/util.py
index 696dad8..d4c78e8 100644
--- a/pysal/network/util.py
+++ b/pysal/network/util.py
@@ -5,15 +5,15 @@ import pysal as ps
 import numpy as np
 
 
-
 def compute_length(v0, v1):
     """
     Compute the euclidean distance between two points.
 
     Parameters
     ----------
-    v0      sequence in the form x, y
-    vq      sequence in the form x, y
+    v0:         sequence in the form x, y
+    
+    vq:         sequence in the form x, y
 
     Returns
     --------
@@ -51,20 +51,35 @@ def generatetree(pred):
         tree[i] = path
     return tree
 
+
 def dijkstra(ntw, cost, node, n=float('inf')):
     """
-    Compute the shortest path between a start node and
-        all other nodes in the wed.
+    Compute the shortest path between a start node and all other nodes in the web.
+    
     Parameters
     ----------
-    ntw: PySAL network object
-    cost: Cost per edge to travel, e.g. distance
-    node: Start node ID
-    n: integer break point to stop iteration and return n
-     neighbors
-    Returns:
-    distance: List of distances from node to all other nodes
-    pred : List of preceeding nodes for traversal route
+    ntw:        object
+                PySAL network object
+                
+    cost:       dict
+                key:    tuple
+                        (start node, end node)
+                value:  float
+                        Cost per edge to travel, e.g. distance
+    
+    node:       int
+                Start node ID
+    
+    n:          float('inf')
+                integer break point to stop iteration and return n neighbors
+    
+    Returns
+    -------
+    distance:   list
+                List of distances from node to all other nodes.
+                
+    pred:       list
+                List of preceeding nodes for traversal route.
     """
 
     v0 = node
@@ -75,16 +90,16 @@ def dijkstra(ntw, cost, node, n=float('inf')):
     a = set()
     a.add(v0)
     while len(a) > 0:
-        #Get node with the lowest value from distance
+        # Get node with the lowest value from distance.
         dist = float('inf')
         for node in a:
             if distance[node] < dist:
                 dist = distance[node]
                 v = node
-        #Remove that node from the set
+        # Remove that node from the set.
         a.remove(v)
         last = v
-        #4. Get the neighbors to the current node
+        #4. Get the neighbors to the current node.
         neighbors = get_neighbor_distances(ntw, v, cost)
         for v1, indiv_cost in neighbors.iteritems():
             if distance[v1] > distance[v] + indiv_cost:
@@ -97,22 +112,19 @@ def dijkstra(ntw, cost, node, n=float('inf')):
 def squaredDistancePointSegment(point, segment):
     """Find the squared distance between a point and a segment
     
-    Arguments
-    =========
-    
-    point: tuple (x,y)
+    Parameters
+    ---------
+    point:      tuple 
+                (x,y)
     
-    segment: list of 2 tuples [(x0,y0), (x1,y1)]
+    segment:    list 
+                List of 2 tuples [(x0,y0), (x1,y1)]
     
     Returns
-    =======
-    
-    tuple: 2 elements
-    
-           distance squared between point and segment
-    
-           array(xb, yb): the nearest point on the segment
-    
+    -------
+    tuple:      2 elements:
+                    1. distance squared between point and segment
+                    2. array(xb, yb): the nearest point on the segment
     """
     p0,p1 = [np.array(p) for p in segment]
     v = p1 - p0
@@ -120,12 +132,12 @@ def squaredDistancePointSegment(point, segment):
     w = p - p0
     c1 = np.dot(w,v)
     if c1 <= 0.:
-        # print 'before p0'
+        # Print 'before p0'
         return np.dot(w.T,w), p0
     c2 = np.dot(v,v)
     if c2 <= c1:
         dp1 = p - p1
-        # print 'after p1'
+        # Print 'after p1'
         return np.dot(dp1.T,dp1), p1
     
     b = c1 / c2
@@ -134,34 +146,33 @@ def squaredDistancePointSegment(point, segment):
     d2 = p - pb
     
     return np.dot(d2,d2), pb
-    
-
 
+    
 def snapPointsOnSegments(points, segments):
     """Place points onto closet segment in a set of segments
     
     Arguments
-    =========
-    
-    points: dict
-            with point id as key and (x,y) coordinate as value
-    
-    segments: list
-              elements are of type pysal.cg.shapes.Chain 
-              Note that the each element is a segment represented as a chain with *one head and one tail node*, in other words one link only.
+    ---------
+    points:     dict
+                Point id as key and (x,y) coordinate as value
+    
+    segments:   list
+                Elements are of type pysal.cg.shapes.Chain 
+                ** Note **
+                        each element is a segment represented as a chain with 
+                        *one head and one tail node*, in other words one link only.
               
     Returns
-    =======
-    
-    p2s: dictionary
-         key:  point id (see points in arguments)
+    ------- 
+    p2s:        dict
+                key:    point id (see points in arguments)
          
-         value:  a 2-tuple: ((head, tail), point)
-                 where (head, tail) is the target segment, and point is the snapped location on the segment
-              
+                value:  a 2-tuple: ((head, tail), point)
+                        where (head, tail) is the target segment, and point is the snapped
+                        location on the segment
     """
     
-    # Put segments in an Rtree
+    # Put segments in an Rtree.
     rt = ps.cg.Rtree()
     SMALL = 0.01
     node2segs = {}
@@ -183,34 +194,32 @@ def snapPointsOnSegments(points, segments):
         y1 += SMALL
         r = ps.cg.Rect(x0,y0,x1,y1)
         rt.insert(segment, r)
-        
-        
-        
-    # Build a KDtree on segment nodes
+         
+    # Build a KDtree on segment nodes.
     kt = ps.cg.KDTree(node2segs.keys())
     p2s = {}
 
     for ptIdx, point in points.iteritems():
-        # first find nearest neighbor segment node for point
+        # First, find nearest neighbor segment node for the point.
         dmin, node = kt.query(point, k=1)
         node = tuple(kt.data[node])
         closest = node2segs[node][0].vertices
         
-        # use this segment as the candidate closest segment: closest
-        # use the distance as the distance to beat: dmin
+        # Use this segment as the candidate closest segment:  closest
+        # Use the distance as the distance to beat:           dmin
         p2s[ptIdx] = (closest, node) # sna
         x0 = point[0] - dmin
         y0 = point[1] - dmin
         x1 = point[0] + dmin
         y1 = point[1] + dmin
         
-        # find all segments with bounding boxes that intersect
-        # a query rectangle centered on the point with sides of length 2*dmin
+        # Find all segments with bounding boxes that intersect
+        # a query rectangle centered on the point with sides of length 2*dmin.
         candidates = [ cand for cand in rt.intersection([x0,y0,x1,y1])]
         dmin += SMALL
         dmin2 = dmin * dmin
         
-        # of the candidate segments, find the one that is the minimum distance to the query point
+        # Of the candidate segments, find the nearest to the query point.
         for candidate in candidates:
             dnc, p2b = squaredDistancePointSegment(point, candidate.vertices)
             if dnc <= dmin2:
@@ -218,5 +227,4 @@ def snapPointsOnSegments(points, segments):
                 dmin2 = dnc
                 p2s[ptIdx] = (closest, p2b)
         
-    return p2s
-    
+    return p2s
\ No newline at end of file
diff --git a/pysal/spatial_dynamics/markov.py b/pysal/spatial_dynamics/markov.py
index f415340..48c3e86 100644
--- a/pysal/spatial_dynamics/markov.py
+++ b/pysal/spatial_dynamics/markov.py
@@ -1,3 +1,6 @@
+
+from __future__ import print_function
+
 """
 Markov based methods for spatial dynamics.
 """
@@ -7,11 +10,11 @@ __all__ = ["Markov", "LISA_Markov", "Spatial_Markov", "kullback",
            "prais", "shorrock", "homogeneity"]
 
 import numpy as np
-import numpy.linalg as la
-from pysal.spatial_dynamics.ergodic import fmpt, steady_state
+from pysal.spatial_dynamics.ergodic import fmpt
+from pysal.spatial_dynamics.ergodic import steady_state as STEADY_STATE
 from scipy import stats
-import pysal
 from operator import gt
+import pysal
 
 # TT predefine LISA transitions
 # TT[i,j] is the transition type from i to j
@@ -46,35 +49,36 @@ for i, sig_key in enumerate(sig_keys):
             c += 1
 
 
-class Markov:
+class Markov(object):
     """
     Classic Markov transition matrices.
 
     Parameters
     ----------
-    class_ids    : array 
-                   (n, t), one row per observation, one column recording the 
-                   state of each observation, with as many columns as time 
+    class_ids    : array
+                   (n, t), one row per observation, one column recording the
+                   state of each observation, with as many columns as time
                    periods.
-    classes      : array 
+    classes      : array
                    (k, 1), all different classes (bins) of the matrix.
 
     Attributes
     ----------
-    p            : matrix 
+    p            : matrix
                    (k, k), transition probability matrix.
-    steady_state : matrix 
+    steady_state : matrix
                    (k, 1), ergodic distribution.
-    transitions  : matrix 
+    transitions  : matrix
                    (k, k), count of transitions between each state i and j.
 
     Examples
     --------
-    >>> c = np.array([['b','a','c'],['c','c','a'],['c','b','c'],['a','a','b'],['a','b','c']])
+    >>> c = [['b','a','c'],['c','c','a'],['c','b','c']]
+    >>> c.extend([['a','a','b'], ['a','b','c']])
+    >>> c = np.array(c)
     >>> m = Markov(c)
-    >>> m.classes
-    array(['a', 'b', 'c'], 
-          dtype='|S1')
+    >>> m.classes.tolist()
+    ['a', 'b', 'c']
     >>> m.p
     matrix([[ 0.25      ,  0.5       ,  0.25      ],
             [ 0.33333333,  0.        ,  0.66666667],
@@ -134,9 +138,8 @@ class Markov:
             [ 0.17776576]])
 
     """
-    def __init__(self, class_ids, classes=[]):
-        #pylint; Dangerous default value [] as argument
-        if len(classes):
+    def __init__(self, class_ids, classes=None):
+        if classes is not None:
             self.classes = classes
         else:
             self.classes = np.unique(class_ids)
@@ -164,31 +167,28 @@ class Markov:
         p = np.dot(np.diag(1 / (row_sum + (row_sum == 0))), transitions)
         self.p = np.matrix(p)
 
-        # steady_state vector
-        v, d = la.eig(np.transpose(self.p))
-        # for a regular P maximum eigenvalue will be 1
-        mv = max(v)
-        # find its position
-        i = v.tolist().index(mv)
-        # normalize eigenvector corresponding to the eigenvalue 1
-        self.steady_state = d[:, i] / sum(d[:, i])
+    @property
+    def steady_state(self):
+        if not hasattr(self, '_steady_state'):
+            self._steady_state = STEADY_STATE(self.p)
+        return self._steady_state
 
 
-class Spatial_Markov:
+class Spatial_Markov(object):
     """
     Markov transitions conditioned on the value of the spatial lag.
 
     Parameters
     ----------
-    y               : array 
-                      (n,t), one row per observation, one column per state of 
+    y               : array
+                      (n,t), one row per observation, one column per state of
                       each observation, with as many columns as time periods.
     w               : W
                       spatial weights object.
     k               : integer
                       number of classes (quantiles).
     permutations    : int, optional
-                      number of permutations for use in randomization based 
+                      number of permutations for use in randomization based
                       inference (the default is 0).
     fixed           : bool
                       If true, quantiles are taken over the entire n*t
@@ -199,40 +199,42 @@ class Spatial_Markov:
 
     Attributes
     ----------
-    p               : matrix 
-                      (k, k), transition probability matrix for a-spatial Markov.
-    s               : matrix 
+    p               : matrix
+                      (k, k), transition probability matrix for a-spatial
+                      Markov.
+    s               : matrix
                       (k, 1), ergodic distribution for a-spatial Markov.
-    transitions     : matrix 
+    transitions     : matrix
                       (k, k), counts of transitions between each state i and j
                       for a-spatial Markov.
-    T               : matrix 
-                      (k, k, k), counts of transitions for each conditional Markov.
-                      T[0] is the matrix of transitions for observations with
-                      lags in the 0th quantile; T[k-1] is the transitions for
-                      the observations with lags in the k-1th.
+    T               : matrix
+                      (k, k, k), counts of transitions for each conditional
+                      Markov.  T[0] is the matrix of transitions for
+                      observations with lags in the 0th quantile; T[k-1] is the
+                      transitions for the observations with lags in the k-1th.
     P               : matrix
-                      (k, k, k), transition probability matrix for spatial Markov
-                      first dimension is the conditioned on the lag.
+                      (k, k, k), transition probability matrix for spatial
+                      Markov first dimension is the conditioned on the lag.
     S               : matrix
                       (k, k), steady state distributions for spatial Markov.
                       Each row is a conditional steady_state.
     F               : matrix
                       (k, k, k),first mean passage times.
                       First dimension is conditioned on the lag.
-    shtest          : list 
-                      (k elements), each element of the list is a tuple for a 
-                      multinomial difference test between the steady state 
-                      distribution from a conditional distribution versus the 
-                      overall steady state distribution: first element of the 
-                      tuple is the chi2 value, second its p-value and the third 
+    shtest          : list
+                      (k elements), each element of the list is a tuple for a
+                      multinomial difference test between the steady state
+                      distribution from a conditional distribution versus the
+                      overall steady state distribution: first element of the
+                      tuple is the chi2 value, second its p-value and the third
                       the degrees of freedom.
-    chi2            : list 
-                      (k elements), each element of the list is a tuple for a 
-                      chi-squared test of the difference between the conditional 
-                      transition matrix against the overall transition matrix: 
-                      first element of the tuple is the chi2 value, second its
-                      p-value and the third the degrees of freedom.
+    chi2            : list
+                      (k elements), each element of the list is a tuple for a
+                      chi-squared test of the difference between the
+                      conditional transition matrix against the overall
+                      transition matrix: first element of the tuple is the chi2
+                      value, second its p-value and the third the degrees of
+                      freedom.
     x2              : float
                       sum of the chi2 values for each of the conditional tests.
                       Has an asymptotic chi2 distribution with k(k-1)(k-1)
@@ -244,12 +246,12 @@ class Spatial_Markov:
     x2_pvalue       : float
                       pvalue for homogeneity test based on analytic.
                       distribution
-    x2_rpvalue      : float 
+    x2_rpvalue      : float
                       (if permutations>0)
-                      pseudo p-value for x2 based on random spatial permutations
-                      of the rows of the original transitions.
-    x2_realizations : array 
-                      (permutations,1), the values of x2 for the random 
+                      pseudo p-value for x2 based on random spatial
+                      permutations of the rows of the original transitions.
+    x2_realizations : array
+                      (permutations,1), the values of x2 for the random
                       permutations.
     Q               : float
                       Chi-square test of homogeneity across lag classes based
@@ -258,7 +260,8 @@ class Spatial_Markov:
                       p-value for Q.
     LR              : float
                       Likelihood ratio statistic for homogeneity across lag
-                      classes based on Bickenback and Bode (2003) [Bickenbach2003]_.
+                      classes based on Bickenback and Bode (2003)
+                      [Bickenbach2003]_.
     LR_p_value      : float
                       p-value for LR.
     dof_hom         : int
@@ -273,7 +276,7 @@ class Spatial_Markov:
     preferable since it simulates the randomness under the null. It is an
     experimental test requiring further analysis.
 
-	This is new
+    This is new
 
     Examples
     --------
@@ -286,7 +289,7 @@ class Spatial_Markov:
     >>> w.transform = 'r'
     >>> sm = ps.Spatial_Markov(rpci, w, fixed=True, k=5, variable_name='rpci')
     >>> for p in sm.P:
-    ...     print p
+    ...     print(p)
     ...
     [[ 0.96341463  0.0304878   0.00609756  0.          0.        ]
      [ 0.06040268  0.83221477  0.10738255  0.          0.        ]
@@ -356,7 +359,7 @@ class Spatial_Markov:
     fourth quintile after 28.473 years.
 
     >>> for f in sm.F:
-    ...     print f
+    ...     print(f)
     ...
     [[   2.29835259   28.95614035   46.14285714   80.80952381  279.42857143]
      [  33.86549708    3.79459555   22.57142857   57.23809524  255.85714286]
@@ -384,15 +387,15 @@ class Spatial_Markov:
      [ 127.1407767    48.74107143   33.29605263    3.91777427   83.52173913]
      [ 169.6407767    91.24107143   75.79605263   42.5           2.96521739]]
 
-   
+
     """
     def __init__(self, y, w, k=4, permutations=0, fixed=False,
                  variable_name=None):
 
         self.y = y
         rows, cols = y.shape
+        self.k = k
         self.cols = cols
-        npm = np.matrix
         npa = np.array
         self.fixed = fixed
         self.variable_name = variable_name
@@ -407,38 +410,17 @@ class Spatial_Markov:
         classic = Markov(classes)
         self.classes = classes
         self.p = classic.p
-        self.s = classic.steady_state
         self.transitions = classic.transitions
-        T, P, ss, F = self._calc(y, w, classes, k=k)
+        T, P = self._calc(y, w, classes, k=k)
         self.T = T
         self.P = P
-        self.S = ss
-        self.F = F
-        self.shtest = self._mn_test()
-        self.chi2 = self._chi2_test()
-        self.x2 = sum([c[0] for c in self.chi2])
-        dof = k * (k - 1) * (k - 1)
-        self.x2_pvalue = 1 - stats.chi2.cdf(self.x2, dof)
-        self.x2_dof = dof
-        self.k = k
-
-        # bickenbach and bode tests
-        ht = homogeneity(self.T)
-        self.Q = ht.Q
-        self.Q_p_value = ht.Q_p_value
-        self.LR = ht.LR
-        self.LR_p_value = ht.LR_p_value
-        self.dof_hom = ht.dof
-
 
         if permutations:
             nrp = np.random.permutation
-            rp = range(permutations)
             counter = 0
             x2_realizations = np.zeros((permutations, 1))
-            x2ss = []
             for perm in range(permutations):
-                T, P, ss, F = self._calc(nrp(y), w, classes, k=k)
+                T, P = self._calc(nrp(y), w, classes, k=k)
                 x2 = [chi2(T[i], self.transitions)[0] for i in range(k)]
                 x2s = sum(x2)
                 x2_realizations[perm] = x2s
@@ -447,10 +429,97 @@ class Spatial_Markov:
             self.x2_rpvalue = (counter + 1.0) / (permutations + 1.)
             self.x2_realizations = x2_realizations
 
+    @property
+    def s(self):
+        if not hasattr(self, '_s'):
+            self._s = STEADY_STATE(self.p)
+        return self._s
+
+    @property
+    def S(self):
+        if not hasattr(self, '_S'):
+            S = np.zeros_like(self.p)
+            for i, p in enumerate(self.P):
+                S[i] = STEADY_STATE(p)
+            self._S = np.asarray(S)
+        return self._S
+
+    @property
+    def F(self):
+        if not hasattr(self, '_F'):
+            F = np.zeros_like(self.P)
+            for i, p in enumerate(self.P):
+                F[i] = fmpt(np.asmatrix(p))
+            self._F = np.asarray(F)
+        return self._F
+
+    # bickenbach and bode tests
+    @property
+    def ht(self):
+        if not hasattr(self, '_ht'):
+            self._ht = homogeneity(self.T)
+        return self._ht
+
+    @property
+    def Q(self):
+        if not hasattr(self, '_Q'):
+            self._Q = self.ht.Q
+        return self._Q
+
+    @property
+    def Q_p_value(self):
+        self._Q_p_value = self.ht.Q_p_value
+        return self._Q_p_value
+
+    @property
+    def LR(self):
+        self._LR = self.ht.LR
+        return self._LR
+
+    @property
+    def LR_p_value(self):
+        self._LR_p_value = self.ht.LR_p_value
+        return self._LR_p_value
+
+    @property
+    def dof_hom(self):
+        self._dof_hom = self.ht.dof
+        return self._dof_hom
+
+    # shtests
+    @property
+    def shtest(self):
+        if not hasattr(self, '_shtest'):
+            self._shtest = self._mn_test()
+        return self._shtest
+
+    @property
+    def chi2(self):
+        if not hasattr(self, '_chi2'):
+            self._chi2 = self._chi2_test()
+        return self._chi2
+
+    @property
+    def x2(self):
+        if not hasattr(self, '_x2'):
+            self._x2 = sum([c[0] for c in self.chi2])
+        return self._x2
+
+    @property
+    def x2_pvalue(self):
+        if not hasattr(self, '_x2_pvalue'):
+            self._x2_pvalue = 1 - stats.chi2.cdf(self.x2, self.x2_dof)
+        return self._x2_pvalue
+
+    @property
+    def x2_dof(self):
+        if not hasattr(self, '_x2_dof'):
+            k = self.k
+            self._x2_dof = k * (k - 1) * (k - 1)
+        return self._x2_dof
+
     def _calc(self, y, w, classes, k):
-        # lag markov
         ly = pysal.lag_spatial(w, y)
-        npm = np.matrix
         npa = np.array
         if self.fixed:
             l_classes = pysal.Quantiles(ly.flatten(), k=k).yb
@@ -459,7 +528,6 @@ class Spatial_Markov:
             l_classes = npa([pysal.Quantiles(
                 ly[:, i], k=k).yb for i in np.arange(self.cols)])
             l_classes = l_classes.transpose()
-        l_classic = Markov(l_classes)
         T = np.zeros((k, k, k))
         n, t = y.shape
         for t1 in range(t - 1):
@@ -468,23 +536,12 @@ class Spatial_Markov:
                 T[l_classes[i, t1], classes[i, t1], classes[i, t2]] += 1
 
         P = np.zeros_like(T)
-        F = np.zeros_like(T)  # fmpt
-        ss = np.zeros_like(T[0])
         for i, mat in enumerate(T):
             row_sum = mat.sum(axis=1)
             row_sum = row_sum + (row_sum == 0)
             p_i = np.matrix(np.diag(1. / row_sum) * np.matrix(mat))
-            #print i
-            #print mat
-            #print p_i
-            ss[i] = steady_state(p_i).transpose()
-            try:
-                F[i] = fmpt(p_i)
-            except:
-                #pylint; "No exception type(s) specified"
-                print "Singlular fmpt matrix for class ", i
             P[i] = p_i
-        return T, P, ss, F
+        return T, P
 
     def _mn_test(self):
         """
@@ -492,7 +549,6 @@ class Spatial_Markov:
         distributions from the conditional and overall distributions.
         """
         n, t = self.y.shape
-        nt = n * (t - 1)
         n0, n1, n2 = self.T.shape
         rn = range(n0)
         mat = [self._ssmnp_test(
@@ -505,19 +561,19 @@ class Spatial_Markov:
 
         Arguments
         ---------
-        p1       :  array 
+        p1       :  array
                     (k, 1), first steady state probability distribution.
-        p1       :  array 
+        p1       :  array
                     (k, 1), second steady state probability distribution.
         nt       :  int
                     number of transitions to base the test on.
 
         Returns
         -------
-        tuple 
+        tuple
                    (3 elements)
                    (chi2 value, pvalue, degrees of freedom)
- 
+
         """
         p1 = np.array(p1)
         k, c = p1.shape
@@ -542,10 +598,10 @@ class Spatial_Markov:
         return mat
 
     def summary(self, file_name=None):
-        class_names = ["C%d"%i for i in range(self.k)]
-        regime_names = ["LAG%d"%i for i in range(self.k)]
+        class_names = ["C%d" % i for i in range(self.k)]
+        regime_names = ["LAG%d" % i for i in range(self.k)]
         ht = homogeneity(self.T, class_names=class_names,
-            regime_names=regime_names)
+                         regime_names=regime_names)
         title = "Spatial Markov Test"
         if self.variable_name:
             title = title + ": " + self.variable_name
@@ -554,21 +610,22 @@ class Spatial_Markov:
         else:
             ht.summary(title=title)
 
+
 def chi2(T1, T2):
     """
     chi-squared test of difference between two transition matrices.
 
     Parameters
     ----------
-    T1    : matrix 
+    T1    : matrix
             (k, k), matrix of transitions (counts).
-    T2    : matrix 
-            (k, k), matrix of transitions (counts) to use to form the 
+    T2    : matrix
+            (k, k), matrix of transitions (counts) to use to form the
             probabilities under the null.
- 
+
     Returns
     -------
-    	  : tuple 
+          : tuple
             (3 elements).
             (chi2 value, pvalue, degrees of freedom).
 
@@ -576,7 +633,8 @@ def chi2(T1, T2):
     --------
     >>> import pysal
     >>> f = pysal.open(pysal.examples.get_path("usjoin.csv"))
-    >>> pci = np.array([f.by_col[str(y)] for y in range(1929,2010)]).transpose()
+    >>> years = range(1929, 2010)
+    >>> pci = np.array([f.by_col[str(y)] for y in years]).transpose()
     >>> rpci = pci/(pci.mean(axis=0))
     >>> w = pysal.open(pysal.examples.get_path("states48.gal")).read()
     >>> w.transform='r'
@@ -635,39 +693,39 @@ class LISA_Markov(Markov):
 
     Parameters
     ----------
-    y                  : array 
-                         (n, t), n cross-sectional units observed over t time 
+    y                  : array
+                         (n, t), n cross-sectional units observed over t time
                          periods.
     w                  : W
                          spatial weights object.
     permutations       : int, optional
-                         number of permutations used to determine LISA 
-                         significance (the default is 0). 
+                         number of permutations used to determine LISA
+                         significance (the default is 0).
     significance_level : float, optional
-                         significance level (two-sided) for filtering 
-                         significant LISA endpoints in a transition (the 
+                         significance level (two-sided) for filtering
+                         significant LISA endpoints in a transition (the
                          default is 0.05).
-    geoda_quads        : bool 
+    geoda_quads        : bool
                          If True use GeoDa scheme: HH=1, LL=2, LH=3, HL=4.
-                         If False use PySAL Scheme: HH=1, LH=2, LL=3, HL=4. 
-                         (the default is False). 
+                         If False use PySAL Scheme: HH=1, LH=2, LL=3, HL=4.
+                         (the default is False).
 
     Attributes
     ----------
-    chi_2        : tuple 
+    chi_2        : tuple
                    (3 elements)
-                   (chi square test statistic, p-value, degrees of freedom)                   
-                   for test that dynamics of y are independent of dynamics of wy.
-    classes      : array 
+                   (chi square test statistic, p-value, degrees of freedom) for
+                   test that dynamics of y are independent of dynamics of wy.
+    classes      : array
                    (4, 1)
-                   1=HH, 2=LH, 3=LL, 4=HL (own, lag) 
+                   1=HH, 2=LH, 3=LL, 4=HL (own, lag)
                    1=HH, 2=LL, 3=LH, 4=HL (own, lag) (if geoda_quads=True)
-    expected_t   : array 
-                   (4, 4), expected number of transitions under the null that 
+    expected_t   : array
+                   (4, 4), expected number of transitions under the null that
                    dynamics of y are independent of dynamics of wy.
-    move_types   : matrix 
-                   (n, t-1), integer values indicating which type of LISA 
-                   transition occurred (q1 is quadrant in period 1, q2 is 
+    move_types   : matrix
+                   (n, t-1), integer values indicating which type of LISA
+                   transition occurred (q1 is quadrant in period 1, q2 is
                    quadrant in period 2).
 
     .. Table:: Move Types
@@ -693,14 +751,16 @@ class LISA_Markov(Markov):
                    4   4      16
                    ==  ==     ========
 
-    p            : matrix 
+    p            : matrix
                    (k, k), transition probability matrix.
     p_values     : matrix
-                   (n, t), LISA p-values for each end point (if permutations > 0).
+                   (n, t), LISA p-values for each end point (if permutations >
+                   0).
     significant_moves : matrix
-                        (n, t-1), integer values indicating the type and 
-                        significance of a LISA transition. st = 1 if significant 
-                        in period t, else st=0 (if permutations > 0).
+                        (n, t-1), integer values indicating the type and
+                        significance of a LISA transition. st = 1 if
+                        significant in period t, else st=0 (if permutations >
+                        0).
 
     .. Table:: Significant Moves
 
@@ -753,13 +813,13 @@ class LISA_Markov(Markov):
                         4  4   0   0   64
                        == ==  ==  ==  =========
 
-    steady_state : matrix 
+    steady_state : matrix
                    (k, 1), ergodic distribution.
-    transitions  : matrix 
+    transitions  : matrix
                    (4, 4), count of transitions between each state i and j.
-    spillover    : array 
-                   (n, 1) binary array, locations that were not part of a 
-                   cluster in period 1 but joined a prexisting cluster in 
+    spillover    : array
+                   (n, 1) binary array, locations that were not part of a
+                   cluster in period 1 but joined a prexisting cluster in
                    period 2.
 
     Examples
@@ -767,7 +827,8 @@ class LISA_Markov(Markov):
     >>> import pysal as ps
     >>> import numpy as np
     >>> f = ps.open(ps.examples.get_path("usjoin.csv"))
-    >>> pci = np.array([f.by_col[str(y)] for y in range(1929,2010)]).transpose()
+    >>> years = range(1929, 2010)
+    >>> pci = np.array([f.by_col[str(y)] for y in years]).transpose()
     >>> w = ps.open(ps.examples.get_path("states48.gal")).read()
     >>> lm = ps.LISA_Markov(pci,w)
     >>> lm.classes
@@ -791,28 +852,21 @@ class LISA_Markov(Markov):
             [ 0.07481752,  0.85766423,  0.06569343,  0.00182482],
             [ 0.00333333,  0.02266667,  0.948     ,  0.026     ],
             [ 0.04815409,  0.00160514,  0.06420546,  0.88603531]])
-    >>> lm.move_types
-    array([[11, 11, 11, ..., 11, 11, 11],
-           [ 6,  6,  6, ...,  6,  7, 11],
-           [11, 11, 11, ..., 11, 11, 11],
-           ..., 
-           [ 6,  6,  6, ...,  6,  6,  6],
-           [ 1,  1,  1, ...,  6,  6,  6],
-           [16, 16, 16, ..., 16, 16, 16]])
+    >>> lm.move_types[0,:3]
+    array([11, 11, 11])
+    >>> lm.move_types[0,-3:]
+    array([11, 11, 11])
 
     Now consider only moves with one, or both, of the LISA end points being
     significant
 
     >>> np.random.seed(10)
     >>> lm_random = pysal.LISA_Markov(pci, w, permutations=99)
-    >>> lm_random.significant_moves
-    array([[11, 11, 11, ..., 59, 59, 59],
-           [54, 54, 54, ..., 54, 55, 59],
-           [11, 11, 11, ..., 27, 59, 59],
-           ..., 
-           [54, 54, 54, ..., 54, 54, 54],
-           [49, 49, 49, ..., 54, 54, 54],
-           [64, 64, 64, ..., 64, 64, 64]])
+    >>> lm_random.significant_moves[0, :3]
+    array([11, 11, 11])
+    >>> lm_random.significant_moves[0,-3:]
+    array([59, 43, 27])
+
 
     Any value less than 49 indicates at least one of the LISA end points was
     significant. So for example, the first spatial unit experienced a
@@ -824,7 +878,7 @@ class LISA_Markov(Markov):
     Test whether the moves of y are independent of the moves of wy
 
     >>> "Chi2: %8.3f, p: %5.2f, dof: %d" % lm.chi_2
-    'Chi2: 1059.678, p:  0.00, dof: 9'
+    'Chi2: 1058.208, p:  0.00, dof: 9'
 
     Actual transitions of LISAs
 
@@ -866,13 +920,8 @@ class LISA_Markov(Markov):
         y = y.transpose()
         pml = pysal.Moran_Local
         gq = geoda_quads
-
-        #################################################################
-        # have to optimize conditional spatial permutations over a
-        # time series - this is a place holder for the foreclosure paper
-        ml = [pml(yi, w, permutations=permutations, geoda_quads=gq) for yi in y]
-        #################################################################
-
+        ml = ([pml(yi, w, permutations=permutations, geoda_quads=gq)
+               for yi in y])
         q = np.array([mli.q for mli in ml]).transpose()
         classes = np.arange(1, 5)  # no guarantee all 4 quadrants are visited
         Markov.__init__(self, q, classes)
@@ -934,68 +983,69 @@ class LISA_Markov(Markov):
         Parameters
         ----------
         quadrant     : int
-                       which quadrant in the scatterplot should form the core of a
-                       cluster.
+                       which quadrant in the scatterplot should form the core
+                       of a cluster.
         neighbors_on : binary
                        If false, then only the 1st order neighbors of a core
                        location are included in the cluster.
-                       If true, neighbors of cluster core 1st order neighbors are
-                       included in the cluster.
+                       If true, neighbors of cluster core 1st order neighbors
+                       are included in the cluster.
 
         Returns
         -------
-        results      : dictionary   
+        results      : dictionary
                        two keys - values pairs:
                        'components' - array (n, t)
                        values are integer ids (starting at 1) indicating which
                        component/cluster observation i in period t belonged to.
                        'spillover' - array (n, t-1)
-                       binary values indicating if the location was a spill-over
-                       location that became a new member of a previously existing
-                       cluster.
+                       binary values indicating if the location was a
+                       spill-over location that became a new member of a
+                       previously existing cluster.
 
         Examples
         --------
         >>> f = pysal.open(pysal.examples.get_path("usjoin.csv"))
-        >>> pci = np.array([f.by_col[str(y)] for y in range(1929,2010)]).transpose()
+        >>> years = range(1929, 2010)
+        >>> pci = np.array([f.by_col[str(y)] for y in years]).transpose()
         >>> w = pysal.open(pysal.examples.get_path("states48.gal")).read()
         >>> np.random.seed(10)
         >>> lm_random = pysal.LISA_Markov(pci, w, permutations=99)
         >>> r = lm_random.spillover()
         >>> r['components'][:,12]
-        array([ 0.,  1.,  0.,  1.,  0.,  2.,  2.,  0.,  0.,  0.,  0.,  0.,  0.,
-                0.,  0.,  0.,  0.,  2.,  2.,  0.,  0.,  0.,  0.,  0.,  0.,  1.,
-                2.,  2.,  0.,  2.,  0.,  0.,  0.,  0.,  1.,  2.,  2.,  0.,  0.,
-                0.,  0.,  0.,  2.,  0.,  0.,  0.,  0.,  0.])
-        >>> r['components'][:,13]
+        array([ 0.,  0.,  0.,  2.,  0.,  1.,  1.,  0.,  0.,  2.,  0.,  0.,  0.,
+                0.,  0.,  0.,  0.,  1.,  1.,  0.,  0.,  0.,  0.,  0.,  0.,  2.,
+                1.,  1.,  0.,  1.,  0.,  0.,  1.,  0.,  2.,  1.,  1.,  0.,  0.,
+                0.,  0.,  0.,  1.,  0.,  2.,  1.,  0.,  0.])
+        >>> r['components'][:,14]
         array([ 0.,  2.,  0.,  2.,  0.,  1.,  1.,  0.,  0.,  2.,  0.,  0.,  0.,
                 0.,  0.,  0.,  0.,  1.,  1.,  0.,  0.,  0.,  0.,  0.,  0.,  2.,
-                0.,  1.,  0.,  1.,  0.,  0.,  0.,  0.,  2.,  1.,  1.,  0.,  0.,
-                0.,  0.,  2.,  1.,  0.,  2.,  0.,  0.,  0.])
+                0.,  1.,  0.,  1.,  0.,  0.,  1.,  0.,  2.,  1.,  1.,  0.,  0.,
+                0.,  0.,  0.,  1.,  0.,  2.,  1.,  0.,  0.])
         >>> r['spill_over'][:,12]
-        array([ 0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  1.,  0.,  0.,  0.,
-                0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,
-                0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,
-                0.,  0.,  1.,  0.,  0.,  1.,  0.,  0.,  0.])
+        array([ 0.,  1.,  0.,  0.,  1.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,
+                0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  1.,  0.,  0.,
+                0.,  0.,  1.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,
+                0.,  0.,  1.,  0.,  0.,  0.,  0.,  0.,  1.])
 
         Including neighbors of core neighbors
 
         >>> rn = lm_random.spillover(neighbors_on=True)
         >>> rn['components'][:,12]
-        array([ 0.,  2.,  0.,  2.,  2.,  1.,  1.,  0.,  0.,  2.,  0.,  0.,  0.,
-                0.,  0.,  0.,  1.,  1.,  1.,  0.,  0.,  0.,  0.,  0.,  0.,  2.,
-                1.,  1.,  2.,  1.,  0.,  0.,  1.,  0.,  2.,  1.,  1.,  0.,  0.,
-                0.,  0.,  2.,  1.,  1.,  2.,  1.,  0.,  0.])
-        >>> rn["components"][:,13]
-        array([ 0.,  2.,  0.,  2.,  2.,  1.,  1.,  0.,  0.,  2.,  0.,  0.,  0.,
-                0.,  0.,  0.,  0.,  1.,  1.,  0.,  0.,  0.,  0.,  2.,  0.,  2.,
-                1.,  1.,  2.,  1.,  0.,  0.,  1.,  0.,  2.,  1.,  1.,  0.,  0.,
+        array([ 0.,  2.,  0.,  2.,  0.,  1.,  1.,  0.,  0.,  2.,  0.,  1.,  0.,
+                0.,  1.,  0.,  1.,  1.,  1.,  1.,  0.,  0.,  0.,  2.,  0.,  2.,
+                1.,  1.,  0.,  1.,  0.,  0.,  1.,  0.,  2.,  1.,  1.,  0.,  0.,
                 0.,  0.,  2.,  1.,  1.,  2.,  1.,  0.,  2.])
+        >>> rn["components"][:,13]
+        array([ 0.,  2.,  0.,  2.,  2.,  1.,  1.,  0.,  0.,  2.,  0.,  1.,  0.,
+                2.,  1.,  0.,  1.,  1.,  1.,  1.,  0.,  0.,  0.,  2.,  2.,  2.,
+                1.,  1.,  2.,  1.,  0.,  2.,  1.,  2.,  2.,  1.,  1.,  0.,  2.,
+                0.,  2.,  2.,  1.,  1.,  2.,  1.,  0.,  2.])
         >>> rn["spill_over"][:,12]
-        array([ 0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,
-                0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  1.,  0.,  0.,
-                0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,
-                0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  1.])
+        array([ 0.,  0.,  0.,  0.,  1.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,
+                1.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  1.,  0.,
+                0.,  0.,  1.,  0.,  0.,  1.,  0.,  1.,  0.,  0.,  0.,  0.,  1.,
+                0.,  1.,  0.,  0.,  0.,  0.,  0.,  0.,  0.])
 
         """
         n, k = self.q.shape
@@ -1004,8 +1054,8 @@ class LISA_Markov(Markov):
             components = np.zeros((n, k))
             i2id = {}  # handle string keys
             for key in self.w.neighbors.keys():
-                id = self.w.id2i[key]  # pylint "redefining built-in 'id'
-                i2id[id] = key
+                idx = self.w.id2i[key]
+                i2id[idx] = key
             sig_lisas = (self.q == quadrant) \
                 * (self.p_values <= self.significance_level)
             sig_ids = [np.nonzero(
@@ -1045,8 +1095,8 @@ class LISA_Markov(Markov):
                 for j in new_ids:
                     # find j's component in period 2
                     cj = [c for c in components2 if j in c][0]
-                    # for members of j's component in period 2, check if they belonged to
-                    # any components in period 1
+                    # for members of j's component in period 2, check if they
+                    # belonged to any components in period 1
                     for i in cj:
                         if i in c1:
                             spill_ids.append(j)
@@ -1073,18 +1123,23 @@ def kullback(F):
 
     Parameters
     ----------
-    F : array 
+    F : array
         (s, r, r), values are transitions (not probabilities) for
         s strata, r initial states, r terminal states.
 
     Returns
     -------
-    Results : dictionary 
+    Results : dictionary
               (key - value)
-              Conditional homogeneity - (float) test statistic for homogeneity of
-              transition probabilities across strata.
-              Conditional homogeneity pvalue - (float) p-value for test statistic.
-              Conditional homogeneity dof - (int) degrees of freedom =  r(s-1)(r-1).
+
+              Conditional homogeneity - (float) test statistic for homogeneity
+              of transition probabilities across strata.
+
+              Conditional homogeneity pvalue - (float) p-value for test
+              statistic.
+
+              Conditional homogeneity dof - (int) degrees of freedom =
+              r(s-1)(r-1).
 
     Notes
     -----
@@ -1139,9 +1194,6 @@ def kullback(F):
     FIJd1 = FIJd + (FIJd == 0)
     T4 = 2 * (FIJd * np.log(FIJd1)).sum()
 
-    FIdd = F.sum(axis=1).sum(axis=1)
-    T5 = 2 * (FIdd * np.log(FIdd)).sum()
-
     T6 = F.sum()
     T6 = 2 * T6 * np.log(T6)
 
@@ -1256,17 +1308,18 @@ def shorrock(pmat):
     sh = (k - t) / (k - 1)
     return sh
 
-def homogeneity(transition_matrices, regime_names=[], class_names=[], \
-                     title="Markov Homogeneity Test"):
+
+def homogeneity(transition_matrices, regime_names=[], class_names=[],
+                title="Markov Homogeneity Test"):
     """
     Test for homogeneity of Markov transition probabilities across regimes.
 
     Parameters
     ----------
-    transition_matrices : list 
-                          of transition matrices for regimes, all matrices must 
-                          have same size (r, c). r is the number of rows in the 
-                          transition matrix and c is the number of columns in 
+    transition_matrices : list
+                          of transition matrices for regimes, all matrices must
+                          have same size (r, c). r is the number of rows in the
+                          transition matrix and c is the number of columns in
                           the transition matrix.
     regime_names        : sequence
                           Labels for the regimes.
@@ -1276,26 +1329,26 @@ def homogeneity(transition_matrices, regime_names=[], class_names=[], \
                           name of test.
 
     Returns
-    -------     
-    			: implicit            
+    -------
+                        : implicit
                           an instance of Homogeneity_Results.
     """
 
     return Homogeneity_Results(transition_matrices, regime_names=regime_names,
-                                 class_names= class_names,
-                                 title=title)
+                               class_names=class_names, title=title)
+
 
 class Homogeneity_Results:
     """
     Wrapper class to present homogeneity results.
- 
+
     Parameters
     ----------
     transition_matrices : list
-                          of transition matrices for regimes, all matrices must 
+                          of transition matrices for regimes, all matrices must
                           have same size (r, c). r is the number of rows in
                           the transition matrix and c is the number of columns
-                          in the transition matrix.                       
+                          in the transition matrix.
     regime_names        : sequence
                           Labels for the regimes.
     class_names         : sequence
@@ -1312,31 +1365,31 @@ class Homogeneity_Results:
     (2003) [Bickenbach2003]_.
 
     Examples
-    -------- 
+    --------
     See Spatial_Markov above.
 
     """
 
-    def __init__(self, transition_matrices, regime_names=[], class_names = [],
-            title="Markov Homogeneity Test"):
+    def __init__(self, transition_matrices, regime_names=[], class_names=[],
+                 title="Markov Homogeneity Test"):
         self._homogeneity(transition_matrices)
-        self.regime_names=regime_names
+        self.regime_names = regime_names
         self.class_names = class_names
         self.title = title
 
     def _homogeneity(self, transition_matrices):
         # form null transition probability matrix
         M = np.array(transition_matrices)
-        m,r,k = M.shape
+        m, r, k = M.shape
         self.k = k
-        B = np.zeros((r,m))
+        B = np.zeros((r, m))
         T = M.sum(axis=0)
         self.t_total = T.sum()
         n_i = T.sum(axis=1)
-        A_i = (T>0).sum(axis=1)
-        A_im = np.zeros((r,m))
-        p_ij = np.dot(np.diag(1./(n_i + (n_i==0)*1.)), T)
-        den = p_ij + 1. * (p_ij==0)
+        A_i = (T > 0).sum(axis=1)
+        A_im = np.zeros((r, m))
+        p_ij = np.dot(np.diag(1./(n_i + (n_i == 0)*1.)), T)
+        den = p_ij + 1. * (p_ij == 0)
         b_i = np.zeros_like(A_i)
         p_ijm = np.zeros_like(M)
         # get dimensions
@@ -1346,12 +1399,12 @@ class Homogeneity_Results:
         LR = 0.0
         lr_table = np.zeros_like(M)
         q_table = np.zeros_like(M)
-        
+
         for nijm in M:
             nim = nijm.sum(axis=1)
-            B[:,m] = 1.*(nim>0)
-            b_i = b_i + 1. * (nim>0)
-            p_ijm[m] = np.dot(np.diag(1./(nim + (nim==0)*1.)),nijm)
+            B[:, m] = 1.*(nim > 0)
+            b_i = b_i + 1. * (nim > 0)
+            p_ijm[m] = np.dot(np.diag(1./(nim + (nim == 0)*1.)), nijm)
             num = (p_ijm[m]-p_ij)**2
             ratio = num / den
             qijm = np.dot(np.diag(nim), ratio)
@@ -1359,8 +1412,8 @@ class Homogeneity_Results:
             Q = Q + qijm.sum()
             # only use nonzero pijm in lr test
             mask = (nijm > 0) * (p_ij > 0)
-            A_im[:,m] = (nijm>0).sum(axis=1)
-            unmask = 1.0 * (mask==0)
+            A_im[:, m] = (nijm > 0).sum(axis=1)
+            unmask = 1.0 * (mask == 0)
             ratio = (mask * p_ijm[m] + unmask) / (mask * p_ij + unmask)
             lr = nijm * np.log(ratio)
             LR = LR + lr.sum()
@@ -1385,20 +1438,20 @@ class Homogeneity_Results:
         self.p_h1 = p_ijm
 
     def summary(self, file_name=None, title="Markov Homogeneity Test"):
-        regime_names = ["%d"%i for i in range(self.m)]
+        regime_names = ["%d" % i for i in range(self.m)]
         if self.regime_names:
             regime_names = self.regime_names
-        cols = ["P(%s)"%str(regime) for regime in regime_names]
+        cols = ["P(%s)" % str(regime) for regime in regime_names]
         if not self.class_names:
             self.class_names = range(self.k)
 
         max_col = max([len(col) for col in cols])
-        col_width = max([5, max_col]) #probabilities have 5 chars
+        col_width = max([5, max_col])  # probabilities have 5 chars
         n_tabs = self.k
         width = n_tabs * 4 + (self.k+1)*col_width
-        lead = "-"* width
+        lead = "-" * width
         head = title.center(width)
-        contents = [lead,head,lead]
+        contents = [lead, head, lead]
         l = "Number of regimes: %d" % int(self.m)
         k = "Number of classes: %d" % int(self.k)
         r = "Regime names: "
@@ -1409,51 +1462,54 @@ class Homogeneity_Results:
         contents.append(l)
         contents.append(r)
         contents.append(lead)
-        h = "%7s %20s %20s"%('Test', 'LR', 'Chi-2')
+        h = "%7s %20s %20s" % ('Test', 'LR', 'Chi-2')
         contents.append(h)
-        stat = "%7s %20.3f %20.3f"%('Stat.', self.LR, self.Q)
+        stat = "%7s %20.3f %20.3f" % ('Stat.', self.LR, self.Q)
         contents.append(stat)
-        stat = "%7s %20d %20d"%('DOF', self.dof, self.dof)
+        stat = "%7s %20d %20d" % ('DOF', self.dof, self.dof)
         contents.append(stat)
-        stat = "%7s %20.3f %20.3f"%('p-value', self.LR_p_value,
-            self.Q_p_value)
+        stat = "%7s %20.3f %20.3f" % ('p-value', self.LR_p_value,
+                                      self.Q_p_value)
         contents.append(stat)
-        print "\n".join(contents)
-        print lead
+        print("\n".join(contents))
+        print(lead)
 
-        cols = ["P(%s)"%str(regime) for regime in self.regime_names]
+        cols = ["P(%s)" % str(regime) for regime in self.regime_names]
         if not self.class_names:
             self.class_names = range(self.k)
-        cols.extend(["%s"%str(cname) for cname in self.class_names])
+        cols.extend(["%s" % str(cname) for cname in self.class_names])
 
         max_col = max([len(col) for col in cols])
-        col_width = max([5, max_col]) #probabilities have 5 chars
+        col_width = max([5, max_col])  # probabilities have 5 chars
         p0 = []
-        line0 = [  '{s: <{w}}'.format(s="P(H0)",w=col_width)   ]
-        line0.extend([ '{s: >{w}}'.format(s=cname,w=col_width) for cname in self.class_names])
-        print "    ".join(line0)
+        line0 = ['{s: <{w}}'.format(s="P(H0)", w=col_width)]
+        line0.extend((['{s: >{w}}'.format(s=cname, w=col_width) for cname in
+                       self.class_names]))
+        print("    ".join(line0))
         p0.append("&".join(line0))
-        for i,row in enumerate(self.p_h0):
-            line = ["%*s"%(col_width, str(self.class_names[i]))]
-            line.extend(["%*.3f"%(col_width,v) for v in row])
-            print  "    ".join(line)
+        for i, row in enumerate(self.p_h0):
+            line = ["%*s" % (col_width, str(self.class_names[i]))]
+            line.extend(["%*.3f" % (col_width, v) for v in row])
+            print("    ".join(line))
             p0.append("&".join(line))
         pmats = [p0]
 
-        print lead
+        print(lead)
         for r, p1 in enumerate(self.p_h1):
             p0 = []
-            line0 = [  '{s: <{w}}'.format(s="P(%s)"%regime_names[r],w=col_width)   ]
-            line0.extend([ '{s: >{w}}'.format(s=cname,w=col_width) for cname in self.class_names])
-            print "    ".join(line0)
+            line0 = ['{s: <{w}}'.format(s="P(%s)" %
+                                        regime_names[r], w=col_width)]
+            line0.extend((['{s: >{w}}'.format(s=cname, w=col_width) for cname
+                           in self.class_names]))
+            print("    ".join(line0))
             p0.append("&".join(line0))
-            for i,row in enumerate(p1):
-                line = ["%*s"%(col_width, str(self.class_names[i]))]
-                line.extend(["%*.3f"%(col_width,v) for v in row])
-                print  "    ".join(line)
+            for i, row in enumerate(p1):
+                line = ["%*s" % (col_width, str(self.class_names[i]))]
+                line.extend(["%*.3f" % (col_width, v) for v in row])
+                print("    ".join(line))
                 p0.append("&".join(line))
-            pmats.append(p0) 
-            print lead
+            pmats.append(p0)
+            print(lead)
 
         if file_name:
             k = self.k
@@ -1461,35 +1517,35 @@ class Homogeneity_Results:
             with open(file_name, 'w') as f:
                 c = []
                 fmt = "r"*(k+1)
-                s="\\begin{tabular}{|%s|}\\hline\n"%fmt
-                s+= "\\multicolumn{%s}{|c|}{%s}"%(ks,title)
+                s = "\\begin{tabular}{|%s|}\\hline\n" % fmt
+                s += "\\multicolumn{%s}{|c|}{%s}" % (ks, title)
                 c.append(s)
-                s = "Number of classes: %d"%int(self.k)
-                c.append("\\hline\\multicolumn{%s}{|l|}{%s}"%(ks,s))
-                s = "Number of transitions: %d"%int(self.t_total)
-                c.append("\\multicolumn{%s}{|l|}{%s}"%(ks,s))
-                s = "Number of regimes: %d"%int(self.m)
-                c.append("\\multicolumn{%s}{|l|}{%s}"%(ks,s))
+                s = "Number of classes: %d" % int(self.k)
+                c.append("\\hline\\multicolumn{%s}{|l|}{%s}" % (ks, s))
+                s = "Number of transitions: %d" % int(self.t_total)
+                c.append("\\multicolumn{%s}{|l|}{%s}" % (ks, s))
+                s = "Number of regimes: %d" % int(self.m)
+                c.append("\\multicolumn{%s}{|l|}{%s}" % (ks, s))
                 s = "Regime names: "
                 s += ", ".join(regime_names)
-                c.append("\\multicolumn{%s}{|l|}{%s}"%(ks,s))
-                s = "\\hline\\multicolumn{2}{|l}{%s}"%("Test")
+                c.append("\\multicolumn{%s}{|l|}{%s}" % (ks, s))
+                s = "\\hline\\multicolumn{2}{|l}{%s}" % ("Test")
                 s += "&\\multicolumn{2}{r}{LR}&\\multicolumn{2}{r|}{Q}"
                 c.append(s)
                 s = "Stat."
-                s = "\\multicolumn{2}{|l}{%s}"%(s)
-                s += "&\\multicolumn{2}{r}{%.3f}"%self.LR
-                s += "&\\multicolumn{2}{r|}{%.3f}"%self.Q
+                s = "\\multicolumn{2}{|l}{%s}" % (s)
+                s += "&\\multicolumn{2}{r}{%.3f}" % self.LR
+                s += "&\\multicolumn{2}{r|}{%.3f}" % self.Q
                 c.append(s)
-                s = "\\multicolumn{2}{|l}{%s}"%("DOF")
-                s += "&\\multicolumn{2}{r}{%d}"%int(self.dof)
-                s += "&\\multicolumn{2}{r|}{%d}"%int(self.dof)
+                s = "\\multicolumn{2}{|l}{%s}" % ("DOF")
+                s += "&\\multicolumn{2}{r}{%d}" % int(self.dof)
+                s += "&\\multicolumn{2}{r|}{%d}" % int(self.dof)
                 c.append(s)
-                s = "\\multicolumn{2}{|l}{%s}"%("p-value")
-                s += "&\\multicolumn{2}{r}{%.3f}"%self.LR_p_value
-                s += "&\\multicolumn{2}{r|}{%.3f}"%self.Q_p_value
+                s = "\\multicolumn{2}{|l}{%s}" % ("p-value")
+                s += "&\\multicolumn{2}{r}{%.3f}" % self.LR_p_value
+                s += "&\\multicolumn{2}{r|}{%.3f}" % self.Q_p_value
                 c.append(s)
-                s1 =  "\\\\\n".join(c)
+                s1 = "\\\\\n".join(c)
                 s1 += "\\\\\n"
                 c = []
                 for mat in pmats:
diff --git a/pysal/spatial_dynamics/tests/test_markov.py b/pysal/spatial_dynamics/tests/test_markov.py
index 8164674..9f92f90 100644
--- a/pysal/spatial_dynamics/tests/test_markov.py
+++ b/pysal/spatial_dynamics/tests/test_markov.py
@@ -2,6 +2,7 @@ import unittest
 import pysal
 from pysal.spatial_dynamics import markov
 import numpy as np
+from pysal.common import RTOL
 
 
 class test_Markov(unittest.TestCase):
@@ -45,12 +46,16 @@ class test_Spatial_Markov(unittest.TestCase):
         w = pysal.open(pysal.examples.get_path("states48.gal")).read()
         w.transform = 'r'
         sm = pysal.Spatial_Markov(rpci, w, fixed=True, k=5)
-        S = np.array(
-            [[0.43509425, 0.2635327, 0.20363044, 0.06841983, 0.02932278],
-            [0.13391287, 0.33993305, 0.25153036, 0.23343016, 0.04119356],
-            [0.12124869, 0.21137444, 0.2635101, 0.29013417, 0.1137326],
-            [0.0776413, 0.19748806, 0.25352636, 0.22480415, 0.24654013],
-            [0.01776781, 0.19964349, 0.19009833, 0.25524697, 0.3372434]])
+        S = np.array([[0.43509425, 0.2635327, 0.20363044, 0.06841983,
+                       0.02932278], [0.13391287, 0.33993305, 0.25153036,
+                                     0.23343016, 0.04119356], [0.12124869,
+                                                               0.21137444,
+                                                               0.2635101,
+                                                               0.29013417,
+                                                               0.1137326],
+                      [0.0776413, 0.19748806, 0.25352636, 0.22480415,
+                       0.24654013], [0.01776781, 0.19964349, 0.19009833,
+                                     0.25524697, 0.3372434]])
         np.testing.assert_array_almost_equal(S, sm.S)
 
 
@@ -65,11 +70,11 @@ class test_chi2(unittest.TestCase):
         w.transform = 'r'
         sm = pysal.Spatial_Markov(rpci, w, fixed=True, k=5)
         chi = np.matrix([[4.05598541e+01, 6.44644317e-04, 1.60000000e+01],
-		         [5.54751974e+01, 2.97033748e-06, 1.60000000e+01],
-			 [1.77528996e+01, 3.38563882e-01, 1.60000000e+01],
-			 [4.00390961e+01, 7.68422046e-04, 1.60000000e+01],
-			 [4.67966803e+01, 7.32512065e-05,
-				 1.60000000e+01]]).getA()
+                         [5.54751974e+01, 2.97033748e-06, 1.60000000e+01],
+                         [1.77528996e+01, 3.38563882e-01, 1.60000000e+01],
+                         [4.00390961e+01, 7.68422046e-04, 1.60000000e+01],
+                         [4.67966803e+01, 7.32512065e-05,
+                          1.60000000e+01]]).getA()
         obs = np.matrix(sm.chi2).getA()
         np.testing.assert_array_almost_equal(obs, chi)
         obs = np.matrix(
@@ -92,46 +97,38 @@ class test_LISA_Markov(unittest.TestCase):
         lm = pysal.LISA_Markov(pci, w)
         obs = np.array([1, 2, 3, 4])
         np.testing.assert_array_almost_equal(obs, lm.classes)
-        """
-        >>> lm.steady_state
-        matrix([[ 0.28561505],
-                [ 0.14190226],
-                [ 0.40493672],
-                [ 0.16754598]])
-        >>> lm.transitions
-        array([[  1.08700000e+03,   4.40000000e+01,   4.00000000e+00,
-                  3.40000000e+01],
-               [  4.10000000e+01,   4.70000000e+02,   3.60000000e+01,
-                  1.00000000e+00],
-               [  5.00000000e+00,   3.40000000e+01,   1.42200000e+03,
-                  3.90000000e+01],
-               [  3.00000000e+01,   1.00000000e+00,   4.00000000e+01,
-                  5.52000000e+02]])
-        >>> lm.p
-        matrix([[ 0.92985458,  0.03763901,  0.00342173,  0.02908469],
-                [ 0.07481752,  0.85766423,  0.06569343,  0.00182482],
-                [ 0.00333333,  0.02266667,  0.948     ,  0.026     ],
-                [ 0.04815409,  0.00160514,  0.06420546,  0.88603531]])
-        >>> lm.move_types
-        array([[ 11.,  11.,  11., ...,  11.,  11.,  11.],
-               [  6.,   6.,   6., ...,   6.,   7.,  11.],
-               [ 11.,  11.,  11., ...,  11.,  11.,  11.],
-               ...,
-               [  6.,   6.,   6., ...,   6.,   6.,   6.],
-               [  1.,   1.,   1., ...,   6.,   6.,   6.],
-               [ 16.,  16.,  16., ...,  16.,  16.,  16.]])
-        >>> np.random.seed(10)
-        >>> lm_random = pysal.LISA_Markov(pci, w, permutations=99)
-        >>> lm_random.significant_moves
-        array([[11, 11, 11, ..., 59, 59, 59],
-               [54, 54, 54, ..., 54, 55, 59],
-               [11, 11, 11, ..., 11, 59, 59],
-               ...,
-               [54, 54, 54, ..., 54, 54, 54],
-               [49, 49, 49, ..., 54, 54, 54],
-               [64, 64, 64, ..., 64, 64, 64]])
-
-        """
+        ss = np.matrix([[0.28561505], [0.14190226], [0.40493672],
+                        [0.16754598]])
+        np.testing.assert_array_almost_equal(lm.steady_state, ss)
+        transitions = np.array([[1.08700000e+03, 4.40000000e+01,
+                                 4.00000000e+00, 3.40000000e+01], [
+                                     4.10000000e+01, 4.70000000e+02,
+                                     3.60000000e+01, 1.00000000e+00], [
+                                         5.00000000e+00, 3.40000000e+01,
+                                         1.42200000e+03, 3.90000000e+01], [
+                                             3.00000000e+01,   1.00000000e+00,
+                                             4.00000000e+01, 5.52000000e+02]])
+        np.testing.assert_array_almost_equal(lm.transitions, transitions)
+        p = np.matrix([[0.92985458,  0.03763901,  0.00342173,  0.02908469],
+                       [0.07481752, 0.85766423, 0.06569343, 0.00182482],
+                       [0.00333333, 0.02266667, 0.948, 0.026], [0.04815409,
+                                                                0.00160514,
+                                                                0.06420546,
+                                                                0.88603531]])
+        np.testing.assert_array_almost_equal(lm.p, p)
+        np.random.seed(10)
+        lm_random = pysal.LISA_Markov(pci, w, permutations=99)
+        expected = np.array([[1.12328098e+03,   1.15377356e+01,
+                              3.47522158e-01, 3.38337644e+01], [
+                                  3.50272664e+00,   5.28473882e+02,
+                                  1.59178880e+01, 1.05503814e-01], [
+                                      1.53878082e-01,   2.32163556e+01,
+                                      1.46690710e+03, 9.72266513e+00], [
+                                          9.60775143e+00,   9.86856346e-02,
+                                          6.23537392e+00, 6.07058189e+02]])
+        np.testing.assert_allclose(lm_random.expected_t, expected, RTOL)
+        c = np.array([1058.207904, 0., 9.])
+        np.testing.assert_allclose(lm_random.chi_2, c, RTOL)
 
 
 class test_kullback(unittest.TestCase):
@@ -158,10 +155,10 @@ class test_kullback(unittest.TestCase):
         res = markov.kullback(F)
         np.testing.assert_array_almost_equal(160.96060031170782,
                                              res['Conditional homogeneity'])
-        np.testing.assert_array_almost_equal(30,
-                                             res['Conditional homogeneity dof'])
-        np.testing.assert_array_almost_equal(0.0,
-                                             res['Conditional homogeneity pvalue'])
+        dof = res['Conditional homogeneity dof']
+        np.testing.assert_array_almost_equal(30, dof)
+        p_value = res['Conditional homogeneity pvalue']
+        np.testing.assert_array_almost_equal(0.0, p_value)
 
 
 class test_prais(unittest.TestCase):
diff --git a/pysal/spreg/diagnostics_sur.py b/pysal/spreg/diagnostics_sur.py
index 71f5541..2425641 100644
--- a/pysal/spreg/diagnostics_sur.py
+++ b/pysal/spreg/diagnostics_sur.py
@@ -4,7 +4,7 @@ Diagnostics for SUR and 3SLS estimation
 
 __author__= "Luc Anselin lanselin at gmail.com,    \
              Pedro V. Amaral pedrovma at gmail.com"
-            
+
 
 import numpy as np
 import scipy.stats as stats
@@ -18,18 +18,18 @@ __all__ = ['sur_setp','sur_lrtest','sur_lmtest','lam_setp','surLMe']
 
 def sur_setp(bigB,varb):
     ''' Utility to compute standard error, t and p-value
-    
+
     Parameters
     ----------
     bigB    : dictionary of regression coefficient estimates,
               one vector by equation
     varb    : variance-covariance matrix of coefficients
-    
+
     Returns
     -------
     surinfdict : dictionary with standard error, t-value, and
                  p-value array, one for each equation
-    
+
     '''
     vvb = varb.diagonal()
     n_eq = len(bigB.keys())
@@ -44,10 +44,10 @@ def sur_setp(bigB,varb):
     surinf = np.hstack((se,t,tp))
     surinfdict = sur_mat2dict(surinf,bigK)
     return surinfdict
-    
+
 def lam_setp(lam,vm):
     """Standard errors, t-test and p-value for lambda in SUR Error ML
-    
+
     Parameters
     ----------
     lam        : n_eq x 1 array with ML estimates for spatial error
@@ -55,12 +55,12 @@ def lam_setp(lam,vm):
     vm         : n_eq x n_eq subset of variance-covariance matrix for
                  lambda and Sigma in SUR Error ML
                  (needs to be subset from full vm)
-                 
+
     Returns
     -------
                : tuple with arrays for standard error, t-value and p-value
                  (each element in the tuple is an n_eq x 1 array)
-        
+
     """
     vvb = vm.diagonal()
     se = np.sqrt(vvb)
@@ -71,42 +71,42 @@ def lam_setp(lam,vm):
 
 def sur_lrtest(n,n_eq,ldetS0,ldetS1):
     ''' Likelihood Ratio test on off-diagonal elements of Sigma
-    
+
         Parameters
         ----------
         n        : cross-sectional dimension (number of observations for an equation)
         n_eq     : number of equations
         ldetS0   : log determinant of Sigma for OLS case
         ldetS1   : log determinant of Sigma for SUR case (should be iterated)
-        
+
         Returns
         -------
         (lrtest,M,pvalue) : tupel with value of test statistic (lrtest),
                             degrees of freedom (M, as an integer)
                             p-value
-    
+
     '''
     M = n_eq * (n_eq - 1)/2.0
     lrtest = n * (ldetS0 - ldetS1)
     pvalue = stats.chi2.sf(lrtest,M)
     return (lrtest,int(M),pvalue)
 
-    
+
 def sur_lmtest(n,n_eq,sig):
     ''' Lagrange Multiplier test on off-diagonal elements of Sigma
-    
+
         Parameters
         ----------
         n        : cross-sectional dimension (number of observations for an equation)
         n_eq     : number of equations
         sig      : inter-equation covariance matrix for null model (OLS)
-        
+
         Returns
         -------
         (lmtest,M,pvalue) : tupel with value of test statistic (lmtest),
                             degrees of freedom (M, as an integer)
                             p-value
-    
+
     '''
     R = sur_corr(sig)
     tr = np.trace(np.dot(R.T,R))
@@ -115,22 +115,22 @@ def sur_lmtest(n,n_eq,sig):
     pvalue = stats.chi2.sf(lmtest,M)
     return (lmtest,int(M),pvalue)
 
-    
+
 def surLMe(n_eq,WS,bigE,sig):
     """Lagrange Multiplier test on error spatial autocorrelation in SUR
-    
+
     Parameters
     ----------
     n_eq       : number of equations
     WS         : spatial weights matrix in sparse form
     bigE       : n x n_eq matrix of residuals by equation
     sig        : cross-equation error covariance matrix
-    
+
     Returns
     -------
     (LMe,n_eq,pvalue) : tupel with value of statistic (LMe), degrees
                         of freedom (n_eq) and p-value
-    
+
     """
     # spatially lagged residuals
     WbigE = WS * bigE
@@ -155,16 +155,16 @@ def surLMe(n_eq,WS,bigE,sig):
     LMe = np.dot(np.dot(score.T,idenom),score)[0][0]
     pvalue = stats.chi2.sf(LMe,n_eq)
     return (LMe,n_eq,pvalue)
-    
+
 def sur_chow(n_eq,bigK,bSUR,varb):
     """test on constancy of regression coefficients across equations in
        a SUR specification
-       
+
        Note: requires a previous check on constancy of number of coefficients
              across equations; no other checks are carried out, so it is possible
              that the results are meaningless if the variables are not listed in
              the same order in each equation.
-             
+
        Parameters
        ----------
        n_eq       : integer, number of equations
@@ -172,13 +172,13 @@ def sur_chow(n_eq,bigK,bSUR,varb):
        bSUR       : dictionary with the SUR regression coefficients by equation
        varb       : array with the variance-covariance matrix for the SUR regression
                     coefficients
-                    
+
        Returns
        -------
        test       : a list with for each coefficient (in order) a tuple with the
                     value of the test statistic, the degrees of freedom, and the
                     p-value
-    
+
     """
     kr = bigK[0][0]
     test = []
@@ -191,24 +191,24 @@ def sur_chow(n_eq,bigK,bSUR,varb):
         tt,p = wald_test(bb,Ri,np.zeros((df,1)),varb)
         test.append((tt,df,p))
     return test
-    
+
 def sur_joinrho(n_eq,bigK,bSUR,varb):
     """Test on joint significance of spatial autoregressive coefficient in SUR
-    
+
        Parameters
        ----------
        n_eq       : integer, number of equations
        bigK       : n_eq x 1 array with number of variables by equation
-                    (includes constant term, exogenous and endogeneous and 
+                    (includes constant term, exogenous and endogeneous and
                     spatial lag)
        bSUR       : dictionary with regression coefficients by equation, with
                     the spatial autoregressive term as last
        varb       : variance-covariance matrix for regression coefficients
-       
+
        Returns
        -------
                   : tuple with test statistic, degrees of freedom, p-value
-        
+
     """
     bb = sur_dict2mat(bSUR)
     R = np.zeros((n_eq,varb.shape[0]))
@@ -218,4 +218,4 @@ def sur_joinrho(n_eq,bigK,bSUR,varb):
         kc = kc + bigK[i]
         R[i,kc] = 1
     w,p = wald_test(bb,R,q,varb)
-    return (w,n_eq,p)
\ No newline at end of file
+    return (w,n_eq,p)
diff --git a/pysal/spreg/ml_error.py b/pysal/spreg/ml_error.py
index ce26a97..0bdf9c0 100644
--- a/pysal/spreg/ml_error.py
+++ b/pysal/spreg/ml_error.py
@@ -22,6 +22,7 @@ try:
     minimize_scalar_available = True
 except ImportError:
     minimize_scalar_available = False
+from .sputils import spdot, spfill_diagonal, spinv
 
 __all__ = ["ML_Error"]
 
@@ -186,12 +187,14 @@ class BaseML_Error(RegressionPropsY, RegressionPropsVM, REGI.Regimes_Frame):
                                       args=(self.n, self.y, ylag, 
                                             self.x, xlag, I, Wsp),
                                       method='bounded', tol=epsilon)
+                W = Wsp
             elif methodML == 'ORD':
                 # check on symmetry structure
                 if w.asymmetry(intrinsic=False) == []:
                     ww = symmetrize(w)
-                    WW = ww.todense()
+                    WW = np.array(ww.todense())
                     evals = la.eigvalsh(WW)
+                    W = WW
                 else:
                     W = w.full()[0]      # need dense here
                     evals = la.eigvals(W)
@@ -201,7 +204,7 @@ class BaseML_Error(RegressionPropsY, RegressionPropsVM, REGI.Regimes_Frame):
                           xlag, evals), method='bounded',
                     tol=epsilon)
         else:
-            raise Exception, "{0} is an unsupported method".format(method)
+            raise Exception("{0} is an unsupported method".format(method))
 
         self.lam = res.x
 
@@ -237,16 +240,16 @@ class BaseML_Error(RegressionPropsY, RegressionPropsVM, REGI.Regimes_Frame):
         # variance-covariance matrix lambda, sigma
 
         a = -self.lam * W
-        np.fill_diagonal(a, 1.0)
-        ai = la.inv(a)
-        wai = np.dot(W, ai)
-        tr1 = np.trace(wai)
+        spfill_diagonal(a, 1.0)
+        ai = spinv(a)
+        wai = spdot(W, ai)
+        tr1 = wai.diagonal().sum()
 
-        wai2 = np.dot(wai, wai)
-        tr2 = np.trace(wai2)
+        wai2 = spdot(wai, wai)
+        tr2 = wai2.diagonal().sum()
 
-        waiTwai = np.dot(wai.T, wai)
-        tr3 = np.trace(waiTwai)
+        waiTwai = spdot(wai.T, wai)
+        tr3 = waiTwai.diagonal().sum()
 
         v1 = np.vstack((tr2 + tr3,
                         tr1 / self.sig2))
diff --git a/pysal/spreg/ml_lag.py b/pysal/spreg/ml_lag.py
index dd322b1..990ee32 100644
--- a/pysal/spreg/ml_lag.py
+++ b/pysal/spreg/ml_lag.py
@@ -11,7 +11,8 @@ import numpy.linalg as la
 from scipy import sparse as sp
 from scipy.sparse.linalg import splu as SuperLU
 import pysal as ps
-from utils import RegressionPropsY, RegressionPropsVM, inverse_prod, spdot
+from utils import RegressionPropsY, RegressionPropsVM, inverse_prod
+from sputils import spdot, spfill_diagonal, spinv, spbroadcast
 import diagnostics as DIAG
 import user_output as USER
 import summary_output as SUMMARY
@@ -202,6 +203,7 @@ class BaseML_Lag(RegressionPropsY, RegressionPropsVM):
             elif methodML == 'LU':
                 I = sp.identity(w.n)
                 Wsp = w.sparse  # moved here
+                W = Wsp
                 res = minimize_scalar(lag_c_loglik_sp, 0.0, bounds=(-1.0,1.0),
                                       args=(self.n, e0, e1, I, Wsp),
                                       method='bounded', tol=epsilon)
@@ -209,8 +211,9 @@ class BaseML_Lag(RegressionPropsY, RegressionPropsVM):
                 # check on symmetry structure
                 if w.asymmetry(intrinsic=False) == []:
                     ww = symmetrize(w)
-                    WW = ww.todense()
+                    WW = np.array(ww.todense())
                     evals = la.eigvalsh(WW)
+                    W = WW
                 else:
                     W = w.full()[0]     # moved here
                     evals = la.eigvals(W)
@@ -245,20 +248,23 @@ class BaseML_Lag(RegressionPropsY, RegressionPropsVM):
         self.e_pred = self.y - self.predy_e
 
         # residual variance
+        self._cache = {}
         self.sig2 = self.sig2n  # no allowance for division by n-k
 
         # information matrix
+        # if w should be kept sparse, how can we do the following:
         a = -self.rho * W
-        np.fill_diagonal(a, 1.0)
-        ai = la.inv(a)
-        wai = np.dot(W, ai)
-        tr1 = np.trace(wai)
+        spfill_diagonal(a, 1.0)
+        ai = spinv(a)
+        wai = spdot(W, ai)
+        tr1 = wai.diagonal().sum() #same for sparse and dense
 
         wai2 = np.dot(wai, wai)
-        tr2 = np.trace(wai2)
+        tr2 = wai2.diagonal().sum()
 
         waiTwai = np.dot(wai.T, wai)
-        tr3 = np.trace(waiTwai)
+        tr3 = waiTwai.diagonal().sum()
+        ### to here
 
         wpredy = ps.lag_spatial(w, self.predy_e)
         wpyTwpy = np.dot(wpredy.T, wpredy)
@@ -562,7 +568,7 @@ def lag_c_loglik(rho, n, e0, e1, W):
     sig2 = np.dot(er.T, er) / n
     nlsig2 = (n / 2.0) * np.log(sig2)
     a = -rho * W
-    np.fill_diagonal(a, 1.0)
+    spfill_diagonal(a, 1.0)
     jacob = np.log(np.linalg.det(a))
     # this is the negative of the concentrated log lik for minimization
     clik = nlsig2 - jacob
diff --git a/pysal/spreg/sputils.py b/pysal/spreg/sputils.py
new file mode 100644
index 0000000..0fde0e9
--- /dev/null
+++ b/pysal/spreg/sputils.py
@@ -0,0 +1,275 @@
+import numpy as np
+import numpy.linalg as la
+import scipy.sparse as SP
+import scipy
+from scipy.sparse import linalg as SPla
+
+def spdot(a, b, array_out=True):
+    """
+    Matrix multiplication function to deal with sparse and dense objects
+
+    Parameters
+    ----------
+
+    a           : array
+                  first multiplication factor. Can either be sparse or dense.
+    b           : array
+                  second multiplication factor. Can either be sparse or dense.
+    array_out   : boolean
+                  If True (default) the output object is always a np.array
+
+    Returns
+    -------
+
+    ab : array
+         product of a times b. Sparse if a and b are sparse. Dense otherwise.
+    """
+    if type(a).__name__ == 'ndarray' and type(b).__name__ == 'ndarray':
+        ab = np.dot(a, b)
+    elif type(a).__name__ == 'csr_matrix' or type(b).__name__ == 'csr_matrix' \
+            or type(a).__name__ == 'csc_matrix' or type(b).__name__ == 'csc_matrix':
+        ab = a * b
+        if array_out:
+            if type(ab).__name__ == 'csc_matrix' or type(ab).__name__ == 'csr_matrix':
+                ab = ab.toarray()
+    else:
+        raise Exception, "Invalid format for 'spdot' argument: %s and %s" % (
+            type(a).__name__, type(b).__name__)
+    return ab
+
+
+def spmultiply(a, b, array_out=True):
+    """
+    Element-wise multiplication function to deal with sparse and dense
+    objects. Both objects must be of the same type.
+
+    Parameters
+    ----------
+
+    a           : array
+                  first multiplication factor. Can either be sparse or dense.
+    b           : array
+                  second multiplication factor. Can either be sparse or dense.
+                  integer.
+    array_out   : boolean
+                  If True (default) the output object is always a np.array
+
+    Returns
+    -------
+
+    ab : array
+         elementwise multiplied object. Sparse if a is sparse. Dense otherwise.
+    """
+    if type(a).__name__ == 'ndarray' and type(b).__name__ == 'ndarray':
+        ab = a * b
+    elif (type(a).__name__ == 'csr_matrix' or type(a).__name__ == 'csc_matrix') \
+            and (type(b).__name__ == 'csr_matrix' or type(b).__name__ == 'csc_matrix'):
+        ab = a.multiply(b)
+        if array_out:
+            if type(ab).__name__ == 'csc_matrix' or type(ab).__name__ == 'csr_matrix':
+                ab = ab.toarray()
+    else:
+        raise Exception, "Invalid format for 'spmultiply' argument: %s and %s" % (
+            type(a).__name__, type(b).__name__)
+    return ab
+
+
+def sphstack(a, b, array_out=False):
+    """
+    Horizontal stacking of vectors (or matrices) to deal with sparse and dense objects
+
+    Parameters
+    ----------
+
+    a           : array or sparse matrix
+                  First object.
+    b           : array or sparse matrix
+                  Object to be stacked next to a
+    array_out   : boolean
+                  If True the output object is a np.array; if False (default)
+                  the output object is an np.array if both inputs are
+                  arrays or CSR matrix if at least one input is a CSR matrix
+
+    Returns
+    -------
+
+    ab          : array or sparse matrix
+                  Horizontally stacked objects
+    """
+    if type(a).__name__ == 'ndarray' and type(b).__name__ == 'ndarray':
+        ab = np.hstack((a, b))
+    elif type(a).__name__ == 'csr_matrix' or type(b).__name__ == 'csr_matrix':
+        ab = SP.hstack((a, b), format='csr')
+        if array_out:
+            if type(ab).__name__ == 'csr_matrix':
+                ab = ab.toarray()
+    else:
+        raise Exception, "Invalid format for 'sphstack' argument: %s and %s" % (
+            type(a).__name__, type(b).__name__)
+    return ab
+
+
+def spbroadcast(a, b, array_out=False):
+    """
+    Element-wise multiplication of a matrix and vector to deal with sparse 
+    and dense objects
+
+    Parameters
+    ----------
+
+    a           : array or sparse matrix
+                  Object with one or more columns.
+    b           : array
+                  Object with only one column
+    array_out   : boolean
+                  If True the output object is a np.array; if False (default)
+                  the output object is an np.array if both inputs are
+                  arrays or CSR matrix if at least one input is a CSR matrix
+
+    Returns
+    -------
+
+    ab          : array or sparse matrix
+                  Element-wise multiplication of a and b
+    """
+    if type(a).__name__ == 'ndarray' and type(b).__name__ == 'ndarray':
+        ab = a * b
+    elif type(a).__name__ == 'csr_matrix':
+        b_mod = SP.lil_matrix((b.shape[0], b.shape[0]))
+        b_mod.setdiag(b)
+        ab = (a.T * b_mod).T
+        if array_out:
+            if type(ab).__name__ == 'csr_matrix':
+                ab = ab.toarray()
+    else:
+        raise Exception, "Invalid format for 'spbroadcast' argument: %s and %s" % (
+            type(a).__name__, type(b).__name__)
+    return ab
+
+
+def spmin(a):
+    """
+    Minimum value in a matrix or vector to deal with sparse and dense objects
+
+    Parameters
+    ----------
+
+    a           : array or sparse matrix
+                  Object with one or more columns.
+
+    Returns
+    -------
+
+    min a       : int or float
+                  minimum value in a
+    """
+    return a.min()
+
+def spmax(a):
+    """
+    Maximum value in a matrix or vector to deal with sparse and dense objects
+
+    Parameters
+    ----------
+
+    a           : array or sparse matrix
+                  Object with one or more columns.
+
+    Returns
+    -------
+
+    max a       : int or float
+                  maximum value in a
+    """
+    return a.max()
+
+def splogdet(a):
+    """
+    Compute the log determinant of a large matrix. 
+
+    Parameters
+    ----------
+
+    a       :   array or sparse matrix
+                Object with one or more columns
+
+    Returns
+    -------
+
+    log determinant of a    :   int or float
+                                logged determinant of a
+    """
+    if SP.issparse(a):
+        LU = SPla.splu(a)
+        det = np.sum(np.log(np.abs(LU.U.diagonal())))
+    else:
+        sgn, ldet = la.slogdet(a)
+        det = sgn * ldet
+    return det
+
+def spfill_diagonal(a, val):
+    """
+    Fill the diagonal of a sparse or dense matrix
+
+    Parameters
+    ----------
+
+    a       :   array or sparse matrix
+                Object with one or more columns
+    val     :   int or float
+                value with which to fill the diagonal of a
+
+    Returns
+    -------
+
+    a with val on each element of the diagonal
+    """
+    if SP.issparse(a):
+        a.setdiag(val)
+    else:
+        np.fill_diagonal(a, val)
+    return a
+
+def spinv(a):
+    """
+    Compute the inverse of a sparse or dense matrix
+
+    Parameters
+    ----------
+
+    a       :   array or sparse matrix
+                Object with one or more columns
+    
+    Returns
+    -------
+
+    ai, the inverse of a
+    """
+    if SP.issparse(a):
+        ai = SPla.inv(a)
+    else:
+        ai = la.inv(a)
+    return ai
+
+def spisfinite(a):
+    """
+    Determine whether an array has nan or inf values
+
+    Parameters
+    ----------
+    a   :   array or sparse matrix
+            Object with one or more columns
+
+    Returns
+    -------
+    bool denoting whether or not the array contains any NaN or inf
+    """
+    return np.isfinite(a.sum())
+
+def _test():
+    import doctest
+    doctest.testmod()
+
+if __name__ == '__main__':
+    _test()
+
diff --git a/pysal/spreg/sur.py b/pysal/spreg/sur.py
index c881adb..2721a4a 100644
--- a/pysal/spreg/sur.py
+++ b/pysal/spreg/sur.py
@@ -4,7 +4,7 @@ SUR and 3SLS estimation
 
 __author__= "Luc Anselin lanselin at gmail.com,    \
              Pedro V. Amaral pedrovma at gmail.com"
-            
+
 
 import numpy as np
 import numpy.linalg as la
@@ -21,10 +21,10 @@ __all__ = ['SUR','ThreeSLS']
 
 class BaseSUR():
     """ Base class for SUR estimation, both two step as well as iterated
-    
+
         Parameters
         ----------
-        
+
         bigy       : dictionary with vector for dependent variable by equation
         bigX       : dictionary with matrix of explanatory variables by equation
                      (note, already includes constant term)
@@ -36,10 +36,10 @@ class BaseSUR():
         verbose    : flag to print out iteration number and value of log det(sig)
                      at the beginning and the end of the iteration
 
-                     
+
         Attributes
         ----------
-        
+
         bigy        : dictionary with y values
         bigX        : dictionary with X values
         bigXX       : dictionary with X_t'X_r cross-products
@@ -56,13 +56,13 @@ class BaseSUR():
         sig         : Sigma matrix of inter-equation error covariances
         ldetS1      : log det(Sigma) for SUR model
         resids      : n by n_eq array of residuals
-        sig_ols     : Sigma matrix for OLS residuals 
+        sig_ols     : Sigma matrix for OLS residuals
         ldetS0      : log det(Sigma) for null model (OLS by equation, diagonals only)
         niter       : number of iterations (=0 for iter=False)
         corr        : inter-equation SUR error correlation matrix
         llik        : log-likelihood (including the constant pi)
-        
-        
+
+
         Methods
         -------
 
@@ -113,37 +113,37 @@ class BaseSUR():
         self.corr = sur_corr(self.sig)
         lik = self.n_eq * (1.0 + np.log(2.0*np.pi)) + self.ldetS1
         self.llik = - (self.n / 2.0) * lik
-                
+
 
     def sur_ols(self):
         '''OLS estimation of SUR equations
-    
+
            Parameters
            ----------
-    
+
            self  : BaseSUR object
-    
+
            Creates
            -------
 
            self.bOLS    : dictionary with regression coefficients for each equation
            self.olsE    : N x n_eq array with OLS residuals for each equation
-                  
+
         '''
         self.bOLS = {}
         for r in range(self.n_eq):
             self.bOLS[r] = np.dot(la.inv(self.bigXX[(r,r)]),self.bigXy[(r,r)])
         self.olsE = sur_resids(self.bigy,self.bigX,self.bOLS)
-        
+
 
 
 
 class SUR(BaseSUR):
     """ User class for SUR estimation, both two step as well as iterated
-    
+
         Parameters
         ----------
-        
+
         bigy       : dictionary with vector for dependent variable by equation
         bigX       : dictionary with matrix of explanatory variables by equation
                      (note, already includes constant term)
@@ -155,7 +155,7 @@ class SUR(BaseSUR):
         maxiter    : integer; maximum iterations; default = 5
         epsilon    : float; precision criterion to end iterations
                      default = 0.00001
-        verbose    : boolean; flag to print out iteration number and value 
+        verbose    : boolean; flag to print out iteration number and value
                      of log det(sig) at the beginning and the end of the iteration
         name_bigy  : dictionary with name of dependent variable for each equation
                      default = None, but should be specified
@@ -167,10 +167,10 @@ class SUR(BaseSUR):
         name_ds    : string; name for the data set
         name_w     : string; name for the weights file
 
-                     
+
         Attributes
         ----------
-        
+
         bigy        : dictionary with y values
         bigX        : dictionary with X values
         bigXX       : dictionary with X_t'X_r cross-products
@@ -194,17 +194,18 @@ class SUR(BaseSUR):
         sur_inf     : dictionary with standard error, asymptotic t and p-value,
                       one for each equation
         lrtest      : Likelihood Ratio test on off-diagonal elements of sigma
-                      (tupel with test,df,p-value)
+                      (tuple with test,df,p-value)
         lmtest      : Lagrange Multipler test on off-diagonal elements of sigma
-                      (tupel with test,df,p-value)
+                      (tuple with test,df,p-value)
         lmEtest     : Lagrange Multiplier test on error spatial autocorrelation in SUR
+                      (tuple with test, df, p-value)
         surchow     : list with tuples for Chow test on regression coefficients
                       each tuple contains test value, degrees of freedom, p-value
         name_bigy   : dictionary with name of dependent variable for each equation
         name_bigX   : dictionary with names of explanatory variables for each
                       equation
         name_ds     : string; name for the data set
-        name_w      : string; name for the weights file        
+        name_w      : string; name for the weights file
 
 
         Examples
@@ -214,8 +215,8 @@ class SUR(BaseSUR):
 
         >>> import pysal
 
-        Open data on NCOVR US County Homicides (3085 areas) using pysal.open(). 
-        This is the DBF associated with the NAT shapefile. Note that pysal.open() 
+        Open data on NCOVR US County Homicides (3085 areas) using pysal.open().
+        This is the DBF associated with the NAT shapefile. Note that pysal.open()
         also reads data in CSV format.
 
         >>> db = pysal.open(pysal.examples.get_path("NAT.dbf"),'r')
@@ -246,7 +247,7 @@ class SUR(BaseSUR):
         >>> bigy,bigX,bigyvars,bigXvars = pysal.spreg.sur_utils.sur_dictxy(db,y_var,x_var)
 
         We can now run the regression and then have a summary of the output by typing:
-        'print(reg.summary)'  
+        'print(reg.summary)'
 
         >>> reg = SUR(bigy,bigX,w=w,name_bigy=bigyvars,name_bigX=bigXvars,spat_diag=True,name_ds="nat")
         >>> print(reg.summary)
@@ -314,7 +315,7 @@ class SUR(BaseSUR):
     def __init__(self,bigy,bigX,w=None,nonspat_diag=True,spat_diag=False,vm=False,\
         iter=False,maxiter=5,epsilon=0.00001,verbose=False,\
         name_bigy=None,name_bigX=None,name_ds=None,name_w=None):
-        
+
         #need checks on match between bigy, bigX dimensions
         # init moved here before name check
         BaseSUR.__init__(self,bigy=bigy,bigX=bigX,iter=iter,\
@@ -329,7 +330,7 @@ class SUR(BaseSUR):
             self.name_bigy = {}
             for r in range(self.n_eq):
                 yn = 'dep_var_' + str(r)
-                self.name_bigy[r] = yn               
+                self.name_bigy[r] = yn
         if name_bigX:
             self.name_bigX = name_bigX
         else: # need to construct x names
@@ -340,20 +341,20 @@ class SUR(BaseSUR):
                 ct = 'Constant_' + str(r)  # NOTE: constant always included in X
                 name_x.insert(0, ct)
                 self.name_bigX[r] = name_x
-        
+
         #inference
         self.sur_inf = sur_setp(self.bSUR,self.varb)
-        
+
         if nonspat_diag:
             #LR test on off-diagonal elements of Sigma
             self.lrtest = sur_lrtest(self.n,self.n_eq,self.ldetS0,self.ldetS1)
-        
+
             #LM test on off-diagonal elements of Sigma
             self.lmtest = sur_lmtest(self.n,self.n_eq,self.sig_ols)
         else:
             self.lrtest = None
             self.lmtest = None
-        
+
         #LM test on spatial error autocorrelation
         if spat_diag:
             if not w:
@@ -362,35 +363,35 @@ class SUR(BaseSUR):
             self.lmEtest = surLMe(self.n_eq,WS,self.bigE,self.sig)
         else:
             self.lmEtest = None
-        
+
         #LM test on spatial lag autocorrelation
-        
+
         # test on constancy of coefficients across equations
         if check_k(self.bigK):   # only for equal number of variables
             self.surchow = sur_chow(self.n_eq,self.bigK,self.bSUR,self.varb)
         else:
             self.surchow = None
-        
+
         #Listing of the results
-        self.title = "SEEMINGLY UNRELATED REGRESSIONS (SUR)"                
+        self.title = "SEEMINGLY UNRELATED REGRESSIONS (SUR)"
         SUMMARY.SUR(reg=self, nonspat_diag=nonspat_diag, spat_diag=spat_diag, surlm=True)
-        
+
 class BaseThreeSLS():
     """ Base class for 3SLS estimation, two step
-    
+
         Parameters
         ----------
-        
+
         bigy       : dictionary with vector for dependent variable by equation
         bigX       : dictionary with matrix of explanatory variables by equation
                      (note, already includes constant term)
         bigyend    : dictionary with matrix of endogenous variables by equation
         bigq       : dictionary with matrix of instruments by equation
 
-                     
+
         Attributes
         ----------
-        
+
         bigy        : dictionary with y values
         bigZ        : dictionary with matrix of exogenous and endogenous variables
                       for each equation
@@ -407,13 +408,13 @@ class BaseThreeSLS():
         sig         : Sigma matrix of inter-equation error covariances
         bigE        : n by n_eq array of residuals
         corr        : inter-equation 3SLS error correlation matrix
-        
-        
+
+
         Methods
         -------
 
         tsls_2sls       : 2SLS estimation by equation
-    
+
     """
     def __init__(self,bigy,bigX,bigyend,bigq):
         # setting up the cross-products
@@ -423,15 +424,15 @@ class BaseThreeSLS():
         # dictionary with exog and endog, Z
         self.bigZ = {}
         for r in range(self.n_eq):
-            self.bigZ[r] = np.hstack((bigX[r],bigyend[r]))   
-        # number of explanatory variables by equation     
+            self.bigZ[r] = np.hstack((bigX[r],bigyend[r]))
+        # number of explanatory variables by equation
         self.bigK = np.zeros((self.n_eq,1),dtype=np.int_)
         for r in range(self.n_eq):
             self.bigK[r] = self.bigZ[r].shape[1]
         # dictionary with instruments, H
         bigH = {}
         for r in range(self.n_eq):
-            bigH[r] = np.hstack((bigX[r],bigq[r]))    
+            bigH[r] = np.hstack((bigX[r],bigq[r]))
         # dictionary with instrumental variables, X and yend_predicted, Z-hat
         bigZhat = {}
         for r in range(self.n_eq):
@@ -443,44 +444,44 @@ class BaseThreeSLS():
             yp = np.dot(bigH[r],np.dot(HHi,Hye))
             bigZhat[r] = np.hstack((bigX[r],yp))
         self.bigZHZH,self.bigZHy = sur_crossprod(bigZhat,self.bigy)
-         
+
         # 2SLS regression by equation, sets up initial residuals
         self.sur_2sls() # creates self.b2SLS and self.tslsE
 
         self.b3SLS,self.varb,self.sig = sur_est(self.bigZHZH,self.bigZHy,self.tslsE,self.bigK)
         self.bigE = sur_resids(self.bigy,self.bigZ,self.b3SLS)  # matrix of residuals
-        
+
         # inter-equation correlation matrix
         self.corr = sur_corr(self.sig)
-                
+
 
     def sur_2sls(self):
         '''2SLS estimation of SUR equations
-    
+
            Parameters
            ----------
-    
+
            self  : BaseSUR object
-    
+
            Creates
            -------
 
            self.b2SLS    : dictionary with regression coefficients for each equation
            self.tslsE    : N x n_eq array with OLS residuals for each equation
-                  
+
         '''
         self.b2SLS = {}
         for r in range(self.n_eq):
             self.b2SLS[r] = np.dot(la.inv(self.bigZHZH[(r,r)]),self.bigZHy[(r,r)])
         self.tslsE = sur_resids(self.bigy,self.bigZ,self.b2SLS)
-        
+
 
 class ThreeSLS(BaseThreeSLS):
     """ User class for 3SLS estimation
-    
+
         Parameters
         ----------
-        
+
         bigy       : dictionary with vector for dependent variable by equation
         bigX       : dictionary with matrix of explanatory variables by equation
                      (note, already includes constant term)
@@ -504,10 +505,10 @@ class ThreeSLS(BaseThreeSLS):
                      is done when sur_stackZ is used
         name_ds    : string; name for the data set
 
-                     
+
         Attributes
         ----------
-        
+
         bigy        : dictionary with y values
         bigZ        : dictionary with matrix of exogenous and endogenous variables
                       for each equation
@@ -536,7 +537,7 @@ class ThreeSLS(BaseThreeSLS):
                        equation
         name_bigq  : dictionary with names of instrumental variables for each
                      equations
-        
+
 
         Examples
         --------
@@ -545,8 +546,8 @@ class ThreeSLS(BaseThreeSLS):
 
         >>> import pysal
 
-        Open data on NCOVR US County Homicides (3085 areas) using pysal.open(). 
-        This is the DBF associated with the NAT shapefile. Note that pysal.open() 
+        Open data on NCOVR US County Homicides (3085 areas) using pysal.open().
+        This is the DBF associated with the NAT shapefile. Note that pysal.open()
         also reads data in CSV format.
 
         >>> db = pysal.open(pysal.examples.get_path("NAT.dbf"),'r')
@@ -556,7 +557,7 @@ class ThreeSLS(BaseThreeSLS):
         has HR80 as dependent variable, PS80 and UE80 as exogenous regressors,
         RD80 as endogenous regressor and FP79 as additional instrument.
         For equation 2, HR90 is the dependent variable, PS90 and UE90 the
-        exogenous regressors, RD90 as endogenous regressor and FP99 as 
+        exogenous regressors, RD90 as endogenous regressor and FP99 as
         additional instrument
 
         >>> y_var = ['HR80','HR90']
@@ -565,7 +566,7 @@ class ThreeSLS(BaseThreeSLS):
         >>> q_var = [['FP79'],['FP89']]
 
         The SUR method requires data to be provided as dictionaries. PySAL
-        provides two tools to create these dictionaries from the list of variables: 
+        provides two tools to create these dictionaries from the list of variables:
         sur_dictxy and sur_dictZ. The tool sur_dictxy can be used to create the
         dictionaries for Y and X, and sur_dictZ for endogenous variables (yend) and
         additional instruments (q).
@@ -577,8 +578,8 @@ class ThreeSLS(BaseThreeSLS):
         We can now run the regression and then have a summary of the output by typing:
         print(reg.summary)
 
-        Alternatively, we can just check the betas and standard errors, asymptotic t 
-        and p-value of the parameters:        
+        Alternatively, we can just check the betas and standard errors, asymptotic t
+        and p-value of the parameters:
 
         >>> reg = ThreeSLS(bigy,bigX,bigyend,bigq,name_bigy=bigyvars,name_bigX=bigXvars,name_bigyend=bigyendvars,name_bigq=bigqvars,name_ds="NAT")
         >>> reg.b3SLS
@@ -604,7 +605,7 @@ class ThreeSLS(BaseThreeSLS):
     def __init__(self,bigy,bigX,bigyend,bigq,nonspat_diag=True,\
         name_bigy=None,name_bigX=None,name_bigyend=None,name_bigq=None,\
         name_ds=None):
-        
+
         #need checks on match between bigy, bigX dimensions
         BaseThreeSLS.__init__(self,bigy=bigy,bigX=bigX,bigyend=bigyend,\
             bigq=bigq)
@@ -617,7 +618,7 @@ class ThreeSLS(BaseThreeSLS):
             self.name_bigy = {}
             for r in range(self.n_eq):
                 yn = 'dep_var_' + str(r+1)
-                self.name_bigy[r] = yn               
+                self.name_bigy[r] = yn
         if name_bigX:
             self.name_bigX = name_bigX
         else: # need to construct x names
@@ -643,21 +644,21 @@ class ThreeSLS(BaseThreeSLS):
             for r in range(self.n_eq):
                 ki = bigq[r].shape[1]
                 name_i = ['inst_' + str(i + 1) + "_" + str(r+1) for i in range(ki)]
-                self.name_bigq[r] = name_i                
-               
+                self.name_bigq[r] = name_i
+
         #inference
         self.tsls_inf = sur_setp(self.b3SLS,self.varb)
-        
+
         # test on constancy of coefficients across equations
         if check_k(self.bigK):   # only for equal number of variables
             self.surchow = sur_chow(self.n_eq,self.bigK,self.b3SLS,self.varb)
         else:
-            self.surchow = None                
-        
+            self.surchow = None
+
         #Listing of the results
-        self.title = "THREE STAGE LEAST SQUARES (3SLS)"                
+        self.title = "THREE STAGE LEAST SQUARES (3SLS)"
         SUMMARY.SUR(reg=self, tsls=True, nonspat_diag=nonspat_diag)
-        
+
 def _test():
     import doctest
     start_suppress = np.get_printoptions()['suppress']
@@ -681,7 +682,7 @@ if __name__ == '__main__':
     bigy0,bigX0,bigyvars0,bigXvars0 = sur_dictxy(db,y_var,x_var)
     reg0 = SUR(bigy0,bigX0,w=w,name_bigy=bigyvars0,name_bigX=bigXvars0,\
           spat_diag=True,name_ds="nat")
-    print reg0.summary       
+    print reg0.summary
     """
     #Example 3SLS
     yend_var = [['RD80'],['RD90']]
@@ -692,6 +693,6 @@ if __name__ == '__main__':
     bigq1,bigqvars1 = sur_dictZ(db,q_var)
 
     reg1 = ThreeSLS(bigy1,bigX1,bigyend1,bigq1,name_ds="nat")
-    
-    print reg1.summary       
+
+    print reg1.summary
     #"""
diff --git a/pysal/spreg/tests/skip.py b/pysal/spreg/tests/skip.py
new file mode 100644
index 0000000..6071ee8
--- /dev/null
+++ b/pysal/spreg/tests/skip.py
@@ -0,0 +1,6 @@
+"""
+Set SKIP to True to skip any tests in this directory with the skip decorator
+
+To run all tests set SKIP=False
+"""
+SKIP=True
diff --git a/pysal/spreg/tests/test_diagnostics.py b/pysal/spreg/tests/test_diagnostics.py
index a1fe5db..b11e6ec 100644
--- a/pysal/spreg/tests/test_diagnostics.py
+++ b/pysal/spreg/tests/test_diagnostics.py
@@ -127,4 +127,3 @@ class TestConstantCheck(unittest.TestCase):
 
 if __name__ == '__main__':
     unittest.main()
-
diff --git a/pysal/spreg/tests/test_ml_error.py b/pysal/spreg/tests/test_ml_error.py
index a94f454..5ebe459 100644
--- a/pysal/spreg/tests/test_ml_error.py
+++ b/pysal/spreg/tests/test_ml_error.py
@@ -4,10 +4,13 @@ import scipy
 import numpy as np
 from pysal.spreg.ml_error import ML_Error
 from pysal.spreg import utils
-from pysal.common import RTOL
+from pysal.common import RTOL, ATOL
+from warnings import warn as Warn
+from skip import SKIP
 
- at unittest.skipIf(int(scipy.__version__.split(".")[1]) < 11,
-        "Max Likelihood requires SciPy version 11 or newer.")
+
+ at unittest.skipIf(SKIP,
+        "Skipping MLError Tests")
 class TestMLError(unittest.TestCase):
     def setUp(self):
         db = pysal.open(pysal.examples.get_path("south.dbf"),'r')
@@ -21,11 +24,11 @@ class TestMLError(unittest.TestCase):
         ww.close()
         self.w.transform = 'r'
 
-    def test_model(self):
+    def _estimate_and_compare(self, method='FULL', RTOL=RTOL):
         reg = ML_Error(self.y,self.x,w=self.w,name_y=self.y_name,name_x=self.x_names,\
-               name_w="south_q.gal")
+               name_w="south_q.gal", method=method)
         betas = np.array([[ 6.1492], [ 4.4024], [ 1.7784], [-0.3781], [ 0.4858], [ 0.2991]])
-        print('Running higher-tolerance tests on line L28 of test_ml_error.py')
+        Warn('Running higher-tolerance tests in test_ml_error.py')
         np.testing.assert_allclose(reg.betas,betas,RTOL + .0001)
         u = np.array([-5.97649777])
         np.testing.assert_allclose(reg.u[0],u,RTOL)
@@ -61,7 +64,63 @@ class TestMLError(unittest.TestCase):
  (-4.8232686291115678, 1.4122456582517099e-06),
  (3.9913060809142995, 6.5710406838016854e-05),
  (7.9088780724028922, 2.5971882547279339e-15)]
-        np.testing.assert_allclose(reg.z_stat,z_stat,0.0001)
+        np.testing.assert_allclose(reg.z_stat,z_stat,RTOL, atol=ATOL)
+        logll = -4471.407066887894
+        np.testing.assert_allclose(reg.logll,logll,RTOL)
+        aic = 8952.8141337757879
+        np.testing.assert_allclose(reg.aic,aic,RTOL)
+        schwarz = 8979.0779458660545
+        np.testing.assert_allclose(reg.schwarz,schwarz,RTOL)
+
+
+    def test_dense(self):
+        self._estimate_and_compare(method='FULL')
+
+    def test_LU(self):
+        self._estimate_and_compare(method='LU', RTOL=RTOL*10)
+
+    def test_ord(self):
+        reg = ML_Error(self.y, self.x, w=self.w,
+                     name_y=self.y_name, name_x=self.x_names,
+                     name_w='south_q.gal',  method='ORD')
+        betas = np.array([[ 6.1492], [ 4.4024], [ 1.7784], [-0.3781], [ 0.4858], [ 0.2991]])
+        Warn('Running higher-tolerance tests in test_ml_error.py')
+        np.testing.assert_allclose(reg.betas,betas,RTOL + .0001)
+        u = np.array([-5.97649777])
+        np.testing.assert_allclose(reg.u[0],u,RTOL)
+        predy = np.array([ 6.92258051])
+        np.testing.assert_allclose(reg.predy[0],predy,RTOL)
+        n = 1412
+        np.testing.assert_allclose(reg.n,n,RTOL)
+        k = 5
+        np.testing.assert_allclose(reg.k,k,RTOL)
+        y = np.array([ 0.94608274])
+        np.testing.assert_allclose(reg.y[0],y,RTOL)
+        x = np.array([ 1.        , -0.39902838,  0.89645344,  6.85780705,  7.2636377 ])
+        np.testing.assert_allclose(reg.x[0],x,RTOL)
+        e = np.array([-4.92843327])
+        np.testing.assert_allclose(reg.e_filtered[0],e,RTOL)
+        my = 9.5492931620846928
+        np.testing.assert_allclose(reg.mean_y,my)
+        sy = 7.0388508798387219
+        np.testing.assert_allclose(reg.std_y,sy)
+        vm = np.array([ 1.06476526,  0.05548248,  0.04544514,  0.00614425,  0.01481356,
+        0.001501])
+        np.testing.assert_allclose(reg.vm.diagonal(),vm,RTOL * 10)
+        sig2 = np.array([[ 32.40685441]])
+        np.testing.assert_allclose(reg.sig2,sig2,RTOL)
+        pr2 = 0.3057664820364818
+        np.testing.assert_allclose(reg.pr2,pr2)
+        std_err = np.array([ 1.03187463,  0.23554719,  0.21317867,  0.07838525,  0.12171098,
+        0.038744])
+        np.testing.assert_allclose(reg.std_err,std_err,RTOL*10)
+        z_stat = [(5.95927510, 2.5335927e-09),
+                  (18.6901829, 5.9508630e-78),
+                  (8.34216329, 7.2943634e-17),
+                  (-4.8232686, 1.4122457e-06),
+                  (3.99130608, 6.5710407e-05),
+                  (7.71923784, 1.1702739e-14)]
+        np.testing.assert_allclose(reg.z_stat,z_stat,rtol=RTOL, atol=ATOL)
         logll = -4471.407066887894
         np.testing.assert_allclose(reg.logll,logll,RTOL)
         aic = 8952.8141337757879
diff --git a/pysal/spreg/tests/test_ml_error_regimes.py b/pysal/spreg/tests/test_ml_error_regimes.py
index 1694512..baee277 100644
--- a/pysal/spreg/tests/test_ml_error_regimes.py
+++ b/pysal/spreg/tests/test_ml_error_regimes.py
@@ -6,9 +6,11 @@ from pysal.spreg.ml_error_regimes import ML_Error_Regimes
 from pysal.spreg.ml_error import ML_Error
 from pysal.spreg import utils
 from pysal.common import RTOL
+from skip import SKIP
 
- at unittest.skipIf(int(scipy.__version__.split(".")[1]) < 11,
-         "Max Likelihood requires SciPy version 11 or newer.")
+
+ at unittest.skipIf(SKIP,
+        "Skipping MLError Tests")
 class TestMLError(unittest.TestCase):
     def setUp(self):
         db =  pysal.open(pysal.examples.get_path("baltim.dbf"),'r')
diff --git a/pysal/spreg/tests/test_ml_lag.py b/pysal/spreg/tests/test_ml_lag.py
index b8c669b..0b3b459 100644
--- a/pysal/spreg/tests/test_ml_lag.py
+++ b/pysal/spreg/tests/test_ml_lag.py
@@ -5,9 +5,11 @@ import numpy as np
 from pysal.spreg.ml_lag import ML_Lag
 from pysal.spreg import utils
 from pysal.common import RTOL
+from skip import SKIP
 
- at unittest.skipIf(int(scipy.__version__.split(".")[1]) < 11,
-        "Max Likelihood requires SciPy version 11 or newer.")
+
+ at unittest.skipIf(SKIP,
+        "Skipping MLLag Tests")
 class TestMLError(unittest.TestCase):
     def setUp(self):
         db =  pysal.open(pysal.examples.get_path("baltim.dbf"),'r')
@@ -23,9 +25,11 @@ class TestMLError(unittest.TestCase):
         self.w_name = "baltim_q.gal"
         self.w.transform = 'r'
 
-    def test_model1(self):
-        reg = ML_Lag(self.y,self.x,w=self.w,name_y=self.y_name,name_x=self.x_names,\
-               name_w=self.w_name,name_ds=self.ds_name)
+    def _estimate_and_compare(self, **kwargs):
+        reg = ML_Lag(self.y, self.x, w=self.w,
+                     name_y=self.y_name, name_x=self.x_names,
+                     name_w=self.w_name,name_ds=self.ds_name,
+                     **kwargs)
         betas = np.array([[-6.04040164],
        [ 3.48995114],
        [-0.20103955],
@@ -65,5 +69,56 @@ class TestMLError(unittest.TestCase):
         schwarz = 1778.614713537077
         np.testing.assert_allclose(reg.schwarz,schwarz,RTOL)
 
+    def test_dense(self):
+        self._estimate_and_compare(method='FULL')
+
+    def test_ord(self):
+        reg = ML_Lag(self.y, self.x, w=self.w,
+                     name_y=self.y_name, name_x=self.x_names,
+                     name_w=self.w_name,name_ds=self.ds_name,
+                     method='ORD')
+        betas = np.array([[-6.04040164],
+       [ 3.48995114],
+       [-0.20103955],
+       [ 0.65462382],
+       [ 0.62351143]])
+        np.testing.assert_allclose(reg.betas,betas,RTOL)
+        u = np.array([ 47.51218398])
+        np.testing.assert_allclose(reg.u[0],u,RTOL)
+        predy = np.array([-0.51218398])
+        np.testing.assert_allclose(reg.predy[0],predy,RTOL)
+        n = 211
+        np.testing.assert_allclose(reg.n,n,RTOL)
+        k = 5
+        np.testing.assert_allclose(reg.k,k,RTOL)
+        y = np.array([ 47.])
+        np.testing.assert_allclose(reg.y[0],y,RTOL)
+        x = np.array([   1.  ,    4.  ,  148.  ,   11.25])
+        np.testing.assert_allclose(reg.x[0],x,RTOL)
+        e = np.array([ 41.99251608])
+        np.testing.assert_allclose(reg.e_pred[0],e,RTOL)
+        my = 44.307180094786695
+        np.testing.assert_allclose(reg.mean_y,my)
+        sy = 23.606076835380495
+        np.testing.assert_allclose(reg.std_y,sy)
+        vm = np.array([ 28.63404,   1.423698,   0.002884738,   0.02957845,
+            0.003379166])
+        np.testing.assert_allclose(reg.vm.diagonal(),vm,RTOL)
+        sig2 = 216.27525647243797
+        np.testing.assert_allclose(reg.sig2,sig2,RTOL)
+        pr2 = 0.6133020721559487
+        np.testing.assert_allclose(reg.pr2,pr2)
+        std_err = np.array([ 5.351078, 1.193188, 0.05371, 0.171984, 0.058131])
+        np.testing.assert_allclose(reg.std_err,std_err,RTOL)
+        logll = -875.92771143484833
+        np.testing.assert_allclose(reg.logll,logll,RTOL)
+        aic = 1761.8554228696967
+        np.testing.assert_allclose(reg.aic,aic,RTOL)
+        schwarz = 1778.614713537077
+        np.testing.assert_allclose(reg.schwarz,schwarz,RTOL)
+
+    def test_LU(self):
+        self._estimate_and_compare(method='LU')
+
 if __name__ == '__main__':
     unittest.main()
diff --git a/pysal/spreg/tests/test_ml_lag_regimes.py b/pysal/spreg/tests/test_ml_lag_regimes.py
index 4b19966..d197b6d 100644
--- a/pysal/spreg/tests/test_ml_lag_regimes.py
+++ b/pysal/spreg/tests/test_ml_lag_regimes.py
@@ -6,9 +6,12 @@ from pysal.spreg.ml_lag_regimes import ML_Lag_Regimes
 from pysal.spreg.ml_lag import ML_Lag
 from pysal.spreg import utils
 from pysal.common import RTOL
+from skip import SKIP
 
- at unittest.skipIf(int(scipy.__version__.split(".")[1]) < 11,
-         "Max Likelihood requires SciPy version 11 or newer.")
+
+
+ at unittest.skipIf(SKIP,
+        "Skipping MLLag Tests")
 class TestMLError(unittest.TestCase):
     def setUp(self):
         db =  pysal.open(pysal.examples.get_path("baltim.dbf"),'r')
diff --git a/pysal/spreg/tests/test_sputils.py b/pysal/spreg/tests/test_sputils.py
new file mode 100644
index 0000000..49017fd
--- /dev/null
+++ b/pysal/spreg/tests/test_sputils.py
@@ -0,0 +1,134 @@
+import pysal.spreg as EC
+from pysal.spreg import sputils as spu
+from warnings import warn as Warn
+import unittest as ut
+import numpy as np
+import scipy.sparse as spar
+
+ALL_FUNCS = [f for f,v in spu.__dict__.items() \
+	     if (callable(v) \
+		 and not f.startswith('_'))]
+COVERAGE = ['spinv', 'splogdet', 'spisfinite', 'spmin', 'spfill_diagonal', \
+	    'spmax', 'spbroadcast', 'sphstack', 'spmultiply', 'spdot']
+
+NOT_COVERED = set(ALL_FUNCS).difference(COVERAGE)
+
+if len(NOT_COVERED) > 0:
+    Warn('The following functions in {} are not covered:\n'
+         '{}'.format(spu.__file__, NOT_COVERED))
+
+class Test_Sparse_Utils(ut.TestCase):
+    def setUp(self):
+        np.random.seed(8879)
+
+        self.n = 20
+        self.dense0 = np.random.randint(2, size=(self.n,self.n))
+        self.d0td0 = self.dense0.T.dot(self.dense0)
+        self.dense1 = np.eye(self.n)
+        self.sparse0 = spar.csc_matrix(self.dense0)
+        self.s0ts0 = self.sparse0.T.dot(self.sparse0)
+        self.sparse1 = spar.csc_matrix(spar.identity(self.n))
+
+    def test_inv(self):
+        r = spu.spinv(self.d0td0)
+        rs = spu.spinv(self.s0ts0)
+        rs2d = rs.toarray()
+
+        self.assertIsInstance(r, np.ndarray)
+        self.assertTrue(spar.issparse(rs))
+        self.assertIsInstance(rs2d, np.ndarray)
+
+        np.testing.assert_allclose(r, rs2d)
+    
+    def test_spdot(self):
+        dd = spu.spdot(self.dense0, self.dense1)
+        ds = spu.spdot(self.dense0, self.sparse1)
+        sd = spu.spdot(self.sparse0, self.dense1)
+        ss = spu.spdot(self.sparse0, self.sparse1, array_out=False)
+
+        # typing tests
+        self.assertIsInstance(dd, np.ndarray)
+        self.assertIsInstance(ds, np.ndarray)
+        self.assertIsInstance(sd, np.ndarray)
+        self.assertIsInstance(ss, spar.csc_matrix)
+
+        # product test
+        np.testing.assert_array_equal(dd, ds)
+        np.testing.assert_array_equal(dd, sd)
+        np.testing.assert_array_equal(dd, ss.toarray())
+
+    def test_logdet(self):
+        dld = spu.splogdet(self.d0td0)
+        sld = spu.splogdet(self.s0ts0)
+
+        np.testing.assert_allclose(dld, sld)
+   
+    def test_isfinite(self):
+        self.assertTrue(spu.spisfinite(self.dense0))
+        self.assertTrue(spu.spisfinite(self.sparse0))
+        
+        dense_inf = np.float64(self.dense0.copy())
+        dense_inf[0,0] = np.nan
+        sparse_inf = spar.csc_matrix(dense_inf)
+
+        self.assertTrue(not spu.spisfinite(dense_inf))
+        self.assertTrue(not spu.spisfinite(sparse_inf))
+
+    def test_min(self):
+        self.assertEquals(spu.spmin(self.dense0), 0)
+        self.assertEquals(spu.spmin(self.sparse0), 0)
+
+    def test_max(self):
+        self.assertEquals(spu.spmax(self.dense1), 1)
+        self.assertEquals(spu.spmax(self.sparse1), 1)
+    
+    def test_fill_diagonal(self):
+        current_dsum = self.dense0.trace()
+        current_ssum = self.sparse0.diagonal().sum()
+        self.assertEquals(current_dsum, 7)
+        self.assertEquals(current_ssum, 7)
+
+        tmpd = self.dense0.copy()
+        tmps = self.sparse0.copy()
+        d_4diag = spu.spfill_diagonal(tmpd, 4)
+        s_4diag = spu.spfill_diagonal(tmps, 4)
+        
+        known = 4 * self.n
+
+        self.assertEquals(known, d_4diag.trace())
+        self.assertEquals(known, s_4diag.diagonal().sum())
+
+    def test_broadcast(self):
+        test_vec = np.ones((self.n,1)) * .2
+        
+        tmpd = spu.spbroadcast(self.dense0, test_vec)
+        tmps = spu.spbroadcast(self.sparse0.tocsr(), test_vec) 
+
+        self.assertIsInstance(tmpd, np.ndarray)
+        self.assertIsInstance(tmps, spar.csr_matrix)
+
+        np.testing.assert_allclose(tmpd, tmps.toarray())
+
+    def test_hstack(self):
+        tmpd = spu.sphstack(self.dense0, self.dense1)
+        tmps = spu.sphstack(self.sparse0.tocsr(), self.sparse1.tocsr())
+
+        self.assertIsInstance(tmpd, np.ndarray)
+        self.assertIsInstance(tmps, spar.csr_matrix)
+
+        np.testing.assert_allclose(tmpd, tmps.toarray())
+
+    def test_multiply(self):
+        dd = spu.spmultiply(self.dense0, self.dense1)
+        ss = spu.spmultiply(self.sparse0, self.sparse1, array_out=False)
+
+        #typing
+        self.assertIsInstance(dd, np.ndarray)
+        self.assertIsInstance(ss, spar.csc_matrix)
+
+        #equality
+        np.testing.assert_array_equal(dd, ss.toarray())
+
+
+if __name__ == '__main__':
+    ut.main()
diff --git a/pysal/spreg/tests/test_sur_error.py b/pysal/spreg/tests/test_sur_error.py
index c1eefc4..0024c10 100644
--- a/pysal/spreg/tests/test_sur_error.py
+++ b/pysal/spreg/tests/test_sur_error.py
@@ -4,15 +4,13 @@ import pysal
 from pysal.spreg.sur_utils import sur_dictxy,sur_dictZ
 from pysal.spreg.sur_error import SURerrorML
 from pysal.common import RTOL
+ATOL = 1e-12
 
 PEGP = pysal.examples.get_path
 
-ATOL = 0.00001
-
-
-def dict_compare(actual, desired, rtol):
+def dict_compare(actual, desired, rtol=RTOL, atol=ATOL):
     for i in actual.keys():
-        np.testing.assert_allclose(actual[i],desired[i],rtol)
+        np.testing.assert_allclose(actual[i],desired[i],rtol=rtol, atol=atol)
 
 
 class Test_SUR_error(unittest.TestCase):
@@ -39,14 +37,14 @@ class Test_SUR_error(unittest.TestCase):
        [  4.267954e-02,   9.935169e+00,   2.926783e-23]]),\
          1: np.array([[  3.31399691e-01,   9.20106497e+00,   3.54419478e-20],\
         [  1.33525912e-01,   8.31094371e+00,   9.49439563e-17],\
-        [  4.00409716e-02,   1.17568780e+01,   6.50970965e-32]])},0.0001)
+        [  4.00409716e-02,   1.17568780e+01,   6.50970965e-32]])},rtol=RTOL, atol=ATOL)
         np.testing.assert_allclose(reg.lamols,np.array([[ 0.60205035],[ 0.56056348]]),RTOL)
         np.testing.assert_allclose(reg.lamsur,np.array([[ 0.54361986],[ 0.50445451]]),RTOL)
         np.testing.assert_allclose(reg.corr,np.array([[ 1.        ,  0.31763719],\
        [ 0.31763719,  1.        ]]),RTOL)
         np.testing.assert_allclose(reg.surchow,[(5.1073696860799931, 1, 0.023824413482255974),\
          (1.9524745281321374, 1, 0.16232044613203933),\
-         (0.79663667463065702, 1, 0.37210085476281407)],RTOL)
+         (0.79663667463065702, 1, 0.37210085476281407)],rtol=RTOL, atol=ATOL)
         np.testing.assert_allclose(reg.llik,-19860.067987395596)
         np.testing.assert_allclose(reg.errllik,-19497.031128906794)
         np.testing.assert_allclose(reg.surerrllik,-19353.052023136348)
@@ -67,7 +65,7 @@ class Test_SUR_error(unittest.TestCase):
        [  4.267954e-02,   9.935169e+00,   2.926783e-23]]),\
          1: np.array([[  3.31399691e-01,   9.20106497e+00,   3.54419478e-20],\
         [  1.33525912e-01,   8.31094371e+00,   9.49439563e-17],\
-        [  4.00409716e-02,   1.17568780e+01,   6.50970965e-32]])},0.0001)
+        [  4.00409716e-02,   1.17568780e+01,   6.50970965e-32]])},rtol=RTOL, atol=ATOL)
         np.testing.assert_allclose(reg.vm, np.array([[  4.14625293e-04,   2.38494923e-05,  -3.48748935e-03,\
          -5.55994101e-04,  -1.63239040e-04],[  2.38494923e-05,   4.53642714e-04,  -2.00602452e-04,\
          -5.46893937e-04,  -3.10498019e-03],[ -3.48748935e-03,  -2.00602452e-04,   7.09989591e-01,\
@@ -75,22 +73,22 @@ class Test_SUR_error(unittest.TestCase):
           3.42890248e-01,   1.91931389e-01],[ -1.63239040e-04,  -3.10498019e-03,   6.39785285e-02,\
           1.91931389e-01,   5.86933821e-01]]),RTOL)
         np.testing.assert_allclose(reg.lamsetp,(np.array([[ 0.02036235],\
-        [ 0.02129889]]), np.array([[ 26.69730489],[ 23.68454458]]), np.array([[  0.0],\
-        [  0.0]])),rtol=0.001,atol=ATOL)
-        np.testing.assert_allclose(reg.joinlam,(1207.81269, 2, 0.0),atol=0.0001,rtol=0.00001)
+        [ 0.02129889]]), np.array([[ 26.69730489],[ 23.68454458]]), np.array([[  5.059048e-157],\
+        [  5.202838e-124]])),rtol=RTOL, atol=ATOL)
+        np.testing.assert_allclose(reg.joinlam,(1207.81269, 2, 5.330924e-263), rtol=RTOL, atol=ATOL)
         np.testing.assert_allclose(reg.surchow,[(5.1073696860799931, 1, 0.023824413482255974),
         (1.9524745281321374, 1, 0.16232044613203933),
-        (0.79663667463065702, 1, 0.37210085476281407)],0.0001)
-        np.testing.assert_allclose(reg.likrlambda,(1014.0319285186415, 2, 6.3938800607190098e-221))
-        np.testing.assert_allclose(reg.lrtest, (287.95821154104488, 1, 1.3849971230596533e-64),rtol=0.0001, atol=ATOL)
-        np.testing.assert_allclose(reg.lamtest, (1.8693306894921564, 1, 0.17155175615429052),rtol=0.0001, atol=ATOL)
+        (0.79663667463065702, 1, 0.37210085476281407)],rtol=RTOL, atol=ATOL)
+        np.testing.assert_allclose(reg.likrlambda, (1014.0319285186415, 2, 6.3938800607190098e-221), rtol=RTOL, atol=ATOL)
+        np.testing.assert_allclose(reg.lrtest, (287.95821154104488, 1, 1.3849971230596533e-64), rtol=RTOL, atol=ATOL)
+        np.testing.assert_allclose(reg.lamtest, (1.8693306894921564, 1, 0.17155175615429052), rtol=RTOL, atol=ATOL)
 
     def test_error_3eq(self): #Three equation example, unequal K
         y_var1 = ['HR60','HR70','HR80']
         x_var1 = [['RD60','PS60'],['RD70','PS70','UE70'],['RD80','PS80']]
         bigy1,bigX1,bigyvars1,bigXvars1 = sur_dictxy(self.db,y_var1,x_var1)
         reg = SURerrorML(bigy1,bigX1,self.w,name_bigy=bigyvars1,name_bigX=bigXvars1,\
-            name_w="natqueen",name_ds="natregimes")
+            name_w="natqueen",name_ds="natregimes")        
 
         dict_compare(reg.bSUR0,{0: np.array([[ 4.50407527],[ 2.39199682],[ 0.52723694]]), 1: np.array([[ 7.44509818],\
         [ 3.74968571],[ 1.28811685],[-0.23526451]]), 2: np.array([[ 6.92761614],[ 3.65423052],\
@@ -107,7 +105,7 @@ class Test_SUR_error(unittest.TestCase):
        [  5.378335e-002,  -3.185738e+000,   1.443854e-003]]),\
          2: np.array([[  1.500528e-001,   4.608718e+001,   0.000000e+000],\
        [  1.236340e-001,   2.987457e+001,   4.210941e-196],\
-       [  1.194989e-001,   1.174869e+001,   7.172248e-032]])},0.001)
+       [  1.194989e-001,   1.174869e+001,   7.172248e-032]])},rtol=RTOL, atol=ATOL)
         np.testing.assert_allclose(reg.lamols,np.array([[ 0.4248829 ],[ 0.46428101],[ 0.42823999]]),RTOL)
         np.testing.assert_allclose(reg.lamsur,np.array([[ 0.36137603],[ 0.38321666],[ 0.37183716]]),RTOL)
         np.testing.assert_allclose(reg.corr,np.array([[ 1.,          0.24563253,  0.14986527],\
diff --git a/pysal/spreg/user_output.py b/pysal/spreg/user_output.py
index e9523f4..657a5e6 100644
--- a/pysal/spreg/user_output.py
+++ b/pysal/spreg/user_output.py
@@ -1,16 +1,16 @@
 """Internal helper files for user output."""
 
-__author__ = "Luc Anselin luc.anselin at asu.edu, David C. Folch david.folch at asu.edu, Jing Yao jingyao at asu.edu"
-import textwrap as TW
+__author__ = ("Luc Anselin luc.anselin at asu.edu, "
+              "David C. Folch david.folch at asu.edu, "
+              "Levi John Wolf levi.john.wolf at gmail.com, "
+              "Jing Yao jingyao at asu.edu")
 import numpy as np
 import copy as COPY
-import diagnostics as diagnostics
-import diagnostics_tsls as diagnostics_tsls
-import diagnostics_sp as diagnostics_sp
-import pysal
+from . import diagnostics
+from . import sputils as spu
+from .. import weights 
 import scipy
 from scipy.sparse.csr import csr_matrix
-from utils import spdot, sphstack
 
 __all__ = []
 
@@ -309,7 +309,7 @@ def set_name_multi(multireg, multi_set, name_multiID, y, x, name_y, name_x, name
 def check_arrays(*arrays):
     """Check if the objects passed by a user to a regression class are
     correctly structured. If the user's data is correctly formed this function
-    returns nothing, if not then an exception is raised. Note, this does not
+    returns nothing, if not then an exception is raised. Note, this does not 
     check for model setup, simply the shape and types of the objects.
 
     Parameters
@@ -343,12 +343,11 @@ def check_arrays(*arrays):
     49
 
     """
-    allowed = ['ndarray', 'csr_matrix']
     rows = []
     for i in arrays:
         if i is None:
             continue
-        if i.__class__.__name__ not in allowed:
+        if not isinstance(i, (np.ndarray, csr_matrix)):
             raise Exception, "all input data must be either numpy arrays or sparse csr matrices"
         shape = i.shape
         if len(shape) > 2:
@@ -357,6 +356,8 @@ def check_arrays(*arrays):
             raise Exception, "all input arrays must have exactly two dimensions"
         if shape[0] < shape[1]:
             raise Exception, "one or more input arrays have more columns than rows"
+        if not spu.spisfinite(i):
+            raise Exception, "one or more input arrays have missing/NaN values"
         rows.append(shape[0])
     if len(set(rows)) > 1:
         raise Exception, "arrays not all of same length"
@@ -366,7 +367,7 @@ def check_arrays(*arrays):
 def check_y(y, n):
     """Check if the y object passed by a user to a regression class is
     correctly structured. If the user's data is correctly formed this function
-    returns nothing, if not then an exception is raised. Note, this does not
+    returns nothing, if not then an exception is raised. Note, this does not 
     check for model setup, simply the shape and types of the objects.
 
     Parameters
@@ -398,7 +399,7 @@ def check_y(y, n):
     >>> # should not raise an exception
 
     """
-    if y.__class__.__name__ != 'ndarray':
+    if not isinstance(y, np.ndarray):
         print y.__class__.__name__
         raise Exception, "y must be a numpy array"
     shape = y.shape
@@ -452,7 +453,7 @@ def check_weights(w, y, w_required=False):
     if w_required == True or w != None:
         if w == None:
             raise Exception, "A weights matrix w must be provided to run this method."
-        if not isinstance(w, pysal.W):
+        if not isinstance(w, weights.W):
             raise Exception, "w must be a pysal.W object"
         if w.n != y.shape[0]:
             raise Exception, "y must be nx1, and w must be an nxn PySAL W object"
@@ -466,7 +467,7 @@ def check_weights(w, y, w_required=False):
 
 def check_robust(robust, wk):
     """Check if the combination of robust and wk parameters passed by the user
-    are valid. Note: this does not check if the W object is a valid adaptive
+    are valid. Note: this does not check if the W object is a valid adaptive 
     kernel weights matrix needed for the HAC.
 
     Parameters
@@ -504,8 +505,8 @@ def check_robust(robust, wk):
     """
     if robust:
         if robust.lower() == 'hac':
-            if type(wk).__name__ != 'W' and type(wk).__name__ != 'Kernel':
-                raise Exception, "HAC requires that wk be a pysal.W object"
+            if not isinstance(wk, weights.Kernel):
+                raise Exception, "HAC requires that wk be a Kernel Weights object"
             diag = wk.sparse.diagonal()
             # check to make sure all entries equal 1
             if diag.min() < 1.0:
@@ -570,7 +571,7 @@ def check_spat_diag(spat_diag, w):
 
     """
     if spat_diag:
-        if type(w).__name__ != 'W':
+        if not isinstance(w, weights.W):
             raise Exception, "w must be a pysal.W object to run spatial diagnostics"
 
 
@@ -627,11 +628,11 @@ def check_constant(x):
     (49, 3)
 
     """
-    if not diagnostics.constant_check:
+    if diagnostics.constant_check(x):
         raise Exception, "x array cannot contain a constant vector; constant will be added automatically"
     else:
         x_constant = COPY.copy(x)
-        return sphstack(np.ones((x_constant.shape[0], 1)), x_constant)
+        return spu.sphstack(np.ones((x_constant.shape[0], 1)), x_constant)
 
 
 def _test():
diff --git a/pysal/spreg/utils.py b/pysal/spreg/utils.py
index 3d455d4..7c69aaf 100755
--- a/pysal/spreg/utils.py
+++ b/pysal/spreg/utils.py
@@ -14,6 +14,7 @@ from scipy.sparse import linalg as SPla
 import scipy.optimize as op
 import numpy.linalg as la
 from pysal import lag_spatial
+from sputils import *
 import copy
 
 
@@ -657,213 +658,6 @@ def sp_att(w, y, predy, w_y, rho):
     # see Note 1.
     return predy_sp, resid_sp, warn
 
-
-def spdot(a, b, array_out=True):
-    """
-    Matrix multiplication function to deal with sparse and dense objects
-
-    Parameters
-    ----------
-
-    a           : array
-                  first multiplication factor. Can either be sparse or dense.
-    b           : array
-                  second multiplication factor. Can either be sparse or dense.
-    array_out   : boolean
-                  If True (default) the output object is always a np.array
-
-    Returns
-    -------
-
-    ab : array
-         product of a times b. Sparse if a and b are sparse. Dense otherwise.
-    """
-    if type(a).__name__ == 'ndarray' and type(b).__name__ == 'ndarray':
-        ab = np.dot(a, b)
-    elif type(a).__name__ == 'csr_matrix' or type(b).__name__ == 'csr_matrix' \
-            or type(a).__name__ == 'csc_matrix' or type(b).__name__ == 'csc_matrix':
-        ab = a * b
-        if array_out:
-            if type(ab).__name__ == 'csc_matrix' or type(ab).__name__ == 'csr_matrix':
-                ab = ab.toarray()
-    else:
-        raise Exception, "Invalid format for 'spdot' argument: %s and %s" % (
-            type(a).__name__, type(b).__name__)
-    return ab
-
-
-def spmultiply(a, b, array_out=True):
-    """
-    Element-wise multiplication function to deal with sparse and dense
-    objects. Both objects must be of the same type.
-
-    Parameters
-    ----------
-
-    a           : array
-                  first multiplication factor. Can either be sparse or dense.
-    b           : array
-                  second multiplication factor. Can either be sparse or dense.
-                  integer.
-    array_out   : boolean
-                  If True (default) the output object is always a np.array
-
-    Returns
-    -------
-
-    ab : array
-         elementwise multiplied object. Sparse if a is sparse. Dense otherwise.
-    """
-    if type(a).__name__ == 'ndarray' and type(b).__name__ == 'ndarray':
-        ab = a * b
-    elif (type(a).__name__ == 'csr_matrix' or type(a).__name__ == 'csc_matrix') \
-            and (type(b).__name__ == 'csr_matrix' or type(b).__name__ == 'csc_matrix'):
-        ab = a.multiply(b)
-        if array_out:
-            if type(ab).__name__ == 'csc_matrix' or type(ab).__name__ == 'csr_matrix':
-                ab = ab.toarray()
-    else:
-        raise Exception, "Invalid format for 'spmultiply' argument: %s and %s" % (
-            type(a).__name__, type(b).__name__)
-    return ab
-
-
-def sphstack(a, b, array_out=False):
-    """
-    Horizontal stacking of vectors (or matrices) to deal with sparse and dense objects
-
-    Parameters
-    ----------
-
-    a           : array or sparse matrix
-                  First object.
-    b           : array or sparse matrix
-                  Object to be stacked next to a
-    array_out   : boolean
-                  If True the output object is a np.array; if False (default)
-                  the output object is an np.array if both inputs are
-                  arrays or CSR matrix if at least one input is a CSR matrix
-
-    Returns
-    -------
-
-    ab          : array or sparse matrix
-                  Horizontally stacked objects
-    """
-    if type(a).__name__ == 'ndarray' and type(b).__name__ == 'ndarray':
-        ab = np.hstack((a, b))
-    elif type(a).__name__ == 'csr_matrix' or type(b).__name__ == 'csr_matrix':
-        ab = SP.hstack((a, b), format='csr')
-        if array_out:
-            if type(ab).__name__ == 'csr_matrix':
-                ab = ab.toarray()
-    else:
-        raise Exception, "Invalid format for 'sphstack' argument: %s and %s" % (
-            type(a).__name__, type(b).__name__)
-    return ab
-
-
-def spbroadcast(a, b, array_out=False):
-    """
-    Element-wise multiplication of a matrix and vector to deal with sparse 
-    and dense objects
-
-    Parameters
-    ----------
-
-    a           : array or sparse matrix
-                  Object with one or more columns.
-    b           : array
-                  Object with only one column
-    array_out   : boolean
-                  If True the output object is a np.array; if False (default)
-                  the output object is an np.array if both inputs are
-                  arrays or CSR matrix if at least one input is a CSR matrix
-
-    Returns
-    -------
-
-    ab          : array or sparse matrix
-                  Element-wise multiplication of a and b
-    """
-    if type(a).__name__ == 'ndarray' and type(b).__name__ == 'ndarray':
-        ab = a * b
-    elif type(a).__name__ == 'csr_matrix':
-        b_mod = SP.lil_matrix((b.shape[0], b.shape[0]))
-        b_mod.setdiag(b)
-        ab = (a.T * b_mod).T
-        if array_out:
-            if type(ab).__name__ == 'csr_matrix':
-                ab = ab.toarray()
-    else:
-        raise Exception, "Invalid format for 'spbroadcast' argument: %s and %s" % (
-            type(a).__name__, type(b).__name__)
-    return ab
-
-
-def spmin(a):
-    """
-    Minimum value in a matrix or vector to deal with sparse and dense objects
-
-    Parameters
-    ----------
-
-    a           : array or sparse matrix
-                  Object with one or more columns.
-
-    Returns
-    -------
-
-    min a       : int or float
-                  minimum value in a
-    """
-
-    if type(a).__name__ == 'ndarray':
-        return a.min()
-    elif type(a).__name__ == 'csr_matrix' or type(a).__name__ == 'csc_matrix':
-        try:
-            return min(a.data)
-        except:
-            if np.sum(a.data) == 0:
-                return 0
-            else:
-                raise Exception, "Error: could not evaluate the minimum value."
-    else:
-        raise Exception, "Invalid format for 'spmultiply' argument: %s and %s" % (
-            type(a).__name__, type(b).__name__)
-
-
-def spmax(a):
-    """
-    Maximum value in a matrix or vector to deal with sparse and dense objects
-
-    Parameters
-    ----------
-
-    a           : array or sparse matrix
-                  Object with one or more columns.
-
-    Returns
-    -------
-
-    max a       : int or float
-                  maximum value in a
-    """
-    if type(a).__name__ == 'ndarray':
-        return a.max()
-    elif type(a).__name__ == 'csr_matrix' or type(a).__name__ == 'csc_matrix':
-        try:
-            return max(a.data)
-        except:
-            if np.sum(a.data) == 0:
-                return 0
-            else:
-                raise Exception, "Error: could not evaluate the maximum value."
-    else:
-        raise Exception, "Invalid format for 'spmultiply' argument: %s and %s" % (
-            type(a).__name__, type(b).__name__)
-
-
 def set_warn(reg, warn):
     ''' Groups warning messages for printout. '''
     if warn:
@@ -874,26 +668,6 @@ def set_warn(reg, warn):
     else:
         pass
 
-def splogdet(spmat):
-    ''' Large dimension log determinant computation. '''
-    #symmetric = np.allclose(spmat.T, spmat) #could branch for cholmod
-    symmetric = False
-    if symmetric:
-        #CHOLMOD could be used like:
-        #from scikits.sparse import cholmod as CHOLMOD
-        #det = np.sum(np.log(np.abs(CHOLMOD.cholesky(spmat).D())))
-        pass #leave in for scaffolding.
-    else:
-        if isinstance(spmat, SP.csc_matrix) or isinstance(spmat, SP.csr_matrix):
-            LU = SPla.splu(spmat)
-            det = np.sum(np.log(np.abs(LU.U.diagonal())))
-        elif SP.isspmatrix(spmat):
-            return spdet(spmat.tocsc())
-        else:
-            det = la.slogdet(spmat)
-    return det
-
-
 def RegressionProps_basic(reg, betas=None, predy=None, u=None, sig2=None, sig2n_k=None, vm=None):
     ''' Set props based on arguments passed. '''
     if betas is not None:
diff --git a/pysal/version.py b/pysal/version.py
index 6be3469..e739bc2 100644
--- a/pysal/version.py
+++ b/pysal/version.py
@@ -1,3 +1,3 @@
 import datetime
-version = "1.11.2"
-stable_release_date = datetime.date(2016, 5, 18)
+version = "1.12.0"
+stable_release_date = datetime.date(2016, 9, 21)
diff --git a/pysal/weights/Contiguity.py b/pysal/weights/Contiguity.py
index c26a185..9a2b7fc 100644
--- a/pysal/weights/Contiguity.py
+++ b/pysal/weights/Contiguity.py
@@ -1,88 +1,368 @@
-"""
-Contiguity based spatial weights.
+from warnings import warn as Warn
+from ..cg import asShape
+from ..core.FileIO import FileIO
+from .weights import W, WSP
+from ._contW_binning import ContiguityWeightsPolygons
+from ._contW_rtree import ContiguityWeights_rtree
+from ._contW_lists import ContiguityWeightsLists
+from .util import get_ids
+WT_TYPE = {'rook': 2, 'queen': 1}  # for _contW_Binning
 
-"""
+__author__ = "Sergio J. Rey <srey at asu.edu> , Levi John Wolf <levi.john.wolf at gmail.com>"
 
-__author__ = "Sergio J. Rey <srey at asu.edu> "
-__all__ = ['buildContiguity']
+class Rook(W):
+    def __init__(self, polygons, method='binning', **kw):
+        """
+        Construct a weights object from a collection of pysal polygons.
 
-import pysal
-from _contW_binning import ContiguityWeights_binning as ContiguityWeights
-from _contW_binning import ContiguityWeightsPolygons
+        Arguments
+        ---------
+        polygons    : list
+                      a collection of PySAL shapes to build weights from
+        ids         : list
+                      a list of names to use to build the weights
+        method      : string
+                      the algorithm to use to construct the method
+        **kw        : keyword arguments
+                      optional arguments for :class:`pysal.weights.W`
 
+        See Also
+        ---------
+        :class:`pysal.weights.W`
+        """
+        criterion = 'rook'
+        ids = kw.pop('ids', None) 
+        neighbors, ids = _build(polygons, criterion=criterion, 
+                                ids=ids, method=method)
+        W.__init__(self, neighbors, ids=ids, **kw)
+    
+    @classmethod
+    def from_shapefile(cls, filepath, idVariable=None, full=False, **kwargs):
+        """
+        Rook contiguity weights from a polygon shapefile.
 
-WT_TYPE = {'rook': 2, 'queen': 1}  # for _contW_Binning
+        Parameters
+        ----------
 
+        shapefile : string
+                    name of polygon shapefile including suffix.
+        sparse    : boolean
+                    If True return WSP instance
+                    If False return W instance
 
-def buildContiguity(polygons, criterion="rook", ids=None):
-    """
-    Build contiguity weights from a source.
+        Returns
+        -------
 
-    Parameters
-    ----------
+        w          : W
+                     instance of spatial weights
 
-    polygons   :
-                 an instance of a pysal geo file handler
-                 Any thing returned by pysal.open that is explicitly polygons
-    criterion  : string
-                 contiguity criterion ("rook","queen")
-    ids        : list
-                 identifiers for i,j
+        Examples
+        --------
+        >>> wr=rook_from_shapefile(pysal.examples.get_path("columbus.shp"), "POLYID")
+        >>> "%.3f"%wr.pct_nonzero
+        '8.330'
+        >>> wr=rook_from_shapefile(pysal.examples.get_path("columbus.shp"), sparse=True)
+        >>> pct_sp = wr.sparse.nnz *1. / wr.n**2
+        >>> "%.3f"%pct_sp
+        '0.083'
 
-    Returns
-    -------
+        Notes
+        -----
+
+        Rook contiguity defines as neighbors any pair of polygons that share a
+        common edge in their polygon definitions.
+
+        See Also
+        --------
+        :class:`pysal.weights.W`
+        :class:`pysal.weights.Rook`
+        """
+        sparse = kwargs.pop('sparse', False)
+        if idVariable is not None:
+            ids = get_ids(filepath, idVariable) 
+        else:
+            ids = None
+        w = cls(FileIO(filepath), ids=ids, **kwargs)
+        w.set_shapefile(filepath, idVariable=idVariable, full=full)
+        if sparse:
+            w = w.to_WSP()
+        return w
+    
+    @classmethod
+    def from_iterable(cls, iterable, **kwargs):
+        """
+        Construct a weights object from a collection of arbitrary polygons. This
+        will cast the polygons to PySAL polygons, then build the W.
+
+        Arguments
+        ---------
+        iterable    : iterable
+                      a collection of of shapes to be cast to PySAL shapes. Must
+                      support iteration. Contents should at least implement a
+                      `__geo_interface__` attribute or be able to be coerced to
+                      geometries using pysal.cg.asShape
+        **kw        : keyword arguments
+                      optional arguments for  :class:`pysal.weights.W`
+        See Also
+        ----------
+        :class:`pysal.weights.W`
+        :class:`pysal.weights.Rook`
+        """
+        new_iterable = [asShape(shape) for shape in iterable]
+        return cls(new_iterable, **kwargs)
+    
+    @classmethod
+    def from_dataframe(cls, df, geom_col='geometry', 
+                       idVariable=None, ids=None, id_order=None, **kwargs):
+        """
+        Construct a weights object from a pandas dataframe with a geometry
+        column. This will cast the polygons to PySAL polygons, then build the W
+        using ids from the dataframe.
+
+        Arguments
+        ---------
+        df          : DataFrame
+                      a :class: `pandas.DataFrame` containing geometries to use
+                      for spatial weights
+        geom_col    : string
+                      the name of the column in `df` that contains the
+                      geometries. Defaults to `geometry`
+        idVariable  : string
+                      the name of the column to use as IDs. If nothing is
+                      provided, the dataframe index is used
+        ids         : list
+                      a list of ids to use to index the spatial weights object.
+                      Order is not respected from this list.
+        id_order    : list
+                      an ordered list of ids to use to index the spatial weights
+                      object. If used, the resulting weights object will iterate
+                      over results in the order of the names provided in this
+                      argument. 
+
+        See Also
+        ---------
+        :class:`pysal.weights.W`
+        :class:`pysal.weights.Rook`
+        """
+        if id_order is not None:
+            if id_order is True and ((idVariable is not None) 
+                                     or (ids is not None)):
+                # if idVariable is None, we want ids. Otherwise, we want the
+                # idVariable column
+                id_order = list(df.get(idVariable, ids))
+            else:
+                id_order = df.get(id_order, ids)
+        elif idVariable is not None:
+            ids = df.get(idVariable).tolist()
+        elif isinstance(ids, str):
+            ids = df.get(ids).tolist()
+        return cls.from_iterable(df[geom_col].tolist(), ids=ids,
+                                 id_order=id_order, **kwargs)
+
+class Queen(W):
+    def __init__(self, polygons,method='binning', **kw):
+        """
+        Construct a weights object from a collection of pysal polygons.
+
+        Arguments
+        ---------
+        polygons    : list
+                      a collection of PySAL shapes to build weights from
+        ids         : list
+                      a list of names to use to build the weights
+        method      : string
+                      the algorithm to use to construct the method
+        **kw        : keyword arguments
+                      optional arguments for :class:`pysal.weights.W`
+
+        See Also
+        ---------
+        :class:`pysal.weights.W`
+        """
+        criterion = 'queen'
+        ids = kw.pop('ids', None)
+        neighbors, ids = _build(polygons, ids=ids, 
+                                criterion=criterion, method=method)
+        W.__init__(self, neighbors, ids=ids, **kw)
+    
+    @classmethod
+    def from_shapefile(cls, filepath, idVariable=None, full=False, **kwargs):
+        """
+        Queen contiguity weights from a polygon shapefile.
+
+        Parameters
+        ----------
+
+        shapefile   : string
+                      name of polygon shapefile including suffix.
+        idVariable  : string
+                      name of a column in the shapefile's DBF to use for ids.
+        sparse      : boolean
+                      If True return WSP instance
+                      If False return W instance
+        Returns
+        -------
+
+        w            : W
+                       instance of spatial weights
+
+        Examples
+        --------
+        >>> wq=Queen.from_shapefile(pysal.examples.get_path("columbus.shp"))
+        >>> "%.3f"%wq.pct_nonzero
+        '9.829'
+        >>> wq=Queen.from_shapefile(pysal.examples.get_path("columbus.shp"),"POLYID")
+        >>> "%.3f"%wq.pct_nonzero
+        '9.829'
+        >>> wq=Queen.from_shapefile(pysal.examples.get_path("columbus.shp"), sparse=True)
+        >>> pct_sp = wq.sparse.nnz *1. / wq.n**2
+        >>> "%.3f"%pct_sp
+        '0.098'
+
+        Notes
 
-    w         : W
-                instance; Contiguity weights object
-
-    Examples
-    --------
-
-    >>> w = buildContiguity(pysal.open(pysal.examples.get_path('10740.shp'),'r'))
-    WARNING: there is one disconnected observation (no neighbors)
-    Island id:  [163]
-    >>> w[0]
-    {1: 1.0, 4: 1.0, 101: 1.0, 85: 1.0, 5: 1.0}
-    >>> w = buildContiguity(pysal.open(pysal.examples.get_path('10740.shp'),'r'),criterion='queen')
-    WARNING: there is one disconnected observation (no neighbors)
-    Island id:  [163]
-    >>> w.pct_nonzero
-    3.1926364234056543
-    >>> w = buildContiguity(pysal.open(pysal.examples.get_path('10740.shp'),'r'),criterion='rook')
-    WARNING: there is one disconnected observation (no neighbors)
-    Island id:  [163]
-    >>> w.pct_nonzero
-    2.6351084812623276
-    >>> fips = pysal.open(pysal.examples.get_path('10740.dbf')).by_col('STFID')
-    >>> w = buildContiguity(pysal.open(pysal.examples.get_path('10740.shp'),'r'),ids=fips)
-    WARNING: there is one disconnected observation (no neighbors)
-    Island id:  [u'35043940300']
-    >>> w['35001000107']
-    {u'35001003805': 1.0, u'35001003721': 1.0, u'35001000111': 1.0, u'35001000112': 1.0, u'35001000108': 1.0}
-
-    Notes
-    -----
-
-    The types of sources supported will expand over time.
-
-    See Also
-    --------
-    pysal.weights.W # need to fix sphinx links
+        Queen contiguity defines as neighbors any pair of polygons that share at
+        least one vertex in their polygon definitions.
 
+        See Also
+        --------
+        :class:`pysal.weights.W`
+        :class:`pysal.weights.Queen`
+        """
+        sparse = kwargs.pop('sparse', False)
+        if idVariable is not None:
+            ids = get_ids(filepath, idVariable) 
+        else:
+            ids = None
+        iterable = FileIO(filepath)
+        w = cls(FileIO(filepath), ids=ids, **kwargs)
+        w.set_shapefile(filepath, idVariable=idVariable, full=full)
+        if sparse:
+            w = w.to_WSP()
+        return w
+
+    @classmethod
+    def from_iterable(cls, iterable, sparse=False, **kwargs):
+        """
+        Construct a weights object from a collection of arbitrary polygons. This
+        will cast the polygons to PySAL polygons, then build the W.
+
+        Arguments
+        ---------
+        iterable    : iterable
+                      a collection of of shapes to be cast to PySAL shapes. Must
+                      support iteration. Contents should at least implement a
+                      `__geo_interface__` attribute or be able to be coerced to
+                      geometries using pysal.cg.asShape
+        **kw        : keyword arguments
+                      optional arguments for  :class:`pysal.weights.W`
+        See Also
+        ----------
+        :class:`pysal.weights.W`
+        :class:`pysal.weights.Queen`
+        """
+        new_iterable = [asShape(shape) for shape in iterable]
+        
+        w = cls(new_iterable, **kwargs) 
+        if sparse:
+            w = WSP.from_W(w)
+        
+        return w
+
+    @classmethod
+    def from_dataframe(cls, df, geom_col='geometry', **kwargs):
+        """
+        Construct a weights object from a pandas dataframe with a geometry
+        column. This will cast the polygons to PySAL polygons, then build the W
+        using ids from the dataframe.
+
+        Arguments
+        ---------
+        df          : DataFrame
+                      a :class: `pandas.DataFrame` containing geometries to use
+                      for spatial weights
+        geom_col    : string
+                      the name of the column in `df` that contains the
+                      geometries. Defaults to `geometry`
+        idVariable  : string
+                      the name of the column to use as IDs. If nothing is
+                      provided, the dataframe index is used
+        ids         : list
+                      a list of ids to use to index the spatial weights object.
+                      Order is not respected from this list.
+        id_order    : list
+                      an ordered list of ids to use to index the spatial weights
+                      object. If used, the resulting weights object will iterate
+                      over results in the order of the names provided in this
+                      argument. 
+
+        See Also
+        ---------
+        :class:`pysal.weights.W`
+        :class:`pysal.weights.Queen`
+        """
+        idVariable = kwargs.pop('idVariable', None)
+        ids = kwargs.pop('ids', None)
+        id_order = kwargs.pop('id_order', None)
+        if id_order is not None:
+            if id_order is True and ((idVariable is not None) 
+                                     or (ids is not None)):
+                # if idVariable is None, we want ids. Otherwise, we want the
+                # idVariable column
+                ids = list(df.get(idVariable, ids))
+                id_order = ids
+            elif isinstance(id_order, str):
+                ids = df.get(id_order, ids)
+                id_order = ids
+        elif idVariable is not None:
+            ids = df.get(idVariable).tolist()
+        elif isinstance(ids, str):
+            ids = df.get(ids).tolist()
+        w = cls.from_iterable(df[geom_col].tolist(), ids=ids, id_order=id_order, **kwargs)
+        return w
+
+def _build(polygons, criterion="rook", ids=None, method='list'):
     """
+    This is a developer-facing function to construct a spatial weights object. 
+
+    Arguments
+    ---------
+    polygons    : list
+                  list of pysal polygons to use to build contiguity
+    criterion   : string
+                  option of which kind of contiguity to build. Is either "rook" or "queen" 
+    ids         : list
+                  list of ids to use to index the neighbor dictionary
+    method      : string
+                  option of which driver to use to build contiguity. Three are
+                  supported: list, binning, & rtree
+
+    Returns
+    -------
+    tuple containing (neighbors, ids), where neighbors is a dictionary
+    describing contiguity relations and ids is the list of ids used to index
+    that dictionary. 
 
+    NOTE: this is different from the prior behavior of buildContiguity, which
+          returned an actual weights object. Since this just dispatches for the
+          classes above, this returns the raw ingredients for a spatial weights
+          object, not the object itself. 
+    """
     if ids and len(ids) != len(set(ids)):
         raise ValueError("The argument to the ids parameter contains duplicate entries.")
 
-    wt_type = WT_TYPE[criterion.lower()]
+    wttype = WT_TYPE[criterion.lower()]
     geo = polygons
-    if issubclass(type(geo), pysal.open):
-        geo.seek(0)  # Make sure we read from the beginging of the file.
-        geoObj = geo
+    if issubclass(type(geo), FileIO):
+        geo.seek(0)  # Make sure we read from the beginning of the file.
+
+    if method.lower().startswith('rtree'):
+        neighbor_data = ContiguityWeights_rtree(polygons, joinType=wttype).w
+    elif method.lower().startswith('list'):
+        neighbor_data = ContiguityWeightsLists(polygons, wttype=wttype).w
     else:
-        raise TypeError(
-            "Argument must be a FileIO handler or connection string.")
-    neighbor_data = ContiguityWeights(geoObj, wt_type).w
+        neighbor_data = ContiguityWeightsPolygons(polygons, wttype=wttype).w
+
     neighbors = {}
     #weights={}
     if ids:
@@ -96,5 +376,20 @@ def buildContiguity(polygons, criterion="rook", ids=None):
     else:
         for key in neighbor_data:
             neighbors[key] = list(neighbor_data[key])
-    return pysal.weights.W(neighbors, id_order=ids)
+    return neighbors, ids
 
+def buildContiguity(polygons, criterion="rook", ids=None):
+    """
+    This is a deprecated function.
+
+    It builds a contiguity W from the polygons provided. As such, it is now
+    identical to calling the class constructors for Rook or Queen. 
+    """
+    #Warn('This function is deprecated. Please use the Rook or Queen classes',
+    #        UserWarning)
+    if criterion.lower() == 'rook':
+        return Rook(polygons, ids=ids)
+    elif criterion.lower() == 'queen':
+        return Queen(polygons, ids=ids)
+    else:
+        raise Exception('Weights criterion "{}" was not found.'.format(criterion))
diff --git a/pysal/weights/Distance.py b/pysal/weights/Distance.py
index 223d2c2..3a55d2b 100644
--- a/pysal/weights/Distance.py
+++ b/pysal/weights/Distance.py
@@ -1,28 +1,39 @@
-"""
-Distance based spatial weights.
-
-"""
+from ..cg.kdtree import KDTree
+from .weights import W
+from .util import isKDTree, get_ids, get_points_array_from_shapefile, get_points_array
+import copy
+from warnings import warn as Warn
+import numpy as np
 
-__author__ = "Sergio J. Rey <srey at asu.edu> "
+__all__ = ["KNN", "Kernel", "DistanceBand"]
+__author__ = "Sergio J. Rey <srey at asu.edu>, Levi John Wolf <levi.john.wolf at gmail.com>"
 
 import pysal
 import scipy.spatial
 from pysal.common import KDTree
-from pysal.weights import W
+from pysal.weights import W, WSP
+from pysal.weights.util import WSP2W
 import scipy.stats
+from scipy.spatial import distance_matrix
+import scipy.sparse as sp
 import numpy as np
 from util import isKDTree
 
-__all__ = ["knnW", "Kernel", "DistanceBand"]
+def knnW(data, k=2, p=2, ids=None, radius=None, distance_metric='euclidean'):
+    """
+    This is deprecated. Use the pysal.weights.KNN class instead. 
+    """
+    #Warn('This function is deprecated. Please use pysal.weights.KNN', UserWarning)
+    return KNN(data, k=k, p=p, ids=ids, radius=radius,
+            distance_metric=distance_metric)
 
-def knnW(data, k=2, p=2, ids=None):
+class KNN(W):
     """
     Creates nearest neighbor weights matrix based on k nearest
     neighbors.
 
     Parameters
     ----------
-
     kdtree      : object
                   PySAL KDTree or ArcKDTree where KDtree.data is array (n,k)
                   n observations on k characteristics used to measure
@@ -47,16 +58,15 @@ def knnW(data, k=2, p=2, ids=None):
 
     Examples
     --------
-
     >>> points = [(10, 10), (20, 10), (40, 10), (15, 20), (30, 20), (30, 30)]
     >>> kd = pysal.cg.kdtree.KDTree(np.array(points))
-    >>> wnn2 = pysal.knnW(kd, 2)
+    >>> wnn2 = pysal.KNN(kd, 2)
     >>> [1,3] == wnn2.neighbors[0]
     True
 
     ids
 
-    >>> wnn2 = knnW(kd,2)
+    >>> wnn2 = KNN(kd,2)
     >>> wnn2[0]
     {1: 1.0, 3: 1.0}
     >>> wnn2[1]
@@ -64,7 +74,7 @@ def knnW(data, k=2, p=2, ids=None):
 
     now with 1 rather than 0 offset
 
-    >>> wnn2 = knnW(kd, 2, ids=range(1,7))
+    >>> wnn2 = KNN(kd, 2, ids=range(1,7))
     >>> wnn2[1]
     {2: 1.0, 4: 1.0}
     >>> wnn2[2]
@@ -79,29 +89,246 @@ def knnW(data, k=2, p=2, ids=None):
 
     See Also
     --------
-    pysal.weights.W
-
+    :class:`pysal.weights.W`
     """
-    if isKDTree(data):
-        kdt = data
-        data = kdt.data
-    else:
-        kdt = KDTree(data)
-    nnq = kdt.query(data, k=k+1, p=p)
-    info = nnq[1]
-
-    neighbors = {}
-    for i, row in enumerate(info):
-        row = row.tolist()
-        if i in row:
+    def __init__(self, data, k=2, p=2, ids=None, radius=None, distance_metric='euclidean'):
+        if isKDTree(data):
+            self.kdtree = data
+            self.data = data.data
+        else:
+            self.data = data
+            self.kdtree = KDTree(data, radius=radius, distance_metric=distance_metric)
+        self.k = k 
+        self.p = p
+        this_nnq = self.kdtree.query(self.data, k=k+1, p=p)
+        
+        to_weight = this_nnq[1]
+        if ids is None:
+            ids = list(range(to_weight.shape[0]))
+        
+        neighbors = {}
+        for i,row in enumerate(to_weight):
+            row = row.tolist()
             row.remove(i)
-            focal = i
-        if ids:
-            row = [ ids[j] for j in row]
+            row = [ids[j] for j in row]
             focal = ids[i]
-        neighbors[focal] = row
-    return pysal.weights.W(neighbors,  id_order=ids)
+            neighbors[focal] = row
+        W.__init__(self, neighbors, id_order=ids)
+    
+    @classmethod
+    def from_shapefile(cls, filepath, **kwargs):
+        """
+        Nearest neighbor weights from a shapefile.
+
+        Parameters
+        ----------
+
+        data       : string
+                     shapefile containing attribute data.
+        k          : int
+                     number of nearest neighbors
+        p          : float
+                     Minkowski p-norm distance metric parameter:
+                     1<=p<=infinity
+                     2: Euclidean distance
+                     1: Manhattan distance
+        ids        : list
+                     identifiers to attach to each observation
+        radius     : float
+                     If supplied arc_distances will be calculated
+                     based on the given radius. p will be ignored.
+
+        Returns
+        -------
+
+        w         : KNN
+                    instance; Weights object with binary weights.
+
+        Examples
+        --------
+
+        Polygon shapefile
+
+        >>> wc=knnW_from_shapefile(pysal.examples.get_path("columbus.shp"))
+        >>> "%.4f"%wc.pct_nonzero
+        '4.0816'
+        >>> set([2,1]) == set(wc.neighbors[0])
+        True
+        >>> wc3=pysal.knnW_from_shapefile(pysal.examples.get_path("columbus.shp"),k=3)
+        >>> set(wc3.neighbors[0]) == set([2,1,3])
+        True
+        >>> set(wc3.neighbors[2]) == set([4,3,0])
+        True
+
+        1 offset rather than 0 offset
+
+        >>> wc3_1=knnW_from_shapefile(pysal.examples.get_path("columbus.shp"),k=3,idVariable="POLYID")
+        >>> set([4,3,2]) == set(wc3_1.neighbors[1])
+        True
+        >>> wc3_1.weights[2]
+        [1.0, 1.0, 1.0]
+        >>> set([4,1,8]) == set(wc3_1.neighbors[2])
+        True
+
+
+        Point shapefile
+
+        >>> w=knnW_from_shapefile(pysal.examples.get_path("juvenile.shp"))
+        >>> w.pct_nonzero
+        1.1904761904761905
+        >>> w1=knnW_from_shapefile(pysal.examples.get_path("juvenile.shp"),k=1)
+        >>> "%.3f"%w1.pct_nonzero
+
+        Notes
+        -----
+
+        Ties between neighbors of equal distance are arbitrarily broken.
+
+        See Also
+        --------
+        :class:`pysal.weights.KNN`
+        :class:`pysal.weights.W`
+        """
+        return cls(get_points_array_from_shapefile(filepath), **kwargs)
+    
+    @classmethod
+    def from_array(cls, array, **kwargs):
+        """
+        Creates nearest neighbor weights matrix based on k nearest
+        neighbors.
+
+        Parameters
+        ----------
+        array       : np.ndarray
+                      (n, k) array representing n observations on 
+                      k characteristics used to measure distances 
+                      between the n objects
+        **kwargs    : keyword arguments, see Rook
+
+        Returns
+        -------
+        w         : W
+                    instance
+                    Weights object with binary weights
+
+        Examples
+        --------
+        >>> points = [(10, 10), (20, 10), (40, 10), (15, 20), (30, 20), (30, 30)]
+        >>> wnn2 = pysal.KNN.from_array(points, 2)
+        >>> [1,3] == wnn2.neighbors[0]
+        True
+
+        ids
+
+        >>> wnn2 = KNN.from_array(points,2)
+        >>> wnn2[0]
+        {1: 1.0, 3: 1.0}
+        >>> wnn2[1]
+        {0: 1.0, 3: 1.0}
+
+        now with 1 rather than 0 offset
+
+        >>> wnn2 = KNN.from_array(points, 2, ids=range(1,7))
+        >>> wnn2[1]
+        {2: 1.0, 4: 1.0}
+        >>> wnn2[2]
+        {1: 1.0, 4: 1.0}
+        >>> 0 in wnn2.neighbors
+        False
+
+        Notes
+        -----
+
+        Ties between neighbors of equal distance are arbitrarily broken.
+
+        See Also
+        --------
+        :class: `pysal.weights.KNN`
+        :class:`pysal.weights.W`
+        """
+        return cls(array, **kwargs)
 
+    @classmethod
+    def from_dataframe(cls, df, geom_col='geometry', ids=None, **kwargs):
+        """
+        Make KNN weights from a dataframe.
+
+        Parameters
+        ----------
+        df      :   pandas.dataframe
+                    a dataframe with a geometry column that can be used to
+                    construct a W object
+        geom_col :   string
+                    column name of the geometry stored in df
+        ids     :   string or iterable
+                    if string, the column name of the indices from the dataframe
+                    if iterable, a list of ids to use for the W
+                    if None, df.index is used.
+
+        See Also
+        --------
+        :class: `pysal.weights.KNN`
+        :class:`pysal.weights.W`
+        """
+        pts = get_points_array(df[geom_col])
+        if ids is None:
+            ids = df.index.tolist()
+        elif isinstance(ids, str):
+            ids = df[ids].tolist()
+        return cls(pts, ids=ids, **kwargs)
+
+    def reweight(self, k=None, p=None, new_data=None, new_ids=None, inplace=True):
+        """
+        Redo K-Nearest Neighbor weights construction using given parameters
+
+        Parameters
+        ----------
+        new_data    : np.ndarray
+                      an array containing additional data to use in the KNN
+                      weight
+        new_ids     : list
+                      a list aligned with new_data that provides the ids for
+                      each new observation
+        inplace     : bool
+                      a flag denoting whether to modify the KNN object 
+                      in place or to return a new KNN object
+        k           : int
+                      number of nearest neighbors
+        p           : float
+                      Minkowski p-norm distance metric parameter:
+                      1<=p<=infinity
+                      2: Euclidean distance
+                      1: Manhattan distance
+                      Ignored if the KDTree is an ArcKDTree
+
+        Returns
+        -------
+        A copy of the object using the new parameterization, or None if the
+        object is reweighted in place.
+        """
+        if (new_data is not None):
+            new_data = np.asarray(new_data).reshape(-1,2)
+            data = np.vstack((self.data, new_data)).reshape(-1,2)
+            if new_ids is not None:
+                ids = copy.deepcopy(self.id_order)
+                ids.extend(list(new_ids))
+            else:
+                ids = list(range(data.shape[0]))
+        elif (new_data is None) and (new_ids is None):
+            # If not, we can use the same kdtree we have
+            data = self.kdtree
+            ids = self.id_order
+        elif (new_data is None) and (new_ids is not None):
+            Warn('Remapping ids must be done using w.remap_ids')
+        if k is None:
+            k = self.k
+        if p is None:
+            p = self.p
+        if inplace:
+            self._reset()
+            self.__init__(data, ids=ids, k=k, p=p)
+        else:
+            return KNN(data, ids=ids, k=k, p=p)
 
 class Kernel(W):
     """
@@ -295,6 +522,76 @@ class Kernel(W):
             for i in neighbors:
                 weights[i][neighbors[i].index(i)] = 1.0
         W.__init__(self, neighbors, weights, ids)
+    
+    @classmethod
+    def from_shapefile(cls, filepath, idVariable=None,  **kwargs):
+        """
+        Kernel based weights from shapefile
+
+        Arguments
+        ---------
+        shapefile   : string
+                      shapefile name with shp suffix
+        idVariable  : string
+                      name of column in shapefile's DBF to use for ids
+
+        Returns
+        --------
+        Kernel Weights Object
+
+        See Also
+        ---------
+        :class:`pysal.weights.Kernel`
+        :class:`pysal.weights.W`
+        """
+        points = get_points_array_from_shapefile(filepath)
+        if idVariable is not None:
+            ids = get_ids(filepath, idVariable)
+        else:
+            ids = None
+        return cls.from_array(points, ids=ids, **kwargs)
+    
+    @classmethod
+    def from_array(cls, array, **kwargs):
+        """
+        Construct a Kernel weights from an array. Supports all the same options
+        as :class:`pysal.weights.Kernel`
+
+        See Also
+        --------
+        :class:`pysal.weights.Kernel`
+        :class:`pysal.weights.W`
+        """
+        return cls(array, **kwargs)
+
+    @classmethod
+    def from_dataframe(cls, df, geom_col='geometry', ids=None, **kwargs):
+        """
+        Make Kernel weights from a dataframe.
+
+        Parameters
+        ----------
+        df      :   pandas.dataframe
+                    a dataframe with a geometry column that can be used to
+                    construct a W object
+        geom_col :   string
+                    column name of the geometry stored in df
+        ids     :   string or iterable
+                    if string, the column name of the indices from the dataframe
+                    if iterable, a list of ids to use for the W
+                    if None, df.index is used.
+
+        See Also
+        --------
+        :class:`pysal.weights.Kernel`
+        :class:`pysal.weights.W`
+        """
+        pts = get_points_array(df[geom_col])
+        if ids is None:
+            ids = df.index.tolist()
+        elif isinstance(ids, str):
+            ids = df[ids].tolist()
+        return cls(pts, ids=ids, **kwargs)
 
     def _k_to_W(self, ids=None):
         allneighbors = {}
@@ -392,6 +689,17 @@ class DistanceBand(W):
 
     ids         : list
                   values to use for keys of the neighbors and weights dicts
+    
+    build_sp    : boolean
+                  True to build sparse distance matrix and false to build dense
+                  distance matrix; significant speed gains may be obtained
+                  dending on the sparsity of the of distance_matrix and
+                  threshold that is applied
+    silent      : boolean
+                  By default PySAL will print a warning if the
+                  dataset contains any disconnected observations or
+                  islands. To silence this warning set this
+                  parameter to True.
 
     Attributes
     ----------
@@ -448,70 +756,151 @@ class DistanceBand(W):
 
     """
 
-    def __init__(self, data, threshold, p=2, alpha=-1.0, binary=True, ids=None):
+    def __init__(self, data, threshold, p=2, alpha=-1.0, binary=True, ids=None,
+            build_sp=True, silent=False):
         """Casting to floats is a work around for a bug in scipy.spatial.
         See detail in pysal issue #126.
 
         """
+        self.p = p
+        self.threshold = threshold
+        self.binary = binary
+        self.alpha = alpha
+        self.build_sp = build_sp
+        self.silent = silent
+        
         if isKDTree(data):
             self.kd = data
             self.data = self.kd.data
         else:
-            try:
-                data = np.asarray(data)
-                if data.dtype.kind != 'f':
-                    data = data.astype(float)
+            if self.build_sp:
+                try:
+                    data = np.asarray(data)
+                    if data.dtype.kind != 'f':
+                        data = data.astype(float)
+                    self.data = data
+                    self.kd = KDTree(self.data)
+                except:
+                    raise ValueError("Could not make array from data")        
+            else:
                 self.data = data
-                self.kd = KDTree(self.data)
-            except:
-                raise ValueError("Could not make array from data")
-
-        self.p = p
-        self.threshold = threshold
-        self.binary = binary
-        self.alpha = alpha
+                self.kd = None       
         self._band()
         neighbors, weights = self._distance_to_W(ids)
-        W.__init__(self, neighbors, weights, ids)
+        W.__init__(self, neighbors, weights, ids, silent_island_warning=self.silent)
+
+    @classmethod
+    def from_shapefile(cls, filepath, threshold, idVariable=None, **kwargs):
+        """
+        Distance-band based weights from shapefile
+
+        Arguments
+        ---------
+        shapefile   : string
+                      shapefile name with shp suffix
+        idVariable  : string
+                      name of column in shapefile's DBF to use for ids
+
+        Returns
+        --------
+        Kernel Weights Object
+
+        See Also
+        ---------
+        :class: `pysal.weights.DistanceBand`
+        :class: `pysal.weights.W`
+        """
+        points = get_points_array_from_shapefile(filepath)
+        if idVariable is not None:
+            ids = get_ids(filepath, idVariable)
+        else:
+            ids = None
+        return cls.from_array(points, threshold, ids=ids, **kwargs)
+    
+    @classmethod
+    def from_array(cls, array, threshold, **kwargs):
+        """
+        Construct a DistanceBand weights from an array. Supports all the same options
+        as :class:`pysal.weights.DistanceBand`
+
+        See Also
+        --------
+        :class:`pysal.weights.DistanceBand`
+        :class:`pysal.weights.W`
+        """
+        return cls(array, threshold, **kwargs)
+    
+    @classmethod
+    def from_dataframe(cls, df, threshold, geom_col='geometry', ids=None, **kwargs):
+        """
+        Make DistanceBand weights from a dataframe.
+
+        Parameters
+        ----------
+        df      :   pandas.dataframe
+                    a dataframe with a geometry column that can be used to
+                    construct a W object
+        geom_col :   string
+                    column name of the geometry stored in df
+        ids     :   string or iterable
+                    if string, the column name of the indices from the dataframe
+                    if iterable, a list of ids to use for the W
+                    if None, df.index is used.
+
+        See Also
+        --------
+        :class:`pysal.weights.DistanceBand`
+        :class:`pysal.weights.W`
+        """
+        pts = get_points_array(df[geom_col])
+        if ids is None:
+            ids = df.index.tolist()
+        elif isinstance(ids, str):
+            ids = df[ids].tolist()
+        return cls(pts, threshold, ids=ids, **kwargs)
 
     def _band(self):
         """Find all pairs within threshold.
 
         """
-        self.dmat = self.kd.sparse_distance_matrix(
-                self.kd, max_distance=self.threshold)
+        if self.build_sp:    
+            self.dmat = self.kd.sparse_distance_matrix(
+                    self.kd, max_distance=self.threshold).tocsr()
+        else:
+            if str(self.kd).split('.')[-1][0:10] == 'Arc_KDTree':
+            	raise TypeError('Unable to calculate dense arc distance matrix;'
+            	        ' parameter "build_sp" must be set to True for arc'
+            	        ' distance type weight')
+            self.dmat = self._spdistance_matrix(self.data, self.data, self.threshold)
+
 
     def _distance_to_W(self, ids=None):
-        if ids:
-            ids = np.array(ids)
-        else:
-            ids = np.arange(self.dmat.shape[0])
-        neighbors = dict([(i,[]) for i in ids])
-        weights = dict([(i,[]) for i in ids])
         if self.binary:
-            for key,weight in self.dmat.items():
-                i,j = key
-                if i != j:
-                    if j not in neighbors[i]:
-                        weights[i].append(1)
-                        neighbors[i].append(j)
-                    if i not in neighbors[j]:
-                        weights[j].append(1)
-                        neighbors[j].append(i)
-
+            self.dmat[self.dmat>0] = 1
+            self.dmat.eliminate_zeros()
+            tempW = WSP2W(WSP(self.dmat), silent_island_warning=self.silent)
+            neighbors = tempW.neighbors
+            weight_keys = tempW.weights.keys()
+            weight_vals = tempW.weights.values()
+            weights = dict(zip(weight_keys, map(list, weight_vals)))
+            return neighbors, weights
         else:
-            for key,weight in self.dmat.items():
-                i,j = key
-                if i != j:
-                    if j not in neighbors[i]:
-                        weights[i].append(weight**self.alpha)
-                        neighbors[i].append(j)
-                    if i not in neighbors[j]:
-                        weights[j].append(weight**self.alpha)
-                        neighbors[j].append(i)
-
-        return neighbors, weights
-
+            weighted = self.dmat.power(self.alpha)
+            weighted[weighted==np.inf] = 0
+            weighted.eliminate_zeros()
+            tempW = WSP2W(WSP(weighted), silent_island_warning=self.silent)
+            neighbors = tempW.neighbors
+            weight_keys = tempW.weights.keys()
+            weight_vals = tempW.weights.values()
+            weights = dict(zip(weight_keys, map(list, weight_vals)))
+            return neighbors, weights
+
+    def _spdistance_matrix(self, x,y, threshold=None):
+        dist = distance_matrix(x,y)
+        if threshold is not None:
+            zeros = dist > threshold
+            dist[zeros] = 0
+        return sp.csr_matrix(dist)
 
 def _test():
     import doctest
diff --git a/pysal/weights/Wsets.py b/pysal/weights/Wsets.py
index 0da46bf..a04a102 100644
--- a/pysal/weights/Wsets.py
+++ b/pysal/weights/Wsets.py
@@ -394,7 +394,7 @@ def w_subset(w1, ids, silent_island_warning=False):
     """ 
 
     neighbors = {}
-    ids_set = set(ids)
+    ids_set = set(list(ids))
     for i in ids:
         if i in w1.neighbors:
             neigh_add = ids_set.intersection(set(w1.neighbors[i]))
@@ -402,7 +402,7 @@ def w_subset(w1, ids, silent_island_warning=False):
         else:
             neighbors[i] = []
 
-    return pysal.W(neighbors, id_order=ids, silent_island_warning=silent_island_warning)
+    return pysal.W(neighbors, id_order=list(ids), silent_island_warning=silent_island_warning)
 
 
 def w_clip(w1, w2, outSP=True, silent_island_warning=False):
diff --git a/pysal/weights/__init__.py b/pysal/weights/__init__.py
index 2eafa27..d12e60b 100644
--- a/pysal/weights/__init__.py
+++ b/pysal/weights/__init__.py
@@ -1,8 +1,3 @@
-"""
-:mod:`weights` --- Spatial Weights
-==================================
-
-"""
 from weights import *
 from util import *
 from Distance import *
diff --git a/pysal/weights/_contW_binning.py b/pysal/weights/_contW_binning.py
index b88bd1c..bd3ddeb 100644
--- a/pysal/weights/_contW_binning.py
+++ b/pysal/weights/_contW_binning.py
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 #import math
 import pysal
-from pysal.cg.standalone import get_shared_segments
+from pysal.cg.standalone import get_shared_segments, get_bounding_box
 
 __author__ = "Sergio J. Rey <srey at asu.edu> "
 __all__ = ["QUEEN", "ROOK", "ContiguityWeights_binning",
@@ -37,162 +37,13 @@ def bbcommon(bb, bbother):
     return chflag
 
 
-class ContiguityWeights_binning:
-
-    """
-    Contiguity using a binning algorithm
-    """
-
-    def __init__(self, shpFileObject, wttype):
-        self.shpFileObject = shpFileObject
-        self.wttype = wttype
-        self.do_weights()
-
-    def do_weights(self):
-        shpFileObject = self.shpFileObject
-
-        if shpFileObject.type != pysal.cg.Polygon:
-            return False
-
-        shapebox = shpFileObject.bbox      # bounding box
-
-        numPoly = len(shpFileObject)
-        self.numPoly = numPoly
-
-        # bucket size
-        if (numPoly < SHP_SMALL):
-            bucketmin = numPoly // BUCK_SM + 2
-        else:
-            bucketmin = numPoly // BUCK_LG + 2
-            # print 'bucketmin: ', bucketmin
-        # bucket length
-        lengthx = ((shapebox[2] + DELTA) - shapebox[0]) / bucketmin
-        lengthy = ((shapebox[3] + DELTA) - shapebox[1]) / bucketmin
-
-        # print lengthx, lengthy
-
-        # initialize buckets
-        columns = [set() for i in range(bucketmin)]
-        rows = [set() for i in range(bucketmin)]
-
-        minbox = shapebox[:2] * 2             # minx,miny,minx,miny
-        binWidth = [lengthx, lengthy] * 2      # lenx,leny,lenx,leny
-        bbcache = {}
-        poly2Column = [set() for i in range(numPoly)]
-        poly2Row = [set() for i in range(numPoly)]
-        for i in range(numPoly):
-            shpObj = shpFileObject.get(i)
-            bbcache[i] = shpObj.bounding_box[:]
-            projBBox = [int((shpObj.bounding_box[:][j] -
-                             minbox[j]) / binWidth[j]) for j in xrange(4)]
-            for j in range(projBBox[0], projBBox[2] + 1):
-                columns[j].add(i)
-                poly2Column[i].add(j)
-            for j in range(projBBox[1], projBBox[3] + 1):
-                rows[j].add(i)
-                poly2Row[i].add(j)
-
-        w = {}
-        if self.wttype == QUEEN:
-            # loop over polygons rather than bins
-            vertCache = {}
-            for polyId in xrange(numPoly):
-                if polyId not in vertCache:
-                    vertCache[polyId] = set(shpFileObject.get(polyId).vertices)
-                idRows = poly2Row[polyId]
-                idCols = poly2Column[polyId]
-                rowPotentialNeighbors = set()
-                colPotentialNeighbors = set()
-                for row in idRows:
-                    rowPotentialNeighbors = rowPotentialNeighbors.union(
-                        rows[row])
-                for col in idCols:
-                    colPotentialNeighbors = colPotentialNeighbors.union(
-                        columns[col])
-                potentialNeighbors = rowPotentialNeighbors.intersection(
-                    colPotentialNeighbors)
-                if polyId not in w:
-                    w[polyId] = set()
-                for j in potentialNeighbors:
-                    if polyId < j:
-                        if bbcommon(bbcache[polyId], bbcache[j]):
-                            if j not in vertCache:
-                                vertCache[j] = set(
-                                    shpFileObject.get(j).vertices)
-                            common = vertCache[
-                                polyId].intersection(vertCache[j])
-                            if len(common) > 0:
-                                w[polyId].add(j)
-                                if j not in w:
-                                    w[j] = set()
-                                w[j].add(polyId)
-        elif self.wttype == ROOK:
-            # check for a shared edge
-            edgeCache = {}
-            # loop over polygons rather than bins
-            for polyId in xrange(numPoly):
-                if polyId not in edgeCache:
-                    iEdges = {}
-                    iVerts = shpFileObject.get(polyId).vertices
-                    nv = len(iVerts)
-                    ne = nv - 1
-                    for i in xrange(ne):
-                        l = iVerts[i]
-                        r = iVerts[i + 1]
-                        iEdges[(l, r)] = []
-                        iEdges[(r, l)] = []
-                    edgeCache[polyId] = iEdges
-                iEdgeSet = set(edgeCache[polyId].keys())
-                idRows = poly2Row[polyId]
-                idCols = poly2Column[polyId]
-                rowPotentialNeighbors = set()
-                colPotentialNeighbors = set()
-                for row in idRows:
-                    rowPotentialNeighbors = rowPotentialNeighbors.union(
-                        rows[row])
-                for col in idCols:
-                    colPotentialNeighbors = colPotentialNeighbors.union(
-                        columns[col])
-                potentialNeighbors = rowPotentialNeighbors.intersection(
-                    colPotentialNeighbors)
-                if polyId not in w:
-                    w[polyId] = set()
-                for j in potentialNeighbors:
-                    if polyId < j:
-                        if bbcommon(bbcache[polyId], bbcache[j]):
-                            if j not in edgeCache:
-                                jVerts = shpFileObject.get(j).vertices
-                                jEdges = {}
-                                nv = len(jVerts)
-                                ne = nv - 1
-                                for e in xrange(ne):
-                                    l = jVerts[e]
-                                    r = jVerts[e + 1]
-                                    jEdges[(l, r)] = []
-                                    jEdges[(r, l)] = []
-                                edgeCache[j] = jEdges
-                            # for edge in edgeCache[j]:
-                            if iEdgeSet.intersection(edgeCache[j].keys()):
-                                w[polyId].add(j)
-                                if j not in w:
-                                    w[j] = set()
-                                w[j].add(polyId)
-                                # break
-        else:
-            print "Unsupported weight type."
-
-        self.w = w
-
-# Generalize to handle polygon collections - independent of origin file type
-
-
 class ContiguityWeightsPolygons:
 
     """
     Contiguity for a collection of polygons using a binning algorithm
     """
 
-    def __init__(self, collection, wttype=1):
+    def __init__(self, collection, wttype=1, bbox=None):
         """
 
         Parameters
@@ -207,16 +58,20 @@ class ContiguityWeightsPolygons:
 
         self.collection = collection
         self.wttype = wttype
+        if bbox is None:
+            try:
+                bbox = collection.bbox
+            except AttributeError:
+                bbox = get_bounding_box(collection)
+        self.shapebox = bbox
+        self.numPoly = len(collection)
         self.do_weights()
 
     def do_weights(self):
-        if self.collection.type != pysal.cg.Polygon:
-            return False
 
-        shapebox = self.collection.bbox      # bounding box
+        shapebox = self.shapebox      # bounding box
 
-        numPoly = self.collection.n
-        self.numPoly = numPoly
+        numPoly = self.numPoly
 
         # bucket size
         if (numPoly < SHP_SMALL):
@@ -292,7 +147,7 @@ class ContiguityWeightsPolygons:
             for polyId in xrange(numPoly):
                 if polyId not in edgeCache:
                     iEdges = {}
-                    iVerts = shpFileObject.get(polyId).vertices
+                    iVerts = self.collection[polyId].vertices
                     nv = len(iVerts)
                     ne = nv - 1
                     for i in xrange(ne):
@@ -320,7 +175,7 @@ class ContiguityWeightsPolygons:
                     if polyId < j:
                         if bbcommon(bbcache[polyId], bbcache[j]):
                             if j not in edgeCache:
-                                jVerts = shpFileObject.get(j).vertices
+                                jVerts = self.collection[j].vertices
                                 jEdges = {}
                                 nv = len(jVerts)
                                 ne = nv - 1
@@ -338,26 +193,26 @@ class ContiguityWeightsPolygons:
                                 w[j].add(polyId)
                                 # break
         else:
-            print "Unsupported weight type."
+            raise Exception("Unsupported weight type.")
 
         self.w = w
 
 if __name__ == "__main__":
     import time
     fname = pysal.examples.get_path('NAT.shp')
-    print 'QUEEN binning'
+    print('QUEEN binning')
     t0 = time.time()
     qb = ContiguityWeights_binning(pysal.open(fname), QUEEN)
     t1 = time.time()
-    print "using " + str(fname)
-    print "time elapsed for queen... using bins: " + str(t1 - t0)
+    print("using " + str(fname))
+    print("time elapsed for queen... using bins: " + str(t1 - t0))
 
     t0 = time.time()
     rb = ContiguityWeights_binning(pysal.open(fname), ROOK)
     t1 = time.time()
-    print 'Rook binning'
-    print "using " + str(fname)
-    print "time elapsed for rook... using bins: " + str(t1 - t0)
+    print('Rook binning')
+    print("using " + str(fname))
+    print("time elapsed for rook... using bins: " + str(t1 - t0))
 
     from pysal.weights._contW_rtree import ContiguityWeights_rtree
 
@@ -365,25 +220,25 @@ if __name__ == "__main__":
     rt = ContiguityWeights_rtree(pysal.open(fname), ROOK)
     t1 = time.time()
 
-    print "time elapsed for rook... using rtree: " + str(t1 - t0)
-    print rt.w == rb.w
+    print("time elapsed for rook... using rtree: " + str(t1 - t0))
+    print(rt.w == rb.w)
 
-    print 'QUEEN'
+    print('QUEEN')
     t0 = time.time()
     qt = ContiguityWeights_rtree(pysal.open(fname), QUEEN)
     t1 = time.time()
-    print "using " + str(fname)
-    print "time elapsed for queen... using rtree: " + str(t1 - t0)
-    print qb.w == qt.w
+    print("using " + str(fname))
+    print("time elapsed for queen... using rtree: " + str(t1 - t0))
+    print(qb.w == qt.w)
 
-    print 'knn4'
+    print('knn4')
     t0 = time.time()
     knn = pysal.knnW_from_shapefile(fname, k=4)
     t1 = time.time()
-    print t1 - t0
+    print(t1 - t0)
 
-    print 'rook from shapefile'
+    print('rook from shapefile')
     t0 = time.time()
     knn = pysal.rook_from_shapefile(fname)
     t1 = time.time()
-    print t1 - t0
+    print(t1 - t0)
diff --git a/pysal/weights/_contW_lists.py b/pysal/weights/_contW_lists.py
new file mode 100644
index 0000000..b84e8d7
--- /dev/null
+++ b/pysal/weights/_contW_lists.py
@@ -0,0 +1,90 @@
+import pysal as ps
+import collections
+QUEEN = 1
+ROOK = 2
+
+__author__ = "Jay Laura jlaura at asu.edu"
+
+class ContiguityWeightsLists:
+    """
+    Contiguity for a collection of polygons using high performance
+    list, set, and dict containers
+    """
+    def __init__(self, collection, wttype=1):
+        """
+        Arguments
+        =========
+
+        collection: PySAL PolygonCollection
+
+        wttype: int
+                1: Queen
+                2: Rook
+        """
+        self.collection = collection
+        self.wttype = wttype
+        self.jcontiguity()
+
+    def jcontiguity(self):
+        if not isinstance(self.collection[0], ps.cg.Polygon):
+            return False
+
+        numPoly = len(self.collection)
+
+        w = {}
+        for i in range(numPoly):
+            w[i] = set()
+
+        geoms = []
+        offsets = []
+        c = 0  # PolyID Counter
+
+        if self.wttype == QUEEN:
+            for n in range(numPoly):
+                    verts = self.collection[n].vertices
+                    offsets += [c] * len(verts)
+                    geoms += (verts)
+                    c += 1
+
+            items = collections.defaultdict(set)
+            for i, vertex in enumerate(geoms):
+                items[vertex].add(offsets[i])
+
+            shared_vertices = []
+            for item, location in items.iteritems():
+                if len(location) > 1:
+                    shared_vertices.append(location)
+
+            for vert_set in shared_vertices:
+                for v in vert_set:
+                    w[v] = w[v] | vert_set
+                    try:
+                        w[v].remove(v)
+                    except:
+                        pass
+
+        elif self.wttype == ROOK:
+            for n in range(numPoly):
+                verts = self.collection[n].vertices
+                for v in range(len(verts) - 1):
+                    geoms.append(tuple(sorted([verts[v], verts[v + 1]])))
+                offsets += [c] * (len(verts) - 1)
+                c += 1
+
+            items = collections.defaultdict(set)
+            for i, item in enumerate(geoms):
+                items[item].add(offsets[i])
+
+            shared_vertices = []
+            for item, location in items.iteritems():
+                if len(location) > 1:
+                    shared_vertices.append(location)
+
+            for vert_set in shared_vertices:
+                for v in vert_set:
+                    w[v] = w[v] | vert_set
+                    try:
+                        w[v].remove(v)
+                    except:
+                        pass
+        self.w = w
diff --git a/pysal/weights/_contW_rtree.py b/pysal/weights/_contW_rtree.py
index de28648..1fce44b 100644
--- a/pysal/weights/_contW_rtree.py
+++ b/pysal/weights/_contW_rtree.py
@@ -91,16 +91,6 @@ class ContiguityWeights_rtree:
             if get_shared_segments(poly0, poly1, True):
                 return ROOK
             return False
-            #for vert in common:
-            #    idx = poly0.vertices.index(vert)
-            #    IDX = poly1.vertices.index(vert)
-            #    try:
-            #        if poly0.vertices[idx+1] == poly1.vertices[IDX+1] or poly0.vertices[idx+1] == poly1.vertices[IDX-1]\
-            #        or poly0.vertices[idx-1] == poly1.vertices[IDX+1] or poly0.vertices[idx-1] == poly1.vertices[IDX-1]:
-            #            return ROOK
-            #    except IndexError:
-            #        pass
-            #return False
         elif len(common) > 0:
             return QUEEN
         else:
diff --git a/pysal/weights/spintW.py b/pysal/weights/spintW.py
new file mode 100644
index 0000000..6d976dc
--- /dev/null
+++ b/pysal/weights/spintW.py
@@ -0,0 +1,254 @@
+"""
+Spatial weights for spatial interaction including contiguity OD weights (ODW),
+network based weights (netW), and distance-decay based vector weights (vecW).
+
+"""
+
+__author__ = "Taylor Oshan  <tayoshan at gmail.com> "
+
+from scipy.sparse import kron
+from pysal.weights import W, WSP
+from pysal.weights.util import WSP2W
+from pysal.weights.Distance import DistanceBand
+from collections import OrderedDict
+
+def ODW(Wo, Wd, transform='r'):
+    """
+    Constructs an o*d by o*d origin-destination style spatial weight for o*d
+    flows using standard spatial weights on o origins and d destinations. Input
+    spatial weights must be binary or able to be sutiably transformed to binary.
+
+    Parameters
+    ----------
+    Wo          : W object for origin locations
+                  o x o spatial weight object amongst o origins
+
+    Wd          : W object for destination locations
+                  d x d spatial weight object amongst d destinations
+
+    transform   : Transformation for standardization of final OD spatial weight; default
+                  is 'r' for row standardized
+    Returns
+    -------
+    W           : spatial contiguity W object for assocations between flows
+                 o*d x o*d spatial weight object amongst o*d flows between o
+                 origins and d destinations
+    
+    Examples
+    --------
+
+    >>> O = pysal.weights.lat2W(2,2)
+    >>> D = pysal.weights.lat2W(2,2)
+    >>> OD = pysal.weights.spintW.ODW(O,D)
+    >>> OD.weights[0]
+    [0.25, 0.25, 0.25, 0.25]
+    >>> OD.neighbors[0]
+    array([ 5,  6,  9, 10], dtype=int32)
+    >>> OD.full()[0][0]
+    array([ 0.  ,  0.  ,  0.  ,  0.  ,  0.  ,  0.25,  0.25,  0.  ,  0.  ,
+            0.25,  0.25,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ])
+
+    """
+    if Wo.transform is not 'b':
+        try:
+    	    Wo.tranform = 'b'
+        except:
+            raise AttributeError('Wo is not binary and cannot be transformed to '
+                    'binary. Wo must be binary or suitably transformed to binary.')
+    if Wd.transform is not 'b':
+        try:
+    	    Wd.tranform = 'b'
+        except:
+            raise AttributeError('Wd is not binary and cannot be transformed to '
+                   'binary. Wd must be binary or suitably transformed to binary.')
+    Wo = Wo.sparse
+    Wo.eliminate_zeros()
+    Wd = Wd.sparse
+    Wd.eliminate_zeros()
+    Ww = kron(Wo, Wd, format='csr')
+    Ww.eliminate_zeros()
+    Ww = WSP2W(WSP(Ww))
+    Ww.transform = transform
+    return Ww
+
+def netW(link_list, share='A', transform = 'r'):
+    """
+    Create a network-contiguity based weight object based on different nodal
+    relationships encoded in a network.
+
+    Parameters
+    ----------
+    link_list   : list 
+                  of tuples where each tuple is of the form (o,d) where o is an
+                  origin id and d is a destination id
+
+    share       : string
+                  denoting how to define the nodal relationship used to
+                  determine neighboring edges; defualt is 'A' for any shared
+                  nodes between two network edges; options include:
+                    'A': any shared nodes 
+                    'O': a shared origin node
+                    'D': a shared destination node
+                    'OD' a shared origin node or a shared destination node
+                    'C': a shared node that is the destination of the first
+                         edge and the origin of the second edge - i.e., a
+                         directed chain is formed moving from edge one to edge
+                         two.
+
+    transform   : Transformation for standardization of final OD spatial weight; default
+                  is 'r' for row standardized
+       
+    Returns
+    -------
+     W          : nodal contiguity W object for networkd edges or flows
+                  W Object representing the binary adjacency of the network edges
+                  given a definition of nodal relationships.
+
+    Examples
+    --------
+
+    >>> links = [('a','b'), ('a','c'), ('a','d'), ('c','d'), ('c', 'b'), ('c','a')]
+    >>> O = pysal.weights.spintW.netW(links, share='O')
+    >>> W.neighbors[('a', 'b')]
+    [('a', 'c'), ('a', 'd')]
+    >>> OD = pysal.weights.spintW.netW(links, share='OD')
+    >>> OD.neighbors[('a', 'b')]
+    [('a', 'c'), ('a', 'd'), ('c', 'b')]
+    >>> any_common = pysal.weights.spintW.netw(links, share='A')
+    [('a', 'c'), ('a', 'd'), ('c', 'b'), ('c', 'a')]
+
+    """
+    neighbors = {}
+    neighbors = OrderedDict()
+    edges = link_list
+    for key in edges:
+        neighbors[key] = []
+        for neigh in edges:
+            if key == neigh:
+                continue
+            if share.upper() == 'OD':
+                if key[0] == neigh[0] or key[1] == neigh[1]:
+                    neighbors[key].append(neigh)
+            elif share.upper() == 'O':
+                if key[0] == neigh[0]:
+                    neighbors[key].append(neigh)
+            elif share.upper() == 'D':
+                if key[1] == neigh[1]:
+                	neighbors[key].append(neigh)
+            elif share.upper() == 'C':
+                if key[1] == neigh[0]:
+                    neighbors[key].append(neigh)
+            elif share.upper() == 'A':
+                if key[0] == neigh[0] or key[0] == neigh[1] or \
+                	key[1] == neigh[0] or key[1] == neigh[1]:
+                    neighbors[key].append(neigh)
+            else:
+                raise AttributeError("Parameter 'share' must be 'O', 'D',"
+                       " 'OD', or 'C'")
+    netW = W(neighbors)
+    netW.tranform = transform
+    return netW
+
+def vecW(origin_x, origin_y, dest_x, dest_y, threshold, p=2, alpha=-1.0,
+        binary=True, ids=None, build_sp=False, silent=False):
+    """
+    Distance-based spatial weight for vectors that is computed using a
+    4-dimensional distance between the origin x,y-coordinates and the
+    destination x,y-coordinates
+
+    Parameters
+    ----------
+    origin_x   : list or array
+                 of vector origin x-coordinates
+    origin_y   : list or array
+                 of vector origin y-coordinates
+    dest_x     : list or array
+                 of vector destination x-coordinates
+    dest_y     : list or array
+                 of vector destination y-coordinates
+    threshold  : float
+                 distance band
+    p          : float
+                 Minkowski p-norm distance metric parameter:
+                 1<=p<=infinity
+                 2: Euclidean distance
+                 1: Manhattan distance
+    binary     : boolean
+                 If true w_{ij}=1 if d_{i,j}<=threshold, otherwise w_{i,j}=0
+                 If false wij=dij^{alpha}
+    alpha      : float
+                 distance decay parameter for weight (default -1.0)
+                 if alpha is positive the weights will not decline with
+                 distance. If binary is True, alpha is ignored
+
+    ids         : list
+                  values to use for keys of the neighbors and weights dicts
+    build_sp    : boolean
+                  True to build sparse distance matrix and false to build dense
+                  distance matrix; significant speed gains may be obtained
+                  dending on the sparsity of the of distance_matrix and
+                  threshold that is applied
+    silent      : boolean
+                  By default PySAL will print a warning if the
+                  dataset contains any disconnected observations or
+                  islands. To silence this warning set this
+                  parameter to True.
+    
+    Returns
+    ------
+    W           : DistanceBand W object that uses 4-dimenional distances between
+                  vectors origin and destination coordinates. 
+
+    Examples
+    --------
+
+    >>> x1 = [5,6,3]
+    >>> y1 = [1,8,5]
+    >>> x2 = [2,4,9]
+    >>> y2 = [3,6,1]
+    >>> W1 = pysal.weights.spintW.vecW(x1, y1, x2, y2, threshold=999)
+    >>> W1.neighbors[0]
+    [1, 2]
+    >>> W2 = pysal.weights.spintW.vecW(x1, y2, x1, y2, threshold=8.5)
+    >>> W2.neighbors[0]
+    [1]
+
+    """
+    data = zip(origin_x, origin_y, dest_x, dest_y)
+    W = DistanceBand(data, threshold=threshold, p=p, binary=binary, alpha=alpha,
+            ids=ids, build_sp=False, silent=silent)
+    return W
+
+def mat2L(edge_matrix):
+    """
+    Convert a matrix denoting network connectivity (edges or flows) to a list
+    denoting edges
+
+    Parameters
+    ----------
+    edge_matrix   : array 
+                    where rows denote network edge origins, columns denote
+                    network edge destinations, and non-zero entries denote the
+                    existence of an edge between a given origin and destination
+
+    Returns
+    -------
+     edge_list    : list
+                    of tuples where each tuple is of the form (o,d) where o is an
+                    origin id and d is a destination id
+
+    Examples
+    --------
+    """
+    if len(edge_matrix.shape) !=2:
+    	raise AttributeError("Matrix of network edges should be two dimensions"
+    	        "with edge origins on one axis and edge destinations on the"
+    	        "second axis with non-zero matrix entires denoting an edge"
+    	        "between and origin and destination")
+    edge_list = []
+    rows, cols = edge_matrix.shape
+    for row in range(rows):
+        for col in range(cols):
+            if edge_matrix[row, col] != 0:
+                edge_list.append((row,col))
+    return edge_list
diff --git a/pysal/weights/tests/test_Contiguity.py b/pysal/weights/tests/test_Contiguity.py
index cdcddec..26778fc 100644
--- a/pysal/weights/tests/test_Contiguity.py
+++ b/pysal/weights/tests/test_Contiguity.py
@@ -1,27 +1,124 @@
-"""Unit test for Contiguity.py"""
-import unittest
-import pysal
-import numpy as np
+from pysal.weights import Contiguity as c
+import pysal as ps
+import unittest as ut
+from warnings import warn as Warn
 
+PANDAS_EXTINCT = ps.common.pandas is None
+class Mock(object):
+    def __init__(self, **kwargs):
+        self.__dict__.update(kwargs)
+
+class Contiguity_Mixin(object):
+    polygon_path = ps.examples.get_path('columbus.shp')
+    point_path = ps.examples.get_path('baltim.shp')
+    f = ps.open(polygon_path) # our file handler
+    polygons = f.read() # our iterable
+    f.seek(0) #go back to head of file
+    # Without requiring users to have GDAL to run tests, 
+    # we can mock a shapely object by an object with a geo_interface
+    mocks = [Mock(__geo_interface__=p.__geo_interface__) 
+                  for p in polygons] 
+    cls = object # class constructor
+    known_wi = None #index of known w entry to compare
+    known_w = dict() #actual w entry
+    known_name = known_wi
+    known_namedw = known_w
+    idVariable = None # id variable from file or column
 
-class TestContiguity(unittest.TestCase):
     def setUp(self):
-        self.polyShp = pysal.examples.get_path('10740.shp')
-
-    def test_buildContiguity(self):
-        w = pysal.buildContiguity(pysal.open(self.polyShp, 'r'))
-        self.assertEqual(w[0], {1: 1.0, 4: 1.0, 101: 1.0, 85: 1.0, 5: 1.0})
-        w = pysal.buildContiguity(
-            pysal.open(self.polyShp, 'r'), criterion='queen')
-        self.assertEqual(w.pct_nonzero, 3.1926364234056544)
-        w = pysal.buildContiguity(
-            pysal.open(self.polyShp, 'r'), criterion='rook')
-        self.assertEqual(w.pct_nonzero, 2.6351084812623275)
-        fips = pysal.open(pysal.examples.get_path('10740.dbf')).by_col('STFID')
-        w = pysal.buildContiguity(pysal.open(self.polyShp, 'r'), ids=fips)
-        self.assertEqual(w['35001000107'], {'35001003805': 1.0, '35001003721':
-                                            1.0, '35001000111': 1.0, '35001000112': 1.0, '35001000108': 1.0})
-
-
-if __name__ == "__main__":
-    unittest.main()
+        self.__dict__.update({k:v for k,v in Contiguity_Mixin.__dict__.items()
+            if not k.startswith('_')})
+    
+    def runTest(self):
+        pass 
+
+    def test_init(self):
+        # basic
+        w = self.cls(self.polygons)
+        self.assertEqual(w[self.known_wi], self.known_w)
+
+        # sparse
+        #w = self.cls(self.polygons, sparse=True)
+        #srowvec = ws.sparse[self.known_wi].todense().tolist()[0]
+        #this_w = {i:k for i,k in enumerate(srowvec) if k>0}
+        #self.assertEqual(this_w, self.known_w)
+        #ids = ps.weights2.utils.get_ids(self.polygon_path, self.idVariable)
+
+        # named
+        ids = ps.weights.util.get_ids(self.polygon_path, self.idVariable)
+        w = self.cls(self.polygons, ids = ids)
+        self.assertEqual(w[self.known_name], self.known_namedw)
+
+    def test_from_iterable(self):
+        w = self.cls.from_iterable(self.f)
+        self.f.seek(0)
+        self.assertEqual(w[self.known_wi], self.known_w)
+        
+        w = self.cls.from_iterable(self.mocks)
+        self.assertEqual(w[self.known_wi], self.known_w)
+
+    def test_from_shapefile(self):
+        # basic
+        w = self.cls.from_shapefile(self.polygon_path)
+        self.assertEqual(w[self.known_wi], self.known_w)
+
+        # sparse
+        ws = self.cls.from_shapefile(self.polygon_path, sparse=True)
+        srowvec = ws.sparse[self.known_wi].todense().tolist()[0]
+        this_w = {i:k for i,k in enumerate(srowvec) if k>0}
+        self.assertEqual(this_w, self.known_w)
+
+        # named
+        w = self.cls.from_shapefile(self.polygon_path, idVariable=self.idVariable)
+        self.assertEqual(w[self.known_name], self.known_namedw)
+
+    def test_from_array(self):
+        # test named, sparse from point array
+        pass 
+
+    @ut.skipIf(PANDAS_EXTINCT, 'Missing pandas')
+    def test_from_dataframe(self):
+        # basic
+        df = ps.pdio.read_files(self.polygon_path)
+        w = self.cls.from_dataframe(df)
+        self.assertEqual(w[self.known_wi], self.known_w)
+
+        # named geometry
+        df.rename(columns={'geometry':'the_geom'}, inplace=True)
+        w = self.cls.from_dataframe(df, geom_col = 'the_geom')
+        self.assertEqual(w[self.known_wi], self.known_w)
+
+        # named geometry + named obs
+        w = self.cls.from_dataframe(df, geom_col='the_geom', idVariable=self.idVariable)
+        self.assertEqual(w[self.known_name], self.known_namedw)
+
+class Test_Queen(ut.TestCase, Contiguity_Mixin):
+    def setUp(self):
+        Contiguity_Mixin.setUp(self)
+        
+        self.known_wi = 4
+        self.known_w  = {2: 1.0, 3: 1.0, 5: 1.0, 7: 1.0,
+                             8: 1.0, 10: 1.0, 14: 1.0, 15: 1.0}
+        self.cls = c.Queen
+        self.idVariable = 'POLYID'
+        self.known_name = 5
+        self.known_namedw = {k+1:v for k,v in self.known_w.items()}
+
+class Test_Rook(ut.TestCase, Contiguity_Mixin):
+    def setUp(self):
+        Contiguity_Mixin.setUp(self)
+        
+        self.known_w = {2: 1.0, 3: 1.0, 5: 1.0, 7: 1.0, 
+                             8: 1.0, 10: 1.0, 14: 1.0}
+        self.known_wi = 4
+        self.cls = c.Rook
+        self.idVariable = 'POLYID'
+        self.known_name = 5
+        self.known_namedw = {k+1:v for k,v in self.known_w.items()}
+
+q = ut.TestLoader().loadTestsFromTestCase(Test_Queen)
+r = ut.TestLoader().loadTestsFromTestCase(Test_Rook)
+suite = ut.TestSuite([q, r])
+if __name__ == '__main__':
+    runner = ut.TextTestRunner()
+    runner.run(suite)
diff --git a/pysal/weights/tests/test_Distance.py b/pysal/weights/tests/test_Distance.py
index c60f74f..d8eec70 100644
--- a/pysal/weights/tests/test_Distance.py
+++ b/pysal/weights/tests/test_Distance.py
@@ -1,144 +1,291 @@
-import os
-import unittest
-import pysal
+from pysal.weights import Distance as d
+from pysal.weights.util import get_points_array
+from pysal.weights import Contiguity as c
+from pysal.common import RTOL, ATOL
+from pysal.cg.kdtree import KDTree
 import numpy as np
+import pysal as ps
+import unittest as ut
 
+PANDAS_EXTINCT = ps.common.pandas is None
+# All instances should test these four methods, and define their own functional
+# tests based on common codepaths/estimated weights use cases. 
 
-class TestDistanceWeights(unittest.TestCase):
+class Distance_Mixin(object):
+    polygon_path = ps.examples.get_path('columbus.shp')
+    arc_path = ps.examples.get_path('stl_hom.shp')
+    points = [(10, 10), (20, 10), (40, 10), 
+              (15, 20), (30, 20), (30, 30)]
+    euclidean_kdt = ps.cg.KDTree(points, distance_metric='euclidean')
+    
+    polygon_f = ps.open(polygon_path) # our file handler
+    poly_centroids = get_points_array(polygon_f) # our iterable
+    polygon_f.seek(0) #go back to head of file
+    
+    arc_f = ps.open(arc_path)
+    ps.cg.sphere.arcdist
+    arc_points = get_points_array(arc_f)
+    arc_f.seek(0)
+    arc_kdt = ps.cg.KDTree(arc_points, distance_metric='Arc',
+                           radius=ps.cg.sphere.RADIUS_EARTH_KM)
+    
+    cls = object # class constructor
+    known_wi = None #index of known w entry to compare
+    known_w = dict() #actual w entry
+    known_name = known_wi
+    
     def setUp(self):
-        np.random.seed(1234)
-        self.polyShp = pysal.examples.get_path('columbus.shp')
-        self.arcShp = pysal.examples.get_path('stl_hom.shp')
-        self.points = [(
-            10, 10), (20, 10), (40, 10), (15, 20), (30, 20), (30, 30)]
-
-    def test_knnW(self):
-        kd = pysal.cg.kdtree.KDTree(np.array(self.points), distance_metric='euclidean')
-        wnn2 = pysal.knnW(kd, 2)
-        self.assertEqual(wnn2.neighbors[0], [1,3])
-
-        pts = [i.centroid for i in pysal.open(self.polyShp)]
-        kd = pysal.cg.kdtree.KDTree(pts)
-        wnn4 = pysal.knnW(kd, 4)
-        self.assertEqual(set(wnn4.neighbors[0]), set([2,1,3,7]))
-        self.assertEqual(set(wnn4.neighbors[7]), set([3,6,12,11]))
-
-    def test_knnW_arc(self):
-        pts = [x.centroid for x in pysal.open(self.arcShp)]
-        dist = pysal.cg.sphere.arcdist  # default radius is Earth KM
-        full = np.matrix([[dist(pts[i], pts[j]) for j in xrange(
-            len(pts))] for i in xrange(len(pts))])
-
-        kd = pysal.cg.kdtree.KDTree(pts, distance_metric='Arc',
-                                    radius=pysal.cg.sphere.RADIUS_EARTH_KM)
-        w = pysal.knnW(kd, 4)
-        self.assertEqual(set(w.neighbors[4]), set([1, 3, 9, 12]))
-        self.assertEqual(set(w.neighbors[40]), set([31, 38, 45, 49]))
-        # self.assertTrue((full.argsort()[:, 1:5] == np.array(
-        #    [w.neighbors[x] for x in range(len(pts))])).all())
-
-    def test_Kernel(self):
-        kw = pysal.Kernel(self.points)
-        wds = {kw.neighbors[0][i]: v for i, v in enumerate(kw.weights[0])}
-        self.assertEqual(wds, {0: 1, 1: 0.500000049999995, 3: 0.4409830615267465})
-        kw15 = pysal.Kernel(self.points, bandwidth=15.0)
-        self.assertEqual(kw15[0], {0: 1.0, 1: 0.33333333333333337,
-                                   3: 0.2546440075000701})
-        self.assertEqual(kw15.bandwidth[0], 15.)
-        self.assertEqual(kw15.bandwidth[-1], 15.)
-        bw = [25.0, 15.0, 25.0, 16.0, 14.5, 25.0]
-        kwa = pysal.Kernel(self.points, bandwidth=bw)
-        wds = {kwa.neighbors[0][i]: v for i, v in enumerate(kwa.weights[0])}
-        self.assertEqual(wds, {0: 1.0, 1: 0.59999999999999998,
-                               3: 0.55278640450004202, 4: 0.10557280900008403})
-        self.assertEqual(kwa.bandwidth[0], 25.)
-        self.assertEqual(kwa.bandwidth[1], 15.)
-        self.assertEqual(kwa.bandwidth[2], 25.)
-        self.assertEqual(kwa.bandwidth[3], 16.)
-        self.assertEqual(kwa.bandwidth[4], 14.5)
-        self.assertEqual(kwa.bandwidth[5], 25.)
-        kwea = pysal.Kernel(self.points, fixed=False)
-        wds = {kwea.neighbors[0][i]: v for i, v in enumerate(kw.weights[0])}
-        self.assertEqual(kwea.weights[0], [1.0, 0.10557289844279438,
-                                           9.9999990066379496e-08])
-        l = kwea.bandwidth.tolist()
-        np.allclose(l, [[11.180341005532938], [11.180341005532938],
-                        [20.000002000000002], [11.180341005532938],
-                        [14.142137037944515], [18.027758180095585]])
-        kweag = pysal.Kernel(self.points, fixed=False, function='gaussian')
-        wds = {kweag.neighbors[0][i]: v for i, v in enumerate(kweag.weights[0])}
-        self.assertEqual(wds, {0: 0.3989422804014327,
-                               1: 0.26741902915776961,
-                               3: 0.24197074871621341})
-        l = kweag.bandwidth.tolist()
-        np.allclose(l, [[11.180341005532938], [11.180341005532938],
-                        [20.000002000000002], [11.180341005532938],
-                        [14.142137037944515], [18.027758180095585]])
-
-        kw = pysal.kernelW_from_shapefile(self.polyShp, idVariable='POLYID')
-        wds = {kw.neighbors[1][i]: v for i, v in enumerate(kw.weights[1])}
-        self.assertEqual(wds, {4: 0.0070787731484506233,
-                               2: 0.2052478782400463,
-                               3: 0.23051223027663237,
-                               1: 1.0})
-        kwa = pysal.adaptive_kernelW_from_shapefile(self.polyShp)
-        wds = {kwa.neighbors[0][i]: v for i, v in enumerate(kwa.weights[0])}
-        self.assertEqual(wds, {0: 1.0, 2: 0.03178906767736345,
-                               1: 9.9999990066379496e-08})
-
-    def test_threshold(self):
-        md = pysal.min_threshold_dist_from_shapefile(self.polyShp)
-        self.assertEqual(md, 0.61886415807685413)
-        wid = pysal.threshold_continuousW_from_array(self.points, 11.2)
-        wds = {wid.neighbors[0][i]: v for i, v in enumerate(wid.weights[0])}
-        self.assertEqual(wds, {1: 0.10000000000000001,
-                               3: 0.089442719099991588})
-        wid2 = pysal.threshold_continuousW_from_array(
-            self.points, 11.2, alpha=-2.0)
-        wds = {wid2.neighbors[0][i]: v for i, v in enumerate(wid2.weights[0])}
-        self.assertEqual(wds, {1: 0.01, 3: 0.0079999999999999984})
-        w = pysal.threshold_continuousW_from_shapefile(
-            self.polyShp, 0.62, idVariable="POLYID")
-        wds = {w.neighbors[1][i]: v for i, v in enumerate(w.weights[1])}
-        self.assertEqual(wds, {2: 1.6702346893743334,
-                               3: 1.7250729841938093})
-
-    def test_DistanceBand(self):
-        """ see issue #126 """
-        w = pysal.rook_from_shapefile(
-            pysal.examples.get_path("lattice10x10.shp"))
-        polygons = pysal.open(
-            pysal.examples.get_path("lattice10x10.shp"), "r").read()
-        points1 = [poly.centroid for poly in polygons]
-        w1 = pysal.DistanceBand(points1, 1)
-        for k in range(w.n):
-            self.assertEqual(w[k], w1[k])
-
-    def test_DistanceBand_ints(self):
-        """ see issue #126 """
-        w = pysal.rook_from_shapefile(
-            pysal.examples.get_path("lattice10x10.shp"))
-        polygons = pysal.open(
-            pysal.examples.get_path("lattice10x10.shp"), "r").read()
-        points2 = [tuple(map(int, poly.vertices[0])) for poly in polygons]
-        w2 = pysal.DistanceBand(points2, 1)
-        for k in range(w.n):
-            self.assertEqual(w[k], w2[k])
-
-    def test_DistanceBand_arc(self):
-        pts = [x.centroid for x in pysal.open(self.arcShp)]
-        dist = pysal.cg.sphere.arcdist  # default radius is Earth KM
-        full = np.matrix([[dist(pts[i], pts[j]) for j in xrange(
-            len(pts))] for i in xrange(len(pts))])
-
-        kd = pysal.cg.kdtree.KDTree(pts, distance_metric='Arc',
-                                    radius=pysal.cg.sphere.RADIUS_EARTH_KM)
-        w = pysal.DistanceBand(kd, full.max(), binary=False, alpha=1.0)
-        self.assertTrue((w.sparse.todense() == full).all())
-
-
-suite = unittest.TestLoader().loadTestsFromTestCase(TestDistanceWeights)
+        self.__dict__.update({k:v for k,v in Distance_Mixin.__dict__.items()
+            if not k.startswith('_')})
+    
+    def test_init(self):
+        # test vanilla, named
+        raise NotImplementedError('You need to implement this test '
+                                  'before this module will pass')
 
+    def test_from_shapefile(self):
+        # test vanilla, named, sparse
+        raise NotImplementedError('You need to implement this test '
+                                  'before this module will pass')
+
+    def test_from_array(self):
+        # test named, sparse
+        raise NotImplementedError('You need to implement this test '
+                                  'before this module will pass')
+
+    def test_from_dataframe(self):
+        # test named, columnar, defau
+        raise NotImplementedError('You need to implement this test '
+                                  'before this module will pass')
+
+class Test_KNN(ut.TestCase, Distance_Mixin):
+    def setUp(self):
+        Distance_Mixin.setUp(self)
+        
+        self.known_wi0 = 7
+        self.known_w0 = [3, 6, 12, 11]
+        self.known_wi1 = 0
+        self.known_w1 = [2, 1, 3 ,7]
+
+        self.known_wi2 = 4
+        self.known_w2 = [1, 3, 9, 12]
+        self.known_wi3 = 40
+        self.known_w3 = [31, 38, 45, 49]
+    
+    ##########################
+    # Classmethod tests      #
+    ##########################
+
+    def test_init(self):
+        w = d.KNN(self.euclidean_kdt, k=2)
+        self.assertEqual(w.neighbors[0], [1,3])
+
+    @ut.skipIf(PANDAS_EXTINCT, 'Missing pandas')
+    def test_from_dataframe(self):
+        df = ps.pdio.read_files(self.polygon_path)
+        w = d.KNN.from_dataframe(df, k=4)
+        self.assertEqual(w.neighbors[self.known_wi0], self.known_w0)
+        self.assertEqual(w.neighbors[self.known_wi1], self.known_w1)
+
+    def test_from_array(self):
+        w = d.KNN.from_array(self.poly_centroids, k=4)
+        self.assertEqual(w.neighbors[self.known_wi0], self.known_w0)
+        self.assertEqual(w.neighbors[self.known_wi1], self.known_w1)
+
+    def test_from_shapefile(self):
+        w = d.KNN.from_shapefile(self.polygon_path, k=4)    
+        self.assertEqual(w.neighbors[self.known_wi0], self.known_w0)
+        self.assertEqual(w.neighbors[self.known_wi1], self.known_w1)
+
+    ##########################
+    # Function/User tests    #
+    ##########################
+
+    def test_reweight(self):
+        w = d.KNN(self.points, k=2)
+        new_point = [(21,21)]
+        wnew = w.reweight(k=4, p=1, new_data=new_point, inplace=False)
+        self.assertEqual(wnew[0], {1: 1.0, 3: 1.0, 4: 1.0, 6: 1.0})
+
+class Test_DistanceBand(ut.TestCase, Distance_Mixin):
+    def setUp(self):
+        Distance_Mixin.setUp(self)
+        self.grid_path =  ps.examples.get_path('lattice10x10.shp')
+        self.grid_rook_w = c.Rook.from_shapefile(self.grid_path)
+        self.grid_f = ps.open(self.grid_path)
+        self.grid_points = get_points_array(self.grid_f)
+        self.grid_f.seek(0)
+
+        self.grid_kdt = KDTree(self.grid_points)
+    
+    ##########################
+    # Classmethod tests      #
+    ##########################
+
+    def test_init(self):
+        w = d.DistanceBand(self.grid_kdt, 1)
+        for k,v in w:
+            self.assertEquals(v, self.grid_rook_w[k])
+
+    def test_from_shapefile(self):
+        w = d.DistanceBand.from_shapefile(self.grid_path, 1)
+        for k,v in w:
+            self.assertEquals(v, self.grid_rook_w[k])
+
+    def test_from_array(self):
+        w = d.DistanceBand.from_array(self.grid_points, 1)
+        for k,v in w:
+            self.assertEquals(v, self.grid_rook_w[k])
+
+    @ut.skipIf(PANDAS_EXTINCT, 'Missing pandas')
+    def test_from_dataframe(self):
+        import pandas as pd
+        geom_series = ps.pdio.shp.shp2series(self.grid_path)
+        random_data = np.random.random(size=len(geom_series))
+        df = pd.DataFrame({'obs':random_data, 'geometry':geom_series})
+        w = d.DistanceBand.from_dataframe(df, 1)
+        for k,v in w:
+            self.assertEquals(v, self.grid_rook_w[k])
+
+    ##########################
+    # Function/User tests    #
+    ##########################
+    def test_integers(self):
+        """
+        see issue #126
+        """
+        grid_integers = [tuple(map(int, poly.vertices[0])) 
+                              for poly in self.grid_f]
+        self.grid_f.seek(0)
+        grid_dbw = d.DistanceBand(grid_integers, 1)
+        for k,v in grid_dbw:
+            self.assertEquals(v, self.grid_rook_w[k])
+
+    def test_arcdist(self):
+        arc = ps.cg.sphere.arcdist
+        kdt = KDTree(self.arc_points, distance_metric='Arc',
+                     radius=ps.cg.sphere.RADIUS_EARTH_KM)
+        npoints = self.arc_points.shape[0]
+        full = np.matrix([[arc(self.arc_points[i], self.arc_points[j])
+                          for j in xrange(npoints)] 
+                          for i in xrange(npoints)])
+        maxdist = full.max()
+        w = d.DistanceBand(kdt, maxdist, binary=False, alpha=1.0)
+        np.testing.assert_allclose(w.sparse.todense(), full)
+
+    def test_dense(self):
+        w_rook = ps.weights.Rook.from_shapefile(
+                ps.examples.get_path('lattice10x10.shp'))
+        polys = ps.open(ps.examples.get_path('lattice10x10.shp'))
+        centroids = [p.centroid for p in polys]
+        w_db = d.DistanceBand(centroids, 1, build_sp=False)
+
+        for k in w_db.id_order:
+            np.testing.assert_equal(w_db[k], w_rook[k])
+
+class Test_Kernel(ut.TestCase, Distance_Mixin):
+    def setUp(self):
+
+        Distance_Mixin.setUp(self)
+        self.known_wi0 = 0
+        self.known_w0 = {0: 1, 1: 0.500000049999995, 3: 0.4409830615267465}
+
+        self.known_wi1 = 0
+        self.known_w1 = {0: 1.0, 1: 0.33333333333333337,
+                         3: 0.2546440075000701}
+        self.known_w1_bw = 15.
+
+        self.known_wi2 = 0
+        self.known_w2 = {0: 1.0, 1: 0.59999999999999998,
+                         3: 0.55278640450004202, 4: 0.10557280900008403}
+        self.known_w2_bws = [25.0, 15.0, 25.0, 16.0, 14.5, 25.0]
+
+        self.known_wi3 = 0
+        self.known_w3 = [1.0, 0.10557289844279438, 9.9999990066379496e-08]
+        self.known_w3_abws =[[11.180341005532938], [11.180341005532938],
+                             [20.000002000000002], [11.180341005532938],
+                             [14.142137037944515], [18.027758180095585]]
+
+        self.known_wi4 = 0
+        self.known_w4 = {0: 0.3989422804014327,
+                         1: 0.26741902915776961,
+                         3: 0.24197074871621341}
+        self.known_w4_abws = self.known_w3_abws
+
+        self.known_wi5 = 1
+        self.known_w5 = {4: 0.0070787731484506233,
+                         2: 0.2052478782400463,
+                         3: 0.23051223027663237,
+                         1: 1.0}
+
+        self.known_wi6 = 0
+        self.known_w6 = {0: 1.0, 2: 0.03178906767736345,
+                         1: 9.9999990066379496e-08}
+        #stick answers & params here
+
+    ##########################
+    # Classmethod tests      #
+    ##########################
+
+    def test_init(self):
+        w = d.Kernel(self.euclidean_kdt)
+        for k,v in w[self.known_wi0].items():
+            np.testing.assert_allclose(v, self.known_w0[k], rtol=RTOL)
+
+    def test_from_shapefile(self):
+        w = d.Kernel.from_shapefile(self.polygon_path, idVariable='POLYID')
+        for k,v in w[self.known_wi5].items():
+            np.testing.assert_allclose((k,v), (k,self.known_w5[k]), rtol=RTOL)
+        
+        w = d.Kernel.from_shapefile(self.polygon_path, fixed=False)
+        for k,v in w[self.known_wi6].items():
+            np.testing.assert_allclose((k,v), (k,self.known_w6[k]), rtol=RTOL)
+
+    def test_from_array(self):
+        w = d.Kernel.from_array(self.points)
+        for k,v in w[self.known_wi0].items():
+            np.testing.assert_allclose(v, self.known_w0[k], rtol=RTOL)
+    
+    @ut.skipIf(PANDAS_EXTINCT, 'Missing pandas')
+    def test_from_dataframe(self):
+        df = ps.pdio.read_files(self.polygon_path)
+        w = d.Kernel.from_dataframe(df)
+        for k,v in w[self.known_wi5-1].items():
+            np.testing.assert_allclose(v, self.known_w5[k+1], rtol=RTOL)
+    
+    ##########################
+    # Function/User tests    # 
+    ##########################
+
+    def test_fixed_bandwidth(self):
+        w = d.Kernel(self.points, bandwidth=15.0)
+        for k,v in w[self.known_wi1].items():
+            np.testing.assert_allclose((k,v), (k, self.known_w1[k]))
+        np.testing.assert_allclose(np.ones((w.n,1))*15, w.bandwidth)
+
+        w = d.Kernel(self.points, bandwidth=self.known_w2_bws)
+        for k,v in w[self.known_wi2].items():
+            np.testing.assert_allclose((k,v), (k, self.known_w2[k]), rtol=RTOL)
+        for i in range(w.n):
+            np.testing.assert_allclose(w.bandwidth[i], self.known_w2_bws[i], rtol=RTOL)
+    
+    def test_adaptive_bandwidth(self):
+        w = d.Kernel(self.points, fixed=False)
+        np.testing.assert_allclose(sorted(w[self.known_wi3].values()),
+                                   sorted(self.known_w3), rtol=RTOL)
+        bws = w.bandwidth.tolist()
+        np.testing.assert_allclose(bws, self.known_w3_abws, rtol=RTOL)
+
+        w = d.Kernel(self.points, fixed=False, function='gaussian')
+        for k,v in w[self.known_wi4].items():
+            np.testing.assert_allclose((k,v), (k, self.known_w4[k]), rtol=RTOL)
+        bws = w.bandwidth.tolist()
+        np.testing.assert_allclose(bws, self.known_w4_abws, rtol=RTOL)
+
+knn = ut.TestLoader().loadTestsFromTestCase(Test_KNN)
+kern = ut.TestLoader().loadTestsFromTestCase(Test_Kernel)
+db = ut.TestLoader().loadTestsFromTestCase(Test_DistanceBand)
+suite = ut.TestSuite([knn, kern, db])
 if __name__ == '__main__':
-    runner = unittest.TextTestRunner()
+    runner = ut.TextTestRunner()
     runner.run(suite)
diff --git a/pysal/weights/tests/test__contW_binning.py b/pysal/weights/tests/test__contW_binning.py
index e798bfc..e353699 100644
--- a/pysal/weights/tests/test__contW_binning.py
+++ b/pysal/weights/tests/test__contW_binning.py
@@ -1,18 +1,18 @@
 import os
 import unittest
 import pysal
-from pysal.weights._contW_binning import ContiguityWeights_binning, QUEEN, ROOK
+from pysal.weights._contW_binning import ContiguityWeightsPolygons, QUEEN, ROOK
 
 
 class TestContiguityWeights(unittest.TestCase):
     def setUp(self):
         """ Setup the binning contiguity weights"""
         shpObj = pysal.open(pysal.examples.get_path('virginia.shp'), 'r')
-        self.binningW = ContiguityWeights_binning(shpObj, QUEEN)
+        self.binningW = ContiguityWeightsPolygons(shpObj, QUEEN)
         shpObj.close()
 
     def test_w_type(self):
-        self.assert_(isinstance(self.binningW, ContiguityWeights_binning))
+        self.assert_(isinstance(self.binningW, ContiguityWeightsPolygons))
 
     def test_QUEEN(self):
         self.assertEqual(QUEEN, 1)
@@ -20,7 +20,7 @@ class TestContiguityWeights(unittest.TestCase):
     def test_ROOK(self):
         self.assertEqual(ROOK, 2)
 
-    def test_ContiguityWeights_binning(self):
+    def test_ContiguityWeightsPolygons(self):
         self.assert_(hasattr(self.binningW, 'w'))
         self.assert_(issubclass(dict, type(self.binningW.w)))
         self.assertEqual(len(self.binningW.w), 136)
@@ -105,7 +105,7 @@ class TestContiguityWeights(unittest.TestCase):
         dbname = os.path.splitext(shapefile)[0] + '.dbf'
         db = pysal.open(dbname)
         shpObj = pysal.open(shapefile)
-        neighbor_data = ContiguityWeights_binning(shpObj, type).w
+        neighbor_data = ContiguityWeightsPolygons(shpObj, type).w
         neighbors = {}
         weights = {}
         if idVariable:
diff --git a/pysal/weights/tests/test__contW_binning.py b/pysal/weights/tests/test__contW_lists.py
similarity index 94%
copy from pysal/weights/tests/test__contW_binning.py
copy to pysal/weights/tests/test__contW_lists.py
index e798bfc..3f8f3ed 100644
--- a/pysal/weights/tests/test__contW_binning.py
+++ b/pysal/weights/tests/test__contW_lists.py
@@ -1,18 +1,18 @@
 import os
 import unittest
 import pysal
-from pysal.weights._contW_binning import ContiguityWeights_binning, QUEEN, ROOK
+from pysal.weights._contW_lists import ContiguityWeightsLists, ROOK, QUEEN
 
 
 class TestContiguityWeights(unittest.TestCase):
     def setUp(self):
         """ Setup the binning contiguity weights"""
         shpObj = pysal.open(pysal.examples.get_path('virginia.shp'), 'r')
-        self.binningW = ContiguityWeights_binning(shpObj, QUEEN)
+        self.binningW = ContiguityWeightsLists(shpObj, QUEEN)
         shpObj.close()
 
     def test_w_type(self):
-        self.assert_(isinstance(self.binningW, ContiguityWeights_binning))
+        self.assert_(isinstance(self.binningW, ContiguityWeightsLists))
 
     def test_QUEEN(self):
         self.assertEqual(QUEEN, 1)
@@ -20,7 +20,7 @@ class TestContiguityWeights(unittest.TestCase):
     def test_ROOK(self):
         self.assertEqual(ROOK, 2)
 
-    def test_ContiguityWeights_binning(self):
+    def test_ContiguityWeightsLists(self):
         self.assert_(hasattr(self.binningW, 'w'))
         self.assert_(issubclass(dict, type(self.binningW.w)))
         self.assertEqual(len(self.binningW.w), 136)
@@ -105,7 +105,7 @@ class TestContiguityWeights(unittest.TestCase):
         dbname = os.path.splitext(shapefile)[0] + '.dbf'
         db = pysal.open(dbname)
         shpObj = pysal.open(shapefile)
-        neighbor_data = ContiguityWeights_binning(shpObj, type).w
+        neighbor_data = ContiguityWeightsLists(shpObj, type).w
         neighbors = {}
         weights = {}
         if idVariable:
diff --git a/pysal/weights/tests/test_spintW.py b/pysal/weights/tests/test_spintW.py
new file mode 100644
index 0000000..4d3e6a5
--- /dev/null
+++ b/pysal/weights/tests/test_spintW.py
@@ -0,0 +1,173 @@
+import unittest
+import pysal
+import numpy as np
+from pysal.weights.spintW import ODW, netW, mat2L, vecW
+
+class TestODWeights(unittest.TestCase):
+    def setUp(self):
+        self.O = pysal.weights.lat2W(2,2)
+        self.D = pysal.weights.lat2W(2,2)
+        self.ODW =  np.array(
+                [[ 0.  ,  0.  ,  0.  ,  0.  ,  0.  ,  0.25,  0.25,  0.  ,  0.  ,
+                0.25,  0.25,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ],
+                [ 0.  ,  0.  ,  0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.25,  0.25,
+                0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.  ,  0.  ],
+                [ 0.  ,  0.  ,  0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.25,  0.25,
+                0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.  ,  0.  ],
+                [ 0.  ,  0.  ,  0.  ,  0.  ,  0.  ,  0.25,  0.25,  0.  ,  0.  ,
+                0.25,  0.25,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ],
+                [ 0.  ,  0.25,  0.25,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ,
+                0.  ,  0.  ,  0.  ,  0.  ,  0.25,  0.25,  0.  ],
+                [0.25,  0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ,
+                0.  ,  0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.25],
+                [ 0.25,  0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ,
+                0.  ,  0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.25],
+                [ 0.  ,  0.25,  0.25,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ,
+                0.  ,  0.  ,  0.  ,  0.  ,  0.25,  0.25,  0.  ],
+                [ 0.  ,  0.25,  0.25,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ,
+                0.  ,  0.  ,  0.  ,  0.  ,  0.25,  0.25,  0.  ],
+                [ 0.25,  0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ,
+                0.  ,  0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.25],
+                [ 0.25,  0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ,
+                0.  ,  0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.25],
+                [ 0.  ,  0.25,  0.25,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ,
+                0.  ,  0.  ,  0.  ,  0.  ,  0.25,  0.25,  0.  ],
+                [ 0.  ,  0.  ,  0.  ,  0.  ,  0.  ,  0.25,  0.25,  0.  ,  0.  ,
+                0.25,  0.25,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ],
+                [ 0.  ,  0.  ,  0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.25,  0.25,
+                0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.  ,  0.  ],
+                [ 0.  ,  0.  ,  0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.25,  0.25,
+                0.  ,  0.  ,  0.25,  0.  ,  0.  ,  0.  ,  0.  ],
+                [ 0.  ,  0.  ,  0.  ,  0.  ,  0.  ,  0.25,  0.25,  0.  ,  0.  ,
+                0.25,  0.25,  0.  ,  0.  ,  0.  ,  0.  ,  0.  ]])
+
+    def test_ODW_full(self):
+        W = ODW(self.O, self.D)
+        np.testing.assert_allclose(self.ODW, W.full()[0])
+
+class TestNetW(unittest.TestCase):
+    def setUp(self):
+        self.link_list = [('a', 'b'), ('a', 'c'), ('a', 'd'), 
+                          ('b', 'a'), ('b', 'c'), ('b', 'd'), 
+                          ('c', 'a'), ('c', 'b'), ('c', 'd'), 
+                          ('d', 'a'), ('d', 'b'), ('d', 'c')]
+        
+        self._all = np.array([
+            [ 0.,  1.,  1.,  1.,  1.,  1.,  1.,  1.,  0.,  1.,  1.,  0.],
+            [ 1.,  0.,  1.,  1.,  1.,  0.,  1.,  1.,  1.,  1.,  0.,  1.],
+            [ 1.,  1.,  0.,  1.,  0.,  1.,  1.,  0.,  1.,  1.,  1.,  1.],
+            [ 1.,  1.,  1.,  0.,  1.,  1.,  1.,  1.,  0.,  1.,  1.,  0.],
+            [ 1.,  1.,  0.,  1.,  0.,  1.,  1.,  1.,  1.,  0.,  1.,  1.],
+            [ 1.,  0.,  1.,  1.,  1.,  0.,  0.,  1.,  1.,  1.,  1.,  1.],
+            [ 1.,  1.,  1.,  1.,  1.,  0.,  0.,  1.,  1.,  1.,  0.,  1.],
+            [ 1.,  1.,  0.,  1.,  1.,  1.,  1.,  0.,  1.,  0.,  1.,  1.],
+            [ 0.,  1.,  1.,  0.,  1.,  1.,  1.,  1.,  0.,  1.,  1.,  1.],
+            [ 1.,  1.,  1.,  1.,  0.,  1.,  1.,  0.,  1.,  0.,  1.,  1.],
+            [ 1.,  0.,  1.,  1.,  1.,  1.,  0.,  1.,  1.,  1.,  0.,  1.],
+            [ 0.,  1.,  1.,  0.,  1.,  1.,  1.,  1.,  1.,  1.,  1.,  0.]])
+
+
+        self.O = np.array([
+            [ 0.,  1.,  1.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.],
+            [ 1.,  0.,  1.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.],
+            [ 1.,  1.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.],
+            [ 0.,  0.,  0.,  0.,  1.,  1.,  0.,  0.,  0.,  0.,  0.,  0.],
+            [ 0.,  0.,  0.,  1.,  0.,  1.,  0.,  0.,  0.,  0.,  0.,  0.],
+            [ 0.,  0.,  0.,  1.,  1.,  0.,  0.,  0.,  0.,  0.,  0.,  0.],
+            [ 0.,  0.,  0.,  0.,  0.,  0.,  0.,  1.,  1.,  0.,  0.,  0.],
+            [ 0.,  0.,  0.,  0.,  0.,  0.,  1.,  0.,  1.,  0.,  0.,  0.],
+            [ 0.,  0.,  0.,  0.,  0.,  0.,  1.,  1.,  0.,  0.,  0.,  0.],
+            [ 0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  1.,  1.],
+            [ 0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  1.,  0.,  1.],
+            [ 0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  1.,  1.,  0.]])
+
+        
+        self.D = np.array([
+            [ 0.,  0.,  0.,  0.,  0.,  0.,  0.,  1.,  0.,  0.,  1.,  0.],
+            [ 0.,  0.,  0.,  0.,  1.,  0.,  0.,  0.,  0.,  0.,  0.,  1.],
+            [ 0.,  0.,  0.,  0.,  0.,  1.,  0.,  0.,  1.,  0.,  0.,  0.],
+            [ 0.,  0.,  0.,  0.,  0.,  0.,  1.,  0.,  0.,  1.,  0.,  0.],
+            [ 0.,  1.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  1.],
+            [ 0.,  0.,  1.,  0.,  0.,  0.,  0.,  0.,  1.,  0.,  0.,  0.],
+            [ 0.,  0.,  0.,  1.,  0.,  0.,  0.,  0.,  0.,  1.,  0.,  0.],
+            [ 1.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  1.,  0.],
+            [ 0.,  0.,  1.,  0.,  0.,  1.,  0.,  0.,  0.,  0.,  0.,  0.],
+            [ 0.,  0.,  0.,  1.,  0.,  0.,  1.,  0.,  0.,  0.,  0.,  0.],
+            [ 1.,  0.,  0.,  0.,  0.,  0.,  0.,  1.,  0.,  0.,  0.,  0.],
+            [ 0.,  1.,  0.,  0.,  1.,  0.,  0.,  0.,  0.,  0.,  0.,  0.]])
+
+
+        self.OD = np.array([
+            [ 0.,  1.,  1.,  0.,  0.,  0.,  0.,  1.,  0.,  0.,  1.,  0.],
+            [ 1.,  0.,  1.,  0.,  1.,  0.,  0.,  0.,  0.,  0.,  0.,  1.],
+            [ 1.,  1.,  0.,  0.,  0.,  1.,  0.,  0.,  1.,  0.,  0.,  0.],
+            [ 0.,  0.,  0.,  0.,  1.,  1.,  1.,  0.,  0.,  1.,  0.,  0.],
+            [ 0.,  1.,  0.,  1.,  0.,  1.,  0.,  0.,  0.,  0.,  0.,  1.],
+            [ 0.,  0.,  1.,  1.,  1.,  0.,  0.,  0.,  1.,  0.,  0.,  0.],
+            [ 0.,  0.,  0.,  1.,  0.,  0.,  0.,  1.,  1.,  1.,  0.,  0.],
+            [ 1.,  0.,  0.,  0.,  0.,  0.,  1.,  0.,  1.,  0.,  1.,  0.],
+            [ 0.,  0.,  1.,  0.,  0.,  1.,  1.,  1.,  0.,  0.,  0.,  0.],
+            [ 0.,  0.,  0.,  1.,  0.,  0.,  1.,  0.,  0.,  0.,  1.,  1.],
+            [ 1.,  0.,  0.,  0.,  0.,  0.,  0.,  1.,  0.,  1.,  0.,  1.],
+            [ 0.,  1.,  0.,  0.,  1.,  0.,  0.,  0.,  0.,  1.,  1.,  0.]])
+
+
+        self.C = np.array([
+            [ 0.,  0.,  0.,  1.,  1.,  1.,  0.,  0.,  0.,  0.,  0.,  0.],
+            [ 0.,  0.,  0.,  0.,  0.,  0.,  1.,  1.,  1.,  0.,  0.,  0.],
+            [ 0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  1.,  1.,  1.],
+            [ 1.,  1.,  1.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.],
+            [ 0.,  0.,  0.,  0.,  0.,  0.,  1.,  1.,  1.,  0.,  0.,  0.],
+            [ 0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  1.,  1.,  1.],
+            [ 1.,  1.,  1.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.],
+            [ 0.,  0.,  0.,  1.,  1.,  1.,  0.,  0.,  0.,  0.,  0.,  0.],
+            [ 0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  1.,  1.,  1.],
+            [ 1.,  1.,  1.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.],
+            [ 0.,  0.,  0.,  1.,  1.,  1.,  0.,  0.,  0.,  0.,  0.,  0.],
+            [ 0.,  0.,  0.,  0.,  0.,  0.,  1.,  1.,  1.,  0.,  0.,  0.]])
+
+        self.edge_list = [(0, 1), (0, 2), (1, 0), (1, 2), (2, 0), (2, 1)]
+
+    def test_netOD(self):
+        netW_OD = netW(self.link_list, share='OD')
+        np.testing.assert_allclose(netW_OD.full()[0], self.OD)
+        
+
+    def test_netO(self):
+        netW_O = netW(self.link_list, share='O')
+        np.testing.assert_allclose(netW_O.full()[0], self.O)
+
+    def test_netD(self):
+        netW_D = netW(self.link_list, share='D')
+        np.testing.assert_allclose(netW_D.full()[0], self.D)
+
+    def test_netC(self):
+        netW_C = netW(self.link_list, share='C')
+        np.testing.assert_allclose(netW_C.full()[0], self.C)
+
+    def test_net_all(self):
+        netW_all = netW(self.link_list, share='A')
+        np.testing.assert_allclose(netW_all.full()[0], self._all)
+
+    def test_mat2L(self):
+        mat = np.array([[0,1,1],[1,0,1],[1,1,0]])
+        edge_list = mat2L(mat)
+        self.assertEqual(edge_list, self.edge_list)
+
+class TestVecW(unittest.TestCase):
+    def setUp(self):
+        self.origin_x = np.array([2,6,9,2])
+        self.origin_y = np.array([4,8,2,5])
+        self.dest_x = np.array([9,1,6,3])
+        self.dest_y = np.array([3,6,2,7])
+        self.continuous = np.array([
+            [ 0.        ,  0.09759001,  0.12598816,  0.13736056],
+            [ 0.09759001,  0.        ,  0.10783277,  0.18257419],
+            [ 0.12598816,  0.10783277,  0.        ,  0.10425721],
+            [ 0.13736056,  0.18257419,  0.10425721,  0.        ]])
+
+    def test_vecW(self):
+        W = vecW(self.origin_x, self.origin_y, self.dest_x, self.dest_y, 
+                threshold=np.inf, binary=False)
+        np.testing.assert_allclose(self.continuous, W.full()[0])
+        
diff --git a/pysal/weights/tests/test_weights.py b/pysal/weights/tests/test_weights.py
index b790b64..6828735 100644
--- a/pysal/weights/tests/test_weights.py
+++ b/pysal/weights/tests/test_weights.py
@@ -234,8 +234,8 @@ class Test_WSP_Back_To_W(unittest.TestCase):
     def setUp(self):
         from pysal import rook_from_shapefile
         self.w = rook_from_shapefile(pysal.examples.get_path('10740.shp'))
-        wsp = pysal.weights.WSP(self.w.sparse, self.w.id_order)
-        self.w = pysal.weights.WSP2W(wsp)
+        wsp = self.w.to_WSP()
+        self.w = wsp.to_W()
 
         self.neighbors = {0: [3, 1], 1: [0, 4, 2], 2: [1, 5], 3: [0, 6, 4],
                           4: [1, 3, 7, 5], 5: [2, 4, 8], 6: [3, 7],
diff --git a/pysal/weights/user.py b/pysal/weights/user.py
index 7a24e55..47242ed 100644
--- a/pysal/weights/user.py
+++ b/pysal/weights/user.py
@@ -6,12 +6,17 @@ contiguity and distance criteria.
 __author__ = "Sergio J. Rey <srey at asu.edu> "
 
 import pysal
-from Contiguity import buildContiguity
+from Contiguity import buildContiguity, Queen, Rook
 from Distance import knnW, Kernel, DistanceBand
 from util import get_ids, get_points_array_from_shapefile, min_threshold_distance
 import numpy as np
 
-__all__ = ['queen_from_shapefile', 'rook_from_shapefile', 'knnW_from_array', 'knnW_from_shapefile', 'threshold_binaryW_from_array', 'threshold_binaryW_from_shapefile', 'threshold_continuousW_from_array', 'threshold_continuousW_from_shapefile', 'kernelW', 'kernelW_from_shapefile', 'adaptive_kernelW', 'adaptive_kernelW_from_shapefile', 'min_threshold_dist_from_shapefile', 'build_lattice_shapefile']
+__all__ = ['queen_from_shapefile', 'rook_from_shapefile', 'knnW_from_array',
+           'knnW_from_shapefile', 'threshold_binaryW_from_array',
+           'threshold_binaryW_from_shapefile', 'threshold_continuousW_from_array',
+           'threshold_continuousW_from_shapefile', 'kernelW', 'kernelW_from_shapefile',
+           'adaptive_kernelW', 'adaptive_kernelW_from_shapefile',
+           'min_threshold_dist_from_shapefile', 'build_lattice_shapefile']
 
 
 def queen_from_shapefile(shapefile, idVariable=None, sparse=False):
@@ -25,14 +30,14 @@ def queen_from_shapefile(shapefile, idVariable=None, sparse=False):
                   name of polygon shapefile including suffix.
     idVariable  : string
                   name of a column in the shapefile's DBF to use for ids.
-    sparse    : boolean
-                If True return WSP instance
-                If False return W instance
+    sparse      : boolean
+                  If True return WSP instance
+                  If False return W instance
     Returns
     -------
 
-    w            : W
-                   instance of spatial weights
+    w           : W
+                  instance of spatial weights
 
     Examples
     --------
@@ -58,19 +63,10 @@ def queen_from_shapefile(shapefile, idVariable=None, sparse=False):
     :class:`pysal.weights.W`
 
     """
-    shp = pysal.open(shapefile)
-    w = buildContiguity(shp, criterion='queen')
-    if idVariable:
-        ids = get_ids(shapefile, idVariable)
-        w.remap_ids(ids)
-    else:
-        ids = None
-    shp.close()
-    w.set_shapefile(shapefile, idVariable)
 
+    w = Queen.from_shapefile(shapefile, idVariable=idVariable)
     if sparse:
-        w = pysal.weights.WSP(w.sparse, id_order=ids)
-
+        w = pysal.weights.WSP(w.sparse, id_order=w.id_order)
     return w
 
 
@@ -83,6 +79,8 @@ def rook_from_shapefile(shapefile, idVariable=None, sparse=False):
 
     shapefile : string
                 name of polygon shapefile including suffix.
+    idVariable: string
+                name of a column in the shapefile's DBF to use for ids
     sparse    : boolean
                 If True return WSP instance
                 If False return W instance
@@ -90,8 +88,8 @@ def rook_from_shapefile(shapefile, idVariable=None, sparse=False):
     Returns
     -------
 
-    w          : W
-                 instance of spatial weights
+    w         : W
+                instance of spatial weights
 
     Examples
     --------
@@ -114,23 +112,12 @@ def rook_from_shapefile(shapefile, idVariable=None, sparse=False):
     :class:`pysal.weights.W`
 
     """
-    shp = pysal.open(shapefile)
-    w = buildContiguity(shp, criterion='rook')
-    if idVariable:
-        ids = get_ids(shapefile, idVariable)
-        w.remap_ids(ids)
-    else:
-        ids = None
-    shp.close()
-    w.set_shapefile(shapefile, idVariable)
 
+    w = Rook.from_shapefile(shapefile, idVariable=idVariable)
     if sparse:
-        w = pysal.weights.WSP(w.sparse, id_order=ids)
-
-
+        w = pysal.weights.WSP(w.sparse, id_order=w.id_order)
     return w
 
-
 def spw_from_gal(galfile):
     """
     Sparse scipy matrix for w from a gal file.
@@ -138,8 +125,8 @@ def spw_from_gal(galfile):
     Parameters
     ----------
 
-    galfile: string
-             name of gal file including suffix
+    galfile  : string
+               name of gal file including suffix
 
     Returns
     -------
@@ -190,8 +177,8 @@ def knnW_from_array(array, k=2, p=2, ids=None, radius=None):
     Returns
     -------
 
-    w         : W
-                instance; Weights object with binary weights.
+    w          : W
+                 instance; Weights object with binary weights.
 
     Examples
     --------
@@ -260,8 +247,8 @@ def knnW_from_shapefile(shapefile, k=2, p=2, idVariable=None, radius=None):
     Returns
     -------
 
-    w         : W
-                instance; Weights object with binary weights
+    w          : W
+                 instance; Weights object with binary weights
 
     Examples
     --------
@@ -335,9 +322,9 @@ def threshold_binaryW_from_array(array, threshold, p=2, radius=None):
     Parameters
     ----------
 
-    array       : array
-                  (n,m)
-                  attribute data, n observations on m attributes
+    array      : array
+                 (n,m)
+                 attribute data, n observations on m attributes
     threshold  : float
                  distance band
     p          : float
@@ -352,9 +339,9 @@ def threshold_binaryW_from_array(array, threshold, p=2, radius=None):
     Returns
     -------
 
-    w         : W
-                instance
-                Weights object with binary weights
+    w          : W
+                 instance
+                 Weights object with binary weights
 
     Examples
     --------
@@ -459,8 +446,8 @@ def threshold_continuousW_from_array(array, threshold, p=2,
     Returns
     -------
 
-    w         : W
-                instance; Weights object with continuous weights.
+    w          : W
+                 instance; Weights object with continuous weights.
 
     Examples
     --------
@@ -521,8 +508,8 @@ def threshold_continuousW_from_shapefile(shapefile, threshold, p=2,
     Returns
     -------
 
-    w         : W
-                instance; Weights object with continuous weights.
+    w          : W
+                 instance; Weights object with continuous weights.
 
     Examples
     --------
@@ -620,22 +607,22 @@ def kernelW(points, k=2, function='triangular', fixed=True,
 
                       K(z) = (2\pi)^{(-1/2)} exp(-z^2 / 2)
 
-    fixed        : boolean
-                   If true then :math:`h_i=h \\forall i`. If false then
-                   bandwidth is adaptive across observations.
-    radius     : float
-                 If supplied arc_distances will be calculated
-                 based on the given radius. p will be ignored.
-    diagonal   : boolean
-                 If true, set diagonal weights = 1.0, if false (default)
-                 diagonal weights are set to value according to kernel
-                 function
+    fixed       : boolean
+                  If true then :math:`h_i=h \\forall i`. If false then
+                  bandwidth is adaptive across observations.
+    radius      : float
+                  If supplied arc_distances will be calculated
+                  based on the given radius. p will be ignored.
+    diagonal    : boolean
+                  If true, set diagonal weights = 1.0, if false (
+                  default) diagonal weights are set to value
+                  according to kernel function.
 
     Returns
     -------
 
-    w            : W
-                   instance of spatial weights
+    w           : W
+                  instance of spatial weights
 
     Examples
     --------
@@ -752,13 +739,13 @@ def kernelW_from_shapefile(shapefile, k=2, function='triangular',
     fixed        : binary
                    If true then :math:`h_i=h \\forall i`. If false then
                    bandwidth is adaptive across observations.
-    radius     : float
-                 If supplied arc_distances will be calculated
-                 based on the given radius. p will be ignored.
-    diagonal   : boolean
-                 If true, set diagonal weights = 1.0, if false (default)
-                 diagonal weights are set to value according to kernel
-                 function
+    radius       : float
+                   If supplied arc_distances will be calculated
+                   based on the given radius. p will be ignored.
+    diagonal     : boolean
+                   If true, set diagonal weights = 1.0, if false (
+                   default) diagonal weights are set to value
+                   according to kernel function.
 
     Returns
     -------
@@ -862,18 +849,18 @@ def adaptive_kernelW(points, bandwidths=None, k=2, function='triangular',
 
                       K(z) = (2\pi)^{(-1/2)} exp(-z^2 / 2)
 
-    radius     : float
-                 If supplied arc_distances will be calculated
-                 based on the given radius. p will be ignored.
-    diagonal   : boolean
-                 If true, set diagonal weights = 1.0, if false (default)
-                 diagonal weights are set to value according to kernel
-                 function
+    radius      : float
+                  If supplied arc_distances will be calculated
+                  based on the given radius. p will be ignored.
+    diagonal    : boolean
+                  If true, set diagonal weights = 1.0, if false (
+                  default) diagonal weights are set to value
+                  according to kernel function.
     Returns
     -------
 
-    w            : W
-                   instance of spatial weights
+    w           : W
+                  instance of spatial weights
 
     Examples
     --------
@@ -1001,21 +988,21 @@ def adaptive_kernelW_from_shapefile(shapefile, bandwidths=None, k=2, function='t
                   .. math::
 
                       K(z) = (2\pi)^{(-1/2)} exp(-z^2 / 2)
-    idVariable   : string
-                   name of a column in the shapefile's DBF to use for ids
-    radius     : float
-                 If supplied arc_distances will be calculated
-                 based on the given radius. p will be ignored.
-    diagonal   : boolean
-                 If true, set diagonal weights = 1.0, if false (default)
-                 diagonal weights are set to value according to kernel
-                 function
+    idVariable  : string
+                  name of a column in the shapefile's DBF to use for ids
+    radius      : float
+                  If supplied arc_distances will be calculated
+                  based on the given radius. p will be ignored.
+    diagonal    : boolean
+                  If true, set diagonal weights = 1.0, if false (
+                  default) diagonal weights are set to value
+                  according to kernel function.
 
     Returns
     -------
 
-    w            : W
-                   instance of spatial weights
+    w           : W
+                  instance of spatial weights
 
     Examples
     --------
@@ -1029,7 +1016,6 @@ def adaptive_kernelW_from_shapefile(shapefile, bandwidths=None, k=2, function='t
     [0.3989422804014327, 0.24966013701844503, 0.2419707487162134]
     >>> kwad.weights[0]
     [1.0, 0.24966013701844503, 0.2419707487162134]
-    >>>
 
     Notes
     -----
@@ -1058,7 +1044,7 @@ def min_threshold_dist_from_shapefile(shapefile, radius=None, p=2):
     ----------
 
     shapefile  : string
-                 shapefile name with shp suffix
+                 shapefile name with shp suffix.
     radius     : float
                  If supplied arc_distances will be calculated
                  based on the given radius. p will be ignored.
@@ -1070,8 +1056,9 @@ def min_threshold_dist_from_shapefile(shapefile, radius=None, p=2):
 
     Returns
     -------
-    d            : float
-                   minimum nearest neighbor distance between the n observations
+    d          : float
+                 Maximum nearest neighbor distance between the n
+                 observations.
 
     Examples
     --------
diff --git a/pysal/weights/util.py b/pysal/weights/util.py
index 4ab3b48..d76f8bd 100644
--- a/pysal/weights/util.py
+++ b/pysal/weights/util.py
@@ -1,4 +1,5 @@
 import pysal
+from pysal.cg import Polygon, Point
 from pysal.common import *
 import pysal.weights
 import numpy as np
@@ -7,6 +8,7 @@ import scipy.spatial
 import os
 import operator
 import scipy
+from warnings import warn
 
 __all__ = ['lat2W', 'block_weights', 'comb', 'order', 'higher_order',
            'shimbel', 'remap_ids', 'full2W', 'full', 'WSP2W',
@@ -849,8 +851,11 @@ def WSP2W(wsp, silent_island_warning=False):
     w._cache['sparse'] = w._sparse
     return w
 
+def insert_diagonal(w, val=1.0, wsp=False):
+    warn('This function is deprecated. Use fill_diagonal instead.')
+    return fill_diagonal(w, val=val, wsp=wsp)
 
-def insert_diagonal(w, diagonal=1.0, wsp=False):
+def fill_diagonal(w, val=1.0, wsp=False):
     """
     Returns a new weights object with values inserted along the main diagonal.
 
@@ -901,12 +906,12 @@ def insert_diagonal(w, diagonal=1.0, wsp=False):
 
     w_new = copy.deepcopy(w.sparse)
     w_new = w_new.tolil()
-    if issubclass(type(diagonal), np.ndarray):
-        if w.n != diagonal.shape[0]:
+    if issubclass(type(val), np.ndarray):
+        if w.n != val.shape[0]:
             raise Exception("shape of w and diagonal do not match")
-        w_new.setdiag(diagonal)
-    elif operator.isNumberType(diagonal):
-        w_new.setdiag([diagonal] * w.n)
+        w_new.setdiag(val)
+    elif operator.isNumberType(val):
+        w_new.setdiag([val] * w.n)
     else:
         raise Exception("Invalid value passed to diagonal")
     w_out = pysal.weights.WSP(w_new, copy.copy(w.id_order))
@@ -1015,6 +1020,32 @@ def get_ids(shapefile, idVariable):
             idVariable, ','.join(db.header))
         raise KeyError(msg)
 
+def get_points_array(iterable):
+    """
+    Gets a data array of x and y coordinates from a given iterable
+    Parameters
+    ----------
+    iterable      : iterable
+                    arbitrary collection of shapes that supports iteration 
+
+    Returns
+    -------
+    points        : array
+                    (n, 2)
+                    a data array of x and y coordinates
+
+    Notes
+    -----
+    If the given shape file includes polygons,
+    this function returns x and y coordinates of the polygons' centroids
+
+    """
+    try:
+        data = np.vstack([np.array(shape.centroid) for shape in iterable])
+    except AttributeError:
+        data = np.vstack([shape for shape in iterable])
+    return data
+
 
 def get_points_array_from_shapefile(shapefile):
     """
@@ -1057,11 +1088,7 @@ def get_points_array_from_shapefile(shapefile):
     """
 
     f = pysal.open(shapefile)
-    if f.type.__name__ == 'Polygon':
-        data = np.array([shape.centroid for shape in f])
-    elif f.type.__name__ == 'Point':
-        data = np.array([shape for shape in f])
-    f.close()
+    data = get_points_array(f)
     return data
 
 
diff --git a/pysal/weights/weights.py b/pysal/weights/weights.py
index 11788d5..975e08e 100644
--- a/pysal/weights/weights.py
+++ b/pysal/weights/weights.py
@@ -3,15 +3,22 @@ Weights.
 """
 __author__ = "Sergio J. Rey <srey at asu.edu> "
 
-import pysal
 import math
 import numpy as np
 import scipy.sparse
 from os.path import basename as BASENAME
-from pysal.weights import util
+from .util import full, WSP2W
+from ..core.FileIO import FileIO as popen
+#from .contiguity import Rook, Queen
+#from .distance import Kernel, DistanceBand, KNN
 
 __all__ = ['W', 'WSP']
 
+#dispatch_table = {'rook':Rook, 'queen':Queen, 'kernel':Kernel, 
+#                  'adaptive kernel': partial(Kernel, fixed=False),
+#                  'threshold continuous': partial(DistanceBand, binary=False),
+#                  'threshold binary': DistanceBand,
+#                  'distance band':DistanceBand, 'knn':KNN}
 
 class W(object):
     """
@@ -175,17 +182,38 @@ class W(object):
         if self.islands and not self.silent_island_warning:
             ni = len(self.islands)
             if ni == 1:
-                print "WARNING: there is one disconnected observation (no neighbors)"
-                print "Island id: ", self.islands
+                print("WARNING: there is one disconnected observation (no neighbors)")
+                print("Island id: ", self.islands)
             else:
-                print "WARNING: there are %d disconnected observations" % ni
-                print "Island ids: ", self.islands
+                print("WARNING: there are %d disconnected observations" % ni)
+                print("Island ids: ", self.islands)
 
     def _reset(self):
         """Reset properties.
 
         """
         self._cache = {}
+   
+    @classmethod
+    def from_file(cls, path='', format=None, **kwargs):
+        f = popen(dataPath=path, mode='r', dataFormat=format)
+        w = f.read(**kwargs)
+        f.close()
+        return w
+
+    @classmethod
+    def from_shapefile(cls, *args, **kwargs):
+        # we could also just "do the right thing," but I think it'd make sense to
+        # try and get people to use `Rook.from_shapefile(shapefile)` rather than
+        # W.from_shapefile(shapefile, type=`rook`), otherwise we'd need to build
+        # a type dispatch table. Generic W should be for stuff we don't know
+        # anything about. 
+        raise NotImplementedError('Use type-specific constructors, like Rook,'
+                                  ' Queen, DistanceBand, or Kernel')
+
+    @classmethod
+    def from_WSP(cls, WSP, silent_island_warning=True):
+        return WSP2W(WSP, silent_island_warning=silent_island_warning)
 
     @property
     def sparse(self):
@@ -800,7 +828,7 @@ class W(object):
                     row_sum = sum(wijs) * 1.0
                     if row_sum == 0.0:
                         if not self.silent_island_warning:
-                            print 'WARNING: ', i, ' is an island (no neighbors)'
+                            print('WARNING: ', i, ' is an island (no neighbors)')
                     weights[i] = [wij / row_sum for wij in wijs]
                 weights = weights
                 self.transformations[value] = weights
@@ -859,7 +887,7 @@ class W(object):
                 self.weights = original
                 self._reset()
             else:
-                print 'unsupported weights transformation'
+                raise Exception('unsupported weights transformation')
 
     transform = property(get_transform, set_transform)
 
@@ -951,7 +979,7 @@ class W(object):
         full
 
         """
-        return util.full(self)
+        return full(self)
 
     def towsp(self):
         '''
@@ -984,6 +1012,8 @@ class W(object):
 
         '''
         return WSP(self.sparse, self._id_order)
+    
+    to_WSP = towsp
 
     def set_shapefile(self, shapefile, idVariable=None, full=False):
         """
@@ -1108,3 +1138,31 @@ class WSP(object):
             self._diagWtW_WW = (wt * w + w * w).diagonal()
             self._cache['diagWtW_WW'] = self._diagWtW_WW
         return self._diagWtW_WW
+    
+    def to_W(self, silent_island_warning=True):
+        """
+        Construct a W object from the WSP's sparse matrix
+
+        Arguments
+        ---------
+        silence_island_warning  :   bool
+                                    a flag governing whether to state when
+                                    islands are encountered. 
+        """
+        return WSP2W(self, silent_island_warning=silent_island_warning)
+
+    @classmethod
+    def from_W(cls, W):
+        """
+        Constructs a WSP object from the W's sparse matrix
+
+        Arguments
+        ---------
+        W       :   pysal.weights.W
+                    a pysal weights object with a sparse form and ids
+
+        Returns
+        -------
+        a WSP instance
+        """
+        return cls(W.sparse, id_order=W.id_order)
diff --git a/pysal/weights/weights_from_geojson.ipynb b/pysal/weights/weights_from_geojson.ipynb
deleted file mode 100644
index e9febb5..0000000
--- a/pysal/weights/weights_from_geojson.ipynb
+++ /dev/null
@@ -1,311 +0,0 @@
-{
- "metadata": {
-  "name": "weights_from_geojson"
- },
- "nbformat": 3,
- "nbformat_minor": 0,
- "worksheets": [
-  {
-   "cells": [
-    {
-     "cell_type": "heading",
-     "level": 2,
-     "metadata": {},
-     "source": [
-      "Prototyping the construction of PySAL weights from geojson. Supports local files, uri, and serialized objects\n",
-      "\n"
-     ]
-    },
-    {
-     "cell_type": "raw",
-     "metadata": {},
-     "source": [
-      "Author: Sergio Rey <sjsrey at gmail.com>"
-     ]
-    },
-    {
-     "cell_type": "code",
-     "collapsed": false,
-     "input": [
-      "import geojson\n",
-      "import pysal as ps\n",
-      "import urllib2 as urllib"
-     ],
-     "language": "python",
-     "metadata": {},
-     "outputs": [],
-     "prompt_number": 1
-    },
-    {
-     "cell_type": "code",
-     "collapsed": false,
-     "input": [
-      "class PolygonCollection:\n",
-      "    def __init__(self, polygons, bbox=None):\n",
-      "        \"\"\"\n",
-      "\n",
-      "        Parameters\n",
-      "        ==========\n",
-      "        polygons: dict\n",
-      "                  key is polygon Id, value is PySAL Polygon object\n",
-      "        bbox: list (optional)\n",
-      "              [left, lower, right, upper]\n",
-      "\n",
-      "        Notes\n",
-      "        =====\n",
-      "        bbox is supported in geojson specification at both the feature and feature collection level. However, not all geojson writers generate the bbox at the feature collection level. \n",
-      "        In those cases, the bbox property will be set on initial access.\n",
-      "\n",
-      "        \"\"\"\n",
-      "              \n",
-      "        self.type=ps.cg.Polygon\n",
-      "        self.n = len(polygons)\n",
-      "        self.polygons = polygons\n",
-      "        if bbox is None:\n",
-      "            self._bbox = None\n",
-      "        else:\n",
-      "            self._bbox = bbox\n",
-      "            \n",
-      "    @property\n",
-      "    def bbox(self):\n",
-      "        bboxes = np.array([self.polygons[p].bbox for p in self.polygons])\n",
-      "        mins = bboxes.min(axis=0)\n",
-      "        maxs = bboxes.max(axis=0)\n",
-      "        self._bbox = [ mins[0], mins[1], maxs[2], maxs[3] ]\n",
-      "        return self._bbox\n",
-      "        \n",
-      "    \n",
-      "    def __getitem__(self, index):\n",
-      "        return self.polygons[index]\n",
-      "            "
-     ],
-     "language": "python",
-     "metadata": {},
-     "outputs": [],
-     "prompt_number": 2
-    },
-    {
-     "cell_type": "code",
-     "collapsed": false,
-     "input": [
-      "def queen_geojson(gjobj):\n",
-      "    \"\"\"\n",
-      "    Constructs a PySAL queen contiguity W from a geojson object\n",
-      "\n",
-      "    \"\"\"\n",
-      "    polys = []\n",
-      "    ids = []\n",
-      "    i = 0\n",
-      "    for feature in gjobj['features']:\n",
-      "        polys.append(ps.cg.asShape(geojson.Polygon(feature['geometry']['coordinates'])))\n",
-      "        ids.append(i)\n",
-      "        i += 1\n",
-      "    polygons = PolygonCollection(dict(zip(ids,polys)))\n",
-      "    neighbors = ps.weights.Contiguity.ContiguityWeightsPolygons(polygons).w\n",
-      "    return ps.W(neighbors)"
-     ],
-     "language": "python",
-     "metadata": {},
-     "outputs": [],
-     "prompt_number": 3
-    },
-    {
-     "cell_type": "code",
-     "collapsed": false,
-     "input": [
-      "def queen_from_geojson(uri):\n",
-      "    gjobj = geojson.load(urllib.urlopen(uri))\n",
-      "    return queen_geojson(gjobj)"
-     ],
-     "language": "python",
-     "metadata": {},
-     "outputs": [],
-     "prompt_number": 4
-    },
-    {
-     "cell_type": "code",
-     "collapsed": false,
-     "input": [
-      "def queen_from_geojsons(s):\n",
-      "    return queen_geojson(info)"
-     ],
-     "language": "python",
-     "metadata": {},
-     "outputs": [],
-     "prompt_number": 5
-    },
-    {
-     "cell_type": "code",
-     "collapsed": false,
-     "input": [
-      "def queen_from_geojsonf(fileName):\n",
-      "    fp = open(fileName)\n",
-      "    obj = geojson.load(fp)\n",
-      "    fp.close()\n",
-      "    return queen_geojson(obj)"
-     ],
-     "language": "python",
-     "metadata": {},
-     "outputs": [],
-     "prompt_number": 6
-    },
-    {
-     "cell_type": "code",
-     "collapsed": false,
-     "input": [
-      "# from a uri\n",
-      "uri = \"http://toae.org/pub/columbus.json\""
-     ],
-     "language": "python",
-     "metadata": {},
-     "outputs": [],
-     "prompt_number": 7
-    },
-    {
-     "cell_type": "code",
-     "collapsed": false,
-     "input": [
-      "wq = queen_from_geojson(uri)"
-     ],
-     "language": "python",
-     "metadata": {},
-     "outputs": [],
-     "prompt_number": 8
-    },
-    {
-     "cell_type": "code",
-     "collapsed": false,
-     "input": [
-      "wq.n"
-     ],
-     "language": "python",
-     "metadata": {},
-     "outputs": [
-      {
-       "output_type": "pyout",
-       "prompt_number": 9,
-       "text": [
-        "49"
-       ]
-      }
-     ],
-     "prompt_number": 9
-    },
-    {
-     "cell_type": "code",
-     "collapsed": false,
-     "input": [
-      "# from a local file\n",
-      "wf = queen_from_geojsonf(ps.examples.get_path(\"columbus.json\"))"
-     ],
-     "language": "python",
-     "metadata": {},
-     "outputs": [],
-     "prompt_number": 10
-    },
-    {
-     "cell_type": "code",
-     "collapsed": false,
-     "input": [
-      "wf.n"
-     ],
-     "language": "python",
-     "metadata": {},
-     "outputs": [
-      {
-       "output_type": "pyout",
-       "prompt_number": 11,
-       "text": [
-        "49"
-       ]
-      }
-     ],
-     "prompt_number": 11
-    },
-    {
-     "cell_type": "code",
-     "collapsed": false,
-     "input": [
-      "# from a serialized geojson object\n",
-      "\n",
-      "fp = open(ps.examples.get_path(\"columbus.json\"))\n",
-      "info = geojson.load(fp)\n",
-      "fp.close()\n",
-      "infos = geojson.dumps(info)\n",
-      "ws = queen_from_geojsons(infos)"
-     ],
-     "language": "python",
-     "metadata": {},
-     "outputs": [],
-     "prompt_number": 12
-    },
-    {
-     "cell_type": "code",
-     "collapsed": false,
-     "input": [
-      "ws.n"
-     ],
-     "language": "python",
-     "metadata": {},
-     "outputs": [
-      {
-       "output_type": "pyout",
-       "prompt_number": 13,
-       "text": [
-        "49"
-       ]
-      }
-     ],
-     "prompt_number": 13
-    },
-    {
-     "cell_type": "code",
-     "collapsed": false,
-     "input": [
-      "wf.neighbors == ws.neighbors"
-     ],
-     "language": "python",
-     "metadata": {},
-     "outputs": [
-      {
-       "output_type": "pyout",
-       "prompt_number": 14,
-       "text": [
-        "True"
-       ]
-      }
-     ],
-     "prompt_number": 14
-    },
-    {
-     "cell_type": "code",
-     "collapsed": false,
-     "input": [
-      "wq.neighbors == wf.neighbors"
-     ],
-     "language": "python",
-     "metadata": {},
-     "outputs": [
-      {
-       "output_type": "pyout",
-       "prompt_number": 15,
-       "text": [
-        "True"
-       ]
-      }
-     ],
-     "prompt_number": 15
-    },
-    {
-     "cell_type": "code",
-     "collapsed": false,
-     "input": [],
-     "language": "python",
-     "metadata": {},
-     "outputs": []
-    }
-   ],
-   "metadata": {}
-  }
- ]
-}
\ No newline at end of file
diff --git a/requirements_plus.txt b/requirements_plus.txt
new file mode 100644
index 0000000..9dcf92d
--- /dev/null
+++ b/requirements_plus.txt
@@ -0,0 +1,12 @@
+scipy>=0.11
+matplotlib>=1.5.1
+seaborn>=0.7.0
+geopandas>=0.2
+scikit-learn>=0.17.1
+bokeh>=0.11.1
+geojson>=1.3.2
+folium>=0.2.1
+mplleaflet>=0.0.5
+statsmodels>=0.6.1
+numba
+numexpr
diff --git a/setup.py b/setup.py
index 823fbbd..7bdebf6 100644
--- a/setup.py
+++ b/setup.py
@@ -13,8 +13,8 @@ with open('README.rst') as file:
     long_description = file.read()
 
 MAJOR = 1
-MINOR = 11
-MICRO = 2
+MINOR = 12
+MICRO = 0
 ISRELEASED = False
 VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
 
diff --git a/tools/github_stats.py b/tools/github_stats.py
index 9fd5263..92913de 100644
--- a/tools/github_stats.py
+++ b/tools/github_stats.py
@@ -1,5 +1,7 @@
 #!/usr/bin/env python
 """Simple tools to query github.com and gather stats about issues.
+
+Adapted from: https://github.com/ipython/ipython/blob/master/tools/github_stats.py
 """
 #-----------------------------------------------------------------------------
 # Imports
@@ -14,6 +16,9 @@ import sys
 from datetime import datetime, timedelta
 from subprocess import check_output
 from urllib2 import urlopen
+import ssl
+
+context = ssl._create_unverified_context()
 
 #-----------------------------------------------------------------------------
 # Globals
@@ -43,7 +48,7 @@ def get_paged_request(url):
     results = []
     while url:
         print("fetching %s" % url, file=sys.stderr)
-        f = urlopen(url)
+        f = urlopen(url, context=context)
         results.extend(json.load(f))
         links = parse_link_header(f.headers)
         url = links.get('next')
diff --git a/travis.txt b/travis.txt
index b7d4c0a..8b30813 100644
--- a/travis.txt
+++ b/travis.txt
@@ -1,6 +1,6 @@
 nose-exclude
 nose-progressive
+coverage
 sphinx
 sphinxcontrib-napoleon
-networkx
-Shapely
+coveralls

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pysal.git



More information about the Pkg-grass-devel mailing list